From 25297bd80bd93dfc2dd103602ac936f41184507a Mon Sep 17 00:00:00 2001 From: Joshua Croff Date: Tue, 3 Oct 2023 15:00:32 -0700 Subject: [PATCH] move, delete, archive files --- .../COC Diff ACS 2014 and ACS 2018.ipynb | 2106 ---------- .../Data/ACS_Table_Variables_SPFAM_MoE.csv | 7 - .../Data/COC_Diff_ACS2014_ACS2016.csv | 1570 -------- .../Data/COC_Regional_Stats_ACS2016.csv | 9 - .../Data/COC_Regional_Stats_ACS2018.csv | 9 - .../Data/COC_Schema.csv | 39 - .../Data/COCs_ACS2014_tbl.csv | 1570 -------- .../Data/COCs_ACS2016_tbl.csv | 1589 -------- .../Data/EPC_Schema_pba2050.csv | 40 - .../Data/EPCs_ACS2018_tbl.csv | 1589 -------- .../EPCs_ACS_2009_2014_2016_2018_geog.geojson | 1588 -------- ...s_Summary_by_County_PBA2035_to_PBA2050.csv | 10 - .../Data/compare_acs13_acs18_spfam_moe.csv | 1589 -------- ...ity Communities 2020 (ACS 2014-2018).ipynb | 3453 ----------------- ...ween SPFAM ACS2014 and ACS2018 Data .ipynb | 1776 --------- .../field_alias_script.py | 54 - 16 files changed, 16998 deletions(-) delete mode 100644 Project-Documentation/Equity-Priority-Communities/COC Diff ACS 2014 and ACS 2018.ipynb delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/ACS_Table_Variables_SPFAM_MoE.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/COC_Diff_ACS2014_ACS2016.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2016.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2018.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/COC_Schema.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2014_tbl.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2016_tbl.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/EPC_Schema_pba2050.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS2018_tbl.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS_2009_2014_2016_2018_geog.geojson delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/EPCs_Summary_by_County_PBA2035_to_PBA2050.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Data/compare_acs13_acs18_spfam_moe.csv delete mode 100644 Project-Documentation/Equity-Priority-Communities/Equity Priority Communities 2020 (ACS 2014-2018).ipynb delete mode 100644 Project-Documentation/Equity-Priority-Communities/Investigate Discrepancy between SPFAM ACS2014 and ACS2018 Data .ipynb delete mode 100644 Project-Documentation/Equity-Priority-Communities/field_alias_script.py diff --git a/Project-Documentation/Equity-Priority-Communities/COC Diff ACS 2014 and ACS 2018.ipynb b/Project-Documentation/Equity-Priority-Communities/COC Diff ACS 2014 and ACS 2018.ipynb deleted file mode 100644 index c26faca9..00000000 --- a/Project-Documentation/Equity-Priority-Communities/COC Diff ACS 2014 and ACS 2018.ipynb +++ /dev/null @@ -1,2106 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "import sys\n", - "import pandas as pd \n", - "import geopandas as gp\n", - "import matplotlib.pyplot as plt\n", - "import numpy as np\n", - "import getpass\n", - "import requests \n", - "import json\n", - "from pandas import ExcelWriter\n", - "import censusdata\n", - "\n", - "user = getpass.getuser()\n", - "sys.dont_write_bytecode = True\n", - "sys.path.insert(0, '/Users/{}/Box/DataViz Projects/Utility Code'.format(user))\n", - "\n", - "from utils_io import *" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014 = pd.read_csv('Data/COCs_ACS2014_tbl.csv',dtype={'GEOID': str})\n", - "acs_2016 = pd.read_csv('Data/COCs_ACS2016_tbl.csv',dtype={'GEOID': str})\n", - "acs_2018 = pd.read_csv('Data/COCs_ACS2018_tbl.csv',dtype={'geoid': str,'state':str,'county_fips':str,'tract':str})" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
GEOIDSTATECOUNTY_FIPSTRACTTOT_POP_MINTOT_POP_SENTOT_POP_POVTOT_POP_CIV_NITOT_HHTOT_FAM...MINORITY_HALFSDSPFAM_HALFSDDISAB_HALFSDLEP_HALFSDBELOW200_HALFSDZVHH_HALFSDHUS_RENT50_HALFSDCount_DisadFact_HALFSDCOC_FLAG_2018COC_CLASS
060014001006140010030183018301130181292877...000000000NaN
16001400200614002001960196019521960813453...000000000NaN
2600140030061400300523652365153523624391063...000001010NaN
360014004006140040041714171415841651798873...000000000NaN
460014005006140050037483748373337481643656...000001010NaN
\n", - "

5 rows × 38 columns

\n", - "
" - ], - "text/plain": [ - " GEOID STATE COUNTY_FIPS TRACT TOT_POP_MIN TOT_POP_SEN \\\n", - "0 6001400100 6 1 400100 3018 3018 \n", - "1 6001400200 6 1 400200 1960 1960 \n", - "2 6001400300 6 1 400300 5236 5236 \n", - "3 6001400400 6 1 400400 4171 4171 \n", - "4 6001400500 6 1 400500 3748 3748 \n", - "\n", - " TOT_POP_POV TOT_POP_CIV_NI TOT_HH TOT_FAM ... MINORITY_HALFSD \\\n", - "0 3011 3018 1292 877 ... 0 \n", - "1 1952 1960 813 453 ... 0 \n", - "2 5153 5236 2439 1063 ... 0 \n", - "3 4158 4165 1798 873 ... 0 \n", - "4 3733 3748 1643 656 ... 0 \n", - "\n", - " SPFAM_HALFSD DISAB_HALFSD LEP_HALFSD BELOW200_HALFSD ZVHH_HALFSD \\\n", - "0 0 0 0 0 0 \n", - "1 0 0 0 0 0 \n", - "2 0 0 0 0 1 \n", - "3 0 0 0 0 0 \n", - "4 0 0 0 0 1 \n", - "\n", - " HUS_RENT50_HALFSD Count_DisadFact_HALFSD COC_FLAG_2018 COC_CLASS \n", - "0 0 0 0 NaN \n", - "1 0 0 0 NaN \n", - "2 0 1 0 NaN \n", - "3 0 0 0 NaN \n", - "4 0 1 0 NaN \n", - "\n", - "[5 rows x 38 columns]" - ] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_2016.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2016['geoid_2'] = '0' + acs_2016['GEOID'].astype(str)" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014.columns = map(str.lower,acs_2014.columns)" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
oidgeoidtot_poppop_minoritypop_over75pop_spfampop_leppop_below200pop_disabilitypop_hus_rent50...disab_25lep_20lowinc_30zvhh_10rent50occhus_15sum_6cocflag_2017cocflag_2013tot_famcounty_fip
0-10600140010033851287289198017322362...000000008181.0
1-106001400200193954913115016114316...000000004791.0
2-1060014003005428209234765131781408181...0001010011301.0
3-1060014004004279172218214343672551126...000000008841.0
4-106001400500351616741134564924339207...000101005191.0
\n", - "

5 rows × 32 columns

\n", - "
" - ], - "text/plain": [ - " oid geoid tot_pop pop_minority pop_over75 pop_spfam pop_lep \\\n", - "0 -1 06001400100 3385 1287 289 19 80 \n", - "1 -1 06001400200 1939 549 131 15 0 \n", - "2 -1 06001400300 5428 2092 347 65 131 \n", - "3 -1 06001400400 4279 1722 182 143 43 \n", - "4 -1 06001400500 3516 1674 113 45 64 \n", - "\n", - " pop_below200 pop_disability pop_hus_rent50 ... disab_25 lep_20 \\\n", - "0 173 223 62 ... 0 0 \n", - "1 161 143 16 ... 0 0 \n", - "2 781 408 181 ... 0 0 \n", - "3 672 551 126 ... 0 0 \n", - "4 924 339 207 ... 0 0 \n", - "\n", - " lowinc_30 zvhh_10 rent50occhus_15 sum_6 cocflag_2017 cocflag_2013 \\\n", - "0 0 0 0 0 0 0 \n", - "1 0 0 0 0 0 0 \n", - "2 0 1 0 1 0 0 \n", - "3 0 0 0 0 0 0 \n", - "4 0 1 0 1 0 0 \n", - "\n", - " tot_fam county_fip \n", - "0 818 1.0 \n", - "1 479 1.0 \n", - "2 1130 1.0 \n", - "3 884 1.0 \n", - "4 519 1.0 \n", - "\n", - "[5 rows x 32 columns]" - ] - }, - "execution_count": 6, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_2014.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014.rename(columns={'pct_below2':'pct_below200','pct_disabled':'pct_disab'},inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014_2018_compare = pd.merge(acs_2018,acs_2014, left_on='geoid', right_on='geoid',how='left',suffixes=('_2050','_2040'))" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
geoidstatecounty_fipstracttot_pop_2050tot_pop_pov_dettot_pop_civ_nitot_hhpop_zvhhs_2050tot_fam_2050...disab_25lep_20lowinc_30zvhh_10rent50occhus_15sum_6cocflag_2017cocflag_2013tot_fam_2040county_fip
006055200202060552002022772258026191108150565...0.01.01.01.01.04.01.01.0567.055.0
1060552004000605520040041274125412715509981...0.00.00.00.00.00.00.00.0992.055.0
20605520090006055200900722119119373311...1.00.01.01.01.03.01.01.00.055.0
306085508101060855081016918684568932301491841...0.00.00.00.00.00.00.00.01702.085.0
4060855092020608550920248634863486318631861095...0.00.00.00.00.00.00.00.01089.085.0
50608550930406085509304351735173517140760751...0.00.00.00.00.00.00.00.0623.085.0
606085509401060855094013841384138411714177911...0.00.00.01.00.01.00.00.0726.085.0
7060855098010608550980155355535553522361561429...0.00.00.00.00.00.00.00.01431.085.0
806085512307060855123077005699769972473281913...0.00.00.00.00.00.00.00.01801.085.0
9060855032040608550320484148368840522111571458...0.01.01.01.00.03.01.01.01659.085.0
\n", - "

10 rows × 69 columns

\n", - "
" - ], - "text/plain": [ - " geoid state county_fips tract tot_pop_2050 tot_pop_pov_det \\\n", - "0 06055200202 06 055 200202 2772 2580 \n", - "1 06055200400 06 055 200400 4127 4125 \n", - "2 06055200900 06 055 200900 722 119 \n", - "3 06085508101 06 085 508101 6918 6845 \n", - "4 06085509202 06 085 509202 4863 4863 \n", - "5 06085509304 06 085 509304 3517 3517 \n", - "6 06085509401 06 085 509401 3841 3841 \n", - "7 06085509801 06 085 509801 5535 5535 \n", - "8 06085512307 06 085 512307 7005 6997 \n", - "9 06085503204 06 085 503204 8414 8368 \n", - "\n", - " tot_pop_civ_ni tot_hh pop_zvhhs_2050 tot_fam_2050 ... disab_25 \\\n", - "0 2619 1108 150 565 ... 0.0 \n", - "1 4127 1550 9 981 ... 0.0 \n", - "2 119 37 33 11 ... 1.0 \n", - "3 6893 2301 49 1841 ... 0.0 \n", - "4 4863 1863 186 1095 ... 0.0 \n", - "5 3517 1407 60 751 ... 0.0 \n", - "6 3841 1714 177 911 ... 0.0 \n", - "7 5535 2236 156 1429 ... 0.0 \n", - "8 6997 2473 28 1913 ... 0.0 \n", - "9 8405 2211 157 1458 ... 0.0 \n", - "\n", - " lep_20 lowinc_30 zvhh_10 rent50occhus_15 sum_6 cocflag_2017 \\\n", - "0 1.0 1.0 1.0 1.0 4.0 1.0 \n", - "1 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "2 0.0 1.0 1.0 1.0 3.0 1.0 \n", - "3 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "4 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "5 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "6 0.0 0.0 1.0 0.0 1.0 0.0 \n", - "7 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "8 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "9 1.0 1.0 1.0 0.0 3.0 1.0 \n", - "\n", - " cocflag_2013 tot_fam_2040 county_fip \n", - "0 1.0 567.0 55.0 \n", - "1 0.0 992.0 55.0 \n", - "2 1.0 0.0 55.0 \n", - "3 0.0 1702.0 85.0 \n", - "4 0.0 1089.0 85.0 \n", - "5 0.0 623.0 85.0 \n", - "6 0.0 726.0 85.0 \n", - "7 0.0 1431.0 85.0 \n", - "8 0.0 1801.0 85.0 \n", - "9 1.0 1659.0 85.0 \n", - "\n", - "[10 rows x 69 columns]" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_2014_2018_compare.head(10)" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014_2016_2018_compare = pd.merge(acs_2014_2018_compare,acs_2016[['geoid_2','COC_FLAG_2018']],\n", - " left_on='geoid',right_on='geoid_2',how='left')" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "geoid 1588\n", - "state 1588\n", - "county_fips 1588\n", - "tract 1588\n", - "tot_pop_2050 1588\n", - " ... \n", - "cocflag_2013 1569\n", - "tot_fam_2040 1569\n", - "county_fip 1569\n", - "geoid_2 1588\n", - "COC_FLAG_2018 1588\n", - "Length: 71, dtype: int64" - ] - }, - "execution_count": 11, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_2014_2016_2018_compare.count()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Merge with census geocodes to get county" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "all_geo = pd.read_csv('Data/all-geocodes-v2016.csv',dtype={'State Code (FIPS)':str,'County Code (FIPS)':str})" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
Summary LevelState Code (FIPS)County Code (FIPS)County Subdivision Code (FIPS)Place Code (FIPS)Consolidtated City Code (FIPS)Area Name
01000000000United States
14001000000Alabama
25001001000Autauga County
35001003000Baldwin County
45001005000Barbour County
\n", - "
" - ], - "text/plain": [ - " Summary Level State Code (FIPS) County Code (FIPS) \\\n", - "0 10 00 000 \n", - "1 40 01 000 \n", - "2 50 01 001 \n", - "3 50 01 003 \n", - "4 50 01 005 \n", - "\n", - " County Subdivision Code (FIPS) Place Code (FIPS) \\\n", - "0 0 0 \n", - "1 0 0 \n", - "2 0 0 \n", - "3 0 0 \n", - "4 0 0 \n", - "\n", - " Consolidtated City Code (FIPS) Area Name \n", - "0 0 United States \n", - "1 0 Alabama \n", - "2 0 Autauga County \n", - "3 0 Baldwin County \n", - "4 0 Barbour County " - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "all_geo.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [], - "source": [ - "cty_codes = all_geo.loc[(all_geo['Summary Level'] == 50) & (all_geo['State Code (FIPS)'] == '06')].copy()" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
Summary LevelState Code (FIPS)County Code (FIPS)County Subdivision Code (FIPS)Place Code (FIPS)Consolidtated City Code (FIPS)Area Name
13945006001000Alameda County
13955006003000Alpine County
13965006005000Amador County
13975006007000Butte County
13985006009000Calaveras County
\n", - "
" - ], - "text/plain": [ - " Summary Level State Code (FIPS) County Code (FIPS) \\\n", - "1394 50 06 001 \n", - "1395 50 06 003 \n", - "1396 50 06 005 \n", - "1397 50 06 007 \n", - "1398 50 06 009 \n", - "\n", - " County Subdivision Code (FIPS) Place Code (FIPS) \\\n", - "1394 0 0 \n", - "1395 0 0 \n", - "1396 0 0 \n", - "1397 0 0 \n", - "1398 0 0 \n", - "\n", - " Consolidtated City Code (FIPS) Area Name \n", - "1394 0 Alameda County \n", - "1395 0 Alpine County \n", - "1396 0 Amador County \n", - "1397 0 Butte County \n", - "1398 0 Calaveras County " - ] - }, - "execution_count": 15, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "cty_codes.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014_2016_2018_compare_geo = pd.merge(acs_2014_2016_2018_compare,\n", - " cty_codes[['County Code (FIPS)','Area Name']],\n", - " left_on='county_fips',right_on='County Code (FIPS)',\n", - " how='left')" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": {}, - "outputs": [], - "source": [ - "acs_2014_2016_2018_compare_geo.rename(columns={'Area Name':'county_name',\n", - " 'COC_FLAG_2018':'coc_flag_acs2016',\n", - " 'cocflag_2013':'coc_flag_pba2035',\n", - " 'tot_pop_pov_det':'tot_pop_pov_det_2050',\n", - " 'tot_pop_civ_ni':'tot_pop_civ_ni_2050',\n", - " 'tot_hh':'tot_hh_2050',\n", - " 'tot_pop_over5':'tot_pop_over5_2050',\n", - " 'over75_halfsd':'over75_halfsd_2050',\n", - " 'minority_halfsd':'minority_halfsd_2050',\n", - " 'spfam_halfsd':'spfam_halfsd_2050',\n", - " 'disab_halfsd':'disab_halfsd_2050',\n", - " 'lep_halfsd':'lep_halfsd_2050',\n", - " 'below200_halfsd':'below200_halfsd_2050',\n", - " 'zvhh_halfsd':'zvhh_halfsd_2050',\n", - " 'hus_rent50_halfsd':'hus_rent50_halfsd_2050'\n", - " },inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": {}, - "outputs": [], - "source": [ - "cols = ['geoid',\n", - " 'state',\n", - " 'county_fips',\n", - " 'tract',\n", - " 'county_name',\n", - " 'tot_pop_2050',\n", - " 'tot_pop_pov_det_2050',\n", - " 'tot_pop_civ_ni_2050',\n", - " 'tot_hh_2050',\n", - " 'pop_zvhhs_2050',\n", - " 'tot_fam_2050',\n", - " 'tot_pop_over5_2050',\n", - " 'pop_hus_rent50_2050',\n", - " 'pop_minority_2050',\n", - " 'pop_over75_2050',\n", - " 'pop_spfam_2050',\n", - " 'pop_lep_2050',\n", - " 'pop_below200_2050',\n", - " 'pop_disability_2050',\n", - " 'pct_minority_2050',\n", - " 'pct_over75_2050',\n", - " 'pct_spfam_2050',\n", - " 'pct_lep_2050',\n", - " 'pct_below200_2050',\n", - " 'pct_disab_2050',\n", - " 'pct_zvhhs_2050',\n", - " 'pct_hus_rent50_2050',\n", - " 'over75_halfsd_2050',\n", - " 'minority_halfsd_2050',\n", - " 'spfam_halfsd_2050',\n", - " 'disab_halfsd_2050',\n", - " 'lep_halfsd_2050',\n", - " 'below200_halfsd_2050',\n", - " 'zvhh_halfsd_2050',\n", - " 'hus_rent50_halfsd_2050',\n", - " 'pct_over75_2040',\n", - " 'pct_minority_2040',\n", - " 'pct_spfam_2040',\n", - " 'pct_lep_2040',\n", - " 'pct_below200_2040',\n", - " 'pct_disab_2040',\n", - " 'pct_zvhhs_2040',\n", - " 'pct_hus_rent50_2040',\n", - " 'coc_flag_pba2035',\n", - " 'coc_flag_acs2016',\n", - " 'coc_flag_pba2040',\n", - " 'coc_flag_pba2050',\n", - " 'gain_loss_pba2040_pba2050',\n", - " 'coc_class']\n", - "\n", - "coc_qa_qc = acs_2014_2016_2018_compare_geo[cols].copy()" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
geoidstatecounty_fipstractcounty_nametot_pop_2050tot_pop_pov_det_2050tot_pop_civ_ni_2050tot_hh_2050pop_zvhhs_2050...pct_disab_2040pct_zvhhs_2040pct_hus_rent50_2040coc_flag_pba2035coc_flag_acs2016coc_flag_pba2040coc_flag_pba2050gain_loss_pba2040_pba2050coc_classgain_loss_acs2016_pba2050
00605520020206055200202Napa County2772258026191108150...0.0986820.1758340.3026931.01110High0
10605520040006055200400Napa County41274125412715509...0.0838880.0148620.0539180.00000NaN0
20605520090006055200900Napa County7221191193733...0.7965740.4468090.4255321.00110Highest1
30608550810106085508101Santa Clara County691868456893230149...0.0472540.0326230.0666080.00000NaN0
40608550920206085509202Santa Clara County4863486348631863186...0.0851740.0410310.0777120.00000NaN0
50608550930406085509304Santa Clara County351735173517140760...0.0547050.0283240.1295420.00000NaN0
60608550940106085509401Santa Clara County3841384138411714177...0.0456200.1087500.1378410.00000NaN0
70608550980106085509801Santa Clara County5535553555352236156...0.0656280.0404040.0573850.00000NaN0
80608551230706085512307Santa Clara County700569976997247328...0.0899780.0295940.0342530.00000NaN0
90608550320406085503204Santa Clara County8414836884052211157...0.1091930.1000930.1227991.01110High0
100608550321006085503210Santa Clara County44004357440099459...0.0752710.0160180.1073991.0010-1NaN0
110608550340106085503401Santa Clara County48554790485594118...0.0613400.0522390.1791041.01110High0
120608550350706085503507Santa Clara County2467245124673703...0.0810130.0263850.1134561.0110-1NaN-1
130608551201906085512019Santa Clara County515550385143154282...0.1031240.0407630.1105960.00000NaN0
140608551202006085512020Santa Clara County775176897690256475...0.0620740.0579880.1651890.00000NaN0
150608551202406085512024Santa Clara County504550455045173367...0.1054320.0094100.0778210.00000NaN0
160608551240206085512402Santa Clara County496649664966149235...0.0923430.0247230.0266940.00000NaN0
170609525050106095250501Solano County21502150215076927...0.1641050.0548860.0098310.00000NaN0
180609525060106095250601Solano County557155015559155984...0.1279470.0506070.0794661.01110High0
190609525180206095251802Solano County2446244624461195325...0.2592740.2973190.2602041.01110Highest0
\n", - "

20 rows × 50 columns

\n", - "
" - ], - "text/plain": [ - " geoid state county_fips tract county_name tot_pop_2050 \\\n", - "0 06055200202 06 055 200202 Napa County 2772 \n", - "1 06055200400 06 055 200400 Napa County 4127 \n", - "2 06055200900 06 055 200900 Napa County 722 \n", - "3 06085508101 06 085 508101 Santa Clara County 6918 \n", - "4 06085509202 06 085 509202 Santa Clara County 4863 \n", - "5 06085509304 06 085 509304 Santa Clara County 3517 \n", - "6 06085509401 06 085 509401 Santa Clara County 3841 \n", - "7 06085509801 06 085 509801 Santa Clara County 5535 \n", - "8 06085512307 06 085 512307 Santa Clara County 7005 \n", - "9 06085503204 06 085 503204 Santa Clara County 8414 \n", - "10 06085503210 06 085 503210 Santa Clara County 4400 \n", - "11 06085503401 06 085 503401 Santa Clara County 4855 \n", - "12 06085503507 06 085 503507 Santa Clara County 2467 \n", - "13 06085512019 06 085 512019 Santa Clara County 5155 \n", - "14 06085512020 06 085 512020 Santa Clara County 7751 \n", - "15 06085512024 06 085 512024 Santa Clara County 5045 \n", - "16 06085512402 06 085 512402 Santa Clara County 4966 \n", - "17 06095250501 06 095 250501 Solano County 2150 \n", - "18 06095250601 06 095 250601 Solano County 5571 \n", - "19 06095251802 06 095 251802 Solano County 2446 \n", - "\n", - " tot_pop_pov_det_2050 tot_pop_civ_ni_2050 tot_hh_2050 pop_zvhhs_2050 \\\n", - "0 2580 2619 1108 150 \n", - "1 4125 4127 1550 9 \n", - "2 119 119 37 33 \n", - "3 6845 6893 2301 49 \n", - "4 4863 4863 1863 186 \n", - "5 3517 3517 1407 60 \n", - "6 3841 3841 1714 177 \n", - "7 5535 5535 2236 156 \n", - "8 6997 6997 2473 28 \n", - "9 8368 8405 2211 157 \n", - "10 4357 4400 994 59 \n", - "11 4790 4855 941 18 \n", - "12 2451 2467 370 3 \n", - "13 5038 5143 1542 82 \n", - "14 7689 7690 2564 75 \n", - "15 5045 5045 1733 67 \n", - "16 4966 4966 1492 35 \n", - "17 2150 2150 769 27 \n", - "18 5501 5559 1559 84 \n", - "19 2446 2446 1195 325 \n", - "\n", - " ... pct_disab_2040 pct_zvhhs_2040 pct_hus_rent50_2040 \\\n", - "0 ... 0.098682 0.175834 0.302693 \n", - "1 ... 0.083888 0.014862 0.053918 \n", - "2 ... 0.796574 0.446809 0.425532 \n", - "3 ... 0.047254 0.032623 0.066608 \n", - "4 ... 0.085174 0.041031 0.077712 \n", - "5 ... 0.054705 0.028324 0.129542 \n", - "6 ... 0.045620 0.108750 0.137841 \n", - "7 ... 0.065628 0.040404 0.057385 \n", - "8 ... 0.089978 0.029594 0.034253 \n", - "9 ... 0.109193 0.100093 0.122799 \n", - "10 ... 0.075271 0.016018 0.107399 \n", - "11 ... 0.061340 0.052239 0.179104 \n", - "12 ... 0.081013 0.026385 0.113456 \n", - "13 ... 0.103124 0.040763 0.110596 \n", - "14 ... 0.062074 0.057988 0.165189 \n", - "15 ... 0.105432 0.009410 0.077821 \n", - "16 ... 0.092343 0.024723 0.026694 \n", - "17 ... 0.164105 0.054886 0.009831 \n", - "18 ... 0.127947 0.050607 0.079466 \n", - "19 ... 0.259274 0.297319 0.260204 \n", - "\n", - " coc_flag_pba2035 coc_flag_acs2016 coc_flag_pba2040 coc_flag_pba2050 \\\n", - "0 1.0 1 1 1 \n", - "1 0.0 0 0 0 \n", - "2 1.0 0 1 1 \n", - "3 0.0 0 0 0 \n", - "4 0.0 0 0 0 \n", - "5 0.0 0 0 0 \n", - "6 0.0 0 0 0 \n", - "7 0.0 0 0 0 \n", - "8 0.0 0 0 0 \n", - "9 1.0 1 1 1 \n", - "10 1.0 0 1 0 \n", - "11 1.0 1 1 1 \n", - "12 1.0 1 1 0 \n", - "13 0.0 0 0 0 \n", - "14 0.0 0 0 0 \n", - "15 0.0 0 0 0 \n", - "16 0.0 0 0 0 \n", - "17 0.0 0 0 0 \n", - "18 1.0 1 1 1 \n", - "19 1.0 1 1 1 \n", - "\n", - " gain_loss_pba2040_pba2050 coc_class gain_loss_acs2016_pba2050 \n", - "0 0 High 0 \n", - "1 0 NaN 0 \n", - "2 0 Highest 1 \n", - "3 0 NaN 0 \n", - "4 0 NaN 0 \n", - "5 0 NaN 0 \n", - "6 0 NaN 0 \n", - "7 0 NaN 0 \n", - "8 0 NaN 0 \n", - "9 0 High 0 \n", - "10 -1 NaN 0 \n", - "11 0 High 0 \n", - "12 -1 NaN -1 \n", - "13 0 NaN 0 \n", - "14 0 NaN 0 \n", - "15 0 NaN 0 \n", - "16 0 NaN 0 \n", - "17 0 NaN 0 \n", - "18 0 High 0 \n", - "19 0 Highest 0 \n", - "\n", - "[20 rows x 50 columns]" - ] - }, - "execution_count": 28, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_qa_qc.head(20)" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "metadata": {}, - "outputs": [], - "source": [ - "coc_qa_qc['gain_loss_acs2016_pba2050'] = coc_qa_qc['coc_flag_pba2050'] - coc_qa_qc['coc_flag_acs2016']" - ] - }, - { - "cell_type": "code", - "execution_count": 29, - "metadata": {}, - "outputs": [], - "source": [ - "coc_qa_qc.to_csv('Data/COCs_ACS_2009_2014_2016_2018_tbl.csv')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Create a summary of cocs by county" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [], - "source": [ - "coc_summary_by_county= coc_qa_qc.groupby(\n", - " ['county_name']\n", - ").agg(\n", - "{\n", - " 'coc_flag_pba2035': 'sum',\n", - " 'coc_flag_pba2040': 'sum',\n", - " 'coc_flag_acs2016': 'sum',\n", - " 'coc_flag_pba2050': 'sum',\n", - " 'gain_loss_acs2016_pba2050': 'sum',\n", - " 'gain_loss_pba2040_pba2050': 'sum',\n", - " 'geoid': 'count'\n", - "}\n", - ").reset_index()\n" - ] - }, - { - "cell_type": "code", - "execution_count": 57, - "metadata": {}, - "outputs": [], - "source": [ - "coc_summary_by_county.rename(columns={'geoid':'tracts_count'},inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 59, - "metadata": {}, - "outputs": [], - "source": [ - "coc_summary_by_county.to_csv('Data/COCs_Summary_by_County_PBA2035_to_PBA2050.csv')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Merge with census tract geography" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "metadata": {}, - "outputs": [], - "source": [ - "state = \"'06'\"\n", - "counties = \"('001','013','041','055','075','081','085','095','097')\"\n", - "url = 'https://tigerweb.geo.census.gov/arcgis/rest/services/Generalized_ACS2018/Tracts_Blocks/MapServer/3/query?where=STATE={state}+AND+COUNTY+IN{counties}&outFields=GEOID&f=geojson'.format(state=state,counties=counties)" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [], - "source": [ - "geo_rq = requests.get(url)\n", - "tracts_json = geo_rq.json()" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [], - "source": [ - "tracts_2018_gdf = gp.GeoDataFrame.from_features(tracts_json['features'],crs=tracts_json['crs']['properties']['name'])" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "metadata": {}, - "outputs": [], - "source": [ - "coc_qa_qc_geo = pd.merge(tracts_2018_gdf,coc_qa_qc,left_on='GEOID',right_on='geoid',how='inner')" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 26, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "
" - ] - }, - "metadata": { - "needs_background": "light" - }, - "output_type": "display_data" - } - ], - "source": [ - "coc_qa_qc_geo.plot(figsize=(12,12),column='coc_flag_pba2050')" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "metadata": {}, - "outputs": [], - "source": [ - "coc_qa_qc_geo.to_file(\"Data/COCs_ACS_2009_2014_2016_2018_geog.geojson\", driver=\"GeoJSON\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/Project-Documentation/Equity-Priority-Communities/Data/ACS_Table_Variables_SPFAM_MoE.csv b/Project-Documentation/Equity-Priority-Communities/Data/ACS_Table_Variables_SPFAM_MoE.csv deleted file mode 100644 index 7eefd303..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/ACS_Table_Variables_SPFAM_MoE.csv +++ /dev/null @@ -1,7 +0,0 @@ -ACS_Table_Variable,ACS_Table_Definition,ACS_Table_Variable_Definitnion,Related_COC_Disadvantage_Factor -B11004_001E,Family Type by Presense and Age of Related Children Under 18 Years,Universe: Total Families,Single-Parent Families -B11004_001M,Family Type by Presense and Age of Related Children Under 18 Years,Universe: Total Families Margin of Error,Single-Parent Families -B11004_010E,Family Type by Presense and Age of Related Children Under 18 Years,"Male householder, no wife present with related children of the householder under 18 years",Single-Parent Families -B11004_010M,Family Type by Presense and Age of Related Children Under 18 Years,"Male householder, no wife present with related children of the householder under 18 years Margin of Error",Single-Parent Families -B11004_016E,Family Type by Presense and Age of Related Children Under 18 Years,"Female householder, no husband present with related children of the householder under 18 years",Single-Parent Families -B11004_016M,Family Type by Presense and Age of Related Children Under 18 Years,"Female householder, no husband present with related children of the householder under 18 years Margin of Error",Single-Parent Families \ No newline at end of file diff --git a/Project-Documentation/Equity-Priority-Communities/Data/COC_Diff_ACS2014_ACS2016.csv b/Project-Documentation/Equity-Priority-Communities/Data/COC_Diff_ACS2014_ACS2016.csv deleted file mode 100644 index 1d2452e6..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/COC_Diff_ACS2014_ACS2016.csv +++ /dev/null @@ -1,1570 +0,0 @@ -"","GEOID","COCFLAG_2017","COC_FLAG_2018","Gain_Loss_2014_2016" -"1","06001400100",0,0,0 -"2","06001400200",0,0,0 -"3","06001400300",0,0,0 -"4","06001400400",0,0,0 -"5","06001400500",0,0,0 -"6","06001400600",1,0,-1 -"7","06001400700",1,0,-1 -"8","06001400800",0,0,0 -"9","06001400900",0,0,0 -"10","06001401000",1,1,0 -"11","06001401100",0,0,0 -"12","06001401200",0,0,0 -"13","06001401300",1,0,-1 -"14","06001401400",1,1,0 -"15","06001401500",1,1,0 -"16","06001401600",1,1,0 -"17","06001401700",1,0,-1 -"18","06001401800",1,1,0 -"19","06001402200",1,1,0 -"20","06001402400",1,1,0 -"21","06001402500",1,1,0 -"22","06001402600",1,1,0 -"23","06001402700",1,1,0 -"24","06001402800",1,1,0 -"25","06001402900",1,1,0 -"26","06001403000",1,1,0 -"27","06001403100",1,1,0 -"28","06001403300",1,1,0 -"29","06001403400",1,1,0 -"30","06001403501",1,0,-1 -"31","06001403502",0,0,0 -"32","06001403600",0,0,0 -"33","06001403701",0,0,0 -"34","06001403702",0,0,0 -"35","06001403800",0,0,0 -"36","06001403900",0,0,0 -"37","06001404000",0,0,0 -"38","06001404101",0,0,0 -"39","06001404102",0,0,0 -"40","06001404200",0,0,0 -"41","06001404300",0,0,0 -"42","06001404400",0,0,0 -"43","06001404501",0,0,0 -"44","06001404502",0,0,0 -"45","06001404600",0,0,0 -"46","06001404700",0,0,0 -"47","06001404800",0,0,0 -"48","06001404900",0,0,0 -"49","06001405000",0,0,0 -"50","06001405100",0,0,0 -"51","06001405200",0,0,0 -"52","06001405301",0,0,0 -"53","06001405302",1,1,0 -"54","06001405401",1,1,0 -"55","06001405402",1,1,0 -"56","06001405500",1,1,0 -"57","06001405600",1,1,0 -"58","06001405700",1,1,0 -"59","06001405800",1,1,0 -"60","06001405901",1,1,0 -"61","06001405902",1,1,0 -"62","06001406000",1,1,0 -"63","06001406100",1,1,0 -"64","06001406201",1,1,0 -"65","06001406202",1,1,0 -"66","06001406300",1,1,0 -"67","06001406400",1,1,0 -"68","06001406500",1,1,0 -"69","06001406601",1,1,0 -"70","06001406602",1,1,0 -"71","06001406700",0,0,0 -"72","06001406800",0,0,0 -"73","06001406900",0,0,0 -"74","06001407000",1,1,0 -"75","06001407101",1,1,0 -"76","06001407102",1,1,0 -"77","06001407200",1,1,0 -"78","06001407300",1,1,0 -"79","06001407400",1,1,0 -"80","06001407500",1,1,0 -"81","06001407600",1,1,0 -"82","06001407700",0,0,0 -"83","06001407800",1,0,-1 -"84","06001407900",0,0,0 -"85","06001408000",0,0,0 -"86","06001408100",0,0,0 -"87","06001408200",1,1,0 -"88","06001408300",0,0,0 -"89","06001408400",1,1,0 -"90","06001408500",1,1,0 -"91","06001408600",1,1,0 -"92","06001408700",1,1,0 -"93","06001408800",1,1,0 -"94","06001408900",1,1,0 -"95","06001409000",1,1,0 -"96","06001409100",1,1,0 -"97","06001409200",1,1,0 -"98","06001409300",1,1,0 -"99","06001409400",1,1,0 -"100","06001409500",1,1,0 -"101","06001409600",1,1,0 -"102","06001409700",1,1,0 -"103","06001409800",1,1,0 -"104","06001409900",0,0,0 -"105","06001410000",0,0,0 -"106","06001410100",1,1,0 -"107","06001410200",1,1,0 -"108","06001410300",1,1,0 -"109","06001410400",1,0,-1 -"110","06001410500",1,1,0 -"111","06001420100",0,0,0 -"112","06001420200",0,0,0 -"113","06001420300",0,0,0 -"114","06001420400",1,1,0 -"115","06001420500",0,0,0 -"116","06001420600",0,0,0 -"117","06001421100",0,0,0 -"118","06001421200",0,0,0 -"119","06001421300",0,0,0 -"120","06001421400",0,0,0 -"121","06001421500",0,0,0 -"122","06001421600",0,0,0 -"123","06001421700",0,0,0 -"124","06001421800",0,0,0 -"125","06001421900",0,0,0 -"126","06001422000",0,0,0 -"127","06001422100",0,0,0 -"128","06001422200",0,0,0 -"129","06001422300",0,0,0 -"130","06001422400",0,0,0 -"131","06001422500",0,0,0 -"132","06001422600",0,0,0 -"133","06001422700",1,1,0 -"134","06001422800",0,0,0 -"135","06001422900",1,1,0 -"136","06001423000",0,0,0 -"137","06001423100",1,0,-1 -"138","06001423200",0,1,1 -"139","06001423300",0,0,0 -"140","06001423400",0,0,0 -"141","06001423500",1,0,-1 -"142","06001423601",0,0,0 -"143","06001423602",0,1,1 -"144","06001423700",0,0,0 -"145","06001423800",0,0,0 -"146","06001423901",0,0,0 -"147","06001423902",0,0,0 -"148","06001424001",1,1,0 -"149","06001424002",1,0,-1 -"150","06001425101",0,0,0 -"151","06001425102",0,0,0 -"152","06001425103",0,0,0 -"153","06001425104",0,0,0 -"154","06001426100",0,0,0 -"155","06001426200",0,0,0 -"156","06001427100",0,0,0 -"157","06001427200",0,0,0 -"158","06001427300",0,0,0 -"159","06001427600",1,1,0 -"160","06001427700",0,0,0 -"161","06001427800",0,0,0 -"162","06001427900",0,0,0 -"163","06001428000",0,0,0 -"164","06001428100",0,0,0 -"165","06001428200",0,0,0 -"166","06001428301",0,0,0 -"167","06001428302",0,0,0 -"168","06001428400",0,0,0 -"169","06001428500",0,0,0 -"170","06001428600",0,0,0 -"171","06001428700",1,0,-1 -"172","06001430101",0,0,0 -"173","06001430102",0,0,0 -"174","06001430200",0,0,0 -"175","06001430300",0,0,0 -"176","06001430400",0,0,0 -"177","06001430500",0,1,1 -"178","06001430600",0,0,0 -"179","06001430700",0,0,0 -"180","06001430800",0,0,0 -"181","06001430900",0,0,0 -"182","06001431000",0,0,0 -"183","06001431100",0,1,1 -"184","06001431200",0,0,0 -"185","06001432100",0,0,0 -"186","06001432200",0,0,0 -"187","06001432300",0,0,0 -"188","06001432400",1,1,0 -"189","06001432501",1,1,0 -"190","06001432502",1,1,0 -"191","06001432600",1,1,0 -"192","06001432700",0,0,0 -"193","06001432800",0,0,0 -"194","06001433000",0,0,0 -"195","06001433102",0,0,0 -"196","06001433103",1,1,0 -"197","06001433104",1,1,0 -"198","06001433200",1,1,0 -"199","06001433300",0,0,0 -"200","06001433400",0,0,0 -"201","06001433500",0,0,0 -"202","06001433600",1,0,-1 -"203","06001433700",1,0,-1 -"204","06001433800",1,1,0 -"205","06001433900",1,1,0 -"206","06001434000",1,1,0 -"207","06001435102",0,0,0 -"208","06001435103",0,0,0 -"209","06001435104",1,1,0 -"210","06001435200",0,0,0 -"211","06001435300",1,1,0 -"212","06001435400",1,1,0 -"213","06001435500",1,1,0 -"214","06001435601",1,1,0 -"215","06001435602",1,1,0 -"216","06001435700",0,0,0 -"217","06001435800",0,0,0 -"218","06001435900",0,0,0 -"219","06001436000",0,0,0 -"220","06001436100",0,0,0 -"221","06001436200",1,1,0 -"222","06001436300",1,1,0 -"223","06001436401",1,0,-1 -"224","06001436402",0,0,0 -"225","06001436500",1,1,0 -"226","06001436601",1,1,0 -"227","06001436602",1,1,0 -"228","06001436700",1,0,-1 -"229","06001436800",1,1,0 -"230","06001436900",1,1,0 -"231","06001437000",0,0,0 -"232","06001437101",0,0,0 -"233","06001437102",0,1,1 -"234","06001437200",0,0,0 -"235","06001437300",1,1,0 -"236","06001437400",1,0,-1 -"237","06001437500",1,1,0 -"238","06001437600",1,1,0 -"239","06001437701",1,1,0 -"240","06001437702",1,1,0 -"241","06001437800",0,0,0 -"242","06001437900",1,1,0 -"243","06001438000",0,0,0 -"244","06001438100",0,0,0 -"245","06001438201",1,1,0 -"246","06001438203",0,0,0 -"247","06001438204",0,0,0 -"248","06001438300",1,1,0 -"249","06001438400",0,0,0 -"250","06001440100",0,0,0 -"251","06001440200",1,1,0 -"252","06001440301",1,0,-1 -"253","06001440304",0,0,0 -"254","06001440305",0,0,0 -"255","06001440306",0,1,1 -"256","06001440307",0,0,0 -"257","06001440308",0,0,0 -"258","06001440331",1,1,0 -"259","06001440332",0,0,0 -"260","06001440333",0,0,0 -"261","06001440334",0,0,0 -"262","06001440335",0,0,0 -"263","06001440336",1,0,-1 -"264","06001441100",0,0,0 -"265","06001441200",0,0,0 -"266","06001441301",0,0,0 -"267","06001441302",0,0,0 -"268","06001441401",0,0,0 -"269","06001441402",0,0,0 -"270","06001441501",0,0,0 -"271","06001441503",0,0,0 -"272","06001441521",0,0,0 -"273","06001441522",0,0,0 -"274","06001441523",0,0,0 -"275","06001441524",0,0,0 -"276","06001441601",0,0,0 -"277","06001441602",0,0,0 -"278","06001441700",0,0,0 -"279","06001441800",0,0,0 -"280","06001441921",0,0,0 -"281","06001441923",1,0,-1 -"282","06001441924",0,0,0 -"283","06001441925",0,0,0 -"284","06001441926",0,0,0 -"285","06001441927",0,0,0 -"286","06001442000",0,0,0 -"287","06001442100",0,0,0 -"288","06001442200",0,0,0 -"289","06001442301",0,0,0 -"290","06001442302",0,0,0 -"291","06001442400",0,0,0 -"292","06001442500",0,0,0 -"293","06001442601",0,0,0 -"294","06001442602",0,0,0 -"295","06001442700",0,0,0 -"296","06001442800",0,0,0 -"297","06001442900",0,0,0 -"298","06001443001",0,0,0 -"299","06001443002",0,0,0 -"300","06001443102",0,0,0 -"301","06001443103",0,0,0 -"302","06001443104",0,0,0 -"303","06001443105",0,0,0 -"304","06001443200",0,0,0 -"305","06001443301",0,0,0 -"306","06001443321",0,0,0 -"307","06001443322",0,0,0 -"308","06001444100",0,0,0 -"309","06001444200",0,0,0 -"310","06001444301",0,0,0 -"311","06001444302",1,1,0 -"312","06001444400",0,0,0 -"313","06001444500",0,0,0 -"314","06001444601",0,0,0 -"315","06001444602",0,0,0 -"316","06001450101",0,0,0 -"317","06001450102",0,0,0 -"318","06001450200",0,0,0 -"319","06001450300",0,0,0 -"320","06001450400",0,0,0 -"321","06001450501",0,0,0 -"322","06001450502",0,0,0 -"323","06001450601",0,0,0 -"324","06001450602",0,0,0 -"325","06001450603",0,0,0 -"326","06001450604",0,0,0 -"327","06001450605",0,0,0 -"328","06001450606",0,0,0 -"329","06001450607",0,0,0 -"330","06001450701",0,0,0 -"331","06001450741",0,0,0 -"332","06001450742",0,0,0 -"333","06001450743",0,0,0 -"334","06001450744",0,0,0 -"335","06001450745",0,0,0 -"336","06001450746",0,0,0 -"337","06001450750",0,0,0 -"338","06001450751",0,0,0 -"339","06001450752",0,0,0 -"340","06001451101",0,0,0 -"341","06001451102",0,0,0 -"342","06001451201",0,0,0 -"343","06001451202",0,0,0 -"344","06001451300",0,0,0 -"345","06001451401",0,0,0 -"346","06001451403",0,0,0 -"347","06001451404",0,0,0 -"348","06001451501",0,0,0 -"349","06001451503",0,0,0 -"350","06001451504",0,0,0 -"351","06001451505",0,0,0 -"352","06001451506",0,0,0 -"353","06001451601",0,0,0 -"354","06001451602",0,0,0 -"355","06001451701",0,0,0 -"356","06001451703",0,0,0 -"357","06001451704",0,0,0 -"358","06001981900",0,0,0 -"359","06001982000",0,0,0 -"360","06001983200",0,0,0 -"361","06013301000",0,0,0 -"362","06013302005",0,0,0 -"363","06013302006",0,0,0 -"364","06013302007",0,0,0 -"365","06013302008",0,0,0 -"366","06013302009",1,1,0 -"367","06013302010",0,0,0 -"368","06013303102",0,0,0 -"369","06013303103",0,0,0 -"370","06013303201",0,0,0 -"371","06013303202",0,0,0 -"372","06013303203",0,0,0 -"373","06013303204",0,0,0 -"374","06013303205",0,0,0 -"375","06013304001",0,0,0 -"376","06013304002",0,0,0 -"377","06013304003",0,0,0 -"378","06013304004",0,0,0 -"379","06013304005",0,0,0 -"380","06013305000",1,1,0 -"381","06013306002",0,0,0 -"382","06013306003",1,0,-1 -"383","06013306004",0,0,0 -"384","06013307101",0,0,0 -"385","06013307102",0,1,1 -"386","06013307201",1,1,0 -"387","06013307202",1,1,0 -"388","06013307204",0,0,0 -"389","06013307205",1,1,0 -"390","06013308001",0,0,0 -"391","06013308002",0,0,0 -"392","06013309000",1,0,-1 -"393","06013310000",1,1,0 -"394","06013311000",1,1,0 -"395","06013312000",1,1,0 -"396","06013313101",1,1,0 -"397","06013313102",0,0,0 -"398","06013313103",0,0,0 -"399","06013313203",0,0,0 -"400","06013313204",1,1,0 -"401","06013313205",0,0,0 -"402","06013313206",1,1,0 -"403","06013314102",1,1,0 -"404","06013314103",1,1,0 -"405","06013314104",1,1,0 -"406","06013314200",1,1,0 -"407","06013315000",0,0,0 -"408","06013316000",1,1,0 -"409","06013317000",0,0,0 -"410","06013318000",0,0,0 -"411","06013319000",0,0,0 -"412","06013320001",0,0,0 -"413","06013320003",0,0,0 -"414","06013320004",0,0,0 -"415","06013321101",0,0,0 -"416","06013321102",0,0,0 -"417","06013321103",0,0,0 -"418","06013321200",0,0,0 -"419","06013322000",0,0,0 -"420","06013323000",0,0,0 -"421","06013324001",0,0,0 -"422","06013324002",0,0,0 -"423","06013325000",0,0,0 -"424","06013326000",0,0,0 -"425","06013327000",0,0,0 -"426","06013328000",1,1,0 -"427","06013329000",0,0,0 -"428","06013330000",0,0,0 -"429","06013331000",0,0,0 -"430","06013332000",0,0,0 -"431","06013333101",0,0,0 -"432","06013333102",0,0,0 -"433","06013333200",0,0,0 -"434","06013334001",0,0,0 -"435","06013334004",0,0,0 -"436","06013334006",0,0,0 -"437","06013334200",0,0,0 -"438","06013335000",0,0,0 -"439","06013336101",1,1,0 -"440","06013336102",1,1,0 -"441","06013336201",1,1,0 -"442","06013336202",1,1,0 -"443","06013337100",0,0,0 -"444","06013337200",0,0,0 -"445","06013337300",0,0,0 -"446","06013338101",0,0,0 -"447","06013338102",0,0,0 -"448","06013338201",0,0,0 -"449","06013338203",0,0,0 -"450","06013338204",0,0,0 -"451","06013338301",0,0,0 -"452","06013338302",0,0,0 -"453","06013339001",0,0,0 -"454","06013339002",0,0,0 -"455","06013340001",0,0,0 -"456","06013340002",0,0,0 -"457","06013341000",0,0,0 -"458","06013343001",0,0,0 -"459","06013343002",0,0,0 -"460","06013343003",0,0,0 -"461","06013345101",0,0,0 -"462","06013345102",0,0,0 -"463","06013345103",0,0,0 -"464","06013345105",0,0,0 -"465","06013345108",0,0,0 -"466","06013345111",0,0,0 -"467","06013345112",0,0,0 -"468","06013345113",0,0,0 -"469","06013345114",0,0,0 -"470","06013345115",0,0,0 -"471","06013345116",0,0,0 -"472","06013345202",0,0,0 -"473","06013345203",0,0,0 -"474","06013345204",0,0,0 -"475","06013346101",0,0,0 -"476","06013346102",0,0,0 -"477","06013346201",0,0,0 -"478","06013346203",0,0,0 -"479","06013346204",0,0,0 -"480","06013347000",0,0,0 -"481","06013348000",0,0,0 -"482","06013349000",0,0,0 -"483","06013350000",0,0,0 -"484","06013351101",0,0,0 -"485","06013351102",0,0,0 -"486","06013351103",0,0,0 -"487","06013351200",0,0,0 -"488","06013352101",0,0,0 -"489","06013352102",0,0,0 -"490","06013352201",0,0,0 -"491","06013352202",0,0,0 -"492","06013353001",0,0,0 -"493","06013353002",0,0,0 -"494","06013354001",0,0,0 -"495","06013354002",0,0,0 -"496","06013355107",0,0,0 -"497","06013355108",0,0,0 -"498","06013355109",0,0,0 -"499","06013355110",0,0,0 -"500","06013355111",0,0,0 -"501","06013355112",0,0,0 -"502","06013355113",0,0,0 -"503","06013355114",0,0,0 -"504","06013355115",0,0,0 -"505","06013355116",0,0,0 -"506","06013355117",0,0,0 -"507","06013355200",0,0,0 -"508","06013355301",0,0,0 -"509","06013355302",0,0,0 -"510","06013355304",0,0,0 -"511","06013355306",0,0,0 -"512","06013356001",0,0,0 -"513","06013356002",0,0,0 -"514","06013357000",0,0,0 -"515","06013358000",0,1,1 -"516","06013359102",0,0,0 -"517","06013359103",0,0,0 -"518","06013359104",0,0,0 -"519","06013359105",0,0,0 -"520","06013359202",0,0,0 -"521","06013359203",0,0,0 -"522","06013359204",0,0,0 -"523","06013360101",0,0,0 -"524","06013360102",0,0,0 -"525","06013360200",0,0,0 -"526","06013361000",0,0,0 -"527","06013362000",0,0,0 -"528","06013363000",0,0,0 -"529","06013364002",0,1,1 -"530","06013365002",1,1,0 -"531","06013365003",0,0,0 -"532","06013366001",1,1,0 -"533","06013366002",1,1,0 -"534","06013367100",1,0,-1 -"535","06013367200",1,1,0 -"536","06013368001",1,1,0 -"537","06013368002",1,1,0 -"538","06013369001",1,1,0 -"539","06013369002",1,1,0 -"540","06013370000",0,0,0 -"541","06013371000",1,1,0 -"542","06013372000",1,1,0 -"543","06013373000",1,1,0 -"544","06013374000",1,1,0 -"545","06013375000",1,1,0 -"546","06013376000",1,1,0 -"547","06013377000",1,1,0 -"548","06013378000",0,0,0 -"549","06013379000",1,1,0 -"550","06013380000",1,0,-1 -"551","06013381000",1,1,0 -"552","06013382000",1,1,0 -"553","06013383000",0,0,0 -"554","06013384000",0,0,0 -"555","06013385100",0,0,0 -"556","06013385200",0,0,0 -"557","06013386000",1,1,0 -"558","06013387000",0,0,0 -"559","06013388000",0,0,0 -"560","06013389100",0,0,0 -"561","06013389200",0,1,1 -"562","06013390100",0,0,0 -"563","06013390200",0,0,0 -"564","06013391000",0,0,0 -"565","06013392000",0,0,0 -"566","06013392200",1,1,0 -"567","06013392300",0,0,0 -"568","06041101100",0,0,0 -"569","06041101200",0,0,0 -"570","06041102100",0,0,0 -"571","06041102202",0,0,0 -"572","06041102203",0,0,0 -"573","06041103100",0,0,0 -"574","06041103200",0,0,0 -"575","06041104101",0,0,0 -"576","06041104102",0,0,0 -"577","06041104200",0,0,0 -"578","06041104300",0,0,0 -"579","06041105000",0,0,0 -"580","06041106001",0,0,0 -"581","06041106002",0,0,0 -"582","06041107000",0,0,0 -"583","06041108100",0,0,0 -"584","06041108200",0,0,0 -"585","06041109001",0,0,0 -"586","06041109002",0,0,0 -"587","06041110100",0,0,0 -"588","06041110200",0,0,0 -"589","06041111000",0,0,0 -"590","06041112100",0,0,0 -"591","06041112201",1,1,0 -"592","06041112202",1,1,0 -"593","06041113000",0,0,0 -"594","06041114100",0,0,0 -"595","06041114200",0,0,0 -"596","06041115000",0,0,0 -"597","06041116000",0,0,0 -"598","06041117000",0,0,0 -"599","06041118100",0,0,0 -"600","06041119100",0,0,0 -"601","06041119201",0,0,0 -"602","06041119202",0,0,0 -"603","06041120000",0,0,0 -"604","06041121100",0,0,0 -"605","06041121200",0,0,0 -"606","06041122000",0,NA,NA -"607","06041123000",0,0,0 -"608","06041124100",0,0,0 -"609","06041124200",0,0,0 -"610","06041125000",0,0,0 -"611","06041126100",0,0,0 -"612","06041126200",0,0,0 -"613","06041127000",0,0,0 -"614","06041128100",0,0,0 -"615","06041128200",0,0,0 -"616","06041129000",1,1,0 -"617","06041130201",0,0,0 -"618","06041130202",0,0,0 -"619","06041131100",0,0,0 -"620","06055200201",0,0,0 -"621","06055200202",1,1,0 -"622","06055200203",0,0,0 -"623","06055200301",0,0,0 -"624","06055200302",0,0,0 -"625","06055200400",0,0,0 -"626","06055200501",0,0,0 -"627","06055200503",0,0,0 -"628","06055200504",0,0,0 -"629","06055200505",0,0,0 -"630","06055200601",0,0,0 -"631","06055200602",0,0,0 -"632","06055200703",0,0,0 -"633","06055200704",0,0,0 -"634","06055200705",0,0,0 -"635","06055200706",0,0,0 -"636","06055200707",0,0,0 -"637","06055200802",0,0,0 -"638","06055200803",0,0,0 -"639","06055200804",1,1,0 -"640","06055200900",1,0,-1 -"641","06055201003",0,0,0 -"642","06055201004",0,0,0 -"643","06055201005",0,0,0 -"644","06055201006",0,0,0 -"645","06055201007",0,0,0 -"646","06055201101",0,0,0 -"647","06055201102",0,0,0 -"648","06055201200",0,0,0 -"649","06055201300",0,0,0 -"650","06055201401",0,0,0 -"651","06055201402",0,0,0 -"652","06055201500",0,0,0 -"653","06055201601",1,0,-1 -"654","06055201602",0,0,0 -"655","06055201700",0,0,0 -"656","06055202000",0,0,0 -"657","06075010100",0,1,1 -"658","06075010200",0,0,0 -"659","06075010300",1,0,-1 -"660","06075010400",0,0,0 -"661","06075010500",0,0,0 -"662","06075010600",1,1,0 -"663","06075010700",1,1,0 -"664","06075010800",0,0,0 -"665","06075010900",0,0,0 -"666","06075011000",0,0,0 -"667","06075011100",0,0,0 -"668","06075011200",0,0,0 -"669","06075011300",1,1,0 -"670","06075011700",0,1,1 -"671","06075011800",1,1,0 -"672","06075011901",0,0,0 -"673","06075011902",0,0,0 -"674","06075012000",1,0,-1 -"675","06075012100",0,0,0 -"676","06075012201",0,0,0 -"677","06075012202",1,1,0 -"678","06075012301",1,1,0 -"679","06075012302",0,0,0 -"680","06075012401",1,1,0 -"681","06075012402",0,0,0 -"682","06075012501",1,1,0 -"683","06075012502",1,1,0 -"684","06075012601",0,0,0 -"685","06075012602",0,0,0 -"686","06075012700",0,0,0 -"687","06075012800",0,0,0 -"688","06075012901",0,0,0 -"689","06075012902",0,0,0 -"690","06075013000",0,0,0 -"691","06075013101",0,0,0 -"692","06075013102",0,0,0 -"693","06075013200",0,0,0 -"694","06075013300",0,0,0 -"695","06075013400",0,0,0 -"696","06075013500",0,0,0 -"697","06075015100",0,0,0 -"698","06075015200",0,0,0 -"699","06075015300",0,0,0 -"700","06075015400",0,0,0 -"701","06075015500",1,1,0 -"702","06075015600",0,0,0 -"703","06075015700",0,0,0 -"704","06075015801",0,0,0 -"705","06075015802",0,0,0 -"706","06075015900",0,0,0 -"707","06075016000",0,0,0 -"708","06075016100",1,1,0 -"709","06075016200",1,0,-1 -"710","06075016300",1,0,-1 -"711","06075016400",0,0,0 -"712","06075016500",0,0,0 -"713","06075016600",0,0,0 -"714","06075016700",0,0,0 -"715","06075016801",0,0,0 -"716","06075016802",0,0,0 -"717","06075016900",0,0,0 -"718","06075017000",0,0,0 -"719","06075017101",0,0,0 -"720","06075017102",0,0,0 -"721","06075017601",1,1,0 -"722","06075017700",0,0,0 -"723","06075017801",1,1,0 -"724","06075017802",0,0,0 -"725","06075017902",1,1,0 -"726","06075018000",0,0,0 -"727","06075020100",1,1,0 -"728","06075020200",0,0,0 -"729","06075020300",0,0,0 -"730","06075020401",0,0,0 -"731","06075020402",0,0,0 -"732","06075020500",0,0,0 -"733","06075020600",0,0,0 -"734","06075020700",0,0,0 -"735","06075020800",0,0,0 -"736","06075020900",0,1,1 -"737","06075021000",0,0,0 -"738","06075021100",0,0,0 -"739","06075021200",0,0,0 -"740","06075021300",0,0,0 -"741","06075021400",0,0,0 -"742","06075021500",0,0,0 -"743","06075021600",0,0,0 -"744","06075021700",0,0,0 -"745","06075021800",0,0,0 -"746","06075022600",0,0,0 -"747","06075022702",0,0,0 -"748","06075022704",0,0,0 -"749","06075022801",0,0,0 -"750","06075022802",1,0,-1 -"751","06075022803",1,0,-1 -"752","06075022901",1,1,0 -"753","06075022902",0,0,0 -"754","06075022903",1,0,-1 -"755","06075023001",1,1,0 -"756","06075023003",0,0,0 -"757","06075023102",1,1,0 -"758","06075023103",1,1,0 -"759","06075023200",1,1,0 -"760","06075023300",0,1,1 -"761","06075023400",1,1,0 -"762","06075025100",0,0,0 -"763","06075025200",0,0,0 -"764","06075025300",0,0,0 -"765","06075025401",0,0,0 -"766","06075025402",0,0,0 -"767","06075025403",1,0,-1 -"768","06075025500",0,0,0 -"769","06075025600",0,0,0 -"770","06075025701",0,0,0 -"771","06075025702",1,1,0 -"772","06075025800",1,1,0 -"773","06075025900",0,0,0 -"774","06075026001",1,1,0 -"775","06075026002",0,0,0 -"776","06075026003",1,0,-1 -"777","06075026004",1,0,-1 -"778","06075026100",0,0,0 -"779","06075026200",0,1,1 -"780","06075026301",1,1,0 -"781","06075026302",0,0,0 -"782","06075026303",0,1,1 -"783","06075026401",1,1,0 -"784","06075026402",0,0,0 -"785","06075026403",1,0,-1 -"786","06075026404",1,1,0 -"787","06075030101",0,0,0 -"788","06075030102",0,0,0 -"789","06075030201",0,0,0 -"790","06075030202",0,0,0 -"791","06075030301",0,0,0 -"792","06075030302",0,0,0 -"793","06075030400",0,0,0 -"794","06075030500",0,0,0 -"795","06075030600",0,0,0 -"796","06075030700",0,0,0 -"797","06075030800",0,0,0 -"798","06075030900",0,0,0 -"799","06075031000",0,0,0 -"800","06075031100",0,0,0 -"801","06075031201",1,0,-1 -"802","06075031202",0,0,0 -"803","06075031301",0,1,1 -"804","06075031302",1,1,0 -"805","06075031400",1,1,0 -"806","06075032601",0,0,0 -"807","06075032602",0,0,0 -"808","06075032700",0,0,0 -"809","06075032801",0,0,0 -"810","06075032802",0,0,0 -"811","06075032901",0,0,0 -"812","06075032902",0,0,0 -"813","06075033000",0,0,0 -"814","06075033100",0,0,0 -"815","06075033201",0,0,0 -"816","06075033203",0,0,0 -"817","06075033204",0,0,0 -"818","06075035100",0,0,0 -"819","06075035201",0,0,0 -"820","06075035202",0,0,0 -"821","06075035300",0,0,0 -"822","06075035400",0,0,0 -"823","06075040100",0,0,0 -"824","06075040200",0,0,0 -"825","06075042601",0,0,0 -"826","06075042602",0,0,0 -"827","06075042700",1,0,-1 -"828","06075042800",0,0,0 -"829","06075045100",0,0,0 -"830","06075045200",0,0,0 -"831","06075047600",0,0,0 -"832","06075047701",0,0,0 -"833","06075047702",0,0,0 -"834","06075047801",0,0,0 -"835","06075047802",0,0,0 -"836","06075047901",0,0,0 -"837","06075047902",0,0,0 -"838","06075060100",0,0,0 -"839","06075060400",1,1,0 -"840","06075060502",1,1,0 -"841","06075060700",0,0,0 -"842","06075061000",0,0,0 -"843","06075061100",1,1,0 -"844","06075061200",1,1,0 -"845","06075061400",0,0,0 -"846","06075061500",0,0,0 -"847","06075980200",0,0,0 -"848","06075980300",0,0,0 -"849","06075980501",1,1,0 -"850","06075980600",1,1,0 -"851","06075980900",0,0,0 -"852","06081600100",0,0,0 -"853","06081600200",1,1,0 -"854","06081600300",0,0,0 -"855","06081600401",0,0,0 -"856","06081600402",0,0,0 -"857","06081600500",0,0,0 -"858","06081600600",0,0,0 -"859","06081600700",1,0,-1 -"860","06081600800",1,1,0 -"861","06081600900",0,0,0 -"862","06081601000",0,0,0 -"863","06081601100",0,0,0 -"864","06081601200",0,0,0 -"865","06081601300",1,1,0 -"866","06081601400",0,0,0 -"867","06081601501",0,0,0 -"868","06081601502",1,1,0 -"869","06081601601",0,0,0 -"870","06081601603",0,0,0 -"871","06081601604",0,0,0 -"872","06081601605",0,0,0 -"873","06081601700",0,0,0 -"874","06081601800",0,0,0 -"875","06081601901",0,0,0 -"876","06081601902",0,0,0 -"877","06081602000",0,0,0 -"878","06081602100",1,1,0 -"879","06081602200",1,1,0 -"880","06081602300",1,1,0 -"881","06081602400",0,0,0 -"882","06081602500",0,0,0 -"883","06081602600",0,0,0 -"884","06081602700",0,0,0 -"885","06081602800",0,0,0 -"886","06081602900",0,0,0 -"887","06081603000",0,0,0 -"888","06081603100",0,0,0 -"889","06081603200",0,0,0 -"890","06081603300",0,0,0 -"891","06081603400",0,0,0 -"892","06081603700",0,0,0 -"893","06081603801",0,0,0 -"894","06081603802",0,0,0 -"895","06081603900",0,0,0 -"896","06081604000",0,0,0 -"897","06081604101",0,1,1 -"898","06081604102",0,0,0 -"899","06081604200",0,0,0 -"900","06081604400",0,0,0 -"901","06081604500",0,0,0 -"902","06081604600",0,0,0 -"903","06081604700",0,0,0 -"904","06081604800",0,0,0 -"905","06081604900",0,0,0 -"906","06081605000",0,0,0 -"907","06081605100",0,0,0 -"908","06081605200",0,0,0 -"909","06081605300",0,0,0 -"910","06081605400",0,0,0 -"911","06081605500",0,0,0 -"912","06081605600",0,0,0 -"913","06081605700",0,0,0 -"914","06081605800",0,0,0 -"915","06081605900",1,0,-1 -"916","06081606000",0,1,1 -"917","06081606100",0,1,1 -"918","06081606200",1,1,0 -"919","06081606300",0,0,0 -"920","06081606400",0,0,0 -"921","06081606500",0,0,0 -"922","06081606600",0,0,0 -"923","06081606700",0,0,0 -"924","06081606800",0,0,0 -"925","06081606900",0,0,0 -"926","06081607000",0,0,0 -"927","06081607100",0,0,0 -"928","06081607200",0,0,0 -"929","06081607300",0,0,0 -"930","06081607400",0,0,0 -"931","06081607500",0,0,0 -"932","06081607600",0,0,0 -"933","06081607701",1,1,0 -"934","06081607702",0,0,0 -"935","06081607800",0,0,0 -"936","06081607900",0,0,0 -"937","06081608001",0,0,0 -"938","06081608002",0,0,0 -"939","06081608004",0,0,0 -"940","06081608013",0,0,0 -"941","06081608023",0,0,0 -"942","06081608100",0,0,0 -"943","06081608200",0,0,0 -"944","06081608300",0,0,0 -"945","06081608400",0,0,0 -"946","06081608501",0,0,0 -"947","06081608502",0,0,0 -"948","06081608600",0,0,0 -"949","06081608700",0,0,0 -"950","06081608800",0,0,0 -"951","06081608900",0,0,0 -"952","06081609000",0,0,0 -"953","06081609100",0,0,0 -"954","06081609201",0,0,0 -"955","06081609202",0,0,0 -"956","06081609300",0,0,0 -"957","06081609400",0,0,0 -"958","06081609500",0,0,0 -"959","06081609601",0,0,0 -"960","06081609602",0,0,0 -"961","06081609603",0,0,0 -"962","06081609700",0,0,0 -"963","06081609800",0,0,0 -"964","06081609900",0,0,0 -"965","06081610000",0,0,0 -"966","06081610100",0,0,0 -"967","06081610201",1,1,0 -"968","06081610202",0,0,0 -"969","06081610203",1,1,0 -"970","06081610302",0,0,0 -"971","06081610303",0,0,0 -"972","06081610304",0,0,0 -"973","06081610400",1,1,0 -"974","06081610500",1,1,0 -"975","06081610601",1,1,0 -"976","06081610602",0,0,0 -"977","06081610700",0,0,0 -"978","06081610800",1,1,0 -"979","06081610900",0,0,0 -"980","06081611000",0,0,0 -"981","06081611100",0,0,0 -"982","06081611200",0,0,0 -"983","06081611300",0,0,0 -"984","06081611400",0,0,0 -"985","06081611500",0,0,0 -"986","06081611600",0,0,0 -"987","06081611700",1,1,0 -"988","06081611800",1,1,0 -"989","06081611900",1,1,0 -"990","06081612000",1,1,0 -"991","06081612100",1,1,0 -"992","06081612500",0,0,0 -"993","06081612600",0,0,0 -"994","06081612700",0,0,0 -"995","06081612800",0,0,0 -"996","06081612900",0,0,0 -"997","06081613000",0,0,0 -"998","06081613200",0,0,0 -"999","06081613300",0,0,0 -"1000","06081613400",0,0,0 -"1001","06081613501",0,0,0 -"1002","06081613502",0,0,0 -"1003","06081613600",0,0,0 -"1004","06081613700",0,0,0 -"1005","06081613900",0,0,0 -"1006","06081614000",0,0,0 -"1007","06081984300",0,NA,NA -"1008","06085500100",1,1,0 -"1009","06085500200",0,1,1 -"1010","06085500300",0,0,0 -"1011","06085500400",0,0,0 -"1012","06085500500",0,0,0 -"1013","06085500600",0,0,0 -"1014","06085500800",0,0,0 -"1015","06085500901",1,1,0 -"1016","06085500902",1,1,0 -"1017","06085501000",1,1,0 -"1018","06085501101",1,1,0 -"1019","06085501102",1,1,0 -"1020","06085501200",1,1,0 -"1021","06085501300",0,0,0 -"1022","06085501401",1,1,0 -"1023","06085501402",1,1,0 -"1024","06085501501",1,1,0 -"1025","06085501502",1,1,0 -"1026","06085501600",1,1,0 -"1027","06085501700",1,1,0 -"1028","06085501800",0,0,0 -"1029","06085501900",0,0,0 -"1030","06085502001",0,1,1 -"1031","06085502002",1,1,0 -"1032","06085502101",0,0,0 -"1033","06085502102",1,1,0 -"1034","06085502201",1,0,-1 -"1035","06085502202",0,0,0 -"1036","06085502301",0,0,0 -"1037","06085502302",0,0,0 -"1038","06085502400",0,0,0 -"1039","06085502500",0,0,0 -"1040","06085502601",0,0,0 -"1041","06085502603",0,0,0 -"1042","06085502604",0,0,0 -"1043","06085502701",0,0,0 -"1044","06085502702",0,0,0 -"1045","06085502800",0,0,0 -"1046","06085502901",0,0,0 -"1047","06085502902",0,0,0 -"1048","06085502903",0,0,0 -"1049","06085502906",0,0,0 -"1050","06085502907",0,0,0 -"1051","06085502908",0,0,0 -"1052","06085502909",0,0,0 -"1053","06085502910",0,0,0 -"1054","06085503001",0,0,0 -"1055","06085503002",0,0,0 -"1056","06085503003",0,0,0 -"1057","06085503105",1,1,0 -"1058","06085503108",0,0,0 -"1059","06085503110",1,1,0 -"1060","06085503111",1,0,-1 -"1061","06085503112",1,1,0 -"1062","06085503113",1,1,0 -"1063","06085503115",0,0,0 -"1064","06085503116",0,0,0 -"1065","06085503117",1,1,0 -"1066","06085503118",1,1,0 -"1067","06085503121",1,1,0 -"1068","06085503122",1,1,0 -"1069","06085503123",1,1,0 -"1070","06085503204",1,1,0 -"1071","06085503207",0,0,0 -"1072","06085503208",1,0,-1 -"1073","06085503210",1,0,-1 -"1074","06085503211",1,1,0 -"1075","06085503212",0,0,0 -"1076","06085503213",1,1,0 -"1077","06085503214",1,1,0 -"1078","06085503217",1,1,0 -"1079","06085503218",1,1,0 -"1080","06085503304",1,1,0 -"1081","06085503305",1,1,0 -"1082","06085503306",0,1,1 -"1083","06085503312",0,0,0 -"1084","06085503313",0,0,0 -"1085","06085503315",1,1,0 -"1086","06085503321",0,0,0 -"1087","06085503322",0,0,0 -"1088","06085503323",0,0,0 -"1089","06085503324",0,0,0 -"1090","06085503325",0,0,0 -"1091","06085503326",0,0,0 -"1092","06085503327",0,0,0 -"1093","06085503329",0,0,0 -"1094","06085503330",0,0,0 -"1095","06085503331",0,0,0 -"1096","06085503332",0,0,0 -"1097","06085503333",0,0,0 -"1098","06085503334",0,0,0 -"1099","06085503336",1,1,0 -"1100","06085503337",1,0,-1 -"1101","06085503401",1,1,0 -"1102","06085503402",1,1,0 -"1103","06085503504",1,1,0 -"1104","06085503506",1,1,0 -"1105","06085503507",1,1,0 -"1106","06085503508",1,1,0 -"1107","06085503509",1,0,-1 -"1108","06085503510",1,1,0 -"1109","06085503511",0,0,0 -"1110","06085503601",1,1,0 -"1111","06085503602",1,1,0 -"1112","06085503703",1,1,0 -"1113","06085503707",1,0,-1 -"1114","06085503708",1,0,-1 -"1115","06085503709",1,1,0 -"1116","06085503710",1,1,0 -"1117","06085503711",1,1,0 -"1118","06085503712",1,1,0 -"1119","06085503713",1,1,0 -"1120","06085503802",0,0,0 -"1121","06085503803",0,0,0 -"1122","06085503804",1,0,-1 -"1123","06085503902",1,1,0 -"1124","06085503903",1,1,0 -"1125","06085504001",0,1,1 -"1126","06085504002",1,1,0 -"1127","06085504101",1,1,0 -"1128","06085504102",1,1,0 -"1129","06085504201",0,0,0 -"1130","06085504202",0,0,0 -"1131","06085504307",0,0,0 -"1132","06085504308",0,0,0 -"1133","06085504311",0,0,0 -"1134","06085504314",0,0,0 -"1135","06085504315",0,0,0 -"1136","06085504316",0,0,0 -"1137","06085504317",0,0,0 -"1138","06085504318",1,1,0 -"1139","06085504319",0,0,0 -"1140","06085504320",0,0,0 -"1141","06085504321",0,0,0 -"1142","06085504322",0,0,0 -"1143","06085504323",0,0,0 -"1144","06085504410",0,0,0 -"1145","06085504411",0,0,0 -"1146","06085504412",0,0,0 -"1147","06085504413",0,0,0 -"1148","06085504414",0,0,0 -"1149","06085504415",0,0,0 -"1150","06085504416",0,0,0 -"1151","06085504417",0,0,0 -"1152","06085504418",1,1,0 -"1153","06085504420",0,0,0 -"1154","06085504421",0,0,0 -"1155","06085504422",0,0,0 -"1156","06085504423",0,0,0 -"1157","06085504504",0,0,0 -"1158","06085504505",0,0,0 -"1159","06085504506",0,0,0 -"1160","06085504507",0,0,0 -"1161","06085504601",0,0,0 -"1162","06085504602",0,0,0 -"1163","06085504700",0,0,0 -"1164","06085504802",0,0,0 -"1165","06085504803",0,0,0 -"1166","06085504805",0,0,0 -"1167","06085504806",0,0,0 -"1168","06085504901",0,0,0 -"1169","06085505001",0,0,0 -"1170","06085505006",0,0,0 -"1171","06085505007",0,0,0 -"1172","06085505008",0,0,0 -"1173","06085505009",1,0,-1 -"1174","06085505100",0,1,1 -"1175","06085505202",1,1,0 -"1176","06085505203",0,0,0 -"1177","06085505301",0,0,0 -"1178","06085505302",0,0,0 -"1179","06085505303",1,0,-1 -"1180","06085505304",0,0,0 -"1181","06085505305",0,0,0 -"1182","06085505401",0,0,0 -"1183","06085505402",0,0,0 -"1184","06085505403",0,0,0 -"1185","06085505500",0,0,0 -"1186","06085505600",0,0,0 -"1187","06085505700",0,0,0 -"1188","06085505800",0,0,0 -"1189","06085505900",0,0,0 -"1190","06085506000",0,0,0 -"1191","06085506101",0,0,0 -"1192","06085506102",0,0,0 -"1193","06085506103",0,0,0 -"1194","06085506202",0,0,0 -"1195","06085506203",0,0,0 -"1196","06085506204",0,0,0 -"1197","06085506301",0,0,0 -"1198","06085506302",0,0,0 -"1199","06085506304",0,0,0 -"1200","06085506305",1,1,0 -"1201","06085506401",0,0,0 -"1202","06085506402",0,0,0 -"1203","06085506501",1,1,0 -"1204","06085506502",0,0,0 -"1205","06085506503",0,0,0 -"1206","06085506601",0,0,0 -"1207","06085506603",0,0,0 -"1208","06085506604",0,0,0 -"1209","06085506605",0,0,0 -"1210","06085506606",0,0,0 -"1211","06085506701",0,0,0 -"1212","06085506702",0,0,0 -"1213","06085506703",0,0,0 -"1214","06085506801",0,0,0 -"1215","06085506802",0,0,0 -"1216","06085506803",0,0,0 -"1217","06085506804",0,0,0 -"1218","06085506900",0,0,0 -"1219","06085507001",0,0,0 -"1220","06085507002",0,0,0 -"1221","06085507100",0,0,0 -"1222","06085507203",0,0,0 -"1223","06085507205",0,0,0 -"1224","06085507206",0,0,0 -"1225","06085507301",0,0,0 -"1226","06085507302",0,0,0 -"1227","06085507401",0,0,0 -"1228","06085507402",0,0,0 -"1229","06085507500",0,0,0 -"1230","06085507600",0,0,0 -"1231","06085507701",0,0,0 -"1232","06085507702",0,0,0 -"1233","06085507703",0,0,0 -"1234","06085507805",0,0,0 -"1235","06085507806",0,0,0 -"1236","06085507807",0,0,0 -"1237","06085507808",0,0,0 -"1238","06085507903",0,0,0 -"1239","06085507904",0,0,0 -"1240","06085507905",0,0,0 -"1241","06085507906",0,0,0 -"1242","06085508001",0,0,0 -"1243","06085508003",0,0,0 -"1244","06085508004",0,0,0 -"1245","06085508101",0,0,0 -"1246","06085508102",0,0,0 -"1247","06085508202",0,0,0 -"1248","06085508203",0,0,0 -"1249","06085508204",0,0,0 -"1250","06085508301",0,0,0 -"1251","06085508303",0,0,0 -"1252","06085508304",0,0,0 -"1253","06085508401",0,0,0 -"1254","06085508403",0,0,0 -"1255","06085508404",0,0,0 -"1256","06085508503",0,0,0 -"1257","06085508504",0,1,1 -"1258","06085508505",0,0,0 -"1259","06085508507",0,0,0 -"1260","06085508508",0,0,0 -"1261","06085508601",0,0,0 -"1262","06085508602",0,0,0 -"1263","06085508703",0,0,0 -"1264","06085508704",0,0,0 -"1265","06085508800",1,0,-1 -"1266","06085508900",1,0,-1 -"1267","06085509000",1,1,0 -"1268","06085509102",0,0,0 -"1269","06085509105",0,0,0 -"1270","06085509106",0,0,0 -"1271","06085509107",0,0,0 -"1272","06085509108",0,0,0 -"1273","06085509109",0,0,0 -"1274","06085509201",0,0,0 -"1275","06085509202",0,0,0 -"1276","06085509302",0,0,0 -"1277","06085509303",1,1,0 -"1278","06085509304",0,0,0 -"1279","06085509401",0,0,0 -"1280","06085509403",0,0,0 -"1281","06085509404",0,0,0 -"1282","06085509500",0,0,0 -"1283","06085509600",0,0,0 -"1284","06085509700",0,0,0 -"1285","06085509801",0,0,0 -"1286","06085509802",0,0,0 -"1287","06085509901",0,0,0 -"1288","06085509902",0,0,0 -"1289","06085510001",0,0,0 -"1290","06085510002",0,0,0 -"1291","06085510100",0,0,0 -"1292","06085510200",0,0,0 -"1293","06085510300",0,0,0 -"1294","06085510400",0,0,0 -"1295","06085510500",0,0,0 -"1296","06085510600",0,0,0 -"1297","06085510700",0,0,0 -"1298","06085510801",0,0,0 -"1299","06085510802",0,0,0 -"1300","06085510803",0,0,0 -"1301","06085510900",0,0,0 -"1302","06085511000",0,0,0 -"1303","06085511100",0,0,0 -"1304","06085511200",0,0,0 -"1305","06085511301",0,0,0 -"1306","06085511302",0,0,0 -"1307","06085511400",0,0,0 -"1308","06085511500",0,0,0 -"1309","06085511608",1,1,0 -"1310","06085511609",0,0,0 -"1311","06085511701",0,0,0 -"1312","06085511702",0,0,0 -"1313","06085511704",0,0,0 -"1314","06085511705",0,0,0 -"1315","06085511707",0,0,0 -"1316","06085511800",0,0,0 -"1317","06085511905",0,0,0 -"1318","06085511907",0,0,0 -"1319","06085511909",0,0,0 -"1320","06085511910",0,0,0 -"1321","06085511911",0,0,0 -"1322","06085511912",0,0,0 -"1323","06085511913",0,0,0 -"1324","06085511914",0,0,0 -"1325","06085511915",1,1,0 -"1326","06085511916",0,0,0 -"1327","06085512001",0,0,0 -"1328","06085512005",0,0,0 -"1329","06085512017",1,1,0 -"1330","06085512019",0,0,0 -"1331","06085512020",0,0,0 -"1332","06085512021",0,0,0 -"1333","06085512022",1,1,0 -"1334","06085512023",1,1,0 -"1335","06085512024",0,0,0 -"1336","06085512025",0,0,0 -"1337","06085512026",0,0,0 -"1338","06085512027",0,0,0 -"1339","06085512029",0,0,0 -"1340","06085512030",0,0,0 -"1341","06085512031",0,0,0 -"1342","06085512032",0,0,0 -"1343","06085512033",0,0,0 -"1344","06085512034",0,0,0 -"1345","06085512035",0,0,0 -"1346","06085512036",0,0,0 -"1347","06085512037",0,0,0 -"1348","06085512038",0,0,0 -"1349","06085512039",0,0,0 -"1350","06085512042",0,0,0 -"1351","06085512043",1,1,0 -"1352","06085512045",0,0,0 -"1353","06085512047",0,0,0 -"1354","06085512052",0,0,0 -"1355","06085512053",0,0,0 -"1356","06085512100",0,0,0 -"1357","06085512200",0,0,0 -"1358","06085512305",0,0,0 -"1359","06085512307",0,0,0 -"1360","06085512308",0,0,0 -"1361","06085512309",0,0,0 -"1362","06085512310",1,1,0 -"1363","06085512311",0,0,0 -"1364","06085512312",0,0,0 -"1365","06085512313",0,0,0 -"1366","06085512314",0,0,0 -"1367","06085512401",0,0,0 -"1368","06085512402",0,0,0 -"1369","06085512503",0,0,0 -"1370","06085512505",0,0,0 -"1371","06085512506",1,1,0 -"1372","06085512508",0,0,0 -"1373","06085512509",0,0,0 -"1374","06085512510",0,0,0 -"1375","06085512602",0,0,0 -"1376","06085512603",1,1,0 -"1377","06085512604",1,1,0 -"1378","06085513000",0,0,0 -"1379","06085513500",0,0,0 -"1380","06095250103",0,0,0 -"1381","06095250104",0,0,0 -"1382","06095250105",0,0,0 -"1383","06095250106",0,0,0 -"1384","06095250200",0,0,0 -"1385","06095250300",1,0,-1 -"1386","06095250400",0,0,0 -"1387","06095250501",0,0,0 -"1388","06095250502",0,1,1 -"1389","06095250601",1,1,0 -"1390","06095250604",0,0,0 -"1391","06095250605",0,0,0 -"1392","06095250701",1,1,0 -"1393","06095250801",0,0,0 -"1394","06095250900",1,1,0 -"1395","06095251000",1,1,0 -"1396","06095251100",1,1,0 -"1397","06095251200",1,1,0 -"1398","06095251300",0,0,0 -"1399","06095251400",0,0,0 -"1400","06095251500",1,1,0 -"1401","06095251600",1,1,0 -"1402","06095251701",1,1,0 -"1403","06095251702",1,0,-1 -"1404","06095251802",1,1,0 -"1405","06095251803",1,1,0 -"1406","06095251804",0,0,0 -"1407","06095251901",1,1,0 -"1408","06095251902",1,1,0 -"1409","06095251903",1,1,0 -"1410","06095252000",0,0,0 -"1411","06095252102",0,0,0 -"1412","06095252103",0,0,0 -"1413","06095252104",0,0,0 -"1414","06095252105",0,0,0 -"1415","06095252106",0,0,0 -"1416","06095252107",0,0,0 -"1417","06095252108",0,0,0 -"1418","06095252201",0,0,0 -"1419","06095252202",0,0,0 -"1420","06095252305",0,0,0 -"1421","06095252306",0,0,0 -"1422","06095252310",0,0,0 -"1423","06095252311",0,0,0 -"1424","06095252312",0,0,0 -"1425","06095252313",0,0,0 -"1426","06095252314",0,0,0 -"1427","06095252315",0,0,0 -"1428","06095252316",0,0,0 -"1429","06095252317",0,0,0 -"1430","06095252401",1,1,0 -"1431","06095252402",1,1,0 -"1432","06095252501",1,1,0 -"1433","06095252502",0,1,1 -"1434","06095252604",1,1,0 -"1435","06095252605",1,1,0 -"1436","06095252606",1,1,0 -"1437","06095252607",1,1,0 -"1438","06095252608",1,1,0 -"1439","06095252610",0,0,0 -"1440","06095252611",1,1,0 -"1441","06095252702",0,0,0 -"1442","06095252703",1,1,0 -"1443","06095252704",1,0,-1 -"1444","06095252705",0,0,0 -"1445","06095252706",0,0,0 -"1446","06095252707",0,1,1 -"1447","06095252801",0,0,0 -"1448","06095252802",0,0,0 -"1449","06095252904",0,0,0 -"1450","06095252908",0,0,0 -"1451","06095252909",0,0,0 -"1452","06095252910",0,0,0 -"1453","06095252911",0,0,0 -"1454","06095252912",0,0,0 -"1455","06095252913",0,0,0 -"1456","06095252914",0,0,0 -"1457","06095252915",0,0,0 -"1458","06095253000",0,NA,NA -"1459","06095253101",0,0,0 -"1460","06095253105",1,1,0 -"1461","06095253106",0,0,0 -"1462","06095253107",0,0,0 -"1463","06095253108",0,0,0 -"1464","06095253201",0,0,0 -"1465","06095253203",0,0,0 -"1466","06095253204",0,0,0 -"1467","06095253205",0,0,0 -"1468","06095253206",0,0,0 -"1469","06095253402",0,0,0 -"1470","06095253403",0,0,0 -"1471","06095253404",0,0,0 -"1472","06095253500",0,0,0 -"1473","06095980000",0,NA,NA -"1474","06097150100",0,0,0 -"1475","06097150202",0,0,0 -"1476","06097150203",0,0,0 -"1477","06097150204",0,0,0 -"1478","06097150303",0,0,0 -"1479","06097150304",0,0,0 -"1480","06097150305",1,1,0 -"1481","06097150306",0,0,0 -"1482","06097150500",0,0,0 -"1483","06097150601",0,0,0 -"1484","06097150602",0,0,0 -"1485","06097150603",0,0,0 -"1486","06097150607",0,0,0 -"1487","06097150609",0,0,0 -"1488","06097150610",0,0,0 -"1489","06097150611",0,0,0 -"1490","06097150612",0,0,0 -"1491","06097150701",0,0,0 -"1492","06097150702",0,0,0 -"1493","06097150800",0,0,0 -"1494","06097150901",0,0,0 -"1495","06097150902",0,0,0 -"1496","06097151000",0,0,0 -"1497","06097151100",0,0,0 -"1498","06097151201",0,0,0 -"1499","06097151203",0,0,0 -"1500","06097151204",0,0,0 -"1501","06097151301",0,0,0 -"1502","06097151305",1,1,0 -"1503","06097151306",0,0,0 -"1504","06097151307",0,0,0 -"1505","06097151308",1,0,-1 -"1506","06097151309",0,0,0 -"1507","06097151310",0,0,0 -"1508","06097151311",0,0,0 -"1509","06097151401",0,0,0 -"1510","06097151402",1,0,-1 -"1511","06097151502",0,0,0 -"1512","06097151503",0,0,0 -"1513","06097151504",0,0,0 -"1514","06097151601",0,0,0 -"1515","06097151602",0,0,0 -"1516","06097151700",0,0,0 -"1517","06097151800",0,0,0 -"1518","06097151900",0,0,0 -"1519","06097152000",1,1,0 -"1520","06097152100",0,0,0 -"1521","06097152201",1,0,-1 -"1522","06097152202",0,0,0 -"1523","06097152203",0,0,0 -"1524","06097152300",0,0,0 -"1525","06097152400",0,0,0 -"1526","06097152501",0,0,0 -"1527","06097152502",0,0,0 -"1528","06097152600",0,0,0 -"1529","06097152701",0,0,0 -"1530","06097152702",0,0,0 -"1531","06097152801",0,0,0 -"1532","06097152802",1,1,0 -"1533","06097152903",1,1,0 -"1534","06097152904",0,0,0 -"1535","06097152905",0,0,0 -"1536","06097152906",0,0,0 -"1537","06097153001",0,1,1 -"1538","06097153002",1,0,-1 -"1539","06097153003",0,0,0 -"1540","06097153005",0,0,0 -"1541","06097153006",0,0,0 -"1542","06097153102",1,1,0 -"1543","06097153103",0,1,1 -"1544","06097153104",1,1,0 -"1545","06097153200",0,0,0 -"1546","06097153300",0,0,0 -"1547","06097153401",0,0,0 -"1548","06097153403",0,0,0 -"1549","06097153404",0,0,0 -"1550","06097153501",0,0,0 -"1551","06097153502",0,0,0 -"1552","06097153600",0,0,0 -"1553","06097153703",0,0,0 -"1554","06097153704",0,0,0 -"1555","06097153705",0,0,0 -"1556","06097153706",0,0,0 -"1557","06097153801",0,0,0 -"1558","06097153804",0,0,0 -"1559","06097153806",0,0,0 -"1560","06097153807",0,0,0 -"1561","06097153808",0,0,0 -"1562","06097153809",0,0,0 -"1563","06097153901",0,0,0 -"1564","06097153902",0,0,0 -"1565","06097153903",0,0,0 -"1566","06097154000",0,0,0 -"1567","06097154100",0,0,0 -"1568","06097154201",0,0,0 -"1569","06097154202",0,0,0 diff --git a/Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2016.csv b/Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2016.csv deleted file mode 100644 index e64ba64b..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2016.csv +++ /dev/null @@ -1,9 +0,0 @@ -"","FACTOR","REGIONAL_MEAN","SD","PLUS_HALFSD","PLUS_ONEHALFSD" -"1","Seniors",0.0619310708865618,0.0447705620622574,0.0843163519176904,0.129086913979948 -"2","Minorities",0.57394225848457,0.240306694434383,0.694095605701761,0.934402300136144 -"3","Limited English Proficiency",0.0829733918779879,0.0796163309378354,0.122781557346906,0.202397888284741 -"4","Single Parent Families",0.132471321642188,0.0939591730905718,0.179450908187474,0.273410081278046 -"5","Share of Population Below 200% FPL",0.241359360324677,0.158083266817049,0.320400993733202,0.478484260550251 -"6","Share of Disabled Population",0.0984219731575595,0.0434850203658744,0.120164483340497,0.163649503706371 -"7","Zero Vehicle Households",0.0928222837636814,0.124622864092471,0.155133715809917,0.279756579902388 -"8","HUS Rent 50",0.10581078343917,0.0811851998111119,0.146403383344726,0.227588583155838 diff --git a/Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2018.csv b/Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2018.csv deleted file mode 100644 index e93bb442..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/COC_Regional_Stats_ACS2018.csv +++ /dev/null @@ -1,9 +0,0 @@ -factors,mean,std,plus_half_sd,plus_one_sd,plus_one_half_sd -Seniors 75 Years and Over,0.06,0.05,0.08,0.11,0.14 -Minorities,0.58,0.24,0.7,0.82,0.94 -Limited English Proficiency,0.08,0.08,0.12,0.16,0.2 -Single Parent Families,0.13,0.09,0.18,0.22,0.26 -Low-Income (<200% Federal Poverty Level-FPL),0.21,0.14,0.28,0.35,0.42 -People with Disability,0.1,0.05,0.12,0.15,0.18 -Zero-Vehicle Household,0.09,0.12,0.15,0.21,0.27 -Rent-Burdened,0.1,0.08,0.14,0.18,0.22 diff --git a/Project-Documentation/Equity-Priority-Communities/Data/COC_Schema.csv b/Project-Documentation/Equity-Priority-Communities/Data/COC_Schema.csv deleted file mode 100644 index 4eb90db2..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/COC_Schema.csv +++ /dev/null @@ -1,39 +0,0 @@ -Field Name,Data Type,ACS Calculations,ACS DefInition or COC Definition ,Domain -geoid,TEXT,,Geographic Identifier, -state,LONG,,State ID, -county_fips,DOUBLE,,Federal Information Processing Standard, -tract,TEXT,,Census Tract ID, -tot_pop,LONG,B03002_001E,Universe: Total Population, -tot_pop_sen (DEPRICATED),LONG,B01001_001E,Universe: Total Population, -tot_pop_pov,LONG,C17002_001E,Universe: Total population for whom poverty status is determined, -tot_pop_civ_ni,LONG,C18108_001E,Universe: Total civilian noninstitutionalized population, -tot_hh,LONG,B08201_001E,Universe: Total households, -tot_fam,LONG,B11004_001E,Universe: Families, -tot_pop_over5,LONG,B16005_001E,Universe: Total population 5 years and over, -pop_minority,LONG,B03002_001E - B03002_003E,Minority population, -pop_over75,LONG,B01001_023E + B01001_024E + B01001_025E + B01001_047E + B01001_048E + B01001_049E,Seniors 75 years and over, -pop_spfam,LONG,B11004_010E + B11004_016E,Single-parent family, -pop_lep,LONG,B16005_007E + B16005_008E + B16005_012E + B16005_013E + B16005_017E + B16005_018E + B16005_022E + B16005_023E + B16005_029E + B16005_030E + B16005_034E + B16005_035E + B16005_039E + B16005_040E + B16005_044E + B16005_045E,Limited English proficiency , -pop_below200,LONG,C17002_001E - C17002_008E,Low Income (< 200% Federal Poverty Level - FPL) , -pop_disability,LONG,C18108_001E - (C18108_005E + C18108_009E + C18108_013E),People with disability, -pop_hus_rent50,LONG,B25070_010E,Severely rent-burdened household, -pop_zvhhs,LONG,B08201_002E,Zero-vehicle household, -pct_over75,DOUBLE,(B01001_023E + B01001_024E + B01001_025E + B01001_047E + B01001_048E + B01001_049E)/B01001_001E,Seniors 75 years and over as a share of total population, -pct_minority,DOUBLE,(B03002_001E - B03002_003E)/B03002_001E,Minority population as a share of total population, -pct_spfam,DOUBLE,(B11004_010E + B11004_016E)/B11004_001E,Single-parent family as a share all families, -pct_lep,DOUBLE,(B16005_007E + B16005_008E + B16005_012E + B16005_013E + B16005_017E + B16005_018E + B16005_022E + B16005_023E + B16005_029E + B16005_030E + B16005_034E + B16005_035E + B16005_039E + B16005_040E + B16005_044E + B16005_045E)/B16005_001E,Limited English proficiency population as a share of total population 5 years and over, -pct_below200,DOUBLE,(C17002_001E - C17002_008E)/C17002_001E,Low Income population as a share of total population for whom poverty status is determined, -pct_disab,DOUBLE,(C18108_001E - (C18108_005E + C18108_009E + C18108_013E))/C18108_001E,Disabled population as a share of total civilian noninstitutionalized population, -pct_zvhhs,DOUBLE,B08201_002E/B08201_001E,Zero-vehicle households as a share of total households, -pct_hus_rent50,DOUBLE,B25070_010E/B08201_001E,Severely rent-burdened household as a share of total renter-occupied housing units, -over75_halfsd,LONG,,Seniors 75 and over make up over regional mean plus .5 standard deviation of the total poulation in a given Census Tract,0 = False; 1 = True -minority_halfsd,LONG,,Minorities make up over regional mean plus .5 standard deviation of the total population in a given Census Tract,0 = False; 1 = True -spfam_halfsd,LONG,,Single-parent families make up over regional mean plus .5 standard deviation of the families in a given Census Tract,0 = False; 1 = True -disab_halfsd,LONG,,Disabled people make up over regional mean plus .5 standard deviation of the total civilian noninstitutionalized population in a given Census Tract,0 = False; 1 = True -lep_halfsd,LONG,,People with limited English proficiency make up over regional mean plus .5 standard deviation of the total population 5 years and over in a given Census Tract,0 = False; 1 = True -below200_halfsd,LONG,,Low-income people make up over regional mean plus .5 standard deviation of the total population for whom poverty status is determined in a given Census Tract,0 = False; 1 = True -zvhh_halfsd,LONG,,Zero-vehicle households make up over regional mean plus .5 standard deviation of the total households in a given Census Tract,0 = False; 1 = True -hus_rent50_halfsd,LONG,,Severely rent-burdened households make up over regional mean plus .5 standard deviation of total renter-occupied housing units in a given Census Tract,0 = False; 1 = True -coc_flag_pba2040,LONG,,The Census Tract meets MTC's Plan Bay Area 2040 Communities of Concern criteria ,0 = False; 1 = True -coc_flag_pba2050,LONG,,The Census Tract meets MTC's Plan Bay Area 2050 Communities of Concern criteria ,1 = False; 1 = True -coc_class,TEXT,,The CoC ranking as determined by standard deviation (sd) from regional mean.,".5 SD = High; 1 SD = Higher, 1.5 SD = Highest" diff --git a/Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2014_tbl.csv b/Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2014_tbl.csv deleted file mode 100644 index b63da945..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2014_tbl.csv +++ /dev/null @@ -1,1570 +0,0 @@ -OID,GEOID,TOT_POP,POP_MINORITY,POP_OVER75,POP_SPFAM,POP_LEP,POP_BELOW200,POP_DISABILITY,POP_HUS_RENT50,POP_ZVHHS,PCT_OVER75,PCT_MINORITY,PCT_SPFAM,PCT_LEP,PCT_BELOW2,PCT_DISABLED,PCT_ZVHHS,PCT_HUS_RENT50,OVER75_10,MINORITY_70,SPFAM_20,DISAB_25,LEP_20,LOWINC_30,ZVHH_10,RENT50OCCHUS_15,SUM_6,COCFLAG_2017,COCFLAG_2013,TOT_FAM,COUNTY_FIP --1,06001400100,3385,1287,289,19,80,173,223,62,0,0.085376661742984,0.380206794682422,0.023227383863081,0.024821594787465,0.062863372093023,0.065878877400295,0.000000000000000,0.047692307692308,0,0,0,0,0,0,0,0,0,0,0,818,1.000000000000000 --1,06001400200,1939,549,131,15,0,161,143,16,57,0.067560598246519,0.283135636926251,0.031315240083507,0.000000000000000,0.083032490974729,0.073749355337803,0.069938650306749,0.019753086419753,0,0,0,0,0,0,0,0,0,0,0,479,1.000000000000000 --1,06001400300,5428,2092,347,65,131,781,408,181,354,0.063927781871776,0.385408990420044,0.057522123893805,0.025636007827789,0.145573159366263,0.075165806927045,0.141035856573705,0.073368463721119,0,0,0,0,0,0,1,0,1,0,0,1130,1.000000000000000 --1,06001400400,4279,1722,182,143,43,672,551,126,159,0.042533302173405,0.402430474409909,0.161764705882353,0.010787757150025,0.157229761347684,0.128919045390735,0.087748344370861,0.070155902004454,0,0,0,0,0,0,0,0,0,0,0,884,1.000000000000000 --1,06001400500,3516,1674,113,45,64,924,339,207,258,0.032138794084187,0.476109215017065,0.086705202312139,0.019271303824149,0.262798634812287,0.096416382252560,0.162264150943396,0.130764371446620,0,0,0,0,0,0,1,0,1,0,0,519,1.000000000000000 --1,06001400600,1750,1123,85,84,65,590,215,111,173,0.048571428571429,0.641714285714286,0.219895287958115,0.038598574821853,0.340450086555107,0.122857142857143,0.238292011019284,0.155244755244755,0,0,1,0,0,1,1,1,3,1,1,382,1.000000000000000 --1,06001400700,4396,2894,284,228,93,2129,792,440,361,0.064604185623294,0.658325750682439,0.249180327868852,0.022201002625925,0.484303912647862,0.180163785259327,0.202127659574468,0.248306997742664,0,0,1,0,0,1,1,1,3,1,1,915,1.000000000000000 --1,06001400800,3218,2052,129,82,34,870,384,231,184,0.040087010565569,0.637663144810441,0.130158730158730,0.010807374443738,0.274621212121212,0.119775421085465,0.115650534255185,0.148457583547558,0,0,0,0,0,0,1,0,1,0,0,630,1.000000000000000 --1,06001400900,2031,1052,26,160,21,528,228,154,101,0.012801575578533,0.517971442639094,0.359550561797753,0.010752688172043,0.259970457902511,0.112259970457903,0.099409448818898,0.155870445344130,0,0,1,0,0,0,0,1,2,0,0,445,1.000000000000000 --1,06001401000,5505,3946,306,342,213,2502,839,785,662,0.055585831062670,0.716802906448683,0.319925163704397,0.039910061832490,0.456069996354357,0.152573195126387,0.271422714227142,0.327903091060986,0,1,1,0,0,1,1,1,3,1,1,1069,1.000000000000000 --1,06001401100,4240,2151,100,137,79,1318,369,354,438,0.023584905660377,0.507311320754717,0.184636118598383,0.019530284301607,0.310849056603774,0.087028301886792,0.216724393864424,0.181818181818182,0,0,0,0,0,1,1,1,2,0,0,742,1.000000000000000 --1,06001401200,2345,1009,82,59,28,480,177,120,232,0.034968017057569,0.430277185501066,0.135944700460829,0.012367491166078,0.206629358588033,0.076490924805532,0.191103789126853,0.101781170483461,0,0,0,0,0,0,1,0,1,0,0,434,1.000000000000000 --1,06001401300,3815,2874,260,93,421,1953,571,293,663,0.068152031454784,0.753342070773263,0.186372745490982,0.112657211667113,0.555302814899062,0.161619020662327,0.397959183673469,0.187100893997446,0,1,0,0,0,1,1,1,2,1,1,499,1.000000000000000 --1,06001401400,4297,3470,205,239,468,2876,770,495,465,0.047707703048639,0.807540144286712,0.311197916666667,0.114818449460255,0.677343382006595,0.179194787060740,0.325858444288718,0.357400722021661,0,1,1,0,0,1,1,1,3,1,1,768,1.000000000000000 --1,06001401500,2131,1288,119,91,158,1011,302,158,288,0.055842327545753,0.604411074612858,0.231552162849873,0.076587493940863,0.474425152510558,0.141717503519474,0.301570680628272,0.170258620689655,0,0,1,0,0,1,1,1,3,1,1,393,1.000000000000000 --1,06001401600,1919,1509,39,135,163,1269,434,254,240,0.020323084940073,0.786347055758207,0.467128027681661,0.090605892162312,0.661281917665451,0.226159458051068,0.321715817694370,0.357746478873239,0,1,1,0,0,1,1,1,3,1,1,289,1.000000000000000 --1,06001401700,2603,1982,45,53,165,1071,221,250,180,0.017287744909720,0.761429120245870,0.124705882352941,0.068181818181818,0.411448328851325,0.085658914728682,0.152542372881356,0.211864406779661,0,1,0,0,0,1,1,1,2,1,1,425,1.000000000000000 --1,06001401800,1794,1456,79,191,55,1076,194,191,221,0.044035674470457,0.811594202898551,0.541076487252125,0.034744156664561,0.599777034559643,0.108138238573021,0.325000000000000,0.290715372907154,0,1,1,0,0,1,1,1,3,1,1,353,1.000000000000000 --1,06001402200,2446,1986,88,130,345,1379,460,220,221,0.035977105478332,0.811937857726901,0.304449648711944,0.150786713286713,0.567023026315789,0.188062142273099,0.245011086474501,0.261593341260404,0,1,1,0,0,1,1,1,3,1,1,427,1.000000000000000 --1,06001402400,2846,2412,170,365,250,1724,491,307,399,0.059732958538299,0.847505270555165,0.514084507042254,0.095274390243902,0.608327452364150,0.173253352152435,0.349693251533742,0.277576853526221,0,1,1,0,0,1,1,1,3,1,1,710,1.000000000000000 --1,06001402500,1909,1807,46,276,132,1352,344,174,315,0.024096385542169,0.946568884232582,0.575000000000000,0.080931943592888,0.708224201152436,0.180199057097957,0.444287729196051,0.248927038626609,0,1,1,0,0,1,1,1,3,1,1,480,1.000000000000000 --1,06001402600,1029,924,167,8,413,670,250,105,286,0.162293488824101,0.897959183673469,0.034782608695652,0.415075376884422,0.651117589893100,0.242954324586978,0.444790046656299,0.168810289389068,1,1,0,0,1,1,1,1,4,1,1,230,1.000000000000000 --1,06001402700,1647,1264,77,84,90,796,263,209,246,0.046751669702489,0.767455980570735,0.309963099630996,0.056074766355140,0.492879256965944,0.159684274438373,0.366071428571429,0.316187594553706,0,1,1,0,0,1,1,1,3,1,1,271,1.000000000000000 --1,06001402800,3299,2369,277,43,461,1915,814,493,1048,0.083964837829645,0.718096392846317,0.104368932038835,0.145793801391524,0.585985312117503,0.250230556409468,0.524000000000000,0.250890585241730,0,1,0,1,0,1,1,1,3,1,1,412,1.000000000000000 --1,06001402900,1399,1082,213,9,428,719,322,138,534,0.152251608291637,0.773409578270193,0.040540540540541,0.311499272197962,0.543461829176115,0.230164403145104,0.666666666666667,0.181102362204724,1,1,0,0,1,1,1,1,4,1,1,222,1.000000000000000 --1,06001403000,2471,2314,767,54,1242,1536,758,275,787,0.310400647511129,0.936462970457305,0.095914742451154,0.514498757249379,0.621610683933630,0.306758397409955,0.575292397660819,0.213178294573643,1,1,0,1,1,1,1,1,5,1,1,563,1.000000000000000 --1,06001403100,1782,1308,85,13,381,516,219,62,240,0.047699214365881,0.734006734006734,0.039755351681957,0.222157434402332,0.368308351177730,0.155871886120996,0.345323741007194,0.097178683385580,0,1,0,0,1,1,1,0,2,1,1,327,1.000000000000000 --1,06001403300,3785,2748,278,33,1043,1307,402,499,509,0.073447820343461,0.726023778071334,0.044235924932976,0.283269961977186,0.347144754316069,0.107544141252006,0.242727706247020,0.251638930912758,0,1,0,0,1,1,1,1,3,1,1,746,1.000000000000000 --1,06001403400,4361,2955,593,30,478,1992,646,606,1081,0.135977986700298,0.677596881449209,0.044642857142857,0.111917583704051,0.458669122726226,0.148745107068846,0.384834460662157,0.235157159487776,1,0,0,0,0,1,1,1,3,1,1,672,1.000000000000000 --1,06001403501,4495,3065,531,189,545,2191,741,531,671,0.118131256952169,0.681868743047831,0.277941176470588,0.126215840666975,0.487430478309232,0.164849833147942,0.269369731031714,0.219149814279818,1,0,1,0,0,1,1,1,4,1,1,680,1.000000000000000 --1,06001403502,2018,955,39,89,45,575,186,162,204,0.019326065411298,0.473240832507433,0.256484149855908,0.022567703109328,0.284935579781962,0.092170465807730,0.170568561872910,0.136363636363636,0,0,1,0,0,0,1,0,2,0,0,347,1.000000000000000 --1,06001403600,4398,2924,160,78,90,1003,301,306,224,0.036380172805821,0.664847658026376,0.116244411326379,0.021913805697590,0.233745047774412,0.070261437908497,0.090724989874443,0.126865671641791,0,0,0,0,0,0,0,0,0,0,0,671,1.000000000000000 --1,06001403701,2473,1119,343,31,22,460,379,193,522,0.138697937727457,0.452486858067125,0.107266435986159,0.009083402146986,0.188679245283019,0.155455291222313,0.308328411104548,0.116125150421179,1,0,0,0,0,0,1,0,2,0,0,289,1.000000000000000 --1,06001403702,1902,669,79,31,18,295,129,122,180,0.041535226077813,0.351735015772871,0.080939947780679,0.009724473257699,0.155099894847529,0.067823343848580,0.159010600706714,0.108734402852050,0,0,0,0,0,0,1,0,1,0,0,383,1.000000000000000 --1,06001403800,3455,1268,144,28,64,381,210,131,92,0.041678726483357,0.367004341534009,0.040114613180516,0.019312009656005,0.110274963820550,0.060781476121563,0.050772626931567,0.073512906846240,0,0,0,0,0,0,0,0,0,0,0,698,1.000000000000000 --1,06001403900,3992,2051,343,153,107,953,401,411,191,0.085921843687375,0.513777555110221,0.244019138755981,0.029780128026719,0.240960809102402,0.101033005794911,0.085573476702509,0.187243735763098,0,0,1,0,0,0,0,1,2,0,0,627,1.000000000000000 --1,06001404000,2805,1081,82,84,0,539,266,120,214,0.029233511586453,0.385383244206774,0.187500000000000,0.000000000000000,0.193745506829619,0.095306341812970,0.131288343558282,0.077619663648124,0,0,0,0,0,0,1,0,1,0,0,448,1.000000000000000 --1,06001404101,2911,745,201,54,40,533,240,219,303,0.069048436963243,0.255925798694607,0.098181818181818,0.014781966001478,0.183856502242152,0.082559339525284,0.187616099071207,0.139579349904398,0,0,0,0,0,0,1,0,1,0,0,550,1.000000000000000 --1,06001404102,2511,1052,411,16,120,455,403,197,279,0.163679808841099,0.418956590999602,0.047058823529412,0.049321824907522,0.192226446979299,0.170042194092827,0.181286549707602,0.129349967170059,1,0,0,0,0,0,1,0,2,0,0,340,1.000000000000000 --1,06001404200,3436,1240,223,61,59,232,213,49,50,0.064901047729919,0.360884749708964,0.066521264994547,0.018288902665840,0.070774862721172,0.061990686845169,0.038639876352396,0.038221528861154,0,0,0,0,0,0,0,0,0,0,0,917,1.000000000000000 --1,06001404300,3348,1060,297,36,60,267,204,16,37,0.088709677419355,0.316606929510155,0.041811846689896,0.019035532994924,0.079749103942652,0.060931899641577,0.028417818740399,0.012509773260360,0,0,0,0,0,0,0,0,0,0,0,861,1.000000000000000 --1,06001404400,5156,1872,160,200,73,389,212,25,37,0.031031807602793,0.363072148952676,0.154083204930663,0.015189346650021,0.076289468523240,0.041197046249514,0.016726943942134,0.011399908800730,0,0,0,0,0,0,0,0,0,0,0,1298,1.000000000000000 --1,06001404501,1754,478,141,30,21,59,69,16,18,0.080387685290764,0.272519954389966,0.053956834532374,0.013067828251400,0.033908045977011,0.039338654503991,0.026315789473684,0.023391812865497,0,0,0,0,0,0,0,0,0,0,0,556,1.000000000000000 --1,06001404502,5383,1204,330,141,12,540,392,73,13,0.061304105517369,0.223667100130039,0.085975609756098,0.002397123451858,0.100353094220405,0.072821846553966,0.005560307955518,0.031438415159345,0,0,0,0,0,0,0,0,0,0,0,1640,1.000000000000000 --1,06001404600,4473,1400,238,44,33,247,308,18,42,0.053208137715180,0.312989045383412,0.034482758620690,0.007739212007505,0.055282005371531,0.068857589984351,0.023127753303965,0.009961261759823,0,0,0,0,0,0,0,0,0,0,0,1276,1.000000000000000 --1,06001404700,2071,489,151,25,50,97,242,5,23,0.072911636890391,0.236117817479479,0.041736227045075,0.025826446280992,0.046837276677933,0.116851762433607,0.028750000000000,0.006281407035176,0,0,0,0,0,0,0,0,0,0,0,599,1.000000000000000 --1,06001404800,2894,1785,159,149,167,1007,356,120,266,0.054941257774706,0.616793365583967,0.211948790896159,0.064156742220515,0.347961299239807,0.123013130615066,0.210110584518167,0.095770151636073,0,0,1,0,0,1,1,0,2,0,0,703,1.000000000000000 --1,06001404900,4338,2211,292,155,122,1018,407,197,170,0.067312125403412,0.509681881051176,0.147058823529412,0.030049261083744,0.234670355002305,0.094278434097753,0.082444228903977,0.096663395485770,0,0,0,0,0,0,0,0,0,0,0,1054,1.000000000000000 --1,06001405000,3403,1342,232,76,87,582,399,61,109,0.068175139582721,0.394357919482809,0.087759815242494,0.027179006560450,0.171025565677344,0.117560400707130,0.071947194719472,0.041895604395604,0,0,0,0,0,0,0,0,0,0,0,866,1.000000000000000 --1,06001405100,4084,1311,299,76,37,100,197,33,26,0.073212536728697,0.321008814887365,0.062346185397867,0.010078997548352,0.024485798237022,0.048237022526934,0.016872160934458,0.021696252465483,0,0,0,0,0,0,0,0,0,0,0,1219,1.000000000000000 --1,06001405200,4521,2702,275,66,383,1003,522,427,169,0.060827250608273,0.597655385976554,0.070437566702241,0.089028358902836,0.221853572218536,0.115461181154612,0.072501072501073,0.188520971302428,0,0,0,0,0,0,0,1,1,0,0,937,1.000000000000000 --1,06001405301,2659,1483,107,51,178,581,429,185,271,0.040240691989470,0.557728469349379,0.107142857142857,0.072064777327935,0.218503196690485,0.161338849191425,0.189510489510490,0.129370629370629,0,0,0,0,0,0,1,0,1,0,0,476,1.000000000000000 --1,06001405302,2714,2162,300,70,831,1430,401,474,554,0.110537951363301,0.796610169491525,0.150537634408602,0.325754606036848,0.526897568165070,0.147752394988946,0.368841544607190,0.318977119784657,1,1,0,0,1,1,1,1,4,1,1,465,1.000000000000000 --1,06001405401,4324,3815,121,177,1216,2506,508,468,477,0.027983348751156,0.882284921369103,0.207746478873239,0.295432458697765,0.582926261921377,0.118167015585020,0.281914893617021,0.292134831460674,0,1,1,0,1,1,1,1,4,1,1,852,1.000000000000000 --1,06001405402,2774,2514,150,173,542,1892,290,302,229,0.054073540014420,0.906272530641673,0.295726495726496,0.208541746825702,0.707025411061285,0.107606679035250,0.217473884140551,0.302000000000000,0,1,1,0,1,1,1,1,4,1,1,585,1.000000000000000 --1,06001405500,3901,3125,171,237,799,1945,405,360,356,0.043834914124583,0.801076647013586,0.287970838396112,0.212613092070250,0.498590105101256,0.103819533452961,0.227040816326531,0.232558139534884,0,1,1,0,1,1,1,1,4,1,1,823,1.000000000000000 --1,06001405600,3203,2573,111,216,446,1143,412,263,150,0.034655010927256,0.803309397439900,0.323838080959520,0.149064171122995,0.356852950359038,0.128629409928192,0.105782792665726,0.192392099487930,0,1,1,0,0,1,1,1,3,1,1,667,1.000000000000000 --1,06001405700,3366,2988,88,151,488,1546,521,306,208,0.026143790849673,0.887700534759358,0.218840579710145,0.155612244897959,0.468484848484849,0.156315631563156,0.161115414407436,0.239436619718310,0,1,1,0,0,1,1,1,3,1,1,690,1.000000000000000 --1,06001405800,3924,3621,63,140,737,1871,361,282,237,0.016055045871560,0.922782874617737,0.156250000000000,0.198813056379822,0.476809378185525,0.091997961264016,0.180365296803653,0.226870474658085,0,1,0,0,0,1,1,1,2,1,1,896,1.000000000000000 --1,06001405901,3820,3545,119,226,1064,2518,420,229,124,0.031151832460733,0.928010471204188,0.276960784313726,0.291666666666667,0.660892388451444,0.110236220472441,0.129301355578728,0.244919786096257,0,1,1,0,1,1,1,1,4,1,1,816,1.000000000000000 --1,06001405902,3521,3198,88,133,1128,1916,293,182,162,0.024992899744391,0.908264697529111,0.186013986013986,0.331277533039648,0.546024508406954,0.083404497580416,0.171428571428571,0.197183098591549,0,1,0,0,1,1,1,1,3,1,1,715,1.000000000000000 --1,06001406000,3258,2659,264,82,1016,2215,535,442,499,0.081031307550645,0.816144874155924,0.131200000000000,0.332026143790850,0.679864947820749,0.164211172498465,0.347251217814892,0.328136599851522,0,1,0,0,1,1,1,1,3,1,1,625,1.000000000000000 --1,06001406100,4901,4403,70,298,1124,1983,354,242,312,0.014282799428688,0.898388084064477,0.350588235294118,0.244560487380331,0.409034653465347,0.072230157110794,0.210101010101010,0.176128093158661,0,1,1,0,1,1,1,1,4,1,1,850,1.000000000000000 --1,06001406201,4230,4065,122,295,878,2509,450,397,368,0.028841607565012,0.960992907801418,0.322404371584699,0.225417201540436,0.599092645654250,0.107449856733524,0.282859338970023,0.307275541795666,0,1,1,0,1,1,1,1,4,1,1,915,1.000000000000000 --1,06001406202,4534,4182,250,278,1346,3077,296,407,438,0.055138950154389,0.922364358182620,0.306167400881057,0.324963785610816,0.710295475530933,0.068328716528162,0.338223938223938,0.327170418006431,0,1,1,0,1,1,1,1,4,1,1,908,1.000000000000000 --1,06001406300,4399,3998,295,311,944,2674,562,194,246,0.067060695612639,0.908842918845192,0.348654708520179,0.238444051528164,0.618408880666050,0.127756308251875,0.200652528548124,0.158238172920065,0,1,1,0,1,1,1,1,4,1,1,892,1.000000000000000 --1,06001406400,2305,1781,350,87,386,949,454,180,155,0.151843817787419,0.772668112798265,0.202325581395349,0.179702048417132,0.442218080149115,0.209699769053118,0.220483641536273,0.264705882352941,1,1,1,0,0,1,1,1,4,1,1,430,1.000000000000000 --1,06001406500,5950,5410,230,366,1464,2951,694,338,335,0.038655462184874,0.909243697478992,0.284382284382284,0.261195361284567,0.508617718028266,0.116638655462185,0.188308038223721,0.191501416430595,0,1,1,0,1,1,1,1,4,1,1,1287,1.000000000000000 --1,06001406601,4987,4487,200,351,638,2369,592,363,295,0.040104271104873,0.899739322237818,0.311170212765957,0.136208368915457,0.475035091237217,0.118708642470423,0.169637722829212,0.209342560553633,0,1,1,0,0,1,1,1,3,1,1,1128,1.000000000000000 --1,06001406602,2591,2140,83,108,432,1238,295,155,127,0.032033963720571,0.825935932072559,0.207293666026871,0.179551122194514,0.478361669242658,0.113987635239567,0.138797814207650,0.174943566591422,0,1,1,0,0,1,1,1,3,1,1,521,1.000000000000000 --1,06001406700,5039,2233,386,210,358,1026,410,223,263,0.076602500496130,0.443143480849375,0.167464114832536,0.073784006595218,0.205241048209642,0.082016403280656,0.119058397464916,0.102670349907919,0,0,0,0,0,0,1,0,1,0,0,1254,1.000000000000000 --1,06001406800,3621,2456,186,210,214,496,236,135,46,0.051367025683513,0.678265672466170,0.233333333333333,0.062173155142359,0.137130218413049,0.065247442632015,0.033898305084746,0.100821508588499,0,0,1,0,0,0,0,0,1,0,0,900,1.000000000000000 --1,06001406900,3861,2585,87,236,317,1052,314,135,51,0.022533022533023,0.669515669515670,0.254584681769148,0.088423988842399,0.273104880581516,0.081326081326081,0.033685601056803,0.091339648173207,0,0,1,0,0,0,0,0,1,0,0,927,1.000000000000000 --1,06001407000,5729,5113,205,331,1340,3086,521,378,333,0.035782859137720,0.892476872054460,0.254615384615385,0.246868091378040,0.554736652885134,0.093102215868478,0.181175190424374,0.206219312602291,0,1,1,0,1,1,1,1,4,1,1,1300,1.000000000000000 --1,06001407101,3882,3684,128,207,1146,2777,428,198,147,0.032972694487378,0.948995363214838,0.300000000000000,0.316749585406302,0.715352910870685,0.110252447192169,0.140939597315436,0.202247191011236,0,1,1,0,1,1,1,1,4,1,1,690,1.000000000000000 --1,06001407102,4492,4137,206,193,1046,1594,624,237,197,0.045859305431879,0.920970614425646,0.191658391261172,0.245194561650258,0.355169340463458,0.139285714285714,0.152006172839506,0.184579439252336,0,1,0,0,1,1,1,1,3,1,1,1007,1.000000000000000 --1,06001407200,6433,6061,324,410,1747,4255,738,396,358,0.050365303901757,0.942173169594280,0.337448559670782,0.295300878972279,0.673685877137429,0.116129032258065,0.207056101792944,0.235434007134364,0,1,1,0,1,1,1,1,4,1,1,1215,1.000000000000000 --1,06001407300,2558,2223,55,76,590,1275,170,172,58,0.021501172791243,0.869038311180610,0.158333333333333,0.238963142972864,0.498436278342455,0.066458170445661,0.080000000000000,0.240559440559441,0,1,0,0,1,1,0,1,2,1,1,480,1.000000000000000 --1,06001407400,4360,4128,93,283,1019,2443,428,251,199,0.021330275229358,0.946788990825688,0.324169530355097,0.259683995922528,0.561351102941177,0.098165137614679,0.175176056338028,0.235238987816307,0,1,1,0,1,1,1,1,4,1,1,873,1.000000000000000 --1,06001407500,3735,3519,171,328,693,2627,533,323,333,0.045783132530121,0.942168674698795,0.454293628808864,0.201805474665114,0.717563507238459,0.145310796074155,0.271172638436482,0.283831282952548,0,1,1,0,1,1,1,1,4,1,1,722,1.000000000000000 --1,06001407600,5785,5112,134,314,663,2572,813,275,351,0.023163353500432,0.883664649956785,0.257377049180328,0.123763300354676,0.446993395898505,0.141047883414296,0.172481572481572,0.143453312467397,0,1,1,0,0,1,1,0,2,1,1,1220,1.000000000000000 --1,06001407700,4373,3194,246,222,8,1090,567,165,83,0.056254287674365,0.730391035902127,0.209236569274270,0.001937046004843,0.252607184241020,0.129807692307692,0.049170616113744,0.098684210526316,0,1,1,0,0,0,0,0,1,0,0,1061,1.000000000000000 --1,06001407800,2737,2079,98,84,93,623,258,65,51,0.035805626598465,0.759590792838875,0.213197969543147,0.035173978819970,0.323300467047224,0.094263792473511,0.069387755102041,0.092067988668555,0,1,1,0,0,1,0,0,1,1,1,394,1.000000000000000 --1,06001407900,2857,1645,141,142,135,346,219,91,74,0.049352467623381,0.575778788939447,0.210682492581602,0.050770966528770,0.121360925990880,0.077031304959550,0.067089755213055,0.083180987202925,0,0,1,0,0,0,0,0,1,0,0,674,1.000000000000000 --1,06001408000,2791,1439,151,39,71,229,273,16,56,0.054102472232175,0.515585811537083,0.059815950920245,0.026934749620637,0.094122482531854,0.097814403439627,0.057318321392016,0.017075773745998,0,0,0,0,0,0,0,0,0,0,0,652,1.000000000000000 --1,06001408100,6463,4162,465,60,103,450,485,55,28,0.071948011759245,0.643973386971994,0.031331592689295,0.016993895396799,0.069627108154108,0.075042549899428,0.010436079016027,0.020864946889226,0,0,0,0,0,0,0,0,0,0,0,1915,1.000000000000000 --1,06001408200,4106,3442,159,266,179,1447,577,211,216,0.038723818801753,0.838285435947394,0.292307692307692,0.047392110140323,0.354309500489716,0.140594541910331,0.130592503022975,0.128737034777303,0,1,1,0,0,1,1,0,2,1,1,910,1.000000000000000 --1,06001408300,4714,3132,251,334,65,1893,440,153,138,0.053245651251591,0.664403903266865,0.334000000000000,0.014390081912774,0.401569792108613,0.093338990241833,0.080796252927401,0.092896174863388,0,0,1,0,0,1,0,0,1,0,0,1000,1.000000000000000 --1,06001408400,3536,3396,137,439,491,2427,439,342,239,0.038744343891403,0.960407239819005,0.588471849865952,0.149695121951220,0.688901504399659,0.124292185730464,0.219467401285583,0.331074540174250,0,1,1,0,0,1,1,1,3,1,1,746,1.000000000000000 --1,06001408500,5658,5585,100,437,862,3485,789,464,145,0.017674089784376,0.987097914457405,0.374464438731791,0.169518190757129,0.621766280107047,0.139621305963546,0.092356687898089,0.298969072164948,0,1,1,0,0,1,0,1,2,1,1,1167,1.000000000000000 --1,06001408600,6466,6157,220,578,896,4286,638,599,370,0.034024126198577,0.952211568202908,0.423753665689150,0.156752974107768,0.665734700217459,0.098746324098437,0.204194260485651,0.332962757087271,0,1,1,0,0,1,1,1,3,1,1,1364,1.000000000000000 --1,06001408700,7440,7265,294,664,1228,4675,824,657,381,0.039516129032258,0.976478494623656,0.385822196397443,0.179900380896572,0.629205921938089,0.110901749663526,0.173813868613139,0.301930147058824,0,1,1,0,0,1,1,1,3,1,1,1721,1.000000000000000 --1,06001408800,6181,6033,111,741,1270,4062,634,542,481,0.017958259181362,0.976055654424850,0.510682288077188,0.230699364214351,0.662426614481409,0.102572399288141,0.258463191832348,0.298622589531680,0,1,1,0,1,1,1,1,4,1,1,1451,1.000000000000000 --1,06001408900,3245,3082,227,270,623,2349,545,282,334,0.069953775038521,0.949768875192604,0.451505016722408,0.208430913348946,0.726345083487941,0.167950693374422,0.338399189463019,0.292834890965732,0,1,1,0,1,1,1,1,4,1,1,598,1.000000000000000 --1,06001409000,4037,3888,177,213,715,2129,469,251,86,0.043844438939807,0.963091404508298,0.283621837549933,0.190870261612387,0.535193564605329,0.116175377755759,0.081439393939394,0.244639376218324,0,1,1,0,0,1,0,1,2,1,1,751,1.000000000000000 --1,06001409100,2223,2077,94,155,406,1132,212,126,79,0.042285200179937,0.934322986954566,0.323590814196242,0.201289043133366,0.509221772379667,0.095366621682411,0.132550335570470,0.213921901528014,0,1,1,0,1,1,1,1,4,1,1,479,1.000000000000000 --1,06001409200,3182,3085,125,136,435,1430,366,175,111,0.039283469516028,0.969516027655563,0.202080237741456,0.151199165797706,0.450393700787402,0.115021998742929,0.128621089223638,0.205399061032864,0,1,1,0,0,1,1,1,3,1,1,673,1.000000000000000 --1,06001409300,5093,4788,273,351,854,2879,826,274,295,0.053602984488514,0.940113881798547,0.350299401197605,0.187239640429730,0.566175024582104,0.162438544739430,0.196013289036545,0.186394557823129,0,1,1,0,0,1,1,1,3,1,1,1002,1.000000000000000 --1,06001409400,4508,4219,71,250,870,2942,387,257,211,0.015749778172138,0.935891748003549,0.319284802043423,0.210246495891735,0.655087953685148,0.086229946524064,0.187555555555556,0.240186915887850,0,1,1,0,1,1,1,1,4,1,1,783,1.000000000000000 --1,06001409500,4057,3749,92,307,785,2889,498,256,234,0.022676854818832,0.924081833867390,0.405013192612137,0.223710458820177,0.715630418627694,0.122750801084545,0.217270194986072,0.249756097560976,0,1,1,0,1,1,1,1,4,1,1,758,1.000000000000000 --1,06001409600,5004,4849,137,506,881,3498,434,457,262,0.027378097521982,0.969024780175859,0.481904761904762,0.199682683590209,0.699600000000000,0.086800000000000,0.189717595944967,0.333333333333333,0,1,1,0,0,1,1,1,3,1,1,1050,1.000000000000000 --1,06001409700,5285,5180,91,517,766,3093,462,411,215,0.017218543046358,0.980132450331126,0.448784722222222,0.157386480378056,0.588022813688213,0.087450312322544,0.137468030690537,0.277702702702703,0,1,1,0,0,1,1,1,3,1,1,1152,1.000000000000000 --1,06001409800,2887,2659,282,260,163,897,431,135,153,0.097679251818497,0.921025285763769,0.369318181818182,0.061509433962264,0.311134235171696,0.149497051682275,0.147115384615385,0.133267522211254,0,1,1,0,0,1,1,0,2,1,1,704,1.000000000000000 --1,06001409900,3321,2534,305,87,52,428,406,67,37,0.091839807286962,0.763023185787413,0.096989966555184,0.016549968173138,0.129227053140097,0.122769882068340,0.027715355805243,0.050489826676714,0,1,0,0,0,0,0,0,0,0,0,897,1.000000000000000 --1,06001410000,3260,2245,249,137,69,524,463,53,39,0.076380368098159,0.688650306748466,0.153415453527436,0.022200772200772,0.163138231631382,0.142024539877301,0.033533963886500,0.045571797076526,0,0,0,0,0,0,0,0,0,0,0,893,1.000000000000000 --1,06001410100,3044,2366,158,193,191,1386,495,206,80,0.051905387647832,0.777266754270696,0.291101055806938,0.066365531619180,0.457727873183620,0.162614980289093,0.084835630965005,0.222222222222222,0,1,1,0,0,1,0,1,2,1,1,663,1.000000000000000 --1,06001410200,2976,2736,86,204,366,1256,298,194,149,0.028897849462366,0.919354838709677,0.311926605504587,0.134459955914769,0.425186188219364,0.100134408602151,0.139513108614232,0.181647940074906,0,1,1,0,0,1,1,1,3,1,1,654,1.000000000000000 --1,06001410300,3523,3358,55,291,803,1898,410,277,195,0.015611694578484,0.953164916264547,0.417503586800574,0.246545901136015,0.538745387453875,0.116378086857792,0.201863354037267,0.301742919389978,0,1,1,0,1,1,1,1,4,1,1,697,1.000000000000000 --1,06001410400,4093,3933,105,186,467,1438,466,145,84,0.025653554849743,0.960908868800391,0.200431034482759,0.122572178477690,0.353664535169700,0.113964294448520,0.063157894736842,0.110434120335110,0,1,1,0,0,1,0,0,1,1,1,928,1.000000000000000 --1,06001410500,2335,2213,50,338,198,1605,357,190,358,0.021413276231263,0.947751605995717,0.556836902800659,0.096585365853658,0.690322580645161,0.152890792291221,0.358000000000000,0.192697768762678,0,1,1,0,0,1,1,1,3,1,1,607,1.000000000000000 --1,06001420100,2356,727,69,98,25,232,155,71,58,0.029286926994907,0.308573853989813,0.145833333333333,0.011531365313653,0.098471986417657,0.065789473684210,0.067915690866511,0.085336538461539,0,0,0,0,0,0,0,0,0,0,0,672,1.000000000000000 --1,06001420200,3131,1524,132,152,116,558,190,184,90,0.042159054615139,0.486745448738422,0.189526184538653,0.039428959891230,0.178217821782178,0.060683487703609,0.073349633251834,0.155536770921386,0,0,0,0,0,0,0,1,1,0,0,802,1.000000000000000 --1,06001420300,4733,3023,236,214,234,760,374,148,69,0.049862666384957,0.638706951193746,0.159582401193139,0.051091703056769,0.161702127659574,0.079304495335030,0.035751295336788,0.077244258872651,0,0,0,0,0,0,0,0,0,0,0,1341,1.000000000000000 --1,06001420400,3700,2616,0,165,370,1809,93,538,217,0.000000000000000,0.707027027027027,0.148916967509025,0.124495289367429,0.490243902439024,0.025313010342951,0.172633253778839,0.445733222866611,0,1,0,0,0,1,1,1,2,1,1,1108,1.000000000000000 --1,06001420500,2344,1083,69,137,110,556,161,128,47,0.029436860068259,0.462030716723550,0.224590163934426,0.048586572438163,0.239036973344798,0.069217540842648,0.051478641840088,0.141436464088398,0,0,1,0,0,0,0,0,1,0,0,610,1.000000000000000 --1,06001420600,2756,923,125,68,50,376,196,72,59,0.045355587808418,0.334905660377358,0.091030789825971,0.019531250000000,0.136429608127721,0.071117561683599,0.053105310531053,0.066852367688022,0,0,0,0,0,0,0,0,0,0,0,747,1.000000000000000 --1,06001421100,2108,520,293,40,44,151,265,6,55,0.138994307400380,0.246679316888046,0.066555740432612,0.022033049574361,0.071631878557875,0.125711574952562,0.064782096584217,0.007109004739336,1,0,0,0,0,0,0,0,1,0,0,601,1.000000000000000 --1,06001421200,3672,867,342,56,34,229,277,46,48,0.093137254901961,0.236111111111111,0.050909090909091,0.009615384615385,0.062551215514887,0.075435729847495,0.031007751937984,0.030585106382979,0,0,0,0,0,0,0,0,0,0,0,1100,1.000000000000000 --1,06001421300,4093,870,310,55,11,480,282,63,98,0.075739066699243,0.212558025897874,0.048161120840630,0.002846790890269,0.117273393598827,0.068898118739311,0.058752997601919,0.038414634146341,0,0,0,0,0,0,0,0,0,0,0,1142,1.000000000000000 --1,06001421400,1721,377,237,37,23,145,186,15,44,0.137710633352702,0.219058686809994,0.075050709939148,0.013964784456588,0.084253341080767,0.108076699593260,0.066971080669711,0.023400936037441,1,0,0,0,0,0,0,0,1,0,0,493,1.000000000000000 --1,06001421500,3793,649,422,39,0,242,266,45,36,0.111257579752175,0.171104666490904,0.039795918367347,0.000000000000000,0.064361702127660,0.070129185341418,0.022570532915360,0.028373266078184,1,0,0,0,0,0,0,0,1,0,0,980,1.000000000000000 --1,06001421600,3502,742,385,42,0,577,307,127,117,0.109937178754997,0.211878926327813,0.043076923076923,0.000000000000000,0.164762992575671,0.087664191890348,0.074380165289256,0.082360570687419,1,0,0,0,0,0,0,0,1,0,0,975,1.000000000000000 --1,06001421700,3660,1607,196,61,55,930,245,165,256,0.053551912568306,0.439071038251366,0.085195530726257,0.015850144092219,0.254445964432285,0.067363211437998,0.163682864450128,0.107073329007138,0,0,0,0,0,0,1,0,1,0,0,716,1.000000000000000 --1,06001421800,2211,455,152,50,33,331,155,61,88,0.068747173224785,0.205789235639982,0.093457943925234,0.015949734171097,0.150113378684807,0.070104025327906,0.096491228070175,0.068539325842697,0,0,0,0,0,0,0,0,0,0,0,535,1.000000000000000 --1,06001421900,3799,1351,178,138,39,607,248,103,85,0.046854435377731,0.355619899973677,0.151315789473684,0.011255411255411,0.160454665609305,0.065349143610013,0.050355450236967,0.065563335455124,0,0,0,0,0,0,0,0,0,0,0,912,1.000000000000000 --1,06001422000,1806,820,83,147,34,792,198,109,99,0.045957918050941,0.454042081949059,0.390957446808511,0.021711366538953,0.441471571906355,0.110000000000000,0.125158027812895,0.141191709844560,0,0,1,0,0,1,1,0,2,0,0,376,1.000000000000000 --1,06001422100,2284,1103,79,71,91,574,197,133,158,0.034588441330998,0.482924693520140,0.145491803278689,0.041232442229270,0.251313485113835,0.086441421676174,0.147250698974837,0.126546146527117,0,0,0,0,0,0,1,0,1,0,0,488,1.000000000000000 --1,06001422200,3339,1265,192,64,126,865,165,252,303,0.057502246181492,0.378855944893681,0.090014064697609,0.039685039370079,0.260072158749248,0.049415992812219,0.196243523316062,0.163212435233161,0,0,0,0,0,0,1,1,2,0,0,711,1.000000000000000 --1,06001422300,3888,1507,183,75,94,1514,312,358,384,0.047067901234568,0.387602880658436,0.145914396887160,0.025627044711014,0.389403292181070,0.080246913580247,0.221325648414986,0.213095238095238,0,0,0,0,0,1,1,1,2,0,0,514,1.000000000000000 --1,06001422400,4265,2149,179,31,159,1750,137,623,669,0.041969519343494,0.503868698710434,0.053356282271945,0.037579768376270,0.410316529894490,0.032121922626026,0.307869305108145,0.296525464064731,0,0,0,0,0,1,1,1,2,0,0,581,1.000000000000000 --1,06001422500,4332,1979,90,21,93,1388,282,485,555,0.020775623268698,0.456832871652816,0.053708439897698,0.022142857142857,0.429189857761286,0.065096952908587,0.364173228346457,0.333104395604396,0,0,0,0,0,1,1,1,2,0,0,391,1.000000000000000 --1,06001422600,718,352,0,0,0,0,9,0,0,0.000000000000000,0.490250696378830,0.000000000000000,0.000000000000000,0.000000000000000,0.012534818941504,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,4,1.000000000000000 --1,06001422700,4467,2405,0,63,17,1461,205,354,407,0.000000000000000,0.538392657264383,0.336898395721925,0.003834009923320,0.621702127659574,0.045892097604656,0.429324894514768,0.404571428571429,0,0,1,0,0,1,1,1,3,1,1,187,1.000000000000000 --1,06001422800,8154,5352,0,11,100,2114,400,495,718,0.000000000000000,0.656364974245769,0.071895424836601,0.012275963663148,0.732755632582322,0.049055678194751,0.533828996282528,0.447963800904977,0,0,0,0,0,1,1,1,2,0,0,153,1.000000000000000 --1,06001422900,4437,2523,16,103,232,2768,268,697,1050,0.003606040117196,0.568627450980392,0.238979118329466,0.053333333333333,0.648851383028598,0.060812343998185,0.558807876530069,0.413649851632047,0,0,1,0,0,1,1,1,3,1,1,431,1.000000000000000 --1,06001423000,5045,1985,337,105,78,1315,537,350,445,0.066798810703667,0.393458870168484,0.110876451953537,0.016189290161893,0.261847869374751,0.106717011128776,0.223730517848165,0.175967823026647,0,0,0,0,0,0,1,1,2,0,0,947,1.000000000000000 --1,06001423100,4015,1814,292,166,305,1530,369,473,549,0.072727272727273,0.451805728518057,0.212548015364917,0.079780277269160,0.383939774153074,0.092597239648683,0.280245022970904,0.253891572732152,0,0,1,0,0,1,1,1,3,1,1,781,1.000000000000000 --1,06001423200,2753,1693,78,44,172,993,233,171,208,0.028332727933164,0.614965492190338,0.082706766917293,0.065523809523809,0.362541073384447,0.085379259802125,0.187725631768953,0.169642857142857,0,0,0,0,0,1,1,1,2,0,0,532,1.000000000000000 --1,06001423300,3930,2626,192,159,288,922,350,197,369,0.048854961832061,0.668193384223919,0.174151150054765,0.076800000000000,0.235024216161101,0.089058524173028,0.227356746765250,0.123510971786834,0,0,0,0,0,0,1,0,1,0,0,913,1.000000000000000 --1,06001423400,5106,2840,216,171,285,1671,546,395,313,0.042303172737955,0.556208382295339,0.178496868475992,0.058726560890171,0.327262044653349,0.106933019976498,0.145988805970149,0.195544554455446,0,0,0,0,0,1,1,1,2,0,0,958,1.000000000000000 --1,06001423500,3156,1383,321,80,130,1272,369,225,228,0.101711026615970,0.438212927756654,0.179775280898876,0.042414355628059,0.417733990147783,0.121102723990811,0.164620938628159,0.164353542731921,1,0,0,0,0,1,1,1,3,1,1,445,1.000000000000000 --1,06001423601,2745,705,101,29,18,821,147,227,219,0.036794171220401,0.256830601092896,0.064444444444444,0.006833712984055,0.303063861203396,0.054263565891473,0.184654300168634,0.192863211554800,0,0,0,0,0,1,1,1,2,0,0,450,1.000000000000000 --1,06001423602,6079,3795,83,55,120,3989,76,1054,706,0.013653561441026,0.624280309261392,0.134803921568627,0.019884009942005,0.666722380076885,0.012641383898869,0.299152542372881,0.488641631896152,0,0,0,0,0,1,1,1,2,0,0,408,1.000000000000000 --1,06001423700,3981,1309,262,37,36,1386,363,342,331,0.065812609897011,0.328811856317508,0.071153846153846,0.009233136701718,0.438330170777989,0.091551071878941,0.247014925373134,0.263279445727483,0,0,0,0,0,1,1,1,2,0,0,520,1.000000000000000 --1,06001423800,3050,812,453,35,58,161,373,84,100,0.148524590163934,0.266229508196721,0.040603248259861,0.019890260631001,0.052786885245902,0.122295081967213,0.077220077220077,0.066561014263074,1,0,0,0,0,0,0,0,1,0,0,862,1.000000000000000 --1,06001423901,1886,760,60,66,0,439,142,136,166,0.031813361611877,0.402969247083775,0.174603174603175,0.000000000000000,0.233138608603293,0.075291622481442,0.194379391100703,0.162291169451074,0,0,0,0,0,0,1,1,2,0,0,378,1.000000000000000 --1,06001423902,1404,324,46,14,8,302,87,118,143,0.032763532763533,0.230769230769231,0.051851851851852,0.005878030859662,0.219636363636364,0.063272727272727,0.201125175808720,0.176382660687593,0,0,0,0,0,0,1,1,2,0,0,270,1.000000000000000 --1,06001424001,3999,2654,95,239,198,1836,596,362,498,0.023755938984746,0.663665916479120,0.307989690721650,0.052215189873418,0.461306532663317,0.149373433583960,0.322330097087379,0.238471673254282,0,0,1,0,0,1,1,1,3,1,1,776,1.000000000000000 --1,06001424002,2290,1542,89,147,101,907,447,167,212,0.038864628820961,0.673362445414847,0.281070745697897,0.046976744186046,0.397284275076654,0.195538057742782,0.212000000000000,0.176719576719577,0,0,1,0,0,1,1,1,3,1,1,523,1.000000000000000 --1,06001425101,1519,611,107,7,74,345,228,106,73,0.070441079657670,0.402238314680711,0.031531531531532,0.050615595075239,0.227123107307439,0.150098749177090,0.063699825479930,0.095495495495496,0,0,0,0,0,0,0,0,0,0,0,222,1.000000000000000 --1,06001425102,2754,1675,100,101,53,631,234,436,167,0.036310820624546,0.608206245461147,0.211740041928721,0.019872515935508,0.229121278140886,0.085682900036617,0.099761051373955,0.270975761342449,0,0,1,0,0,0,0,1,2,0,0,477,1.000000000000000 --1,06001425103,2894,1573,37,103,85,655,147,155,96,0.012785072563925,0.543538355217692,0.149709302325581,0.031033223804308,0.226330338631652,0.051094890510949,0.073789392774789,0.122723673792557,0,0,0,0,0,0,0,0,0,0,0,688,1.000000000000000 --1,06001425104,3330,2058,338,129,169,971,517,307,511,0.101501501501502,0.618018018018018,0.224347826086957,0.054236200256739,0.292646172393008,0.155629139072848,0.272388059701493,0.164083377872795,1,0,1,0,0,0,1,1,4,0,1,575,1.000000000000000 --1,06001426100,6165,1753,398,45,142,464,313,55,30,0.064557988645580,0.284347120843471,0.025097601784718,0.024047417442845,0.075263584752636,0.050770478507705,0.014423076923077,0.026647286821705,0,0,0,0,0,0,0,0,0,0,0,1793,1.000000000000000 --1,06001426200,4792,1402,152,115,37,353,200,39,47,0.031719532554257,0.292570951585977,0.084683357879234,0.007981018119068,0.074050765680722,0.041867280720117,0.028177458033573,0.023679417122040,0,0,0,0,0,0,0,0,0,0,0,1358,1.000000000000000 --1,06001427100,3567,1144,303,101,85,383,261,0,44,0.084945332211943,0.320717689935520,0.103166496424923,0.025177725118483,0.112185120093732,0.076115485564305,0.032909498878085,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,979,1.000000000000000 --1,06001427200,4219,2461,134,191,296,1311,404,260,182,0.031761080824840,0.583313581417398,0.181214421252372,0.074315842329902,0.319366626065773,0.097232250300842,0.112415071031501,0.161290322580645,0,0,0,0,0,1,1,1,2,0,0,1054,1.000000000000000 --1,06001427300,4809,3101,279,254,718,1745,527,269,282,0.058016219588272,0.644832605531296,0.222416812609457,0.158463915250497,0.362936772046589,0.109791666666667,0.152103559870550,0.146275149537792,0,0,1,0,0,1,1,0,2,0,0,1142,1.000000000000000 --1,06001427600,5543,4420,154,283,513,3230,690,624,380,0.027782789103374,0.797402128811113,0.236227045075125,0.101725163593099,0.582716940285044,0.124954726548352,0.209828823854224,0.353741496598639,0,1,1,0,0,1,1,1,3,1,1,1198,1.000000000000000 --1,06001427700,4709,2342,138,155,219,1300,363,347,129,0.029305585049904,0.497345508600552,0.131467345207803,0.048026315789474,0.276184406203527,0.077630453378956,0.056479859894921,0.153471915081822,0,0,0,0,0,0,0,1,1,0,0,1179,1.000000000000000 --1,06001427800,4847,2147,150,271,188,1182,374,134,148,0.030946977511863,0.442954404786466,0.234429065743945,0.040239726027397,0.243862182793481,0.077161130596245,0.074297188755020,0.067710965133906,0,0,1,0,0,0,0,0,1,0,0,1156,1.000000000000000 --1,06001427900,4859,2247,233,121,382,616,494,127,129,0.047952253550113,0.462440831446800,0.100248550124275,0.082989354768629,0.126775056596007,0.101667009672772,0.058636363636364,0.059069767441861,0,0,0,0,0,0,0,0,0,0,0,1207,1.000000000000000 --1,06001428000,3389,2337,49,84,363,1148,285,263,140,0.014458542342874,0.689583948067277,0.104607721046077,0.116495507060334,0.338842975206612,0.084095603422839,0.103473762010347,0.194382852919438,0,0,0,0,0,1,1,1,2,0,0,803,1.000000000000000 --1,06001428100,4984,2110,205,265,216,728,320,247,168,0.041131621187801,0.423354735152488,0.189285714285714,0.046272493573265,0.146067415730337,0.064205457463884,0.086821705426357,0.128847157016171,0,0,0,0,0,0,0,0,0,0,0,1400,1.000000000000000 --1,06001428200,6691,3367,480,121,493,1111,521,240,339,0.071738155731580,0.503213271558810,0.074278698588091,0.078316123907863,0.166043939620386,0.077865789866986,0.122870605291772,0.095049504950495,0,0,0,0,0,0,1,0,1,0,0,1629,1.000000000000000 --1,06001428301,6208,3864,465,132,414,619,405,81,63,0.074903350515464,0.622422680412371,0.073866815892557,0.071085164835165,0.099710051546392,0.065725413826680,0.025119617224880,0.032530120481928,0,0,0,0,0,0,0,0,0,0,0,1787,1.000000000000000 --1,06001428302,6984,3977,635,84,348,450,688,144,100,0.090922107674685,0.569444444444444,0.041176470588235,0.051206592113008,0.064590210994689,0.099221228728007,0.036805299963195,0.054961832061069,0,0,0,0,0,0,0,0,0,0,0,2040,1.000000000000000 --1,06001428400,4549,2393,456,127,346,990,384,160,218,0.100241811387118,0.526049681248626,0.118580765639589,0.083013435700576,0.233655888600425,0.090630162851074,0.117647058823529,0.089136490250696,1,0,0,0,0,0,1,0,2,0,0,1071,1.000000000000000 --1,06001428500,3532,2184,311,99,260,745,314,219,32,0.088052095130238,0.618346545866365,0.113013698630137,0.078313253012048,0.218155197657394,0.091226031377106,0.021347565043362,0.151347615756738,0,0,0,0,0,0,0,1,1,0,0,876,1.000000000000000 --1,06001428600,2973,1753,426,108,193,551,423,37,122,0.143289606458123,0.589640094180962,0.150000000000000,0.068439716312057,0.192590003495281,0.149258997882851,0.085553997194951,0.027146001467351,1,0,0,0,0,0,0,0,1,0,0,720,1.000000000000000 --1,06001428700,3900,2781,148,164,269,1350,402,76,157,0.037948717948718,0.713076923076923,0.199029126213592,0.075710667041936,0.378575434660684,0.117406542056075,0.130942452043369,0.072174738841406,0,1,0,0,0,1,1,0,1,1,1,824,1.000000000000000 --1,06001430101,6744,4222,305,101,331,980,255,68,0,0.045225385527877,0.626037959667853,0.054683270167840,0.053147077713552,0.145314353499407,0.037811387900356,0.000000000000000,0.030685920577617,0,0,0,0,0,0,0,0,0,0,0,1847,1.000000000000000 --1,06001430102,2140,968,241,21,73,83,186,3,12,0.112616822429907,0.452336448598131,0.029453015427770,0.035180722891566,0.038785046728972,0.086915887850467,0.013698630136986,0.003472222222222,1,0,0,0,0,0,0,0,1,0,0,713,1.000000000000000 --1,06001430200,6761,2484,565,100,219,390,694,19,83,0.083567519597693,0.367401272001183,0.050428643469491,0.034872611464968,0.058243727598566,0.103643966547192,0.033974621367171,0.007906783187682,0,0,0,0,0,0,0,0,0,0,0,1983,1.000000000000000 --1,06001430300,3777,1631,439,150,182,963,411,63,16,0.116229812020122,0.431824199099815,0.147347740667976,0.050317943046724,0.254964257347101,0.108816521048451,0.012529365700861,0.050039714058777,1,0,0,0,0,0,0,0,1,0,0,1018,1.000000000000000 --1,06001430400,2128,914,205,56,134,252,202,0,18,0.096334586466165,0.429511278195489,0.098765432098765,0.064985451018429,0.118421052631579,0.094924812030075,0.023936170212766,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,567,1.000000000000000 --1,06001430500,6247,4029,253,95,488,1972,438,204,33,0.040499439731071,0.644949575796382,0.067232837933475,0.082446359182294,0.345359019264448,0.076506550218341,0.016888433981576,0.107936507936508,0,0,0,0,0,1,0,0,0,0,0,1413,1.000000000000000 --1,06001430600,5842,3091,331,140,392,549,370,86,24,0.056658678534748,0.529099623416638,0.088776157260621,0.072391505078486,0.094917012448133,0.063432196125493,0.011009174311927,0.040356640075082,0,0,0,0,0,0,0,0,0,0,0,1577,1.000000000000000 --1,06001430700,3800,1381,278,155,36,592,370,42,22,0.073157894736842,0.363421052631579,0.150778210116732,0.010005558643691,0.156406869220608,0.097368421052632,0.016936104695920,0.033123028391167,0,0,0,0,0,0,0,0,0,0,0,1028,1.000000000000000 --1,06001430800,6023,2976,498,199,432,1646,673,122,148,0.082683048314793,0.494105927278765,0.121638141809291,0.079207920792079,0.275342924054868,0.112129290236588,0.069811320754717,0.059745347698335,0,0,0,0,0,0,0,0,0,0,0,1636,1.000000000000000 --1,06001430900,4870,2855,347,450,216,1557,535,352,108,0.071252566735113,0.586242299794661,0.386266094420601,0.047451669595782,0.331276595744681,0.114194236926361,0.058504875406284,0.193406593406593,0,0,1,0,0,1,0,1,2,0,0,1165,1.000000000000000 --1,06001431000,2872,1687,159,205,322,937,304,219,87,0.055362116991643,0.587395543175487,0.265200517464424,0.123608445297505,0.326253481894150,0.105849582172702,0.078661844484629,0.199453551912568,0,0,1,0,0,1,0,1,2,0,0,773,1.000000000000000 --1,06001431100,3084,1918,203,211,172,1193,284,408,123,0.065823605706874,0.621919584954604,0.286295793758480,0.058245851676261,0.386835278858625,0.092088197146563,0.090441176470588,0.306306306306306,0,0,1,0,0,1,0,1,2,0,0,737,1.000000000000000 --1,06001431200,5562,2908,348,137,244,2087,520,556,208,0.062567421790723,0.522833513124775,0.110217216411907,0.047918303220738,0.381326511967842,0.095011876484561,0.082311040759794,0.224646464646465,0,0,0,0,0,1,0,1,1,0,0,1243,1.000000000000000 --1,06001432100,3732,2193,156,146,70,696,221,121,57,0.041800643086817,0.587620578778135,0.139312977099237,0.019807583474816,0.186495176848875,0.059217577706324,0.038000000000000,0.083390764989662,0,0,0,0,0,0,0,0,0,0,0,1048,1.000000000000000 --1,06001432200,4005,2594,335,166,356,1106,380,238,240,0.083645443196005,0.647690387016230,0.157196969696970,0.092395535946016,0.279716742539201,0.096105209914011,0.145190562613430,0.144856968959221,0,0,0,0,0,0,1,0,1,0,0,1056,1.000000000000000 --1,06001432300,4560,3827,166,162,552,892,416,145,158,0.036403508771930,0.839254385964912,0.149446494464945,0.128103968438153,0.196043956043956,0.091509018917730,0.096577017114914,0.089672232529375,0,1,0,0,0,0,0,0,0,0,0,1084,1.000000000000000 --1,06001432400,5718,4407,283,218,848,2143,641,187,107,0.049492829660721,0.770724029380902,0.159941305942773,0.155882352941176,0.378488166725539,0.112200245055137,0.060011217049916,0.112447384245340,0,1,0,0,0,1,0,0,0,1,1,1363,1.000000000000000 --1,06001432501,5007,4096,318,267,922,1674,625,217,117,0.063511084481726,0.818054723387258,0.234622144112478,0.195961742826780,0.335068054443555,0.124825244657480,0.078418230563003,0.148936170212766,0,1,1,0,0,1,0,0,1,1,1,1138,1.000000000000000 --1,06001432502,4609,4126,235,173,552,1429,514,220,107,0.050987198958559,0.895205033629855,0.168615984405458,0.124886877828054,0.311261163145284,0.111520937296594,0.071428571428571,0.152883947185546,0,1,0,0,0,1,0,1,1,1,1,1026,1.000000000000000 --1,06001432600,7610,6119,462,404,748,2650,692,394,297,0.060709592641262,0.804073587385020,0.246041412911084,0.105470953186689,0.355847992480193,0.092823608316566,0.105618776671408,0.141472172351885,0,1,1,0,0,1,1,0,2,1,1,1642,1.000000000000000 --1,06001432700,2501,1207,208,58,196,476,294,70,48,0.083166733306677,0.482606957217113,0.083815028901734,0.085069444444444,0.190323870451819,0.117552978808477,0.047856430707876,0.070422535211268,0,0,0,0,0,0,0,0,0,0,0,692,1.000000000000000 --1,06001432800,3061,1690,347,133,104,483,293,77,25,0.113361646520745,0.552107154524665,0.151136363636364,0.036262203626220,0.158829332456429,0.095720352825874,0.018853695324284,0.058778625954198,1,0,0,0,0,0,0,0,1,0,0,880,1.000000000000000 --1,06001433000,3586,2230,236,22,404,752,281,103,28,0.065811489124373,0.621862799776910,0.024282560706402,0.120813397129187,0.209704406023424,0.078360290016732,0.021688613477924,0.080911233307149,0,0,0,0,0,0,0,0,0,0,0,906,1.000000000000000 --1,06001433102,3736,3096,182,107,744,754,345,156,50,0.048715203426124,0.828693790149893,0.116304347826087,0.207242339832869,0.201820128479657,0.092344753747323,0.037481259370315,0.116941529235382,0,1,0,0,1,0,0,0,1,0,0,920,1.000000000000000 --1,06001433103,4419,3900,92,143,933,1782,254,261,156,0.020819189861960,0.882552613713510,0.170441001191895,0.223848368522073,0.403258655804481,0.057479067662367,0.100257069408740,0.177189409368635,0,1,0,0,1,1,1,1,3,1,1,839,1.000000000000000 --1,06001433104,3934,2829,160,212,297,1395,464,341,320,0.040671072699542,0.719115404168785,0.242285714285714,0.080053908355795,0.355323484462557,0.118639734083355,0.170848905499199,0.187568756875688,0,1,1,0,0,1,1,1,3,1,1,875,1.000000000000000 --1,06001433200,7097,5684,527,426,736,2696,722,475,167,0.074256728195012,0.800901789488516,0.250588235294118,0.108235294117647,0.384593437945792,0.102995720399429,0.062852841550621,0.182131901840491,0,1,1,0,0,1,0,1,2,1,1,1700,1.000000000000000 --1,06001433300,7064,5468,593,240,957,1894,733,146,16,0.083946772366931,0.774065685164213,0.130576713819369,0.141067216981132,0.268195978476352,0.103794958935146,0.007139669790272,0.066213151927438,0,1,0,0,0,0,0,0,0,0,0,1838,1.000000000000000 --1,06001433400,6381,4947,577,86,739,1376,489,97,191,0.090424698323147,0.775270333803479,0.051466187911430,0.119001610305958,0.215640181789688,0.076633756464504,0.082150537634409,0.042045947117469,0,1,0,0,0,0,0,0,0,0,0,1671,1.000000000000000 --1,06001433500,4788,3651,476,124,531,905,540,55,56,0.099415204678363,0.762531328320802,0.108676599474145,0.116116335009840,0.189093188466360,0.112781954887218,0.039492242595205,0.040381791483113,0,1,0,0,0,0,0,0,0,0,0,1141,1.000000000000000 --1,06001433600,6021,4484,430,257,979,1842,564,200,215,0.071416708188009,0.744726789569839,0.174592391304348,0.168967897825337,0.308749580958766,0.093672147483807,0.099537037037037,0.094029149036201,0,1,0,0,0,1,0,0,0,1,1,1472,1.000000000000000 --1,06001433700,3338,2794,77,158,304,1141,355,141,37,0.023067705212702,0.837028160575195,0.233382570162482,0.098222940226171,0.342642642642643,0.106606606606607,0.036027263875365,0.139603960396040,0,1,1,0,0,1,0,0,1,1,1,677,1.000000000000000 --1,06001433800,8042,6824,457,325,881,2837,712,438,231,0.056826660034817,0.848545138025367,0.182995495495495,0.118461745327417,0.359068472345273,0.089672544080605,0.092696629213483,0.178193653376729,0,1,0,0,0,1,0,1,1,1,1,1776,1.000000000000000 --1,06001433900,6872,6184,76,820,1242,4386,420,830,210,0.011059371362049,0.899883585564610,0.534550195567145,0.201003398608189,0.638613861386139,0.061117578579744,0.088682432432432,0.352591333899745,0,1,1,0,1,1,0,1,3,1,1,1534,1.000000000000000 --1,06001434000,5317,4497,194,343,807,2158,691,427,269,0.036486740643220,0.845777694188452,0.294168096054889,0.164324984728161,0.409798708697303,0.130623818525520,0.151038742279618,0.247823563551944,0,1,1,0,0,1,1,1,3,1,1,1166,1.000000000000000 --1,06001435102,5190,2927,245,59,270,919,346,90,14,0.047206165703276,0.563969171483622,0.055037313432836,0.055034651447207,0.219331742243437,0.067249757045675,0.009358288770053,0.064377682403434,0,0,0,0,0,0,0,0,0,0,0,1072,1.000000000000000 --1,06001435103,6507,4581,275,86,408,318,388,9,28,0.042262179191640,0.704011065006916,0.048396173325830,0.069152542372881,0.049036237471087,0.059830377794911,0.012891344383057,0.004289799809342,0,1,0,0,0,0,0,0,0,0,0,1777,1.000000000000000 --1,06001435104,5370,4255,97,380,568,1855,509,469,255,0.018063314711359,0.792364990689013,0.291634689178818,0.114193807800563,0.346082089552239,0.094856503913530,0.127436281859070,0.241255144032922,0,1,1,0,0,1,1,1,3,1,1,1303,1.000000000000000 --1,06001435200,4533,3136,209,134,201,782,605,89,38,0.046106331347893,0.691815574674608,0.128352490421456,0.046700743494424,0.177083333333333,0.135437653906425,0.027084818246614,0.065153733528551,0,0,0,0,0,0,0,0,0,0,0,1044,1.000000000000000 --1,06001435300,4185,3012,331,325,393,1497,583,317,92,0.079091995221028,0.719713261648745,0.347593582887701,0.097882938978829,0.381109979633401,0.147520242914980,0.060327868852459,0.215499660095173,0,1,1,0,0,1,0,1,2,1,1,935,1.000000000000000 --1,06001435400,4356,3209,334,296,432,1441,744,370,230,0.076675849403122,0.736685032139578,0.313227513227513,0.106745737583395,0.337391711542964,0.172661870503597,0.127071823204420,0.207631874298541,0,1,1,0,0,1,1,1,3,1,1,945,1.000000000000000 --1,06001435500,3337,2356,262,208,532,1265,427,318,118,0.078513635001498,0.706023374288283,0.312312312312312,0.174083769633508,0.385435709932968,0.129159104658197,0.094400000000000,0.261728395061728,0,1,1,0,0,1,0,1,2,1,1,666,1.000000000000000 --1,06001435601,5270,4485,116,382,924,3111,448,328,163,0.022011385199241,0.851043643263757,0.338352524357839,0.202099737532808,0.606905969566914,0.086586780054117,0.105161290322581,0.223890784982935,0,1,1,0,1,1,1,1,4,1,1,1129,1.000000000000000 --1,06001435602,5578,3951,294,333,797,2739,733,214,101,0.052707063463607,0.708318393689494,0.320500481231954,0.154967917557846,0.509581395348837,0.133637192342753,0.067513368983957,0.146675805346127,0,1,1,0,0,1,0,0,1,1,1,1039,1.000000000000000 --1,06001435700,4411,3335,384,170,400,1003,566,30,53,0.087055089548855,0.756064384493312,0.151515151515152,0.095579450418160,0.227386080253911,0.128315574699615,0.037535410764872,0.021352313167260,0,1,0,0,0,0,0,0,0,0,0,1122,1.000000000000000 --1,06001435800,5224,3592,368,140,638,1175,673,65,46,0.070444104134763,0.687595712098009,0.114099429502852,0.126161755981807,0.226353303795030,0.128828483920368,0.028377544725478,0.040957781978576,0,0,0,0,0,0,0,0,0,0,0,1227,1.000000000000000 --1,06001435900,5556,3647,467,224,637,1482,650,79,65,0.084053275737941,0.656407487401008,0.167039522744221,0.122007278299176,0.267895878524946,0.116990640748740,0.040024630541872,0.049159925326696,0,0,0,0,0,0,0,0,0,0,0,1341,1.000000000000000 --1,06001436000,4479,2977,338,128,312,970,566,54,41,0.075463273052020,0.664657289573566,0.116894977168950,0.074480783003103,0.216566197812012,0.126367492743916,0.029348604151754,0.039073806078148,0,0,0,0,0,0,0,0,0,0,0,1095,1.000000000000000 --1,06001436100,6044,4741,322,211,1090,1400,533,133,173,0.053275976174719,0.784414295168762,0.165101721439750,0.189203263322340,0.231634679020516,0.088186631369954,0.095211887727023,0.075141242937853,0,1,0,0,0,0,0,0,0,0,0,1278,1.000000000000000 --1,06001436200,4107,3538,137,216,612,1989,264,270,115,0.033357682006331,0.861456050645240,0.248561565017261,0.172979084228378,0.502526528549773,0.066398390342052,0.092518101367659,0.224812656119900,0,1,1,0,0,1,0,1,2,1,1,869,1.000000000000000 --1,06001436300,7473,6530,364,520,1179,2660,718,482,280,0.048708684597886,0.873812391275258,0.314579552329099,0.173305894458327,0.359362334504188,0.096896086369771,0.116134384072999,0.205456095481671,0,1,1,0,0,1,1,1,3,1,1,1653,1.000000000000000 --1,06001436401,7809,5302,388,551,423,2342,900,484,317,0.049686259444231,0.678960174158023,0.280122013218099,0.058368980267697,0.300256410256410,0.115384615384615,0.113376251788269,0.177941176470588,0,0,1,0,0,1,1,1,3,1,1,1967,1.000000000000000 --1,06001436402,2741,1491,263,62,45,326,295,0,7,0.095950383071872,0.543962057643196,0.083445491251682,0.017523364485981,0.119021540708288,0.107703541438481,0.007478632478632,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,743,1.000000000000000 --1,06001436500,4536,3754,90,362,440,1926,331,397,228,0.019841269841270,0.827601410934744,0.354207436399217,0.106822044185482,0.424603174603175,0.072971781305115,0.130509444762450,0.237298266586970,0,1,1,0,0,1,1,1,3,1,1,1022,1.000000000000000 --1,06001436601,6223,5497,204,370,1338,2486,660,345,62,0.032781616583641,0.883336011569982,0.271062271062271,0.233182293482050,0.405017921146953,0.106058171300016,0.035067873303167,0.197934595524957,0,1,1,0,1,1,0,1,3,1,1,1365,1.000000000000000 --1,06001436602,5346,4968,181,387,954,2116,388,257,107,0.033857089412645,0.929292929292929,0.305205047318612,0.192649434571890,0.395809951365507,0.072577628133184,0.062573099415205,0.156136087484812,0,1,1,0,0,1,0,1,2,1,1,1268,1.000000000000000 --1,06001436700,3680,3286,169,182,481,1219,416,139,44,0.045923913043478,0.892934782608696,0.268436578171091,0.140684410646388,0.331790963527490,0.113043478260870,0.044897959183674,0.145855194123820,0,1,1,0,0,1,0,0,1,1,1,678,1.000000000000000 --1,06001436800,4148,3286,160,119,590,1740,366,225,25,0.038572806171649,0.792189006750241,0.128371089536138,0.153645833333333,0.419479267116683,0.088235294117647,0.019113149847095,0.173343605546995,0,1,0,0,0,1,0,1,1,1,1,927,1.000000000000000 --1,06001436900,6577,5618,237,261,1250,2927,548,208,83,0.036034666261213,0.854188839896609,0.183029453015428,0.206236594621350,0.446121018137479,0.083320662916223,0.046972269383135,0.119334480780264,0,1,0,0,1,1,0,0,1,1,1,1426,1.000000000000000 --1,06001437000,3182,2489,218,68,140,792,315,121,87,0.068510370835952,0.782212445003143,0.079439252336449,0.047138047138047,0.249606051055783,0.099275133942641,0.071428571428571,0.099917423616846,0,1,0,0,0,0,0,0,0,0,0,856,1.000000000000000 --1,06001437101,6283,5083,491,67,423,639,678,47,51,0.078147381823969,0.809008435460767,0.045827633378933,0.069721443876710,0.101703008117141,0.107910233964667,0.026927138331573,0.024946921443737,0,1,0,0,0,0,0,0,0,0,0,1462,1.000000000000000 --1,06001437102,4234,3695,214,147,611,1154,413,173,217,0.050543221539915,0.872697213037317,0.128608923884514,0.153517587939699,0.272555503070383,0.097543693906471,0.153573956121727,0.123131672597865,0,1,0,0,0,0,1,0,1,0,0,1143,1.000000000000000 --1,06001437200,7458,6134,667,399,581,2143,786,238,160,0.089434164655404,0.822472512737999,0.232653061224490,0.083477011494253,0.292799562781801,0.107099059817414,0.070329670329670,0.104615384615385,0,1,1,0,0,0,0,0,1,0,0,1715,1.000000000000000 --1,06001437300,3331,2881,156,173,373,1321,437,169,72,0.046832782948064,0.864905433803663,0.211491442542787,0.120672921384665,0.398852657004831,0.131547260686334,0.077837837837838,0.185307017543860,0,1,1,0,0,1,0,1,2,1,1,818,1.000000000000000 --1,06001437400,3187,2579,177,44,279,1134,342,55,40,0.055538123627236,0.809224976466897,0.058981233243968,0.093062041360907,0.355820520866018,0.107310950737371,0.046349942062572,0.064553990610329,0,1,0,0,0,1,0,0,0,1,1,746,1.000000000000000 --1,06001437500,4444,3847,85,242,823,2310,313,298,119,0.019126912691269,0.865661566156616,0.255543822597677,0.207723372034326,0.533610533610534,0.071904433723869,0.103748910200523,0.269196025293586,0,1,1,0,1,1,1,1,4,1,1,947,1.000000000000000 --1,06001437600,3957,3254,328,161,1009,1669,513,105,81,0.082891079100329,0.822340156684357,0.237813884785820,0.269282092340539,0.445779914529915,0.137019230769231,0.090401785714286,0.120000000000000,0,1,1,0,1,1,0,0,2,1,1,677,1.000000000000000 --1,06001437701,3832,3547,69,271,725,2199,445,248,70,0.018006263048017,0.925626304801670,0.344345616264295,0.201949860724234,0.577316881071147,0.116127348643006,0.067178502879079,0.245787908820614,0,1,1,0,1,1,0,1,3,1,1,787,1.000000000000000 --1,06001437702,5013,4707,2,347,1463,3611,289,247,114,0.000398962696988,0.938958707360862,0.364879074658254,0.341184701492537,0.734390888753305,0.058596918085969,0.107445805843544,0.235912129894938,0,1,1,0,1,1,1,1,4,1,1,951,1.000000000000000 --1,06001437800,4585,3967,230,129,747,684,328,53,12,0.050163576881134,0.865212649945474,0.117915904936015,0.174004192872117,0.149671772428884,0.071772428884026,0.009015777610819,0.040121120363361,0,1,0,0,0,0,0,0,0,0,0,1094,1.000000000000000 --1,06001437900,2225,2084,46,35,318,869,145,99,19,0.020674157303371,0.936629213483146,0.086419753086420,0.153326904532305,0.390561797752809,0.065168539325843,0.027142857142857,0.143686502177068,0,1,0,0,0,1,0,0,0,1,1,405,1.000000000000000 --1,06001438000,3307,2053,304,56,323,729,322,41,22,0.091926217115210,0.620804354399758,0.068459657701712,0.103293891909178,0.223003976751300,0.097369216812821,0.020932445290200,0.040553907022750,0,0,0,0,0,0,0,0,0,0,0,818,1.000000000000000 --1,06001438100,7261,5904,458,108,830,1596,912,200,132,0.063076711196805,0.813111141716017,0.067205973864344,0.121327291331677,0.220533370181014,0.126141078838174,0.062887089090043,0.096758587324625,0,1,0,0,0,0,0,0,0,0,0,1607,1.000000000000000 --1,06001438201,5071,4437,261,169,713,2126,831,21,81,0.051469138237034,0.874975350029580,0.180362860192102,0.146436639967139,0.419246696903964,0.163873003352396,0.069408740359897,0.018666666666667,0,1,0,0,0,1,0,0,0,1,1,937,1.000000000000000 --1,06001438203,4384,3741,342,92,561,1146,479,226,48,0.078010948905109,0.853330291970803,0.089320388349515,0.133064516129032,0.261405109489051,0.109260948905109,0.037854889589905,0.178233438485804,0,1,0,0,0,0,0,1,1,0,0,1030,1.000000000000000 --1,06001438204,5338,4259,294,47,755,1342,416,118,64,0.055076807793181,0.797864368677407,0.036920659858602,0.147087473212546,0.252303064485806,0.078327998493692,0.035359116022099,0.065921787709497,0,1,0,0,0,0,0,0,0,0,0,1273,1.000000000000000 --1,06001438300,4133,3900,126,114,409,1613,391,77,41,0.030486329542705,0.943624485845633,0.142678347934919,0.102096854717923,0.391504854368932,0.094604403580934,0.045454545454545,0.085841694537347,0,1,0,0,0,1,0,0,0,1,1,799,1.000000000000000 --1,06001438400,2476,1969,120,71,233,567,225,38,24,0.048465266558966,0.795234248788368,0.122625215889465,0.096881496881497,0.228998384491115,0.090872374798061,0.034042553191489,0.054913294797688,0,1,0,0,0,0,0,0,0,0,0,579,1.000000000000000 --1,06001440100,2503,1741,403,90,225,518,268,109,112,0.161006791849780,0.695565321614063,0.146818923327896,0.094418799832144,0.212208111429742,0.109791069233921,0.116788321167883,0.119911991199120,1,0,0,0,0,0,1,0,2,0,0,613,1.000000000000000 --1,06001440200,6167,5833,172,268,852,2414,388,173,83,0.027890384303551,0.945840765364034,0.208236208236208,0.150026413100898,0.395543175487465,0.062915518080104,0.055149501661130,0.117129316181449,0,1,1,0,0,1,0,0,1,1,1,1287,1.000000000000000 --1,06001440301,6870,5416,368,175,769,2187,743,142,137,0.053566229985444,0.788355167394469,0.096312603192075,0.119280285404064,0.318897637795276,0.108625730994152,0.065145030908226,0.068999028182702,0,1,0,0,0,1,0,0,0,1,1,1817,1.000000000000000 --1,06001440304,5106,4568,175,40,650,1264,280,113,46,0.034273403838621,0.894633764198982,0.035149384885765,0.136554621848739,0.247989013144987,0.054945054945055,0.035195103289977,0.087937743190661,0,1,0,0,0,0,0,0,0,0,0,1138,1.000000000000000 --1,06001440305,4020,3435,177,76,254,654,368,11,51,0.044029850746269,0.854477611940298,0.103401360544218,0.067733333333333,0.163827655310621,0.091565065936800,0.052040816326531,0.011422637590862,0,1,0,0,0,0,0,0,0,0,0,735,1.000000000000000 --1,06001440306,3934,3448,126,169,439,1053,267,102,34,0.032028469750890,0.876461616675140,0.194476409666283,0.118552524979746,0.267666497203864,0.068216658150230,0.034102306920762,0.104401228249744,0,1,0,0,0,0,0,0,0,0,0,869,1.000000000000000 --1,06001440307,4038,3031,385,131,448,1189,557,119,93,0.095344229816741,0.750619118375433,0.125239005736138,0.117246794032976,0.295183714001986,0.138522755533449,0.061305207646671,0.078807947019868,0,1,0,0,0,0,0,0,0,0,0,1046,1.000000000000000 --1,06001440308,5562,4752,556,114,640,1589,628,213,466,0.099964041711615,0.854368932038835,0.093519278096801,0.121765601217656,0.286100108030248,0.113071660064818,0.247872340425532,0.114209115281501,0,1,0,0,0,0,1,0,1,0,0,1219,1.000000000000000 --1,06001440331,3619,3169,189,186,313,1196,322,149,42,0.052224371373308,0.875656258634982,0.231631382316314,0.091547236033928,0.330478032605692,0.088974854932302,0.045751633986928,0.162309368191721,0,1,1,0,0,1,0,1,2,1,1,803,1.000000000000000 --1,06001440332,3565,3247,160,59,298,237,243,0,0,0.044880785413745,0.910799438990182,0.069248826291080,0.087827880931329,0.066479663394109,0.068162692847125,0.000000000000000,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,852,1.000000000000000 --1,06001440333,2811,2428,154,90,282,347,223,38,33,0.054784774101743,0.863749555318392,0.135746606334842,0.107142857142857,0.124461979913917,0.079331198861615,0.042416452442159,0.048843187660668,0,1,0,0,0,0,0,0,0,0,0,663,1.000000000000000 --1,06001440334,4433,3960,325,110,363,873,371,51,41,0.073313782991202,0.893300248138958,0.114583333333333,0.088385682980278,0.196932100157907,0.083690503045342,0.038606403013183,0.048897411313519,0,1,0,0,0,0,0,0,0,0,0,960,1.000000000000000 --1,06001440335,6744,5613,152,78,311,753,308,120,101,0.022538552787663,0.832295373665480,0.048933500627353,0.051320132013201,0.111654804270463,0.045670225385528,0.047328959700094,0.058451047247930,0,1,0,0,0,0,0,0,0,0,0,1594,1.000000000000000 --1,06001440336,4955,4298,250,198,518,1539,399,217,111,0.050454086781029,0.867406659939455,0.168081494057725,0.111613876319759,0.311538461538462,0.080769230769231,0.077949438202247,0.153791637136782,0,1,0,0,0,1,0,1,1,1,1,1178,1.000000000000000 --1,06001441100,4152,2474,250,128,221,568,377,79,100,0.060211946050096,0.595857418111753,0.125860373647984,0.055751765893037,0.139352306182532,0.092311459353575,0.064766839378238,0.051165803108808,0,0,0,0,0,0,0,0,0,0,0,1017,1.000000000000000 --1,06001441200,7398,4698,319,165,291,1143,531,193,31,0.043119762097864,0.635036496350365,0.090659340659341,0.043706818864524,0.155320016306563,0.071776155717762,0.012424849699399,0.077665995975855,0,0,0,0,0,0,0,0,0,0,0,1820,1.000000000000000 --1,06001441301,3203,2380,84,136,30,451,174,93,14,0.026225413674680,0.743053387449266,0.164848484848485,0.010197144799456,0.140805494848579,0.054324071183266,0.011844331641286,0.082373782108060,0,1,0,0,0,0,0,0,0,0,0,825,1.000000000000000 --1,06001441302,5435,3561,361,112,309,588,480,49,88,0.066421343146274,0.655197792088317,0.075675675675676,0.060540752351097,0.108187672493100,0.088316467341306,0.049438202247191,0.027825099375355,0,0,0,0,0,0,0,0,0,0,0,1480,1.000000000000000 --1,06001441401,7336,5393,177,113,644,1389,790,173,63,0.024127589967285,0.735141766630316,0.065735892961024,0.092595255212078,0.191216960352423,0.107688113413304,0.026481715006305,0.073805460750853,0,1,0,0,0,0,0,0,0,0,0,1719,1.000000000000000 --1,06001441402,5229,4023,177,67,380,786,415,65,80,0.033849684452094,0.769363166953528,0.049410029498525,0.079748163693599,0.150315547905909,0.079365079365079,0.047932893948472,0.040000000000000,0,1,0,0,0,0,0,0,0,0,0,1356,1.000000000000000 --1,06001441501,6633,6147,244,120,352,929,442,70,0,0.036785768129052,0.926729986431479,0.069930069930070,0.056930292738153,0.140057289311021,0.066636514397708,0.000000000000000,0.038802660753880,0,1,0,0,0,0,0,0,0,0,0,1716,1.000000000000000 --1,06001441503,6173,5744,210,48,358,473,346,38,56,0.034019115502997,0.930503806901021,0.028846153846154,0.064726089314771,0.076624007775798,0.056050542685890,0.028254288597376,0.019607843137255,0,1,0,0,0,0,0,0,0,0,0,1664,1.000000000000000 --1,06001441521,6173,5074,276,78,356,544,384,91,40,0.044710837518225,0.821966628867649,0.051349572086899,0.063243915437911,0.088182849732534,0.062246717458259,0.022197558268590,0.050696378830084,0,1,0,0,0,0,0,0,0,0,0,1519,1.000000000000000 --1,06001441522,5157,3897,188,173,450,797,626,69,27,0.036455303471010,0.755671902268761,0.138621794871795,0.091519219035998,0.154547217374442,0.121388404110917,0.018480492813142,0.047325102880658,0,1,0,0,0,0,0,0,0,0,0,1248,1.000000000000000 --1,06001441523,4008,3512,71,14,256,472,258,101,18,0.017714570858283,0.876247504990020,0.012006861063465,0.070581748001103,0.117764471057884,0.064371257485030,0.012439530062198,0.072349570200573,0,1,0,0,0,0,0,0,0,0,0,1166,1.000000000000000 --1,06001441524,4336,4138,96,71,205,392,126,103,45,0.022140221402214,0.954335793357934,0.059814658803707,0.054695837780149,0.090405904059041,0.029059040590406,0.035183737294761,0.080531665363565,0,1,0,0,0,0,0,0,0,0,0,1187,1.000000000000000 --1,06001441601,4815,3165,244,163,362,871,328,45,20,0.050674974039460,0.657320872274143,0.131028938906752,0.080283876691062,0.181269510926119,0.068262226847034,0.013783597518952,0.031185031185031,0,0,0,0,0,0,0,0,0,0,0,1244,1.000000000000000 --1,06001441602,7882,6195,473,270,874,2221,573,254,156,0.060010149708196,0.785968028419183,0.150837988826816,0.120269712398514,0.282031746031746,0.072761904761905,0.069271758436945,0.113342257920571,0,1,0,0,0,0,0,0,0,0,0,1790,1.000000000000000 --1,06001441700,7628,5640,220,239,688,2070,487,392,54,0.028841111693760,0.739381227058207,0.132190265486726,0.097574812083392,0.272979032045365,0.064019981595899,0.020721412125863,0.150422102839601,0,1,0,0,0,0,0,1,1,0,0,1808,1.000000000000000 --1,06001441800,7065,4588,399,65,294,1046,334,161,31,0.056475583864119,0.649398443029016,0.035871964679912,0.045581395348837,0.148917995444191,0.047497155858931,0.013310433662516,0.069486404833837,0,0,0,0,0,0,0,0,0,0,0,1812,1.000000000000000 --1,06001441921,3842,3148,144,35,323,576,180,66,55,0.037480478917231,0.819364914107236,0.038888888888889,0.089128035320088,0.150234741784038,0.046850598646538,0.046531302876481,0.056458511548332,0,1,0,0,0,0,0,0,0,0,0,900,1.000000000000000 --1,06001441923,5452,4412,659,208,277,1932,622,541,468,0.120873074101247,0.809244314013206,0.157934700075930,0.055466559871846,0.376021798365123,0.121058777734527,0.228070175438596,0.272406847935549,1,1,0,0,0,1,1,1,3,1,1,1317,1.000000000000000 --1,06001441924,7274,4887,243,279,461,1505,539,157,90,0.033406653835579,0.671844927137751,0.145464025026069,0.069732264407805,0.206901292273852,0.074099532581798,0.036261079774376,0.064929693961952,0,0,0,0,0,0,0,0,0,0,0,1918,1.000000000000000 --1,06001441925,6042,4748,119,62,173,368,370,161,94,0.019695465077789,0.785832505792784,0.034368070953437,0.031615497076023,0.061231281198003,0.061564059900166,0.034546122748989,0.059873558943845,0,1,0,0,0,0,0,0,0,0,0,1804,1.000000000000000 --1,06001441926,4220,3516,21,191,461,1161,257,161,88,0.004976303317536,0.833175355450237,0.180358829084042,0.119399119399119,0.275118483412322,0.060900473933649,0.061196105702364,0.112273361227336,0,1,0,0,0,0,0,0,0,0,0,1059,1.000000000000000 --1,06001441927,4257,3703,197,197,133,607,432,245,275,0.046276720695325,0.869861404745126,0.167802385008518,0.035800807537012,0.142588677472398,0.101479915433404,0.165862484921592,0.150491400491401,0,1,0,0,0,0,1,1,2,0,0,1174,1.000000000000000 --1,06001442000,3226,2456,194,19,214,197,222,0,22,0.060136391816491,0.761314321140732,0.021158129175947,0.068066157760814,0.061066336019839,0.068815871047737,0.021632251720747,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,898,1.000000000000000 --1,06001442100,4988,4079,372,78,448,518,384,41,42,0.074578989574980,0.817762630312751,0.054583624912526,0.093294460641399,0.103849238171612,0.076984763432237,0.026565464895636,0.025932953826692,0,1,0,0,0,0,0,0,0,0,0,1429,1.000000000000000 --1,06001442200,6702,5164,620,77,442,394,449,67,92,0.092509698597434,0.770516263801850,0.042564953012714,0.067615113966651,0.058920293106027,0.067145207118289,0.043051006083294,0.031663516068053,0,1,0,0,0,0,0,0,0,0,0,1809,1.000000000000000 --1,06001442301,4552,3430,182,118,494,1118,291,93,66,0.039982425307557,0.753514938488576,0.101461736887360,0.114803625377644,0.245606326889279,0.064026402640264,0.046153846153846,0.065446868402533,0,1,0,0,0,0,0,0,0,0,0,1163,1.000000000000000 --1,06001442302,5426,4026,351,177,393,1532,633,275,296,0.064688536675267,0.741983044600074,0.135011441647597,0.079490291262136,0.282344268337634,0.116660523405824,0.148000000000000,0.141752577319588,0,1,0,0,0,0,1,0,1,0,0,1311,1.000000000000000 --1,06001442400,6947,5178,218,159,942,1586,396,123,32,0.031380451993666,0.745357708363322,0.096597812879708,0.143575674439872,0.229091434349271,0.057003022887577,0.016511867905057,0.063467492260062,0,1,0,0,0,0,0,0,0,0,0,1646,1.000000000000000 --1,06001442500,7614,5182,503,254,922,1423,700,105,94,0.066062516417126,0.680588389808248,0.143421795595709,0.129077418451631,0.194266211604096,0.094517958412098,0.042785616750114,0.047792444242148,0,0,0,0,0,0,0,0,0,0,0,1771,1.000000000000000 --1,06001442601,3606,2039,323,145,58,201,315,60,13,0.089572933998891,0.565446478092069,0.149484536082474,0.016998827667057,0.055926544240401,0.087646076794658,0.009946442234124,0.048740861088546,0,0,0,0,0,0,0,0,0,0,0,970,1.000000000000000 --1,06001442602,4926,3111,265,110,538,2242,368,245,120,0.053796183516037,0.631546894031669,0.085205267234702,0.115998275118586,0.455136012992286,0.074705643524157,0.072727272727273,0.152173913043478,0,0,0,0,0,1,0,1,1,0,0,1291,1.000000000000000 --1,06001442700,3180,1813,260,12,146,217,383,30,15,0.081761006289308,0.570125786163522,0.014962593516210,0.048488874128197,0.068714376187460,0.120440251572327,0.014340344168260,0.029097963142580,0,0,0,0,0,0,0,0,0,0,0,802,1.000000000000000 --1,06001442800,3143,1944,184,68,361,874,281,83,12,0.058542793509386,0.618517340120904,0.099706744868035,0.123842195540309,0.280218018595704,0.089405027044225,0.013437849944009,0.093679458239278,0,0,0,0,0,0,0,0,0,0,0,682,1.000000000000000 --1,06001442900,7797,5239,406,117,593,1002,800,67,102,0.052071309478004,0.671925099397204,0.065730337078652,0.081066302118934,0.128576928012319,0.102656229949955,0.044599912549191,0.029672276350753,0,0,0,0,0,0,0,0,0,0,0,1780,1.000000000000000 --1,06001443001,2988,2157,59,146,313,600,279,11,10,0.019745649263722,0.721887550200803,0.192866578599736,0.112266857962697,0.201952204644901,0.093373493975904,0.012077294685990,0.013398294762485,0,1,0,0,0,0,0,0,0,0,0,757,1.000000000000000 --1,06001443002,6158,4451,220,132,543,1192,495,64,61,0.035725885027606,0.722799610263072,0.090909090909091,0.092299847016828,0.194326703619172,0.080383241312114,0.033260632497274,0.035049288061336,0,1,0,0,0,0,0,0,0,0,0,1452,1.000000000000000 --1,06001443102,5128,4214,307,40,319,368,396,19,25,0.059867394695788,0.821762870514821,0.028188865398168,0.064916564916565,0.071762870514821,0.077223088923557,0.016622340425532,0.012751677852349,0,1,0,0,0,0,0,0,0,0,0,1419,1.000000000000000 --1,06001443103,4005,3642,353,88,161,477,263,13,0,0.088139825218477,0.909363295880150,0.079279279279279,0.041796469366563,0.119101123595506,0.065667915106117,0.000000000000000,0.010842368640534,0,1,0,0,0,0,0,0,0,0,0,1110,1.000000000000000 --1,06001443104,5699,4803,280,69,406,579,391,73,22,0.049131426566064,0.842779434988595,0.048050139275766,0.074006562158221,0.101596771363397,0.068608527811897,0.012925969447709,0.043975903614458,0,1,0,0,0,0,0,0,0,0,0,1436,1.000000000000000 --1,06001443105,4360,3648,270,49,220,308,245,0,0,0.061926605504587,0.836697247706422,0.038161993769470,0.052745145049149,0.070642201834862,0.056192660550459,0.000000000000000,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,1284,1.000000000000000 --1,06001443200,3522,2863,109,25,146,157,112,0,21,0.030948324815446,0.812890403180011,0.024509803921569,0.042590431738623,0.044576944917660,0.031800113571834,0.018633540372671,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,1020,1.000000000000000 --1,06001443301,4162,3178,183,23,251,396,260,14,10,0.043969245555022,0.763575204228736,0.021780303030303,0.064707398814127,0.095953477102011,0.062469966362326,0.008237232289951,0.011608623548922,0,1,0,0,0,0,0,0,0,0,0,1056,1.000000000000000 --1,06001443321,3125,2587,89,78,280,486,99,75,56,0.028480000000000,0.827840000000000,0.093525179856115,0.097663062434601,0.155520000000000,0.031680000000000,0.047700170357751,0.065160729800174,0,1,0,0,0,0,0,0,0,0,0,834,1.000000000000000 --1,06001443322,3323,2511,73,69,242,217,208,38,27,0.021968101113452,0.755642491724346,0.084558823529412,0.080371969445367,0.065302437556425,0.062594041528739,0.029189189189189,0.041081081081081,0,1,0,0,0,0,0,0,0,0,0,816,1.000000000000000 --1,06001444100,7540,4300,801,162,213,1251,665,37,102,0.106233421750663,0.570291777188329,0.080237741456166,0.029690549205464,0.167201283079391,0.088196286472148,0.040702314445331,0.014943457189015,1,0,0,0,0,0,0,0,1,0,0,2019,1.000000000000000 --1,06001444200,6524,4775,325,175,437,773,574,86,58,0.049816063764562,0.731912936848559,0.103919239904988,0.071137880514407,0.118703931203931,0.087982832618026,0.029411764705882,0.044375644994840,0,1,0,0,0,0,0,0,0,0,0,1684,1.000000000000000 --1,06001444301,3900,2646,138,62,154,865,334,109,0,0.035384615384615,0.678461538461538,0.064583333333333,0.041453566621804,0.221794871794872,0.085641025641026,0.000000000000000,0.095363079615048,0,0,0,0,0,0,0,0,0,0,0,960,1.000000000000000 --1,06001444302,4744,3903,163,227,430,1948,390,169,49,0.034359190556492,0.822723440134907,0.205615942028986,0.096132349653476,0.412711864406780,0.082209106239460,0.038950715421304,0.134340222575517,0,1,1,0,0,1,0,0,1,1,1,1104,1.000000000000000 --1,06001444400,4816,3722,218,38,522,1120,497,77,28,0.045265780730897,0.772840531561462,0.035514018691589,0.113973799126638,0.232558139534884,0.103197674418605,0.018217306441119,0.050524934383202,0,1,0,0,0,0,0,0,0,0,0,1070,1.000000000000000 --1,06001444500,6846,5483,297,270,628,2034,661,367,181,0.043382997370727,0.800905638328951,0.185439560439560,0.096898626755130,0.297194623027469,0.096552731522057,0.088077858880779,0.184144505770196,0,1,0,0,0,0,0,1,1,0,0,1456,1.000000000000000 --1,06001444601,5028,3345,285,156,255,1192,424,106,28,0.056682577565632,0.665274463007160,0.138420585625555,0.052533992583436,0.237450199203187,0.084327764518695,0.019404019404019,0.074858757062147,0,0,0,0,0,0,0,0,0,0,0,1127,1.000000000000000 --1,06001444602,4237,3287,213,156,371,598,283,50,75,0.050271418456455,0.775784753363229,0.149712092130518,0.095128205128205,0.141137597356620,0.066792541892849,0.048076923076923,0.032051282051282,0,1,0,0,0,0,0,0,0,0,0,1042,1.000000000000000 --1,06001450101,4450,2912,16,181,129,212,127,189,42,0.003595505617978,0.654382022471910,0.147034930950447,0.031517224529685,0.047844730309185,0.028539325842697,0.023385300668151,0.106478873239437,0,0,0,0,0,0,0,0,0,0,0,1231,1.000000000000000 --1,06001450102,7798,6158,27,77,257,449,126,41,38,0.003462426263144,0.789689664016414,0.078014184397163,0.035526679568703,0.114104193138501,0.033114323258870,0.029185867895545,0.032106499608457,0,1,0,0,0,0,0,0,0,0,0,987,1.000000000000000 --1,06001450200,5026,2289,33,213,25,639,253,238,64,0.006565857540788,0.455431754874652,0.160270880361174,0.005398402072986,0.127138877835257,0.050854271356784,0.029210406207211,0.109829257037379,0,0,0,0,0,0,0,0,0,0,0,1329,1.000000000000000 --1,06001450300,5045,2390,189,159,86,416,398,120,43,0.037462834489594,0.473736372646184,0.121559633027523,0.018120522545301,0.082605242255758,0.079140982302645,0.025029103608848,0.069848661233993,0,0,0,0,0,0,0,0,0,0,0,1308,1.000000000000000 --1,06001450400,5974,2494,215,262,563,1203,444,142,101,0.035989286909943,0.417475728155340,0.172028890347997,0.100499821492324,0.201947288903811,0.074471653807447,0.049461312438786,0.069881889763780,0,0,0,0,0,0,0,0,0,0,0,1523,1.000000000000000 --1,06001450501,3342,1302,185,58,187,362,228,71,0,0.055356074207062,0.389587073608618,0.062838569880823,0.060147957542618,0.108545727136432,0.068571428571429,0.000000000000000,0.056891025641026,0,0,0,0,0,0,0,0,0,0,0,923,1.000000000000000 --1,06001450502,5152,2226,178,152,61,330,310,11,37,0.034549689440994,0.432065217391304,0.100662251655629,0.012564366632338,0.064052795031056,0.060170807453416,0.021536670547148,0.006402793946449,0,0,0,0,0,0,0,0,0,0,0,1510,1.000000000000000 --1,06001450601,3419,1275,172,10,167,361,264,24,8,0.050307107341328,0.372916057326704,0.009980039920160,0.051432091161072,0.106051703877791,0.077215560105294,0.006309148264984,0.019277108433735,0,0,0,0,0,0,0,0,0,0,0,1002,1.000000000000000 --1,06001450602,9252,3732,487,242,181,760,560,199,14,0.052637267617812,0.403372243839170,0.097384305835010,0.020802206642915,0.082197707116591,0.060566731559593,0.004434589800443,0.064401294498382,0,0,0,0,0,0,0,0,0,0,0,2485,1.000000000000000 --1,06001450603,4630,1793,110,155,133,639,361,43,25,0.023758099352052,0.387257019438445,0.124000000000000,0.031674208144796,0.138132295719844,0.078037181150022,0.017241379310345,0.029840388619015,0,0,0,0,0,0,0,0,0,0,0,1250,1.000000000000000 --1,06001450604,4865,1549,302,71,77,438,303,78,66,0.062076053442960,0.318396711202467,0.050426136363636,0.016885964912281,0.090030832476876,0.062281603288797,0.039450089659295,0.046846846846847,0,0,0,0,0,0,0,0,0,0,0,1408,1.000000000000000 --1,06001450605,3998,1529,218,97,60,318,327,102,9,0.054527263631816,0.382441220610305,0.087862318840580,0.015760441292356,0.079819277108434,0.081790895447724,0.006373937677054,0.072909220872051,0,0,0,0,0,0,0,0,0,0,0,1104,1.000000000000000 --1,06001450606,5877,2501,261,73,214,506,356,44,8,0.044410413476263,0.425557257103965,0.045511221945137,0.037438768369489,0.086098349498043,0.060575123362260,0.004151530877011,0.022833419823560,0,0,0,0,0,0,0,0,0,0,0,1604,1.000000000000000 --1,06001450607,5123,2546,481,176,409,1170,639,466,313,0.093890298653133,0.496974429045481,0.147403685092127,0.085421888053467,0.228381807534648,0.124731602576615,0.143841911764706,0.219294117647059,0,0,0,0,0,0,1,1,2,0,0,1194,1.000000000000000 --1,06001450701,8245,3099,251,162,142,673,496,47,63,0.030442692540934,0.375864160097029,0.069438491213030,0.017705735660848,0.081635128578360,0.060164968461912,0.023863636363636,0.017816527672479,0,0,0,0,0,0,0,0,0,0,0,2333,1.000000000000000 --1,06001450741,5234,2338,504,277,449,961,295,293,83,0.096293465800535,0.446694688574704,0.201161946259985,0.088805379746835,0.188542279772415,0.057877182656465,0.045629466739967,0.162777777777778,0,0,1,0,0,0,0,1,2,0,0,1377,1.000000000000000 --1,06001450742,4745,1809,374,100,100,301,366,75,40,0.078819810326660,0.381243414120126,0.071994240460763,0.022040996253031,0.063435194942044,0.077133825079031,0.022598870056497,0.042735042735043,0,0,0,0,0,0,0,0,0,0,0,1389,1.000000000000000 --1,06001450743,5887,4042,159,291,704,947,193,206,59,0.027008663156107,0.686597587905555,0.190569744597250,0.131367792498600,0.160862918294547,0.032839884294708,0.029663147310206,0.104621635347892,0,0,0,0,0,0,0,0,0,0,0,1527,1.000000000000000 --1,06001450744,4876,2154,135,120,106,545,254,48,23,0.027686628383921,0.441755537325677,0.086083213773314,0.022854678740837,0.112001644060830,0.052091878589007,0.014659018483110,0.030788967286722,0,0,0,0,0,0,0,0,0,0,0,1394,1.000000000000000 --1,06001450745,5829,3176,183,135,169,175,273,96,35,0.031394750386001,0.544861897409504,0.081276339554485,0.029654325320232,0.030022302281695,0.046834791559444,0.017421602787456,0.048144433299900,0,0,0,0,0,0,0,0,0,0,0,1661,1.000000000000000 --1,06001450746,3284,895,205,140,24,481,250,36,21,0.062423873325213,0.272533495736906,0.156774916013438,0.008207934336525,0.146780592004883,0.076289288983827,0.017918088737201,0.030716723549488,0,0,0,0,0,0,0,0,0,0,0,893,1.000000000000000 --1,06001450750,3961,2269,94,134,234,828,232,161,230,0.023731380964403,0.572835142640747,0.130604288499025,0.064109589041096,0.209038121686443,0.058571067912143,0.117586912065440,0.082904222451081,0,0,0,0,0,0,1,0,1,0,0,1026,1.000000000000000 --1,06001450751,4045,2863,62,28,181,37,113,0,23,0.015327564894932,0.707787391841780,0.024604569420035,0.048708288482239,0.009165221699282,0.028018844532606,0.017871017871018,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,1138,1.000000000000000 --1,06001450752,5575,3825,193,59,336,463,224,45,0,0.034618834080718,0.686098654708520,0.044227886056971,0.065179437439379,0.083649503161698,0.040179372197309,0.000000000000000,0.029683377308707,0,0,0,0,0,0,0,0,0,0,0,1334,1.000000000000000 --1,06001451101,7024,2379,198,257,103,729,268,127,22,0.028189066059226,0.338695899772210,0.137359700694816,0.015561263030669,0.105652173913043,0.038550057537399,0.009314140558848,0.054319931565441,0,0,0,0,0,0,0,0,0,0,0,1871,1.000000000000000 --1,06001451102,4031,968,192,62,37,217,246,0,32,0.047630860828579,0.240138923344083,0.054290718038529,0.009801324503311,0.053832795832300,0.061027040436616,0.023408924652524,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1142,1.000000000000000 --1,06001451201,6768,2765,162,179,119,1216,536,241,83,0.023936170212766,0.408540189125295,0.104617182933957,0.019280622164614,0.179669030732861,0.079196217494090,0.032690035447026,0.098047192839707,0,0,0,0,0,0,0,0,0,0,0,1711,1.000000000000000 --1,06001451202,3936,1332,58,18,44,392,229,28,41,0.014735772357724,0.338414634146341,0.017224880382775,0.012401352874859,0.099796334012220,0.058180894308943,0.029688631426503,0.020348837209302,0,0,0,0,0,0,0,0,0,0,0,1045,1.000000000000000 --1,06001451300,7116,2116,228,182,107,754,455,43,86,0.032040472175379,0.297358066329399,0.096143687268885,0.015994020926756,0.105958403597527,0.063940415964025,0.036195286195286,0.018391787852866,0,0,0,0,0,0,0,0,0,0,0,1893,1.000000000000000 --1,06001451401,6312,2329,363,173,292,1463,468,309,114,0.057509505703422,0.368979721166033,0.106265356265356,0.048360384233190,0.232998885172798,0.074144486692015,0.048000000000000,0.130105263157895,0,0,0,0,0,0,0,0,0,0,0,1628,1.000000000000000 --1,06001451403,2100,877,76,68,179,334,192,9,12,0.036190476190476,0.417619047619048,0.154195011337868,0.090541224076884,0.159047619047619,0.091428571428571,0.016973125884017,0.013215859030837,0,0,0,0,0,0,0,0,0,0,0,441,1.000000000000000 --1,06001451404,6217,3655,144,449,1000,2220,452,317,137,0.023162296927779,0.587904133826604,0.334326135517498,0.172176308539945,0.361917182914901,0.072703876467750,0.065393794749403,0.156388751850025,0,0,1,0,0,1,0,1,2,0,0,1343,1.000000000000000 --1,06001451501,4524,1406,383,136,162,742,442,97,142,0.084659593280283,0.310786914235190,0.118673647469459,0.038216560509554,0.164014146772767,0.097701149425287,0.082175925925926,0.056362579895410,0,0,0,0,0,0,0,0,0,0,0,1146,1.000000000000000 --1,06001451503,5564,2251,351,134,260,1226,619,48,121,0.063084112149533,0.404565061107117,0.088099934253780,0.050270688321732,0.221259700415088,0.111712687240570,0.058454106280193,0.024303797468354,0,0,0,0,0,0,0,0,0,0,0,1521,1.000000000000000 --1,06001451504,1673,338,76,64,19,306,127,23,11,0.045427375971309,0.202032277346085,0.128256513026052,0.011793916821850,0.184337349397590,0.075911536162582,0.018363939899833,0.038785834738617,0,0,0,0,0,0,0,0,0,0,0,499,1.000000000000000 --1,06001451505,3314,407,155,58,31,229,211,0,0,0.046771273385637,0.122812311406156,0.059183673469388,0.009929532351057,0.069100784550392,0.063669281834641,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,980,1.000000000000000 --1,06001451506,3555,2087,147,142,642,1053,227,110,50,0.041350210970464,0.587060478199719,0.150903294367694,0.198577172904423,0.296369265409513,0.063853727144866,0.046598322460391,0.102516309412861,0,0,0,0,0,0,0,0,0,0,0,941,1.000000000000000 --1,06001451601,5045,1270,207,168,16,715,410,183,86,0.041030723488603,0.251734390485629,0.115862068965517,0.003303737352880,0.141724479682854,0.081268582755203,0.046038543897216,0.098334228909189,0,0,0,0,0,0,0,0,0,0,0,1450,1.000000000000000 --1,06001451602,6740,1824,643,266,176,1277,830,324,221,0.095400593471810,0.270623145400593,0.147123893805310,0.027861326579072,0.192929445535579,0.125396585586947,0.077543859649123,0.113684210526316,0,0,0,0,0,0,0,0,0,0,0,1808,1.000000000000000 --1,06001451701,2895,800,274,131,19,291,221,89,6,0.094645941278066,0.276338514680484,0.149202733485194,0.007246376811594,0.100518134715026,0.076338514680484,0.005876591576885,0.087169441723800,0,0,0,0,0,0,0,0,0,0,0,878,1.000000000000000 --1,06001451703,4492,1605,240,41,116,182,437,8,40,0.053428317008014,0.357301869991095,0.035375323554789,0.027797747423916,0.040525495435315,0.097392467127256,0.029411764705882,0.005917159763314,0,0,0,0,0,0,0,0,0,0,0,1159,1.000000000000000 --1,06001451704,4228,951,336,189,131,467,236,113,30,0.079470198675497,0.224929044465468,0.152665589660743,0.034266283023803,0.110454115421003,0.055818353831599,0.018844221105528,0.072762395363812,0,0,0,0,0,0,0,0,0,0,0,1238,1.000000000000000 --1,06001981900,28,0,0,0,0,0,0,9,0,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.450000000000000,0,0,0,0,0,0,0,1,1,0,0,3,1.000000000000000 --1,06001982000,83,27,0,0,0,0,6,0,0,0.000000000000000,0.325301204819277,0.000000000000000,0.000000000000000,0.000000000000000,0.072289156626506,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,28,1.000000000000000 --1,06001983200,591,364,0,9,21,71,27,21,20,0.000000000000000,0.615905245346870,0.061224489795918,0.036395147313691,0.120135363790186,0.045685279187817,0.058139534883721,0.061046511627907,0,0,0,0,0,0,0,0,0,0,0,147,1.000000000000000 --1,06013301000,4024,1458,267,70,64,1051,794,92,90,0.066351888667992,0.362326043737575,0.071355759429154,0.016705820934482,0.262160139685707,0.197316103379722,0.054021608643457,0.057752667922159,0,0,0,0,0,0,0,0,0,0,0,981,13.000000000000000 --1,06013302005,6736,3847,261,301,444,3284,628,429,146,0.038747030878860,0.571110451306413,0.189189189189189,0.067952249770432,0.488181953322432,0.093563766388558,0.063672045355430,0.187910643889619,0,0,0,0,0,1,0,1,1,0,0,1591,13.000000000000000 --1,06013302006,3991,1935,103,75,167,560,442,0,23,0.025808068153345,0.484840892007016,0.072046109510086,0.044964997307485,0.140491721023583,0.110888108379328,0.019087136929461,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1041,13.000000000000000 --1,06013302007,6014,3720,158,329,431,1612,655,148,100,0.026272031925507,0.618556701030928,0.231853417899930,0.079184273378651,0.269430051813472,0.109385437541750,0.050479555779909,0.078472958642630,0,0,1,0,0,0,0,0,1,0,0,1419,13.000000000000000 --1,06013302008,8860,5752,259,541,722,2667,802,57,153,0.029232505643341,0.649209932279910,0.266502463054187,0.088059519453592,0.304104903078677,0.090641952983725,0.068273092369478,0.025435073627845,0,0,1,0,0,1,0,0,1,0,0,2030,13.000000000000000 --1,06013302009,6431,4968,43,365,362,2434,652,231,20,0.006686362929560,0.772508163582647,0.249316939890710,0.061076429897081,0.383065785332074,0.101383921629607,0.011655011655012,0.135642982971227,0,1,1,0,0,1,0,0,1,1,1,1464,13.000000000000000 --1,06013302010,10400,4642,267,411,278,1664,1040,150,48,0.025673076923077,0.446346153846154,0.162965900079302,0.028636176349403,0.160478348924679,0.100038476337053,0.015564202334630,0.048638132295720,0,0,0,0,0,0,0,0,0,0,0,2522,13.000000000000000 --1,06013303102,8247,4983,265,393,515,2180,695,180,29,0.032132896810962,0.604219716260458,0.191147859922179,0.069044107789248,0.264948954788527,0.084273068994786,0.012451696006870,0.078568310781318,0,0,0,0,0,0,0,0,0,0,0,2056,13.000000000000000 --1,06013303103,10735,5859,414,493,659,3293,848,309,119,0.038565440149045,0.545784816022357,0.187025796661608,0.065998998497747,0.307613264829519,0.079045488441462,0.035767959122332,0.094351145038168,0,0,0,0,0,1,0,0,0,0,0,2636,13.000000000000000 --1,06013303201,10676,6175,286,440,282,2109,1198,386,27,0.026789059572874,0.578400149868865,0.162122328666175,0.027992852888624,0.199470349002175,0.112541099107562,0.008866995073892,0.128069011280690,0,0,0,0,0,0,0,0,0,0,0,2714,13.000000000000000 --1,06013303202,7307,2048,221,167,105,944,342,215,33,0.030244970576160,0.280279184343780,0.091557017543860,0.015064562410330,0.129510220880779,0.046887853029888,0.014692787177204,0.095725734639359,0,0,0,0,0,0,0,0,0,0,0,1824,13.000000000000000 --1,06013303203,8878,3682,600,280,225,1364,883,192,71,0.067582788916423,0.414733047983780,0.118694362017804,0.027276033458601,0.155832286073346,0.099560266095388,0.025622518946229,0.069289065319379,0,0,0,0,0,0,0,0,0,0,0,2359,13.000000000000000 --1,06013303204,4950,2310,262,206,134,1637,581,89,58,0.052929292929293,0.466666666666667,0.170247933884298,0.028663101604278,0.330840743734842,0.117421180274859,0.038770053475936,0.059892328398385,0,0,0,0,0,1,0,0,0,0,0,1210,13.000000000000000 --1,06013303205,7907,2433,1210,120,102,1007,993,34,57,0.153028961679524,0.307702036170482,0.053357047576701,0.013095390935935,0.127355507777918,0.125584924750221,0.017790262172285,0.010712035286705,1,0,0,0,0,0,0,0,1,0,0,2249,13.000000000000000 --1,06013304001,4020,1690,77,89,115,556,313,136,48,0.019154228855721,0.420398009950249,0.086073500967118,0.029677419354839,0.138308457711443,0.077860696517413,0.038338658146965,0.108626198083067,0,0,0,0,0,0,0,0,0,0,0,1034,13.000000000000000 --1,06013304002,1363,613,170,25,125,272,160,11,5,0.124724871606750,0.449743213499633,0.079365079365079,0.096824167312161,0.213836477987421,0.125786163522013,0.010940919037199,0.031339031339031,1,0,0,0,0,0,0,0,1,0,0,315,13.000000000000000 --1,06013304003,3913,918,240,207,24,865,392,43,19,0.061334014822387,0.234602606695630,0.182862190812721,0.006376195536663,0.221681189133778,0.100178890876565,0.012491781722551,0.031295487627365,0,0,0,0,0,0,0,0,0,0,0,1132,13.000000000000000 --1,06013304004,4069,611,288,40,44,440,315,0,32,0.070779061194397,0.150159744408946,0.032154340836013,0.011396011396011,0.108134676824773,0.077414598181371,0.020631850419084,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1244,13.000000000000000 --1,06013304005,7052,1902,185,170,71,813,377,84,102,0.026233692569484,0.269710720363018,0.095559302979202,0.010838039993894,0.115286443562110,0.053566354077863,0.048991354466859,0.041055718475073,0,0,0,0,0,0,0,0,0,0,0,1779,13.000000000000000 --1,06013305000,6333,4148,188,516,543,3350,1312,479,257,0.029685772935418,0.654981841149534,0.348648648648649,0.097120372026471,0.534631343759974,0.207168798357808,0.115505617977528,0.218721461187215,0,0,1,0,0,1,1,1,3,1,1,1480,13.000000000000000 --1,06013306002,2920,1395,231,71,235,899,406,20,35,0.079109589041096,0.477739726027397,0.091377091377091,0.084078711985689,0.310535405872193,0.139041095890411,0.032139577594123,0.019102196752627,0,0,0,0,0,1,0,0,0,0,0,777,13.000000000000000 --1,06013306003,5225,3029,333,292,148,2318,495,375,178,0.063732057416268,0.579712918660287,0.248088360237893,0.030167142274766,0.452999804572992,0.096585365853658,0.102122776821572,0.221369539551358,0,0,1,0,0,1,1,1,3,1,1,1177,13.000000000000000 --1,06013306004,3007,2045,104,142,271,1085,510,229,48,0.034585966079149,0.680079813767875,0.195592286501377,0.095895258315640,0.362512529234881,0.169604256734287,0.045070422535211,0.217887725975262,0,0,0,0,0,1,0,1,1,0,0,726,13.000000000000000 --1,06013307101,4362,2536,370,181,227,1403,903,113,116,0.084823475469968,0.581384685923888,0.167747914735867,0.053563001415762,0.325069508804449,0.207205139972464,0.078219824679703,0.077344284736482,0,0,0,0,0,1,0,0,0,0,0,1079,13.000000000000000 --1,06013307102,5139,3397,205,401,553,3066,719,380,43,0.039891029383149,0.661023545436855,0.337258200168209,0.116152068893090,0.596614127262113,0.139910488421872,0.027027027027027,0.242038216560510,0,0,1,0,0,1,0,1,2,0,0,1189,13.000000000000000 --1,06013307201,3379,2453,99,232,185,1809,493,240,179,0.029298609055934,0.725954424385913,0.313937753721245,0.058711520152333,0.543243243243243,0.145987562925674,0.154978354978355,0.210711150131694,0,1,1,0,0,1,1,1,3,1,1,739,13.000000000000000 --1,06013307202,4034,3485,43,384,290,2820,714,461,243,0.010659395141299,0.863906792265741,0.470588235294118,0.079692223138225,0.707121364092277,0.176995537927615,0.182432432432432,0.348187311178248,0,1,1,0,0,1,1,1,3,1,1,816,13.000000000000000 --1,06013307204,4135,2657,164,209,288,1309,585,137,62,0.039661426844014,0.642563482466747,0.187949640287770,0.074360960495740,0.319034852546917,0.141783809985458,0.046337817638266,0.102391629297459,0,0,0,0,0,1,0,0,0,0,0,1112,13.000000000000000 --1,06013307205,6460,4209,296,331,318,2778,1172,451,320,0.045820433436532,0.651547987616099,0.226092896174863,0.053725291434364,0.430831265508685,0.181761786600496,0.131633072809543,0.186594952420356,0,0,1,0,0,1,1,1,3,1,1,1464,13.000000000000000 --1,06013308001,6690,3346,399,357,265,1721,1143,193,150,0.059641255605381,0.500149476831091,0.186228482003130,0.041883989252410,0.258719182200842,0.170852017937220,0.062682824905976,0.081710414902625,0,0,0,0,0,0,0,0,0,0,0,1917,13.000000000000000 --1,06013308002,4324,2785,82,108,138,453,508,59,25,0.018963922294172,0.644079555966698,0.096085409252669,0.033220991815118,0.105104408352668,0.117592592592593,0.019290123456790,0.045524691358025,0,0,0,0,0,0,0,0,0,0,0,1124,13.000000000000000 --1,06013309000,3102,2462,112,222,91,1085,362,200,41,0.036105738233398,0.793681495809155,0.300000000000000,0.032178217821782,0.353305112341257,0.116849580374435,0.037205081669691,0.181488203266788,0,1,1,0,0,1,0,1,2,1,1,740,13.000000000000000 --1,06013310000,6166,5381,183,329,759,3098,1049,305,108,0.029678884203698,0.872688939344794,0.278341793570220,0.133768064857244,0.511643270024773,0.170126500162180,0.067080745341615,0.191944619257395,0,1,1,0,0,1,0,1,2,1,1,1182,13.000000000000000 --1,06013311000,5298,4816,152,329,575,2744,762,229,82,0.028690071725179,0.909022272555681,0.278341793570220,0.119542619542620,0.519992419935569,0.143827859569649,0.056904927133935,0.161723163841808,0,1,1,0,0,1,0,1,2,1,1,1182,13.000000000000000 --1,06013312000,2297,2006,150,188,198,1100,425,138,121,0.065302568567697,0.873313016978668,0.399150743099788,0.093528578176665,0.494604316546763,0.188972876834149,0.164625850340136,0.205663189269747,0,1,1,0,0,1,1,1,3,1,1,471,13.000000000000000 --1,06013313101,7623,5778,611,575,632,3708,1195,394,406,0.080152171061262,0.757969303423849,0.302313354363828,0.090531442486750,0.490476190476190,0.157319641916798,0.152976639035418,0.151947551099113,0,1,1,0,0,1,1,1,3,1,1,1902,13.000000000000000 --1,06013313102,3788,2713,255,215,94,613,601,168,93,0.067317845828934,0.716209081309398,0.232683982683983,0.026651545222569,0.165496760259179,0.162257019438445,0.069872276483847,0.128048780487805,0,1,1,0,0,0,0,0,1,0,0,924,13.000000000000000 --1,06013313103,8037,5901,232,262,603,1706,1359,217,97,0.028866492472315,0.734229189996267,0.142779291553134,0.078352390852391,0.212373957425619,0.169177144279846,0.038507344184200,0.086661341853035,0,1,0,0,0,0,0,0,0,0,0,1835,13.000000000000000 --1,06013313203,3174,2218,70,91,234,983,316,66,20,0.022054190296156,0.698802772526780,0.120052770448549,0.078000000000000,0.309703843730309,0.099715998737772,0.021459227467811,0.071274298056155,0,0,0,0,0,1,0,0,0,0,0,758,13.000000000000000 --1,06013313204,5428,4193,209,309,783,1646,632,258,114,0.038504053058217,0.772476050110538,0.244268774703557,0.154651392455066,0.304251386321627,0.116691285081241,0.066549912434326,0.151943462897527,0,1,1,0,0,1,0,1,2,1,1,1265,13.000000000000000 --1,06013313205,2095,1748,93,24,158,501,283,49,18,0.044391408114559,0.834367541766110,0.056206088992974,0.082377476538061,0.239140811455847,0.135083532219570,0.035019455252918,0.095330739299611,0,1,0,0,0,0,0,0,0,0,0,427,13.000000000000000 --1,06013313206,6088,5411,177,356,1143,2976,713,208,48,0.029073587385020,0.888797634691196,0.272171253822630,0.201267828843106,0.489312726076948,0.117231173955936,0.031372549019608,0.146170063246662,0,1,1,0,1,1,0,0,2,1,1,1308,13.000000000000000 --1,06013314102,5671,4742,164,241,717,2535,751,200,54,0.028919061893846,0.836184094515958,0.186100386100386,0.133619083115915,0.448513800424628,0.132428143184624,0.033498759305211,0.124610591900312,0,1,0,0,0,1,0,0,0,1,1,1295,13.000000000000000 --1,06013314103,5912,5421,147,569,869,3521,749,333,129,0.024864682002706,0.916948579161028,0.412020275162925,0.158808479532164,0.595568335588633,0.126691474966171,0.074223245109321,0.197158081705151,0,1,1,0,0,1,0,1,2,1,1,1381,13.000000000000000 --1,06013314104,7343,5902,274,671,740,4169,965,597,294,0.037314449135231,0.803758681737709,0.415737298636927,0.109096270086982,0.573452544704264,0.132737276478680,0.125319693094629,0.266517857142857,0,1,1,0,0,1,1,1,3,1,1,1614,13.000000000000000 --1,06013314200,6522,5666,83,333,1258,3490,662,226,28,0.012726157620362,0.868751916590003,0.259345794392523,0.208243668266843,0.535769112680381,0.101502606562404,0.017010935601458,0.139162561576355,0,1,1,0,1,1,0,0,2,1,1,1284,13.000000000000000 --1,06013315000,3099,1156,47,98,22,685,219,124,37,0.015166182639561,0.373023555985802,0.128440366972477,0.007560137457045,0.224075891396794,0.070782159017453,0.032801418439716,0.109929078014184,0,0,0,0,0,0,0,0,0,0,0,763,13.000000000000000 --1,06013316000,1156,445,22,39,9,389,197,80,56,0.019031141868512,0.384948096885813,0.300000000000000,0.007978723404255,0.493654822335025,0.250000000000000,0.143958868894602,0.209973753280840,0,0,1,1,0,1,1,1,4,1,1,130,13.000000000000000 --1,06013317000,2416,944,79,107,39,708,336,162,29,0.032698675496689,0.390728476821192,0.190730837789661,0.016868512110727,0.293046357615894,0.139072847682119,0.027128157156221,0.156673114119923,0,0,0,0,0,0,0,1,1,0,0,561,13.000000000000000 --1,06013318000,3086,964,149,78,37,1175,297,188,96,0.048282566429034,0.312378483473752,0.123809523809524,0.012462108454025,0.386894962133685,0.097793875535068,0.072617246596067,0.143401983218917,0,0,0,0,0,1,0,0,0,0,0,630,13.000000000000000 --1,06013319000,7527,2525,267,210,345,2020,893,485,86,0.035472299721004,0.335459014215491,0.115702479338843,0.048170901982686,0.270451198286250,0.119146097398266,0.028373474100957,0.162533512064343,0,0,0,0,0,0,0,1,1,0,0,1815,13.000000000000000 --1,06013320001,4110,2294,99,168,503,1894,499,122,46,0.024087591240876,0.558150851581509,0.187082405345212,0.132647679324895,0.466962524654832,0.121411192214112,0.040034812880766,0.108060230292294,0,0,0,0,0,1,0,0,0,0,0,898,13.000000000000000 --1,06013320003,3126,970,59,69,8,501,267,21,7,0.018873960332693,0.310300703774792,0.090196078431373,0.002796225096120,0.160268714011516,0.085412667946257,0.006776379477251,0.020329138431752,0,0,0,0,0,0,0,0,0,0,0,765,13.000000000000000 --1,06013320004,6373,2094,247,290,173,1113,507,207,92,0.038757257178723,0.328573670171034,0.170387779083431,0.028818923871398,0.174807601696246,0.079629338778074,0.037126715092817,0.086070686070686,0,0,0,0,0,0,0,0,0,0,0,1702,13.000000000000000 --1,06013321101,6874,2363,501,237,120,1196,832,170,53,0.072883328484143,0.343759092231597,0.136599423631124,0.018099547511312,0.184113300492611,0.128078817733990,0.021242484969940,0.068465565847765,0,0,0,0,0,0,0,0,0,0,0,1735,13.000000000000000 --1,06013321102,6811,2354,406,148,50,578,493,0,13,0.059609455292909,0.345617383644105,0.085204375359816,0.007504127269999,0.084862722067244,0.072928994082840,0.004798818752307,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1737,13.000000000000000 --1,06013321103,4246,1102,386,61,9,228,431,30,18,0.090909090909091,0.259538389072068,0.050580431177446,0.002307100743399,0.053697597739049,0.101698914582350,0.010752688172043,0.017921146953405,0,0,0,0,0,0,0,0,0,0,0,1206,13.000000000000000 --1,06013321200,5457,2428,223,130,437,1738,731,414,167,0.040864944108484,0.444933113432289,0.099236641221374,0.082452830188679,0.320132621108860,0.133956386292835,0.074988774135608,0.198561151079137,0,0,0,0,0,1,0,1,1,0,0,1310,13.000000000000000 --1,06013322000,6467,2257,512,189,384,1185,769,261,344,0.079171176743467,0.349002628730478,0.121621621621622,0.062816947488958,0.183379758588672,0.119003404518725,0.133333333333333,0.105030181086519,0,0,0,0,0,0,1,0,1,0,0,1554,13.000000000000000 --1,06013323000,4784,1384,220,116,65,554,529,112,53,0.045986622073579,0.289297658862876,0.097478991596639,0.014870738961336,0.116045245077503,0.110738957504710,0.030477285796435,0.064702484113229,0,0,0,0,0,0,0,0,0,0,0,1190,13.000000000000000 --1,06013324001,5410,2602,435,60,494,1397,757,598,266,0.080406654343808,0.480961182994455,0.052539404553415,0.098978160689241,0.258607922991485,0.140419217213875,0.092618384401114,0.209383753501401,0,0,0,0,0,0,0,1,1,0,0,1142,13.000000000000000 --1,06013324002,5071,1769,512,58,180,858,638,315,322,0.100966278840465,0.348846381384342,0.055715658021133,0.036689767631472,0.173228346456693,0.128810821724208,0.130628803245436,0.128676470588235,1,0,0,0,0,0,1,0,2,0,0,1041,13.000000000000000 --1,06013325000,5649,1325,575,112,97,903,727,231,189,0.101787927066737,0.234554788458134,0.080344332855093,0.018500858287240,0.164241542379047,0.132229901782466,0.084563758389262,0.105191256830601,1,0,0,0,0,0,0,0,1,0,0,1394,13.000000000000000 --1,06013326000,3495,477,492,22,13,546,551,168,188,0.140772532188841,0.136480686695279,0.022845275181724,0.003920386007238,0.157712305025997,0.159064665127021,0.134477825464950,0.121037463976945,1,0,0,0,0,0,1,0,2,0,0,963,13.000000000000000 --1,06013327000,7461,3875,437,322,420,2533,804,125,115,0.058571237099584,0.519367377027208,0.184951177484204,0.059574468085106,0.339498726712237,0.107760353839968,0.041086102179350,0.045077533357375,0,0,0,0,0,1,0,0,0,0,0,1741,13.000000000000000 --1,06013328000,2468,1347,448,63,202,1092,576,440,509,0.181523500810373,0.545786061588331,0.179487179487179,0.085052631578947,0.459209419680404,0.242730720606827,0.356692361597758,0.335877862595420,1,0,0,0,0,1,1,1,3,1,1,351,13.000000000000000 --1,06013329000,6834,3174,382,249,429,1956,956,198,78,0.055896985659936,0.464442493415277,0.155140186915888,0.068948891031823,0.288325471698113,0.139888791337430,0.034836980794998,0.089552238805970,0,0,0,0,0,0,0,0,0,0,0,1605,13.000000000000000 --1,06013330000,5811,2771,386,173,241,1606,703,193,50,0.066425744278093,0.476854241954913,0.129588014981273,0.044770574029352,0.277422698220764,0.121437208498877,0.026723677177980,0.106747787610619,0,0,0,0,0,0,0,0,0,0,0,1335,13.000000000000000 --1,06013331000,7659,3142,499,260,196,1907,869,302,269,0.065152108630370,0.410236323279802,0.133607399794450,0.028513238289206,0.252015329721158,0.114947089947090,0.100560747663551,0.114567526555387,0,0,0,0,0,0,1,0,1,0,0,1946,13.000000000000000 --1,06013332000,8203,3612,615,287,489,1971,1476,209,142,0.074972571010606,0.440326709740339,0.141868512110727,0.063292777633963,0.243965837356108,0.182560296846011,0.049100968188105,0.072695652173913,0,0,0,0,0,0,0,0,0,0,0,2023,13.000000000000000 --1,06013333101,3994,1537,345,97,194,1065,501,152,83,0.086379569354031,0.384827240861292,0.094357976653696,0.051678209909430,0.267118133935290,0.126803340926348,0.056385869565217,0.103260869565217,0,0,0,0,0,0,0,0,0,0,0,1028,13.000000000000000 --1,06013333102,3688,1151,297,89,43,580,333,27,28,0.080531453362256,0.312093275488069,0.092805005213764,0.012327981651376,0.157694399129962,0.090538336052202,0.018729096989967,0.018230925050641,0,0,0,0,0,0,0,0,0,0,0,959,13.000000000000000 --1,06013333200,5955,2163,351,60,26,994,631,288,98,0.058942065491184,0.363224181360202,0.037950664136622,0.004693140794224,0.167763713080169,0.107385976855003,0.042664344797562,0.128399465002229,0,0,0,0,0,0,0,0,0,0,0,1581,13.000000000000000 --1,06013334001,3989,1744,272,178,186,883,469,163,124,0.068187515668087,0.437202306342442,0.157522123893805,0.049560351718625,0.223374652162914,0.118644067796610,0.082010582010582,0.108377659574468,0,0,0,0,0,0,0,0,0,0,0,1130,13.000000000000000 --1,06013334004,7232,3377,558,263,305,1934,956,360,311,0.077157079646018,0.466952433628319,0.157202630005977,0.044331395348837,0.267422566371681,0.132465013163364,0.101501305483029,0.119641076769691,0,0,0,0,0,0,1,0,1,0,0,1673,13.000000000000000 --1,06013334006,4698,1995,198,104,187,520,367,77,9,0.042145593869732,0.424648786717752,0.075362318840580,0.041564792176039,0.110897846022606,0.078118348233291,0.005467800729040,0.047501542257866,0,0,0,0,0,0,0,0,0,0,0,1380,13.000000000000000 --1,06013334200,7770,2332,1007,82,136,660,663,156,226,0.129601029601030,0.300128700128700,0.040000000000000,0.019260727942218,0.088781275221953,0.089184826472962,0.080800858062210,0.056074766355140,1,0,0,0,0,0,0,0,1,0,0,2050,13.000000000000000 --1,06013335000,3332,1454,263,111,75,822,480,174,111,0.078931572629052,0.436374549819928,0.129672897196262,0.023741690408357,0.246698679471789,0.144534778681120,0.087747035573122,0.139311449159327,0,0,0,0,0,0,0,0,0,0,0,856,13.000000000000000 --1,06013336101,5060,4020,59,295,803,3200,341,468,243,0.011660079051383,0.794466403162055,0.279091769157994,0.175327510917031,0.633914421553090,0.067391304347826,0.162541806020067,0.322092222986924,0,1,1,0,0,1,1,1,3,1,1,1057,13.000000000000000 --1,06013336102,7497,6438,70,520,1846,4713,671,772,255,0.009337068160598,0.858743497398960,0.338762214983713,0.275769345682701,0.630417335473515,0.089502467653728,0.104981473857555,0.319933692498964,0,1,1,0,1,1,1,1,4,1,1,1535,13.000000000000000 --1,06013336201,4117,2942,162,155,676,1535,673,91,51,0.039349040563517,0.714598008258441,0.178571428571429,0.177148846960168,0.372844304104931,0.163906478324403,0.044194107452340,0.078856152512998,0,1,0,0,0,1,0,0,0,1,1,868,13.000000000000000 --1,06013336202,6053,5064,49,331,1645,3753,350,517,177,0.008095159425078,0.836609945481579,0.238816738816739,0.309501411100659,0.620843672456576,0.057822567321989,0.106115107913669,0.312009656004828,0,1,1,0,1,1,1,1,4,1,1,1386,13.000000000000000 --1,06013337100,3429,1563,194,81,84,671,333,46,25,0.056576261300671,0.455818022747157,0.085987261146497,0.025656689065363,0.197236919459142,0.097883597883598,0.021114864864865,0.039148936170213,0,0,0,0,0,0,0,0,0,0,0,942,13.000000000000000 --1,06013337200,7736,3424,497,149,383,1671,987,294,86,0.064245087900724,0.442605997931748,0.069691300280636,0.053596417576266,0.223067681217461,0.131232548863183,0.028830036875629,0.099593495934959,0,0,0,0,0,0,0,0,0,0,0,2138,13.000000000000000 --1,06013337300,5656,1901,404,96,121,433,639,27,26,0.071428571428571,0.336103253182461,0.056140350877193,0.021837213499368,0.076950417629287,0.113539445628998,0.012104283054004,0.012652296157451,0,0,0,0,0,0,0,0,0,0,0,1710,13.000000000000000 --1,06013338101,4762,2707,212,154,572,2241,643,376,107,0.044519109617808,0.568458630827383,0.137869292748433,0.130059117780809,0.474185357596276,0.135282979171050,0.061038220193953,0.217466743782533,0,0,0,0,0,1,0,1,1,0,0,1117,13.000000000000000 --1,06013338102,3727,1512,213,41,14,267,284,15,26,0.057150523209015,0.405688221089348,0.036804308797127,0.003990877993159,0.071832122679580,0.076405703524348,0.019548872180451,0.011278195488722,0,0,0,0,0,0,0,0,0,0,0,1114,13.000000000000000 --1,06013338201,3528,1023,349,72,72,446,398,23,45,0.098922902494331,0.289965986394558,0.070726915520629,0.021270310192024,0.129839883551674,0.115529753265602,0.032211882605583,0.016463851109520,0,0,0,0,0,0,0,0,0,0,0,1018,13.000000000000000 --1,06013338203,4800,1504,164,127,61,561,226,164,183,0.034166666666667,0.313333333333333,0.105921601334445,0.013177792179736,0.116875000000000,0.047083333333333,0.071680376028202,0.066775244299674,0,0,0,0,0,0,0,0,0,0,0,1199,13.000000000000000 --1,06013338204,6067,1850,629,80,113,471,444,107,54,0.103675622218559,0.304928300642822,0.053085600530856,0.019449225473322,0.077633097082578,0.073182792154277,0.020037105751392,0.040225563909774,1,0,0,0,0,0,0,0,1,0,0,1507,13.000000000000000 --1,06013338301,3005,903,519,48,73,483,358,37,79,0.172712146422629,0.300499168053245,0.058111380145279,0.025285763768618,0.164062500000000,0.120457604306864,0.074039362699156,0.034676663542643,1,0,0,0,0,0,0,0,1,0,0,826,13.000000000000000 --1,06013338302,6136,1880,604,122,78,633,427,56,77,0.098435462842242,0.306388526727510,0.065031982942431,0.013299232736573,0.103770491803279,0.070000000000000,0.035208047553727,0.025818349469802,0,0,0,0,0,0,0,0,0,0,0,1876,13.000000000000000 --1,06013339001,3392,1450,174,123,212,1044,373,353,250,0.051297169811321,0.427476415094340,0.193700787401575,0.064339908952959,0.308419497784343,0.110649658854939,0.133191262653170,0.190501888828926,0,0,0,0,0,1,1,1,2,0,0,635,13.000000000000000 --1,06013339002,6079,2193,533,147,374,1514,779,577,340,0.087678894555026,0.360750123375555,0.116574147501983,0.067073170731707,0.249054120743543,0.128420705572041,0.102471368294153,0.174636803874092,0,0,0,0,0,0,1,1,2,0,0,1261,13.000000000000000 --1,06013340001,5755,1864,311,103,365,1119,586,240,191,0.054039965247611,0.323892267593397,0.072894550601557,0.067592592592593,0.196591707659873,0.102429645166929,0.080590717299578,0.101265822784810,0,0,0,0,0,0,0,0,0,0,0,1413,13.000000000000000 --1,06013340002,7194,1520,455,111,34,770,424,147,15,0.063247150403114,0.211287183764248,0.057722308892356,0.004873853211009,0.107078292309832,0.058962592129050,0.005274261603376,0.052763819095477,0,0,0,0,0,0,0,0,0,0,0,1923,13.000000000000000 --1,06013341000,5125,1185,167,116,0,626,153,43,25,0.032585365853659,0.231219512195122,0.091554853985793,0.000000000000000,0.122528870620474,0.029947152084557,0.012919896640827,0.022222222222222,0,0,0,0,0,0,0,0,0,0,0,1267,13.000000000000000 --1,06013343001,4954,1136,347,178,252,890,452,256,191,0.070044408558740,0.229309648768672,0.144012944983819,0.054077253218884,0.180417595783499,0.091590678824721,0.091125954198473,0.127110228401192,0,0,0,0,0,0,0,0,0,0,0,1236,13.000000000000000 --1,06013343002,4733,1489,682,110,219,478,490,118,201,0.144094654553138,0.314599619691528,0.083459787556904,0.049637352674524,0.104298494435959,0.106916866681213,0.102655771195097,0.060265577119510,1,0,0,0,0,0,1,0,2,0,0,1318,13.000000000000000 --1,06013343003,4033,658,249,155,26,221,254,62,31,0.061740639722291,0.163153979667741,0.131355932203390,0.006961178045515,0.054797917183238,0.062980411604265,0.022079772079772,0.044159544159544,0,0,0,0,0,0,0,0,0,0,0,1180,13.000000000000000 --1,06013345101,5548,2493,301,144,181,242,277,111,21,0.054253785147801,0.449351117519827,0.100699300699301,0.035629921259842,0.043690196786424,0.050009026900162,0.010960334029228,0.057933194154488,0,0,0,0,0,0,0,0,0,0,0,1430,13.000000000000000 --1,06013345102,3833,1498,92,95,84,493,191,35,15,0.024002087138012,0.390816592747195,0.089034676663543,0.023470243084660,0.128619879989564,0.049830420036525,0.012224938875306,0.028524857375713,0,0,0,0,0,0,0,0,0,0,0,1067,13.000000000000000 --1,06013345103,4832,1669,517,47,56,670,568,138,280,0.106995033112583,0.345405629139073,0.036949685534591,0.012004287245445,0.138687642310081,0.117574001241979,0.153089119737562,0.075865860362837,1,0,0,0,0,0,1,0,2,0,0,1272,13.000000000000000 --1,06013345105,6707,1641,701,186,33,907,812,184,113,0.104517668107947,0.244669748024452,0.105501985252411,0.005306319343946,0.135312546620916,0.121139788154558,0.049583150504607,0.082511210762332,1,0,0,0,0,0,0,0,1,0,0,1763,13.000000000000000 --1,06013345108,7157,3303,206,90,129,156,374,74,11,0.028783009640911,0.461506217688976,0.046632124352332,0.018967798853110,0.021796842252340,0.052256532066508,0.003542673107891,0.024175106174453,0,0,0,0,0,0,0,0,0,0,0,1930,13.000000000000000 --1,06013345111,5455,3306,119,111,238,698,188,71,129,0.021814848762603,0.606049495875344,0.075819672131148,0.046502540054709,0.127956003666361,0.034463794683776,0.067966280295047,0.037886872998933,0,0,0,0,0,0,0,0,0,0,0,1464,13.000000000000000 --1,06013345112,6779,4166,96,156,259,474,446,139,77,0.014161380734622,0.614544918129518,0.092581602373887,0.039711744863539,0.070087239390803,0.065791414662930,0.031583264971288,0.057013945857260,0,0,0,0,0,0,0,0,0,0,0,1685,13.000000000000000 --1,06013345113,4335,1338,243,84,9,93,343,0,0,0.056055363321799,0.308650519031142,0.062733383121733,0.002176541717050,0.021502890173410,0.079123414071511,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1339,13.000000000000000 --1,06013345114,6517,1038,782,15,78,272,510,20,81,0.119993862206537,0.159275740371337,0.007755946225440,0.012386850881372,0.041846153846154,0.078256866656437,0.030508474576271,0.007532956685499,1,0,0,0,0,0,0,0,1,0,0,1934,13.000000000000000 --1,06013345115,5823,2418,198,50,181,483,234,122,65,0.034003091190108,0.415249871200412,0.031948881789137,0.032437275985663,0.082946934569809,0.040185471406492,0.034446210916799,0.065732758620690,0,0,0,0,0,0,0,0,0,0,0,1565,13.000000000000000 --1,06013345116,2915,1224,93,70,33,151,267,14,5,0.031903945111492,0.419897084048027,0.088050314465409,0.011752136752137,0.051979345955250,0.092164307904729,0.005518763796909,0.015452538631347,0,0,0,0,0,0,0,0,0,0,0,795,13.000000000000000 --1,06013345202,8303,3113,348,197,138,679,587,329,149,0.041912561724678,0.374924726002650,0.088301210219632,0.017430845017052,0.082223298619521,0.070697338311454,0.046115753636645,0.102973395931142,0,0,0,0,0,0,0,0,0,0,0,2231,13.000000000000000 --1,06013345203,6390,1127,670,109,63,471,615,141,150,0.104851330203443,0.176369327073552,0.061791383219955,0.010577568838146,0.074114870180960,0.096774193548387,0.056904400606980,0.054398148148148,1,0,0,0,0,0,0,0,1,0,0,1764,13.000000000000000 --1,06013345204,3811,173,254,29,0,133,235,10,17,0.066649173445290,0.045394909472579,0.027358490566038,0.000000000000000,0.034898976646549,0.061663605352926,0.013535031847134,0.008032128514056,0,0,0,0,0,0,0,0,0,0,0,1060,13.000000000000000 --1,06013346101,3503,705,233,7,23,198,218,56,13,0.066514416214673,0.201256066228947,0.006603773584906,0.007014333638304,0.056522980302598,0.062232372252355,0.010196078431373,0.043921568627451,0,0,0,0,0,0,0,0,0,0,0,1060,13.000000000000000 --1,06013346102,5485,945,467,77,8,252,321,0,18,0.085141294439380,0.172288058340930,0.046163069544364,0.001520045601368,0.046153846153846,0.058791208791209,0.009283135636926,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1668,13.000000000000000 --1,06013346201,7218,981,582,122,2,1010,686,217,132,0.080631753948462,0.135910224438903,0.060636182902584,0.000284252416146,0.140024954942465,0.095040177334442,0.047808764940239,0.079487179487179,0,0,0,0,0,0,0,0,0,0,0,2012,13.000000000000000 --1,06013346203,3733,468,229,48,34,263,211,0,29,0.061344762925261,0.125368336458612,0.042704626334520,0.009672830725462,0.070660934981193,0.056538049303323,0.021044992743106,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1124,13.000000000000000 --1,06013346204,7576,2028,230,145,31,316,411,86,17,0.030359028511088,0.267687434002112,0.065939063210550,0.004300180330143,0.041710665258712,0.054365079365079,0.006653620352250,0.033831628638867,0,0,0,0,0,0,0,0,0,0,0,2199,13.000000000000000 --1,06013347000,6251,1593,546,153,38,588,413,107,16,0.087346024636058,0.254839225723884,0.084343991179713,0.006272697259822,0.094823415578133,0.066069428891377,0.006688963210702,0.044732441471572,0,0,0,0,0,0,0,0,0,0,0,1814,13.000000000000000 --1,06013348000,4663,906,474,61,51,287,318,20,27,0.101651297447995,0.194295517906927,0.044107013738250,0.011411948981875,0.061773568661214,0.068196440060047,0.016383495145631,0.012202562538133,1,0,0,0,0,0,0,0,1,0,0,1383,13.000000000000000 --1,06013349000,5027,1615,398,97,200,1090,365,224,118,0.079172468669186,0.321265168092302,0.079248366013072,0.042381860563679,0.219051446945338,0.073219658976931,0.062832800851970,0.121343445287107,0,0,0,0,0,0,0,0,0,0,0,1224,13.000000000000000 --1,06013350000,6296,1912,354,232,98,982,349,330,112,0.056226175349428,0.303684879288437,0.145000000000000,0.016487213997308,0.156419241796751,0.055590952532654,0.045770331017573,0.135746606334842,0,0,0,0,0,0,0,0,0,0,0,1600,13.000000000000000 --1,06013351101,2469,351,1461,0,64,552,681,34,247,0.591737545565006,0.142162818955043,0.000000000000000,0.025921425678412,0.223572296476306,0.275820170109356,0.132795698924731,0.018609742747674,1,0,0,1,0,0,1,0,3,0,0,575,13.000000000000000 --1,06013351102,3642,793,1844,12,87,640,959,168,404,0.506315211422295,0.217737506864360,0.013808975834292,0.024039789997237,0.180129468055165,0.269912749788911,0.155384615384615,0.066272189349112,1,0,0,1,0,0,1,0,3,0,0,869,13.000000000000000 --1,06013351103,1968,471,1169,0,25,312,790,0,51,0.594004065040650,0.239329268292683,0.000000000000000,0.012703252032520,0.159021406727829,0.402650356778797,0.039657853810264,0.000000000000000,1,0,0,1,0,0,0,0,2,0,0,496,13.000000000000000 --1,06013351200,5795,1203,452,116,21,346,260,31,54,0.077998274374461,0.207592752372735,0.065315315315315,0.003862424130955,0.059840885506745,0.044967139398132,0.025186567164179,0.014560826679192,0,0,0,0,0,0,0,0,0,0,0,1776,13.000000000000000 --1,06013352101,3413,1054,185,34,21,180,208,32,5,0.054204512159391,0.308819220627014,0.050295857988166,0.006361708573160,0.083643122676580,0.060943451508936,0.006016847172082,0.038507821901324,0,0,0,0,0,0,0,0,0,0,0,676,13.000000000000000 --1,06013352102,5763,1414,326,75,88,95,401,0,10,0.056567759847302,0.245358320319278,0.045454545454545,0.015898825654923,0.018216682646213,0.069581815026896,0.005376344086022,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1650,13.000000000000000 --1,06013352201,5798,1709,455,95,61,642,276,199,6,0.078475336322870,0.294756812694032,0.061211340206186,0.011123267687819,0.111458333333333,0.047916666666667,0.002624671916010,0.087051618547681,0,0,0,0,0,0,0,0,0,0,0,1552,13.000000000000000 --1,06013352202,2541,709,468,102,54,231,219,63,16,0.184179456906730,0.279024006296734,0.134210526315789,0.021686746987952,0.093635995135793,0.088771787596271,0.015609756097561,0.065015479876161,1,0,0,0,0,0,0,0,1,0,0,760,13.000000000000000 --1,06013353001,3726,877,267,12,0,99,357,0,23,0.071658615136876,0.235373054213634,0.011090573012939,0.000000000000000,0.026570048309179,0.095813204508857,0.017254313578395,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1082,13.000000000000000 --1,06013353002,4225,1146,427,33,77,222,274,0,51,0.101065088757396,0.271242603550296,0.028277634961440,0.019303083479569,0.052669039145908,0.065005931198102,0.034228187919463,0.000000000000000,1,0,0,0,0,0,0,0,1,0,0,1167,13.000000000000000 --1,06013354001,1904,312,87,40,4,59,125,0,0,0.045693277310924,0.163865546218487,0.073800738007380,0.002189381499726,0.030987394957983,0.065651260504202,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,542,13.000000000000000 --1,06013354002,6334,1494,927,20,106,439,581,16,96,0.146353015472056,0.235869908430692,0.010976948408343,0.017669611601934,0.069726810673443,0.092207586097445,0.039183673469388,0.006719865602688,1,0,0,0,0,0,0,0,1,0,0,1822,13.000000000000000 --1,06013355107,5082,2890,100,156,212,849,436,43,19,0.019677292404565,0.568673750491932,0.106922549691570,0.043910521955261,0.167257683215130,0.085894405043341,0.011262596324837,0.025489033787789,0,0,0,0,0,0,0,0,0,0,0,1459,13.000000000000000 --1,06013355108,13850,11066,474,476,521,3589,1403,187,137,0.034223826714801,0.798989169675090,0.151640649888500,0.039514599924156,0.260999200058178,0.101402139346632,0.037462400875034,0.051387743885683,0,1,0,0,0,0,0,0,0,0,0,3139,13.000000000000000 --1,06013355109,8127,5522,374,172,432,2189,922,130,184,0.046019441368279,0.679463516672819,0.097560975609756,0.055420141116100,0.272602739726027,0.115741903088125,0.082289803220036,0.058453237410072,0,0,0,0,0,0,0,0,0,0,0,1763,13.000000000000000 --1,06013355110,3923,3162,84,108,107,1045,378,80,6,0.021412184552638,0.806015804231455,0.111340206185567,0.028617277346884,0.266377772113179,0.096354830486872,0.005267778753292,0.074487895716946,0,1,0,0,0,0,0,0,0,0,0,970,13.000000000000000 --1,06013355111,6837,4533,160,254,192,2018,640,143,68,0.023402076934328,0.663010092145678,0.171621621621622,0.029707566145753,0.295158695334211,0.093608307737312,0.036896364622897,0.080608793686584,0,0,0,0,0,0,0,0,0,0,0,1480,13.000000000000000 --1,06013355112,5053,938,231,15,70,490,246,12,77,0.045715416584207,0.185632297644963,0.009953550099535,0.014253716147424,0.098670962545308,0.049536850583971,0.036355051935789,0.005665722379603,0,0,0,0,0,0,0,0,0,0,0,1507,13.000000000000000 --1,06013355113,4664,1790,243,25,140,437,294,11,0,0.052101200686106,0.383790737564322,0.016869095816464,0.031340944705619,0.093696397941681,0.063036020583190,0.000000000000000,0.006699147381242,0,0,0,0,0,0,0,0,0,0,0,1482,13.000000000000000 --1,06013355114,11103,6044,368,215,315,642,406,160,109,0.033144195262542,0.544357380888048,0.077421678069860,0.030653950953679,0.058523245214221,0.036892321671967,0.031502890173410,0.046242774566474,0,0,0,0,0,0,0,0,0,0,0,2777,13.000000000000000 --1,06013355115,5327,3944,127,192,225,1105,246,282,45,0.023840810963019,0.740379200300357,0.150000000000000,0.046963055729493,0.207433827670359,0.046179838558288,0.025139664804469,0.158783783783784,0,1,0,0,0,0,0,1,1,0,0,1280,13.000000000000000 --1,06013355116,6946,5786,59,55,192,93,84,18,0,0.008494097322200,0.832997408580478,0.030087527352298,0.029981261711430,0.013389000863807,0.012093291102793,0.000000000000000,0.009478672985782,0,1,0,0,0,0,0,0,0,0,0,1828,13.000000000000000 --1,06013355117,7131,5578,32,64,326,275,42,0,0,0.004487449165615,0.782218482681251,0.035914702581369,0.050739299610895,0.038564016267003,0.005889777029870,0.000000000000000,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,1782,13.000000000000000 --1,06013355200,7881,6406,244,237,391,1497,764,196,60,0.030960538002791,0.812841010024109,0.130866924351187,0.052702520555331,0.189950513894176,0.096942012434970,0.027198549410698,0.089825847846013,0,1,0,0,0,0,0,0,0,0,0,1811,13.000000000000000 --1,06013355301,7889,3058,318,352,252,1601,755,127,78,0.040309291418431,0.387628343262771,0.157213041536400,0.033916554508748,0.202940803650653,0.095702877424262,0.027064538514920,0.044452222611131,0,0,0,0,0,0,0,0,0,0,0,2239,13.000000000000000 --1,06013355302,3602,898,250,51,25,125,286,0,8,0.069405885619100,0.249305941143809,0.047932330827068,0.007082152974504,0.034741523068371,0.079488604780434,0.006633499170813,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1064,13.000000000000000 --1,06013355304,7954,2096,498,153,199,724,643,96,268,0.062610007543374,0.263515212471712,0.069293478260870,0.026350635593220,0.091218344462643,0.080839829016847,0.085952533675433,0.031270358306189,0,0,0,0,0,0,0,0,0,0,0,2208,13.000000000000000 --1,06013355306,4963,875,212,24,8,223,267,37,22,0.042716099133589,0.176304654442877,0.016506189821183,0.001665278934221,0.044932500503728,0.053798105984284,0.012249443207127,0.020601336302895,0,0,0,0,0,0,0,0,0,0,0,1454,13.000000000000000 --1,06013356001,4206,3319,242,140,282,890,550,54,46,0.057536852116025,0.789110794103661,0.144329896907216,0.070570570570571,0.211652794292509,0.130796670630202,0.040034812880766,0.047285464098074,0,1,0,0,0,0,0,0,0,0,0,970,13.000000000000000 --1,06013356002,5591,3632,191,184,112,600,475,126,72,0.034162046145591,0.649615453407262,0.131710808876163,0.021040766485065,0.107584722969338,0.084957968163119,0.036772216547497,0.065082644628099,0,0,0,0,0,0,0,0,0,0,0,1397,13.000000000000000 --1,06013357000,3374,927,169,109,8,607,291,147,61,0.050088915234144,0.274748073503260,0.122060470324748,0.002539682539683,0.179905157083580,0.086865671641791,0.039765319426336,0.099458728010825,0,0,0,0,0,0,0,0,0,0,0,893,13.000000000000000 --1,06013358000,5713,3352,340,300,415,1779,776,200,144,0.059513390512865,0.586732014703308,0.214438884917798,0.078613373745027,0.312105263157895,0.135830561876422,0.074688796680498,0.107181136120043,0,0,1,0,0,1,0,0,1,0,0,1399,13.000000000000000 --1,06013359102,5789,4331,377,277,234,1622,837,162,99,0.065123510105372,0.748143029884263,0.201747997086672,0.043085987847542,0.283269297939225,0.144709543568465,0.053542455381287,0.088427947598253,0,1,1,0,0,0,0,0,1,0,0,1373,13.000000000000000 --1,06013359103,4871,3202,261,247,243,1319,610,170,115,0.053582426606446,0.657359885033874,0.180423666910153,0.053571428571429,0.270786286183535,0.125591929174388,0.058763413387838,0.090281465746150,0,0,0,0,0,0,0,0,0,0,0,1369,13.000000000000000 --1,06013359104,1875,1456,26,76,70,307,61,37,13,0.013866666666667,0.776533333333333,0.152610441767068,0.041128084606345,0.163733333333333,0.032533333333333,0.015312131919906,0.043786982248521,0,1,0,0,0,0,0,0,0,0,0,498,13.000000000000000 --1,06013359105,4548,3684,139,97,171,318,516,48,5,0.030562884784521,0.810026385224274,0.081994928148774,0.040473372781065,0.070013210039630,0.113606340819022,0.003311258278146,0.032214765100671,0,1,0,0,0,0,0,0,0,0,0,1183,13.000000000000000 --1,06013359202,5983,3349,704,54,142,452,924,53,150,0.117666722380077,0.559752632458633,0.034090909090909,0.024790502793296,0.075699212862167,0.154747948417351,0.067965564114182,0.024014499320344,1,0,0,0,0,0,0,0,1,0,0,1584,13.000000000000000 --1,06013359203,7209,5890,396,409,362,1183,544,170,122,0.054931335830212,0.817034262727147,0.232122587968218,0.052862149532710,0.164579855314413,0.075681691708403,0.052181351582549,0.072711719418306,0,1,1,0,0,0,0,0,1,0,0,1762,13.000000000000000 --1,06013359204,4785,4084,159,111,356,448,323,92,76,0.033228840125392,0.853500522466040,0.091735537190083,0.078276165347405,0.093861303163629,0.067559088056892,0.049836065573771,0.060327868852459,0,1,0,0,0,0,0,0,0,0,0,1210,13.000000000000000 --1,06013360101,5274,3188,299,105,257,1186,591,113,71,0.056693211983314,0.604474781949185,0.089514066496164,0.052140393588963,0.224876753886993,0.112059158134243,0.045022194039315,0.072112316528398,0,0,0,0,0,0,0,0,0,0,0,1173,13.000000000000000 --1,06013360102,4405,2775,234,18,101,400,445,55,33,0.053121452894438,0.629965947786606,0.015151515151515,0.024191616766467,0.091806288730778,0.101412944393801,0.021625163826999,0.037748798901853,0,0,0,0,0,0,0,0,0,0,0,1188,13.000000000000000 --1,06013360200,4838,2887,257,202,202,1050,634,130,122,0.053121124431583,0.596734187680860,0.160572337042925,0.043125533731853,0.217481358740679,0.131045886730054,0.067590027700831,0.073821692220329,0,0,0,0,0,0,0,0,0,0,0,1258,13.000000000000000 --1,06013361000,4762,3319,181,239,277,1409,611,146,90,0.038009239815204,0.696976060478790,0.194942903752039,0.062655507803664,0.300939769329346,0.130249413771051,0.049944506104328,0.083811710677382,0,0,0,0,0,1,0,0,0,0,0,1226,13.000000000000000 --1,06013362000,2973,1395,219,149,209,837,277,39,45,0.073662966700303,0.469223007063572,0.199197860962567,0.074991029781127,0.282770270270270,0.093297406534187,0.037942664418213,0.033737024221453,0,0,0,0,0,0,0,0,0,0,0,748,13.000000000000000 --1,06013363000,7112,4986,373,204,433,1450,1068,164,96,0.052446569178853,0.701068616422947,0.100740740740741,0.063046010483401,0.203880764904387,0.150168728908886,0.036036036036036,0.061561561561562,0,1,0,0,0,0,0,0,0,0,0,2025,13.000000000000000 --1,06013364002,5255,3614,304,291,678,2013,792,390,116,0.057849666983825,0.687725975261656,0.215555555555556,0.139048400328138,0.383063748810657,0.150713606089439,0.063422635319847,0.219224283305228,0,0,1,0,0,1,0,1,2,0,0,1350,13.000000000000000 --1,06013365002,6025,5799,181,396,933,3558,776,339,180,0.030041493775934,0.962489626556017,0.353571428571429,0.176370510396975,0.597882708788439,0.128796680497925,0.117493472584856,0.232829670329670,0,1,1,0,0,1,1,1,3,1,1,1120,13.000000000000000 --1,06013365003,4983,3929,174,250,434,957,721,324,72,0.034918723660446,0.788480834838451,0.207813798836243,0.091042584434655,0.192052980132450,0.145245769540693,0.033179723502304,0.155844155844156,0,1,1,0,0,0,0,1,2,0,0,1203,13.000000000000000 --1,06013366001,4486,3800,171,239,614,1805,467,130,73,0.038118591172537,0.847079803834151,0.236868186323092,0.141149425287356,0.402362906821222,0.104101649576460,0.061036789297659,0.111876075731497,0,1,1,0,0,1,0,0,1,1,1,1009,13.000000000000000 --1,06013366002,5932,5515,241,366,1168,2889,621,278,143,0.040627107215104,0.929703304113284,0.270910436713546,0.218562874251497,0.487019554956170,0.104686446392448,0.087088915956151,0.177295918367347,0,1,1,0,1,1,0,1,3,1,1,1351,13.000000000000000 --1,06013367100,4931,4332,310,406,258,1955,417,394,143,0.062867572500507,0.878523626039343,0.344944774851317,0.057860506840099,0.398735468080767,0.084963325183374,0.073673364245234,0.204675324675325,0,1,1,0,0,1,0,1,2,1,1,1177,13.000000000000000 --1,06013367200,5144,4530,278,157,937,2223,717,171,167,0.054043545878694,0.880637636080871,0.138082673702726,0.195249010210461,0.432995714842228,0.139929742388759,0.105696202531646,0.109265175718850,0,1,0,0,0,1,1,0,1,1,1,1137,13.000000000000000 --1,06013368001,5158,4850,107,181,1373,2784,492,320,169,0.020744474602559,0.940286932919736,0.157665505226481,0.287599497276917,0.539744086855370,0.095385808452889,0.126307922272048,0.240060015003751,0,1,0,0,1,1,1,1,3,1,1,1148,13.000000000000000 --1,06013368002,3011,2652,54,155,547,1656,400,181,122,0.017934241115908,0.880770508136832,0.231689088191330,0.198188405797101,0.553846153846154,0.132846230488210,0.134509371554576,0.199558985667034,0,1,1,0,0,1,1,1,3,1,1,669,13.000000000000000 --1,06013369001,7193,5956,514,524,1261,3739,798,512,490,0.071458362296677,0.828027248714028,0.331645569620253,0.186015636524561,0.549691267274331,0.117318435754190,0.201314708299096,0.213778705636743,0,1,1,0,0,1,1,1,3,1,1,1580,13.000000000000000 --1,06013369002,2505,1760,194,171,241,859,396,152,89,0.077445109780439,0.702594810379242,0.310344827586207,0.103079555175364,0.346370967741935,0.158336665333866,0.090447154471545,0.155102040816327,0,1,1,0,0,1,0,1,2,1,1,551,13.000000000000000 --1,06013370000,2743,1510,131,92,271,622,173,107,59,0.047757929274517,0.550492161866569,0.117647058823529,0.104471858134156,0.227922315866618,0.063092633114515,0.055243445692884,0.100187265917603,0,0,0,0,0,0,0,0,0,0,0,782,13.000000000000000 --1,06013371000,5694,4196,158,248,609,2004,423,220,145,0.027748507200562,0.736916051984545,0.177777777777778,0.115955826351866,0.353314527503526,0.074288724973657,0.074092999489014,0.113695090439276,0,1,0,0,0,1,0,0,0,1,1,1395,13.000000000000000 --1,06013372000,7401,6509,309,289,1471,3361,618,208,81,0.041751114714228,0.879475746520740,0.171411625148280,0.214681844716871,0.455605259590619,0.083502229428456,0.036668175645088,0.094288304623753,0,1,0,0,1,1,0,0,1,1,1,1686,13.000000000000000 --1,06013373000,3648,3567,158,207,967,1778,297,150,56,0.043311403508772,0.977796052631579,0.255555555555556,0.288140643623361,0.494438264738598,0.081976262765664,0.054316197866149,0.148514851485149,0,1,1,0,1,1,0,0,2,1,1,810,13.000000000000000 --1,06013374000,4642,3856,204,143,471,1849,498,281,224,0.043946574752262,0.830676432572167,0.144883485309017,0.108650519031142,0.398319689788884,0.107281344248169,0.130688448074679,0.168667466986795,0,1,0,0,0,1,1,1,2,1,1,987,13.000000000000000 --1,06013375000,4829,4676,100,353,1248,3010,442,311,180,0.020708221163802,0.968316421619383,0.373150105708245,0.292477150222639,0.629443747386031,0.091625207296849,0.164684354986276,0.284537968892955,0,1,1,0,1,1,1,1,4,1,1,946,13.000000000000000 --1,06013376000,5968,5750,253,478,1209,3638,860,367,410,0.042392761394102,0.963471849865952,0.387987012987013,0.218704775687410,0.610710088970959,0.144101876675603,0.221741481882098,0.207932011331445,0,1,1,0,1,1,1,1,4,1,1,1232,13.000000000000000 --1,06013377000,6821,6247,192,371,1449,4082,568,472,398,0.028148365342325,0.915848116112007,0.263869132290185,0.237579931136252,0.601709905660377,0.083541697308428,0.184259259259259,0.226814031715521,0,1,1,0,1,1,1,1,4,1,1,1406,13.000000000000000 --1,06013378000,3091,1072,231,101,84,651,328,197,57,0.074733096085409,0.346813329019735,0.144492131616595,0.027334851936219,0.211157963023030,0.106114526043352,0.032739804709937,0.114269141531323,0,0,0,0,0,0,0,0,0,0,0,699,13.000000000000000 --1,06013379000,6260,6127,412,532,1075,3279,942,314,348,0.065814696485623,0.978753993610224,0.388888888888889,0.189996465182043,0.535784313725490,0.152451853050655,0.189749182115594,0.178510517339397,0,1,1,0,0,1,1,1,3,1,1,1368,13.000000000000000 --1,06013380000,5898,4214,147,383,556,2122,526,191,237,0.024923702950153,0.714479484571041,0.283914010378058,0.102962962962963,0.359782977280434,0.089182773821634,0.091435185185185,0.075944333996024,0,1,1,0,0,1,0,0,1,1,1,1349,13.000000000000000 --1,06013381000,7108,6566,283,494,994,3301,946,221,264,0.039814293753517,0.923747889701744,0.316261203585147,0.151964531417215,0.467166713840928,0.133314543404735,0.128780487804878,0.108759842519685,0,1,1,0,0,1,1,0,2,1,1,1562,13.000000000000000 --1,06013382000,6971,6459,331,642,904,3541,937,500,538,0.047482427198393,0.926552861856262,0.402760351317440,0.138374406857493,0.507961555013628,0.134414000860709,0.200148809523810,0.196078431372549,0,1,1,0,0,1,1,1,3,1,1,1594,13.000000000000000 --1,06013383000,5032,2804,200,161,382,1447,356,307,150,0.039745627980922,0.557233704292528,0.139756944444444,0.082451974962228,0.288649511270696,0.070817585040780,0.075910931174089,0.158738366080662,0,0,0,0,0,0,0,1,1,0,0,1152,13.000000000000000 --1,06013384000,3825,1757,307,89,110,359,263,26,30,0.080261437908497,0.459346405228758,0.077458659704090,0.030795072788354,0.094126900891453,0.068848167539267,0.018679950186800,0.016321406151915,0,0,0,0,0,0,0,0,0,0,0,1149,13.000000000000000 --1,06013385100,2668,1185,346,66,90,347,260,0,33,0.129685157421289,0.444152923538231,0.083969465648855,0.035142522452167,0.130059970014993,0.097451274362819,0.030783582089552,0.000000000000000,1,0,0,0,0,0,0,0,1,0,0,786,13.000000000000000 --1,06013385200,1265,635,133,5,64,154,134,24,14,0.105138339920949,0.501976284584980,0.012690355329949,0.052074857607811,0.121739130434783,0.105928853754941,0.024955436720143,0.043715846994535,1,0,0,0,0,0,0,0,1,0,0,394,13.000000000000000 --1,06013386000,3442,2285,356,104,212,1348,488,309,245,0.103428239395700,0.663858221963974,0.123809523809524,0.064851636586112,0.392545136866628,0.141778036025567,0.169550173010381,0.217452498240676,1,0,0,0,0,1,1,1,3,1,1,840,13.000000000000000 --1,06013387000,2752,1213,222,27,107,659,340,135,52,0.080668604651163,0.440770348837209,0.036535859269283,0.040777439024390,0.239462209302326,0.123546511627907,0.047402005469462,0.129310344827586,0,0,0,0,0,0,0,0,0,0,0,739,13.000000000000000 --1,06013388000,2906,1523,157,64,160,660,227,90,75,0.054026152787337,0.524088093599449,0.088888888888889,0.059970014992504,0.227900552486188,0.078114246386786,0.066607460035524,0.081081081081081,0,0,0,0,0,0,0,0,0,0,0,720,13.000000000000000 --1,06013389100,2079,1132,154,48,165,490,210,129,134,0.074074074074074,0.544492544492544,0.105032822757112,0.083333333333333,0.235690235690236,0.101449275362319,0.147739801543550,0.146590909090909,0,0,0,0,0,0,1,0,1,0,0,457,13.000000000000000 --1,06013389200,1628,1093,67,55,117,712,111,135,148,0.041154791154791,0.671375921375921,0.161290322580645,0.075581395348837,0.455242966751918,0.070253164556962,0.203296703296703,0.197947214076246,0,0,0,0,0,1,1,1,2,0,0,341,13.000000000000000 --1,06013390100,2244,933,312,22,97,235,204,21,30,0.139037433155080,0.415775401069519,0.038596491228070,0.045179319981369,0.104723707664884,0.090909090909091,0.033407572383073,0.023622047244094,1,0,0,0,0,0,0,0,1,0,0,570,13.000000000000000 --1,06013390200,1687,466,154,33,29,151,190,6,22,0.091286307053942,0.276229994072318,0.070663811563169,0.018125000000000,0.089934484812388,0.112625963248370,0.028683181225554,0.007884362680683,0,0,0,0,0,0,0,0,0,0,0,467,13.000000000000000 --1,06013391000,2575,493,256,103,8,428,251,51,16,0.099417475728155,0.191456310679612,0.138255033557047,0.003207698476343,0.166796570537802,0.097475728155340,0.015137180700095,0.048249763481552,0,0,0,0,0,0,0,0,0,0,0,745,13.000000000000000 --1,06013392000,2718,735,247,21,17,190,166,8,37,0.090875643855776,0.270419426048565,0.027631578947368,0.006563706563707,0.070162481536189,0.061074319352465,0.032090199479618,0.006999125109361,0,0,0,0,0,0,0,0,0,0,0,760,13.000000000000000 --1,06013392200,11225,9086,570,350,1614,3405,1054,244,44,0.050779510022272,0.809443207126949,0.147866497676384,0.150939867202843,0.321803232208676,0.099565463820140,0.013867002836432,0.078205128205128,0,1,0,0,0,1,0,0,0,1,1,2367,13.000000000000000 --1,06013392300,2900,2594,131,38,229,391,326,108,80,0.045172413793103,0.894482758620690,0.051144010767160,0.085193452380952,0.134827586206897,0.112413793103448,0.094339622641509,0.129186602870813,0,1,0,0,0,0,0,0,0,0,0,743,13.000000000000000 --1,06041101100,2760,411,151,10,87,152,350,9,7,0.054710144927536,0.148913043478261,0.012738853503185,0.035437881873727,0.055072463768116,0.126811594202899,0.007135575942915,0.009174311926606,0,0,0,0,0,0,0,0,0,0,0,785,41.000000000000000 --1,06041101200,2826,850,144,65,127,665,236,88,59,0.050955414012739,0.300778485491861,0.083870967741936,0.047317436661699,0.235314932767162,0.083926031294452,0.053490480507706,0.079782411604714,0,0,0,0,0,0,0,0,0,0,0,775,41.000000000000000 --1,06041102100,2267,345,101,48,15,258,132,31,7,0.044552271724746,0.152183502426114,0.077795786061588,0.006843065693431,0.114361702127660,0.058381247235736,0.007216494845361,0.031958762886598,0,0,0,0,0,0,0,0,0,0,0,617,41.000000000000000 --1,06041102202,6234,2075,514,141,117,1339,739,171,50,0.082451074751363,0.332852101379532,0.083382613837966,0.020027387880863,0.214858793324775,0.118581514762516,0.022301516503122,0.078693051081454,0,0,0,0,0,0,0,0,0,0,0,1691,41.000000000000000 --1,06041102203,5004,2520,258,231,526,1549,494,317,168,0.051558752997602,0.503597122302158,0.191383595691798,0.113557858376511,0.310234328059283,0.098740755546672,0.083333333333333,0.157242063492063,0,0,0,0,0,1,0,1,1,0,0,1207,41.000000000000000 --1,06041103100,7707,1195,524,130,49,913,537,57,39,0.067990138834826,0.155053847151940,0.058930190389846,0.006700396554082,0.118463734267549,0.069794645178061,0.014311926605505,0.021509433962264,0,0,0,0,0,0,0,0,0,0,0,2206,41.000000000000000 --1,06041103200,6438,1815,871,333,268,1255,835,320,267,0.135290462876670,0.281919850885368,0.206319702602230,0.043400809716599,0.202060859764933,0.133343979559246,0.104134165366615,0.127388535031847,1,0,1,0,0,0,1,0,3,0,0,1614,41.000000000000000 --1,06041104101,8093,2278,709,174,344,1586,735,213,127,0.087606573582108,0.281477820338564,0.088957055214724,0.046255210434315,0.195971827505251,0.090954089840366,0.040757381258023,0.068709677419355,0,0,0,0,0,0,0,0,0,0,0,1956,41.000000000000000 --1,06041104102,5450,2264,187,232,440,1709,314,295,45,0.034311926605505,0.415412844036697,0.192371475953566,0.087475149105368,0.313750688452359,0.057646410868368,0.020930232558139,0.137209302325581,0,0,0,0,0,1,0,0,0,0,0,1206,41.000000000000000 --1,06041104200,5670,1576,569,245,275,1250,495,355,81,0.100352733686067,0.277954144620811,0.151234567901235,0.053512356489589,0.220458553791887,0.087301587301587,0.033101757253780,0.145730706075534,1,0,0,0,0,0,0,0,1,0,0,1620,41.000000000000000 --1,06041104300,1650,305,198,37,13,176,126,32,4,0.120000000000000,0.184848484848485,0.079913606911447,0.008099688473520,0.106860959319976,0.076363636363636,0.006042296072508,0.049382716049383,1,0,0,0,0,0,0,0,1,0,0,463,41.000000000000000 --1,06041105000,6222,2373,315,169,117,1746,493,419,132,0.050626808100289,0.381388621022179,0.108611825192802,0.019800304620071,0.280662272946472,0.080214773836642,0.052610601833400,0.172073921971253,0,0,0,0,0,0,0,1,1,0,0,1556,41.000000000000000 --1,06041106001,4147,1251,650,158,220,1106,600,415,200,0.156739811912226,0.301663853387991,0.197994987468672,0.055766793409379,0.289984268484531,0.157315154693235,0.097513408093613,0.203831041257367,1,0,0,0,0,0,0,1,2,0,0,798,41.000000000000000 --1,06041106002,6400,2427,429,202,500,1480,628,142,43,0.067031250000000,0.379218750000000,0.155984555984556,0.084717045069468,0.246707784630772,0.104684114019003,0.020206766917293,0.068466730954677,0,0,0,0,0,0,0,0,0,0,0,1295,41.000000000000000 --1,06041107000,6168,1118,540,151,149,396,577,26,34,0.087548638132296,0.181258106355383,0.092467850581751,0.025181679905357,0.064684743547860,0.094004561746497,0.014358108108108,0.011092150170649,0,0,0,0,0,0,0,0,0,0,0,1633,41.000000000000000 --1,06041108100,6718,1510,771,124,57,600,606,72,139,0.114766299493897,0.224769276570408,0.065677966101695,0.008875739644970,0.089699506652713,0.090366835669550,0.050490374137305,0.027128862094951,1,0,0,0,0,0,0,0,1,0,0,1888,41.000000000000000 --1,06041108200,6756,2064,1394,207,105,1358,1366,344,549,0.206335109532268,0.305506216696270,0.127777777777778,0.016339869281046,0.204057099924869,0.204582896510409,0.181908548707753,0.117046614494726,1,0,0,0,0,0,1,0,2,0,0,1620,41.000000000000000 --1,06041109001,3680,1546,241,79,341,832,265,175,91,0.065489130434783,0.420108695652174,0.104635761589404,0.098157743235463,0.227074235807860,0.072010869565217,0.053878034339846,0.109993714644877,0,0,0,0,0,0,0,0,0,0,0,755,41.000000000000000 --1,06041109002,4094,572,382,186,8,556,344,177,187,0.093307278944797,0.139716658524670,0.175471698113208,0.002042379371968,0.135808500244260,0.084025403028823,0.102018548827059,0.097520661157025,0,0,0,0,0,0,1,0,1,0,0,1060,41.000000000000000 --1,06041110100,5751,1234,564,159,144,802,869,220,196,0.098069900886802,0.214571378890628,0.110878661087866,0.025673025494741,0.155788655788656,0.152029391182645,0.083510864933958,0.097604259094942,0,0,0,0,0,0,0,0,0,0,0,1434,41.000000000000000 --1,06041110200,5328,765,667,106,43,307,517,49,17,0.125187687687688,0.143581081081081,0.063020214030916,0.008326878388846,0.057750188111362,0.097034534534535,0.007844946931241,0.023037141513869,1,0,0,0,0,0,0,0,1,0,0,1682,41.000000000000000 --1,06041111000,6116,2405,216,134,278,1920,641,476,271,0.035317200784827,0.393230869849575,0.112889637742207,0.046333333333333,0.317775571002979,0.105845442536328,0.104391371340524,0.186739897999215,0,0,0,0,0,1,1,1,2,0,0,1187,41.000000000000000 --1,06041112100,5226,2499,257,232,624,1898,383,329,126,0.049177190968236,0.478185993111366,0.189697465249387,0.126777732629013,0.363184079601990,0.073470170727029,0.065762004175365,0.173157894736842,0,0,0,0,0,1,0,1,1,0,0,1223,41.000000000000000 --1,06041112201,7456,7222,43,417,2558,5225,349,796,293,0.005767167381974,0.968615879828326,0.296164772727273,0.396159207062103,0.700777896995708,0.046807939914163,0.175554224086279,0.483890577507599,0,1,1,0,1,1,1,1,4,1,1,1408,41.000000000000000 --1,06041112202,4462,3689,137,157,1331,2517,292,313,125,0.030703720304796,0.826759300761990,0.180667433831991,0.327027027027027,0.588359046283310,0.068256194483404,0.098658247829519,0.247040252565114,0,1,0,0,1,1,0,1,2,1,1,869,41.000000000000000 --1,06041113000,4154,696,168,116,0,807,279,140,21,0.040442946557535,0.167549350024073,0.109227871939736,0.000000000000000,0.194270582571016,0.067164179104478,0.012812690665040,0.086956521739130,0,0,0,0,0,0,0,0,0,0,0,1062,41.000000000000000 --1,06041114100,5210,745,209,203,0,803,359,254,83,0.040115163147793,0.142994241842610,0.144483985765125,0.000000000000000,0.154156267997696,0.068919178345172,0.036435469710272,0.113291703835861,0,0,0,0,0,0,0,0,0,0,0,1405,41.000000000000000 --1,06041114200,3199,441,228,112,17,489,205,110,90,0.071272272585183,0.137855579868709,0.137086903304774,0.005523066926576,0.153435833071854,0.064323815500471,0.066716085989622,0.081541882876205,0,0,0,0,0,0,0,0,0,0,0,817,41.000000000000000 --1,06041115000,7353,1354,328,127,61,660,395,116,51,0.044607643138855,0.184142526859785,0.062193927522037,0.008489909533751,0.091034482758621,0.053785403050109,0.017907303370787,0.040917107583774,0,0,0,0,0,0,0,0,0,0,0,2042,41.000000000000000 --1,06041116000,3047,363,101,130,4,415,194,129,48,0.033147358057105,0.119133574007220,0.156438026474128,0.001371742112483,0.137690776376908,0.063941990771259,0.036894696387394,0.099154496541122,0,0,0,0,0,0,0,0,0,0,0,831,41.000000000000000 --1,06041117000,4751,553,309,191,0,1056,566,125,245,0.065038939170701,0.116396548095138,0.156045751633987,0.000000000000000,0.223303023895115,0.119157894736842,0.119980411361410,0.061758893280632,0,0,0,0,0,0,1,0,1,0,0,1224,41.000000000000000 --1,06041118100,2235,236,164,37,15,283,157,0,10,0.073378076062640,0.105592841163311,0.060955518945634,0.007239382239382,0.127191011235955,0.070246085011186,0.013404825737265,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,607,41.000000000000000 --1,06041119100,4813,414,430,110,18,387,363,150,80,0.089341367130688,0.086017037190941,0.081360946745562,0.003847798204361,0.080440656828102,0.075436408977556,0.041237113402062,0.077881619937695,0,0,0,0,0,0,0,0,0,0,0,1352,41.000000000000000 --1,06041119201,3371,826,641,143,115,650,332,418,113,0.190151290418274,0.245031148027292,0.199164345403900,0.035395506309634,0.197869101978691,0.101065449010654,0.060524906266738,0.226681127982646,1,0,0,0,0,0,0,1,2,0,0,718,41.000000000000000 --1,06041119202,3290,445,205,73,45,390,296,54,36,0.062310030395137,0.135258358662614,0.072927072927073,0.014245014245014,0.118829981718464,0.090188909201706,0.029244516653128,0.044189852700491,0,0,0,0,0,0,0,0,0,0,0,1001,41.000000000000000 --1,06041120000,6238,1067,356,213,128,538,503,251,42,0.057069573581276,0.171048412952870,0.127012522361360,0.021153528342423,0.087508132726090,0.080634818852196,0.015021459227468,0.090190441969098,0,0,0,0,0,0,0,0,0,0,0,1677,41.000000000000000 --1,06041121100,5453,1344,477,131,72,927,465,204,57,0.087474784522281,0.246469833119384,0.089726027397260,0.014065247118578,0.169998166147075,0.085274161012287,0.025932666060055,0.094531974050046,0,0,0,0,0,0,0,0,0,0,0,1460,41.000000000000000 --1,06041121200,5774,1233,448,64,160,515,404,229,198,0.077589192933841,0.213543470730862,0.046545454545455,0.029266508139748,0.094669117647059,0.074470046082949,0.081515026759983,0.096992799661161,0,0,0,0,0,0,0,0,0,0,0,1375,41.000000000000000 --1,06041122000,3683,3033,0,0,180,0,0,0,0,0.000000000000000,0.823513440130329,,0.048873201194678,,,,,0,1,0,0,0,0,0,0,0,0,0,0,41.000000000000000 --1,06041123000,2039,344,373,59,20,203,211,68,26,0.182932810201079,0.168710152035311,0.095934959349593,0.010106114199091,0.099558607160373,0.103482099068171,0.028665931642778,0.075221238938053,1,0,0,0,0,0,0,0,1,0,0,615,41.000000000000000 --1,06041124100,5188,1073,456,251,13,543,397,199,43,0.087895142636854,0.206823438704703,0.169480081026334,0.002701018076044,0.104684788895315,0.076537497590129,0.019518837948252,0.090331366318656,0,0,0,0,0,0,0,0,0,0,0,1481,41.000000000000000 --1,06041124200,5993,775,811,99,16,710,613,211,87,0.135324545302853,0.129317537126648,0.060476481368357,0.002754820936639,0.120584239130435,0.102886874790198,0.033747090768037,0.084807073954984,1,0,0,0,0,0,0,0,1,0,0,1637,41.000000000000000 --1,06041125000,4576,1171,284,161,62,859,280,338,112,0.062062937062937,0.255900349650350,0.136556403731976,0.014358499305234,0.204670002382654,0.061255742725881,0.057230454777721,0.177241740954379,0,0,0,0,0,0,0,1,1,0,0,1179,41.000000000000000 --1,06041126100,5894,656,304,235,54,424,409,64,73,0.051577875805904,0.111299626739057,0.146966854283927,0.009606831524640,0.071937563624024,0.069392602646759,0.031357388316151,0.027996500437445,0,0,0,0,0,0,0,0,0,0,0,1599,41.000000000000000 --1,06041126200,4421,915,691,117,9,785,357,306,162,0.156299479755711,0.206966749604162,0.100949094046592,0.002125147579693,0.180376838235294,0.082031250000000,0.078985860555826,0.150516478111166,1,0,0,0,0,0,0,1,2,0,0,1159,41.000000000000000 --1,06041127000,4517,773,328,112,63,366,287,118,29,0.072614567190613,0.171131281824220,0.093023255813954,0.014975041597338,0.081387591727819,0.063537746291787,0.015466666666667,0.063474986551910,0,0,0,0,0,0,0,0,0,0,0,1204,41.000000000000000 --1,06041128100,6560,1210,299,202,7,614,459,111,23,0.045579268292683,0.184451219512195,0.112222222222222,0.001113054539672,0.093597560975610,0.069969512195122,0.008604564160120,0.041776439593526,0,0,0,0,0,0,0,0,0,0,0,1800,41.000000000000000 --1,06041128200,4290,751,193,128,15,337,361,107,59,0.044988344988345,0.175058275058275,0.117539026629936,0.003700049333991,0.078683166005137,0.084149184149184,0.034045008655511,0.062100986651190,0,0,0,0,0,0,0,0,0,0,0,1089,41.000000000000000 --1,06041129000,2525,1885,95,233,215,1453,390,314,94,0.037623762376238,0.746534653465347,0.398290598290598,0.092872570194384,0.579115185332802,0.154455445544554,0.094000000000000,0.318458417849899,0,1,1,0,0,1,0,1,2,1,1,585,41.000000000000000 --1,06041130201,3681,383,211,71,66,446,307,277,54,0.057321380059766,0.104047813094268,0.076098606645230,0.018544534981736,0.121857923497268,0.083401249660418,0.027607361963190,0.142124166239097,0,0,0,0,0,0,0,0,0,0,0,933,41.000000000000000 --1,06041130202,3927,563,326,86,70,491,139,266,149,0.083015024191495,0.143366437484085,0.091978609625669,0.018572565667286,0.125031830914184,0.035395976572447,0.063893653516295,0.115601912212082,0,0,0,0,0,0,0,0,0,0,0,935,41.000000000000000 --1,06041131100,1089,166,89,13,0,160,86,29,0,0.081726354453627,0.152433425160698,0.055793991416309,0.000000000000000,0.158572844400396,0.079335793357934,0.000000000000000,0.071428571428571,0,0,0,0,0,0,0,0,0,0,0,233,41.000000000000000 --1,06055200201,3114,1309,151,92,241,1158,280,176,56,0.048490687219011,0.420359666024406,0.117797695262484,0.078501628664495,0.383063182269269,0.090879584550471,0.043613707165109,0.139240506329114,0,0,0,0,0,1,0,0,0,0,0,781,55.000000000000000 --1,06055200202,3005,1632,107,164,572,1222,262,326,195,0.035607321131448,0.543094841930116,0.289241622574956,0.207924391130498,0.465169394746860,0.098681732580038,0.175834084761046,0.302692664809656,0,0,1,0,1,1,1,1,4,1,1,567,55.000000000000000 --1,06055200203,2319,877,57,69,206,712,228,124,57,0.024579560155239,0.378180250107805,0.122340425531915,0.092876465284040,0.307028891763691,0.098318240620957,0.064994298745724,0.142857142857143,0,0,0,0,0,1,0,0,0,0,0,564,55.000000000000000 --1,06055200301,5182,3081,233,261,636,2335,537,338,139,0.044963334619838,0.594558085681204,0.224806201550388,0.133697708639899,0.457843137254902,0.103627942879197,0.079564968517459,0.194252873563218,0,0,1,0,0,1,0,1,2,0,0,1161,55.000000000000000 --1,06055200302,2752,1267,201,78,209,467,370,65,50,0.073037790697674,0.460392441860465,0.119448698315467,0.081960784313725,0.169694767441860,0.134447674418605,0.055991041433371,0.073280721533258,0,0,0,0,0,0,0,0,0,0,0,653,55.000000000000000 --1,06055200400,3755,1251,273,90,217,583,315,75,21,0.072703062583222,0.333155792276964,0.090725806451613,0.060277777777778,0.155425219941349,0.083888149134487,0.014861995753716,0.053918044572250,0,0,0,0,0,0,0,0,0,0,0,992,55.000000000000000 --1,06055200501,5456,2869,194,293,735,2591,303,242,60,0.035557184750733,0.525843108504399,0.248305084745763,0.151922281934684,0.482405511078012,0.055893746541229,0.035231943628890,0.142102172636524,0,0,1,0,0,1,0,0,1,0,0,1180,55.000000000000000 --1,06055200503,1702,1015,57,40,358,720,220,116,30,0.033490011750881,0.596357226792009,0.097560975609756,0.223331253898939,0.423280423280423,0.129259694477086,0.045871559633027,0.182389937106918,0,0,0,0,1,1,0,1,2,0,0,410,55.000000000000000 --1,06055200504,6911,3667,622,283,917,1923,783,281,156,0.090001446968601,0.530603385906526,0.160612939841090,0.139361702127660,0.292560474669101,0.117992766726944,0.066439522998296,0.121961805555556,0,0,0,0,0,0,0,0,0,0,0,1762,55.000000000000000 --1,06055200505,2642,1380,69,66,435,1114,296,229,17,0.026116578349735,0.522331566994701,0.110738255033557,0.180798004987531,0.424380952380952,0.112036336109008,0.016715830875123,0.225172074729597,0,0,0,0,0,1,0,1,1,0,0,596,55.000000000000000 --1,06055200601,4834,2122,540,101,433,1064,716,161,110,0.111708729830368,0.438973934629706,0.083059210526316,0.095796460176991,0.220884367863816,0.148640232509861,0.068280571073867,0.101449275362319,1,0,0,0,0,0,0,0,1,0,0,1216,55.000000000000000 --1,06055200602,4303,1270,370,83,258,1126,555,216,114,0.085986521031838,0.295142923541715,0.082259663032706,0.062636562272396,0.265691363850873,0.129400792725577,0.063439065108514,0.123076923076923,0,0,0,0,0,0,0,0,0,0,0,1009,55.000000000000000 --1,06055200703,2880,464,272,76,0,210,247,6,12,0.094444444444444,0.161111111111111,0.085297418630752,0.000000000000000,0.073119777158774,0.085763888888889,0.010919017288444,0.005602240896359,0,0,0,0,0,0,0,0,0,0,0,891,55.000000000000000 --1,06055200704,5139,2740,368,205,510,2020,528,192,227,0.071609262502432,0.533177661023545,0.179039301310044,0.107120352867045,0.394916911045943,0.103165298944900,0.137409200968523,0.116222760290557,0,0,0,0,0,1,1,0,1,0,0,1145,55.000000000000000 --1,06055200705,3180,1645,150,140,322,1321,269,161,36,0.047169811320755,0.517295597484277,0.176767676767677,0.111534464842397,0.417509481668774,0.084591194968553,0.034917555771096,0.157688540646425,0,0,0,0,0,1,0,1,1,0,0,792,55.000000000000000 --1,06055200706,3351,1181,170,20,55,479,324,42,12,0.050731125037302,0.352432109817965,0.021413276231263,0.017182130584192,0.143671265746851,0.097035040431267,0.010582010582011,0.037037037037037,0,0,0,0,0,0,0,0,0,0,0,934,55.000000000000000 --1,06055200707,3073,894,270,93,115,701,394,268,135,0.087862024080703,0.290920924178327,0.115960099750623,0.040436005625879,0.230213464696223,0.128968903436989,0.107057890563045,0.215088282504013,0,0,0,0,0,0,1,1,2,0,0,802,55.000000000000000 --1,06055200802,5224,1384,535,337,131,1066,423,217,131,0.102411944869832,0.264931087289433,0.262256809338521,0.026545086119554,0.208121827411168,0.081960860298392,0.063438256658596,0.106164383561644,1,0,1,0,0,0,0,0,2,0,0,1285,55.000000000000000 --1,06055200803,2107,681,123,111,255,801,166,12,94,0.058376839107736,0.323208353108685,0.188775510204082,0.136217948717949,0.381428571428571,0.079047619047619,0.108419838523645,0.013840830449827,0,0,0,0,0,1,1,0,1,0,0,588,55.000000000000000 --1,06055200804,5797,4202,84,393,1378,2633,396,327,140,0.014490253579438,0.724857685009488,0.300229182582124,0.256945739325005,0.454278812974465,0.068311195445920,0.080367393800230,0.192014092777452,0,1,1,0,1,1,0,1,3,1,1,1309,55.000000000000000 --1,06055200900,935,373,4,0,5,420,372,20,21,0.004278074866310,0.398930481283422,,0.005347593582888,0.899357601713062,0.796573875802998,0.446808510638298,0.425531914893617,0,0,0,1,0,1,1,1,3,1,1,0,55.000000000000000 --1,06055201003,4629,3658,214,136,460,680,403,75,22,0.046230287319075,0.790235472024195,0.128060263653484,0.107126222636237,0.147633521493704,0.087059840138259,0.017322834645669,0.060096153846154,0,1,0,0,0,0,0,0,0,0,0,1062,55.000000000000000 --1,06055201004,6518,5115,321,214,467,1626,729,56,45,0.049248235655109,0.784749923289353,0.137267479153303,0.075578572584561,0.249577897160399,0.111844123964406,0.022601707684581,0.028126569563034,0,1,0,0,0,0,0,0,0,0,0,1559,55.000000000000000 --1,06055201005,2259,1431,63,45,112,445,218,4,9,0.027888446215139,0.633466135458167,0.085714285714286,0.052459016393443,0.196989818503763,0.097147950089127,0.013782542113323,0.006125574272588,0,0,0,0,0,0,0,0,0,0,0,525,55.000000000000000 --1,06055201006,3021,1783,120,66,150,1030,271,82,7,0.039721946375372,0.590201919894075,0.087301587301587,0.051528684300928,0.342762063227953,0.090787269681742,0.007352941176471,0.086680761099366,0,0,0,0,0,1,0,0,0,0,0,756,55.000000000000000 --1,06055201007,4311,2993,118,154,150,1133,392,68,7,0.027371839480399,0.694270470888425,0.154154154154154,0.038080731150038,0.263304671159656,0.090930178612851,0.006227758007117,0.063255813953488,0,0,0,0,0,0,0,0,0,0,0,999,55.000000000000000 --1,06055201101,2027,378,235,16,8,85,202,2,28,0.115934879131722,0.186482486433152,0.026143790849673,0.004134366925065,0.042016806722689,0.099851705388038,0.036553524804177,0.002688172043011,1,0,0,0,0,0,0,0,1,0,0,612,55.000000000000000 --1,06055201102,1828,175,201,53,23,363,249,66,23,0.109956236323851,0.095733041575492,0.110416666666667,0.013016411997736,0.199889867841410,0.136214442013129,0.028606965174129,0.087882822902796,1,0,0,0,0,0,0,0,1,0,0,480,55.000000000000000 --1,06055201200,4639,1912,589,120,446,1472,813,107,63,0.126967018754042,0.412157792627722,0.097560975609756,0.100699932264620,0.317515099223468,0.175253287346411,0.031405782652044,0.053877139979859,1,0,0,0,0,1,0,0,1,0,0,1230,55.000000000000000 --1,06055201300,2977,423,936,40,35,495,450,129,145,0.314410480349345,0.142089351696339,0.066115702479339,0.011961722488038,0.200648561005270,0.182704019488429,0.110941086457536,0.104707792207792,1,0,0,0,0,0,1,0,2,0,0,605,55.000000000000000 --1,06055201401,3178,213,301,58,11,216,213,37,17,0.094713656387665,0.067023285084959,0.055396370582617,0.003508771929825,0.068246445497630,0.067023285084959,0.011938202247191,0.026850507982583,0,0,0,0,0,0,0,0,0,0,0,1047,55.000000000000000 --1,06055201402,3096,693,280,8,77,424,346,18,15,0.090439276485788,0.223837209302326,0.008839779005525,0.025726695623121,0.137128072445019,0.111901681759379,0.013404825737265,0.017595307917889,0,0,0,0,0,0,0,0,0,0,0,905,55.000000000000000 --1,06055201500,2340,947,221,29,182,295,284,15,0,0.094444444444444,0.404700854700855,0.043219076005961,0.080602302922941,0.126936316695353,0.121367521367521,0.000000000000000,0.020380434782609,0,0,0,0,0,0,0,0,0,0,0,671,55.000000000000000 --1,06055201601,2508,1345,268,155,396,1024,259,164,72,0.106858054226475,0.536283891547049,0.223988439306358,0.167867740568037,0.408293460925040,0.103269537480064,0.072727272727273,0.170301142263759,1,0,1,0,0,1,0,1,3,1,1,692,55.000000000000000 --1,06055201602,3387,706,346,115,136,483,348,138,44,0.102155299675229,0.208444050782403,0.116869918699187,0.042486722899094,0.146319297182672,0.102745792736935,0.027883396704689,0.089032258064516,1,0,0,0,0,0,0,0,1,0,0,984,55.000000000000000 --1,06055201700,5861,2404,503,97,173,1332,827,105,30,0.085821532161747,0.410168913154752,0.078925956061839,0.030728241563055,0.283766510438858,0.141828159835363,0.017381228273465,0.063482466747279,0,0,0,0,0,0,0,0,0,0,0,1229,55.000000000000000 --1,06055202000,5244,2149,502,261,819,1707,864,265,72,0.095728451563692,0.409801678108314,0.191629955947137,0.163277511961722,0.328775038520801,0.166121899634686,0.032921810699589,0.122515025427647,0,0,0,0,0,1,0,0,0,0,0,1362,55.000000000000000 --1,06075010100,3827,2104,463,13,587,1269,507,306,862,0.120982492814215,0.549777893911680,0.018950437317784,0.156449893390192,0.333333333333333,0.132479749150771,0.399074074074074,0.149706457925636,1,0,0,0,0,1,1,0,2,0,0,686,75.000000000000000 --1,06075010200,4220,652,398,32,13,681,156,321,765,0.094312796208531,0.154502369668246,0.048338368580060,0.003190184049080,0.161374407582938,0.036966824644550,0.285874439461883,0.122472338801984,0,0,0,0,0,0,1,0,1,0,0,662,75.000000000000000 --1,06075010300,4346,1888,500,17,671,1406,333,445,877,0.115048320294524,0.434422457432121,0.021879021879022,0.162785055798156,0.323515876668201,0.076622181316153,0.433943592281049,0.225659229208925,1,0,0,0,0,1,1,1,3,1,1,777,75.000000000000000 --1,06075010400,5265,2290,288,14,329,914,406,318,815,0.054700854700855,0.434947768281102,0.017031630170316,0.065603190428714,0.173962695089456,0.077113010446344,0.314671814671815,0.123976608187135,0,0,0,0,0,0,1,0,1,0,0,822,75.000000000000000 --1,06075010500,2606,1040,372,28,97,454,196,235,572,0.142747505755948,0.399079048349962,0.045977011494253,0.038893344025662,0.174213353798926,0.075211051419801,0.353304508956146,0.153695225637672,1,0,0,0,0,0,1,1,3,0,0,609,75.000000000000000 --1,06075010600,3664,2611,317,140,1439,2123,509,437,1168,0.086517467248908,0.712609170305677,0.194444444444444,0.395547003848268,0.579421397379913,0.139413859216653,0.634437805540467,0.249714285714286,0,1,0,0,1,1,1,1,3,1,1,720,75.000000000000000 --1,06075010700,5311,4236,874,124,2783,2970,992,553,1806,0.164564112219921,0.797589907738656,0.102057613168724,0.533141762452107,0.559216720015063,0.186782150254189,0.744435284418796,0.238876889848812,1,1,0,0,1,1,1,1,4,1,1,1215,75.000000000000000 --1,06075010800,4779,2739,424,143,777,1277,458,355,1094,0.088721489851433,0.573132454488387,0.166666666666667,0.164828171404328,0.267210713538397,0.095835948943294,0.446712944058800,0.150296359017782,0,0,0,0,0,0,1,1,2,0,0,858,75.000000000000000 --1,06075010900,4740,1682,361,93,220,783,364,230,1309,0.076160337552743,0.354852320675105,0.135964912280702,0.048013967699695,0.165189873417722,0.076793248945148,0.466334164588529,0.084621044885946,0,0,0,0,0,0,1,0,1,0,0,684,75.000000000000000 --1,06075011000,5303,2852,315,143,761,1447,314,259,1369,0.059400339430511,0.537808787478786,0.161036036036036,0.146543423839784,0.272864416368094,0.059211766924382,0.521523809523810,0.100817438692098,0,0,0,0,0,0,1,0,1,0,0,888,75.000000000000000 --1,06075011100,5078,2311,415,28,559,1116,628,547,1925,0.081725088617566,0.455100433241434,0.038834951456311,0.113502538071066,0.221957040572792,0.126766249495357,0.638474295190713,0.189864630336689,0,0,0,0,0,0,1,1,2,0,0,721,75.000000000000000 --1,06075011200,3078,1509,336,64,361,893,340,229,735,0.109161793372320,0.490253411306043,0.105436573311367,0.121794871794872,0.290123456790123,0.110461338531514,0.427077280650784,0.147266881028939,1,0,0,0,0,0,1,0,2,0,0,607,75.000000000000000 --1,06075011300,3058,2480,510,52,1342,1720,702,293,1221,0.166775670372793,0.810987573577502,0.064356435643564,0.438848920863309,0.567844172994388,0.229561805101373,0.802233902759527,0.202768166089965,1,1,0,0,1,1,1,1,4,1,1,808,75.000000000000000 --1,06075011700,1547,1079,115,17,302,566,289,201,529,0.074337427278604,0.697478991596639,0.073593073593074,0.198423127463863,0.378595317725753,0.186813186813187,0.582599118942731,0.226351351351351,0,0,0,0,0,1,1,1,2,0,0,231,75.000000000000000 --1,06075011800,1740,1623,207,78,917,1269,271,182,572,0.118965517241379,0.932758620689655,0.198979591836735,0.544536817102138,0.729310344827586,0.155747126436782,0.833819241982507,0.271641791044776,1,1,0,0,1,1,1,1,4,1,1,392,75.000000000000000 --1,06075011901,2543,1267,172,0,115,618,281,156,792,0.067636649626426,0.498230436492332,0.000000000000000,0.045400710619818,0.269046582498912,0.110499410145497,0.528352234823215,0.116766467065868,0,0,0,0,0,0,1,0,1,0,0,301,75.000000000000000 --1,06075011902,2625,1480,139,52,213,1010,204,332,1275,0.052952380952381,0.563809523809524,0.189781021897810,0.081923076923077,0.384761904761905,0.077714285714286,0.742142025611176,0.207500000000000,0,0,0,0,0,1,1,1,2,0,0,274,75.000000000000000 --1,06075012000,3563,1923,253,164,319,1663,281,714,2143,0.071007577883806,0.539713724389559,0.317829457364341,0.093493552168816,0.471371882086168,0.078866124052764,0.835151987529228,0.307891332470893,0,0,1,0,0,1,1,1,3,1,1,516,75.000000000000000 --1,06075012100,3876,1898,240,34,309,1242,422,616,1907,0.061919504643963,0.489680082559340,0.102719033232628,0.080010357327809,0.371856287425150,0.108875128998968,0.836770513383063,0.282180485570316,0,0,0,0,0,1,1,1,2,0,0,331,75.000000000000000 --1,06075012201,4576,3187,316,62,746,2112,1004,837,2119,0.069055944055944,0.696459790209790,0.083109919571046,0.166666666666667,0.461538461538462,0.219405594405594,0.794227886056971,0.323041296796604,0,0,0,0,0,1,1,1,2,0,0,746,75.000000000000000 --1,06075012202,3079,2081,71,176,564,1776,632,601,1270,0.023059434881455,0.675868788567717,0.391111111111111,0.185954500494560,0.576810652809354,0.205261448522247,0.816720257234727,0.409959072305593,0,0,1,0,0,1,1,1,3,1,1,450,75.000000000000000 --1,06075012301,1790,1238,267,74,622,1322,650,434,1106,0.149162011173184,0.691620111731844,0.273062730627306,0.354214123006834,0.738547486033520,0.363128491620112,0.900651465798046,0.373815676141258,1,0,1,1,1,1,1,1,6,1,1,271,75.000000000000000 --1,06075012302,2518,1495,89,0,97,1258,338,432,1535,0.035345512311358,0.593725178713264,0.000000000000000,0.039398862713241,0.508488278092158,0.134233518665608,0.859462486002240,0.288384512683578,0,0,0,0,0,1,1,1,2,0,0,335,75.000000000000000 --1,06075012401,4613,3603,146,170,1135,3481,1030,1044,2077,0.031649685670930,0.781053544331238,0.269413629160063,0.260321100917431,0.755097613882863,0.223282029048342,0.863258520365752,0.458699472759227,0,1,1,0,1,1,1,1,4,1,1,631,75.000000000000000 --1,06075012402,3393,2004,219,31,478,1367,708,751,1547,0.064544650751547,0.590627763041556,0.064853556485356,0.145642900670323,0.447463175122750,0.208664898320071,0.747342995169082,0.371966319960376,0,0,0,0,0,1,1,1,2,0,0,478,75.000000000000000 --1,06075012501,3547,2574,316,62,927,2757,1502,760,1818,0.089089371299690,0.725683676346208,0.111913357400722,0.268851508120650,0.794753531277025,0.424893917963225,0.829001367989056,0.368395540475036,0,1,0,1,1,1,1,1,4,1,1,554,75.000000000000000 --1,06075012502,4120,3577,497,0,1569,2857,1302,491,1964,0.120631067961165,0.868203883495146,0.000000000000000,0.387886279357231,0.725126903553299,0.327217893943202,0.900917431192661,0.245254745254745,1,1,0,1,1,1,1,1,5,1,1,518,75.000000000000000 --1,06075012601,2499,547,136,0,32,178,111,211,386,0.054421768707483,0.218887555022009,0.000000000000000,0.013763440860215,0.071228491396559,0.044417767106843,0.250812215724496,0.143245078071962,0,0,0,0,0,0,1,0,1,0,0,440,75.000000000000000 --1,06075012602,3101,484,197,110,142,226,202,116,226,0.063527894227668,0.156078684295389,0.173228346456693,0.048381601362862,0.072879716220574,0.065140277329894,0.132551319648094,0.069921639541893,0,0,0,0,0,0,1,0,1,0,0,635,75.000000000000000 --1,06075012700,3758,650,231,29,0,435,379,319,259,0.061468866418308,0.172964342735498,0.035582822085890,0.000000000000000,0.115753060138371,0.100851516764236,0.121882352941176,0.152122079160706,0,0,0,0,0,0,1,1,2,0,0,815,75.000000000000000 --1,06075012800,4908,1300,234,77,61,563,277,172,388,0.047677261613692,0.264873675631622,0.091557669441142,0.013129573826948,0.114710676446618,0.056438467807661,0.161062681610627,0.077898550724638,0,0,0,0,0,0,1,0,1,0,0,841,75.000000000000000 --1,06075012901,2588,592,106,0,29,156,128,98,367,0.040958268933539,0.228748068006182,0.000000000000000,0.011721907841552,0.060512024825446,0.049921996879875,0.246308724832215,0.066171505739365,0,0,0,0,0,0,1,0,1,0,0,384,75.000000000000000 --1,06075012902,3444,938,235,109,66,463,129,246,687,0.068234610917538,0.272357723577236,0.215415019762846,0.019423190111830,0.137144549763033,0.037807737397421,0.333657115104420,0.119475473530840,0,0,1,0,0,0,1,0,2,0,0,506,75.000000000000000 --1,06075013000,4548,845,184,0,16,653,261,256,650,0.040457343887423,0.185795954265611,0.000000000000000,0.003680699332873,0.143991179713341,0.057387862796834,0.259584664536741,0.106978687839532,0,0,0,0,0,0,1,0,1,0,0,848,75.000000000000000 --1,06075013101,3791,1143,74,19,15,292,124,263,611,0.019519915589554,0.301503561065682,0.031666666666667,0.004199328107503,0.078557976863062,0.032709047744658,0.257697174188106,0.113557858376511,0,0,0,0,0,0,1,0,1,0,0,600,75.000000000000000 --1,06075013102,2692,347,330,10,0,297,265,338,432,0.122585438335810,0.128900445765230,0.021052631578947,0.000000000000000,0.112841945288754,0.098439821693908,0.267326732673267,0.211250000000000,1,0,0,0,0,0,1,1,3,0,0,475,75.000000000000000 --1,06075013200,4695,926,407,32,0,334,323,147,392,0.086687965921193,0.197231096911608,0.029304029304029,0.000000000000000,0.071505031042603,0.068796592119276,0.164844407064760,0.062740076824584,0,0,0,0,0,0,1,0,1,0,0,1092,75.000000000000000 --1,06075013300,4482,1296,472,16,204,792,524,152,402,0.105310129406515,0.289156626506024,0.016985138004246,0.049829018075232,0.178378378378378,0.117699910152740,0.207430340557276,0.081414033208356,1,0,0,0,0,0,1,0,2,0,0,942,75.000000000000000 --1,06075013400,3968,865,179,0,69,453,211,203,445,0.045110887096774,0.217993951612903,0.000000000000000,0.018770402611534,0.118617439120189,0.053840265373820,0.215600775193798,0.099558607160373,0,0,0,0,0,0,1,0,1,0,0,720,75.000000000000000 --1,06075013500,2592,685,139,35,84,277,218,102,484,0.053626543209876,0.264274691358025,0.094339622641509,0.032774092859930,0.106867283950617,0.084104938271605,0.292623941958888,0.063001852995676,0,0,0,0,0,0,1,0,1,0,0,371,75.000000000000000 --1,06075015100,2106,848,618,0,120,317,399,325,686,0.293447293447293,0.402659069325736,0.000000000000000,0.056980056980057,0.153066151617576,0.192660550458716,0.457638425617078,0.223521320495186,1,0,0,0,0,0,1,1,3,0,0,245,75.000000000000000 --1,06075015200,3865,1315,496,20,192,850,435,282,966,0.128331177231565,0.340232858990944,0.034904013961606,0.051976177585273,0.225464190981432,0.115384615384615,0.400996264009963,0.121186076493339,1,0,0,0,0,0,1,0,2,0,0,573,75.000000000000000 --1,06075015300,2066,731,146,35,118,348,118,160,240,0.070667957405615,0.353823814133591,0.102040816326531,0.059626073774634,0.182773109243697,0.061618798955614,0.253164556962025,0.172228202368138,0,0,0,0,0,0,1,1,2,0,0,343,75.000000000000000 --1,06075015400,5927,2372,440,88,177,1120,570,412,732,0.074236544626286,0.400202463303526,0.072908036454018,0.032018813314038,0.189221152221659,0.096300050684237,0.249233912155260,0.141532119546548,0,0,0,0,0,0,1,0,1,0,0,1207,75.000000000000000 --1,06075015500,3918,2032,1092,121,764,1492,1057,505,1214,0.278713629402757,0.518631955079122,0.165526675786594,0.204990609068956,0.389861510321401,0.273267838676318,0.531058617672791,0.225446428571429,1,0,0,1,1,1,1,1,5,1,1,731,75.000000000000000 --1,06075015600,3015,1406,118,7,231,825,288,254,311,0.039137645107794,0.466334991708126,0.013282732447818,0.082177161152615,0.274542429284526,0.095522388059701,0.237042682926829,0.194934765924789,0,0,0,0,0,0,1,1,2,0,0,527,75.000000000000000 --1,06075015700,8373,4147,448,127,181,1449,662,416,714,0.053505314702018,0.495282455511764,0.131879543094496,0.022086638194021,0.242024386170035,0.080889540566960,0.266816143497758,0.162945554249902,0,0,0,0,0,0,1,1,2,0,0,963,75.000000000000000 --1,06075015801,3738,2183,162,139,329,1328,443,133,733,0.043338683788122,0.584002140181915,0.167469879518072,0.090508940852820,0.361557310100735,0.120609855703784,0.433727810650888,0.079450418160096,0,0,0,0,0,1,1,0,1,0,0,830,75.000000000000000 --1,06075015802,2837,1004,31,42,23,801,262,180,608,0.010927035600987,0.353894959464223,0.118309859154930,0.008357558139535,0.284850640113798,0.092351075079309,0.405063291139241,0.121786197564276,0,0,0,0,0,0,1,0,1,0,0,355,75.000000000000000 --1,06075015900,4081,2484,391,118,511,1652,561,390,998,0.095809850526832,0.608674344523401,0.148427672955975,0.126830479027054,0.412793603198401,0.140179910044978,0.466355140186916,0.203868269733403,0,0,0,0,0,1,1,1,2,0,0,795,75.000000000000000 --1,06075016000,2552,1281,264,10,240,699,404,236,742,0.103448275862069,0.501959247648903,0.024271844660194,0.096346848655159,0.273902821316614,0.158307210031348,0.453545232273839,0.150031786395423,1,0,0,0,0,0,1,1,3,0,0,412,75.000000000000000 --1,06075016100,5085,3796,797,310,1053,3192,1183,606,1540,0.156735496558505,0.746509341199607,0.299516908212560,0.210600000000000,0.631204271307099,0.232919866115377,0.571428571428571,0.228162650602410,1,1,1,0,1,1,1,1,5,1,1,1035,75.000000000000000 --1,06075016200,2604,1073,97,56,114,841,236,342,851,0.037250384024578,0.412058371735791,0.220472440944882,0.044117647058823,0.322964669738863,0.090629800307220,0.543769968051118,0.221073044602456,0,0,1,0,0,1,1,1,3,1,1,254,75.000000000000000 --1,06075016300,4748,2585,88,209,244,1486,542,320,863,0.018534119629318,0.544439764111205,0.351851851851852,0.051552926262413,0.313965772237482,0.114153327716933,0.425332676195170,0.160240360540811,0,0,1,0,0,1,1,1,3,1,1,594,75.000000000000000 --1,06075016400,4135,1513,157,22,221,908,260,257,731,0.037968561064087,0.365900846432890,0.049661399548533,0.055208593554834,0.230223123732252,0.065922920892495,0.400987383433900,0.141519823788546,0,0,0,0,0,0,1,0,1,0,0,443,75.000000000000000 --1,06075016500,5787,2411,242,234,206,1343,553,307,676,0.041817867634353,0.416623466390185,0.246315789473684,0.037217705510388,0.237741193131528,0.097599717613837,0.276595744680851,0.126807104502272,0,0,1,0,0,0,1,0,2,0,0,950,75.000000000000000 --1,06075016600,5537,1647,23,26,228,1286,447,243,1103,0.004153873938956,0.297453494672205,0.045774647887324,0.043165467625899,0.232255734152068,0.080729636987538,0.453536184210526,0.104426299957026,0,0,0,0,0,0,1,0,1,0,0,568,75.000000000000000 --1,06075016700,4960,1127,104,28,30,1003,183,286,713,0.020967741935484,0.227217741935484,0.051376146788991,0.006114961271912,0.203696181965881,0.037007077856421,0.294141914191419,0.118573797678275,0,0,0,0,0,0,1,0,1,0,0,545,75.000000000000000 --1,06075016801,3329,1417,50,86,30,778,269,221,663,0.015019525382998,0.425653349354160,0.220512820512821,0.009708737864078,0.234761617380809,0.080805046560529,0.400604229607251,0.134101941747573,0,0,1,0,0,0,1,0,2,0,0,390,75.000000000000000 --1,06075016802,2957,1248,116,41,118,746,369,270,642,0.039228948258370,0.422049374365911,0.122754491017964,0.040163376446562,0.252453468697124,0.124873096446701,0.403773584905660,0.172413793103448,0,0,0,0,0,0,1,1,2,0,0,334,75.000000000000000 --1,06075016900,3021,902,107,11,78,629,325,131,571,0.035418735518040,0.298576630254883,0.037542662116041,0.026148172980221,0.210438273670124,0.108732017397123,0.356207111665627,0.082597730138714,0,0,0,0,0,0,1,0,1,0,0,293,75.000000000000000 --1,06075017000,3857,871,358,87,27,447,264,156,400,0.092818252527871,0.225823178636246,0.165714285714286,0.007234726688103,0.115893181228934,0.068446979517760,0.185356811862836,0.072289156626506,0,0,0,0,0,0,1,0,1,0,0,525,75.000000000000000 --1,06075017101,3557,693,158,18,0,334,231,93,282,0.044419454596570,0.194827101490020,0.025210084033613,0.000000000000000,0.093899353387686,0.065088757396450,0.161050828098230,0.053386911595867,0,0,0,0,0,0,1,0,1,0,0,714,75.000000000000000 --1,06075017102,3862,912,69,74,0,612,163,247,500,0.017866390471258,0.236147074054894,0.113671274961598,0.000000000000000,0.158631415241058,0.042249870399171,0.289687137891078,0.144868035190616,0,0,0,0,0,0,1,0,1,0,0,651,75.000000000000000 --1,06075017601,7220,5289,214,202,916,3964,1640,1009,2428,0.029639889196676,0.732548476454294,0.170320404721754,0.132045552832637,0.550861589772096,0.227146814404432,0.626257415527470,0.276893523600439,0,1,0,0,0,1,1,1,2,1,1,1186,75.000000000000000 --1,06075017700,1654,935,56,15,226,540,261,88,236,0.033857315598549,0.565296251511487,0.063291139240506,0.140198511166253,0.326481257557437,0.157799274486094,0.323731138545953,0.126801152737752,0,0,0,0,0,1,1,0,1,0,0,237,75.000000000000000 --1,06075017801,3066,2272,1260,33,1268,1765,1386,117,1601,0.410958904109589,0.741030658838878,0.053054662379421,0.417379855167874,0.577930582842174,0.452054794520548,0.718904355635384,0.053302961275626,1,1,0,1,1,1,1,0,4,1,1,622,75.000000000000000 --1,06075017802,4307,2515,217,107,409,1407,973,274,922,0.050383097283492,0.583933132110518,0.158518518518519,0.095874355368026,0.327361563517915,0.228887320630440,0.491733333333333,0.154889768230639,0,0,0,0,0,1,1,1,2,0,0,675,75.000000000000000 --1,06075017902,3083,2238,20,191,228,2017,523,204,170,0.006487187804087,0.725916315277327,0.520435967302452,0.075722351378280,0.711212976022567,0.170302832953435,0.270700636942675,0.344594594594595,0,1,1,0,0,1,1,1,3,1,1,367,75.000000000000000 --1,06075018000,3232,1946,0,11,186,779,352,152,346,0.000000000000000,0.602103960396040,0.025943396226415,0.061003607740243,0.299615384615385,0.130612244897959,0.255728011825573,0.119873817034700,0,0,0,0,0,0,1,0,1,0,0,424,75.000000000000000 --1,06075020100,5257,3422,365,195,794,2652,1249,592,1530,0.069431234544417,0.650941601673959,0.259308510638298,0.156114825009831,0.509705938881415,0.237587977934183,0.563535911602210,0.224072672218017,0,0,1,0,0,1,1,1,3,1,1,752,75.000000000000000 --1,06075020200,5962,2891,293,108,286,1957,1060,327,1438,0.049144582354914,0.484904394498490,0.129186602870813,0.050000000000000,0.328245555182825,0.177792687017779,0.462974887314874,0.106758080313418,0,0,0,0,0,1,1,0,1,0,0,836,75.000000000000000 --1,06075020300,3042,1058,171,85,84,634,319,171,556,0.056213017751479,0.347797501643655,0.210396039603960,0.028206850235057,0.208415516107824,0.104865220249836,0.337378640776699,0.107277289836888,0,0,1,0,0,0,1,0,2,0,0,404,75.000000000000000 --1,06075020401,3090,683,53,0,39,270,247,136,143,0.017152103559871,0.221035598705502,0.000000000000000,0.012965425531915,0.088033909357679,0.079935275080906,0.084316037735849,0.081242532855436,0,0,0,0,0,0,0,0,0,0,0,306,75.000000000000000 --1,06075020402,4128,1220,331,78,129,518,501,320,196,0.080184108527132,0.295542635658915,0.116766467065868,0.032452830188679,0.125484496124031,0.121366279069767,0.079127977392006,0.131416837782341,0,0,0,0,0,0,0,0,0,0,0,668,75.000000000000000 --1,06075020500,2646,585,120,77,43,498,150,156,325,0.045351473922903,0.221088435374150,0.203703703703704,0.016783762685402,0.190439770554493,0.057361376673040,0.235678027556200,0.117293233082707,0,0,1,0,0,0,1,0,2,0,0,378,75.000000000000000 --1,06075020600,4607,1256,248,0,112,807,645,221,940,0.053831126546560,0.272628608639028,0.000000000000000,0.025402585620322,0.175168222270458,0.140004341219883,0.363917924893535,0.087942697970553,0,0,0,0,0,0,1,0,1,0,0,720,75.000000000000000 --1,06075020700,5427,1674,206,135,122,885,354,237,919,0.037958356366317,0.308457711442786,0.185439560439560,0.023344814389591,0.163073521282477,0.065229408512991,0.332128659197687,0.085652331044452,0,0,0,0,0,0,1,0,1,0,0,728,75.000000000000000 --1,06075020800,6182,4299,320,74,1003,2642,685,583,1156,0.051763183435781,0.695406017470074,0.074974670719352,0.167950435365037,0.427369783241669,0.110805564542219,0.461292897047087,0.240412371134021,0,0,0,0,0,1,1,1,2,0,0,987,75.000000000000000 --1,06075020900,4723,3124,162,149,797,2190,569,294,774,0.034300232902816,0.661443997459242,0.197875166002656,0.174551029347350,0.464475079533404,0.120474274825323,0.448435689455388,0.174480712166172,0,0,0,0,0,1,1,1,2,0,0,753,75.000000000000000 --1,06075021000,4556,1425,97,65,168,501,331,266,678,0.021290605794557,0.312774363476734,0.091036414565826,0.037617554858934,0.111160417128911,0.072923551443049,0.317564402810304,0.128069330765527,0,0,0,0,0,0,1,0,1,0,0,714,75.000000000000000 --1,06075021100,3993,1276,208,102,17,583,366,208,296,0.052091159529176,0.319559228650138,0.136363636363636,0.004424778761062,0.146592909228061,0.091660405709992,0.158119658119658,0.111111111111111,0,0,0,0,0,0,1,0,1,0,0,748,75.000000000000000 --1,06075021200,2842,684,92,45,15,380,119,111,134,0.032371569317382,0.240675580577058,0.080789946140036,0.005572065378900,0.134180790960452,0.042019774011299,0.093184979137691,0.078114004222379,0,0,0,0,0,0,0,0,0,0,0,557,75.000000000000000 --1,06075021300,2626,662,123,40,45,307,172,50,116,0.046839299314547,0.252094440213252,0.067681895093063,0.018359853121175,0.116907844630617,0.065498857578066,0.098305084745763,0.042992261392949,0,0,0,0,0,0,0,0,0,0,0,591,75.000000000000000 --1,06075021400,3459,1057,88,54,40,243,146,127,266,0.025440878866725,0.305579647296907,0.074792243767313,0.012566760917373,0.070251517779705,0.042208730847066,0.160337552742616,0.077063106796116,0,0,0,0,0,0,1,0,1,0,0,722,75.000000000000000 --1,06075021500,5129,1885,293,156,82,618,377,208,690,0.057126145447456,0.367518034704621,0.155688622754491,0.017037190941201,0.120491323844804,0.073503606940924,0.266409266409266,0.084006462035541,0,0,0,0,0,0,1,0,1,0,0,1002,75.000000000000000 --1,06075021600,4335,1971,325,122,0,571,352,115,166,0.074971164936563,0.454671280276817,0.141860465116279,0.000000000000000,0.131718569780854,0.081199538638985,0.079692750840134,0.055208833413346,0,0,0,0,0,0,0,0,0,0,0,860,75.000000000000000 --1,06075021700,4079,1638,329,111,85,672,428,151,173,0.080657023780338,0.401569012012748,0.124579124579125,0.022077922077922,0.164746261338563,0.104927678352537,0.091825902335456,0.080148619957537,0,0,0,0,0,0,0,0,0,0,0,891,75.000000000000000 --1,06075021800,4238,1113,115,82,25,630,153,121,240,0.027135441245871,0.262623879188296,0.081836327345309,0.006324310650139,0.148655025955639,0.036101934874941,0.128000000000000,0.065264293419633,0,0,0,0,0,0,1,0,1,0,0,1002,75.000000000000000 --1,06075022600,1866,820,24,19,36,134,45,59,108,0.012861736334405,0.439442658092176,0.054131054131054,0.020442930153322,0.071811361200429,0.024115755627010,0.123569794050343,0.069005847953216,0,0,0,0,0,0,1,0,1,0,0,351,75.000000000000000 --1,06075022702,2297,732,97,25,55,148,101,60,56,0.042228994340444,0.318676534610361,0.048355899419729,0.025833724753405,0.065807025344598,0.044908848377056,0.056680161943320,0.061538461538462,0,0,0,0,0,0,0,0,0,0,0,517,75.000000000000000 --1,06075022704,3314,1021,151,31,25,309,252,95,143,0.045564272782136,0.308086904043452,0.045123726346434,0.007966857871256,0.093240796620398,0.076041038020519,0.088326127239036,0.060317460317460,0,0,0,0,0,0,0,0,0,0,0,687,75.000000000000000 --1,06075022801,4988,2740,106,148,612,1456,292,248,440,0.021251002405774,0.549318364073777,0.165919282511211,0.129715981348029,0.293844601412714,0.058705267390430,0.229405630865485,0.130801687763713,0,0,0,0,0,0,1,0,1,0,0,892,75.000000000000000 --1,06075022802,2220,1473,267,55,268,843,281,94,153,0.120270270270270,0.663513513513514,0.192982456140351,0.123502304147465,0.454447439353100,0.151482479784367,0.262886597938144,0.161512027491409,1,0,0,0,0,1,1,1,3,1,1,285,75.000000000000000 --1,06075022803,4930,3473,133,168,915,1677,440,165,395,0.026977687626775,0.704462474645030,0.191562143671608,0.196015424164524,0.342664487127094,0.089814247805675,0.249526216045483,0.106041131105398,0,1,0,0,0,1,1,0,1,1,1,877,75.000000000000000 --1,06075022901,5024,3778,203,239,1255,2122,580,165,623,0.040406050955414,0.751990445859873,0.284862932061979,0.271762667821568,0.422372611464968,0.115445859872611,0.435664335664336,0.118619698058950,0,1,1,0,1,1,1,0,3,1,1,839,75.000000000000000 --1,06075022902,2460,1660,111,50,382,638,248,108,287,0.045121951219512,0.674796747967480,0.108932461873638,0.161522198731501,0.259349593495935,0.100813008130081,0.353448275862069,0.136020151133501,0,0,0,0,0,0,1,0,1,0,0,459,75.000000000000000 --1,06075022903,3097,2109,132,171,235,973,303,199,241,0.042621892153697,0.680981595092024,0.275362318840580,0.080507022953066,0.317455138662316,0.097836616080078,0.216337522441652,0.182904411764706,0,0,1,0,0,1,1,1,3,1,1,621,75.000000000000000 --1,06075023001,4835,4576,348,110,1498,2394,517,157,324,0.071975180972079,0.946432264736298,0.110998990918264,0.326290568503594,0.496577473553205,0.107239161999585,0.242878560719640,0.118580060422961,0,1,0,0,1,1,1,0,2,1,1,991,75.000000000000000 --1,06075023003,4369,3965,254,137,701,966,310,86,115,0.058136873426413,0.907530327306020,0.149726775956284,0.169160231660232,0.222734609176850,0.071035747021082,0.100877192982456,0.078538812785388,0,1,0,0,0,0,1,0,1,0,0,915,75.000000000000000 --1,06075023102,4870,4595,154,581,278,2929,537,224,345,0.031622176591376,0.943531827515400,0.570166830225711,0.063834672789897,0.601437371663244,0.110266940451745,0.225785340314136,0.149134487350200,0,1,1,0,0,1,1,0,2,1,1,1019,75.000000000000000 --1,06075023103,2934,2718,28,458,74,2465,370,218,458,0.009543285616905,0.926380368098159,0.628257887517147,0.028940164254986,0.840149965916837,0.126107702794819,0.439539347408829,0.236956521739130,0,1,1,0,0,1,1,1,3,1,1,729,75.000000000000000 --1,06075023200,4319,4072,189,249,629,1847,468,267,221,0.043760129659643,0.942810835841630,0.290548424737456,0.158598083711548,0.427645288261172,0.108358416300069,0.180114099429503,0.222129783693844,0,1,1,0,0,1,1,1,3,1,1,857,75.000000000000000 --1,06075023300,3367,3113,98,108,1083,891,239,61,67,0.029106029106029,0.924561924561925,0.149584487534626,0.343591370558376,0.265336509827278,0.070983070983071,0.078179696616103,0.073405535499398,0,1,0,0,1,0,0,0,1,0,0,722,75.000000000000000 --1,06075023400,3699,3565,212,257,908,2328,552,104,237,0.057312787239795,0.963773992971073,0.338603425559947,0.282075178626903,0.629359286293593,0.149229521492295,0.254564983888292,0.114917127071823,0,1,1,0,1,1,1,0,3,1,1,759,75.000000000000000 --1,06075025100,3402,1632,176,60,61,740,291,73,101,0.051734273956496,0.479717813051146,0.079470198675497,0.019230769230769,0.217519106407995,0.085866037179109,0.074759437453738,0.054640718562874,0,0,0,0,0,0,0,0,0,0,0,755,75.000000000000000 --1,06075025200,5957,3033,180,124,212,1639,361,197,364,0.030216551955682,0.509148900453248,0.106804478897502,0.037662106946172,0.275786639744237,0.060600973644452,0.168752897542884,0.095538312318138,0,0,0,0,0,0,1,0,1,0,0,1161,75.000000000000000 --1,06075025300,4718,2321,271,142,432,944,265,166,365,0.057439593047902,0.491945739720220,0.152034261241970,0.099356025758970,0.204373240961247,0.057198359594215,0.206214689265537,0.093785310734463,0,0,0,0,0,0,1,0,1,0,0,934,75.000000000000000 --1,06075025401,3351,1949,119,111,214,1049,377,76,377,0.035511787526112,0.581617427633542,0.160636758321274,0.065363469761759,0.320109856576137,0.112503730229782,0.305510534846029,0.061889250814332,0,0,0,0,0,1,1,0,1,0,0,691,75.000000000000000 --1,06075025402,3287,2056,128,184,283,581,157,18,46,0.038941283845452,0.625494371767569,0.245660881174900,0.093895155938952,0.176810712111990,0.047778454047474,0.039451114922813,0.016000000000000,0,0,1,0,0,0,0,0,1,0,0,749,75.000000000000000 --1,06075025403,5125,4062,295,227,966,1868,629,185,236,0.057560975609756,0.792585365853659,0.240721102863203,0.199628022318661,0.366490092211105,0.122779621315635,0.159675236806495,0.128205128205128,0,1,1,0,0,1,1,0,2,1,1,943,75.000000000000000 --1,06075025500,8696,7014,498,324,1184,2022,560,219,215,0.057267709291628,0.806577736890524,0.171792152704136,0.148296593186373,0.234190410006949,0.064464141821112,0.082628747117602,0.085446742099103,0,1,0,0,0,0,0,0,0,0,0,1886,75.000000000000000 --1,06075025600,5578,4594,446,55,1375,1504,532,162,182,0.079956973825744,0.823592685550376,0.047701647875108,0.258701787394167,0.269630692004303,0.095374686267479,0.112415071031501,0.102531645569620,0,1,0,0,1,0,1,0,2,0,0,1153,75.000000000000000 --1,06075025701,5116,4040,376,114,1203,1326,422,128,248,0.073494917904613,0.789679437060203,0.112983151635282,0.242638160548608,0.261538461538462,0.082486317435497,0.177396280400572,0.095025983667409,0,1,0,0,1,0,1,0,2,0,0,1009,75.000000000000000 --1,06075025702,4831,4376,272,243,1401,2051,317,131,145,0.056303042848272,0.905816601117781,0.222527472527473,0.311056838365897,0.424901595193702,0.065672260203025,0.120632279534110,0.113028472821398,0,1,1,0,1,1,1,0,3,1,1,1092,75.000000000000000 --1,06075025800,1994,1778,122,123,435,846,223,139,42,0.061183550651956,0.891675025075226,0.273333333333333,0.225974025974026,0.426196473551637,0.111835506519559,0.067961165048544,0.224919093851133,0,1,1,0,1,1,0,1,3,1,1,450,75.000000000000000 --1,06075025900,3996,3168,443,73,769,699,406,128,183,0.110860860860861,0.792792792792793,0.082299887260428,0.197991761071061,0.175231887691151,0.101779894710454,0.132897603485839,0.095025983667409,1,1,0,0,0,0,1,0,2,0,0,887,75.000000000000000 --1,06075026001,5448,4889,269,167,1135,1907,473,286,348,0.049375917767988,0.897393538913363,0.159047619047619,0.225422045680238,0.350036710719530,0.086820851688693,0.238193018480493,0.198749131341209,0,1,0,0,1,1,1,1,3,1,1,1050,75.000000000000000 --1,06075026002,3549,2648,388,116,763,909,317,27,74,0.109326570865032,0.746125669202592,0.160664819944598,0.222708698190309,0.277726856095325,0.096853040024442,0.076131687242798,0.027979274611399,1,1,0,0,1,0,0,0,2,0,0,722,75.000000000000000 --1,06075026003,5097,4617,271,175,1152,2180,434,158,102,0.053168530508142,0.905826957033549,0.165094339622642,0.237427864798021,0.431426875123689,0.085148126348833,0.074506939371804,0.118440779610195,0,1,0,0,1,1,0,0,1,1,1,1060,75.000000000000000 --1,06075026004,4658,4241,221,136,1185,1731,442,241,154,0.047445255474453,0.910476599398884,0.152125279642058,0.271976130364930,0.371618720480893,0.094890510948905,0.125000000000000,0.204064352243861,0,1,0,0,1,1,1,1,3,1,1,894,75.000000000000000 --1,06075026100,7047,6283,605,218,1882,1940,750,314,433,0.085852135660565,0.891585071661700,0.151388888888889,0.289493924011691,0.277261683578677,0.106428267347808,0.217916456970307,0.163286531461258,0,1,0,0,1,0,1,1,3,0,1,1440,75.000000000000000 --1,06075026200,7867,6958,479,117,1814,2167,708,111,281,0.060887250540231,0.884454048557265,0.071911493546404,0.238809899947341,0.276473590201582,0.090122199592668,0.144547325102881,0.058390320883745,0,1,0,0,1,0,1,0,2,0,0,1627,75.000000000000000 --1,06075026301,4672,4005,359,108,1352,1874,508,111,256,0.076840753424658,0.857234589041096,0.109311740890688,0.300377693845812,0.402404981747906,0.108966108966109,0.188235294117647,0.084539223153085,0,1,0,0,1,1,1,0,2,1,1,988,75.000000000000000 --1,06075026302,5295,4430,306,104,1041,1185,505,86,107,0.057790368271955,0.836638338054769,0.092444444444444,0.206793802145411,0.223796033994334,0.095372993389991,0.071238348868176,0.058068872383525,0,1,0,0,1,0,0,0,1,0,0,1125,75.000000000000000 --1,06075026303,5365,4744,343,187,1625,1550,462,182,110,0.063932898415657,0.884249767008388,0.177251184834123,0.322037257233452,0.292342512259525,0.087136929460581,0.087025316455696,0.145367412140575,0,1,0,0,1,0,0,0,1,0,0,1055,75.000000000000000 --1,06075026401,3802,3650,296,156,1146,1654,414,154,297,0.077853761178327,0.960021041557075,0.172949002217295,0.314921681780709,0.435034192530247,0.108890057864282,0.269509981851180,0.144465290806754,0,1,0,0,1,1,1,0,2,1,1,902,75.000000000000000 --1,06075026402,4155,3781,212,159,995,734,417,58,62,0.051022864019254,0.909987966305656,0.183179723502304,0.255324608673338,0.178458546073426,0.100603136308806,0.052542372881356,0.050788091068301,0,1,0,0,1,0,0,0,1,0,0,868,75.000000000000000 --1,06075026403,3833,3676,355,65,1568,1956,343,155,230,0.092616749282546,0.959039916514480,0.083870967741936,0.437255995538204,0.519521912350598,0.090310689836756,0.216165413533835,0.149613899613900,0,1,0,0,1,1,1,0,2,1,1,775,75.000000000000000 --1,06075026404,2476,2430,133,88,635,1076,238,106,100,0.053715670436187,0.981421647819063,0.166982922201139,0.272298456260720,0.434571890145396,0.096787311915413,0.152207001522070,0.164341085271318,0,1,0,0,1,1,1,1,3,1,1,527,75.000000000000000 --1,06075030101,4728,1815,198,72,143,1229,406,290,539,0.041878172588833,0.383883248730964,0.108597285067873,0.031154684095861,0.269931913024380,0.085871404399323,0.256300523062292,0.139423076923077,0,0,0,0,0,0,1,0,1,0,0,663,75.000000000000000 --1,06075030102,5229,1978,373,63,143,405,201,168,256,0.071332950851023,0.378275004781029,0.060402684563758,0.028871391076115,0.085750582257040,0.038461538461538,0.114952851369555,0.078321678321678,0,0,0,0,0,0,1,0,1,0,0,1043,75.000000000000000 --1,06075030201,4184,1714,374,20,329,717,373,211,340,0.089388145315488,0.409655831739962,0.024213075060533,0.081597222222222,0.171367112810707,0.089149139579350,0.181915462814339,0.114986376021798,0,0,0,0,0,0,1,0,1,0,0,826,75.000000000000000 --1,06075030202,4296,2209,137,67,270,1042,101,285,542,0.031890130353817,0.514199255121043,0.074944071588367,0.066257668711656,0.242551210428305,0.023510242085661,0.264261335933691,0.145631067961165,0,0,0,0,0,0,1,0,1,0,0,894,75.000000000000000 --1,06075030301,5648,2905,331,75,395,717,434,260,329,0.058604815864023,0.514341359773371,0.059335443037975,0.074881516587678,0.128287707997853,0.077652531758812,0.141262344353800,0.115761353517364,0,0,0,0,0,0,1,0,1,0,0,1264,75.000000000000000 --1,06075030302,3936,2291,370,50,369,768,303,111,135,0.094004065040650,0.582063008130081,0.052192066805845,0.096824980320126,0.195121951219512,0.076981707317073,0.095541401273885,0.080786026200873,0,0,0,0,0,0,0,0,0,0,0,958,75.000000000000000 --1,06075030400,5411,2915,437,91,311,867,363,71,141,0.080761411938644,0.538717427462576,0.061155913978495,0.060980392156863,0.160229162816485,0.067085566438736,0.071938775510204,0.037447257383966,0,0,0,0,0,0,0,0,0,0,0,1488,75.000000000000000 --1,06075030500,2825,1331,456,7,297,389,486,28,140,0.161415929203540,0.471150442477876,0.013461538461539,0.107725788900979,0.164065795023197,0.206106870229008,0.140562248995984,0.028397565922921,1,0,0,0,0,0,1,0,2,0,0,520,75.000000000000000 --1,06075030600,2353,915,206,37,45,156,163,10,48,0.087547811304717,0.388865278368041,0.058637083993661,0.020279405137449,0.066298342541437,0.069273268168296,0.052747252747253,0.011507479861910,0,0,0,0,0,0,0,0,0,0,0,631,75.000000000000000 --1,06075030700,6905,3332,610,149,210,834,747,16,51,0.088341781317886,0.482548877624910,0.081599123767799,0.031905195989061,0.120782041998552,0.108182476466329,0.019187358916479,0.006083650190114,0,0,0,0,0,0,0,0,0,0,0,1826,75.000000000000000 --1,06075030800,5646,2741,516,68,258,321,503,69,165,0.091392136025505,0.485476443499823,0.042526579111945,0.048984241503702,0.057372654155496,0.089677304332323,0.077392120075047,0.033061811212266,0,0,0,0,0,0,0,0,0,0,0,1599,75.000000000000000 --1,06075030900,6619,3548,812,102,210,527,551,14,144,0.122677141562170,0.536032633328297,0.054140127388535,0.032674653804263,0.079860584937112,0.083308134260659,0.061591103507271,0.006050129645635,1,0,0,0,0,0,0,0,1,0,0,1884,75.000000000000000 --1,06075031000,3744,2163,367,68,317,563,360,85,100,0.098023504273504,0.577724358974359,0.071881606765328,0.088770652478297,0.150373931623932,0.096153846153846,0.075528700906344,0.065284178187404,0,0,0,0,0,0,0,0,0,0,0,946,75.000000000000000 --1,06075031100,6602,3574,418,94,422,1090,486,160,251,0.063314147228113,0.541351105725538,0.061317677756034,0.069648456841063,0.165101484398667,0.073614056346562,0.099524187153053,0.063441712926249,0,0,0,0,0,0,0,0,0,0,0,1533,75.000000000000000 --1,06075031201,7169,6070,526,61,1755,2370,912,220,251,0.073371460454736,0.846701074068908,0.046003016591252,0.251937984496124,0.331839820778493,0.128071900014043,0.134368308351178,0.119565217391304,0,1,0,0,1,1,1,0,2,1,1,1326,75.000000000000000 --1,06075031202,2982,2613,215,65,660,727,297,98,144,0.072099262240107,0.876257545271630,0.109612141652614,0.227821884708319,0.245774171737661,0.099597585513078,0.162895927601810,0.112903225806452,0,1,0,0,1,0,1,0,2,0,0,593,75.000000000000000 --1,06075031301,4363,3575,367,103,680,1165,501,60,184,0.084116433646573,0.819390327756131,0.113686534216336,0.163618864292589,0.267079321412196,0.115384615384615,0.142857142857143,0.047281323877069,0,1,0,0,0,0,1,0,1,0,0,906,75.000000000000000 --1,06075031302,6301,5483,336,328,1134,2395,726,258,112,0.053324869068402,0.870179336613236,0.264090177133655,0.190428211586902,0.383138697808351,0.115238095238095,0.058455114822547,0.140752864157119,0,1,1,0,0,1,0,0,1,1,1,1242,75.000000000000000 --1,06075031400,6578,5905,370,117,1901,2753,733,231,192,0.056248099726361,0.897689267254485,0.090697674418605,0.295783413723355,0.421786425616669,0.111720774272215,0.103671706263499,0.129339305711086,0,1,0,0,1,1,1,0,2,1,1,1290,75.000000000000000 --1,06075032601,4766,3153,245,25,475,941,339,187,395,0.051405791019723,0.661561057490558,0.023562676720075,0.102925243770314,0.197440201426773,0.071128829206882,0.223289994347089,0.106979405034325,0,0,0,0,0,0,1,0,1,0,0,1061,75.000000000000000 --1,06075032602,4540,2859,436,118,623,1286,518,274,250,0.096035242290749,0.629735682819383,0.114785992217899,0.142595559624628,0.285714285714286,0.114348785871965,0.151148730350665,0.174744897959184,0,0,0,0,0,0,1,1,2,0,0,1028,75.000000000000000 --1,06075032700,7130,4679,649,101,1004,1540,695,163,152,0.091023842917251,0.656241234221599,0.056487695749441,0.145296671490593,0.216352908120259,0.097475455820477,0.061688311688312,0.066940451745380,0,0,0,0,0,0,0,0,0,0,0,1788,75.000000000000000 --1,06075032801,4111,2974,365,91,651,879,436,187,248,0.088786183410362,0.723424957431282,0.087332053742802,0.169222770990382,0.222081859525013,0.109989909182644,0.179580014482259,0.141452344931921,0,1,0,0,0,0,1,0,1,0,0,1042,75.000000000000000 --1,06075032802,3986,3201,468,52,627,986,458,195,207,0.117410938283994,0.803060712493728,0.055913978494624,0.165173867228662,0.248050314465409,0.114902157551430,0.148706896551724,0.145305514157973,1,1,0,0,0,0,1,0,2,0,0,930,75.000000000000000 --1,06075032901,5582,4364,505,123,1008,1167,561,171,152,0.090469365818703,0.781798638480831,0.085062240663900,0.186839666357739,0.211719883889695,0.100826743350108,0.084024322830293,0.098559077809798,0,1,0,0,0,0,0,0,0,0,0,1446,75.000000000000000 --1,06075032902,3995,2867,456,94,655,982,435,88,149,0.114142678347935,0.717647058823529,0.103183315038419,0.174063247408982,0.246547828270148,0.108886107634543,0.109478324761205,0.067073170731707,1,1,0,0,0,0,1,0,2,0,0,911,75.000000000000000 --1,06075033000,8770,5652,742,84,1164,1963,693,291,302,0.084606613454960,0.644469783352338,0.047754405912450,0.140004811161896,0.225606252154925,0.079499827922450,0.111480251015135,0.109935776350586,0,0,0,0,0,0,1,0,1,0,0,1759,75.000000000000000 --1,06075033100,4677,3133,473,17,379,554,298,74,32,0.101133205045970,0.669873850759034,0.013923013923014,0.082968476357268,0.118960704316083,0.063989692935366,0.021462105969148,0.051712089447939,1,0,0,0,0,0,0,0,1,0,0,1221,75.000000000000000 --1,06075033201,3702,2007,81,23,128,982,336,302,265,0.021880064829822,0.542139384116694,0.127071823204420,0.034725990233315,0.678176795580110,0.090761750405186,0.446880269814503,0.561338289962825,0,0,0,0,0,1,1,1,2,0,0,181,75.000000000000000 --1,06075033203,3931,2277,254,130,313,1455,405,514,323,0.064614601882473,0.579241923174765,0.166666666666667,0.083600427350427,0.370134825744085,0.103263640999490,0.217654986522911,0.358938547486034,0,0,0,0,0,1,1,1,2,0,0,780,75.000000000000000 --1,06075033204,3736,2484,357,75,356,1842,439,591,437,0.095556745182013,0.664882226980728,0.128424657534247,0.095647501343364,0.493040685224839,0.118265086206897,0.269586674892042,0.409563409563410,0,0,0,0,0,1,1,1,2,0,0,584,75.000000000000000 --1,06075035100,8031,5417,677,193,1373,1664,612,175,325,0.084298343917320,0.674511268833271,0.114472123368921,0.180018355841091,0.209018967466399,0.076214196762142,0.116237482117310,0.063775510204082,0,0,0,0,0,0,1,0,1,0,0,1686,75.000000000000000 --1,06075035201,5439,3661,291,136,780,1186,442,241,233,0.053502482073911,0.673101673101673,0.110659072416599,0.149855907780980,0.218899963086010,0.081730769230769,0.126492942453855,0.132636213538800,0,0,0,0,0,0,1,0,1,0,0,1229,75.000000000000000 --1,06075035202,4551,2624,227,95,608,1381,343,281,258,0.049879147440123,0.576576576576577,0.098343685300207,0.138971428571429,0.303449791254669,0.075368050977807,0.147008547008547,0.164712778429074,0,0,0,0,0,1,1,1,2,0,0,966,75.000000000000000 --1,06075035300,7885,5956,650,58,1717,1685,751,297,252,0.082435003170577,0.755358275206088,0.031711317659924,0.230222579780102,0.214403868176613,0.095244134432467,0.097788125727590,0.117298578199052,0,1,0,0,1,0,0,0,1,0,0,1829,75.000000000000000 --1,06075035400,6330,4054,445,110,1105,1557,747,325,348,0.070300157977883,0.640442338072670,0.072036673215455,0.183311214333112,0.246516782773908,0.118046776232617,0.153236459709379,0.150952159777055,0,0,0,0,0,0,1,1,2,0,0,1527,75.000000000000000 --1,06075040100,4346,1738,300,15,446,1130,495,265,477,0.069028992176714,0.399907961343764,0.018796992481203,0.107057129140663,0.264265668849392,0.115762394761459,0.250000000000000,0.141032464076637,0,0,0,0,0,0,1,0,1,0,0,798,75.000000000000000 --1,06075040200,5045,2576,460,31,391,812,424,223,700,0.091179385530228,0.510604558969276,0.029980657640232,0.082979626485569,0.161559888579387,0.084076938330359,0.297745640153126,0.097849934181659,0,0,0,0,0,0,1,0,1,0,0,1034,75.000000000000000 --1,06075042601,4111,2445,347,62,637,1581,322,432,697,0.084407686694235,0.594745803940647,0.079487179487179,0.165239948119326,0.384577961566529,0.078326441255169,0.403823870220162,0.261027190332326,0,0,0,0,0,1,1,1,2,0,0,780,75.000000000000000 --1,06075042602,3487,1569,171,78,347,570,310,164,297,0.049039288786923,0.449956983080011,0.098859315589354,0.107931570762053,0.165313225058005,0.089157319528329,0.207837648705388,0.119970738844184,0,0,0,0,0,0,1,0,1,0,0,789,75.000000000000000 --1,06075042700,5370,3328,477,81,1042,1901,710,480,772,0.088826815642458,0.619739292364991,0.074175824175824,0.203913894324853,0.354267610883340,0.132216014897579,0.331900257953568,0.216118865375957,0,0,0,0,1,1,1,1,3,1,1,1092,75.000000000000000 --1,06075042800,2357,770,244,98,95,230,153,44,37,0.103521425540942,0.326686465846415,0.143695014662757,0.043819188191882,0.097581671616462,0.064913025031820,0.040659340659341,0.048943270300334,1,0,0,0,0,0,0,0,1,0,0,682,75.000000000000000 --1,06075045100,5053,2785,356,61,358,1955,388,342,680,0.070453196121116,0.551157728082327,0.077117572692794,0.074459234608985,0.386898871957253,0.076786067682565,0.311640696608616,0.164107485604607,0,0,0,0,0,1,1,1,2,0,0,791,75.000000000000000 --1,06075045200,6896,3779,531,0,831,1781,738,434,785,0.077001160092807,0.547998839907193,0.000000000000000,0.124196682110297,0.258678286129267,0.107173976183561,0.272948539638387,0.157588961510530,0,0,0,0,0,0,1,1,2,0,0,1632,75.000000000000000 --1,06075047600,5586,3354,411,188,820,1081,488,280,361,0.073576799140709,0.600429645542428,0.148734177215190,0.151851851851852,0.193519513068385,0.087361260293591,0.159593280282935,0.129749768303985,0,0,0,0,0,0,1,0,1,0,0,1264,75.000000000000000 --1,06075047701,4016,2548,399,22,678,1015,367,246,352,0.099352589641434,0.634462151394422,0.023109243697479,0.173846153846154,0.252739043824701,0.091384462151394,0.195991091314031,0.141216991963261,0,0,0,0,0,0,1,0,1,0,0,952,75.000000000000000 --1,06075047702,4221,2570,403,82,651,829,486,185,333,0.095475005922767,0.608860459606728,0.074885844748858,0.161538461538462,0.196398957592987,0.115138592750533,0.205682520074120,0.118059987236758,0,0,0,0,0,0,1,0,1,0,0,1095,75.000000000000000 --1,06075047801,4001,2736,470,26,733,911,559,228,267,0.117470632341915,0.683829042739315,0.028169014084507,0.192691903259727,0.229067136032185,0.140135372273753,0.170607028753994,0.150495049504950,1,0,0,0,0,0,1,1,3,0,0,923,75.000000000000000 --1,06075047802,3952,2764,373,43,610,1149,442,273,371,0.094382591093117,0.699392712550607,0.059556786703601,0.158565115674552,0.294842186297152,0.111842105263158,0.230864965774736,0.175449871465296,0,0,0,0,0,0,1,1,2,0,0,722,75.000000000000000 --1,06075047901,6571,3765,584,234,623,1670,754,384,336,0.088875361436615,0.572972150357632,0.147448015122873,0.101366742596811,0.255078661982587,0.115715162676489,0.128440366972477,0.150884086444008,0,0,0,0,0,0,1,1,2,0,0,1587,75.000000000000000 --1,06075047902,3669,1981,306,115,322,1066,312,212,269,0.083401471790679,0.539929136004361,0.128491620111732,0.092715231788079,0.290542382120469,0.085036794766967,0.176162409954158,0.143728813559322,0,0,0,0,0,0,1,0,1,0,0,895,75.000000000000000 --1,06075060100,3451,745,67,40,37,346,163,104,75,0.019414662416691,0.215879455230368,0.066115702479339,0.012227362855254,0.100493755445832,0.047232686177919,0.061576354679803,0.086235489220564,0,0,0,0,0,0,0,0,0,0,0,605,75.000000000000000 --1,06075060400,1854,908,200,45,184,685,344,332,317,0.107874865156419,0.489751887810140,0.125348189415042,0.102850754611515,0.369471413160734,0.185544768069040,0.300189393939394,0.339121552604699,1,0,0,0,0,1,1,1,3,1,1,359,75.000000000000000 --1,06075060502,3184,3056,58,328,542,2073,353,119,382,0.018216080402010,0.959798994974874,0.420512820512821,0.181757209926224,0.657886385274516,0.110866834170854,0.405951115834219,0.131201764057332,0,1,1,0,0,1,1,0,2,1,1,780,75.000000000000000 --1,06075060700,9804,6090,191,202,791,2109,482,463,1443,0.019481844145247,0.621175030599755,0.094436652641421,0.083606384103160,0.223174603174603,0.049163606691146,0.305914776340895,0.102957527240382,0,0,0,0,0,0,1,0,1,0,0,2139,75.000000000000000 --1,06075061000,4474,3967,187,165,612,581,292,103,105,0.041797049620027,0.886678587393831,0.150547445255474,0.149779735682819,0.129861421546714,0.065265981224855,0.070140280561122,0.069688768606225,0,1,0,0,0,0,0,0,0,0,0,1096,75.000000000000000 --1,06075061100,4488,4300,702,149,2871,3592,724,615,1673,0.156417112299465,0.958110516934046,0.142720306513410,0.657882676443630,0.800356506238859,0.161319073083779,0.833582461385152,0.314738996929376,1,1,0,0,1,1,1,1,4,1,1,1044,75.000000000000000 --1,06075061200,4023,3691,176,193,1066,2001,362,216,323,0.043748446433010,0.917474521501367,0.250649350649351,0.282384105960265,0.503776435045317,0.090072157253048,0.285840707964602,0.199261992619926,0,1,1,0,1,1,1,1,4,1,1,770,75.000000000000000 --1,06075061400,5625,2416,214,257,241,1129,409,204,257,0.038044444444444,0.429511111111111,0.212924606462303,0.046723536254362,0.200711111111111,0.072711111111111,0.105457529749692,0.084297520661157,0,0,1,0,0,0,1,0,2,0,0,1207,75.000000000000000 --1,06075061500,12391,6068,178,240,878,2089,1001,604,2063,0.014365265111775,0.489710273585667,0.097719869706840,0.074838049778384,0.171948308502757,0.081289589085594,0.303694980126601,0.089880952380952,0,0,0,0,0,0,1,0,1,0,0,2456,75.000000000000000 --1,06075980200,299,84,55,0,32,12,0,0,4,0.183946488294314,0.280936454849498,0.000000000000000,0.108474576271186,0.105263157894737,0.000000000000000,0.058823529411765,0.000000000000000,1,0,0,0,0,0,0,0,1,0,0,24,75.000000000000000 --1,06075980300,45,5,0,0,0,0,0,0,0,0.000000000000000,0.111111111111111,,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,0,75.000000000000000 --1,06075980501,850,765,142,24,223,547,170,45,142,0.167058823529412,0.900000000000000,0.137142857142857,0.267707082833133,0.643529411764706,0.200000000000000,0.484641638225256,0.189075630252101,1,1,0,0,1,1,1,1,4,1,1,175,75.000000000000000 --1,06075980600,401,373,4,15,41,186,38,19,16,0.009975062344140,0.930174563591022,0.178571428571429,0.104060913705584,0.463840399002494,0.094763092269327,0.115942028985507,0.146153846153846,0,1,0,0,0,1,1,0,1,1,1,84,75.000000000000000 --1,06075980900,246,147,0,0,0,88,33,40,26,0.000000000000000,0.597560975609756,0.000000000000000,0.000000000000000,0.357723577235772,0.134146341463415,0.187050359712230,0.338983050847458,0,0,0,0,0,1,1,1,2,0,0,48,75.000000000000000 --1,06081600100,5025,3081,252,137,190,937,543,182,203,0.050149253731343,0.613134328358209,0.122869955156951,0.040391156462585,0.187662727818947,0.108059701492537,0.104316546762590,0.093525179856115,0,0,0,0,0,0,1,0,1,0,0,1115,81.000000000000000 --1,06081600200,4371,4223,215,207,1023,1540,301,184,115,0.049187828872112,0.966140471288035,0.220917822838847,0.247759748123032,0.355247981545559,0.068957617411226,0.101769911504425,0.165022421524664,0,1,1,0,1,1,1,1,4,1,1,937,81.000000000000000 --1,06081600300,4018,3362,235,102,437,800,270,84,61,0.058486809357890,0.836734693877551,0.104294478527607,0.113329875518672,0.199104031856645,0.067197610751618,0.050330033003300,0.071065989847716,0,1,0,0,0,0,0,0,0,0,0,978,81.000000000000000 --1,06081600401,3527,3209,250,13,256,595,327,8,50,0.070881769208959,0.909838389566204,0.017759562841530,0.077434966727163,0.168698610717324,0.092713354125319,0.045207956600362,0.007561436672968,0,1,0,0,0,0,0,0,0,0,0,732,81.000000000000000 --1,06081600402,4672,4364,201,230,932,1148,227,94,94,0.043022260273973,0.934075342465753,0.240837696335079,0.206514513627299,0.247094274644856,0.048587328767123,0.077493816982687,0.079324894514768,0,1,1,0,1,0,0,0,2,0,0,955,81.000000000000000 --1,06081600500,7588,6944,340,128,541,1563,486,13,116,0.044807590933052,0.915129151291513,0.082103912764593,0.075855300056085,0.206227734529621,0.064124554690592,0.059063136456212,0.006728778467909,0,1,0,0,0,0,0,0,0,0,0,1559,81.000000000000000 --1,06081600600,5412,5174,319,230,640,1156,346,125,190,0.058943089430894,0.956023651145602,0.188679245283019,0.125293657008614,0.213599408721360,0.063932002956393,0.121638924455826,0.083388925950634,0,1,0,0,0,0,1,0,1,0,0,1219,81.000000000000000 --1,06081600700,7715,7030,453,211,1099,2496,727,335,327,0.058716785482826,0.911211924821776,0.128423615337797,0.151669886834115,0.323903451855697,0.094342071113418,0.158583899127061,0.163734115347019,0,1,0,0,0,1,1,1,2,1,1,1643,81.000000000000000 --1,06081600800,6901,5825,220,178,553,2290,736,729,680,0.031879437762643,0.844080568033618,0.131656804733728,0.084208923404903,0.334599649327878,0.106651209969570,0.248538011695906,0.277397260273973,0,1,0,0,0,1,1,1,2,1,1,1352,81.000000000000000 --1,06081600900,3948,2494,406,62,365,1169,330,105,112,0.102836879432624,0.631712259371834,0.064115822130300,0.100800883733775,0.296099290780142,0.083586626139818,0.082171680117388,0.079485238455715,1,0,0,0,0,0,0,0,1,0,0,967,81.000000000000000 --1,06081601000,6980,5940,262,190,340,654,492,18,57,0.037535816618911,0.851002865329513,0.117574257425743,0.050905824225183,0.094087181700475,0.070608495981630,0.028120374938332,0.008919722497522,0,1,0,0,0,0,0,0,0,0,0,1616,81.000000000000000 --1,06081601100,5828,4690,527,74,727,880,707,25,92,0.090425531914894,0.804735758407687,0.057187017001546,0.130146795560329,0.150995195607412,0.121310912834592,0.051948051948052,0.014827995255042,0,1,0,0,0,0,0,0,0,0,0,1294,81.000000000000000 --1,06081601200,6285,4832,431,129,580,1261,578,280,168,0.068575974542562,0.768814638027049,0.087457627118644,0.098238482384824,0.202212957023733,0.092687620269403,0.080382775119617,0.139511709018435,0,1,0,0,0,0,0,0,0,0,0,1475,81.000000000000000 --1,06081601300,8668,7670,343,358,1566,3761,647,633,297,0.039570835256114,0.884863867097370,0.196379594075699,0.193548387096774,0.433894785417628,0.074642362713429,0.116837136113297,0.251990445859873,0,1,0,0,0,1,1,1,2,1,1,1823,81.000000000000000 --1,06081601400,6945,6214,694,199,891,1752,553,181,100,0.099928005759539,0.894744420446364,0.152490421455939,0.131960900473934,0.254799301919721,0.080424665503200,0.050150451354062,0.092868137506413,0,1,0,0,0,0,0,0,0,0,0,1305,81.000000000000000 --1,06081601501,5031,4587,410,60,586,687,375,67,50,0.081494732657523,0.911747167561121,0.058479532163743,0.120229790726303,0.138759846495657,0.074716078900179,0.038051750380518,0.050989345509894,0,1,0,0,0,0,0,0,0,0,0,1026,81.000000000000000 --1,06081601502,5906,5118,473,201,880,2226,223,493,215,0.080088046054860,0.866576363020657,0.151014274981217,0.163629602082559,0.399640933572711,0.040035906642729,0.120854412591343,0.281714285714286,0,1,0,0,0,1,1,1,2,1,1,1331,81.000000000000000 --1,06081601601,2825,2243,192,72,345,654,315,81,51,0.067964601769911,0.793982300884956,0.119402985074627,0.130090497737557,0.231504424778761,0.111504424778761,0.058891454965358,0.093533487297922,0,1,0,0,0,0,0,0,0,0,0,603,81.000000000000000 --1,06081601603,5992,5137,444,74,385,641,552,186,143,0.074098798397864,0.857309746328438,0.055722891566265,0.069898329702251,0.107532293239389,0.092184368737475,0.075421940928270,0.098778544875199,0,1,0,0,0,0,0,0,0,0,0,1328,81.000000000000000 --1,06081601604,2839,1867,125,29,134,464,240,61,39,0.044029587883057,0.657625924621346,0.042962962962963,0.050300300300300,0.163437830221909,0.084536808735470,0.034790365744871,0.055103884372177,0,0,0,0,0,0,0,0,0,0,0,675,81.000000000000000 --1,06081601605,6286,5854,370,104,354,1078,432,49,28,0.058860960865415,0.931275851097677,0.077554064131245,0.058070866141732,0.171902407909424,0.068800764452938,0.016548463356974,0.029411764705882,0,1,0,0,0,0,0,0,0,0,0,1341,81.000000000000000 --1,06081601700,4643,3385,279,67,274,569,540,40,58,0.060090458755115,0.729054490631058,0.066074950690335,0.060861839182586,0.123186836977701,0.116681071737252,0.042428675932699,0.030052592036063,0,1,0,0,0,0,0,0,0,0,0,1014,81.000000000000000 --1,06081601800,6318,4434,462,170,315,940,643,109,123,0.073124406457740,0.701804368471035,0.109114249037227,0.053444180522565,0.149491094147583,0.101788823808770,0.058515699333968,0.052178075634275,0,1,0,0,0,0,0,0,0,0,0,1558,81.000000000000000 --1,06081601901,4377,3373,262,147,209,659,472,69,59,0.059858350468357,0.770619145533470,0.138418079096045,0.050216242191254,0.150559744116975,0.107836417637651,0.041725601131542,0.049180327868852,0,1,0,0,0,0,0,0,0,0,0,1062,81.000000000000000 --1,06081601902,5267,4126,572,160,293,1015,453,164,296,0.108600721473324,0.783368141256882,0.117647058823529,0.060176627644280,0.192745917204709,0.086023547284466,0.130281690140845,0.073378076062640,1,1,0,0,0,0,1,0,2,0,0,1360,81.000000000000000 --1,06081602000,8139,6364,475,134,811,2038,915,74,135,0.058360978007126,0.781914240078634,0.073666849917537,0.106360655737705,0.251047055925105,0.112421673424254,0.054108216432866,0.029659318637275,0,1,0,0,0,0,0,0,0,0,0,1819,81.000000000000000 --1,06081602100,3103,2714,85,154,672,1168,263,163,119,0.027392845633258,0.874637447631325,0.215988779803647,0.228028503562945,0.376409925878182,0.084893479664300,0.120689655172414,0.166837256908905,0,1,1,0,1,1,1,1,4,1,1,713,81.000000000000000 --1,06081602200,7746,7063,476,402,1930,3425,792,822,367,0.061451071520785,0.911825458301059,0.238575667655786,0.269628387817826,0.442163697392202,0.102246320681642,0.150225133033156,0.346835443037975,0,1,1,0,1,1,1,1,4,1,1,1685,81.000000000000000 --1,06081602300,3951,3292,246,73,564,1231,344,155,78,0.062262718299165,0.833206783092888,0.080662983425414,0.152556126589126,0.317923553719008,0.087198986058302,0.064730290456431,0.135964912280702,0,1,0,0,0,1,0,0,0,1,1,905,81.000000000000000 --1,06081602400,7556,4849,824,156,328,1503,873,187,258,0.109052408681842,0.641741662255161,0.079147640791476,0.046067415730337,0.199522102747909,0.115890083632019,0.093852309930884,0.071292413267251,1,0,0,0,0,0,0,0,1,0,0,1971,81.000000000000000 --1,06081602500,5636,4696,367,92,278,586,552,42,25,0.065117104329312,0.833215046132008,0.074313408723748,0.051491016854973,0.105357784969435,0.099819168173599,0.016490765171504,0.028018679119413,0,1,0,0,0,0,0,0,0,0,0,1238,81.000000000000000 --1,06081602600,8485,7602,435,209,535,1526,652,271,225,0.051266941661756,0.895934001178550,0.102300538423886,0.066975463194792,0.179846788450206,0.076968480698855,0.081168831168831,0.100147819660015,0,1,0,0,0,0,0,0,0,0,0,2043,81.000000000000000 --1,06081602700,5796,4126,211,182,232,989,343,141,42,0.036404416839199,0.711870255348516,0.130935251798561,0.042320321050711,0.170959377700951,0.059291270527226,0.021298174442191,0.071792260692464,0,1,0,0,0,0,0,0,0,0,0,1390,81.000000000000000 --1,06081602800,4350,3110,277,166,183,375,354,117,81,0.063678160919540,0.714942528735632,0.152293577981651,0.043937575030012,0.086206896551724,0.081379310344828,0.052224371373308,0.076420640104507,0,1,0,0,0,0,0,0,0,0,0,1090,81.000000000000000 --1,06081602900,3776,1968,98,48,36,455,373,85,22,0.025953389830508,0.521186440677966,0.052921719955899,0.010123734533183,0.122674575357239,0.100566190347803,0.013707165109034,0.054838709677419,0,0,0,0,0,0,0,0,0,0,0,907,81.000000000000000 --1,06081603000,4549,1625,160,127,155,895,421,285,62,0.035172565398989,0.357221367333480,0.123062015503876,0.035747232472325,0.196746537700594,0.092547812706089,0.031729785056295,0.150237216657881,0,0,0,0,0,0,0,1,1,0,0,1032,81.000000000000000 --1,06081603100,3526,1177,178,49,140,460,197,81,12,0.050482132728304,0.333806012478729,0.052406417112299,0.041224970553592,0.130681818181818,0.055965909090909,0.009748172217709,0.065800162469537,0,0,0,0,0,0,0,0,0,0,0,935,81.000000000000000 --1,06081603200,3865,1130,134,163,75,580,336,35,46,0.034670116429496,0.292367399741268,0.162027833001988,0.020297699594046,0.152111198531340,0.088119590873328,0.032833690221271,0.025716385011021,0,0,0,0,0,0,0,0,0,0,0,1006,81.000000000000000 --1,06081603300,6772,2357,402,230,77,596,526,145,89,0.059362079149439,0.348050797401063,0.127282789153293,0.011945392491468,0.088165680473373,0.077672770230360,0.037238493723849,0.061754684838160,0,0,0,0,0,0,0,0,0,0,0,1807,81.000000000000000 --1,06081603400,5782,2316,399,115,132,767,508,107,133,0.069007263922518,0.400553441715669,0.077388963660835,0.024331797235023,0.132790858725762,0.087858872362504,0.062884160756501,0.050614947965941,0,0,0,0,0,0,0,0,0,0,0,1486,81.000000000000000 --1,06081603700,5560,3648,501,83,265,1130,691,32,16,0.090107913669065,0.656115107913669,0.064692127825409,0.050294173467451,0.205007256894049,0.125362844702467,0.009732360097324,0.019619865113427,0,0,0,0,0,0,0,0,0,0,0,1283,81.000000000000000 --1,06081603801,2111,1401,82,47,168,562,245,82,57,0.038844149692089,0.663666508763619,0.105145413870246,0.082922013820336,0.266224538133586,0.116058739933681,0.047818791946309,0.068791946308725,0,0,0,0,0,0,0,0,0,0,0,447,81.000000000000000 --1,06081603802,4781,2411,507,89,186,707,434,201,84,0.106044760510353,0.504287805898348,0.067475360121304,0.040584769801440,0.147877013177160,0.090775988286969,0.044002095337873,0.105678233438486,1,0,0,0,0,0,0,0,1,0,0,1319,81.000000000000000 --1,06081603900,5395,2814,372,127,280,570,490,122,32,0.068952734012975,0.521594068582020,0.097318007662835,0.054253051734160,0.105653382761817,0.090824837812790,0.015274463007160,0.058233890214797,0,0,0,0,0,0,0,0,0,0,0,1305,81.000000000000000 --1,06081604000,3238,1528,289,115,173,522,281,48,63,0.089252625077208,0.471896232242125,0.134032634032634,0.056889181190398,0.161260426320667,0.086808773555761,0.057904411764706,0.044485634847081,0,0,0,0,0,0,0,0,0,0,0,858,81.000000000000000 --1,06081604101,8163,6269,330,259,1130,1830,375,448,142,0.040426313855200,0.767977459267426,0.150057937427578,0.148430316563773,0.226373082632360,0.046267735965453,0.055533828705514,0.180572349858928,0,1,0,0,0,0,0,1,1,0,0,1726,81.000000000000000 --1,06081604102,2772,1989,247,88,241,723,306,344,216,0.089105339105339,0.717532467532468,0.149659863945578,0.091391733029958,0.260822510822511,0.110389610389610,0.142857142857143,0.230563002680965,0,1,0,0,0,0,1,1,2,0,0,588,81.000000000000000 --1,06081604200,4263,3344,119,268,633,1050,299,91,32,0.027914614121511,0.784424114473376,0.316410861865407,0.166535122336227,0.247291568535092,0.070138400187661,0.029574861367837,0.086255924170616,0,1,1,0,0,0,0,0,1,0,0,847,81.000000000000000 --1,06081604400,5055,3723,380,153,540,742,321,193,160,0.075173095944609,0.736498516320475,0.129005059021922,0.114189046310002,0.154970760233918,0.067042606516291,0.091064314171884,0.112274578243165,0,1,0,0,0,0,0,0,0,0,0,1186,81.000000000000000 --1,06081604500,3458,1772,480,39,261,451,368,175,164,0.138808559861191,0.512434933487565,0.042669584245077,0.079816513761468,0.131295487627365,0.107132459970888,0.126934984520124,0.138668779714739,1,0,0,0,0,0,1,0,2,0,0,914,81.000000000000000 --1,06081604600,2661,1631,337,43,111,246,217,22,13,0.126644118752349,0.612927470875611,0.058743169398907,0.042512447338185,0.092446448703495,0.081548290116498,0.013569937369520,0.023231256599789,1,0,0,0,0,0,0,0,1,0,0,732,81.000000000000000 --1,06081604700,2659,1454,325,22,148,241,279,10,13,0.122226400902595,0.546822113576533,0.031473533619456,0.057971014492754,0.090669676448457,0.104966139954853,0.013684210526316,0.011086474501109,1,0,0,0,0,0,0,0,1,0,0,699,81.000000000000000 --1,06081604800,5183,3369,427,116,545,863,424,244,147,0.082384719274551,0.650009646922632,0.082738944365193,0.110212335692619,0.166860015467904,0.081979891724671,0.078441835645678,0.132177681473456,0,0,0,0,0,0,0,0,0,0,0,1402,81.000000000000000 --1,06081604900,3161,1805,321,56,161,357,365,28,53,0.101550142360013,0.571021828535274,0.064293915040184,0.052908314163654,0.113010446343780,0.115542893320671,0.044463087248322,0.023688663282572,1,0,0,0,0,0,0,0,1,0,0,871,81.000000000000000 --1,06081605000,8722,4095,827,225,429,1187,523,269,214,0.094817702361844,0.469502407704655,0.107398568019093,0.052006303794399,0.142121647509579,0.062619731800766,0.073920552677029,0.094651653764954,0,0,0,0,0,0,0,0,0,0,0,2095,81.000000000000000 --1,06081605100,3099,1158,64,41,130,386,163,155,57,0.020651823168764,0.373668925459826,0.053664921465969,0.045742434904996,0.124757595345831,0.052682611506141,0.040084388185654,0.110477548111190,0,0,0,0,0,0,0,0,0,0,0,764,81.000000000000000 --1,06081605200,3948,1303,140,129,82,474,63,82,37,0.035460992907801,0.330040526849038,0.129909365558912,0.023576768257619,0.120243531202435,0.015961489739042,0.028030303030303,0.063028439661799,0,0,0,0,0,0,0,0,0,0,0,993,81.000000000000000 --1,06081605300,4681,1514,342,193,50,763,303,157,142,0.073061311685537,0.323435163426618,0.171403197158082,0.011592858798980,0.163418290854573,0.064896123366888,0.076881429344884,0.087660524846454,0,0,0,0,0,0,0,0,0,0,0,1126,81.000000000000000 --1,06081605400,5779,2476,205,170,329,1258,429,301,159,0.035473265270808,0.428447828344004,0.123997082421590,0.061323392357875,0.217684720539886,0.074234296591106,0.064660431069541,0.129184549356223,0,0,0,0,0,0,0,0,0,0,0,1371,81.000000000000000 --1,06081605500,4846,1837,306,155,58,826,421,408,254,0.063144861741643,0.379075526207181,0.155778894472362,0.012614180078295,0.170767004341534,0.087037419888361,0.093485461906514,0.154195011337868,0,0,0,0,0,0,0,1,1,0,0,995,81.000000000000000 --1,06081605600,5703,2038,554,50,119,241,387,0,8,0.097141855163949,0.357355777660880,0.030303030303030,0.022110739502044,0.042258460459407,0.067859021567596,0.004338394793926,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1650,81.000000000000000 --1,06081605700,5445,2032,394,49,158,282,359,0,26,0.072359963269054,0.373186409550046,0.031470777135517,0.030216102505259,0.051790633608815,0.065932047750230,0.014823261117446,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1557,81.000000000000000 --1,06081605800,2710,826,262,69,29,108,218,27,34,0.096678966789668,0.304797047970480,0.088010204081633,0.011262135922330,0.040000000000000,0.080442804428044,0.033663366336634,0.026973026973027,0,0,0,0,0,0,0,0,0,0,0,784,81.000000000000000 --1,06081605900,6226,3493,628,95,791,1939,705,448,259,0.100867330549309,0.561034371988436,0.078577336641853,0.134913866621184,0.313754045307443,0.114077669902913,0.102533650039588,0.180863948324586,1,0,0,0,0,1,1,1,3,1,1,1209,81.000000000000000 --1,06081606000,5505,3554,191,215,827,1956,357,276,140,0.034695731153497,0.645594913714805,0.173948220064725,0.161114358075200,0.355313351498638,0.064850136239782,0.064338235294118,0.130558183538316,0,0,0,0,0,1,0,0,0,0,0,1236,81.000000000000000 --1,06081606100,4091,2741,123,161,408,1062,181,116,28,0.030065998533366,0.670007333170374,0.189411764705882,0.107171000788022,0.259721203228173,0.044265101491807,0.021439509954058,0.088820826952527,0,0,0,0,0,0,0,0,0,0,0,850,81.000000000000000 --1,06081606200,8572,7220,226,427,2044,3154,727,388,169,0.026364909006066,0.842277181521232,0.249707602339181,0.261749263670124,0.368328856709097,0.084900151815952,0.072970639032815,0.167530224525043,0,1,1,0,1,1,0,1,3,1,1,1710,81.000000000000000 --1,06081606300,4268,2333,605,52,695,794,535,213,212,0.141752577319588,0.546626054358013,0.057268722466960,0.173273497880828,0.191325301204819,0.128328136243704,0.113308391234634,0.119194180190263,1,0,0,0,0,0,1,0,2,0,0,908,81.000000000000000 --1,06081606400,4896,1837,711,29,50,643,545,342,240,0.145220588235294,0.375204248366013,0.026032315978456,0.011243534967394,0.131331699346405,0.111315359477124,0.094007050528790,0.136690647482014,1,0,0,0,0,0,0,0,1,0,0,1114,81.000000000000000 --1,06081606500,3559,755,301,85,9,243,152,32,39,0.084574318628828,0.212138241078955,0.084158415841584,0.002761583307763,0.068277606069121,0.042708626018544,0.029367469879518,0.024691358024691,0,0,0,0,0,0,0,0,0,0,0,1010,81.000000000000000 --1,06081606600,3621,1514,258,96,231,578,411,97,77,0.071251035625518,0.418116542391605,0.103225806451613,0.069327731092437,0.159624413145540,0.113504556752278,0.053921568627451,0.069039145907473,0,0,0,0,0,0,0,0,0,0,0,930,81.000000000000000 --1,06081606700,2372,872,302,26,40,154,206,46,12,0.127318718381113,0.367622259696459,0.037626628075253,0.017865118356409,0.064924114671164,0.086846543001686,0.013114754098361,0.050493962678375,1,0,0,0,0,0,0,0,1,0,0,691,81.000000000000000 --1,06081606800,3544,1426,408,58,151,201,268,36,0,0.115124153498871,0.402370203160271,0.057425742574257,0.045047732696897,0.056811758055399,0.075642111205193,0.000000000000000,0.028915662650602,1,0,0,0,0,0,0,0,1,0,0,1010,81.000000000000000 --1,06081606900,2355,867,240,38,55,300,256,31,6,0.101910828025478,0.368152866242038,0.060800000000000,0.024619516562220,0.136425648021828,0.116416552978627,0.006920415224914,0.036046511627907,1,0,0,0,0,0,0,0,1,0,0,625,81.000000000000000 --1,06081607000,3257,1324,250,50,71,295,147,125,62,0.076757752533006,0.406509057414799,0.057208237986270,0.023007128969540,0.090574147988947,0.045133558489407,0.043296089385475,0.087290502793296,0,0,0,0,0,0,0,0,0,0,0,874,81.000000000000000 --1,06081607100,3142,1185,374,130,89,220,401,14,7,0.119032463399109,0.377148313176321,0.151162790697674,0.030385797200410,0.070019096117123,0.127625716104392,0.006216696269982,0.013358778625954,1,0,0,0,0,0,0,0,1,0,0,860,81.000000000000000 --1,06081607200,3976,2121,308,109,133,654,344,403,152,0.077464788732394,0.533450704225352,0.130382775119617,0.035147991543340,0.166031987814166,0.087331810104087,0.087709174841316,0.232544720138488,0,0,0,0,0,0,0,1,1,0,0,836,81.000000000000000 --1,06081607300,3574,1085,245,80,97,304,215,43,24,0.068550643536654,0.303581421376609,0.079601990049751,0.028843294677371,0.085297418630752,0.060325476992144,0.017595307917889,0.031524926686217,0,0,0,0,0,0,0,0,0,0,0,1005,81.000000000000000 --1,06081607400,4534,2179,514,123,421,982,503,196,246,0.113365681517424,0.480591089545655,0.103885135135135,0.100477326968974,0.221770551038844,0.113595302619693,0.134426229508197,0.109070673344463,1,0,0,0,0,0,1,0,2,0,0,1184,81.000000000000000 --1,06081607500,3840,2176,247,117,331,669,383,129,150,0.064322916666667,0.566666666666667,0.118301314459050,0.093555681175805,0.174764890282132,0.099739583333333,0.099933377748168,0.086461126005362,0,0,0,0,0,0,0,0,0,0,0,989,81.000000000000000 --1,06081607600,3408,1832,295,122,226,827,209,140,52,0.086561032863850,0.537558685446009,0.136312849162011,0.072809278350515,0.244602188701568,0.061816030760130,0.040435458786936,0.110847189231987,0,0,0,0,0,0,0,0,0,0,0,895,81.000000000000000 --1,06081607701,4532,3493,150,99,429,1575,533,113,75,0.033097969991174,0.770741394527802,0.118562874251497,0.100303951367781,0.351640991292699,0.118734684785030,0.060337892196299,0.092622950819672,0,1,0,0,0,1,0,0,0,1,1,835,81.000000000000000 --1,06081607702,2960,2008,193,58,286,569,354,55,15,0.065202702702703,0.678378378378378,0.087087087087087,0.102435530085960,0.192881355932203,0.120000000000000,0.018028846153846,0.066585956416465,0,0,0,0,0,0,0,0,0,0,0,666,81.000000000000000 --1,06081607800,3112,1750,307,115,293,564,368,50,32,0.098650385604113,0.562339331619537,0.133720930232558,0.101524601524602,0.183713355048860,0.119869706840391,0.032553407934893,0.051124744376278,0,0,0,0,0,0,0,0,0,0,0,860,81.000000000000000 --1,06081607900,3236,1525,193,72,103,272,229,81,108,0.059641532756490,0.471260815822002,0.086021505376344,0.033236527912230,0.084054388133498,0.070766378244747,0.065414900060569,0.049270072992701,0,0,0,0,0,0,0,0,0,0,0,837,81.000000000000000 --1,06081608001,3599,2257,139,52,284,279,181,113,40,0.038621839399833,0.627118644067797,0.058823529411765,0.086585365853659,0.077780875383329,0.050291747707697,0.026863666890531,0.076402974983097,0,0,0,0,0,0,0,0,0,0,0,884,81.000000000000000 --1,06081608002,3414,1788,288,33,255,194,324,41,19,0.084358523725835,0.523725834797891,0.034846884899683,0.076737887451098,0.056824838898653,0.094903339191564,0.015127388535032,0.032643312101911,0,0,0,0,0,0,0,0,0,0,0,947,81.000000000000000 --1,06081608004,6532,3719,557,175,312,684,286,294,205,0.085272504592774,0.569350887936314,0.093984962406015,0.052078117175764,0.105004605465152,0.043784445805266,0.070714039323905,0.101414280786478,0,0,0,0,0,0,0,0,0,0,0,1862,81.000000000000000 --1,06081608013,4361,2397,185,140,430,811,154,82,17,0.042421462967209,0.549644576931896,0.117944397641112,0.104040648439390,0.186009174311927,0.035321100917431,0.010552451893234,0.051154086088584,0,0,0,0,0,0,0,0,0,0,0,1187,81.000000000000000 --1,06081608023,2626,1506,206,54,176,198,79,12,10,0.078446306169078,0.573495811119573,0.071240105540897,0.070682730923695,0.075399847677075,0.030083777608530,0.011415525114155,0.014101057579318,0,0,0,0,0,0,0,0,0,0,0,758,81.000000000000000 --1,06081608100,3911,2463,229,68,223,219,259,58,39,0.058552799795449,0.629762209153669,0.063492063492064,0.060845839017735,0.056633048875097,0.066410256410256,0.028550512445095,0.043219076005961,0,0,0,0,0,0,0,0,0,0,0,1071,81.000000000000000 --1,06081608200,3806,2175,379,71,383,296,255,47,20,0.099579611140305,0.571466106148187,0.074579831932773,0.104587657018023,0.079250334672021,0.068273092369478,0.015037593984962,0.035932721712538,0,0,0,0,0,0,0,0,0,0,0,952,81.000000000000000 --1,06081608300,3560,2178,192,68,134,223,254,41,41,0.053932584269663,0.611797752808989,0.068965517241379,0.040953545232274,0.062834601296140,0.071569456184841,0.030124908155768,0.030803906836965,0,0,0,0,0,0,0,0,0,0,0,986,81.000000000000000 --1,06081608400,5482,3038,362,169,618,781,618,295,60,0.066034294053265,0.554177307551988,0.129106187929717,0.121343019831141,0.143171402383135,0.113290559120073,0.028776978417266,0.142305836951278,0,0,0,0,0,0,0,0,0,0,0,1309,81.000000000000000 --1,06081608501,4999,2222,386,125,137,878,611,116,86,0.077215443088618,0.444488897779556,0.104340567612688,0.028631138975967,0.175775775775776,0.122322322322322,0.051251489868891,0.069129916567342,0,0,0,0,0,0,0,0,0,0,0,1198,81.000000000000000 --1,06081608502,2641,1545,83,70,46,381,89,139,18,0.031427489587278,0.585005679666793,0.104166666666667,0.018232263178755,0.144263536539190,0.033801747056589,0.015126050420168,0.118600682593857,0,0,0,0,0,0,0,0,0,0,0,672,81.000000000000000 --1,06081608600,4535,2725,252,139,158,1048,423,248,89,0.055567805953693,0.600882028665932,0.124329159212880,0.037405303030303,0.232578783843764,0.093480662983425,0.049720670391061,0.142365097588978,0,0,0,0,0,0,0,0,0,0,0,1118,81.000000000000000 --1,06081608700,7018,2640,469,32,128,581,336,210,133,0.066828156169849,0.376175548589342,0.018079096045198,0.019515169995426,0.086923997606224,0.048199684406828,0.049831397527164,0.079395085066163,0,0,0,0,0,0,0,0,0,0,0,1770,81.000000000000000 --1,06081608800,5941,1927,464,69,130,276,551,17,58,0.078101329742468,0.324356168995119,0.041945288753799,0.023322569070685,0.046472470112814,0.092776561710726,0.027281279397930,0.008133971291866,0,0,0,0,0,0,0,0,0,0,0,1645,81.000000000000000 --1,06081608900,6760,3243,550,197,158,966,484,463,145,0.081360946745562,0.479733727810651,0.119611414693382,0.025280000000000,0.144394618834081,0.072346786248131,0.047556575926533,0.155317007715532,0,0,0,0,0,0,0,1,1,0,0,1647,81.000000000000000 --1,06081609000,2547,1181,272,60,58,414,215,38,85,0.106792304672163,0.463682764036121,0.091463414634146,0.024691358024691,0.162544169611307,0.084413034943070,0.084325396825397,0.037698412698413,1,0,0,0,0,0,0,0,1,0,0,656,81.000000000000000 --1,06081609100,1721,881,27,45,118,440,90,33,0,0.015688553166763,0.511911679256246,0.135542168674699,0.074074074074074,0.256410256410256,0.052295177222545,0.000000000000000,0.057192374350087,0,0,0,0,0,0,0,0,0,0,0,332,81.000000000000000 --1,06081609201,3667,950,327,61,56,475,312,129,139,0.089173711480775,0.259067357512953,0.066739606126915,0.016582765768434,0.131251726996408,0.086092715231788,0.088142041851617,0.082061068702290,0,0,0,0,0,0,0,0,0,0,0,914,81.000000000000000 --1,06081609202,3990,1634,229,176,258,932,257,255,74,0.057393483709273,0.409523809523810,0.195121951219512,0.070395634379263,0.234465408805031,0.064459493353398,0.037563451776650,0.130769230769231,0,0,0,0,0,0,0,0,0,0,0,902,81.000000000000000 --1,06081609300,3422,845,340,71,0,378,250,56,33,0.099357101110462,0.246931618936295,0.073498964803313,0.000000000000000,0.110461718293396,0.073056691992987,0.026232114467409,0.045307443365696,0,0,0,0,0,0,0,0,0,0,0,966,81.000000000000000 --1,06081609400,3554,537,194,78,0,298,205,25,43,0.054586381541925,0.151097355092853,0.081081081081081,0.000000000000000,0.084228377614471,0.057762750070442,0.037197231833910,0.021626297577855,0,0,0,0,0,0,0,0,0,0,0,962,81.000000000000000 --1,06081609500,4972,1259,300,34,64,353,242,62,29,0.060337892196299,0.253218020917136,0.024637681159420,0.013657703798549,0.070997586484312,0.048672566371681,0.016013252346770,0.034235229155163,0,0,0,0,0,0,0,0,0,0,0,1380,81.000000000000000 --1,06081609601,2817,883,287,29,123,533,189,63,45,0.101881434149805,0.313454029108981,0.041547277936963,0.045878403580753,0.189208377706780,0.067092651757188,0.038560411311054,0.054878048780488,1,0,0,0,0,0,0,0,1,0,0,698,81.000000000000000 --1,06081609602,1607,500,145,19,0,181,161,13,30,0.090230242688239,0.311138767890479,0.040000000000000,0.000000000000000,0.112772585669782,0.100311526479751,0.047923322683706,0.020766773162939,0,0,0,0,0,0,0,0,0,0,0,475,81.000000000000000 --1,06081609603,5224,1356,457,0,44,407,467,36,17,0.087480857580398,0.259571209800919,0.000000000000000,0.008835341365462,0.078089025326170,0.089842247018084,0.008403361344538,0.018072289156626,0,0,0,0,0,0,0,0,0,0,0,1425,81.000000000000000 --1,06081609700,4414,923,266,51,42,343,242,8,44,0.060262800181241,0.209107385591300,0.039843750000000,0.010115606936416,0.078007732544917,0.054912638983435,0.027500000000000,0.005066497783407,0,0,0,0,0,0,0,0,0,0,0,1280,81.000000000000000 --1,06081609800,4589,1518,250,52,50,412,227,55,59,0.054478099803879,0.330791022009152,0.044255319148936,0.011660447761194,0.090212393255967,0.049704401138603,0.034746760895171,0.032391048292108,0,0,0,0,0,0,0,0,0,0,0,1175,81.000000000000000 --1,06081609900,3052,760,206,64,67,421,162,19,51,0.067496723460026,0.249017038007864,0.081736909323116,0.022984562607204,0.138350312191916,0.053079947575360,0.047663551401869,0.017757009345794,0,0,0,0,0,0,0,0,0,0,0,783,81.000000000000000 --1,06081610000,4554,1667,252,174,137,694,492,198,160,0.055335968379447,0.366051822573562,0.162616822429907,0.030939476061427,0.153743907842268,0.108489525909592,0.080645161290323,0.101747173689620,0,0,0,0,0,0,0,0,0,0,0,1070,81.000000000000000 --1,06081610100,2463,1487,96,132,269,917,142,84,44,0.038976857490865,0.603735282176208,0.224489795918367,0.122663018695850,0.372310190824198,0.057653268371904,0.048997772828508,0.094276094276094,0,0,1,0,0,1,0,0,1,0,0,588,81.000000000000000 --1,06081610201,5779,5167,139,228,1503,3136,523,454,185,0.024052604256792,0.894099325142758,0.207650273224044,0.274771480804388,0.544444444444444,0.090609840609841,0.107683352735739,0.266745005875441,0,1,1,0,1,1,1,1,4,1,1,1098,81.000000000000000 --1,06081610202,2024,1377,107,38,302,603,134,128,145,0.052865612648221,0.680335968379447,0.157024793388430,0.157373632100052,0.474429583005507,0.105428796223446,0.229430379746835,0.208469055374593,0,0,0,0,0,1,1,1,2,0,0,242,81.000000000000000 --1,06081610203,3336,3001,63,175,885,2127,192,363,80,0.018884892086331,0.899580335731415,0.285947712418301,0.292852415618795,0.637781109445277,0.057571214392804,0.081383519837233,0.369277721261445,0,1,1,0,1,1,0,1,3,1,1,612,81.000000000000000 --1,06081610302,2343,1359,95,130,206,961,309,49,73,0.040546308151942,0.580025608194622,0.275423728813559,0.091271599468321,0.445526193787668,0.142199723884031,0.089901477832512,0.062659846547315,0,0,1,0,0,1,0,0,1,0,0,472,81.000000000000000 --1,06081610303,7572,3947,345,126,216,301,237,89,31,0.045562599049128,0.521262546222927,0.059127170342562,0.030927835051546,0.039751716851558,0.031299524564184,0.010388739946381,0.030087897227857,0,0,0,0,0,0,0,0,0,0,0,2131,81.000000000000000 --1,06081610304,4013,2104,245,94,70,446,287,45,50,0.061051582357339,0.524296037876900,0.090297790585975,0.018827326519634,0.111166500498504,0.071535393818544,0.028506271379704,0.025655644241733,0,0,0,0,0,0,0,0,0,0,0,1041,81.000000000000000 --1,06081610400,6170,5044,166,256,1164,2731,530,263,57,0.026904376012966,0.817504051863857,0.197683397683398,0.208191736719728,0.443704305442729,0.085927367055772,0.034090909090909,0.158147925435959,0,1,0,0,1,1,0,1,2,1,1,1295,81.000000000000000 --1,06081610500,5131,4423,204,273,1325,2823,366,142,60,0.039758331709218,0.862015201715065,0.279141104294479,0.274497617567848,0.550185149093744,0.071331124537127,0.044280442804428,0.104797047970480,0,1,1,0,1,1,0,0,2,1,1,978,81.000000000000000 --1,06081610601,6500,5800,69,352,2233,3960,406,519,209,0.010615384615385,0.892307692307692,0.275862068965517,0.375357202891242,0.610357583230580,0.062461538461538,0.129894344313238,0.322560596643878,0,1,1,0,1,1,1,1,4,1,1,1276,81.000000000000000 --1,06081610602,3550,1885,114,132,435,640,199,46,10,0.032112676056338,0.530985915492958,0.173228346456693,0.133928571428571,0.180790960451977,0.056056338028169,0.008703220191471,0.040034812880766,0,0,0,0,0,0,0,0,0,0,0,762,81.000000000000000 --1,06081610700,5013,2692,434,268,377,1131,557,470,178,0.086574905246359,0.537003790145621,0.246550137994480,0.077619929997941,0.226835138387485,0.111533840608730,0.087041564792176,0.234063745019920,0,0,1,0,0,0,0,1,2,0,0,1087,81.000000000000000 --1,06081610800,5091,4039,98,289,726,2067,257,419,160,0.019249656256138,0.793360832842271,0.267592592592593,0.158411520837879,0.406010606953447,0.050481241406403,0.096385542168675,0.258482418260333,0,1,1,0,0,1,0,1,2,1,1,1080,81.000000000000000 --1,06081610900,8196,5706,170,212,1119,3368,612,483,189,0.020741825280625,0.696193265007321,0.128096676737160,0.150484131253362,0.415136201158634,0.074707031250000,0.076735688185140,0.201501877346683,0,0,0,0,0,1,0,1,1,0,0,1655,81.000000000000000 --1,06081611000,5788,2878,330,72,221,967,512,240,50,0.057014512785073,0.497235659986178,0.053333333333333,0.041959369660148,0.168320278503046,0.088842616692695,0.022727272727273,0.110701107011070,0,0,0,0,0,0,0,0,0,0,0,1350,81.000000000000000 --1,06081611100,6544,2184,630,131,136,428,551,51,130,0.096271393643032,0.333740831295844,0.076295864880606,0.022320695880519,0.065765212046712,0.084665027658267,0.056694286960314,0.022241604884431,0,0,0,0,0,0,0,0,0,0,0,1717,81.000000000000000 --1,06081611200,3011,980,239,70,17,221,263,27,25,0.079375622716705,0.325473264696114,0.087064676616915,0.006161652772744,0.073421926910299,0.087375415282392,0.023540489642185,0.025886864813039,0,0,0,0,0,0,0,0,0,0,0,804,81.000000000000000 --1,06081611300,4789,1513,364,120,174,489,318,117,42,0.076007517226979,0.315932344957194,0.090978013646702,0.040018399264029,0.102386934673367,0.066582914572864,0.021638330757342,0.062600321027287,0,0,0,0,0,0,0,0,0,0,0,1319,81.000000000000000 --1,06081611400,4454,947,385,143,51,207,276,23,0,0.086439155814998,0.212617871576111,0.119966442953020,0.011918672587053,0.051098494198963,0.061966771441401,0.000000000000000,0.016570605187320,0,0,0,0,0,0,0,0,0,0,0,1192,81.000000000000000 --1,06081611500,2580,562,338,55,7,238,182,7,12,0.131007751937985,0.217829457364341,0.069008782936010,0.002844372206420,0.092248062015504,0.070542635658915,0.012820512820513,0.007478632478632,1,0,0,0,0,0,0,0,1,0,0,797,81.000000000000000 --1,06081611600,2335,643,91,43,26,230,124,29,6,0.038972162740899,0.275374732334047,0.071666666666667,0.011780697779792,0.099394987035437,0.053104925053533,0.007177033492823,0.034688995215311,0,0,0,0,0,0,0,0,0,0,0,600,81.000000000000000 --1,06081611700,5349,5159,206,260,750,2143,394,209,184,0.038511871377828,0.964479341933072,0.250965250965251,0.152718387293830,0.401837614850928,0.073658627780894,0.128671328671329,0.149606299212598,0,1,1,0,0,1,1,0,2,1,1,1036,81.000000000000000 --1,06081611800,4149,4040,124,172,563,1627,470,101,33,0.029886719691492,0.973728609303447,0.240559440559441,0.142676127724278,0.392995169082126,0.113389626055489,0.040145985401460,0.127204030226700,0,1,1,0,0,1,0,0,1,1,1,715,81.000000000000000 --1,06081611900,10359,9403,292,373,1540,4386,677,427,183,0.028188049039483,0.907713099720050,0.207915273132664,0.163760102084219,0.428990610328639,0.065366418847156,0.074663402692779,0.175215428805909,0,1,1,0,0,1,0,1,2,1,1,1794,81.000000000000000 --1,06081612000,7795,7713,272,306,1517,4131,569,329,57,0.034894162924952,0.989480436177037,0.235203689469639,0.214326080813789,0.540565297042659,0.073032986779618,0.038229376257545,0.225188227241615,0,1,1,0,1,1,0,1,3,1,1,1301,81.000000000000000 --1,06081612100,7690,6238,83,322,1508,4820,510,577,193,0.010793237971391,0.811183355006502,0.199134199134199,0.214356787491116,0.626788036410923,0.066319895968791,0.074546156817304,0.230431309904153,0,1,0,0,1,1,0,1,2,1,1,1617,81.000000000000000 --1,06081612500,4563,960,279,97,74,357,258,247,173,0.061143984220907,0.210387902695595,0.091595845136922,0.018026796589525,0.078238001314924,0.056840713813615,0.083373493975904,0.121316306483301,0,0,0,0,0,0,0,0,0,0,0,1059,81.000000000000000 --1,06081612600,4487,1202,319,131,129,385,217,260,203,0.071094272342322,0.267885001114330,0.164779874213836,0.031084337349398,0.089806391415909,0.050138632162662,0.097784200385356,0.126829268292683,0,0,0,0,0,0,0,0,0,0,0,795,81.000000000000000 --1,06081612700,2034,219,231,6,5,157,136,6,9,0.113569321533923,0.107669616519174,0.011173184357542,0.002587991718427,0.077569169960474,0.066863323500492,0.012162162162162,0.008310249307479,1,0,0,0,0,0,0,0,1,0,0,537,81.000000000000000 --1,06081612800,3221,661,244,24,50,142,199,15,9,0.075752871778951,0.205215771499534,0.025423728813559,0.016672224074692,0.044222983494239,0.061801242236025,0.008522727272727,0.014285714285714,0,0,0,0,0,0,0,0,0,0,0,944,81.000000000000000 --1,06081612900,4562,1040,329,91,68,313,397,63,41,0.072117492327926,0.227970188513810,0.078448275862069,0.015391579900407,0.068866886688669,0.087195255875247,0.023658395845355,0.037278106508876,0,0,0,0,0,0,0,0,0,0,0,1160,81.000000000000000 --1,06081613000,3392,764,257,89,19,249,128,110,67,0.075766509433962,0.225235849056604,0.095493562231760,0.005959849435383,0.073538098050797,0.037802717070289,0.046334716459198,0.077084793272600,0,0,0,0,0,0,0,0,0,0,0,932,81.000000000000000 --1,06081613200,6756,1031,897,79,66,449,571,95,70,0.132770870337478,0.152605091770278,0.039638735574511,0.010343206393982,0.066935002981515,0.084982884357791,0.026296018031555,0.036440352896049,1,0,0,0,0,0,0,0,1,0,0,1993,81.000000000000000 --1,06081613300,2567,429,293,44,2,219,167,0,8,0.114141020646669,0.167121153097000,0.056847545219638,0.000794596742153,0.085313595636930,0.065056486170627,0.008456659619450,0.000000000000000,1,0,0,0,0,0,0,0,1,0,0,774,81.000000000000000 --1,06081613400,3303,343,357,49,59,220,216,58,26,0.108083560399637,0.103844989403573,0.061097256857855,0.018454801376290,0.066971080669711,0.065395095367847,0.021594684385382,0.049572649572650,1,0,0,0,0,0,0,0,1,0,0,802,81.000000000000000 --1,06081613501,4274,1852,165,63,333,724,389,73,34,0.038605521759476,0.433317735142723,0.060344827586207,0.084689725330621,0.169396350023397,0.091335994364874,0.023367697594502,0.050977653631285,0,0,0,0,0,0,0,0,0,0,0,1044,81.000000000000000 --1,06081613502,5763,1255,195,66,142,1075,337,237,13,0.033836543466944,0.217768523338539,0.045423262216105,0.026208933185677,0.187314863216588,0.058680132335016,0.006007393715342,0.109519408502773,0,0,0,0,0,0,0,0,0,0,0,1453,81.000000000000000 --1,06081613600,6315,1706,352,202,189,641,302,45,57,0.055740300870942,0.270150435471101,0.133157547791694,0.031791421362489,0.103320438426821,0.048756861478850,0.027078384798100,0.021377672209026,0,0,0,0,0,0,0,0,0,0,0,1517,81.000000000000000 --1,06081613700,8719,3650,770,130,823,1545,904,121,162,0.088312879917422,0.418625989218947,0.058850158442734,0.097999523696118,0.177606621450741,0.103681614864090,0.047368421052632,0.035556861592712,0,0,0,0,0,0,0,0,0,0,0,2209,81.000000000000000 --1,06081613900,6318,2158,317,118,138,767,379,105,23,0.050174105729661,0.341563786008230,0.084648493543759,0.023457419683835,0.125573018991487,0.061466104443724,0.010613751730503,0.050383877159309,0,0,0,0,0,0,0,0,0,0,0,1394,81.000000000000000 --1,06081614000,5843,4321,300,70,139,1009,501,94,25,0.051343487934280,0.739517371213418,0.054773082942097,0.025314150427973,0.174235883267139,0.086663207057602,0.015723270440252,0.061478090255069,0,1,0,0,0,0,0,0,0,0,0,1278,81.000000000000000 --1,06081984300,0,0,0,0,0,0,0,0,0,,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,81.000000000000000 --1,06085500100,6998,5897,250,299,1099,2676,391,365,139,0.035724492712204,0.842669334095456,0.230531996915960,0.174195593596450,0.388896962650778,0.055873106601886,0.061668145519077,0.164340387212967,0,1,1,0,0,1,0,1,2,1,1,1297,85.000000000000000 --1,06085500200,5557,3332,128,148,218,1666,346,246,175,0.023034011157099,0.599604102933237,0.224582701062215,0.041342689171250,0.343434343434343,0.071061819675498,0.082159624413146,0.120884520884521,0,0,1,0,0,1,0,0,1,0,0,659,85.000000000000000 --1,06085500300,3551,2066,112,112,233,953,218,166,92,0.031540411151788,0.581807941424951,0.181818181818182,0.067516661837149,0.272831377039794,0.062303515290083,0.067251461988304,0.123603871928518,0,0,0,0,0,0,0,0,0,0,0,616,85.000000000000000 --1,06085500400,2407,1480,119,71,171,770,271,119,74,0.049439135853760,0.614873286248442,0.129798903107861,0.079276773296245,0.322040987034714,0.112588284171167,0.075975359342916,0.124737945492662,0,0,0,0,0,1,0,0,0,0,0,547,85.000000000000000 --1,06085500500,5635,2474,536,122,289,863,547,114,93,0.095119787045253,0.439041703637977,0.081659973226238,0.055406441717791,0.161671037841888,0.102223883386283,0.046546546546546,0.057286432160804,0,0,0,0,0,0,0,0,0,0,0,1494,85.000000000000000 --1,06085500600,4785,2334,294,165,259,838,440,88,143,0.061442006269593,0.487774294670846,0.164342629482072,0.059078467153285,0.176532546871708,0.092514718250631,0.064443442992339,0.039657503379901,0,0,0,0,0,0,0,0,0,0,0,1004,85.000000000000000 --1,06085500800,3337,2128,251,62,354,1223,370,198,339,0.075217261012886,0.637698531615223,0.099838969404187,0.109394313967862,0.370493789760679,0.110878034162421,0.224801061007958,0.134419551934827,0,0,0,0,0,1,1,0,1,0,0,621,85.000000000000000 --1,06085500901,3974,2865,237,67,280,1635,313,375,462,0.059637644690488,0.720936084549572,0.112605042016807,0.073976221928666,0.413505311077390,0.078761952692501,0.232862903225806,0.198622881355932,0,1,0,0,0,1,1,1,2,1,1,595,85.000000000000000 --1,06085500902,5541,3698,25,60,218,1259,348,278,80,0.004511820970944,0.667388558022018,0.304568527918782,0.039744758432088,0.781502172563625,0.062804547915539,0.133111480865225,0.491166077738516,0,0,1,0,0,1,1,1,3,1,1,197,85.000000000000000 --1,06085501000,4443,3462,510,190,1027,2032,752,424,749,0.114787305874409,0.779203241053342,0.220930232558140,0.243422611993363,0.460040751641386,0.169675090252708,0.379817444219067,0.224101479915433,1,1,1,0,1,1,1,1,5,1,1,860,85.000000000000000 --1,06085501101,4431,3417,182,118,757,1896,291,318,300,0.041074249605055,0.771157752200406,0.143902439024390,0.183515151515152,0.427894380501016,0.065673662830061,0.166759310728182,0.177752934600335,0,1,0,0,0,1,1,1,2,1,1,820,85.000000000000000 --1,06085501102,4916,3660,276,106,511,1536,373,135,69,0.056143205858422,0.744507729861676,0.112169312169312,0.108079526226734,0.315529991783073,0.075874694873881,0.048557353976073,0.097543352601156,0,1,0,0,0,1,0,0,0,1,1,945,85.000000000000000 --1,06085501200,4571,3772,150,147,702,1894,521,223,138,0.032815576460293,0.825202362721505,0.151546391752577,0.164210526315789,0.421076033792797,0.115036431883418,0.098501070663812,0.167669172932331,0,1,0,0,0,1,0,1,1,1,1,970,85.000000000000000 --1,06085501300,4490,2447,229,36,292,1981,655,223,76,0.051002227171492,0.544988864142539,0.065934065934066,0.066666666666667,0.494261477045908,0.147356580427447,0.065012831479897,0.200539568345324,0,0,0,0,0,1,0,1,1,0,0,546,85.000000000000000 --1,06085501401,3378,2996,150,227,795,2042,319,190,109,0.044404973357016,0.886915334517466,0.304289544235925,0.257531584062196,0.612477504499100,0.095480395091290,0.103908484270734,0.181992337164751,0,1,1,0,1,1,1,1,4,1,1,746,85.000000000000000 --1,06085501402,3118,2745,177,175,995,1604,215,219,13,0.056767158434894,0.880372033354715,0.294117647058824,0.335468644639245,0.518422753716871,0.068954457985888,0.015011547344111,0.252886836027714,0,1,1,0,1,1,0,1,3,1,1,595,85.000000000000000 --1,06085501501,4676,4422,80,202,1191,2553,348,298,103,0.017108639863131,0.945680068434559,0.213756613756614,0.280829992926197,0.551880674448768,0.074422583404619,0.081230283911672,0.241100323624595,0,1,1,0,1,1,0,1,3,1,1,945,85.000000000000000 --1,06085501502,4163,3551,196,153,778,1702,370,174,7,0.047081431659861,0.852990631755945,0.175660160734788,0.204253084799160,0.408839779005525,0.088878212827288,0.006129597197898,0.157608695652174,0,1,0,0,1,1,0,1,2,1,1,871,85.000000000000000 --1,06085501600,6428,4288,110,346,950,3574,568,843,375,0.017112632233976,0.667081518357187,0.323364485981308,0.156817431495543,0.562568865103101,0.088459741473291,0.153940886699507,0.360564585115483,0,0,1,0,0,1,1,1,3,1,1,1070,85.000000000000000 --1,06085501700,4973,4260,132,344,1001,2756,246,397,90,0.026543334003619,0.856625779207722,0.350662589194699,0.219421306444542,0.560732451678535,0.049467122461291,0.069551777434312,0.308469308469308,0,1,1,0,1,1,0,1,3,1,1,981,85.000000000000000 --1,06085501800,5086,3390,196,143,576,1313,383,124,118,0.038537160833661,0.666535587888321,0.134272300469484,0.121493355832103,0.258159653952025,0.075304758159654,0.069167643610786,0.076732673267327,0,0,0,0,0,0,0,0,0,0,0,1065,85.000000000000000 --1,06085501900,5723,3677,340,261,837,1743,313,221,159,0.059409400663987,0.642495194827887,0.221938775510204,0.151137594799567,0.304560545168618,0.054873772791024,0.063523771474231,0.089582488852858,0,0,1,0,0,1,0,0,1,0,0,1176,85.000000000000000 --1,06085502001,5885,3997,135,423,425,2366,617,422,135,0.022939677145285,0.679184367034834,0.335448057097542,0.079276254430144,0.402586353581759,0.104985536838523,0.061813186813187,0.198868991517436,0,0,1,0,0,1,0,1,2,0,0,1261,85.000000000000000 --1,06085502002,5511,4837,103,316,821,2713,355,384,200,0.018689892941390,0.877699147160225,0.284428442844284,0.162864511009720,0.492288150970786,0.064416621302849,0.122324159021407,0.245681381957774,0,1,1,0,0,1,1,1,3,1,1,1111,85.000000000000000 --1,06085502101,5278,2352,333,117,293,1339,354,122,93,0.063092080333460,0.445623342175066,0.094736842105263,0.059540743751270,0.262343260188088,0.068538238141336,0.047088607594937,0.062023385866802,0,0,0,0,0,0,0,0,0,0,0,1235,85.000000000000000 --1,06085502102,7551,5813,345,284,1132,3551,691,657,207,0.045689312673818,0.769831810356244,0.187211601845748,0.163986672461249,0.480514208389716,0.093898627530915,0.076723498888065,0.246806912096168,0,1,0,0,0,1,0,1,1,1,1,1517,85.000000000000000 --1,06085502201,7087,5007,300,33,615,2935,511,714,323,0.042331028643996,0.706504868068294,0.022758620689655,0.097929936305733,0.414138563567095,0.072103852123607,0.108099062918340,0.243686006825939,0,1,0,0,0,1,1,1,2,1,1,1450,85.000000000000000 --1,06085502202,3276,1259,270,114,80,434,182,114,34,0.082417582417582,0.384310134310134,0.143216080402010,0.026507620941021,0.138658146964856,0.057906458797327,0.023529411764706,0.081545064377682,0,0,0,0,0,0,0,0,0,0,0,796,85.000000000000000 --1,06085502301,3291,916,344,170,46,531,255,134,61,0.104527499240352,0.278334852628380,0.228802153432032,0.015081967213115,0.161398176291793,0.077507598784194,0.046671767406274,0.105345911949686,1,0,1,0,0,0,0,0,2,0,0,743,85.000000000000000 --1,06085502302,3152,1413,80,60,209,348,186,156,45,0.025380710659899,0.448286802030457,0.092165898617511,0.075917181256811,0.110406091370558,0.059010152284264,0.035488958990536,0.123028391167192,0,0,0,0,0,0,0,0,0,0,0,651,85.000000000000000 --1,06085502400,7029,2659,238,55,59,792,449,68,31,0.033859724000569,0.378289941670223,0.031847133757962,0.008928571428571,0.112900926585887,0.063878218807796,0.011401250459728,0.025009194556822,0,0,0,0,0,0,0,0,0,0,0,1727,85.000000000000000 --1,06085502500,6380,1878,537,128,29,560,390,113,75,0.084169278996865,0.294357366771160,0.074941451990632,0.005027739251040,0.087774294670846,0.061128526645768,0.030205396697543,0.045879009338205,0,0,0,0,0,0,0,0,0,0,0,1708,85.000000000000000 --1,06085502601,2870,827,459,58,4,461,326,61,149,0.159930313588850,0.288153310104530,0.073697585768742,0.001497005988024,0.161019909186168,0.113866573524275,0.122734761120264,0.052540913006029,1,0,0,0,0,0,1,0,2,0,0,787,85.000000000000000 --1,06085502603,2448,745,232,58,22,312,230,43,19,0.094771241830065,0.304330065359477,0.083453237410072,0.009687362395421,0.127973748974569,0.094339622641509,0.020021074815595,0.046436285097192,0,0,0,0,0,0,0,0,0,0,0,695,85.000000000000000 --1,06085502604,4108,1688,129,222,128,762,439,179,108,0.031402142161636,0.410905550146056,0.243688254665203,0.032160804020100,0.185989748596534,0.106864654333009,0.052863436123348,0.090130916414904,0,0,1,0,0,0,0,0,1,0,0,911,85.000000000000000 --1,06085502701,4590,1927,294,83,243,1237,492,287,93,0.064052287581699,0.419825708061002,0.071923743500867,0.057203389830509,0.270028378083388,0.107189542483660,0.048437500000000,0.150419287211740,0,0,0,0,0,0,0,1,1,0,0,1154,85.000000000000000 --1,06085502702,7604,2741,590,135,272,1546,765,234,183,0.077590741714887,0.360468174644924,0.074875207986689,0.037569060773481,0.207823632208630,0.102836402742304,0.060098522167488,0.077689243027888,0,0,0,0,0,0,0,0,0,0,0,1803,85.000000000000000 --1,06085502800,4375,1628,202,138,178,523,479,63,7,0.046171428571429,0.372114285714286,0.124100719424460,0.042512538810604,0.120009178522258,0.109912804038550,0.004781420765027,0.043689320388350,0,0,0,0,0,0,0,0,0,0,0,1112,85.000000000000000 --1,06085502901,6658,2946,371,243,352,862,687,249,58,0.055722439170922,0.442475217783118,0.135075041689828,0.057013281503077,0.129721595184349,0.103277209861696,0.025962399283796,0.111459265890779,0,0,0,0,0,0,0,0,0,0,0,1799,85.000000000000000 --1,06085502902,7283,3049,567,194,166,1135,684,89,43,0.077852533296718,0.418646162295757,0.094449853943525,0.024155995343423,0.156035193841078,0.094033544129777,0.016380952380952,0.034086556874761,0,0,0,0,0,0,0,0,0,0,0,2054,85.000000000000000 --1,06085502903,5160,1825,525,78,124,378,586,34,6,0.101744186046512,0.353682170542636,0.055913978494624,0.025747508305648,0.073255813953488,0.113565891472868,0.003298515667949,0.018784530386740,1,0,0,0,0,0,0,0,1,0,0,1395,85.000000000000000 --1,06085502906,4284,2184,179,163,131,988,445,145,51,0.041783380018674,0.509803921568627,0.146979260595131,0.032931121166415,0.231003039513678,0.103874883286648,0.033442622950820,0.096795727636849,0,0,0,0,0,0,0,0,0,0,0,1109,85.000000000000000 --1,06085502907,3829,1410,331,74,97,449,424,60,47,0.086445547140245,0.368242360929747,0.072477962781587,0.026743865453543,0.118532206969377,0.111023828227285,0.035338345864662,0.045283018867924,0,0,0,0,0,0,0,0,0,0,0,1021,85.000000000000000 --1,06085502908,6729,2511,401,216,264,1067,704,79,80,0.059592807252192,0.373160945162728,0.125727590221187,0.043038800130421,0.158567394858077,0.104621786298113,0.032854209445585,0.032971619365609,0,0,0,0,0,0,0,0,0,0,0,1718,85.000000000000000 --1,06085502909,5426,2783,276,292,278,1173,352,246,98,0.050866199778843,0.512900847769996,0.197698036560596,0.055969398026978,0.216181349060081,0.064872834500553,0.048180924287119,0.121661721068249,0,0,0,0,0,0,0,0,0,0,0,1477,85.000000000000000 --1,06085502910,3426,1648,367,60,175,506,400,166,94,0.107122008172796,0.481027437244600,0.072639225181598,0.054687500000000,0.147694103911267,0.116754232340922,0.067335243553009,0.119424460431655,1,0,0,0,0,0,0,0,1,0,0,826,85.000000000000000 --1,06085503001,4313,1178,447,140,23,575,360,62,118,0.103640157662880,0.273127753303965,0.119047619047619,0.005729945191829,0.136449928808733,0.085429520645467,0.072303921568627,0.037990196078431,1,0,0,0,0,0,0,0,1,0,0,1176,85.000000000000000 --1,06085503002,3636,1615,326,131,209,639,421,71,49,0.089658965896590,0.444169416941694,0.142236699239957,0.062183873847069,0.179696287964005,0.118391451068616,0.038704581358610,0.057536466774716,0,0,0,0,0,0,0,0,0,0,0,921,85.000000000000000 --1,06085503003,5562,2242,249,156,49,678,383,70,30,0.044768069039914,0.403092412801151,0.107216494845361,0.009443052611293,0.122140154927040,0.068860122258181,0.016447368421053,0.038975501113586,0,0,0,0,0,0,0,0,0,0,0,1455,85.000000000000000 --1,06085503105,2454,2291,157,127,726,1274,360,170,99,0.063977180114099,0.933577832110839,0.251485148514851,0.316202090592335,0.525360824742268,0.146699266503667,0.122828784119107,0.214375788146280,0,1,1,0,1,1,1,1,4,1,1,505,85.000000000000000 --1,06085503108,7905,6102,348,371,751,1662,570,431,192,0.044022770398482,0.771916508538899,0.176666666666667,0.106358872680923,0.210299886119195,0.072124509679868,0.070562293274531,0.159040590405904,0,1,0,0,0,0,0,1,1,0,0,2100,85.000000000000000 --1,06085503110,4927,4874,82,349,1660,3294,218,322,79,0.016642987619241,0.989242947026588,0.359793814432990,0.381609195402299,0.668560990460727,0.044245991475543,0.072080291970803,0.296228150873965,0,1,1,0,1,1,0,1,3,1,1,970,85.000000000000000 --1,06085503111,5323,5135,203,204,980,2138,441,122,26,0.038136389254180,0.964681570542927,0.202985074626866,0.201438848920863,0.403016022620170,0.082910321489002,0.023172905525847,0.110307414104882,0,1,1,0,1,1,0,0,2,1,1,1005,85.000000000000000 --1,06085503112,3763,3066,147,254,662,1728,435,301,148,0.039064576136062,0.814775445123572,0.324393358876117,0.187164263500141,0.460800000000000,0.115599255912836,0.102920723226704,0.215153681200858,0,1,1,0,0,1,1,1,3,1,1,783,85.000000000000000 --1,06085503113,5053,4735,107,345,1289,2924,448,306,109,0.021175539283594,0.937067088858104,0.320930232558140,0.277204301075269,0.579928599761999,0.088660201860281,0.080265095729013,0.228870605833957,0,1,1,0,1,1,0,1,3,1,1,1075,85.000000000000000 --1,06085503115,6065,3550,518,138,290,653,391,52,32,0.085408079142622,0.585325638911789,0.088631984585742,0.051056338028169,0.108005292755541,0.064468260511129,0.012688342585250,0.020618556701031,0,0,0,0,0,0,0,0,0,0,0,1557,85.000000000000000 --1,06085503116,4970,3072,382,131,457,1057,569,376,164,0.076861167002012,0.618108651911469,0.094380403458213,0.102214269738314,0.212676056338028,0.114486921529175,0.073246985261277,0.167932112550246,0,0,0,0,0,0,0,1,1,0,0,1388,85.000000000000000 --1,06085503117,3430,3306,134,208,964,1885,299,209,57,0.039067055393586,0.963848396501458,0.325508607198748,0.307202039515615,0.549562682215743,0.087172011661808,0.074607329842932,0.278295605858855,0,1,1,0,1,1,0,1,3,1,1,639,85.000000000000000 --1,06085503118,5596,5208,182,316,1171,2004,247,319,41,0.032523230879199,0.930664760543245,0.246297739672642,0.232479650585666,0.359397417503587,0.044138670478913,0.024390243902439,0.195345988977342,0,1,1,0,1,1,0,1,3,1,1,1283,85.000000000000000 --1,06085503121,4453,3530,82,203,616,2127,335,215,104,0.018414551987424,0.792724006287896,0.223322332233223,0.153501121355594,0.479594137542277,0.075230181899843,0.068965517241379,0.145960624575696,0,1,1,0,0,1,0,0,1,1,1,909,85.000000000000000 --1,06085503122,2802,2474,60,128,486,1728,476,277,235,0.021413276231263,0.882940756602427,0.202852614896989,0.179203539823009,0.616702355460385,0.169878658101356,0.212285456187895,0.254595588235294,0,1,1,0,0,1,1,1,3,1,1,631,85.000000000000000 --1,06085503123,3880,2922,135,91,458,2029,527,474,118,0.034793814432990,0.753092783505155,0.110571081409478,0.130894541297514,0.522938144329897,0.135824742268041,0.073200992555831,0.299242424242424,0,1,0,0,0,1,0,1,1,1,1,823,85.000000000000000 --1,06085503204,8060,7527,391,420,1594,2898,879,265,216,0.048511166253102,0.933870967741935,0.253164556962025,0.207363080525563,0.360000000000000,0.109192546583851,0.100092678405931,0.122798887859129,0,1,1,0,1,1,1,0,3,1,1,1659,85.000000000000000 --1,06085503207,4160,3850,111,174,1175,940,249,91,25,0.026682692307692,0.925480769230769,0.188925081433225,0.297694451482138,0.225961538461538,0.059855769230769,0.024437927663734,0.093142272262027,0,1,0,0,1,0,0,0,1,0,0,921,85.000000000000000 --1,06085503208,4163,3802,133,172,854,1502,346,109,26,0.031948114340620,0.913283689646889,0.252199413489736,0.222976501305483,0.361927710843374,0.083113139562815,0.030444964871194,0.128386336866902,0,1,1,0,1,1,0,0,2,1,1,682,85.000000000000000 --1,06085503210,4331,4227,164,146,866,1338,326,90,14,0.037866543523436,0.975987069960748,0.190849673202614,0.213721618953603,0.313863476425053,0.075271299930732,0.016018306636156,0.107398568019093,0,1,0,0,1,1,0,0,1,1,1,765,85.000000000000000 --1,06085503211,5366,4856,245,121,1291,2048,487,68,11,0.045657845695117,0.904957137532613,0.111933395004625,0.262772236922451,0.384456542143796,0.090943043884220,0.009515570934256,0.061151079136691,0,1,0,0,1,1,0,0,1,1,1,1081,85.000000000000000 --1,06085503212,4212,3796,238,153,785,1134,405,79,3,0.056505223171890,0.901234567901235,0.174458380843786,0.199593185863209,0.269486692015209,0.096245247148289,0.003102378490176,0.083864118895966,0,1,0,0,0,0,0,0,0,0,0,877,85.000000000000000 --1,06085503213,4329,3961,155,162,1239,2054,473,194,99,0.035805035805036,0.914991914991915,0.152398871119473,0.307063197026022,0.477008824895495,0.109263109263109,0.082089552238806,0.160862354892206,0,1,0,0,1,1,0,1,2,1,1,1063,85.000000000000000 --1,06085503214,8143,7923,313,635,2125,4330,995,399,208,0.038437922141717,0.972982930124033,0.340665236051502,0.298496979912909,0.531745057104261,0.122190838757215,0.091268100043879,0.177254553531764,0,1,1,0,1,1,0,1,3,1,1,1864,85.000000000000000 --1,06085503217,4431,4313,80,197,1025,2093,359,214,43,0.018054615211013,0.973369442563755,0.203302373581011,0.247107039537126,0.472353870458136,0.081020085759422,0.040991420400381,0.205177372962608,0,1,1,0,1,1,0,1,3,1,1,969,85.000000000000000 --1,06085503218,4665,4513,87,117,1262,2444,238,270,53,0.018649517684887,0.967416934619507,0.123940677966102,0.296592244418331,0.524126099077847,0.051040102938023,0.045689655172414,0.232758620689655,0,1,0,0,1,1,0,1,2,1,1,944,85.000000000000000 --1,06085503304,6597,6354,386,182,1538,2207,554,359,107,0.058511444596029,0.963165075034106,0.116368286445013,0.249959369413294,0.342861581482057,0.086064937082492,0.059444444444444,0.200670765790945,0,1,0,0,1,1,0,1,2,1,1,1564,85.000000000000000 --1,06085503305,6772,6479,308,121,1737,3113,749,178,180,0.045481393975192,0.956733608978145,0.097423510466989,0.280840743734842,0.461732423613171,0.110602480803308,0.120080053368913,0.119463087248322,0,1,0,0,1,1,1,0,2,1,1,1242,85.000000000000000 --1,06085503306,4286,4141,158,197,851,1157,409,94,0,0.036864209052730,0.966168922071862,0.242909987669544,0.216594553321456,0.269948670088661,0.095426971535231,0.000000000000000,0.107183580387685,0,1,1,0,1,0,0,0,2,0,0,811,85.000000000000000 --1,06085503312,3680,2737,306,137,287,588,568,132,73,0.083152173913043,0.743750000000000,0.155328798185941,0.083600349548500,0.159782608695652,0.154347826086957,0.069391634980989,0.127906976744186,0,1,0,0,0,0,0,0,0,0,0,882,85.000000000000000 --1,06085503313,4206,3413,154,44,247,288,305,21,25,0.036614360437470,0.811459819305754,0.040145985401460,0.060524381279098,0.068473609129815,0.072515454113172,0.019857029388403,0.016813450760609,0,1,0,0,0,0,0,0,0,0,0,1096,85.000000000000000 --1,06085503315,8018,7477,313,285,1118,2837,583,282,74,0.039037166375655,0.932526814666999,0.170760934691432,0.149166110740494,0.353828885008730,0.072711399351459,0.036615536862939,0.139534883720930,0,1,0,0,0,1,0,0,0,1,1,1669,85.000000000000000 --1,06085503321,4778,4462,388,110,841,733,592,55,31,0.081205525324404,0.933863541230640,0.109343936381710,0.188353863381859,0.153572176827991,0.124031007751938,0.028864059590317,0.051210428305400,0,1,0,0,0,0,0,0,0,0,0,1006,85.000000000000000 --1,06085503322,4021,3578,189,111,680,1112,387,40,56,0.047003233026610,0.889828400895300,0.127293577981651,0.178150379879487,0.276548122357622,0.096244715244964,0.057259713701431,0.040899795501022,0,1,0,0,0,0,0,0,0,0,0,872,85.000000000000000 --1,06085503323,4667,4190,290,106,466,822,382,65,38,0.062138418684380,0.897793014784658,0.104950495049505,0.103716892944580,0.176774193548387,0.081851296335976,0.032395566922421,0.057117750439367,0,1,0,0,0,0,0,0,0,0,0,1010,85.000000000000000 --1,06085503324,3473,3169,167,68,380,522,323,49,18,0.048085228908724,0.912467607255975,0.089005235602094,0.114630467571644,0.150302332277570,0.093003167290527,0.020477815699659,0.056128293241695,0,1,0,0,0,0,0,0,0,0,0,764,85.000000000000000 --1,06085503325,4876,4378,279,183,627,937,420,66,92,0.057219031993437,0.897867104183757,0.172641509433962,0.139240506329114,0.194076222038111,0.086189205828032,0.079378774805867,0.058047493403694,0,1,0,0,0,0,0,0,0,0,0,1060,85.000000000000000 --1,06085503326,7236,6834,177,185,558,1242,328,53,73,0.024461028192371,0.944444444444444,0.105413105413105,0.082727946627131,0.171831765356945,0.045328911000553,0.040488075429839,0.029842342342342,0,1,0,0,0,0,0,0,0,0,0,1755,85.000000000000000 --1,06085503327,5231,4421,346,179,398,1207,621,296,175,0.066144140699675,0.845153890269547,0.159252669039146,0.080993080993081,0.230916395638033,0.118806198584274,0.125899280575540,0.214492753623188,0,1,0,0,0,0,1,1,2,0,0,1124,85.000000000000000 --1,06085503329,3455,3050,123,63,258,161,248,0,0,0.035600578871201,0.882778581765557,0.072330654420207,0.081542351453856,0.046680197158597,0.071904899971006,0.000000000000000,0.000000000000000,0,1,0,0,0,0,0,0,0,0,0,871,85.000000000000000 --1,06085503330,8100,7338,189,47,347,459,150,42,0,0.023333333333333,0.905925925925926,0.023464802795806,0.046390374331551,0.056666666666667,0.018518518518519,0.000000000000000,0.019811320754717,0,1,0,0,0,0,0,0,0,0,0,2003,85.000000000000000 --1,06085503331,3555,2308,462,28,183,599,603,215,84,0.129957805907173,0.649226441631505,0.029504741833509,0.053321678321678,0.168495077355837,0.169620253164557,0.060475161987041,0.156477438136827,1,0,0,0,0,0,0,1,2,0,0,949,85.000000000000000 --1,06085503332,5456,1688,1381,33,121,474,851,61,48,0.253115835777126,0.309384164222874,0.020195838433292,0.022428174235403,0.086876832844575,0.155975073313783,0.019138755980861,0.024666397088556,1,0,0,0,0,0,0,0,1,0,0,1634,85.000000000000000 --1,06085503333,4410,3184,158,141,153,737,216,65,21,0.035827664399093,0.721995464852608,0.134928229665072,0.037536800785083,0.167120181405896,0.048979591836735,0.016291698991466,0.050426687354538,0,1,0,0,0,0,0,0,0,0,0,1045,85.000000000000000 --1,06085503334,8975,6519,281,105,408,634,425,34,0,0.031309192200557,0.726350974930362,0.044967880085653,0.048444549988126,0.070980743394536,0.047364315167725,0.000000000000000,0.013312451057165,0,1,0,0,0,0,0,0,0,0,0,2335,85.000000000000000 --1,06085503336,3637,3493,131,114,663,1138,337,11,13,0.036018696728073,0.960406928787462,0.144121365360303,0.194371152154793,0.313239746765758,0.092760803743463,0.015151515151515,0.012956419316843,0,1,0,0,0,1,0,0,0,1,1,791,85.000000000000000 --1,06085503337,3803,3563,122,103,661,1225,324,73,28,0.032079936891927,0.936891927425717,0.123947051744886,0.184482277421155,0.322538177988415,0.085195897975283,0.029755579171095,0.082860385925085,0,1,0,0,0,1,0,0,0,1,1,831,85.000000000000000 --1,06085503401,4581,4474,134,214,1285,1926,281,168,49,0.029251255184458,0.976642654442262,0.265179677819083,0.311062696683612,0.433783783783784,0.061340318707706,0.052238805970149,0.179104477611940,0,1,1,0,1,1,0,1,3,1,1,807,85.000000000000000 --1,06085503402,5511,5405,207,295,1855,2783,593,260,128,0.037561241154055,0.980765741244783,0.274674115456238,0.361176012461059,0.509427054731832,0.107602975866449,0.107023411371237,0.223944875107666,0,1,1,0,1,1,1,1,4,1,1,1074,85.000000000000000 --1,06085503504,5964,5934,215,300,1514,2248,483,130,81,0.036049631120054,0.994969818913481,0.270513976555455,0.272253191871965,0.380243572395129,0.080985915492958,0.069112627986348,0.111779879621668,0,1,1,0,1,1,0,0,2,1,1,1109,85.000000000000000 --1,06085503506,6073,5874,232,180,1408,3067,460,239,134,0.038201877161205,0.967232010538449,0.154905335628227,0.251069900142653,0.506105610561056,0.075745101267907,0.102056359482102,0.185127807900852,0,1,0,0,1,1,1,1,3,1,1,1162,85.000000000000000 --1,06085503507,2370,2317,74,110,591,1114,192,43,10,0.031223628691983,0.977637130801688,0.349206349206349,0.258191349934469,0.480172413793103,0.081012658227848,0.026385224274406,0.113456464379947,0,1,1,0,1,1,0,0,2,1,1,315,85.000000000000000 --1,06085503508,6737,6300,404,180,1910,3455,659,220,64,0.059967344515363,0.935134332789075,0.161870503597122,0.302502375673107,0.517293007935320,0.098534688995215,0.051446945337621,0.182119205298013,0,1,0,0,1,1,0,1,2,1,1,1112,85.000000000000000 --1,06085503509,4069,3702,123,121,449,1377,251,156,18,0.030228557385107,0.909805849102974,0.151250000000000,0.117847769028871,0.340588671778382,0.061685917915950,0.020571428571429,0.179310344827586,0,1,0,0,0,1,0,1,1,1,1,800,85.000000000000000 --1,06085503510,5890,5531,170,211,1464,2944,383,347,95,0.028862478777589,0.939049235993209,0.184763572679510,0.268476068219329,0.500680272108844,0.065025466893039,0.067567567567568,0.248923959827834,0,1,0,0,1,1,0,1,2,1,1,1142,85.000000000000000 --1,06085503511,3874,3582,233,125,624,1092,325,67,48,0.060144553433144,0.924625709860609,0.161082474226804,0.173285198555957,0.283636363636364,0.083892617449664,0.056603773584906,0.082208588957055,0,1,0,0,0,0,0,0,0,0,0,776,85.000000000000000 --1,06085503601,2955,2304,164,119,590,1531,303,188,110,0.055499153976311,0.779695431472081,0.172214182344428,0.218275989641139,0.525755494505495,0.102538071065990,0.126728110599078,0.219114219114219,0,1,0,0,1,1,1,1,3,1,1,691,85.000000000000000 --1,06085503602,5194,4832,217,315,1011,2562,342,233,160,0.041778975741240,0.930304197150558,0.286363636363636,0.214376590330789,0.493641618497110,0.065845206006931,0.117820324005891,0.178407350689127,0,1,1,0,1,1,1,1,4,1,1,1100,85.000000000000000 --1,06085503703,4092,4050,110,263,791,1983,337,118,45,0.026881720430107,0.989736070381232,0.301951779563720,0.208927628103539,0.486029411764706,0.082355816226784,0.048231511254019,0.130965593784684,0,1,1,0,1,1,0,0,2,1,1,871,85.000000000000000 --1,06085503707,5467,5090,226,229,1221,1720,372,189,24,0.041338942747393,0.931040790195720,0.204647006255585,0.248473748473748,0.315364869820315,0.068206820682068,0.017569546120059,0.142319277108434,0,1,1,0,1,1,0,0,2,1,1,1119,85.000000000000000 --1,06085503708,2562,2397,77,42,465,800,174,26,49,0.030054644808743,0.935597189695550,0.072538860103627,0.189873417721519,0.316706254948535,0.067915690866511,0.067493112947658,0.036061026352288,0,1,0,0,0,1,0,0,0,1,1,579,85.000000000000000 --1,06085503709,5762,5653,303,366,1772,3793,575,338,136,0.052585907670948,0.981082957306491,0.267935578330893,0.328513162773452,0.659766915985389,0.100017394329449,0.087235407312380,0.216805644644003,0,1,1,0,1,1,0,1,3,1,1,1366,85.000000000000000 --1,06085503710,3915,3764,229,145,846,1708,276,203,289,0.058492975734355,0.961430395913154,0.193333333333333,0.231210713309647,0.442601710287639,0.070498084291188,0.291919191919192,0.207566462167689,0,1,0,0,1,1,1,1,3,1,1,750,85.000000000000000 --1,06085503711,4903,4524,123,122,1179,2387,293,237,12,0.025086681623496,0.922700387517846,0.136771300448431,0.260092653871608,0.490143737166324,0.059759331021823,0.011417697431018,0.226361031518625,0,1,0,0,1,1,0,1,2,1,1,892,85.000000000000000 --1,06085503712,3950,3672,456,137,904,1574,331,274,125,0.115443037974684,0.929620253164557,0.147948164146868,0.239597137556321,0.427717391304348,0.089945652173913,0.093632958801498,0.210445468509985,1,1,0,0,1,1,0,1,3,1,1,926,85.000000000000000 --1,06085503713,2930,2751,272,145,905,2007,386,308,324,0.092832764505119,0.938907849829351,0.204513399153738,0.343062926459439,0.684982935153584,0.131740614334471,0.288770053475936,0.274509803921569,0,1,1,0,1,1,1,1,4,1,1,709,85.000000000000000 --1,06085503802,7895,6296,677,253,733,2040,753,129,179,0.085750474984167,0.797466751108296,0.149527186761229,0.096219480178525,0.263906856403622,0.097412677878396,0.080053667262970,0.058476881233001,0,1,0,0,0,0,0,0,0,0,0,1692,85.000000000000000 --1,06085503803,4709,4092,259,45,804,1075,372,95,69,0.055001061796560,0.868974304523253,0.040871934604905,0.183268748575336,0.228869491164573,0.078997664047568,0.052431610942249,0.073700543056633,0,1,0,0,0,0,0,0,0,0,0,1101,85.000000000000000 --1,06085503804,5573,4757,341,69,1126,1726,404,159,70,0.061187870087924,0.853579759554997,0.061883408071749,0.212733799357642,0.309707518392248,0.072492373945810,0.042656916514320,0.097546012269939,0,1,0,0,1,1,0,0,1,1,1,1115,85.000000000000000 --1,06085503902,6003,5384,177,327,949,2096,407,273,83,0.029485257371314,0.896884890887889,0.244760479041916,0.171547360809834,0.350325923449774,0.067867266966817,0.053686934023286,0.178198433420366,0,1,1,0,0,1,0,1,2,1,1,1336,85.000000000000000 --1,06085503903,3780,3506,273,193,671,1815,396,118,125,0.072222222222222,0.927513227513228,0.255291005291005,0.190516751845542,0.483870967741936,0.104761904761905,0.130480167014614,0.125531914893617,0,1,1,0,0,1,1,0,2,1,1,756,85.000000000000000 --1,06085504001,5942,5630,163,214,1084,1736,496,189,89,0.027431841130932,0.947492426792326,0.172719935431800,0.196021699819168,0.292798110979929,0.083473577919892,0.057792207792208,0.125000000000000,0,1,0,0,0,0,0,0,0,0,0,1239,85.000000000000000 --1,06085504002,6105,5836,287,332,1302,3024,467,315,129,0.047010647010647,0.955937755937756,0.281833616298812,0.228983468167429,0.495331695331695,0.076494676494677,0.091295116772824,0.226781857451404,0,1,1,0,1,1,0,1,3,1,1,1178,85.000000000000000 --1,06085504101,4612,3965,207,146,599,2167,457,146,43,0.044882914137034,0.859713790112749,0.150982419855222,0.135275519421861,0.472937581841990,0.099089332176930,0.039377289377289,0.135687732342007,0,1,0,0,0,1,0,0,0,1,1,967,85.000000000000000 --1,06085504102,5966,5376,134,107,1076,2125,377,89,24,0.022460610124036,0.901106268856856,0.092480553154711,0.192555476020043,0.358831475852752,0.063191418035535,0.017467248908297,0.065345080763583,0,1,0,0,0,1,0,0,0,1,1,1157,85.000000000000000 --1,06085504201,5231,3574,418,134,379,764,533,120,85,0.079908239342382,0.683234563181036,0.102446483180428,0.076845093268451,0.146979607541362,0.102087722658495,0.046754675467547,0.068259385665529,0,0,0,0,0,0,0,0,0,0,0,1308,85.000000000000000 --1,06085504202,4739,2796,323,24,378,439,229,28,13,0.068157839206584,0.589997889850179,0.019607843137255,0.083776595744681,0.092635577125976,0.048445102602073,0.008891928864569,0.019485038274182,0,0,0,0,0,0,0,0,0,0,0,1224,85.000000000000000 --1,06085504307,5673,4490,324,184,710,1261,519,162,45,0.057112638815442,0.791468358893002,0.124745762711864,0.131774313288790,0.223106864826610,0.091485986250661,0.026193247962747,0.094295692665891,0,1,0,0,0,0,0,0,0,0,0,1475,85.000000000000000 --1,06085504308,4452,3230,353,79,358,779,365,87,74,0.079290206648697,0.725516621743037,0.068103448275862,0.083840749414520,0.174977538185085,0.081985624438455,0.048620236530880,0.058350100603622,0,1,0,0,0,0,0,0,0,0,0,1160,85.000000000000000 --1,06085504311,7311,6547,269,182,629,1074,503,94,65,0.036793872247299,0.895499931609903,0.093429158110883,0.093503790694217,0.147426218256692,0.068800437696622,0.027379949452401,0.040727902946274,0,1,0,0,0,0,0,0,0,0,0,1948,85.000000000000000 --1,06085504314,4692,4128,207,99,612,1264,295,78,32,0.044117647058823,0.879795396419437,0.096491228070175,0.138806985711046,0.270547945205479,0.062872975277067,0.023862788963460,0.058956916099773,0,1,0,0,0,0,0,0,0,0,0,1026,85.000000000000000 --1,06085504315,6721,5677,291,182,807,1988,497,191,74,0.043297128403511,0.844665972325547,0.110975609756098,0.125936329588015,0.295789317065913,0.074156968069233,0.036981509245377,0.097848360655738,0,1,0,0,0,0,0,0,0,0,0,1640,85.000000000000000 --1,06085504316,5261,4577,136,90,952,982,411,78,28,0.025850598745486,0.869986694544763,0.077186963979417,0.194325372525005,0.187619411539931,0.078122030032313,0.020172910662824,0.056562726613488,0,1,0,0,0,0,0,0,0,0,0,1166,85.000000000000000 --1,06085504317,4637,3968,202,63,834,825,425,44,37,0.043562648263964,0.855725684709942,0.059885931558935,0.188645102917892,0.177916756523614,0.091654086693983,0.030807660283097,0.037005887300252,0,1,0,0,0,0,0,0,0,0,0,1052,85.000000000000000 --1,06085504318,5054,4463,211,145,1301,1940,494,78,57,0.041749109616146,0.883062920459042,0.128774422735346,0.275460512386195,0.384234501881561,0.097744360902256,0.038565629228687,0.053941908713693,0,1,0,0,1,1,0,0,1,1,1,1126,85.000000000000000 --1,06085504319,7724,6832,308,144,1021,1394,563,139,62,0.039875712066287,0.884515794924909,0.086021505376344,0.141217150760719,0.181203691667750,0.072899132461479,0.030891878425511,0.071027082268779,0,1,0,0,0,0,0,0,0,0,0,1674,85.000000000000000 --1,06085504320,2961,2483,155,74,363,608,304,23,26,0.052347180006754,0.838568051334009,0.104078762306610,0.129227483090068,0.205336035123269,0.102668017561635,0.030660377358491,0.027348394768133,0,1,0,0,0,0,0,0,0,0,0,711,85.000000000000000 --1,06085504321,5406,4811,153,92,630,816,393,99,76,0.028301886792453,0.889937106918239,0.072383949645948,0.123796423658872,0.150943396226415,0.072697003329634,0.048162230671736,0.062737642585551,0,1,0,0,0,0,0,0,0,0,0,1271,85.000000000000000 --1,06085504322,5256,4493,36,70,517,724,187,128,88,0.006849315068493,0.854832572298326,0.046604527296937,0.106510094767202,0.137747336377473,0.035578386605784,0.042780748663102,0.063872255489022,0,1,0,0,0,0,0,0,0,0,0,1502,85.000000000000000 --1,06085504323,6318,5881,216,90,890,1423,254,226,132,0.034188034188034,0.930832541943653,0.062981105668299,0.154192654192654,0.225873015873016,0.040228064618309,0.072887907233573,0.124792932081723,0,1,0,0,0,0,0,0,0,0,0,1429,85.000000000000000 --1,06085504410,4864,4155,274,146,860,1222,367,69,135,0.056332236842105,0.854235197368421,0.148073022312373,0.189719832340613,0.251233552631579,0.075452302631579,0.110474631751228,0.057024793388430,0,1,0,0,0,0,1,0,1,0,0,986,85.000000000000000 --1,06085504411,5729,4556,309,206,1145,1131,481,47,82,0.053936114505149,0.795252225519288,0.154770848985725,0.209285322610126,0.197520083828152,0.083958806074359,0.052530429212044,0.030322580645161,0,1,0,0,1,0,0,0,1,0,0,1331,85.000000000000000 --1,06085504412,5233,4511,175,167,1031,1350,264,118,50,0.033441620485381,0.862029428626027,0.141166525781910,0.205829506887602,0.258918296892980,0.050545663411832,0.037313432835821,0.088059701492537,0,1,0,0,1,0,0,0,1,0,0,1183,85.000000000000000 --1,06085504413,1776,1566,272,0,282,234,240,92,84,0.153153153153153,0.881756756756757,0.000000000000000,0.169879518072289,0.131756756756757,0.135135135135135,0.120343839541547,0.136094674556213,1,1,0,0,0,0,1,0,2,0,0,516,85.000000000000000 --1,06085504414,5824,5179,309,137,546,771,265,42,41,0.053056318681319,0.889251373626374,0.100000000000000,0.098609355246523,0.133784487246226,0.045501373626374,0.026955950032873,0.028131279303416,0,1,0,0,0,0,0,0,0,0,0,1370,85.000000000000000 --1,06085504415,5193,4254,329,66,470,614,351,62,44,0.063354515694204,0.819179664933564,0.050613496932515,0.097047284740863,0.118236087040246,0.067590987868284,0.028571428571429,0.041554959785523,0,1,0,0,0,0,0,0,0,0,0,1304,85.000000000000000 --1,06085504416,3551,3108,71,134,332,589,165,63,7,0.019994367783723,0.875246409462123,0.155092592592593,0.102028272894899,0.165868769360743,0.046465784286117,0.006451612903226,0.058713886300093,0,1,0,0,0,0,0,0,0,0,0,864,85.000000000000000 --1,06085504417,364,206,42,14,59,103,28,0,0,0.115384615384615,0.565934065934066,0.166666666666667,0.177710843373494,0.295977011494253,0.076923076923077,0.000000000000000,0.000000000000000,1,0,0,0,0,0,0,0,1,0,0,84,85.000000000000000 --1,06085504418,5353,4928,164,177,991,1968,428,261,50,0.030637025966748,0.920605268073977,0.163284132841328,0.196043521266073,0.367988032909499,0.080029917726253,0.039463299131807,0.205998421468035,0,1,0,0,0,1,0,1,1,1,1,1084,85.000000000000000 --1,06085504420,4810,3882,145,94,536,482,227,55,33,0.030145530145530,0.807068607068607,0.084990958408680,0.118035674961462,0.100207900207900,0.047193347193347,0.023741007194245,0.040381791483113,0,1,0,0,0,0,0,0,0,0,0,1106,85.000000000000000 --1,06085504421,4621,3983,255,118,596,947,513,93,0,0.055182860852629,0.861934646180480,0.104240282685512,0.134811128703913,0.204933996970353,0.111014931832937,0.000000000000000,0.070401211203634,0,1,0,0,0,0,0,0,0,0,0,1132,85.000000000000000 --1,06085504422,3852,3181,254,122,725,1093,644,74,64,0.065939771547248,0.825804776739356,0.141695702671312,0.193333333333333,0.284265279583875,0.167185877466251,0.062439024390244,0.074148296593186,0,1,0,0,0,0,0,0,0,0,0,861,85.000000000000000 --1,06085504423,2557,2012,166,47,371,451,302,48,31,0.064919827923348,0.786859601095033,0.079391891891892,0.153559602649007,0.176378568635119,0.118107156824404,0.045521292217328,0.071216617210682,0,1,0,0,0,0,0,0,0,0,0,592,85.000000000000000 --1,06085504504,9741,8485,118,157,931,860,281,181,242,0.012113746021969,0.871060466071245,0.081347150259067,0.104162004922802,0.112462403556950,0.037071240105541,0.086800573888092,0.064967695620962,0,1,0,0,0,0,0,0,0,0,0,1930,85.000000000000000 --1,06085504505,5168,4394,135,117,550,1071,412,111,70,0.026122291021672,0.850232198142415,0.106751824817518,0.115813855548537,0.207236842105263,0.079721362229102,0.050071530758226,0.079856115107914,0,1,0,0,0,0,0,0,0,0,0,1096,85.000000000000000 --1,06085504506,5706,5039,290,195,727,1094,249,258,114,0.050823694356817,0.883105502979320,0.127701375245580,0.138713985880557,0.191728005608132,0.043638275499474,0.054182509505703,0.127976190476190,0,1,0,0,0,0,0,0,0,0,0,1527,85.000000000000000 --1,06085504507,5732,4940,298,189,508,1251,351,86,86,0.051988834612701,0.861828332170272,0.144054878048780,0.093830809013668,0.218248429867411,0.061235170969993,0.049624927870744,0.050767414403778,0,1,0,0,0,0,0,0,0,0,0,1312,85.000000000000000 --1,06085504601,851,452,61,55,83,244,49,18,8,0.071680376028202,0.531139835487662,0.240174672489083,0.100000000000000,0.288075560802834,0.057579318448884,0.025000000000000,0.056250000000000,0,0,1,0,0,0,0,0,1,0,0,229,85.000000000000000 --1,06085504602,1835,1543,17,70,147,465,103,69,29,0.009264305177112,0.840871934604905,0.158371040723982,0.085864485981308,0.253405994550409,0.056130790190736,0.051971326164875,0.130188679245283,0,1,0,0,0,0,0,0,0,0,0,442,85.000000000000000 --1,06085504700,669,386,0,23,13,253,25,46,5,0.000000000000000,0.576980568011958,0.133720930232558,0.022807017543860,0.378176382660688,0.041876046901172,0.029069767441860,0.267441860465116,0,0,0,0,0,1,0,1,1,0,0,172,85.000000000000000 --1,06085504802,5467,4077,258,152,513,1039,422,104,77,0.047192244375343,0.745747210535943,0.122580645161290,0.099457153935634,0.191662054971407,0.077275224317890,0.043924700513406,0.060359837492745,0,1,0,0,0,0,0,0,0,0,0,1240,85.000000000000000 --1,06085504803,5793,4401,144,98,143,782,256,322,130,0.024857586742620,0.759709994821336,0.067123287671233,0.028061224489796,0.134990505782841,0.044191265320214,0.050212437234453,0.125145744267392,0,1,0,0,0,0,0,0,0,0,0,1460,85.000000000000000 --1,06085504805,6354,2796,574,56,343,1680,784,19,87,0.090336795719232,0.440037771482531,0.036793692509856,0.057695542472666,0.265067844745977,0.123386842933585,0.036144578313253,0.008033826638478,0,0,0,0,0,0,0,0,0,0,0,1522,85.000000000000000 --1,06085504806,2756,2090,178,61,141,387,274,75,17,0.064586357039187,0.758345428156749,0.103565365025467,0.052435849758274,0.140778464896326,0.099419448476052,0.022606382978723,0.102179836512262,0,1,0,0,0,0,0,0,0,0,0,589,85.000000000000000 --1,06085504901,9811,8148,110,114,398,1298,205,452,163,0.011211905004587,0.830496381612476,0.045112781954887,0.046989374262102,0.132300479054123,0.020894913872184,0.041988665636270,0.117831074035454,0,1,0,0,0,0,0,0,0,0,0,2527,85.000000000000000 --1,06085505001,9904,7797,225,295,638,2330,620,265,157,0.022718093699515,0.787257673667205,0.131696428571429,0.071245114461195,0.236380237394745,0.062600969305331,0.046217250515160,0.078705078705079,0,1,0,0,0,0,0,0,0,0,0,2240,85.000000000000000 --1,06085505006,4266,3119,139,59,217,405,65,215,59,0.032583216127520,0.731129864041256,0.046529968454259,0.056525136754363,0.096843615494978,0.015613740091280,0.027518656716418,0.102137767220903,0,1,0,0,0,0,0,0,0,0,0,1268,85.000000000000000 --1,06085505007,4199,2965,273,128,405,978,382,102,26,0.065015479876161,0.706120504882115,0.152927120669056,0.104949468774294,0.257233035244608,0.094181459566075,0.026052104208417,0.102204408817635,0,1,0,0,0,0,0,0,0,0,0,837,85.000000000000000 --1,06085505008,5347,3904,0,47,171,708,68,199,92,0.000000000000000,0.730129044323920,0.032867132867133,0.035714285714286,0.132410697587432,0.012717411632691,0.037216828478964,0.084072665821715,0,1,0,0,0,0,0,0,0,0,0,1430,85.000000000000000 --1,06085505009,7264,5570,116,286,801,2421,696,185,88,0.015969162995595,0.766795154185022,0.169230769230769,0.120960434913923,0.333287444933921,0.095814977973568,0.037319762510602,0.078456318914334,0,1,0,0,0,1,0,0,0,1,1,1690,85.000000000000000 --1,06085505100,3078,2146,112,48,227,947,245,283,150,0.036387264457440,0.697205977907732,0.077046548956661,0.078764746703678,0.309274983670803,0.080170157068063,0.101010101010101,0.197625698324022,0,0,0,0,0,1,1,1,2,0,0,623,85.000000000000000 --1,06085505202,6721,5143,379,261,1046,2648,616,512,185,0.056390418092546,0.765213509894361,0.188040345821326,0.168573730862208,0.394399761691987,0.091748585046172,0.082258781680747,0.229185317815577,0,1,0,0,0,1,0,1,1,1,1,1388,85.000000000000000 --1,06085505203,5192,2656,36,138,209,1055,213,293,91,0.006933744221880,0.511556240369800,0.194092827004219,0.041020608439647,0.303248059787295,0.041024653312789,0.062585969738652,0.205903021784961,0,0,0,0,0,1,0,1,1,0,0,711,85.000000000000000 --1,06085505301,4668,3538,194,204,652,977,386,163,20,0.041559554413025,0.757926306769494,0.190832553788587,0.151733767744938,0.212252878557463,0.082690659811482,0.015290519877676,0.125771604938272,0,1,0,0,0,0,0,0,0,0,0,1069,85.000000000000000 --1,06085505302,3904,2307,249,96,167,593,328,91,25,0.063780737704918,0.590932377049180,0.094025465230166,0.047148503670243,0.151895491803279,0.084275436793422,0.017755681818182,0.064907275320970,0,0,0,0,0,0,0,0,0,0,0,1021,85.000000000000000 --1,06085505303,6362,4648,302,293,934,1972,756,387,88,0.047469349261239,0.730587865451116,0.215441176470588,0.159385665529010,0.311975953171966,0.118830556428796,0.040552995391705,0.179249652616952,0,1,1,0,0,1,0,1,2,1,1,1360,85.000000000000000 --1,06085505304,3199,1929,296,41,245,310,348,18,33,0.092528915286027,0.603000937793060,0.049338146811071,0.081585081585082,0.098820529167995,0.110581506196378,0.031458531935176,0.017159199237369,0,0,0,0,0,0,0,0,0,0,0,831,85.000000000000000 --1,06085505305,6238,3887,375,66,395,1145,649,237,154,0.060115421609490,0.623116383456236,0.039759036144578,0.067834449596428,0.185365063946900,0.104039756332158,0.073754789272031,0.114658925979681,0,0,0,0,0,0,0,0,0,0,0,1660,85.000000000000000 --1,06085505401,6210,4760,312,107,381,969,323,347,174,0.050241545893720,0.766505636070853,0.067507886435331,0.068206229860365,0.156038647342995,0.052012882447665,0.070502431118314,0.140599675850891,0,1,0,0,0,0,0,0,0,0,0,1585,85.000000000000000 --1,06085505402,2851,1898,235,57,210,610,190,75,93,0.082427218519818,0.665731322343038,0.070370370370370,0.078858430341720,0.213960014030165,0.066643283058576,0.089941972920696,0.072533849129594,0,0,0,0,0,0,0,0,0,0,0,810,85.000000000000000 --1,06085505403,5911,4105,228,100,385,1329,573,300,93,0.038572153611910,0.694467941126713,0.060864272671942,0.071801566579635,0.225216065073716,0.096954314720812,0.039273648648649,0.128424657534247,0,0,0,0,0,0,0,0,0,0,0,1643,85.000000000000000 --1,06085505500,4051,2096,198,114,208,929,304,130,119,0.048876820538139,0.517403110343125,0.113432835820896,0.055793991416309,0.229326092322883,0.075043199210072,0.077828646173970,0.088135593220339,0,0,0,0,0,0,0,0,0,0,0,1005,85.000000000000000 --1,06085505600,4053,1895,234,40,124,1501,442,400,203,0.057735011102887,0.467554897606711,0.099009900990099,0.031124497991968,0.499168606584636,0.109081934846989,0.152976639035418,0.320769847634322,0,0,0,0,0,1,1,1,2,0,0,404,85.000000000000000 --1,06085505700,6546,3134,159,200,126,2561,310,462,76,0.024289642529789,0.478765658417354,0.149476831091181,0.020124580737901,0.395399104523699,0.047357164680721,0.030620467365028,0.190358467243510,0,0,0,0,0,1,0,1,1,0,0,1338,85.000000000000000 --1,06085505800,3790,1606,108,124,91,615,230,159,76,0.028496042216359,0.423746701846966,0.126144455747711,0.026694045174538,0.162269129287599,0.060686015831135,0.048969072164949,0.103785900783290,0,0,0,0,0,0,0,0,0,0,0,983,85.000000000000000 --1,06085505900,7359,3701,735,256,427,1618,760,599,320,0.099877700774562,0.502921592607691,0.142936906756002,0.064677370493790,0.223635107118176,0.105015890562388,0.106171201061712,0.201887428378834,0,0,0,0,0,0,1,1,2,0,0,1791,85.000000000000000 --1,06085506000,4228,2035,232,118,214,556,373,83,24,0.054872280037843,0.481315042573321,0.106884057971015,0.053366583541147,0.131504257332072,0.088221381267739,0.013468013468014,0.047266514806378,0,0,0,0,0,0,0,0,0,0,0,1104,85.000000000000000 --1,06085506101,4741,2570,340,47,265,681,421,199,18,0.071714828095338,0.542079730014765,0.038242473555736,0.059138585137246,0.144126984126984,0.088799831259228,0.010434782608696,0.116102683780630,0,0,0,0,0,0,0,0,0,0,0,1229,85.000000000000000 --1,06085506102,3745,1967,256,77,185,489,318,99,8,0.068357810413885,0.525233644859813,0.073193916349810,0.051218161683278,0.130888650963597,0.084913217623498,0.005215123859192,0.065346534653465,0,0,0,0,0,0,0,0,0,0,0,1052,85.000000000000000 --1,06085506103,4807,3030,293,134,137,868,289,123,36,0.060952777199917,0.630330767630539,0.103715170278638,0.030176211453745,0.180570002080300,0.060120657374662,0.021897810218978,0.076350093109870,0,0,0,0,0,0,0,0,0,0,0,1292,85.000000000000000 --1,06085506202,7172,4296,817,31,285,532,597,158,127,0.113915225878416,0.598996095928611,0.016986301369863,0.042467590523022,0.076657060518732,0.085825186889017,0.049435578045932,0.062327416173570,1,0,0,0,0,0,0,0,1,0,0,1825,85.000000000000000 --1,06085506203,6502,5431,168,228,850,1686,511,303,156,0.025838203629652,0.835281451860966,0.132558139534884,0.141430948419301,0.259304829283297,0.078591202706859,0.066242038216560,0.131567520625271,0,1,0,0,0,0,0,0,0,0,0,1720,85.000000000000000 --1,06085506204,5792,3681,399,57,300,1221,493,168,15,0.068888121546961,0.635531767955801,0.036538461538461,0.055258795358261,0.210808011049724,0.085117403314917,0.007125890736342,0.080536912751678,0,0,0,0,0,0,0,0,0,0,0,1560,85.000000000000000 --1,06085506301,5637,3087,246,84,519,1165,337,303,179,0.043640234167110,0.547631718999468,0.062546537602383,0.098989128361625,0.210326773785882,0.060513557191596,0.077690972222222,0.134368070953437,0,0,0,0,0,0,0,0,0,0,0,1343,85.000000000000000 --1,06085506302,6253,3018,382,234,127,698,402,169,110,0.061090676475292,0.482648328802175,0.131239484015704,0.021166666666667,0.111626419318727,0.064289141212218,0.044070512820513,0.070889261744966,0,0,0,0,0,0,0,0,0,0,0,1783,85.000000000000000 --1,06085506304,5697,3686,178,196,724,1805,347,394,16,0.031244514656837,0.647007196770230,0.147479307750188,0.135529764133283,0.316833421098824,0.060909250482710,0.007733204446593,0.198288877705083,0,0,0,0,0,1,0,1,1,0,0,1329,85.000000000000000 --1,06085506305,7566,5796,191,444,1170,2994,437,622,222,0.025244514935237,0.766058683584457,0.304109589041096,0.165207568483479,0.395717684377478,0.057758392809939,0.087435998424577,0.248899559823930,0,1,1,0,0,1,0,1,2,1,1,1460,85.000000000000000 --1,06085506401,4767,2952,342,164,463,1138,506,234,51,0.071743234738830,0.619257394587791,0.137238493723849,0.102843180808530,0.238724564715754,0.106146423327040,0.025602409638554,0.118062563067608,0,0,0,0,0,0,0,0,0,0,0,1195,85.000000000000000 --1,06085506402,6237,3529,580,258,527,1809,739,305,99,0.092993426326760,0.565816899150232,0.164226607256525,0.089870395634379,0.296703296703297,0.121207151057897,0.044474393530997,0.138134057971015,0,0,0,0,0,0,0,0,0,0,0,1571,85.000000000000000 --1,06085506501,8353,6385,359,528,1346,4599,829,829,123,0.042978570573447,0.764396025380103,0.271325796505653,0.180115080958116,0.560853658536585,0.101035953686776,0.049616780960064,0.341996699669967,0,1,1,0,0,1,0,1,2,1,1,1946,85.000000000000000 --1,06085506502,4289,1315,149,153,34,586,239,123,85,0.034740032641641,0.306598274656097,0.176674364896074,0.008370260955194,0.137623297322687,0.055723944975519,0.044456066945607,0.064634787178140,0,0,0,0,0,0,0,0,0,0,0,866,85.000000000000000 --1,06085506503,6000,2838,444,249,674,1449,815,268,307,0.074000000000000,0.473000000000000,0.183357879234168,0.117197009215789,0.241983967935872,0.136105544422178,0.124392220421394,0.108589951377634,0,0,0,0,0,0,1,0,1,0,0,1358,85.000000000000000 --1,06085506601,4741,2522,164,129,466,1210,311,297,89,0.034591858257751,0.531955283695423,0.114768683274021,0.104978598783510,0.255220417633411,0.065597975110736,0.051178838412881,0.174808711006474,0,0,0,0,0,0,0,1,1,0,0,1124,85.000000000000000 --1,06085506603,4297,2119,387,130,263,837,485,112,57,0.090062834535723,0.493134745171050,0.113240418118467,0.064858199753391,0.197405660377358,0.113983548766157,0.040889526542324,0.080924855491329,0,0,0,0,0,0,0,0,0,0,0,1148,85.000000000000000 --1,06085506604,7363,3290,396,156,137,664,521,52,43,0.053782425641722,0.446828738286025,0.078313253012048,0.019692396147765,0.090180632894201,0.070759201412468,0.016816581931951,0.020561486753658,0,0,0,0,0,0,0,0,0,0,0,1992,85.000000000000000 --1,06085506605,4031,2564,181,147,419,1351,363,217,44,0.044902009426941,0.636070453981642,0.153125000000000,0.112422860209284,0.335152567601092,0.090052096254031,0.029871011541073,0.151009046624913,0,0,0,0,0,1,0,1,1,0,0,960,85.000000000000000 --1,06085506606,4134,2199,221,191,265,910,366,164,58,0.053459119496855,0.531930333817126,0.178338001867414,0.067344345616264,0.222059541239629,0.088727272727273,0.036477987421384,0.106286454957874,0,0,0,0,0,0,0,0,0,0,0,1071,85.000000000000000 --1,06085506701,3511,1309,124,66,52,286,216,35,6,0.035317573340928,0.372828254058673,0.064516129032258,0.015714717437292,0.081458273996013,0.061520934206779,0.004811547714515,0.028759244042728,0,0,0,0,0,0,0,0,0,0,0,1023,85.000000000000000 --1,06085506702,6284,3181,292,181,396,1217,509,253,170,0.046467218332272,0.506206238064927,0.123887748117728,0.067669172932331,0.196989316931046,0.080999363462763,0.084283589489341,0.125433812592960,0,0,0,0,0,0,0,0,0,0,0,1461,85.000000000000000 --1,06085506703,3690,1471,168,126,192,875,284,115,47,0.045528455284553,0.398644986449865,0.125373134328358,0.056338028169014,0.237965732934457,0.077236877889584,0.034306569343066,0.086989409984871,0,0,0,0,0,0,0,0,0,0,0,1005,85.000000000000000 --1,06085506801,6039,1515,436,209,52,544,388,100,67,0.072197383672794,0.250869349230005,0.128378378378378,0.008971704623879,0.091076510966014,0.064958982086054,0.029884032114184,0.044603033006244,0,0,0,0,0,0,0,0,0,0,0,1628,85.000000000000000 --1,06085506802,5071,1647,340,100,182,469,509,55,45,0.067047919542497,0.324788010254388,0.077821011673152,0.037940379403794,0.094785772029103,0.102994738972076,0.023860021208908,0.029162248144221,0,0,0,0,0,0,0,0,0,0,0,1285,85.000000000000000 --1,06085506803,7350,3213,333,134,77,768,552,160,14,0.045306122448980,0.437142857142857,0.069719042663892,0.011285358346768,0.105119080208048,0.075409836065574,0.005887300252313,0.067624683009298,0,0,0,0,0,0,0,0,0,0,0,1922,85.000000000000000 --1,06085506804,3649,1062,308,38,59,152,257,15,8,0.084406686763497,0.291038640723486,0.036190476190476,0.017398997345916,0.041655248013154,0.070430254864346,0.006168080185042,0.011718750000000,0,0,0,0,0,0,0,0,0,0,0,1050,85.000000000000000 --1,06085506900,7317,1565,1017,192,208,591,691,102,131,0.138991389913899,0.213885472188055,0.092708836310961,0.029795158286778,0.081505999172528,0.095297200386154,0.048268238761975,0.037791774731382,1,0,0,0,0,0,0,0,1,0,0,2071,85.000000000000000 --1,06085507001,6842,851,607,118,60,403,416,132,73,0.088716749488454,0.124378836597486,0.061942257217848,0.009114385538508,0.059483394833948,0.061402214022140,0.023108578664134,0.042525773195876,0,0,0,0,0,0,0,0,0,0,0,1905,85.000000000000000 --1,06085507002,3000,646,274,42,29,281,205,50,0,0.091333333333333,0.215333333333333,0.050179211469534,0.010420409629896,0.094137353433836,0.068424566088118,0.000000000000000,0.048875855327468,0,0,0,0,0,0,0,0,0,0,0,837,85.000000000000000 --1,06085507100,2743,561,100,140,12,392,193,154,52,0.036456434560700,0.204520597885527,0.210526315789474,0.004704037632301,0.142909223477944,0.070360918702151,0.039245283018868,0.119751166407465,0,0,1,0,0,0,0,0,1,0,0,665,85.000000000000000 --1,06085507203,3120,928,155,106,62,174,270,28,23,0.049679487179487,0.297435897435897,0.146408839779006,0.020749665327979,0.056219709208401,0.087237479806139,0.020300088261253,0.024713150926743,0,0,0,0,0,0,0,0,0,0,0,724,85.000000000000000 --1,06085507205,4605,790,459,72,106,428,472,48,9,0.099674267100977,0.171552660152009,0.052631578947368,0.023772146221126,0.092942453854506,0.102497285559175,0.004859611231102,0.026330224904004,0,0,0,0,0,0,0,0,0,0,0,1368,85.000000000000000 --1,06085507206,2905,570,325,34,7,225,263,14,34,0.111876075731497,0.196213425129088,0.039170506912442,0.002488446498400,0.077452667814114,0.090533562822719,0.033073929961090,0.013765978367748,1,0,0,0,0,0,0,0,1,0,0,868,85.000000000000000 --1,06085507301,7079,3594,1055,35,158,490,724,114,97,0.149032349201865,0.507698827518011,0.018343815513627,0.023055596089304,0.070090115863253,0.103561722214276,0.038707102952913,0.045490822027135,1,0,0,0,0,0,0,0,1,0,0,1908,85.000000000000000 --1,06085507302,2749,1013,287,44,21,301,110,24,24,0.104401600582030,0.368497635503820,0.056921086675291,0.007897705904475,0.112565445026178,0.041136873597607,0.024640657084189,0.025668449197861,1,0,0,0,0,0,0,0,1,0,0,773,85.000000000000000 --1,06085507401,5475,3280,545,69,213,215,334,8,24,0.099543378995434,0.599086757990868,0.041717049576784,0.039635280982508,0.039276580197296,0.061004566210046,0.012644889357218,0.004259850905218,0,0,0,0,0,0,0,0,0,0,0,1654,85.000000000000000 --1,06085507402,4012,1750,247,48,58,441,271,80,80,0.061565304087737,0.436191425722831,0.041994750656168,0.015372382719322,0.109920239282154,0.067547357926221,0.057265569076593,0.057265569076593,0,0,0,0,0,0,0,0,0,0,0,1143,85.000000000000000 --1,06085507500,5700,3557,514,48,210,330,446,49,51,0.090175438596491,0.624035087719298,0.026578073089701,0.037722292078319,0.057894736842105,0.078245614035088,0.025705645161290,0.024873096446701,0,0,0,0,0,0,0,0,0,0,0,1806,85.000000000000000 --1,06085507600,5826,2921,430,97,226,355,288,48,29,0.073807071747339,0.501373154823206,0.054311310190369,0.039420896563754,0.061143644505684,0.049433573635427,0.014356435643564,0.024477307496175,0,0,0,0,0,0,0,0,0,0,0,1786,85.000000000000000 --1,06085507701,3913,2779,117,78,216,372,269,13,41,0.029900332225914,0.710196779964222,0.072155411655874,0.056633455689565,0.095067722974700,0.068745208280092,0.030347890451517,0.009723261032162,0,1,0,0,0,0,0,0,0,0,0,1081,85.000000000000000 --1,06085507702,6949,4986,523,88,384,271,385,12,34,0.075262627716218,0.717513311267808,0.046364594309800,0.057493636771972,0.038998417038423,0.055403655202187,0.015769944341373,0.005604857543204,0,1,0,0,0,0,0,0,0,0,0,1898,85.000000000000000 --1,06085507703,7965,4874,931,76,587,494,742,181,211,0.116886377903327,0.611927181418707,0.036311514572384,0.077820495823943,0.063898590091838,0.095977234510413,0.075926592299388,0.066227588730333,1,0,0,0,0,0,0,0,1,0,0,2093,85.000000000000000 --1,06085507805,5979,4109,336,169,349,770,510,224,123,0.056196688409433,0.687238668673691,0.106691919191919,0.062533596129726,0.128784077604951,0.085298544907175,0.056190041114664,0.108474576271186,0,0,0,0,0,0,0,0,0,0,0,1584,85.000000000000000 --1,06085507806,5521,4540,167,132,294,385,178,158,24,0.030248143452273,0.822314798043833,0.087128712871287,0.056538461538462,0.069733743886977,0.032240536134758,0.012972972972973,0.087292817679558,0,1,0,0,0,0,0,0,0,0,0,1515,85.000000000000000 --1,06085507807,3072,2401,153,53,172,291,160,38,7,0.049804687500000,0.781575520833333,0.061843640606768,0.059045657397872,0.094726562500000,0.052083333333333,0.006653992395437,0.036538461538461,0,1,0,0,0,0,0,0,0,0,0,857,85.000000000000000 --1,06085507808,5703,4352,290,92,282,640,181,102,15,0.050850429598457,0.763107136594775,0.059546925566343,0.051422319474836,0.112458267439817,0.031737681921795,0.008064516129032,0.055224688684353,0,1,0,0,0,0,0,0,0,0,0,1545,85.000000000000000 --1,06085507903,5098,4001,305,58,441,489,224,62,6,0.059827383287564,0.784817575519812,0.039644565960355,0.088857545839210,0.095919968615143,0.043938799529227,0.003640776699029,0.037897310513447,0,1,0,0,0,0,0,0,0,0,0,1463,85.000000000000000 --1,06085507904,3383,2513,290,0,167,165,260,29,54,0.085722731303577,0.742831806089270,0.000000000000000,0.051054723326200,0.048773278155483,0.076854862548034,0.049953746530990,0.027077497665733,0,1,0,0,0,0,0,0,0,0,0,987,85.000000000000000 --1,06085507905,6480,5438,129,38,661,1003,179,161,57,0.019907407407407,0.839197530864198,0.023750000000000,0.105422647527911,0.155095098190815,0.027623456790123,0.026279391424620,0.077144226161955,0,1,0,0,0,0,0,0,0,0,0,1600,85.000000000000000 --1,06085507906,4677,3551,415,69,385,401,345,65,46,0.088732093222151,0.759247380799658,0.052833078101072,0.084857835574168,0.085738721402609,0.073765234124439,0.031463748290014,0.044889502762431,0,1,0,0,0,0,0,0,0,0,0,1306,85.000000000000000 --1,06085508001,8050,5983,574,136,626,1081,654,340,232,0.071304347826087,0.743229813664596,0.067796610169491,0.082782332716213,0.134285714285714,0.081242236024845,0.080555555555556,0.119887165021157,0,1,0,0,0,0,0,0,0,0,0,2006,85.000000000000000 --1,06085508003,2342,1592,78,30,180,470,180,109,6,0.033304867634500,0.679760888129804,0.047770700636943,0.079822616407982,0.200683176771990,0.076857386848847,0.007822685788787,0.151178918169209,0,0,0,0,0,0,0,1,1,0,0,628,85.000000000000000 --1,06085508004,6351,4725,174,171,727,720,443,185,162,0.027397260273973,0.743977326405290,0.101183431952663,0.124358535750941,0.114412839663118,0.069752794835459,0.074209803023362,0.084745762711864,0,1,0,0,0,0,0,0,0,0,0,1690,85.000000000000000 --1,06085508101,6649,4711,353,45,372,428,314,152,75,0.053090690329373,0.708527598135058,0.026439482961222,0.063082923520434,0.065006075334143,0.047253574115877,0.032622879512832,0.066608238387380,0,1,0,0,0,0,0,0,0,0,0,1702,85.000000000000000 --1,06085508102,3342,2544,136,37,228,195,89,54,13,0.040694195092759,0.761220825852783,0.040437158469945,0.075697211155379,0.058348294434470,0.026630760023938,0.010309278350516,0.043902439024390,0,1,0,0,0,0,0,0,0,0,0,915,85.000000000000000 --1,06085508202,7444,4627,580,219,180,973,466,195,96,0.077915099408920,0.621574422353573,0.103988603988604,0.026281208935611,0.130920344456405,0.062760942760943,0.034482758620690,0.070831819832910,0,0,0,0,0,0,0,0,0,0,0,2106,85.000000000000000 --1,06085508203,5109,3209,313,121,213,403,247,56,59,0.061264435310237,0.628107261695048,0.083104395604396,0.046034147395721,0.079019607843137,0.048431372549020,0.032905744562186,0.031354983202688,0,0,0,0,0,0,0,0,0,0,0,1456,85.000000000000000 --1,06085508204,4245,2900,245,55,182,360,196,20,26,0.057714958775029,0.683156654888104,0.046649703138253,0.047470005216484,0.085146641438032,0.046171967020024,0.017931034482759,0.014015416958655,0,0,0,0,0,0,0,0,0,0,0,1179,85.000000000000000 --1,06085508301,4278,1949,522,36,130,236,315,21,19,0.122019635343619,0.455586722767648,0.030025020850709,0.031630170316302,0.056853770175861,0.076050217286335,0.012393998695369,0.013888888888889,1,0,0,0,0,0,0,0,1,0,0,1199,85.000000000000000 --1,06085508303,2510,1064,310,34,90,125,172,31,10,0.123505976095618,0.423904382470120,0.044041450777202,0.037990713381173,0.049800796812749,0.068525896414343,0.010764262648009,0.033622559652928,1,0,0,0,0,0,0,0,1,0,0,772,85.000000000000000 --1,06085508304,8065,5308,332,392,907,1974,496,416,124,0.041165530068196,0.658152510849349,0.170212765957447,0.115615041427661,0.244761314321141,0.061500309981401,0.041877744005404,0.145913714486145,0,0,0,0,0,0,0,0,0,0,0,2303,85.000000000000000 --1,06085508401,7040,4115,432,146,425,835,383,159,93,0.061363636363636,0.584517045454545,0.078579117330463,0.066489361702128,0.120386389850058,0.055203228596137,0.038067949242734,0.067060312104597,0,0,0,0,0,0,0,0,0,0,0,1858,85.000000000000000 --1,06085508403,3044,1378,309,21,72,190,187,20,6,0.101511169513798,0.452693823915900,0.025179856115108,0.025723472668810,0.064957264957265,0.064084989718986,0.005847953216374,0.019762845849802,1,0,0,0,0,0,0,0,1,0,0,834,85.000000000000000 --1,06085508404,6162,3087,378,68,374,718,432,17,135,0.061343719571568,0.500973709834469,0.042473454091193,0.065545040308447,0.116520610191496,0.070107108081792,0.057349192863212,0.007333908541846,0,0,0,0,0,0,0,0,0,0,0,1601,85.000000000000000 --1,06085508503,6574,4689,391,35,438,708,412,273,252,0.059476726498327,0.713264374809857,0.021419828641371,0.073787061994609,0.109057301293900,0.063462723351818,0.095563139931741,0.105691056910569,0,1,0,0,0,0,0,0,0,0,0,1634,85.000000000000000 --1,06085508504,8023,6501,368,123,688,1805,481,414,340,0.045868129128755,0.810295400722922,0.065079365079365,0.092077087794432,0.226247179744297,0.059952636171008,0.104905893242826,0.133548387096774,0,1,0,0,0,0,1,0,1,0,0,1890,85.000000000000000 --1,06085508505,4262,2464,274,37,211,499,386,104,78,0.064289066166119,0.578132332238386,0.030553261767135,0.054172015404365,0.117081182543407,0.090567808540591,0.041935483870968,0.056460369163952,0,0,0,0,0,0,0,0,0,0,0,1211,85.000000000000000 --1,06085508507,3050,2417,23,135,113,597,79,114,43,0.007540983606557,0.792459016393443,0.181695827725437,0.040559942569993,0.195737704918033,0.025901639344262,0.032428355957768,0.090548054011120,0,1,0,0,0,0,0,0,0,0,0,743,85.000000000000000 --1,06085508508,5470,3652,281,154,604,1077,382,270,69,0.051371115173675,0.667641681901280,0.114243323442137,0.117418351477449,0.196892138939671,0.069835466179159,0.036239495798319,0.143236074270557,0,0,0,0,0,0,0,0,0,0,0,1348,85.000000000000000 --1,06085508601,3660,2166,179,155,262,646,304,167,55,0.048907103825137,0.591803278688525,0.147900763358779,0.077698695136418,0.176502732240437,0.083060109289618,0.040234089246525,0.123247232472325,0,0,0,0,0,0,0,0,0,0,0,1048,85.000000000000000 --1,06085508602,4751,2327,279,108,207,653,369,153,152,0.058724479057041,0.489791622816249,0.089035449299258,0.050352712235466,0.137444748474005,0.077848101265823,0.084350721420644,0.085379464285714,0,0,0,0,0,0,0,0,0,0,0,1213,85.000000000000000 --1,06085508703,7650,5358,251,263,494,1221,483,177,97,0.032810457516340,0.700392156862745,0.139522546419098,0.071120069104521,0.159607843137255,0.063261296660118,0.030667088207398,0.056712592117911,0,1,0,0,0,0,0,0,0,0,0,1885,85.000000000000000 --1,06085508704,5489,4089,204,32,392,924,312,236,157,0.037165239570049,0.744944434323192,0.024353120243531,0.078134343233008,0.168736303871439,0.056996711728170,0.065010351966874,0.101680310211116,0,1,0,0,0,0,0,0,0,0,0,1314,85.000000000000000 --1,06085508800,4224,3216,48,140,463,1447,152,223,101,0.011363636363636,0.761363636363636,0.154185022026432,0.123367972288836,0.343297746144721,0.035984848484849,0.071176885130373,0.158831908831909,0,1,0,0,0,1,0,1,1,1,1,908,85.000000000000000 --1,06085508900,5905,4891,212,202,628,2174,351,196,49,0.035901778154107,0.828281117696867,0.177192982456140,0.121587608906099,0.368162574089754,0.059441151566469,0.028554778554779,0.114821323960164,0,1,0,0,0,1,0,0,0,1,1,1140,85.000000000000000 --1,06085509000,8386,6324,140,547,1236,2960,442,347,71,0.016694490818030,0.754113999523015,0.291112293773284,0.168967874231032,0.356669478250392,0.052795031055901,0.028445512820513,0.139022435897436,0,1,1,0,0,1,0,0,1,1,1,1879,85.000000000000000 --1,06085509102,4900,3622,136,75,208,242,132,99,16,0.027755102040816,0.739183673469388,0.057781201848999,0.047358834244080,0.049387755102041,0.026938775510204,0.007057785619762,0.043670048522276,0,1,0,0,0,0,0,0,0,0,0,1298,85.000000000000000 --1,06085509105,7251,5014,387,206,694,1482,374,246,40,0.053371948696732,0.691490828851193,0.109399893786511,0.101819248826291,0.205490848585691,0.051579092538960,0.012812299807815,0.078795643818065,0,0,0,0,0,0,0,0,0,0,0,1883,85.000000000000000 --1,06085509106,4380,2977,315,156,460,721,400,208,44,0.071917808219178,0.679680365296804,0.144177449168207,0.117197452229299,0.165670955882353,0.091428571428571,0.025404157043880,0.120092378752887,0,0,0,0,0,0,0,0,0,0,0,1082,85.000000000000000 --1,06085509107,4811,3125,45,202,471,1555,118,280,114,0.009353564747454,0.649553107462066,0.206967213114754,0.108226102941176,0.323217626273124,0.024527125337768,0.059779758783429,0.148619957537155,0,0,1,0,0,1,0,0,1,0,0,976,85.000000000000000 --1,06085509108,4697,2907,127,226,535,1191,222,282,79,0.027038535235257,0.618905684479455,0.210820895522388,0.123243492282884,0.253566106025122,0.047415634344297,0.040162684290798,0.144098109351048,0,0,1,0,0,0,0,0,1,0,0,1072,85.000000000000000 --1,06085509109,4351,2253,53,65,113,512,151,49,45,0.012181107791312,0.517811997242013,0.062862669245648,0.029335410176532,0.117836593785961,0.034704665594116,0.024102838778789,0.026702997275204,0,0,0,0,0,0,0,0,0,0,0,1034,85.000000000000000 --1,06085509201,4523,2175,182,35,226,606,263,313,81,0.040238779571081,0.480875525093964,0.035605289928789,0.052157858296792,0.133981870439973,0.058679161088800,0.038225578102879,0.147711184521000,0,0,0,0,0,0,0,0,0,0,0,983,85.000000000000000 --1,06085509202,4708,2685,243,89,249,745,401,144,78,0.051614273576890,0.570305862361937,0.081726354453627,0.056449784629336,0.158241291418862,0.085174171622770,0.041031036296686,0.077711818672423,0,0,0,0,0,0,0,0,0,0,0,1089,85.000000000000000 --1,06085509302,3258,1206,198,91,149,498,234,84,78,0.060773480662983,0.370165745856354,0.108982035928144,0.048597521200261,0.153988868274583,0.071823204419889,0.062751407884151,0.069306930693069,0,0,0,0,0,0,0,0,0,0,0,835,85.000000000000000 --1,06085509303,3503,1973,399,52,506,1139,421,387,321,0.113902369397659,0.563231515843563,0.070080862533693,0.154787396757418,0.325149871538681,0.120182700542392,0.181458451102318,0.225787631271879,1,0,0,0,0,1,1,1,3,1,1,742,85.000000000000000 --1,06085509304,3071,1894,52,67,61,744,168,164,36,0.016932595245848,0.616737219146858,0.107544141252006,0.021224773834377,0.242266362748290,0.054705307717356,0.028324154209284,0.129541864139021,0,0,0,0,0,0,0,0,0,0,0,623,85.000000000000000 --1,06085509401,3297,1968,84,107,222,583,150,212,174,0.025477707006369,0.596906278434941,0.147382920110193,0.071659134925759,0.177203647416413,0.045620437956204,0.108750000000000,0.137841352405722,0,0,0,0,0,0,1,0,1,0,0,726,85.000000000000000 --1,06085509403,4616,2769,76,126,555,1620,157,413,255,0.016464471403813,0.599870017331023,0.125248508946322,0.128353376503238,0.350953206239168,0.034012131715771,0.122184954480115,0.207225288509784,0,0,0,0,0,1,1,1,2,0,0,1006,85.000000000000000 --1,06085509404,6496,4328,166,246,767,1953,350,389,329,0.025554187192118,0.666256157635468,0.155696202531646,0.128239424845344,0.300646551724138,0.053879310344828,0.122350316102640,0.148077655119909,0,0,0,0,0,1,1,0,1,0,0,1580,85.000000000000000 --1,06085509500,5306,3314,151,256,543,1703,273,519,134,0.028458349038824,0.624575951752733,0.212271973466003,0.107866507747318,0.320957406709386,0.051451187335092,0.059108954565505,0.232007152436299,0,0,1,0,0,1,0,1,2,0,0,1206,85.000000000000000 --1,06085509600,2702,901,63,29,48,212,139,98,48,0.023316062176166,0.333456698741673,0.048986486486486,0.018250950570342,0.078693392724573,0.051596139569414,0.037209302325581,0.077470355731225,0,0,0,0,0,0,0,0,0,0,0,592,85.000000000000000 --1,06085509700,2993,1501,169,75,24,395,199,120,48,0.056465085198797,0.501503508185767,0.110782865583456,0.008724100327154,0.131974607417307,0.066488473103909,0.034557235421166,0.087019579405366,0,0,0,0,0,0,0,0,0,0,0,677,85.000000000000000 --1,06085509801,5714,2567,318,150,266,648,375,122,88,0.055652782639132,0.449247462373119,0.104821802935010,0.050647372429551,0.113405670283514,0.065628281414071,0.040404040404040,0.057384760112888,0,0,0,0,0,0,0,0,0,0,0,1431,85.000000000000000 --1,06085509802,2837,1484,148,20,162,319,135,60,42,0.052167782869228,0.523087768769827,0.027855153203343,0.062211981566820,0.112800565770863,0.047736916548798,0.037300177619893,0.053285968028419,0,0,0,0,0,0,0,0,0,0,0,718,85.000000000000000 --1,06085509901,1940,559,202,27,41,100,104,19,29,0.104123711340206,0.288144329896907,0.050751879699248,0.023308698123934,0.053792361484669,0.055944055944056,0.040559440559441,0.026836158192090,1,0,0,0,0,0,0,0,1,0,0,532,85.000000000000000 --1,06085509902,5173,1911,616,132,376,824,553,28,217,0.119079837618403,0.369418132611637,0.099024756189047,0.077366255144033,0.163297661514071,0.108410115663595,0.117233927606699,0.015292190060076,1,0,0,0,0,0,1,0,2,0,0,1333,85.000000000000000 --1,06085510001,6104,1971,522,104,165,211,324,4,12,0.085517693315858,0.322903014416776,0.054650551760378,0.028601144045762,0.035599797536697,0.054371538848800,0.005537609598523,0.001863064741500,0,0,0,0,0,0,0,0,0,0,0,1903,85.000000000000000 --1,06085510002,3806,1342,224,32,116,419,126,59,27,0.058854440357330,0.352601156069364,0.031037827352085,0.032666854407209,0.110437532946758,0.033105622700998,0.020377358490566,0.045843045843046,0,0,0,0,0,0,0,0,0,0,0,1031,85.000000000000000 --1,06085510100,3184,1005,483,49,56,206,223,0,25,0.151695979899497,0.315640703517588,0.050308008213552,0.018312622629169,0.064963733837906,0.070037688442211,0.022603978300181,0.000000000000000,1,0,0,0,0,0,0,0,1,0,0,974,85.000000000000000 --1,06085510200,4319,1371,452,90,95,148,232,32,8,0.104653855059041,0.317434591340588,0.073589533932952,0.023227383863081,0.034267191479509,0.053716137994906,0.005405405405405,0.021887824897401,1,0,0,0,0,0,0,0,1,0,0,1223,85.000000000000000 --1,06085510300,4266,1135,416,51,56,227,261,20,37,0.097515236755743,0.266057196436943,0.043220338983051,0.013813517513567,0.053211439287389,0.061181434599156,0.021803182086034,0.011785503830289,0,0,0,0,0,0,0,0,0,0,0,1180,85.000000000000000 --1,06085510400,3254,1343,296,49,65,160,173,18,0,0.090964966195452,0.412722802704364,0.051094890510949,0.021423862887277,0.049170251997541,0.053165334972342,0.000000000000000,0.015943312666076,0,0,0,0,0,0,0,0,0,0,0,959,85.000000000000000 --1,06085510500,4706,1648,664,41,75,232,452,212,159,0.141096472588185,0.350191245218870,0.032826261008807,0.016759776536313,0.049871023215821,0.097162510748065,0.083115525352849,0.111991547807713,1,0,0,0,0,0,0,0,1,0,0,1249,85.000000000000000 --1,06085510600,6392,3511,368,100,677,1475,536,169,79,0.057571964956195,0.549280350438048,0.061124694376528,0.111734609671563,0.230757196495620,0.083854818523154,0.033876500857633,0.076057605760576,0,0,0,0,0,0,0,0,0,0,0,1636,85.000000000000000 --1,06085510700,5063,2938,232,144,244,825,425,308,82,0.045822634801501,0.580288366581078,0.124031007751938,0.050298907441765,0.162946869444993,0.084108450425490,0.040039062500000,0.153692614770459,0,0,0,0,0,0,0,1,1,0,0,1161,85.000000000000000 --1,06085510801,5648,2742,650,98,90,115,444,55,104,0.115084985835694,0.485481586402266,0.057142857142857,0.016666666666667,0.020368402408785,0.078611898016997,0.049760765550239,0.026467757459095,1,0,0,0,0,0,0,0,1,0,0,1715,85.000000000000000 --1,06085510802,1980,728,260,29,137,82,154,17,14,0.131313131313131,0.367676767676768,0.055343511450382,0.070654976792161,0.041582150101420,0.078053725291434,0.019943019943020,0.024216524216524,1,0,0,0,0,0,0,0,1,0,0,524,85.000000000000000 --1,06085510803,2563,1318,291,84,88,437,257,60,106,0.113538821693328,0.514241123683184,0.115384615384615,0.035129740518962,0.170503316426063,0.100273117440499,0.102021174205967,0.058651026392962,1,0,0,0,0,0,1,0,2,0,0,728,85.000000000000000 --1,06085510900,5439,2639,281,32,321,640,229,112,84,0.051663908806766,0.485199485199485,0.021164021164021,0.061435406698565,0.117668689097261,0.042103327817614,0.041237113402062,0.055418109846611,0,0,0,0,0,0,0,0,0,0,0,1512,85.000000000000000 --1,06085511000,6858,3618,288,101,139,593,255,196,65,0.041994750656168,0.527559055118110,0.054039593365436,0.021797083267994,0.086480968353507,0.037182852143482,0.026661197703035,0.082352941176471,0,0,0,0,0,0,0,0,0,0,0,1869,85.000000000000000 --1,06085511100,5572,2350,401,102,92,500,294,11,40,0.071966977745872,0.421751615218952,0.066973079448457,0.017254313578395,0.089734386216798,0.052763819095477,0.021540118470652,0.006121313299944,0,0,0,0,0,0,0,0,0,0,0,1523,85.000000000000000 --1,06085511200,5188,1420,258,102,70,200,381,22,22,0.049730146491904,0.273708558211257,0.076233183856502,0.013974845278499,0.038550501156515,0.073438704703161,0.012761020881671,0.012933568489124,0,0,0,0,0,0,0,0,0,0,0,1338,85.000000000000000 --1,06085511301,3737,1184,467,179,81,587,260,316,125,0.124966550709125,0.316831683168317,0.190831556503198,0.022913719943423,0.160470202296337,0.071077091306725,0.069949636261891,0.179341657207719,1,0,0,0,0,0,0,1,2,0,0,938,85.000000000000000 --1,06085511302,4062,1434,583,64,152,770,296,199,461,0.143525356967011,0.353028064992614,0.079012345679012,0.039821849620121,0.196028513238289,0.075356415478615,0.207377417903734,0.092086996760759,1,0,0,0,0,0,1,0,2,0,0,810,85.000000000000000 --1,06085511400,3408,1023,289,80,24,270,176,24,24,0.084800469483568,0.300176056338028,0.083073727933541,0.007478965409785,0.079225352112676,0.051643192488263,0.018604651162791,0.018735362997658,0,0,0,0,0,0,0,0,0,0,0,963,85.000000000000000 --1,06085511500,7604,2855,495,202,179,560,350,350,148,0.065097317201473,0.375460284061021,0.114124293785311,0.024713516498688,0.082620241959280,0.046028406102052,0.049697783747482,0.120731286650569,0,0,0,0,0,0,0,0,0,0,0,1770,85.000000000000000 --1,06085511608,2876,1653,13,4,5,38,87,37,13,0.004520166898470,0.574756606397775,0.307692307692308,0.001738525730181,0.355140186915888,0.030250347705146,0.200000000000000,0.787234042553192,0,0,1,0,0,1,1,1,3,1,1,13,85.000000000000000 --1,06085511609,3242,1136,711,70,73,473,340,337,191,0.219309068476249,0.350400987045034,0.099715099715100,0.024472008045592,0.150684931506849,0.108314749920357,0.107243121841662,0.202524038461538,1,0,0,0,0,0,1,1,3,0,0,702,85.000000000000000 --1,06085511701,4184,1397,511,77,40,219,204,23,19,0.122131931166348,0.333891013384321,0.059922178988327,0.009903441445902,0.052342256214149,0.048757170172084,0.012734584450402,0.015646258503401,1,0,0,0,0,0,0,0,1,0,0,1285,85.000000000000000 --1,06085511702,3042,906,198,24,79,187,155,4,15,0.065088757396450,0.297830374753452,0.027586206896552,0.027101200686106,0.061472715318869,0.050953320184089,0.014985014985015,0.003996003996004,0,0,0,0,0,0,0,0,0,0,0,870,85.000000000000000 --1,06085511704,4690,1642,459,31,123,351,487,32,21,0.097867803837953,0.350106609808102,0.021954674220963,0.026885245901639,0.075016029066040,0.103837953091684,0.012188044109112,0.018823529411765,0,0,0,0,0,0,0,0,0,0,0,1412,85.000000000000000 --1,06085511705,915,301,104,16,22,59,49,9,0,0.113661202185792,0.328961748633880,0.067796610169491,0.025200458190149,0.071601941747573,0.059466019417476,0.000000000000000,0.027777777777778,1,0,0,0,0,0,0,0,1,0,0,236,85.000000000000000 --1,06085511707,2867,955,421,36,81,235,211,67,52,0.146843390303453,0.333100802232299,0.044665012406948,0.029594446474242,0.084078711985689,0.074849237318198,0.046099290780142,0.059555555555556,1,0,0,0,0,0,0,0,1,0,0,806,85.000000000000000 --1,06085511800,4561,608,154,96,0,524,199,28,21,0.033764525323394,0.133304099978075,0.083478260869565,0.000000000000000,0.115063680281072,0.043630782723087,0.012360211889347,0.016656751933373,0,0,0,0,0,0,0,0,0,0,0,1150,85.000000000000000 --1,06085511905,2922,1399,293,92,134,277,222,51,31,0.100273785078713,0.478781656399726,0.106235565819861,0.047133309883925,0.094798083504449,0.075975359342916,0.030155642023346,0.049951028403526,1,0,0,0,0,0,0,0,1,0,0,866,85.000000000000000 --1,06085511907,4115,2024,315,16,209,246,258,58,14,0.076549210206561,0.491859052247874,0.013605442176871,0.053452685421995,0.059781287970838,0.062697448359660,0.010347376201035,0.042867701404287,0,0,0,0,0,0,0,0,0,0,0,1176,85.000000000000000 --1,06085511909,8511,4441,338,169,340,214,392,86,63,0.039713312184232,0.521795323698743,0.070978580428391,0.041985675475426,0.025185359538661,0.046058042533192,0.023393984404010,0.032575757575758,0,0,0,0,0,0,0,0,0,0,0,2381,85.000000000000000 --1,06085511910,3227,892,355,0,72,153,320,11,0,0.110009296560273,0.276417725441587,0.000000000000000,0.023331173039533,0.047412457390765,0.099163309575457,0.000000000000000,0.010556621880998,1,0,0,0,0,0,0,0,1,0,0,931,85.000000000000000 --1,06085511911,5015,1909,345,184,363,827,416,135,85,0.068793619142572,0.380658025922233,0.133044107013738,0.075562031640300,0.167782511665652,0.083702213279678,0.045921123716910,0.072933549432739,0,0,0,0,0,0,0,0,0,0,0,1383,85.000000000000000 --1,06085511912,5317,2758,268,62,216,239,471,41,27,0.050404363362799,0.518713560278352,0.041141340411413,0.042056074766355,0.045034859619371,0.088750706613906,0.015643105446118,0.023906705539359,0,0,0,0,0,0,0,0,0,0,0,1507,85.000000000000000 --1,06085511913,4358,1466,193,64,118,135,227,0,0,0.044286369894447,0.336392840752639,0.050713153724247,0.028001898433792,0.031027350034475,0.052088113813676,0.000000000000000,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,1262,85.000000000000000 --1,06085511914,5779,2130,500,62,225,452,481,63,29,0.086520159197093,0.368575878179616,0.038295243977764,0.040279269602578,0.078214223914172,0.083232393147603,0.015018125323667,0.032778355879292,0,0,0,0,0,0,0,0,0,0,0,1619,85.000000000000000 --1,06085511915,3627,2545,281,211,787,1850,401,377,154,0.077474496829336,0.701681830714089,0.244779582366589,0.236834185976527,0.511615044247788,0.110559691204853,0.124394184168013,0.306504065040650,0,1,1,0,1,1,1,1,4,1,1,862,85.000000000000000 --1,06085511916,4544,1921,121,136,231,700,288,142,20,0.026628521126761,0.422755281690141,0.109854604200323,0.053646075243846,0.154764536811851,0.063450099140780,0.011799410029499,0.084223013048636,0,0,0,0,0,0,0,0,0,0,0,1238,85.000000000000000 --1,06085512001,6936,4919,97,95,209,687,243,44,25,0.013985005767013,0.709198385236448,0.058896466212027,0.032871972318339,0.099565217391304,0.035100390004333,0.013014055179594,0.023000522739153,0,1,0,0,0,0,0,0,0,0,0,1613,85.000000000000000 --1,06085512005,6592,3595,190,163,337,1400,692,190,27,0.028822815533981,0.545358009708738,0.095210280373832,0.055601385909916,0.212539851222104,0.105055412175497,0.012419503219871,0.087396504139834,0,0,0,0,0,0,0,0,0,0,0,1712,85.000000000000000 --1,06085512017,8863,7892,265,394,1884,3776,950,327,67,0.029899582534131,0.890443416450412,0.208025343189018,0.224740546343791,0.426811348479711,0.107187182669525,0.030904059040590,0.153377110694184,0,1,1,0,1,1,0,1,3,1,1,1894,85.000000000000000 --1,06085512019,4681,3211,163,187,394,678,482,167,62,0.034821619312113,0.685964537491989,0.165340406719717,0.091161499305877,0.148099606815203,0.103123662815576,0.040762656147272,0.110596026490066,0,0,0,0,0,0,0,0,0,0,0,1131,85.000000000000000 --1,06085512020,6908,5576,72,412,560,1413,428,410,147,0.010422698320788,0.807180081065431,0.256218905472637,0.089072689677112,0.204931109499637,0.062073966642495,0.057988165680473,0.165189363416600,0,1,1,0,0,0,0,1,2,0,0,1608,85.000000000000000 --1,06085512021,6130,3687,122,287,499,1545,423,106,40,0.019902120717781,0.601468189233279,0.174256223436551,0.087298810356893,0.252368507023848,0.069004893964111,0.019723865877712,0.052657724788872,0,0,0,0,0,0,0,0,0,0,0,1647,85.000000000000000 --1,06085512022,5962,4761,226,269,707,2122,531,214,133,0.037906742703791,0.798557531029856,0.204874333587205,0.127181147688433,0.358627682947440,0.089064072458906,0.071775499190502,0.116115029842648,0,1,1,0,0,1,0,0,1,1,1,1313,85.000000000000000 --1,06085512023,5912,4662,83,258,386,1995,404,294,148,0.014039242219215,0.788565629228687,0.181946403385049,0.074230769230769,0.337906504065041,0.068335588633288,0.075936377629554,0.151937984496124,0,1,0,0,0,1,0,1,1,1,1,1418,85.000000000000000 --1,06085512024,4363,2299,146,209,264,966,460,120,15,0.033463213385285,0.526931010772404,0.182852143482065,0.065557486963000,0.222273354809020,0.105432042172817,0.009410288582183,0.077821011673152,0,0,0,0,0,0,0,0,0,0,0,1143,85.000000000000000 --1,06085512025,3273,1710,214,55,23,452,308,144,63,0.065383440268866,0.522456461961503,0.061179087875417,0.007508978126020,0.138099602810877,0.094103269172013,0.059044048734770,0.134957825679475,0,0,0,0,0,0,0,0,0,0,0,899,85.000000000000000 --1,06085512026,3970,2786,183,171,473,1079,341,77,35,0.046095717884131,0.701763224181360,0.172727272727273,0.127390250471317,0.273095418881296,0.085894206549118,0.026375282592314,0.058025621703090,0,1,0,0,0,0,0,0,0,0,0,990,85.000000000000000 --1,06085512027,4318,2465,317,124,320,1185,668,259,138,0.073413617415470,0.570866141732283,0.121093750000000,0.080160320641283,0.275773795671399,0.154701250578972,0.090729783037475,0.175000000000000,0,0,0,0,0,0,0,1,1,0,0,1024,85.000000000000000 --1,06085512029,6738,3354,315,187,417,617,554,70,27,0.046749777382012,0.497773820124666,0.105769230769231,0.067149758454106,0.091624591624592,0.082269082269082,0.011688311688312,0.030303030303030,0,0,0,0,0,0,0,0,0,0,0,1768,85.000000000000000 --1,06085512030,2925,1421,112,46,60,300,249,14,32,0.038290598290598,0.485811965811966,0.055757575757576,0.021668472372698,0.102564102564103,0.085128205128205,0.032160804020100,0.014070351758794,0,0,0,0,0,0,0,0,0,0,0,825,85.000000000000000 --1,06085512031,4245,2113,95,118,219,497,443,99,29,0.022379269729093,0.497762073027091,0.097925311203320,0.054873465296918,0.117078916372203,0.104358068315665,0.020788530465950,0.071531791907515,0,0,0,0,0,0,0,0,0,0,0,1205,85.000000000000000 --1,06085512032,3502,2257,118,109,124,651,344,14,15,0.033695031410623,0.644488863506568,0.128235294117647,0.038013488657265,0.186106346483705,0.098341909662664,0.014763779527559,0.013779527559055,0,0,0,0,0,0,0,0,0,0,0,850,85.000000000000000 --1,06085512033,6482,3882,131,280,180,1140,572,222,108,0.020209811786486,0.598889231718605,0.160734787600459,0.029493691627069,0.176388673990407,0.088503790809222,0.052811735941320,0.108557457212714,0,0,0,0,0,0,0,0,0,0,0,1742,85.000000000000000 --1,06085512034,3097,1658,72,42,166,296,279,0,21,0.023248304811108,0.535356796900226,0.048387096774193,0.059712230215827,0.096010379500487,0.090087181143042,0.019943019943020,0.000000000000000,0,0,0,0,0,0,0,0,0,0,0,868,85.000000000000000 --1,06085512035,4164,2306,133,195,75,714,289,161,76,0.031940441882805,0.553794428434198,0.174731182795699,0.019500780031201,0.171469740634006,0.069404418828050,0.054755043227666,0.116751269035533,0,0,0,0,0,0,0,0,0,0,0,1116,85.000000000000000 --1,06085512036,5042,3319,23,160,152,547,172,213,37,0.004561681872273,0.658270527568425,0.125195618153365,0.032737454232177,0.108488694962317,0.034113447044823,0.020487264673311,0.121091529277999,0,0,0,0,0,0,0,0,0,0,0,1278,85.000000000000000 --1,06085512037,3114,1505,157,63,183,325,220,13,14,0.050417469492614,0.483301220295440,0.071106094808126,0.062266076896904,0.104804901644631,0.070648683365446,0.014056224899598,0.013052208835341,0,0,0,0,0,0,0,0,0,0,0,886,85.000000000000000 --1,06085512038,2874,1861,42,177,228,819,251,37,16,0.014613778705637,0.647529575504523,0.238866396761134,0.084758364312268,0.288380281690141,0.087334725121782,0.016129032258064,0.039487726787620,0,0,1,0,0,0,0,0,1,0,0,741,85.000000000000000 --1,06085512039,4740,3768,127,161,341,678,314,6,0,0.026793248945148,0.794936708860760,0.145438121047877,0.077359346642468,0.143037974683544,0.066244725738397,0.000000000000000,0.004862236628849,0,1,0,0,0,0,0,0,0,0,0,1107,85.000000000000000 --1,06085512042,2819,2490,81,85,338,789,204,153,102,0.028733593472863,0.883291947499113,0.135350318471338,0.127259036144578,0.282087951376475,0.072468916518650,0.118329466357309,0.178114086146682,0,1,0,0,0,0,1,1,2,0,0,628,85.000000000000000 --1,06085512043,6794,6289,203,448,1582,3937,589,280,124,0.029879305269355,0.925669708566382,0.341984732824427,0.256693168911245,0.582568807339449,0.086694141889903,0.080519480519481,0.186170212765957,0,1,1,0,1,1,0,1,3,1,1,1310,85.000000000000000 --1,06085512045,5618,2921,216,156,202,607,446,41,31,0.038447846208615,0.519935920256319,0.110953058321479,0.038490853658537,0.109192300773520,0.079472558802566,0.017250973845298,0.022815804117974,0,0,0,0,0,0,0,0,0,0,0,1406,85.000000000000000 --1,06085512047,5603,2994,398,183,548,1068,432,131,45,0.071033374977690,0.534356594681421,0.130341880341880,0.105242942193201,0.190612172050687,0.077101552739604,0.026865671641791,0.078208955223881,0,0,0,0,0,0,0,0,0,0,0,1404,85.000000000000000 --1,06085512052,4071,1948,250,178,263,635,450,137,87,0.061409972979612,0.478506509457136,0.170334928229665,0.069429778247096,0.155981331368214,0.110537951363301,0.051847437425507,0.081644815256257,0,0,0,0,0,0,0,0,0,0,0,1045,85.000000000000000 --1,06085512053,4926,3078,113,209,416,1029,340,141,13,0.022939504669103,0.624847746650426,0.158453373768006,0.092341842397336,0.208891595615104,0.069021518473406,0.008419689119171,0.092398427260813,0,0,0,0,0,0,0,0,0,0,0,1319,85.000000000000000 --1,06085512100,1718,1242,107,0,264,479,112,55,4,0.062281722933644,0.722933643771828,0.000000000000000,0.168797953964194,0.288033674082983,0.065230052417006,0.008639308855292,0.122494432071269,0,1,0,0,0,0,0,0,0,0,0,332,85.000000000000000 --1,06085512200,4375,1492,175,33,47,745,351,40,46,0.040000000000000,0.341028571428571,0.028061224489796,0.011017346460384,0.170285714285714,0.080228571428571,0.028535980148883,0.025220680958386,0,0,0,0,0,0,0,0,0,0,0,1176,85.000000000000000 --1,06085512305,4020,1686,138,101,116,649,234,66,0,0.034328358208955,0.419402985074627,0.087294727744166,0.030358544883538,0.161603585657371,0.058266932270916,0.000000000000000,0.049736247174077,0,0,0,0,0,0,0,0,0,0,0,1157,85.000000000000000 --1,06085512307,6454,2506,429,156,103,722,580,77,67,0.066470405949799,0.388286334056399,0.086618545252637,0.016843826655765,0.112042209807573,0.089978281104561,0.029593639575972,0.034252669039146,0,0,0,0,0,0,0,0,0,0,0,1801,85.000000000000000 --1,06085512308,7640,3305,397,139,235,1207,612,95,50,0.051963350785340,0.432591623036649,0.067279767666989,0.032262493135640,0.157984293193717,0.080104712041885,0.020990764063812,0.040877796901893,0,0,0,0,0,0,0,0,0,0,0,2066,85.000000000000000 --1,06085512309,5293,1920,173,87,325,1105,438,113,21,0.032684677876441,0.362743245796335,0.059345156889495,0.069222577209798,0.208766295106745,0.082750802947289,0.012552301255230,0.067543335325762,0,0,0,0,0,0,0,0,0,0,0,1466,85.000000000000000 --1,06085512310,3932,2723,83,242,296,1780,269,383,143,0.021108850457782,0.692522889114954,0.243216080402010,0.081073678444262,0.452695829094608,0.068413021363174,0.109831029185868,0.300627943485086,0,0,1,0,0,1,1,1,3,1,1,995,85.000000000000000 --1,06085512311,2886,1438,97,68,119,674,268,30,22,0.033610533610534,0.498267498267498,0.094839609483961,0.045875096376253,0.234271810914147,0.093152589502955,0.022403258655804,0.030706243602866,0,0,0,0,0,0,0,0,0,0,0,717,85.000000000000000 --1,06085512312,2932,1410,59,56,151,116,208,8,8,0.020122783083220,0.480900409276944,0.071979434447301,0.054375225063018,0.039631021523744,0.070941336971351,0.008501594048884,0.008611410118407,0,0,0,0,0,0,0,0,0,0,0,778,85.000000000000000 --1,06085512313,4002,2517,163,315,344,1430,206,216,47,0.040729635182409,0.628935532233883,0.303760848601736,0.097285067873303,0.362668019274664,0.052112319757147,0.039297658862876,0.181971356360573,0,0,1,0,0,1,0,1,2,0,0,1037,85.000000000000000 --1,06085512314,6538,4337,262,384,811,2863,523,380,49,0.040073416947079,0.663352707249924,0.264462809917355,0.133497942386831,0.445256609642302,0.081160769708256,0.024031387935262,0.187192118226601,0,0,1,0,0,1,0,1,2,0,0,1452,85.000000000000000 --1,06085512401,4883,2619,214,24,371,837,541,76,35,0.043825517100143,0.536350604136801,0.021390374331551,0.080792682926829,0.173112719751810,0.111293972433656,0.024526979677645,0.053672316384181,0,0,0,0,0,0,0,0,0,0,0,1122,85.000000000000000 --1,06085512402,5263,3006,315,126,563,978,486,39,38,0.059851795553867,0.571157134714041,0.105439330543933,0.109554388013232,0.186463298379409,0.092342770283108,0.024723487312947,0.026694045174538,0,0,0,0,0,0,0,0,0,0,0,1195,85.000000000000000 --1,06085512503,7819,3577,172,79,138,729,419,51,32,0.021997697915334,0.457475380483438,0.035682023486901,0.018780620577028,0.093473522246442,0.053587415270495,0.012465913517725,0.020254169976172,0,0,0,0,0,0,0,0,0,0,0,2214,85.000000000000000 --1,06085512505,7509,5470,188,455,793,1907,315,257,15,0.025036622719403,0.728459182314556,0.269230769230769,0.115044247787611,0.254640138870343,0.041972018654231,0.007288629737609,0.125672371638142,0,1,1,0,0,0,0,0,1,0,0,1690,85.000000000000000 --1,06085512506,7121,5820,135,369,756,3418,655,354,51,0.018958011515237,0.817300940879090,0.242125984251968,0.119525691699605,0.484753935611970,0.091981463277630,0.028667790893761,0.201709401709402,0,1,1,0,0,1,0,1,2,1,1,1524,85.000000000000000 --1,06085512508,8423,5479,426,338,1151,3135,954,483,229,0.050575804345245,0.650480826308916,0.158388003748829,0.147867420349435,0.373481057898499,0.113261308322450,0.086611195158850,0.182677760968230,0,0,0,0,0,1,0,1,1,0,0,2134,85.000000000000000 --1,06085512509,4206,2927,164,126,347,1467,258,146,54,0.038991916310033,0.695910603899192,0.116774791473587,0.088475267720551,0.350705235476930,0.061560486757337,0.043583535108959,0.117836965294592,0,0,0,0,0,1,0,0,0,0,0,1079,85.000000000000000 --1,06085512510,6276,3453,290,282,526,1725,573,229,211,0.046207775653282,0.550191204588910,0.158071748878924,0.090767903364970,0.275251316419339,0.091431306845381,0.092951541850220,0.101642254771416,0,0,0,0,0,0,0,0,0,0,0,1784,85.000000000000000 --1,06085512602,2651,1755,91,77,349,1062,349,182,68,0.034326669181441,0.662014334213504,0.116666666666667,0.141181229773463,0.401968205904618,0.132096896290689,0.084472049689441,0.238219895287958,0,0,0,0,0,1,0,1,1,0,0,660,85.000000000000000 --1,06085512603,3841,3327,93,198,987,2321,218,233,119,0.024212444675866,0.866180682114033,0.272352132049519,0.288259345794393,0.613372093023256,0.056756053111169,0.122554067971164,0.239958805355304,0,1,1,0,1,1,1,1,4,1,1,727,85.000000000000000 --1,06085512604,4937,4401,357,361,1158,3230,566,366,133,0.072311120113429,0.891432043751266,0.413990825688073,0.253836036825954,0.687234042553192,0.119839085327123,0.114556416881998,0.324180690876882,0,1,1,0,1,1,1,1,4,1,1,872,85.000000000000000 --1,06085513000,7450,4159,4,15,42,1964,231,827,632,0.000536912751678,0.558255033557047,0.034802784222738,0.005866741164967,0.483386660103372,0.031006711409396,0.308895405669599,0.431853785900783,0,0,0,0,0,1,1,1,2,0,0,431,85.000000000000000 --1,06085513500,954,300,81,10,10,163,119,8,13,0.084905660377358,0.314465408805031,0.046082949308756,0.010917030567686,0.191990577149588,0.140164899882214,0.040000000000000,0.026402640264026,0,0,0,0,0,0,0,0,0,0,0,217,85.000000000000000 --1,06095250103,4316,3330,272,251,262,1162,385,258,16,0.063021316033364,0.771547729379055,0.221731448763251,0.063840155945419,0.269543029459522,0.089306425423336,0.010673782521681,0.174678402166554,0,1,1,0,0,0,0,1,2,0,0,1132,95.000000000000000 --1,06095250104,2290,1411,288,38,103,521,379,93,95,0.125764192139738,0.616157205240175,0.075098814229249,0.046417305092384,0.230429013710747,0.168669336893636,0.123216601815824,0.120622568093385,1,0,0,0,0,0,1,0,2,0,0,506,95.000000000000000 --1,06095250105,7161,6446,313,272,253,1143,928,92,41,0.043708979192850,0.900153609831029,0.163658243080626,0.038205980066445,0.159837784925185,0.129772059851769,0.020317145688801,0.045589692765114,0,1,0,0,0,0,0,0,0,0,0,1662,95.000000000000000 --1,06095250106,5077,4089,162,115,173,752,427,17,8,0.031908607445342,0.805396887925941,0.093192868719611,0.035684818481848,0.149473265752336,0.084420719652036,0.005979073243647,0.012705530642750,0,1,0,0,0,0,0,0,0,0,0,1234,95.000000000000000 --1,06095250200,3684,2516,226,317,197,1950,425,225,52,0.061346362649294,0.682953311617807,0.364367816091954,0.058543833580981,0.536894273127753,0.117015418502203,0.037490987743331,0.170196671709531,0,0,1,0,0,1,0,1,2,0,0,870,95.000000000000000 --1,06095250300,3779,2725,193,301,349,1841,405,280,148,0.051071712093146,0.721090235512040,0.337443946188341,0.099543639475185,0.503142935228204,0.109548282391128,0.122719734660033,0.236486486486486,0,1,1,0,0,1,1,1,3,1,1,892,95.000000000000000 --1,06095250400,2263,1413,117,129,9,942,354,116,48,0.051701281484755,0.624392399469730,0.227513227513228,0.004383828543595,0.418480675255442,0.156567890314020,0.049689440993789,0.120833333333333,0,0,1,0,0,1,0,0,1,0,0,567,95.000000000000000 --1,06095250501,2017,910,194,99,134,656,331,7,41,0.096182449181953,0.451165096678235,0.204123711340206,0.073224043715847,0.325235498264750,0.164105106593951,0.054886211512717,0.009831460674157,0,0,1,0,0,1,0,0,1,0,0,485,95.000000000000000 --1,06095250502,2974,2061,290,84,90,1263,390,156,40,0.097511768661735,0.693006052454607,0.116182572614108,0.031034482758621,0.424823410696266,0.131180625630676,0.038461538461538,0.154608523290387,0,0,0,0,0,1,0,1,1,0,0,723,95.000000000000000 --1,06095250601,5186,3813,192,239,291,2325,662,113,75,0.037022753567297,0.735248746625530,0.216878402903811,0.060612372422412,0.450319581638582,0.127947429454967,0.050607287449393,0.079465541490858,0,1,1,0,0,1,0,0,1,1,1,1102,95.000000000000000 --1,06095250604,3692,2429,75,160,66,516,293,112,41,0.020314192849404,0.657908992416035,0.152671755725191,0.018415178571429,0.139761646803900,0.079360780065005,0.028611304954641,0.078157711095604,0,0,0,0,0,0,0,0,0,0,0,1048,95.000000000000000 --1,06095250605,4603,3454,88,114,273,740,234,97,30,0.019117966543559,0.750380186834673,0.100175746924429,0.063106796116505,0.161079669133653,0.050936003482804,0.018879798615481,0.061044682190057,0,1,0,0,0,0,0,0,0,0,0,1138,95.000000000000000 --1,06095250701,3370,2917,220,262,391,1625,621,217,173,0.065281899109792,0.865578635014837,0.357435197817190,0.129341713529606,0.488428013225128,0.184931506849315,0.150304083405734,0.191358024691358,0,1,1,0,0,1,1,1,3,1,1,733,95.000000000000000 --1,06095250801,3504,2025,271,209,133,958,550,173,63,0.077340182648402,0.577910958904110,0.254567600487211,0.040710131619223,0.300031318509239,0.156963470319635,0.044967880085653,0.123483226266952,0,0,1,0,0,1,0,0,1,0,0,821,95.000000000000000 --1,06095250900,1987,1681,284,142,146,1462,432,375,536,0.142929038751887,0.845998993457474,0.333333333333333,0.086135693215339,0.735782586814293,0.217413185707096,0.509990485252141,0.373505976095618,1,1,1,0,0,1,1,1,4,1,1,426,95.000000000000000 --1,06095251000,2572,1601,61,286,42,1091,227,307,130,0.023716951788491,0.622472783825817,0.505300353356891,0.017427385892116,0.427675421403371,0.088706525986714,0.126336248785228,0.300685602350637,0,0,1,0,0,1,1,1,3,1,1,566,95.000000000000000 --1,06095251100,3455,2694,209,192,365,2070,378,97,148,0.060492040520984,0.779739507959479,0.315789473684211,0.114743791260610,0.599305153445281,0.109438332368269,0.138576779026217,0.093719806763285,0,1,1,0,0,1,1,0,2,1,1,608,95.000000000000000 --1,06095251200,2978,2330,139,158,504,1460,357,299,99,0.046675621222297,0.782404298186703,0.228985507246377,0.187500000000000,0.493743659113967,0.120000000000000,0.091076356945722,0.281544256120527,0,1,1,0,0,1,0,1,2,1,1,690,95.000000000000000 --1,06095251300,2719,1105,180,91,149,522,459,95,6,0.066200809121000,0.406399411548363,0.144904458598726,0.057329742208542,0.194630872483221,0.168812063258551,0.005217391304348,0.084294587400178,0,0,0,0,0,0,0,0,0,0,0,628,95.000000000000000 --1,06095251400,5435,3248,532,363,142,1466,751,244,74,0.097884084636614,0.597608095676173,0.236020806241873,0.028024472074206,0.270729455216990,0.139048324384373,0.033303330333033,0.109810981098110,0,0,1,0,0,0,0,0,1,0,0,1538,95.000000000000000 --1,06095251500,3682,2820,92,258,432,2359,358,295,148,0.024986420423683,0.765888104291146,0.291855203619910,0.122866894197952,0.641904761904762,0.097521111413784,0.108983799705449,0.223146747352496,0,1,1,0,0,1,1,1,3,1,1,884,95.000000000000000 --1,06095251600,2635,1834,14,185,188,1532,157,326,221,0.005313092979127,0.696015180265655,0.350378787878788,0.077653862040479,0.581404174573055,0.059582542694497,0.214563106796117,0.328960645812311,0,0,1,0,0,1,1,1,3,1,1,528,95.000000000000000 --1,06095251701,3237,2019,113,168,59,1257,409,233,164,0.034908866234167,0.623725671918443,0.254160363086233,0.019237039452234,0.389888337468983,0.126351560086500,0.124714828897338,0.182031250000000,0,0,1,0,0,1,1,1,3,1,1,661,95.000000000000000 --1,06095251702,2693,2127,74,206,142,1095,307,119,113,0.027478648347568,0.789825473449684,0.334959349593496,0.057051024507835,0.409958816922501,0.113999257333828,0.125416204217536,0.134767836919592,0,1,1,0,0,1,1,0,2,1,1,615,95.000000000000000 --1,06095251802,2455,1885,380,124,134,1573,636,306,366,0.154786150712831,0.767820773930754,0.225045372050817,0.059502664298401,0.641255605381166,0.259274357929066,0.297319252640130,0.260204081632653,1,1,1,1,0,1,1,1,5,1,1,551,95.000000000000000 --1,06095251803,5068,4201,235,223,489,1928,401,124,28,0.046369376479874,0.828926598263615,0.196302816901408,0.100928792569659,0.385368778732760,0.079800995024876,0.019774011299435,0.088130774697939,0,1,0,0,0,1,0,0,0,1,1,1136,95.000000000000000 --1,06095251804,3886,3430,147,202,201,948,362,58,42,0.037828100874936,0.882655687081832,0.213080168776371,0.055402425578831,0.244961240310078,0.093540051679587,0.041095890410959,0.058823529411765,0,1,1,0,0,0,0,0,1,0,0,948,95.000000000000000 --1,06095251901,5460,4498,655,381,504,2568,1076,417,235,0.119963369963370,0.823809523809524,0.345108695652174,0.098341463414634,0.495179328962592,0.207122232916266,0.127856365614799,0.231409544950056,1,1,1,0,0,1,1,1,4,1,1,1104,95.000000000000000 --1,06095251902,5844,4993,361,256,592,2497,785,162,48,0.061772758384668,0.854380561259411,0.200000000000000,0.108187134502924,0.427275838466804,0.134325804243669,0.028571428571429,0.097590361445783,0,1,1,0,0,1,0,0,1,1,1,1280,95.000000000000000 --1,06095251903,5368,4958,219,359,330,2183,552,177,26,0.040797317436662,0.923621460506706,0.266320474777448,0.067484662576687,0.406669150521610,0.102831594634873,0.015902140672783,0.109529702970297,0,1,1,0,0,1,0,0,1,1,1,1348,95.000000000000000 --1,06095252000,4295,1147,372,148,0,779,455,168,105,0.086612339930151,0.267054714784633,0.129710780017528,0.000000000000000,0.181373690337602,0.105937136204889,0.051826258637710,0.086242299794661,0,0,0,0,0,0,0,0,0,0,0,1141,95.000000000000000 --1,06095252102,3835,1485,206,212,99,715,438,142,62,0.053715775749674,0.387222946544980,0.249705535924617,0.027454242928453,0.192101020956475,0.114211212516297,0.040951122853369,0.096010818120352,0,0,1,0,0,0,0,0,1,0,0,849,95.000000000000000 --1,06095252103,5435,4257,284,354,121,1326,544,334,75,0.052253909843606,0.783256669733211,0.267169811320755,0.022912327210755,0.244153931136071,0.100443131462334,0.037593984962406,0.168092601912431,0,1,1,0,0,0,0,1,2,0,0,1325,95.000000000000000 --1,06095252104,5805,2780,183,220,65,468,293,126,19,0.031524547803618,0.478897502153316,0.135970333745365,0.011856986501277,0.080620155038760,0.050473729543497,0.010503040353787,0.070469798657718,0,0,0,0,0,0,0,0,0,0,0,1618,95.000000000000000 --1,06095252105,3275,1346,108,152,7,342,316,29,46,0.032977099236641,0.410992366412214,0.178613396004700,0.002180685358255,0.104427480916031,0.096488549618321,0.037735849056604,0.024410774410774,0,0,0,0,0,0,0,0,0,0,0,851,95.000000000000000 --1,06095252106,4480,2128,224,273,45,591,443,109,47,0.050000000000000,0.475000000000000,0.211627906976744,0.010625737898465,0.132037533512064,0.098972296693476,0.026659103800340,0.064306784660767,0,0,1,0,0,0,0,0,1,0,0,1290,95.000000000000000 --1,06095252107,3433,1221,102,79,53,322,366,95,0,0.029711622487620,0.355665598601806,0.085037674919268,0.016510903426791,0.093795514127585,0.106612292455578,0.000000000000000,0.070631970260223,0,0,0,0,0,0,0,0,0,0,0,929,95.000000000000000 --1,06095252108,3088,978,179,202,66,601,218,63,66,0.057966321243523,0.316709844559586,0.224444444444444,0.021919628030555,0.195701725822208,0.070641607258587,0.051162790697674,0.049334377447142,0,0,1,0,0,0,0,0,1,0,0,900,95.000000000000000 --1,06095252201,8734,5051,491,83,278,852,592,39,74,0.056217082665445,0.578314632470804,0.036228721082497,0.033337330615182,0.097572148419606,0.067967853042480,0.024840550520309,0.013546370267454,0,0,0,0,0,0,0,0,0,0,0,2291,95.000000000000000 --1,06095252202,10051,6401,233,287,260,1288,523,88,16,0.023181772957915,0.636852054521938,0.110215053763441,0.027440633245383,0.128146453089245,0.052034623420555,0.005227049983665,0.028748774910160,0,0,0,0,0,0,0,0,0,0,0,2604,95.000000000000000 --1,06095252305,4942,2350,399,127,106,654,556,83,59,0.080736543909348,0.475515985431000,0.092162554426705,0.023281352954096,0.132361870066788,0.114403292181070,0.035714285714286,0.051745635910224,0,0,0,0,0,0,0,0,0,0,0,1378,95.000000000000000 --1,06095252306,3431,1564,272,82,112,506,428,50,40,0.079277178665112,0.455843777324395,0.094797687861272,0.034177601464754,0.148779770655690,0.124963503649635,0.032051282051282,0.041562759767248,0,0,0,0,0,0,0,0,0,0,0,865,95.000000000000000 --1,06095252310,2963,922,356,66,23,577,442,217,194,0.120148498143773,0.311171110361121,0.081081081081081,0.008276358402303,0.194735065811677,0.149678293261090,0.160198183319571,0.179190751445087,1,0,0,0,0,0,1,1,3,0,0,814,95.000000000000000 --1,06095252311,4400,2624,135,51,79,228,267,32,7,0.030681818181818,0.596363636363636,0.039382239382239,0.018890483022477,0.051865332120109,0.061549100968188,0.004596191726855,0.021164021164021,0,0,0,0,0,0,0,0,0,0,0,1295,95.000000000000000 --1,06095252312,3162,1809,178,133,84,1007,350,155,29,0.056293485135990,0.572106261859583,0.157210401891253,0.028945554789800,0.318469323213156,0.115321252059308,0.020365168539326,0.111111111111111,0,0,0,0,0,1,0,0,0,0,0,846,95.000000000000000 --1,06095252313,5619,3500,664,117,191,941,911,268,138,0.118170492970279,0.622886634632497,0.085276967930029,0.035660941000747,0.172060705796306,0.167524825303420,0.066666666666667,0.133134624937904,1,0,0,0,0,0,0,0,1,0,0,1372,95.000000000000000 --1,06095252314,3872,2379,359,148,200,961,423,62,62,0.092716942148760,0.614411157024793,0.153209109730849,0.053304904051173,0.249157376199118,0.109784583441474,0.043569922698524,0.044349070100143,0,0,0,0,0,0,0,0,0,0,0,966,95.000000000000000 --1,06095252315,4333,2530,158,68,34,536,603,110,27,0.036464343411032,0.583891068543734,0.058269065981148,0.008108752683043,0.123930635838150,0.141416510318949,0.020089285714286,0.081845238095238,0,0,0,0,0,0,0,0,0,0,0,1167,95.000000000000000 --1,06095252316,3500,2412,182,65,130,747,464,51,19,0.052000000000000,0.689142857142857,0.076023391812866,0.039085989176188,0.213428571428571,0.136430461628933,0.016799292661362,0.046448087431694,0,0,0,0,0,0,0,0,0,0,0,855,95.000000000000000 --1,06095252317,7410,4921,225,281,296,549,586,49,66,0.030364372469636,0.664102564102564,0.144920061887571,0.042388658169841,0.075975643509549,0.083061658398299,0.030442804428044,0.022706209453197,0,0,0,0,0,0,0,0,0,0,0,1939,95.000000000000000 --1,06095252401,4216,3212,228,165,589,1912,546,108,62,0.054079696394687,0.761859582542694,0.172774869109948,0.149530337649150,0.465206812652068,0.133790737564322,0.049167327517843,0.088163265306123,0,1,0,0,0,1,0,0,0,1,1,955,95.000000000000000 --1,06095252402,5141,3823,221,307,486,2571,504,304,236,0.042987745574791,0.743629644038125,0.256903765690377,0.102143757881463,0.500974279033515,0.098035401672826,0.138173302107728,0.186732186732187,0,1,1,0,0,1,1,1,3,1,1,1195,95.000000000000000 --1,06095252501,2908,2187,290,231,334,1404,507,210,160,0.099724896836314,0.752063273727648,0.405975395430580,0.124719940253921,0.512595837897043,0.180813124108417,0.167364016736402,0.224839400428266,0,1,1,0,0,1,1,1,3,1,1,569,95.000000000000000 --1,06095252502,2129,1299,41,116,74,886,190,167,55,0.019257867543448,0.610145608266792,0.315217391304348,0.037204625439920,0.592245989304813,0.127946127946128,0.092281879194631,0.292982456140351,0,0,1,0,0,1,0,1,2,0,0,368,95.000000000000000 --1,06095252604,3145,2316,290,223,363,1733,401,226,44,0.092209856915739,0.736406995230525,0.294583883751651,0.124656593406593,0.585868830290737,0.134654130288784,0.042186001917545,0.219204655674103,0,1,1,0,0,1,0,1,2,1,1,757,95.000000000000000 --1,06095252605,5780,4631,222,436,701,2997,746,393,166,0.038408304498270,0.801211072664360,0.343848580441640,0.130905695611578,0.520855057351408,0.129132767872598,0.088722608230893,0.210950080515298,0,1,1,0,0,1,0,1,2,1,1,1268,95.000000000000000 --1,06095252606,5348,3939,256,427,713,2402,865,305,167,0.047868362004488,0.736537023186238,0.367153912295787,0.144186046511628,0.452098626011670,0.163053722902922,0.099701492537313,0.183624322697170,0,1,1,0,0,1,0,1,2,1,1,1163,95.000000000000000 --1,06095252607,4182,3376,127,266,564,2330,385,194,117,0.030368244858919,0.807269249163080,0.307514450867052,0.149206349206349,0.568847656250000,0.092061214729794,0.104000000000000,0.175090252707581,0,1,1,0,0,1,1,1,3,1,1,865,95.000000000000000 --1,06095252608,4213,3345,181,326,536,2059,587,309,40,0.042962259672442,0.793971042012817,0.337125129265770,0.139546992970581,0.488725373842867,0.140128909047505,0.031847133757962,0.246019108280255,0,1,1,0,0,1,0,1,2,1,1,967,95.000000000000000 --1,06095252610,3137,2046,208,102,125,598,372,96,38,0.066305387312719,0.652215492508766,0.128950695322377,0.041514447027566,0.190993292877675,0.118811881188119,0.035815268614515,0.091254752851711,0,0,0,0,0,0,0,0,0,0,0,791,95.000000000000000 --1,06095252611,3157,2620,117,266,219,1275,275,213,46,0.037060500475135,0.829901805511562,0.347712418300654,0.077714691270405,0.410892684498872,0.087329310892347,0.045680238331678,0.216024340770791,0,1,1,0,0,1,0,1,2,1,1,765,95.000000000000000 --1,06095252702,7105,5333,217,389,266,1503,299,253,144,0.030541871921182,0.750598170302604,0.224466243508367,0.039140670982931,0.213494318181818,0.042665525114155,0.064573991031390,0.118169079869220,0,1,1,0,0,0,0,0,1,0,0,1733,95.000000000000000 --1,06095252703,3981,3139,62,257,215,1318,222,149,6,0.015573976387842,0.788495352926400,0.253201970443350,0.057640750670241,0.331822759315206,0.055947580645161,0.004966887417219,0.129452649869679,0,1,1,0,0,1,0,0,1,1,1,1015,95.000000000000000 --1,06095252704,4918,3670,195,288,317,1789,751,192,140,0.039650264335096,0.746238308255388,0.244897959183673,0.067418119948958,0.363765758438390,0.152704351362342,0.085365853658537,0.117073170731707,0,1,1,0,0,1,0,0,1,1,1,1176,95.000000000000000 --1,06095252705,5897,4321,189,277,212,1517,619,170,81,0.032050195014414,0.732745463795150,0.199280575539568,0.039463886820551,0.257293080054274,0.105830056419901,0.046498277841561,0.099589923842999,0,1,0,0,0,0,0,0,0,0,0,1390,95.000000000000000 --1,06095252706,4174,2547,81,116,186,668,387,46,22,0.019405845711548,0.610206037374221,0.111538461538462,0.047913446676971,0.160538332131699,0.093568665377176,0.019332161687171,0.040421792618629,0,0,0,0,0,0,0,0,0,0,0,1040,95.000000000000000 --1,06095252707,4973,3436,340,389,214,1996,625,306,77,0.068369193645687,0.690931027548763,0.325795644891122,0.046451052745822,0.401367383872914,0.127084180561204,0.047268262737876,0.189356435643564,0,0,1,0,0,1,0,1,2,0,0,1194,95.000000000000000 --1,06095252801,3594,1288,0,71,0,1250,77,160,8,0.000000000000000,0.358375069560378,0.087871287128713,0.000000000000000,0.425314732902348,0.033875934887813,0.009685230024213,0.240601503759398,0,0,0,0,0,1,0,1,1,0,0,808,95.000000000000000 --1,06095252802,1097,364,0,13,4,82,17,35,0,0.000000000000000,0.331814038286235,0.087248322147651,0.003937007874016,0.175588865096360,0.058419243986254,0.000000000000000,0.204678362573099,0,0,0,0,0,0,0,1,1,0,0,149,95.000000000000000 --1,06095252904,5486,2436,180,57,220,515,536,78,38,0.032810791104630,0.444039372949326,0.041424418604651,0.042291426374471,0.093943816125502,0.100770821583004,0.018691588785047,0.038728897715988,0,0,0,0,0,0,0,0,0,0,0,1376,95.000000000000000 --1,06095252908,3683,1381,142,192,47,842,278,169,33,0.038555525386913,0.374966060276948,0.221198156682028,0.013486370157819,0.229740791268759,0.077480490523969,0.027027027027027,0.140950792326939,0,0,1,0,0,0,0,0,1,0,0,868,95.000000000000000 --1,06095252909,3182,1149,56,48,44,285,298,16,16,0.017598994343180,0.361093651791326,0.052573932092004,0.014765100671141,0.089566310496543,0.094693358754369,0.014505893019039,0.014611872146119,0,0,0,0,0,0,0,0,0,0,0,913,95.000000000000000 --1,06095252910,5963,2285,176,212,100,1288,664,91,51,0.029515344625189,0.383196377662251,0.140770252324037,0.017796760989500,0.217273954116059,0.114069747466071,0.026604068857590,0.048021108179419,0,0,0,0,0,0,0,0,0,0,0,1506,95.000000000000000 --1,06095252911,4703,886,1446,126,68,1369,1302,350,396,0.307463321284287,0.188390389113332,0.133757961783439,0.014740949490570,0.298192115007624,0.286847323198943,0.147595974655237,0.134874759152216,1,0,0,1,0,0,1,0,3,0,0,942,95.000000000000000 --1,06095252912,5823,2271,219,158,37,444,447,79,0,0.037609479649665,0.390005151983514,0.093435836782969,0.006685941452837,0.076249356002061,0.078697183098592,0.000000000000000,0.041754756871036,0,0,0,0,0,0,0,0,0,0,0,1691,95.000000000000000 --1,06095252913,4859,1827,124,150,40,335,283,67,10,0.025519654249846,0.376003292858613,0.119617224880383,0.008650519031142,0.068944227207244,0.059566407072195,0.005941770647653,0.039809863339275,0,0,0,0,0,0,0,0,0,0,0,1254,95.000000000000000 --1,06095252914,5888,3339,135,529,98,1222,574,228,94,0.022927989130435,0.567085597826087,0.386978785662034,0.018352059925094,0.207858479333220,0.098371893744644,0.051114736269712,0.123980424143556,0,0,1,0,0,0,0,0,1,0,0,1367,95.000000000000000 --1,06095252915,4022,2431,53,185,20,282,247,15,7,0.013177523620090,0.604425658876181,0.188391038696538,0.005337603416066,0.070114370959722,0.063528806584362,0.006261180679785,0.013416815742397,0,0,0,0,0,0,0,0,0,0,0,982,95.000000000000000 --1,06095253000,7694,5214,91,0,149,0,0,0,0,0.011827397972446,0.677670912399272,,0.019365739537302,,,,,0,0,0,0,0,0,0,0,0,0,0,0,95.000000000000000 --1,06095253101,5245,2059,389,277,329,1575,573,151,148,0.074165872259295,0.392564346997140,0.199280575539568,0.067891044160132,0.302013422818792,0.109917513907539,0.074111166750125,0.077396207073296,0,0,0,0,0,1,0,0,0,0,0,1390,95.000000000000000 --1,06095253105,5609,3138,101,418,188,1897,624,515,295,0.018006774826172,0.559458013906222,0.308943089430894,0.036625754919151,0.338206453913354,0.113145965548504,0.125212224108659,0.220462328767123,0,0,1,0,0,1,1,1,3,1,1,1353,95.000000000000000 --1,06095253106,3168,1317,31,151,69,737,281,158,45,0.009785353535354,0.415719696969697,0.196614583333333,0.022482893450635,0.232638888888889,0.093200663349917,0.036945812807882,0.130578512396694,0,0,0,0,0,0,0,0,0,0,0,768,95.000000000000000 --1,06095253107,5919,3148,253,489,159,1655,594,309,89,0.042743706707214,0.531846595708735,0.321922317314022,0.030518234165067,0.281414725386839,0.102096940529392,0.040017985611511,0.140518417462483,0,0,1,0,0,0,0,0,1,0,0,1519,95.000000000000000 --1,06095253108,4047,1784,143,128,57,755,418,174,145,0.035334815913022,0.440820360761058,0.140043763676149,0.014832162373146,0.200106016432547,0.112698840657859,0.093790426908150,0.112548512289780,0,0,0,0,0,0,0,0,0,0,0,914,95.000000000000000 --1,06095253201,4512,1204,401,95,29,445,509,61,36,0.088874113475177,0.266843971631206,0.076736672051696,0.006731662024141,0.098713398402839,0.114407732074624,0.020361990950226,0.034977064220183,0,0,0,0,0,0,0,0,0,0,0,1238,95.000000000000000 --1,06095253203,4258,1851,242,183,71,1185,562,151,47,0.056834194457492,0.434711131986848,0.188659793814433,0.017228827954380,0.284309021113244,0.134610778443114,0.031333333333333,0.103353867214237,0,0,0,0,0,0,0,0,0,0,0,970,95.000000000000000 --1,06095253204,6766,3440,170,277,896,2059,442,377,172,0.025125628140704,0.508424475317765,0.148924731182796,0.142675159235669,0.304315696127697,0.065637065637066,0.073316283034953,0.161525278491859,0,0,0,0,0,1,0,1,1,0,0,1860,95.000000000000000 --1,06095253205,3622,1929,32,244,269,1147,216,141,24,0.008834897846494,0.532578685808945,0.271412680756396,0.082037206465386,0.316675869685257,0.059635560463832,0.024000000000000,0.148109243697479,0,0,1,0,0,1,0,0,1,0,0,899,95.000000000000000 --1,06095253206,3058,855,88,73,8,229,149,51,0,0.028776978417266,0.279594506213211,0.092639593908629,0.002832861189802,0.074885546108568,0.049223653782623,0.000000000000000,0.049804687500000,0,0,0,0,0,0,0,0,0,0,0,788,95.000000000000000 --1,06095253402,6842,3134,342,401,750,2667,899,279,122,0.049985384390529,0.458053200818474,0.234228971962617,0.122149837133550,0.390197512801756,0.134239211587278,0.052315608919383,0.120518358531318,0,0,1,0,0,1,0,0,1,0,0,1712,95.000000000000000 --1,06095253403,5065,2410,174,223,352,1303,556,118,47,0.034353405725568,0.475814412635735,0.166666666666667,0.072532454152071,0.257255676209279,0.110229976209358,0.029898218829517,0.075063613231552,0,0,0,0,0,0,0,0,0,0,0,1338,95.000000000000000 --1,06095253404,6860,3707,141,406,496,1888,419,337,69,0.020553935860058,0.540379008746356,0.218867924528302,0.080012905307308,0.278795038393385,0.061239403683134,0.031724137931034,0.156090782769801,0,0,1,0,0,0,0,1,2,0,0,1855,95.000000000000000 --1,06095253500,8974,2949,1307,330,239,2700,1623,240,206,0.145642968575886,0.328616001782928,0.126776796004610,0.027642840619940,0.305395317271802,0.183576518493383,0.053065430190623,0.065199674001630,1,0,0,0,0,1,0,0,1,0,0,2603,95.000000000000000 --1,06095980000,154,81,0,0,0,0,0,0,0,0.000000000000000,0.525974025974026,,0.000000000000000,,,,,0,0,0,0,0,0,0,0,0,0,0,0,95.000000000000000 --1,06097150100,2540,404,227,22,10,320,292,72,25,0.089370078740157,0.159055118110236,0.034976152623211,0.004068348250610,0.126883425852498,0.114960629921260,0.023474178403756,0.070038910505837,0,0,0,0,0,0,0,0,0,0,0,629,97.000000000000000 --1,06097150202,5718,1534,430,51,425,1846,383,233,138,0.075201119272473,0.268275620846450,0.033009708737864,0.079483822704320,0.324599964832073,0.067204772767152,0.054827175208582,0.093951612903226,0,0,0,0,0,1,0,0,0,0,0,1545,97.000000000000000 --1,06097150203,4965,1079,805,152,80,733,757,311,213,0.162134944612286,0.217321248741188,0.116833205226749,0.016447368421053,0.151196369636964,0.156146864686469,0.095387371249440,0.144785847299814,1,0,0,0,0,0,0,0,1,0,0,1301,97.000000000000000 --1,06097150204,3856,337,337,120,27,688,291,170,58,0.087396265560166,0.087396265560166,0.121089808274470,0.007293354943274,0.184351554126474,0.077974276527331,0.033642691415313,0.099648300117233,0,0,0,0,0,0,0,0,0,0,0,991,97.000000000000000 --1,06097150303,4442,716,950,38,106,1077,904,135,53,0.213867627194957,0.161188653759568,0.031275720164609,0.024245196706313,0.248442906574394,0.208535178777393,0.023906179521876,0.061700182815356,1,0,0,0,0,0,0,0,1,0,0,1215,97.000000000000000 --1,06097150304,6412,3048,247,218,809,2652,606,378,54,0.038521522145976,0.475358702432938,0.139030612244898,0.135148680253926,0.415283432508613,0.094510293200250,0.024346257889991,0.173793103448276,0,0,0,0,0,1,0,1,1,0,0,1568,97.000000000000000 --1,06097150305,6520,4970,266,155,1655,3176,344,308,87,0.040797546012270,0.762269938650307,0.105802047781570,0.278151260504202,0.488314883148831,0.052760736196319,0.047828477185267,0.169323804288070,0,1,0,0,1,1,0,1,2,1,1,1465,97.000000000000000 --1,06097150306,4230,1598,142,179,125,1184,291,188,118,0.033569739952719,0.377777777777778,0.155787641427328,0.030569821472243,0.280834914611006,0.068794326241135,0.071732522796353,0.115621156211562,0,0,0,0,0,0,0,0,0,0,0,1149,97.000000000000000 --1,06097150500,5013,753,538,128,95,1078,601,171,83,0.107320965489727,0.150209455415919,0.118628359592215,0.020152736529487,0.223790741125182,0.125969398448962,0.040967423494571,0.086757990867580,1,0,0,0,0,0,0,0,1,0,0,1079,97.000000000000000 --1,06097150601,4130,1772,177,212,439,1318,354,108,69,0.042857142857143,0.429055690072639,0.199061032863850,0.112104187946885,0.319128329297821,0.085714285714286,0.050922509225092,0.080416976917349,0,0,0,0,0,1,0,0,0,0,0,1065,97.000000000000000 --1,06097150602,3987,1018,197,73,71,527,327,30,0,0.049410584399298,0.255329821921244,0.064091308165057,0.018842887473461,0.132179583646852,0.082016553799849,0.000000000000000,0.020604395604396,0,0,0,0,0,0,0,0,0,0,0,1139,97.000000000000000 --1,06097150603,6806,2408,790,222,432,1604,948,456,266,0.116074052306788,0.353805465765501,0.147312541473125,0.069353026167924,0.238229615327491,0.141092424467927,0.104559748427673,0.192567567567568,1,0,0,0,0,0,1,1,3,0,0,1507,97.000000000000000 --1,06097150607,5349,1251,205,86,73,485,391,40,41,0.038324920545896,0.233875490745934,0.059392265193370,0.014310919427563,0.091699754206844,0.073193560464246,0.022331154684096,0.022014309301046,0,0,0,0,0,0,0,0,0,0,0,1448,97.000000000000000 --1,06097150609,4358,1461,428,197,258,1309,797,177,74,0.098210188159706,0.335245525470399,0.181734317343173,0.062123765952324,0.300367140890317,0.183344835518749,0.039194915254237,0.095366379310345,0,0,0,0,0,1,0,0,0,0,0,1084,97.000000000000000 --1,06097150610,4240,1217,268,99,245,1026,320,83,15,0.063207547169811,0.287028301886792,0.090992647058823,0.061051582357339,0.241981132075472,0.075811419095001,0.010869565217391,0.060144927536232,0,0,0,0,0,0,0,0,0,0,0,1088,97.000000000000000 --1,06097150611,4159,1861,265,290,194,1377,421,135,123,0.063717239721087,0.447463332531859,0.279922779922780,0.050468262226847,0.333980111569246,0.101226256311613,0.085774058577406,0.094604064470918,0,0,1,0,0,1,0,0,1,0,0,1036,97.000000000000000 --1,06097150612,4121,929,250,66,40,402,342,38,0,0.060664887163310,0.225430720698860,0.054590570719603,0.010277492291881,0.097738876732312,0.083844079431233,0.000000000000000,0.024869109947644,0,0,0,0,0,0,0,0,0,0,0,1209,97.000000000000000 --1,06097150701,4903,1926,294,269,183,1164,374,185,143,0.059963287782990,0.392820722006935,0.297237569060773,0.040424121935056,0.241293532338308,0.076279828676321,0.071286141575274,0.092871485943775,0,0,1,0,0,0,0,0,1,0,0,905,97.000000000000000 --1,06097150702,4879,1092,193,79,228,816,243,103,20,0.039557286329166,0.223816355810617,0.058518518518518,0.049457700650759,0.167556468172485,0.049805287968846,0.011682242990654,0.060552616108172,0,0,0,0,0,0,0,0,0,0,0,1350,97.000000000000000 --1,06097150800,5274,1419,496,155,320,1290,344,262,75,0.094046264694729,0.269055745164960,0.122918318794607,0.063885006987423,0.258517034068136,0.068937875751503,0.038779731127198,0.136600625651721,0,0,0,0,0,0,0,0,0,0,0,1261,97.000000000000000 --1,06097150901,5547,2693,98,240,309,2286,417,227,208,0.017667207499549,0.485487650982513,0.203908241291419,0.061787642471506,0.412114656571120,0.075175770686858,0.103844233649526,0.115169964485033,0,0,1,0,0,1,1,0,2,0,0,1177,97.000000000000000 --1,06097150902,3331,615,165,123,50,591,354,94,26,0.049534674271990,0.184629240468328,0.147129186602871,0.015989766549408,0.177904876580373,0.106338239711625,0.018492176386913,0.067625899280575,0,0,0,0,0,0,0,0,0,0,0,836,97.000000000000000 --1,06097151000,3715,915,285,126,141,648,347,124,47,0.076716016150740,0.246298788694482,0.125248508946322,0.039264828738513,0.176904176904177,0.094576178795312,0.032016348773842,0.088825214899713,0,0,0,0,0,0,0,0,0,0,0,1006,97.000000000000000 --1,06097151100,5493,1222,325,158,227,1186,451,142,54,0.059166211541962,0.222464955397779,0.115160349854227,0.043386850152905,0.225732775028550,0.087386165471808,0.028496042216359,0.084473527662106,0,0,0,0,0,0,0,0,0,0,0,1372,97.000000000000000 --1,06097151201,6954,2411,540,371,262,2237,1039,451,103,0.077653149266609,0.346706931262583,0.210675752413401,0.039823681410549,0.321963154864709,0.149539435808866,0.036254839845125,0.159646017699115,0,0,1,0,0,1,0,1,2,0,0,1761,97.000000000000000 --1,06097151203,4974,1194,214,202,71,1147,524,250,126,0.043023723361480,0.240048250904704,0.170176916596462,0.015042372881356,0.230599115400080,0.106008496864252,0.065149948293692,0.130276185513288,0,0,0,0,0,0,0,0,0,0,0,1187,97.000000000000000 --1,06097151204,3465,1181,128,155,97,1049,178,216,103,0.036940836940837,0.340836940836941,0.190417690417690,0.028783382789317,0.303354540196645,0.051474840948525,0.072946175637394,0.152974504249292,0,0,0,0,0,1,0,1,1,0,0,814,97.000000000000000 --1,06097151301,4768,2241,164,159,541,1649,450,246,88,0.034395973154362,0.470008389261745,0.157581764122894,0.122509057971015,0.347670250896057,0.094856661045531,0.055345911949686,0.159120310478655,0,0,0,0,0,1,0,1,1,0,0,1009,97.000000000000000 --1,06097151305,5520,2520,348,250,402,2580,828,536,243,0.063043478260870,0.456521739130435,0.218150087260035,0.079714455681142,0.469603203494722,0.150000000000000,0.103448275862069,0.234984655852696,0,0,1,0,0,1,1,1,3,1,1,1146,97.000000000000000 --1,06097151306,3304,965,169,28,136,883,338,159,82,0.051150121065375,0.292070217917676,0.036269430051814,0.042619868379818,0.267251815980630,0.102300242130751,0.053735255570118,0.105507631055076,0,0,0,0,0,0,0,0,0,0,0,772,97.000000000000000 --1,06097151307,5144,1595,239,161,97,1080,386,130,32,0.046461897356143,0.310069984447900,0.130258899676375,0.019687436573980,0.210075860727485,0.075038880248834,0.017419706042461,0.071154898741106,0,0,0,0,0,0,0,0,0,0,0,1236,97.000000000000000 --1,06097151308,4810,1410,593,132,229,1514,626,419,286,0.123284823284823,0.293139293139293,0.127045235803657,0.049120549120549,0.315022888056596,0.132067510548523,0.141374196737519,0.212259371833840,1,0,0,0,0,1,1,1,3,1,1,1039,97.000000000000000 --1,06097151309,5225,1341,240,261,352,1289,591,243,89,0.045933014354067,0.256650717703349,0.205835962145110,0.072057318321392,0.246698564593301,0.113110047846890,0.046185781006746,0.130155329405463,0,0,1,0,0,0,0,0,1,0,0,1268,97.000000000000000 --1,06097151310,5454,2256,102,153,179,1076,367,191,19,0.018701870187019,0.413641364136414,0.164163090128755,0.034764031850845,0.264243614931238,0.068444610220067,0.012820512820513,0.131001371742112,0,0,0,0,0,0,0,0,0,0,0,932,97.000000000000000 --1,06097151311,7079,1881,274,366,95,2155,452,450,95,0.038706031925413,0.265715496539059,0.279176201372998,0.014378689268957,0.304421528464472,0.064004531294251,0.041304347826087,0.198063380281690,0,0,1,0,0,1,0,1,2,0,0,1311,97.000000000000000 --1,06097151401,7319,4617,106,339,749,3385,449,386,82,0.014482852848750,0.630823883044132,0.215648854961832,0.112648518574222,0.468966472707121,0.061540570175439,0.036639857015192,0.174660633484163,0,0,1,0,0,1,0,1,2,0,0,1572,97.000000000000000 --1,06097151402,9159,5586,274,542,1000,4250,1083,540,348,0.029915929686647,0.609891909597118,0.261330761812922,0.118343195266272,0.465141731421692,0.118503118503119,0.103141671606402,0.161386730424387,0,0,1,0,0,1,1,1,3,1,1,2074,97.000000000000000 --1,06097151502,6891,1717,460,282,53,1700,742,311,175,0.066753736758090,0.249165578290524,0.171951219512195,0.008094074526573,0.246734397677794,0.108511260602515,0.059021922428331,0.108324625566005,0,0,0,0,0,0,0,0,0,0,0,1640,97.000000000000000 --1,06097151503,3480,262,342,48,57,237,294,11,29,0.098275862068966,0.075287356321839,0.045070422535211,0.016622922134733,0.068103448275862,0.084482758620690,0.021198830409357,0.008040935672515,0,0,0,0,0,0,0,0,0,0,0,1065,97.000000000000000 --1,06097151504,3487,823,358,112,88,425,311,34,30,0.102667049039289,0.236019501003728,0.122004357298475,0.026618269812462,0.126225126225126,0.091875923190546,0.022573363431151,0.025894897182026,1,0,0,0,0,0,0,0,1,0,0,918,97.000000000000000 --1,06097151601,2572,207,1017,4,6,378,605,97,68,0.395412130637636,0.080482115085537,0.004975124378109,0.002332814930016,0.154601226993865,0.247443762781186,0.044854881266491,0.064969859343603,1,0,0,0,0,0,0,0,1,0,0,804,97.000000000000000 --1,06097151602,3205,151,969,6,0,307,563,14,40,0.302340093603744,0.047113884555382,0.006012024048096,0.000000000000000,0.095787831513260,0.175663026521061,0.022246941045606,0.007995431182182,1,0,0,0,0,0,0,0,1,0,0,998,97.000000000000000 --1,06097151700,6814,1962,839,312,33,1938,671,282,166,0.123128852362783,0.287936601115351,0.194271481942715,0.005265677357587,0.293858984078848,0.101743745261562,0.059733717164448,0.101731601731602,1,0,0,0,0,0,0,0,1,0,0,1606,97.000000000000000 --1,06097151800,5427,1114,427,177,45,903,800,120,105,0.078680670720472,0.205269946563479,0.131696428571429,0.008714175058095,0.172295363480252,0.151486460897557,0.051571709233792,0.064000000000000,0,0,0,0,0,0,0,0,0,0,0,1344,97.000000000000000 --1,06097151900,3341,1442,190,39,389,1618,471,284,309,0.056869200838072,0.431607303202634,0.067010309278350,0.120433436532508,0.514631043256997,0.146500777604977,0.229398663697105,0.211940298507463,0,0,0,0,0,1,1,1,2,0,0,582,97.000000000000000 --1,06097152000,1881,640,35,83,47,766,267,201,175,0.018607123870282,0.340244550770867,0.297491039426523,0.025909592061742,0.408751334044824,0.141945773524721,0.194013303769401,0.229452054794521,0,0,1,0,0,1,1,1,3,1,1,279,97.000000000000000 --1,06097152100,3296,1266,208,67,206,994,251,158,50,0.063106796116505,0.384101941747573,0.129844961240310,0.065479974570884,0.390109890109890,0.097932110807647,0.047892720306513,0.153100775193798,0,0,0,0,0,1,0,1,1,0,0,516,97.000000000000000 --1,06097152201,3722,946,126,230,82,1605,613,262,164,0.033852767329393,0.254164427727028,0.307076101468625,0.023665223665224,0.432731194392019,0.164873587950511,0.104525175270873,0.173165895571712,0,0,1,0,0,1,1,1,3,1,1,749,97.000000000000000 --1,06097152202,6172,1829,639,160,128,1650,923,351,183,0.103532080362929,0.296338302009073,0.123456790123457,0.021621621621622,0.268773415865776,0.150032509752926,0.063475546305931,0.125312388432703,1,0,0,0,0,0,0,0,1,0,0,1296,97.000000000000000 --1,06097152203,3381,588,307,99,48,1159,411,349,171,0.090801538006507,0.173913043478261,0.134146341463415,0.014778325123153,0.342797988760722,0.121561668145519,0.101004134672180,0.208233890214797,0,0,0,0,0,1,1,1,2,0,0,738,97.000000000000000 --1,06097152300,4443,860,589,79,55,723,558,163,246,0.132568084627504,0.193562907945082,0.071557971014493,0.013323643410853,0.163611676849966,0.126073203795752,0.129133858267717,0.085970464135021,1,0,0,0,0,0,1,0,2,0,0,1104,97.000000000000000 --1,06097152400,9780,2635,978,227,26,800,1142,340,188,0.100000000000000,0.269427402862986,0.081919884518225,0.002752196464486,0.082790023802132,0.117610710607621,0.045775505234965,0.082785488190894,1,0,0,0,0,0,0,0,1,0,0,2771,97.000000000000000 --1,06097152501,4180,868,141,168,46,998,374,257,73,0.033732057416268,0.207655502392345,0.163583252190847,0.011451331839681,0.240423994218261,0.089903846153846,0.045426260112010,0.160826032540676,0,0,0,0,0,0,0,1,1,0,0,1027,97.000000000000000 --1,06097152502,3487,987,334,163,86,884,396,86,88,0.095784341841124,0.283051333524520,0.189314750290360,0.026453398954168,0.256678281068525,0.114982578397213,0.061068702290076,0.060393258426966,0,0,0,0,0,0,0,0,0,0,0,861,97.000000000000000 --1,06097152600,7962,1624,565,131,40,991,746,129,105,0.070962069831701,0.203968852047224,0.056416881998277,0.005155303518495,0.124497487437186,0.093718592964824,0.033805537669028,0.042715231788079,0,0,0,0,0,0,0,0,0,0,0,2322,97.000000000000000 --1,06097152701,5263,1048,248,232,46,1485,463,218,107,0.047121413642409,0.199125973779213,0.166786484543494,0.009053335957489,0.282426778242678,0.088056295169266,0.052017501215362,0.105979581915411,0,0,0,0,0,0,0,0,0,0,0,1391,97.000000000000000 --1,06097152702,5570,1993,279,317,79,1681,577,372,114,0.050089766606822,0.357809694793537,0.259198691741619,0.015044753380308,0.330255402750491,0.114121835443038,0.057344064386318,0.192148760330579,0,0,1,0,0,1,0,1,2,0,0,1223,97.000000000000000 --1,06097152801,5387,1805,162,148,225,1347,570,138,50,0.030072396510117,0.335065899387414,0.108504398826979,0.044501582278481,0.250744601638124,0.105829929446714,0.025920165889062,0.072440944881890,0,0,0,0,0,0,0,0,0,0,0,1364,97.000000000000000 --1,06097152802,6917,3969,313,525,603,3146,939,698,419,0.045250831285239,0.573803672112187,0.356173677069199,0.093517369727047,0.454821454387740,0.135752493855718,0.150990990990991,0.263993948562784,0,0,1,0,0,1,1,1,3,1,1,1474,97.000000000000000 --1,06097152903,5212,3732,146,151,918,3039,584,265,110,0.028012279355334,0.716039907904835,0.131533101045296,0.190614617940199,0.588839372214687,0.112049117421335,0.072847682119205,0.179054054054054,0,1,0,0,0,1,0,1,1,1,1,1148,97.000000000000000 --1,06097152904,5093,1592,259,221,216,1154,551,115,30,0.050854113489103,0.312585902218732,0.173197492163009,0.044499381953028,0.227075954348682,0.108187708619674,0.015560165975104,0.063082830499177,0,0,0,0,0,0,0,0,0,0,0,1276,97.000000000000000 --1,06097152905,4207,1863,174,201,233,890,363,192,71,0.041359638697409,0.442833372949845,0.201201201201201,0.059560327198364,0.212207916070577,0.086284763489422,0.044766708701135,0.122137404580153,0,0,1,0,0,0,0,0,1,0,0,999,97.000000000000000 --1,06097152906,5405,1710,390,159,157,1109,368,169,12,0.072155411655874,0.316373728029602,0.111033519553073,0.029864941982119,0.205636936769887,0.068097705403405,0.005893909626719,0.083539298072170,0,0,0,0,0,0,0,0,0,0,0,1432,97.000000000000000 --1,06097153001,6872,3915,257,329,529,3129,853,331,238,0.037398137369034,0.569703143189756,0.243523316062176,0.089207419898820,0.456255468066492,0.124344023323615,0.098673300165838,0.138842281879195,0,0,1,0,0,1,0,0,1,0,0,1351,97.000000000000000 --1,06097153002,6171,3915,155,333,1173,3474,587,352,60,0.025117485010533,0.634419056878950,0.272281275551922,0.201962809917355,0.568390052356021,0.095122346459245,0.031397174254317,0.191304347826087,0,0,1,0,1,1,0,1,3,1,1,1223,97.000000000000000 --1,06097153003,5790,2915,148,313,682,2184,703,219,142,0.025561312607945,0.503454231433506,0.232540861812779,0.127643645891821,0.382419891437577,0.121458189357291,0.071825998988366,0.113412739513206,0,0,1,0,0,1,0,0,1,0,0,1346,97.000000000000000 --1,06097153005,7752,3458,537,283,471,2284,932,391,51,0.069272445820433,0.446078431372549,0.152890329551594,0.065145228215768,0.296046662346079,0.120803629293584,0.020547945205479,0.162510390689942,0,0,0,0,0,0,0,1,1,0,0,1851,97.000000000000000 --1,06097153006,6804,2211,612,327,217,2438,949,292,232,0.089947089947090,0.324955908289242,0.210967741935484,0.034428050134856,0.359905521110127,0.139599882318329,0.084027526258602,0.107908351810791,0,0,1,0,0,1,0,0,1,0,0,1550,97.000000000000000 --1,06097153102,5650,4115,219,112,823,2484,677,226,82,0.038761061946903,0.728318584070796,0.100000000000000,0.156911344137274,0.451062284365353,0.121195846759757,0.056590752242926,0.159717314487633,0,1,0,0,0,1,0,1,1,1,1,1120,97.000000000000000 --1,06097153103,4535,2887,105,286,642,1773,455,257,27,0.023153252480706,0.636604189636163,0.283730158730159,0.159068384539148,0.391304347826087,0.100330760749724,0.019494584837545,0.188140556368960,0,0,1,0,0,1,0,1,2,0,0,1008,97.000000000000000 --1,06097153104,4022,3055,65,272,1088,2525,479,211,24,0.016161113873695,0.759572352063650,0.383098591549296,0.303656154060843,0.638917004048583,0.119094977623073,0.022471910112360,0.197565543071161,0,1,1,0,1,1,0,1,3,1,1,710,97.000000000000000 --1,06097153200,8793,5683,197,254,1444,4086,862,475,97,0.022404185147276,0.646309564426248,0.162093171665603,0.175647731419535,0.465005121201775,0.098099465118926,0.041435284066638,0.204125483455092,0,0,0,0,0,1,0,1,1,0,0,1567,97.000000000000000 --1,06097153300,12042,6734,324,648,1411,4313,1490,332,156,0.026905829596413,0.559209433648896,0.247895944912012,0.123913234390094,0.363996961768926,0.124114952103290,0.042939719240297,0.092094313453537,0,0,1,0,0,1,0,0,1,0,0,2614,97.000000000000000 --1,06097153401,6691,1307,512,247,193,2112,688,502,96,0.076520699447018,0.195337019877447,0.160807291666667,0.029742641393127,0.318359963822731,0.103163892637577,0.032586558044807,0.173222912353347,0,0,0,0,0,1,0,1,1,0,0,1536,97.000000000000000 --1,06097153403,3991,792,285,135,182,1072,429,192,56,0.071410674016537,0.198446504635430,0.144230769230769,0.047643979057592,0.278658695087081,0.111284046692607,0.034739454094293,0.120906801007557,0,0,0,0,0,0,0,0,0,0,0,936,97.000000000000000 --1,06097153404,4339,498,379,152,38,906,644,163,121,0.087347315049551,0.114772989168011,0.137308039747064,0.008932769158439,0.208996539792388,0.148558246828143,0.064190981432361,0.088731627653783,0,0,0,0,0,0,0,0,0,0,0,1107,97.000000000000000 --1,06097153501,4379,780,274,80,106,1066,496,95,72,0.062571363324960,0.178122859100251,0.066611157368859,0.024958794443136,0.244663759467524,0.113475177304965,0.037422037422037,0.051240560949299,0,0,0,0,0,0,0,0,0,0,0,1201,97.000000000000000 --1,06097153502,4011,564,369,93,35,762,275,130,55,0.091997008227375,0.140613313388183,0.085872576177285,0.008953696597595,0.190357232075943,0.068561455996011,0.032660332541568,0.082174462705436,0,0,0,0,0,0,0,0,0,0,0,1083,97.000000000000000 --1,06097153600,5383,1097,251,193,311,1374,699,231,65,0.046628274196545,0.203789708341074,0.143494423791822,0.059532924961715,0.256870443073472,0.130337497669215,0.027932960893855,0.105575868372943,0,0,0,0,0,0,0,0,0,0,0,1345,97.000000000000000 --1,06097153703,3080,393,148,113,55,1286,571,352,108,0.048051948051948,0.127597402597403,0.171212121212121,0.018406961178046,0.417532467532468,0.185389610389610,0.066707844348363,0.229615133724723,0,0,0,0,0,1,0,1,1,0,0,660,97.000000000000000 --1,06097153704,3488,758,112,180,10,1435,641,224,125,0.032110091743119,0.217316513761468,0.224438902743142,0.003074085459576,0.411410550458716,0.183772935779817,0.074850299401198,0.137339055793991,0,0,1,0,0,1,0,0,1,0,0,802,97.000000000000000 --1,06097153705,3626,605,143,119,33,1127,683,214,80,0.039437396580254,0.166850523993381,0.126730564430245,0.009404388714734,0.311325966850829,0.188361831218974,0.049906425452277,0.134506599622879,0,0,0,0,0,1,0,0,0,0,0,939,97.000000000000000 --1,06097153706,4137,483,204,52,88,1101,494,69,23,0.049311094996374,0.116751269035533,0.052472250252270,0.022272842318400,0.266585956416465,0.119410200628475,0.012486427795874,0.038590604026846,0,0,0,0,0,0,0,0,0,0,0,991,97.000000000000000 --1,06097153801,10577,4410,459,358,486,2459,1036,184,136,0.043396048028742,0.416942422236929,0.135811836115326,0.048790282100191,0.233102663759598,0.098264251161908,0.042092231507273,0.059069020866774,0,0,0,0,0,0,0,0,0,0,0,2636,97.000000000000000 --1,06097153804,3302,963,282,86,81,407,297,51,34,0.085402786190188,0.291641429436705,0.091295116772824,0.026688632619440,0.123520485584219,0.089945487583283,0.028936170212766,0.043889845094664,0,0,0,0,0,0,0,0,0,0,0,942,97.000000000000000 --1,06097153806,3264,922,417,43,87,509,328,169,190,0.127757352941176,0.282475490196078,0.047304730473047,0.028028350515464,0.155943627450980,0.100490196078431,0.138181818181818,0.124082232011747,1,0,0,0,0,0,1,0,2,0,0,909,97.000000000000000 --1,06097153807,4055,591,169,152,41,620,307,17,26,0.041676942046856,0.145745992601726,0.134991119005329,0.010820797044075,0.152897657213317,0.075709001233046,0.018194541637509,0.011896431070679,0,0,0,0,0,0,0,0,0,0,0,1126,97.000000000000000 --1,06097153808,4287,2020,407,215,433,1493,508,103,61,0.094938185211103,0.471191975740611,0.213717693836978,0.106571498892444,0.348343443770415,0.118525431637891,0.038053649407361,0.064254522769807,0,0,1,0,0,1,0,0,1,0,0,1006,97.000000000000000 --1,06097153809,4243,1671,230,116,193,904,433,88,35,0.054206929059628,0.393825123733208,0.099145299145299,0.047560374568753,0.213056799434362,0.102050436012255,0.023087071240105,0.058047493403694,0,0,0,0,0,0,0,0,0,0,0,1170,97.000000000000000 --1,06097153901,4944,1491,501,106,182,1323,729,59,136,0.101334951456311,0.301577669902913,0.082298136645963,0.038203190596138,0.268465909090909,0.147451456310680,0.067695370831259,0.030287474332649,1,0,0,0,0,0,0,0,1,0,0,1288,97.000000000000000 --1,06097153902,4254,2064,194,242,560,1799,332,329,103,0.045604137282558,0.485190409026798,0.221408966148216,0.138033029332019,0.429048414023372,0.079122974261201,0.064536340852130,0.214053350683149,0,0,1,0,0,1,0,1,2,0,0,1093,97.000000000000000 --1,06097153903,4199,1111,355,222,221,1548,496,285,41,0.084543939033103,0.264586806382472,0.194736842105263,0.056205493387589,0.368659204572517,0.118123362705406,0.025030525030525,0.175817396668723,0,0,0,0,0,1,0,1,1,0,0,1140,97.000000000000000 --1,06097154000,2747,665,227,69,147,772,413,15,22,0.082635602475428,0.242082271568984,0.095041322314050,0.054748603351955,0.281033855114671,0.150345831816527,0.022066198595787,0.017281105990783,0,0,0,0,0,0,0,0,0,0,0,726,97.000000000000000 --1,06097154100,3917,1295,286,111,232,917,439,117,37,0.073015062547868,0.330610160837376,0.111334002006018,0.061489530877286,0.234347048300537,0.112075568036763,0.025946704067321,0.090138674884438,0,0,0,0,0,0,0,0,0,0,0,997,97.000000000000000 --1,06097154201,3810,1866,226,105,414,1931,874,215,82,0.059317585301837,0.489763779527559,0.114628820960699,0.116096466629277,0.507757033920589,0.229396325459318,0.058156028368794,0.152482269503546,0,0,0,0,0,1,0,1,1,0,0,916,97.000000000000000 --1,06097154202,6058,2021,710,133,187,841,906,175,73,0.117200396170353,0.333608451634203,0.078512396694215,0.033238535371489,0.140847429241333,0.151176372434507,0.030391340549542,0.074183976261128,1,0,0,0,0,0,0,0,1,0,0,1694,97.000000000000000 \ No newline at end of file diff --git a/Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2016_tbl.csv b/Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2016_tbl.csv deleted file mode 100644 index 0e28220d..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/COCs_ACS2016_tbl.csv +++ /dev/null @@ -1,1589 +0,0 @@ -GEOID,STATE,COUNTY_FIPS,TRACT,TOT_POP_MIN,TOT_POP_SEN,TOT_POP_POV,TOT_POP_CIV_NI,TOT_HH,TOT_FAM,TOT_POP_OVER5,POP_MINORITY,POP_OVER75,POP_SPFAM,POP_LEP,POP_BELOW200,POP_DISABILITY,POP_HUS_RENT50,POP_ZVHHS,PCT_OVER75,PCT_MINORITY,PCT_SPFAM,PCT_LEP,PCT_BELOW200,PCT_DISAB,PCT_ZVHHS,PCT_HUS_RENT50,OVER75_HALFSD,MINORITY_HALFSD,SPFAM_HALFSD,DISAB_HALFSD,LEP_HALFSD,BELOW200_HALFSD,ZVHH_HALFSD,HUS_RENT50_HALFSD,Count_DisadFact_HALFSD,COC_FLAG_2018,COC_CLASS -6001400100,6,1,400100,3018,3018,3011,3018,1292,877,2814,873,299,19,73,267,325,15,18,0.099072233,0.289264414,0.021664766,0.02594172,0.088674859,0.10768721,0.013931889,0.011609907,0,0,0,0,0,0,0,0,0,0,NA -6001400200,6,1,400200,1960,1960,1952,1960,813,453,1862,534,122,30,11,213,109,6,46,0.062244898,0.27244898,0.066225166,0.005907626,0.109118852,0.055612245,0.056580566,0.007380074,0,0,0,0,0,0,0,0,0,0,NA -6001400300,6,1,400300,5236,5236,5153,5236,2439,1063,4868,1890,262,95,90,769,469,190,354,0.050038197,0.360962567,0.089369708,0.018488085,0.149233456,0.089572193,0.145141451,0.077900779,0,0,0,0,0,0,1,0,1,0,NA -6001400400,6,1,400400,4171,4171,4158,4165,1798,873,3897,1413,185,124,97,792,488,179,133,0.044353872,0.338767682,0.142038946,0.024890942,0.19047619,0.117166867,0.073971079,0.099555061,0,0,0,0,0,0,0,0,0,0,NA -6001400500,6,1,400500,3748,3748,3733,3748,1643,656,3472,1776,107,52,61,778,329,178,193,0.028548559,0.473852721,0.079268293,0.017569124,0.208411465,0.087780149,0.117468046,0.108338405,0,0,0,0,0,0,1,0,1,0,NA -6001400600,6,1,400600,1661,1661,1656,1661,713,362,1559,1025,80,95,20,443,185,133,162,0.048163757,0.617098134,0.262430939,0.012828736,0.267512077,0.111378688,0.227208976,0.186535764,0,0,1,0,0,0,1,1,3,0,NA -6001400700,6,1,400700,4552,4552,4552,4552,1787,879,4354,2852,281,157,201,1948,662,348,459,0.061731107,0.626537786,0.178612059,0.046164446,0.427943761,0.14543058,0.256855064,0.194739787,0,0,0,1,0,1,1,1,3,1,Higher -6001400800,6,1,400800,3506,3506,3457,3500,1580,650,3332,2116,132,108,171,1271,454,256,171,0.037649743,0.603536794,0.166153846,0.051320528,0.367659821,0.129714286,0.108227848,0.162025316,0,0,0,1,0,1,1,1,3,1,High -6001400900,6,1,400900,2262,2262,2228,2262,1025,486,2150,1363,67,94,100,688,307,238,103,0.029619805,0.602564103,0.193415638,0.046511628,0.308797127,0.135720601,0.100487805,0.232195122,0,0,0,1,0,1,1,1,3,1,High -6001401000,6,1,401000,6193,6193,6184,6184,2619,1223,5991,4279,213,376,236,2575,1064,725,659,0.03439367,0.690941385,0.30744072,0.039392422,0.416397154,0.172056921,0.251622757,0.276823215,0,0,1,1,0,1,1,1,4,1,High -6001401100,6,1,401100,4138,4138,4138,4138,2032,756,4057,2008,85,102,132,1272,310,283,396,0.020541324,0.485258579,0.134920635,0.032536357,0.307394877,0.074915418,0.19488189,0.139271654,0,0,0,0,0,1,1,0,1,0,NA -6001401200,6,1,401200,2614,2614,2593,2584,1231,519,2469,1128,71,99,43,526,237,140,163,0.027161438,0.431522571,0.190751445,0.017415958,0.202853837,0.091718266,0.132412673,0.113728676,0,0,0,0,0,0,1,0,1,0,NA -6001401300,6,1,401300,3976,3976,3668,3683,1705,473,3899,2689,292,80,371,1933,669,261,634,0.073440644,0.676307847,0.169133192,0.095152603,0.526990185,0.181645398,0.371847507,0.153079179,0,0,0,1,0,1,1,1,3,1,High -6001401400,6,1,401400,4108,4108,4057,4108,1544,647,3952,3417,204,200,376,2750,850,521,572,0.049659202,0.831791626,0.309119011,0.0951417,0.677840769,0.20691334,0.370466321,0.337435233,0,1,1,1,0,1,1,1,4,1,Highest -6001401500,6,1,401500,2605,2605,2605,2605,1023,418,2500,1648,91,116,123,1232,581,205,329,0.034932821,0.632629559,0.277511962,0.0492,0.47293666,0.22303263,0.321603128,0.200391007,0,0,1,1,0,1,1,1,4,1,High -6001401600,6,1,401600,2173,2173,2173,2173,781,359,2010,1619,37,138,283,1129,442,260,231,0.017027151,0.745052922,0.384401114,0.14079602,0.519558214,0.20340543,0.295774648,0.33290653,0,1,1,1,1,1,1,1,5,1,Highest -6001401700,6,1,401700,2679,2679,2664,2663,1231,483,2439,1828,87,127,83,964,344,196,112,0.032474804,0.682344158,0.262939959,0.03403034,0.361861862,0.129177619,0.090982941,0.159220146,0,0,1,1,0,1,0,1,3,1,High -6001401800,6,1,401800,1866,1866,1866,1866,731,318,1698,1356,83,170,127,1120,280,210,250,0.044480171,0.726688103,0.534591195,0.074793875,0.600214362,0.150053591,0.341997264,0.287277702,0,1,1,1,0,1,1,1,4,1,Highest -6001402200,6,1,402200,2406,2406,2396,2406,838,494,2275,1754,124,156,314,1425,374,208,180,0.051537822,0.729010806,0.315789474,0.138021978,0.594741235,0.155444722,0.214797136,0.248210024,0,1,1,1,1,1,1,1,5,1,High -6001402400,6,1,402400,2773,2773,2754,2754,1151,588,2589,2168,168,204,295,1290,507,208,400,0.060584205,0.781824739,0.346938776,0.113943608,0.468409586,0.184095861,0.347523892,0.180712424,0,1,1,1,0,1,1,1,4,1,High -6001402500,6,1,402500,1833,1833,1833,1833,704,445,1597,1678,41,244,85,1195,392,156,283,0.022367703,0.915439171,0.548314607,0.053224796,0.651936716,0.213857065,0.401988636,0.221590909,0,1,1,1,0,1,1,1,4,1,Highest -6001402600,6,1,402600,1272,1272,1272,1272,654,259,1197,1053,134,30,386,833,266,103,307,0.105345912,0.827830189,0.115830116,0.322472849,0.654874214,0.209119497,0.46941896,0.157492355,1,1,0,1,1,1,1,1,5,1,Highest -6001402700,6,1,402700,1734,1734,1724,1734,680,276,1691,1257,65,58,158,823,283,161,287,0.037485582,0.724913495,0.210144928,0.093435837,0.47737819,0.163206459,0.422058824,0.236764706,0,1,1,1,0,1,1,1,4,1,High -6001402800,6,1,402800,3798,3798,3798,3773,2295,445,3711,2886,254,73,512,2200,989,578,1247,0.066877304,0.759873618,0.164044944,0.137968203,0.579252238,0.262125629,0.54335512,0.251851852,0,1,0,1,1,1,1,1,4,1,Highest -6001402900,6,1,402900,1392,1392,1298,1392,853,157,1357,1066,133,40,294,630,303,157,548,0.095545977,0.765804598,0.25477707,0.216654385,0.485362096,0.217672414,0.642438453,0.184056272,0,1,1,1,1,1,1,1,5,1,Highest -6001403000,6,1,403000,3167,3167,3167,3167,1611,836,3077,2957,742,61,1566,1985,792,390,780,0.234291127,0.93369119,0.072966507,0.508937277,0.626776129,0.250078939,0.484171322,0.242085661,1,1,0,1,1,1,1,1,5,1,Highest -6001403100,6,1,403100,1721,1721,1416,1427,712,343,1680,1285,104,16,337,635,265,122,207,0.060429983,0.746658919,0.04664723,0.200595238,0.448446328,0.185704275,0.290730337,0.171348315,0,1,0,1,1,1,1,1,4,1,High -6001403300,6,1,403300,4159,4159,4159,4142,2158,871,4054,3310,313,85,1323,1859,588,546,594,0.075258476,0.79586439,0.097588978,0.326344351,0.446982448,0.141960406,0.275254866,0.253012048,0,1,0,1,1,1,1,1,4,1,High -6001403400,6,1,403400,4360,4360,4337,4337,2746,755,4213,2726,546,121,458,1414,827,515,1071,0.125229358,0.625229358,0.160264901,0.108711132,0.326031819,0.190684805,0.39002185,0.187545521,1,0,0,1,0,1,1,1,4,1,High -6001403501,6,1,403501,4435,4435,4359,4435,2583,789,4276,2967,394,74,582,1999,847,491,858,0.088838782,0.668996618,0.093789607,0.136108513,0.45859142,0.190980834,0.332171893,0.190089044,0,0,0,1,1,1,1,1,4,1,High -6001403502,6,1,403502,2081,2081,2081,2081,1170,400,2016,1006,40,54,62,508,216,193,120,0.019221528,0.483421432,0.135,0.030753968,0.244113407,0.103796252,0.102564103,0.164957265,0,0,0,0,0,0,1,1,2,0,NA -6001403600,6,1,403600,4751,4751,4641,4641,2530,777,4455,2953,148,80,219,1373,315,313,251,0.031151337,0.621553357,0.102960103,0.049158249,0.295841413,0.067873303,0.099209486,0.123715415,0,0,0,0,0,0,0,0,0,0,NA -6001403701,6,1,403701,2755,2755,2716,2716,1683,376,2663,1231,357,46,42,673,276,241,416,0.129582577,0.446823956,0.122340426,0.015771686,0.247790869,0.101620029,0.247177659,0.143196673,1,0,0,0,0,0,1,0,2,0,NA -6001403702,6,1,403702,2027,2027,2027,2027,1123,413,1998,843,50,40,136,461,188,182,137,0.024666996,0.415885545,0.0968523,0.068068068,0.227429699,0.092747903,0.121994657,0.162065895,0,0,0,0,0,0,1,1,2,0,NA -6001403800,6,1,403800,3323,3323,3323,3323,1808,590,3167,1183,117,8,69,374,222,204,76,0.035209148,0.356003611,0.013559322,0.02178718,0.112548902,0.066807102,0.042035398,0.112831858,0,0,0,0,0,0,0,0,0,0,NA -6001403900,6,1,403900,3938,3938,3938,3938,2244,552,3678,1785,334,82,161,907,550,278,166,0.084814627,0.453275775,0.148550725,0.04377379,0.230319959,0.139664804,0.073975045,0.123885918,0,0,0,1,0,0,0,0,1,0,NA -6001404000,6,1,404000,2932,2932,2932,2932,1650,543,2804,1190,56,66,19,534,190,133,131,0.019099591,0.405866303,0.121546961,0.006776034,0.18212824,0.064802183,0.079393939,0.080606061,0,0,0,0,0,0,0,0,0,0,NA -6001404101,6,1,404101,3187,3187,3183,3183,1679,616,2986,1095,276,23,21,487,310,194,289,0.08660182,0.343583307,0.037337662,0.00703282,0.153000314,0.097392397,0.172126266,0.115544967,0,0,0,0,0,0,1,0,1,0,NA -6001404102,6,1,404102,2438,2438,2307,2282,1515,452,2377,823,457,28,145,392,396,199,305,0.187448728,0.33757178,0.061946903,0.061001262,0.169917642,0.173531989,0.201320132,0.131353135,1,0,0,1,0,0,1,0,3,0,NA -6001404200,6,1,404200,3650,3650,3469,3650,1285,981,3413,1225,231,84,44,229,280,27,32,0.063287671,0.335616438,0.085626911,0.012891884,0.06601326,0.076712329,0.024902724,0.021011673,0,0,0,0,0,0,0,0,0,0,NA -6001404300,6,1,404300,3329,3329,3329,3329,1252,871,3136,1191,187,32,66,251,196,15,42,0.056173025,0.357765095,0.03673938,0.021045918,0.075398017,0.05887654,0.033546326,0.011980831,0,0,0,0,0,0,0,0,0,0,NA -6001404400,6,1,404400,5404,5404,5386,5404,2317,1383,5078,1653,181,167,30,416,200,19,13,0.033493708,0.30588453,0.120751988,0.005907838,0.077237282,0.037009623,0.005610703,0.008200259,0,0,0,0,0,0,0,0,0,0,NA -6001404501,6,1,404501,1836,1836,1820,1836,679,538,1723,643,138,29,28,89,109,18,12,0.075163399,0.350217865,0.053903346,0.016250725,0.048901099,0.059368192,0.017673049,0.026509573,0,0,0,0,0,0,0,0,0,0,NA -6001404502,6,1,404502,5403,5403,5403,5403,2339,1621,5186,1836,432,147,56,129,577,29,76,0.07995558,0.339811216,0.090684762,0.010798303,0.023875625,0.106792523,0.032492518,0.012398461,0,0,0,0,0,0,0,0,0,0,NA -6001404600,6,1,404600,4347,4347,4340,4347,1761,1296,4150,1169,283,58,41,303,303,13,30,0.065102369,0.268921095,0.044753086,0.009879518,0.069815668,0.069703244,0.017035775,0.007382169,0,0,0,0,0,0,0,0,0,0,NA -6001404700,6,1,404700,2166,2166,2166,2166,795,585,1968,636,144,36,64,124,170,16,6,0.066481994,0.293628809,0.061538462,0.032520325,0.057248384,0.078485688,0.00754717,0.020125786,0,0,0,0,0,0,0,0,0,0,NA -6001404800,6,1,404800,2784,2784,2784,2784,1243,687,2539,1653,160,150,251,789,331,122,201,0.057471264,0.59375,0.218340611,0.098857818,0.283405172,0.118893678,0.161705551,0.098149638,0,0,1,0,0,0,1,0,2,0,NA -6001404900,6,1,404900,3995,3995,3995,3995,1945,1006,3644,1735,260,169,77,608,451,115,165,0.065081352,0.434292866,0.167992048,0.021130626,0.152190238,0.112891114,0.084832905,0.059125964,0,0,0,0,0,0,0,0,0,0,NA -6001405000,6,1,405000,3248,3248,3240,3239,1476,877,3050,1140,277,47,141,457,425,40,119,0.085283251,0.350985222,0.05359179,0.046229508,0.141049383,0.131213337,0.080623306,0.027100271,0,0,0,1,0,0,0,0,1,0,NA -6001405100,6,1,405100,4265,4265,4265,4265,1565,1222,3934,1535,279,59,71,77,188,30,27,0.065416178,0.359906213,0.048281506,0.018047789,0.018053927,0.044079719,0.017252396,0.019169329,0,0,0,0,0,0,0,0,0,0,NA -6001405200,6,1,405200,5099,5099,5099,5099,2391,1006,4866,3406,274,24,414,1116,693,360,182,0.053736027,0.667974113,0.023856859,0.085080148,0.218866444,0.135909002,0.076118779,0.150564617,0,0,0,1,0,0,0,1,2,0,NA -6001405301,6,1,405301,2899,2899,2899,2899,1517,660,2707,1636,167,76,160,586,437,202,252,0.057606071,0.564332528,0.115151515,0.059106021,0.202138669,0.150741635,0.166117337,0.133157548,0,0,0,1,0,0,1,0,2,0,NA -6001405302,6,1,405302,2616,2616,2616,2616,1488,469,2468,1934,267,98,632,1158,497,430,485,0.10206422,0.739296636,0.208955224,0.256077796,0.44266055,0.189984709,0.32594086,0.288978495,1,1,1,1,1,1,1,1,6,1,High -6001405401,6,1,405401,4087,4087,4062,4062,1655,794,3913,3401,223,114,1212,2322,372,397,403,0.054563249,0.832150722,0.143576826,0.309736775,0.571639586,0.091580502,0.243504532,0.239879154,0,1,0,0,1,1,1,1,3,1,High -6001405402,6,1,405402,3239,3239,3155,3170,1155,718,3065,2930,159,190,610,2073,301,351,270,0.049089225,0.904600185,0.264623955,0.199021207,0.657052298,0.094952681,0.233766234,0.303896104,0,1,1,0,1,1,1,1,4,1,High -6001405500,6,1,405500,4104,4104,4104,4104,1615,921,3922,3263,194,204,867,1715,602,405,228,0.047270955,0.795077973,0.221498371,0.221060683,0.41788499,0.14668616,0.141176471,0.250773994,0,1,1,1,1,1,1,1,5,1,High -6001405600,6,1,405600,3148,3148,3148,3148,1411,643,2944,2234,108,230,282,945,332,210,137,0.034307497,0.709656925,0.357698289,0.095788043,0.300190597,0.105463787,0.097094259,0.148830617,0,1,1,0,0,1,0,0,1,1,High -6001405700,6,1,405700,3701,3701,3647,3701,1372,681,3462,3272,41,164,638,2009,564,280,230,0.011078087,0.884085382,0.24082232,0.18428654,0.550863724,0.152391246,0.167638484,0.204081633,0,1,1,1,1,1,1,1,5,1,High -6001405800,6,1,405800,4237,4237,4207,4237,1320,923,4041,3773,143,196,1042,2070,440,312,213,0.033750295,0.890488553,0.212351029,0.257856966,0.492037081,0.103847062,0.161363636,0.236363636,0,1,1,0,1,1,1,1,4,1,High -6001405901,6,1,405901,4293,4293,4293,4293,1057,879,4060,4172,161,209,1205,2878,585,270,199,0.037502912,0.971814582,0.237770193,0.29679803,0.670393664,0.136268344,0.188268685,0.255439924,0,1,1,1,1,1,1,1,5,1,Highest -6001405902,6,1,405902,3170,3170,3161,3156,916,702,3020,2981,141,119,1007,1844,498,239,204,0.044479495,0.940378549,0.16951567,0.333443709,0.583359696,0.157794677,0.222707424,0.260917031,0,1,0,1,1,1,1,1,4,1,Highest -6001406000,6,1,406000,3447,3447,3447,3447,1448,613,3296,2661,265,41,1039,2155,654,295,380,0.076878445,0.771975631,0.066884176,0.315230583,0.625181317,0.1897302,0.262430939,0.203729282,0,1,0,1,1,1,1,1,4,1,High -6001406100,6,1,406100,4835,4835,4810,4835,1496,846,4513,4143,72,255,863,2147,432,357,281,0.014891417,0.856876939,0.30141844,0.191225349,0.446361746,0.089348501,0.187834225,0.238636364,0,1,1,0,1,1,1,1,4,1,Higher -6001406201,6,1,406201,4296,4296,4190,4247,1352,905,3934,3968,128,323,728,2434,510,394,351,0.029795158,0.923649907,0.356906077,0.185053381,0.580906921,0.120084766,0.259615385,0.291420118,0,1,1,1,1,1,1,1,5,1,High -6001406202,6,1,406202,4674,4674,4479,4479,1305,914,4269,4234,194,341,1562,2958,528,386,257,0.041506205,0.905862217,0.373085339,0.365893652,0.660415271,0.117883456,0.196934866,0.295785441,0,1,1,0,1,1,1,1,4,1,Highest -6001406300,6,1,406300,4148,4148,4148,4148,1203,903,3844,3704,145,266,953,2114,471,173,208,0.034956606,0.892960463,0.294573643,0.247918835,0.509643202,0.113548698,0.172901081,0.143807149,0,1,1,0,1,1,1,0,3,1,High -6001406400,6,1,406400,2218,2218,2104,2104,716,466,2125,1605,316,96,268,780,494,203,137,0.142470694,0.723624887,0.206008584,0.126117647,0.370722433,0.234790875,0.191340782,0.283519553,1,1,1,1,1,1,1,1,6,1,High -6001406500,6,1,406500,6574,6574,6456,6574,2018,1404,6165,6061,183,395,1515,3509,669,474,372,0.027836933,0.921965318,0.281339031,0.245742092,0.543525403,0.101764527,0.184340932,0.234886026,0,1,1,0,1,1,1,1,4,1,Highest -6001406601,6,1,406601,4835,4835,4835,4835,1679,1155,4537,4308,353,331,810,1960,780,309,271,0.073009307,0.891003102,0.286580087,0.17853207,0.405377456,0.161323681,0.161405599,0.184038118,0,1,1,1,1,1,1,1,5,1,Higher -6001406602,6,1,406602,2767,2767,2767,2767,959,553,2500,2285,65,107,424,1377,334,177,120,0.023491146,0.82580412,0.193490054,0.1696,0.497650885,0.120708348,0.125130344,0.184567258,0,1,0,1,1,1,1,1,4,1,High -6001406700,6,1,406700,4969,4969,4947,4947,2130,1164,4782,2354,385,140,327,1042,643,80,305,0.077480378,0.47373717,0.120274914,0.06838143,0.210632707,0.129977764,0.143192488,0.037558685,0,0,0,1,0,0,1,0,2,0,NA -6001406800,6,1,406800,3483,3483,3477,3477,1368,857,3270,2026,159,137,306,693,266,152,55,0.045650301,0.581682458,0.159859977,0.093577982,0.19930975,0.076502732,0.040204678,0.111111111,0,0,0,0,0,0,0,0,0,0,NA -6001406900,6,1,406900,3989,3989,3970,3989,1528,979,3645,2537,126,173,241,1035,297,105,56,0.031586864,0.635998997,0.17671093,0.06611797,0.26070529,0.074454751,0.036649215,0.068717277,0,0,0,0,0,0,0,0,0,0,NA -6001407000,6,1,407000,5902,5902,5772,5772,1953,1380,5704,5134,258,306,1454,3199,694,495,390,0.043713995,0.869874619,0.22173913,0.254908836,0.554227304,0.12023562,0.19969278,0.253456221,0,1,1,1,1,1,1,1,5,1,High -6001407101,6,1,407101,3538,3538,3538,3538,1020,732,3344,3191,146,60,727,1611,437,143,121,0.041266252,0.90192199,0.081967213,0.217404306,0.455342001,0.123516111,0.118627451,0.140196078,0,1,0,1,1,1,1,0,3,1,Higher -6001407102,6,1,407102,4296,4296,4279,4280,1288,942,3961,3883,74,193,899,1545,653,181,135,0.017225326,0.90386406,0.204883227,0.226962888,0.36106567,0.152570093,0.104813665,0.14052795,0,1,1,1,1,1,1,0,4,1,High -6001407200,6,1,407200,6616,6616,6556,6556,1801,1259,6191,6177,369,433,1948,4157,939,433,386,0.055773881,0.933645707,0.343923749,0.314650299,0.634075656,0.143227578,0.214325375,0.240421988,0,1,1,1,1,1,1,1,5,1,Highest -6001407300,6,1,407300,2501,2501,2472,2501,744,449,2385,2067,50,54,643,1398,213,234,93,0.019992003,0.826469412,0.120267261,0.269601677,0.565533981,0.085165934,0.125,0.314516129,0,1,0,0,1,1,1,1,3,1,High -6001407400,6,1,407400,4452,4452,4452,4452,1147,897,4076,4276,82,365,1116,2484,570,186,191,0.018418688,0.960467206,0.406911929,0.273797841,0.557951482,0.128032345,0.16652136,0.162162162,0,1,1,1,1,1,1,1,5,1,Highest -6001407500,6,1,407500,4201,4201,4139,4139,1279,854,3778,3944,165,308,782,2953,583,353,247,0.039276363,0.93882409,0.360655738,0.206987824,0.713457357,0.140855279,0.193119625,0.275996873,0,1,1,1,1,1,1,1,5,1,Highest -6001407600,6,1,407600,6398,6398,6381,6393,2186,1397,5812,5649,116,273,692,2667,726,241,296,0.018130666,0.882932166,0.195418754,0.119064006,0.417959567,0.113561708,0.135407136,0.110247027,0,1,0,0,0,1,1,0,1,1,Higher -6001407700,6,1,407700,4323,4323,4271,4318,1646,1091,3986,3074,293,201,17,1217,650,223,115,0.067777007,0.711080268,0.184234647,0.004264927,0.284944978,0.150532654,0.069866343,0.135479951,0,1,0,1,0,0,0,0,1,0,NA -6001407800,6,1,407800,2719,2719,1869,2719,759,394,2652,1939,71,64,60,416,278,37,50,0.026112541,0.713129827,0.162436548,0.022624434,0.222578919,0.102243472,0.065876153,0.048748353,0,1,0,0,0,0,0,0,0,0,NA -6001407900,6,1,407900,3077,3077,3072,3072,1113,775,2852,1826,163,123,266,443,252,85,9,0.052973676,0.593435164,0.158709677,0.093267882,0.144205729,0.08203125,0.008086253,0.076370171,0,0,0,0,0,0,0,0,0,0,NA -6001408000,6,1,408000,2739,2739,2296,2739,970,620,2622,1440,108,39,16,194,204,17,47,0.039430449,0.525739321,0.062903226,0.006102212,0.084494774,0.074479737,0.048453608,0.017525773,0,0,0,0,0,0,0,0,0,0,NA -6001408100,6,1,408100,6266,6266,6266,6266,2662,1719,5957,3953,432,51,177,711,554,52,40,0.068943505,0.630864986,0.029668412,0.029712943,0.113469518,0.088413661,0.015026296,0.019534185,0,0,0,0,0,0,0,0,0,0,NA -6001408200,6,1,408200,4162,4162,4140,4162,1703,986,3917,3378,190,296,82,1558,574,340,305,0.045651129,0.811629025,0.30020284,0.020934389,0.376328502,0.137914464,0.179095713,0.199647681,0,1,1,1,0,1,1,1,4,1,High -6001408300,6,1,408300,4939,4939,4918,4939,1762,1087,4701,3765,240,326,255,1469,611,207,202,0.048592833,0.762300061,0.299908004,0.054243778,0.298698658,0.123709253,0.114642452,0.117480136,0,1,1,1,0,0,1,0,3,0,NA -6001408400,6,1,408400,3129,3129,3120,3124,1086,640,2920,2801,148,319,582,2090,544,339,203,0.047299457,0.895174177,0.4984375,0.199315068,0.669871795,0.174135723,0.186924494,0.312154696,0,1,1,1,1,1,1,1,5,1,Highest -6001408500,6,1,408500,5747,5747,5729,5739,1617,1205,5159,5644,134,385,860,3195,741,450,190,0.023316513,0.982077606,0.319502075,0.166698973,0.557688951,0.129116571,0.117501546,0.278293135,0,1,1,1,1,1,1,1,5,1,Highest -6001408600,6,1,408600,6292,6292,6287,6277,1811,1311,5594,6062,237,650,861,4390,682,578,368,0.037666879,0.963445645,0.495804729,0.153914909,0.698266264,0.108650629,0.20320265,0.319160685,0,1,1,0,1,1,1,1,4,1,Highest -6001408700,6,1,408700,7758,7758,7708,7753,2325,1719,7077,7370,329,552,1026,4310,842,656,431,0.042407837,0.94998711,0.321116928,0.144976685,0.559159315,0.108603121,0.185376344,0.282150538,0,1,1,0,1,1,1,1,4,1,Highest -6001408800,6,1,408800,6348,6348,6296,6348,1950,1353,5646,6119,181,672,1261,4330,794,440,661,0.028512917,0.963925646,0.496674058,0.22334396,0.687738247,0.125078765,0.338974359,0.225641026,0,1,1,1,1,1,1,1,5,1,Highest -6001408900,6,1,408900,3105,3105,3090,3105,944,626,2859,2997,168,231,592,2228,487,268,264,0.05410628,0.965217391,0.369009585,0.207065407,0.721035599,0.1568438,0.279661017,0.283898305,0,1,1,1,1,1,1,1,5,1,Highest -6001409000,6,1,409000,3752,3752,3698,3752,1038,715,3456,3618,151,165,637,1858,480,186,83,0.040245203,0.964285714,0.230769231,0.18431713,0.502433748,0.12793177,0.079961464,0.179190751,0,1,1,1,1,1,0,1,4,1,Highest -6001409100,6,1,409100,2414,2414,2414,2414,634,461,2209,2373,93,161,413,1295,287,125,135,0.038525269,0.983015742,0.349240781,0.186962426,0.536454018,0.118889809,0.212933754,0.197160883,0,1,1,0,1,1,1,1,4,1,Highest -6001409200,6,1,409200,3583,3583,3567,3579,923,752,3274,3442,143,184,438,1697,550,216,64,0.039910689,0.960647502,0.244680851,0.133781307,0.47574993,0.153674211,0.069339112,0.234019502,0,1,1,1,1,1,0,1,4,1,High -6001409300,6,1,409300,4986,4986,4977,4970,1553,1065,4493,4674,220,431,853,2998,837,308,288,0.044123546,0.937424789,0.404694836,0.189850879,0.602370906,0.168410463,0.185447521,0.198325821,0,1,1,1,1,1,1,1,5,1,Highest -6001409400,6,1,409400,4888,4888,4855,4869,1230,919,4462,4631,65,262,1009,3061,498,306,151,0.013297872,0.947422259,0.285092492,0.226131779,0.630484037,0.102279729,0.122764228,0.248780488,0,1,1,0,1,1,1,1,4,1,Highest -6001409500,6,1,409500,4348,4348,4321,4348,1117,852,3809,4127,96,318,815,2896,476,270,177,0.022079117,0.949172033,0.373239437,0.21396692,0.670215228,0.109475621,0.158460161,0.24171889,0,1,1,0,1,1,1,1,4,1,Highest -6001409600,6,1,409600,4843,4843,4838,4838,1382,1014,4529,4724,225,397,1050,3198,647,295,197,0.046458807,0.975428453,0.391518738,0.231839258,0.661016949,0.133732947,0.142547033,0.213458755,0,1,1,1,1,1,1,1,5,1,Highest -6001409700,6,1,409700,5493,5493,5467,5493,1524,1189,5100,5362,104,453,953,2995,503,345,210,0.018933188,0.976151466,0.380992431,0.186862745,0.547832449,0.09157109,0.137795276,0.226377953,0,1,1,0,1,1,1,1,4,1,Highest -6001409800,6,1,409800,3220,3220,3206,3215,1255,772,3005,2854,298,280,136,967,572,256,225,0.092546584,0.886335404,0.362694301,0.045257903,0.301621959,0.177916019,0.179282869,0.203984064,0,1,1,1,0,1,1,1,4,1,High -6001409900,6,1,409900,3449,3449,3391,3431,1383,949,3184,2629,344,109,71,524,368,30,26,0.099739055,0.762249928,0.114857745,0.022298995,0.154526688,0.107257359,0.018799711,0.021691974,0,1,0,0,0,0,0,0,0,0,NA -6001410000,6,1,410000,3224,3224,3179,3224,1197,891,3077,2073,299,109,24,396,323,10,43,0.092741935,0.642990074,0.122334456,0.007799805,0.124567474,0.100186104,0.035923141,0.008354219,0,0,0,0,0,0,0,0,0,0,NA -6001410100,6,1,410100,2734,2734,2715,2734,992,657,2577,2463,102,177,111,1075,417,146,84,0.037307974,0.900877835,0.269406393,0.043073341,0.395948435,0.152523775,0.084677419,0.147177419,0,1,1,1,0,1,0,0,2,1,High -6001410200,6,1,410200,3374,3374,3352,3374,1146,686,3032,3142,139,234,447,1332,361,230,161,0.041197392,0.931238886,0.341107872,0.147427441,0.397374702,0.106994665,0.140488656,0.20069808,0,1,1,0,1,1,1,1,4,1,High -6001410300,6,1,410300,3534,3534,3534,3534,946,713,3195,3465,70,283,823,1833,355,190,105,0.019807583,0.980475382,0.396914446,0.257589984,0.518675722,0.100452745,0.110993658,0.200845666,0,1,1,0,1,1,1,1,4,1,Highest -6001410400,6,1,410400,4501,4501,4479,4496,1397,1034,4135,4221,141,265,681,1341,470,99,126,0.031326372,0.937791602,0.256286267,0.164691657,0.299397187,0.104537367,0.090193271,0.070866142,0,1,1,0,1,0,0,0,2,0,NA -6001410500,6,1,410500,2303,2303,2303,2303,961,550,2061,2175,93,315,148,1464,425,205,299,0.04038211,0.944420321,0.572727273,0.071809801,0.635692575,0.184541902,0.311134235,0.213319459,0,1,1,1,0,1,1,1,4,1,Highest -6001420100,6,1,420100,2432,2432,2432,2432,870,687,2289,840,102,77,43,293,226,56,38,0.041940789,0.345394737,0.112081514,0.018785496,0.120476974,0.092927632,0.043678161,0.064367816,0,0,0,0,0,0,0,0,0,0,NA -6001420200,6,1,420200,3334,3334,3319,3334,1240,866,3054,1724,71,181,61,660,217,185,98,0.021295741,0.517096581,0.209006928,0.019973805,0.198855077,0.065086983,0.079032258,0.149193548,0,0,1,0,0,0,0,0,1,0,NA -6001420300,6,1,420300,4690,4690,4657,4670,1955,1220,4478,2854,161,164,275,619,201,175,127,0.034328358,0.608528785,0.13442623,0.061411344,0.132918188,0.043040685,0.064961637,0.089514066,0,0,0,0,0,0,0,0,0,0,NA -6001420400,6,1,420400,3301,3301,3288,3282,1177,985,2701,2415,0,171,289,1514,106,491,158,0,0.731596486,0.173604061,0.106997408,0.460462287,0.03229738,0.134239592,0.417162277,0,1,0,0,0,1,1,1,2,1,High -6001420500,6,1,420500,2502,2502,2463,2479,934,637,2410,1178,115,95,95,483,199,122,85,0.045963229,0.470823341,0.149136578,0.039419087,0.196102314,0.080274304,0.091006424,0.130620985,0,0,0,0,0,0,0,0,0,0,NA -6001420600,6,1,420600,3161,3161,3161,3161,1219,840,2988,967,180,84,34,177,343,59,93,0.056944005,0.305915849,0.1,0.011378849,0.055994938,0.108509965,0.076292043,0.048400328,0,0,0,0,0,0,0,0,0,0,NA -6001421100,6,1,421100,2123,2123,2123,2123,860,647,2008,484,340,36,4,116,246,6,39,0.16015073,0.227979275,0.055641422,0.001992032,0.054639661,0.115873764,0.045348837,0.006976744,1,0,0,0,0,0,0,0,1,0,NA -6001421200,6,1,421200,3643,3643,3629,3643,1521,1010,3444,800,395,49,49,268,277,41,57,0.108427121,0.219599231,0.048514851,0.014227642,0.073849545,0.076036234,0.037475345,0.02695595,1,0,0,0,0,0,0,0,1,0,NA -6001421300,6,1,421300,3942,3942,3922,3942,1638,1108,3780,871,396,43,9,396,406,42,78,0.100456621,0.220953831,0.038808664,0.002380952,0.100968893,0.102993404,0.047619048,0.025641026,1,0,0,0,0,0,0,0,1,0,NA -6001421400,6,1,421400,1690,1690,1690,1690,650,456,1643,431,226,50,32,162,188,28,30,0.133727811,0.255029586,0.109649123,0.019476567,0.095857988,0.111242604,0.046153846,0.043076923,1,0,0,0,0,0,0,0,1,0,NA -6001421500,6,1,421500,3827,3827,3799,3827,1579,998,3643,703,422,53,10,157,229,10,37,0.11026914,0.1836948,0.053106212,0.00274499,0.041326665,0.059837993,0.023432552,0.006333122,1,0,0,0,0,0,0,0,1,0,NA -6001421600,6,1,421600,3510,3510,3510,3510,1583,1016,3322,933,497,79,24,478,325,75,43,0.141595442,0.265811966,0.077755906,0.007224564,0.136182336,0.092592593,0.027163613,0.047378395,1,0,0,0,0,0,0,0,1,0,NA -6001421700,6,1,421700,3611,3611,3611,3598,1605,758,3393,1251,227,40,55,816,325,233,256,0.062863473,0.346441429,0.052770449,0.016209844,0.225976184,0.09032796,0.159501558,0.14517134,0,0,0,0,0,0,1,0,1,0,NA -6001421800,6,1,421800,2130,2130,2122,2130,938,521,2050,562,181,35,73,293,206,49,110,0.084976526,0.263849765,0.067178503,0.035609756,0.138077286,0.096713615,0.117270789,0.052238806,0,0,0,0,0,0,1,0,1,0,NA -6001421900,6,1,421900,3878,3878,3864,3873,1711,948,3497,1248,156,134,72,626,276,65,127,0.040226921,0.321815369,0.141350211,0.020589076,0.162008282,0.071262587,0.074225599,0.03798948,0,0,0,0,0,0,0,0,0,0,NA -6001422000,6,1,422000,2069,2069,2051,2063,884,481,1773,809,88,126,27,816,267,153,83,0.042532624,0.39101015,0.261954262,0.015228426,0.397854705,0.12942317,0.093891403,0.173076923,0,0,1,1,0,1,0,1,3,1,High -6001422100,6,1,422100,2605,2605,2605,2587,1142,510,2501,1332,73,124,52,731,165,65,190,0.028023033,0.511324376,0.243137255,0.020791683,0.280614203,0.063780441,0.166374781,0.056917688,0,0,1,0,0,0,1,0,2,0,NA -6001422200,6,1,422200,3560,3560,3560,3560,1613,746,3365,1504,161,88,62,936,344,270,250,0.045224719,0.42247191,0.117962466,0.018424963,0.262921348,0.096629213,0.154990701,0.167389957,0,0,0,0,0,0,1,1,2,0,NA -6001422300,6,1,422300,3853,3853,3853,3853,1753,573,3615,1576,173,81,114,1346,285,371,307,0.044900078,0.409031923,0.141361257,0.03153527,0.349338178,0.073968336,0.175128351,0.211637193,0,0,0,0,0,1,1,1,2,0,NA -6001422400,6,1,422400,4185,4185,4185,4185,2123,445,4075,1950,211,0,130,1562,153,661,661,0.05041816,0.465949821,0,0.03190184,0.373237754,0.03655914,0.311351861,0.311351861,0,0,0,0,0,1,1,1,2,0,NA -6001422500,6,1,422500,4135,4135,3173,4135,1454,442,4021,1902,118,50,63,1329,337,372,458,0.02853688,0.459975816,0.113122172,0.015667744,0.418846517,0.081499395,0.314993122,0.255845942,0,0,0,0,0,1,1,1,2,0,NA -6001422600,6,1,422600,1440,1440,87,1440,21,21,1430,848,0,0,8,0,50,0,0,0,0.588888889,0,0.005594406,0,0.034722222,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001422700,6,1,422700,4895,4895,2598,4895,1019,176,4889,2401,36,52,32,1758,308,451,446,0.007354443,0.490500511,0.295454545,0.006545306,0.676674365,0.062921348,0.437684004,0.442590775,0,0,1,0,0,1,1,1,3,1,Highest -6001422800,6,1,422800,8648,8648,2979,8648,1389,125,8640,5955,0,7,75,2174,440,665,774,0,0.68859852,0.056,0.008680556,0.729775092,0.050878816,0.557235421,0.478761699,0,0,0,0,0,1,1,1,2,0,NA -6001422900,6,1,422900,5024,5024,4869,4996,1958,464,4931,3019,134,119,191,3229,339,879,1242,0.026671975,0.600915605,0.256465517,0.038734537,0.66317519,0.067854283,0.634320735,0.448927477,0,0,1,0,0,1,1,1,3,1,High -6001423000,6,1,423000,4341,4341,4341,4341,1953,805,4224,1641,252,126,75,932,483,380,543,0.05805114,0.378023497,0.156521739,0.017755682,0.214697074,0.111264686,0.278033794,0.194572453,0,0,0,0,0,0,1,1,2,0,NA -6001423100,6,1,423100,4307,4307,4266,4266,2011,900,4053,2246,345,122,300,1210,414,438,555,0.080102159,0.521476666,0.135555556,0.074019245,0.283638068,0.097046414,0.275982098,0.217802089,0,0,0,0,0,0,1,1,2,0,NA -6001423200,6,1,423200,2932,2932,2919,2919,1130,633,2849,1830,79,135,103,1301,345,234,173,0.026944065,0.62414734,0.213270142,0.036153036,0.445700582,0.118191161,0.153097345,0.207079646,0,0,1,0,0,1,1,1,3,1,High -6001423300,6,1,423300,4129,4129,4123,4129,1665,966,3896,2554,203,178,176,1061,364,276,358,0.049164447,0.618551707,0.18426501,0.045174538,0.257336891,0.088156939,0.215015015,0.165765766,0,0,0,0,0,0,1,1,2,0,NA -6001423400,6,1,423400,5242,5242,5242,5242,2084,941,5066,2837,256,115,247,1822,783,258,301,0.048836322,0.541205647,0.122210414,0.048756415,0.347577261,0.149370469,0.144433781,0.123800384,0,0,0,1,0,1,1,0,2,0,NA -6001423500,6,1,423500,3262,3262,3134,3138,1473,535,3140,1551,291,92,81,1308,343,275,390,0.089209074,0.475475169,0.171962617,0.025796178,0.417358009,0.10930529,0.264765784,0.186693822,0,0,0,0,0,1,1,1,2,0,NA -6001423601,6,1,423601,2752,2752,2716,2716,1170,463,2672,790,103,14,7,752,203,132,183,0.037427326,0.287063953,0.030237581,0.00261976,0.276877761,0.074742268,0.156410256,0.112820513,0,0,0,0,0,0,1,0,1,0,NA -6001423602,6,1,423602,5455,5455,5355,5380,2262,287,5455,3182,87,63,92,3451,116,983,894,0.015948671,0.583318057,0.219512195,0.016865261,0.644444444,0.021561338,0.395225464,0.434571176,0,0,1,0,0,1,1,1,3,1,High -6001423700,6,1,423700,4110,4110,3249,4110,1359,586,4077,1479,328,48,14,1456,375,244,242,0.079805353,0.359854015,0.081911263,0.003433897,0.448137889,0.091240876,0.178072112,0.179543782,0,0,0,0,0,1,1,1,2,0,NA -6001423800,6,1,423800,3067,3067,3067,3067,1289,792,2956,737,408,60,46,191,402,99,134,0.133029019,0.240299967,0.075757576,0.01556157,0.06227584,0.131072709,0.103956555,0.076803724,1,0,0,1,0,0,1,0,3,0,NA -6001423901,6,1,423901,1938,1938,1935,1938,859,372,1897,807,56,84,5,416,226,143,145,0.028895769,0.416408669,0.225806452,0.002635741,0.21498708,0.116615067,0.168800931,0.166472643,0,0,1,0,0,0,1,1,3,0,NA -6001423902,6,1,423902,1564,1564,1534,1534,726,316,1492,426,80,5,10,241,94,89,124,0.051150895,0.272378517,0.015822785,0.006702413,0.157105606,0.061277705,0.170798898,0.122589532,0,0,0,0,0,0,1,0,1,0,NA -6001424001,6,1,424001,4267,4267,4242,4256,1543,811,4082,2549,79,259,154,1829,421,358,383,0.018514179,0.597375205,0.319358816,0.037726605,0.431164545,0.098919173,0.248217758,0.232015554,0,0,1,0,0,1,1,1,3,1,High -6001424002,6,1,424002,2451,2451,2433,2446,958,569,2242,1606,113,115,118,623,513,112,159,0.046103631,0.655242758,0.202108963,0.052631579,0.256062474,0.209730172,0.165970772,0.11691023,0,0,1,1,0,0,1,0,3,0,NA -6001425101,6,1,425101,1610,1610,1610,1610,1161,246,1554,675,174,6,87,414,284,106,94,0.108074534,0.419254658,0.024390244,0.055984556,0.257142857,0.176397516,0.080964686,0.091300603,1,0,0,1,0,0,0,0,2,0,NA -6001425102,6,1,425102,3080,3080,3080,3080,1798,524,2928,1794,96,74,23,660,166,331,159,0.031168831,0.582467532,0.141221374,0.007855191,0.214285714,0.053896104,0.088431591,0.184093437,0,0,0,0,0,0,0,1,1,0,NA -6001425103,6,1,425103,3060,3060,3060,3043,1380,712,2914,1794,69,93,64,499,220,96,113,0.02254902,0.58627451,0.130617978,0.021962938,0.163071895,0.072297075,0.081884058,0.069565217,0,0,0,0,0,0,0,0,0,0,NA -6001425104,6,1,425104,3361,3361,3351,3353,1924,652,3203,2157,312,144,166,924,552,258,450,0.092829515,0.641773282,0.220858896,0.051826413,0.275738585,0.164628691,0.233887734,0.134095634,0,0,1,1,0,0,1,0,3,0,NA -6001426100,6,1,426100,6293,6293,6271,6293,2216,1896,6028,1728,552,61,108,422,298,66,69,0.08771651,0.274590815,0.032172996,0.01791639,0.067293893,0.047354203,0.031137184,0.029783394,0,0,0,0,0,0,0,0,0,0,NA -6001426200,6,1,426200,4908,4908,4891,4908,1709,1376,4717,1746,190,69,39,476,223,33,50,0.038712306,0.355745721,0.050145349,0.008267967,0.097321611,0.045436023,0.029256875,0.019309538,0,0,0,0,0,0,0,0,0,0,NA -6001427100,6,1,427100,3559,3559,3406,3415,1401,966,3347,1178,371,94,120,342,223,12,53,0.104242765,0.330991852,0.097308489,0.035853003,0.100411039,0.065300146,0.037830121,0.00856531,1,0,0,0,0,0,0,0,1,0,NA -6001427200,6,1,427200,4212,4212,4076,4137,1663,1056,4013,2455,192,135,145,1083,497,274,108,0.045584046,0.5828585,0.127840909,0.036132569,0.265701668,0.120135364,0.064942874,0.164762477,0,0,0,1,0,0,0,1,2,0,NA -6001427300,6,1,427300,5418,5418,5418,5393,1936,1327,5122,3524,288,218,779,1442,554,289,262,0.053156146,0.650424511,0.164280332,0.152089028,0.266149871,0.102725756,0.135330579,0.14927686,0,0,0,0,1,0,1,0,2,0,NA -6001427600,6,1,427600,5757,5757,5757,5724,1838,1257,5335,4468,192,280,499,2905,698,572,227,0.033350703,0.776098662,0.222752586,0.093533271,0.504603092,0.121942697,0.123503808,0.311207835,0,1,1,1,0,1,1,1,4,1,High -6001427700,6,1,427700,5113,5113,5093,5113,2284,1327,4876,2462,171,214,240,1055,329,217,130,0.033444162,0.4815177,0.161266014,0.049220673,0.207147065,0.064345785,0.056917688,0.095008757,0,0,0,0,0,0,0,0,0,0,NA -6001427800,6,1,427800,4808,4808,4808,4780,2009,1113,4523,2276,227,213,234,546,458,83,209,0.047212978,0.473377704,0.191374663,0.051735574,0.113560732,0.0958159,0.104031857,0.041314087,0,0,0,0,0,0,1,0,1,0,NA -6001427900,6,1,427900,5178,5178,5166,5178,2211,1184,4852,2773,255,109,374,670,532,190,91,0.049246813,0.535534956,0.092060811,0.077081616,0.129694154,0.102742372,0.041157847,0.085933967,0,0,0,0,0,0,0,0,0,0,NA -6001428000,6,1,428000,3022,3022,3022,3008,1390,745,2834,2070,100,55,285,762,351,270,212,0.033090668,0.684976837,0.073825503,0.100564573,0.252150893,0.11668883,0.152517986,0.194244604,0,0,0,0,0,0,1,1,2,0,NA -6001428100,6,1,428100,4837,4837,4837,4837,1943,1299,4615,1984,181,290,321,692,383,230,205,0.037419888,0.410171594,0.223248653,0.069555796,0.143063883,0.079181311,0.105506948,0.118373649,0,0,1,0,0,0,1,0,2,0,NA -6001428200,6,1,428200,6339,6339,6328,6285,2708,1609,5967,2851,405,157,403,850,541,266,297,0.063890204,0.449755482,0.097576134,0.067538126,0.134323641,0.086077963,0.109675037,0.098227474,0,0,0,0,0,0,1,0,1,0,NA -6001428301,6,1,428301,6977,6977,6960,6962,2509,2001,6508,4908,349,131,396,438,427,69,41,0.050021499,0.703454207,0.065467266,0.060848187,0.062931034,0.06133295,0.016341172,0.027500996,0,1,0,0,0,0,0,0,0,0,NA -6001428302,6,1,428302,7204,7204,7154,7143,2662,2074,6895,4115,658,119,334,529,721,177,118,0.091338145,0.571210439,0.057377049,0.048440899,0.073944646,0.100937981,0.044327573,0.06649136,0,0,0,0,0,0,0,0,0,0,NA -6001428400,6,1,428400,4407,4407,4099,4099,1852,997,4066,2460,348,93,367,992,331,217,139,0.078965283,0.558202859,0.09327984,0.090260698,0.242010246,0.080751403,0.075053996,0.117170626,0,0,0,0,0,0,0,0,0,0,NA -6001428500,6,1,428500,3148,3148,3076,3060,1428,866,2926,1777,320,158,200,768,245,213,114,0.101651842,0.564485388,0.182448037,0.0683527,0.249674902,0.080065359,0.079831933,0.149159664,1,0,0,0,0,0,0,0,1,0,NA -6001428600,6,1,428600,3227,3227,3109,3063,1551,836,3066,1943,347,99,160,488,287,69,83,0.107530214,0.60210722,0.118421053,0.052185258,0.156963654,0.093698988,0.053513862,0.044487427,1,0,0,0,0,0,0,0,1,0,NA -6001428700,6,1,428700,4203,4203,3829,3697,1293,834,3878,2896,135,130,343,1384,412,152,169,0.032119914,0.689031644,0.1558753,0.088447653,0.361452076,0.111441709,0.13070379,0.117556071,0,0,0,0,0,1,1,0,1,0,NA -6001430101,6,1,430101,7030,7030,7017,7030,2248,1865,6544,4617,363,179,416,1131,341,105,15,0.051635846,0.656756757,0.095978552,0.063569682,0.161179991,0.048506401,0.006672598,0.046708185,0,0,0,0,0,0,0,0,0,0,NA -6001430102,6,1,430102,2224,2224,2224,2224,867,688,2135,899,210,57,82,133,175,10,24,0.09442446,0.404226619,0.082848837,0.038407494,0.059802158,0.07868705,0.027681661,0.011534025,0,0,0,0,0,0,0,0,0,0,NA -6001430200,6,1,430200,6701,6701,6593,6630,2506,1983,6213,2479,603,151,184,345,705,53,109,0.089986569,0.369944784,0.076147252,0.029615323,0.052328227,0.106334842,0.043495611,0.021149242,0,0,0,0,0,0,0,0,0,0,NA -6001430300,6,1,430300,3827,3827,3827,3827,1292,990,3703,1707,380,75,261,513,413,95,33,0.099294487,0.446041286,0.075757576,0.070483392,0.134047557,0.107917429,0.025541796,0.073529412,0,0,0,0,0,0,0,0,0,0,NA -6001430400,6,1,430400,2101,2101,2101,2101,729,571,2014,918,128,20,131,275,179,0,5,0.06092337,0.436934793,0.03502627,0.065044687,0.130890052,0.085197525,0.006858711,0,0,0,0,0,0,0,0,0,0,0,NA -6001430500,6,1,430500,6005,6005,5516,5536,2031,1335,5727,4410,211,215,455,1838,666,222,137,0.035137386,0.73438801,0.161048689,0.079448228,0.333212473,0.120303468,0.067454456,0.109305761,0,1,0,1,0,1,0,0,1,1,High -6001430600,6,1,430600,6031,6031,5993,6021,2188,1587,5543,3437,426,82,274,1164,564,185,23,0.070635052,0.569888907,0.051669817,0.049431716,0.194226598,0.093672147,0.010511883,0.084552102,0,0,0,0,0,0,0,0,0,0,NA -6001430700,6,1,430700,4066,4066,4026,4061,1329,1103,3826,1628,200,106,22,459,382,51,10,0.049188392,0.400393507,0.096101541,0.005750131,0.114008942,0.094065501,0.007524454,0.038374718,0,0,0,0,0,0,0,0,0,0,NA -6001430800,6,1,430800,6126,6126,6073,6098,2204,1723,5413,3417,348,179,494,1659,587,129,189,0.056807052,0.557786484,0.103888566,0.091261777,0.273176354,0.096261069,0.085753176,0.058529946,0,0,0,0,0,0,0,0,0,0,NA -6001430900,6,1,430900,4940,4940,4757,4757,1801,1146,4624,2790,322,447,265,1687,515,438,130,0.065182186,0.564777328,0.390052356,0.057309689,0.354635274,0.108261509,0.072182121,0.243198223,0,0,1,0,0,1,0,1,2,0,NA -6001431000,6,1,431000,2842,2842,2842,2842,1102,785,2630,1830,130,182,195,837,364,207,92,0.045742435,0.643912738,0.231847134,0.074144487,0.294510908,0.128078818,0.083484574,0.18784029,0,0,1,1,0,0,0,1,3,0,NA -6001431100,6,1,431100,3397,3397,3397,3397,1374,780,3098,2147,211,181,142,1058,344,309,164,0.06211363,0.63202826,0.232051282,0.045836023,0.311451281,0.101265823,0.119359534,0.22489083,0,0,1,0,0,1,1,1,3,1,High -6001431200,6,1,431200,5763,5763,5659,5659,2489,1421,5343,3250,483,66,312,1373,816,441,170,0.083810515,0.563942391,0.046446165,0.058394161,0.242622371,0.144195087,0.068300522,0.17717959,0,0,0,1,0,0,0,1,2,0,NA -6001432100,6,1,432100,3683,3683,3683,3683,1484,984,3507,2220,200,146,108,811,306,162,46,0.054303557,0.602769481,0.148373984,0.030795552,0.220200923,0.083084442,0.030997305,0.10916442,0,0,0,0,0,0,0,0,0,0,NA -6001432200,6,1,432200,4235,4235,4211,4211,1707,1093,4062,2760,348,111,388,962,393,262,208,0.082172373,0.651711924,0.101555352,0.095519449,0.228449299,0.093327001,0.121851201,0.153485647,0,0,0,0,0,0,1,1,2,0,NA -6001432300,6,1,432300,4697,4697,4687,4678,1709,1210,4427,3766,153,131,595,925,371,133,125,0.032573983,0.801788376,0.108264463,0.13440253,0.197354384,0.079307396,0.073142188,0.077823288,0,1,0,0,1,0,0,0,1,0,NA -6001432400,6,1,432400,6214,6214,6070,6207,1852,1367,6017,4824,262,262,710,2263,700,199,107,0.042162858,0.776311555,0.191660571,0.117999003,0.372817133,0.112775898,0.057775378,0.107451404,0,1,0,0,0,1,0,0,0,1,High -6001432501,6,1,432501,4760,4760,4760,4745,1469,1077,4478,3876,269,190,891,1566,564,211,151,0.056512605,0.814285714,0.17641597,0.198972756,0.328991597,0.11886196,0.102791014,0.143635126,0,1,0,0,1,1,1,0,2,1,High -6001432502,6,1,432502,4897,4897,4877,4897,1522,1046,4751,4229,242,204,782,1786,595,191,136,0.049418011,0.863589953,0.195028681,0.164596927,0.366208735,0.121502961,0.08935611,0.125492773,0,1,0,1,1,1,0,0,2,1,High -6001432600,6,1,432600,7356,7356,7227,7227,3036,1597,6840,5668,429,399,864,2743,782,419,317,0.058319739,0.770527461,0.249843456,0.126315789,0.379548914,0.108205341,0.104413702,0.13801054,0,1,1,0,1,1,1,0,3,1,High -6001432700,6,1,432700,2870,2870,2848,2870,1064,729,2770,1589,210,78,189,629,287,54,32,0.073170732,0.553658537,0.106995885,0.068231047,0.220856742,0.1,0.030075188,0.05075188,0,0,0,0,0,0,0,0,0,0,NA -6001432800,6,1,432800,3534,3534,3514,3534,1352,901,3325,2153,425,73,220,372,401,6,18,0.120260328,0.609224675,0.081021088,0.066165414,0.105862265,0.113469157,0.013313609,0.00443787,1,0,0,0,0,0,0,0,1,0,NA -6001433000,6,1,433000,3717,3717,3696,3717,1342,806,3505,2374,263,49,405,1360,304,122,65,0.070755986,0.638687113,0.060794045,0.115549215,0.367965368,0.081786387,0.048435171,0.090909091,0,0,0,0,0,1,0,0,0,0,NA -6001433102,6,1,433102,4088,4088,4076,4088,1329,1006,3864,3469,217,69,660,716,344,59,54,0.053082192,0.848581213,0.068588469,0.170807453,0.175662414,0.084148728,0.040632054,0.044394281,0,1,0,0,1,0,0,0,1,0,NA -6001433103,6,1,433103,3737,3737,3737,3737,1590,821,3551,3324,125,242,418,1509,260,326,174,0.033449291,0.889483543,0.294762485,0.11771332,0.403799839,0.069574525,0.109433962,0.205031447,0,1,1,0,0,1,1,1,3,1,Higher -6001433104,6,1,433104,4079,4079,4078,4078,1858,939,3837,2875,191,217,472,1522,563,356,319,0.046825202,0.704829615,0.231096912,0.12301277,0.373222168,0.138057872,0.171689989,0.191603875,0,1,1,1,1,1,1,1,5,1,High -6001433200,6,1,433200,7529,7529,7402,7445,2774,1840,6901,6260,476,462,792,2800,728,360,263,0.063222207,0.83145172,0.251086957,0.114765976,0.378276142,0.097783747,0.09480894,0.129776496,0,1,1,0,0,1,0,0,1,1,High -6001433300,6,1,433300,7502,7502,7502,7502,2271,1778,7280,5724,540,185,1136,2040,819,172,65,0.071980805,0.762996534,0.104049494,0.156043956,0.271927486,0.109170888,0.028621753,0.075737561,0,1,0,0,1,0,0,0,1,0,NA -6001433400,6,1,433400,6512,6512,6512,6512,2292,1616,6186,5219,628,84,731,1607,503,84,190,0.096437346,0.801443489,0.051980198,0.118170061,0.246775184,0.077242015,0.082897033,0.036649215,0,1,0,0,0,0,0,0,0,0,NA -6001433500,6,1,433500,4884,4884,4884,4884,1405,1157,4623,3787,423,105,719,956,674,48,65,0.086609337,0.775389025,0.090751945,0.155526714,0.195741196,0.138001638,0.046263345,0.034163701,0,1,0,1,1,0,0,0,2,0,NA -6001433600,6,1,433600,5661,5661,5634,5661,2158,1397,5499,4387,372,223,1085,1469,624,308,270,0.065712772,0.774951422,0.159627774,0.197308602,0.260738374,0.110227875,0.125115848,0.142724745,0,1,0,0,1,0,1,0,2,0,NA -6001433700,6,1,433700,3281,3281,3274,3262,1040,615,3017,2745,85,117,413,872,294,146,42,0.025906736,0.836635172,0.190243902,0.136890951,0.266340867,0.090128755,0.040384615,0.140384615,0,1,0,0,1,0,0,0,1,0,NA -6001433800,6,1,433800,8561,8561,8467,8467,2571,1720,8060,7184,421,247,1042,2638,641,398,211,0.049176498,0.839154304,0.143604651,0.129280397,0.311562537,0.075705681,0.082069234,0.154803578,0,1,0,0,1,1,0,1,2,1,High -6001433900,6,1,433900,7580,7580,7580,7580,2398,1625,6806,7072,140,723,1614,4511,674,779,278,0.018469657,0.93298153,0.444923077,0.237143697,0.595118734,0.088918206,0.115929942,0.324854045,0,1,1,0,1,1,1,1,4,1,Highest -6001434000,6,1,434000,5201,5201,5201,5201,1821,1185,4784,4468,184,366,841,2277,580,448,269,0.035377812,0.859065564,0.308860759,0.175794314,0.437800423,0.111517016,0.147721032,0.246018671,0,1,1,0,1,1,1,1,4,1,Higher -6001435102,6,1,435102,5800,5800,4458,5766,1571,1151,5483,3611,237,93,165,857,384,102,25,0.040862069,0.622586207,0.080799305,0.030093015,0.192238672,0.066597294,0.015913431,0.064926798,0,0,0,0,0,0,0,0,0,0,NA -6001435103,6,1,435103,6699,6699,6671,6671,2206,1898,6317,4632,403,133,238,496,448,28,0,0.060158233,0.691446485,0.070073762,0.037676112,0.074351671,0.067156348,0,0.012692656,0,0,0,0,0,0,0,0,0,0,NA -6001435104,6,1,435104,5791,5791,5777,5786,2038,1327,5301,4959,82,316,784,2196,577,480,220,0.014159903,0.856328786,0.238131123,0.147896623,0.380128094,0.09972347,0.10794897,0.235525025,0,1,1,0,1,1,1,1,4,1,High -6001435200,6,1,435200,4555,4555,4488,4488,1443,1149,4270,3322,198,159,330,768,424,23,52,0.043468716,0.729308452,0.138381201,0.077283372,0.171122995,0.094474153,0.036036036,0.015939016,0,1,0,0,0,0,0,0,0,0,NA -6001435300,6,1,435300,4467,4467,4212,4234,1563,1094,4246,3202,319,260,413,1382,500,215,45,0.071412581,0.716812178,0.237659963,0.097268017,0.328110161,0.118091639,0.028790787,0.137555982,0,1,1,0,0,1,0,0,1,1,High -6001435400,6,1,435400,4420,4420,4337,4380,1761,998,4051,3476,246,413,359,1718,567,383,158,0.055656109,0.786425339,0.413827655,0.088620094,0.396126355,0.129452055,0.089721749,0.217490062,0,1,1,1,0,1,0,1,3,1,High -6001435500,6,1,435500,3674,3674,3631,3640,1412,744,3401,2662,266,168,510,1240,468,409,112,0.072400653,0.724550898,0.225806452,0.149955895,0.341503718,0.128571429,0.079320113,0.289660057,0,1,1,1,1,1,0,1,4,1,High -6001435601,6,1,435601,5801,5801,5687,5717,1627,1227,5333,5221,109,341,1200,3118,492,266,52,0.018789864,0.900017238,0.27791361,0.225014063,0.54826798,0.086059122,0.031960664,0.163491088,0,1,1,0,1,1,0,1,3,1,High -6001435602,6,1,435602,5539,5539,5393,5445,1636,1110,5162,4070,280,182,810,2138,806,265,171,0.050550641,0.734789673,0.163963964,0.156915924,0.396439829,0.148025712,0.104523227,0.16198044,0,1,0,1,1,1,1,1,4,1,High -6001435700,6,1,435700,4663,4663,4663,4663,1385,1079,4450,3592,355,96,511,1066,588,79,21,0.076131246,0.770319537,0.08897127,0.114831461,0.228608192,0.126099078,0.015162455,0.057039711,0,1,0,1,0,0,0,0,1,0,NA -6001435800,6,1,435800,5321,5321,5321,5321,1645,1340,5127,3907,269,81,681,928,589,16,39,0.050554407,0.734260477,0.060447761,0.132826214,0.174403308,0.110693479,0.023708207,0.009726444,0,1,0,0,1,0,0,0,1,0,NA -6001435900,6,1,435900,5511,5511,5511,5511,1611,1400,5149,3704,346,170,450,1032,491,59,35,0.062783524,0.672110325,0.121428571,0.087395611,0.18726184,0.089094538,0.021725636,0.036623215,0,0,0,0,0,0,0,0,0,0,NA -6001436000,6,1,436000,4369,4369,4369,4369,1407,1147,4048,2637,265,52,258,581,414,27,34,0.060654612,0.603570611,0.045335658,0.063735178,0.132982376,0.094758526,0.02416489,0.019189765,0,0,0,0,0,0,0,0,0,0,NA -6001436100,6,1,436100,6057,6057,6057,6057,1819,1407,5820,4699,315,209,876,1226,628,73,170,0.052005944,0.775796599,0.148542999,0.150515464,0.202410434,0.103681691,0.093457944,0.040131941,0,1,0,0,1,0,0,0,1,0,NA -6001436200,6,1,436200,4369,4369,4219,4220,1275,887,3868,3773,173,193,748,1892,347,290,99,0.039597162,0.863584344,0.217587373,0.193381593,0.448447499,0.082227488,0.077647059,0.22745098,0,1,1,0,1,1,0,1,3,1,Higher -6001436300,6,1,436300,7980,7980,7861,7912,2604,1817,7485,6774,440,534,1104,2625,782,374,241,0.055137845,0.84887218,0.293891029,0.14749499,0.333926981,0.098837209,0.092549923,0.143625192,0,1,1,0,1,1,0,0,2,1,High -6001436401,6,1,436401,7881,7881,7874,7874,3013,2060,7184,5424,491,532,383,2259,981,449,303,0.062301738,0.688237533,0.258252427,0.053312918,0.286893574,0.124587249,0.100564222,0.149020909,0,0,1,1,0,0,1,0,3,0,NA -6001436402,6,1,436402,2875,2875,2875,2875,1021,783,2762,1515,254,67,67,299,310,0,7,0.088347826,0.526956522,0.085568327,0.024257784,0.104,0.107826087,0.006856024,0,0,0,0,0,0,0,0,0,0,0,NA -6001436500,6,1,436500,4955,4955,4955,4955,1715,1105,4550,4068,89,349,597,2122,338,398,188,0.017961655,0.8209889,0.315837104,0.131208791,0.428254289,0.068213925,0.109620991,0.232069971,0,1,1,0,1,1,1,1,4,1,Higher -6001436601,6,1,436601,6466,6466,6460,6466,1854,1388,6005,5659,233,306,1246,2080,694,253,59,0.036034643,0.875193319,0.220461095,0.207493755,0.321981424,0.107330653,0.031823085,0.136461704,0,1,1,0,1,1,0,0,2,1,High -6001436602,6,1,436602,5234,5234,5234,5234,1667,1249,4892,4850,210,401,966,2142,394,289,144,0.040122277,0.92663355,0.321056845,0.197465249,0.40924723,0.075277035,0.086382723,0.173365327,0,1,1,0,1,1,0,1,3,1,Higher -6001436700,6,1,436700,3184,3184,3174,3184,1021,731,3047,2810,201,91,435,605,344,87,115,0.063128141,0.882537688,0.124487004,0.142763374,0.190611216,0.108040201,0.112634672,0.085210578,0,1,0,0,1,0,1,0,2,0,NA -6001436800,6,1,436800,4234,4234,4234,4225,1338,914,3939,3555,158,181,580,1506,203,201,82,0.037316958,0.839631554,0.198030635,0.147245494,0.355692017,0.048047337,0.061285501,0.150224215,0,1,0,0,1,1,0,1,2,1,High -6001436900,6,1,436900,6502,6502,6487,6490,1784,1463,6025,5607,260,218,1306,2840,631,282,43,0.039987696,0.862350046,0.149008886,0.216763485,0.437798674,0.097226502,0.024103139,0.158071749,0,1,0,0,1,1,0,1,2,1,Higher -6001437000,6,1,437000,3447,3447,3429,3429,1242,891,3230,2715,280,85,299,884,357,99,62,0.081230055,0.787641427,0.095398429,0.092569659,0.257801108,0.104111986,0.049919485,0.079710145,0,1,0,0,0,0,0,0,0,0,NA -6001437101,6,1,437101,6866,6866,6822,6866,1907,1542,6570,5889,532,130,410,1043,792,59,60,0.077483251,0.857704632,0.084306096,0.062404871,0.152887716,0.115351005,0.031463031,0.030938647,0,1,0,0,0,0,0,0,0,0,NA -6001437102,6,1,437102,4458,4458,4458,4458,1391,1111,4238,3894,299,183,640,1346,508,127,209,0.067070435,0.873485868,0.164716472,0.15101463,0.301929116,0.113952445,0.150251618,0.091301222,0,1,0,0,1,1,1,0,2,1,High -6001437200,6,1,437200,7632,7632,7525,7525,2301,1774,7100,6250,693,370,436,1870,845,206,77,0.090801887,0.818920335,0.208568207,0.061408451,0.248504983,0.112292359,0.033463711,0.089526293,0,1,1,0,0,0,0,0,1,0,NA -6001437300,6,1,437300,3293,3293,3270,3279,915,789,3138,2885,120,206,290,1081,401,143,75,0.036440935,0.87610082,0.261089987,0.092415551,0.33058104,0.122293382,0.081967213,0.156284153,0,1,1,1,0,1,0,1,3,1,High -6001437400,6,1,437400,3301,3301,3301,3301,907,800,3078,2676,168,67,401,788,395,57,16,0.050893669,0.810663435,0.08375,0.130279402,0.238715541,0.119660709,0.017640573,0.062844542,0,1,0,0,1,0,0,0,1,0,NA -6001437500,6,1,437500,4690,4690,4584,4604,1177,1000,4144,4148,123,254,756,2019,323,283,106,0.026226013,0.884434968,0.254,0.182432432,0.440445026,0.070156386,0.090059473,0.240441801,0,1,1,0,1,1,0,1,3,1,Higher -6001437600,6,1,437600,3664,3664,3456,3456,890,701,3471,3142,386,136,735,1273,476,84,68,0.105349345,0.857532751,0.194008559,0.211754538,0.368344907,0.137731481,0.076404494,0.094382022,1,1,0,1,1,1,0,0,3,1,High -6001437701,6,1,437701,3910,3910,3834,3910,1059,808,3632,3457,117,298,704,1996,289,182,64,0.029923274,0.884143223,0.368811881,0.193832599,0.520605112,0.073913043,0.060434372,0.171860246,0,1,1,0,1,1,0,1,3,1,High -6001437702,6,1,437702,4880,4880,4816,4823,1094,1006,4395,4676,15,242,1442,2914,273,244,63,0.00307377,0.958196721,0.24055666,0.328100114,0.605066445,0.056603774,0.057586837,0.223034735,0,1,1,0,1,1,0,1,3,1,Highest -6001437800,6,1,437800,4429,4429,4411,4411,1373,1094,4216,3748,312,92,505,709,469,89,27,0.070444796,0.846240686,0.084095064,0.119781784,0.160734527,0.106325096,0.019664967,0.064821559,0,1,0,0,0,0,0,0,0,0,NA -6001437900,6,1,437900,2399,2399,2396,2399,660,447,2263,2225,80,73,259,925,271,75,23,0.033347228,0.927469779,0.163310962,0.114449845,0.3860601,0.112963735,0.034848485,0.113636364,0,1,0,0,0,1,0,0,0,1,High -6001438000,6,1,438000,3743,3743,3743,3743,1097,834,3463,2531,224,102,277,1008,351,73,15,0.059845044,0.676195565,0.122302158,0.079988449,0.269302698,0.093775047,0.013673655,0.066545123,0,0,0,0,0,0,0,0,0,0,NA -6001438100,6,1,438100,7748,7748,7736,7725,2057,1716,7157,6379,526,89,806,1600,1172,151,103,0.067888487,0.823309241,0.051864802,0.112617018,0.206825233,0.15171521,0.050072922,0.073407876,0,1,0,1,0,0,0,0,1,0,NA -6001438201,6,1,438201,4902,4902,4902,4902,1187,1023,4635,4436,176,179,710,1651,634,0,94,0.035903713,0.904936761,0.174975562,0.153182309,0.336801306,0.129334965,0.079191238,0,0,1,0,1,1,1,0,0,2,1,High -6001438203,6,1,438203,4329,4329,4329,4329,1212,962,4174,3660,314,153,768,894,467,154,61,0.072534073,0.845460845,0.159043659,0.183996167,0.206514207,0.107877108,0.050330033,0.127062706,0,1,0,0,1,0,0,0,1,0,NA -6001438204,6,1,438204,5261,5261,5237,5228,1809,1242,5035,4316,337,65,689,1371,554,131,48,0.064056263,0.820376354,0.052334944,0.136842105,0.261791102,0.105967865,0.026533997,0.072415699,0,1,0,0,1,0,0,0,1,0,NA -6001438300,6,1,438300,4102,4102,4087,4102,890,791,3967,3840,232,152,391,1283,385,112,50,0.056557777,0.936128718,0.19216182,0.098563146,0.313922192,0.093856655,0.056179775,0.125842697,0,1,0,0,0,1,0,0,0,1,High -6001438400,6,1,438400,2509,2509,2509,2509,693,570,2400,2058,118,75,303,519,299,34,18,0.04703069,0.82024711,0.131578947,0.12625,0.206855321,0.119170984,0.025974026,0.049062049,0,1,0,0,1,0,0,0,1,0,NA -6001440100,6,1,440100,2363,2363,2303,2303,1002,575,2236,1472,526,76,133,593,332,161,173,0.222598392,0.622936945,0.132173913,0.059481216,0.25749023,0.144159792,0.172654691,0.160678643,1,0,0,1,0,0,1,1,4,0,NA -6001440200,6,1,440200,6265,6265,6209,6265,1503,1308,5714,5824,189,181,645,2112,560,165,67,0.030167598,0.929608939,0.138379205,0.112880644,0.340151393,0.089385475,0.044577512,0.109780439,0,1,0,0,0,1,0,0,0,1,High -6001440301,6,1,440301,6987,6987,6974,6953,2081,1822,6628,5419,376,87,716,1985,617,153,114,0.053814226,0.775583226,0.047749726,0.108026554,0.284628621,0.088738674,0.054781355,0.073522345,0,1,0,0,0,0,0,0,0,0,NA -6001440304,6,1,440304,4964,4964,4952,4959,1268,1094,4630,4584,235,116,692,984,320,63,45,0.047340854,0.923448832,0.106032907,0.149460043,0.198707593,0.064529139,0.035488959,0.049684543,0,1,0,0,1,0,0,0,1,0,NA -6001440305,6,1,440305,4147,4147,4147,4147,971,835,3942,3538,210,94,267,628,410,15,49,0.050639016,0.853146853,0.11257485,0.067732116,0.151434772,0.098866651,0.05046344,0.015447992,0,1,0,0,0,0,0,0,0,0,NA -6001440306,6,1,440306,4131,4131,4131,4124,1032,850,3914,3614,131,154,490,1581,227,119,49,0.03171145,0.874848705,0.181176471,0.12519162,0.382716049,0.055043647,0.04748062,0.115310078,0,1,0,0,1,1,0,0,1,1,High -6001440307,6,1,440307,4277,4277,4264,4257,1492,1115,4103,3303,444,114,411,1243,662,83,100,0.103811083,0.772270283,0.102242152,0.100170607,0.291510319,0.155508574,0.067024129,0.055630027,1,1,0,1,0,0,0,0,2,0,NA -6001440308,6,1,440308,5988,5988,5978,5978,1917,1331,5635,5044,508,101,516,1171,522,207,381,0.084836339,0.842351369,0.075882795,0.091570541,0.195884911,0.087320174,0.198748044,0.107981221,0,1,0,0,0,0,1,0,1,0,NA -6001440331,6,1,440331,3517,3517,3513,3517,919,793,3309,3078,202,127,285,1311,384,165,59,0.057435314,0.875177708,0.160151324,0.08612874,0.373185312,0.109183964,0.064200218,0.179542982,0,1,0,0,0,1,0,1,1,1,High -6001440332,6,1,440332,3516,3516,3516,3516,879,832,3327,3164,261,69,326,171,259,5,5,0.074232082,0.899886234,0.082932692,0.097986174,0.048634812,0.073663254,0.005688282,0.005688282,0,1,0,0,0,0,0,0,0,0,NA -6001440333,6,1,440333,2992,2992,2992,2992,812,714,2813,2566,182,45,270,323,189,17,7,0.060828877,0.857620321,0.06302521,0.095982936,0.107954545,0.063168449,0.00862069,0.020935961,0,1,0,0,0,0,0,0,0,0,NA -6001440334,6,1,440334,4360,4360,4360,4360,1051,960,4078,3549,257,168,238,551,386,34,8,0.058944954,0.813990826,0.175,0.058361942,0.126376147,0.08853211,0.007611798,0.032350143,0,1,0,0,0,0,0,0,0,0,NA -6001440335,6,1,440335,6949,6949,6938,6933,2196,1754,6273,5801,201,102,470,768,358,115,95,0.028925025,0.834796374,0.058152794,0.074924279,0.110694725,0.051637098,0.043260474,0.052367942,0,1,0,0,0,0,0,0,0,0,NA -6001440336,6,1,440336,5350,5350,5327,5333,1442,1181,4857,4521,240,114,371,1154,368,155,56,0.044859813,0.845046729,0.096528366,0.0763846,0.216632251,0.069004313,0.038834951,0.107489598,0,1,0,0,0,0,0,0,0,0,NA -6001441100,6,1,441100,4179,4179,4096,4108,1584,1140,3916,2303,405,144,130,619,455,80,113,0.096913137,0.551088777,0.126315789,0.03319714,0.151123047,0.110759494,0.071338384,0.050505051,0,0,0,0,0,0,0,0,0,0,NA -6001441200,6,1,441200,7316,7316,7316,7316,2542,1897,6826,4796,374,231,307,466,583,60,52,0.051120831,0.655549481,0.121771218,0.044975095,0.063696009,0.079688354,0.020456334,0.023603462,0,0,0,0,0,0,0,0,0,0,NA -6001441301,6,1,441301,3224,3224,3224,3224,1168,792,2957,2479,100,40,66,396,138,95,32,0.03101737,0.768920596,0.050505051,0.022319919,0.122828784,0.04280397,0.02739726,0.081335616,0,1,0,0,0,0,0,0,0,0,NA -6001441302,6,1,441302,5789,5789,5789,5789,1822,1488,5429,4193,354,140,354,768,505,74,43,0.061150458,0.724304716,0.094086022,0.065205379,0.1326654,0.08723441,0.023600439,0.040614709,0,1,0,0,0,0,0,0,0,0,NA -6001441401,6,1,441401,7484,7484,7429,7484,2325,1779,6975,5765,252,147,452,1332,792,151,101,0.033671833,0.770309995,0.082630691,0.064802867,0.179297348,0.105825762,0.04344086,0.064946237,0,1,0,0,0,0,0,0,0,0,NA -6001441402,6,1,441402,5295,5295,5295,5295,1644,1473,4884,4099,156,74,296,340,314,75,33,0.029461756,0.774126534,0.05023761,0.060606061,0.06421152,0.059301228,0.020072993,0.045620438,0,1,0,0,0,0,0,0,0,0,NA -6001441501,6,1,441501,6445,6445,6432,6445,1781,1671,6072,5809,247,112,308,699,455,45,7,0.038324282,0.901318852,0.067025733,0.050724638,0.108675373,0.070597362,0.003930376,0.025266704,0,1,0,0,0,0,0,0,0,0,NA -6001441503,6,1,441503,6566,6566,6566,6566,2020,1783,5974,6142,112,58,357,579,301,43,44,0.017057569,0.935424916,0.032529445,0.059758955,0.088181541,0.045842217,0.021782178,0.021287129,0,1,0,0,0,0,0,0,0,0,NA -6001441521,6,1,441521,6177,6177,6171,6171,1799,1506,5750,5151,283,76,461,505,403,74,59,0.045815121,0.833899951,0.050464807,0.080173913,0.081834387,0.065305461,0.032795998,0.041133963,0,1,0,0,0,0,0,0,0,0,NA -6001441522,6,1,441522,5356,5356,5356,5356,1481,1289,5064,4503,237,192,512,995,364,107,41,0.04424944,0.840739358,0.148952676,0.101105845,0.185772965,0.067961165,0.027683997,0.072248481,0,1,0,0,0,0,0,0,0,0,NA -6001441523,6,1,441523,4267,4267,4267,4267,1419,1139,3814,3894,54,63,260,357,168,74,15,0.012655261,0.912584954,0.055311677,0.0681699,0.083665339,0.039371924,0.010570825,0.052149401,0,1,0,0,0,0,0,0,0,0,NA -6001441524,6,1,441524,4349,4349,4349,4349,1302,1213,3982,4011,84,68,139,264,192,74,52,0.019314785,0.922280984,0.056059357,0.034907082,0.06070361,0.04414808,0.039938556,0.056835637,0,1,0,0,0,0,0,0,0,0,NA -6001441601,6,1,441601,4848,4848,4841,4841,1455,1241,4518,3212,348,125,359,702,309,31,43,0.071782178,0.662541254,0.100725222,0.079459938,0.145011361,0.063829787,0.029553265,0.021305842,0,0,0,0,0,0,0,0,0,0,NA -6001441602,6,1,441602,7907,7907,7907,7907,2263,1755,7268,6204,480,167,658,1673,522,233,160,0.060705704,0.784621222,0.095156695,0.090533847,0.211584672,0.066017453,0.070702607,0.102960672,0,1,0,0,0,0,0,0,0,0,NA -6001441700,6,1,441700,7270,7270,7270,7270,2621,1861,6622,5880,240,262,678,1443,377,295,112,0.03301238,0.808803301,0.140784524,0.102385986,0.198486933,0.051856946,0.042731782,0.112552461,0,1,0,0,0,0,0,0,0,0,NA -6001441800,6,1,441800,7305,7305,7298,7305,2314,1796,6757,4463,524,69,171,899,570,227,108,0.071731691,0.610951403,0.038418708,0.025307089,0.123184434,0.078028747,0.046672429,0.098098531,0,0,0,0,0,0,0,0,0,0,NA -6001441921,6,1,441921,3917,3917,3917,3917,1229,1021,3637,3215,137,46,263,254,224,59,59,0.034975747,0.82078121,0.045053869,0.072312345,0.064845545,0.057186622,0.048006509,0.048006509,0,1,0,0,0,0,0,0,0,0,NA -6001441923,6,1,441923,6313,6313,5982,5982,2360,1493,5720,5021,797,134,253,1695,787,539,556,0.126247426,0.795342943,0.089752177,0.044230769,0.28335005,0.131561351,0.23559322,0.228389831,1,1,0,1,0,0,1,1,4,0,NA -6001441924,6,1,441924,7782,7782,7782,7782,2651,2142,7021,5647,243,224,405,1254,535,157,65,0.031225906,0.725648933,0.104575163,0.057684091,0.161141095,0.068748394,0.024519049,0.059222935,0,1,0,0,0,0,0,0,0,0,NA -6001441925,6,1,441925,6694,6694,6694,6694,2837,1944,6068,5363,263,40,380,704,403,245,184,0.039288915,0.801165223,0.020576132,0.062623599,0.105168808,0.060203167,0.064857244,0.08635883,0,1,0,0,0,0,0,0,0,0,NA -6001441926,6,1,441926,4613,4613,4611,4613,1448,1116,4244,4076,32,211,500,1237,258,196,107,0.006936917,0.883589855,0.1890681,0.117813384,0.268271525,0.055928897,0.073895028,0.135359116,0,1,0,0,0,0,0,0,0,0,NA -6001441927,6,1,441927,4528,4528,4528,4528,1790,1312,3986,3914,251,117,174,510,366,324,278,0.055432862,0.864399293,0.089176829,0.043652785,0.112632509,0.080830389,0.155307263,0.181005587,0,1,0,0,0,0,1,1,2,0,NA -6001442000,6,1,442000,3328,3328,3328,3328,1034,918,3178,2628,221,39,183,169,268,0,10,0.06640625,0.789663462,0.04248366,0.057583386,0.05078125,0.080528846,0.00967118,0,0,1,0,0,0,0,0,0,0,0,NA -6001442100,6,1,442100,5242,5242,5242,5242,1616,1509,5070,4432,393,70,488,458,362,40,41,0.074971385,0.845478825,0.046388337,0.096252465,0.087371232,0.069057612,0.025371287,0.024752475,0,1,0,0,0,0,0,0,0,0,NA -6001442200,6,1,442200,7241,7241,7221,7221,2140,1874,7109,5807,582,87,482,485,391,0,32,0.080375639,0.801961055,0.04642476,0.067801379,0.067165213,0.054147625,0.014953271,0,0,1,0,0,0,0,0,0,0,0,NA -6001442301,6,1,442301,4878,4878,4878,4872,1516,1246,4576,3848,217,135,467,1064,409,152,115,0.044485445,0.788847888,0.108346709,0.102054196,0.218122181,0.083949097,0.07585752,0.100263852,0,1,0,0,0,0,0,0,0,0,NA -6001442302,6,1,442302,5772,5772,5772,5772,2065,1417,5398,4717,275,139,451,1194,580,247,264,0.047643798,0.817221067,0.098094566,0.083549463,0.206860707,0.1004851,0.127845036,0.119612591,0,1,0,0,0,0,1,0,1,0,NA -6001442400,6,1,442400,6475,6475,6475,6475,1975,1641,6142,4978,236,127,551,1217,460,78,67,0.036447876,0.768803089,0.077391834,0.089710192,0.187953668,0.071042471,0.033924051,0.039493671,0,1,0,0,0,0,0,0,0,0,NA -6001442500,6,1,442500,7541,7541,7262,7307,2219,1844,7082,5861,467,259,854,1723,695,138,167,0.061928126,0.777217876,0.140455531,0.120587405,0.237262462,0.095114274,0.075259126,0.062190176,0,1,0,0,1,0,0,0,1,0,NA -6001442601,6,1,442601,4012,4012,4002,3982,1301,1100,3875,2622,253,50,77,204,237,63,19,0.063060818,0.653539382,0.045454545,0.019870968,0.050974513,0.05951783,0.014604151,0.048424289,0,0,0,0,0,0,0,0,0,0,NA -6001442602,6,1,442602,5051,5051,5051,5051,1618,1338,4756,3302,261,147,380,1463,388,202,112,0.051672936,0.653731934,0.109865471,0.079899075,0.289645615,0.076816472,0.069221261,0.124845488,0,0,0,0,0,0,0,0,0,0,NA -6001442700,6,1,442700,3227,3227,3227,3227,1037,856,3009,2017,219,23,126,235,257,16,0,0.06786489,0.625038736,0.026869159,0.041874377,0.072823055,0.079640533,0,0.015429122,0,0,0,0,0,0,0,0,0,0,NA -6001442800,6,1,442800,3051,3051,3024,3051,925,715,2840,1935,197,75,264,619,267,41,29,0.064568994,0.634218289,0.104895105,0.092957746,0.204695767,0.087512291,0.031351351,0.044324324,0,0,0,0,0,0,0,0,0,0,NA -6001442900,6,1,442900,8069,8069,8064,8064,2354,1892,7598,5552,418,102,603,872,643,29,51,0.051803197,0.688065436,0.053911205,0.07936299,0.108134921,0.079737103,0.021665251,0.012319456,0,0,0,0,0,0,0,0,0,0,NA -6001443001,6,1,443001,2906,2906,2887,2906,833,709,2790,2220,64,60,402,400,278,12,4,0.0220234,0.763936683,0.084626234,0.144086022,0.13855213,0.095664143,0.004801921,0.014405762,0,1,0,0,1,0,0,0,1,0,NA -6001443002,6,1,443002,6589,6589,6570,6589,1887,1632,6255,5047,264,157,600,1216,414,87,8,0.040066778,0.765973592,0.09620098,0.095923261,0.185083714,0.062831993,0.004239534,0.046104928,0,1,0,0,0,0,0,0,0,0,NA -6001443102,6,1,443102,4786,4786,4786,4786,1531,1417,4532,3962,303,65,220,296,330,19,33,0.063309653,0.827831174,0.04587156,0.048543689,0.061847054,0.068951107,0.02155454,0.012410189,0,1,0,0,0,0,0,0,0,0,NA -6001443103,6,1,443103,4034,4034,4034,4034,1234,1126,3863,3703,339,61,32,481,288,12,0,0.084035697,0.917947447,0.054174067,0.008283717,0.11923649,0.071393158,0,0.009724473,0,1,0,0,0,0,0,0,0,0,NA -6001443104,6,1,443104,5481,5481,5481,5481,1743,1485,5243,4485,339,52,424,670,366,71,27,0.061850027,0.818281336,0.035016835,0.080869731,0.122240467,0.066776136,0.015490534,0.040734366,0,1,0,0,0,0,0,0,0,0,NA -6001443105,6,1,443105,4553,4553,4553,4553,1436,1310,4433,3909,193,37,234,375,274,9,12,0.042389633,0.858554799,0.028244275,0.052785924,0.082363277,0.060180101,0.008356546,0.006267409,0,1,0,0,0,0,0,0,0,0,NA -6001443200,6,1,443200,3802,3802,3802,3802,1180,1070,3704,3105,190,25,218,249,191,11,19,0.049973698,0.816675434,0.023364486,0.058855292,0.065491846,0.050236718,0.016101695,0.009322034,0,1,0,0,0,0,0,0,0,0,NA -6001443301,6,1,443301,4173,4173,4160,4173,1215,1086,3879,3165,147,11,175,190,257,15,0,0.035226456,0.75844716,0.010128913,0.04511472,0.045673077,0.061586389,0,0.012345679,0,1,0,0,0,0,0,0,0,0,NA -6001443321,6,1,443321,3340,3340,3340,3340,1156,858,3037,2945,90,48,235,361,115,44,44,0.026946108,0.881736527,0.055944056,0.077378992,0.108083832,0.034431138,0.038062284,0.038062284,0,1,0,0,0,0,0,0,0,0,NA -6001443322,6,1,443322,3204,3204,3204,3204,904,783,3025,2476,106,44,291,154,223,6,36,0.033083645,0.77278402,0.056194125,0.096198347,0.048064919,0.069600499,0.039823009,0.006637168,0,1,0,0,0,0,0,0,0,0,NA -6001444100,6,1,444100,7555,7555,7555,7555,2531,1959,7292,4523,952,149,242,891,765,17,133,0.126009265,0.598676373,0.076059214,0.033187054,0.117935142,0.101257445,0.0525484,0.006716713,1,0,0,0,0,0,0,0,1,0,NA -6001444200,6,1,444200,6740,6740,6728,6740,1897,1614,6340,5109,313,262,428,903,615,38,52,0.046439169,0.758011869,0.162329616,0.067507886,0.13421522,0.091246291,0.027411703,0.020031629,0,1,0,0,0,0,0,0,0,0,NA -6001444301,6,1,444301,4177,4177,4177,4177,1172,957,3952,2801,167,80,121,1056,296,104,0,0.039980847,0.670576969,0.083594566,0.030617409,0.252813024,0.070864257,0,0.088737201,0,0,0,0,0,0,0,0,0,0,NA -6001444302,6,1,444302,4538,4538,4518,4538,1254,1055,4270,3764,170,165,336,1560,246,169,55,0.037461437,0.829440282,0.156398104,0.078688525,0.345285525,0.054208903,0.043859649,0.13476874,0,1,0,0,0,1,0,0,0,1,High -6001444400,6,1,444400,5057,5057,5057,5057,1549,1228,4762,4106,228,89,648,1213,520,102,13,0.045086019,0.81194384,0.07247557,0.136077278,0.239865533,0.102827763,0.008392511,0.065848935,0,1,0,0,1,0,0,0,1,0,NA -6001444500,6,1,444500,6850,6850,6848,6850,2038,1546,6495,5422,214,247,468,1844,545,336,154,0.031240876,0.791532847,0.159767141,0.072055427,0.269275701,0.079562044,0.075564279,0.164867517,0,1,0,0,0,0,0,1,1,0,NA -6001444601,6,1,444601,5397,5397,5365,5397,1526,1201,5143,3683,298,153,268,794,395,109,43,0.055215861,0.682416157,0.127393838,0.052109664,0.147996272,0.073188809,0.028178244,0.071428571,0,0,0,0,0,0,0,0,0,0,NA -6001444602,6,1,444602,4363,4363,4363,4363,1555,1058,4023,3469,237,134,324,481,331,47,41,0.054320422,0.795095118,0.126654064,0.080536913,0.110245244,0.07586523,0.026366559,0.03022508,0,1,0,0,0,0,0,0,0,0,NA -6001450101,6,1,450101,4781,4781,4752,4781,1860,1314,4481,3337,71,233,273,451,177,229,73,0.01485045,0.697971136,0.177321157,0.060923901,0.094907407,0.037021544,0.039247312,0.12311828,0,0,0,0,0,0,0,0,0,0,NA -6001450102,6,1,450102,7070,7070,4173,4060,1360,1080,6674,5478,73,103,212,179,225,51,64,0.010325318,0.774823197,0.09537037,0.031765058,0.0428948,0.055418719,0.047058824,0.0375,0,1,0,0,0,0,0,0,0,0,NA -6001450200,6,1,450200,5903,5903,5903,5863,2446,1629,5474,3149,180,276,298,598,337,206,114,0.03049297,0.533457564,0.169429098,0.054439167,0.101304421,0.057479106,0.046606705,0.084219133,0,0,0,0,0,0,0,0,0,0,NA -6001450300,6,1,450300,5081,5081,5081,5074,1749,1297,4766,2239,176,190,146,566,462,136,47,0.034638851,0.440661287,0.146491904,0.030633655,0.111395395,0.091052424,0.026872499,0.077758719,0,0,0,0,0,0,0,0,0,0,NA -6001450400,6,1,450400,6164,6164,6154,6154,2087,1588,5741,2325,259,292,425,1405,599,91,92,0.04201817,0.377190136,0.183879093,0.074028915,0.228306792,0.097335067,0.044082415,0.043603258,0,0,0,0,0,0,0,0,0,0,NA -6001450501,6,1,450501,3426,3426,3426,3418,1307,970,3220,1441,190,64,192,388,304,89,34,0.05545826,0.420607122,0.065979381,0.059627329,0.113251605,0.088940901,0.026013772,0.068094874,0,0,0,0,0,0,0,0,0,0,NA -6001450502,6,1,450502,5460,5460,5460,5460,1803,1568,5038,2151,131,119,112,200,307,20,43,0.023992674,0.393956044,0.075892857,0.022231044,0.036630037,0.056227106,0.02384914,0.011092623,0,0,0,0,0,0,0,0,0,0,NA -6001450601,6,1,450601,3665,3665,3645,3665,1351,1043,3483,1548,194,35,138,309,205,43,12,0.052933151,0.422373806,0.033557047,0.039621016,0.084773663,0.055934516,0.008882309,0.031828275,0,0,0,0,0,0,0,0,0,0,NA -6001450602,6,1,450602,9773,9773,9767,9767,3349,2690,9320,4223,427,305,245,877,617,143,57,0.043691804,0.432108871,0.1133829,0.026287554,0.089792157,0.063171905,0.017020006,0.042699313,0,0,0,0,0,0,0,0,0,0,NA -6001450603,6,1,450603,5054,5054,5049,5049,1630,1377,4686,1974,210,191,114,657,427,38,9,0.041551247,0.390581717,0.138707335,0.024327785,0.130124777,0.084571202,0.005521472,0.023312883,0,0,0,0,0,0,0,0,0,0,NA -6001450604,6,1,450604,5397,5397,5397,5397,1801,1582,5187,1828,346,59,75,625,438,90,64,0.064109691,0.338706689,0.037294564,0.014459225,0.115805077,0.081156198,0.035535813,0.049972238,0,0,0,0,0,0,0,0,0,0,NA -6001450605,6,1,450605,4004,4004,3992,4004,1490,1146,3859,1531,290,153,85,261,381,61,10,0.072427572,0.382367632,0.133507853,0.022026432,0.065380762,0.095154845,0.006711409,0.040939597,0,0,0,0,0,0,0,0,0,0,NA -6001450606,6,1,450606,6092,6092,6092,6081,2059,1799,5959,2331,259,23,124,228,406,11,10,0.042514773,0.382632961,0.01278488,0.020808861,0.037426133,0.066765335,0.004856727,0.005342399,0,0,0,0,0,0,0,0,0,0,NA -6001450607,6,1,450607,5239,5239,5239,5239,2290,1285,4998,2447,378,116,205,1099,513,510,257,0.072151174,0.467073869,0.090272374,0.041016407,0.209772857,0.09791945,0.112227074,0.222707424,0,0,0,0,0,0,1,1,2,0,NA -6001450701,6,1,450701,8740,8740,8738,8740,2892,2485,8461,3692,316,213,182,610,579,82,81,0.036155606,0.422425629,0.085714286,0.02151046,0.069810025,0.06624714,0.028008299,0.02835408,0,0,0,0,0,0,0,0,0,0,NA -6001450741,6,1,450741,5180,5180,4972,5042,1924,1396,5087,2301,416,267,278,856,373,251,89,0.08030888,0.444208494,0.191260745,0.054649106,0.172164119,0.07397858,0.046257796,0.13045738,0,0,0,0,0,0,0,0,0,0,NA -6001450742,6,1,450742,4811,4811,4800,4811,1868,1430,4659,1811,380,80,138,279,358,59,110,0.078985658,0.376429017,0.055944056,0.02962009,0.058125,0.074412804,0.05888651,0.031584582,0,0,0,0,0,0,0,0,0,0,NA -6001450743,6,1,450743,6112,6112,6112,6104,2103,1620,5567,4444,230,275,408,635,237,210,52,0.03763089,0.727094241,0.169753086,0.073289025,0.103893979,0.038826999,0.024726581,0.099857347,0,1,0,0,0,0,0,0,0,0,NA -6001450744,6,1,450744,5356,5356,5348,5356,1701,1449,5051,2262,336,129,109,515,281,57,40,0.062733383,0.422330097,0.089026915,0.021579885,0.096297681,0.052464526,0.023515579,0.0335097,0,0,0,0,0,0,0,0,0,0,NA -6001450745,6,1,450745,6238,6238,6238,6238,2209,1710,6078,3961,267,111,343,328,371,169,79,0.04280218,0.63497916,0.064912281,0.056433037,0.052580955,0.05947419,0.035762789,0.076505206,0,0,0,0,0,0,0,0,0,0,NA -6001450746,6,1,450746,3499,3499,3499,3499,1336,952,3278,1357,290,109,77,341,390,90,62,0.082880823,0.387825093,0.114495798,0.023489933,0.097456416,0.111460417,0.046407186,0.067365269,0,0,0,0,0,0,0,0,0,0,NA -6001450750,6,1,450750,4511,4511,4511,4511,2028,1201,4121,2523,119,226,277,765,331,204,213,0.02637996,0.55929949,0.18817652,0.067216695,0.169585458,0.073376192,0.105029586,0.100591716,0,0,0,0,0,0,1,0,1,0,NA -6001450751,6,1,450751,7253,7253,7249,7253,2227,2005,6587,5590,149,45,415,226,196,10,16,0.020543223,0.770715566,0.02244389,0.063002884,0.031176714,0.027023301,0.007184553,0.004490346,0,1,0,0,0,0,0,0,0,0,NA -6001450752,6,1,450752,5692,5692,5661,5692,1610,1430,5289,4316,190,99,275,467,219,64,0,0.033380183,0.758257203,0.069230769,0.051994706,0.082494259,0.038475053,0,0.039751553,0,1,0,0,0,0,0,0,0,0,NA -6001451101,6,1,451101,7413,7413,7235,7326,2455,1898,6907,2606,266,116,148,561,389,136,21,0.035882908,0.351544584,0.061116965,0.021427537,0.077539737,0.053098553,0.008553971,0.055397149,0,0,0,0,0,0,0,0,0,0,NA -6001451102,6,1,451102,4111,4111,4093,4111,1393,1177,3904,975,213,62,24,271,309,0,18,0.051812211,0.237168572,0.052676296,0.006147541,0.066210603,0.075164194,0.012921752,0,0,0,0,0,0,0,0,0,0,0,NA -6001451201,6,1,451201,7134,7134,7134,7134,2608,1900,6729,3135,160,240,173,1450,459,212,35,0.02242781,0.439444912,0.126315789,0.025709615,0.203252033,0.064339781,0.013420245,0.081288344,0,0,0,0,0,0,0,0,0,0,NA -6001451202,6,1,451202,4296,4296,4296,4296,1515,1159,4024,1674,84,78,83,475,383,20,46,0.019553073,0.389664804,0.067299396,0.020626243,0.11056797,0.0891527,0.030363036,0.01320132,0,0,0,0,0,0,0,0,0,0,NA -6001451300,6,1,451300,7089,7089,7065,7089,2351,2025,6505,2606,189,202,96,864,364,75,71,0.026661024,0.367611793,0.099753086,0.014757879,0.122292994,0.051347158,0.030199915,0.031901319,0,0,0,0,0,0,0,0,0,0,NA -6001451401,6,1,451401,6149,6149,6142,6149,2397,1703,5775,1884,327,210,173,1197,559,222,104,0.053179379,0.306391283,0.123311803,0.02995671,0.194887659,0.090909091,0.043387568,0.09261577,0,0,0,0,0,0,0,0,0,0,NA -6001451403,6,1,451403,2343,2343,2343,2343,770,545,2204,953,102,99,163,318,229,21,6,0.043533931,0.406743491,0.181651376,0.073956443,0.135723431,0.097737943,0.007792208,0.027272727,0,0,0,0,0,0,0,0,0,0,NA -6001451404,6,1,451404,6318,6318,6235,6318,2033,1452,5953,3769,137,315,937,2583,443,354,79,0.021684077,0.596549541,0.216942149,0.15739963,0.414274258,0.070117126,0.038858829,0.174126906,0,0,1,0,1,1,0,1,3,1,High -6001451501,6,1,451501,4759,4759,4759,4759,1773,1222,4373,1421,367,121,222,658,513,45,223,0.077117041,0.298592141,0.099018003,0.050766064,0.138264341,0.107795755,0.125775522,0.025380711,0,0,0,0,0,0,1,0,1,0,NA -6001451503,6,1,451503,5912,5912,5887,5887,2129,1637,5456,2069,302,213,153,1052,612,68,131,0.051082544,0.349966171,0.130116066,0.028042522,0.178698828,0.103957873,0.061531235,0.031939878,0,0,0,0,0,0,0,0,0,0,NA -6001451504,6,1,451504,1723,1723,1707,1723,623,473,1567,659,101,62,45,173,116,27,16,0.058618688,0.382472432,0.131078224,0.028717294,0.101347393,0.067324434,0.025682183,0.043338684,0,0,0,0,0,0,0,0,0,0,NA -6001451505,6,1,451505,3289,3289,3289,3289,1189,1041,3079,628,143,37,27,173,257,19,0,0.043478261,0.190939495,0.035542747,0.008769081,0.052599574,0.078139252,0,0.015979815,0,0,0,0,0,0,0,0,0,0,NA -6001451506,6,1,451506,3507,3507,3507,3479,1115,818,3280,2192,192,107,371,824,273,130,30,0.054747648,0.625035643,0.130806846,0.113109756,0.234958654,0.078470825,0.02690583,0.116591928,0,0,0,0,0,0,0,0,0,0,NA -6001451601,6,1,451601,5157,5157,5157,5157,1979,1474,4938,1171,278,156,22,651,408,168,80,0.05390731,0.227070002,0.105834464,0.004455245,0.126236184,0.079115765,0.040424457,0.084891359,0,0,0,0,0,0,0,0,0,0,NA -6001451602,6,1,451602,7119,7119,6983,6997,2891,1862,6724,2168,728,288,106,1225,919,435,327,0.102261554,0.304537154,0.154672395,0.015764426,0.175426035,0.131342004,0.113109651,0.150466966,1,0,0,1,0,0,1,1,4,0,NA -6001451701,6,1,451701,3013,3013,3013,3013,1047,850,2767,872,188,53,5,472,247,105,26,0.062396283,0.289412546,0.062352941,0.001807011,0.156654497,0.081978095,0.024832856,0.100286533,0,0,0,0,0,0,0,0,0,0,NA -6001451703,6,1,451703,4568,4568,4568,4563,1371,1146,4223,1665,144,91,105,384,402,40,10,0.031523643,0.364492119,0.079406632,0.024863841,0.084063047,0.088099934,0.007293946,0.029175784,0,0,0,0,0,0,0,0,0,0,NA -6001451704,6,1,451704,4647,4647,4647,4647,1711,1286,4424,1167,379,189,147,434,298,99,32,0.081557994,0.251129761,0.146967341,0.033227848,0.093393587,0.064127394,0.018702513,0.0578609,0,0,0,0,0,0,0,0,0,0,NA -6001981900,6,1,981900,53,53,53,53,24,6,53,0,0,0,0,0,6,0,3,0,0,0,0,0,0.113207547,0.125,0,0,0,0,0,0,0,1,0,1,0,NA -6001982000,6,1,982000,58,58,58,58,29,15,58,22,0,0,0,0,8,0,0,0,0.379310345,0,0,0,0.137931034,0,0,0,0,0,1,0,0,0,0,1,0,NA -6001983200,6,1,983200,572,572,572,572,310,143,548,337,0,8,11,65,48,0,12,0,0.589160839,0.055944056,0.020072993,0.113636364,0.083916084,0.038709677,0,0,0,0,0,0,0,0,0,0,0,NA -6001990000,6,1,990000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013301000,6,13,301000,4844,4844,4823,4815,1874,1198,4448,1790,353,76,88,1262,904,39,128,0.072873658,0.369529315,0.063439065,0.019784173,0.261662865,0.187746625,0.068303095,0.020811099,0,0,0,1,0,0,0,0,1,0,NA -6013302005,6,13,302005,6695,6695,6616,6685,2320,1468,6453,3283,253,252,424,3407,726,383,90,0.037789395,0.490365945,0.171662125,0.065705873,0.514963724,0.108601346,0.038793103,0.165086207,0,0,0,0,0,1,0,1,1,0,NA -6013302006,6,13,302006,4101,4101,4094,4094,1249,1044,3817,2157,43,129,287,560,474,10,66,0.010485248,0.525969276,0.123563218,0.07518994,0.13678554,0.115779189,0.052842274,0.008006405,0,0,0,0,0,0,0,0,0,0,NA -6013302007,6,13,302007,6840,6840,6792,6808,2022,1573,6349,4150,197,379,431,1995,716,108,201,0.02880117,0.606725146,0.240940877,0.067884706,0.293727915,0.105170388,0.099406528,0.053412463,0,0,1,0,0,0,0,0,1,0,NA -6013302008,6,13,302008,8352,8352,8323,8339,2172,1953,7771,5645,210,498,661,2834,873,78,67,0.025143678,0.675886015,0.25499232,0.085059838,0.340502223,0.104688812,0.030847145,0.035911602,0,0,1,0,0,1,0,0,1,0,NA -6013302009,6,13,302009,7137,7137,7065,7137,2017,1612,6595,5481,64,416,235,2246,697,330,25,0.008967353,0.767969735,0.258064516,0.035633055,0.317905166,0.097660081,0.012394646,0.163609321,0,1,1,0,0,1,0,1,2,1,High -6013302010,6,13,302010,11161,11161,11050,11156,3213,2721,10383,5649,332,305,299,926,797,105,83,0.029746438,0.506137443,0.112091143,0.028797072,0.083800905,0.071441377,0.025832555,0.032679739,0,0,0,0,0,0,0,0,0,0,NA -6013303102,6,13,303102,8901,8901,8875,8873,2468,2121,8270,5182,256,283,606,2066,753,169,17,0.028760813,0.582181777,0.133427628,0.073276904,0.232788732,0.084864195,0.006888169,0.068476499,0,0,0,0,0,0,0,0,0,0,NA -6013303103,6,13,303103,11879,11879,11868,11866,3594,2871,10969,6481,475,405,648,3755,781,411,137,0.039986531,0.545584645,0.141065831,0.059075577,0.316397034,0.065818304,0.038119087,0.114357262,0,0,0,0,0,1,0,0,0,0,NA -6013303201,6,13,303201,11455,11455,11365,11421,3060,2777,10879,6963,245,447,274,2276,1250,229,16,0.02138804,0.607856831,0.16096507,0.025186138,0.200263968,0.109447509,0.005228758,0.074836601,0,0,0,0,0,0,0,0,0,0,NA -6013303202,6,13,303202,7137,7137,7100,7123,2289,1869,6739,2819,154,166,193,1219,488,219,50,0.021577694,0.394983887,0.088817549,0.028639264,0.171690141,0.068510459,0.0218436,0.095674967,0,0,0,0,0,0,0,0,0,0,NA -6013303203,6,13,303203,9445,9445,9387,9434,2927,2521,8711,4656,683,351,159,1165,1091,233,194,0.072313393,0.492959238,0.139230464,0.018252784,0.124107809,0.115645537,0.066279467,0.07960369,0,0,0,0,0,0,0,0,0,0,NA -6013303204,6,13,303204,4668,4668,4668,4668,1590,1252,4416,2196,274,158,321,1362,744,215,72,0.058697515,0.470437018,0.126198083,0.072690217,0.291773779,0.159383033,0.045283019,0.135220126,0,0,0,1,0,0,0,0,1,0,NA -6013303205,6,13,303205,8431,8431,8431,8431,3282,2308,8250,2712,1406,152,124,1188,1166,73,125,0.166765508,0.321670027,0.065857886,0.015030303,0.140908552,0.138299134,0.038086533,0.022242535,1,0,0,1,0,0,0,0,2,0,NA -6013304001,6,13,304001,4375,4375,4375,4375,1412,1215,4198,1724,159,139,41,714,410,113,46,0.036342857,0.394057143,0.114403292,0.009766556,0.1632,0.093714286,0.032577904,0.080028329,0,0,0,0,0,0,0,0,0,0,NA -6013304002,6,13,304002,1465,1465,1380,1385,451,353,1378,573,71,36,186,371,128,10,17,0.048464164,0.39112628,0.101983003,0.134978229,0.26884058,0.092418773,0.037694013,0.022172949,0,0,0,0,1,0,0,0,1,0,NA -6013304003,6,13,304003,3892,3892,3857,3892,1503,1067,3753,945,279,160,29,573,364,29,18,0.071685509,0.242805755,0.14995314,0.007727152,0.148561058,0.09352518,0.011976048,0.019294744,0,0,0,0,0,0,0,0,0,0,NA -6013304004,6,13,304004,3812,3812,3812,3812,1595,1263,3702,859,136,93,56,431,313,38,30,0.03567681,0.225341028,0.073634204,0.015126958,0.113064008,0.082109129,0.018808777,0.023824451,0,0,0,0,0,0,0,0,0,0,NA -6013304005,6,13,304005,7631,7631,7631,7619,2198,1850,7195,2753,240,262,51,1111,388,90,74,0.031450662,0.360765299,0.141621622,0.007088256,0.145590355,0.050925318,0.03366697,0.040946315,0,0,0,0,0,0,0,0,0,0,NA -6013305000,6,13,305000,6501,6501,6367,6501,2272,1508,5867,4759,227,615,646,3038,1505,381,259,0.034917705,0.732041224,0.407824934,0.11010738,0.477147793,0.231502846,0.113996479,0.167693662,0,1,1,1,0,1,1,1,4,1,High -6013306002,6,13,306002,3055,3055,3018,3055,1036,756,2920,1531,228,126,272,1144,418,9,27,0.074631751,0.501145663,0.166666667,0.093150685,0.379058979,0.136824877,0.026061776,0.008687259,0,0,0,1,0,1,0,0,1,0,NA -6013306003,6,13,306003,5260,5260,5160,5166,1695,1246,4775,3244,339,403,259,2154,559,340,146,0.064448669,0.616730038,0.323434992,0.054240838,0.41744186,0.108207511,0.086135693,0.200589971,0,0,1,0,0,1,0,1,2,0,NA -6013306004,6,13,306004,3369,3369,3362,3369,1202,806,3232,2143,189,161,133,828,710,186,61,0.056099733,0.636093796,0.199751861,0.04115099,0.246281975,0.210745028,0.050748752,0.154742097,0,0,0,1,0,0,0,1,2,0,NA -6013307101,6,13,307101,4604,4604,4544,4599,1443,1052,4435,2489,326,155,158,1360,922,90,95,0.070807993,0.540616855,0.147338403,0.035625705,0.299295775,0.200478365,0.065835066,0.062370062,0,0,0,1,0,0,0,0,1,0,NA -6013307102,6,13,307102,5328,5328,5328,5328,1688,1213,4882,4091,294,399,810,3301,728,429,93,0.05518018,0.76783033,0.328936521,0.165915608,0.619557057,0.136636637,0.055094787,0.254146919,0,1,1,1,1,1,0,1,4,1,High -6013307201,6,13,307201,3370,3370,3326,3370,1114,734,3195,2315,124,207,232,1579,517,225,224,0.036795252,0.68694362,0.282016349,0.072613459,0.474744438,0.153412463,0.201077199,0.201974865,0,0,1,1,0,1,1,1,4,1,High -6013307202,6,13,307202,4369,4369,4334,4369,1489,985,3830,3673,102,570,351,3233,704,522,221,0.023346304,0.840695811,0.578680203,0.091644909,0.74596216,0.161135271,0.14842176,0.350570853,0,1,1,1,0,1,1,1,4,1,Highest -6013307204,6,13,307204,3960,3960,3921,3949,1239,998,3722,2508,176,132,109,1276,647,51,69,0.044444444,0.633333333,0.132264529,0.02928533,0.325427187,0.163838947,0.055690073,0.041162228,0,0,0,1,0,1,0,0,1,0,NA -6013307205,6,13,307205,6913,6913,6801,6897,2493,1499,6429,5126,331,404,401,2800,1201,592,237,0.047880804,0.741501519,0.269513009,0.06237362,0.411704161,0.174133681,0.095066185,0.237464902,0,1,1,1,0,1,0,1,3,1,High -6013308001,6,13,308001,6876,6876,6822,6876,2431,1920,6712,3018,450,284,365,2188,1217,210,159,0.065445026,0.438917976,0.147916667,0.054380215,0.32072706,0.176992437,0.065405183,0.086384204,0,0,0,1,0,1,0,0,1,0,NA -6013308002,6,13,308002,4430,4430,4416,4425,1397,1171,4272,3021,153,123,146,566,643,104,15,0.034537246,0.681941309,0.105038429,0.03417603,0.12817029,0.145310734,0.010737294,0.07444524,0,0,0,1,0,0,0,0,1,0,NA -6013309000,6,13,309000,3508,3508,3447,3497,1251,794,3225,2832,93,208,116,931,484,187,26,0.026510832,0.807297605,0.261964736,0.035968992,0.270089933,0.138404347,0.020783373,0.149480416,0,1,1,1,0,0,0,0,2,0,NA -6013310000,6,13,310000,6533,6533,6437,6533,1703,1309,5896,5746,205,409,864,3315,1017,219,104,0.031379152,0.87953467,0.312452254,0.146540027,0.514991456,0.155671208,0.061068702,0.128596594,0,1,1,1,1,1,0,0,3,1,High -6013311000,6,13,311000,5354,5354,5339,5354,1484,1181,4890,4716,176,442,387,2537,925,269,147,0.032872619,0.880836758,0.374259102,0.079141104,0.475182618,0.172768024,0.099056604,0.181266846,0,1,1,1,0,1,0,1,3,1,Higher -6013312000,6,13,312000,2373,2373,2313,2326,781,538,2194,2164,133,199,300,1220,469,151,156,0.056047198,0.911925832,0.369888476,0.136736554,0.527453524,0.201633706,0.199743918,0.193341869,0,1,1,1,1,1,1,1,5,1,High -6013313101,6,13,313101,7137,7137,7006,7137,2589,1749,6625,5507,565,458,714,3516,1227,479,524,0.079164915,0.771612722,0.261863922,0.107773585,0.501855552,0.171920975,0.202394747,0.185013519,0,1,1,1,0,1,1,1,4,1,High -6013313102,6,13,313102,4015,4015,3935,3937,1472,938,3815,3084,261,214,173,951,621,172,70,0.065006227,0.768119552,0.228144989,0.045347313,0.241677255,0.157734315,0.047554348,0.116847826,0,1,1,1,0,0,0,0,2,0,NA -6013313103,6,13,313103,8228,8228,8208,8205,2640,1935,7741,5982,243,228,471,1750,1297,206,70,0.029533301,0.727029655,0.117829457,0.060844852,0.213206628,0.158074345,0.026515152,0.078030303,0,1,0,1,0,0,0,0,1,0,NA -6013313203,6,13,313203,3197,3197,3197,3182,914,780,3028,2302,120,60,276,775,383,44,21,0.037535189,0.720050047,0.076923077,0.091149273,0.242414764,0.120364551,0.02297593,0.048140044,0,1,0,1,0,0,0,0,1,0,NA -6013313204,6,13,313204,5189,5189,5170,5166,1708,1293,4816,3864,223,335,677,1818,565,214,120,0.042975525,0.744652149,0.259087394,0.14057309,0.351644101,0.109368951,0.070257611,0.12529274,0,1,1,0,1,1,0,0,2,1,High -6013313205,6,13,313205,1777,1777,1777,1777,506,417,1688,1397,58,52,137,266,156,17,7,0.03263928,0.786156443,0.12470024,0.081161137,0.14969049,0.087788407,0.013833992,0.033596838,0,1,0,0,0,0,0,0,0,0,NA -6013313206,6,13,313206,5768,5768,5761,5768,1592,1403,5256,5193,173,424,1012,2627,641,350,74,0.029993065,0.900312067,0.302209551,0.192541857,0.455997223,0.111130374,0.046482412,0.219849246,0,1,1,0,1,1,0,1,3,1,Higher -6013314102,6,13,314102,5580,5580,5564,5580,1662,1367,5213,4647,318,313,758,2351,592,223,76,0.056989247,0.832795699,0.228968544,0.145405716,0.422537743,0.10609319,0.045728039,0.134175692,0,1,1,0,1,1,0,0,2,1,Higher -6013314103,6,13,314103,6154,6154,6154,6154,1753,1371,5722,5573,138,445,810,3547,779,329,177,0.022424439,0.90558986,0.324580598,0.141558895,0.576373091,0.126584335,0.100969766,0.187678266,0,1,1,1,1,1,1,1,5,1,High -6013314104,6,13,314104,7817,7817,7730,7755,2447,1698,7209,6722,257,531,1280,3488,830,320,225,0.032877063,0.859920686,0.312720848,0.177555833,0.451228978,0.107027724,0.091949326,0.130772374,0,1,1,0,1,1,0,0,2,1,Higher -6013314200,6,13,314200,6971,6971,6937,6971,1730,1410,6487,6020,155,317,1581,3714,997,229,63,0.022234973,0.863577679,0.224822695,0.243718206,0.535389938,0.143021087,0.036416185,0.132369942,0,1,1,1,1,1,0,0,3,1,High -6013315000,6,13,315000,3502,3502,3495,3502,1215,905,3329,1931,57,119,84,836,425,106,16,0.016276413,0.5513992,0.131491713,0.025232803,0.239198856,0.121359223,0.013168724,0.087242798,0,0,0,1,0,0,0,0,1,0,NA -6013316000,6,13,316000,964,964,881,881,465,156,936,283,15,41,4,470,325,93,111,0.015560166,0.293568465,0.262820513,0.004273504,0.533484677,0.368898978,0.238709677,0.2,0,0,1,1,0,1,1,1,4,1,High -6013317000,6,13,317000,2425,2425,2425,2425,1074,540,2323,665,103,115,37,681,282,149,24,0.042474227,0.274226804,0.212962963,0.01592768,0.280824742,0.11628866,0.022346369,0.138733706,0,0,1,0,0,0,0,0,1,0,NA -6013318000,6,13,318000,3402,3402,3361,3361,1475,791,3201,952,131,78,54,810,360,137,102,0.038506761,0.279835391,0.098609355,0.016869728,0.240999702,0.107110979,0.069152542,0.092881356,0,0,0,0,0,0,0,0,0,0,NA -6013319000,6,13,319000,8160,8160,8100,8102,3162,2092,7610,2734,284,112,318,1443,1070,348,82,0.034803922,0.33504902,0.053537285,0.041787122,0.178148148,0.132066157,0.025932954,0.110056926,0,0,0,1,0,0,0,0,1,0,NA -6013320001,6,13,320001,4247,4247,4205,4236,1254,998,3981,2339,111,139,458,1720,715,82,48,0.026136096,0.5507417,0.139278557,0.115046471,0.409036861,0.168791313,0.038277512,0.06539075,0,0,0,1,0,1,0,0,1,0,NA -6013320003,6,13,320003,2825,2825,2825,2825,1064,732,2634,966,139,50,0,327,194,33,10,0.04920354,0.341946903,0.068306011,0,0.115752212,0.068672566,0.009398496,0.031015038,0,0,0,0,0,0,0,0,0,0,NA -6013320004,6,13,320004,6562,6562,6562,6562,2542,1735,6135,2320,283,273,206,1279,599,200,43,0.043127095,0.353550747,0.157348703,0.033577832,0.194910088,0.091283145,0.016915814,0.078678206,0,0,0,0,0,0,0,0,0,0,NA -6013321101,6,13,321101,7325,7325,6959,6959,2579,1828,6994,2601,686,244,122,1018,913,175,65,0.093651877,0.355085324,0.133479212,0.017443523,0.146285386,0.131197011,0.025203567,0.067855758,0,0,0,1,0,0,0,0,1,0,NA -6013321102,6,13,321102,6827,6827,6827,6774,2675,1807,6633,2129,431,120,44,670,470,19,0,0.063131683,0.311850007,0.066408412,0.006633499,0.098139739,0.069382935,0,0.007102804,0,0,0,0,0,0,0,0,0,0,NA -6013321103,6,13,321103,4325,4325,4325,4314,1783,1301,4062,1053,486,84,12,130,389,9,29,0.112369942,0.243468208,0.064565719,0.00295421,0.030057803,0.090171535,0.016264722,0.005047672,1,0,0,0,0,0,0,0,1,0,NA -6013321200,6,13,321200,5460,5460,5417,5460,2179,1222,5150,2498,259,86,249,1397,700,268,273,0.047435897,0.457509158,0.070376432,0.048349515,0.257891822,0.128205128,0.125286829,0.122992198,0,0,0,1,0,0,1,0,2,0,NA -6013322000,6,13,322000,6109,6109,6103,6103,2456,1512,5759,2410,489,214,167,1063,826,248,207,0.080045834,0.394499918,0.141534392,0.02899809,0.174176634,0.135343274,0.084283388,0.100977199,0,0,0,1,0,0,0,0,1,0,NA -6013323000,6,13,323000,4690,4690,4684,4685,1714,1204,4270,1287,218,82,73,368,383,42,10,0.046481876,0.274413646,0.068106312,0.017096019,0.078565329,0.081750267,0.005834306,0.024504084,0,0,0,0,0,0,0,0,0,0,NA -6013324001,6,13,324001,5460,5460,5451,5431,2994,1158,5050,2224,333,140,216,1338,474,487,303,0.060989011,0.407326007,0.1208981,0.042772277,0.245459549,0.087276745,0.101202405,0.162658651,0,0,0,0,0,0,1,1,2,0,NA -6013324002,6,13,324002,5363,5363,5186,5240,2420,1130,5049,2183,273,64,50,766,580,260,219,0.050904345,0.407048294,0.056637168,0.009902951,0.147705361,0.110687023,0.090495868,0.107438017,0,0,0,0,0,0,0,0,0,0,NA -6013325000,6,13,325000,5736,5736,5583,5583,2161,1380,5365,1411,640,117,184,864,823,236,255,0.111576011,0.245990237,0.084782609,0.034296365,0.154755508,0.147411786,0.118000925,0.1092087,1,0,0,1,0,0,1,0,3,0,NA -6013326000,6,13,326000,3487,3487,3461,3462,1345,984,3305,645,365,54,19,308,530,26,84,0.104674505,0.184972756,0.054878049,0.005748865,0.088991621,0.153090699,0.062453532,0.019330855,1,0,0,1,0,0,0,0,2,0,NA -6013327000,6,13,327000,7738,7738,7738,7738,2837,1889,7266,4118,267,348,485,2620,938,200,150,0.03450504,0.532178858,0.184224457,0.066749243,0.338588783,0.121219953,0.052872753,0.070497004,0,0,0,1,0,1,0,0,1,0,NA -6013328000,6,13,328000,2523,2523,2434,2434,1455,473,2470,1378,495,144,251,1216,802,489,474,0.196195006,0.546175188,0.304439746,0.101619433,0.499589154,0.329498767,0.325773196,0.336082474,1,0,1,1,0,1,1,1,5,1,Highest -6013329000,6,13,329000,6687,6687,6633,6687,2162,1600,6055,3294,288,270,538,1450,673,148,57,0.043068641,0.492597577,0.16875,0.088852188,0.21860395,0.100643039,0.026364477,0.068455134,0,0,0,0,0,0,0,0,0,0,NA -6013330000,6,13,330000,5734,5734,5708,5708,1878,1313,5299,2781,361,129,393,1462,777,90,25,0.062957796,0.485001744,0.098248286,0.074164937,0.256131745,0.136124737,0.013312034,0.047923323,0,0,0,1,0,0,0,0,1,0,NA -6013331000,6,13,331000,7576,7576,7486,7486,2792,1793,6944,3716,469,288,282,2891,841,347,234,0.061906019,0.490496304,0.160624651,0.040610599,0.38618755,0.11234304,0.083810888,0.124283668,0,0,0,0,0,1,0,0,0,0,NA -6013332000,6,13,332000,8343,8343,8200,8250,2899,2226,7741,3385,544,381,470,1648,1506,122,126,0.065204363,0.405729354,0.17115903,0.06071567,0.20097561,0.182545455,0.043463263,0.042083477,0,0,0,1,0,0,0,0,1,0,NA -6013333101,6,13,333101,4360,4360,4351,4321,1512,1120,4141,1877,435,164,129,1240,744,217,53,0.099770642,0.430504587,0.146428571,0.031151896,0.284991956,0.172182365,0.03505291,0.143518519,0,0,0,1,0,0,0,0,1,0,NA -6013333102,6,13,333102,3967,3967,3954,3955,1508,1036,3724,1521,270,60,76,609,436,28,32,0.068061507,0.383413159,0.057915058,0.020408163,0.154021244,0.110240202,0.021220159,0.018567639,0,0,0,0,0,0,0,0,0,0,NA -6013333200,6,13,333200,5382,5382,5352,5290,2256,1335,4999,1711,343,127,152,1048,521,247,80,0.063730955,0.317911557,0.095131086,0.030406081,0.195814649,0.098487713,0.035460993,0.109485816,0,0,0,0,0,0,0,0,0,0,NA -6013334001,6,13,334001,3850,3850,3850,3850,1549,1086,3695,1394,332,176,160,756,479,131,179,0.086233766,0.362077922,0.162062615,0.043301759,0.196363636,0.124415584,0.115558425,0.084570691,0,0,0,1,0,0,1,0,2,0,NA -6013334004,6,13,334004,7496,7496,7482,7481,3101,1660,7128,3346,556,263,359,2179,1151,396,249,0.074172892,0.446371398,0.158433735,0.050364759,0.291232291,0.153856436,0.080296678,0.127700742,0,0,0,1,0,0,0,0,1,0,NA -6013334006,6,13,334006,4815,4815,4815,4815,1676,1424,4543,2029,223,42,115,290,328,39,0,0.046313603,0.421391485,0.029494382,0.025313669,0.060228453,0.068120457,0,0.02326969,0,0,0,0,0,0,0,0,0,0,NA -6013334200,6,13,334200,8012,8012,7650,7650,2781,2121,7374,2211,890,59,141,517,527,152,176,0.111083375,0.275961058,0.027817067,0.019121237,0.067581699,0.068888889,0.063286588,0.054656598,1,0,0,0,0,0,0,0,1,0,NA -6013335000,6,13,335000,3442,3442,3442,3429,1236,852,3136,1794,297,104,158,953,421,111,50,0.086287042,0.5212086,0.122065728,0.050382653,0.276873911,0.12277632,0.040453074,0.089805825,0,0,0,1,0,0,0,0,1,0,NA -6013336101,6,13,336101,5324,5324,5306,5312,1506,1070,4865,4456,71,290,794,2949,367,391,186,0.013335838,0.836964688,0.271028037,0.163206578,0.555785903,0.069088855,0.123505976,0.259628154,0,1,1,0,1,1,1,1,4,1,High -6013336102,6,13,336102,7651,7651,7651,7651,2629,1588,6904,6392,84,560,1711,4800,1088,728,377,0.010978957,0.835446347,0.352644836,0.247827346,0.627368971,0.142203634,0.143400533,0.276911373,0,1,1,1,1,1,1,1,5,1,Highest -6013336201,6,13,336201,3927,3927,3927,3918,1198,868,3654,2981,174,134,704,1634,711,132,41,0.044308633,0.759103641,0.15437788,0.192665572,0.41609371,0.181470138,0.034223706,0.110183639,0,1,0,1,1,1,0,0,2,1,High -6013336202,6,13,336202,6054,6054,6010,6054,1696,1312,5289,5001,25,355,1657,4238,413,450,253,0.004129501,0.826065411,0.270579268,0.313291738,0.70515807,0.068219359,0.149174528,0.265330189,0,1,1,0,1,1,1,1,4,1,Highest -6013337100,6,13,337100,3551,3551,3523,3523,1244,1011,3354,1397,255,103,67,588,496,78,15,0.071810758,0.393410307,0.101879327,0.019976148,0.166903207,0.1407891,0.012057878,0.062700965,0,0,0,1,0,0,0,0,1,0,NA -6013337200,6,13,337200,8106,8106,7855,7878,3023,2163,7612,4106,475,302,675,1933,958,326,139,0.058598569,0.506538367,0.139620897,0.088675775,0.246085296,0.121604468,0.045980814,0.107839894,0,0,0,1,0,0,0,0,1,0,NA -6013337300,6,13,337300,5904,5904,5868,5870,2279,1811,5695,1536,576,89,73,580,829,13,85,0.097560976,0.260162602,0.049144119,0.012818262,0.098841172,0.141226576,0.03729706,0.005704256,0,0,0,1,0,0,0,0,1,0,NA -6013338101,6,13,338101,4782,4782,4745,4769,1755,1166,4526,3122,316,139,517,1855,743,388,160,0.066081138,0.65286491,0.119210978,0.1142289,0.390937829,0.155797861,0.091168091,0.221082621,0,0,0,1,0,1,0,1,2,0,NA -6013338102,6,13,338102,3616,3616,3603,3603,1373,1036,3424,1294,235,41,155,568,311,24,38,0.064988938,0.357853982,0.03957529,0.045268692,0.157646406,0.086316958,0.027676621,0.017479971,0,0,0,0,0,0,0,0,0,0,NA -6013338201,6,13,338201,3700,3700,3596,3596,1398,1025,3581,1058,459,78,104,414,494,49,48,0.124054054,0.285945946,0.076097561,0.029042167,0.11512792,0.137374861,0.034334764,0.035050072,1,0,0,1,0,0,0,0,2,0,NA -6013338203,6,13,338203,5189,5189,5189,5189,2663,1238,4854,1801,126,109,43,656,398,335,256,0.024282135,0.347080362,0.088045234,0.008858673,0.126421276,0.076700713,0.096132182,0.125797972,0,0,0,0,0,0,0,0,0,0,NA -6013338204,6,13,338204,6213,6213,6199,6213,2692,1474,5945,1773,507,170,170,580,514,194,31,0.08160309,0.285369387,0.115332429,0.028595458,0.093563478,0.08272976,0.011515602,0.072065379,0,0,0,0,0,0,0,0,0,0,NA -6013338301,6,13,338301,2904,2904,2862,2863,1071,732,2799,870,597,26,64,395,400,39,98,0.205578512,0.299586777,0.035519126,0.022865309,0.138015374,0.139713587,0.091503268,0.036414566,1,0,0,1,0,0,0,0,2,0,NA -6013338302,6,13,338302,6212,6212,6168,6168,2119,1876,5824,1697,643,99,81,503,526,45,56,0.103509337,0.27318094,0.052771855,0.013907967,0.081549935,0.085278859,0.02642756,0.021236432,1,0,0,0,0,0,0,0,1,0,NA -6013339001,6,13,339001,3243,3243,3243,3228,1821,643,3115,1336,162,68,139,798,333,402,197,0.049953747,0.411964231,0.105754277,0.044622793,0.246068455,0.103159851,0.108182317,0.220757825,0,0,0,0,0,0,1,1,2,0,NA -6013339002,6,13,339002,6966,6966,6966,6951,3530,1541,6551,2991,690,158,465,2005,1076,774,341,0.099052541,0.429371232,0.102530824,0.07098153,0.287826586,0.154797871,0.096600567,0.219263456,0,0,0,1,0,0,0,1,2,0,NA -6013340001,6,13,340001,5916,5916,5860,5872,2389,1415,5482,1405,303,149,125,1596,727,440,271,0.051217039,0.237491548,0.105300353,0.022801897,0.272354949,0.123807902,0.113436584,0.18417748,0,0,0,1,0,0,1,1,3,0,NA -6013340002,6,13,340002,7478,7478,7449,7476,2936,2026,7287,1933,449,139,165,805,447,138,67,0.060042792,0.258491575,0.068608095,0.022643063,0.108068197,0.059791332,0.022820163,0.047002725,0,0,0,0,0,0,0,0,0,0,NA -6013341000,6,13,341000,5543,5543,5531,5531,2108,1381,5333,1220,219,49,20,606,228,65,61,0.039509291,0.22009742,0.035481535,0.003750234,0.109564274,0.041222202,0.028937381,0.030834915,0,0,0,0,0,0,0,0,0,0,NA -6013343001,6,13,343001,4803,4803,4802,4803,2094,1218,4635,1090,547,144,345,840,671,182,311,0.113887154,0.226941495,0.118226601,0.074433657,0.174927114,0.139704351,0.14851958,0.086914995,1,0,0,1,0,0,1,0,3,0,NA -6013343002,6,13,343002,4812,4812,4647,4647,1894,1305,4478,1428,558,131,61,427,385,108,141,0.1159601,0.296758105,0.100383142,0.013622153,0.091887239,0.08284915,0.074445618,0.057022175,1,0,0,0,0,0,0,0,1,0,NA -6013343003,6,13,343003,3906,3906,3905,3906,1486,1152,3647,797,197,140,52,366,285,61,69,0.050435228,0.204045059,0.121527778,0.014258294,0.093725992,0.07296467,0.046433378,0.041049798,0,0,0,0,0,0,0,0,0,0,NA -6013345101,6,13,345101,5794,5794,5785,5785,1851,1509,5286,2508,316,234,181,483,480,95,64,0.054539178,0.432861581,0.155069583,0.034241392,0.083491789,0.082973207,0.034575905,0.051323609,0,0,0,0,0,0,0,0,0,0,NA -6013345102,6,13,345102,3698,3698,3698,3698,1217,1003,3371,1362,119,85,57,458,286,25,18,0.032179557,0.368307193,0.084745763,0.016908929,0.12385073,0.077339102,0.014790468,0.020542317,0,0,0,0,0,0,0,0,0,0,NA -6013345103,6,13,345103,4828,4828,4825,4825,1764,1317,4640,1883,404,31,50,531,451,84,179,0.083678542,0.39001657,0.023538345,0.010775862,0.110051813,0.093471503,0.101473923,0.047619048,0,0,0,0,0,0,1,0,1,0,NA -6013345105,6,13,345105,6625,6625,6620,6620,2246,1821,6241,1640,726,254,125,548,703,98,122,0.109584906,0.24754717,0.1394838,0.020028842,0.082779456,0.106193353,0.054318789,0.043633126,1,0,0,0,0,0,0,0,1,0,NA -6013345108,6,13,345108,7480,7480,7480,7480,3132,2051,7082,3497,345,137,197,348,379,150,30,0.046122995,0.467513369,0.066796685,0.027817001,0.046524064,0.050668449,0.009578544,0.04789272,0,0,0,0,0,0,0,0,0,0,NA -6013345111,6,13,345111,5083,5083,5083,5083,1865,1446,4782,2966,165,118,132,466,216,101,83,0.032461145,0.583513673,0.081604426,0.027603513,0.091678143,0.04249459,0.044504021,0.054155496,0,0,0,0,0,0,0,0,0,0,NA -6013345112,6,13,345112,5945,5945,5896,5945,2078,1538,5659,3450,98,170,172,205,216,120,21,0.016484441,0.580319596,0.11053316,0.030394063,0.034769335,0.036333053,0.010105871,0.057747834,0,0,0,0,0,0,0,0,0,0,NA -6013345113,6,13,345113,4306,4306,4298,4306,1447,1232,4145,1513,177,41,18,116,205,0,9,0.041105434,0.351370181,0.033279221,0.004342581,0.026989297,0.047607989,0.006219765,0,0,0,0,0,0,0,0,0,0,0,NA -6013345114,6,13,345114,6518,6518,6518,6518,2556,1944,6256,880,823,45,33,364,506,73,86,0.126265726,0.135010739,0.023148148,0.005274936,0.055845351,0.077631175,0.033646322,0.02856025,1,0,0,0,0,0,0,0,1,0,NA -6013345115,6,13,345115,5990,5990,5990,5990,1895,1579,5706,2862,293,37,236,316,319,126,77,0.048914858,0.477796327,0.023432552,0.041359972,0.052754591,0.053255426,0.040633245,0.066490765,0,0,0,0,0,0,0,0,0,0,NA -6013345116,6,13,345116,2852,2852,2841,2836,898,791,2732,1305,110,75,30,177,211,13,13,0.038569425,0.457573633,0.094816688,0.010980966,0.062302006,0.074400564,0.014476615,0.014476615,0,0,0,0,0,0,0,0,0,0,NA -6013345202,6,13,345202,7880,7880,7835,7880,3119,2018,7390,3155,324,132,180,500,495,197,152,0.041116751,0.400380711,0.065411298,0.02435724,0.063816209,0.062817259,0.048733568,0.06316127,0,0,0,0,0,0,0,0,0,0,NA -6013345203,6,13,345203,6821,6821,6761,6800,2656,1878,6314,1412,685,224,81,386,684,115,159,0.100425158,0.20700777,0.119275825,0.012828635,0.057092146,0.100588235,0.059864458,0.043298193,1,0,0,0,0,0,0,0,1,0,NA -6013345204,6,13,345204,3933,3933,3933,3933,1252,1073,3811,345,332,32,0,191,233,19,26,0.084413933,0.087719298,0.029822926,0,0.048563438,0.059242309,0.020766773,0.015175719,0,0,0,0,0,0,0,0,0,0,NA -6013346101,6,13,346101,3446,3446,3444,3446,1301,1055,3203,726,268,18,15,149,239,43,0,0.077771329,0.210679048,0.017061611,0.00468311,0.043263647,0.069355775,0,0.033051499,0,0,0,0,0,0,0,0,0,0,NA -6013346102,6,13,346102,5793,5793,5774,5774,1998,1695,5597,1174,489,116,27,330,379,61,83,0.084412222,0.202658381,0.068436578,0.004824013,0.057152754,0.065639072,0.041541542,0.030530531,0,0,0,0,0,0,0,0,0,0,NA -6013346201,6,13,346201,7288,7288,7283,7288,2751,2177,7035,819,642,37,1,655,695,50,57,0.088090011,0.112376509,0.016995866,0.000142146,0.089935466,0.095362239,0.020719738,0.018175209,0,0,0,0,0,0,0,0,0,0,NA -6013346203,6,13,346203,3846,3846,3822,3846,1377,1166,3643,614,295,85,36,323,301,8,25,0.076703068,0.159646386,0.072898799,0.009881965,0.084510727,0.078263131,0.01815541,0.005809731,0,0,0,0,0,0,0,0,0,0,NA -6013346204,6,13,346204,7411,7411,7411,7398,2520,2039,6943,1948,263,121,27,181,318,28,57,0.035487788,0.262852517,0.059342815,0.003888809,0.024423155,0.04298459,0.022619048,0.011111111,0,0,0,0,0,0,0,0,0,0,NA -6013347000,6,13,347000,6200,6200,6152,6200,2382,1753,5985,1490,417,103,48,374,505,42,0,0.067258065,0.240322581,0.058756418,0.00802005,0.060793238,0.081451613,0,0.017632242,0,0,0,0,0,0,0,0,0,0,NA -6013348000,6,13,348000,4862,4862,4846,4862,1668,1416,4661,1296,410,105,23,226,364,21,29,0.084327437,0.266556972,0.074152542,0.004934563,0.046636401,0.07486631,0.017386091,0.012589928,0,0,0,0,0,0,0,0,0,0,NA -6013349000,6,13,349000,5518,5518,5465,5474,2041,1263,5200,1326,534,63,190,1237,384,229,193,0.096774194,0.240304458,0.049881235,0.036538462,0.226349497,0.070149799,0.094561489,0.112199902,0,0,0,0,0,0,0,0,0,0,NA -6013350000,6,13,350000,6475,6475,6459,6459,2591,1709,6140,2027,310,232,120,1095,363,363,97,0.047876448,0.313050193,0.135751902,0.019543974,0.169530887,0.05620065,0.037437283,0.140100347,0,0,0,0,0,0,0,0,0,0,NA -6013351101,6,13,351101,2600,2600,2600,2600,1926,604,2600,322,1513,0,8,484,631,18,202,0.581923077,0.123846154,0,0.003076923,0.186153846,0.242692308,0.104880582,0.009345794,1,0,0,1,0,0,1,0,3,0,NA -6013351102,6,13,351102,3667,3667,3568,3568,2697,730,3650,595,1956,14,101,790,1165,141,419,0.533406054,0.162257977,0.019178082,0.027671233,0.221412556,0.326513453,0.155357805,0.052280311,1,0,0,1,0,0,1,0,3,0,NA -6013351103,6,13,351103,1884,1884,1875,1875,1276,477,1884,203,1243,0,35,367,608,9,75,0.659766454,0.107749469,0,0.018577495,0.195733333,0.324266667,0.058777429,0.007053292,1,0,0,1,0,0,0,0,2,0,NA -6013351200,6,13,351200,6003,6003,5959,5986,2132,1801,5607,1204,433,94,23,308,264,31,48,0.072130601,0.200566383,0.052193226,0.004102015,0.051686525,0.044102907,0.022514071,0.014540338,0,0,0,0,0,0,0,0,0,0,NA -6013352101,6,13,352101,3220,3220,2082,3220,797,636,3141,1089,210,27,60,166,243,29,5,0.065217391,0.338198758,0.04245283,0.019102197,0.079731028,0.075465839,0.006273526,0.036386449,0,0,0,0,0,0,0,0,0,0,NA -6013352102,6,13,352102,5741,5741,5071,5741,1788,1587,5571,1537,417,84,124,245,471,0,19,0.072635429,0.267723393,0.052930057,0.022258122,0.048313942,0.082041456,0.010626398,0,0,0,0,0,0,0,0,0,0,0,NA -6013352201,6,13,352201,6260,6260,6224,6224,2342,1591,6029,2040,491,131,119,832,321,205,59,0.078434505,0.325878594,0.082338152,0.019737933,0.133676093,0.05157455,0.025192143,0.087532024,0,0,0,0,0,0,0,0,0,0,NA -6013352202,6,13,352202,2542,2542,2466,2466,1032,727,2497,732,367,98,66,169,175,39,23,0.144374508,0.287962234,0.13480055,0.026431718,0.068532036,0.070965126,0.022286822,0.037790698,1,0,0,0,0,0,0,0,1,0,NA -6013353001,6,13,353001,3697,3697,3697,3697,1317,1107,3601,846,239,40,79,236,425,0,22,0.064647011,0.22883419,0.036133695,0.02193835,0.063835542,0.114958074,0.016704632,0,0,0,0,0,0,0,0,0,0,0,NA -6013353002,6,13,353002,4429,4429,4416,4416,1533,1271,4198,1192,417,44,88,227,262,20,84,0.094152179,0.269135245,0.034618411,0.020962363,0.051403986,0.05932971,0.054794521,0.013046314,0,0,0,0,0,0,0,0,0,0,NA -6013354001,6,13,354001,2064,2064,2064,2064,731,603,1966,454,123,30,16,96,138,11,0,0.059593023,0.21996124,0.049751244,0.008138352,0.046511628,0.066860465,0,0.01504788,0,0,0,0,0,0,0,0,0,0,NA -6013354002,6,13,354002,6581,6581,6537,6543,2595,1967,6311,1875,929,0,147,337,549,32,178,0.141163957,0.284911108,0,0.023292664,0.0515527,0.083906465,0.068593449,0.012331407,1,0,0,0,0,0,0,0,1,0,NA -6013355107,6,13,355107,5001,5001,4994,4994,1704,1318,4708,2946,134,139,179,769,563,73,0,0.026794641,0.589082184,0.105462822,0.038020391,0.153984782,0.112735282,0,0.042840376,0,0,0,0,0,0,0,0,0,0,NA -6013355108,6,13,355108,13947,13947,13856,13905,3725,3274,13393,10847,585,577,498,3103,1783,293,78,0.041944504,0.777729978,0.176237019,0.037183603,0.223946305,0.128227256,0.020939597,0.078657718,0,1,0,1,0,0,0,0,1,0,NA -6013355109,6,13,355109,7281,7281,7186,7186,2218,1726,6963,4322,364,88,311,1449,995,190,157,0.049993133,0.59359978,0.050984936,0.044664656,0.201642082,0.138463679,0.070784491,0.085662759,0,0,0,1,0,0,0,0,1,0,NA -6013355110,6,13,355110,4091,4091,4081,4091,1112,944,3819,3076,67,178,130,842,531,65,11,0.016377414,0.751894402,0.188559322,0.034040325,0.20632198,0.129797116,0.009892086,0.058453237,0,1,0,1,0,0,0,0,1,0,NA -6013355111,6,13,355111,6399,6399,6399,6399,1923,1608,5955,4630,117,360,225,1269,534,181,75,0.018284107,0.723550555,0.223880597,0.037783375,0.198312236,0.083450539,0.03900156,0.094123765,0,1,1,0,0,0,0,0,1,0,NA -6013355112,6,13,355112,5289,5289,5217,5217,2094,1582,5156,1410,437,56,89,794,561,57,111,0.082624315,0.266591038,0.03539823,0.017261443,0.152194748,0.107533065,0.053008596,0.02722063,0,0,0,0,0,0,0,0,0,0,NA -6013355113,6,13,355113,4980,4980,4980,4980,1707,1534,4715,1950,214,92,88,324,235,12,0,0.042971888,0.391566265,0.059973924,0.018663839,0.065060241,0.047188755,0,0.007029877,0,0,0,0,0,0,0,0,0,0,NA -6013355114,6,13,355114,11402,11402,11316,11325,3461,2845,10707,6729,498,205,481,1038,614,200,250,0.043676548,0.590159621,0.072056239,0.044923882,0.091728526,0.054216336,0.072233459,0.057786767,0,0,0,0,0,0,0,0,0,0,NA -6013355115,6,13,355115,7330,7330,7330,7330,2514,1830,6743,5601,136,233,288,1153,333,329,57,0.018553888,0.764120055,0.127322404,0.04271096,0.157298772,0.045429741,0.022673031,0.130867144,0,1,0,0,0,0,0,0,0,0,NA -6013355116,6,13,355116,7865,7865,7865,7843,2167,2095,7385,6336,163,164,283,355,66,172,27,0.02072473,0.805594406,0.078281623,0.038320921,0.045136682,0.008415147,0.012459622,0.079372404,0,1,0,0,0,0,0,0,0,0,NA -6013355117,6,13,355117,7278,7278,7278,7278,1902,1804,6721,5865,45,84,300,344,73,0,8,0.006183017,0.805853256,0.046563193,0.044636215,0.047265732,0.010030228,0.004206099,0,0,1,0,0,0,0,0,0,0,0,NA -6013355200,6,13,355200,10235,10235,10116,10235,2692,2285,9517,8169,199,291,465,958,1045,169,45,0.019443087,0.798143625,0.127352298,0.048859935,0.094701463,0.102100635,0.016716196,0.062778603,0,1,0,0,0,0,0,0,0,0,NA -6013355301,6,13,355301,8146,8146,8070,8146,2870,2149,7648,3105,290,219,115,1024,581,66,28,0.035600295,0.381168672,0.101907864,0.015036611,0.126889715,0.071323349,0.009756098,0.022996516,0,0,0,0,0,0,0,0,0,0,NA -6013355302,6,13,355302,3469,3469,3464,3464,1198,1038,3363,1077,303,62,53,189,299,0,8,0.087345056,0.310464111,0.05973025,0.015759738,0.054561201,0.086316397,0.006677796,0,0,0,0,0,0,0,0,0,0,0,NA -6013355304,6,13,355304,8230,8230,8216,8230,3165,2275,7852,1954,600,136,84,718,832,126,233,0.07290401,0.237424058,0.05978022,0.010697911,0.087390458,0.10109356,0.073617694,0.039810427,0,0,0,0,0,0,0,0,0,0,NA -6013355306,6,13,355306,5229,5229,5228,5229,1826,1511,4993,892,267,39,8,351,388,28,31,0.051061388,0.17058711,0.025810721,0.001602243,0.067138485,0.074201568,0.016976999,0.015334064,0,0,0,0,0,0,0,0,0,0,NA -6013356001,6,13,356001,4375,4375,4375,4375,1240,1054,4128,3332,208,179,63,1183,506,57,60,0.047542857,0.7616,0.169829222,0.015261628,0.2704,0.115657143,0.048387097,0.045967742,0,1,0,0,0,0,0,0,0,0,NA -6013356002,6,13,356002,5257,5257,5241,5257,1892,1342,5051,3510,187,104,103,437,422,57,29,0.035571619,0.667681187,0.077496274,0.020392002,0.083381034,0.08027392,0.015327696,0.03012685,0,0,0,0,0,0,0,0,0,0,NA -6013357000,6,13,357000,3165,3165,3149,3136,1482,870,2987,958,147,113,28,556,277,106,53,0.046445498,0.302685624,0.129885057,0.009373954,0.176563989,0.088329082,0.035762483,0.071524966,0,0,0,0,0,0,0,0,0,0,NA -6013358000,6,13,358000,5885,5885,5874,5885,2073,1518,5405,4131,334,359,410,1780,708,309,242,0.05675446,0.701954121,0.236495389,0.075855689,0.303030303,0.120305862,0.116739026,0.149059334,0,1,1,1,0,1,1,0,3,1,High -6013359102,6,13,359102,5834,5834,5809,5828,1892,1393,5556,4250,417,244,379,1281,850,166,89,0.071477545,0.728488173,0.175161522,0.068214543,0.220519883,0.145847632,0.047040169,0.087737844,0,1,0,1,0,0,0,0,1,0,NA -6013359103,6,13,359103,4907,4907,4907,4907,1984,1336,4686,3021,299,239,238,1141,649,213,77,0.060933361,0.615651111,0.178892216,0.050789586,0.232524964,0.132260037,0.038810484,0.107358871,0,0,0,1,0,0,0,0,1,0,NA -6013359104,6,13,359104,1974,1974,1974,1974,889,559,1897,1518,80,129,80,256,151,37,19,0.040526849,0.76899696,0.230769231,0.04217185,0.129685917,0.076494428,0.021372328,0.041619798,0,1,1,0,0,0,0,0,1,0,NA -6013359105,6,13,359105,4733,4733,4726,4726,1522,1195,4436,4042,170,145,296,531,407,61,5,0.035918022,0.854003803,0.121338912,0.066726781,0.112357173,0.08611934,0.003285151,0.040078844,0,1,0,0,0,0,0,0,0,0,NA -6013359202,6,13,359202,5997,5997,5958,5984,2210,1707,5909,3348,649,110,199,813,1019,98,157,0.108220777,0.55827914,0.064440539,0.033677441,0.136455186,0.170287433,0.071040724,0.044343891,1,0,0,1,0,0,0,0,2,0,NA -6013359203,6,13,359203,7052,7052,7025,7025,2291,1696,6811,5822,409,247,395,957,650,91,103,0.057997731,0.825581395,0.145636792,0.057994421,0.136227758,0.09252669,0.044958533,0.039720646,0,1,0,0,0,0,0,0,0,0,NA -6013359204,6,13,359204,4847,4847,4814,4842,1487,1260,4580,4178,246,99,312,428,375,90,99,0.050753043,0.86197648,0.078571429,0.068122271,0.088907354,0.077447336,0.066577001,0.060524546,0,1,0,0,0,0,0,0,0,0,NA -6013360101,6,13,360101,4898,4898,4898,4898,1654,1149,4608,2990,372,141,170,1540,569,141,80,0.075949367,0.610453246,0.122715405,0.036892361,0.314414047,0.116169865,0.048367594,0.085247884,0,0,0,0,0,1,0,0,0,0,NA -6013360102,6,13,360102,4139,4139,4103,4125,1489,1150,4013,2776,252,52,94,325,515,19,0,0.060884272,0.670693404,0.045217391,0.023423872,0.079210334,0.124848485,0,0.012760242,0,0,0,1,0,0,0,0,1,0,NA -6013360200,6,13,360200,4714,4714,4714,4714,1744,1215,4582,3069,300,190,207,1164,779,114,136,0.063640221,0.651039457,0.156378601,0.045176779,0.246924056,0.16525244,0.077981651,0.065366972,0,0,0,1,0,0,0,0,1,0,NA -6013361000,6,13,361000,4719,4719,4667,4655,1739,1118,4492,3301,263,123,292,1273,609,192,104,0.055732147,0.699512609,0.110017889,0.065004452,0.272766231,0.130827068,0.059804485,0.110408281,0,0,0,1,0,0,0,0,1,0,NA -6013362000,6,13,362000,2977,2977,2957,2972,1213,801,2817,1263,232,94,216,779,302,36,50,0.077930803,0.424252603,0.117353308,0.076677316,0.263442678,0.101615074,0.041220115,0.029678483,0,0,0,0,0,0,0,0,0,0,NA -6013363000,6,13,363000,7326,7326,7326,7326,2729,1926,7074,5063,368,197,442,1771,1266,91,107,0.05023205,0.691100191,0.102284528,0.06248233,0.241741742,0.172809173,0.039208501,0.033345548,0,0,0,1,0,0,0,0,1,0,NA -6013364002,6,13,364002,5490,5490,5490,5490,1810,1379,5275,4123,223,200,512,1825,945,269,169,0.040619308,0.751001821,0.145032632,0.097061611,0.332422587,0.172131148,0.093370166,0.148618785,0,1,0,1,0,1,0,0,1,1,High -6013365002,6,13,365002,6262,6262,6200,6262,1574,1266,5707,5976,180,496,1056,3587,822,371,164,0.02874481,0.954327691,0.39178515,0.185035921,0.578548387,0.131267966,0.104193139,0.23570521,0,1,1,1,1,1,1,1,5,1,Highest -6013365003,6,13,365003,5001,5001,5001,4961,2248,1041,4870,3902,271,293,514,932,847,306,128,0.054189162,0.780243951,0.281460134,0.105544148,0.186362727,0.170731707,0.056939502,0.136120996,0,1,1,1,0,0,0,0,2,0,NA -6013366001,6,13,366001,4470,4470,4470,4470,1324,1133,4306,4086,206,325,931,1883,371,137,31,0.046085011,0.91409396,0.286849073,0.21620994,0.421252796,0.082997763,0.023413897,0.10347432,0,1,1,0,1,1,0,0,2,1,Higher -6013366002,6,13,366002,6319,6319,6319,6319,1685,1344,5777,5874,314,344,1154,2753,724,175,101,0.049691407,0.929577465,0.255952381,0.19975766,0.435670201,0.114575091,0.059940653,0.103857567,0,1,1,0,1,1,0,0,2,1,Higher -6013367100,6,13,367100,5001,5001,4949,4986,1944,1256,4594,4586,392,365,450,1413,452,229,223,0.078384323,0.917016597,0.290605096,0.097953853,0.285512225,0.090653831,0.114711934,0.117798354,0,1,1,0,0,0,1,0,2,0,NA -6013367200,6,13,367200,5365,5365,5352,5330,1737,1185,5096,4629,251,215,1139,2450,875,257,147,0.046784716,0.862814539,0.181434599,0.223508634,0.457772795,0.164165103,0.08462867,0.147956246,0,1,0,1,1,1,0,0,2,1,Higher -6013368001,6,13,368001,5143,5143,5143,5143,1320,1104,4833,4962,108,168,1598,3011,643,319,124,0.020999417,0.964806533,0.152173913,0.330643493,0.58545596,0.125024305,0.093939394,0.241666667,0,1,0,1,1,1,0,1,3,1,Highest -6013368002,6,13,368002,3380,3380,3362,3380,948,750,3107,3113,74,179,698,1800,458,180,110,0.021893491,0.921005917,0.238666667,0.224654007,0.535395598,0.135502959,0.116033755,0.189873418,0,1,1,1,1,1,1,1,5,1,High -6013369001,6,13,369001,7425,7425,7043,7043,2426,1620,6884,6500,540,509,1676,4118,862,563,394,0.072727273,0.875420875,0.314197531,0.243463103,0.584694022,0.122391027,0.162407255,0.23206925,0,1,1,1,1,1,1,1,5,1,Highest -6013369002,6,13,369002,2356,2356,2332,2356,980,486,2255,1679,110,136,249,921,371,146,90,0.046689304,0.712648557,0.279835391,0.110421286,0.394939966,0.157470289,0.091836735,0.148979592,0,1,1,1,0,1,0,0,2,1,High -6013370000,6,13,370000,2859,2859,2850,2859,1112,746,2758,1532,192,85,223,441,245,104,67,0.067156348,0.535851696,0.113941019,0.080855693,0.154736842,0.085694299,0.060251799,0.09352518,0,0,0,0,0,0,0,0,0,0,NA -6013371000,6,13,371000,6149,6149,6130,6149,1965,1382,5686,4548,234,221,994,2107,543,210,192,0.038054968,0.739632461,0.159913169,0.174815336,0.343719413,0.088307042,0.097709924,0.106870229,0,1,0,0,1,1,0,0,1,1,High -6013372000,6,13,372000,7615,7615,7615,7615,2235,1696,7207,6570,330,171,1695,4121,879,151,147,0.043335522,0.862770847,0.100825472,0.235188012,0.541168746,0.115430072,0.065771812,0.067561521,0,1,0,0,1,1,0,0,1,1,High -6013373000,6,13,373000,4102,4102,4063,4069,1112,899,3815,4016,182,154,1063,1695,448,152,102,0.044368601,0.979034617,0.171301446,0.278636959,0.417179424,0.110100762,0.091726619,0.136690647,0,1,0,0,1,1,0,0,1,1,High -6013374000,6,13,374000,4246,4246,4246,4233,1702,839,3928,3352,208,144,724,1914,651,251,279,0.048987282,0.789448893,0.171632896,0.184317719,0.450777202,0.153791637,0.163924794,0.147473561,0,1,0,1,1,1,1,0,3,1,High -6013375000,6,13,375000,4787,4787,4753,4782,1139,949,4327,4545,100,349,1155,2669,556,273,170,0.02088991,0.949446417,0.367755532,0.266928588,0.56154008,0.116269343,0.149253731,0.239683933,0,1,1,0,1,1,1,1,4,1,Highest -6013376000,6,13,376000,5547,5547,5537,5547,1757,1190,5040,5300,225,374,1127,3135,758,286,303,0.040562466,0.955471426,0.314285714,0.223611111,0.566191078,0.136650442,0.172453045,0.162777462,0,1,1,1,1,1,1,1,5,1,Highest -6013377000,6,13,377000,6835,6835,6748,6835,2177,1210,6288,6354,224,248,1476,4121,880,513,414,0.032772495,0.92962692,0.204958678,0.234732824,0.610699467,0.128749086,0.190169959,0.235645384,0,1,1,1,1,1,1,1,5,1,High -6013378000,6,13,378000,3116,3116,3105,3116,1699,717,3075,1057,257,64,84,553,305,150,113,0.082477535,0.339216945,0.089260809,0.027317073,0.178099839,0.0978819,0.066509712,0.088287228,0,0,0,0,0,0,0,0,0,0,NA -6013379000,6,13,379000,6668,6668,6522,6586,1893,1473,6009,6521,402,531,1096,3590,1061,352,407,0.060287942,0.977954409,0.360488798,0.182393077,0.550444649,0.161099302,0.215002641,0.18594823,0,1,1,1,1,1,1,1,5,1,Highest -6013380000,6,13,380000,6569,6569,6569,6569,2878,1567,6131,4644,199,325,532,1818,491,234,224,0.030293804,0.706956919,0.20740268,0.086772142,0.276754453,0.074745014,0.077831828,0.081306463,0,1,1,0,0,0,0,0,1,0,NA -6013381000,6,13,381000,6996,6996,6968,6983,2028,1459,6582,6370,207,399,1330,3796,1178,283,232,0.029588336,0.910520297,0.273474983,0.202066241,0.544776119,0.168695403,0.114398422,0.139546351,0,1,1,1,1,1,1,0,4,1,Highest -6013382000,6,13,382000,7486,7486,7447,7486,2724,1591,6745,7040,286,562,734,3875,963,567,476,0.038204649,0.940422121,0.353236958,0.108821349,0.520343763,0.128640128,0.174743025,0.20814978,0,1,1,1,0,1,1,1,4,1,Highest -6013383000,6,13,383000,4838,4838,4830,4830,1949,1153,4543,2802,201,127,277,1175,446,226,178,0.041546093,0.579164944,0.110147441,0.060972925,0.243271222,0.092339545,0.091328887,0.115956901,0,0,0,0,0,0,0,0,0,0,NA -6013384000,6,13,384000,3899,3899,3888,3894,1626,1134,3630,1768,431,74,167,601,339,43,38,0.110541164,0.453449602,0.065255732,0.04600551,0.154578189,0.087057011,0.023370234,0.026445264,1,0,0,0,0,0,0,0,1,0,NA -6013385100,6,13,385100,2941,2941,2941,2941,1121,933,2826,1401,400,78,107,388,328,4,10,0.13600816,0.476368582,0.083601286,0.037862703,0.131927916,0.111526692,0.008920607,0.003568243,1,0,0,0,0,0,0,0,1,0,NA -6013385200,6,13,385200,1175,1175,1175,1175,527,374,1140,627,205,10,80,176,147,28,18,0.174468085,0.533617021,0.026737968,0.070175439,0.149787234,0.125106383,0.034155598,0.05313093,1,0,0,1,0,0,0,0,2,0,NA -6013386000,6,13,386000,3617,3617,3612,3617,1475,978,3439,2502,372,160,356,1154,454,271,244,0.102847664,0.691733481,0.163599182,0.103518465,0.319490587,0.125518385,0.165423729,0.183728814,1,0,0,1,0,1,1,1,4,1,High -6013387000,6,13,387000,2758,2758,2758,2758,1078,744,2603,1347,233,91,179,746,313,116,44,0.084481508,0.488397389,0.122311828,0.068766808,0.270485859,0.113488035,0.040816327,0.107606679,0,0,0,0,0,0,0,0,0,0,NA -6013388000,6,13,388000,2776,2776,2769,2776,1090,679,2579,1449,107,76,147,636,227,89,26,0.038544669,0.521974063,0.111929308,0.056998837,0.229685807,0.081772334,0.023853211,0.081651376,0,0,0,0,0,0,0,0,0,0,NA -6013389100,6,13,389100,2016,2016,2016,2009,859,439,1940,1212,133,19,184,302,149,89,89,0.065972222,0.601190476,0.043280182,0.094845361,0.149801587,0.074166252,0.103608847,0.103608847,0,0,0,0,0,0,1,0,1,0,NA -6013389200,6,13,389200,1700,1700,1643,1662,720,367,1571,1231,43,39,156,606,79,155,103,0.025294118,0.724117647,0.10626703,0.099299809,0.368837492,0.047533093,0.143055556,0.215277778,0,1,0,0,0,1,1,1,2,1,High -6013390100,6,13,390100,2324,2324,2324,2324,915,643,2206,928,267,33,49,200,176,25,7,0.114888124,0.399311532,0.051321928,0.022212149,0.08605852,0.075731497,0.007650273,0.027322404,1,0,0,0,0,0,0,0,1,0,NA -6013390200,6,13,390200,1735,1735,1720,1735,735,453,1645,503,115,23,46,226,169,5,22,0.066282421,0.289913545,0.050772627,0.027963526,0.131395349,0.09740634,0.029931973,0.006802721,0,0,0,0,0,0,0,0,0,0,NA -6013391000,6,13,391000,2679,2679,2668,2679,1121,796,2571,670,304,93,13,397,319,60,17,0.113475177,0.250093318,0.116834171,0.005056398,0.1488006,0.119074281,0.015165031,0.05352364,1,0,0,0,0,0,0,0,1,0,NA -6013392000,6,13,392000,2827,2827,2816,2827,1165,752,2734,768,275,36,100,322,220,9,22,0.097276265,0.271666077,0.04787234,0.036576445,0.114346591,0.077821012,0.01888412,0.007725322,0,0,0,0,0,0,0,0,0,0,NA -6013392200,6,13,392200,11474,11474,10887,10858,3205,2502,10802,9343,565,369,1584,3411,1485,373,32,0.049241764,0.814275754,0.147482014,0.146639511,0.313309452,0.136765519,0.009984399,0.116380655,0,1,0,1,1,1,0,0,2,1,High -6013392300,6,13,392300,3277,3277,3277,3277,888,821,3052,2980,154,82,269,517,422,79,31,0.046994202,0.909368325,0.099878197,0.088138925,0.15776625,0.12877632,0.03490991,0.088963964,0,1,0,1,0,0,0,0,1,0,NA -6013990000,6,13,990000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041101100,6,41,101100,2717,2717,2717,2717,1064,763,2553,251,181,15,29,228,344,31,6,0.066617593,0.092381303,0.01965924,0.011359185,0.083916084,0.126610232,0.005639098,0.029135338,0,0,0,1,0,0,0,0,1,0,NA -6041101200,6,41,101200,3023,3023,3023,3010,1122,780,2817,1027,148,44,148,612,269,56,43,0.048957989,0.339728746,0.056410256,0.052538161,0.202447899,0.089368771,0.038324421,0.049910873,0,0,0,0,0,0,0,0,0,0,NA -6041102100,6,41,102100,2319,2319,2306,2315,985,676,2241,339,119,32,11,303,176,38,11,0.051315222,0.1461837,0.047337278,0.004908523,0.131396357,0.076025918,0.011167513,0.03857868,0,0,0,0,0,0,0,0,0,0,NA -6041102202,6,41,102202,6508,6508,6508,6508,2235,1606,6064,2104,362,105,97,807,660,91,46,0.055623848,0.323294407,0.065379826,0.015996042,0.124001229,0.101413645,0.020581655,0.040715884,0,0,0,0,0,0,0,0,0,0,NA -6041102203,6,41,102203,5741,5741,5741,5741,2188,1369,5313,3079,269,211,546,1954,573,385,150,0.046855948,0.536317715,0.1541271,0.102766798,0.340358823,0.099808396,0.068555759,0.175959781,0,0,0,0,0,1,0,1,1,0,NA -6041103100,6,41,103100,7791,7791,7791,7775,2881,2241,7419,1130,527,136,64,1135,482,47,26,0.067642151,0.145039148,0.060687193,0.0086265,0.145680914,0.061993569,0.009024644,0.01631378,0,0,0,0,0,0,0,0,0,0,NA -6041103200,6,41,103200,6772,6772,6599,6599,2774,1675,6515,2185,955,290,376,1325,962,392,348,0.141021855,0.322652097,0.173134328,0.05771297,0.200787998,0.145779664,0.125450613,0.141312185,1,0,0,1,0,0,1,0,3,0,NA -6041104101,6,41,104101,8276,8276,8196,8263,3146,1903,8020,2450,704,229,339,2094,700,409,79,0.085065249,0.296036733,0.120336311,0.042269327,0.255490483,0.084714995,0.025111252,0.130006357,0,0,0,0,0,0,0,0,0,0,NA -6041104102,6,41,104102,5485,5485,5479,5464,2147,1117,5051,2971,205,188,309,1997,560,419,89,0.037374658,0.54165907,0.168307968,0.061176005,0.36448257,0.102489019,0.04145319,0.195156032,0,0,0,0,0,1,0,1,1,0,NA -6041104200,6,41,104200,5526,5526,5526,5526,2528,1634,5146,1442,585,317,164,825,438,221,68,0.105863192,0.260948245,0.194002448,0.031869413,0.149294245,0.079261672,0.026898734,0.087420886,1,0,0,0,0,0,0,0,1,0,NA -6041104300,6,41,104300,1624,1624,1624,1624,684,465,1553,283,217,62,0,242,127,15,5,0.13362069,0.174261084,0.133333333,0,0.149014778,0.07820197,0.007309942,0.021929825,1,0,0,0,0,0,0,0,1,0,NA -6041105000,6,41,105000,6394,6394,6394,6312,2685,1536,6053,2621,378,90,205,1616,425,422,147,0.059117923,0.409915546,0.05859375,0.033867504,0.252736941,0.067332066,0.054748603,0.15716946,0,0,0,0,0,0,0,1,1,0,NA -6041106001,6,41,106001,4237,4237,3890,3890,2118,806,4066,1516,616,71,208,919,555,417,173,0.145385886,0.35780033,0.08808933,0.051155927,0.236246787,0.142673522,0.081680831,0.196883853,1,0,0,1,0,0,0,1,3,0,NA -6041106002,6,41,106002,6810,6810,6394,6394,2127,1420,6183,3048,440,167,456,1296,712,103,108,0.064610866,0.447577093,0.117605634,0.073750607,0.202690022,0.111354395,0.05077574,0.048425012,0,0,0,0,0,0,0,0,0,0,NA -6041107000,6,41,107000,6719,6719,6673,6668,2393,1808,6401,1140,713,174,172,573,813,43,46,0.106116982,0.169668105,0.096238938,0.026870801,0.085868425,0.121925615,0.019222733,0.017969076,1,0,0,1,0,0,0,0,2,0,NA -6041108100,6,41,108100,6789,6789,6760,6774,2739,2009,6519,1302,753,146,23,710,580,54,97,0.110914715,0.191780822,0.072672972,0.003528148,0.105029586,0.085621494,0.035414385,0.019715225,1,0,0,0,0,0,0,0,1,0,NA -6041108200,6,41,108200,6756,6756,6656,6665,2878,1551,6564,2441,1389,152,315,1538,1171,261,515,0.205595027,0.361308467,0.098001289,0.047989031,0.231069712,0.175693923,0.178943711,0.090687978,1,0,0,1,0,0,1,0,3,0,NA -6041109001,6,41,109001,4008,4008,3985,4008,1726,933,3712,1692,190,103,269,1024,387,208,150,0.04740519,0.422155689,0.11039657,0.072467672,0.256963614,0.096556886,0.086906141,0.120509849,0,0,0,0,0,0,0,0,0,0,NA -6041109002,6,41,109002,4124,4124,4124,4124,1803,1100,3908,419,360,95,20,520,342,154,143,0.087293889,0.101600388,0.086363636,0.005117707,0.126091174,0.082929195,0.079312257,0.0854132,0,0,0,0,0,0,0,0,0,0,NA -6041110100,6,41,110100,5824,5824,5195,5785,2358,1313,5623,1680,525,78,220,988,734,261,257,0.090144231,0.288461538,0.059405941,0.039125022,0.190182868,0.126879862,0.10899067,0.110687023,0,0,0,1,0,0,1,0,2,0,NA -6041110200,6,41,110200,5138,5138,5122,5138,2163,1482,4896,751,704,99,54,268,556,34,0,0.137018295,0.146165823,0.066801619,0.011029412,0.052323311,0.108213313,0,0.015718909,1,0,0,0,0,0,0,0,1,0,NA -6041111000,6,41,111000,5876,5876,5813,5828,2743,964,5719,2081,231,180,259,1654,564,480,292,0.039312457,0.354152485,0.186721992,0.045287638,0.284534664,0.096774194,0.106452789,0.174990886,0,0,0,0,0,0,1,1,2,0,NA -6041112100,6,41,112100,5125,5125,5109,5125,1850,1132,4744,2371,265,192,560,1826,382,286,123,0.051707317,0.462634146,0.169611307,0.118043845,0.357408495,0.074536585,0.066486486,0.154594595,0,0,0,0,0,1,0,1,1,0,NA -6041112201,6,41,112201,7446,7446,7397,7446,1680,1455,6569,7080,44,424,2472,5290,413,682,198,0.005909213,0.950846092,0.291408935,0.376312985,0.715154792,0.055466022,0.117857143,0.405952381,0,1,1,0,1,1,1,1,4,1,Highest -6041112202,6,41,112202,4670,4670,4597,4670,1267,967,4236,3875,190,238,1385,2643,255,328,129,0.040685225,0.829764454,0.246122027,0.326959396,0.574940178,0.054603854,0.101815312,0.258879242,0,1,1,0,1,1,1,1,4,1,High -6041113000,6,41,113000,3669,3669,3669,3669,1593,889,3526,359,189,128,0,665,339,45,66,0.051512674,0.097846825,0.143982002,0,0.181248297,0.092395748,0.041431262,0.028248588,0,0,0,0,0,0,0,0,0,0,NA -6041114100,6,41,114100,5214,5214,5214,5214,2211,1377,4964,584,239,97,0,493,389,201,82,0.045838128,0.112006137,0.070442992,0,0.094553126,0.074606828,0.037087291,0.090909091,0,0,0,0,0,0,0,0,0,0,NA -6041114200,6,41,114200,3121,3121,3097,3106,1376,849,3044,521,294,104,38,526,246,121,78,0.094200577,0.166933675,0.122497055,0.012483574,0.169841782,0.079201545,0.056686047,0.087936047,0,0,0,0,0,0,0,0,0,0,NA -6041115000,6,41,115000,7177,7177,7061,7165,2796,2098,6983,983,425,148,83,520,404,102,77,0.059216943,0.136965306,0.070543375,0.011886009,0.07364396,0.056385206,0.027539342,0.036480687,0,0,0,0,0,0,0,0,0,0,NA -6041116000,6,41,116000,3227,3227,3188,3204,1277,878,3162,436,162,98,4,484,184,147,56,0.050201425,0.135110009,0.111617312,0.001265022,0.151819322,0.057428215,0.04385278,0.115113547,0,0,0,0,0,0,0,0,0,0,NA -6041117000,6,41,117000,4536,4536,4536,4536,2048,1322,4415,510,353,186,0,572,509,156,118,0.077821869,0.112433862,0.140695915,0,0.126102293,0.112213404,0.057617188,0.076171875,0,0,0,0,0,0,0,0,0,0,NA -6041118100,6,41,118100,2385,2385,2372,2385,772,621,2292,315,221,46,21,302,181,4,13,0.092662474,0.132075472,0.074074074,0.009162304,0.127318718,0.075890985,0.016839378,0.005181347,0,0,0,0,0,0,0,0,0,0,NA -6041119100,6,41,119100,5056,5056,5056,5056,1987,1417,4923,373,470,89,42,439,382,93,96,0.092958861,0.073773734,0.062808751,0.008531383,0.086827532,0.075553797,0.048314041,0.046804227,0,0,0,0,0,0,0,0,0,0,NA -6041119201,6,41,119201,3336,3336,3254,3243,1888,705,3182,909,708,80,121,489,374,292,85,0.212230216,0.272482014,0.113475177,0.038026398,0.150276583,0.115325316,0.045021186,0.154661017,1,0,0,0,0,0,0,1,2,0,NA -6041119202,6,41,119202,3462,3462,3452,3452,1221,990,3305,530,249,110,51,449,219,52,28,0.071923744,0.153090699,0.111111111,0.015431165,0.130069525,0.063441483,0.022932023,0.042588043,0,0,0,0,0,0,0,0,0,0,NA -6041120000,6,41,120000,6334,6334,6232,6334,2838,1607,6144,974,341,122,125,557,543,249,79,0.053836438,0.153773287,0.075917859,0.020345052,0.089377407,0.085727818,0.027836505,0.087737844,0,0,0,0,0,0,0,0,0,0,NA -6041121100,6,41,121100,5201,5201,5201,5201,2100,1310,4900,1354,279,155,0,819,344,166,90,0.05364353,0.260334551,0.118320611,0,0.157469717,0.066141127,0.042857143,0.079047619,0,0,0,0,0,0,0,0,0,0,NA -6041121200,6,41,121200,5985,5985,5668,5688,2445,1367,5623,1096,532,119,92,580,472,265,286,0.088888889,0.183124478,0.087051939,0.016361373,0.102328864,0.082981716,0.116973415,0.108384458,0,0,0,0,0,0,1,0,1,0,NA -6041122000,6,41,122000,2912,2912,0,0,0,0,2912,2427,0,0,137,0,0,0,0,0,0.833447802,0,0.047046703,0,0,0,0,0,1,0,0,0,0,0,0,0,0,NA -6041123000,6,41,123000,2023,2023,2023,2023,919,612,1927,254,385,27,11,136,239,55,41,0.190311419,0.125556105,0.044117647,0.005708355,0.067226891,0.118141374,0.044613711,0.059847661,1,0,0,0,0,0,0,0,1,0,NA -6041124100,6,41,124100,5401,5401,5401,5401,2214,1508,5080,1195,397,222,51,381,376,114,50,0.073504906,0.221255323,0.147214854,0.01003937,0.070542492,0.069616738,0.022583559,0.051490515,0,0,0,0,0,0,0,0,0,0,NA -6041124200,6,41,124200,5969,5969,5936,5936,2550,1654,5819,902,755,97,15,635,471,146,47,0.126486849,0.151114089,0.058645707,0.002577763,0.106974394,0.079346361,0.018431373,0.057254902,1,0,0,0,0,0,0,0,1,0,NA -6041125000,6,41,125000,4644,4644,4344,4638,2025,1227,4401,1325,300,199,145,873,267,340,133,0.064599483,0.285314384,0.162184189,0.032947057,0.200966851,0.057567917,0.065679012,0.167901235,0,0,0,0,0,0,0,1,1,0,NA -6041126100,6,41,126100,5814,5814,5814,5814,2272,1688,5608,744,342,228,31,337,466,82,66,0.058823529,0.127966976,0.13507109,0.005527817,0.057963536,0.080151359,0.029049296,0.036091549,0,0,0,0,0,0,0,0,0,0,NA -6041126200,6,41,126200,4393,4393,4323,4323,1952,1200,4245,792,599,56,21,635,374,180,222,0.136353289,0.18028682,0.046666667,0.004946996,0.146888735,0.086513995,0.113729508,0.092213115,1,0,0,0,0,0,1,0,2,0,NA -6041127000,6,41,127000,4756,4756,4738,4756,2107,1203,4411,821,385,71,49,240,285,92,17,0.080950378,0.172624054,0.059019119,0.011108592,0.050654285,0.059924306,0.008068344,0.043663977,0,0,0,0,0,0,0,0,0,0,NA -6041128100,6,41,128100,6443,6443,6443,6443,2737,1715,6148,1044,481,202,59,474,500,128,42,0.074654664,0.162036318,0.117784257,0.009596617,0.073568214,0.077603601,0.015345269,0.046766533,0,0,0,0,0,0,0,0,0,0,NA -6041128200,6,41,128200,4599,4599,4591,4599,1858,1168,4378,784,296,102,12,379,443,56,52,0.064361818,0.170471842,0.087328767,0.002740978,0.082552821,0.096325288,0.027987083,0.030139935,0,0,0,0,0,0,0,0,0,0,NA -6041129000,6,41,129000,2731,2731,2715,2731,1075,590,2506,2134,145,181,323,1654,417,368,91,0.053094105,0.781398755,0.306779661,0.128890662,0.609208103,0.152691322,0.084651163,0.342325581,0,1,1,1,1,1,0,1,4,1,High -6041130201,6,41,130201,3515,3515,3481,3515,1944,889,3460,390,319,46,32,441,391,170,63,0.090753912,0.110953058,0.051743532,0.009248555,0.126687733,0.111237553,0.032407407,0.08744856,0,0,0,0,0,0,0,0,0,0,NA -6041130202,6,41,130202,4140,4140,4140,4140,2427,974,4048,693,342,100,116,485,216,215,165,0.082608696,0.167391304,0.102669405,0.028656126,0.117149758,0.052173913,0.067985167,0.088586733,0,0,0,0,0,0,0,0,0,0,NA -6041131100,6,41,131100,1112,1112,1053,1107,407,277,1088,59,84,6,25,131,154,9,6,0.075539568,0.053057554,0.02166065,0.022977941,0.124406458,0.139114724,0.014742015,0.022113022,0,0,0,1,0,0,0,0,1,0,NA -6041132100,6,41,132100,1956,1956,1945,1956,868,494,1856,240,132,45,26,384,53,110,12,0.067484663,0.122699387,0.091093117,0.014008621,0.197429306,0.027096115,0.013824885,0.126728111,0,0,0,0,0,0,0,0,0,0,NA -6041132200,6,41,132200,1672,1672,1672,1672,860,408,1617,363,261,34,98,545,237,122,31,0.156100478,0.217105263,0.083333333,0.060606061,0.325956938,0.141746411,0.036046512,0.141860465,1,0,0,1,0,1,0,0,2,0,NA -6041133000,6,41,133000,2877,2877,2862,2870,1349,707,2821,608,337,35,161,799,316,144,56,0.117135905,0.211331248,0.04950495,0.05707196,0.279175402,0.11010453,0.041512231,0.106745738,1,0,0,0,0,0,0,0,1,0,NA -6041990100,6,41,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200201,6,55,200201,3364,3364,3315,3333,1308,789,3293,1530,201,119,242,1077,323,76,27,0.059750297,0.454815696,0.150823828,0.07348922,0.324886878,0.096909691,0.020642202,0.058103976,0,0,0,0,0,1,0,0,0,0,NA -6055200202,6,55,200202,3038,3038,2720,2784,1243,607,2772,1524,95,169,282,988,460,207,222,0.031270573,0.50164582,0.278418451,0.101731602,0.363235294,0.165229885,0.178600161,0.166532582,0,0,1,1,0,1,1,1,4,1,High -6055200203,6,55,200203,2334,2334,2334,2334,851,497,2242,1021,58,51,235,685,287,100,82,0.024850043,0.437446444,0.102615694,0.104817128,0.293487575,0.122964867,0.096357227,0.117508813,0,0,0,1,0,0,0,0,1,0,NA -6055200301,6,55,200301,5230,5230,5161,5230,1730,1074,4704,3045,243,246,727,2512,611,296,152,0.046462715,0.582217973,0.229050279,0.15454932,0.486727378,0.116826004,0.087861272,0.171098266,0,0,1,0,1,1,0,1,3,1,High -6055200302,6,55,200302,2794,2794,2794,2794,936,677,2570,1421,126,98,148,708,300,28,38,0.045096636,0.508589835,0.144756278,0.057587549,0.253400143,0.107372942,0.040598291,0.02991453,0,0,0,0,0,0,0,0,0,0,NA -6055200400,6,55,200400,4204,4204,4200,4204,1552,1025,4008,1275,290,123,200,883,434,76,26,0.068981922,0.303282588,0.12,0.0499002,0.210238095,0.103235014,0.016752577,0.048969072,0,0,0,0,0,0,0,0,0,0,NA -6055200501,6,55,200501,5294,5294,5210,5256,1651,1216,4768,3092,137,261,776,2088,263,196,72,0.025878353,0.584057423,0.214638158,0.162751678,0.400767754,0.050038052,0.043609933,0.11871593,0,0,1,0,1,1,0,0,2,0,NA -6055200503,6,55,200503,1723,1723,1722,1723,678,389,1645,870,51,44,186,565,289,92,48,0.029599536,0.504933256,0.11311054,0.113069909,0.328106852,0.167730702,0.07079646,0.135693215,0,0,0,1,0,1,0,0,1,0,NA -6055200504,6,55,200504,6401,6401,6157,6150,2167,1476,6134,3298,603,273,788,1508,470,310,147,0.094204031,0.515231995,0.18495935,0.128464297,0.244924476,0.076422764,0.067835718,0.143054915,0,0,0,0,1,0,0,0,1,0,NA -6055200505,6,55,200505,2994,2994,2994,2994,1058,624,2731,1768,86,75,496,993,301,237,37,0.028724115,0.590514362,0.120192308,0.181618455,0.331663327,0.100534402,0.034971645,0.224007561,0,0,0,0,1,1,0,1,2,0,NA -6055200601,6,55,200601,5249,5249,5215,5228,1596,1286,4881,2434,394,126,533,1277,560,123,73,0.075061917,0.463707373,0.097978227,0.109198935,0.244870566,0.107115532,0.045739348,0.077067669,0,0,0,0,0,0,0,0,0,0,NA -6055200602,6,55,200602,4215,4215,4178,4200,1767,974,4054,1446,412,100,196,1136,584,150,135,0.097746145,0.343060498,0.102669405,0.048347311,0.271900431,0.139047619,0.076400679,0.084889643,0,0,0,1,0,0,0,0,1,0,NA -6055200703,6,55,200703,2734,2734,2725,2734,1057,854,2638,296,177,8,0,149,320,7,9,0.064740307,0.108266277,0.009367681,0,0.054678899,0.117044623,0.008514664,0.006622517,0,0,0,0,0,0,0,0,0,0,NA -6055200704,6,55,200704,5215,5215,5189,5190,1643,1221,4895,2710,301,222,555,1893,742,178,182,0.057718121,0.519654842,0.181818182,0.113381001,0.364810175,0.142967245,0.110772976,0.108338405,0,0,0,1,0,1,1,0,2,0,NA -6055200705,6,55,200705,2838,2838,2815,2838,962,699,2640,1330,156,188,243,677,289,136,24,0.054968288,0.468639887,0.268955651,0.092045455,0.240497336,0.101832276,0.024948025,0.141372141,0,0,1,0,0,0,0,0,1,0,NA -6055200706,6,55,200706,3334,3334,3316,3321,1137,899,3211,1213,150,45,53,504,376,27,26,0.044991002,0.363827235,0.050055617,0.016505761,0.15199035,0.11321891,0.022867194,0.023746702,0,0,0,0,0,0,0,0,0,0,NA -6055200707,6,55,200707,3071,3071,3035,3048,1287,800,2818,939,352,98,95,687,386,262,143,0.114620645,0.305763595,0.1225,0.033711852,0.226359143,0.12664042,0.111111111,0.203574204,1,0,0,1,0,0,1,1,4,0,NA -6055200802,6,55,200802,5421,5421,5312,5353,2199,1500,5070,1783,634,342,119,788,366,214,104,0.116952592,0.328906106,0.228,0.0234714,0.148343373,0.068372875,0.047294225,0.097316962,1,0,1,0,0,0,0,0,2,0,NA -6055200803,6,55,200803,2092,2092,2087,2092,849,614,1968,537,140,88,164,481,231,23,48,0.066921606,0.256692161,0.143322476,0.083333333,0.230474365,0.11042065,0.056537102,0.027090695,0,0,0,0,0,0,0,0,0,0,NA -6055200804,6,55,200804,6004,6004,6003,6004,1703,1328,5640,4541,178,322,1309,2512,445,200,93,0.029646902,0.756329114,0.24246988,0.232092199,0.418457438,0.074117255,0.054609513,0.117439812,0,1,1,0,1,1,0,0,2,1,High -6055200900,6,55,200900,767,767,170,170,45,7,767,359,36,0,6,112,53,6,33,0.046936115,0.468057366,0,0.007822686,0.658823529,0.311764706,0.733333333,0.133333333,0,0,0,1,0,1,1,0,2,0,NA -6055201003,6,55,201003,5105,5105,5105,5105,1440,1189,4747,3847,290,185,412,1022,532,133,34,0.056807052,0.753574927,0.155592935,0.086791658,0.200195886,0.104211557,0.023611111,0.092361111,0,1,0,0,0,0,0,0,0,0,NA -6055201004,6,55,201004,6483,6483,6480,6483,1959,1479,6111,5108,329,243,431,1525,723,64,15,0.05074811,0.787906833,0.164300203,0.070528555,0.235339506,0.111522443,0.007656968,0.032669729,0,1,0,0,0,0,0,0,0,0,NA -6055201005,6,55,201005,2255,2255,2255,2238,636,521,2087,1417,118,87,72,305,252,4,8,0.05232816,0.628381375,0.166986564,0.034499281,0.135254989,0.112600536,0.012578616,0.006289308,0,0,0,0,0,0,0,0,0,0,NA -6055201006,6,55,201006,3226,3226,3215,3211,912,780,3089,2091,128,96,163,795,381,44,6,0.039677619,0.64817111,0.123076923,0.052767886,0.247278383,0.118654625,0.006578947,0.048245614,0,0,0,0,0,0,0,0,0,0,NA -6055201007,6,55,201007,4409,4409,4383,4409,1090,1005,4012,3245,145,177,297,1220,488,64,4,0.032887276,0.735994557,0.176119403,0.074027916,0.278348163,0.110682694,0.003669725,0.058715596,0,1,0,0,0,0,0,0,0,0,NA -6055201101,6,55,201101,2226,2226,2221,2221,794,641,2102,448,206,0,19,95,172,2,10,0.092542677,0.201257862,0,0.00903901,0.042773525,0.077442593,0.012594458,0.002518892,0,0,0,0,0,0,0,0,0,0,NA -6055201102,6,55,201102,1849,1849,1849,1849,756,489,1805,215,170,7,26,267,248,18,15,0.09194159,0.11627907,0.014314928,0.014404432,0.14440238,0.134126555,0.01984127,0.023809524,0,0,0,1,0,0,0,0,1,0,NA -6055201200,6,55,201200,4834,4834,4831,4834,1968,1252,4683,1971,667,85,525,1304,667,72,94,0.137980968,0.407736864,0.067891374,0.112107623,0.269923411,0.137980968,0.047764228,0.036585366,1,0,0,1,0,0,0,0,2,0,NA -6055201300,6,55,201300,2991,2991,2513,2507,1372,613,2923,550,937,29,90,521,407,127,166,0.313273153,0.183884988,0.04730832,0.030790284,0.207321926,0.162345433,0.120991254,0.092565598,1,0,0,1,0,0,1,0,3,0,NA -6055201401,6,55,201401,3178,3178,3156,3178,1257,1025,3066,410,423,63,30,303,311,51,37,0.13310258,0.129011957,0.061463415,0.009784736,0.096007605,0.097860289,0.029435163,0.040572792,1,0,0,0,0,0,0,0,1,0,NA -6055201402,6,55,201402,3097,3097,3067,3092,1190,886,3065,452,273,58,33,405,322,11,20,0.088149822,0.145947691,0.065462754,0.010766721,0.132050864,0.104139715,0.016806723,0.009243697,0,0,0,0,0,0,0,0,0,0,NA -6055201403,6,55,201403,626,626,626,626,264,189,604,170,59,12,12,87,21,4,16,0.094249201,0.271565495,0.063492063,0.01986755,0.138977636,0.033546326,0.060606061,0.015151515,0,0,0,0,0,0,0,0,0,0,NA -6055201500,6,55,201500,2098,2098,2077,2098,798,596,2039,794,321,21,236,416,199,25,4,0.15300286,0.378455672,0.035234899,0.115743011,0.200288878,0.09485224,0.005012531,0.031328321,1,0,0,0,0,0,0,0,1,0,NA -6055201601,6,55,201601,2515,2515,2515,2515,1016,668,2345,1120,290,106,343,1018,248,145,28,0.115308151,0.445328032,0.158682635,0.146268657,0.404771372,0.09860835,0.027559055,0.142716535,1,0,0,0,1,1,0,0,2,0,NA -6055201602,6,55,201602,3480,3480,3348,3480,1520,926,3348,849,333,24,153,757,363,85,69,0.095689655,0.243965517,0.025917927,0.045698925,0.226105137,0.104310345,0.045394737,0.055921053,0,0,0,0,0,0,0,0,0,0,NA -6055201700,6,55,201700,5963,5963,4750,5944,1698,1244,5788,2444,462,81,197,1148,698,127,49,0.07747778,0.409860808,0.06511254,0.034035936,0.241684211,0.117429341,0.028857479,0.074793875,0,0,0,0,0,0,0,0,0,0,NA -6055201800,6,55,201800,1681,1681,1678,1681,741,462,1619,463,63,42,51,353,236,9,12,0.037477692,0.275431291,0.090909091,0.031500926,0.210369487,0.140392623,0.016194332,0.012145749,0,0,0,1,0,0,0,0,1,0,NA -6055201900,6,55,201900,1210,1210,1196,1210,538,294,1198,375,104,0,84,328,148,15,20,0.085950413,0.309917355,0,0.070116861,0.274247492,0.12231405,0.037174721,0.027881041,0,0,0,1,0,0,0,0,1,0,NA -6055202000,6,55,202000,5281,5281,5223,5238,2007,1150,5057,2775,489,146,1218,1967,864,125,152,0.092596099,0.525468661,0.126956522,0.240854261,0.376603485,0.164948454,0.075734928,0.062282013,0,0,0,1,1,1,0,0,2,0,NA -6075010100,6,75,10100,4000,4000,3972,4000,2059,815,3926,2149,516,38,882,1634,695,345,952,0.129,0.53725,0.046625767,0.224656139,0.411379658,0.17375,0.462360369,0.167557067,1,0,0,1,1,1,1,1,5,1,High -6075010200,6,75,10200,4300,4300,4300,4300,2547,683,4179,828,431,18,1,598,264,297,859,0.100232558,0.19255814,0.026354319,0.000239292,0.139069767,0.061395349,0.337259521,0.116607774,1,0,0,0,0,0,1,0,2,0,NA -6075010300,6,75,10300,4341,4341,4341,4341,2034,929,4136,2018,396,0,566,1224,423,287,546,0.09122322,0.464869846,0,0.136847195,0.281962681,0.097442985,0.268436578,0.141101278,0,0,0,0,1,0,1,0,2,0,NA -6075010400,6,75,10400,5028,5028,5017,5028,2501,959,4731,2197,242,36,182,806,303,259,796,0.048130469,0.436953063,0.037539103,0.038469668,0.160653777,0.06026253,0.318272691,0.103558577,0,0,0,0,0,0,1,0,1,0,NA -6075010500,6,75,10500,2684,2684,2684,2684,1614,563,2583,1314,466,43,84,634,278,169,631,0.173621461,0.489567809,0.076376554,0.032520325,0.236214605,0.103576751,0.390954151,0.104708798,1,0,0,0,0,0,1,0,2,0,NA -6075010600,6,75,10600,3567,3567,3567,3554,1812,679,3532,2370,399,58,1211,1654,551,274,1165,0.111858705,0.664423886,0.085419735,0.342865232,0.463694982,0.155036579,0.642935982,0.151214128,1,0,0,1,1,1,1,1,5,1,High -6075010700,6,75,10700,5509,5509,5509,5509,2496,1254,5351,4489,788,123,2840,3529,889,664,1875,0.143038664,0.81484843,0.098086124,0.530741917,0.640588129,0.1613723,0.751201923,0.266025641,1,1,0,1,1,1,1,1,5,1,Highest -6075010800,6,75,10800,4514,4514,4514,4514,2425,711,4446,2565,485,69,696,1166,551,374,1215,0.107443509,0.568232167,0.097046414,0.156545209,0.258307488,0.122064688,0.501030928,0.154226804,1,0,0,1,1,0,1,1,5,0,NA -6075010900,6,75,10900,4447,4447,4447,4447,2717,578,4397,1273,341,43,258,766,400,281,1239,0.076680908,0.2862604,0.074394464,0.05867637,0.172250956,0.08994828,0.456017667,0.103422893,0,0,0,0,0,0,1,0,1,0,NA -6075011000,6,75,11000,4742,4742,4742,4742,2624,888,4666,2432,307,75,665,961,315,382,1245,0.064740616,0.512863771,0.084459459,0.14252036,0.202657107,0.066427668,0.474466463,0.145579268,0,0,0,0,1,0,1,0,2,0,NA -6075011100,6,75,11100,5081,5081,5070,5012,3073,690,4858,2134,397,0,515,944,886,522,1874,0.078134226,0.419996064,0,0.106010704,0.186193294,0.176775738,0.60982753,0.16986658,0,0,0,1,0,0,1,1,3,0,NA -6075011200,6,75,11200,3335,3335,3335,3335,1916,679,3251,1446,376,16,349,779,401,249,731,0.112743628,0.433583208,0.023564065,0.107351584,0.233583208,0.12023988,0.381524008,0.129958246,1,0,0,1,0,0,1,0,3,0,NA -6075011300,6,75,11300,3061,3061,3032,3061,1534,722,2994,2420,680,28,1322,1600,780,384,1172,0.222149624,0.79059131,0.038781163,0.441549766,0.527704485,0.254818687,0.764015645,0.250325945,1,1,0,1,1,1,1,1,5,1,Highest -6075011700,6,75,11700,1716,1716,1662,1716,1061,290,1662,1143,122,17,359,624,264,233,749,0.071095571,0.666083916,0.05862069,0.216004813,0.375451264,0.153846154,0.705937795,0.219604147,0,0,0,1,1,1,1,1,4,1,High -6075011800,6,75,11800,1562,1562,1562,1562,708,377,1508,1395,225,57,810,960,272,199,618,0.144046095,0.893085787,0.151193634,0.537135279,0.614596671,0.174135723,0.872881356,0.281073446,1,1,0,1,1,1,1,1,5,1,Highest -6075011901,6,75,11901,2570,2570,2283,2570,1488,305,2570,1153,154,0,63,594,208,168,817,0.059922179,0.448638132,0,0.024513619,0.260183968,0.080933852,0.54905914,0.112903226,0,0,0,0,0,0,1,0,1,0,NA -6075011902,6,75,11902,2839,2839,2839,2839,1835,265,2791,1494,117,44,242,879,261,265,1320,0.041211694,0.526241634,0.166037736,0.086707273,0.309616062,0.091933779,0.719346049,0.144414169,0,0,0,0,0,1,1,0,1,0,NA -6075012000,6,75,12000,3962,3962,3929,3962,2594,599,3877,2242,252,61,473,1947,518,773,1964,0.06360424,0.56587582,0.101836394,0.122001548,0.49554594,0.130742049,0.757131843,0.297995374,0,0,0,1,1,1,1,1,4,1,High -6075012100,6,75,12100,3908,3908,3278,3908,2133,357,3852,2209,224,13,324,999,374,454,1743,0.057318321,0.565250768,0.036414566,0.08411215,0.304758999,0.095701126,0.817158931,0.212845757,0,0,0,0,0,1,1,1,2,0,NA -6075012201,6,75,12201,4728,4728,4728,4728,2937,603,4599,3126,260,60,510,2072,1004,844,2317,0.05499154,0.661167513,0.099502488,0.110893673,0.438240271,0.212351946,0.788900238,0.287368063,0,0,0,1,0,1,1,1,3,1,High -6075012202,6,75,12202,3271,3271,3271,3271,1563,301,3271,2127,172,14,761,1935,652,498,1350,0.052583308,0.650259859,0.046511628,0.232650566,0.591562213,0.199327423,0.863723608,0.318618042,0,0,0,1,1,1,1,1,4,1,Highest -6075012301,6,75,12301,2189,2189,2189,2189,1340,331,2054,1603,206,121,701,1646,616,499,1162,0.094106898,0.732297853,0.365558912,0.341285297,0.751941526,0.281407035,0.867164179,0.37238806,0,1,1,1,1,1,1,1,5,1,Highest -6075012302,6,75,12302,2529,2529,2529,2529,1906,245,2503,1471,91,4,76,1039,255,433,1631,0.035982602,0.581652827,0.016326531,0.030363564,0.410834322,0.100830368,0.855718783,0.227177335,0,0,0,0,0,1,1,1,2,0,NA -6075012401,6,75,12401,4593,4593,4588,4593,2664,684,4382,3072,135,213,909,3031,1084,1027,2253,0.029392554,0.668843893,0.311403509,0.207439525,0.660636443,0.236011322,0.845720721,0.385510511,0,0,1,1,1,1,1,1,5,1,Highest -6075012402,6,75,12402,3668,3668,3369,3668,2326,369,3547,2342,274,28,439,1299,837,667,1783,0.074700109,0.638495093,0.075880759,0.123766563,0.385574354,0.228189749,0.766552021,0.286758383,0,0,0,1,1,1,1,1,4,1,High -6075012501,6,75,12501,3660,3660,3580,3660,2179,755,3615,2630,289,141,1100,2627,1284,651,1755,0.078961749,0.718579235,0.186754967,0.30428769,0.733798883,0.350819672,0.805415328,0.298760899,0,1,0,1,1,1,1,1,4,1,Highest -6075012502,6,75,12502,3585,3585,3435,3445,2201,433,3517,2892,558,0,1226,2544,1339,361,1970,0.155648536,0.806694561,0,0.34859255,0.740611354,0.388679245,0.895047706,0.164016356,1,1,0,1,1,1,1,1,5,1,Highest -6075012601,6,75,12601,2408,2408,2408,2397,1518,399,2209,567,97,0,33,182,132,199,467,0.040282392,0.235465116,0,0.014938886,0.075581395,0.055068836,0.307641634,0.131093544,0,0,0,0,0,0,1,0,1,0,NA -6075012602,6,75,12602,2900,2900,2900,2900,1672,537,2663,578,129,50,40,270,123,221,230,0.044482759,0.199310345,0.09310987,0.015020653,0.093103448,0.042413793,0.137559809,0.132177033,0,0,0,0,0,0,1,0,1,0,NA -6075012700,6,75,12700,3860,3860,3860,3860,2187,762,3777,779,347,14,0,290,193,278,370,0.089896373,0.201813472,0.018372703,0,0.075129534,0.05,0.169181527,0.127114769,0,0,0,0,0,0,1,0,1,0,NA -6075012800,6,75,12800,4783,4783,4783,4783,2371,842,4394,1117,288,86,173,646,321,238,438,0.060213255,0.233535438,0.102137767,0.039371871,0.135061677,0.067112691,0.184732181,0.100379587,0,0,0,0,0,0,1,0,1,0,NA -6075012901,6,75,12901,2731,2731,2718,2718,1512,432,2604,525,97,0,25,190,136,109,441,0.035518125,0.192237276,0,0.009600614,0.069904341,0.050036792,0.291666667,0.072089947,0,0,0,0,0,0,1,0,1,0,NA -6075012902,6,75,12902,3638,3638,3555,3601,2057,556,3591,1022,327,128,45,365,168,185,564,0.089884552,0.280923584,0.230215827,0.012531328,0.102672293,0.046653707,0.274185707,0.089936801,0,0,1,0,0,0,1,0,2,0,NA -6075013000,6,75,13000,4788,4788,4780,4788,2562,830,4611,992,190,0,38,447,276,175,622,0.03968254,0.207184628,0,0.008241162,0.093514644,0.05764411,0.242779079,0.068306011,0,0,0,0,0,0,1,0,1,0,NA -6075013101,6,75,13101,4072,4072,3993,4072,2555,543,3984,1192,142,0,27,335,206,210,692,0.034872299,0.292730845,0,0.006777108,0.083896819,0.050589391,0.270841487,0.082191781,0,0,0,0,0,0,1,0,1,0,NA -6075013102,6,75,13102,2913,2913,2871,2913,1641,706,2853,734,212,10,11,306,163,239,306,0.072777206,0.25197391,0.014164306,0.003855591,0.106583072,0.055956059,0.186471664,0.145642901,0,0,0,0,0,0,1,0,1,0,NA -6075013200,6,75,13200,3877,3877,3848,3877,2229,849,3731,1140,296,46,0,287,302,182,435,0.076347692,0.294041785,0.05418139,0,0.0745842,0.07789528,0.195154778,0.081650965,0,0,0,0,0,0,1,0,1,0,NA -6075013300,6,75,13300,4561,4561,4515,4523,1892,968,4181,1407,454,33,218,841,510,130,388,0.099539575,0.308484981,0.034090909,0.052140636,0.186267996,0.11275702,0.205073996,0.068710359,0,0,0,0,0,0,1,0,1,0,NA -6075013400,6,75,13400,4000,4000,3956,3956,2032,786,3753,1044,166,0,79,436,193,260,340,0.0415,0.261,0,0.021049827,0.110212336,0.048786653,0.167322835,0.127952756,0,0,0,0,0,0,1,0,1,0,NA -6075013500,6,75,13500,2704,2704,2704,2704,1604,439,2583,888,206,32,81,295,251,128,555,0.076183432,0.328402367,0.072892938,0.031358885,0.109097633,0.092825444,0.346009975,0.079800499,0,0,0,0,0,0,1,0,1,0,NA -6075015100,6,75,15100,2178,2178,2144,2144,1488,283,2178,889,498,0,139,323,292,257,695,0.228650138,0.408172635,0,0.063820018,0.150652985,0.13619403,0.467069892,0.172715054,1,0,0,1,0,0,1,1,4,0,NA -6075015200,6,75,15200,4267,4267,4176,4176,2431,635,4092,1658,411,21,168,952,590,288,1018,0.0963206,0.388563393,0.033070866,0.041055718,0.227969349,0.141283525,0.418757713,0.118469766,0,0,0,1,0,0,1,0,2,0,NA -6075015300,6,75,15300,2234,2234,2110,2110,950,381,2061,861,130,37,102,283,163,139,161,0.058191585,0.385407341,0.097112861,0.049490539,0.134123223,0.077251185,0.169473684,0.146315789,0,0,0,0,0,0,1,0,1,0,NA -6075015400,6,75,15400,6161,6161,6152,6152,2941,1271,5632,2393,385,44,44,718,615,321,797,0.062489856,0.388410972,0.034618411,0.0078125,0.116710013,0.09996749,0.27099626,0.109146549,0,0,0,0,0,0,1,0,1,0,NA -6075015500,6,75,15500,3651,3651,3584,3604,2280,604,3572,1831,963,24,737,1103,1156,539,1355,0.263763353,0.501506437,0.039735099,0.206326988,0.307756696,0.320754717,0.594298246,0.236403509,1,0,0,1,1,1,1,1,5,1,High -6075015600,6,75,15600,3274,3274,3274,3274,1462,573,3136,1675,181,49,361,863,304,254,382,0.055284056,0.511606597,0.085514834,0.115114796,0.263591936,0.092852779,0.26128591,0.17373461,0,0,0,0,0,0,1,1,2,0,NA -6075015700,6,75,15700,8910,8910,5930,8670,2677,1099,8621,4329,394,89,191,1217,522,500,531,0.044219978,0.485858586,0.080982712,0.022155202,0.205227656,0.060207612,0.198356369,0.186776242,0,0,0,0,0,0,1,1,2,0,NA -6075015801,6,75,15801,4121,4121,4026,4038,1727,854,3812,2694,209,211,231,1474,534,137,661,0.050715846,0.653724824,0.2470726,0.060598111,0.366120219,0.132243685,0.382744644,0.079328315,0,0,1,1,0,1,1,0,3,1,High -6075015802,6,75,15802,3321,3321,3306,3321,1564,444,3191,1221,52,0,16,675,278,127,590,0.015657934,0.367660343,0,0.005014102,0.204174229,0.083709726,0.377237852,0.081202046,0,0,0,0,0,0,1,0,1,0,NA -6075015900,6,75,15900,4332,4332,4256,4256,2116,780,4253,2770,413,83,625,1435,660,395,895,0.095337027,0.639427516,0.106410256,0.146955091,0.337171053,0.155075188,0.422967864,0.186672968,0,0,0,1,1,1,1,1,4,1,High -6075016000,6,75,16000,2769,2769,2769,2769,1737,402,2704,1529,263,10,329,932,528,305,672,0.094980137,0.552184904,0.024875622,0.121671598,0.336583604,0.190682557,0.386873921,0.175590098,0,0,0,1,1,1,1,1,4,1,High -6075016100,6,75,16100,5498,5498,5498,5498,2602,1132,5443,4213,763,340,958,3012,1372,421,1412,0.138777737,0.766278647,0.300353357,0.176005879,0.547835577,0.249545289,0.542659493,0.161798616,1,1,1,1,1,1,1,1,6,1,Highest -6075016200,6,75,16200,2937,2937,2937,2937,1784,356,2835,1096,152,66,108,633,299,216,893,0.05175349,0.373169901,0.185393258,0.038095238,0.215526047,0.101804562,0.500560538,0.121076233,0,0,0,0,0,0,1,0,1,0,NA -6075016300,6,75,16300,4469,4469,4449,4469,2037,550,4375,2039,192,89,110,1054,388,229,808,0.042962631,0.456254196,0.161818182,0.025142857,0.23690717,0.086820318,0.396661757,0.112420226,0,0,0,0,0,0,1,0,1,0,NA -6075016400,6,75,16400,4320,4320,4141,4141,1874,548,4164,1468,153,24,112,704,212,192,633,0.035416667,0.339814815,0.04379562,0.026897214,0.170007245,0.051195363,0.337780149,0.102454642,0,0,0,0,0,0,1,0,1,0,NA -6075016500,6,75,16500,5890,5890,5731,5756,2383,1061,5528,2046,254,199,117,1017,520,249,555,0.043123939,0.347368421,0.187558907,0.021164978,0.177455941,0.090340514,0.232899706,0.104490138,0,0,0,0,0,0,1,0,1,0,NA -6075016600,6,75,16600,5613,5613,5613,5613,2494,715,5448,1744,96,21,204,1057,425,228,1015,0.017103153,0.310707287,0.029370629,0.037444934,0.188312845,0.075717085,0.406976744,0.091419407,0,0,0,0,0,0,1,0,1,0,NA -6075016700,6,75,16700,4863,4863,4805,4852,2422,846,4717,1387,144,83,5,616,395,208,841,0.029611351,0.285214888,0.098108747,0.001059996,0.128199792,0.081409728,0.347233691,0.085879438,0,0,0,0,0,0,1,0,1,0,NA -6075016801,6,75,16801,3232,3232,3219,3211,1602,355,3118,915,33,8,62,749,338,236,758,0.010210396,0.283106436,0.022535211,0.019884541,0.232680957,0.105263158,0.473158552,0.147315855,0,0,0,0,0,0,1,0,1,0,NA -6075016802,6,75,16802,3293,3293,3288,3288,1794,449,3232,1558,106,77,243,838,455,269,771,0.032189493,0.47312481,0.171492205,0.075185644,0.25486618,0.138381995,0.429765886,0.149944259,0,0,0,1,0,0,1,0,2,0,NA -6075016900,6,75,16900,2907,2907,2875,2875,1532,321,2784,880,98,34,36,414,327,117,597,0.03371173,0.302717578,0.105919003,0.012931034,0.144,0.11373913,0.389686684,0.076370757,0,0,0,0,0,0,1,0,1,0,NA -6075017000,6,75,17000,3959,3959,3959,3936,2165,679,3826,937,325,86,0,368,356,189,536,0.082091437,0.236675928,0.126656848,0,0.092952766,0.090447154,0.247575058,0.087297921,0,0,0,0,0,0,1,0,1,0,NA -6075017101,6,75,17101,3814,3814,3814,3803,1776,788,3623,800,141,42,0,364,203,119,365,0.036969061,0.20975354,0.053299492,0,0.095437861,0.053378911,0.205518018,0.067004505,0,0,0,0,0,0,1,0,1,0,NA -6075017102,6,75,17102,3760,3760,3732,3754,1671,796,3532,809,71,29,14,588,284,223,512,0.018882979,0.215159574,0.036432161,0.00396376,0.15755627,0.075652637,0.306403351,0.133453022,0,0,0,0,0,0,1,0,1,0,NA -6075017601,6,75,17601,7834,7834,7834,7817,4430,1412,7709,5695,256,230,1081,3652,1785,1241,2850,0.03267807,0.726959408,0.162889518,0.14022571,0.466173092,0.228348471,0.643340858,0.28013544,0,1,0,1,1,1,1,1,4,1,High -6075017700,6,75,17700,1791,1791,1791,1791,758,239,1718,1080,42,12,158,523,171,82,265,0.023450586,0.603015075,0.050209205,0.091967404,0.292015634,0.095477387,0.349604222,0.10817942,0,0,0,0,0,0,1,0,1,0,NA -6075017801,6,75,17801,3209,3209,3209,3209,2242,617,3155,2246,1181,0,1194,1749,1280,162,1534,0.368027423,0.699906513,0,0.37844691,0.545029604,0.398878155,0.684210526,0.072256913,1,0,0,1,1,1,1,0,4,1,Highest -6075017802,6,75,17802,4856,4856,4845,4825,2286,747,4762,2959,162,103,412,2015,1036,415,1262,0.033360791,0.609349259,0.137884873,0.08651827,0.415892673,0.214715026,0.552055993,0.181539808,0,0,0,1,0,1,1,1,3,1,High -6075017902,6,75,17902,3090,3090,2973,3090,602,328,3026,2328,3,162,182,2017,472,126,183,0.000970874,0.753398058,0.493902439,0.060145406,0.678439287,0.152750809,0.303986711,0.209302326,0,1,1,1,0,1,1,1,4,1,High -6075018000,6,75,18000,3279,3279,2877,2895,1314,508,3173,2005,8,20,117,878,436,153,314,0.002439768,0.611466911,0.039370079,0.036873621,0.305179006,0.150604491,0.238964992,0.116438356,0,0,0,1,0,1,1,0,2,0,NA -6075020100,6,75,20100,5959,5959,5955,5959,3115,867,5705,4323,325,195,879,3096,1437,573,1846,0.054539352,0.725457291,0.224913495,0.154075372,0.519899244,0.241147844,0.592616372,0.183948636,0,1,1,1,1,1,1,1,5,1,High -6075020200,6,75,20200,6013,6013,6013,6013,3189,879,5772,2853,371,115,370,2087,1192,347,1502,0.061699651,0.474471977,0.130830489,0.064102564,0.347081324,0.198237153,0.470994042,0.10881154,0,0,0,1,0,1,1,0,2,0,NA -6075020300,6,75,20300,3161,3161,3161,3161,1738,517,3081,1146,126,71,53,553,311,120,644,0.039860804,0.362543499,0.137330754,0.017202207,0.174944638,0.098386587,0.370540852,0.069044879,0,0,0,0,0,0,1,0,1,0,NA -6075020401,6,75,20401,3118,3118,3118,3118,1595,453,2992,904,60,0,34,388,230,114,199,0.019243105,0.289929442,0,0.011363636,0.124438743,0.073765234,0.12476489,0.071473354,0,0,0,0,0,0,1,0,1,0,NA -6075020402,6,75,20402,4461,4461,4461,4461,2501,660,4305,1673,332,29,112,709,453,329,266,0.074422775,0.375028021,0.043939394,0.02601626,0.158932975,0.101546738,0.106357457,0.131547381,0,0,0,0,0,0,1,0,1,0,NA -6075020500,6,75,20500,2890,2890,2859,2859,1401,532,2793,584,80,75,38,275,265,124,289,0.027681661,0.202076125,0.140977444,0.013605442,0.096187478,0.092689752,0.206281228,0.088508208,0,0,0,0,0,0,1,0,1,0,NA -6075020600,6,75,20600,5052,5052,5052,5052,2729,745,4812,1314,264,27,154,760,691,229,848,0.052256532,0.260095012,0.036241611,0.032003325,0.150435471,0.136777514,0.310736534,0.083913521,0,0,0,1,0,0,1,0,2,0,NA -6075020700,6,75,20700,5169,5169,5169,5169,2656,596,5011,1824,56,47,179,833,319,179,899,0.010833817,0.352872896,0.07885906,0.035721413,0.161153028,0.061714065,0.338478916,0.067394578,0,0,0,0,0,0,1,0,1,0,NA -6075020800,6,75,20800,6292,6292,6292,6292,2846,878,6090,4186,292,87,733,2487,754,546,1517,0.046408137,0.665289256,0.099088838,0.120361248,0.395263827,0.119834711,0.533028812,0.191848208,0,0,0,0,1,1,1,1,3,1,High -6075020900,6,75,20900,4927,4927,4913,4927,1894,800,4848,3262,187,191,987,2094,640,295,826,0.03795413,0.662066166,0.23875,0.203589109,0.426216161,0.129896489,0.436114044,0.155755016,0,0,1,1,1,1,1,1,5,1,High -6075021000,6,75,21000,4618,4618,4577,4600,2165,786,4476,1916,142,35,65,836,492,347,679,0.030749242,0.414898224,0.044529262,0.014521895,0.182652392,0.106956522,0.313625866,0.160277136,0,0,0,0,0,0,1,1,2,0,NA -6075021100,6,75,21100,4180,4180,4180,4180,1919,928,3946,1181,258,65,119,414,355,123,302,0.061722488,0.282535885,0.070043103,0.030157121,0.099043062,0.08492823,0.157373632,0.064095883,0,0,0,0,0,0,1,0,1,0,NA -6075021200,6,75,21200,3098,3098,3086,3086,1421,684,2862,804,86,45,22,295,129,93,80,0.027759845,0.259522272,0.065789474,0.007686932,0.095593001,0.041801685,0.056298381,0.065446868,0,0,0,0,0,0,0,0,0,0,NA -6075021300,6,75,21300,2714,2714,2714,2714,1227,642,2504,781,119,26,38,201,163,36,97,0.043846721,0.287767133,0.040498442,0.015175719,0.074060427,0.060058954,0.079054605,0.029339853,0,0,0,0,0,0,0,0,0,0,NA -6075021400,6,75,21400,3736,3736,3736,3736,1666,736,3414,1153,142,43,61,260,288,91,243,0.038008565,0.308618844,0.058423913,0.017867604,0.069593148,0.077087794,0.145858343,0.054621849,0,0,0,0,0,0,1,0,1,0,NA -6075021500,6,75,21500,4920,4920,4920,4920,2580,849,4622,1233,192,59,40,594,276,149,563,0.03902439,0.250609756,0.069493522,0.008654262,0.120731707,0.056097561,0.218217054,0.057751938,0,0,0,0,0,0,1,0,1,0,NA -6075021600,6,75,21600,4551,4551,4551,4551,2171,1011,4347,2007,258,167,13,574,384,75,240,0.056690837,0.441001978,0.165182987,0.002990568,0.126126126,0.08437706,0.110548135,0.034546292,0,0,0,0,0,0,1,0,1,0,NA -6075021700,6,75,21700,4094,4094,4094,4094,1839,1012,3855,1853,257,116,129,738,324,171,170,0.062774792,0.452613581,0.114624506,0.033463035,0.180263801,0.079140205,0.092441544,0.092985318,0,0,0,0,0,0,0,0,0,0,NA -6075021800,6,75,21800,4112,4112,4112,4112,1867,1046,3824,1124,179,85,23,304,162,10,210,0.043531128,0.273346304,0.08126195,0.006014644,0.073929961,0.039396887,0.112479914,0.005356186,0,0,0,0,0,0,1,0,1,0,NA -6075022600,6,75,22600,2082,2082,2082,2082,949,425,1932,845,19,42,24,164,78,35,113,0.009125841,0.40585975,0.098823529,0.01242236,0.078770413,0.037463977,0.119072708,0.036880927,0,0,0,0,0,0,1,0,1,0,NA -6075022702,6,75,22702,2239,2239,2201,2201,1003,508,2075,694,51,30,36,114,63,54,84,0.022778026,0.309959803,0.059055118,0.017349398,0.051794639,0.028623353,0.083748754,0.053838485,0,0,0,0,0,0,0,0,0,0,NA -6075022704,6,75,22704,3411,3411,3411,3411,1636,755,3194,1072,197,26,52,314,309,74,101,0.057754324,0.314277338,0.034437086,0.016280526,0.092055116,0.09058927,0.061735941,0.045232274,0,0,0,0,0,0,0,0,0,0,NA -6075022801,6,75,22801,5278,5278,5237,5266,1947,1025,4938,3168,97,135,769,1643,267,265,394,0.018378174,0.600227359,0.131707317,0.155731065,0.313729234,0.050702621,0.202362609,0.136106831,0,0,0,0,1,1,1,0,2,0,NA -6075022802,6,75,22802,2402,2402,1983,1983,672,327,2284,1621,225,38,296,893,277,129,217,0.09367194,0.674854288,0.116207951,0.129597198,0.450327786,0.139687342,0.322916667,0.191964286,0,0,0,1,1,1,1,1,4,1,High -6075022803,6,75,22803,4637,4637,4607,4607,1570,815,4347,2888,145,101,493,1371,403,114,300,0.031270218,0.622816476,0.12392638,0.113411548,0.297590623,0.087475581,0.191082803,0.072611465,0,0,0,0,0,0,1,0,1,0,NA -6075022901,6,75,22901,5691,5691,5691,5691,1540,908,5197,4110,215,234,1325,2294,607,241,670,0.037778949,0.722192936,0.257709251,0.254954782,0.403092602,0.106659638,0.435064935,0.156493506,0,1,1,0,1,1,1,1,4,1,High -6075022902,6,75,22902,2712,2712,2712,2712,832,485,2576,1628,130,69,257,772,226,97,211,0.047935103,0.600294985,0.142268041,0.099767081,0.284660767,0.083333333,0.253605769,0.116586538,0,0,0,0,0,0,1,0,1,0,NA -6075022903,6,75,22903,3148,3148,3116,3148,1157,646,2951,2203,140,171,224,820,339,88,284,0.044472681,0.699809403,0.264705882,0.075906472,0.263157895,0.107687421,0.245462403,0.076058773,0,0,1,0,0,0,1,0,2,0,NA -6075023001,6,75,23001,5204,5204,5193,5193,1333,1075,4921,4876,263,126,1573,1885,417,121,188,0.050538048,0.93697156,0.117209302,0.319650478,0.362988639,0.080300404,0.141035259,0.090772693,0,1,0,0,1,1,1,0,2,1,High -6075023003,6,75,23003,4330,4330,4243,4330,1190,934,4171,4001,221,131,725,1119,301,62,114,0.051039261,0.924018476,0.140256959,0.173819228,0.263728494,0.069515012,0.095798319,0.05210084,0,1,0,0,1,0,0,0,1,0,NA -6075023102,6,75,23102,4653,4653,4639,4653,1567,974,4096,4402,210,509,326,2488,438,213,393,0.045132173,0.946056308,0.522587269,0.079589844,0.536322483,0.094132818,0.250797703,0.135928526,0,1,1,0,0,1,1,0,2,1,Highest -6075023103,6,75,23103,2904,2904,2904,2904,1045,687,2623,2778,56,402,82,2225,449,246,382,0.019283747,0.95661157,0.585152838,0.031261914,0.766184573,0.154614325,0.365550239,0.235406699,0,1,1,1,0,1,1,1,4,1,Highest -6075023200,6,75,23200,4414,4414,4399,4414,1253,843,4117,4163,178,224,542,1615,504,257,250,0.040326235,0.943135478,0.265717675,0.131649259,0.367128893,0.114182148,0.199521149,0.205107741,0,1,1,0,1,1,1,1,4,1,High -6075023300,6,75,23300,3203,3203,3193,3203,949,790,3031,2966,139,132,1032,1053,265,123,175,0.043396815,0.926006869,0.167088608,0.340481689,0.329783902,0.082734936,0.184404636,0.129610116,0,1,0,0,1,1,1,0,2,1,High -6075023400,6,75,23400,3176,3176,3166,3176,861,699,2956,3024,166,230,669,1739,268,84,179,0.052267003,0.952141058,0.329041488,0.22631935,0.549273531,0.084382872,0.207897793,0.097560976,0,1,1,0,1,1,1,0,3,1,Highest -6075025100,6,75,25100,3620,3620,3620,3606,1400,770,3387,1762,187,40,57,703,258,93,115,0.051657459,0.486740331,0.051948052,0.016829052,0.194198895,0.071547421,0.082142857,0.066428571,0,0,0,0,0,0,0,0,0,0,NA -6075025200,6,75,25200,5845,5845,5845,5845,2117,1090,5344,2441,145,47,169,972,421,103,303,0.024807528,0.417621899,0.043119266,0.031624251,0.166295979,0.072027374,0.143127067,0.048653755,0,0,0,0,0,0,1,0,1,0,NA -6075025300,6,75,25300,4349,4349,4270,4270,1734,893,4079,2000,221,78,273,1029,164,170,302,0.05081628,0.459875834,0.087346025,0.066928169,0.240983607,0.038407494,0.174163783,0.098039216,0,0,0,0,0,0,1,0,1,0,NA -6075025401,6,75,25401,4044,4044,3978,4044,1307,817,3900,2531,127,127,344,1099,413,120,335,0.03140455,0.62586548,0.155446756,0.088205128,0.276269482,0.102126607,0.256312165,0.091813313,0,0,0,0,0,0,1,0,1,0,NA -6075025402,6,75,25402,2965,2965,2965,2965,1117,623,2706,1628,193,13,162,516,290,9,98,0.065092749,0.549072513,0.020866774,0.059866962,0.174030354,0.097807757,0.087735004,0.008057296,0,0,0,0,0,0,0,0,0,0,NA -6075025403,6,75,25403,5315,5315,5298,5315,1447,1020,4953,4082,269,252,785,1467,712,164,185,0.050611477,0.768015052,0.247058824,0.158489804,0.276896942,0.133960489,0.127850726,0.113337941,0,1,1,1,1,0,1,0,4,0,NA -6075025500,6,75,25500,9446,9446,9390,9436,2741,2058,8652,7549,642,248,1161,1736,591,314,341,0.067965276,0.799174254,0.120505345,0.134188627,0.184877529,0.062632471,0.124407151,0.114556731,0,1,0,0,1,0,1,0,2,0,NA -6075025600,6,75,25600,5504,5504,5504,5504,1598,1148,5243,4601,373,48,1299,1382,445,102,154,0.067768895,0.8359375,0.041811847,0.247758917,0.251090116,0.080850291,0.096370463,0.063829787,0,1,0,0,1,0,0,0,1,0,NA -6075025701,6,75,25701,5116,5116,5067,5116,1475,1081,4970,4528,462,85,1193,979,532,141,208,0.090304926,0.885066458,0.078630897,0.240040241,0.193210973,0.10398749,0.141016949,0.09559322,0,1,0,0,1,0,1,0,2,0,NA -6075025702,6,75,25702,4739,4739,4734,4734,1217,1025,4456,4467,307,156,1492,2020,350,142,226,0.064781599,0.942603925,0.152195122,0.334829443,0.426700465,0.073933249,0.185702547,0.116680362,0,1,0,0,1,1,1,0,2,1,High -6075025800,6,75,25800,2061,2061,2047,2061,619,419,1894,1770,119,90,395,711,146,49,82,0.057738962,0.858806405,0.214797136,0.208553326,0.347337567,0.070839398,0.132471729,0.079159935,0,1,1,0,1,1,1,0,3,1,High -6075025900,6,75,25900,4498,4498,4498,4498,1504,922,4364,3574,398,82,739,578,471,99,169,0.088483771,0.794575367,0.088937093,0.169340055,0.128501556,0.104713206,0.112367021,0.065824468,0,1,0,0,1,0,1,0,2,0,NA -6075026001,6,75,26001,5901,5901,5901,5901,1566,1227,5496,5312,262,208,1140,2203,499,314,310,0.044399254,0.900186409,0.169519152,0.207423581,0.373326555,0.084561939,0.197956577,0.200510856,0,1,0,0,1,1,1,1,3,1,High -6075026002,6,75,26002,3359,3359,3100,3100,984,664,3248,2528,373,85,480,782,342,21,88,0.111044954,0.752604942,0.128012048,0.147783251,0.252258065,0.110322581,0.089430894,0.021341463,1,1,0,0,1,0,0,0,2,0,NA -6075026003,6,75,26003,5261,5261,5241,5261,1395,1094,5034,4571,390,158,985,1517,555,152,127,0.074130393,0.868846227,0.144424132,0.195669448,0.289448579,0.105493252,0.091039427,0.108960573,0,1,0,0,1,0,0,0,1,0,NA -6075026004,6,75,26004,4924,4924,4924,4924,1276,922,4729,4416,219,39,1194,1453,420,214,148,0.044476036,0.896831844,0.042299349,0.252484669,0.295085297,0.085296507,0.115987461,0.167711599,0,1,0,0,1,0,1,1,3,0,NA -6075026100,6,75,26100,7156,7156,7132,7156,1993,1451,6712,6573,455,63,2082,1782,765,296,377,0.063583007,0.918529905,0.043418332,0.310190703,0.249859787,0.106903298,0.189162067,0.148519819,0,1,0,0,1,0,1,0,2,0,NA -6075026200,6,75,26200,7671,7671,7627,7661,2003,1620,7421,6964,390,80,1437,2410,554,86,213,0.050840829,0.907834702,0.049382716,0.193639671,0.315982693,0.072314319,0.106340489,0.042935597,0,1,0,0,1,1,1,0,2,1,High -6075026301,6,75,26301,4830,4830,4812,4820,1406,1008,4703,4179,349,123,1254,1644,525,99,228,0.072256729,0.865217391,0.12202381,0.266638316,0.341645885,0.108921162,0.162162162,0.070412518,0,1,0,0,1,1,1,0,2,1,High -6075026302,6,75,26302,4717,4717,4709,4717,1533,1214,4626,4071,400,124,1099,776,572,113,132,0.084799661,0.863048548,0.10214168,0.237570255,0.164790826,0.121263515,0.086105675,0.073711676,0,1,0,1,1,0,0,0,2,0,NA -6075026303,6,75,26303,4844,4844,4780,4780,1216,1027,4621,4271,340,138,1200,1504,439,176,131,0.070189926,0.881709331,0.134371957,0.259684051,0.314644351,0.091841004,0.107730263,0.144736842,0,1,0,0,1,1,1,0,2,1,High -6075026401,6,75,26401,3710,3710,3700,3710,1061,893,3590,3553,381,91,1111,1351,395,139,222,0.102695418,0.957681941,0.101903695,0.309470752,0.365135135,0.106469003,0.209236569,0.131008483,1,1,0,0,1,1,1,0,3,1,High -6075026402,6,75,26402,4734,4734,4667,4715,1194,897,4396,4340,234,190,907,898,465,79,87,0.049429658,0.916772286,0.211817168,0.206323931,0.192414828,0.098621421,0.072864322,0.066164154,0,1,1,0,1,0,0,0,2,0,NA -6075026403,6,75,26403,3868,3868,3737,3825,1051,856,3587,3665,282,69,1222,1079,415,171,236,0.072905895,0.947518097,0.080607477,0.340674658,0.288734279,0.108496732,0.224548049,0.162702188,0,1,0,0,1,0,1,1,3,0,NA -6075026404,6,75,26404,2823,2823,2806,2823,700,548,2603,2721,109,101,756,1372,210,178,104,0.038611406,0.963868225,0.184306569,0.290434114,0.488952245,0.074388948,0.148571429,0.254285714,0,1,0,0,1,1,1,1,3,1,Highest -6075030101,6,75,30101,4936,4936,4799,4936,2114,850,4733,2027,218,45,189,1017,461,194,594,0.044165316,0.410656402,0.052941176,0.03993239,0.21191915,0.093395462,0.280983917,0.091769158,0,0,0,0,0,0,1,0,1,0,NA -6075030102,6,75,30102,5073,5073,4604,5073,2242,1005,4863,1852,394,68,105,431,310,160,266,0.077666075,0.365069978,0.067661692,0.02159161,0.093614248,0.061107826,0.118644068,0.071364853,0,0,0,0,0,0,1,0,1,0,NA -6075030201,6,75,30201,4327,4327,4291,4327,1907,916,4206,2009,247,60,382,651,330,189,289,0.05708343,0.464293968,0.065502183,0.090822634,0.151712887,0.076265311,0.151546932,0.099108547,0,0,0,0,0,0,1,0,1,0,NA -6075030202,6,75,30202,4621,4621,4621,4621,2149,1041,4427,2507,205,70,375,814,159,121,543,0.044362692,0.542523263,0.067243036,0.084707477,0.176152348,0.034408137,0.252675663,0.056305258,0,0,0,0,0,0,1,0,1,0,NA -6075030301,6,75,30301,6024,6024,5968,5968,2361,1359,5560,3359,431,90,511,969,568,193,323,0.071547145,0.557602922,0.066225166,0.091906475,0.162365952,0.095174263,0.136806438,0.081745023,0,0,0,0,0,0,1,0,1,0,NA -6075030302,6,75,30302,4143,4143,4143,4143,1464,970,3993,2553,299,38,369,670,315,88,119,0.072169925,0.61622013,0.039175258,0.092411721,0.161718561,0.076031861,0.081284153,0.06010929,0,0,0,0,0,0,0,0,0,0,NA -6075030400,6,75,30400,5568,5568,5553,5568,1967,1461,5214,2899,469,78,296,791,313,72,134,0.084231322,0.520653736,0.05338809,0.056770234,0.142445525,0.05621408,0.068124047,0.036603965,0,0,0,0,0,0,0,0,0,0,NA -6075030500,6,75,30500,2950,2950,2419,2419,1040,614,2837,1597,513,35,263,292,425,26,126,0.173898305,0.541355932,0.057003257,0.09270356,0.120711038,0.175692435,0.121153846,0.025,1,0,0,1,0,0,1,0,3,0,NA -6075030600,6,75,30600,2424,2424,2419,2424,878,639,2221,1168,215,26,36,232,184,29,29,0.08869637,0.481848185,0.040688576,0.016208915,0.0959074,0.075907591,0.033029613,0.033029613,0,0,0,0,0,0,0,0,0,0,NA -6075030700,6,75,30700,6673,6673,6673,6673,2652,1922,6250,3185,675,115,187,987,664,74,60,0.101153904,0.477296568,0.059833507,0.02992,0.147909486,0.09950547,0.022624434,0.027903469,1,0,0,0,0,0,0,0,1,0,NA -6075030800,6,75,30800,6136,6136,6074,6094,2260,1614,5720,3081,592,74,297,496,439,94,177,0.096479791,0.502118644,0.045848823,0.051923077,0.081659532,0.07203807,0.078318584,0.04159292,0,0,0,0,0,0,0,0,0,0,NA -6075030900,6,75,30900,6891,6891,6872,6886,2343,1917,6763,3843,723,165,307,793,638,0,64,0.10491946,0.557683936,0.086071987,0.045394056,0.115395809,0.092651757,0.027315408,0,1,0,0,0,0,0,0,0,1,0,NA -6075031000,6,75,31000,3601,3601,3601,3601,1302,1018,3387,1887,357,37,295,349,331,51,121,0.099139128,0.524021105,0.036345776,0.087097727,0.096917523,0.091918911,0.092933948,0.039170507,0,0,0,0,0,0,0,0,0,0,NA -6075031100,6,75,31100,6885,6885,6885,6885,2488,1558,6544,3883,526,104,466,911,601,67,348,0.076397967,0.563979666,0.066752246,0.071210269,0.13231663,0.087291213,0.139871383,0.02692926,0,0,0,0,0,0,1,0,1,0,NA -6075031201,6,75,31201,7331,7331,7299,7264,1983,1366,7115,6124,407,117,1537,1978,769,238,344,0.055517665,0.835356704,0.085651537,0.216022488,0.270996027,0.105864537,0.173474534,0.120020171,0,1,0,0,1,0,1,0,2,0,NA -6075031202,6,75,31202,3220,3220,3207,3220,862,615,3067,2876,237,81,794,891,305,82,115,0.073602484,0.893167702,0.131707317,0.258884904,0.277829747,0.094720497,0.133410673,0.09512761,0,1,0,0,1,0,1,0,2,0,NA -6075031301,6,75,31301,4477,4477,4477,4453,1314,922,4288,3681,340,124,657,1451,467,65,158,0.075943712,0.822202368,0.134490239,0.153218284,0.32410096,0.104873119,0.120243531,0.049467275,0,1,0,0,1,1,1,0,2,1,High -6075031302,6,75,31302,5989,5989,5952,5989,1942,1186,5592,5337,378,250,1080,1984,741,216,134,0.063115712,0.891133745,0.21079258,0.193133047,0.333333333,0.123726833,0.06900103,0.111225541,0,1,1,1,1,1,0,0,3,1,High -6075031400,6,75,31400,6990,6990,6956,6980,1861,1305,6705,6305,382,210,1706,2979,641,274,254,0.054649499,0.902002861,0.16091954,0.254436987,0.42826337,0.091833811,0.13648576,0.147232671,0,1,0,0,1,1,1,0,2,1,Higher -6075032601,6,75,32601,4908,4908,4908,4908,1828,1190,4748,3200,261,85,635,872,470,125,246,0.053178484,0.65199674,0.071428571,0.133740522,0.177669112,0.095762021,0.134573304,0.068380744,0,0,0,0,1,0,1,0,2,0,NA -6075032602,6,75,32602,4662,4662,4634,4662,1718,984,4452,3243,476,63,703,1224,548,249,322,0.102102102,0.695624196,0.06402439,0.157906559,0.264134657,0.117546118,0.187427241,0.144935972,1,0,0,0,1,0,1,0,3,0,NA -6075032700,6,75,32700,7113,7113,7095,7113,2461,1684,6918,4767,628,130,956,1375,689,192,264,0.088289048,0.670181358,0.07719715,0.138190228,0.19379845,0.096864895,0.107273466,0.078017066,0,0,0,0,1,0,1,0,2,0,NA -6075032801,6,75,32801,4207,4207,4060,4064,1460,983,3958,2909,474,47,735,844,456,193,184,0.112669361,0.691466603,0.047812818,0.185699848,0.207881773,0.112204724,0.126027397,0.132191781,1,0,0,0,1,0,1,0,3,0,NA -6075032802,6,75,32802,4383,4383,4383,4383,1544,1008,4260,3434,319,90,492,739,335,194,220,0.0727812,0.783481634,0.089285714,0.115492958,0.168605978,0.076431668,0.142487047,0.125647668,0,1,0,0,0,0,1,0,1,0,NA -6075032901,6,75,32901,5757,5757,5686,5736,1819,1326,5539,4194,648,58,983,1075,657,176,159,0.112558624,0.728504429,0.043740573,0.177468857,0.189060851,0.114539749,0.087410665,0.09675646,1,1,0,0,1,0,0,0,2,0,NA -6075032902,6,75,32902,4463,4463,4395,4463,1385,1000,4191,3378,446,51,926,909,512,91,139,0.099932781,0.756889984,0.051,0.220949654,0.206825939,0.11472104,0.100361011,0.065703971,0,1,0,0,1,0,1,0,2,0,NA -6075033000,6,75,33000,8165,8165,8082,8117,2710,1717,7662,5231,651,32,958,1910,806,275,246,0.079730557,0.640661359,0.018637158,0.125032629,0.236327642,0.09929777,0.090774908,0.101476015,0,0,0,0,1,0,0,0,1,0,NA -6075033100,6,75,33100,4042,4042,4021,4021,1463,1082,3915,2461,549,24,188,572,357,42,69,0.13582385,0.608857001,0.022181146,0.048020434,0.142253171,0.088783885,0.047163363,0.028708134,1,0,0,0,0,0,0,0,1,0,NA -6075033201,6,75,33201,4165,4165,1624,4165,640,186,4156,2679,65,18,135,1224,297,376,281,0.015606242,0.643217287,0.096774194,0.032483157,0.753694581,0.071308523,0.4390625,0.5875,0,0,0,0,0,1,1,1,2,0,NA -6075033203,6,75,33203,4212,4212,4212,4206,1586,705,4060,2521,181,131,263,1965,323,600,400,0.04297246,0.598528015,0.185815603,0.064778325,0.466524217,0.076795055,0.25220681,0.378310214,0,0,0,0,0,1,1,1,2,0,NA -6075033204,6,75,33204,4262,4262,4262,4255,1591,611,4183,2918,178,38,394,2155,312,549,372,0.04176443,0.684655092,0.062193126,0.094190772,0.505631159,0.073325499,0.233815211,0.345065996,0,0,0,0,0,1,1,1,2,0,NA -6075035100,6,75,35100,8868,8868,8812,8868,2849,1919,8437,5804,769,234,1314,1475,701,158,347,0.086716283,0.654488047,0.12193851,0.155742563,0.167385384,0.079048263,0.121797122,0.055458055,0,0,0,0,1,0,1,0,2,0,NA -6075035201,6,75,35201,5841,5841,5835,5811,1960,1229,5574,3685,400,91,680,1126,395,155,198,0.068481424,0.630885122,0.074043938,0.121994977,0.192973436,0.067974531,0.101020408,0.079081633,0,0,0,0,1,0,1,0,2,0,NA -6075035202,6,75,35202,4650,4650,4650,4650,1834,934,4430,2715,236,65,552,1083,370,321,311,0.050752688,0.583870968,0.069593148,0.124604966,0.232903226,0.079569892,0.1695747,0.175027263,0,0,0,0,1,0,1,1,3,0,NA -6075035300,6,75,35300,7514,7514,7490,7514,2594,1881,7068,5784,636,133,1358,1610,727,323,217,0.084642002,0.769763109,0.070707071,0.19213356,0.214953271,0.096752728,0.083654588,0.124518119,0,1,0,0,1,0,0,0,1,0,NA -6075035400,6,75,35400,6473,6473,6457,6473,2514,1655,6279,4374,619,120,1209,1059,876,246,384,0.095627993,0.675729955,0.072507553,0.192546584,0.164008053,0.135331376,0.15274463,0.097852029,0,0,0,1,1,0,1,0,3,0,NA -6075040100,6,75,40100,4525,4525,4464,4464,1946,916,4250,1995,285,54,413,997,411,230,405,0.062983425,0.440883978,0.058951965,0.097176471,0.223342294,0.092069892,0.208119219,0.118191161,0,0,0,0,0,0,1,0,1,0,NA -6075040200,6,75,40200,5563,5563,5541,5563,2433,1077,5227,2732,540,88,772,1049,578,284,747,0.097069926,0.491101923,0.081708449,0.147694662,0.189316008,0.103900773,0.30702836,0.116728319,0,0,0,0,1,0,1,0,2,0,NA -6075042601,6,75,42601,4175,4175,4175,4175,1788,790,3850,2159,365,77,712,1383,282,354,623,0.08742515,0.517125749,0.097468354,0.184935065,0.331257485,0.06754491,0.348434004,0.197986577,0,0,0,0,1,1,1,1,3,1,High -6075042602,6,75,42602,3090,3090,3090,3077,1383,762,2869,1401,249,40,188,351,266,188,274,0.080582524,0.453398058,0.052493438,0.065528059,0.113592233,0.086447839,0.198120029,0.13593637,0,0,0,0,0,0,1,0,1,0,NA -6075042700,6,75,42700,4897,4897,4897,4897,2338,1096,4688,2811,464,36,812,1676,804,513,751,0.094751889,0.574024913,0.032846715,0.173208191,0.342250357,0.164182152,0.321214713,0.219418306,0,0,0,1,1,1,1,1,4,1,High -6075042800,6,75,42800,2456,2456,2456,2456,897,663,2278,703,245,64,67,183,160,48,30,0.0997557,0.286237785,0.09653092,0.029411765,0.074511401,0.06514658,0.033444816,0.053511706,0,0,0,0,0,0,0,0,0,0,NA -6075045100,6,75,45100,5093,5093,5093,5093,2109,939,4905,2707,374,57,473,1374,385,286,618,0.073434125,0.531513843,0.060702875,0.096432212,0.269782054,0.075593952,0.293029872,0.135609294,0,0,0,0,0,0,1,0,1,0,NA -6075045200,6,75,45200,7322,7322,7310,7310,3020,1663,7235,4030,474,53,869,1948,670,520,551,0.064736411,0.550396067,0.031870114,0.120110574,0.266484268,0.091655267,0.182450331,0.17218543,0,0,0,0,1,0,1,1,3,0,NA -6075047600,6,75,47600,5647,5647,5647,5647,2211,1346,5387,3398,458,90,833,689,349,202,325,0.081105012,0.601735435,0.066864785,0.15463152,0.122011688,0.061802727,0.146992311,0.091361375,0,0,0,0,1,0,1,0,2,0,NA -6075047701,6,75,47701,4322,4322,4313,4322,1907,964,4258,2664,463,31,851,1202,426,295,456,0.10712633,0.616381305,0.032157676,0.199859089,0.278692326,0.098565479,0.239119035,0.154693235,1,0,0,0,1,0,1,1,4,0,NA -6075047702,6,75,47702,4218,4218,4218,4218,1564,964,4099,2573,346,75,567,866,339,203,392,0.082029398,0.610004742,0.07780083,0.138326421,0.205310574,0.080369844,0.250639386,0.129795396,0,0,0,0,1,0,1,0,2,0,NA -6075047801,6,75,47801,4023,4023,4001,4012,1590,979,3844,2844,481,37,749,837,495,192,279,0.119562516,0.706935123,0.037793667,0.194849116,0.209197701,0.12337986,0.175471698,0.120754717,1,1,0,1,1,0,1,0,4,0,NA -6075047802,6,75,47802,3937,3937,3878,3937,1477,761,3802,2686,351,55,492,1120,470,218,267,0.089154178,0.682245364,0.072273325,0.129405576,0.288808664,0.119380239,0.180771835,0.147596479,0,0,0,0,1,0,1,0,2,0,NA -6075047901,6,75,47901,6860,6860,6837,6786,2679,1526,6402,3989,607,202,494,1443,694,390,365,0.088483965,0.58148688,0.132372215,0.077163386,0.211057481,0.102269378,0.136244867,0.145576708,0,0,0,0,0,0,1,0,1,0,NA -6075047902,6,75,47902,3701,3701,3701,3701,1512,839,3518,2037,301,91,295,974,455,252,169,0.08132937,0.550391786,0.108462455,0.083854463,0.263172116,0.122939746,0.111772487,0.166666667,0,0,0,1,0,0,1,1,3,0,NA -6075060100,6,75,60100,3828,3828,3800,3828,1306,804,3390,702,0,112,53,383,49,145,72,0,0.18338558,0.139303483,0.015634218,0.100789474,0.012800418,0.055130168,0.111026034,0,0,0,0,0,0,0,0,0,0,NA -6075060400,6,75,60400,1662,1662,1662,1662,998,274,1600,719,252,47,130,646,359,338,360,0.151624549,0.432611312,0.171532847,0.08125,0.388688327,0.216004813,0.360721443,0.338677355,1,0,0,1,0,1,1,1,4,1,High -6075060502,6,75,60502,3430,3430,3416,3430,951,832,3190,3343,81,356,565,2160,412,146,388,0.02361516,0.974635569,0.427884615,0.177115987,0.632318501,0.120116618,0.407991588,0.153522608,0,1,1,1,1,1,1,1,5,1,Highest -6075060700,6,75,60700,10529,10529,10239,10529,5186,2434,10102,6472,329,227,1067,1941,988,532,1864,0.031247032,0.614683256,0.09326212,0.105622649,0.189569294,0.093836072,0.359429233,0.10258388,0,0,0,0,0,0,1,0,1,0,NA -6075061000,6,75,61000,4730,4730,4730,4730,1594,1155,4327,4055,188,158,644,938,309,146,123,0.0397463,0.857293869,0.136796537,0.14883291,0.198308668,0.065327696,0.077164366,0.091593476,0,1,0,0,1,0,0,0,1,0,NA -6075061100,6,75,61100,4686,4686,4686,4686,2104,1173,4542,4520,752,113,2949,3198,738,623,1736,0.16047802,0.964575331,0.096334186,0.649273448,0.682458387,0.157490397,0.825095057,0.296102662,1,1,0,1,1,1,1,1,5,1,Highest -6075061200,6,75,61200,4249,4249,4195,4244,1184,791,4021,3744,151,239,1136,1791,432,218,289,0.035537774,0.881148506,0.302149178,0.282516787,0.42693683,0.101790763,0.244087838,0.184121622,0,1,1,0,1,1,1,1,4,1,Higher -6075061400,6,75,61400,6035,6035,6035,6035,2483,1443,5511,3333,260,493,439,1879,541,203,391,0.043082022,0.552278376,0.341649342,0.079658864,0.311350456,0.089643745,0.157470801,0.08175594,0,0,1,0,0,1,1,0,2,0,NA -6075061500,6,75,61500,13057,13057,12893,13057,7352,2421,12502,6371,413,139,419,2122,957,567,2243,0.031630543,0.487937505,0.057414292,0.033514638,0.164585434,0.073294019,0.305087051,0.077121872,0,0,0,0,0,0,1,0,1,0,NA -6075980200,6,75,980200,320,320,115,115,72,19,315,141,55,0,36,13,10,0,10,0.171875,0.440625,0,0.114285714,0.113043478,0.086956522,0.138888889,0,1,0,0,0,0,0,1,0,2,0,NA -6075980300,6,75,980300,89,89,89,89,76,0,89,5,0,0,0,4,8,0,17,0,0.056179775,0,0,0.04494382,0.08988764,0.223684211,0,0,0,0,0,0,0,1,0,1,0,NA -6075980401,6,75,980401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075980501,6,75,980501,853,853,853,853,285,191,824,824,171,50,222,485,209,5,179,0.200468933,0.966002345,0.261780105,0.269417476,0.568581477,0.245017585,0.628070175,0.01754386,1,1,1,1,1,1,1,0,5,1,Highest -6075980600,6,75,980600,476,476,476,476,188,118,456,401,19,35,29,210,64,30,45,0.039915966,0.842436975,0.296610169,0.063596491,0.441176471,0.134453782,0.239361702,0.159574468,0,1,1,1,0,1,1,1,4,1,Higher -6075980900,6,75,980900,260,260,260,260,142,50,237,134,0,16,5,77,13,37,28,0,0.515384615,0.32,0.021097046,0.296153846,0.05,0.197183099,0.26056338,0,0,1,0,0,0,1,1,3,0,NA -6075990100,6,75,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081600100,6,81,600100,5229,5229,5198,5229,2092,1234,4907,3248,132,143,135,920,378,201,194,0.025243832,0.621151272,0.115883306,0.027511718,0.17699115,0.072289157,0.092734226,0.096080306,0,0,0,0,0,0,0,0,0,0,NA -6081600200,6,81,600200,4201,4201,4192,4199,1155,893,4045,3993,301,187,993,1299,356,205,122,0.071649607,0.950487979,0.209406495,0.245488257,0.309875954,0.084782091,0.105627706,0.177489177,0,1,1,0,1,1,1,1,4,1,High -6081600300,6,81,600300,3861,3861,3861,3861,1219,996,3632,3241,218,130,498,573,229,33,48,0.056462056,0.839419839,0.130522088,0.137114537,0.148407148,0.059311059,0.039376538,0.02707137,0,1,0,0,1,0,0,0,1,0,NA -6081600401,6,81,600401,3415,3415,3415,3415,1075,655,3146,3027,340,27,317,336,446,42,49,0.099560761,0.886383602,0.041221374,0.100762873,0.098389458,0.130600293,0.045581395,0.039069767,0,1,0,1,0,0,0,0,1,0,NA -6081600402,6,81,600402,5166,5166,5130,5166,1260,1111,4987,4868,392,177,1058,1374,303,69,99,0.075880759,0.942315137,0.159315932,0.212151594,0.267836257,0.058652729,0.078571429,0.054761905,0,1,0,0,1,0,0,0,1,0,NA -6081600500,6,81,600500,7549,7549,7549,7549,2040,1621,7333,6714,270,32,510,700,438,15,67,0.035766327,0.889389323,0.019740901,0.069548616,0.092727514,0.05802093,0.032843137,0.007352941,0,1,0,0,0,0,0,0,0,0,NA -6081600600,6,81,600600,5704,5704,5704,5704,1535,1236,5396,5341,446,171,1060,1494,459,173,152,0.078190743,0.936360449,0.138349515,0.196441809,0.261921459,0.080469846,0.099022801,0.112703583,0,1,0,0,1,0,0,0,1,0,NA -6081600700,6,81,600700,7283,7283,7274,7274,2145,1726,6699,6482,524,248,1056,1911,802,313,224,0.071948373,0.89001785,0.14368482,0.157635468,0.262716525,0.110255705,0.104428904,0.145920746,0,1,0,0,1,0,1,0,2,0,NA -6081600800,6,81,600800,7375,7375,7363,7375,2720,1519,7099,6275,322,277,566,3031,595,846,730,0.043661017,0.850847458,0.182356814,0.079729539,0.411652859,0.080677966,0.268382353,0.311029412,0,1,0,0,0,1,1,1,2,1,Higher -6081600900,6,81,600900,3993,3993,3993,3993,1387,991,3749,2581,370,91,379,1035,382,125,73,0.092662159,0.646381167,0.091826438,0.101093625,0.259203606,0.095667418,0.052631579,0.090122567,0,0,0,0,0,0,0,0,0,0,NA -6081601000,6,81,601000,6493,6493,6461,6480,1984,1572,6231,5420,314,101,508,760,518,24,46,0.048359772,0.83474511,0.064249364,0.081527845,0.11762885,0.079938272,0.023185484,0.012096774,0,1,0,0,0,0,0,0,0,0,NA -6081601100,6,81,601100,6221,6221,6205,6221,1902,1466,6044,4951,593,55,662,824,652,30,83,0.095322295,0.795852757,0.037517053,0.109530113,0.132796132,0.104806301,0.043638275,0.015772871,0,1,0,0,0,0,0,0,0,0,NA -6081601200,6,81,601200,6819,6819,6784,6784,2140,1575,6565,5715,423,111,674,1224,438,250,129,0.062032556,0.838099428,0.07047619,0.102665651,0.180424528,0.064563679,0.060280374,0.11682243,0,1,0,0,0,0,0,0,0,0,NA -6081601300,6,81,601300,8765,8765,8765,8765,2552,1965,8231,8008,409,556,1541,3052,724,590,355,0.046662864,0.913633771,0.282951654,0.18721905,0.34820308,0.082601255,0.139106583,0.231191223,0,1,1,0,1,1,1,1,4,1,High -6081601400,6,81,601400,7462,7462,7398,7398,2142,1416,7189,6535,885,79,929,2017,717,233,224,0.118600911,0.875770571,0.05579096,0.129225205,0.272641254,0.096918086,0.104575163,0.108776844,1,1,0,0,1,0,1,0,3,0,NA -6081601501,6,81,601501,5414,5414,5389,5401,1354,1152,5143,4792,374,106,616,745,471,38,69,0.069080163,0.885112671,0.092013889,0.119774451,0.138244572,0.087206073,0.050960118,0.028064993,0,1,0,0,0,0,0,0,0,0,NA -6081601502,6,81,601502,5539,5539,5205,5205,1758,1219,5122,4901,457,152,641,1702,316,499,195,0.082505867,0.884816754,0.124692371,0.125146427,0.326993276,0.060710855,0.110921502,0.283845279,0,1,0,0,1,1,1,1,3,1,High -6081601601,6,81,601601,2744,2744,2744,2744,874,593,2564,2205,137,89,178,616,340,97,42,0.049927114,0.803571429,0.150084317,0.069422777,0.224489796,0.123906706,0.04805492,0.110983982,0,1,0,1,0,0,0,0,1,0,NA -6081601603,6,81,601603,5998,5998,5992,5992,1890,1341,5607,5083,442,98,385,831,557,183,91,0.07369123,0.84744915,0.073079791,0.06866417,0.138684913,0.092957276,0.048148148,0.096825397,0,1,0,0,0,0,0,0,0,0,NA -6081601604,6,81,601604,2821,2821,2821,2821,1106,675,2715,1798,143,21,149,449,213,87,25,0.050691244,0.637362637,0.031111111,0.054880295,0.159163417,0.07550514,0.022603978,0.078661844,0,0,0,0,0,0,0,0,0,0,NA -6081601605,6,81,601605,6531,6531,6513,6522,1758,1381,6413,6046,388,129,465,1067,477,46,11,0.059408973,0.925738784,0.093410572,0.072508966,0.163826194,0.073137075,0.00625711,0.026166098,0,1,0,0,0,0,0,0,0,0,NA -6081601700,6,81,601700,4554,4554,4542,4542,1323,1023,4332,3294,317,117,159,532,446,56,20,0.069609135,0.723320158,0.114369501,0.036703601,0.117129018,0.098194628,0.015117158,0.042328042,0,1,0,0,0,0,0,0,0,0,NA -6081601800,6,81,601800,7185,7185,7185,7185,2094,1713,6596,5198,558,199,504,1105,977,40,74,0.077661795,0.723451635,0.116170461,0.076409945,0.153792624,0.135977731,0.035339064,0.019102197,0,1,0,1,0,0,0,0,1,0,NA -6081601901,6,81,601901,4502,4502,4502,4502,1392,1046,4358,3550,302,80,292,865,456,91,64,0.067081297,0.788538427,0.076481836,0.067003212,0.192136828,0.101288316,0.045977011,0.065373563,0,1,0,0,0,0,0,0,0,0,NA -6081601902,6,81,601902,5552,5552,5552,5552,2172,1379,5272,4435,461,117,272,1017,358,143,221,0.083033141,0.798811239,0.08484409,0.051593323,0.183177233,0.064481268,0.10174954,0.065837937,0,1,0,0,0,0,1,0,1,0,NA -6081602000,6,81,602000,8100,8100,8038,8085,2442,1803,7714,6245,595,176,792,1937,934,136,96,0.07345679,0.770987654,0.097615086,0.102670469,0.240980343,0.115522573,0.039312039,0.055692056,0,1,0,0,0,0,0,0,0,0,NA -6081602100,6,81,602100,3346,3346,3346,3341,956,765,3153,3038,85,148,729,1323,245,175,101,0.025403467,0.907949791,0.193464052,0.231208373,0.39539749,0.073331338,0.105648536,0.183054393,0,1,0,0,1,1,1,1,3,1,High -6081602200,6,81,602200,7922,7922,7806,7922,2420,1571,7353,6935,164,493,1165,2867,635,575,351,0.020701843,0.87541025,0.313812858,0.158438732,0.367281578,0.080156526,0.145041322,0.237603306,0,1,1,0,1,1,1,1,4,1,High -6081602300,6,81,602300,3990,3990,3978,3983,1118,855,3678,3474,388,102,494,1243,444,165,55,0.097243108,0.870676692,0.119298246,0.134312126,0.312468577,0.111473763,0.049194991,0.147584973,0,1,0,0,1,1,0,0,1,1,High -6081602400,6,81,602400,7262,7262,7262,7262,2676,1929,6836,4453,799,171,233,1345,809,130,235,0.110024787,0.613191958,0.088646967,0.03408426,0.185210686,0.111401818,0.087817638,0.04857997,1,0,0,0,0,0,0,0,1,0,NA -6081602500,6,81,602500,5715,5715,5641,5620,1515,1288,5455,4830,407,92,371,580,567,26,29,0.071216098,0.845144357,0.071428571,0.068010999,0.102818649,0.10088968,0.019141914,0.017161716,0,1,0,0,0,0,0,0,0,0,NA -6081602600,6,81,602600,7951,7951,7934,7951,2702,2065,7553,7156,407,221,531,1330,535,251,105,0.05118853,0.900012577,0.107021792,0.070303191,0.167632972,0.067287134,0.038860104,0.092894152,0,1,0,0,0,0,0,0,0,0,NA -6081602700,6,81,602700,6062,6062,6056,6062,1944,1431,5706,4580,242,200,183,864,433,183,18,0.039920818,0.755526229,0.139762404,0.032071504,0.142668428,0.071428571,0.009259259,0.094135802,0,1,0,0,0,0,0,0,0,0,NA -6081602800,6,81,602800,4661,4661,4652,4661,1499,1095,4384,3223,193,165,220,506,386,89,40,0.041407423,0.691482514,0.150684932,0.050182482,0.108770421,0.082814847,0.026684456,0.059372915,0,0,0,0,0,0,0,0,0,0,NA -6081602900,6,81,602900,3864,3864,3799,3799,1574,867,3665,1659,112,109,75,690,322,134,64,0.028985507,0.429347826,0.125720877,0.020463847,0.181626744,0.084759147,0.040660737,0.085133418,0,0,0,0,0,0,0,0,0,0,NA -6081603000,6,81,603000,4353,4353,4353,4353,1828,1025,4084,1499,173,114,150,797,340,274,70,0.039742706,0.344360211,0.111219512,0.036728697,0.18309212,0.078107053,0.038293217,0.149890591,0,0,0,0,0,0,0,0,0,0,NA -6081603100,6,81,603100,3521,3521,3508,3513,1227,908,3315,1232,217,48,116,435,205,58,15,0.061630219,0.349900596,0.052863436,0.034992459,0.124002281,0.058354683,0.012224939,0.047269764,0,0,0,0,0,0,0,0,0,0,NA -6081603200,6,81,603200,3646,3646,3598,3598,1357,1018,3466,1154,123,107,38,568,323,41,18,0.033735601,0.316511245,0.105108055,0.010963647,0.157865481,0.089772096,0.013264554,0.030213707,0,0,0,0,0,0,0,0,0,0,NA -6081603300,6,81,603300,6745,6745,6732,6745,2358,1757,6417,2275,530,234,65,592,597,152,93,0.078576723,0.337286879,0.133181559,0.010129344,0.087938206,0.088510007,0.039440204,0.064461408,0,0,0,0,0,0,0,0,0,0,NA -6081603400,6,81,603400,5992,5992,5949,5992,2111,1455,5620,2431,386,132,116,694,666,94,97,0.064419226,0.40570761,0.090721649,0.020640569,0.116658262,0.111148198,0.045949787,0.044528659,0,0,0,0,0,0,0,0,0,0,NA -6081603700,6,81,603700,5772,5772,5731,5731,1729,1390,5498,3875,487,76,256,1289,654,59,17,0.084372834,0.671344421,0.054676259,0.046562386,0.224917117,0.11411621,0.009832273,0.034123771,0,0,0,0,0,0,0,0,0,0,NA -6081603801,6,81,603801,2339,2339,2328,2339,1179,582,2171,1443,63,76,215,279,156,21,67,0.026934587,0.616930312,0.130584192,0.099032704,0.119845361,0.066695169,0.05682782,0.017811705,0,0,0,0,0,0,0,0,0,0,NA -6081603802,6,81,603802,5000,5000,5000,5000,1872,1345,4717,2471,510,54,205,576,509,158,59,0.102,0.4942,0.040148699,0.043459826,0.1152,0.1018,0.031517094,0.084401709,1,0,0,0,0,0,0,0,1,0,NA -6081603900,6,81,603900,5611,5611,5611,5611,2089,1250,5236,2843,458,38,184,609,754,128,39,0.081625379,0.506683301,0.0304,0.035141329,0.108536803,0.134378899,0.01866922,0.061273337,0,0,0,1,0,0,0,0,1,0,NA -6081604000,6,81,604000,3229,3229,3229,3229,1110,839,3045,1605,298,57,176,349,336,2,48,0.092288634,0.497057913,0.067938021,0.057799672,0.108082998,0.104056984,0.043243243,0.001801802,0,0,0,0,0,0,0,0,0,0,NA -6081604101,6,81,604101,8243,8243,8188,8188,2507,1812,7688,6530,299,258,1203,2463,418,538,181,0.036273202,0.79218731,0.142384106,0.156477627,0.300806058,0.051050318,0.072197846,0.214599122,0,1,0,0,1,1,0,1,2,1,High -6081604102,6,81,604102,2923,2923,2923,2923,1579,645,2798,2029,235,66,136,668,260,344,142,0.080396853,0.694149846,0.102325581,0.048606147,0.22853233,0.088949709,0.089930336,0.217859405,0,0,0,0,0,0,0,1,1,0,NA -6081604200,6,81,604200,4081,4081,4060,4067,1110,903,3538,2825,129,145,513,975,327,97,35,0.0316099,0.692232296,0.160575858,0.144997174,0.240147783,0.080403246,0.031531532,0.087387387,0,0,0,0,1,0,0,0,1,0,NA -6081604400,6,81,604400,5021,5021,4783,4784,1750,1197,4656,4104,328,178,475,742,359,195,78,0.065325632,0.817367058,0.148705096,0.1020189,0.155132762,0.075041806,0.044571429,0.111428571,0,1,0,0,0,0,0,0,0,0,NA -6081604500,6,81,604500,3749,3749,3729,3729,1299,979,3572,2066,428,50,304,498,327,168,141,0.114163777,0.551080288,0.051072523,0.085106383,0.133547868,0.08769107,0.108545035,0.129330254,1,0,0,0,0,0,1,0,2,0,NA -6081604600,6,81,604600,2897,2897,2897,2897,954,762,2833,1794,293,63,155,402,197,38,9,0.101139109,0.619261305,0.082677165,0.054712319,0.138764239,0.068001381,0.009433962,0.039832285,1,0,0,0,0,0,0,0,1,0,NA -6081604700,6,81,604700,2686,2686,2686,2686,954,766,2565,1592,303,19,166,289,164,11,18,0.112807148,0.592702904,0.024804178,0.064717349,0.107594937,0.061057334,0.018867925,0.011530398,1,0,0,0,0,0,0,0,1,0,NA -6081604800,6,81,604800,4970,4970,4958,4958,1884,1388,4774,3439,522,151,399,688,655,311,153,0.105030181,0.69195171,0.108789625,0.083577713,0.138765631,0.132109722,0.081210191,0.16507431,1,0,0,1,0,0,0,1,3,0,NA -6081604900,6,81,604900,3199,3199,3199,3199,1217,906,2969,2081,386,38,156,350,303,59,73,0.120662707,0.650515786,0.041942605,0.052542944,0.10940919,0.094717099,0.059983566,0.048479869,1,0,0,0,0,0,0,0,1,0,NA -6081605000,6,81,605000,8524,8524,8209,8209,2895,2257,8028,4559,812,279,416,1596,523,333,209,0.095260441,0.534842797,0.123615419,0.051818635,0.194420758,0.063710562,0.072193437,0.115025907,0,0,0,0,0,0,0,0,0,0,NA -6081605100,6,81,605100,3166,3166,3166,3166,1420,755,2910,1363,131,66,88,383,245,192,113,0.041377132,0.430511687,0.087417219,0.03024055,0.120972836,0.077384713,0.079577465,0.135211268,0,0,0,0,0,0,0,0,0,0,NA -6081605200,6,81,605200,3745,3745,3745,3745,1262,992,3401,1287,230,99,100,375,145,66,43,0.06141522,0.343658211,0.099798387,0.029403117,0.100133511,0.038718291,0.0340729,0.05229794,0,0,0,0,0,0,0,0,0,0,NA -6081605300,6,81,605300,4715,4715,4702,4702,1845,1109,4386,1689,290,101,36,730,344,153,93,0.061505832,0.358218452,0.091073039,0.008207934,0.155253084,0.073160357,0.050406504,0.082926829,0,0,0,0,0,0,0,0,0,0,NA -6081605400,6,81,605400,5813,5813,5813,5813,2441,1405,5502,2238,278,169,166,938,414,395,206,0.047823843,0.38499914,0.120284698,0.030170847,0.161362463,0.07121968,0.084391643,0.161818927,0,0,0,0,0,0,0,1,1,0,NA -6081605500,6,81,605500,5294,5294,5285,5285,2751,1279,5011,2252,296,175,230,1007,343,433,286,0.055912354,0.425387231,0.136825645,0.045899022,0.190539262,0.064900662,0.103962196,0.15739731,0,0,0,0,0,0,1,1,2,0,NA -6081605600,6,81,605600,5981,5981,5981,5981,1934,1735,5763,2179,694,99,169,486,478,36,24,0.116034108,0.364320348,0.057060519,0.029325004,0.081257315,0.079919746,0.012409514,0.018614271,1,0,0,0,0,0,0,0,1,0,NA -6081605700,6,81,605700,5331,5331,5331,5331,1771,1536,5081,2238,381,41,59,151,292,0,26,0.071468768,0.419808666,0.026692708,0.011611887,0.028324892,0.054773964,0.014680971,0,0,0,0,0,0,0,0,0,0,0,NA -6081605800,6,81,605800,2618,2618,2607,2618,972,783,2582,761,256,97,32,108,246,27,36,0.097784568,0.290679908,0.123882503,0.012393493,0.041426928,0.093964859,0.037037037,0.027777778,0,0,0,0,0,0,0,0,0,0,NA -6081605900,6,81,605900,5954,5954,5916,5940,2585,1230,5552,3521,371,157,621,1529,650,408,155,0.062311051,0.591367148,0.127642276,0.111851585,0.258451657,0.109427609,0.059961315,0.157833656,0,0,0,0,0,0,0,1,1,0,NA -6081606000,6,81,606000,5866,5866,5866,5866,2124,1356,5487,4254,182,243,1067,2884,359,301,132,0.031026253,0.725196045,0.17920354,0.194459632,0.491646778,0.061200136,0.062146893,0.141713748,0,1,0,0,1,1,0,0,1,1,High -6081606100,6,81,606100,4671,4671,4671,4671,1310,907,4271,3327,204,154,666,1832,261,153,31,0.043673732,0.71226718,0.169790518,0.155935378,0.392207236,0.055876686,0.023664122,0.116793893,0,1,0,0,1,1,0,0,1,1,High -6081606200,6,81,606200,8080,8080,8036,8080,2256,1625,7430,7113,278,446,2339,3592,913,434,142,0.034405941,0.880321782,0.274461538,0.314804845,0.446988552,0.11299505,0.062943262,0.192375887,0,1,1,0,1,1,0,1,3,1,Higher -6081606300,6,81,606300,4491,4491,4362,4384,1831,919,4193,2386,633,40,591,887,550,264,204,0.140948564,0.531284792,0.043525571,0.140949201,0.203347088,0.125456204,0.111414528,0.144183506,1,0,0,1,1,0,1,0,4,0,NA -6081606400,6,81,606400,5180,5180,5153,5180,2530,1203,4665,2149,717,175,146,880,548,449,236,0.138416988,0.414864865,0.145469659,0.031296892,0.170774306,0.105791506,0.093280632,0.177470356,1,0,0,0,0,0,0,1,2,0,NA -6081606500,6,81,606500,3347,3347,3347,3347,1251,957,3054,983,348,49,13,143,171,24,37,0.103973708,0.293695847,0.051201672,0.004256713,0.042724828,0.051090529,0.029576339,0.019184652,1,0,0,0,0,0,0,0,1,0,NA -6081606600,6,81,606600,3688,3688,3688,3688,1452,946,3448,1678,263,144,200,528,396,115,59,0.071312364,0.454989154,0.152219873,0.05800464,0.143167028,0.107375271,0.040633609,0.079201102,0,0,0,0,0,0,0,0,0,0,NA -6081606700,6,81,606700,2383,2383,2383,2383,955,662,2229,924,318,11,16,82,195,19,22,0.133445237,0.387746538,0.016616314,0.007178107,0.034410407,0.081829627,0.023036649,0.019895288,1,0,0,0,0,0,0,0,1,0,NA -6081606800,6,81,606800,3434,3434,3434,3434,1269,1004,3274,1426,340,72,60,138,204,16,6,0.099009901,0.415259173,0.071713147,0.018326206,0.040186372,0.059405941,0.004728132,0.012608353,0,0,0,0,0,0,0,0,0,0,NA -6081606900,6,81,606900,2551,2551,2401,2407,917,621,2436,1188,252,25,23,223,203,13,5,0.09878479,0.465699726,0.040257649,0.009441708,0.092877968,0.084337349,0.005452563,0.014176663,0,0,0,0,0,0,0,0,0,0,NA -6081607000,6,81,607000,3441,3441,3441,3441,1384,993,3241,1477,271,77,123,391,185,124,64,0.078756176,0.429235687,0.0775428,0.03795125,0.113629759,0.053763441,0.046242775,0.089595376,0,0,0,0,0,0,0,0,0,0,NA -6081607100,6,81,607100,3173,3173,3173,3173,1079,894,2884,1059,343,114,65,295,427,20,15,0.10809959,0.333753546,0.127516779,0.022538141,0.092971951,0.134572959,0.013901761,0.018535681,1,0,0,1,0,0,0,0,2,0,NA -6081607200,6,81,607200,4168,4168,4126,4136,1718,924,3915,2460,432,63,327,673,514,309,131,0.103646833,0.590211132,0.068181818,0.083524904,0.163111973,0.124274662,0.076251455,0.179860303,1,0,0,1,0,0,0,1,3,0,NA -6081607300,6,81,607300,3573,3573,3566,3566,1327,973,3398,1227,226,42,153,365,290,74,19,0.063252169,0.3434089,0.043165468,0.045026486,0.10235558,0.081323612,0.014318011,0.055764883,0,0,0,0,0,0,0,0,0,0,NA -6081607400,6,81,607400,4858,4858,4763,4763,1886,1084,4584,2638,511,152,352,1225,520,227,196,0.10518732,0.54302182,0.140221402,0.076788831,0.257190846,0.10917489,0.103923648,0.120360551,1,0,0,0,0,0,1,0,2,0,NA -6081607500,6,81,607500,4227,4227,4227,4227,1606,1090,3956,2520,146,149,261,797,319,192,112,0.034539863,0.596167495,0.136697248,0.065975733,0.188549799,0.075467234,0.069738481,0.119551681,0,0,0,0,0,0,0,0,0,0,NA -6081607600,6,81,607600,3468,3468,3445,3445,1259,938,3168,1956,224,115,313,817,197,126,46,0.064590542,0.564013841,0.122601279,0.098800505,0.237155298,0.057184325,0.036536934,0.100079428,0,0,0,0,0,0,0,0,0,0,NA -6081607701,6,81,607701,4163,4163,4106,4127,1185,826,3901,3097,148,100,414,1546,413,136,10,0.035551285,0.743934663,0.121065375,0.106126634,0.376522163,0.100072692,0.008438819,0.114767932,0,1,0,0,0,1,0,0,0,1,High -6081607702,6,81,607702,2768,2768,2757,2757,798,652,2588,1792,194,50,236,482,424,57,17,0.070086705,0.647398844,0.076687117,0.091190108,0.174827711,0.153790352,0.021303258,0.071428571,0,0,0,1,0,0,0,0,1,0,NA -6081607800,6,81,607800,3459,3459,3415,3415,990,820,3210,2046,278,69,326,617,326,55,15,0.080370049,0.591500434,0.084146341,0.101557632,0.180673499,0.095461201,0.015151515,0.055555556,0,0,0,0,0,0,0,0,0,0,NA -6081607900,6,81,607900,3119,3119,3119,3119,1658,770,3003,1465,247,27,150,405,246,126,127,0.079192049,0.469701828,0.035064935,0.04995005,0.129849311,0.078871433,0.076598311,0.075995175,0,0,0,0,0,0,0,0,0,0,NA -6081608001,6,81,608001,3716,3716,3700,3716,1606,1004,3503,2344,145,45,262,495,180,184,64,0.039020452,0.630785791,0.044820717,0.074793035,0.133783784,0.048439182,0.03985056,0.114570361,0,0,0,0,0,0,0,0,0,0,NA -6081608002,6,81,608002,3600,3600,3600,3600,1364,1042,3393,1760,232,23,169,132,230,41,10,0.064444444,0.488888889,0.022072937,0.049808429,0.036666667,0.063888889,0.007331378,0.030058651,0,0,0,0,0,0,0,0,0,0,NA -6081608004,6,81,608004,6943,6943,6931,6943,3141,1991,6457,4286,410,133,302,631,235,326,187,0.059052283,0.617312401,0.066800603,0.046770946,0.091040254,0.03384704,0.05953518,0.103788602,0,0,0,0,0,0,0,0,0,0,NA -6081608013,6,81,608013,4555,4555,4555,4555,1685,1312,4217,2549,276,128,374,531,181,87,30,0.060592755,0.55960483,0.097560976,0.088688641,0.116575192,0.039736553,0.017804154,0.051632047,0,0,0,0,0,0,0,0,0,0,NA -6081608023,6,81,608023,2718,2718,2718,2718,908,731,2574,1693,188,56,204,234,142,26,0,0.069168506,0.622884474,0.076607387,0.079254079,0.086092715,0.052244297,0,0.028634361,0,0,0,0,0,0,0,0,0,0,NA -6081608100,6,81,608100,3822,3822,3766,3810,1437,1064,3637,2342,290,81,241,374,345,110,45,0.075876504,0.612768184,0.07612782,0.066263404,0.099309612,0.090551181,0.03131524,0.076548365,0,0,0,0,0,0,0,0,0,0,NA -6081608200,6,81,608200,3877,3877,3810,3810,1349,945,3774,1983,309,6,149,352,299,45,7,0.0797008,0.511477947,0.006349206,0.039480657,0.092388451,0.07847769,0.005189029,0.033358043,0,0,0,0,0,0,0,0,0,0,NA -6081608300,6,81,608300,3736,3736,3726,3726,1416,1028,3524,2298,171,48,153,295,239,76,48,0.045770878,0.61509636,0.046692607,0.043416572,0.079173376,0.064143854,0.033898305,0.053672316,0,0,0,0,0,0,0,0,0,0,NA -6081608400,6,81,608400,6272,6272,6262,6262,2175,1269,5865,3932,446,137,675,911,573,236,88,0.071109694,0.626913265,0.107959023,0.115089514,0.145480677,0.091504312,0.04045977,0.108505747,0,0,0,0,0,0,0,0,0,0,NA -6081608501,6,81,608501,4906,4906,4901,4901,1658,1174,4598,2215,345,180,180,797,549,119,56,0.070322055,0.451487974,0.153321976,0.039147455,0.162619873,0.112017956,0.033775633,0.071773221,0,0,0,0,0,0,0,0,0,0,NA -6081608502,6,81,608502,2627,2627,2627,2627,1180,644,2505,1440,165,45,83,415,182,102,58,0.062809288,0.548153788,0.069875776,0.033133733,0.157974876,0.069280548,0.049152542,0.086440678,0,0,0,0,0,0,0,0,0,0,NA -6081608600,6,81,608600,4516,4516,4481,4503,1705,1151,4116,2869,183,100,238,972,357,246,58,0.040522586,0.635296723,0.086880973,0.057823129,0.216915867,0.07928048,0.034017595,0.144281525,0,0,0,0,0,0,0,0,0,0,NA -6081608700,6,81,608700,7307,7307,6968,7255,2607,1764,6809,2817,527,43,246,627,623,187,148,0.072122622,0.385520734,0.024376417,0.036128653,0.089982778,0.085871813,0.056770234,0.071729958,0,0,0,0,0,0,0,0,0,0,NA -6081608800,6,81,608800,6024,6024,5986,6024,2100,1654,5714,2085,458,19,315,319,521,24,48,0.076029216,0.346115538,0.011487304,0.055127756,0.053291012,0.086487384,0.022857143,0.011428571,0,0,0,0,0,0,0,0,0,0,NA -6081608900,6,81,608900,6855,6855,6783,6783,2944,1734,6538,3149,498,195,165,1052,560,577,151,0.072647702,0.459372721,0.112456747,0.025237076,0.155093616,0.08255934,0.051290761,0.195991848,0,0,0,0,0,0,0,1,1,0,NA -6081609000,6,81,609000,2502,2502,2479,2479,953,614,2371,974,229,69,45,350,239,74,95,0.091526779,0.389288569,0.11237785,0.018979334,0.141185962,0.096409843,0.099685205,0.077649528,0,0,0,0,0,0,0,0,0,0,NA -6081609100,6,81,609100,1617,1617,1612,1617,568,332,1484,873,46,40,122,443,112,22,9,0.028447743,0.539888683,0.120481928,0.082210243,0.274813896,0.069264069,0.01584507,0.038732394,0,0,0,0,0,0,0,0,0,0,NA -6081609201,6,81,609201,3708,3708,3681,3683,1588,923,3456,951,305,71,79,450,375,164,195,0.082254585,0.256472492,0.076923077,0.022858796,0.122249389,0.101819169,0.12279597,0.103274559,0,0,0,0,0,0,1,0,1,0,NA -6081609202,6,81,609202,4261,4261,4231,4261,1945,1081,3983,1794,263,142,284,880,275,237,99,0.0617226,0.421027928,0.131359852,0.071303038,0.207988655,0.064538841,0.050899743,0.1218509,0,0,0,0,0,0,0,0,0,0,NA -6081609300,6,81,609300,3575,3575,3564,3575,1248,971,3264,887,301,85,10,331,219,48,34,0.084195804,0.248111888,0.08753862,0.003063725,0.092873176,0.061258741,0.02724359,0.038461538,0,0,0,0,0,0,0,0,0,0,NA -6081609400,6,81,609400,3584,3584,3573,3584,1113,923,3305,655,147,64,12,230,244,37,22,0.041015625,0.182756696,0.069339112,0.003630862,0.064371676,0.068080357,0.019766397,0.033243486,0,0,0,0,0,0,0,0,0,0,NA -6081609500,6,81,609500,4999,4999,4999,4999,1742,1471,4713,1339,331,38,141,295,260,84,30,0.066213243,0.267853571,0.025832767,0.02991725,0.059011802,0.052010402,0.017221584,0.048220436,0,0,0,0,0,0,0,0,0,0,NA -6081609601,6,81,609601,2923,2923,2923,2923,1168,743,2758,904,196,60,32,400,135,90,8,0.067054396,0.309271297,0.080753701,0.011602611,0.136845706,0.046185426,0.006849315,0.077054795,0,0,0,0,0,0,0,0,0,0,NA -6081609602,6,81,609602,1715,1715,1715,1715,678,475,1647,492,157,31,20,149,124,22,43,0.09154519,0.286880466,0.065263158,0.012143291,0.086880466,0.072303207,0.063421829,0.032448378,0,0,0,0,0,0,0,0,0,0,NA -6081609603,6,81,609603,5135,5135,5122,5122,1981,1419,4888,1397,404,73,56,406,546,0,32,0.078675755,0.272054528,0.051444679,0.011456628,0.079265912,0.106598985,0.016153458,0,0,0,0,0,0,0,0,0,0,0,NA -6081609700,6,81,609700,4660,4660,4651,4660,1678,1341,4454,786,395,75,39,437,352,8,37,0.084763948,0.168669528,0.055928412,0.008756174,0.093958289,0.075536481,0.02205006,0.00476758,0,0,0,0,0,0,0,0,0,0,NA -6081609800,6,81,609800,4677,4677,4671,4671,1694,1226,4316,1644,296,50,51,383,269,69,63,0.063288433,0.351507377,0.040783034,0.011816497,0.08199529,0.057589381,0.037190083,0.040731995,0,0,0,0,0,0,0,0,0,0,NA -6081609900,6,81,609900,3156,3156,3145,3156,1082,854,3004,898,218,69,44,375,182,10,48,0.069074778,0.284537389,0.080796253,0.014647137,0.119236884,0.057667934,0.044362292,0.009242144,0,0,0,0,0,0,0,0,0,0,NA -6081610000,6,81,610000,4798,4798,4763,4777,2073,1121,4637,1881,277,89,184,469,395,149,130,0.057732388,0.392038349,0.079393399,0.039680828,0.098467353,0.082687879,0.062711047,0.071876507,0,0,0,0,0,0,0,0,0,0,NA -6081610100,6,81,610100,2434,2434,2426,2434,925,605,2243,1348,104,79,189,726,140,131,45,0.04272802,0.553820871,0.130578512,0.084262149,0.299258038,0.057518488,0.048648649,0.141621622,0,0,0,0,0,0,0,0,0,0,NA -6081610201,6,81,610201,6033,6033,6015,6025,1770,1081,5635,5280,252,156,1387,2813,452,466,195,0.041770264,0.875186474,0.144310823,0.246140195,0.467664173,0.075020747,0.110169492,0.263276836,0,1,0,0,1,1,1,1,3,1,Higher -6081610202,6,81,610202,2468,2468,1720,1715,828,390,2334,1623,118,62,336,729,170,220,165,0.047811994,0.657617504,0.158974359,0.143958869,0.423837209,0.099125364,0.199275362,0.265700483,0,0,0,0,1,1,1,1,3,1,High -6081610203,6,81,610203,3986,3986,3964,3986,1040,713,3596,3618,68,263,1057,2251,298,332,105,0.017059709,0.907676869,0.368863955,0.293937709,0.567860747,0.074761666,0.100961538,0.319230769,0,1,1,0,1,1,1,1,4,1,Highest -6081610302,6,81,610302,2756,2756,2561,2596,923,544,2621,1754,84,113,198,935,289,90,71,0.030478955,0.636429608,0.207720588,0.075543686,0.365091761,0.111325116,0.076923077,0.097508126,0,0,1,0,0,1,0,0,1,0,NA -6081610303,6,81,610303,8094,8094,8094,8094,3253,2303,7484,4605,394,189,164,440,248,175,18,0.048678033,0.568939956,0.082066869,0.021913415,0.054361255,0.03063998,0.005533354,0.053796496,0,0,0,0,0,0,0,0,0,0,NA -6081610304,6,81,610304,4532,4532,4532,4532,1898,1174,4191,2472,233,92,95,423,302,33,40,0.05141218,0.545454545,0.078364566,0.022667621,0.093336275,0.066637246,0.021074816,0.017386723,0,0,0,0,0,0,0,0,0,0,NA -6081610400,6,81,610400,6252,6252,6241,6252,1698,1258,5770,5249,161,276,1300,2939,560,354,71,0.025751759,0.839571337,0.219395866,0.225303293,0.470918122,0.089571337,0.041813899,0.208480565,0,1,1,0,1,1,0,1,3,1,Higher -6081610500,6,81,610500,5261,5261,5257,5261,1378,980,4883,4476,175,276,994,2948,340,243,52,0.033263638,0.850788823,0.281632653,0.203563383,0.560776108,0.064626497,0.037735849,0.176342525,0,1,1,0,1,1,0,1,3,1,High -6081610601,6,81,610601,6113,6113,6056,6113,1677,1183,5522,5525,101,243,1485,3454,410,533,129,0.016522166,0.903811549,0.205409975,0.268924303,0.570343461,0.067070178,0.076923077,0.317829457,0,1,1,0,1,1,0,1,3,1,High -6081610602,6,81,610602,3770,3770,3760,3770,1215,844,3458,2052,134,125,504,1055,249,71,21,0.035543767,0.544297082,0.148104265,0.145748988,0.280585106,0.066047745,0.017283951,0.058436214,0,0,0,0,1,0,0,0,1,0,NA -6081610700,6,81,610700,5205,5205,5191,5191,2163,1353,5120,2719,388,184,478,1229,573,372,179,0.074543708,0.522382325,0.135994087,0.093359375,0.236755924,0.110383356,0.082755432,0.171983356,0,0,0,0,0,0,0,1,1,0,NA -6081610800,6,81,610800,5186,5186,5168,5179,1688,1055,4653,4096,147,219,628,2253,273,363,196,0.028345546,0.789818743,0.207582938,0.134966688,0.435952012,0.052712879,0.116113744,0.215047393,0,1,1,0,1,1,1,1,4,1,High -6081610900,6,81,610900,6979,6979,6950,6974,2543,1461,6477,4653,100,279,826,2603,591,586,255,0.0143287,0.666714429,0.190965092,0.127528177,0.374532374,0.084743332,0.100275265,0.230436492,0,0,0,0,1,1,1,1,3,1,High -6081611000,6,81,611000,6468,6468,6410,6445,2320,1519,5892,3261,308,136,221,922,519,173,34,0.047619048,0.504174397,0.089532587,0.037508486,0.143837754,0.080527541,0.014655172,0.074568966,0,0,0,0,0,0,0,0,0,0,NA -6081611100,6,81,611100,6340,6340,6289,6305,2325,1576,5943,1395,567,143,11,328,726,43,165,0.089432177,0.220031546,0.090736041,0.001850917,0.052154556,0.115146709,0.070967742,0.018494624,0,0,0,0,0,0,0,0,0,0,NA -6081611200,6,81,611200,2901,2901,2901,2901,1061,748,2745,761,223,50,53,244,280,26,10,0.076870045,0.262323337,0.06684492,0.019307832,0.084108928,0.096518442,0.009425071,0.024505184,0,0,0,0,0,0,0,0,0,0,NA -6081611300,6,81,611300,5458,5458,5453,5453,2019,1442,5020,1795,383,181,228,636,432,114,19,0.070172224,0.328875046,0.125520111,0.045418327,0.116633046,0.079222446,0.009410599,0.056463596,0,0,0,0,0,0,0,0,0,0,NA -6081611400,6,81,611400,4412,4412,3971,4412,1411,1142,4211,1009,459,84,79,306,304,0,23,0.104034451,0.22869447,0.073555166,0.018760389,0.077058675,0.068902992,0.016300496,0,1,0,0,0,0,0,0,0,1,0,NA -6081611500,6,81,611500,2715,2715,2709,2715,920,787,2526,779,258,46,19,119,242,0,6,0.095027624,0.286924494,0.058449809,0.007521774,0.043927649,0.089134438,0.006521739,0,0,0,0,0,0,0,0,0,0,0,NA -6081611600,6,81,611600,2316,2316,2249,2316,793,578,2134,613,124,62,54,219,198,33,5,0.053540587,0.264680484,0.107266436,0.025304592,0.097376612,0.085492228,0.00630517,0.041614124,0,0,0,0,0,0,0,0,0,0,NA -6081611700,6,81,611700,5349,5349,5334,5349,1371,970,4754,4967,212,246,684,2165,431,284,150,0.039633576,0.928584782,0.253608247,0.143878839,0.405886764,0.080575809,0.10940919,0.207148067,0,1,1,0,1,1,1,1,4,1,Higher -6081611800,6,81,611800,3965,3965,3958,3965,832,696,3686,3812,133,179,520,1440,390,124,15,0.033543506,0.961412358,0.257183908,0.141074335,0.363820111,0.098360656,0.018028846,0.149038462,0,1,1,0,1,1,0,0,2,1,High -6081611900,6,81,611900,10280,10280,10164,10280,2637,1908,9705,9007,298,455,1595,4220,577,430,238,0.028988327,0.876167315,0.238469602,0.164348274,0.41519087,0.056128405,0.090254077,0.163064088,0,1,1,0,1,1,0,1,3,1,Higher -6081612000,6,81,612000,7408,7408,7365,7403,1542,1350,6881,7285,208,478,893,2784,645,287,51,0.028077754,0.983396328,0.354074074,0.129777649,0.378004073,0.08712684,0.03307393,0.18612192,0,1,1,0,1,1,0,1,3,1,High -6081612100,6,81,612100,8817,8817,8817,8817,2744,1864,7921,7330,146,423,1582,4729,717,667,224,0.01655892,0.831348531,0.22693133,0.199722257,0.536350233,0.081320177,0.081632653,0.243075802,0,1,1,0,1,1,0,1,3,1,High -6081612500,6,81,612500,4154,4154,4154,4124,1870,1074,3759,1058,243,62,54,221,220,207,77,0.058497833,0.254694271,0.057728119,0.014365523,0.053201733,0.053346266,0.041176471,0.110695187,0,0,0,0,0,0,0,0,0,0,NA -6081612600,6,81,612600,4738,4738,4563,4602,2018,961,4289,1242,306,167,190,557,242,256,208,0.064584213,0.262135922,0.173777315,0.04429937,0.122068814,0.052585832,0.103072349,0.126858276,0,0,0,0,0,0,1,0,1,0,NA -6081612700,6,81,612700,2114,2114,2104,2114,733,556,2013,353,172,10,5,150,138,9,30,0.081362346,0.166982025,0.017985612,0.002483855,0.071292776,0.065279092,0.040927694,0.012278308,0,0,0,0,0,0,0,0,0,0,NA -6081612800,6,81,612800,3296,3296,3288,3296,985,914,3084,712,258,11,19,130,199,0,0,0.078276699,0.216019417,0.012035011,0.00616083,0.039537713,0.060376214,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081612900,6,81,612900,4606,4606,4601,4601,1717,1130,4437,1362,362,125,64,393,355,64,71,0.078593139,0.295701259,0.110619469,0.01442416,0.085416214,0.07715714,0.041351194,0.037274316,0,0,0,0,0,0,0,0,0,0,NA -6081613000,6,81,613000,3484,3484,3484,3484,1419,878,3269,882,322,68,43,550,218,194,65,0.092422503,0.25315729,0.077448747,0.01315387,0.157864524,0.062571757,0.045806906,0.136715997,0,0,0,0,0,0,0,0,0,0,NA -6081613200,6,81,613200,6772,6772,6724,6736,2622,2037,6526,1316,1137,75,188,394,654,66,0,0.167897224,0.194329592,0.036818851,0.028807846,0.058596074,0.097090261,0,0.025171625,1,0,0,0,0,0,0,0,1,0,NA -6081613300,6,81,613300,2722,2722,2713,2722,946,765,2666,390,404,26,0,276,219,5,6,0.148420279,0.143277002,0.033986928,0,0.1017324,0.080455547,0.006342495,0.005285412,1,0,0,0,0,0,0,0,1,0,NA -6081613400,6,81,613400,3157,3157,3145,3157,1159,818,3048,469,252,57,34,348,199,62,10,0.079822616,0.148558758,0.069682152,0.011154856,0.110651828,0.063034526,0.008628128,0.053494392,0,0,0,0,0,0,0,0,0,0,NA -6081613501,6,81,613501,4852,4852,4825,4831,1638,1236,4504,2122,227,119,404,1067,524,113,12,0.046784831,0.437345425,0.096278317,0.089698046,0.221139896,0.108466156,0.007326007,0.068986569,0,0,0,0,0,0,0,0,0,0,NA -6081613502,6,81,613502,6510,6510,6478,6510,2335,1510,6146,1927,182,73,137,1139,384,198,43,0.027956989,0.296006144,0.048344371,0.022290921,0.175825872,0.058986175,0.018415418,0.084796574,0,0,0,0,0,0,0,0,0,0,NA -6081613600,6,81,613600,6601,6601,6491,6478,2297,1745,6282,1660,558,112,92,458,603,129,145,0.084532647,0.251477049,0.064183381,0.014645018,0.070559236,0.093084285,0.063125816,0.056160209,0,0,0,0,0,0,0,0,0,0,NA -6081613700,6,81,613700,8922,8922,8922,8922,3706,2395,8616,3498,793,176,783,1717,1074,234,177,0.088881417,0.39206456,0.07348643,0.090877437,0.19244564,0.120376597,0.047760389,0.063140853,0,0,0,1,0,0,0,0,1,0,NA -6081613800,6,81,613800,3731,3731,3689,3715,1381,725,3639,1086,202,18,208,1198,392,169,8,0.054140981,0.291074779,0.024827586,0.05715856,0.324749255,0.10551817,0.005792904,0.122375091,0,0,0,0,0,1,0,0,0,0,NA -6081613900,6,81,613900,6776,6776,6599,6633,2069,1516,6205,2855,439,155,99,928,615,53,33,0.064787485,0.421340024,0.102242744,0.015954875,0.140627368,0.092718227,0.015949734,0.02561624,0,0,0,0,0,0,0,0,0,0,NA -6081614000,6,81,614000,5556,5556,5533,5509,1665,1283,5268,4138,271,73,119,601,390,61,49,0.048776098,0.744780418,0.056897896,0.022589218,0.108621001,0.070793247,0.029429429,0.036636637,0,1,0,0,0,0,0,0,0,0,NA -6081984300,6,81,984300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081990100,6,81,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085500100,6,85,500100,7824,7824,7714,7824,2395,1486,7114,6802,263,224,918,2448,445,281,91,0.033614519,0.869376278,0.150740242,0.129041327,0.317345087,0.056876278,0.037995825,0.117327766,0,1,0,0,1,1,0,0,1,1,High -6085500200,6,85,500200,6269,6269,5529,5575,2145,706,5796,4457,122,121,587,1673,316,255,166,0.019460839,0.710958686,0.171388102,0.101276743,0.302586363,0.056681614,0.077389277,0.118881119,0,1,0,0,0,1,0,0,0,1,High -6085500300,6,85,500300,3790,3790,3790,3790,1464,684,3636,2146,59,118,62,1059,316,157,70,0.015567282,0.566226913,0.17251462,0.017051705,0.279419525,0.083377309,0.047814208,0.107240437,0,0,0,0,0,0,0,0,0,0,NA -6085500400,6,85,500400,2417,2417,2417,2417,997,522,2173,1316,106,69,127,648,192,151,86,0.04385602,0.544476624,0.132183908,0.058444547,0.268100952,0.079437319,0.086258776,0.151454363,0,0,0,0,0,0,0,1,1,0,NA -6085500500,6,85,500500,5616,5616,5320,5329,2051,1517,5234,2335,587,149,186,907,430,147,88,0.104522792,0.415776353,0.098220171,0.035536874,0.170488722,0.080690561,0.0429059,0.071672355,1,0,0,0,0,0,0,0,1,0,NA -6085500600,6,85,500600,5165,5165,5140,5145,2364,1037,4843,2634,326,234,355,938,444,229,218,0.063117135,0.509970958,0.225650916,0.073301673,0.182490272,0.086297376,0.092216582,0.096869712,0,0,1,0,0,0,0,0,1,0,NA -6085500800,6,85,500800,3683,3683,3625,3683,1764,837,3576,2298,224,51,375,1064,418,200,289,0.060819984,0.623947869,0.0609319,0.104865772,0.293517241,0.113494434,0.1638322,0.113378685,0,0,0,0,0,0,1,0,1,0,NA -6085500901,6,85,500901,4064,4064,4064,4064,2063,650,3757,2954,179,135,261,1560,259,432,530,0.044045276,0.726870079,0.207692308,0.069470322,0.383858268,0.063730315,0.256907416,0.209403781,0,1,1,0,0,1,1,1,3,1,High -6085500902,6,85,500902,6151,6151,1758,6151,610,202,6086,4405,23,53,254,1226,456,260,63,0.003739229,0.716143716,0.262376238,0.04173513,0.69738339,0.074134287,0.103278689,0.426229508,0,1,1,0,0,1,1,1,3,1,High -6085501000,6,85,501000,4647,4647,4615,4632,1997,841,4391,3515,383,223,979,2329,713,495,634,0.082418765,0.75640198,0.265160523,0.222956046,0.504658722,0.153929188,0.317476214,0.247871808,0,1,1,1,1,1,1,1,5,1,Highest -6085501101,6,85,501101,4567,4567,4547,4567,1944,858,4311,3401,194,93,652,1485,472,364,291,0.042478651,0.744690169,0.108391608,0.151241011,0.32658896,0.10335012,0.149691358,0.187242798,0,1,0,0,1,1,1,1,3,1,High -6085501102,6,85,501102,4947,4947,4947,4947,1379,915,4594,3852,252,123,586,1514,405,127,91,0.050939964,0.77865373,0.13442623,0.127557684,0.306044067,0.081867799,0.065989848,0.092095722,0,1,0,0,1,1,0,0,1,1,High -6085501200,6,85,501200,4486,4486,4418,4433,1373,927,4255,3545,170,99,559,1874,520,212,141,0.037895675,0.790236291,0.106796117,0.131374853,0.424173834,0.117302053,0.102694829,0.154406409,0,1,0,0,1,1,1,1,3,1,High -6085501300,6,85,501300,4575,4575,4084,4549,1138,558,4498,2391,141,65,160,2011,689,201,76,0.030819672,0.522622951,0.116487455,0.035571365,0.492409403,0.15146186,0.066783831,0.176625659,0,0,0,1,0,1,0,1,2,0,NA -6085501401,6,85,501401,3526,3526,3487,3491,1037,784,3220,3107,124,274,738,1584,359,146,129,0.035167328,0.881168463,0.349489796,0.229192547,0.454258675,0.102835864,0.1243973,0.140790743,0,1,1,0,1,1,1,0,3,1,Higher -6085501402,6,85,501402,3285,3285,3257,3285,917,630,3006,2865,135,168,943,1640,229,245,23,0.04109589,0.872146119,0.266666667,0.313705921,0.503530857,0.069710807,0.025081788,0.267175573,0,1,1,0,1,1,0,1,3,1,High -6085501501,6,85,501501,4870,4870,4850,4870,1322,972,4463,4590,114,173,1233,2740,425,295,81,0.023408624,0.942505133,0.177983539,0.276271566,0.564948454,0.087268994,0.061270802,0.223146747,0,1,0,0,1,1,0,1,2,1,Highest -6085501502,6,85,501502,4609,4609,4609,4609,1181,935,4260,4062,173,233,824,2067,394,150,35,0.037535257,0.881319158,0.249197861,0.19342723,0.448470384,0.085484921,0.029635902,0.127011008,0,1,1,0,1,1,0,0,2,1,Higher -6085501600,6,85,501600,7091,7091,7030,7091,2495,981,6735,4905,96,286,612,3935,384,802,324,0.013538288,0.691721901,0.291539246,0.090868597,0.559743954,0.054153152,0.129859719,0.321442886,0,0,1,0,0,1,1,1,3,1,High -6085501700,6,85,501700,4976,4976,4976,4976,1344,1060,4613,4270,94,355,1055,2990,322,525,134,0.018890675,0.858118971,0.33490566,0.228701496,0.600884244,0.064710611,0.099702381,0.390625,0,1,1,0,1,1,0,1,3,1,Highest -6085501800,6,85,501800,5321,5321,5321,5321,1737,1158,4946,3369,285,124,458,1518,440,122,66,0.053561361,0.633151663,0.107081174,0.092600081,0.285284721,0.082691223,0.037996546,0.070236039,0,0,0,0,0,0,0,0,0,0,NA -6085501900,6,85,501900,5383,5383,5364,5367,2637,1140,5174,3246,265,155,595,1217,468,287,217,0.049229054,0.603009474,0.135964912,0.114998067,0.226882923,0.087199553,0.082290482,0.108835798,0,0,0,0,0,0,0,0,0,0,NA -6085502001,6,85,502001,5562,5562,5562,5562,2113,1297,5044,4043,202,388,313,1895,438,409,106,0.036317871,0.7268968,0.299151889,0.062053925,0.340704782,0.078748652,0.050165641,0.193563654,0,1,1,0,0,1,0,1,2,1,High -6085502002,6,85,502002,5145,5145,5135,5145,1653,1074,4795,4290,121,268,588,2642,496,486,210,0.023517979,0.833819242,0.249534451,0.122627737,0.514508277,0.096404276,0.127041742,0.294010889,0,1,1,0,1,1,1,1,4,1,High -6085502101,6,85,502101,5090,5090,4905,4969,1935,1265,4709,2249,324,122,239,979,371,105,89,0.063654224,0.441846758,0.096442688,0.050753876,0.199592253,0.07466291,0.045994832,0.054263566,0,0,0,0,0,0,0,0,0,0,NA -6085502102,6,85,502102,7603,7603,7455,7419,2693,1496,7008,5902,316,313,1226,3068,578,527,159,0.041562541,0.776272524,0.209224599,0.174942922,0.411535882,0.077908074,0.059041961,0.195692536,0,1,1,0,1,1,0,1,3,1,High -6085502201,6,85,502201,6941,6941,6941,6941,3032,1483,6265,4237,367,93,567,2241,813,831,381,0.052874226,0.610430774,0.062710722,0.090502793,0.322864141,0.117130097,0.125659631,0.274076517,0,0,0,0,0,1,1,1,2,0,NA -6085502202,6,85,502202,3264,3264,3122,3132,1446,816,3021,1268,238,110,110,496,175,134,42,0.072916667,0.388480392,0.134803922,0.036411784,0.158872518,0.05587484,0.029045643,0.092669433,0,0,0,0,0,0,0,0,0,0,NA -6085502301,6,85,502301,3524,3524,3524,3524,1354,926,3359,1162,426,176,109,430,250,130,68,0.120885358,0.329738933,0.190064795,0.032450134,0.122020431,0.070942111,0.050221566,0.096011817,1,0,0,0,0,0,0,0,1,0,NA -6085502302,6,85,502302,2813,2813,2813,2813,1275,680,2654,1062,125,113,92,442,137,193,50,0.044436545,0.377532883,0.166176471,0.034664657,0.157127622,0.048702453,0.039215686,0.151372549,0,0,0,0,0,0,0,1,1,0,NA -6085502400,6,85,502400,7037,7037,7037,7037,2775,1786,6558,2376,291,153,59,1144,383,84,19,0.041352849,0.337643882,0.085666293,0.008996645,0.162569277,0.054426602,0.006846847,0.03027027,0,0,0,0,0,0,0,0,0,0,NA -6085502500,6,85,502500,6412,6412,6412,6412,2461,1795,5823,1825,489,87,26,530,392,90,85,0.076263256,0.284622583,0.048467967,0.004465052,0.082657517,0.061135371,0.034538805,0.0365705,0,0,0,0,0,0,0,0,0,0,NA -6085502601,6,85,502601,2747,2747,2735,2735,1207,733,2645,880,509,48,10,434,371,63,205,0.185293047,0.320349472,0.065484311,0.003780718,0.158683729,0.135648995,0.169842585,0.052195526,1,0,0,1,0,0,1,0,3,0,NA -6085502603,6,85,502603,2527,2527,2497,2514,976,624,2371,879,159,44,33,218,188,41,19,0.062920459,0.347843292,0.070512821,0.013918178,0.087304766,0.074781225,0.019467213,0.042008197,0,0,0,0,0,0,0,0,0,0,NA -6085502604,6,85,502604,4260,4260,4247,4260,1990,964,4131,1883,83,89,145,722,330,195,97,0.019483568,0.442018779,0.092323651,0.03510046,0.170002355,0.077464789,0.048743719,0.09798995,0,0,0,0,0,0,0,0,0,0,NA -6085502701,6,85,502701,4918,4918,4907,4918,1972,1194,4610,2233,319,107,299,1099,496,244,86,0.064863766,0.45404636,0.08961474,0.064859002,0.223965763,0.100854006,0.043610548,0.123732252,0,0,0,0,0,0,0,0,0,0,NA -6085502702,6,85,502702,7633,7633,7452,7452,2984,1915,7294,3030,633,155,253,1050,638,182,195,0.082929386,0.396960566,0.080939948,0.034686043,0.140901771,0.0856146,0.065348525,0.060991957,0,0,0,0,0,0,0,0,0,0,NA -6085502800,6,85,502800,4371,4371,4348,4348,1444,1094,4200,1751,286,125,267,514,405,66,53,0.065431251,0.40059483,0.114259598,0.063571429,0.118215271,0.093146274,0.036703601,0.045706371,0,0,0,0,0,0,0,0,0,0,NA -6085502901,6,85,502901,6347,6347,6335,6340,2231,1707,5880,3115,429,272,510,1042,544,230,83,0.067590988,0.490783047,0.159343878,0.086734694,0.164483031,0.085804416,0.037203048,0.103092784,0,0,0,0,0,0,0,0,0,0,NA -6085502902,6,85,502902,7444,7444,7433,7433,2707,2113,6991,3119,443,235,243,899,683,131,62,0.059511016,0.418995164,0.11121628,0.034758976,0.120947128,0.091887529,0.022903583,0.048393055,0,0,0,0,0,0,0,0,0,0,NA -6085502903,6,85,502903,5318,5318,5307,5318,1924,1446,5038,2131,525,94,111,549,558,77,33,0.098721324,0.400714554,0.065006916,0.022032553,0.103448276,0.104926664,0.017151767,0.04002079,0,0,0,0,0,0,0,0,0,0,NA -6085502906,6,85,502906,4338,4338,4338,4338,1539,1112,3996,1917,210,164,89,1015,474,170,86,0.048409405,0.441908714,0.147482014,0.022272272,0.233978792,0.109266943,0.055880442,0.110461339,0,0,0,0,0,0,0,0,0,0,NA -6085502907,6,85,502907,3797,3797,3773,3785,1314,1071,3604,1416,268,104,139,421,363,20,24,0.070582038,0.372925994,0.097105509,0.038568257,0.111582295,0.095904888,0.01826484,0.0152207,0,0,0,0,0,0,0,0,0,0,NA -6085502908,6,85,502908,6878,6878,6878,6878,2422,1790,6231,2797,343,164,276,949,529,82,65,0.049869148,0.406658912,0.091620112,0.044294656,0.137976156,0.076911893,0.026837325,0.033856317,0,0,0,0,0,0,0,0,0,0,NA -6085502909,6,85,502909,5406,5406,5406,5395,2077,1506,5039,2874,277,229,197,1248,313,209,121,0.051239364,0.531631521,0.152058433,0.039095059,0.230854606,0.058016682,0.058257102,0.100625903,0,0,0,0,0,0,0,0,0,0,NA -6085502910,6,85,502910,3390,3390,3390,3390,1373,875,3165,1688,256,86,115,545,294,171,91,0.075516224,0.497935103,0.098285714,0.036334913,0.160766962,0.086725664,0.066278223,0.124544792,0,0,0,0,0,0,0,0,0,0,NA -6085503001,6,85,503001,4216,4216,4120,4120,1634,1175,3883,870,347,133,22,408,296,55,103,0.082305503,0.206356736,0.113191489,0.005665722,0.099029126,0.07184466,0.063035496,0.033659731,0,0,0,0,0,0,0,0,0,0,NA -6085503002,6,85,503002,3568,3568,3479,3479,1200,887,3396,1602,327,147,296,661,499,73,64,0.091647982,0.448991031,0.16572717,0.087161366,0.189997126,0.143432021,0.053333333,0.060833333,0,0,0,1,0,0,0,0,1,0,NA -6085503003,6,85,503003,5571,5571,5565,5571,1836,1436,5121,2311,259,117,97,428,419,40,16,0.046490756,0.414826782,0.081476323,0.018941613,0.076909254,0.075210914,0.008714597,0.021786492,0,0,0,0,0,0,0,0,0,0,NA -6085503105,6,85,503105,2345,2345,2316,2345,765,518,2175,2174,141,81,719,1155,342,176,82,0.060127932,0.927078891,0.156370656,0.330574713,0.498704663,0.145842217,0.107189542,0.230065359,0,1,0,1,1,1,1,1,4,1,High -6085503108,6,85,503108,8094,8094,8064,8094,2781,2276,7171,6191,321,623,689,1927,497,486,265,0.039659007,0.764887571,0.273725835,0.096081439,0.238963294,0.061403509,0.095289464,0.174757282,0,1,1,0,0,0,0,1,2,0,NA -6085503110,6,85,503110,5458,5458,5458,5458,1151,1024,4978,5367,93,401,1685,3742,270,298,109,0.017039209,0.983327226,0.391601563,0.338489353,0.685599121,0.04946867,0.094700261,0.2589053,0,1,1,0,1,1,0,1,3,1,Highest -6085503111,6,85,503111,5257,5257,5251,5251,1127,1024,4869,5044,288,117,982,1401,539,115,6,0.054784097,0.959482595,0.114257813,0.201684124,0.266806323,0.102647115,0.005323869,0.102040816,0,1,0,0,1,0,0,0,1,0,NA -6085503112,6,85,503112,3885,3885,3868,3885,1462,785,3641,3230,143,263,451,1543,414,182,143,0.036808237,0.831402831,0.335031847,0.123867069,0.398914168,0.106563707,0.097811218,0.124487004,0,1,1,0,1,1,0,0,2,1,High -6085503113,6,85,503113,5017,5017,4995,5017,1369,1051,4621,4595,128,307,1064,2860,445,362,108,0.025513255,0.915885988,0.292102759,0.230253192,0.572572573,0.088698425,0.078889701,0.264426589,0,1,1,0,1,1,0,1,3,1,Highest -6085503115,6,85,503115,6331,6331,6316,6331,2696,1703,5841,3637,504,181,253,1089,443,12,98,0.079608277,0.574474807,0.10628303,0.043314501,0.172419253,0.069973148,0.036350148,0.004451039,0,0,0,0,0,0,0,0,0,0,NA -6085503116,6,85,503116,5336,5336,5336,5336,2276,1441,4775,3569,257,177,621,1546,567,289,203,0.048163418,0.668853073,0.122831367,0.130052356,0.289730135,0.10625937,0.089191564,0.126977153,0,0,0,0,1,0,0,0,1,0,NA -6085503117,6,85,503117,3118,3118,3118,3118,768,611,2926,3047,147,199,735,1630,275,123,105,0.047145606,0.977228993,0.325695581,0.251196172,0.522771007,0.088197563,0.13671875,0.16015625,0,1,1,0,1,1,1,1,4,1,Highest -6085503118,6,85,503118,5489,5489,5469,5489,1670,1205,4962,5199,104,324,1043,2048,280,327,53,0.018946985,0.947167061,0.268879668,0.210197501,0.37447431,0.051011113,0.031736527,0.195808383,0,1,1,0,1,1,0,1,3,1,High -6085503121,6,85,503121,4540,4540,4508,4540,1501,1018,4190,3787,101,322,695,2312,314,345,103,0.022246696,0.834140969,0.316306483,0.165871122,0.512866016,0.069162996,0.068620919,0.229846769,0,1,1,0,1,1,0,1,3,1,High -6085503122,6,85,503122,3023,3023,3023,3023,1154,657,2850,2735,76,149,627,1704,453,351,280,0.025140589,0.9047304,0.226788432,0.22,0.563678465,0.149851141,0.242634315,0.304159445,0,1,1,1,1,1,1,1,5,1,High -6085503123,6,85,503123,3877,3877,3877,3877,1644,780,3561,2744,162,72,366,1801,604,449,151,0.041784885,0.707763735,0.092307692,0.102780118,0.464534434,0.15579056,0.091849148,0.273114355,0,1,0,1,0,1,0,1,2,1,High -6085503204,6,85,503204,9349,9349,9338,9338,2279,1745,8915,8659,384,437,1719,3387,1217,327,188,0.041073912,0.926195315,0.250429799,0.192821088,0.362711501,0.130327693,0.082492321,0.143483984,0,1,1,1,1,1,0,0,3,1,High -6085503207,6,85,503207,4302,4302,4302,4302,1059,967,4131,4018,206,101,1025,946,356,90,38,0.047884705,0.933984193,0.104446743,0.248123941,0.219897722,0.082752208,0.035882908,0.084985836,0,1,0,0,1,0,0,0,1,0,NA -6085503208,6,85,503208,4638,4638,4638,4638,897,767,4308,4331,170,141,911,1161,434,71,18,0.03665373,0.933807676,0.183833116,0.211467038,0.250323415,0.093574817,0.02006689,0.079152731,0,1,0,0,1,0,0,0,1,0,NA -6085503210,6,85,503210,4413,4413,4355,4413,968,838,4148,4146,189,117,1072,1185,414,122,29,0.042828008,0.939496941,0.139618138,0.258437801,0.272101033,0.093813732,0.029958678,0.126033058,0,1,0,0,1,0,0,0,1,0,NA -6085503211,6,85,503211,4696,4696,4685,4685,1153,1017,4437,4431,280,143,1324,1412,393,106,15,0.059625213,0.943568995,0.140609636,0.29839982,0.301387407,0.083884739,0.01300954,0.091934085,0,1,0,0,1,1,0,0,1,1,High -6085503212,6,85,503212,4270,4270,4265,4265,957,880,4068,3893,275,116,809,1068,373,106,3,0.06440281,0.911709602,0.131818182,0.198869223,0.250410317,0.087456038,0.003134796,0.1107628,0,1,0,0,1,0,0,0,1,0,NA -6085503213,6,85,503213,4497,4497,4486,4497,1264,1051,4178,4190,140,246,1213,2310,482,220,119,0.031131866,0.931732266,0.234062797,0.290330302,0.514935354,0.107182566,0.09414557,0.174050633,0,1,1,0,1,1,0,1,3,1,Highest -6085503214,6,85,503214,8652,8652,8652,8652,2330,1993,7747,8463,353,558,2333,4500,993,392,157,0.040799815,0.97815534,0.27997993,0.301148832,0.520110957,0.114771151,0.067381974,0.168240343,0,1,1,0,1,1,0,1,3,1,Highest -6085503217,6,85,503217,4893,4893,4893,4893,1093,1038,4401,4768,110,237,973,1840,302,120,18,0.022481095,0.974453301,0.228323699,0.221086117,0.376047415,0.061720826,0.016468435,0.10978957,0,1,1,0,1,1,0,0,2,1,High -6085503218,6,85,503218,4916,4916,4879,4916,1181,933,4414,4747,118,185,1478,2640,317,268,94,0.024003255,0.965622457,0.198285102,0.334843679,0.541094487,0.06448332,0.079593565,0.226926334,0,1,0,0,1,1,0,1,2,1,Highest -6085503304,6,85,503304,7127,7127,6952,6961,1908,1583,6592,6788,497,183,1589,2090,720,324,110,0.069734811,0.952434404,0.115603285,0.241049757,0.300632911,0.103433415,0.057651992,0.169811321,0,1,0,0,1,1,0,1,2,1,High -6085503305,6,85,503305,6378,6378,6347,6378,1500,1226,5917,6196,404,91,1660,2191,711,201,156,0.063342741,0.971464409,0.074225122,0.280547575,0.345202458,0.111476952,0.104,0.134,0,1,0,0,1,1,1,0,2,1,High -6085503306,6,85,503306,4276,4276,4253,4276,906,809,3957,4103,222,204,968,1555,445,101,22,0.05191768,0.959541628,0.252163164,0.24462977,0.365624265,0.104069224,0.024282561,0.111479029,0,1,1,0,1,1,0,0,2,1,High -6085503312,6,85,503312,3769,3769,3754,3769,1079,853,3509,2758,209,119,366,618,215,111,58,0.055452375,0.731759087,0.13950762,0.10430322,0.164624401,0.057044309,0.053753475,0.102873031,0,1,0,0,0,0,0,0,0,0,NA -6085503313,6,85,503313,4479,4479,4479,4479,1297,1165,4344,3724,151,95,294,407,286,29,13,0.033712882,0.831435588,0.081545064,0.067679558,0.090868497,0.063853539,0.01002313,0.022359291,0,1,0,0,0,0,0,0,0,0,NA -6085503315,6,85,503315,8280,8280,8264,8280,2040,1804,7735,7812,319,322,1588,3020,582,295,37,0.03852657,0.943478261,0.178492239,0.205300582,0.365440465,0.070289855,0.018137255,0.144607843,0,1,0,0,1,1,0,0,1,1,High -6085503321,6,85,503321,4942,4942,4936,4936,1090,1037,4609,4759,333,140,832,897,604,37,54,0.067381627,0.962970457,0.135004822,0.180516381,0.181726094,0.122366288,0.049541284,0.033944954,0,1,0,1,1,0,0,0,2,0,NA -6085503322,6,85,503322,4504,4504,4504,4504,1067,954,4346,3955,224,104,629,923,468,17,15,0.04973357,0.878108348,0.109014675,0.144730787,0.204928952,0.103907638,0.014058107,0.015932521,0,1,0,0,1,0,0,0,1,0,NA -6085503323,6,85,503323,4651,4651,4612,4638,1183,1081,4430,4091,227,123,589,802,321,30,12,0.048806708,0.879595786,0.113783534,0.132957111,0.173894189,0.069210867,0.010143702,0.025359256,0,1,0,0,1,0,0,0,1,0,NA -6085503324,6,85,503324,3592,3592,3592,3592,908,833,3395,3263,187,80,422,547,350,49,15,0.052060134,0.908407572,0.096038415,0.124300442,0.152282851,0.097438753,0.016519824,0.053964758,0,1,0,0,1,0,0,0,1,0,NA -6085503325,6,85,503325,4899,4899,4867,4897,1157,1054,4577,4295,351,93,634,727,476,66,60,0.071647275,0.876709533,0.088235294,0.13851868,0.149373331,0.097202369,0.051858254,0.05704408,0,1,0,0,1,0,0,0,1,0,NA -6085503326,6,85,503326,7275,7275,7267,7266,1813,1722,6938,6836,178,99,559,1270,351,60,41,0.024467354,0.939656357,0.057491289,0.08057077,0.174762626,0.048307184,0.022614451,0.033094319,0,1,0,0,0,0,0,0,0,0,NA -6085503327,6,85,503327,5030,5030,5025,5025,1433,1086,4814,4165,388,175,490,1125,743,312,198,0.077137177,0.828031809,0.161141805,0.101786456,0.223880597,0.147860697,0.138171668,0.217725052,0,1,0,1,0,0,1,1,3,0,NA -6085503329,6,85,503329,3680,3680,3671,3675,980,886,3479,3250,147,29,268,268,215,10,15,0.039945652,0.883152174,0.032731377,0.07703363,0.073004631,0.058503401,0.015306122,0.010204082,0,1,0,0,0,0,0,0,0,0,NA -6085503330,6,85,503330,8688,8688,8633,8688,2158,2019,8267,7805,231,62,509,595,153,50,17,0.026588398,0.898365562,0.030708271,0.061570098,0.06892158,0.017610497,0.007877665,0.023169601,0,1,0,0,0,0,0,0,0,0,NA -6085503331,6,85,503331,3492,3492,3492,3492,1360,893,3337,2216,481,0,190,328,505,85,100,0.137743414,0.634593356,0,0.056937369,0.093928981,0.144616266,0.073529412,0.0625,1,0,0,1,0,0,0,0,2,0,NA -6085503332,6,85,503332,5498,5498,5498,5498,2579,1541,5402,2263,1354,47,132,372,903,36,69,0.246271371,0.41160422,0.030499676,0.024435394,0.067660968,0.164241542,0.026754556,0.013958899,1,0,0,1,0,0,0,0,2,0,NA -6085503333,6,85,503333,4428,4428,4422,4428,1296,1043,4024,3347,218,32,224,523,376,42,36,0.049232159,0.755871725,0.030680729,0.055666004,0.118272275,0.084914182,0.027777778,0.032407407,0,1,0,0,0,0,0,0,0,0,NA -6085503334,6,85,503334,8607,8607,8556,8607,2525,2317,8176,6752,370,87,335,459,324,15,0,0.042988265,0.784477751,0.037548554,0.040973581,0.053646564,0.037643778,0,0.005940594,0,1,0,0,0,0,0,0,0,0,NA -6085503336,6,85,503336,3755,3755,3750,3750,895,796,3570,3589,134,155,628,1165,391,20,19,0.035685752,0.955792277,0.194723618,0.175910364,0.310666667,0.104266667,0.02122905,0.022346369,0,1,0,0,1,1,0,0,1,1,High -6085503337,6,85,503337,3748,3748,3741,3748,961,849,3548,3352,184,85,649,969,413,31,11,0.04909285,0.89434365,0.100117786,0.182919955,0.259021652,0.110192102,0.01144641,0.032258065,0,1,0,0,1,0,0,0,1,0,NA -6085503401,6,85,503401,4648,4648,4607,4648,948,838,4244,4551,151,213,1029,1918,393,149,35,0.032487091,0.979130809,0.254176611,0.242459943,0.416322987,0.084552496,0.036919831,0.157172996,0,1,1,0,1,1,0,1,3,1,High -6085503402,6,85,503402,6090,6090,6044,6090,1255,1192,5579,6048,211,235,1968,2988,514,228,61,0.034646962,0.993103448,0.197147651,0.352751389,0.494374586,0.084400657,0.048605578,0.181673307,0,1,0,0,1,1,0,1,2,1,Highest -6085503504,6,85,503504,6449,6449,6390,6449,1218,1106,6033,6433,177,296,1358,2307,352,168,53,0.027446116,0.997518995,0.267631103,0.225095309,0.361032864,0.054582106,0.043513957,0.137931034,0,1,1,0,1,1,0,0,2,1,High -6085503506,6,85,503506,6190,6190,6124,6190,1290,1193,5805,5988,206,226,1141,2683,554,252,65,0.033279483,0.967366721,0.189438391,0.196554694,0.438112345,0.089499192,0.050387597,0.195348837,0,1,0,0,1,1,0,1,2,1,High -6085503507,6,85,503507,2542,2542,2495,2542,389,341,2380,2490,99,63,671,822,137,35,4,0.038945712,0.979543666,0.184750733,0.281932773,0.329458918,0.053894571,0.010282776,0.089974293,0,1,0,0,1,1,0,0,1,1,High -6085503508,6,85,503508,7096,7096,7009,7046,1267,1136,6696,6725,396,247,1734,3494,527,199,63,0.055806088,0.947717024,0.217429577,0.258960573,0.498501926,0.074794209,0.049723757,0.157063931,0,1,1,0,1,1,0,1,3,1,Highest -6085503509,6,85,503509,3870,3870,3854,3870,901,792,3659,3675,125,136,495,989,223,62,14,0.032299742,0.949612403,0.171717172,0.135282864,0.256616502,0.057622739,0.015538291,0.068812431,0,1,0,0,1,0,0,0,1,0,NA -6085503510,6,85,503510,6079,6079,6070,6079,1407,1153,5743,5649,225,242,1557,3086,468,394,113,0.037012667,0.929264682,0.209887251,0.271112659,0.508401977,0.076986346,0.080312722,0.280028429,0,1,1,0,1,1,0,1,3,1,High -6085503511,6,85,503511,3810,3810,3810,3810,865,767,3581,3486,189,120,682,953,349,55,34,0.049606299,0.91496063,0.156453716,0.190449595,0.250131234,0.09160105,0.039306358,0.063583815,0,1,0,0,1,0,0,0,1,0,NA -6085503601,6,85,503601,2946,2946,2858,2946,881,712,2692,2238,160,99,490,1634,316,152,58,0.05431093,0.759674134,0.139044944,0.182020802,0.571728481,0.107264087,0.065834279,0.172531215,0,1,0,0,1,1,0,1,2,1,High -6085503602,6,85,503602,5248,5248,5233,5248,1352,1093,4836,4977,317,334,1243,2707,495,238,130,0.060403963,0.94836128,0.30558097,0.257030604,0.517294095,0.094321646,0.096153846,0.176035503,0,1,1,0,1,1,0,1,3,1,Highest -6085503703,6,85,503703,4408,4408,4388,4408,953,868,4116,4317,171,213,1096,1828,344,141,80,0.038793103,0.979355717,0.245391705,0.26627794,0.416590702,0.078039927,0.083945435,0.14795383,0,1,1,0,1,1,0,0,2,1,High -6085503707,6,85,503707,6222,6222,6177,6177,1431,1212,5586,5974,186,287,1381,1735,378,200,52,0.029893925,0.960141434,0.23679868,0.247225206,0.280880686,0.061194755,0.036338225,0.139762404,0,1,1,0,1,0,0,0,2,0,NA -6085503708,6,85,503708,2625,2625,2618,2625,762,592,2512,2472,109,37,653,664,283,24,76,0.04152381,0.941714286,0.0625,0.259952229,0.253628724,0.107809524,0.099737533,0.031496063,0,1,0,0,1,0,0,0,1,0,NA -6085503709,6,85,503709,5877,5877,5829,5859,1698,1374,5562,5786,372,389,2068,3727,793,307,189,0.063297601,0.984515909,0.283114993,0.371808702,0.639389261,0.135347329,0.11130742,0.180800942,0,1,1,1,1,1,1,1,5,1,Highest -6085503710,6,85,503710,3855,3855,3839,3855,1044,793,3610,3682,235,207,828,1909,392,147,337,0.060959792,0.955123217,0.261034048,0.229362881,0.497264913,0.101686122,0.322796935,0.140804598,0,1,1,0,1,1,1,0,3,1,Highest -6085503711,6,85,503711,5142,5142,5095,5142,1038,867,4797,4947,150,219,1203,2283,341,162,42,0.029171529,0.962077013,0.252595156,0.250781739,0.448086359,0.066316608,0.040462428,0.156069364,0,1,1,0,1,1,0,1,3,1,High -6085503712,6,85,503712,4068,4068,3778,3798,1369,930,3832,3763,513,120,1099,2046,389,377,205,0.126106195,0.925024582,0.129032258,0.286795407,0.541556379,0.102422328,0.149744339,0.275383492,1,1,0,0,1,1,1,1,4,1,High -6085503713,6,85,503713,3150,3150,3150,3150,1172,752,2901,2985,270,138,1044,1920,420,323,297,0.085714286,0.947619048,0.183510638,0.359875905,0.60952381,0.133333333,0.253412969,0.27559727,0,1,0,1,1,1,1,1,4,1,Highest -6085503802,6,85,503802,8328,8328,8119,8119,2252,1773,7947,6809,477,303,846,2025,845,129,109,0.057276657,0.817603266,0.170896785,0.106455266,0.249414953,0.104076857,0.048401421,0.057282416,0,1,0,0,0,0,0,0,0,0,NA -6085503803,6,85,503803,4767,4767,4754,4761,1417,1260,4481,4040,231,21,820,1239,431,90,33,0.04845815,0.847493182,0.016666667,0.182994867,0.260622634,0.0905272,0.023288638,0.063514467,0,1,0,0,1,0,0,0,1,0,NA -6085503804,6,85,503804,5509,5509,5506,5509,1664,1123,5196,4921,251,98,1202,1475,327,189,115,0.045561808,0.893265565,0.087266251,0.231331794,0.267889575,0.059357415,0.069110577,0.113581731,0,1,0,0,1,0,0,0,1,0,NA -6085503902,6,85,503902,5638,5638,5570,5629,1533,1270,5134,5022,335,312,790,1811,501,265,58,0.059418233,0.890741398,0.245669291,0.15387612,0.32513465,0.089003375,0.037834312,0.172863666,0,1,1,0,1,1,0,1,3,1,High -6085503903,6,85,503903,3599,3599,3599,3599,936,698,3383,3343,223,170,572,1568,313,128,75,0.061961656,0.92886913,0.243553009,0.169080698,0.435676577,0.086968602,0.080128205,0.136752137,0,1,1,0,1,1,0,0,2,1,Higher -6085504001,6,85,504001,6302,6302,6279,6302,1567,1329,5803,6015,216,259,1186,2074,423,335,37,0.034274833,0.954458902,0.194883371,0.204377046,0.330307374,0.067121549,0.023611997,0.213784301,0,1,0,0,1,1,0,1,2,1,High -6085504002,6,85,504002,6528,6528,6528,6528,1430,1182,6053,6248,380,218,1263,2335,466,221,163,0.058210784,0.957107843,0.184433164,0.208656864,0.357689951,0.071384804,0.113986014,0.154545455,0,1,0,0,1,1,1,1,3,1,High -6085504101,6,85,504101,4964,4964,4964,4964,1095,923,4726,4353,209,151,802,1769,424,60,43,0.042103143,0.876913779,0.163596966,0.169699534,0.356365834,0.085414988,0.039269406,0.054794521,0,1,0,0,1,1,0,0,1,1,High -6085504102,6,85,504102,6100,6100,6071,6100,1352,1161,5651,5721,172,190,1009,2346,315,84,20,0.028196721,0.937868852,0.163652024,0.178552469,0.386427277,0.051639344,0.014792899,0.062130178,0,1,0,0,1,1,0,0,1,1,High -6085504201,6,85,504201,5348,5348,5323,5343,1806,1361,5133,3297,355,198,268,515,517,105,82,0.066379955,0.616492147,0.145481264,0.052211183,0.096749953,0.096762119,0.045404208,0.058139535,0,0,0,0,0,0,0,0,0,0,NA -6085504202,6,85,504202,4899,4899,4899,4899,1473,1220,4623,3205,329,12,416,534,253,34,18,0.067156563,0.654215146,0.009836066,0.089984858,0.109001837,0.051643192,0.012219959,0.023082145,0,0,0,0,0,0,0,0,0,0,NA -6085504307,6,85,504307,5575,5575,5570,5575,1716,1433,5355,4630,362,201,666,1157,538,160,54,0.064932735,0.830493274,0.140265178,0.124369748,0.207719928,0.096502242,0.031468531,0.093240093,0,1,0,0,1,0,0,0,1,0,NA -6085504308,6,85,504308,4398,4398,4398,4398,1525,1129,4245,3141,374,55,334,687,544,70,133,0.085038654,0.714188267,0.048715678,0.078680801,0.156207367,0.123692588,0.087213115,0.045901639,0,1,0,1,0,0,0,0,1,0,NA -6085504311,6,85,504311,7220,7220,7209,7220,2411,1967,6510,6336,273,187,570,991,465,132,97,0.037811634,0.877562327,0.095068632,0.087557604,0.137467055,0.064404432,0.040232269,0.054749067,0,1,0,0,0,0,0,0,0,0,NA -6085504314,6,85,504314,4837,4837,4837,4837,1333,1125,4502,4329,270,175,541,1087,346,113,19,0.055819723,0.894976225,0.155555556,0.120168814,0.22472607,0.071531941,0.014253563,0.084771193,0,1,0,0,1,0,0,0,1,0,NA -6085504315,6,85,504315,6719,6719,6700,6719,2000,1628,6393,5823,290,183,863,1546,438,119,38,0.043161185,0.866646822,0.112407862,0.134991397,0.230746269,0.065188272,0.019,0.0595,0,1,0,0,1,0,0,0,1,0,NA -6085504316,6,85,504316,5401,5401,5354,5401,1409,1233,5077,4828,158,178,872,849,355,103,30,0.029253842,0.893908535,0.144363341,0.171754973,0.15857303,0.065728569,0.021291696,0.07310149,0,1,0,0,1,0,0,0,1,0,NA -6085504317,6,85,504317,4886,4886,4886,4886,1198,982,4733,4392,156,84,882,406,378,13,28,0.031927957,0.898894801,0.085539715,0.186351151,0.083094556,0.077363897,0.023372287,0.010851419,0,1,0,0,1,0,0,0,1,0,NA -6085504318,6,85,504318,5266,5266,5254,5266,1505,1115,4882,4708,207,147,1365,2453,426,24,58,0.039308773,0.89403722,0.131838565,0.279598525,0.466882375,0.080896316,0.038538206,0.015946844,0,1,0,0,1,1,0,0,1,1,Higher -6085504319,6,85,504319,7343,7343,7343,7343,2061,1590,6990,6241,375,81,701,1425,400,98,55,0.051069045,0.849925099,0.050943396,0.100286123,0.194062372,0.054473648,0.026686075,0.047549733,0,1,0,0,0,0,0,0,0,0,NA -6085504320,6,85,504320,2849,2849,2849,2849,844,717,2697,2437,180,37,279,385,282,36,36,0.063180063,0.855387855,0.051603905,0.103448276,0.135135135,0.098982099,0.042654028,0.042654028,0,1,0,0,0,0,0,0,0,0,NA -6085504321,6,85,504321,5415,5415,5415,5415,1589,1365,5042,4710,258,78,639,920,377,108,101,0.047645429,0.869806094,0.057142857,0.126735422,0.16989843,0.069621422,0.063561989,0.067967275,0,1,0,0,1,0,0,0,1,0,NA -6085504322,6,85,504322,5023,5023,5023,5023,2043,1324,4677,4374,71,156,447,768,202,65,109,0.014134979,0.870794346,0.117824773,0.095574086,0.152896675,0.040215011,0.053352912,0.031815957,0,1,0,0,0,0,0,0,0,0,NA -6085504323,6,85,504323,6055,6055,6049,6055,1893,1443,5577,5607,205,98,631,1158,299,193,109,0.033856317,0.926011561,0.067914068,0.113143267,0.191436601,0.049380677,0.05758056,0.101954569,0,1,0,0,0,0,0,0,0,0,NA -6085504410,6,85,504410,4670,4670,4670,4670,1192,1002,4363,3915,304,60,716,1177,560,52,51,0.06509636,0.838329764,0.05988024,0.164107266,0.252034261,0.119914347,0.042785235,0.043624161,0,1,0,0,1,0,0,0,1,0,NA -6085504411,6,85,504411,5526,5526,5526,5526,1561,1259,5273,4557,246,210,815,735,448,64,40,0.04451683,0.824647123,0.166799047,0.154560971,0.1330076,0.081071299,0.0256246,0.040999359,0,1,0,0,1,0,0,0,1,0,NA -6085504412,6,85,504412,5217,5217,5194,5193,1342,1180,4937,4801,225,118,1064,1187,352,100,67,0.043128235,0.920260686,0.1,0.215515495,0.228532923,0.067783555,0.049925484,0.074515648,0,1,0,0,1,0,0,0,1,0,NA -6085504413,6,85,504413,1779,1779,1779,1779,721,476,1662,1512,288,6,271,304,277,113,103,0.161888702,0.849915683,0.012605042,0.163056558,0.170882518,0.155705453,0.142857143,0.156726768,1,1,0,1,1,0,1,1,5,0,NA -6085504414,6,85,504414,5790,5790,5728,5790,1552,1349,5529,5251,302,141,494,720,330,39,53,0.052158895,0.906908463,0.104521868,0.089347079,0.125698324,0.056994819,0.034149485,0.025128866,0,1,0,0,0,0,0,0,0,0,NA -6085504415,6,85,504415,5593,5593,5593,5593,1593,1439,5186,4635,363,68,505,748,449,63,48,0.064902557,0.828714465,0.047255038,0.097377555,0.133738602,0.08027892,0.030131827,0.039548023,0,1,0,0,0,0,0,0,0,0,NA -6085504416,6,85,504416,3655,3655,3655,3655,1116,880,3399,3213,107,86,260,536,213,58,9,0.029274966,0.879069767,0.097727273,0.076493086,0.146648427,0.058276334,0.008064516,0.051971326,0,1,0,0,0,0,0,0,0,0,NA -6085504417,6,85,504417,410,410,392,410,129,93,354,264,28,19,54,122,22,0,0,0.068292683,0.643902439,0.204301075,0.152542373,0.31122449,0.053658537,0,0,0,0,1,0,1,1,0,0,2,0,NA -6085504418,6,85,504418,5377,5377,5371,5371,1352,1098,5120,4747,182,187,722,1882,474,294,54,0.033847871,0.882834294,0.170309654,0.141015625,0.350400298,0.088251722,0.039940828,0.217455621,0,1,0,0,1,1,0,1,2,1,High -6085504420,6,85,504420,4667,4667,4667,4667,1416,1249,4442,3773,237,98,615,655,307,30,21,0.050782087,0.808442254,0.07846277,0.138451148,0.140347118,0.065781016,0.014830508,0.021186441,0,1,0,0,1,0,0,0,1,0,NA -6085504421,6,85,504421,5004,5004,5004,5004,1384,1169,4819,4395,362,67,649,444,543,9,9,0.072342126,0.878297362,0.057313944,0.134675244,0.088729017,0.108513189,0.00650289,0.00650289,0,1,0,0,1,0,0,0,1,0,NA -6085504422,6,85,504422,3923,3923,3915,3923,1061,881,3769,3618,236,147,640,865,421,98,83,0.060158042,0.922253378,0.166855846,0.169806315,0.220945083,0.10731583,0.078228087,0.092365693,0,1,0,0,1,0,0,0,1,0,NA -6085504423,6,85,504423,2591,2591,2581,2591,691,609,2474,1882,187,31,279,463,311,12,30,0.072172906,0.726360479,0.05090312,0.112772838,0.179387834,0.120030876,0.04341534,0.017366136,0,1,0,1,0,0,0,0,1,0,NA -6085504504,6,85,504504,9423,9423,7555,7555,2899,1817,8711,8460,142,141,827,1399,249,253,276,0.015069511,0.897803247,0.07760044,0.094937435,0.185175381,0.032958306,0.095205243,0.087271473,0,1,0,0,0,0,0,0,0,0,NA -6085504505,6,85,504505,7025,7025,7025,7025,2020,1633,6430,6351,289,111,702,1565,494,111,105,0.04113879,0.90405694,0.067973056,0.109175739,0.222775801,0.070320285,0.051980198,0.054950495,0,1,0,0,0,0,0,0,0,0,NA -6085504506,6,85,504506,6585,6585,6585,6585,2244,1688,5811,6003,384,231,865,1459,450,279,97,0.058314351,0.911617312,0.136848341,0.148855619,0.221564161,0.06833713,0.043226381,0.124331551,0,1,0,0,1,0,0,0,1,0,NA -6085504507,6,85,504507,6255,6255,6255,6255,1831,1465,5927,5404,368,197,621,1359,584,109,82,0.058832934,0.863948841,0.13447099,0.10477476,0.217266187,0.093365308,0.044784271,0.059530311,0,1,0,0,0,0,0,0,0,0,NA -6085504601,6,85,504601,869,869,869,869,353,219,835,417,33,24,64,176,87,12,26,0.037974684,0.47986191,0.109589041,0.076646707,0.202531646,0.100115075,0.073654391,0.033994334,0,0,0,0,0,0,0,0,0,0,NA -6085504602,6,85,504602,1957,1957,1957,1957,635,485,1855,1564,40,73,156,438,130,50,29,0.020439448,0.799182422,0.150515464,0.084097035,0.223811957,0.066428206,0.045669291,0.078740157,0,1,0,0,0,0,0,0,0,0,NA -6085504700,6,85,504700,753,753,753,653,200,196,659,374,0,13,16,225,29,72,5,0,0.496679947,0.066326531,0.024279211,0.298804781,0.044410413,0.025,0.36,0,0,0,0,0,0,0,1,1,0,NA -6085504802,6,85,504802,5373,5373,5364,5373,1797,1255,5110,3895,265,135,587,1199,379,129,45,0.049320677,0.724920901,0.107569721,0.114872798,0.223527218,0.070537875,0.025041736,0.071786311,0,1,0,0,0,0,0,0,0,0,NA -6085504803,6,85,504803,6203,6203,6203,6203,2491,1379,5527,4866,154,68,378,555,242,216,82,0.024826697,0.784459133,0.049311095,0.068391532,0.089472836,0.039013381,0.032918507,0.086712164,0,1,0,0,0,0,0,0,0,0,NA -6085504805,6,85,504805,6755,6755,6755,6755,2694,1675,6409,3089,510,53,345,1718,785,82,108,0.07549963,0.457290896,0.031641791,0.053830551,0.254330126,0.116210215,0.040089087,0.03043801,0,0,0,0,0,0,0,0,0,0,NA -6085504806,6,85,504806,2935,2935,2930,2935,775,608,2769,2317,175,37,220,460,250,43,9,0.059625213,0.789437819,0.060855263,0.079451065,0.156996587,0.085178876,0.011612903,0.055483871,0,1,0,0,0,0,0,0,0,0,NA -6085504901,6,85,504901,10593,10593,10593,10593,4123,2649,9322,7944,171,107,498,784,280,442,124,0.016142736,0.749929199,0.040392601,0.053422012,0.074011139,0.02643255,0.030075188,0.107203493,0,1,0,0,0,0,0,0,0,0,NA -6085505001,6,85,505001,9814,9814,9769,9814,3450,2196,8964,7219,196,273,565,1588,398,283,190,0.019971469,0.735581822,0.12431694,0.063029897,0.162555021,0.04055431,0.055072464,0.082028986,0,1,0,0,0,0,0,0,0,0,NA -6085505006,6,85,505006,6631,6631,6631,6631,3251,1901,6053,4678,66,47,182,556,129,276,91,0.00995325,0.705474287,0.02472383,0.030067735,0.08384859,0.019454079,0.027991387,0.084896955,0,1,0,0,0,0,0,0,0,0,NA -6085505007,6,85,505007,4311,4311,3875,4150,952,749,4070,3172,316,169,451,857,373,88,28,0.073300858,0.73579216,0.225634179,0.110810811,0.22116129,0.089879518,0.029411765,0.092436975,0,1,1,0,0,0,0,0,1,0,NA -6085505008,6,85,505008,5445,5445,5445,5445,2462,1393,4942,4112,0,68,233,656,135,125,131,0,0.755188246,0.048815506,0.047146904,0.120477502,0.024793388,0.053208773,0.05077173,0,1,0,0,0,0,0,0,0,0,NA -6085505009,6,85,505009,9290,9290,9284,9290,3352,2135,8617,7053,207,289,854,2628,850,347,67,0.022282024,0.759203445,0.135362998,0.099106418,0.283067643,0.091496233,0.019988067,0.103520286,0,1,0,0,0,0,0,0,0,0,NA -6085505100,6,85,505100,3434,3434,3423,3413,1670,776,3279,2715,176,75,288,1230,422,299,229,0.051252184,0.79062318,0.096649485,0.087831656,0.359333918,0.123644887,0.137125749,0.179041916,0,1,0,1,0,1,1,1,3,1,High -6085505202,6,85,505202,6299,6299,6291,6274,2374,1287,5900,4544,304,235,507,1986,799,640,259,0.048261629,0.721384347,0.182595183,0.085932203,0.31568908,0.127350972,0.109098568,0.269587195,0,1,0,1,0,1,1,1,3,1,High -6085505203,6,85,505203,5665,5665,3519,5665,1447,749,5531,3105,52,96,129,983,348,275,34,0.00917917,0.548102383,0.128170895,0.023323088,0.279340722,0.061429832,0.02349689,0.190048376,0,0,0,0,0,0,0,1,1,0,NA -6085505301,6,85,505301,4433,4433,4403,4433,1412,1121,4197,3532,180,138,394,1226,386,220,45,0.040604557,0.796751635,0.123104371,0.093876579,0.278446514,0.087074216,0.031869688,0.155807365,0,1,0,0,0,0,0,1,1,0,NA -6085505302,6,85,505302,3808,3808,3808,3797,1387,921,3490,2409,306,111,193,723,335,93,51,0.080357143,0.632615546,0.120521173,0.05530086,0.189863445,0.088227548,0.036770007,0.06705119,0,0,0,0,0,0,0,0,0,0,NA -6085505303,6,85,505303,6193,6193,6193,6193,2163,1412,5680,4246,289,198,758,1917,495,487,120,0.04666559,0.685612789,0.140226629,0.133450704,0.309543032,0.079928952,0.055478502,0.225150254,0,0,0,0,1,1,0,1,2,0,NA -6085505304,6,85,505304,3492,3492,3450,3459,1099,864,3283,2263,216,48,301,388,314,25,43,0.06185567,0.648052692,0.055555556,0.091684435,0.112463768,0.090777681,0.039126479,0.022747953,0,0,0,0,0,0,0,0,0,0,NA -6085505305,6,85,505305,5791,5791,5791,5791,2076,1600,5446,3560,427,26,446,726,552,202,139,0.073735106,0.614747021,0.01625,0.081894969,0.125366949,0.095320325,0.066955684,0.097302505,0,0,0,0,0,0,0,0,0,0,NA -6085505401,6,85,505401,6482,6482,6464,6482,2581,1722,5706,4857,315,86,350,1132,401,316,228,0.048596112,0.74930577,0.049941928,0.061338941,0.175123762,0.061863622,0.088337854,0.122433165,0,1,0,0,0,0,0,0,0,0,NA -6085505402,6,85,505402,3177,3177,3177,3177,1137,791,3028,2022,318,50,170,452,284,59,99,0.100094429,0.636449481,0.063211125,0.056142668,0.142272584,0.089392509,0.08707124,0.051890941,1,0,0,0,0,0,0,0,1,0,NA -6085505403,6,85,505403,6723,6723,6723,6723,2567,1773,6247,4831,185,104,557,1236,578,416,71,0.027517477,0.718578016,0.058657642,0.089162798,0.183846497,0.085973524,0.027658746,0.162056876,0,1,0,0,0,0,0,1,1,0,NA -6085505500,6,85,505500,4233,4233,4233,4233,1578,1031,3970,2368,201,99,275,785,308,181,133,0.047484054,0.559414127,0.096023278,0.069269521,0.185447673,0.072761635,0.084283904,0.114702155,0,0,0,0,0,0,0,0,0,0,NA -6085505600,6,85,505600,4256,4256,3029,4256,1235,493,4179,2024,207,54,120,1398,411,381,144,0.048637218,0.47556391,0.109533469,0.028715004,0.461538462,0.096569549,0.11659919,0.308502024,0,0,0,0,0,1,1,1,2,0,NA -6085505700,6,85,505700,7011,7011,6928,7011,2461,1403,6559,3893,71,387,341,2641,317,483,93,0.010126943,0.55527029,0.275837491,0.051989633,0.381206697,0.045214663,0.037789516,0.196261682,0,0,1,0,0,1,0,1,2,0,NA -6085505800,6,85,505800,3854,3854,3829,3854,1550,979,3541,1746,185,117,74,398,270,114,80,0.048002076,0.453035807,0.119509704,0.020898051,0.103943588,0.070057084,0.051612903,0.073548387,0,0,0,0,0,0,0,0,0,0,NA -6085505900,6,85,505900,7274,7274,7143,7145,3116,1885,6628,3732,620,222,322,1217,683,547,433,0.085235084,0.513060214,0.117771883,0.048581774,0.170376592,0.095591323,0.138960205,0.175545571,0,0,0,0,0,0,1,1,2,0,NA -6085506000,6,85,506000,4589,4589,4589,4589,1814,1236,4335,2165,277,150,192,728,360,124,6,0.060361735,0.471780344,0.121359223,0.044290657,0.158640227,0.078448464,0.003307607,0.068357222,0,0,0,0,0,0,0,0,0,0,NA -6085506101,6,85,506101,4653,4653,4634,4653,1730,1219,4440,2756,395,30,229,525,489,127,17,0.084891468,0.592306039,0.024610336,0.051576577,0.113293051,0.105093488,0.00982659,0.073410405,0,0,0,0,0,0,0,0,0,0,NA -6085506102,6,85,506102,3677,3677,3670,3677,1493,1046,3484,1991,241,108,112,363,339,110,27,0.065542562,0.541474028,0.103250478,0.032146958,0.098910082,0.092194724,0.018084394,0.07367716,0,0,0,0,0,0,0,0,0,0,NA -6085506103,6,85,506103,4962,4962,4962,4962,1645,1313,4680,3360,335,98,238,864,405,149,50,0.0675131,0.677146312,0.074638233,0.050854701,0.174123337,0.081620314,0.030395137,0.090577508,0,0,0,0,0,0,0,0,0,0,NA -6085506202,6,85,506202,7224,7224,6961,6977,2515,1836,6728,4239,712,24,279,722,544,251,87,0.098560354,0.58679402,0.013071895,0.04146849,0.10372073,0.077970474,0.034592445,0.099801193,0,0,0,0,0,0,0,0,0,0,NA -6085506203,6,85,506203,6677,6677,6677,6677,2379,1879,6084,5710,200,96,790,1396,500,235,228,0.029953572,0.85517448,0.051091006,0.129848784,0.209075932,0.07488393,0.095838588,0.098781,0,1,0,0,1,0,0,0,1,0,NA -6085506204,6,85,506204,5806,5806,5806,5806,2086,1554,5458,3933,474,149,429,1033,490,192,14,0.081639683,0.677402687,0.095881596,0.07860022,0.177919394,0.084395453,0.006711409,0.092042186,0,0,0,0,0,0,0,0,0,0,NA -6085506301,6,85,506301,5572,5572,5452,5501,2290,1385,5298,3224,242,116,427,1025,492,255,122,0.043431443,0.578607322,0.083754513,0.080596451,0.188004402,0.089438284,0.053275109,0.111353712,0,0,0,0,0,0,0,0,0,0,NA -6085506302,6,85,506302,7051,7051,7051,7036,2504,1842,6743,3672,291,179,198,633,724,147,30,0.041270742,0.520777195,0.097176982,0.029363785,0.0897745,0.102899375,0.011980831,0.05870607,0,0,0,0,0,0,0,0,0,0,NA -6085506304,6,85,506304,5847,5847,5847,5832,2088,1307,5553,4226,148,193,672,1538,285,327,31,0.025312126,0.722763811,0.147666412,0.121015667,0.263040876,0.048868313,0.014846743,0.156609195,0,1,0,0,1,0,0,1,2,0,NA -6085506305,6,85,506305,6812,6812,6812,6812,2569,1532,6125,4854,263,369,587,2409,681,604,169,0.038608338,0.71256606,0.240861619,0.095836735,0.353640634,0.09997064,0.065784352,0.235110938,0,1,1,0,0,1,0,1,2,1,High -6085506401,6,85,506401,5221,5221,5221,5221,2103,1240,4827,3480,314,203,423,1088,507,347,119,0.060141735,0.666538977,0.163709677,0.08763207,0.208389197,0.097107834,0.05658583,0.165002378,0,0,0,0,0,0,0,1,1,0,NA -6085506402,6,85,506402,6136,6136,6004,6004,2253,1466,5654,3397,546,139,490,1547,877,261,67,0.088983051,0.553617992,0.094815825,0.086664308,0.257661559,0.146069287,0.029738127,0.115845539,0,0,0,1,0,0,0,0,1,0,NA -6085506501,6,85,506501,7787,7787,7666,7640,2487,1755,7029,6119,281,409,981,3807,803,722,164,0.036085784,0.785796841,0.233048433,0.139564661,0.496608401,0.105104712,0.065942903,0.29030961,0,1,1,0,1,1,0,1,3,1,High -6085506502,6,85,506502,4212,4212,4178,4212,1878,823,3908,1560,160,95,116,706,337,124,82,0.037986705,0.37037037,0.115431349,0.029682702,0.168980373,0.080009497,0.043663472,0.066027689,0,0,0,0,0,0,0,0,0,0,NA -6085506503,6,85,506503,6339,6339,6331,6331,2609,1512,6055,2890,451,267,398,1259,734,314,213,0.071146869,0.455907872,0.176587302,0.065730801,0.198862739,0.115937451,0.081640475,0.120352626,0,0,0,0,0,0,0,0,0,0,NA -6085506601,6,85,506601,4840,4840,4840,4840,1693,1223,4561,2909,242,138,403,996,332,272,38,0.05,0.601033058,0.112837285,0.088357816,0.205785124,0.068595041,0.022445363,0.160661548,0,0,0,0,0,0,0,1,1,0,NA -6085506603,6,85,506603,4158,4158,4116,4116,1340,1116,3855,2300,342,83,275,697,370,52,75,0.082251082,0.553150553,0.07437276,0.071335927,0.169339164,0.0898931,0.055970149,0.03880597,0,0,0,0,0,0,0,0,0,0,NA -6085506604,6,85,506604,7236,7236,7236,7236,2562,2016,6868,3126,503,208,135,707,536,48,40,0.069513543,0.432006633,0.103174603,0.019656377,0.097705915,0.074074074,0.015612802,0.018735363,0,0,0,0,0,0,0,0,0,0,NA -6085506605,6,85,506605,4126,4126,4126,4126,1508,975,3698,2641,269,110,381,1145,280,174,63,0.065196316,0.640087252,0.112820513,0.103028664,0.277508483,0.067862336,0.041777188,0.115384615,0,0,0,0,0,0,0,0,0,0,NA -6085506606,6,85,506606,4473,4473,4439,4465,1596,1116,4192,2305,283,228,202,938,474,163,80,0.0632685,0.515314107,0.204301075,0.048187023,0.211308853,0.106159015,0.050125313,0.102130326,0,0,1,0,0,0,0,0,1,0,NA -6085506701,6,85,506701,3664,3664,3659,3659,1253,1042,3531,1533,167,53,77,224,231,48,29,0.045578603,0.418395197,0.050863724,0.021806854,0.061218912,0.063132003,0.023144453,0.038308061,0,0,0,0,0,0,0,0,0,0,NA -6085506702,6,85,506702,6099,6099,6046,6099,1935,1342,5794,2690,483,125,303,1269,713,215,98,0.07919331,0.441055911,0.09314456,0.052295478,0.209890837,0.116904411,0.050645995,0.111111111,0,0,0,0,0,0,0,0,0,0,NA -6085506703,6,85,506703,3645,3645,3629,3629,1308,927,3448,1472,183,116,181,817,276,121,39,0.050205761,0.403840878,0.125134844,0.0524942,0.22513089,0.076054009,0.029816514,0.092507645,0,0,0,0,0,0,0,0,0,0,NA -6085506801,6,85,506801,6021,6021,5939,5939,2172,1634,5749,1665,369,215,40,704,476,137,34,0.061285501,0.276532138,0.131578947,0.006957732,0.118538474,0.080148173,0.015653775,0.063075506,0,0,0,0,0,0,0,0,0,0,NA -6085506802,6,85,506802,5760,5760,5620,5612,1935,1431,5434,1888,368,116,219,598,445,64,23,0.063888889,0.327777778,0.081062194,0.040301803,0.106405694,0.079294369,0.011886305,0.033074935,0,0,0,0,0,0,0,0,0,0,NA -6085506803,6,85,506803,7213,7213,7173,7185,2363,1897,6778,2863,397,92,108,871,559,175,28,0.055039512,0.396922224,0.048497628,0.015933904,0.121427576,0.077800974,0.011849344,0.0740584,0,0,0,0,0,0,0,0,0,0,NA -6085506804,6,85,506804,3570,3570,3570,3570,1278,1055,3267,1190,242,59,57,224,254,8,11,0.067787115,0.333333333,0.055924171,0.017447199,0.062745098,0.071148459,0.008607199,0.006259781,0,0,0,0,0,0,0,0,0,0,NA -6085506900,6,85,506900,7713,7713,7644,7644,2634,2187,7338,1839,962,244,136,571,735,50,58,0.124724491,0.238428627,0.111568358,0.01853366,0.07469911,0.096153846,0.022019742,0.018982536,1,0,0,0,0,0,0,0,1,0,NA -6085507001,6,85,507001,6801,6801,6764,6764,2977,1868,6601,999,527,126,33,283,455,92,61,0.077488605,0.146890163,0.06745182,0.004999243,0.041839148,0.067267889,0.020490427,0.030903594,0,0,0,0,0,0,0,0,0,0,NA -6085507002,6,85,507002,2918,2918,2914,2914,1005,787,2813,684,335,55,33,355,279,54,16,0.114804661,0.234407128,0.069885642,0.011731248,0.121825669,0.095744681,0.015920398,0.053731343,1,0,0,0,0,0,0,0,1,0,NA -6085507100,6,85,507100,2811,2811,2811,2811,1282,786,2655,702,116,158,9,501,201,186,32,0.041266453,0.249733191,0.201017812,0.003389831,0.178228388,0.071504803,0.024960998,0.145085803,0,0,1,0,0,0,0,0,1,0,NA -6085507203,6,85,507203,2980,2980,2955,2955,1166,686,2887,886,141,137,38,173,227,76,8,0.047315436,0.297315436,0.199708455,0.013162452,0.058544839,0.076818951,0.006861063,0.065180103,0,0,0,0,0,0,0,0,0,0,NA -6085507205,6,85,507205,4542,4542,4542,4542,1825,1274,4413,942,609,60,53,314,466,59,18,0.134081902,0.207397622,0.047095761,0.012009971,0.069132541,0.102597974,0.009863014,0.032328767,1,0,0,0,0,0,0,0,1,0,NA -6085507206,6,85,507206,2842,2842,2842,2842,1055,856,2689,655,353,33,6,247,228,20,41,0.124208304,0.230471499,0.038551402,0.002231313,0.086910626,0.080225194,0.038862559,0.018957346,1,0,0,0,0,0,0,0,1,0,NA -6085507301,6,85,507301,6829,6829,6741,6741,2414,1849,6631,3530,1166,55,258,686,650,91,181,0.170742422,0.516913164,0.029745809,0.038908159,0.101765317,0.096424863,0.074979287,0.037696769,1,0,0,0,0,0,0,0,1,0,NA -6085507302,6,85,507302,3100,3100,3026,3026,1031,855,2944,1109,341,43,29,245,125,18,45,0.11,0.357741935,0.050292398,0.009850543,0.08096497,0.041308658,0.043646945,0.017458778,1,0,0,0,0,0,0,0,1,0,NA -6085507401,6,85,507401,5595,5595,5593,5595,1860,1710,5506,3572,489,58,187,241,295,8,26,0.087399464,0.638427167,0.033918129,0.03396295,0.043089576,0.052725648,0.013978495,0.004301075,0,0,0,0,0,0,0,0,0,0,NA -6085507402,6,85,507402,4111,4111,4111,4104,1453,1107,3875,1779,393,82,89,485,363,84,114,0.095597178,0.432741425,0.074074074,0.022967742,0.117976162,0.088450292,0.078458362,0.057811425,0,0,0,0,0,0,0,0,0,0,NA -6085507500,6,85,507500,5800,5800,5800,5800,2028,1788,5604,3820,483,14,261,623,364,38,49,0.083275862,0.65862069,0.007829978,0.046573876,0.107413793,0.062758621,0.024161736,0.018737673,0,0,0,0,0,0,0,0,0,0,NA -6085507600,6,85,507600,5593,5593,5574,5593,1962,1704,5507,2772,549,86,179,197,298,38,50,0.098158412,0.495619524,0.050469484,0.032504086,0.035342662,0.053280887,0.0254842,0.019367992,0,0,0,0,0,0,0,0,0,0,NA -6085507701,6,85,507701,3865,3865,3865,3865,1372,1048,3742,2753,113,69,218,270,350,13,56,0.02923674,0.71228978,0.065839695,0.058257616,0.069857697,0.090556274,0.040816327,0.009475219,0,1,0,0,0,0,0,0,0,0,NA -6085507702,6,85,507702,6409,6409,6409,6409,2058,1749,6247,4517,486,45,232,420,323,17,79,0.075830863,0.704790139,0.025728988,0.037137826,0.065532844,0.050397878,0.038386783,0.008260447,0,1,0,0,0,0,0,0,0,0,NA -6085507703,6,85,507703,8022,8022,7763,7763,2693,2129,7700,4954,959,27,489,490,658,137,154,0.119546248,0.617551733,0.01268201,0.063506494,0.063119928,0.084761046,0.057185295,0.050872633,1,0,0,0,0,0,0,0,1,0,NA -6085507805,6,85,507805,5973,5973,5973,5973,2203,1643,5587,4196,356,171,544,599,453,169,115,0.05960154,0.702494559,0.104077906,0.097368892,0.100284614,0.075841286,0.052201543,0.076713572,0,1,0,0,0,0,0,0,0,0,NA -6085507806,6,85,507806,5561,5561,5561,5561,1811,1526,5291,4775,184,153,310,447,209,162,34,0.033087574,0.858658515,0.100262123,0.058590059,0.080381226,0.037583168,0.018774158,0.089453341,0,1,0,0,0,0,0,0,0,0,NA -6085507807,6,85,507807,3320,3320,3320,3320,1052,923,3209,2735,160,73,200,148,215,31,7,0.048192771,0.823795181,0.079089924,0.062324712,0.044578313,0.064759036,0.006653992,0.029467681,0,1,0,0,0,0,0,0,0,0,NA -6085507808,6,85,507808,5446,5446,5432,5446,1773,1523,5166,4222,243,88,249,564,148,97,16,0.044619905,0.775247888,0.057780696,0.048199768,0.103829161,0.027175909,0.009024253,0.054709532,0,1,0,0,0,0,0,0,0,0,NA -6085507903,6,85,507903,4975,4975,4975,4975,1626,1388,4878,3769,363,69,397,339,356,43,19,0.072964824,0.75758794,0.049711816,0.081385814,0.068140704,0.071557789,0.011685117,0.026445264,0,1,0,0,0,0,0,0,0,0,NA -6085507904,6,85,507904,3240,3240,3240,3240,1098,1035,3165,2514,259,18,128,187,222,29,25,0.079938272,0.775925926,0.017391304,0.040442338,0.057716049,0.068518519,0.02276867,0.026411658,0,1,0,0,0,0,0,0,0,0,NA -6085507905,6,85,507905,6223,6223,6211,6223,2152,1628,6040,4969,157,101,422,901,253,144,26,0.025228989,0.798489475,0.062039312,0.06986755,0.145065207,0.040655632,0.012081784,0.066914498,0,1,0,0,0,0,0,0,0,0,NA -6085507906,6,85,507906,4550,4550,4550,4550,1411,1252,4400,3517,357,68,293,346,266,22,46,0.078461538,0.772967033,0.054313099,0.066590909,0.076043956,0.058461538,0.032600992,0.015591779,0,1,0,0,0,0,0,0,0,0,NA -6085508001,6,85,508001,7966,7966,7966,7966,2858,1974,7567,6349,557,56,412,741,542,327,170,0.069922169,0.797012302,0.028368794,0.054446941,0.093020336,0.068039166,0.059482155,0.114415675,0,1,0,0,0,0,0,0,0,0,NA -6085508003,6,85,508003,2398,2398,2398,2398,770,611,2324,1515,158,27,137,344,240,92,21,0.06588824,0.63177648,0.044189853,0.058950086,0.143452877,0.100083403,0.027272727,0.119480519,0,0,0,0,0,0,0,0,0,0,NA -6085508004,6,85,508004,6938,6938,6870,6938,2210,1759,6451,5072,248,97,807,841,515,145,60,0.035745172,0.731046411,0.055144969,0.125096884,0.122416303,0.074228884,0.027149321,0.06561086,0,1,0,0,1,0,0,0,1,0,NA -6085508101,6,85,508101,6928,6928,6855,6922,2327,1821,6341,5182,309,62,363,476,259,87,78,0.044601617,0.747979215,0.034047227,0.057246491,0.069438366,0.037416932,0.033519553,0.037387194,0,1,0,0,0,0,0,0,0,0,NA -6085508102,6,85,508102,3135,3135,3135,3135,1193,905,2848,2407,98,28,213,206,45,91,0,0.031259968,0.767783094,0.030939227,0.074789326,0.065709729,0.014354067,0,0.07627829,0,1,0,0,0,0,0,0,0,0,NA -6085508202,6,85,508202,7606,7606,7596,7585,2772,2028,7129,4619,540,127,263,714,497,220,103,0.070996582,0.607283723,0.062623274,0.03689157,0.09399684,0.065524061,0.037157287,0.079365079,0,0,0,0,0,0,0,0,0,0,NA -6085508203,6,85,508203,5263,5263,5250,5250,1797,1545,4806,3667,378,86,205,345,302,70,85,0.071822155,0.696750903,0.05566343,0.042655015,0.065714286,0.05752381,0.047301057,0.038953812,0,0,0,0,0,0,0,0,0,0,NA -6085508204,6,85,508204,4142,4142,4122,4142,1481,1212,3811,2799,288,40,109,404,234,17,17,0.069531627,0.675760502,0.0330033,0.028601417,0.098010674,0.056494447,0.011478731,0.011478731,0,0,0,0,0,0,0,0,0,0,NA -6085508301,6,85,508301,4630,4630,4468,4456,1567,1179,4447,2380,550,64,201,266,291,51,24,0.118790497,0.514038877,0.054283291,0.045199011,0.059534467,0.065305206,0.01531589,0.032546267,1,0,0,0,0,0,0,0,1,0,NA -6085508303,6,85,508303,2570,2570,2570,2570,924,733,2469,1094,321,22,116,170,183,28,11,0.124902724,0.425680934,0.030013643,0.046982584,0.06614786,0.071206226,0.011904762,0.03030303,1,0,0,0,0,0,0,0,1,0,NA -6085508304,6,85,508304,8385,8385,8374,8385,3058,2267,8065,5947,369,443,849,1904,470,420,147,0.044007156,0.709242695,0.195412439,0.105269684,0.227370432,0.056052475,0.048070634,0.13734467,0,1,0,0,0,0,0,0,0,0,NA -6085508401,6,85,508401,6814,6814,6707,6708,2350,1655,6189,3540,543,68,222,469,426,126,99,0.079688876,0.519518638,0.041087613,0.035870092,0.069926942,0.063506261,0.04212766,0.053617021,0,0,0,0,0,0,0,0,0,0,NA -6085508403,6,85,508403,3237,3237,3130,3124,1078,880,3012,1576,307,58,63,167,157,26,15,0.094840902,0.486870559,0.065909091,0.020916335,0.053354633,0.050256082,0.013914657,0.024118738,0,0,0,0,0,0,0,0,0,0,NA -6085508404,6,85,508404,6384,6384,6384,6384,2328,1757,5857,3455,424,76,434,730,475,46,127,0.06641604,0.541196742,0.043255549,0.074099368,0.114348371,0.074404762,0.054553265,0.01975945,0,0,0,0,0,0,0,0,0,0,NA -6085508503,6,85,508503,6950,6950,6868,6868,2630,1826,6177,5183,375,31,407,779,357,264,285,0.053956835,0.745755396,0.016976999,0.06588959,0.113424578,0.051980198,0.108365019,0.100380228,0,1,0,0,0,0,1,0,1,0,NA -6085508504,6,85,508504,8853,8853,8813,8853,3396,2212,8049,7418,405,256,832,2771,524,497,360,0.045747204,0.837908054,0.115732369,0.103366878,0.314421877,0.059188975,0.106007067,0.146348645,0,1,0,0,0,1,1,0,1,1,High -6085508505,6,85,508505,4703,4703,4693,4693,1914,1321,4387,2752,304,32,242,616,307,98,76,0.064639592,0.58515841,0.024224073,0.055162982,0.131259322,0.065416578,0.039707419,0.051201672,0,0,0,0,0,0,0,0,0,0,NA -6085508507,6,85,508507,3171,3171,3171,3171,1343,842,2887,2468,29,80,66,600,128,180,118,0.00914538,0.778303374,0.095011876,0.022861101,0.189214759,0.040365815,0.087862993,0.134028295,0,1,0,0,0,0,0,0,0,0,NA -6085508508,6,85,508508,5495,5495,5495,5495,2029,1298,5095,3852,341,161,483,1032,446,283,145,0.062056415,0.70100091,0.12403698,0.094798822,0.187807097,0.081164695,0.071463775,0.139477575,0,1,0,0,0,0,0,0,0,0,NA -6085508601,6,85,508601,3821,3821,3821,3821,1355,1084,3617,2332,282,114,257,578,301,141,57,0.073802669,0.610311437,0.105166052,0.071053359,0.151269301,0.07877519,0.042066421,0.104059041,0,0,0,0,0,0,0,0,0,0,NA -6085508602,6,85,508602,4737,4737,4737,4727,2016,1198,4366,2736,347,120,517,740,481,210,278,0.073253114,0.577580747,0.100166945,0.118415025,0.156217015,0.101755871,0.137896825,0.104166667,0,0,0,0,0,0,1,0,1,0,NA -6085508703,6,85,508703,7812,7812,7812,7812,3256,2013,7230,5636,245,219,410,913,366,242,112,0.031362007,0.721454173,0.108792846,0.05670816,0.11687148,0.046850998,0.034398034,0.074324324,0,1,0,0,0,0,0,0,0,0,NA -6085508704,6,85,508704,6513,6513,6499,6503,2603,1629,5930,4909,163,79,522,763,359,329,181,0.025026869,0.753723323,0.04849601,0.088026981,0.117402677,0.05520529,0.069535152,0.126392624,0,1,0,0,0,0,0,0,0,0,NA -6085508800,6,85,508800,3783,3783,3783,3783,1460,874,3474,2807,68,58,388,902,242,150,122,0.017975152,0.742003701,0.066361556,0.111686816,0.238435104,0.063970394,0.083561644,0.102739726,0,1,0,0,0,0,0,0,0,0,NA -6085508900,6,85,508900,5175,5175,5175,5175,1700,1115,4680,4020,223,167,495,1347,344,219,82,0.043091787,0.776811594,0.149775785,0.105769231,0.260289855,0.06647343,0.048235294,0.128823529,0,1,0,0,0,0,0,0,0,0,NA -6085509000,6,85,509000,8637,8637,8510,8622,2540,1841,7540,6643,146,505,1095,2689,497,355,73,0.016904018,0.769132801,0.274307442,0.145225464,0.315981199,0.057643238,0.028740157,0.13976378,0,1,1,0,1,1,0,0,2,1,High -6085509102,6,85,509102,4851,4851,4851,4851,2274,1327,4393,3599,158,49,254,468,280,90,35,0.032570604,0.741908885,0.036925396,0.057819258,0.096474954,0.057720058,0.015391381,0.039577836,0,1,0,0,0,0,0,0,0,0,NA -6085509105,6,85,509105,7207,7207,7185,7207,3057,1901,6629,4848,348,198,568,955,390,243,54,0.048286388,0.67267934,0.104155708,0.085684115,0.132915797,0.054114056,0.017664377,0.079489696,0,0,0,0,0,0,0,0,0,0,NA -6085509106,6,85,509106,4289,4289,4267,4289,1693,1105,3824,2812,231,134,390,600,319,221,67,0.053858708,0.655630683,0.121266968,0.101987448,0.140614015,0.074376311,0.039574719,0.130537507,0,0,0,0,0,0,0,0,0,0,NA -6085509107,6,85,509107,4868,4868,4868,4868,1946,1157,4415,3396,27,169,426,1296,211,318,95,0.005546426,0.697617091,0.146067416,0.096489241,0.266228431,0.043344289,0.048818088,0.163412127,0,0,0,0,0,0,0,1,1,0,NA -6085509108,6,85,509108,4438,4438,4438,4438,1967,1028,4120,2727,113,158,448,896,262,335,41,0.02546192,0.614465976,0.153696498,0.108737864,0.201892744,0.059035602,0.020843925,0.170310117,0,0,0,0,0,0,0,1,1,0,NA -6085509109,6,85,509109,4603,4603,4584,4603,1943,1134,4086,2495,38,111,48,398,85,31,15,0.008255486,0.542037801,0.097883598,0.01174743,0.086823735,0.018466218,0.007720021,0.015954709,0,0,0,0,0,0,0,0,0,0,NA -6085509201,6,85,509201,4780,4780,4780,4740,2337,914,4684,2334,206,87,193,799,234,394,77,0.043096234,0.488284519,0.095185996,0.041204099,0.167154812,0.049367089,0.032948224,0.168592212,0,0,0,0,0,0,0,1,1,0,NA -6085509202,6,85,509202,4635,4635,4635,4635,1885,1087,4399,2607,359,108,260,817,486,122,152,0.077454153,0.562459547,0.099356026,0.059104342,0.17626753,0.104854369,0.080636605,0.064721485,0,0,0,0,0,0,0,0,0,0,NA -6085509302,6,85,509302,3192,3192,3192,3192,1222,836,2949,1208,197,97,118,262,241,44,51,0.061716792,0.378446115,0.116028708,0.040013564,0.082080201,0.075501253,0.041734861,0.036006547,0,0,0,0,0,0,0,0,0,0,NA -6085509303,6,85,509303,3444,3444,3444,3444,1743,766,3185,1865,371,105,413,1132,407,377,256,0.107723577,0.541521487,0.137075718,0.12967033,0.328687573,0.118176539,0.146873207,0.216293746,1,0,0,0,1,1,1,1,4,1,High -6085509304,6,85,509304,3373,3373,3373,3373,1357,719,3214,2125,99,169,152,761,184,146,44,0.029350726,0.630002965,0.235048679,0.047293093,0.225615179,0.054550845,0.032424466,0.107590273,0,0,1,0,0,0,0,0,1,0,NA -6085509401,6,85,509401,3738,3738,3728,3728,1757,911,3519,2100,90,131,237,483,269,187,170,0.024077047,0.561797753,0.143798024,0.067348679,0.129560086,0.072156652,0.096755834,0.106431417,0,0,0,0,0,0,0,0,0,0,NA -6085509403,6,85,509403,5009,5009,4908,5009,2052,1019,4634,3200,71,182,620,1612,220,350,191,0.014174486,0.63885007,0.178606477,0.133793699,0.328443358,0.043920942,0.093079922,0.170565302,0,0,0,0,1,1,0,1,2,0,NA -6085509404,6,85,509404,7091,7091,7091,7091,2683,1503,6485,4812,300,268,878,2529,725,435,167,0.04230715,0.678606685,0.178310047,0.13538936,0.356649274,0.102242279,0.062243757,0.162131942,0,0,0,0,1,1,0,1,2,0,NA -6085509500,6,85,509500,5371,5371,5371,5371,2240,1209,5251,3465,98,315,577,1507,256,459,169,0.018246137,0.64513126,0.260545906,0.109883832,0.280580897,0.047663377,0.075446429,0.204910714,0,0,1,0,0,0,0,1,2,0,NA -6085509600,6,85,509600,3403,3403,3393,3393,1483,746,3195,1432,83,19,82,389,245,137,92,0.024390244,0.420805172,0.025469169,0.025665102,0.114647804,0.072207486,0.062036413,0.09238031,0,0,0,0,0,0,0,0,0,0,NA -6085509700,6,85,509700,3065,3065,3065,3065,1408,688,2870,1364,105,77,7,371,139,101,53,0.034257749,0.44502447,0.111918605,0.002439024,0.121044046,0.045350734,0.037642045,0.071732955,0,0,0,0,0,0,0,0,0,0,NA -6085509801,6,85,509801,5679,5679,5679,5679,2172,1516,5200,2501,200,108,371,588,296,194,85,0.035217468,0.440394436,0.071240106,0.071346154,0.103539356,0.052121852,0.039134438,0.0893186,0,0,0,0,0,0,0,0,0,0,NA -6085509802,6,85,509802,3021,3021,3010,3010,1131,780,2812,1591,182,16,166,284,159,42,14,0.060244952,0.526646806,0.020512821,0.059032717,0.094352159,0.05282392,0.012378426,0.037135279,0,0,0,0,0,0,0,0,0,0,NA -6085509901,6,85,509901,1879,1879,1842,1855,689,524,1741,619,152,48,3,101,60,18,24,0.080894093,0.329430548,0.091603053,0.001723148,0.054831705,0.032345013,0.034833091,0.026124819,0,0,0,0,0,0,0,0,0,0,NA -6085509902,6,85,509902,4833,4833,4685,4740,1839,1234,4437,1951,562,64,338,793,437,48,235,0.116283882,0.403683013,0.051863857,0.076177597,0.169263607,0.092194093,0.127786841,0.026101142,1,0,0,0,0,0,1,0,2,0,NA -6085510001,6,85,510001,6198,6198,6051,6051,2063,1838,5833,2554,587,31,271,224,313,8,0,0.09470797,0.412068409,0.016866159,0.046459798,0.037018675,0.051726987,0,0.003877848,0,0,0,0,0,0,0,0,0,0,NA -6085510002,6,85,510002,3840,3840,3840,3840,1291,1096,3632,1566,270,50,91,333,218,28,9,0.0703125,0.4078125,0.045620438,0.025055066,0.08671875,0.056770833,0.00697134,0.021688613,0,0,0,0,0,0,0,0,0,0,NA -6085510100,6,85,510100,2970,2970,2963,2970,1081,898,2818,940,377,27,20,257,247,7,24,0.126936027,0.316498316,0.030066815,0.007097232,0.086736416,0.083164983,0.022201665,0.006475486,1,0,0,0,0,0,0,0,1,0,NA -6085510200,6,85,510200,4346,4346,4346,4346,1440,1223,4173,1388,375,72,86,283,282,33,12,0.08628624,0.319374137,0.058871627,0.020608675,0.065117349,0.064887253,0.008333333,0.022916667,0,0,0,0,0,0,0,0,0,0,NA -6085510300,6,85,510300,4278,4278,4269,4278,1716,1192,4098,1244,399,105,33,250,194,17,61,0.093267882,0.290790089,0.088087248,0.008052709,0.058561724,0.045348294,0.035547786,0.00990676,0,0,0,0,0,0,0,0,0,0,NA -6085510400,6,85,510400,3289,3289,3289,3289,1165,959,3106,1329,297,42,22,214,156,28,14,0.090301003,0.404074187,0.04379562,0.007083065,0.065065369,0.04743083,0.012017167,0.024034335,0,0,0,0,0,0,0,0,0,0,NA -6085510500,6,85,510500,4996,4996,4929,4929,1891,1393,4784,1774,718,83,88,309,368,137,61,0.143714972,0.355084067,0.059583632,0.018394649,0.062690201,0.074660174,0.032258065,0.07244844,1,0,0,0,0,0,0,0,1,0,NA -6085510600,6,85,510600,6564,6564,6564,6564,2350,1741,6053,3515,456,173,559,1403,487,110,29,0.069469835,0.535496648,0.099368179,0.0923509,0.213741621,0.074192566,0.012340426,0.046808511,0,0,0,0,0,0,0,0,0,0,NA -6085510700,6,85,510700,5133,5133,5110,5125,2046,1269,4904,2751,257,106,421,857,257,326,174,0.050068186,0.535943892,0.083530339,0.085848287,0.167710372,0.050146341,0.085043988,0.159335288,0,0,0,0,0,0,0,1,1,0,NA -6085510801,6,85,510801,5797,5797,5795,5797,2210,1727,5624,2838,945,144,154,479,484,56,155,0.163015353,0.489563567,0.083381587,0.027382646,0.082657463,0.083491461,0.070135747,0.025339367,1,0,0,0,0,0,0,0,1,0,NA -6085510802,6,85,510802,1864,1864,1854,1855,683,523,1783,774,273,36,74,60,170,15,25,0.146459227,0.415236052,0.068833652,0.041503085,0.03236246,0.091644205,0.036603221,0.021961933,1,0,0,0,0,0,0,0,1,0,NA -6085510803,6,85,510803,2402,2402,2402,2402,997,638,2327,1272,298,72,107,500,258,99,83,0.124063281,0.529558701,0.112852665,0.045981951,0.208159867,0.107410491,0.083249749,0.099297894,1,0,0,0,0,0,0,0,1,0,NA -6085510900,6,85,510900,5563,5563,5563,5563,2040,1616,5259,2518,350,142,208,515,225,199,42,0.062915693,0.452633471,0.087871287,0.039551245,0.092575948,0.040445803,0.020588235,0.09754902,0,0,0,0,0,0,0,0,0,0,NA -6085511000,6,85,511000,6813,6813,6812,6813,2449,1968,6335,3456,236,135,157,378,260,115,13,0.034639659,0.507265522,0.068597561,0.024782952,0.055490311,0.038162337,0.005308289,0.046957942,0,0,0,0,0,0,0,0,0,0,NA -6085511100,6,85,511100,5571,5571,5539,5571,1846,1522,5372,2488,426,140,72,503,244,27,44,0.076467421,0.446598456,0.091984231,0.013402829,0.090810616,0.043798241,0.02383532,0.014626219,0,0,0,0,0,0,0,0,0,0,NA -6085511200,6,85,511200,5058,5058,5058,5058,1670,1257,4829,1556,270,87,27,197,315,26,17,0.053380783,0.307631475,0.069212411,0.00559122,0.038948201,0.06227758,0.010179641,0.015568862,0,0,0,0,0,0,0,0,0,0,NA -6085511301,6,85,511301,3888,3888,3810,3810,1801,955,3753,1119,444,146,41,667,332,305,158,0.114197531,0.287808642,0.152879581,0.010924594,0.175065617,0.087139108,0.087729039,0.169350361,1,0,0,0,0,0,0,1,2,0,NA -6085511302,6,85,511302,4157,4157,4018,4018,2136,831,3979,1628,618,54,227,945,419,272,568,0.148664903,0.391628578,0.064981949,0.05704951,0.235191638,0.104280737,0.265917603,0.127340824,1,0,0,0,0,0,1,0,2,0,NA -6085511400,6,85,511400,3573,3573,3573,3573,1335,966,3440,1419,225,103,25,257,162,31,42,0.062972292,0.397145256,0.106625259,0.007267442,0.071928352,0.04534005,0.031460674,0.023220974,0,0,0,0,0,0,0,0,0,0,NA -6085511500,6,85,511500,8111,8111,7226,8111,3043,1933,7738,3039,508,170,154,448,456,326,183,0.062630995,0.374676365,0.087946198,0.019901783,0.061998339,0.056219948,0.060138022,0.107131121,0,0,0,0,0,0,0,0,0,0,NA -6085511608,6,85,511608,3129,3129,156,3129,93,10,3129,1806,12,6,9,61,209,39,25,0.003835091,0.577181208,0.6,0.002876318,0.391025641,0.066794503,0.268817204,0.419354839,0,0,1,0,0,1,1,1,3,1,High -6085511609,6,85,511609,3206,3206,3140,3140,1714,698,2977,1043,655,62,103,422,337,305,237,0.204304429,0.325327511,0.088825215,0.034598589,0.134394904,0.107324841,0.138273046,0.177946324,1,0,0,0,0,0,1,1,3,0,NA -6085511701,6,85,511701,4349,4349,4349,4349,1565,1283,4240,1630,440,46,36,194,193,71,12,0.101172683,0.374798804,0.035853468,0.008490566,0.044607956,0.044378018,0.007667732,0.045367412,1,0,0,0,0,0,0,0,1,0,NA -6085511702,6,85,511702,2812,2812,2812,2812,945,807,2719,850,211,21,40,131,157,0,31,0.075035562,0.30227596,0.026022305,0.014711291,0.04658606,0.055832148,0.032804233,0,0,0,0,0,0,0,0,0,0,0,NA -6085511704,6,85,511704,4635,4635,4626,4635,1723,1374,4530,1802,503,35,31,328,325,33,17,0.108522114,0.388781014,0.025473071,0.006843267,0.070903588,0.070118662,0.009866512,0.019152641,1,0,0,0,0,0,0,0,1,0,NA -6085511705,6,85,511705,1113,1113,1007,1007,357,283,1053,463,144,22,46,48,68,11,0,0.129380054,0.415992812,0.077738516,0.04368471,0.047666336,0.067527309,0,0.030812325,1,0,0,0,0,0,0,0,1,0,NA -6085511707,6,85,511707,2771,2771,2709,2734,1206,768,2644,1005,478,22,57,230,248,30,113,0.172500902,0.362684951,0.028645833,0.021558245,0.084902178,0.090709583,0.093698176,0.024875622,1,0,0,0,0,0,0,0,1,0,NA -6085511800,6,85,511800,4711,4711,4690,4711,1645,1141,4440,659,211,73,31,616,240,39,26,0.044788792,0.139885375,0.063978966,0.006981982,0.131343284,0.050944598,0.015805471,0.023708207,0,0,0,0,0,0,0,0,0,0,NA -6085511905,6,85,511905,3182,3182,3182,3182,1063,924,3105,1601,343,87,139,228,256,64,9,0.10779384,0.503142678,0.094155844,0.044766506,0.071653048,0.080452546,0.008466604,0.060206961,1,0,0,0,0,0,0,0,1,0,NA -6085511907,6,85,511907,4061,4061,4061,4061,1344,1152,3877,2191,311,32,204,314,250,35,9,0.076582123,0.539522285,0.027777778,0.052618004,0.077320857,0.061561192,0.006696429,0.026041667,0,0,0,0,0,0,0,0,0,0,NA -6085511909,6,85,511909,8033,8033,8022,8033,2658,2280,7639,4190,348,24,185,204,369,23,36,0.0433213,0.521598407,0.010526316,0.02421783,0.025430067,0.045935516,0.013544018,0.008653123,0,0,0,0,0,0,0,0,0,0,NA -6085511910,6,85,511910,3235,3235,3235,3235,1051,943,3095,985,356,26,52,179,243,5,0,0.110046368,0.304482226,0.02757158,0.016801292,0.055332303,0.07511592,0,0.004757374,1,0,0,0,0,0,0,0,1,0,NA -6085511911,6,85,511911,4957,4957,4914,4914,1879,1389,4732,2046,389,144,279,749,473,141,71,0.078474884,0.412749647,0.103671706,0.05896027,0.152421652,0.096255596,0.037786056,0.075039915,0,0,0,0,0,0,0,0,0,0,NA -6085511912,6,85,511912,5367,5367,5343,5355,1748,1512,5193,3084,320,35,276,256,480,64,11,0.059623626,0.574622694,0.023148148,0.053148469,0.047913157,0.089635854,0.006292906,0.036613272,0,0,0,0,0,0,0,0,0,0,NA -6085511913,6,85,511913,4343,4343,4339,4343,1427,1245,4135,1584,211,32,97,94,247,0,24,0.048583928,0.364724845,0.025702811,0.023458283,0.021663978,0.056873129,0.0168185,0,0,0,0,0,0,0,0,0,0,0,NA -6085511914,6,85,511914,5754,5754,5747,5754,1918,1614,5567,2071,462,80,218,378,496,21,54,0.080291971,0.359923531,0.049566295,0.039159332,0.065773447,0.086200904,0.028154327,0.010948905,0,0,0,0,0,0,0,0,0,0,NA -6085511915,6,85,511915,3678,3678,3673,3678,1275,866,3399,2355,241,194,475,1651,476,357,159,0.065524742,0.640293638,0.224018476,0.139746984,0.449496325,0.129418162,0.124705882,0.28,0,0,1,1,1,1,1,1,5,1,High -6085511916,6,85,511916,4774,4774,4767,4767,1696,1311,4464,2137,143,122,198,693,346,80,23,0.029953917,0.447633012,0.093058734,0.044354839,0.145374449,0.072582337,0.013561321,0.047169811,0,0,0,0,0,0,0,0,0,0,NA -6085512001,6,85,512001,6720,6720,6683,6705,2012,1677,6391,5065,214,131,202,528,292,0,18,0.031845238,0.753720238,0.078115683,0.031606947,0.079006434,0.04354959,0.008946322,0,0,1,0,0,0,0,0,0,0,0,NA -6085512005,6,85,512005,6683,6683,6653,6678,2217,1970,6399,3184,407,187,514,1171,697,153,19,0.060900793,0.47643274,0.094923858,0.080325051,0.176010822,0.104372567,0.00857014,0.069012179,0,0,0,0,0,0,0,0,0,0,NA -6085512017,6,85,512017,9119,9119,9119,9119,2213,1844,8463,8021,354,298,1920,2767,997,340,111,0.038820046,0.879592061,0.161605206,0.226869904,0.303432394,0.109332164,0.050158156,0.153637596,0,1,0,0,1,1,0,1,2,1,High -6085512019,6,85,512019,4904,4904,4774,4893,1563,1188,4503,3190,155,202,320,870,416,143,87,0.031606852,0.650489396,0.17003367,0.071063735,0.182237118,0.085019415,0.055662188,0.091490723,0,0,0,0,0,0,0,0,0,0,NA -6085512020,6,85,512020,7378,7378,7360,7346,2561,1734,6721,5542,81,363,613,1404,462,480,79,0.010978585,0.751152074,0.209342561,0.091206666,0.19076087,0.062891369,0.030847325,0.187426786,0,1,1,0,0,0,0,1,2,0,NA -6085512021,6,85,512021,6161,6161,6147,6161,2047,1671,5753,3793,145,367,435,1137,311,78,35,0.02353514,0.615646811,0.219628965,0.075612724,0.184968277,0.050478818,0.017098192,0.038104543,0,0,1,0,0,0,0,0,1,0,NA -6085512022,6,85,512022,5821,5821,5812,5821,1888,1301,5369,4380,245,214,491,1831,624,208,114,0.042088988,0.752448033,0.164488855,0.091450922,0.315037853,0.107198076,0.060381356,0.110169492,0,1,0,0,0,1,0,0,0,1,High -6085512023,6,85,512023,6159,6159,6144,6159,2024,1428,5480,4756,108,307,541,1965,629,267,106,0.017535314,0.77220328,0.214985994,0.098722628,0.319824219,0.102126969,0.052371542,0.131916996,0,1,1,0,0,1,0,0,1,1,High -6085512024,6,85,512024,4740,4740,4724,4740,1635,1253,4390,2950,231,147,355,1008,376,102,58,0.048734177,0.622362869,0.117318436,0.080865604,0.213378493,0.079324895,0.035474006,0.062385321,0,0,0,0,0,0,0,0,0,0,NA -6085512025,6,85,512025,3201,3201,3201,3201,1079,885,2970,1586,352,97,133,604,380,176,120,0.109965636,0.495470166,0.10960452,0.044781145,0.188691034,0.118712902,0.111214087,0.163113994,1,0,0,0,0,0,1,1,3,0,NA -6085512026,6,85,512026,3986,3986,3979,3986,1312,1012,3666,2983,237,206,355,704,399,78,22,0.059458103,0.748369293,0.203557312,0.096835788,0.176928877,0.100100351,0.016768293,0.05945122,0,1,1,0,0,0,0,0,1,0,NA -6085512027,6,85,512027,4735,4735,4725,4725,1577,1094,4302,2848,315,85,519,1216,509,224,141,0.066525871,0.601478353,0.077696527,0.120641562,0.257354497,0.107724868,0.089410273,0.142041852,0,0,0,0,1,0,0,0,1,0,NA -6085512029,6,85,512029,7347,7347,7342,7342,2472,1847,6832,3767,271,134,388,604,476,74,32,0.036885804,0.512726283,0.072550081,0.056791569,0.082266412,0.064832471,0.012944984,0.029935275,0,0,0,0,0,0,0,0,0,0,NA -6085512030,6,85,512030,3018,3018,3010,3018,993,826,2806,1528,121,56,84,310,240,38,31,0.040092777,0.50629556,0.06779661,0.029935852,0.102990033,0.079522863,0.03121853,0.038267875,0,0,0,0,0,0,0,0,0,0,NA -6085512031,6,85,512031,4363,4363,4323,4363,1369,1202,4099,2032,136,68,194,431,449,52,10,0.031171212,0.465734586,0.056572379,0.047328617,0.099699283,0.102910841,0.007304602,0.03798393,0,0,0,0,0,0,0,0,0,0,NA -6085512032,6,85,512032,3193,3193,3188,3188,1006,815,3008,1858,163,94,107,411,319,9,9,0.05104917,0.581897902,0.115337423,0.035571809,0.128920954,0.100062735,0.008946322,0.008946322,0,0,0,0,0,0,0,0,0,0,NA -6085512033,6,85,512033,6786,6786,6747,6768,2033,1710,6364,4220,174,248,209,1254,521,187,119,0.025641026,0.621868553,0.14502924,0.032840981,0.185860382,0.076979905,0.058534186,0.091982292,0,0,0,0,0,0,0,0,0,0,NA -6085512034,6,85,512034,3212,3212,3198,3212,1019,859,2873,1776,116,80,224,305,323,67,28,0.03611457,0.552926526,0.093131548,0.077967282,0.095372108,0.100560399,0.02747792,0.065750736,0,0,0,0,0,0,0,0,0,0,NA -6085512035,6,85,512035,4551,4551,4551,4551,1412,1151,4208,2632,159,146,179,614,294,121,68,0.034937376,0.578334432,0.126846221,0.042538023,0.134915403,0.064601187,0.04815864,0.085694051,0,0,0,0,0,0,0,0,0,0,NA -6085512036,6,85,512036,5450,5450,5442,5450,1888,1443,4970,3649,49,217,180,501,266,206,29,0.008990826,0.669541284,0.15038115,0.036217304,0.092061742,0.048807339,0.015360169,0.109110169,0,0,0,0,0,0,0,0,0,0,NA -6085512037,6,85,512037,3280,3280,3269,3280,975,868,3056,1680,157,68,119,354,274,22,36,0.047865854,0.512195122,0.078341014,0.038939791,0.108289997,0.083536585,0.036923077,0.022564103,0,0,0,0,0,0,0,0,0,0,NA -6085512038,6,85,512038,3132,3132,3132,3132,1073,758,2960,2059,19,153,97,892,315,135,22,0.006066411,0.657407407,0.201846966,0.03277027,0.284802043,0.100574713,0.020503262,0.125815471,0,0,1,0,0,0,0,0,1,0,NA -6085512039,6,85,512039,4845,4845,4845,4845,1339,1206,4648,3924,156,177,281,627,410,10,34,0.032198142,0.809907121,0.146766169,0.06045611,0.129411765,0.084623323,0.025392084,0.00746826,0,1,0,0,0,0,0,0,0,0,NA -6085512042,6,85,512042,2809,2809,2780,2798,868,650,2678,2496,95,124,403,724,289,112,90,0.033819865,0.888572446,0.190769231,0.150485437,0.260431655,0.103288063,0.103686636,0.129032258,0,1,0,0,1,0,1,0,2,0,NA -6085512043,6,85,512043,6900,6900,6874,6900,1592,1287,6125,6202,182,333,1538,3727,506,308,102,0.026376812,0.89884058,0.258741259,0.251102041,0.542187955,0.073333333,0.064070352,0.193467337,0,1,1,0,1,1,0,1,3,1,High -6085512045,6,85,512045,5805,5805,5752,5800,1808,1471,5509,3023,313,141,218,628,482,43,18,0.053919035,0.520757967,0.095853161,0.03957161,0.109179416,0.083103448,0.009955752,0.023783186,0,0,0,0,0,0,0,0,0,0,NA -6085512047,6,85,512047,5465,5465,5465,5465,1708,1430,5137,2770,447,199,404,727,492,97,30,0.08179323,0.506861848,0.139160839,0.078645124,0.133028362,0.090027447,0.017564403,0.056791569,0,0,0,0,0,0,0,0,0,0,NA -6085512052,6,85,512052,4701,4701,4667,4701,1762,1121,4341,2297,299,213,201,704,445,168,43,0.063603489,0.488619443,0.190008921,0.046302695,0.150846368,0.09466071,0.024404086,0.095346198,0,0,0,0,0,0,0,0,0,0,NA -6085512053,6,85,512053,4571,4571,4571,4571,1433,1185,4241,2978,186,164,412,1009,393,124,32,0.040691315,0.651498578,0.138396624,0.097146899,0.220739444,0.08597681,0.022330775,0.086531752,0,0,0,0,0,0,0,0,0,0,NA -6085512100,6,85,512100,1495,1495,1461,1495,455,312,1437,869,89,9,195,294,183,36,11,0.059531773,0.581270903,0.028846154,0.135699374,0.201232033,0.122408027,0.024175824,0.079120879,0,0,0,1,1,0,0,0,2,0,NA -6085512200,6,85,512200,4531,4531,4531,4531,1657,1299,4400,1410,258,43,27,791,334,36,13,0.056941073,0.311189583,0.033102386,0.006136364,0.174575149,0.073714412,0.007845504,0.021726011,0,0,0,0,0,0,0,0,0,0,NA -6085512305,6,85,512305,4412,4412,4396,4406,1480,1348,4291,1972,180,139,128,658,283,71,16,0.040797824,0.446962829,0.103115727,0.029829876,0.149681529,0.064230595,0.010810811,0.047972973,0,0,0,0,0,0,0,0,0,0,NA -6085512307,6,85,512307,6485,6485,6475,6476,2359,1799,5934,2594,624,84,116,1192,741,128,49,0.096222051,0.4,0.046692607,0.019548365,0.184092664,0.114422483,0.020771513,0.05426028,0,0,0,0,0,0,0,0,0,0,NA -6085512308,6,85,512308,8118,8118,8118,8118,2464,2159,7847,3687,348,241,196,1186,523,43,58,0.042867701,0.454175905,0.111625753,0.024977698,0.146095097,0.064424735,0.023538961,0.017451299,0,0,0,0,0,0,0,0,0,0,NA -6085512309,6,85,512309,5135,5135,5135,5135,1712,1414,4628,2013,215,126,194,774,524,138,30,0.041869523,0.392015579,0.089108911,0.041918755,0.150730282,0.102044791,0.017523364,0.080607477,0,0,0,0,0,0,0,0,0,0,NA -6085512310,6,85,512310,4222,4222,4222,4222,1447,1060,3943,3018,99,241,329,1639,305,359,89,0.023448603,0.714827096,0.227358491,0.083439006,0.388204642,0.072240644,0.061506565,0.248099516,0,1,1,0,0,1,0,1,2,1,High -6085512311,6,85,512311,3557,3557,3546,3546,1189,933,3276,1778,239,23,150,547,326,47,83,0.067191453,0.499859432,0.024651661,0.045787546,0.154258319,0.091934574,0.06980656,0.039529016,0,0,0,0,0,0,0,0,0,0,NA -6085512312,6,85,512312,3135,3135,3126,3135,1079,857,2894,1613,60,133,109,421,277,64,6,0.019138756,0.514513557,0.155192532,0.037664133,0.134676903,0.088357257,0.005560704,0.05931418,0,0,0,0,0,0,0,0,0,0,NA -6085512313,6,85,512313,4034,4034,3976,3985,1186,932,3689,2522,150,168,462,1425,310,249,32,0.037183937,0.62518592,0.180257511,0.125237192,0.358400402,0.077791719,0.02698145,0.20994941,0,0,0,0,1,1,0,1,2,0,NA -6085512314,6,85,512314,6338,6338,6215,6242,2158,1476,5882,3765,284,233,290,1907,548,360,76,0.044809088,0.594035973,0.157859079,0.049302958,0.306838294,0.087792374,0.035217794,0.166821131,0,0,0,0,0,1,0,1,1,0,NA -6085512401,6,85,512401,5078,5078,5025,5049,1420,1174,4761,2871,261,95,471,1158,641,79,10,0.051398188,0.565380071,0.080919932,0.098928796,0.230447761,0.126955833,0.007042254,0.055633803,0,0,0,1,0,0,0,0,1,0,NA -6085512402,6,85,512402,4988,4988,4979,4988,1446,1168,4871,2899,328,125,474,826,402,71,31,0.065757819,0.581194868,0.107020548,0.097310614,0.165896766,0.080593424,0.021438451,0.049100968,0,0,0,0,0,0,0,0,0,0,NA -6085512503,6,85,512503,8568,8568,8521,8568,2731,2312,8011,3866,320,101,25,619,421,73,32,0.037348273,0.451213819,0.043685121,0.003120709,0.072644056,0.049136321,0.01171732,0.026730135,0,0,0,0,0,0,0,0,0,0,NA -6085512505,6,85,512505,7880,7880,7862,7875,2186,1827,7069,5650,253,308,569,2249,384,332,13,0.032106599,0.717005076,0.168582375,0.08049229,0.286059527,0.048761905,0.005946935,0.151875572,0,1,0,0,0,0,0,1,1,0,NA -6085512506,6,85,512506,7229,7229,7153,7229,1906,1626,6508,6048,137,498,906,3267,607,350,104,0.018951446,0.836630239,0.306273063,0.139213276,0.456731441,0.083967354,0.054564533,0.18363064,0,1,1,0,1,1,0,1,3,1,Higher -6085512508,6,85,512508,8515,8515,8502,8515,2630,2087,8085,5931,407,375,1551,3846,997,569,207,0.047798004,0.696535526,0.179683757,0.191836735,0.45236415,0.117087493,0.078707224,0.21634981,0,0,0,0,1,1,0,1,2,0,NA -6085512509,6,85,512509,4227,4227,4205,4216,1227,1113,3943,2881,149,164,419,1112,379,94,28,0.035249586,0.681570854,0.147349506,0.106264266,0.264447087,0.089895636,0.022819886,0.076609617,0,0,0,0,0,0,0,0,0,0,NA -6085512510,6,85,512510,6356,6356,6345,6345,2258,1669,5909,3710,326,323,466,1360,632,167,189,0.05129012,0.583700441,0.193529059,0.078862752,0.214342002,0.099605989,0.083702391,0.073959256,0,0,0,0,0,0,0,0,0,0,NA -6085512602,6,85,512602,2673,2673,2668,2668,802,639,2522,1667,120,89,376,767,302,58,36,0.044893378,0.623643846,0.139280125,0.149088025,0.287481259,0.113193403,0.044887781,0.072319202,0,0,0,0,1,0,0,0,1,0,NA -6085512603,6,85,512603,4421,4421,4288,4421,1101,841,4053,4028,115,265,865,2415,424,239,109,0.026012214,0.911106085,0.31510107,0.213422156,0.563199627,0.095905904,0.099000908,0.217075386,0,1,1,0,1,1,0,1,3,1,High -6085512604,6,85,512604,4887,4887,4730,4730,1174,959,4537,4468,244,350,926,2859,402,348,109,0.049928381,0.914262329,0.364963504,0.204099625,0.604439746,0.084989429,0.092844974,0.296422487,0,1,1,0,1,1,0,1,3,1,Highest -6085513000,6,85,513000,8254,8254,4234,8254,2223,411,7993,4866,0,10,26,1919,210,820,690,0,0.589532348,0.0243309,0.003252846,0.453235711,0.02544221,0.310391363,0.368870895,0,0,0,0,0,1,1,1,2,0,NA -6085513500,6,85,513500,854,854,783,783,306,191,834,373,36,16,39,134,110,0,5,0.042154567,0.43676815,0.083769634,0.04676259,0.171136654,0.140485313,0.016339869,0,0,0,0,1,0,0,0,0,1,0,NA -6095250103,6,95,250103,4560,4560,4554,4554,1547,1105,4255,3552,330,333,192,1206,669,259,59,0.072368421,0.778947368,0.301357466,0.045123384,0.264822134,0.146903821,0.038138332,0.167420814,0,1,1,1,0,0,0,1,3,0,NA -6095250104,6,95,250104,2150,2150,2128,2128,814,489,2094,1493,266,55,44,489,357,131,56,0.12372093,0.694418605,0.112474438,0.021012416,0.229793233,0.167763158,0.068796069,0.160933661,1,0,0,1,0,0,0,1,3,0,NA -6095250105,6,95,250105,7164,7164,7153,7153,2207,1893,6839,6223,458,349,377,1261,976,227,38,0.063930765,0.8686488,0.184363444,0.055125018,0.176289669,0.136446246,0.017217943,0.102854554,0,1,0,1,0,0,0,0,1,0,NA -6095250106,6,95,250106,5037,5037,4991,5016,1396,1274,4692,3998,216,157,212,395,411,0,10,0.042882668,0.793726424,0.123233909,0.045183291,0.079142456,0.081937799,0.007163324,0,0,1,0,0,0,0,0,0,0,0,NA -6095250200,6,95,250200,3987,3987,3940,3940,1472,1024,3773,2495,250,306,153,1506,554,153,86,0.062703787,0.625783797,0.298828125,0.040551285,0.382233503,0.140609137,0.058423913,0.103940217,0,0,1,1,0,1,0,0,2,0,NA -6095250300,6,95,250300,3406,3406,3254,3345,1114,829,3211,2309,248,164,188,1480,544,115,64,0.072812683,0.677921315,0.197828709,0.058548739,0.454824831,0.162630792,0.057450628,0.103231598,0,0,0,1,0,1,0,0,1,0,NA -6095250400,6,95,250400,2573,2573,2563,2573,1034,624,2394,1513,83,193,11,1279,471,146,47,0.032258065,0.588029538,0.309294872,0.00459482,0.499024581,0.1830548,0.045454545,0.141199226,0,0,1,1,0,1,0,0,2,0,NA -6095250501,6,95,250501,2247,2247,2247,2247,776,502,2140,1385,138,125,194,879,301,65,29,0.06141522,0.616377392,0.249003984,0.090654206,0.391188251,0.133956386,0.037371134,0.083762887,0,0,1,1,0,1,0,0,2,0,NA -6095250502,6,95,250502,3156,3156,3133,3156,1000,712,3010,2216,232,46,84,1077,374,161,67,0.073510773,0.702154626,0.064606742,0.027906977,0.343759974,0.118504436,0.067,0.161,0,1,0,0,0,1,0,1,1,1,High -6095250601,6,95,250601,5132,5132,5074,5106,1560,1159,4846,3869,201,163,259,2103,840,149,101,0.039166017,0.753897116,0.140638481,0.053446141,0.414465905,0.164512338,0.06474359,0.095512821,0,1,0,1,0,1,0,0,1,1,High -6095250604,6,95,250604,3599,3599,3591,3599,1384,1009,3489,2317,65,184,60,648,341,129,38,0.018060572,0.643789942,0.182358771,0.017196905,0.180451128,0.094748541,0.027456647,0.093208092,0,0,0,0,0,0,0,0,0,0,NA -6095250605,6,95,250605,4230,4230,4224,4214,1577,1079,3890,3149,158,108,193,895,235,78,44,0.037352246,0.744444444,0.100092678,0.049614396,0.21188447,0.055766493,0.027901078,0.049461002,0,1,0,0,0,0,0,0,0,0,NA -6095250701,6,95,250701,3457,3457,3415,3445,1132,770,3181,2855,190,262,256,1853,657,223,124,0.054960949,0.825860573,0.34025974,0.080477837,0.542606149,0.190711176,0.109540636,0.196996466,0,1,1,1,0,1,1,1,4,1,High -6095250801,6,95,250801,3866,3866,3521,3866,1436,942,3591,2476,209,242,42,1054,562,166,65,0.054061045,0.640455251,0.256900212,0.011695906,0.299346776,0.145369891,0.045264624,0.115598886,0,0,1,1,0,0,0,0,2,0,NA -6095250900,6,95,250900,2468,2468,2468,2468,1207,460,2050,1994,169,258,155,1848,458,460,539,0.068476499,0.807941653,0.560869565,0.075609756,0.748784441,0.185575365,0.446561723,0.381110191,0,1,1,1,0,1,1,1,4,1,Highest -6095251000,6,95,251000,2674,2674,2653,2674,1058,608,2581,1775,63,338,65,1148,239,271,119,0.023560209,0.663799551,0.555921053,0.025184037,0.432717678,0.089379207,0.112476371,0.256143667,0,0,1,0,0,1,1,1,3,1,High -6095251100,6,95,251100,3105,3105,3105,3105,1105,641,2956,2429,138,134,390,1602,354,246,153,0.044444444,0.782286634,0.209048362,0.131935047,0.515942029,0.114009662,0.138461538,0.222624434,0,1,1,0,1,1,1,1,4,1,High -6095251200,6,95,251200,3503,3503,3487,3503,1282,774,3257,2856,185,158,482,1591,408,276,119,0.052811876,0.81530117,0.204134367,0.147988947,0.456266131,0.116471596,0.092823713,0.215288612,0,1,1,0,1,1,0,1,3,1,Higher -6095251300,6,95,251300,2626,2626,2615,2626,1179,621,2490,1253,198,74,15,495,436,95,7,0.075399848,0.477151561,0.119162641,0.006024096,0.189292543,0.166031988,0.005937235,0.08057676,0,0,0,1,0,0,0,0,1,0,NA -6095251400,6,95,251400,5203,5203,5170,5167,2126,1438,4803,2978,533,335,14,1240,611,248,83,0.102440899,0.572362099,0.232962448,0.002914845,0.239845261,0.118250435,0.039040452,0.116650988,1,0,1,0,0,0,0,0,2,0,NA -6095251500,6,95,251500,4253,4253,4253,4245,1464,994,4000,3413,109,445,356,2658,510,350,160,0.025628968,0.802492358,0.447686117,0.089,0.624970609,0.120141343,0.109289617,0.239071038,0,1,1,1,0,1,1,1,4,1,High -6095251600,6,95,251600,2603,2603,2603,2603,1069,511,2431,1675,63,104,44,1709,276,389,296,0.024202843,0.643488283,0.203522505,0.018099548,0.656550134,0.106031502,0.276894294,0.363891487,0,0,1,0,0,1,1,1,3,1,High -6095251701,6,95,251701,3657,3657,3651,3657,1368,715,3535,2445,167,191,96,1758,589,316,271,0.045665846,0.668580804,0.267132867,0.027157001,0.481511915,0.161060979,0.198099415,0.230994152,0,0,1,1,0,1,1,1,4,1,High -6095251702,6,95,251702,2755,2755,2730,2755,937,651,2542,2170,85,197,141,817,304,114,54,0.030852995,0.787658802,0.302611367,0.055468135,0.299267399,0.110344828,0.057630736,0.121664888,0,1,1,0,0,0,0,0,1,0,NA -6095251802,6,95,251802,2478,2478,2478,2478,1213,555,2235,1992,357,189,223,1548,666,368,378,0.144067797,0.803874092,0.340540541,0.099776286,0.624697337,0.268765133,0.311624073,0.303380049,1,1,1,1,0,1,1,1,5,1,Highest -6095251803,6,95,251803,4925,4925,4809,4893,1384,1107,4742,4116,219,288,602,1755,323,95,19,0.044467005,0.835736041,0.260162602,0.126950654,0.364940736,0.066012671,0.013728324,0.068641618,0,1,1,0,1,1,0,0,2,1,High -6095251804,6,95,251804,3511,3511,3511,3511,972,868,3343,3149,163,145,154,963,397,85,16,0.04642552,0.896895471,0.167050691,0.046066407,0.274280832,0.113073199,0.016460905,0.08744856,0,1,0,0,0,0,0,0,0,0,NA -6095251901,6,95,251901,5353,5353,5070,5077,1829,1017,4922,4142,542,401,312,2607,1052,405,190,0.101251635,0.773771717,0.394296952,0.063388866,0.514201183,0.207208982,0.103881903,0.221432477,1,1,1,1,0,1,1,1,5,1,High -6095251902,6,95,251902,6080,6080,6080,6080,1773,1362,5598,5211,311,247,555,2452,762,215,94,0.051151316,0.857072368,0.181350954,0.099142551,0.403289474,0.125328947,0.053017484,0.121263395,0,1,0,1,0,1,0,0,1,1,Higher -6095251903,6,95,251903,5756,5756,5756,5756,1653,1370,5264,5345,175,308,481,2153,525,166,24,0.030403058,0.928596247,0.224817518,0.09137538,0.374044475,0.091209173,0.014519056,0.100423472,0,1,1,0,0,1,0,0,1,1,High -6095252000,6,95,252000,4279,4279,4279,4279,2148,1127,3925,1374,551,167,3,1030,622,230,191,0.128768404,0.321103061,0.148181012,0.000764331,0.240710446,0.145361066,0.088919926,0.10707635,1,0,0,1,0,0,0,0,2,0,NA -6095252102,6,95,252102,3773,3773,3696,3773,1473,840,3623,1529,189,178,118,898,481,109,38,0.050092764,0.405247813,0.211904762,0.032569694,0.242965368,0.12748476,0.025797692,0.073998642,0,0,1,1,0,0,0,0,2,0,NA -6095252103,6,95,252103,5260,5260,5249,5248,1980,1230,4979,4011,276,184,162,1568,534,310,38,0.052471483,0.762547529,0.149593496,0.032536654,0.298723566,0.101753049,0.019191919,0.156565657,0,1,0,0,0,0,0,1,1,0,NA -6095252104,6,95,252104,5717,5717,5717,5717,1812,1644,5468,2654,219,252,55,537,419,111,33,0.038306804,0.464229491,0.153284672,0.010058522,0.093930383,0.073290187,0.018211921,0.061258278,0,0,0,0,0,0,0,0,0,0,NA -6095252105,6,95,252105,3187,3187,3187,3177,1250,795,3090,1352,159,97,39,371,299,56,30,0.049890179,0.424223408,0.122012579,0.012621359,0.116410417,0.094113944,0.024,0.0448,0,0,0,0,0,0,0,0,0,0,NA -6095252106,6,95,252106,4456,4456,4456,4456,1717,1306,4192,1925,234,180,58,548,474,139,52,0.052513465,0.432001795,0.137825421,0.013835878,0.122980251,0.106373429,0.030285381,0.080955154,0,0,0,0,0,0,0,0,0,0,NA -6095252107,6,95,252107,3595,3595,3595,3595,1404,978,3343,1307,164,64,61,442,383,91,0,0.045618915,0.363560501,0.065439673,0.018247083,0.12294854,0.106536857,0,0.064814815,0,0,0,0,0,0,0,0,0,0,NA -6095252108,6,95,252108,3277,3277,3277,3256,1345,979,3153,1131,205,249,129,661,231,115,43,0.062557217,0.345132743,0.254341164,0.040913416,0.20170888,0.070945946,0.03197026,0.085501859,0,0,1,0,0,0,0,0,1,0,NA -6095252201,6,95,252201,9063,9063,9062,9063,3030,2374,8706,4819,536,121,205,844,540,85,66,0.059141565,0.531722388,0.050968829,0.023546979,0.093136173,0.05958292,0.021782178,0.028052805,0,0,0,0,0,0,0,0,0,0,NA -6095252202,6,95,252202,10604,10604,10573,10604,3191,2812,10043,6922,320,264,334,1741,654,102,42,0.030177292,0.652772539,0.093883357,0.033256995,0.164664712,0.06167484,0.013162018,0.031964901,0,0,0,0,0,0,0,0,0,0,NA -6095252305,6,95,252305,5035,5035,4990,5023,1680,1316,4708,2460,339,116,65,575,523,31,43,0.067328699,0.48857994,0.088145897,0.013806287,0.115230461,0.104121043,0.025595238,0.018452381,0,0,0,0,0,0,0,0,0,0,NA -6095252306,6,95,252306,3404,3404,3397,3389,1241,903,3217,1554,307,119,76,409,423,47,21,0.090188014,0.456521739,0.131782946,0.023624495,0.120400353,0.12481558,0.016921837,0.037872683,0,0,0,1,0,0,0,0,1,0,NA -6095252310,6,95,252310,3226,3226,3226,3226,1261,887,3110,1344,427,107,28,327,508,227,200,0.132362058,0.416615003,0.120631342,0.009003215,0.101363918,0.157470552,0.158604282,0.18001586,1,0,0,1,0,0,1,1,4,0,NA -6095252311,6,95,252311,4404,4404,4386,4373,1449,1221,4116,2661,165,90,86,202,455,44,9,0.03746594,0.604223433,0.073710074,0.020894072,0.046055632,0.104047565,0.00621118,0.030365769,0,0,0,0,0,0,0,0,0,0,NA -6095252312,6,95,252312,3369,3369,3347,3318,1342,913,3185,1831,166,64,83,869,391,140,28,0.049272781,0.543484714,0.070098576,0.026059655,0.259635494,0.117842074,0.020864382,0.104321908,0,0,0,0,0,0,0,0,0,0,NA -6095252313,6,95,252313,5914,5914,5849,5775,2193,1494,5575,3767,530,185,145,1096,916,172,94,0.089617856,0.636963138,0.123828648,0.026008969,0.187382459,0.158614719,0.042863657,0.078431373,0,0,0,1,0,0,0,0,1,0,NA -6095252314,6,95,252314,3821,3821,3798,3808,1361,935,3640,2166,333,212,191,958,499,84,38,0.087149961,0.566867312,0.226737968,0.052472527,0.25223802,0.131039916,0.027920647,0.061719324,0,0,1,1,0,0,0,0,2,0,NA -6095252315,6,95,252315,4426,4426,4414,4348,1436,1220,4232,2783,187,98,84,431,529,59,62,0.042250339,0.628784455,0.080327869,0.019848771,0.09764386,0.121665133,0.043175487,0.041086351,0,0,0,1,0,0,0,0,1,0,NA -6095252316,6,95,252316,3698,3698,3675,3594,1138,868,3369,2665,159,107,212,983,461,61,29,0.042996214,0.720659816,0.123271889,0.062926684,0.267482993,0.128269338,0.025483304,0.053602812,0,1,0,1,0,0,0,0,1,0,NA -6095252317,6,95,252317,7649,7649,7461,7281,2153,1863,7266,5415,190,329,271,550,578,26,33,0.024839848,0.707935678,0.176596887,0.037297,0.07371666,0.0793847,0.01532745,0.012076173,0,1,0,0,0,0,0,0,0,0,NA -6095252401,6,95,252401,4516,4516,4419,4393,1313,940,4366,3476,235,136,517,1842,644,90,34,0.052037201,0.769707706,0.144680851,0.118415025,0.416836388,0.146596859,0.025894897,0.068545316,0,1,0,1,0,1,0,0,1,1,High -6095252402,6,95,252402,5247,5247,5240,5247,1749,1201,4992,3977,233,386,685,2577,707,302,275,0.044406327,0.757956928,0.321398834,0.137219551,0.491793893,0.134743663,0.157232704,0.172670097,0,1,1,1,1,1,1,1,5,1,High -6095252501,6,95,252501,2837,2837,2694,2742,913,546,2499,2136,248,215,381,1375,497,175,188,0.087416285,0.752908001,0.393772894,0.152460984,0.510393467,0.181254559,0.205914567,0.191675794,0,1,1,1,1,1,1,1,5,1,High -6095252502,6,95,252502,2376,2376,1789,1799,654,427,2152,1496,36,200,68,1142,191,218,81,0.015151515,0.62962963,0.468384075,0.031598513,0.638345444,0.106170094,0.123853211,0.333333333,0,0,1,0,0,1,1,1,3,1,High -6095252604,6,95,252604,3241,3241,3080,3059,1038,767,2986,2415,263,222,401,1826,325,228,46,0.081147794,0.745140389,0.289439374,0.134293369,0.592857143,0.106243871,0.044315992,0.219653179,0,1,1,0,1,1,0,1,3,1,High -6095252605,6,95,252605,5850,5850,5837,5842,1895,1318,5362,4994,223,365,610,3611,870,400,258,0.038119658,0.853675214,0.27693475,0.113763521,0.618639712,0.148921602,0.136147757,0.211081794,0,1,1,1,0,1,1,1,4,1,High -6095252606,6,95,252606,5603,5603,5439,5567,1632,1114,5332,4472,360,278,842,2609,706,272,218,0.064251294,0.798143852,0.249551167,0.157914479,0.479683765,0.126818753,0.133578431,0.166666667,0,1,1,1,1,1,1,1,5,1,High -6095252607,6,95,252607,4355,4355,4351,4355,1150,950,3942,3690,137,262,629,2653,330,191,31,0.031458094,0.847301952,0.275789474,0.159563673,0.609744886,0.075774971,0.026956522,0.166086957,0,1,1,0,1,1,0,1,3,1,High -6095252608,6,95,252608,4282,4282,4282,4258,1288,929,3881,3583,144,296,513,2207,644,301,83,0.033629145,0.836758524,0.318622174,0.132182427,0.515413358,0.151244716,0.064440994,0.233695652,0,1,1,1,1,1,0,1,4,1,High -6095252610,6,95,252610,3004,3004,3004,3004,1028,771,2803,2080,189,185,119,797,488,77,42,0.062916112,0.69241012,0.239948119,0.042454513,0.265312916,0.162450067,0.040856031,0.074902724,0,0,1,1,0,0,0,0,2,0,NA -6095252611,6,95,252611,3247,3247,3210,3224,1074,733,3094,2658,157,272,219,1649,551,261,143,0.048352325,0.818601786,0.371077763,0.070782159,0.513707165,0.170905707,0.133147114,0.24301676,0,1,1,1,0,1,1,1,4,1,Highest -6095252702,6,95,252702,6966,6966,6947,6858,2239,1726,6461,5309,298,458,202,1731,544,229,167,0.042779213,0.762130347,0.265353418,0.03126451,0.249172305,0.079323418,0.074586869,0.102277803,0,1,1,0,0,0,0,0,1,0,NA -6095252703,6,95,252703,4025,4025,4022,3981,1218,990,3624,3134,66,272,238,1714,325,141,21,0.016397516,0.77863354,0.274747475,0.065673289,0.426156141,0.081637779,0.017241379,0.115763547,0,1,1,0,0,1,0,0,1,1,High -6095252704,6,95,252704,4753,4753,4747,4723,1655,1246,4506,3146,138,252,373,1552,731,182,100,0.029034294,0.661897749,0.202247191,0.082778518,0.326943333,0.154774508,0.060422961,0.109969789,0,0,1,1,0,1,0,0,2,0,NA -6095252705,6,95,252705,6259,6259,6259,6171,1787,1442,5786,4513,140,318,272,1619,626,173,89,0.02236779,0.7210417,0.220527046,0.047010024,0.258667519,0.10144223,0.049804141,0.096810297,0,1,1,0,0,0,0,0,1,0,NA -6095252706,6,95,252706,3911,3911,3883,3821,1193,1021,3650,2190,98,75,123,719,464,55,11,0.02505753,0.55995909,0.073457395,0.03369863,0.185166109,0.12143418,0.009220453,0.046102263,0,0,0,1,0,0,0,0,1,0,NA -6095252707,6,95,252707,5315,5315,5315,5211,1677,1271,5021,3805,392,391,248,2024,878,318,90,0.073753528,0.715898401,0.307631786,0.049392551,0.380809031,0.168489733,0.053667263,0.189624329,0,1,1,1,0,1,0,1,3,1,High -6095252801,6,95,252801,3115,3115,3115,2440,840,816,2485,1409,0,72,14,1153,147,248,0,0,0.452327448,0.088235294,0.005633803,0.370144462,0.060245902,0,0.295238095,0,0,0,0,0,1,0,1,1,0,NA -6095252802,6,95,252802,1290,1290,804,560,280,245,1172,444,0,45,4,131,14,37,0,0,0.344186047,0.183673469,0.003412969,0.162935323,0.025,0,0.132142857,0,0,0,0,0,0,0,0,0,0,NA -6095252903,6,95,252903,4444,4444,4414,4444,1665,1277,4279,1005,348,54,111,859,579,126,53,0.078307831,0.226147615,0.042286609,0.02594064,0.194608065,0.130288029,0.031831832,0.075675676,0,0,0,1,0,0,0,0,1,0,NA -6095252904,6,95,252904,6143,6143,6111,6003,2254,1522,5761,3174,293,66,332,595,669,107,10,0.047696565,0.516685658,0.043363995,0.057628884,0.097365407,0.111444278,0.004436557,0.047471162,0,0,0,0,0,0,0,0,0,0,NA -6095252908,6,95,252908,3896,3896,3864,3792,1283,955,3597,1481,145,208,89,958,372,206,32,0.037217659,0.38013347,0.217801047,0.024742841,0.247929607,0.098101266,0.024941543,0.160561185,0,0,1,0,0,0,0,1,2,0,NA -6095252909,6,95,252909,3014,3014,2996,2970,1050,861,2844,1001,76,61,57,197,351,11,33,0.02521566,0.332116788,0.070847851,0.020042194,0.065754339,0.118181818,0.031428571,0.01047619,0,0,0,0,0,0,0,0,0,0,NA -6095252910,6,95,252910,6231,6231,6200,6045,2009,1599,5837,2794,175,261,71,1159,612,71,51,0.02808538,0.448403146,0.163227017,0.012163783,0.186935484,0.101240695,0.025385764,0.035340966,0,0,0,0,0,0,0,0,0,0,NA -6095252911,6,95,252911,4926,4926,4818,4780,2728,1059,4926,1086,1565,20,78,1391,1404,314,383,0.317701989,0.22046285,0.018885741,0.015834348,0.288709008,0.293723849,0.140395894,0.115102639,1,0,0,1,0,0,1,0,3,0,NA -6095252912,6,95,252912,5533,5533,5522,5388,1836,1614,5254,1954,294,176,33,450,513,110,15,0.053135731,0.353153804,0.109045849,0.006280929,0.081492213,0.095211581,0.008169935,0.059912854,0,0,0,0,0,0,0,0,0,0,NA -6095252913,6,95,252913,5105,5105,5095,4978,1628,1272,4772,2280,191,179,59,611,548,59,20,0.0374143,0.44662096,0.14072327,0.012363789,0.119921492,0.110084371,0.012285012,0.036240786,0,0,0,0,0,0,0,0,0,0,NA -6095252914,6,95,252914,5532,5532,5525,5367,1801,1415,5174,2649,202,296,46,775,683,73,43,0.036514823,0.478850325,0.209187279,0.008890607,0.140271493,0.127259176,0.023875625,0.040533037,0,0,1,1,0,0,0,0,2,0,NA -6095252915,6,95,252915,4173,4173,4173,4019,1287,1144,3940,2419,29,132,59,345,255,30,26,0.006949437,0.579678888,0.115384615,0.014974619,0.082674335,0.063448619,0.02020202,0.023310023,0,0,0,0,0,0,0,0,0,0,NA -6095253000,6,95,253000,6528,6528,0,0,0,0,6528,4919,141,0,208,0,0,0,0,0.021599265,0.753523284,0,0.031862745,0,0,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095253101,6,95,253101,5491,5491,5466,5463,2047,1394,5164,2221,416,257,188,1778,855,226,97,0.075760335,0.404480058,0.184361549,0.036405887,0.325283571,0.156507414,0.047386419,0.110405471,0,0,0,1,0,1,0,0,1,0,NA -6095253105,6,95,253105,5855,5855,5835,5767,2408,1481,5405,3319,179,431,299,2401,608,395,330,0.030572161,0.566865927,0.291019581,0.055319149,0.411482434,0.105427432,0.137043189,0.164036545,0,0,1,0,0,1,1,1,3,1,High -6095253106,6,95,253106,3464,3464,3464,3324,1259,862,3332,1466,83,144,37,718,238,124,30,0.023960739,0.423210162,0.167053364,0.011104442,0.207274827,0.071600481,0.023828435,0.098490866,0,0,0,0,0,0,0,0,0,0,NA -6095253107,6,95,253107,6322,6322,6257,6266,2325,1529,5543,3477,283,425,239,1903,790,281,75,0.044764315,0.549984182,0.277959451,0.043117445,0.304139364,0.126077242,0.032258065,0.120860215,0,0,1,1,0,1,0,0,2,0,NA -6095253108,6,95,253108,4661,4661,4653,4610,1612,1130,4310,2211,191,186,186,1182,639,223,126,0.040978331,0.474361725,0.16460177,0.043155452,0.254029658,0.138611714,0.078163772,0.138337469,0,0,0,1,0,0,0,0,1,0,NA -6095253201,6,95,253201,4908,4908,4903,4846,1819,1369,4703,1124,400,118,19,473,574,33,58,0.081499593,0.229013855,0.086194302,0.004039974,0.096471548,0.118448205,0.031885651,0.018141836,0,0,0,0,0,0,0,0,0,0,NA -6095253203,6,95,253203,3941,3941,3862,3852,1429,959,3805,1405,157,199,92,1224,358,153,36,0.039837605,0.3565085,0.207507821,0.024178712,0.316934231,0.092938733,0.025192442,0.10706788,0,0,1,0,0,1,0,0,1,0,NA -6095253204,6,95,253204,7131,7131,7131,7077,2351,1839,6579,3771,195,383,444,2520,648,462,221,0.027345393,0.528817838,0.208265362,0.06748746,0.353386622,0.091564222,0.094002552,0.196512123,0,0,1,0,0,1,0,1,2,0,NA -6095253205,6,95,253205,3441,3441,3441,3441,990,865,3069,1985,87,205,235,1223,243,143,24,0.025283348,0.57686719,0.23699422,0.076572173,0.355419936,0.070619006,0.024242424,0.144444444,0,0,1,0,0,1,0,0,1,0,NA -6095253206,6,95,253206,3051,3051,3051,2992,1005,815,2833,1041,90,106,9,291,158,49,8,0.029498525,0.341199607,0.13006135,0.003176844,0.095378564,0.052807487,0.007960199,0.048756219,0,0,0,0,0,0,0,0,0,0,NA -6095253300,6,95,253300,3040,3040,3017,3040,913,759,2851,1107,167,75,330,855,320,11,22,0.054934211,0.364144737,0.098814229,0.11574886,0.2833941,0.105263158,0.024096386,0.012048193,0,0,0,0,0,0,0,0,0,0,NA -6095253402,6,95,253402,7451,7451,7366,7352,2204,1766,7023,4308,410,258,1125,2853,733,284,61,0.055026171,0.578177426,0.146092865,0.160187954,0.387320119,0.099700762,0.027676951,0.128856624,0,0,0,0,1,1,0,0,1,0,NA -6095253403,6,95,253403,5161,5161,5161,5154,1521,1301,4966,2258,216,253,211,1126,606,22,49,0.041852354,0.43751211,0.194465796,0.042488925,0.218174772,0.11757858,0.032215648,0.014464168,0,0,0,0,0,0,0,0,0,0,NA -6095253404,6,95,253404,6775,6775,6672,6720,2191,1793,6172,3436,174,359,346,1952,626,352,99,0.025682657,0.507158672,0.20022309,0.056059624,0.292565947,0.093154762,0.045184847,0.160657234,0,0,1,0,0,0,0,1,2,0,NA -6095253500,6,95,253500,9516,9516,9393,9393,4405,2776,9239,2914,1472,286,163,2754,2151,345,104,0.154686843,0.306221101,0.103025937,0.017642602,0.293197062,0.229000319,0.023609535,0.078320091,1,0,0,1,0,0,0,0,2,0,NA -6095980000,6,95,980000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150100,6,97,150100,2508,2508,2489,2508,1025,611,2417,233,285,37,49,273,237,54,46,0.113636364,0.092902711,0.060556465,0.020273066,0.109682603,0.094497608,0.044878049,0.052682927,1,0,0,0,0,0,0,0,1,0,NA -6097150202,6,97,150202,5067,5067,5051,5051,2348,1395,4902,1494,530,75,131,1134,466,200,76,0.104598382,0.294849023,0.053763441,0.026723786,0.224509998,0.092258959,0.032367973,0.085178876,1,0,0,0,0,0,0,0,1,0,NA -6097150203,6,97,150203,4981,4981,4862,4862,2273,1263,4847,917,761,239,52,1098,1006,348,141,0.152780566,0.184099578,0.189231987,0.010728286,0.225832991,0.206910736,0.062032556,0.153101628,1,0,0,1,0,0,0,1,3,0,NA -6097150204,6,97,150204,3841,3841,3705,3721,1741,954,3612,559,331,153,55,871,285,251,58,0.086175475,0.145535017,0.160377358,0.015227021,0.235087719,0.076592314,0.033314187,0.144170017,0,0,0,0,0,0,0,0,0,0,NA -6097150303,6,97,150303,4649,4649,4649,4649,2292,1322,4477,747,997,91,77,861,706,105,119,0.214454721,0.160679716,0.068835098,0.017199017,0.185201119,0.151860615,0.051919721,0.045811518,1,0,0,1,0,0,0,0,2,0,NA -6097150304,6,97,150304,6101,6101,6086,6101,2182,1444,5666,2643,261,195,530,1924,571,248,33,0.042779872,0.433207671,0.135041551,0.093540417,0.316135393,0.093591215,0.01512374,0.113657195,0,0,0,0,0,1,0,0,0,0,NA -6097150305,6,97,150305,6214,6214,6126,6214,1789,1364,5702,4560,227,94,1507,2718,591,328,83,0.036530415,0.733826843,0.068914956,0.26429323,0.443682664,0.095107821,0.046394634,0.18334265,0,1,0,0,1,1,0,1,2,1,High -6097150306,6,97,150306,3999,3999,3982,3999,1645,1029,3854,1524,307,173,254,1236,443,166,89,0.076769192,0.381095274,0.168124393,0.065905553,0.310396786,0.110777694,0.054103343,0.100911854,0,0,0,0,0,1,0,0,0,0,NA -6097150500,6,97,150500,5191,5191,5052,5000,2185,1332,4967,689,586,73,103,1094,461,169,61,0.11288769,0.132729725,0.054804805,0.020736863,0.216547902,0.0922,0.02791762,0.077345538,1,0,0,0,0,0,0,0,1,0,NA -6097150601,6,97,150601,4558,4558,4558,4520,1378,1164,4357,1908,168,233,272,1176,271,71,63,0.036858271,0.418604651,0.200171821,0.062428276,0.258007898,0.059955752,0.045718433,0.051523948,0,0,1,0,0,0,0,0,1,0,NA -6097150602,6,97,150602,3966,3966,3966,3930,1460,1196,3730,1112,152,74,79,586,290,25,15,0.038325769,0.280383258,0.06187291,0.021179625,0.147755925,0.073791349,0.010273973,0.017123288,0,0,0,0,0,0,0,0,0,0,NA -6097150603,6,97,150603,6815,6815,6723,6723,2561,1665,6472,2231,730,248,431,1584,809,257,227,0.107116654,0.327366104,0.148948949,0.066594561,0.235609103,0.120333185,0.088637251,0.100351425,1,0,0,1,0,0,0,0,2,0,NA -6097150607,6,97,150607,5471,5471,5408,5463,1770,1482,5199,1412,190,128,165,438,352,40,28,0.034728569,0.258088101,0.086369771,0.031736872,0.080991124,0.064433461,0.015819209,0.02259887,0,0,0,0,0,0,0,0,0,0,NA -6097150609,6,97,150609,4671,4671,4671,4631,1948,1181,4457,1467,457,185,347,1172,776,110,85,0.097837722,0.314065511,0.156646909,0.077855059,0.250909869,0.1675664,0.043634497,0.056468172,0,0,0,1,0,0,0,0,1,0,NA -6097150610,6,97,150610,4043,4043,4043,4043,1359,1074,3800,1210,184,89,237,944,267,86,19,0.045510759,0.299282711,0.082867784,0.062368421,0.233489983,0.066040069,0.013980868,0.063281825,0,0,0,0,0,0,0,0,0,0,NA -6097150611,6,97,150611,4544,4544,4515,4544,1547,1144,4271,1872,228,149,380,818,488,88,57,0.050176056,0.411971831,0.130244755,0.088972138,0.181173865,0.107394366,0.036845507,0.056884292,0,0,0,0,0,0,0,0,0,0,NA -6097150612,6,97,150612,4343,4343,4337,4303,1627,1152,4123,919,282,60,113,432,491,89,0,0.064932075,0.211604881,0.052083333,0.027407228,0.099608024,0.114106437,0,0.054701905,0,0,0,0,0,0,0,0,0,0,NA -6097150701,6,97,150701,4817,4817,4792,4817,2061,928,4493,1680,311,199,269,1367,534,284,139,0.064563006,0.348764791,0.214439655,0.05987091,0.285267112,0.11085738,0.067442989,0.137797186,0,0,1,0,0,0,0,0,1,0,NA -6097150702,6,97,150702,5002,5002,5002,5002,1819,1329,4639,1009,220,96,230,737,261,70,6,0.043982407,0.201719312,0.072234763,0.049579651,0.147341064,0.052179128,0.003298516,0.038482683,0,0,0,0,0,0,0,0,0,0,NA -6097150800,6,97,150800,5399,5399,5117,5117,2008,1285,5135,1433,438,176,238,1210,436,263,38,0.081126134,0.265419522,0.136964981,0.046348588,0.23646668,0.085206175,0.018924303,0.130976096,0,0,0,0,0,0,0,0,0,0,NA -6097150901,6,97,150901,4954,4954,4906,4907,2002,1104,4514,2063,98,236,128,1565,510,156,246,0.019781994,0.416431167,0.213768116,0.028356225,0.318997146,0.103933157,0.122877123,0.077922078,0,0,1,0,0,1,1,0,2,0,NA -6097150902,6,97,150902,3282,3282,3275,3282,1397,841,3094,462,170,84,59,579,360,131,34,0.051797684,0.140767824,0.099881094,0.019069166,0.176793893,0.109689214,0.024337867,0.093772369,0,0,0,0,0,0,0,0,0,0,NA -6097151000,6,97,151000,3940,3940,3890,3909,1512,1001,3910,817,277,94,126,855,479,115,75,0.070304569,0.207360406,0.093906094,0.032225064,0.219794344,0.122537733,0.049603175,0.076058201,0,0,0,1,0,0,0,0,1,0,NA -6097151100,6,97,151100,5634,5634,5333,5242,1891,1396,5389,1243,357,117,214,1129,487,150,64,0.063365282,0.220624778,0.083810888,0.039710521,0.211700731,0.092903472,0.033844527,0.079323109,0,0,0,0,0,0,0,0,0,0,NA -6097151201,6,97,151201,7075,7075,7068,7057,2799,1642,6800,2719,362,362,181,2739,1026,416,67,0.051166078,0.384310954,0.22046285,0.026617647,0.387521222,0.145387558,0.02393712,0.148624509,0,0,1,1,0,1,0,0,2,0,NA -6097151203,6,97,151203,4672,4672,4672,4654,1896,1221,4372,1057,203,241,59,1165,617,275,100,0.043450342,0.226241438,0.197379197,0.013494968,0.249357877,0.13257413,0.052742616,0.145042194,0,0,0,1,0,0,0,0,1,0,NA -6097151204,6,97,151204,3312,3312,3312,3312,1326,774,3180,1218,107,94,142,1115,283,130,56,0.032306763,0.367753623,0.121447028,0.044654088,0.336654589,0.08544686,0.042232278,0.098039216,0,0,0,0,0,1,0,0,0,0,NA -6097151301,6,97,151301,4715,4715,4708,4698,1599,1051,4403,2404,209,184,372,1235,414,199,94,0.044326617,0.509862142,0.175071361,0.084487849,0.262319456,0.088122605,0.058786742,0.124452783,0,0,0,0,0,0,0,0,0,0,NA -6097151305,6,97,151305,5887,5887,5841,5887,2366,1242,5404,2612,308,265,613,2821,932,686,253,0.052318668,0.443689485,0.213365539,0.113434493,0.482965246,0.158314931,0.10693153,0.289940828,0,0,1,1,0,1,1,1,4,1,High -6097151306,6,97,151306,3512,3512,3512,3512,1550,826,3316,1021,232,100,67,1027,473,233,95,0.066059226,0.29071754,0.121065375,0.020205066,0.292425968,0.134681093,0.061290323,0.150322581,0,0,0,1,0,0,0,1,2,0,NA -6097151307,6,97,151307,5728,5728,5719,5728,1958,1427,5465,1903,243,152,150,1228,383,171,34,0.042423184,0.332227654,0.106517169,0.027447392,0.214722854,0.066864525,0.017364658,0.087334014,0,0,0,0,0,0,0,0,0,0,NA -6097151308,6,97,151308,4590,4590,4585,4524,1914,1030,4227,1245,543,182,68,1213,676,352,248,0.118300654,0.27124183,0.176699029,0.016087059,0.264558342,0.149425287,0.129571578,0.183908046,1,0,0,1,0,0,1,1,4,0,NA -6097151309,6,97,151309,5249,5249,5249,5249,1968,1357,4802,1401,266,200,78,957,443,224,82,0.050676319,0.266907982,0.147383935,0.016243232,0.182320442,0.084397028,0.041666667,0.113821138,0,0,0,0,0,0,0,0,0,0,NA -6097151310,6,97,151310,5594,5594,4227,5552,1491,977,5305,1982,117,178,173,1130,541,266,24,0.020915266,0.354308187,0.182190379,0.032610745,0.267329075,0.097442363,0.016096579,0.178403756,0,0,0,0,0,0,0,1,1,0,NA -6097151311,6,97,151311,6500,6500,6500,6479,2272,1337,6229,1715,259,271,100,2078,605,458,59,0.039846154,0.263846154,0.202692595,0.016053941,0.319692308,0.093378608,0.02596831,0.201584507,0,0,1,0,0,1,0,1,2,0,NA -6097151401,6,97,151401,7483,7483,7458,7458,2419,1621,6983,4253,115,262,566,2617,807,329,136,0.015368168,0.568354938,0.161628624,0.081053988,0.350898364,0.108205953,0.056221579,0.136006614,0,0,0,0,0,1,0,0,0,0,NA -6097151402,6,97,151402,9313,9313,9313,9292,3329,1934,8682,5838,189,403,872,4029,1064,521,316,0.020294212,0.626865672,0.208376422,0.100437687,0.432621067,0.114507103,0.0949234,0.156503454,0,0,1,0,0,1,0,1,2,0,NA -6097151502,6,97,151502,7113,7113,7113,7041,2977,1803,6735,1903,581,297,52,1378,709,277,106,0.081681428,0.26753831,0.164725458,0.007720861,0.193729791,0.100695924,0.035606315,0.093046691,0,0,0,0,0,0,0,0,0,0,NA -6097151503,6,97,151503,3435,3435,3435,3435,1377,1054,3342,320,321,62,67,230,311,9,28,0.093449782,0.093158661,0.058823529,0.020047876,0.066957787,0.090538574,0.02033406,0.006535948,0,0,0,0,0,0,0,0,0,0,NA -6097151504,6,97,151504,3457,3457,3344,3364,1316,952,3291,798,281,72,95,425,272,26,5,0.081284351,0.230835985,0.075630252,0.028866606,0.127093301,0.080856124,0.003799392,0.019756839,0,0,0,0,0,0,0,0,0,0,NA -6097151601,6,97,151601,2840,2840,2707,2715,1680,838,2832,273,1123,0,13,379,634,121,78,0.395422535,0.096126761,0,0.004590395,0.140007388,0.233517495,0.046428571,0.07202381,1,0,0,1,0,0,0,0,2,0,NA -6097151602,6,97,151602,3267,3267,3267,3267,1861,956,3244,141,962,7,8,441,700,41,41,0.294459749,0.043158861,0.007322176,0.002466091,0.134986226,0.214263851,0.022031166,0.022031166,1,0,0,1,0,0,0,0,2,0,NA -6097151700,6,97,151700,6573,6573,6364,6364,2697,1598,6119,2146,951,317,138,2034,844,306,195,0.144682793,0.326487144,0.198372966,0.022552705,0.319610308,0.132620993,0.072302558,0.113459399,1,0,0,1,0,1,0,0,2,0,NA -6097151800,6,97,151800,5195,5195,4998,5013,2048,1237,4858,1225,374,189,16,1201,513,231,128,0.0719923,0.235803657,0.152789006,0.003293536,0.240296118,0.102333932,0.0625,0.112792969,0,0,0,0,0,0,0,0,0,0,NA -6097151900,6,97,151900,3282,3282,3163,3163,1398,619,3157,1451,188,59,356,1603,552,243,299,0.057282145,0.44210847,0.095315024,0.112765283,0.506797344,0.174517863,0.213876967,0.173819742,0,0,0,1,0,1,1,1,3,1,High -6097152000,6,97,152000,1836,1836,1824,1836,920,285,1770,526,45,58,32,805,294,232,180,0.024509804,0.286492375,0.203508772,0.018079096,0.441337719,0.160130719,0.195652174,0.252173913,0,0,1,1,0,1,1,1,4,1,High -6097152100,6,97,152100,3195,3195,2440,2461,1053,484,3138,1199,234,43,245,677,333,168,53,0.073239437,0.375273865,0.088842975,0.078075207,0.277459016,0.135310849,0.050332384,0.15954416,0,0,0,1,0,0,0,1,2,0,NA -6097152201,6,97,152201,3704,3704,3687,3699,1687,814,3568,1147,138,148,87,1602,607,278,116,0.037257019,0.309665227,0.181818182,0.024383408,0.434499593,0.164098405,0.068761114,0.164789567,0,0,0,1,0,1,0,1,2,0,NA -6097152202,6,97,152202,6220,6220,6204,6204,2738,1378,5894,2018,663,229,238,1842,908,377,144,0.10659164,0.324437299,0.166182874,0.040380048,0.296905222,0.146357189,0.052593134,0.137691746,1,0,0,1,0,0,0,0,2,0,NA -6097152203,6,97,152203,3553,3553,3547,3553,1810,685,3436,786,255,119,38,1152,473,380,179,0.071770335,0.221221503,0.173722628,0.011059371,0.324781505,0.133126935,0.098895028,0.209944751,0,0,0,1,0,1,0,1,2,0,NA -6097152300,6,97,152300,4355,4355,4306,4334,1818,1086,4041,935,509,82,31,630,549,136,179,0.116877153,0.214695752,0.075506446,0.007671368,0.146307478,0.12667282,0.098459846,0.074807481,1,0,0,1,0,0,0,0,2,0,NA -6097152400,6,97,152400,10129,10129,10059,10059,4287,2878,9775,2949,1260,40,193,563,1387,97,64,0.124395301,0.291144239,0.013898541,0.019744246,0.055969778,0.13788647,0.014928855,0.022626545,1,0,0,1,0,0,0,0,2,0,NA -6097152501,6,97,152501,4485,4485,4467,4477,1671,1097,4232,1133,145,260,29,978,385,244,107,0.032329989,0.252619844,0.237010027,0.006852552,0.218938885,0.085995086,0.064033513,0.146020347,0,0,1,0,0,0,0,0,1,0,NA -6097152502,6,97,152502,3453,3453,3399,3399,1513,820,3243,1025,369,111,62,905,388,144,103,0.106863597,0.296843325,0.135365854,0.019118101,0.266254781,0.114151221,0.068076669,0.095175149,1,0,0,0,0,0,0,0,1,0,NA -6097152600,6,97,152600,8121,8121,8065,8121,3176,2287,7952,1462,682,184,99,1239,772,209,54,0.083979805,0.18002709,0.080454744,0.012449698,0.153626782,0.095062184,0.017002519,0.065806045,0,0,0,0,0,0,0,0,0,0,NA -6097152701,6,97,152701,5453,5453,5453,5453,2160,1295,5268,1441,283,236,41,1713,637,307,91,0.051898038,0.264258206,0.182239382,0.00778284,0.314139006,0.116816431,0.04212963,0.14212963,0,0,0,0,0,1,0,0,0,0,NA -6097152702,6,97,152702,5910,5910,5412,5395,2091,1364,5562,2088,292,389,129,1753,757,300,100,0.049407783,0.353299492,0.285190616,0.023193096,0.32390983,0.140315107,0.047824008,0.143472023,0,0,1,1,0,1,0,0,2,0,NA -6097152801,6,97,152801,5388,5388,5376,5388,1949,1426,5039,1933,182,140,121,1360,517,217,8,0.033778768,0.358760208,0.098176718,0.024012701,0.25297619,0.095953972,0.004104669,0.111339148,0,0,0,0,0,0,0,0,0,0,NA -6097152802,6,97,152802,7122,7122,7122,7122,2775,1447,6448,4037,225,504,682,3183,1010,608,320,0.031592249,0.566835159,0.348306842,0.105769231,0.446925021,0.141814097,0.115315315,0.219099099,0,0,1,1,0,1,1,1,4,1,High -6097152903,6,97,152903,5261,5261,5261,5261,1490,1142,4829,3876,197,276,996,2986,623,245,173,0.037445353,0.736742064,0.241681261,0.206253883,0.567572705,0.118418552,0.116107383,0.16442953,0,1,1,0,1,1,1,1,4,1,High -6097152904,6,97,152904,5356,5356,5350,5356,1976,1367,5064,1877,258,189,129,1352,617,173,32,0.048170276,0.350448096,0.138258961,0.025473934,0.25271028,0.115197909,0.016194332,0.087550607,0,0,0,0,0,0,0,0,0,0,NA -6097152905,6,97,152905,4252,4252,4252,4252,1581,1020,3980,2061,197,127,216,1133,558,195,31,0.046331138,0.484713076,0.124509804,0.054271357,0.266462841,0.131232361,0.019607843,0.123339658,0,0,0,1,0,0,0,0,1,0,NA -6097152906,6,97,152906,6014,6014,5910,6014,2077,1643,5742,1895,389,320,278,1326,571,190,26,0.064682408,0.315098104,0.194765673,0.048415186,0.224365482,0.094945128,0.012518055,0.091478093,0,0,0,0,0,0,0,0,0,0,NA -6097153001,6,97,153001,7419,7419,7235,7413,2490,1441,6581,4002,182,299,661,3321,988,385,305,0.024531608,0.539425799,0.207494795,0.100440663,0.459018659,0.133279374,0.12248996,0.154618474,0,0,1,1,0,1,1,1,4,1,High -6097153002,6,97,153002,6473,6473,6397,6473,1913,1155,6043,4489,181,261,793,3039,804,208,49,0.027962305,0.693496061,0.225974026,0.131226212,0.475066437,0.12420825,0.025614219,0.108729744,0,0,1,1,1,1,0,0,3,1,High -6097153003,6,97,153003,5990,5990,5990,5990,2028,1397,5476,2970,252,447,667,2499,725,240,80,0.042070117,0.495826377,0.319971367,0.121804237,0.417195326,0.121035058,0.039447732,0.118343195,0,0,1,1,1,1,0,0,3,1,High -6097153005,6,97,153005,7302,7302,7236,7272,2470,1818,6887,2851,455,145,332,1727,754,463,83,0.062311695,0.390440975,0.079757976,0.048206766,0.238667772,0.103685369,0.033603239,0.187449393,0,0,0,0,0,0,0,1,1,0,NA -6097153006,6,97,153006,7825,7825,7818,7778,2830,1881,7327,3181,571,422,438,3239,863,244,206,0.072971246,0.406517572,0.224348751,0.0597789,0.414300333,0.110953973,0.072791519,0.086219081,0,0,1,0,0,1,0,0,1,0,NA -6097153102,6,97,153102,5687,5687,5612,5612,1453,1230,5264,4355,188,228,925,2793,589,132,88,0.033057851,0.765781607,0.185365854,0.175721884,0.497683535,0.104953671,0.06056435,0.090846524,0,1,0,0,1,1,0,0,1,1,High -6097153103,6,97,153103,4563,4563,4535,4563,1409,976,4140,3436,71,219,684,1870,398,167,59,0.015559939,0.753013368,0.224385246,0.165217391,0.412348401,0.087223318,0.041873669,0.118523776,0,1,1,0,1,1,0,0,2,1,High -6097153104,6,97,153104,4181,4181,4074,4181,1176,757,3855,3210,36,277,1010,2292,534,266,74,0.00861038,0.767758909,0.365918098,0.261997406,0.562592047,0.127720641,0.06292517,0.226190476,0,1,1,1,1,1,0,1,4,1,High -6097153200,6,97,153200,8281,8281,8275,8275,2523,1589,7651,5423,174,392,1218,3872,1039,463,115,0.021011955,0.6548726,0.246696035,0.159194876,0.467915408,0.125558912,0.045580658,0.183511692,0,0,1,1,1,1,0,1,4,1,High -6097153300,6,97,153300,12652,12652,12550,12645,3683,2607,12037,7506,408,790,1420,4910,1764,481,137,0.032247866,0.593265887,0.303030303,0.117969594,0.39123506,0.139501779,0.037197936,0.130600054,0,0,1,1,0,1,0,0,2,0,NA -6097153401,6,97,153401,6624,6624,6596,6596,2878,1620,6433,1274,602,278,193,1865,777,354,110,0.090881643,0.192330918,0.171604938,0.030001554,0.282747119,0.117798666,0.038220987,0.123002085,0,0,0,0,0,0,0,0,0,0,NA -6097153403,6,97,153403,3731,3731,3594,3603,1556,870,3554,658,371,125,128,1007,468,222,70,0.099437148,0.176360225,0.143678161,0.036015757,0.280189204,0.129891757,0.044987147,0.142673522,0,0,0,1,0,0,0,0,1,0,NA -6097153404,6,97,153404,4398,4398,4391,4391,1844,1135,4336,619,320,174,27,933,560,158,129,0.072760346,0.140745794,0.153303965,0.006226937,0.212480073,0.127533591,0.069956616,0.085683297,0,0,0,1,0,0,0,0,1,0,NA -6097153501,6,97,153501,4639,4639,4631,4633,1952,1346,4479,761,295,98,79,857,588,100,41,0.063591291,0.164043975,0.072808321,0.017637866,0.185057223,0.126915605,0.021004098,0.051229508,0,0,0,1,0,0,0,0,1,0,NA -6097153502,6,97,153502,4243,4243,4243,4243,1693,1116,4127,862,331,88,65,1041,390,166,32,0.078010841,0.203158143,0.078853047,0.015749939,0.245345275,0.091916097,0.018901359,0.098050797,0,0,0,0,0,0,0,0,0,0,NA -6097153600,6,97,153600,5665,5665,5578,5644,2350,1359,5441,1133,302,197,399,1631,883,236,15,0.053309797,0.2,0.144959529,0.073332108,0.292398709,0.156449327,0.006382979,0.100425532,0,0,0,1,0,0,0,0,1,0,NA -6097153703,6,97,153703,3039,3039,3039,3039,1650,633,2979,385,191,91,49,1133,542,327,117,0.062849622,0.12668641,0.143759874,0.016448473,0.372820007,0.178348141,0.070909091,0.198181818,0,0,0,1,0,1,0,1,2,0,NA -6097153704,6,97,153704,3742,3742,3734,3742,1687,768,3528,776,217,169,14,1432,718,278,150,0.057990379,0.207375735,0.220052083,0.003968254,0.383502946,0.191876002,0.088915234,0.164789567,0,0,1,1,0,1,0,1,3,1,High -6097153705,6,97,153705,3985,3985,3917,3985,1745,920,3927,809,247,145,66,1335,751,189,98,0.061982434,0.203011292,0.157608696,0.016806723,0.340822058,0.188456713,0.056160458,0.108309456,0,0,0,1,0,1,0,0,1,0,NA -6097153706,6,97,153706,4430,4430,4422,4419,1928,1089,4197,720,300,43,110,1014,663,75,47,0.06772009,0.162528217,0.039485767,0.026209197,0.229308005,0.150033944,0.024377593,0.038900415,0,0,0,1,0,0,0,0,1,0,NA -6097153801,6,97,153801,10742,10742,10715,10725,3132,2611,10241,5174,532,353,560,2224,1217,237,101,0.049525228,0.481660771,0.135197242,0.05468216,0.207559496,0.113473193,0.032247765,0.075670498,0,0,0,0,0,0,0,0,0,0,NA -6097153804,6,97,153804,3175,3175,3169,3175,1185,895,2939,978,326,93,99,475,371,86,74,0.102677165,0.308031496,0.103910615,0.033684927,0.149889555,0.116850394,0.062447257,0.07257384,1,0,0,0,0,0,0,0,1,0,NA -6097153806,6,97,153806,3286,3286,3276,3286,1298,909,3139,956,322,64,84,603,300,92,94,0.097991479,0.290931223,0.070407041,0.026760115,0.184065934,0.091296409,0.072419106,0.070878274,0,0,0,0,0,0,0,0,0,0,NA -6097153807,6,97,153807,3825,3825,3825,3825,1378,1176,3707,733,294,99,15,493,285,0,45,0.076862745,0.191633987,0.084183673,0.004046399,0.128888889,0.074509804,0.032656023,0,0,0,0,0,0,0,0,0,0,0,NA -6097153808,6,97,153808,4293,4293,4235,4293,1482,1131,4063,2348,388,164,427,1229,565,120,43,0.090379688,0.546936874,0.145004421,0.105094758,0.290200708,0.131609597,0.029014845,0.08097166,0,0,0,1,0,0,0,0,1,0,NA -6097153809,6,97,153809,4420,4420,4420,4420,1577,1143,4136,1801,260,136,240,1042,351,102,38,0.058823529,0.407466063,0.118985127,0.058027079,0.235746606,0.079411765,0.024096386,0.064679772,0,0,0,0,0,0,0,0,0,0,NA -6097153901,6,97,153901,4867,4867,4852,4867,2128,1324,4714,1311,483,57,95,893,766,121,116,0.099239778,0.269365112,0.04305136,0.020152737,0.184047815,0.15738648,0.054511278,0.056860902,0,0,0,1,0,0,0,0,1,0,NA -6097153902,6,97,153902,4346,4346,4269,4287,1717,1182,4135,2136,209,231,638,1743,455,288,59,0.048090198,0.491486424,0.195431472,0.154292624,0.40829234,0.106134826,0.03436226,0.167734421,0,0,0,0,1,1,0,1,2,0,NA -6097153903,6,97,153903,4050,4050,4050,4050,1690,1159,3804,1016,378,165,309,1066,476,177,30,0.093333333,0.250864198,0.142364107,0.081230284,0.263209877,0.117530864,0.017751479,0.104733728,0,0,0,0,0,0,0,0,0,0,NA -6097154000,6,97,154000,2744,2744,2744,2744,1047,761,2708,682,247,78,193,768,477,29,40,0.090014577,0.248542274,0.102496715,0.07127031,0.279883382,0.173833819,0.038204394,0.027698185,0,0,0,1,0,0,0,0,1,0,NA -6097154100,6,97,154100,3886,3886,3869,3886,1382,965,3709,1506,375,105,425,1007,512,162,19,0.096500257,0.387545033,0.10880829,0.114586142,0.260273973,0.131755018,0.013748191,0.117221418,0,0,0,1,0,0,0,0,1,0,NA -6097154201,6,97,154201,3897,3897,3890,3897,1349,842,3625,2228,242,115,638,2157,653,167,130,0.062099051,0.571721837,0.136579572,0.176,0.554498715,0.167564793,0.09636768,0.123795404,0,0,0,1,1,1,0,0,2,0,NA -6097154202,6,97,154202,5928,5928,5829,5864,2264,1611,5650,1826,660,154,362,1029,892,144,101,0.111336032,0.30802969,0.0955928,0.064070796,0.176531137,0.152114598,0.044611307,0.06360424,1,0,0,1,0,0,0,0,2,0,NA -6097154302,6,97,154302,3219,3219,3202,3202,1607,848,3162,309,161,152,0,1023,324,44,7,0.050015533,0.095992544,0.179245283,0,0.31948782,0.101186758,0.004355943,0.027380212,0,0,0,0,0,1,0,0,0,0,NA -6097154303,6,97,154303,1457,1457,1457,1457,758,430,1454,131,352,12,25,202,232,38,14,0.241592313,0.089910776,0.027906977,0.017193948,0.138641043,0.159231297,0.018469657,0.050131926,1,0,0,1,0,0,0,0,2,0,NA -6097154304,6,97,154304,2183,2183,2135,2183,958,505,2132,438,129,18,57,562,219,75,16,0.059092991,0.200641319,0.035643564,0.02673546,0.26323185,0.10032066,0.016701461,0.0782881,0,0,0,0,0,0,0,0,0,0,NA -6097990100,6,97,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA \ No newline at end of file diff --git a/Project-Documentation/Equity-Priority-Communities/Data/EPC_Schema_pba2050.csv b/Project-Documentation/Equity-Priority-Communities/Data/EPC_Schema_pba2050.csv deleted file mode 100644 index e3924606..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/EPC_Schema_pba2050.csv +++ /dev/null @@ -1,40 +0,0 @@ -Field Name,Alias,Data Type,ACS Calculations,ACS Definition or EPC Definition ,Domain -geoid,Geographic ID,TEXT,,Geographic Identifier, -state,State,LONG,,State ID, -county_fip,County FIPS,DOUBLE,,Federal Information Processing Standard, -tract,Tract,TEXT,,Census Tract ID, -tot_pop,Total Population,LONG,B03002_001E,Universe: Total Population, -tot_pop_po,Total Low Income Population,LONG,C17002_001E,Universe: Total population for whom poverty status is determined, -tot_pop_ci,Total Civilian Noninstitutionalized Population,LONG,C18108_001E,Universe: Total civilian noninstitutionalized population, -tot_hh,Total Households,LONG,B08201_001E,Universe: Total households, -tot_fam,Total Families,LONG,B11004_001E,Universe: Families, -tot_pop_ov,Total Population Over 5,LONG,B16005_001E,Universe: Total population 5 years and over, -pop_minori,Population People of Color,LONG,B03002_001E - B03002_003E,People of Color population, -pop_over75,Population Over 75,LONG,B01001_023E + B01001_024E + B01001_025E + B01001_047E + B01001_048E + B01001_049E,Seniors 75 years and over, -pop_spfam,Population Single Parent Family,LONG,B11004_010E + B11004_016E,Single-parent family, -pop_lep,Population Limited English Proficiency,LONG,B16005_007E + B16005_008E + B16005_012E + B16005_013E + B16005_017E + B16005_018E + B16005_022E + B16005_023E + B16005_029E + B16005_030E + B16005_034E + B16005_035E + B16005_039E + B16005_040E + B16005_044E + B16005_045E,Limited English proficiency , -pop_below2,Population Low Income,LONG,C17002_001E - C17002_008E,Low Income (< 200% Federal Poverty Level - FPL) , -pop_disabi,Population Disabled,LONG,C18108_001E - (C18108_005E + C18108_009E + C18108_013E),People with disability, -pop_hus_re,Population Rent Burdened,LONG,B25070_010E,Severely rent-burdened household, -pop_zvhhs,Population Zero Vehicle Household,LONG,B08201_002E,Zero-vehicle household, -pct_over75,Percent Over 75,DOUBLE,(B01001_023E + B01001_024E + B01001_025E + B01001_047E + B01001_048E + B01001_049E)/B01001_001E,Seniors 75 years and over as a share of total population, -pct_poc,Percent People of Color,DOUBLE,(B03002_001E - B03002_003E)/B03002_001E,People of Color population as a share of total population, -pct_spfam,Percent Single Parent Family,DOUBLE,(B11004_010E + B11004_016E)/B11004_001E,Single-parent family as a share all families, -pct_lep,Percent Limited English Proficiency,DOUBLE,(B16005_007E + B16005_008E + B16005_012E + B16005_013E + B16005_017E + B16005_018E + B16005_022E + B16005_023E + B16005_029E + B16005_030E + B16005_034E + B16005_035E + B16005_039E + B16005_040E + B16005_044E + B16005_045E)/B16005_001E,Limited English proficiency population as a share of total population 5 years and over, -pct_below2,Percent Low Income,DOUBLE,C17002_001E - C17002_008E/C17002_001E,Low Income population as a share of total population for whom poverty status is determined, -pct_disab,Percent Disabled,DOUBLE,(C18108_001E - (C18108_005E + C18108_009E + C18108_013E))/C18108_001E,Disabled population as a share of total civilian noninstitutionalized population, -pct_zvhhs,Percent Zero Vehicle Household,DOUBLE,B08201_002E/B08201_001E,Zero-vehicle households as a share of total households, -pct_hus_re,Percent Rent Burdened,DOUBLE,B25070_010E/B08201_001E,Severely rent-burdened household as a share of total renter-occupied housing units, -over75_1_2,Over 75 Regional Mean Plus Half SD,LONG,,Seniors 75 and over make up over regional mean plus .5 standard deviation of the total poulation in a given Census Tract,0 = False; 1 = True -poc_1_2,People of Color Mean Plus Half SD,LONG,,People of Color make up over regional mean plus .5 standard deviation of the total population in a given Census Tract,0 = False; 1 = True -spfam_1_2,Single Parent Family Mean Plus Half SD,LONG,,Single-parent families make up over regional mean plus .5 standard deviation of the families in a given Census Tract,0 = False; 1 = True -disab_1_2,Disabled Mean Plus Half SD,LONG,,Disabled people make up over regional mean plus .5 standard deviation of the total civilian noninstitutionalized population in a given Census Tract,0 = False; 1 = True -lep_1_2,Limited English Proficiency Mean Plus Half SD,LONG,,People with limited English proficiency make up over regional mean plus .5 standard deviation of the total population 5 years and over in a given Census Tract,0 = False; 1 = True -below2_1_2,Low Income Mean Plus Half SD,LONG,,Low-income people make up over regional mean plus .5 standard deviation of the total population for whom poverty status is determined in a given Census Tract,0 = False; 1 = True -zvhh_1_2,Zero Vehicle Household Mean Plus Half SD,LONG,,Zero-vehicle households make up over regional mean plus .5 standard deviation of the total households in a given Census Tract,0 = False; 1 = True -hus_re_1_2,Rent Burdened Mean Plus Half SD,LONG,,Severely rent-burdened households make up over regional mean plus .5 standard deviation of total renter-occupied housing units in a given Census Tract,0 = False; 1 = True -epc_2035,Equity Priority Community PBA 2035,LONG,,The Census Tract meets MTC's Plan Bay Area 2035 Equity Priority Community criteria ,1 = False; 1 = True -epc_2040,Equity Priority Community PBA 2040,LONG,,The Census Tract meets MTC's Plan Bay Area 2040 Equity Priority Community criteria ,0 = False; 1 = True -epc_2050,Equity Priority Community PBA 2050,LONG,,The Census Tract meets MTC's Plan Bay Area 2050 Equity Priority Community criteria ,1 = False; 1 = True -e2040_2050,Loss or Gain of EPCs PBA 2040 2050,LONG,,Difference between Plan Bay Area 2040 Equity Priority Community and Plan Bay Area 2050 Equity Priority Communities,1 = Gain; -1= Loss; 0 No Difference -epc_class,Equity Priority Community Class,TEXT,,The EPC ranking as determined by standard deviation (sd) from regional mean.,".5 SD = High; 1 SD = Higher, 1.5 SD = Highest" \ No newline at end of file diff --git a/Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS2018_tbl.csv b/Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS2018_tbl.csv deleted file mode 100644 index 0a002632..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS2018_tbl.csv +++ /dev/null @@ -1,1589 +0,0 @@ -geoid,state,county_fip,tract,tot_pop,tot_pop_po,tot_pop_ci,tot_hh,pop_zvhhs,tot_fam,tot_pop_ov,pop_hus_re,pop_poc,pop_over75,pop_spfam,pop_lep,pop_below2,pop_disabi,pct_poc,pct_over75,pct_spfam,pct_lep,pct_below2,pct_disab,pct_zvhhs,pct_hus_re,over75_1_2,poc_1_2,spfam_1_2,disab_1_2,lep_1_2,below2_1_2,zvhh_1_2,hus_re_1_2,epc_2035,epc_2040,epc_2050,e2040_2050,epc_class -6055200202,6,55,200202,2772,2580,2619,1108,150,565,2577,178,1384,135,168,336,873,392,0.499278499,0.048701299,0.297345133,0.130384168,0.338372093,0.149675449,0.135379061,0.160649819,0,0,1,1,1,1,0,1,1,1,1,0,High -6055200400,6,55,200400,4127,4125,4127,1550,9,981,3909,32,1253,197,53,341,591,382,0.303610371,0.047734432,0.054026504,0.087234587,0.143272727,0.092561182,0.005806452,0.020645161,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200900,6,55,200900,722,119,119,37,33,11,722,22,326,23,4,6,103,80,0.451523546,0.031855956,0.363636364,0.008310249,0.865546218,0.672268908,0.891891892,0.594594595,0,0,1,1,0,1,1,1,1,1,1,0,Highest -6085508101,6,85,508101,6918,6845,6893,2301,49,1841,6418,104,5355,294,61,277,460,263,0.77406765,0.042497832,0.033134166,0.043159863,0.067202337,0.03815465,0.021295089,0.04519774,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085509202,6,85,509202,4863,4863,4863,1863,186,1095,4575,125,2912,355,93,399,776,515,0.598807321,0.073000206,0.084931507,0.087213115,0.15957228,0.105901707,0.099838969,0.067096082,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509304,6,85,509304,3517,3517,3517,1407,60,751,3389,195,2188,101,109,269,651,144,0.622121126,0.028717657,0.145139814,0.079374447,0.185100938,0.040943986,0.042643923,0.138592751,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509401,6,85,509401,3841,3841,3841,1714,177,911,3551,211,2572,80,83,282,455,252,0.669617287,0.020827909,0.091108672,0.07941425,0.118458735,0.065607915,0.103267211,0.123103851,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509801,6,85,509801,5535,5535,5535,2236,156,1429,5202,285,2564,227,78,204,549,320,0.463233966,0.041011743,0.054583625,0.039215686,0.099186992,0.057813911,0.069767442,0.12745975,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512307,6,85,512307,7005,6997,6997,2473,28,1913,6405,111,2882,620,31,82,931,724,0.411420414,0.088508208,0.016204914,0.012802498,0.133057024,0.103472917,0.011322281,0.044884755,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085503204,6,85,503204,8414,8368,8405,2211,157,1458,7874,172,7890,341,309,1668,2650,989,0.937722843,0.040527692,0.211934156,0.211836424,0.3166826,0.117668055,0.071008593,0.077792854,0,1,1,0,1,1,0,0,1,1,1,0,High -6085503210,6,85,503210,4400,4357,4400,994,59,892,4099,147,4044,218,85,1093,794,433,0.919090909,0.049545455,0.09529148,0.266650403,0.182235483,0.098409091,0.059356137,0.147887324,0,1,0,0,1,0,0,1,1,1,0,-1,NA -6085503401,6,85,503401,4855,4790,4855,941,18,839,4587,58,4787,171,193,968,1477,380,0.985993821,0.035221421,0.230035757,0.211031175,0.308350731,0.078269825,0.019128587,0.061636557,0,1,1,0,1,1,0,0,1,1,1,0,High -6085503507,6,85,503507,2467,2451,2467,370,3,340,2294,33,2431,112,71,545,563,180,0.985407377,0.04539927,0.208823529,0.237576286,0.229702162,0.072963113,0.008108108,0.089189189,0,1,1,0,1,0,0,0,1,1,0,-1,NA -6085512019,6,85,512019,5155,5038,5143,1542,82,1179,4707,117,3692,175,188,298,923,402,0.716197866,0.033947624,0.159457167,0.063309964,0.183207622,0.078164495,0.053177691,0.075875486,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085512020,6,85,512020,7751,7689,7690,2564,75,1540,7058,554,5910,144,352,848,1870,480,0.76248226,0.018578248,0.228571429,0.120147351,0.243204578,0.062418726,0.02925117,0.216068643,0,1,1,0,1,0,0,1,0,0,0,0,NA -6085512024,6,85,512024,5045,5045,5045,1733,67,1246,4746,111,3031,280,84,416,1190,489,0.600792864,0.055500496,0.06741573,0.08765276,0.235877106,0.096927651,0.038661281,0.064050779,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512402,6,85,512402,4966,4966,4966,1492,35,1208,4834,69,2944,284,96,388,820,404,0.592831253,0.057188884,0.079470199,0.080264791,0.165122835,0.081353202,0.023458445,0.046246649,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095250501,6,95,250501,2150,2150,2150,769,27,534,2065,78,1344,132,116,111,618,260,0.625116279,0.061395349,0.217228464,0.053753027,0.28744186,0.120930233,0.035110533,0.101430429,0,0,1,1,0,1,0,0,0,0,0,0,NA -6095250601,6,95,250601,5571,5501,5559,1559,84,1228,5101,162,4475,165,128,136,1791,649,0.803266918,0.029617663,0.104234528,0.026661439,0.325577168,0.116747616,0.053880693,0.103912765,0,1,0,0,0,1,0,0,1,1,1,0,High -6095251802,6,95,251802,2446,2446,2446,1195,325,543,2205,267,2082,249,160,261,1196,537,0.851185609,0.101798855,0.2946593,0.118367347,0.48896157,0.21954211,0.271966527,0.223430962,1,1,1,1,0,1,1,1,1,1,1,0,Highest -6095252705,6,95,252705,6379,6368,6275,1840,89,1492,6002,80,4543,227,234,261,1262,706,0.712180593,0.035585515,0.156836461,0.043485505,0.198178392,0.11250996,0.048369565,0.043478261,0,1,0,0,0,0,0,0,0,0,0,0,NA -6095252108,6,95,252108,3115,3115,3089,1343,29,928,2966,134,964,223,170,138,622,316,0.309470305,0.071589085,0.183189655,0.04652731,0.199678973,0.102298478,0.021593448,0.09977662,0,0,1,0,0,0,0,0,0,0,0,0,NA -6095253106,6,95,253106,3685,3685,3593,1302,24,883,3523,84,1556,121,209,49,865,374,0.422252374,0.032835821,0.236693092,0.013908601,0.234735414,0.104091289,0.01843318,0.064516129,0,0,1,0,0,0,0,0,0,0,0,0,NA -6075015600,6,75,15600,3432,3432,3432,1450,371,715,3235,218,1847,255,51,314,862,229,0.538170163,0.074300699,0.071328671,0.097063369,0.251165501,0.066724942,0.255862069,0.150344828,0,0,0,0,0,0,1,1,0,0,0,0,NA -6075010200,6,75,10200,4299,4299,4299,2541,820,813,4214,202,935,531,24,0,481,356,0.21749244,0.123517097,0.029520295,0,0.111886485,0.082809956,0.322707595,0.079496261,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075010800,6,75,10800,4860,4860,4860,2466,1102,910,4626,256,2651,563,35,637,1088,622,0.545473251,0.115843621,0.038461538,0.137699957,0.223868313,0.127983539,0.446877534,0.103811841,1,0,0,1,1,0,1,0,0,0,0,0,NA -6075033100,6,75,33100,3861,3782,3840,1416,66,993,3701,96,2428,441,56,222,423,344,0.628852629,0.114219114,0.056394763,0.059983788,0.111845584,0.089583333,0.046610169,0.06779661,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075040200,6,75,40200,5541,5541,5541,2319,508,1111,5238,320,2367,546,84,598,891,553,0.42717921,0.09853817,0.075607561,0.114165712,0.160801299,0.09980148,0.21905994,0.137990513,1,0,0,0,0,0,1,0,0,0,0,0,NA -6013340002,6,13,340002,7595,7568,7595,3004,62,2064,7389,67,1989,453,71,97,649,646,0.261882818,0.059644503,0.034399225,0.013127622,0.085755814,0.085055958,0.020639148,0.022303595,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013343001,6,13,343001,4499,4499,4499,1970,319,1084,4386,284,1236,457,103,351,869,560,0.274727717,0.101578128,0.09501845,0.08002736,0.193154034,0.124472105,0.161928934,0.144162437,1,0,0,1,0,0,1,1,0,0,0,0,NA -6013346102,6,13,346102,5574,5510,5556,1899,82,1567,5461,61,1465,407,125,19,299,386,0.262827413,0.073017582,0.079770262,0.003479216,0.054264973,0.069474442,0.043180621,0.03212217,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013347000,6,13,347000,6206,6166,6206,2293,0,1789,5974,18,1425,349,79,53,511,367,0.2296165,0.056235901,0.044158748,0.008871778,0.082873824,0.05913632,0,0.007849978,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013353001,6,13,353001,3880,3880,3880,1352,20,1152,3658,9,1197,222,54,98,256,381,0.308505155,0.057216495,0.046875,0.026790596,0.065979381,0.098195876,0.014792899,0.006656805,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013356001,6,13,356001,4480,4462,4480,1235,47,1000,4162,73,3430,241,104,149,1009,510,0.765625,0.053794643,0.104,0.035800096,0.226131779,0.113839286,0.03805668,0.059109312,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013366001,6,13,366001,4540,4540,4540,1259,54,1001,4338,102,4241,110,264,949,1763,424,0.934140969,0.024229075,0.263736264,0.218764408,0.388325991,0.09339207,0.042891183,0.08101668,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6013375000,6,13,375000,4617,4612,4612,1204,157,1061,4196,272,4324,95,359,846,2125,424,0.936538878,0.020576132,0.338360038,0.201620591,0.460754553,0.091934085,0.130398671,0.225913621,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6013301000,6,13,301000,4782,4758,4756,1756,119,1241,4446,75,1527,339,108,103,1082,902,0.319322459,0.070890841,0.087026591,0.023166892,0.227406473,0.189655172,0.067767654,0.042710706,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013307201,6,13,307201,3785,3785,3785,1075,141,760,3489,261,2844,129,235,430,1913,369,0.751387054,0.034081902,0.309210526,0.123244483,0.505416116,0.097490092,0.131162791,0.242790698,0,1,1,0,1,1,0,1,1,1,1,0,High -6013310000,6,13,310000,6078,5988,6078,1719,119,1291,5453,253,5397,186,356,713,2780,923,0.887956565,0.030602172,0.275755229,0.130753714,0.464261857,0.151859164,0.069226294,0.147178592,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6013313102,6,13,313102,4310,4220,4223,1491,108,1001,4108,287,3474,192,253,215,1444,408,0.806032483,0.044547564,0.252747253,0.052336904,0.342180095,0.096613782,0.072434608,0.192488263,0,1,1,0,0,1,0,1,0,0,1,1,High -6013321200,6,13,321200,5494,5466,5494,2263,97,1315,5177,158,2776,216,195,225,972,474,0.505278486,0.039315617,0.148288973,0.043461464,0.177826564,0.086275937,0.042863456,0.069818825,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013330000,6,13,330000,5655,5643,5634,1947,37,1338,5345,135,2716,260,119,382,1555,640,0.480282935,0.045977011,0.088938714,0.071468662,0.275562644,0.113596024,0.019003595,0.069337442,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013336101,6,13,336101,5560,5518,5547,1559,135,1016,5141,364,4869,66,310,886,2563,457,0.875719424,0.011870504,0.30511811,0.172340012,0.464479884,0.082386876,0.08659397,0.233483002,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6013337200,6,13,337200,8407,8151,8181,3218,102,2202,7887,307,4045,541,402,740,2008,828,0.481146663,0.064351136,0.182561308,0.093825282,0.246350141,0.101210121,0.031696706,0.09540087,0,0,1,0,0,0,0,0,0,0,0,0,NA -6013337300,6,13,337300,5940,5908,5893,2315,105,1800,5696,73,1657,533,112,47,757,921,0.278956229,0.08973064,0.062222222,0.008251404,0.128131347,0.15628712,0.045356371,0.031533477,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013359203,6,13,359203,7304,7277,7246,2261,68,1781,7018,132,5486,361,139,273,1164,694,0.75109529,0.049424973,0.078046042,0.038899972,0.159956026,0.09577698,0.030075188,0.058381247,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013370000,6,13,370000,2814,2814,2814,1091,49,660,2732,121,1598,244,72,190,372,217,0.567874911,0.086709311,0.109090909,0.06954612,0.132196162,0.077114428,0.044912924,0.110907424,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013386000,6,13,386000,3666,3666,3666,1475,242,966,3503,326,2404,369,130,460,1360,496,0.655755592,0.100654664,0.134575569,0.131316015,0.370976541,0.135297327,0.164067797,0.221016949,1,0,0,1,1,1,1,1,1,1,1,0,High -6013389100,6,13,389100,2196,2196,2196,895,91,533,2116,86,1393,77,31,193,341,121,0.634335155,0.035063752,0.058161351,0.09120983,0.155282332,0.055100182,0.101675978,0.096089385,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013389200,6,13,389200,1868,1798,1828,691,72,366,1693,144,1488,30,47,142,528,105,0.796573876,0.016059957,0.128415301,0.083874778,0.293659622,0.057439825,0.104196816,0.208393632,0,1,0,0,0,1,0,1,0,0,1,1,High -6013305000,6,13,305000,6106,5966,6106,2213,200,1335,5529,431,4271,298,517,696,2967,1238,0.699475925,0.048804455,0.387265918,0.125881715,0.497318136,0.202751392,0.090375056,0.194758247,0,0,1,1,1,1,0,1,1,1,1,0,Higher -6013312000,6,13,312000,2352,2259,2300,775,145,545,2152,190,2126,121,178,330,1089,417,0.903911565,0.051445578,0.326605505,0.153345725,0.482071713,0.181304348,0.187096774,0.24516129,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6013307205,6,13,307205,7276,7157,7259,2592,351,1677,6666,867,5610,386,535,378,3214,1210,0.771028037,0.053051127,0.319022063,0.056705671,0.44907084,0.166689627,0.135416667,0.334490741,0,1,1,1,0,1,0,1,1,1,1,0,Higher -6013314104,6,13,314104,9047,8992,9020,2552,208,1844,8339,237,7715,253,605,1556,4046,1111,0.852768874,0.027965071,0.328091106,0.186593117,0.449955516,0.123170732,0.081504702,0.092868339,0,1,1,1,1,1,0,0,1,1,1,0,Higher -6013315000,6,13,315000,3762,3743,3757,1265,11,1027,3562,57,2225,92,113,160,870,518,0.591440723,0.024455077,0.110029211,0.044918585,0.232433877,0.137875965,0.008695652,0.045059289,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013320001,6,13,320001,3843,3820,3829,1215,51,929,3553,41,2051,131,138,324,1042,559,0.533697632,0.034087952,0.148546825,0.091190543,0.272774869,0.14599112,0.041975309,0.033744856,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013308001,6,13,308001,7534,7471,7534,2467,146,1922,7178,284,4452,439,365,259,2728,1359,0.590921157,0.05826918,0.189906348,0.036082474,0.365145228,0.180382267,0.059181192,0.115119578,0,0,1,1,0,1,0,0,0,0,0,0,NA -6013314200,6,13,314200,7323,7168,7323,1759,66,1581,6888,261,6558,197,289,1679,3899,912,0.895534617,0.026901543,0.182795699,0.243757259,0.543945313,0.124539123,0.037521319,0.148379761,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6081603000,6,81,603000,4427,4427,4427,1850,90,1104,4223,287,1417,148,117,94,803,341,0.320081319,0.033431218,0.105978261,0.022259058,0.181386944,0.077027332,0.048648649,0.155135135,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081609601,6,81,609601,3300,3300,3300,1191,0,901,3083,45,1018,144,76,68,189,126,0.308484848,0.043636364,0.084350721,0.022056439,0.057272727,0.038181818,0,0.037783375,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609800,6,81,609800,4673,4666,4666,1687,52,1223,4355,62,1325,322,59,80,349,364,0.283543762,0.068906484,0.048242028,0.01836969,0.074796399,0.078011144,0.030823948,0.03675163,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610800,6,81,610800,5013,4980,4994,1665,188,1052,4598,416,3843,152,230,555,2209,207,0.766606822,0.030321165,0.218631179,0.120704654,0.443574297,0.04144974,0.112912913,0.24984985,0,1,1,0,1,1,0,1,1,1,1,0,High -6081610900,6,81,610900,7100,7065,7095,2502,314,1317,6636,710,4974,76,339,1016,3366,581,0.70056338,0.010704225,0.257403189,0.15310428,0.476433121,0.081888654,0.1254996,0.283772982,0,1,1,0,1,1,0,1,0,0,1,1,High -6081611800,6,81,611800,4369,4361,4369,881,20,760,4040,121,4249,142,241,511,1737,352,0.972533761,0.032501717,0.317105263,0.126485149,0.398303141,0.080567636,0.022701476,0.137343927,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6081612600,6,81,612600,4692,4564,4564,2103,214,1040,4215,250,1277,378,84,159,658,352,0.272165388,0.08056266,0.080769231,0.03772242,0.144171779,0.077125329,0.101759391,0.118877794,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081613200,6,81,613200,6868,6834,6834,2543,50,1986,6697,119,1359,1099,156,162,455,646,0.197874199,0.160017472,0.078549849,0.024189936,0.06657887,0.094527363,0.019661817,0.046795124,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081613400,6,81,613400,3137,3126,3137,1133,15,820,3009,55,522,250,22,5,417,179,0.16640102,0.079693975,0.026829268,0.001661682,0.133397313,0.057060886,0.013239188,0.048543689,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081613700,6,81,613700,9041,9041,9041,3530,185,2402,8632,166,3112,896,162,913,1674,1000,0.344209711,0.099104081,0.067443797,0.105769231,0.185156509,0.110607234,0.052407932,0.047025496,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081608300,6,81,608300,3715,3704,3704,1347,26,1020,3469,69,2473,194,67,158,347,255,0.665679677,0.052220727,0.065686275,0.045546267,0.093682505,0.068844492,0.019302153,0.051224944,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609300,6,81,609300,3636,3620,3636,1195,23,916,3327,27,914,235,86,15,340,270,0.251375138,0.064631463,0.093886463,0.004508566,0.093922652,0.074257426,0.019246862,0.022594142,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081612700,6,81,612700,2245,2245,2245,799,23,589,2166,4,380,198,29,5,220,163,0.169265033,0.088195991,0.049235993,0.002308403,0.097995546,0.072605791,0.028785982,0.005006258,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081612900,6,81,612900,4770,4765,4765,1778,36,1235,4533,81,1367,459,141,8,470,366,0.286582809,0.096226415,0.11417004,0.001764836,0.098635887,0.076810073,0.020247469,0.045556805,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081613300,6,81,613300,3026,3016,3026,989,6,813,2913,5,666,331,17,0,439,241,0.220092531,0.109385327,0.020910209,0,0.145557029,0.079643093,0.006066734,0.005055612,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081613600,6,81,613600,6491,6382,6382,2227,148,1784,6078,151,2162,468,146,176,405,828,0.333076568,0.072099831,0.081838565,0.028956894,0.06345973,0.129739893,0.066457117,0.067804221,0,0,0,1,0,0,0,0,0,0,0,0,NA -6081608700,6,81,608700,7153,6826,7102,2603,125,1757,6544,175,2994,647,49,139,792,816,0.418565637,0.090451559,0.027888446,0.021240831,0.116026956,0.114897212,0.048021514,0.067230119,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081609603,6,81,609603,5432,5419,5419,2061,33,1476,5182,0,1558,592,158,54,483,470,0.286818851,0.1089838,0.10704607,0.010420687,0.089130836,0.086731869,0.016011645,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081611900,6,81,611900,10333,10223,10333,2627,116,1946,9749,165,9266,191,326,1492,2896,390,0.896738604,0.018484467,0.167523124,0.153041338,0.283282794,0.037743153,0.044156833,0.062809288,0,1,0,0,1,1,0,0,1,1,1,0,High -6081612800,6,81,612800,3606,3604,3606,1069,0,931,3351,0,744,223,34,35,217,226,0.206322795,0.061841375,0.036519871,0.010444643,0.060210877,0.062673322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081601800,6,81,601800,7169,7151,7169,2078,97,1847,6553,91,5289,674,141,371,1046,900,0.737759799,0.094015902,0.076340011,0.056615291,0.146273248,0.125540522,0.0466795,0.043792108,1,1,0,1,0,0,0,0,0,0,0,0,NA -6081600800,6,81,600800,7410,7398,7410,2761,815,1509,7117,974,6429,353,286,588,2921,528,0.867611336,0.047638327,0.18952949,0.082619081,0.394836442,0.071255061,0.295182905,0.352770735,0,1,1,0,0,1,1,1,1,1,1,0,Higher -6081601200,6,81,601200,7126,7076,7062,2153,143,1607,6836,204,5836,419,73,563,1175,597,0.818972776,0.058798765,0.04542626,0.082358104,0.166054268,0.084536958,0.06641895,0.09475151,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081602600,6,81,602600,8195,8181,8195,2725,52,2128,7958,127,7210,545,197,666,690,576,0.879804759,0.066503966,0.092575188,0.083689369,0.084341768,0.07028676,0.019082569,0.046605505,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081603100,6,81,603100,3482,3470,3477,1223,29,924,3212,54,1410,197,99,63,342,177,0.40493969,0.05657668,0.107142857,0.019613948,0.098559078,0.050905953,0.023712183,0.04415372,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081604500,6,81,604500,3886,3870,3870,1315,145,988,3705,177,2318,360,42,288,523,323,0.596500257,0.092640247,0.042510121,0.077732794,0.135142119,0.083462532,0.11026616,0.13460076,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081606000,6,81,606000,5284,5284,5284,2141,70,1136,4879,343,3162,226,219,679,1679,534,0.598410295,0.042770628,0.19278169,0.139167862,0.317751703,0.101059803,0.032695002,0.160205511,0,0,1,0,1,1,0,1,0,0,1,1,High -6081606700,6,81,606700,2520,2520,2520,982,34,700,2336,18,995,306,28,29,173,208,0.39484127,0.121428571,0.04,0.012414384,0.068650794,0.082539683,0.034623218,0.018329939,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607000,6,81,607000,3533,3533,3533,1404,59,1053,3297,51,1552,318,59,43,235,174,0.439286725,0.090008491,0.056030389,0.01304216,0.066515709,0.049249929,0.042022792,0.036324786,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607100,6,81,607100,3160,3153,3160,1107,11,884,2891,20,1231,251,83,47,307,273,0.389556962,0.07943038,0.093891403,0.01625735,0.097367586,0.086392405,0.009936766,0.018066847,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081607500,6,81,607500,5373,5373,5373,2009,97,1533,4950,257,3567,113,190,182,906,301,0.66387493,0.021031081,0.123939987,0.036767677,0.168620882,0.056020845,0.048282728,0.12792434,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001441501,6,1,441501,6570,6546,6570,1796,7,1657,6258,33,5893,275,86,397,599,428,0.89695586,0.041856925,0.051901026,0.063438798,0.091506263,0.065144597,0.00389755,0.018374165,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001404700,6,1,404700,2079,2079,2079,790,6,591,1888,22,564,165,21,15,84,146,0.271284271,0.079365079,0.035532995,0.007944915,0.04040404,0.07022607,0.007594937,0.027848101,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001442500,6,1,442500,7748,7487,7536,2264,108,1923,7142,117,6318,462,252,806,938,721,0.815436242,0.059628291,0.131045242,0.112853542,0.125283825,0.095674098,0.04770318,0.051678445,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450300,6,1,450300,5301,5301,5267,1814,49,1409,4917,93,2704,154,183,105,548,312,0.510092435,0.029051122,0.129879347,0.021354484,0.103376721,0.059236757,0.027012128,0.051267916,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450607,6,1,450607,5971,5971,5971,2445,301,1541,5647,544,3139,387,147,343,1390,649,0.525707587,0.064813264,0.095392602,0.060740216,0.232791827,0.108692011,0.123108384,0.222494888,0,0,0,0,0,0,0,1,0,0,0,0,NA -6001404900,6,1,404900,3973,3973,3973,1874,168,1002,3664,139,1590,217,159,115,532,454,0.400201359,0.054618676,0.158682635,0.031386463,0.133903851,0.114271331,0.089647812,0.074172892,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001405200,6,1,405200,5188,5188,5188,2427,174,958,5002,316,3317,239,18,390,1413,513,0.639360062,0.046067849,0.018789144,0.077968812,0.272359291,0.098882035,0.071693449,0.130201895,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001406300,6,1,406300,4425,4425,4425,1239,219,948,4166,165,3852,173,277,838,1966,618,0.870508475,0.039096045,0.292194093,0.201152184,0.444293785,0.139661017,0.176755448,0.133171913,0,1,1,1,1,1,1,0,1,1,1,0,Higher -6001400100,6,1,400100,3115,3105,3115,1297,28,917,2920,30,1060,288,70,55,312,313,0.340288925,0.092455859,0.076335878,0.018835616,0.100483092,0.100481541,0.021588281,0.023130301,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001400800,6,1,400800,3792,3792,3792,1626,218,697,3585,233,2115,127,143,189,1474,336,0.557753165,0.033491561,0.205164993,0.052719665,0.38871308,0.088607595,0.134071341,0.143296433,0,0,1,0,0,1,0,1,0,0,0,0,NA -6001401000,6,1,401000,6024,6016,6016,2439,645,1159,5790,548,4118,238,366,214,1780,916,0.683598938,0.039508632,0.315789474,0.036960276,0.29587766,0.152260638,0.264452645,0.224682247,0,0,1,1,0,1,1,1,1,1,1,0,High -6085503312,6,85,503312,3974,3958,3974,1078,39,903,3772,90,3182,132,90,625,710,319,0.80070458,0.033215903,0.099667774,0.165694592,0.179383527,0.080271766,0.036178108,0.083487941,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503402,6,85,503402,5626,5582,5626,1197,148,1071,5175,160,5521,188,282,1536,2696,631,0.981336651,0.033416282,0.263305322,0.296811594,0.48298101,0.112157839,0.123642439,0.133667502,0,1,1,0,1,1,0,0,1,1,1,0,Highest -6085503506,6,85,503506,6735,6612,6735,1279,44,1176,6301,229,6517,214,294,1126,2363,562,0.967631774,0.031774313,0.25,0.178701793,0.35738052,0.083444692,0.034401876,0.17904613,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6055201200,6,55,201200,4897,4887,4897,2059,120,1321,4740,100,1763,729,28,393,1205,732,0.360016337,0.148866653,0.021196064,0.082911392,0.246572539,0.149479273,0.058280719,0.048567266,1,0,0,1,0,0,0,0,0,0,0,0,NA -6075042800,6,75,42800,2490,2490,2490,923,26,703,2327,63,693,225,47,45,170,150,0.278313253,0.090361446,0.06685633,0.019338204,0.068273092,0.060240964,0.028169014,0.068255688,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075023400,6,75,23400,3663,3620,3663,968,234,752,3453,36,3529,220,233,683,1602,283,0.963417963,0.06006006,0.309840426,0.197799015,0.442541436,0.077259077,0.241735537,0.037190083,0,1,1,0,1,1,1,0,1,1,1,0,Highest -6075016500,6,75,16500,5487,5279,5313,2252,695,838,5240,206,1840,361,33,206,966,486,0.335338072,0.065791872,0.039379475,0.039312977,0.182989203,0.091473744,0.308614565,0.091474245,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075030700,6,75,30700,7022,7022,7022,2684,85,2110,6511,131,3436,772,150,127,1107,687,0.489319282,0.109940188,0.071090047,0.019505452,0.157647394,0.097835375,0.031669151,0.04880775,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075035100,6,75,35100,9053,9033,9031,2855,413,2040,8518,125,6163,568,232,1390,1312,622,0.680768806,0.062741633,0.11372549,0.163183846,0.145245212,0.068873879,0.144658494,0.043782837,0,0,0,0,1,0,0,0,0,0,0,0,NA -6075013000,6,75,13000,4863,4849,4863,2535,732,656,4670,167,789,153,17,16,637,232,0.162245527,0.03146206,0.025914634,0.003426124,0.131367292,0.047707177,0.288757396,0.065877712,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075026002,6,75,26002,3527,3206,3217,976,76,706,3413,13,2747,356,94,581,599,291,0.77884888,0.100935639,0.133144476,0.170231468,0.18683718,0.090456947,0.077868852,0.013319672,1,1,0,0,1,0,0,0,0,0,0,0,NA -6075026402,6,75,26402,5164,5096,5141,1214,86,897,4731,102,4732,262,141,885,1267,363,0.916343919,0.050735864,0.157190635,0.187064046,0.248626374,0.070608831,0.070840198,0.084019769,0,1,0,0,1,0,0,0,0,0,0,0,NA -6075030301,6,75,30301,5663,5607,5607,2291,387,1254,5371,135,3345,457,72,512,1008,586,0.59067632,0.080699276,0.057416268,0.095326755,0.179775281,0.104512217,0.168921868,0.058926233,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075030800,6,75,30800,6584,6543,6543,2278,135,1734,6261,69,3453,526,76,435,316,578,0.52445322,0.079890644,0.043829296,0.069477719,0.048295889,0.088338683,0.059262511,0.030289728,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075025402,6,75,25402,3284,3284,3284,1118,106,728,3105,42,1985,205,56,161,456,289,0.604445798,0.062423873,0.076923077,0.051851852,0.138855055,0.088002436,0.094812165,0.037567084,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075047901,6,75,47901,7597,7578,7578,2669,405,1464,7052,222,4648,637,88,595,1181,666,0.611820455,0.083848888,0.06010929,0.084373227,0.15584587,0.087885986,0.151742226,0.08317722,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075026200,6,75,26200,7583,7563,7573,1995,175,1529,7417,134,7093,579,125,1866,2337,637,0.935381775,0.076355005,0.08175278,0.251584198,0.309004363,0.084114618,0.087719298,0.06716792,0,1,0,0,1,1,0,0,0,0,1,1,High -6075021600,6,75,21600,4345,4345,4345,2116,257,1051,4205,17,1902,322,121,38,552,420,0.437744534,0.07410817,0.115128449,0.009036861,0.127042578,0.096662831,0.121455577,0.008034026,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075030900,6,75,30900,7314,7291,7309,2343,55,1820,7169,0,4189,933,170,522,715,652,0.572737216,0.127563577,0.093406593,0.072813503,0.098066109,0.08920509,0.023474178,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013338302,6,13,338302,6094,6051,6051,2122,32,1860,5692,47,1928,645,72,62,564,385,0.316376764,0.105841812,0.038709677,0.010892481,0.093207734,0.063625847,0.015080113,0.022148916,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013349000,6,13,349000,5598,5548,5536,2103,178,1451,5430,230,1591,531,111,315,1091,542,0.284208646,0.094855305,0.076498966,0.05801105,0.196647441,0.097904624,0.084640989,0.10936757,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013357000,6,13,357000,3170,3148,3170,1424,56,750,3033,121,1126,150,86,107,592,443,0.355205047,0.047318612,0.114666667,0.035278602,0.188055909,0.139747634,0.039325843,0.08497191,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013307101,6,13,307101,4340,4304,4335,1449,39,1041,4087,100,2342,342,151,148,1477,796,0.539631336,0.078801843,0.145052834,0.036212381,0.343169145,0.183621684,0.026915114,0.069013112,0,0,0,1,0,1,0,0,0,0,0,0,NA -6013307202,6,13,307202,4305,4305,4305,1555,238,1119,3756,590,3802,65,655,253,2555,788,0.883159117,0.015098722,0.585344057,0.067358892,0.593495935,0.183042973,0.153054662,0.379421222,0,1,1,1,0,1,1,1,1,1,1,0,Highest -6013307204,6,13,307204,4238,4216,4227,1291,56,1083,4051,34,2956,223,113,258,1247,718,0.69749882,0.05261916,0.104339797,0.063687978,0.295777989,0.169860421,0.043377227,0.026336174,0,0,0,1,0,1,0,0,0,0,0,0,NA -6013317000,6,13,317000,2061,2061,2061,1006,46,424,1995,144,517,82,173,23,497,161,0.250849102,0.039786511,0.408018868,0.011528822,0.241145075,0.078117419,0.045725646,0.143141153,0,0,1,0,0,0,0,1,0,0,0,0,NA -6013321101,6,13,321101,6483,6100,6144,2340,86,1705,6155,81,2335,543,81,28,687,473,0.36017276,0.08375752,0.047507331,0.004549147,0.112622951,0.076985677,0.036752137,0.034615385,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013321102,6,13,321102,6938,6915,6906,2631,16,2008,6621,13,2294,343,232,0,353,566,0.330642837,0.049437878,0.115537849,0,0.051048445,0.081957718,0.006081338,0.004941087,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013321103,6,13,321103,4616,4616,4616,1798,18,1316,4271,22,1151,530,117,36,306,383,0.249350087,0.114818024,0.088905775,0.008428939,0.066291161,0.08297227,0.010011123,0.012235818,1,0,0,0,0,0,0,0,0,0,0,0,NA -6055201700,6,55,201700,5633,4471,5614,1619,36,1172,5479,111,2274,266,80,247,842,527,0.403692526,0.047221729,0.068259386,0.045081219,0.18832476,0.093872462,0.022235948,0.06856084,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200703,6,55,200703,2840,2826,2840,1099,9,821,2766,0,267,210,46,0,191,307,0.094014085,0.073943662,0.056029233,0,0.067586695,0.108098592,0.008189263,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200802,6,55,200802,6042,5939,5974,2362,157,1468,5661,152,2776,723,278,131,1089,385,0.459450513,0.119662363,0.189373297,0.023140788,0.183364203,0.064445932,0.066469094,0.064352244,1,0,1,0,0,0,0,0,0,0,0,0,NA -6055200201,6,55,200201,3491,3442,3444,1295,31,783,3261,112,1543,245,138,423,1243,398,0.441993698,0.070180464,0.176245211,0.129714811,0.361127252,0.115563298,0.023938224,0.086486486,0,0,0,0,1,1,0,0,0,0,0,0,NA -6055201800,6,55,201800,1745,1742,1745,720,15,464,1673,23,466,66,48,77,379,249,0.267048711,0.03782235,0.103448276,0.046025105,0.217566016,0.14269341,0.020833333,0.031944444,0,0,0,1,0,0,0,0,0,0,0,0,NA -6055200203,6,55,200203,2352,2352,2352,844,59,534,2168,122,1217,87,46,119,645,249,0.517431973,0.036989796,0.086142322,0.054889299,0.274234694,0.105867347,0.069905213,0.144549763,0,0,0,0,0,0,0,1,0,0,0,0,NA -6055201900,6,55,201900,1260,1257,1254,548,20,298,1219,36,376,127,0,55,163,147,0.298412698,0.100793651,0,0.04511895,0.129673827,0.11722488,0.03649635,0.065693431,1,0,0,0,0,0,0,0,0,0,0,0,NA -6055201500,6,55,201500,1984,1968,1984,744,5,523,1944,21,715,300,6,117,354,244,0.360383065,0.151209677,0.011472275,0.060185185,0.179878049,0.122983871,0.00672043,0.028225806,1,0,0,1,0,0,0,0,0,0,0,0,NA -6055202000,6,55,202000,5285,5221,5201,2082,147,1346,5001,116,2468,527,245,799,1556,852,0.466982025,0.099716178,0.182020802,0.159768046,0.298027198,0.163814651,0.070605187,0.055715658,1,0,1,1,1,1,0,0,0,0,1,1,High -6055201300,6,55,201300,2982,2537,2537,1368,135,692,2948,194,590,873,83,50,620,471,0.197853789,0.292756539,0.119942197,0.016960651,0.24438313,0.185652345,0.098684211,0.141812865,1,0,0,1,0,0,0,1,0,0,0,0,NA -6055200501,6,55,200501,5255,5218,5218,1648,89,1164,4906,191,3540,165,230,784,1601,332,0.673644148,0.031398668,0.197594502,0.159804321,0.306822537,0.06362591,0.054004854,0.115898058,0,0,1,0,1,1,0,0,0,0,0,0,NA -6055200503,6,55,200503,1683,1683,1683,687,61,310,1590,143,839,59,3,140,672,196,0.498514557,0.035056447,0.009677419,0.088050314,0.399286988,0.116458705,0.088791849,0.208151383,0,0,0,0,0,1,0,1,0,0,0,0,NA -6097151402,6,97,151402,9917,9917,9893,3516,324,2042,9356,574,6314,291,583,1078,5006,1228,0.636684481,0.029343551,0.285504407,0.11522018,0.504789755,0.124128171,0.092150171,0.163253697,0,0,1,1,0,1,0,1,1,1,1,0,High -6097152100,6,97,152100,3158,2373,2400,1062,32,471,3034,212,1044,206,43,125,671,335,0.33058898,0.065231159,0.091295117,0.041199736,0.282764433,0.139583333,0.030131827,0.199623352,0,0,0,1,0,1,0,1,0,0,0,0,NA -6097152300,6,97,152300,4181,4132,4158,1794,136,990,3987,115,819,431,59,27,540,478,0.195886152,0.103085386,0.05959596,0.006772009,0.130687318,0.114959115,0.07580825,0.064102564,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097152400,6,97,152400,9433,9340,9376,3969,178,2618,9172,181,1780,1628,88,250,647,1586,0.188699247,0.172585604,0.033613445,0.027256869,0.069271949,0.16915529,0.044847569,0.045603427,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097152600,6,97,152600,8190,8157,8176,3052,46,2311,7949,104,1494,706,150,89,874,687,0.182417582,0.086202686,0.064906967,0.011196377,0.107147236,0.084026419,0.015072084,0.034076016,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097153102,6,97,153102,5735,5653,5660,1454,83,1220,5284,98,4496,124,282,850,1955,492,0.783958152,0.021621622,0.231147541,0.160862983,0.34583407,0.086925795,0.057083906,0.067400275,0,1,1,0,1,1,0,0,1,1,1,0,High -6097153705,6,97,153705,4078,4016,4078,1851,73,832,4025,158,909,342,106,69,1124,703,0.222903384,0.08386464,0.127403846,0.017142857,0.279880478,0.172388426,0.039438142,0.085359265,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097153706,6,97,153706,4638,4638,4629,2065,59,1147,4408,146,732,312,87,32,987,740,0.157826649,0.067270375,0.075850044,0.007259528,0.212807245,0.159861741,0.028571429,0.070702179,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097154302,6,97,154302,3369,3340,3351,1733,31,840,3318,138,338,257,21,11,780,467,0.100326506,0.076283764,0.025,0.00331525,0.233532934,0.139361385,0.017888055,0.079630698,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097153902,6,97,153902,4451,4367,4394,1648,43,1170,4171,193,2133,246,222,538,1179,455,0.479218153,0.055268479,0.18974359,0.128985855,0.269979391,0.103550296,0.026092233,0.11711165,0,0,1,0,1,0,0,0,0,0,0,0,NA -6097150303,6,97,150303,4403,4382,4403,2310,148,1132,4259,15,656,1141,72,10,615,769,0.148989325,0.259141494,0.06360424,0.002347969,0.140346874,0.174653645,0.064069264,0.006493506,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097150304,6,97,150304,6055,6022,6055,2172,28,1436,5563,156,2420,304,283,258,1391,751,0.399669694,0.050206441,0.197075209,0.046377854,0.230986383,0.124029727,0.012891344,0.071823204,0,0,1,1,0,0,0,0,0,0,0,0,NA -6097150601,6,97,150601,4443,4429,4402,1414,49,1147,4216,94,1847,208,192,226,856,399,0.415710106,0.046815215,0.1673932,0.053605313,0.193271619,0.090640618,0.034653465,0.066478076,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097151203,6,97,151203,4742,4742,4742,1880,76,1229,4495,233,973,222,206,64,1301,631,0.205187685,0.04681569,0.167615948,0.014238042,0.274356811,0.133066217,0.040425532,0.12393617,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097151401,6,97,151401,7623,7589,7598,2520,105,1734,7223,293,4224,154,295,495,1931,1000,0.554112554,0.02020202,0.170126874,0.068531081,0.254447226,0.131613583,0.041666667,0.116269841,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097150901,6,97,150901,5067,5027,5020,2035,169,1255,4807,255,2001,188,170,208,1589,567,0.39490823,0.037102822,0.135458167,0.043270231,0.316093097,0.112948207,0.083046683,0.125307125,0,0,0,0,0,1,0,0,0,0,0,0,NA -6097151201,6,97,151201,7352,7344,7331,2899,49,1744,6977,410,2647,370,301,172,2732,900,0.360038085,0.050326442,0.172591743,0.024652429,0.372004357,0.122766335,0.01690238,0.141428079,0,0,0,1,0,1,0,1,0,0,0,0,NA -6097151308,6,97,151308,4753,4748,4700,1890,117,1094,4133,357,1669,452,218,61,1449,812,0.351146644,0.095097833,0.199268739,0.014759255,0.305181129,0.172765957,0.061904762,0.188888889,1,0,1,1,0,1,0,1,1,1,1,0,High -6097151309,6,97,151309,5147,5147,5147,1979,85,1368,4792,164,1372,270,156,34,844,459,0.266563046,0.052457742,0.114035088,0.007095159,0.163979017,0.089178162,0.042950985,0.082870136,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097152502,6,97,152502,3775,3725,3725,1493,117,763,3514,153,1436,398,77,177,995,414,0.380397351,0.105430464,0.100917431,0.050369949,0.267114094,0.11114094,0.078365707,0.102478232,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097150202,6,97,150202,4707,4691,4691,2237,97,1220,4606,209,1264,510,101,64,672,468,0.268536223,0.108349267,0.082786885,0.01389492,0.143253038,0.099765508,0.043361645,0.093428699,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097150800,6,97,150800,5402,5111,5111,2001,35,1240,5215,272,1491,518,140,198,1078,459,0.276008886,0.095890411,0.112903226,0.037967402,0.210917629,0.0898063,0.017491254,0.135932034,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097151503,6,97,151503,3351,3351,3351,1333,0,1055,3251,8,356,272,51,25,172,292,0.106236944,0.0811698,0.048341232,0.007689942,0.051327962,0.087138168,0,0.0060015,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097151700,6,97,151700,7344,7110,7158,2860,287,1705,6802,432,2451,921,246,214,1787,893,0.33374183,0.125408497,0.144281525,0.031461335,0.251336146,0.124755518,0.10034965,0.151048951,1,0,0,1,0,0,0,1,0,0,0,0,NA -6097151800,6,97,151800,5112,4903,4934,2116,144,1201,4756,208,1602,378,92,16,1262,487,0.313380282,0.073943662,0.076602831,0.003364172,0.257393433,0.098702878,0.06805293,0.098298677,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097152702,6,97,152702,5644,5146,5160,1955,73,1306,5378,197,2098,284,304,147,1342,933,0.371722183,0.050318923,0.232771822,0.027333581,0.260785076,0.180813953,0.037340153,0.100767263,0,0,1,1,0,0,0,0,0,0,0,0,NA -6097151204,6,97,151204,3263,3251,3263,1285,64,783,3056,117,1129,142,68,237,862,320,0.346000613,0.043518235,0.086845466,0.077552356,0.265149185,0.098069261,0.049805447,0.091050584,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097153401,6,97,153401,6374,6333,6345,2677,74,1595,6184,370,1290,437,298,28,1658,785,0.202384688,0.068559774,0.186833856,0.004527814,0.261803253,0.123719464,0.027642884,0.138214419,0,0,1,1,0,0,0,0,0,0,0,0,NA -6097152903,6,97,152903,5436,5436,5436,1545,187,1192,5013,226,3722,214,327,964,2529,681,0.684694628,0.039367182,0.274328859,0.19230002,0.465231788,0.125275938,0.121035599,0.146278317,0,0,1,1,1,1,0,1,1,1,1,0,High -6097153001,6,97,153001,6985,6793,6979,2548,519,1354,6604,416,3590,227,324,602,2326,1153,0.513958482,0.03249821,0.23929099,0.091156875,0.342411306,0.165209915,0.203689168,0.163265306,0,0,1,1,0,1,1,1,0,0,1,1,High -6097153006,6,97,153006,8204,8197,8164,2823,133,2003,7622,151,3765,577,395,469,2678,839,0.458922477,0.070331546,0.197204194,0.061532406,0.326704892,0.102768251,0.047113,0.053489196,0,0,1,0,0,1,0,0,0,0,0,0,NA -6001400700,6,1,400700,5116,5106,5116,1947,291,910,4833,219,3084,202,138,283,1920,659,0.602814699,0.039483972,0.151648352,0.058555762,0.376028202,0.128811572,0.149460709,0.11248074,0,0,0,1,0,1,0,0,1,1,0,-1,NA -6001402700,6,1,402700,1842,1827,1842,682,163,380,1798,107,1388,53,81,172,645,279,0.753528773,0.028773073,0.213157895,0.095661846,0.353037767,0.151465798,0.239002933,0.156891496,0,1,1,1,0,1,1,1,1,1,1,0,High -6001402900,6,1,402900,1427,1334,1427,899,509,193,1417,130,1117,174,46,318,702,296,0.782761037,0.121934128,0.238341969,0.224417784,0.526236882,0.207428171,0.56618465,0.144605117,1,1,1,1,1,1,1,1,1,1,1,0,Highest -6001403400,6,1,403400,4617,4596,4578,2857,984,837,4429,344,2745,654,135,541,1201,854,0.59454191,0.141650422,0.161290323,0.122149469,0.261314186,0.186544343,0.344417221,0.12040602,1,0,0,1,1,0,1,0,1,1,0,-1,NA -6001404600,6,1,404600,4688,4686,4688,1784,24,1309,4499,20,1467,400,109,50,470,371,0.312926621,0.085324232,0.083269672,0.011113581,0.100298762,0.079138225,0.013452915,0.011210762,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001406201,6,1,406201,4858,4737,4812,1493,397,876,4459,410,4507,139,365,994,2671,462,0.927748044,0.028612598,0.416666667,0.222919937,0.563858982,0.096009975,0.265907569,0.274614869,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001406800,6,1,406800,3510,3504,3504,1351,69,854,3203,91,1978,233,112,220,597,293,0.563532764,0.066381766,0.131147541,0.068685607,0.170376712,0.083618721,0.051073279,0.067357513,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001407800,6,1,407800,2734,1895,2734,757,39,480,2642,61,1928,112,67,90,424,287,0.705193855,0.040965618,0.139583333,0.034065102,0.223746702,0.104974396,0.051519155,0.080581242,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001408000,6,1,408000,2718,2280,2718,1010,64,636,2655,30,1270,205,49,38,218,306,0.467255335,0.075423105,0.077044025,0.014312618,0.095614035,0.112582781,0.063366337,0.02970297,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001420500,6,1,420500,2537,2498,2514,977,87,682,2430,124,1246,160,103,97,374,190,0.491131257,0.063066614,0.151026393,0.039917695,0.149719776,0.07557677,0.089048106,0.12691914,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001408200,6,1,408200,4455,4428,4455,1855,343,1012,4166,375,3525,215,381,171,1456,627,0.791245791,0.048260382,0.376482213,0.041046567,0.328816621,0.140740741,0.18490566,0.202156334,0,1,1,1,0,1,1,1,1,1,1,0,High -6001409900,6,1,409900,3680,3632,3663,1420,7,1048,3425,30,2747,456,62,94,560,407,0.746467391,0.123913043,0.059160305,0.027445255,0.154185022,0.111111111,0.004929577,0.021126761,1,1,0,0,0,0,0,0,0,0,0,0,NA -6001420200,6,1,420200,3300,3244,3300,1251,91,881,3087,172,1932,136,236,125,572,193,0.585454545,0.041212121,0.267877412,0.040492387,0.176325524,0.058484848,0.072741807,0.137490008,0,0,1,0,0,0,0,0,0,0,0,0,NA -6001421600,6,1,421600,3698,3698,3698,1572,30,1045,3413,74,1003,443,66,13,419,311,0.271227691,0.119794484,0.063157895,0.003808966,0.113304489,0.084099513,0.019083969,0.047073791,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001421900,6,1,421900,4020,4006,4015,1665,142,1032,3691,128,1700,157,134,94,650,327,0.422885572,0.039054726,0.129844961,0.025467353,0.162256615,0.081444583,0.085285285,0.076876877,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001422200,6,1,422200,3347,3347,3347,1530,148,724,3191,176,1402,72,98,20,781,229,0.418882581,0.021511802,0.135359116,0.006267628,0.233343293,0.06841948,0.096732026,0.11503268,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001435700,6,1,435700,4923,4923,4923,1432,44,1101,4649,98,3904,273,147,468,1336,493,0.793012391,0.055453991,0.133514986,0.10066681,0.27137924,0.10014219,0.030726257,0.068435754,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001436100,6,1,436100,6146,6146,6146,1807,134,1419,5881,64,4721,316,188,845,1386,539,0.768141881,0.051415555,0.132487667,0.143683047,0.225512528,0.087699317,0.07415606,0.03541782,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001440200,6,1,440200,6261,6255,6261,1516,47,1364,5765,89,5969,207,167,454,1594,516,0.953362083,0.033061811,0.122434018,0.078751084,0.254836131,0.08241495,0.031002639,0.058707124,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001440308,6,1,440308,5856,5846,5846,1974,290,1454,5574,198,4935,459,113,324,667,496,0.84272541,0.078381148,0.077716644,0.058127018,0.114095108,0.084844338,0.146909828,0.100303951,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443103,6,1,443103,3937,3908,3937,1211,23,1116,3746,8,3636,308,51,160,350,211,0.923545847,0.078232156,0.045698925,0.042712226,0.089559877,0.053594107,0.018992568,0.006606111,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450400,6,1,450400,6879,6852,6869,2386,44,1901,6433,102,3281,367,193,335,902,565,0.47695886,0.053350778,0.101525513,0.052075237,0.131640397,0.082253603,0.018440905,0.042749371,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450603,6,1,450603,5308,5303,5303,1704,10,1413,4873,62,2122,274,155,103,449,406,0.399773926,0.051620196,0.109695683,0.021136877,0.084669055,0.076560437,0.005868545,0.036384977,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450606,6,1,450606,6303,6292,6291,2110,42,1827,6109,46,2593,217,71,116,284,431,0.411391401,0.03442805,0.038861522,0.018988378,0.045136682,0.068510571,0.019905213,0.021800948,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451102,6,1,451102,4036,4014,4036,1371,0,1202,3892,0,910,230,30,27,200,299,0.225470763,0.056987116,0.024958403,0.006937307,0.04982561,0.074083251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451202,6,1,451202,4972,4972,4972,1786,45,1344,4596,13,1872,113,93,28,417,434,0.376508447,0.022727273,0.069196429,0.006092254,0.08386967,0.087288817,0.025195969,0.007278835,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001422700,6,1,422700,5053,2650,5053,1000,463,158,5053,509,2839,39,11,20,1813,272,0.561844449,0.007718187,0.069620253,0.003958045,0.684150943,0.053829408,0.463,0.509,0,0,0,0,0,1,1,1,1,1,0,-1,NA -6001423100,6,1,423100,4272,4230,4230,1927,461,936,4068,419,2288,312,191,136,1026,497,0.535580524,0.073033708,0.204059829,0.033431662,0.242553191,0.11749409,0.239231967,0.21743643,0,0,1,0,0,0,1,1,1,1,0,-1,NA -6001422400,6,1,422400,4386,4386,4386,2077,667,458,4255,636,2163,96,18,80,1760,173,0.493160055,0.021887825,0.03930131,0.01880141,0.40127679,0.039443684,0.321136254,0.306210881,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001422500,6,1,422500,4047,3141,4047,1373,395,424,3953,364,2056,117,40,87,1365,285,0.50803064,0.028910304,0.094339623,0.022008601,0.434574976,0.070422535,0.287691187,0.265112891,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001422600,6,1,422600,1264,67,1264,21,0,21,1264,0,766,4,0,12,0,49,0.606012658,0.003164557,0,0.009493671,0,0.038765823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001426100,6,1,426100,6404,6393,6404,2229,64,1886,6188,51,1577,614,62,45,176,441,0.246252342,0.095877577,0.032873807,0.00727214,0.027530111,0.06886321,0.028712427,0.022880215,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001427300,6,1,427300,5084,5084,5067,1869,110,1220,4722,210,3299,243,138,472,1060,462,0.648898505,0.04779701,0.113114754,0.099957645,0.208497246,0.091178212,0.058855003,0.112359551,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001427600,6,1,427600,5559,5529,5508,1848,191,1281,5141,535,4237,267,246,494,2385,632,0.762187444,0.048030221,0.192037471,0.096090255,0.43136191,0.114742193,0.103354978,0.289502165,0,1,1,0,0,1,0,1,1,1,1,0,High -6001427900,6,1,427900,5031,5021,5031,2030,43,1168,4788,220,2477,220,79,275,829,427,0.492347446,0.043728881,0.067636986,0.057435255,0.165106552,0.084873783,0.021182266,0.108374384,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001428302,6,1,428302,7501,7440,7442,2540,109,2077,7132,114,4387,623,118,353,459,737,0.584855353,0.083055593,0.056812711,0.049495233,0.061693548,0.099032518,0.042913386,0.04488189,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001428600,6,1,428600,3471,3350,3327,1610,138,838,3354,142,2001,393,142,282,610,352,0.576490925,0.113223855,0.169451074,0.084078712,0.182089552,0.105801022,0.085714286,0.088198758,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001430800,6,1,430800,5232,5156,5204,2108,131,1404,4926,64,2318,338,222,220,822,533,0.443042813,0.064602446,0.158119658,0.044660983,0.159425912,0.102421214,0.062144213,0.030360531,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001433600,6,1,433600,5722,5722,5722,2153,245,1466,5595,380,4464,351,435,1289,2352,600,0.780146802,0.061342188,0.296725784,0.230384272,0.411045089,0.104858441,0.113794705,0.17649791,0,1,1,0,1,1,0,1,1,1,1,0,High -6001437400,6,1,437400,3428,3416,3428,959,13,828,3163,25,2925,194,69,433,672,375,0.853267211,0.056592765,0.083333333,0.136895353,0.196721311,0.109393232,0.013555787,0.026068822,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6001438201,6,1,438201,4926,4919,4926,1182,22,1007,4588,21,4465,203,167,710,1403,373,0.906414941,0.041209907,0.165839126,0.154751526,0.285220573,0.075720666,0.018612521,0.017766497,0,1,0,0,1,1,0,0,1,1,1,0,High -6001420100,6,1,420100,2454,2454,2446,862,31,705,2363,36,911,99,83,34,249,204,0.371230644,0.040342298,0.117730496,0.014388489,0.101466993,0.083401472,0.035962877,0.041763341,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001422900,6,1,422900,5463,5368,5436,2044,1291,510,5438,862,3383,100,101,207,3450,577,0.619256819,0.018304961,0.198039216,0.038065465,0.642697466,0.106144224,0.631604697,0.421722114,0,0,1,0,0,1,1,1,1,1,1,0,High -6001436800,6,1,436800,4335,4335,4319,1329,78,969,3982,83,3711,180,161,351,892,279,0.856055363,0.041522491,0.166150671,0.08814666,0.205767013,0.064598287,0.058690745,0.062452972,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001436401,6,1,436401,7776,7767,7767,2945,257,1911,7170,399,5174,605,362,291,1628,860,0.665380658,0.077803498,0.189429618,0.040585774,0.209604738,0.110724862,0.087266553,0.135483871,0,0,1,0,0,0,0,0,1,1,0,-1,NA -6001410400,6,1,410400,4185,4182,4182,1363,117,997,3911,142,3942,184,234,539,1388,407,0.941935484,0.043966547,0.234704112,0.137816415,0.331898613,0.097321856,0.085840059,0.104181952,0,1,1,0,1,1,0,0,1,1,1,0,High -6001424001,6,1,424001,4151,4133,4140,1473,250,805,3977,285,2162,107,188,155,1587,487,0.520838352,0.025776921,0.233540373,0.038974101,0.383982579,0.11763285,0.169721656,0.193482688,0,0,1,0,0,1,1,1,1,1,1,0,High -6001432700,6,1,432700,2852,2824,2852,1037,9,717,2751,64,1608,212,119,253,731,267,0.563814867,0.074333801,0.165969317,0.091966558,0.258852691,0.093618513,0.008678881,0.06171649,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001441503,6,1,441503,6834,6834,6834,2076,22,1843,6247,80,6225,130,69,405,447,274,0.910886743,0.019022534,0.037438958,0.064831119,0.065408253,0.040093649,0.010597303,0.038535645,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450605,6,1,450605,4010,4010,4010,1512,11,1164,3918,90,1483,370,166,79,454,377,0.369825436,0.092269327,0.142611684,0.020163349,0.113216958,0.094014963,0.007275132,0.05952381,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001433400,6,1,433400,6244,6244,6244,2249,112,1575,5940,96,5121,655,176,762,792,775,0.820147341,0.104900705,0.111746032,0.128282828,0.126841768,0.124119154,0.049799911,0.042685638,1,1,0,1,1,0,0,0,0,0,0,0,NA -6001441200,6,1,441200,7473,7473,7473,2492,57,1997,6968,85,4856,408,207,192,479,547,0.649805968,0.054596548,0.103655483,0.027554535,0.064097417,0.073196842,0.022873194,0.034109149,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001444400,6,1,444400,5242,5242,5242,1493,16,1301,4922,109,4306,205,108,427,908,464,0.821442198,0.039107211,0.083013067,0.086753352,0.17321633,0.088515834,0.010716678,0.073007368,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001436200,6,1,436200,4360,4208,4206,1263,69,874,3968,264,3847,185,206,478,1440,323,0.88233945,0.042431193,0.235697941,0.12046371,0.342205323,0.076795055,0.054631829,0.209026128,0,1,1,0,1,1,0,1,1,1,1,0,High -6001437900,6,1,437900,2384,2379,2384,659,12,473,2217,104,2184,89,72,218,892,267,0.916107383,0.037332215,0.152219873,0.098331078,0.374947457,0.111996644,0.018209408,0.157814871,0,1,0,0,0,1,0,1,1,1,1,0,Higher -6001441700,6,1,441700,8120,8120,8120,2801,187,2026,7509,143,6283,189,201,812,1511,363,0.773768473,0.023275862,0.099210267,0.108136902,0.186083744,0.044704433,0.066761871,0.051053195,0,1,0,0,0,0,0,0,0,0,0,0,NA -6097152701,6,97,152701,5363,5320,5363,2066,56,1294,5269,231,1870,440,176,179,1482,797,0.348685437,0.082043632,0.136012365,0.033972291,0.278571429,0.148610852,0.027105518,0.111810261,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097150500,6,97,150500,4467,4336,4341,1912,14,1190,4338,107,691,460,45,13,661,437,0.154689949,0.10297739,0.037815126,0.002996773,0.152444649,0.100668049,0.007322176,0.055962343,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075047701,6,75,47701,4469,4461,4469,2024,484,941,4320,251,2794,474,71,624,952,510,0.625195793,0.106063996,0.075451647,0.144444444,0.213405066,0.11411949,0.239130435,0.124011858,1,0,0,0,1,0,1,0,0,0,0,0,NA -6075047702,6,75,47702,3877,3877,3877,1512,350,846,3754,184,2261,268,95,504,933,345,0.583182873,0.069125613,0.112293144,0.134256793,0.240649987,0.08898633,0.231481481,0.121693122,0,0,0,0,1,0,1,0,0,0,0,0,NA -6075060502,6,75,60502,3488,3473,3488,997,389,790,3255,117,3373,99,360,562,2091,458,0.967029817,0.028383028,0.455696203,0.17265745,0.602073136,0.131307339,0.390170512,0.117352056,0,1,1,1,1,1,1,0,1,1,1,0,Highest -6075060700,6,75,60700,12180,11816,12180,5870,1886,2824,11388,518,7868,334,215,1118,1966,1231,0.645977011,0.027422003,0.076133144,0.098173516,0.166384563,0.101067323,0.321294719,0.088245315,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075047902,6,75,47902,3771,3771,3771,1516,164,820,3564,194,2176,305,87,309,737,455,0.577035269,0.080880403,0.106097561,0.086700337,0.195438876,0.12065765,0.10817942,0.127968338,1,0,0,1,0,0,0,0,0,0,0,0,NA -6075060400,6,75,60400,1557,1557,1557,989,336,279,1514,316,727,298,6,90,375,398,0.466923571,0.191393706,0.021505376,0.059445178,0.240847784,0.255619782,0.339737108,0.319514661,1,0,0,1,0,0,1,1,1,1,0,-1,NA -6075010900,6,75,10900,4510,4510,4510,2547,1168,811,4464,260,1361,341,21,367,751,469,0.301773836,0.075609756,0.025893958,0.082213262,0.166518847,0.103991131,0.45857872,0.102080879,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075011800,6,75,11800,1477,1477,1477,735,605,370,1426,173,1338,250,37,710,780,204,0.905890318,0.169262018,0.1,0.497896213,0.528097495,0.138117806,0.823129252,0.23537415,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6075012100,6,75,12100,4002,3407,4002,2176,1674,351,3920,446,2251,155,17,237,874,227,0.562468766,0.038730635,0.048433048,0.060459184,0.256530672,0.056721639,0.769301471,0.204963235,0,0,0,0,0,0,1,1,0,0,0,0,NA -6075012800,6,75,12800,4436,4436,4436,2295,498,746,4074,278,872,225,71,121,579,350,0.19657349,0.050721371,0.095174263,0.02970054,0.130522994,0.07889991,0.216993464,0.121132898,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075015500,6,75,15500,3532,3487,3487,2324,1375,538,3471,550,1879,967,37,725,1055,1039,0.531993205,0.273782559,0.068773234,0.208873523,0.302552337,0.297963866,0.591652324,0.236660929,1,0,0,1,1,1,1,1,1,1,1,0,High -6075016100,6,75,16100,5140,5134,5140,2544,1383,1070,5059,531,3960,779,223,1067,3033,1364,0.770428016,0.15155642,0.208411215,0.210911247,0.590767433,0.26536965,0.543632075,0.208726415,1,1,1,1,1,1,1,1,1,1,1,0,Highest -6075016300,6,75,16300,4745,4706,4745,2023,690,733,4508,163,1890,166,52,121,729,382,0.398314015,0.034984194,0.070941337,0.026841171,0.154908627,0.080505796,0.341077608,0.080573406,0,0,0,0,0,0,1,0,1,1,0,-1,NA -6075017601,6,75,17601,9244,9244,9224,5273,3563,1458,9204,1349,6959,326,190,1137,3221,1846,0.752812635,0.035266119,0.130315501,0.123533246,0.348442233,0.200130095,0.675706429,0.255831595,0,1,0,1,1,1,1,1,1,1,1,0,High -6075020100,6,75,20100,6039,6039,6039,3309,2030,941,5844,655,4067,443,159,733,2824,1366,0.67345587,0.073356516,0.168969182,0.125427789,0.467627091,0.22619639,0.613478392,0.197944998,0,0,0,1,1,1,1,1,1,1,1,0,Higher -6075020600,6,75,20600,5203,5203,5203,2738,695,1016,4867,145,1428,263,61,93,551,639,0.274457044,0.050547761,0.06003937,0.01910828,0.105900442,0.122813761,0.253834916,0.052958364,0,0,0,1,0,0,1,0,0,0,0,0,NA -6075020900,6,75,20900,4746,4724,4746,1887,827,750,4640,247,2771,303,163,771,1515,720,0.583860093,0.063843236,0.217333333,0.166163793,0.320702794,0.1517067,0.438261791,0.130895601,0,0,1,1,1,1,1,0,0,0,1,1,High -6075021800,6,75,21800,4332,4332,4332,1868,194,1023,3986,10,1385,140,75,26,338,182,0.319713758,0.032317636,0.073313783,0.00652283,0.078024007,0.042012927,0.10385439,0.005353319,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075022600,6,75,22600,2648,2648,2648,1241,256,596,2458,65,1108,35,67,26,224,100,0.418429003,0.013217523,0.112416107,0.010577705,0.084592145,0.03776435,0.206285254,0.052377115,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075023102,6,75,23102,4526,4509,4526,1579,541,953,4092,294,4323,246,502,401,2384,508,0.955148034,0.054352629,0.526757608,0.09799609,0.528720337,0.112240389,0.342621913,0.186193794,0,1,1,0,0,1,1,1,1,1,1,0,Highest -6075025100,6,75,25100,3573,3573,3557,1327,128,765,3246,81,1761,127,31,58,549,252,0.49286314,0.03554436,0.040522876,0.017868145,0.153652393,0.070846219,0.096458176,0.06103994,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075017000,6,75,17000,4268,4268,4238,2230,557,847,4115,164,1227,258,82,0,244,389,0.287488285,0.060449859,0.096812279,0,0.057169634,0.09178858,0.249775785,0.073542601,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075018000,6,75,18000,3091,2854,2854,1289,503,448,3044,113,1696,21,31,55,770,450,0.548689744,0.006793918,0.069196429,0.018068331,0.269796776,0.157673441,0.390224981,0.087664856,0,0,0,1,0,0,1,0,0,0,0,0,NA -6075021500,6,75,21500,5435,5435,5435,2466,535,1110,5028,214,2017,197,27,124,766,304,0.371113155,0.03624655,0.024324324,0.024661893,0.140938362,0.055933763,0.216950527,0.086780211,0,0,0,0,0,0,1,0,0,0,0,0,NA -6085503508,6,85,503508,6682,6601,6632,1345,40,1172,6362,88,6390,385,292,1096,2452,591,0.956300509,0.05761748,0.249146758,0.17227287,0.37145887,0.08911339,0.029739777,0.065427509,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6085503601,6,85,503601,3148,3096,3148,851,66,647,2920,142,2435,140,97,559,1458,356,0.773506989,0.044472681,0.14992272,0.191438356,0.470930233,0.113087675,0.077555817,0.166862515,0,1,0,0,1,1,0,1,1,1,1,0,High -6085503707,6,85,503707,6217,6141,6141,1458,57,1244,5618,236,6015,206,225,1281,1341,396,0.967508445,0.033134953,0.180868167,0.228017088,0.218368344,0.064484612,0.03909465,0.161865569,0,1,1,0,1,0,0,1,1,1,0,-1,NA -6085503709,6,85,503709,6205,6132,6187,1851,337,1332,5907,318,5997,504,415,2094,4087,1036,0.966478646,0.081224819,0.311561562,0.354494667,0.666503588,0.167447875,0.182063749,0.171799028,1,1,1,1,1,1,1,1,1,1,1,0,Highest -6085504102,6,85,504102,5690,5654,5690,1299,45,1112,5089,59,5147,248,209,860,1289,547,0.90456942,0.043585237,0.18794964,0.168991943,0.227980191,0.096133568,0.034642032,0.045419554,0,1,1,0,1,0,0,0,1,1,0,-1,NA -6085504308,6,85,504308,4339,4339,4339,1518,130,1100,4150,76,3220,431,57,410,694,672,0.742106476,0.099331643,0.051818182,0.098795181,0.159944688,0.154874395,0.085638999,0.050065876,1,1,0,1,0,0,0,0,0,0,0,0,NA -6085504416,6,85,504416,3803,3791,3803,1113,10,913,3567,25,3402,140,56,311,457,227,0.894556929,0.036813042,0.061336254,0.087188113,0.120548668,0.059689719,0.008984726,0.022461815,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504422,6,85,504422,3812,3811,3812,1045,72,844,3667,37,3568,358,120,515,629,341,0.935991605,0.093913956,0.142180095,0.140441778,0.165048544,0.089454355,0.068899522,0.035406699,1,1,0,0,1,0,0,0,0,0,0,0,NA -6085504602,6,85,504602,2253,2253,2253,596,19,493,2070,39,1819,66,59,204,357,153,0.807367954,0.029294274,0.119675456,0.098550725,0.158455393,0.067909454,0.031879195,0.065436242,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505100,6,85,505100,3985,3985,3985,1932,298,928,3693,259,3111,177,96,364,1210,446,0.780677541,0.044416562,0.103448276,0.098564852,0.303638645,0.111919699,0.154244306,0.134057971,0,1,0,0,0,1,1,0,0,0,1,1,High -6085505202,6,85,505202,6472,6463,6448,2379,289,1447,6072,550,4858,317,269,327,1881,762,0.750618047,0.048980222,0.185901866,0.053853755,0.291041312,0.118176179,0.121479613,0.231189575,0,1,1,0,0,1,0,1,1,1,1,0,High -6085512005,6,85,512005,7284,7265,7279,2159,16,1971,6917,138,3853,470,207,401,896,583,0.5289676,0.064524986,0.105022831,0.05797311,0.123331039,0.080093419,0.007410838,0.063918481,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512100,6,85,512100,1504,1486,1504,470,25,360,1402,16,963,71,21,168,282,229,0.640292553,0.047207447,0.058333333,0.119828816,0.189771198,0.152260638,0.053191489,0.034042553,0,0,0,1,0,0,0,0,0,0,0,0,NA -6085512401,6,85,512401,4782,4740,4754,1319,15,1001,4549,77,2641,366,145,401,1246,624,0.552279381,0.076537014,0.144855145,0.088151242,0.262869198,0.131257888,0.011372252,0.058377559,0,0,0,1,0,0,0,0,0,0,0,0,NA -6085500100,6,85,500100,8122,8122,8097,2513,78,1690,7551,270,7129,218,248,1393,1910,608,0.877739473,0.02684068,0.146745562,0.184478877,0.235163753,0.075089539,0.031038599,0.107441305,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085500400,6,85,500400,2596,2596,2596,1016,95,641,2437,175,1554,108,77,191,508,254,0.598613251,0.041602465,0.120124805,0.078375051,0.19568567,0.097842835,0.093503937,0.172244094,0,0,0,0,0,0,0,1,0,0,0,0,NA -6085500500,6,85,500500,5475,5196,5196,2067,71,1453,5151,192,2282,489,129,226,969,271,0.416803653,0.089315068,0.088781831,0.043874976,0.186489607,0.052155504,0.034349299,0.092888244,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085501600,6,85,501600,7597,7536,7597,2446,302,1032,7289,740,5496,134,330,634,3715,477,0.723443465,0.017638542,0.319767442,0.086980381,0.492967091,0.062787943,0.123466885,0.302534751,0,1,1,0,0,1,0,1,1,1,1,0,High -6085501800,6,85,501800,5285,5285,5285,1768,27,1226,4988,68,3163,275,118,278,1000,374,0.598486282,0.052034059,0.096247961,0.055733761,0.189214759,0.07076632,0.015271493,0.038461538,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085501900,6,85,501900,5210,5196,5210,2629,278,980,4936,325,3201,287,105,435,1078,553,0.614395393,0.055086372,0.107142857,0.088128039,0.207467283,0.106142035,0.105743629,0.123621149,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502002,6,85,502002,5933,5920,5933,1801,132,1128,5645,385,4843,192,171,924,2366,484,0.816281814,0.032361369,0.151595745,0.163684677,0.399662162,0.081577617,0.073292615,0.213770128,0,1,0,0,1,1,0,1,1,1,1,0,High -6085502702,6,85,502702,8005,7826,7826,3054,88,2331,7614,108,3615,640,161,262,661,555,0.451592755,0.079950031,0.069069069,0.034410297,0.08446205,0.070917455,0.028814669,0.035363458,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502901,6,85,502901,6081,6059,6074,2207,58,1681,5835,232,2899,493,181,400,845,454,0.476730801,0.081072192,0.107674004,0.068551842,0.139461957,0.074744814,0.026280018,0.105120072,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085502902,6,85,502902,8016,8009,8009,2797,55,2218,7359,137,3306,516,266,200,817,671,0.41242515,0.064371257,0.119927863,0.027177606,0.102010238,0.083780747,0.019663926,0.048981051,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085504507,6,85,504507,6459,6459,6459,1809,122,1501,6027,160,5770,342,182,807,1231,488,0.89332714,0.052949373,0.121252498,0.133897461,0.190586778,0.075553491,0.067440575,0.088446656,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504601,6,85,504601,1025,1025,1025,368,25,222,992,4,639,60,12,86,271,84,0.623414634,0.058536585,0.054054054,0.086693548,0.264390244,0.08195122,0.067934783,0.010869565,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085504802,6,85,504802,5345,5340,5345,1718,59,1182,5024,117,4111,393,102,651,903,595,0.769130028,0.07352666,0.086294416,0.129578025,0.169101124,0.11131899,0.034342258,0.068102445,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504901,6,85,504901,10336,10336,10336,4038,174,2461,9219,360,7894,256,137,519,1078,278,0.76373839,0.024767802,0.055668427,0.056296778,0.104295666,0.026896285,0.043090639,0.089153046,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505304,6,85,505304,3273,3235,3243,1063,56,780,3140,20,2039,264,46,159,274,354,0.622975863,0.080659945,0.058974359,0.050636943,0.084698609,0.109158187,0.052681091,0.018814675,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085505305,6,85,505305,5935,5935,5935,2126,142,1530,5536,152,3758,442,80,309,614,629,0.633192923,0.074473463,0.052287582,0.055816474,0.103454086,0.105981466,0.066792098,0.071495767,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506503,6,85,506503,6183,6160,6175,2751,322,1374,5892,444,3177,595,184,514,1563,751,0.513828239,0.096231603,0.133915575,0.087236931,0.253733766,0.121619433,0.117048346,0.161395856,1,0,0,1,0,0,0,1,0,0,0,0,NA -6085504314,6,85,504314,5198,5198,5198,1322,37,1151,4811,80,4630,255,172,663,1137,327,0.890727203,0.04905733,0.149435274,0.137809187,0.218737976,0.062908811,0.027987897,0.060514372,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504317,6,85,504317,4834,4834,4834,1207,66,1040,4612,19,4231,235,91,641,399,343,0.875258585,0.048613984,0.0875,0.138985256,0.082540339,0.07095573,0.054681027,0.015741508,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504410,6,85,504410,4821,4815,4821,1226,50,981,4519,123,4335,424,68,834,925,560,0.899191039,0.087948558,0.069317023,0.184554105,0.192107996,0.116158473,0.040783034,0.100326264,1,1,0,0,1,0,0,0,0,0,0,0,NA -6085504412,6,85,504412,4951,4918,4923,1286,38,1066,4673,117,4352,207,121,654,989,395,0.879014341,0.041809735,0.113508443,0.139952921,0.201098007,0.080235629,0.029548989,0.090979782,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085511400,6,85,511400,3506,3506,3506,1329,47,966,3418,72,1346,298,54,38,276,165,0.383913292,0.084997148,0.055900621,0.011117613,0.078722191,0.047062179,0.035364936,0.054176072,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085509902,6,85,509902,5195,5101,5101,1923,235,1361,4940,111,2414,679,83,344,849,482,0.464677575,0.130702599,0.06098457,0.069635628,0.166437953,0.094491276,0.122204888,0.057722309,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085510700,6,85,510700,5161,5140,5161,2059,129,1293,5039,274,2875,259,105,422,908,199,0.557062585,0.050184073,0.081206497,0.083746775,0.176653696,0.038558419,0.062651773,0.133074308,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512032,6,85,512032,3308,3303,3303,1052,10,856,3098,20,2012,173,88,102,511,321,0.608222491,0.052297461,0.102803738,0.032924467,0.154707841,0.097184378,0.009505703,0.019011407,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085511702,6,85,511702,2665,2665,2665,925,9,808,2592,7,899,227,55,26,73,104,0.337335835,0.085178236,0.068069307,0.010030864,0.02739212,0.03902439,0.00972973,0.007567568,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085512022,6,85,512022,5746,5738,5746,1844,115,1254,5359,154,4160,303,156,439,1447,798,0.7239819,0.052732336,0.124401914,0.081918268,0.252178459,0.13887922,0.062364425,0.0835141,0,1,0,1,0,0,0,0,1,1,0,-1,NA -6085512027,6,85,512027,4813,4782,4782,1636,180,1085,4373,263,3088,454,94,501,825,652,0.641595678,0.094327862,0.086635945,0.114566659,0.172521957,0.136344626,0.11002445,0.160757946,1,0,0,1,0,0,0,1,0,0,0,0,NA -6085512033,6,85,512033,8782,8743,8769,2933,131,2111,8130,380,5650,244,324,249,1465,581,0.643361421,0.027784104,0.153481762,0.030627306,0.167562622,0.06625613,0.044664166,0.129560177,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512035,6,85,512035,4818,4818,4818,1402,33,1182,4509,57,2789,238,51,278,312,414,0.578870901,0.04939809,0.043147208,0.061654469,0.064757161,0.085927771,0.023537803,0.040656205,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081604000,6,81,604000,3371,3371,3371,1130,45,864,3125,19,1815,221,114,216,462,321,0.5384159,0.065559181,0.131944444,0.06912,0.13705132,0.095223969,0.039823009,0.016814159,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081607300,6,81,607300,3760,3760,3760,1346,35,1015,3604,68,1511,324,61,170,339,298,0.401861702,0.086170213,0.060098522,0.047169811,0.090159574,0.079255319,0.026002972,0.050520059,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081608001,6,81,608001,3599,3599,3599,1477,61,993,3387,165,2261,267,69,262,380,224,0.628230064,0.074187274,0.069486405,0.077354591,0.105584885,0.062239511,0.041299932,0.111712932,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608200,6,81,608200,3951,3886,3886,1364,7,951,3808,64,2164,275,28,111,367,292,0.547709441,0.069602632,0.029442692,0.02914916,0.094441585,0.075141534,0.005131965,0.046920821,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608600,6,81,608600,4373,4361,4361,1787,143,1106,3988,262,2790,176,123,168,563,380,0.638005946,0.04024697,0.111211573,0.042126379,0.129098831,0.087135978,0.080022384,0.146614438,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081609000,6,81,609000,2572,2508,2508,945,81,634,2457,73,869,314,49,88,259,250,0.337869362,0.122083981,0.077287066,0.035816036,0.103269537,0.099681021,0.085714286,0.077248677,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081609900,6,81,609900,3012,3012,3012,1062,54,829,2852,11,730,216,31,52,320,166,0.242363878,0.071713147,0.037394451,0.018232819,0.1062417,0.055112882,0.050847458,0.010357815,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610302,6,81,610302,3257,2991,3023,1023,20,626,3057,97,2159,51,138,219,1101,216,0.662879951,0.015658582,0.220447284,0.071638862,0.368104313,0.0714522,0.019550342,0.094819159,0,0,1,0,0,1,0,0,0,0,0,0,NA -6081611400,6,81,611400,4316,3845,4316,1301,25,1076,4164,0,1213,457,57,71,334,342,0.281047266,0.105885079,0.052973978,0.017050913,0.08686606,0.079240037,0.019215988,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081612000,6,81,612000,7075,7021,7070,1525,25,1300,6779,253,6750,240,309,852,2495,661,0.954063604,0.033922261,0.237692308,0.125682254,0.355362484,0.093493635,0.016393443,0.165901639,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6081613502,6,81,613502,6585,6555,6585,2389,42,1773,6334,183,2129,161,90,68,982,225,0.323310554,0.024449506,0.050761421,0.010735712,0.149809306,0.034168565,0.017580578,0.076601088,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081613800,6,81,613800,3952,3939,3939,1446,28,877,3910,113,805,173,13,229,830,479,0.203694332,0.043775304,0.014823261,0.058567775,0.210713379,0.121604468,0.019363762,0.078146611,0,0,0,1,0,0,0,0,0,0,0,0,NA -6081602500,6,81,602500,5407,5323,5367,1585,33,1379,5210,34,4481,495,53,365,517,560,0.828740522,0.091547993,0.038433648,0.070057582,0.097125681,0.104341345,0.020820189,0.021451104,1,1,0,0,0,0,0,0,0,0,0,0,NA -6081600900,6,81,600900,4083,4083,4083,1365,105,1004,3921,118,2569,410,79,409,647,417,0.62919422,0.100416361,0.078685259,0.104310125,0.158461915,0.102130786,0.076923077,0.086446886,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081601605,6,81,601605,6300,6276,6292,1662,61,1390,6078,47,5767,323,121,606,854,483,0.915396825,0.051269841,0.08705036,0.09970385,0.136073932,0.076764145,0.036702768,0.028279182,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081602700,6,81,602700,6218,6208,6218,1937,35,1509,5796,133,4691,278,146,181,673,566,0.754422644,0.04470891,0.096752816,0.031228433,0.108408505,0.091026053,0.018069179,0.068662881,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081602900,6,81,602900,3908,3845,3845,1578,113,939,3698,135,1926,177,155,67,522,358,0.49283521,0.045291709,0.165069223,0.018117902,0.135760728,0.093107932,0.071609632,0.085551331,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085511701,6,85,511701,4333,4333,4333,1524,10,1243,4250,48,1737,518,52,64,322,252,0.400876991,0.119547658,0.041834272,0.015058824,0.074313409,0.05815832,0.00656168,0.031496063,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607701,6,81,607701,4269,4219,4235,1205,6,776,4094,134,3189,153,85,498,1451,326,0.747013352,0.035839775,0.109536082,0.121641426,0.34392036,0.076977568,0.004979253,0.11120332,0,1,0,0,1,1,0,0,1,1,1,0,High -6081607800,6,81,607800,3527,3482,3482,1025,19,818,3300,58,2052,315,74,225,562,303,0.581797562,0.089311029,0.090464548,0.068181818,0.161401493,0.087018955,0.018536585,0.056585366,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081608002,6,81,608002,3654,3654,3654,1390,19,1073,3426,60,2041,288,51,140,200,228,0.558565955,0.078817734,0.047530289,0.040863981,0.054734537,0.062397373,0.013669065,0.043165468,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608013,6,81,608013,3985,3985,3985,1570,19,1134,3705,108,2407,205,88,142,161,217,0.604015056,0.051442911,0.077601411,0.038326586,0.040401506,0.054454203,0.012101911,0.068789809,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609602,6,81,609602,1783,1783,1783,672,25,472,1674,18,520,182,23,23,97,177,0.291643298,0.102075154,0.048728814,0.013739546,0.054402692,0.099270892,0.037202381,0.026785714,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081610000,6,81,610000,4894,4847,4873,2034,99,1219,4614,170,1865,291,93,200,655,435,0.381078872,0.059460564,0.076292043,0.043346337,0.135135135,0.089267392,0.048672566,0.083579154,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610500,6,81,610500,4905,4900,4905,1325,31,1030,4482,243,4135,177,165,728,1871,362,0.843017329,0.036085627,0.160194175,0.162427488,0.381836735,0.073802243,0.023396226,0.183396226,0,1,0,0,1,1,0,1,1,1,1,0,Higher -6081610601,6,81,610601,6051,5926,6051,1645,114,1199,5436,544,5494,116,288,1201,2816,342,0.907949099,0.019170385,0.240200167,0.220934511,0.47519406,0.056519584,0.069300912,0.330699088,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6081611000,6,81,611000,6663,6628,6646,2300,14,1535,6018,123,3631,316,123,248,941,599,0.544949722,0.047426084,0.080130293,0.041209704,0.141973446,0.090129401,0.006086957,0.053478261,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081611200,6,81,611200,2855,2855,2855,1048,8,661,2668,17,817,165,53,42,293,234,0.286164623,0.057793345,0.080181543,0.015742129,0.10262697,0.081961471,0.007633588,0.016221374,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081611300,6,81,611300,5404,5396,5396,2003,13,1417,4942,156,1862,417,112,197,715,482,0.344559585,0.077165063,0.079040226,0.039862404,0.13250556,0.089325426,0.006490265,0.077883175,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081612100,6,81,612100,8658,8658,8638,2770,260,1796,7739,589,7244,158,571,1338,4328,693,0.836682837,0.018249018,0.317928731,0.172890554,0.4998845,0.080226904,0.093862816,0.212635379,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6081600600,6,81,600600,5864,5849,5864,1525,115,1235,5608,206,5586,418,218,1024,1376,390,0.952592087,0.071282401,0.176518219,0.182596291,0.23525389,0.066507503,0.075409836,0.135081967,0,1,0,0,1,0,0,0,0,0,0,0,NA -6081601601,6,81,601601,2812,2812,2812,886,39,653,2670,70,2139,201,65,207,396,305,0.760668563,0.071479374,0.099540582,0.07752809,0.140825036,0.108463727,0.044018059,0.079006772,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081603200,6,81,603200,3974,3929,3929,1410,22,1032,3744,48,1300,222,63,0,395,414,0.327126321,0.05586311,0.061046512,0,0.100534487,0.105370323,0.015602837,0.034042553,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081604102,6,81,604102,2917,2917,2917,1578,160,620,2824,329,1990,210,23,139,562,167,0.682207748,0.071991772,0.037096774,0.049220963,0.192663696,0.0572506,0.10139417,0.208491762,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081604900,6,81,604900,3035,3035,3035,1172,43,899,2893,76,2211,444,43,274,436,253,0.728500824,0.146293245,0.047830923,0.094711372,0.143657331,0.083360791,0.03668942,0.064846416,1,1,0,0,0,0,0,0,0,0,0,0,NA -6081605000,6,81,605000,8447,8121,8100,2858,139,2192,7888,171,4723,878,250,516,908,598,0.55913342,0.103942228,0.114051095,0.065415822,0.111808891,0.07382716,0.048635409,0.05983205,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081605100,6,81,605100,3171,3171,3171,1328,108,769,2906,164,1445,150,74,234,462,219,0.455692211,0.04730369,0.096228869,0.080523056,0.145695364,0.069063387,0.081325301,0.123493976,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081605200,6,81,605200,3644,3644,3644,1251,30,974,3337,34,1226,245,82,43,321,203,0.336443469,0.067233809,0.084188912,0.012885826,0.088090011,0.055708013,0.023980815,0.027178257,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081606200,6,81,606200,7947,7855,7947,2230,174,1635,7290,340,6898,338,284,1880,3432,856,0.868000503,0.042531773,0.173700306,0.257887517,0.43691916,0.107713603,0.078026906,0.152466368,0,1,0,0,1,1,0,1,1,1,1,0,Higher -6081606500,6,81,606500,3591,3591,3591,1288,20,1019,3268,20,1066,330,27,10,120,210,0.296853244,0.091896408,0.026496565,0.003059976,0.033416876,0.058479532,0.01552795,0.01552795,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081606600,6,81,606600,3703,3703,3703,1442,65,980,3501,209,1679,197,122,177,682,264,0.453416149,0.053200108,0.124489796,0.050556984,0.184174993,0.071293546,0.045076283,0.144937587,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081602100,6,81,602100,3279,3271,3267,967,66,736,3041,259,2895,99,148,596,1545,305,0.882891125,0.030192132,0.201086957,0.195988162,0.47233262,0.093357821,0.068252327,0.267838676,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6081606900,6,81,606900,2731,2570,2577,931,12,705,2599,15,1288,314,42,8,124,170,0.471622116,0.114976199,0.059574468,0.003078107,0.048249027,0.06596818,0.012889366,0.016111708,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607600,6,81,607600,3801,3778,3778,1286,35,983,3459,145,2145,193,111,335,740,281,0.564325178,0.050776112,0.112919634,0.0968488,0.195870831,0.074377978,0.027216174,0.112752722,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081601603,6,81,601603,5712,5705,5705,1871,128,1261,5458,228,4709,634,98,474,1001,642,0.824404762,0.110994398,0.077716098,0.086844998,0.175460123,0.112532866,0.068412614,0.121859968,1,1,0,0,0,0,0,0,0,0,0,0,NA -6081603400,6,81,603400,5785,5692,5785,2074,120,1424,5479,91,2302,425,118,118,557,616,0.39792567,0.07346586,0.082865169,0.021536777,0.097856641,0.106482282,0.057859209,0.043876567,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081604101,6,81,604101,8125,8072,8072,2461,170,1576,7809,630,6858,305,215,988,2571,664,0.844061538,0.037538462,0.13642132,0.126520681,0.318508424,0.082259663,0.069077611,0.255993499,0,1,0,0,1,1,0,1,0,0,1,1,High -6081604200,6,81,604200,4445,4428,4436,1124,57,936,4017,77,3498,184,121,363,525,328,0.786951631,0.041394826,0.129273504,0.090365945,0.118563686,0.073940487,0.050711744,0.068505338,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081604400,6,81,604400,5196,5012,5013,1800,61,1130,4880,246,3820,347,152,378,655,467,0.735180908,0.06678214,0.134513274,0.077459016,0.130686353,0.09315779,0.033888889,0.136666667,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081604700,6,81,604700,2694,2694,2694,944,20,748,2606,0,1608,341,5,145,292,149,0.59688196,0.12657758,0.006684492,0.055640829,0.108389013,0.055308092,0.021186441,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081604800,6,81,604800,5035,5026,5026,1879,173,1377,4782,276,3302,480,136,371,472,728,0.655809335,0.095332671,0.098765432,0.077582601,0.093911659,0.144846797,0.09207025,0.146886642,1,0,0,1,0,0,0,1,0,0,0,0,NA -6081605400,6,81,605400,5805,5805,5805,2478,209,1421,5517,213,1996,291,91,71,370,492,0.343841516,0.050129199,0.064039409,0.012869313,0.063738157,0.084754522,0.084342211,0.085956416,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081605900,6,81,605900,5556,5523,5548,2535,150,1170,5114,316,2878,391,71,379,881,631,0.51799856,0.07037437,0.060683761,0.074110285,0.159514756,0.113734679,0.059171598,0.124654832,0,0,0,0,0,0,0,0,1,1,0,-1,NA -6081606100,6,81,606100,5010,5005,5010,1364,68,1129,4229,226,3749,264,138,799,2025,337,0.748303393,0.052694611,0.122232064,0.188933554,0.404595405,0.067265469,0.049853372,0.16568915,0,1,0,0,1,1,0,1,0,0,1,1,High -6081609400,6,81,609400,3325,3325,3325,1093,0,884,3138,46,634,109,65,23,97,144,0.190676692,0.032781955,0.073529412,0.007329509,0.029172932,0.043308271,0,0.042086002,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609500,6,81,609500,4908,4908,4908,1682,29,1484,4579,12,1767,297,55,140,191,200,0.36002445,0.060513447,0.037061995,0.030574361,0.038916055,0.040749796,0.017241379,0.007134364,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609700,6,81,609700,4692,4681,4692,1654,57,1254,4474,7,950,431,52,42,256,358,0.202472293,0.091858483,0.041467305,0.009387573,0.054689169,0.076300085,0.034461911,0.004232164,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081611100,6,81,611100,6768,6716,6734,2362,97,1826,6363,37,1727,679,127,40,247,790,0.255171395,0.100325059,0.069550931,0.006286343,0.036777844,0.117315117,0.041066892,0.015664691,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081611700,6,81,611700,5405,5397,5405,1429,171,1013,4956,331,4875,191,225,647,1898,350,0.901942646,0.03533765,0.222112537,0.13054883,0.351676858,0.064754857,0.119664101,0.231630511,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6081613000,6,81,613000,3981,3981,3981,1430,68,998,3741,142,1359,350,78,114,641,322,0.341371515,0.087917609,0.078156313,0.030473136,0.16101482,0.0808842,0.047552448,0.099300699,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081600500,6,81,600500,8477,8477,8477,2164,55,1728,8200,118,7864,421,194,851,1888,668,0.927686682,0.049663796,0.112268519,0.103780488,0.222720302,0.078801463,0.025415896,0.054528651,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081601604,6,81,601604,2693,2693,2693,1100,50,684,2615,91,1869,164,72,153,364,206,0.694021537,0.060898626,0.105263158,0.058508604,0.135165243,0.076494616,0.045454545,0.082727273,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081601400,6,81,601400,7164,7102,7102,2171,197,1586,6909,255,6044,681,32,923,1840,957,0.843662758,0.095058626,0.020176545,0.133593863,0.259081949,0.134750774,0.090741594,0.117457393,1,1,0,1,1,0,0,0,0,0,0,0,NA -6081602800,6,81,602800,4855,4846,4842,1503,27,1100,4482,79,3159,231,92,183,588,402,0.650669413,0.047579815,0.083636364,0.040829987,0.121337185,0.083023544,0.017964072,0.052561544,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610203,6,81,610203,4079,4041,4079,1067,132,794,3715,329,3858,51,277,1074,2091,240,0.945820054,0.012503064,0.348866499,0.28909825,0.517446177,0.05883795,0.12371134,0.308341143,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6081601000,6,81,601000,7025,6997,7025,2036,49,1539,6730,31,5973,432,117,635,957,547,0.85024911,0.061494662,0.076023392,0.09435364,0.136772903,0.077864769,0.024066798,0.015225933,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081610602,6,81,610602,3591,3561,3591,1177,9,855,3217,137,2173,185,76,534,1166,330,0.605123921,0.051517683,0.088888889,0.165993161,0.327436113,0.091896408,0.007646559,0.116397621,0,0,0,0,1,1,0,0,0,0,0,0,NA -6081607702,6,81,607702,3106,3095,3095,806,15,690,2893,73,2225,213,97,223,672,507,0.716355441,0.068576948,0.14057971,0.077082613,0.217124394,0.163812601,0.018610422,0.09057072,0,1,0,1,0,0,0,0,0,0,0,0,NA -6097153403,6,97,153403,3825,3702,3702,1574,31,967,3624,210,787,356,177,126,686,434,0.205751634,0.093071895,0.183040331,0.034768212,0.18530524,0.117233928,0.019695044,0.133418043,1,0,1,0,0,0,0,0,0,0,0,0,NA -6097153801,6,97,153801,10481,10450,10462,3161,30,2703,10035,147,4807,505,243,532,1871,1024,0.458639443,0.048182425,0.089900111,0.053014449,0.179043062,0.097878035,0.009490668,0.046504271,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150100,6,97,150100,2456,2456,2456,1019,76,675,2362,64,396,375,41,89,261,249,0.161237785,0.152687296,0.060740741,0.037679932,0.106270358,0.101384365,0.074582924,0.062806673,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097150603,6,97,150603,7481,7392,7392,2799,238,1798,7105,196,2556,676,264,422,1137,781,0.341665553,0.090362251,0.146829811,0.059394792,0.153814935,0.105654762,0.085030368,0.070025009,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097150702,6,97,150702,5021,5021,5006,1902,36,1350,4711,91,962,259,115,169,695,263,0.1915953,0.05158335,0.085185185,0.035873488,0.138418642,0.052536956,0.018927445,0.047844374,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097151000,6,97,151000,4209,4174,4184,1512,54,986,4149,121,868,263,112,76,1097,411,0.206224756,0.062485151,0.113590264,0.018317667,0.262817441,0.098231358,0.035714286,0.080026455,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097151301,6,97,151301,4874,4874,4870,1593,129,994,4432,129,2789,177,159,517,1435,433,0.572219943,0.036315142,0.159959759,0.116651625,0.294419368,0.088911704,0.080979284,0.080979284,0,0,0,0,0,1,0,0,0,0,0,0,NA -6097152203,6,97,152203,3501,3487,3501,1795,187,688,3406,399,911,292,128,7,1070,466,0.260211368,0.083404742,0.186046512,0.002055197,0.306854029,0.133104827,0.104178273,0.222284123,1,0,1,1,0,1,0,1,0,0,1,1,High -6097153005,6,97,153005,7024,6925,6993,2491,70,1822,6781,284,2795,347,162,567,1368,566,0.397921412,0.04940205,0.088913282,0.083615986,0.197545126,0.080938081,0.028101164,0.114010438,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097153200,6,97,153200,8621,8614,8614,2602,88,1902,7758,492,5875,174,363,970,3479,930,0.681475467,0.020183273,0.190851735,0.125032225,0.403877409,0.10796378,0.033820138,0.189085319,0,0,1,0,1,1,0,1,0,0,1,1,High -6097153502,6,97,153502,4591,4579,4591,1755,32,1200,4426,154,985,286,103,182,1281,452,0.214550207,0.062295796,0.085833333,0.041120651,0.279755405,0.098453496,0.018233618,0.087749288,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097153704,6,97,153704,3950,3907,3950,1839,124,837,3869,279,738,276,103,0,913,655,0.186835443,0.069873418,0.123058542,0,0.233683133,0.165822785,0.06742795,0.151712887,0,0,0,1,0,0,0,1,0,0,0,0,NA -6097153901,6,97,153901,5144,5144,5144,2213,115,1373,5053,199,1746,501,14,65,693,888,0.339424572,0.097395023,0.01019665,0.012863645,0.134720062,0.172628305,0.051965657,0.089923181,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097150902,6,97,150902,3247,3239,3247,1407,40,898,3031,146,408,195,68,66,556,306,0.12565445,0.060055436,0.075723831,0.021774992,0.171657919,0.094240838,0.028429282,0.10376688,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097151306,6,97,151306,3599,3599,3599,1601,75,897,3345,155,1321,213,122,96,957,465,0.367046402,0.059183106,0.136008919,0.028699552,0.265907196,0.129202556,0.046845721,0.096814491,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097153903,6,97,153903,4048,4048,4048,1612,32,1017,3930,28,650,316,114,240,748,522,0.160573123,0.078063241,0.112094395,0.061068702,0.184782609,0.128952569,0.019851117,0.017369727,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097154100,6,97,154100,3845,3828,3845,1398,2,974,3666,165,1302,396,64,376,940,378,0.338621586,0.102990897,0.065708419,0.102564103,0.245559039,0.098309493,0.001430615,0.118025751,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097153002,6,97,153002,6874,6753,6874,1927,14,1204,6302,180,4493,194,265,627,2424,638,0.653622345,0.028222287,0.220099668,0.099492225,0.358951577,0.0928135,0.007265179,0.093409445,0,0,1,0,0,1,0,0,1,1,0,-1,NA -6041104102,6,41,104102,5861,5858,5844,2163,71,1152,5392,389,3432,289,195,179,2197,667,0.585565603,0.049308992,0.169270833,0.033197329,0.375042677,0.114134155,0.03282478,0.179842811,0,0,0,0,0,1,0,1,0,0,0,0,NA -6041104200,6,41,104200,5842,5842,5842,2583,62,1668,5574,233,1770,630,281,75,1041,382,0.302978432,0.107839781,0.168465228,0.013455328,0.1781924,0.065388566,0.024003097,0.090205188,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041106002,6,41,106002,5920,5489,5489,2217,151,1331,5534,52,1762,487,112,21,604,615,0.297635135,0.082263514,0.084147258,0.003794724,0.110038258,0.112042266,0.068110059,0.02345512,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041118100,6,41,118100,2309,2293,2309,807,20,654,2259,11,205,271,63,20,251,165,0.088783023,0.117366825,0.096330275,0.008853475,0.109463585,0.071459506,0.024783147,0.013630731,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041121100,6,41,121100,5497,5497,5497,2253,77,1295,5211,152,1442,244,183,0,675,335,0.262324904,0.044387848,0.141312741,0,0.122794251,0.060942332,0.034176653,0.067465601,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041132100,6,41,132100,1823,1812,1823,922,9,414,1781,76,239,155,10,27,459,112,0.131102578,0.085024685,0.024154589,0.015160022,0.253311258,0.061437191,0.009761388,0.082429501,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041101100,6,41,101100,2648,2648,2648,1106,0,759,2546,90,332,220,42,12,277,382,0.125377644,0.083081571,0.055335968,0.004713276,0.104607251,0.144259819,0,0.081374322,1,0,0,1,0,0,0,0,0,0,0,0,NA -6041101200,6,41,101200,2986,2986,2968,1137,33,818,2817,30,919,195,28,148,421,326,0.307769591,0.065304756,0.034229829,0.052538161,0.140991293,0.109838275,0.029023747,0.026385224,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001423902,6,1,423902,1593,1567,1567,726,106,330,1535,51,420,114,11,18,195,124,0.263653484,0.071563089,0.033333333,0.011726384,0.124441608,0.0791321,0.14600551,0.070247934,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001427200,6,1,427200,4195,4112,4118,1598,116,1053,4041,232,2592,211,201,281,1255,492,0.617878427,0.050297974,0.190883191,0.069537243,0.30520428,0.119475474,0.072590738,0.145181477,0,0,1,0,0,1,0,1,0,0,0,0,NA -6001428500,6,1,428500,3152,3080,3071,1422,172,772,2927,127,1859,250,163,185,619,282,0.589784264,0.079314721,0.211139896,0.063204646,0.200974026,0.091826767,0.120956399,0.08931083,0,0,1,0,0,0,0,0,0,0,0,0,NA -6001430400,6,1,430400,2167,2167,2167,728,7,614,2110,0,925,180,12,140,370,212,0.426857407,0.083064144,0.019543974,0.066350711,0.170742963,0.097831103,0.009615385,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001431100,6,1,431100,3587,3587,3587,1410,193,779,3294,219,2365,113,118,173,765,467,0.659325342,0.031502648,0.151476252,0.052519733,0.213270142,0.130192361,0.136879433,0.155319149,0,0,0,1,0,0,0,1,0,0,0,0,NA -6001433500,6,1,433500,4723,4723,4723,1410,96,1130,4367,5,3542,397,132,680,836,620,0.749947068,0.084056744,0.116814159,0.155713304,0.17700614,0.131272496,0.068085106,0.003546099,1,1,0,1,1,0,0,0,0,0,0,0,NA -6001433900,6,1,433900,7440,7440,7440,2419,183,1735,6773,698,6751,171,725,1658,3815,845,0.907392473,0.022983871,0.417867435,0.244795512,0.512768817,0.113575269,0.075651095,0.288548987,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6001409100,6,1,409100,2327,2306,2327,671,163,446,2157,115,2293,102,152,302,954,297,0.985388913,0.043833262,0.340807175,0.140009272,0.413703382,0.127632144,0.242921013,0.171385991,0,1,1,1,1,1,1,1,1,1,1,0,Higher -6001409400,6,1,409400,5022,4966,5022,1252,98,919,4543,264,4806,83,244,1187,2794,543,0.956989247,0.01652728,0.265505985,0.261281092,0.562625856,0.108124253,0.07827476,0.21086262,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6001410300,6,1,410300,3851,3851,3851,998,55,803,3505,151,3772,88,299,812,1857,308,0.979485848,0.022851207,0.372353674,0.231669044,0.482212412,0.079979226,0.05511022,0.151302605,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6001420300,6,1,420300,4864,4846,4846,1955,65,1255,4628,271,3332,94,98,386,995,136,0.685032895,0.019325658,0.078087649,0.083405359,0.205323979,0.028064383,0.033248082,0.138618926,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001423200,6,1,423200,3004,2981,2989,1112,167,637,2812,249,2108,27,190,176,1208,339,0.701731025,0.008988016,0.298273155,0.062588905,0.405233143,0.113415858,0.150179856,0.223920863,0,1,1,0,0,1,1,1,0,0,1,1,High -6001423300,6,1,423300,3764,3764,3764,1644,284,960,3504,305,2199,321,199,124,1073,423,0.584218916,0.085281615,0.207291667,0.035388128,0.285069075,0.112380446,0.172749392,0.185523114,1,0,1,0,0,1,1,1,0,0,1,1,High -6001423601,6,1,423601,2804,2768,2745,1177,171,533,2726,132,793,132,20,8,657,290,0.282810271,0.047075606,0.037523452,0.002934703,0.237355491,0.10564663,0.145284622,0.112149533,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001427700,6,1,427700,5190,5177,5190,2236,123,1295,4906,176,2521,157,220,202,889,481,0.485741811,0.030250482,0.16988417,0.041174073,0.171721074,0.092678227,0.055008945,0.078711986,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450602,6,1,450602,10096,10090,10090,3465,70,2781,9642,40,4784,468,276,211,726,492,0.47385103,0.046354992,0.099244876,0.021883427,0.071952428,0.04876115,0.02020202,0.011544012,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001443001,6,1,443001,3046,3041,3046,839,10,746,2896,43,2400,66,64,365,489,198,0.787918582,0.021667761,0.085790885,0.126035912,0.160802368,0.065003283,0.011918951,0.05125149,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001450200,6,1,450200,6100,6100,6090,2542,143,1711,5446,182,3634,187,228,331,468,307,0.595737705,0.030655738,0.133255406,0.060778553,0.076721311,0.050410509,0.056254917,0.071597168,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001427800,6,1,427800,5052,5052,5013,2045,258,1092,4830,160,2566,331,182,256,589,613,0.507917656,0.065518606,0.166666667,0.05300207,0.11658749,0.122282067,0.126161369,0.078239609,0,0,0,1,0,0,0,0,0,0,0,0,NA -6001428301,6,1,428301,7118,7103,7105,2478,21,1941,6748,102,4937,309,158,314,470,476,0.693593706,0.043411071,0.08140134,0.046532306,0.066169224,0.066995074,0.008474576,0.041162228,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001433000,6,1,433000,3661,3634,3661,1361,64,849,3544,86,2668,331,63,461,1363,357,0.728762633,0.090412456,0.074204947,0.130079007,0.375068795,0.09751434,0.047024247,0.063188832,1,1,0,0,1,1,0,0,0,0,1,1,High -6001433200,6,1,433200,7625,7489,7545,2754,301,1718,6919,417,6242,440,478,808,3009,708,0.818622951,0.057704918,0.278230501,0.116779881,0.401789291,0.093836978,0.10929557,0.151416122,0,1,1,0,0,1,0,1,1,1,1,0,High -6001435200,6,1,435200,4529,4435,4465,1472,97,1152,4236,56,3415,330,183,375,650,539,0.754029587,0.072863767,0.158854167,0.088526912,0.146561443,0.120716685,0.065896739,0.038043478,0,1,0,1,0,0,0,0,0,0,0,0,NA -6001436402,6,1,436402,2665,2657,2665,1050,13,698,2637,0,1307,277,32,101,261,241,0.49043152,0.103939962,0.045845272,0.0383011,0.098231088,0.09043152,0.012380952,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001437600,6,1,437600,3755,3552,3552,914,96,706,3544,97,3275,374,134,477,1018,473,0.872170439,0.099600533,0.1898017,0.134593679,0.286599099,0.133164414,0.105032823,0.106126915,1,1,1,1,1,1,0,0,1,1,1,0,High -6001440301,6,1,440301,7579,7567,7546,2253,99,1914,7297,124,6220,458,47,643,1465,722,0.820688745,0.060430136,0.024555904,0.088118405,0.193603806,0.09567983,0.043941411,0.055037727,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001407700,6,1,407700,4288,4209,4282,1691,123,1055,3948,175,3130,315,182,57,807,661,0.72994403,0.073460821,0.172511848,0.01443769,0.191732003,0.154367118,0.072738025,0.10348906,0,1,0,1,0,0,0,0,0,0,0,0,NA -6001420400,6,1,420400,3164,3146,3151,1146,159,909,2686,419,2115,0,137,184,1326,117,0.668457649,0,0.150715072,0.068503351,0.421487603,0.03713107,0.138743455,0.365619546,0,0,0,0,0,1,0,1,1,1,0,-1,NA -6001428200,6,1,428200,6643,6601,6602,2641,189,1738,6246,296,3175,364,124,359,1158,648,0.477946711,0.054794521,0.071346375,0.057476785,0.175427965,0.098152075,0.071563802,0.112078758,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001441100,6,1,441100,4327,4258,4258,1657,81,1237,4149,98,2348,530,48,121,547,552,0.542639242,0.122486711,0.038803557,0.029163654,0.128464068,0.129638328,0.048883524,0.05914303,1,0,0,1,0,0,0,0,0,0,0,0,NA -6001441602,6,1,441602,8069,8066,8066,2316,104,1898,7460,305,6439,511,109,656,1242,635,0.797992316,0.063328789,0.057428872,0.087935657,0.153979668,0.078725515,0.044905009,0.131692573,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001400400,6,1,400400,3843,3830,3838,1750,157,780,3624,210,1292,178,150,78,802,372,0.33619568,0.046317981,0.192307692,0.021523179,0.209399478,0.096925482,0.089714286,0.12,0,0,1,0,0,0,0,0,0,0,0,0,NA -6001451501,6,1,451501,4751,4751,4751,1781,176,1203,4438,66,1462,350,95,176,611,574,0.30772469,0.073668701,0.078969244,0.039657503,0.128604504,0.12081667,0.098820887,0.037057833,0,0,0,1,0,0,0,0,0,0,0,0,NA -6001403600,6,1,403600,5252,5157,5157,2578,275,839,4972,333,3360,155,152,296,1453,435,0.639756283,0.029512567,0.181168057,0.059533387,0.281752957,0.084351367,0.106671839,0.129169899,0,0,1,0,0,1,0,0,0,0,0,0,NA -6001405000,6,1,405000,3269,3257,3269,1457,99,894,3015,29,1233,273,55,101,333,372,0.377179566,0.083511777,0.061521253,0.033499171,0.102241326,0.113796268,0.067947838,0.019903912,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001403300,6,1,403300,4240,4240,4240,2141,786,843,4199,288,3250,478,109,1187,1825,835,0.766509434,0.112735849,0.129300119,0.282686354,0.430424528,0.196933962,0.367118169,0.134516581,1,1,0,1,1,1,1,0,1,1,1,0,Highest -6001401300,6,1,401300,3855,3563,3563,1804,601,457,3768,330,2379,286,78,343,1666,605,0.617120623,0.074189364,0.170678337,0.091029724,0.467583497,0.16980073,0.333148559,0.182926829,0,0,0,1,0,1,1,1,1,1,1,0,Higher -6001408800,6,1,408800,7054,6995,7054,2081,658,1375,6208,409,6695,195,576,1340,4658,952,0.94910689,0.02764389,0.418909091,0.215850515,0.665904217,0.134958889,0.316194137,0.196540125,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001403000,6,1,403000,2969,2969,2969,1463,693,751,2906,265,2801,667,37,1446,1702,750,0.943415291,0.224654766,0.049267643,0.497591191,0.573256989,0.252610307,0.473684211,0.181134655,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6075022803,6,75,22803,5117,5089,5089,1580,320,723,4955,91,3342,148,134,510,1190,468,0.653117061,0.028923197,0.185338866,0.102926337,0.233837689,0.091963058,0.202531646,0.057594937,0,0,1,0,0,0,1,0,1,1,0,-1,NA -6075026404,6,75,26404,2843,2826,2843,701,86,577,2677,151,2712,130,120,702,1016,191,0.953921913,0.045726345,0.20797227,0.262233844,0.359518754,0.067182554,0.122681883,0.215406562,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6075030600,6,75,30600,2516,2507,2516,896,27,667,2333,39,1215,225,43,34,274,241,0.48290938,0.089427663,0.064467766,0.014573511,0.109293977,0.095786963,0.030133929,0.043526786,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075031000,6,75,31000,3520,3520,3520,1307,147,1055,3256,25,1850,354,58,181,354,330,0.525568182,0.100568182,0.054976303,0.055589681,0.100568182,0.09375,0.112471308,0.019127774,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075033201,6,75,33201,4483,1824,4483,620,257,200,4443,329,3141,64,28,97,1222,300,0.700646888,0.014276154,0.14,0.021832095,0.66995614,0.066919474,0.414516129,0.530645161,0,1,0,0,0,1,1,1,0,0,1,1,High -6075011100,6,75,11100,4778,4767,4767,3144,1959,617,4645,580,2204,313,21,463,937,665,0.461280871,0.065508581,0.034035656,0.099677072,0.196559681,0.139500734,0.623091603,0.184478372,0,0,0,1,0,0,1,1,0,0,0,0,NA -6075011700,6,75,11700,1768,1714,1768,1019,785,324,1727,184,1212,163,22,491,549,314,0.685520362,0.09219457,0.067901235,0.284308049,0.320303384,0.17760181,0.770363101,0.180569185,1,0,0,1,1,1,1,1,0,0,1,1,High -6013327000,6,13,327000,7635,7635,7635,2867,150,1915,7360,192,4367,254,293,572,2189,1021,0.571971185,0.033267845,0.153002611,0.077717391,0.286705959,0.133726261,0.052319498,0.066968957,0,0,0,1,0,1,0,0,0,0,0,0,NA -6013328000,6,13,328000,2314,2227,2227,1387,368,435,2261,333,1060,415,80,193,779,729,0.458081245,0.179343129,0.183908046,0.08536046,0.349797934,0.327346206,0.265320836,0.240086518,1,0,1,1,0,1,1,1,1,1,1,0,High -6013329000,6,13,329000,6167,6167,6167,2176,89,1549,5775,236,3153,255,227,376,841,755,0.511269661,0.041349116,0.146546159,0.065108225,0.136371007,0.122425815,0.040900735,0.108455882,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013332000,6,13,332000,8955,8886,8855,2948,189,2234,8242,171,3855,581,421,347,1728,1166,0.430485762,0.064879955,0.188451209,0.042101432,0.194463201,0.131677019,0.064111262,0.058005427,0,0,1,1,0,0,0,0,0,0,0,0,NA -6013340001,6,13,340001,5937,5873,5892,2403,243,1462,5431,398,1862,363,175,189,1601,588,0.313626411,0.061141991,0.119699042,0.034800221,0.272603439,0.099796334,0.101123596,0.1656263,0,0,0,0,0,0,0,1,0,0,0,0,NA -6013343003,6,13,343003,3836,3835,3836,1438,35,1171,3693,20,968,255,61,114,246,328,0.252346194,0.066475495,0.052092229,0.030869212,0.064146023,0.085505735,0.02433936,0.013908206,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013345103,6,13,345103,4914,4896,4908,1728,165,1368,4729,87,1946,423,44,66,437,446,0.396011396,0.086080586,0.032163743,0.013956439,0.089256536,0.090872046,0.095486111,0.050347222,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013345105,6,13,345105,6616,6611,6611,2164,101,1756,6237,37,1844,420,203,87,588,609,0.278718259,0.063482467,0.115603645,0.013949014,0.088942671,0.092119195,0.046672828,0.017097967,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013345108,6,13,345108,7506,7506,7506,3169,71,2091,7110,237,3823,332,195,261,529,477,0.509325873,0.044231282,0.093256815,0.036708861,0.070476952,0.063549161,0.022404544,0.074786999,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013346201,6,13,346201,7446,7446,7446,2854,197,2190,7181,100,921,1033,57,20,543,917,0.123690572,0.138732205,0.026027397,0.002785127,0.07292506,0.123153371,0.069025929,0.035038542,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013348000,6,13,348000,5100,5088,5100,1658,20,1406,4820,31,1096,346,101,18,292,370,0.214901961,0.067843137,0.071834993,0.00373444,0.057389937,0.07254902,0.012062726,0.018697226,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013355304,6,13,355304,8585,8569,8585,3103,123,2317,8119,74,2536,626,49,10,768,751,0.295398952,0.07291788,0.021148036,0.001231679,0.089625394,0.08747816,0.039639059,0.023847889,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013356002,6,13,356002,5438,5425,5438,1969,30,1522,5200,8,3433,254,57,117,400,483,0.631298271,0.046708349,0.037450723,0.0225,0.073732719,0.088819419,0.01523616,0.004062976,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013359204,6,13,359204,4907,4861,4901,1475,63,1240,4684,51,4091,301,100,392,548,508,0.833706949,0.061340942,0.080645161,0.083689155,0.112734005,0.103652316,0.042711864,0.034576271,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013365002,6,13,365002,5739,5739,5739,1444,72,1171,5278,228,5469,167,346,1310,2741,713,0.952953476,0.029099146,0.295473954,0.248200076,0.47760934,0.124237672,0.049861496,0.157894737,0,1,1,1,1,1,0,1,1,1,1,0,Highest -6013366002,6,13,366002,6342,6342,6342,1689,70,1354,5863,183,6003,199,418,1255,2720,570,0.946546831,0.031378114,0.308714919,0.214054238,0.428886787,0.08987701,0.041444642,0.108348135,0,1,1,0,1,1,0,0,1,1,1,0,Highest -6013367200,6,13,367200,5727,5714,5705,1692,144,1286,5427,242,5215,239,325,859,2359,1055,0.910598917,0.041732146,0.252721617,0.158282661,0.412845642,0.184925504,0.085106383,0.143026005,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6013369001,6,13,369001,7336,6960,6960,2389,312,1456,6812,735,6448,515,508,1618,3478,1018,0.878953108,0.070201745,0.348901099,0.23752202,0.499712644,0.146264368,0.130598577,0.307660109,0,1,1,1,1,1,0,1,1,1,1,0,Highest -6013373000,6,13,373000,4248,4189,4216,1128,129,903,4015,114,4121,165,262,1094,1855,437,0.970103578,0.038841808,0.290143965,0.272478207,0.44282645,0.103652751,0.114361702,0.10106383,0,1,1,0,1,1,0,0,1,1,1,0,Highest -6013377000,6,13,377000,7040,6956,7040,2254,368,1366,6766,415,6333,307,221,1256,3307,1038,0.899573864,0.043607955,0.161786237,0.185634053,0.475416906,0.147443182,0.163265306,0.184117125,0,1,0,1,1,1,1,1,1,1,1,0,Higher -6013385200,6,13,385200,1254,1254,1254,505,15,364,1193,34,607,146,30,62,165,125,0.484051037,0.116427432,0.082417582,0.051969824,0.131578947,0.099681021,0.02970297,0.067326733,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013388000,6,13,388000,2532,2532,2532,1092,31,649,2329,96,1237,69,56,72,465,245,0.488546603,0.027251185,0.086286595,0.030914556,0.183649289,0.096761453,0.028388278,0.087912088,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013391000,6,13,391000,2749,2749,2749,1148,26,765,2662,78,821,293,54,19,354,228,0.298654056,0.106584212,0.070588235,0.007137491,0.1287741,0.082939251,0.022648084,0.067944251,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013392000,6,13,392000,2666,2655,2666,1185,8,710,2579,25,729,334,43,62,283,244,0.273443361,0.12528132,0.06056338,0.024040326,0.106591337,0.091522881,0.006751055,0.021097046,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013374000,6,13,374000,4893,4893,4875,1783,257,1043,4501,323,3934,167,279,768,2327,629,0.804005722,0.03413039,0.267497603,0.170628749,0.475577355,0.129025641,0.144139091,0.181155356,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6013379000,6,13,379000,6831,6734,6753,1874,352,1423,6215,327,6642,329,477,1240,3860,920,0.972332016,0.048162787,0.335207309,0.199517297,0.573210573,0.136235747,0.187833511,0.174493063,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6013381000,6,13,381000,6632,6608,6617,1944,294,1297,6284,396,6249,193,236,1215,3389,1147,0.942249698,0.029101327,0.181958365,0.193348186,0.512863196,0.173341393,0.151234568,0.203703704,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6013382000,6,13,382000,7809,7780,7809,2795,385,1640,7085,505,7114,372,732,693,3676,1163,0.911000128,0.047637342,0.446341463,0.097812279,0.472493573,0.148930721,0.137745975,0.180679785,0,1,1,1,0,1,0,1,1,1,1,0,Higher -6013383000,6,13,383000,4755,4747,4747,2015,99,1257,4322,163,2411,229,194,224,1254,420,0.507045216,0.048159832,0.15433572,0.051827857,0.264166842,0.088476933,0.049131514,0.0808933,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013384000,6,13,384000,3872,3852,3867,1631,42,1121,3624,23,1750,378,46,107,531,329,0.45196281,0.097623967,0.04103479,0.029525386,0.137850467,0.085078873,0.025751073,0.014101778,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013313101,6,13,313101,7055,6921,7055,2538,425,1613,6539,455,5500,584,456,494,2834,1145,0.779588944,0.082778172,0.282703038,0.07554672,0.409478399,0.162296244,0.167454689,0.17927502,1,1,1,1,0,1,1,1,1,1,1,0,High -6013335000,6,13,335000,3429,3429,3429,1205,35,840,3224,28,1519,249,63,177,731,461,0.442986293,0.072615923,0.075,0.054900744,0.213181686,0.134441528,0.029045643,0.023236515,0,0,0,1,0,0,0,0,0,0,0,0,NA -6085509700,6,85,509700,3107,3089,3107,1423,59,787,2896,119,1186,123,70,0,335,163,0.3817187,0.039588027,0.088945362,0,0.108449336,0.052462182,0.041461701,0.083626142,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509901,6,85,509901,1941,1905,1917,706,38,530,1796,35,767,205,50,23,102,87,0.395157135,0.105615662,0.094339623,0.012806236,0.053543307,0.045383412,0.053824363,0.049575071,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085510300,6,85,510300,4296,4288,4296,1703,42,1193,4174,37,1573,462,79,44,255,217,0.366154562,0.107541899,0.066219614,0.010541447,0.059468284,0.050512104,0.024662361,0.021726365,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085502909,6,85,502909,5390,5369,5379,2020,81,1434,4845,208,3016,286,245,137,865,310,0.559554731,0.053061224,0.170850767,0.028276574,0.161110076,0.05763153,0.04009901,0.102970297,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512023,6,85,512023,5499,5495,5499,1980,121,1314,4980,286,4153,195,229,513,1601,547,0.755228223,0.035460993,0.174277017,0.103012048,0.291355778,0.099472631,0.061111111,0.144444444,0,1,0,0,0,1,0,1,1,1,1,0,High -6085504202,6,85,504202,4480,4480,4480,1464,14,1137,4184,9,2716,419,29,226,375,441,0.60625,0.093526786,0.025505717,0.054015296,0.083705357,0.0984375,0.009562842,0.006147541,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085505302,6,85,505302,4266,4250,4266,1504,99,1095,3963,111,2759,334,115,124,754,366,0.646741678,0.078293483,0.105022831,0.031289427,0.177411765,0.085794655,0.065824468,0.073803191,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506603,6,85,506603,4042,4000,4000,1356,49,1084,3813,68,1915,278,66,209,502,312,0.473775359,0.068777833,0.060885609,0.054812484,0.1255,0.078,0.036135693,0.050147493,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085508001,6,85,508001,7832,7832,7832,2950,226,2027,7490,414,6051,823,53,357,624,543,0.772599591,0.105081716,0.026147015,0.047663551,0.079673136,0.06933095,0.076610169,0.140338983,1,1,0,0,0,0,0,1,0,0,0,0,NA -6085510001,6,85,510001,6672,6526,6526,2019,22,1820,6294,0,2927,532,41,278,375,388,0.438699041,0.079736211,0.022527473,0.04416905,0.057462458,0.05945449,0.010896483,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506000,6,85,506000,4805,4805,4805,1783,0,1241,4483,81,2510,254,181,137,718,404,0.522372529,0.052861602,0.145850121,0.030559893,0.14942768,0.084079084,0,0.045429052,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085510400,6,85,510400,3625,3625,3625,1292,18,1037,3430,31,1690,318,43,12,219,93,0.466206897,0.087724138,0.041465767,0.003498542,0.060413793,0.025655172,0.013931889,0.023993808,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508303,6,85,508303,2474,2474,2474,881,6,746,2388,8,1163,315,24,73,148,190,0.470088925,0.127324171,0.032171582,0.030569514,0.05982215,0.076798707,0.006810443,0.00908059,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511905,6,85,511905,3191,3191,3191,1061,6,899,3072,49,1774,329,71,107,232,263,0.555938577,0.103102476,0.078976641,0.034830729,0.072704481,0.082419304,0.005655042,0.046182846,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085512308,6,85,512308,8558,8545,8558,2605,91,2280,8233,34,4096,320,202,138,1395,724,0.478616499,0.037391914,0.088596491,0.016761812,0.163253365,0.084599205,0.034932821,0.013051823,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503211,6,85,503211,4658,4643,4634,1174,13,1024,4476,89,4214,252,85,1121,658,439,0.90468012,0.054100472,0.083007813,0.250446828,0.141718716,0.094734571,0.011073254,0.075809199,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085503509,6,85,503509,4218,4201,4213,898,15,805,4000,76,3999,154,94,773,1118,416,0.948079659,0.036510194,0.116770186,0.19325,0.266127113,0.098741989,0.016703786,0.084632517,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085503326,6,85,503326,7318,7292,7302,1801,20,1692,7032,65,6682,263,89,585,604,464,0.913091008,0.035938781,0.052600473,0.083191126,0.082830499,0.063544234,0.011104942,0.036091061,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504417,6,85,504417,279,279,279,105,0,79,257,0,160,17,4,11,23,30,0.573476703,0.0609319,0.050632911,0.042801556,0.082437276,0.107526882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503115,6,85,503115,6611,6611,6611,2878,105,1780,6145,70,3926,382,225,243,1137,508,0.59385872,0.057782484,0.126404494,0.039544345,0.171986084,0.076841628,0.036483669,0.024322446,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085504320,6,85,504320,2954,2954,2954,844,11,727,2782,34,2395,167,8,314,341,223,0.810765064,0.056533514,0.011004127,0.11286844,0.115436696,0.07549086,0.013033175,0.04028436,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505500,6,85,505500,4245,4238,4245,1574,62,1087,3906,173,2528,226,64,216,633,248,0.595524146,0.053239105,0.058877645,0.055299539,0.149362907,0.058421673,0.039390089,0.109911055,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507905,6,85,507905,6154,6154,6154,2092,50,1533,5904,136,5067,186,102,546,649,112,0.823366916,0.030224244,0.066536204,0.092479675,0.105459864,0.018199545,0.023900574,0.06500956,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085511000,6,85,511000,6737,6737,6737,2431,16,1919,6300,164,3685,179,137,136,478,361,0.546979368,0.02656969,0.07139135,0.021587302,0.070951462,0.053584682,0.006581654,0.06746195,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507500,6,85,507500,5775,5775,5775,2049,33,1721,5574,24,3811,489,38,225,765,348,0.65991342,0.084675325,0.022080186,0.040365985,0.132467532,0.06025974,0.016105417,0.011713031,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085506703,6,85,506703,3752,3726,3734,1348,65,909,3445,117,1696,166,82,175,645,304,0.452025586,0.04424307,0.090209021,0.050798258,0.17310789,0.081414033,0.048219585,0.086795252,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506801,6,85,506801,5864,5761,5761,2120,58,1603,5555,177,1779,267,196,80,687,375,0.303376535,0.04553206,0.122270742,0.01440144,0.11925013,0.065092866,0.027358491,0.083490566,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507002,6,85,507002,2959,2957,2957,992,18,774,2872,10,612,333,34,60,284,314,0.206826631,0.11253802,0.043927649,0.020891365,0.096043287,0.106188705,0.018145161,0.010080645,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508202,6,85,508202,7819,7807,7797,2770,81,2160,7252,180,5244,562,108,327,525,636,0.670673999,0.071876199,0.05,0.045091009,0.067247342,0.081569835,0.029241877,0.064981949,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509108,6,85,509108,4638,4638,4638,1904,83,1086,4189,210,2736,146,143,341,783,239,0.589909444,0.031479086,0.131675875,0.081403676,0.168822768,0.051530832,0.043592437,0.110294118,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509109,6,85,509109,4996,4986,4996,2029,35,1222,4378,40,2752,104,118,69,437,159,0.550840673,0.020816653,0.096563011,0.015760621,0.087645407,0.03182546,0.017249877,0.019714145,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509404,6,85,509404,7282,7248,7282,2922,186,1499,6693,564,5000,387,218,786,2198,676,0.686624554,0.05314474,0.145430287,0.117436127,0.303256071,0.09283164,0.063655031,0.19301848,0,0,0,0,0,1,0,1,0,0,0,0,NA -6085509500,6,85,509500,5625,5625,5625,2367,211,1128,5485,340,3681,123,239,629,1354,296,0.6544,0.021866667,0.211879433,0.11467639,0.240711111,0.052622222,0.089142374,0.143641741,0,0,1,0,0,0,0,1,0,0,0,0,NA -6085510801,6,85,510801,5947,5947,5947,2238,160,1702,5742,105,3017,920,165,231,534,480,0.507314612,0.154699849,0.096944771,0.040229885,0.089793173,0.080712965,0.071492404,0.04691689,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085510803,6,85,510803,2579,2579,2579,1010,49,660,2493,95,1482,232,87,101,384,206,0.574641334,0.089957348,0.131818182,0.040513438,0.148894921,0.079875921,0.048514851,0.094059406,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511500,6,85,511500,8127,7236,8127,2968,214,1930,7715,258,2937,780,107,192,660,660,0.361387966,0.095976375,0.055440415,0.024886585,0.091210614,0.081210779,0.072102426,0.086927224,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085503703,6,85,503703,4325,4294,4325,947,64,832,4058,114,4253,156,239,1192,1645,370,0.983352601,0.036069364,0.287259615,0.293740759,0.383092687,0.085549133,0.067581837,0.120380148,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6085503708,6,85,503708,2853,2853,2853,761,37,629,2748,47,2694,150,62,588,818,389,0.94426919,0.052576236,0.098569157,0.213973799,0.286715738,0.136347704,0.048620237,0.061760841,0,1,0,1,1,1,0,0,1,1,1,0,High -6085504002,6,85,504002,6634,6634,6634,1393,139,1105,5994,203,6324,419,234,1076,1555,579,0.953271028,0.063159481,0.211764706,0.179512846,0.234398553,0.087277661,0.099784637,0.145728643,0,1,1,0,1,0,0,1,1,1,0,-1,NA -6085502601,6,85,502601,2691,2678,2678,1183,150,738,2607,133,676,413,66,17,229,298,0.251207729,0.153474545,0.089430894,0.006520905,0.085511576,0.111277072,0.126796281,0.112426036,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085502907,6,85,502907,3936,3927,3927,1285,24,1065,3714,27,1445,263,62,120,419,373,0.367123984,0.066819106,0.058215962,0.032310178,0.106697224,0.094983448,0.018677043,0.021011673,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503208,6,85,503208,4701,4687,4701,890,5,774,4271,39,4454,152,130,839,1111,371,0.947457988,0.032333546,0.167958656,0.196441114,0.237038617,0.078919379,0.005617978,0.043820225,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085503315,6,85,503315,8828,8806,8828,2030,22,1756,8323,195,8316,350,296,1744,2679,528,0.942002719,0.039646579,0.16856492,0.209539829,0.304224392,0.059809696,0.010837438,0.096059113,0,1,0,0,1,1,0,0,1,1,1,0,High -6085505800,6,85,505800,4145,4127,4145,1576,66,1053,3884,115,1895,366,99,47,316,311,0.457177322,0.088299156,0.094017094,0.012100927,0.076568936,0.075030157,0.041878173,0.072969543,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085505006,6,85,505006,10288,10288,10288,4844,146,2980,9457,435,7597,45,110,280,754,214,0.738433126,0.004374028,0.036912752,0.029607698,0.073289269,0.020800933,0.03014038,0.089801817,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505700,6,85,505700,7225,7134,7225,2251,76,1317,6787,438,4300,89,374,278,3253,337,0.595155709,0.012318339,0.28397874,0.04096066,0.455985422,0.046643599,0.033762772,0.194580187,0,0,1,0,0,1,0,1,0,0,0,0,NA -6085506103,6,85,506103,4943,4943,4943,1666,88,1317,4633,152,3274,407,136,282,653,467,0.662350799,0.082338661,0.103264996,0.060867688,0.132106008,0.094477038,0.052821128,0.091236495,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085506202,6,85,506202,7178,6913,6930,2478,120,1816,6623,224,4345,779,29,341,588,597,0.605321817,0.108526052,0.015969163,0.051487241,0.085057139,0.086147186,0.04842615,0.09039548,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085506301,6,85,506301,5676,5603,5603,2335,74,1336,5380,219,3461,273,87,532,1019,420,0.609760395,0.048097252,0.06511976,0.098884758,0.181866857,0.074959843,0.031691649,0.09379015,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506302,6,85,506302,6688,6688,6674,2324,59,1634,6395,134,3006,335,97,231,677,917,0.449461722,0.050089713,0.059363525,0.03612197,0.101226077,0.137398861,0.025387263,0.057659208,0,0,0,1,0,0,0,0,0,0,0,0,NA -6085506304,6,85,506304,5265,5220,5193,2148,15,1240,4950,303,3785,60,178,401,905,126,0.718898386,0.011396011,0.143548387,0.081010101,0.173371648,0.024263432,0.00698324,0.141061453,0,1,0,0,0,0,0,1,0,0,0,0,NA -6085503304,6,85,503304,7186,7010,7022,1846,41,1491,6598,347,6764,479,237,1628,2064,707,0.941274701,0.066657389,0.158953722,0.246741437,0.294436519,0.100683566,0.022210184,0.187973998,0,1,0,0,1,1,0,1,1,1,1,0,High -6085502906,6,85,502906,4521,4521,4521,1547,120,1188,4183,163,2355,247,196,106,777,416,0.520902455,0.054633931,0.164983165,0.025340665,0.171864632,0.092015041,0.077569489,0.105365223,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503001,6,85,503001,4181,4089,4089,1616,41,1163,3868,47,1418,252,115,17,344,316,0.339153313,0.060272662,0.098882201,0.004395036,0.084128149,0.077280509,0.025371287,0.029084158,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503108,6,85,503108,8152,8118,8152,2953,217,2148,7531,516,6377,182,669,595,1589,436,0.782262022,0.02232581,0.311452514,0.079006772,0.195737866,0.053483808,0.073484592,0.174737555,0,1,1,0,0,0,0,1,0,0,0,0,NA -6075015400,6,75,15400,5970,5962,5962,2865,669,1253,5607,225,2367,231,12,76,662,492,0.396482412,0.038693467,0.009577015,0.013554485,0.111036565,0.082522643,0.233507853,0.078534031,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075010400,6,75,10400,4430,4430,4430,2418,868,870,4289,171,1730,296,59,154,706,306,0.390519187,0.066817156,0.067816092,0.035905806,0.159367946,0.069074492,0.358974359,0.070719603,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075025500,6,75,25500,9754,9744,9744,2768,476,1984,9162,331,7590,779,302,1574,1932,914,0.778142301,0.079864671,0.152217742,0.171796551,0.198275862,0.093801314,0.171965318,0.119580925,0,1,0,0,1,0,1,0,0,0,0,0,NA -6075025600,6,75,25600,5403,5377,5403,1482,170,1076,5163,73,4717,469,63,1189,954,448,0.8730335,0.086803628,0.058550186,0.230292466,0.177422354,0.082916898,0.114709852,0.04925776,1,1,0,0,1,0,0,0,0,0,0,0,NA -6075025800,6,75,25800,2020,2020,2020,613,94,405,1939,76,1717,82,52,508,496,195,0.85,0.040594059,0.128395062,0.261990717,0.245544554,0.096534653,0.153344209,0.123980424,0,1,0,0,1,0,1,0,1,1,0,-1,NA -6075026001,6,75,26001,6018,6018,6018,1591,179,1273,5756,263,5383,250,278,1109,1985,485,0.894483217,0.041542041,0.218381775,0.19266852,0.329843802,0.080591559,0.112507857,0.16530484,0,1,1,0,1,1,0,1,1,1,1,0,High -6075045100,6,75,45100,5330,5287,5330,2102,491,1032,5078,196,2694,345,38,450,941,462,0.505440901,0.064727955,0.036821705,0.088617566,0.177983734,0.086679174,0.23358706,0.093244529,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075045200,6,75,45200,6913,6900,6900,2958,530,1529,6751,393,3908,474,124,711,1251,584,0.565311732,0.068566469,0.081098757,0.105317731,0.181304348,0.084637681,0.179175118,0.132860041,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075026100,6,75,26100,7516,7482,7516,2069,341,1378,7216,282,6963,416,98,2182,1744,611,0.92642363,0.05534859,0.071117562,0.302383592,0.233092756,0.081293241,0.16481392,0.136297728,0,1,0,0,1,0,1,0,1,0,0,0,NA -6075023300,6,75,23300,3456,3443,3453,1100,286,841,3299,163,3209,177,146,940,1169,331,0.928530093,0.051215278,0.173602854,0.284934829,0.33952948,0.095858674,0.26,0.148181818,0,1,0,0,1,1,1,1,0,0,1,1,High -6075025300,6,75,25300,4819,4741,4741,1819,289,1027,4481,107,2191,202,82,252,782,182,0.454658643,0.04191741,0.079844206,0.056237447,0.164944105,0.038388526,0.158878505,0.058823529,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075025401,6,75,25401,3725,3725,3725,1373,307,766,3552,94,1816,99,138,192,760,377,0.487516779,0.026577181,0.180156658,0.054054054,0.204026846,0.101208054,0.223597961,0.068463219,0,0,1,0,0,0,1,0,0,0,0,0,NA -6075030500,6,75,30500,3344,2599,2608,1051,139,633,3231,27,1959,558,63,271,338,369,0.585825359,0.166866029,0.099526066,0.083874961,0.130050019,0.14148773,0.132254995,0.025689819,1,0,0,1,0,0,0,0,0,0,0,0,NA -6075026301,6,75,26301,5246,5235,5235,1384,181,1020,5084,134,4571,327,155,1402,1788,585,0.871330538,0.062333206,0.151960784,0.275767113,0.341547278,0.111747851,0.130780347,0.096820809,0,1,0,0,1,1,0,0,1,1,1,0,High -6075026302,6,75,26302,5269,5212,5269,1498,116,1113,5138,87,4554,422,155,1087,1116,636,0.864300626,0.080091099,0.139263252,0.211560919,0.214121259,0.120706016,0.077436582,0.058077437,1,1,0,1,1,0,0,0,0,0,0,0,NA -6075026303,6,75,26303,5216,5153,5153,1255,88,1091,4938,142,4588,338,102,1125,1173,411,0.879601227,0.064800613,0.093492209,0.22782503,0.227634388,0.079759363,0.070119522,0.11314741,0,1,0,0,1,0,0,0,0,0,0,0,NA -6075031100,6,75,31100,6899,6899,6899,2433,300,1645,6532,83,3870,527,135,497,651,626,0.560950862,0.076387882,0.082066869,0.076086957,0.094361502,0.090737788,0.123304562,0.034114262,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013336102,6,13,336102,7220,7220,7220,2778,350,1548,6565,746,5787,151,495,1562,3431,1187,0.801523546,0.020914127,0.319767442,0.237928408,0.475207756,0.164404432,0.125989921,0.268538517,0,1,1,1,1,1,0,1,1,1,1,0,Highest -6013337100,6,13,337100,3571,3544,3544,1235,0,995,3432,84,1705,275,72,81,530,478,0.477457295,0.077009241,0.072361809,0.023601399,0.149548533,0.134875847,0,0.068016194,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013338301,6,13,338301,3582,3543,3533,1113,58,905,3357,42,1138,449,54,137,410,293,0.317699609,0.125348967,0.059668508,0.040810247,0.11572114,0.082932352,0.052111411,0.037735849,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013338201,6,13,338201,3858,3751,3751,1416,52,987,3682,33,1114,585,61,199,427,577,0.288750648,0.15163297,0.061803445,0.054046714,0.11383631,0.153825646,0.036723164,0.023305085,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097151100,6,97,151100,5679,5325,5232,1899,55,1412,5378,140,1222,333,88,188,945,517,0.215178729,0.058637084,0.062322946,0.034957233,0.177464789,0.098814985,0.028962612,0.073723012,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150602,6,97,150602,4357,4353,4288,1528,29,1196,4066,33,1338,161,80,141,736,319,0.307092036,0.036952031,0.066889632,0.034677816,0.169078796,0.074393657,0.018979058,0.021596859,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150701,6,97,150701,5156,5131,5141,2056,136,1101,5003,304,1919,178,166,565,1792,635,0.372187742,0.034522886,0.150772025,0.112932241,0.349249659,0.123516826,0.06614786,0.147859922,0,0,0,1,0,1,0,1,0,0,0,0,NA -6097151305,6,97,151305,6344,6314,6344,2429,244,1313,5964,597,3500,231,344,898,2515,708,0.551702396,0.036412358,0.26199543,0.150570087,0.398321191,0.111601513,0.100452861,0.245780156,0,0,1,0,1,1,0,1,1,1,1,0,High -6097151307,6,97,151307,5622,5613,5622,1979,10,1442,5223,177,2038,253,167,204,1055,565,0.362504447,0.045001779,0.115811373,0.039058013,0.187956529,0.100498043,0.005053057,0.089439111,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097151310,6,97,151310,5661,4341,5661,1486,87,896,5458,333,2256,75,134,193,1265,615,0.398516163,0.013248543,0.149553571,0.035360938,0.29140751,0.10863805,0.058546433,0.224091521,0,0,0,0,0,1,0,1,0,0,0,0,NA -6097151900,6,97,151900,3390,3274,3274,1418,259,705,3237,259,1538,228,89,301,1560,602,0.453687316,0.067256637,0.126241135,0.092987334,0.476481368,0.183872938,0.182651622,0.182651622,0,0,0,1,0,1,1,1,0,0,1,1,High -6097152201,6,97,152201,3954,3909,3949,1747,119,808,3780,242,1618,143,117,202,1554,571,0.409205867,0.036165908,0.14480198,0.053439153,0.397544129,0.144593568,0.068116772,0.138523183,0,0,0,1,0,1,0,0,1,1,0,-1,NA -6097152202,6,97,152202,6594,6572,6572,2867,227,1614,6246,437,2225,724,229,249,1717,792,0.337427965,0.109796785,0.141883519,0.039865514,0.26125989,0.12051126,0.07917684,0.152424137,1,0,0,1,0,0,0,1,0,0,0,0,NA -6001430500,6,1,430500,6049,5661,5661,2073,155,1370,5617,312,4254,294,298,370,1753,691,0.703256737,0.048603075,0.217518248,0.065871462,0.309662604,0.12206324,0.074770863,0.150506512,0,1,1,1,0,1,0,1,0,0,1,1,High -6001430600,6,1,430600,6624,6614,6614,2191,45,1773,6061,127,3706,493,16,203,1037,881,0.559480676,0.074426329,0.009024253,0.033492823,0.15678863,0.133202298,0.020538567,0.0579644,0,0,0,1,0,0,0,0,0,0,0,0,NA -6001430700,6,1,430700,4140,4105,4129,1415,33,1150,3832,52,1913,174,116,160,668,345,0.462077295,0.042028986,0.100869565,0.041753653,0.16272838,0.08355534,0.023321555,0.036749117,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001400200,6,1,400200,2025,2018,2025,855,59,468,1912,11,589,133,34,24,230,158,0.290864198,0.065679012,0.072649573,0.012552301,0.113974232,0.078024691,0.069005848,0.012865497,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001401100,6,1,401100,4366,4366,4366,2043,452,616,4230,263,2070,40,91,143,1288,362,0.474118186,0.009161704,0.147727273,0.033806147,0.295006871,0.082913422,0.22124327,0.128732256,0,0,0,0,0,1,1,0,0,0,0,0,NA -6001401400,6,1,401400,4331,4331,4331,1576,429,623,4229,443,3296,223,79,451,2541,906,0.761025167,0.051489263,0.126805778,0.106644597,0.586700531,0.209189564,0.272208122,0.281091371,0,1,0,1,0,1,1,1,1,1,1,0,Highest -6001401500,6,1,401500,2663,2663,2663,1080,347,432,2579,212,1593,83,117,119,1143,555,0.598197522,0.031167856,0.270833333,0.046141915,0.429215171,0.208411566,0.321296296,0.196296296,0,0,1,1,0,1,1,1,1,1,1,0,Highest -6001401700,6,1,401700,3002,2985,2990,1289,113,588,2738,86,1981,107,192,107,755,335,0.659893404,0.035642905,0.326530612,0.03907962,0.252931323,0.112040134,0.087664856,0.066718386,0,0,1,0,0,0,0,0,1,1,0,-1,NA -6001402200,6,1,402200,2527,2515,2527,855,179,454,2409,149,1855,127,112,310,1275,305,0.734072022,0.050257222,0.246696035,0.128684101,0.50695825,0.120696478,0.209356725,0.174269006,0,1,1,1,1,1,1,1,1,1,1,0,High -6095252604,6,95,252604,3783,3628,3591,1113,62,800,3608,175,2911,230,181,349,1427,362,0.76949511,0.060798308,0.22625,0.09672949,0.393329658,0.100807574,0.055705301,0.157232704,0,1,1,0,0,1,0,1,1,1,1,0,High -6095252702,6,95,252702,6729,6710,6617,2422,129,1609,6312,226,4423,360,250,260,934,885,0.657304206,0.053499777,0.15537601,0.041191381,0.139195231,0.133746411,0.053261767,0.093311313,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095251803,6,95,251803,4816,4707,4788,1353,18,1127,4473,122,4053,232,187,329,1650,277,0.841569767,0.048172757,0.16592724,0.073552426,0.350541746,0.057852966,0.013303769,0.090169993,0,1,0,0,0,1,0,0,1,1,1,0,Higher -6095251200,6,95,251200,3635,3635,3635,1252,146,773,3390,256,2932,222,220,448,1405,500,0.806602476,0.061072902,0.284605433,0.132153392,0.386519945,0.137551582,0.116613419,0.204472843,0,1,1,1,1,1,0,1,1,1,1,0,High -6075021700,6,75,21700,4309,4309,4286,1812,230,1067,3957,58,2032,316,85,163,494,326,0.47157113,0.07333488,0.079662605,0.041192823,0.114643769,0.076061596,0.126931567,0.03200883,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075022802,6,75,22802,2329,1911,1906,680,192,382,2234,77,1501,163,37,300,567,224,0.644482611,0.069987119,0.096858639,0.134288272,0.296703297,0.11752361,0.282352941,0.113235294,0,0,0,0,1,1,1,0,1,1,0,-1,NA -6075022901,6,75,22901,5174,5174,5174,1547,666,953,4884,260,3392,159,208,918,1775,477,0.65558562,0.030730576,0.218258132,0.187960688,0.343061461,0.092191728,0.430510666,0.168067227,0,0,1,0,1,1,1,1,1,1,1,0,High -6075022902,6,75,22902,2605,2598,2605,803,245,504,2517,92,1674,211,38,274,747,318,0.642610365,0.080998081,0.075396825,0.108859754,0.287528868,0.122072937,0.305105853,0.114570361,1,0,0,1,0,1,1,0,0,0,1,1,High -6075022903,6,75,22903,3561,3487,3561,1128,272,639,3292,48,2501,126,202,399,707,295,0.702330806,0.035383319,0.316118936,0.121202916,0.202753083,0.082841898,0.241134752,0.042553191,0,1,1,0,1,0,1,0,1,1,0,-1,NA -6075023003,6,75,23003,3830,3793,3814,1252,80,975,3701,48,3380,296,116,697,1032,338,0.882506527,0.077284595,0.118974359,0.188327479,0.272080148,0.08862087,0.063897764,0.038338658,0,1,0,0,1,0,0,0,0,0,0,0,NA -6075026403,6,75,26403,3962,3892,3922,1134,251,811,3800,152,3692,335,130,1034,1113,455,0.9318526,0.084553256,0.160295931,0.272105263,0.285971223,0.116012239,0.221340388,0.134038801,1,1,0,0,1,1,1,0,1,1,1,0,High -6075030201,6,75,30201,4542,4505,4542,1976,276,1067,4312,191,2212,199,108,372,574,327,0.487010128,0.043813298,0.101218369,0.086270872,0.127413984,0.071994716,0.139676113,0.096659919,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075030302,6,75,30302,4315,4315,4315,1493,52,960,4121,63,2917,230,29,353,496,237,0.676013905,0.053302433,0.030208333,0.085658821,0.114947856,0.054924681,0.034829203,0.042196919,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075030400,6,75,30400,5641,5629,5641,1975,102,1463,5163,65,3004,452,53,203,604,392,0.532529693,0.080127637,0.036226931,0.039318226,0.107301475,0.069491225,0.05164557,0.032911392,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075010300,6,75,10300,4229,4229,4229,1970,518,943,4172,276,1698,329,54,475,775,358,0.40151336,0.077796169,0.057264051,0.113854267,0.183258454,0.084653582,0.262944162,0.140101523,0,0,0,0,0,0,1,1,1,1,0,-1,NA -6001451503,6,1,451503,6158,6132,6132,2200,155,1731,5700,94,2399,347,199,228,833,670,0.389574537,0.056349464,0.114962449,0.04,0.135844749,0.109262883,0.070454545,0.042727273,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001409300,6,1,409300,5433,5424,5416,1647,227,1101,4892,305,5110,220,338,850,2970,856,0.9405485,0.040493282,0.306993642,0.173753066,0.547566372,0.158050222,0.137826351,0.185185185,0,1,1,1,1,1,0,1,1,1,1,0,Highest -6001409700,6,1,409700,5183,5149,5166,1534,243,1090,4774,318,5022,97,335,818,2545,609,0.968936909,0.01871503,0.30733945,0.171344784,0.494270732,0.117886179,0.158409387,0.207301173,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001451300,6,1,451300,7126,7117,7126,2335,66,1889,6480,89,2694,234,222,97,1134,500,0.378052203,0.032837496,0.117522499,0.014969136,0.159336799,0.070165591,0.028265525,0.038115632,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001402400,6,1,402400,2787,2768,2768,1209,362,506,2635,273,2200,173,169,189,1069,459,0.789379261,0.062073915,0.333992095,0.071726755,0.386199422,0.165823699,0.299421009,0.225806452,0,1,1,1,0,1,1,1,1,1,1,0,Higher -6001404300,6,1,404300,3437,3437,3437,1283,29,955,3178,16,1244,180,59,52,85,219,0.361943555,0.052371254,0.061780105,0.016362492,0.02473087,0.063718359,0.022603274,0.012470772,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001404800,6,1,404800,2707,2707,2707,1203,128,632,2533,123,1375,172,117,115,613,307,0.507942372,0.063538973,0.185126582,0.045400711,0.226449945,0.113409679,0.106400665,0.102244389,0,0,1,0,0,0,0,0,0,0,0,0,NA -6001406202,6,1,406202,4751,4559,4559,1326,263,892,4420,383,4269,209,353,1385,2730,556,0.898547674,0.043990739,0.39573991,0.313348416,0.59881553,0.121956569,0.198340875,0.288838612,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001406400,6,1,406400,2466,2294,2304,746,180,455,2398,154,1699,242,78,354,957,444,0.688969992,0.098134631,0.171428571,0.147623019,0.41717524,0.192708333,0.241286863,0.206434316,1,0,0,1,1,1,1,1,1,1,1,0,Higher -6001407000,6,1,407000,5924,5795,5795,1946,362,1375,5639,516,5008,235,301,1435,2554,645,0.845374747,0.039669142,0.218909091,0.254477744,0.440724763,0.111302847,0.18602261,0.265159301,0,1,1,0,1,1,1,1,1,1,1,0,Higher -6001407200,6,1,407200,6894,6846,6846,1895,479,1362,6493,451,6206,354,428,2078,3871,861,0.900203075,0.051348999,0.314243759,0.320036963,0.565439673,0.125766871,0.252770449,0.237994723,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001407400,6,1,407400,4399,4399,4399,1152,211,810,4032,187,4290,103,275,974,2325,570,0.975221641,0.023414412,0.339506173,0.24156746,0.528529211,0.129574903,0.183159722,0.162326389,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001408300,6,1,408300,5323,5296,5323,1789,183,1196,5012,170,4133,201,91,457,1353,761,0.776441856,0.037760661,0.076086957,0.091181165,0.255475831,0.142964494,0.102291783,0.095025154,0,1,0,1,0,0,0,0,0,0,0,0,NA -6001410100,6,1,410100,2674,2674,2674,1053,96,634,2524,103,2280,111,130,99,906,417,0.852655198,0.041510845,0.205047319,0.039223455,0.33881825,0.155946148,0.091168091,0.097815764,0,1,1,1,0,1,0,0,1,1,1,0,High -6001420600,6,1,420600,3439,3439,3439,1200,65,888,3260,56,1129,148,91,22,199,395,0.328293108,0.043035766,0.102477477,0.006748466,0.057865659,0.114858971,0.054166667,0.046666667,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001421100,6,1,421100,2100,2100,2100,831,10,621,2023,6,493,306,47,12,82,219,0.234761905,0.145714286,0.07568438,0.005931784,0.039047619,0.104285714,0.012033694,0.007220217,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001421400,6,1,421400,1642,1642,1642,631,22,433,1601,14,380,241,63,28,196,182,0.231425091,0.146772229,0.145496536,0.017489069,0.119366626,0.110840438,0.034865293,0.022187005,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001422100,6,1,422100,2754,2736,2754,1126,198,555,2640,125,1349,139,145,55,771,313,0.48983297,0.050472041,0.261261261,0.020833333,0.281798246,0.113652869,0.175843694,0.111012433,0,0,1,0,0,1,1,0,0,0,0,0,NA -6097151502,6,97,151502,6874,6849,6859,2882,98,1682,6479,304,1359,632,237,91,1681,890,0.197701484,0.091940646,0.140903686,0.014045377,0.24543729,0.129756524,0.034004164,0.105482304,1,0,0,1,0,0,0,0,0,0,0,0,NA -6001402800,6,1,402800,4639,4639,4639,2607,1225,612,4517,472,3161,273,129,351,2105,1053,0.681396853,0.05884889,0.210784314,0.077706442,0.453761587,0.226988575,0.469888761,0.181051016,0,0,1,1,0,1,1,1,1,1,1,0,Higher -6001404400,6,1,404400,5475,5460,5475,2321,46,1413,5220,13,1770,385,91,42,551,306,0.323287671,0.070319635,0.064401982,0.008045977,0.100915751,0.055890411,0.019819044,0.005601034,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001400900,6,1,400900,2471,2410,2471,1044,116,449,2347,196,1435,95,87,94,791,248,0.580736544,0.038445973,0.19376392,0.040051129,0.328215768,0.100364225,0.111111111,0.187739464,0,0,1,0,0,1,0,1,0,0,0,0,NA -6001402600,6,1,402600,1196,1196,1196,618,264,251,1153,147,1013,147,34,397,822,287,0.846989967,0.122909699,0.135458167,0.344319167,0.68729097,0.239966555,0.427184466,0.237864078,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6001404200,6,1,404200,3849,3666,3849,1328,27,984,3594,36,1427,281,77,44,255,270,0.370745648,0.073005976,0.078252033,0.012242627,0.069558101,0.07014809,0.020331325,0.027108434,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085504319,6,85,504319,7834,7834,7834,2406,74,1916,7420,116,7025,363,88,579,1545,650,0.896732193,0.046336482,0.045929019,0.078032345,0.197217258,0.082971662,0.030756442,0.048212801,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504414,6,85,504414,5536,5488,5536,1626,28,1343,5301,0,4884,381,61,482,740,449,0.882225434,0.068822254,0.0454207,0.09092624,0.13483965,0.081105491,0.017220172,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504415,6,85,504415,5769,5764,5769,1604,41,1412,5399,84,5008,291,101,372,936,442,0.868088057,0.050442018,0.071529745,0.068901648,0.162387231,0.076616398,0.025561097,0.052369077,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504504,6,85,504504,11414,9395,9395,3348,234,2475,10480,271,10371,225,257,1038,1320,358,0.908620992,0.019712634,0.103838384,0.099045802,0.140500266,0.038105375,0.069892473,0.080943847,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085507703,6,85,507703,8109,7861,7844,2729,192,2204,7847,227,4728,756,89,318,620,545,0.583055864,0.093229745,0.040381125,0.040525041,0.078870373,0.069479857,0.070355442,0.083180652,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085506502,6,85,506502,4297,4284,4297,1900,56,905,3935,190,1732,152,114,113,710,354,0.403071911,0.035373516,0.125966851,0.028716645,0.16573296,0.082383058,0.029473684,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075011000,6,75,11000,4792,4792,4792,2497,1350,836,4718,381,2301,315,8,645,778,230,0.480175292,0.065734558,0.009569378,0.136710471,0.162353923,0.047996661,0.540648779,0.1525831,0,0,0,0,1,0,1,1,0,0,0,0,NA -6085506605,6,85,506605,4342,4342,4342,1622,45,1067,3823,177,2498,262,73,201,817,307,0.575310917,0.060340857,0.06841612,0.052576511,0.188162137,0.070704744,0.027743527,0.109124538,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506606,6,85,506606,4720,4675,4703,1570,95,1137,4489,157,2653,263,161,254,1090,421,0.562076271,0.055720339,0.141600704,0.056582758,0.23315508,0.089517329,0.060509554,0.1,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507807,6,85,507807,3384,3384,3384,1043,0,938,3265,31,2840,160,74,116,87,245,0.839243499,0.047281324,0.078891258,0.035528331,0.02570922,0.072399527,0,0.029721956,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085507904,6,85,507904,3188,3188,3188,1090,19,995,3115,10,2476,223,16,108,150,254,0.776662484,0.069949812,0.016080402,0.034670947,0.047051443,0.079673777,0.017431193,0.009174312,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085508504,6,85,508504,8578,8578,8578,3354,377,1984,7656,485,7055,480,176,454,2097,577,0.822452786,0.0559571,0.088709677,0.059299896,0.244462579,0.067265097,0.112403101,0.144603459,0,1,0,0,0,0,0,1,0,0,0,0,NA -6085508505,6,85,508505,4659,4595,4595,1866,140,1228,4338,173,2658,460,14,319,491,396,0.570508693,0.098733634,0.011400651,0.073536192,0.106855277,0.086180631,0.075026795,0.092711683,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508704,6,85,508704,7440,7431,7429,2849,224,1775,6751,284,5831,132,12,470,816,305,0.783736559,0.017741935,0.006760563,0.069619316,0.109810254,0.041055324,0.078624079,0.0996841,0,1,0,0,0,0,0,0,0,0,0,0,NA -6095252706,6,95,252706,3856,3824,3756,1235,9,1030,3537,38,2607,217,81,155,838,439,0.676089212,0.056275934,0.078640777,0.043822448,0.219142259,0.116879659,0.007287449,0.030769231,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252607,6,95,252607,4210,4207,4200,1217,3,993,3708,229,3611,143,272,620,1934,331,0.857719715,0.033966746,0.273917422,0.167206041,0.459710007,0.078809524,0.002465078,0.188167625,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6095252305,6,95,252305,5016,4979,5016,1666,20,1371,4691,19,2365,262,92,50,411,573,0.471491228,0.052232855,0.067104303,0.010658708,0.082546696,0.11423445,0.012004802,0.011404562,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253500,6,95,253500,10124,9989,9985,4630,68,2918,9952,232,3207,1470,227,150,2726,2315,0.316772027,0.145199526,0.077793009,0.015072347,0.27290019,0.231847772,0.014686825,0.050107991,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095251400,6,95,251400,5813,5766,5786,2122,67,1470,5447,219,3380,331,347,255,1191,600,0.581455359,0.056941338,0.236054422,0.04681476,0.206555671,0.103698583,0.031573987,0.103204524,0,0,1,0,0,0,0,0,0,0,0,0,NA -6095252501,6,95,252501,2820,2730,2730,924,197,599,2548,130,2225,173,217,412,1127,492,0.789007092,0.061347518,0.362270451,0.161695447,0.412820513,0.18021978,0.213203463,0.140692641,0,1,1,1,1,1,1,1,1,1,1,0,Higher -6001423700,6,1,423700,4399,3310,4399,1308,206,536,4348,223,1615,273,45,37,1502,313,0.367128893,0.062059559,0.083955224,0.00850966,0.453776435,0.071152535,0.157492355,0.170489297,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001430300,6,1,430300,3812,3812,3812,1317,18,1001,3711,47,1646,368,26,174,261,446,0.431794334,0.096537251,0.025974026,0.046887631,0.068467996,0.116998951,0.013667426,0.035687168,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001423800,6,1,423800,3016,3016,3016,1297,79,766,2874,9,699,336,44,0,263,305,0.231763926,0.111405836,0.057441253,0,0.087201592,0.101127321,0.060909792,0.00693909,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001426200,6,1,426200,4904,4904,4904,1719,39,1400,4719,31,1622,287,75,23,399,319,0.330750408,0.058523654,0.053571429,0.004873914,0.081362153,0.06504894,0.022687609,0.018033741,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001428000,6,1,428000,2593,2593,2575,1292,311,588,2485,309,1461,128,45,177,816,269,0.563440031,0.049363671,0.076530612,0.071227364,0.314693405,0.104466019,0.240712074,0.239164087,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001431200,6,1,431200,5827,5726,5726,2571,152,1292,5493,296,3055,633,216,300,701,842,0.524283508,0.108632229,0.167182663,0.054614965,0.122424031,0.14704855,0.059120965,0.115130299,1,0,0,1,0,0,0,0,0,0,0,0,NA -6001432100,6,1,432100,3739,3739,3739,1512,56,1004,3527,98,2111,239,120,126,601,403,0.564589462,0.063920834,0.119521912,0.035724412,0.160738165,0.10778283,0.037037037,0.064814815,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001432300,6,1,432300,4719,4710,4708,1655,171,1126,4482,144,3819,115,94,605,856,411,0.809281627,0.02436957,0.08348135,0.134984382,0.181740977,0.087298216,0.103323263,0.087009063,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001432600,6,1,432600,7314,7187,7187,3040,308,1821,6735,457,5496,426,351,740,2234,886,0.751435603,0.058244463,0.192751236,0.109873794,0.310839015,0.123278141,0.101315789,0.150328947,0,1,1,1,0,1,0,1,1,1,1,0,High -6001400500,6,1,400500,3786,3768,3786,1622,188,767,3503,251,1901,117,71,72,809,336,0.502113048,0.030903328,0.092568449,0.020553811,0.21470276,0.088748019,0.115906289,0.154747226,0,0,0,0,0,0,0,1,0,0,0,0,NA -6001401600,6,1,401600,2269,2269,2269,868,157,341,2166,208,1540,43,137,228,989,388,0.678713089,0.01895108,0.401759531,0.105263158,0.435874835,0.171000441,0.180875576,0.239631336,0,0,1,1,0,1,1,1,1,1,1,0,Higher -6001402500,6,1,402500,1786,1786,1786,708,382,384,1524,139,1629,10,231,33,1140,335,0.912094065,0.005599104,0.6015625,0.021653543,0.638297872,0.187569989,0.539548023,0.196327684,0,1,1,1,0,1,1,1,1,1,1,0,Highest -6001403900,6,1,403900,4020,4020,4020,2143,95,602,3908,224,1810,214,69,82,994,600,0.450248756,0.053233831,0.11461794,0.0209826,0.247263682,0.149253731,0.044330378,0.104526365,0,0,0,1,0,0,0,0,0,0,0,0,NA -6001407600,6,1,407600,6606,6601,6601,2200,267,1506,6007,301,5747,146,355,656,2472,710,0.869966697,0.02210112,0.235723772,0.109205926,0.374488714,0.107559461,0.121363636,0.136818182,0,1,1,0,0,1,0,0,1,1,1,0,Higher -6001408400,6,1,408400,3089,3084,3084,1169,223,662,2967,256,2811,87,285,303,1782,344,0.910003237,0.028164455,0.430513595,0.102123357,0.577821012,0.11154345,0.190761334,0.21899059,0,1,1,0,0,1,1,1,1,1,1,0,Higher -6001408900,6,1,408900,3115,3115,3115,948,232,676,2792,220,3002,180,228,461,1767,434,0.963723917,0.057784912,0.337278107,0.165114613,0.567255217,0.139325843,0.244725738,0.232067511,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001406100,6,1,406100,4659,4621,4659,1455,164,883,4308,341,4024,96,210,1177,2437,437,0.863704658,0.02060528,0.237825595,0.273212628,0.527375027,0.093796952,0.112714777,0.234364261,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001405500,6,1,405500,4063,4063,4063,1557,202,870,3891,315,3050,239,97,845,1055,569,0.75067684,0.058823529,0.111494253,0.217167823,0.259660349,0.140044302,0.129736673,0.202312139,0,1,0,1,1,0,0,1,1,1,0,-1,NA -6001405600,6,1,405600,3292,3292,3292,1409,176,664,3089,213,2464,91,173,281,968,270,0.748481166,0.02764277,0.260542169,0.090967951,0.294046173,0.082017011,0.124911285,0.151171043,0,1,1,0,0,1,0,1,1,1,1,0,High -6001406000,6,1,406000,3344,3344,3344,1465,344,667,3290,229,2736,262,6,1022,1780,610,0.818181818,0.078349282,0.008995502,0.310638298,0.532296651,0.182416268,0.234812287,0.156313993,0,1,0,1,1,1,1,1,1,1,1,0,Higher -6001406500,6,1,406500,6055,5938,6055,1905,364,1287,5747,512,5587,145,386,1216,3194,712,0.922708505,0.023947151,0.2999223,0.211588655,0.537891546,0.11758877,0.191076115,0.268766404,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001407500,6,1,407500,4560,4499,4499,1327,229,871,4163,385,4280,118,307,854,3281,589,0.938596491,0.025877193,0.352468427,0.205140524,0.729273172,0.130917982,0.172569706,0.290128109,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001407900,6,1,407900,3074,3068,3068,1136,12,791,2850,94,1686,153,108,149,447,327,0.548471047,0.049772284,0.13653603,0.052280702,0.145697523,0.106584094,0.01056338,0.082746479,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001408100,6,1,408100,6108,6108,6108,2697,55,1605,5735,99,3705,450,121,131,725,532,0.606581532,0.07367387,0.075389408,0.022842197,0.118696791,0.087098887,0.020393029,0.036707453,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001408500,6,1,408500,5997,5943,5992,1573,258,1194,5313,377,5832,172,379,1031,2889,563,0.972486243,0.028681007,0.317420436,0.194052324,0.486118122,0.093958611,0.1640178,0.239669421,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001408700,6,1,408700,7628,7594,7622,2365,356,1551,6985,510,7215,475,341,996,3383,972,0.945857368,0.062270582,0.219858156,0.142591267,0.445483276,0.127525584,0.150528541,0.21564482,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001409200,6,1,409200,3577,3564,3572,949,59,763,3354,244,3428,131,158,504,1560,402,0.958344982,0.036622868,0.207077326,0.150268336,0.437710438,0.112541993,0.062170706,0.25711275,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6001409500,6,1,409500,4272,4264,4272,1147,213,825,3855,325,4077,65,281,593,2657,364,0.954353933,0.015215356,0.340606061,0.1538262,0.623123827,0.085205993,0.185701831,0.283347864,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001409600,6,1,409600,5188,5183,5183,1446,172,1110,4916,219,5050,143,339,1204,3049,618,0.973400154,0.027563608,0.305405405,0.244914565,0.588269342,0.119235964,0.118948824,0.151452282,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6001410200,6,1,410200,3399,3399,3399,1151,224,771,3065,261,3239,160,344,378,1499,312,0.952927332,0.047072668,0.4461738,0.123327896,0.441012062,0.091791703,0.19461338,0.22675934,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001421300,6,1,421300,3856,3822,3856,1562,20,1067,3669,8,748,406,60,8,253,378,0.193983402,0.105290456,0.056232427,0.002180431,0.066195709,0.098029046,0.012804097,0.005121639,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001421700,6,1,421700,3564,3564,3564,1563,297,649,3308,308,1174,219,9,45,938,318,0.329405163,0.061447811,0.013867488,0.013603386,0.26318743,0.089225589,0.190019194,0.197056942,0,0,0,0,0,0,1,1,0,0,0,0,NA -6001422000,6,1,422000,2071,2052,2071,859,63,471,1911,124,671,27,98,19,603,258,0.323998069,0.01303718,0.208067941,0.009942439,0.293859649,0.124577499,0.073341094,0.1443539,0,0,1,1,0,1,0,1,0,0,1,1,High -6001422300,6,1,422300,3756,3747,3756,1729,343,650,3521,353,1666,159,58,40,1191,275,0.443556976,0.042332268,0.089230769,0.011360409,0.317854283,0.073216187,0.198380567,0.204164257,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001422800,6,1,422800,9155,3220,9155,1303,744,110,9148,746,6468,8,0,67,2545,452,0.706499181,0.000873839,0,0.007324005,0.790372671,0.049371928,0.570990023,0.572524942,0,1,0,0,0,1,1,1,0,0,1,1,High -6001423602,6,1,423602,6222,6122,6190,2167,800,353,6222,934,3704,80,11,56,3964,277,0.595306975,0.012857602,0.031161473,0.009000321,0.647500817,0.044749596,0.369173973,0.431010614,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001427100,6,1,427100,3768,3619,3619,1420,71,972,3519,24,1322,351,69,112,311,297,0.350849257,0.093152866,0.070987654,0.031827224,0.085935341,0.082066869,0.05,0.016901408,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001442700,6,1,442700,3118,3118,3118,1046,0,829,2879,30,2000,208,18,70,201,260,0.641436818,0.066709429,0.021712907,0.024313998,0.0644644,0.083386786,0,0.028680688,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451201,6,1,451201,7557,7557,7557,2757,69,1930,6984,328,3208,249,229,148,1375,412,0.42450708,0.032949583,0.11865285,0.021191294,0.181950509,0.054518989,0.025027203,0.118969895,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451401,6,1,451401,6066,6055,6066,2438,175,1596,5618,183,2462,405,143,179,878,522,0.405868777,0.066765579,0.089598997,0.031861873,0.145004129,0.086053412,0.071780148,0.075061526,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001404502,6,1,404502,6070,6070,6070,2483,57,1806,5615,17,1765,463,128,38,64,491,0.2907743,0.076276771,0.070874862,0.006767587,0.010543657,0.080889621,0.022956101,0.006846557,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451602,6,1,451602,6786,6612,6641,2772,373,1770,6428,440,2053,784,205,117,698,1026,0.30253463,0.115531978,0.115819209,0.018201618,0.105565638,0.154494805,0.134559885,0.158730159,1,0,0,1,0,0,0,1,0,0,0,0,NA -6001400300,6,1,400300,5000,4962,5000,2441,423,1156,4704,152,1542,283,74,88,526,454,0.3084,0.0566,0.064013841,0.018707483,0.106005643,0.0908,0.173289635,0.062269562,0,0,0,0,0,0,1,0,0,0,0,0,NA -6001401800,6,1,401800,1794,1794,1794,712,253,307,1701,107,1209,104,89,69,777,200,0.673913043,0.057971014,0.28990228,0.040564374,0.433110368,0.11148272,0.355337079,0.150280899,0,0,1,0,0,1,1,1,1,1,1,0,High -6001406700,6,1,406700,4992,4970,4970,2173,275,1226,4675,118,2597,389,87,439,969,799,0.520232372,0.077924679,0.07096248,0.093903743,0.194969819,0.160764588,0.126553152,0.054302807,0,0,0,1,0,0,0,0,0,0,0,0,NA -6001408600,6,1,408600,6947,6919,6918,1851,313,1437,6189,534,6734,213,748,1030,3759,781,0.969339283,0.030660717,0.52052888,0.166424301,0.543286602,0.1128939,0.169097785,0.288492707,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001409000,6,1,409000,3904,3894,3904,1086,67,751,3473,188,3830,151,175,519,1621,446,0.981045082,0.038678279,0.233022636,0.149438526,0.416281459,0.114241803,0.061694291,0.173112339,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001409800,6,1,409800,3519,3501,3514,1308,245,859,3282,219,2848,193,274,125,1050,630,0.80932083,0.054845126,0.318975553,0.038086533,0.29991431,0.179282869,0.187308869,0.167431193,0,1,1,1,0,1,1,1,1,1,1,0,High -6001410000,6,1,410000,3367,3367,3367,1219,20,924,3094,11,2220,374,144,65,345,258,0.659340659,0.111078111,0.155844156,0.021008403,0.102465102,0.076626077,0.016406891,0.00902379,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001421200,6,1,421200,3575,3575,3575,1486,29,1017,3406,43,933,455,39,72,182,287,0.260979021,0.127272727,0.038348083,0.021139166,0.050909091,0.08027972,0.019515478,0.028936743,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001423500,6,1,423500,3501,3381,3381,1456,386,647,3293,273,1732,243,69,53,1375,300,0.494715795,0.06940874,0.106646059,0.016094746,0.406684413,0.088731145,0.26510989,0.1875,0,0,0,0,0,1,1,1,1,1,0,-1,NA -6001424002,6,1,424002,2507,2483,2497,947,151,621,2341,93,1775,132,108,76,518,410,0.708017551,0.052652573,0.173913043,0.032464759,0.208618607,0.164197036,0.159450898,0.098204857,0,1,0,1,0,0,1,0,1,1,0,-1,NA -6001430900,6,1,430900,5359,5168,5168,1870,115,1151,4872,452,3182,296,347,298,1613,575,0.593767494,0.055234185,0.301476977,0.061165846,0.312113003,0.11126161,0.061497326,0.24171123,0,0,1,0,0,1,0,1,0,0,0,0,NA -6001431000,6,1,431000,2912,2912,2912,1084,72,753,2649,150,1972,154,189,193,778,318,0.677197802,0.052884615,0.250996016,0.072857682,0.26717033,0.109203297,0.066420664,0.138376384,0,0,1,0,0,0,0,0,0,0,0,0,NA -6001432800,6,1,432800,3835,3822,3835,1388,8,980,3628,30,2725,477,97,203,348,393,0.710560626,0.124380704,0.098979592,0.055953693,0.091051805,0.102477184,0.005763689,0.021613833,1,1,0,0,0,0,0,0,0,0,0,0,NA -6001433102,6,1,433102,4297,4283,4297,1384,29,1083,4029,112,3732,302,170,561,629,342,0.868512916,0.070281592,0.156971376,0.139240506,0.146859678,0.079590412,0.020953757,0.080924855,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001433700,6,1,433700,3539,3532,3521,1056,26,695,3242,121,2919,119,132,496,813,336,0.824809268,0.033625318,0.189928058,0.15299198,0.2301812,0.095427435,0.024621212,0.114583333,0,1,1,0,1,0,0,0,1,1,0,-1,NA -6001407300,6,1,407300,2440,2420,2440,774,110,460,2346,246,2055,68,92,602,1377,187,0.842213115,0.027868852,0.2,0.256606991,0.569008264,0.076639344,0.142118863,0.317829457,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001421500,6,1,421500,3789,3759,3789,1589,65,973,3639,9,865,339,49,15,324,260,0.228292425,0.089469517,0.050359712,0.004122012,0.086193136,0.068619689,0.04090623,0.00566394,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001423400,6,1,423400,5069,5069,5069,1978,196,961,4911,283,2675,254,93,218,1504,681,0.527717499,0.050108503,0.096774194,0.044390145,0.296705465,0.134346025,0.09908999,0.143073812,0,0,0,1,0,1,0,1,0,0,0,0,NA -6001423901,6,1,423901,1954,1954,1944,853,129,377,1896,122,736,56,72,7,432,225,0.376663255,0.028659161,0.190981432,0.003691983,0.221084954,0.115740741,0.15123095,0.143024619,0,0,1,0,0,0,1,1,0,0,0,0,NA -6075026004,6,75,26004,5011,4996,5011,1301,53,966,4644,96,4432,279,137,1004,1125,415,0.884454201,0.055677509,0.141821946,0.216192937,0.225180144,0.082817801,0.040737894,0.073789393,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6075030101,6,75,30101,5045,4901,5045,2061,577,908,4643,181,2105,147,75,247,1050,369,0.417244797,0.02913776,0.082599119,0.053198363,0.214241991,0.073141724,0.279961184,0.087821446,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075033000,6,75,33000,8425,8365,8381,2824,107,1926,8087,185,5582,781,107,837,1384,823,0.662551929,0.092700297,0.055555556,0.103499444,0.165451285,0.098198306,0.037889518,0.065509915,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075025403,6,75,25403,5050,5009,5050,1408,177,987,4769,119,3729,329,216,530,770,700,0.738415842,0.065148515,0.218844985,0.11113441,0.153723298,0.138613861,0.125710227,0.084517045,0,1,1,1,0,0,0,0,1,1,0,-1,NA -6075026401,6,75,26401,3548,3535,3548,1003,165,839,3331,79,3416,374,145,925,981,293,0.962795941,0.105411499,0.172824791,0.277694386,0.277510608,0.082581736,0.164506481,0.078763709,1,1,0,0,1,0,1,0,1,1,0,-1,NA -6075030202,6,75,30202,4487,4487,4487,2095,517,934,4304,147,2186,103,0,274,772,200,0.487185202,0.022955204,0,0.06366171,0.172052596,0.044573211,0.246778043,0.070167064,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075035300,6,75,35300,7309,7309,7309,2573,294,1750,6977,267,5107,748,194,1243,1523,742,0.698727596,0.102339581,0.110857143,0.178156801,0.208373238,0.101518676,0.114263506,0.103769918,1,0,0,0,1,0,0,0,0,0,0,0,NA -6075047600,6,75,47600,5605,5605,5605,2324,298,1257,5358,156,3397,457,93,590,566,382,0.606066012,0.081534344,0.07398568,0.110115715,0.100981267,0.068153434,0.128227194,0.067125645,1,0,0,0,0,0,0,0,0,0,0,0,NA -6075010600,6,75,10600,3356,3356,3343,1797,1248,673,3335,264,2107,425,34,1012,1388,488,0.627830751,0.126638856,0.050520059,0.303448276,0.413587604,0.145976668,0.694490818,0.146911519,1,0,0,1,1,1,1,1,1,1,1,0,Higher -6075020800,6,75,20800,6399,6399,6399,2719,1450,823,6186,475,3962,245,78,524,1651,709,0.619159244,0.038287232,0.094775213,0.084707404,0.258009064,0.110798562,0.533284296,0.17469658,0,0,0,0,0,0,1,1,0,0,0,0,NA -6075061000,6,75,61000,4851,4851,4851,1752,245,1218,4527,198,4223,187,202,728,1179,281,0.870542156,0.038548753,0.165845649,0.1608129,0.243042672,0.057926201,0.139840183,0.113013699,0,1,0,0,1,0,0,0,0,0,0,0,NA -6075020300,6,75,20300,3413,3405,3413,1760,696,526,3311,112,1264,64,34,25,562,288,0.370348667,0.018751831,0.064638783,0.007550589,0.165051395,0.084383241,0.395454545,0.063636364,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075020700,6,75,20700,5075,5075,5075,2491,1053,870,4803,98,2078,119,32,315,672,216,0.409458128,0.023448276,0.036781609,0.06558401,0.132413793,0.042561576,0.422721798,0.03934163,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075021100,6,75,21100,4199,4199,4199,1887,332,986,3905,68,1227,316,66,121,348,285,0.292212432,0.075256013,0.06693712,0.030985915,0.082876875,0.067873303,0.175940647,0.036036036,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075021200,6,75,21200,3095,3084,3084,1453,144,785,2830,62,925,114,37,0,119,208,0.298869144,0.036833603,0.047133758,0,0.038586252,0.067444877,0.099105299,0.042670337,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075021300,6,75,21300,2650,2650,2650,1250,80,608,2501,29,751,93,36,11,226,152,0.283396226,0.03509434,0.059210526,0.004398241,0.085283019,0.057358491,0.064,0.0232,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075010700,6,75,10700,5522,5522,5522,2491,1829,1378,5370,527,4792,871,121,3078,3170,788,0.867801521,0.157732706,0.087808418,0.573184358,0.574067367,0.14270192,0.734243276,0.211561622,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6075016200,6,75,16200,3358,3358,3358,1903,917,423,3292,194,1333,137,34,153,626,449,0.396962478,0.040798094,0.080378251,0.046476306,0.186420488,0.133710542,0.48187073,0.101944298,0,0,0,1,0,0,1,0,1,1,0,-1,NA -6075016900,6,75,16900,3191,3167,3167,1614,710,418,3054,116,1140,152,36,57,380,256,0.357254779,0.047633971,0.086124402,0.018664047,0.11998737,0.080833596,0.439900867,0.071871128,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075025200,6,75,25200,5407,5407,5407,2004,253,1188,4876,74,2102,229,60,144,744,509,0.388755317,0.042352506,0.050505051,0.029532404,0.137599408,0.09413723,0.126247505,0.036926148,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075010100,6,75,10100,3850,3850,3850,2061,993,848,3775,336,1985,430,133,760,1522,711,0.515584416,0.111688312,0.156839623,0.201324503,0.395324675,0.184675325,0.481804949,0.163027656,1,0,0,1,1,1,1,1,0,0,1,1,Higher -6075011200,6,75,11200,3459,3459,3459,1920,688,708,3435,260,1486,368,0,329,604,284,0.429603932,0.10638913,0,0.095778748,0.174616941,0.082104655,0.358333333,0.135416667,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075013400,6,75,13400,3880,3836,3836,1986,301,755,3775,222,1150,223,0,9,302,241,0.296391753,0.057474227,0,0.002384106,0.078727842,0.06282586,0.151560926,0.111782477,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075015100,6,75,15100,2600,2572,2572,1618,738,457,2585,166,1223,492,0,67,311,249,0.470384615,0.189230769,0,0.025918762,0.120917574,0.09681182,0.456118665,0.102595797,1,0,0,0,0,0,1,0,0,0,0,0,NA -6085505303,6,85,505303,6133,6124,6133,2114,87,1417,5524,511,4077,179,80,610,1636,329,0.664764389,0.029186369,0.056457304,0.110427227,0.267145656,0.05364422,0.04115421,0.241721854,0,0,0,0,0,0,0,1,1,1,0,-1,NA -6085505401,6,85,505401,6896,6885,6896,2610,129,1835,6092,292,5375,232,38,405,761,496,0.779437355,0.033642691,0.020708447,0.06648063,0.110530138,0.071925754,0.049425287,0.111877395,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505900,6,85,505900,7444,7316,7316,3190,334,1925,6903,509,3396,600,203,290,1161,877,0.456206341,0.080601827,0.105454545,0.04201072,0.158693275,0.119874248,0.104702194,0.159561129,1,0,0,0,0,0,0,1,0,0,0,0,NA -6085506604,6,85,506604,7823,7823,7823,2619,52,2210,7364,46,3916,382,159,282,843,435,0.500575227,0.048830372,0.071945701,0.038294405,0.107759172,0.055605267,0.019854906,0.017563956,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507100,6,85,507100,3149,3149,3149,1314,24,880,2923,180,856,103,165,0,617,195,0.271832328,0.032708796,0.1875,0,0.195935218,0.06192442,0.01826484,0.136986301,0,0,1,0,0,0,0,0,0,0,0,0,NA -6085507203,6,85,507203,2963,2939,2939,1182,0,703,2865,84,1034,148,125,44,231,351,0.348970638,0.049949376,0.177809388,0.015357766,0.078598163,0.119428377,0,0.07106599,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507205,6,85,507205,4715,4715,4715,1819,40,1274,4523,69,1466,620,44,55,425,450,0.310922587,0.131495228,0.034536892,0.012160071,0.090137858,0.095440085,0.021990104,0.03793293,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085507206,6,85,507206,2399,2399,2399,881,30,715,2291,17,637,318,21,5,139,201,0.265527303,0.132555231,0.029370629,0.002182453,0.057940809,0.08378491,0.034052213,0.019296254,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085507402,6,85,507402,4068,4068,4062,1425,93,1119,3899,71,1993,328,61,129,406,404,0.489921337,0.080629302,0.054512958,0.033085407,0.099803343,0.099458395,0.065263158,0.049824561,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508304,6,85,508304,8459,8436,8459,2974,137,2201,8030,518,6223,375,408,914,2214,398,0.735666154,0.044331481,0.185370286,0.113823163,0.262446657,0.047050479,0.046065905,0.174176194,0,1,1,0,0,0,0,1,0,0,0,0,NA -6085508404,6,85,508404,6997,6997,6997,2391,213,1782,6345,44,4043,435,95,558,740,410,0.577819065,0.062169501,0.053310887,0.087943262,0.105759611,0.058596541,0.089084065,0.018402342,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509106,6,85,509106,4376,4376,4376,1669,52,1147,3955,160,2952,203,55,352,548,254,0.674588665,0.046389397,0.047951177,0.089001264,0.125228519,0.058043876,0.031156381,0.095865788,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509600,6,85,509600,3465,3455,3455,1520,87,826,3248,145,1386,86,45,65,406,283,0.4,0.024819625,0.054479419,0.020012315,0.117510854,0.081910275,0.057236842,0.095394737,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512001,6,85,512001,6993,6914,6977,2035,21,1757,6655,63,5337,204,148,326,445,283,0.763191763,0.029172029,0.084234491,0.048985725,0.064362164,0.040561846,0.01031941,0.030958231,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085510802,6,85,510802,1923,1914,1914,679,41,526,1844,23,916,275,32,60,154,191,0.476339054,0.14300572,0.060836502,0.032537961,0.08045977,0.099791014,0.060382916,0.033873343,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511100,6,85,511100,5584,5558,5584,1816,50,1511,5378,60,2450,425,67,103,318,273,0.438753582,0.076110315,0.044341496,0.019152101,0.057214825,0.048889685,0.02753304,0.033039648,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085511200,6,85,511200,4974,4974,4974,1726,0,1331,4725,28,1666,312,87,57,236,221,0.334941697,0.062726176,0.065364388,0.012063492,0.047446723,0.044431041,0,0.01622248,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085501000,6,85,501000,4721,4705,4705,2122,474,773,4446,664,3562,408,128,682,2337,719,0.754501165,0.086422368,0.165588616,0.153396311,0.496705632,0.152816153,0.223374175,0.312912347,1,1,0,1,1,1,1,1,1,1,1,0,Higher -6085501502,6,85,501502,4855,4855,4855,1232,42,953,4425,197,4311,211,293,874,2622,483,0.887950566,0.04346035,0.307450157,0.197514124,0.540061792,0.099485067,0.034090909,0.159902597,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085502800,6,85,502800,4432,4408,4408,1350,38,1115,4203,37,2045,232,101,307,403,363,0.461416968,0.05234657,0.09058296,0.073043064,0.091424682,0.082350272,0.028148148,0.027407407,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502908,6,85,502908,7255,7213,7255,2368,59,1904,6595,109,3376,356,127,184,868,601,0.465334252,0.049069607,0.066701681,0.027899924,0.120338278,0.082839421,0.024915541,0.046030405,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503003,6,85,503003,5553,5549,5553,1844,18,1501,5088,86,2209,383,103,142,554,425,0.397802989,0.068971727,0.068620919,0.027908805,0.099837809,0.076535206,0.009761388,0.046637744,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503212,6,85,503212,4403,4398,4398,976,33,890,4182,90,4117,319,121,918,1166,464,0.935044288,0.072450602,0.135955056,0.219512195,0.265120509,0.105502501,0.033811475,0.092213115,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503218,6,85,503218,4918,4884,4918,1184,123,919,4552,264,4681,180,211,1438,2464,374,0.951809679,0.036600244,0.229597388,0.315905097,0.504504505,0.076047174,0.103885135,0.222972973,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6041113000,6,41,113000,3283,3283,3283,1533,58,758,3125,31,274,305,81,0,517,353,0.08346025,0.092902833,0.106860158,0,0.157477917,0.107523606,0.037834312,0.020221787,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041122000,6,41,122000,2818,0,0,0,0,0,2818,0,2349,0,0,132,0,0,0.833569908,0,0,0.046841732,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6041126100,6,41,126100,6145,6145,6145,2344,77,1796,5918,109,967,482,164,33,332,449,0.15736371,0.078437754,0.091314031,0.005576208,0.054027665,0.073067535,0.032849829,0.046501706,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041105000,6,41,105000,6883,6883,6836,2741,170,1532,6504,359,3155,254,91,253,780,375,0.458375708,0.036902513,0.059399478,0.038899139,0.113322679,0.054856641,0.06202116,0.130974097,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041110100,6,41,110100,5646,4993,5604,2255,146,1294,5416,331,1732,568,128,361,1163,572,0.306765852,0.100602196,0.098918083,0.066654357,0.232926097,0.10206995,0.064745011,0.146784922,1,0,0,0,0,0,0,1,0,0,0,0,NA -6013359102,6,13,359102,5989,5983,5983,1914,112,1474,5596,148,4433,460,319,424,1098,810,0.740190349,0.07680748,0.21641791,0.075768406,0.183519973,0.135383587,0.058516196,0.077324974,0,1,1,1,0,0,0,0,0,0,0,0,NA -6013367100,6,13,367100,5193,5156,5178,1979,230,1229,4914,343,4715,411,329,494,1853,606,0.907953014,0.079145003,0.267697315,0.100529101,0.359387122,0.117033604,0.116220313,0.173319859,0,1,1,0,0,1,0,1,1,1,1,0,Higher -6013372000,6,13,372000,7703,7703,7703,2270,108,1681,7223,196,6613,344,256,1466,2979,762,0.85849669,0.044657925,0.152290303,0.202962758,0.386732442,0.098922498,0.047577093,0.086343612,0,1,0,0,1,1,0,0,1,1,1,0,Higher -6013390100,6,13,390100,2465,2465,2465,914,16,663,2347,13,928,253,46,64,147,165,0.376470588,0.102636917,0.069381599,0.027268854,0.059634888,0.06693712,0.01750547,0.014223195,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013306002,6,13,306002,3587,3587,3587,1059,18,791,3347,47,2190,306,167,351,1177,498,0.610538054,0.085308057,0.211125158,0.104870033,0.328129356,0.138834681,0.016997167,0.044381492,1,0,1,1,0,1,0,0,0,0,1,1,High -6013311000,6,13,311000,5348,5333,5348,1483,130,1167,4821,286,4577,336,419,292,2192,934,0.855833957,0.062827225,0.359040274,0.060568347,0.411025689,0.174644727,0.087660148,0.192852326,0,1,1,1,0,1,0,1,1,1,1,0,Higher -6013314102,6,13,314102,6379,6365,6379,1828,94,1568,5980,164,5305,276,311,938,2127,618,0.831635053,0.04326697,0.198341837,0.156856187,0.334171249,0.096880389,0.051422319,0.089715536,0,1,1,0,1,1,0,0,1,1,1,0,High -6013314103,6,13,314103,5717,5717,5717,1586,142,1282,5314,283,5119,79,336,796,3073,708,0.895399685,0.013818436,0.262090484,0.149793,0.537519678,0.123841175,0.089533417,0.178436318,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6013331000,6,13,331000,7144,7057,7057,2796,183,1784,6826,335,3400,640,251,441,2517,970,0.475923852,0.089585666,0.140695067,0.064605919,0.356667139,0.137452175,0.065450644,0.11981402,1,0,0,1,0,1,0,0,0,0,0,0,NA -6013345102,6,13,345102,3743,3743,3743,1176,9,1024,3436,0,1453,137,91,96,199,368,0.38819129,0.036601656,0.088867188,0.027939464,0.05316591,0.098316858,0.007653061,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013346101,6,13,346101,3267,3256,3267,1304,5,1075,3073,13,768,308,76,5,159,177,0.235078053,0.094276094,0.070697674,0.001627075,0.048832924,0.054178145,0.003834356,0.009969325,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013351200,6,13,351200,6191,6147,6174,2103,38,1842,5831,12,1556,362,138,30,261,250,0.25133258,0.058471975,0.074918567,0.005144915,0.042459736,0.040492387,0.018069425,0.005706134,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013352102,6,13,352102,5873,5204,5873,1901,33,1609,5716,11,1707,459,108,129,387,420,0.290652137,0.078154265,0.067122436,0.02256823,0.074365872,0.071513707,0.017359285,0.005786428,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013352202,6,13,352202,2837,2777,2777,1108,22,795,2780,32,765,440,64,11,199,224,0.26965104,0.155093409,0.080503145,0.003956835,0.071660065,0.080662586,0.019855596,0.028880866,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013355200,6,13,355200,11313,11164,11313,2963,80,2480,10570,46,9278,254,454,555,2130,725,0.820118448,0.022452046,0.183064516,0.052507096,0.190791831,0.064085565,0.026999663,0.015524806,0,1,1,0,0,0,0,0,0,0,0,0,NA -6013369002,6,13,369002,2782,2782,2782,1063,55,656,2586,168,2026,85,99,289,1143,344,0.728253055,0.030553559,0.150914634,0.111755607,0.4108555,0.123652049,0.051740357,0.158043274,0,1,0,1,0,1,0,1,1,1,1,0,High -6013371000,6,13,371000,5892,5892,5892,1954,109,1270,5581,177,4407,190,229,907,1761,405,0.74796334,0.032247115,0.180314961,0.162515678,0.298879837,0.068737271,0.055783009,0.090583419,0,1,1,0,1,1,0,0,1,1,1,0,High -6013387000,6,13,387000,2975,2975,2975,1105,65,702,2719,177,1602,226,93,179,962,253,0.538487395,0.075966387,0.132478632,0.065833027,0.323361345,0.085042017,0.058823529,0.160180995,0,0,0,0,0,1,0,1,0,0,0,0,NA -6013322000,6,13,322000,6492,6485,6485,2453,87,1627,6110,130,2700,494,188,128,972,755,0.415896488,0.076093654,0.115550092,0.020949264,0.149884348,0.116422513,0.035466775,0.052996331,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013334001,6,13,334001,3942,3942,3942,1505,247,987,3762,247,1604,298,173,248,1071,563,0.406900051,0.075596144,0.175278622,0.065922382,0.271689498,0.142820903,0.164119601,0.164119601,0,0,0,1,0,0,1,1,0,0,0,0,NA -6013323000,6,13,323000,4364,4348,4364,1671,18,1225,3875,79,1311,273,96,72,321,319,0.300412466,0.062557287,0.078367347,0.018580645,0.073827047,0.073098075,0.010771993,0.04727708,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013326000,6,13,326000,3588,3545,3556,1324,49,941,3337,50,722,300,84,57,410,396,0.20122631,0.08361204,0.089266738,0.017081211,0.115655853,0.11136108,0.037009063,0.03776435,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013333200,6,13,333200,5994,5973,5901,2272,0,1544,5601,165,2057,427,96,201,712,663,0.34317651,0.071237905,0.062176166,0.035886449,0.119203081,0.112353838,0,0.072623239,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013341000,6,13,341000,5439,5426,5426,2145,51,1427,5138,65,1458,244,40,16,265,249,0.268063982,0.044861188,0.028030834,0.003114052,0.048838924,0.045890158,0.023776224,0.03030303,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013343002,6,13,343002,4951,4783,4783,1870,127,1369,4569,112,1914,463,161,58,491,407,0.386588568,0.093516461,0.117604091,0.012694244,0.102655237,0.085093038,0.067914439,0.059893048,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013345101,6,13,345101,5731,5723,5723,1824,31,1564,5191,64,2763,308,213,172,454,466,0.482114814,0.053742802,0.136189258,0.033134271,0.079329023,0.081425826,0.016995614,0.035087719,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013350000,6,13,350000,6203,6187,6187,2579,120,1625,5961,232,1767,411,178,98,683,402,0.284862163,0.066258262,0.109538462,0.016440195,0.110392759,0.064974947,0.046529663,0.089957348,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013355301,6,13,355301,8542,8474,8542,2893,37,2156,8024,31,2504,329,133,92,723,411,0.29313978,0.03851557,0.061688312,0.011465603,0.085319802,0.048115196,0.012789492,0.01071552,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013358000,6,13,358000,6195,6195,6195,2232,198,1589,5803,311,4520,331,381,378,1883,806,0.729620662,0.053430186,0.239773442,0.065138721,0.303954802,0.130104923,0.088709677,0.139336918,0,1,1,1,0,1,0,0,0,0,1,1,High -6085509403,6,85,509403,5244,5111,5244,2173,196,1043,4802,503,3595,0,232,401,1687,140,0.685545385,0,0.222435283,0.083506872,0.330072393,0.026697178,0.090197883,0.23147722,0,0,1,0,0,1,0,1,0,0,0,0,NA -6085509802,6,85,509802,3134,3127,3127,1148,8,827,2929,49,1464,214,53,82,254,152,0.467134652,0.068283344,0.064087062,0.027995903,0.081228014,0.04860889,0.006968641,0.042682927,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085510200,6,85,510200,4561,4561,4561,1429,12,1229,4362,8,1502,367,65,33,255,343,0.329313747,0.08046481,0.052888527,0.007565337,0.055908792,0.075202806,0.008397481,0.005598321,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085510600,6,85,510600,6075,6075,6075,2253,75,1691,5707,66,2958,591,145,453,685,589,0.48691358,0.097283951,0.085748078,0.079376205,0.112757202,0.096954733,0.033288948,0.029294274,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511800,6,85,511800,4331,4308,4331,1533,36,1131,4100,45,546,269,46,35,434,271,0.126067883,0.062110367,0.040671972,0.008536585,0.100742804,0.062572154,0.023483366,0.029354207,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085511907,6,85,511907,4158,4158,4158,1359,8,1188,3949,0,2400,353,75,170,220,415,0.577200577,0.084896585,0.063131313,0.043048873,0.052910053,0.0998076,0.005886681,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511909,6,85,511909,7777,7777,7777,2618,21,2196,7381,37,4309,346,50,205,325,308,0.554069693,0.044490163,0.02276867,0.027774014,0.041789893,0.03960396,0.00802139,0.014132926,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512021,6,85,512021,6537,6537,6537,2076,27,1651,6152,60,4441,107,285,502,1171,409,0.679363622,0.016368365,0.172622653,0.08159948,0.179134159,0.062566927,0.01300578,0.028901734,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512026,6,85,512026,4017,4017,4017,1323,14,1020,3715,82,3210,193,186,274,640,325,0.799103809,0.048045805,0.182352941,0.073755047,0.159322878,0.080906149,0.010582011,0.061980348,0,1,1,0,0,0,0,0,0,0,0,0,NA -6085503802,6,85,503802,8705,8481,8481,2312,73,1985,8350,76,7359,443,218,698,1939,972,0.845376221,0.050890293,0.109823678,0.083592814,0.228628699,0.114609126,0.031574394,0.032871972,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085503803,6,85,503803,4790,4790,4784,1391,32,1240,4495,79,4259,196,94,795,1254,496,0.88914405,0.04091858,0.075806452,0.176863181,0.261795407,0.10367893,0.023005032,0.056793674,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503804,6,85,503804,5585,5575,5575,1747,99,1217,5252,189,4769,326,168,805,1256,433,0.85389436,0.058370636,0.138044371,0.153274943,0.22529148,0.077668161,0.056668575,0.108185461,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085504307,6,85,504307,5430,5411,5430,1764,42,1435,5185,101,4709,307,168,547,874,445,0.867219153,0.056537753,0.117073171,0.105496625,0.161522824,0.081952118,0.023809524,0.057256236,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504311,6,85,504311,7431,7431,7431,2577,180,1816,6818,199,6690,273,175,500,1375,351,0.9002826,0.03673799,0.096365639,0.073335289,0.185035661,0.047234558,0.069848661,0.077221575,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504413,6,85,504413,1923,1923,1918,727,103,498,1780,117,1645,228,8,252,276,309,0.855434217,0.118564743,0.016064257,0.141573034,0.143525741,0.161105318,0.141678129,0.160935351,1,1,0,1,1,0,0,1,0,0,0,0,NA -6085504420,6,85,504420,4438,4438,4438,1425,34,1177,4290,21,3708,336,23,489,480,271,0.835511492,0.075709779,0.019541206,0.113986014,0.108156827,0.061063542,0.023859649,0.014736842,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505007,6,85,505007,4357,3894,4179,955,17,743,4164,78,3273,454,138,464,604,365,0.751204958,0.104200138,0.185733513,0.111431316,0.155110426,0.087341469,0.017801047,0.081675393,1,1,1,0,0,0,0,0,0,0,0,0,NA -6085505402,6,85,505402,3243,3243,3243,1139,70,672,3064,59,1991,302,58,252,540,381,0.613937712,0.093123651,0.086309524,0.082245431,0.166512488,0.117483811,0.061457419,0.051799824,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607200,6,81,607200,4046,4004,4014,1639,166,811,3852,312,2460,454,87,399,777,547,0.608007909,0.11220959,0.107274969,0.103582555,0.194055944,0.136273044,0.101281269,0.190359976,1,0,0,1,0,0,0,1,0,0,0,0,NA -6085506204,6,85,506204,5876,5876,5876,2039,52,1593,5570,116,4733,414,73,616,828,395,0.805479918,0.070456093,0.045825487,0.11059246,0.140912185,0.0672226,0.025502697,0.056890633,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085506305,6,85,506305,6652,6652,6652,2435,145,1689,6051,458,4596,247,331,604,1990,644,0.690920024,0.03713169,0.195973949,0.099818212,0.299158148,0.096812989,0.059548255,0.188090349,0,0,1,0,0,1,0,1,1,1,0,-1,NA -6085506402,6,85,506402,6030,5902,5902,2282,66,1530,5462,309,3623,367,174,472,1457,551,0.600829187,0.060862355,0.11372549,0.086415233,0.246865469,0.093358184,0.028921998,0.135407537,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608004,6,81,608004,8293,8293,8293,3133,264,2135,7685,300,5763,406,181,397,884,417,0.694923429,0.048956952,0.084777518,0.051659076,0.106595924,0.050283372,0.084264283,0.095754868,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608023,6,81,608023,2629,2629,2629,892,23,691,2521,14,1695,197,12,222,223,184,0.644731837,0.074933435,0.017366136,0.088060294,0.084823127,0.069988589,0.025784753,0.015695067,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608100,6,81,608100,3958,3925,3945,1427,65,1095,3644,60,2368,258,74,223,236,312,0.598281961,0.065184437,0.067579909,0.061196487,0.060127389,0.079087452,0.045550105,0.042046251,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081608502,6,81,608502,2749,2749,2749,1161,53,729,2637,122,1465,144,81,99,320,196,0.532921062,0.052382685,0.111111111,0.037542662,0.116405966,0.071298654,0.045650301,0.105081826,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081600100,6,81,600100,5182,5162,5182,2035,78,1297,4963,176,3008,296,81,122,669,399,0.580470861,0.057120803,0.062451812,0.024581906,0.12960093,0.076997298,0.038329238,0.086486486,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081601100,6,81,601100,6222,6185,6222,1835,59,1489,5981,39,5071,505,96,524,718,530,0.81501125,0.081163613,0.064472801,0.087610767,0.116087308,0.085181614,0.032152589,0.021253406,1,1,0,0,0,0,0,0,0,0,0,0,NA -6081601300,6,81,601300,8538,8476,8538,2523,381,1838,7989,643,7813,635,490,1368,2123,940,0.9150855,0.07437339,0.266594124,0.171235449,0.250471921,0.110096041,0.151010702,0.254855331,0,1,1,0,1,0,1,1,1,1,0,-1,NA -6081601501,6,81,601501,5561,5533,5548,1307,62,1058,5270,66,5016,447,118,610,731,452,0.901996044,0.080381226,0.111531191,0.115749526,0.132116393,0.0814708,0.047436878,0.050497322,1,1,0,0,0,0,0,0,0,0,0,0,NA -6081601700,6,81,601700,4326,4313,4313,1311,27,1029,4051,45,3207,318,75,61,414,541,0.741331484,0.073509015,0.072886297,0.01505801,0.095988871,0.125434732,0.020594966,0.034324943,0,1,0,1,0,0,0,0,0,0,0,0,NA -6081602000,6,81,602000,8439,8376,8413,2418,75,1905,8057,173,7072,607,182,731,1801,981,0.838013983,0.071927954,0.095538058,0.090728559,0.215019102,0.116605254,0.03101737,0.071546733,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081602400,6,81,602400,7603,7603,7603,2690,262,1834,7234,173,4832,814,183,438,1454,893,0.635538603,0.107063001,0.099781897,0.060547415,0.1912403,0.117453637,0.09739777,0.064312268,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085512506,6,85,512506,7443,7428,7443,1959,95,1673,6858,184,6179,156,479,664,2283,677,0.830176004,0.020959291,0.286312014,0.096821231,0.307350565,0.090957947,0.04849413,0.093925472,0,1,1,0,0,1,0,0,1,1,1,0,High -6085512025,6,85,512025,3247,3247,3247,1064,138,869,3120,117,1995,407,69,190,322,361,0.614413305,0.125346474,0.079401611,0.060897436,0.099168463,0.11117955,0.129699248,0.109962406,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511912,6,85,511912,5545,5522,5533,1752,12,1597,5331,59,3512,445,31,341,333,385,0.63336339,0.08025248,0.019411396,0.063965485,0.060304238,0.069582505,0.006849315,0.033675799,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511913,6,85,511913,4338,4338,4338,1396,32,1246,4066,0,1542,302,22,149,99,264,0.355463347,0.069617335,0.017656501,0.036645352,0.022821577,0.060857538,0.022922636,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085511914,6,85,511914,5872,5858,5872,1930,71,1684,5661,37,2408,422,91,121,332,496,0.410081744,0.071866485,0.054038005,0.021374315,0.056674633,0.084468665,0.036787565,0.019170984,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512029,6,85,512029,6688,6661,6683,2296,18,1699,6307,0,3722,329,52,372,464,455,0.556519139,0.049192584,0.030606239,0.058982083,0.06965921,0.068083196,0.007839721,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512030,6,85,512030,3246,3226,3241,992,14,829,2966,28,1641,188,55,147,186,282,0.505545287,0.057917437,0.066344994,0.049561699,0.057656541,0.087010182,0.014112903,0.028225806,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512034,6,85,512034,3034,3028,3034,1004,33,814,2723,64,1709,117,102,161,157,311,0.563282795,0.038562953,0.125307125,0.059125964,0.051849406,0.102504944,0.032868526,0.06374502,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512503,6,85,512503,9452,9392,9452,2829,78,2335,8983,166,4330,397,199,63,311,454,0.458104105,0.042001693,0.085224839,0.007013247,0.033113288,0.048032163,0.02757158,0.058677978,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512508,6,85,512508,8007,7996,8007,2629,209,1872,7618,492,5259,515,394,1164,3241,921,0.6568003,0.064318721,0.210470085,0.152796009,0.405327664,0.115024354,0.079497908,0.187143401,0,0,1,0,1,1,0,1,0,0,1,1,High -6085500300,6,85,500300,3987,3961,3987,1504,74,821,3847,102,2524,62,103,209,1035,386,0.633057437,0.015550539,0.12545676,0.054328048,0.261297652,0.096814648,0.049202128,0.067819149,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085500800,6,85,500800,4176,4131,4174,2062,344,889,4013,338,2574,176,68,329,1206,309,0.61637931,0.042145594,0.076490439,0.081983553,0.291938998,0.074029708,0.166828322,0.163918526,0,0,0,0,0,1,1,1,0,0,0,0,NA -6085501300,6,85,501300,4063,3501,4053,1095,98,489,3968,141,1800,137,63,105,1504,685,0.443022397,0.033718927,0.128834356,0.026461694,0.429591545,0.169010609,0.089497717,0.128767123,0,0,0,1,0,1,0,0,0,0,0,0,NA -6085502910,6,85,502910,3583,3576,3583,1390,28,935,3379,142,1758,242,77,87,611,460,0.490650293,0.067541167,0.082352941,0.025747263,0.170861298,0.128384036,0.020143885,0.102158273,0,0,0,1,0,0,0,0,0,0,0,0,NA -6085503112,6,85,503112,4092,4075,4092,1471,175,793,3848,280,3503,169,193,699,1673,436,0.856060606,0.041300098,0.243379571,0.181652807,0.410552147,0.106549365,0.118966689,0.190346703,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085503116,6,85,503116,5869,5869,5869,2294,165,1603,5439,131,4007,175,299,836,1281,669,0.682739819,0.029817686,0.186525265,0.153704725,0.218265463,0.113988754,0.071926765,0.057105493,0,0,1,0,1,0,0,0,0,0,0,0,NA -6085503207,6,85,503207,4228,4228,4228,1059,30,975,4099,129,4022,278,132,789,886,482,0.9512772,0.065752129,0.135384615,0.192485972,0.209555345,0.114001892,0.028328612,0.121813031,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503217,6,85,503217,4785,4785,4785,1094,36,1008,4334,105,4588,54,292,1045,1977,321,0.958829676,0.011285266,0.28968254,0.241116751,0.413166144,0.067084639,0.032906764,0.095978062,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6085503323,6,85,503323,4865,4835,4854,1238,34,1190,4640,46,4384,236,97,589,702,430,0.901130524,0.048509764,0.081512605,0.126939655,0.145191313,0.088586733,0.027463651,0.037156704,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503324,6,85,503324,3603,3603,3603,906,19,846,3385,78,3338,165,136,417,597,314,0.92645018,0.045795171,0.160756501,0.123190547,0.165695254,0.087149598,0.020971302,0.086092715,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503325,6,85,503325,4591,4545,4591,1182,30,1031,4455,109,4273,360,83,614,645,398,0.930734045,0.078414289,0.080504365,0.137822671,0.141914191,0.086691353,0.025380711,0.092216582,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504001,6,85,504001,6344,6319,6344,1561,97,1221,6025,336,6021,235,246,1123,2308,505,0.94908575,0.037042875,0.201474201,0.186390041,0.365247666,0.079602774,0.062139654,0.215246637,0,1,1,0,1,1,0,1,0,0,1,1,Higher -6085504201,6,85,504201,5036,5021,5031,1632,36,1271,4827,20,2863,232,146,174,444,448,0.568506751,0.046068308,0.114870181,0.036047234,0.0884286,0.089047903,0.022058824,0.012254902,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085504318,6,85,504318,5929,5923,5929,1689,35,1241,5463,26,5289,211,206,1236,1995,493,0.892055996,0.035587789,0.165995165,0.226249314,0.336822556,0.083150616,0.020722321,0.015393724,0,1,0,0,1,1,0,0,1,1,1,0,High -6085504411,6,85,504411,5836,5836,5836,1530,28,1267,5637,72,4939,335,192,695,566,471,0.846298835,0.05740233,0.151539069,0.123292531,0.096984236,0.080705963,0.018300654,0.047058824,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504418,6,85,504418,5209,5203,5203,1403,64,1200,4989,185,4621,196,164,555,1162,436,0.887118449,0.037627184,0.136666667,0.111244738,0.223332693,0.083797809,0.045616536,0.131860299,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6085504806,6,85,504806,3124,3116,3124,797,15,651,2895,53,2520,189,26,335,601,300,0.806658131,0.06049936,0.039938556,0.115716753,0.192875481,0.09603073,0.018820577,0.066499373,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085506401,6,85,506401,5196,5176,5176,2219,199,1419,4826,415,3129,356,245,376,1082,562,0.602193995,0.068514242,0.172656801,0.077911314,0.209041731,0.108578053,0.089680036,0.187021181,0,0,0,0,0,0,0,1,0,0,0,0,NA -6085506501,6,85,506501,7132,7017,6997,2393,197,1524,6564,554,5519,181,202,850,2731,582,0.773836231,0.025378575,0.132545932,0.129494211,0.389197663,0.083178505,0.082323443,0.231508567,0,1,0,0,1,1,0,1,1,1,1,0,High -6085503321,6,85,503321,4872,4856,4866,1129,43,1029,4663,36,4540,330,62,645,633,576,0.931855501,0.06773399,0.060252672,0.138322968,0.130354201,0.11837238,0.038086802,0.031886625,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503327,6,85,503327,4637,4622,4622,1351,113,1045,4492,178,4003,311,102,413,1044,593,0.863273668,0.067069226,0.097607656,0.091941229,0.225876244,0.128299437,0.083641747,0.131754256,0,1,0,1,0,0,0,0,0,0,0,0,NA -6095253107,6,95,253107,6086,6009,5983,2405,60,1439,5658,351,3372,399,407,288,2358,678,0.554058495,0.065560302,0.282835302,0.050901379,0.392411383,0.113321076,0.024948025,0.145945946,0,0,1,0,0,1,0,1,0,0,0,0,NA -6085503510,6,85,503510,5929,5918,5929,1393,115,1120,5625,223,5550,218,266,1164,1925,471,0.93607691,0.036768426,0.2375,0.206933333,0.32527881,0.07944004,0.082555635,0.160086145,0,1,1,0,1,1,0,1,1,1,1,0,High -6085501200,6,85,501200,4212,4098,4161,1301,62,778,3974,157,3408,170,107,540,1483,481,0.809116809,0.040360874,0.137532134,0.135883241,0.361883846,0.115597212,0.04765565,0.120676403,0,1,0,0,1,1,0,0,1,1,1,0,High -6085501700,6,85,501700,4962,4944,4962,1334,99,916,4560,432,4328,79,252,960,2630,490,0.87222894,0.015921,0.27510917,0.210526316,0.531957929,0.098750504,0.074212894,0.323838081,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6095253108,6,95,253108,5182,5174,5138,1681,46,1204,4637,121,2694,237,166,250,1314,789,0.519876496,0.045735237,0.137873754,0.053914169,0.253962118,0.153561697,0.027364664,0.071980964,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095253203,6,95,253203,4131,4053,4031,1523,48,1076,3969,124,1489,162,276,55,1213,488,0.360445413,0.039215686,0.256505576,0.013857395,0.299284481,0.121061771,0.031516743,0.081418253,0,0,1,1,0,1,0,0,0,0,0,0,NA -6095252608,6,95,252608,4205,4195,4195,1353,69,987,3749,281,3476,118,356,393,1798,532,0.826634958,0.028061831,0.360688956,0.104827954,0.428605483,0.12681764,0.050997783,0.207686622,0,1,1,1,0,1,0,1,1,1,1,0,Higher -6095252107,6,95,252107,3720,3720,3720,1427,21,1082,3456,90,1320,227,100,14,395,498,0.35483871,0.061021505,0.092421442,0.004050926,0.106182796,0.133870968,0.014716188,0.063069376,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095252605,6,95,252605,5957,5957,5949,1972,213,1466,5423,356,4987,283,436,605,3259,988,0.837166359,0.047507134,0.297407913,0.111561866,0.54708746,0.166078332,0.10801217,0.180527383,0,1,1,1,0,1,0,1,1,1,1,0,Higher -6095252903,6,95,252903,3926,3906,3926,1551,15,1120,3786,83,857,335,45,66,622,542,0.218288334,0.085328579,0.040178571,0.017432647,0.159242192,0.138053999,0.00967118,0.053513862,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095251701,6,95,251701,3415,3413,3415,1343,226,785,3185,314,2270,160,253,44,1347,439,0.664714495,0.046852123,0.322292994,0.013814757,0.394667448,0.128550512,0.16827997,0.233804914,0,0,1,1,0,1,1,1,1,1,1,0,High -6095252000,6,95,252000,4582,4582,4582,2233,211,1321,4306,243,1174,555,199,2,936,685,0.256219991,0.121126146,0.150643452,0.000464468,0.204277608,0.149498036,0.094491715,0.108822212,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095252105,6,95,252105,3253,3253,3236,1300,32,921,3165,64,1261,197,137,59,347,320,0.387642176,0.060559484,0.148751357,0.01864139,0.106670765,0.098887515,0.024615385,0.049230769,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252606,6,95,252606,5434,5262,5407,1608,175,1169,5082,251,4537,330,245,910,2272,659,0.83492823,0.060728745,0.209580838,0.179063361,0.43177499,0.121879046,0.108830846,0.156094527,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6095252703,6,95,252703,4178,4158,4142,1307,63,1048,3772,141,3354,113,235,222,1459,374,0.802776448,0.027046434,0.224236641,0.058854719,0.350889851,0.090294544,0.048201989,0.107880643,0,1,1,0,0,1,0,0,1,1,1,0,High -6095252707,6,95,252707,5379,5379,5320,1762,109,1351,5085,214,3542,388,360,200,1644,968,0.658486708,0.072132367,0.266469282,0.039331367,0.305633017,0.181954887,0.061861521,0.121452894,0,0,1,1,0,1,0,0,0,0,0,0,NA -6095253201,6,95,253201,4827,4824,4824,1846,42,1438,4517,35,1231,411,118,21,716,712,0.255023824,0.085146053,0.082058414,0.004649103,0.148424544,0.147595357,0.022751896,0.018959913,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095250701,6,95,250701,3595,3550,3583,1134,42,806,3243,143,2922,111,262,232,1515,679,0.812795549,0.030876217,0.325062035,0.071538699,0.426760563,0.189506001,0.037037037,0.126102293,0,1,1,1,0,1,0,0,1,1,1,0,High -6095250900,6,95,250900,2771,2771,2771,1364,502,583,2383,538,2190,181,327,168,2008,474,0.790328401,0.065319379,0.560891938,0.070499371,0.724648141,0.17105738,0.368035191,0.394428152,0,1,1,1,0,1,1,1,1,1,1,0,Highest -6095251702,6,95,251702,2670,2652,2664,999,22,637,2506,110,2165,69,130,87,737,270,0.810861423,0.025842697,0.204081633,0.03471668,0.277903469,0.101351351,0.022022022,0.11011011,0,1,1,0,0,0,0,0,1,1,0,-1,NA -6095251902,6,95,251902,5833,5833,5833,1731,102,1319,5417,205,5082,322,253,600,2077,745,0.871249786,0.055203154,0.191811979,0.110762415,0.35607749,0.127721584,0.058925477,0.118428654,0,1,1,1,0,1,0,0,1,1,1,0,Higher -6095251903,6,95,251903,5817,5809,5817,1684,31,1363,5426,146,5246,304,334,370,2374,570,0.901839436,0.052260615,0.245047689,0.068190195,0.408676192,0.097988654,0.018408551,0.086698337,0,1,1,0,0,1,0,0,1,1,1,0,Higher -6095252104,6,95,252104,5686,5686,5686,1856,35,1627,5462,71,2684,223,178,24,614,457,0.472036581,0.039219135,0.109403811,0.004393995,0.107984523,0.080372846,0.018857759,0.03825431,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252909,6,95,252909,3366,3341,3335,1053,24,803,3215,13,1473,69,110,70,208,279,0.437611408,0.020499109,0.136986301,0.021772939,0.062256809,0.083658171,0.022792023,0.012345679,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252910,6,95,252910,5820,5813,5666,1967,65,1494,5573,142,2737,230,173,106,843,527,0.470274914,0.0395189,0.115796519,0.019020276,0.145019783,0.093010942,0.033045247,0.072191154,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253300,6,95,253300,2949,2924,2949,869,4,750,2765,4,1183,198,83,300,749,272,0.401152933,0.067141404,0.110666667,0.108499096,0.256155951,0.092234656,0.004602992,0.004602992,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075015700,6,75,15700,8912,6059,8766,2600,462,1195,8530,292,4592,260,65,179,1043,433,0.515260323,0.029174147,0.054393305,0.02098476,0.172140617,0.049395391,0.177692308,0.112307692,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075016400,6,75,16400,4187,3982,4019,1806,599,512,4004,106,1629,168,41,83,340,183,0.38906138,0.040124194,0.080078125,0.020729271,0.085384229,0.045533715,0.331672204,0.058693245,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075016600,6,75,16600,5583,5583,5583,2398,940,916,5487,154,1422,206,0,69,812,326,0.254701773,0.036897725,0,0.012575178,0.145441519,0.058391546,0.391993328,0.064220183,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075017902,6,75,17902,3064,2977,3064,595,185,286,2993,130,2240,7,125,118,1929,517,0.731070496,0.002284595,0.437062937,0.039425326,0.647967753,0.168733681,0.31092437,0.218487395,0,1,1,1,0,1,1,1,1,1,1,0,Higher -6075021400,6,75,21400,3783,3783,3783,1744,272,798,3484,131,1144,207,63,46,292,284,0.302405498,0.054718477,0.078947368,0.013203215,0.077187417,0.075072694,0.155963303,0.075114679,0,0,0,0,0,0,1,0,0,0,0,0,NA -6085507401,6,85,507401,5658,5658,5658,1929,52,1716,5586,54,3851,531,49,249,312,392,0.680629198,0.093849417,0.028554779,0.044575725,0.05514316,0.069282432,0.026956973,0.027993779,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508602,6,85,508602,4899,4899,4899,2141,322,1197,4604,210,2838,284,99,542,721,528,0.579301898,0.057971014,0.082706767,0.117723719,0.147172892,0.107777097,0.150397011,0.098085007,0,0,0,0,0,0,1,0,0,0,0,0,NA -6085508703,6,85,508703,7933,7933,7933,3151,86,2076,7495,227,5815,279,246,636,908,417,0.733013992,0.035169545,0.11849711,0.084856571,0.114458591,0.052565234,0.027292923,0.072040622,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085508800,6,85,508800,3941,3941,3941,1463,79,846,3666,190,2959,50,73,425,901,229,0.750824664,0.012687135,0.086288416,0.115930169,0.228622177,0.058107079,0.053998633,0.12987013,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6085508900,6,85,508900,5296,5287,5296,1685,92,1138,4786,230,4380,216,131,663,1105,390,0.827039275,0.040785498,0.115114236,0.138529043,0.209003215,0.073640483,0.054599407,0.136498516,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085509000,6,85,509000,7832,7698,7832,2557,77,1817,7056,395,6076,187,426,779,2415,449,0.775791624,0.023876404,0.234452394,0.110402494,0.313717849,0.057328907,0.030113414,0.154477904,0,1,1,0,0,1,0,1,1,1,1,0,High -6085509107,6,85,509107,5135,5135,5135,1986,155,1188,4735,291,3659,104,200,302,1218,78,0.712560857,0.020253165,0.168350168,0.063780359,0.237195716,0.015189873,0.078046324,0.14652568,0,1,0,0,0,0,0,1,0,0,0,0,NA -6085509303,6,85,509303,3577,3577,3577,1741,238,884,3376,334,2192,334,110,259,738,367,0.612804026,0.093374336,0.124434389,0.076718009,0.206318144,0.102599944,0.136703044,0.191843768,1,0,0,0,0,0,0,1,1,1,0,-1,NA -6085510100,6,85,510100,2946,2939,2946,1044,25,888,2847,7,1031,354,20,23,227,237,0.349966056,0.120162933,0.022522523,0.008078679,0.077237155,0.080448065,0.02394636,0.006704981,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511910,6,85,511910,3174,3174,3174,1061,0,960,3006,13,1093,352,43,59,250,292,0.344360428,0.110901071,0.044791667,0.019627412,0.078764965,0.09199748,0,0.012252592,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511911,6,85,511911,4837,4796,4796,1862,78,1291,4682,120,2166,388,92,188,785,528,0.447798222,0.080215009,0.071262587,0.04015378,0.163678065,0.110091743,0.04189044,0.064446831,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085512505,6,85,512505,8373,8368,8368,2313,72,1888,7513,290,6325,228,248,550,2501,656,0.755404276,0.027230383,0.131355932,0.073206442,0.298876673,0.078393881,0.031128405,0.125378297,0,1,0,0,0,1,0,0,0,0,1,1,High -6085512602,6,85,512602,2377,2351,2372,732,39,583,2227,51,1382,113,92,368,620,248,0.581405133,0.047538915,0.15780446,0.165244724,0.263717567,0.10455312,0.053278689,0.069672131,0,0,0,0,1,0,0,0,0,0,0,0,NA -6085507906,6,85,507906,4431,4431,4431,1393,56,1212,4321,0,3386,414,33,190,191,203,0.764161589,0.093432634,0.027227723,0.043971303,0.043105394,0.045813586,0.040201005,0,1,1,0,0,0,0,0,0,0,0,0,0,NA -6085506804,6,85,506804,3714,3714,3714,1277,41,1067,3480,12,1289,335,100,58,313,287,0.347065159,0.090199246,0.093720712,0.016666667,0.084275714,0.077275175,0.0321065,0.009397024,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085507301,6,85,507301,6690,6603,6603,2499,216,1862,6544,47,3490,1240,63,391,732,808,0.521674141,0.185351271,0.033834586,0.059749389,0.110858701,0.12236862,0.086434574,0.018807523,1,0,0,1,0,0,0,0,0,0,0,0,NA -6085507903,6,85,507903,4991,4984,4991,1596,10,1408,4883,51,4020,559,70,368,263,396,0.80544981,0.112001603,0.049715909,0.075363506,0.05276886,0.079342817,0.006265664,0.031954887,1,1,0,0,0,0,0,0,0,0,0,0,NA -6085508102,6,85,508102,3405,3405,3405,1301,0,945,3084,145,2462,141,7,267,244,92,0.723054332,0.041409692,0.007407407,0.086575875,0.071659325,0.02701909,0,0.111452729,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085508401,6,85,508401,6980,6879,6881,2443,66,1696,6449,112,3625,578,65,161,533,469,0.519340974,0.082808023,0.038325472,0.024965111,0.077482192,0.068158698,0.027015964,0.045845272,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508403,6,85,508403,3087,2983,2983,1048,8,838,2906,39,1553,290,54,118,141,193,0.503077421,0.093942339,0.064439141,0.040605643,0.047267851,0.064699966,0.007633588,0.03721374,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085508503,6,85,508503,7004,6925,6925,2548,340,1894,6332,213,5221,441,12,333,645,391,0.745431182,0.062964021,0.006335797,0.052590019,0.093140794,0.056462094,0.133437991,0.083594976,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085508601,6,85,508601,3860,3860,3860,1364,62,1090,3649,86,2420,214,67,337,423,241,0.626943005,0.055440415,0.06146789,0.09235407,0.109585492,0.062435233,0.045454545,0.063049853,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509102,6,85,509102,4968,4968,4968,2243,70,1282,4607,89,3703,114,60,148,386,288,0.74537037,0.02294686,0.046801872,0.032125027,0.077697262,0.057971014,0.031208203,0.039679001,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085509105,6,85,509105,6890,6890,6890,3048,152,1787,6449,153,4209,463,121,184,513,502,0.610885341,0.067198839,0.067711248,0.028531555,0.074455733,0.072859216,0.049868766,0.05019685,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085509201,6,85,509201,5321,5321,5267,2537,111,1047,5026,207,2364,235,117,131,737,245,0.444277391,0.044164631,0.111747851,0.026064465,0.138507799,0.046516043,0.043752464,0.081592432,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085510002,6,85,510002,3644,3632,3644,1263,21,1082,3478,22,1638,296,38,110,147,231,0.449506037,0.081229418,0.035120148,0.031627372,0.040473568,0.063391877,0.016627078,0.017418844,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085510500,6,85,510500,4579,4504,4504,1662,75,1343,4484,107,1580,595,61,101,296,353,0.345053505,0.129941035,0.0454207,0.022524532,0.065719361,0.078374778,0.045126354,0.064380265,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085510900,6,85,510900,5348,5348,5348,2041,50,1472,5041,176,2483,430,234,171,435,221,0.464285714,0.080403889,0.158967391,0.033921841,0.081338818,0.041323859,0.024497795,0.086232239,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041115000,6,41,115000,7288,7146,7279,2781,47,2026,7028,126,807,612,121,71,465,427,0.110729967,0.083973655,0.059723593,0.010102447,0.065071369,0.058661904,0.016900396,0.045307443,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041104101,6,41,104101,7837,7763,7837,3195,47,2002,7561,263,2186,688,206,300,1537,773,0.278933265,0.087788695,0.102897103,0.039677291,0.197990468,0.098634682,0.014710485,0.082316119,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041124100,6,41,124100,5707,5707,5707,2244,41,1561,5504,103,1325,317,130,58,317,464,0.232171018,0.055545821,0.083279949,0.010537791,0.055545821,0.081303662,0.018270945,0.045900178,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041121200,6,41,121200,6126,5780,5811,2480,291,1451,5742,202,1319,628,147,76,774,578,0.215311786,0.102513875,0.101309442,0.013235806,0.133910035,0.099466529,0.11733871,0.081451613,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041129000,6,41,129000,2940,2926,2940,1170,94,688,2658,306,2245,121,216,352,1607,532,0.763605442,0.041156463,0.313953488,0.132430399,0.549213944,0.180952381,0.08034188,0.261538462,0,1,1,1,1,1,0,1,1,1,1,0,Highest -6041132200,6,41,132200,1816,1816,1816,917,35,565,1768,96,336,348,20,13,330,183,0.185022026,0.191629956,0.03539823,0.007352941,0.181718062,0.100770925,0.038167939,0.104689204,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041123000,6,41,123000,2099,2099,2099,917,45,600,2044,72,187,415,25,11,91,223,0.089090043,0.197713197,0.041666667,0.005381605,0.043353978,0.106241067,0.049073064,0.078516903,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041107000,6,41,107000,6953,6926,6893,2449,71,1893,6652,68,1590,806,184,148,752,806,0.228678268,0.115921185,0.097200211,0.022248948,0.108576379,0.116930219,0.028991425,0.027766435,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041111000,6,41,111000,5669,5613,5622,2805,213,977,5498,558,2026,212,189,439,1554,457,0.357382254,0.037396366,0.193449335,0.079847217,0.276857296,0.081287798,0.075935829,0.198930481,0,0,1,0,0,0,0,1,0,0,0,0,NA -6041116000,6,41,116000,3194,3166,3166,1310,43,962,3172,138,424,197,102,0,327,252,0.132748904,0.061678147,0.106029106,0,0.103284902,0.079595704,0.032824427,0.105343511,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041124200,6,41,124200,5948,5916,5916,2561,42,1868,5809,161,1121,905,126,0,672,502,0.188466711,0.152151984,0.06745182,0,0.113590264,0.084854632,0.016399844,0.062866068,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041125000,6,41,125000,4448,4126,4444,1991,77,1109,4196,325,1252,342,206,121,620,297,0.28147482,0.076888489,0.185752931,0.028836988,0.150266602,0.066831683,0.038674033,0.163234555,0,0,1,0,0,0,0,1,0,0,0,0,NA -6041127000,6,41,127000,4678,4678,4678,2031,36,1366,4511,60,689,339,144,43,430,369,0.147285165,0.072466866,0.105417277,0.009532254,0.091919624,0.078879863,0.017725258,0.029542097,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041102100,6,41,102100,2341,2341,2333,988,5,679,2287,50,353,105,25,0,278,171,0.150790261,0.044852627,0.036818851,0,0.11875267,0.073296185,0.005060729,0.050607287,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041106001,6,41,106001,4287,3926,3926,2121,79,856,4110,425,1434,756,152,94,508,450,0.33449965,0.176347096,0.177570093,0.022871046,0.129393785,0.114620479,0.037246582,0.200377181,1,0,0,0,0,0,0,1,0,0,0,0,NA -6041108100,6,41,108100,6466,6451,6451,2586,75,2011,6220,119,1115,663,223,95,593,589,0.172440458,0.102536344,0.110890104,0.015273312,0.091923733,0.091303674,0.02900232,0.046017015,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041103100,6,41,103100,7774,7774,7759,2903,24,2304,7441,51,1323,737,121,54,1033,520,0.17018266,0.09480319,0.052517361,0.007257089,0.132878827,0.067018946,0.00826731,0.017568033,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041108200,6,41,108200,6549,6448,6456,2808,496,1536,6316,299,2743,1114,150,385,1875,811,0.418842571,0.170102306,0.09765625,0.060956301,0.290787841,0.125619579,0.176638177,0.106481481,1,0,0,1,0,1,1,0,0,0,1,1,High -6041110200,6,41,110200,4951,4951,4951,2121,0,1554,4699,41,533,817,64,47,167,550,0.107655019,0.165017168,0.041184041,0.010002128,0.033730559,0.111088669,0,0.019330504,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041128100,6,41,128100,6610,6610,6610,2882,40,1809,6428,101,895,471,243,85,562,397,0.135400908,0.071255673,0.134328358,0.013223398,0.085022693,0.060060514,0.013879251,0.035045108,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041104300,6,41,104300,1631,1631,1631,673,0,445,1511,11,218,196,59,5,225,146,0.133660331,0.120171674,0.13258427,0.003309067,0.137952177,0.089515635,0,0.016344725,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041114100,6,41,114100,5228,5228,5228,2260,129,1504,5034,238,914,347,91,147,439,507,0.17482785,0.066373374,0.060505319,0.02920143,0.083970926,0.096977812,0.057079646,0.105309735,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041119100,6,41,119100,5061,5061,5061,1947,93,1388,4882,53,419,539,57,51,392,386,0.082789962,0.106500692,0.041066282,0.010446538,0.077455048,0.076269512,0.047765794,0.027221366,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041112100,6,41,112100,4782,4757,4782,1830,79,1018,4349,279,1940,218,188,299,1507,346,0.405687997,0.04558762,0.184675835,0.068751437,0.3167963,0.072354663,0.043169399,0.152459016,0,0,1,0,0,1,0,1,0,0,0,0,NA -6041114200,6,41,114200,3084,3058,3067,1408,108,807,2914,171,621,311,97,41,424,295,0.201361868,0.100843061,0.120198265,0.014070007,0.138652714,0.096185197,0.076704545,0.121448864,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041117000,6,41,117000,4397,4397,4397,1982,78,1238,4228,204,730,307,146,0,455,362,0.166022288,0.069820332,0.117932149,0,0.103479645,0.082328861,0.039354188,0.102926337,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041120000,6,41,120000,6284,6226,6284,2801,112,1601,5995,189,861,305,126,84,615,490,0.13701464,0.048535964,0.078700812,0.014011676,0.098779313,0.077975812,0.039985719,0.067475901,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041126200,6,41,126200,4324,4255,4255,2030,271,1084,4238,222,806,727,114,22,576,456,0.18640148,0.16813136,0.105166052,0.005191128,0.135370153,0.107168038,0.133497537,0.109359606,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041128200,6,41,128200,4974,4974,4974,1917,56,1337,4686,38,996,352,118,46,423,390,0.200241255,0.070767994,0.088257292,0.009816475,0.08504222,0.07840772,0.029212311,0.01982264,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041133000,6,41,133000,2803,2776,2803,1207,60,743,2699,96,689,318,37,116,627,203,0.245808063,0.113449875,0.049798116,0.042978881,0.225864553,0.072422405,0.049710025,0.07953604,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041103200,6,41,103200,7260,7089,7089,2882,346,1729,6949,316,2520,822,183,438,1339,1065,0.347107438,0.11322314,0.105841527,0.063030652,0.188884187,0.150232755,0.120055517,0.109646079,1,0,0,1,0,0,0,0,0,0,0,0,NA -6085512200,6,85,512200,3895,3895,3895,1573,0,1186,3766,0,1317,339,82,43,399,247,0.338125802,0.08703466,0.069139966,0.01141795,0.102439024,0.063414634,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085503313,6,85,503313,4688,4679,4688,1331,0,1249,4515,31,4060,154,145,432,446,230,0.866040956,0.032849829,0.116092874,0.095681063,0.095319513,0.049061433,0,0.023290759,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085503322,6,85,503322,4428,4428,4428,1063,40,924,4289,25,3976,217,74,481,725,435,0.897922313,0.049006323,0.08008658,0.112147354,0.163730804,0.098238482,0.037629351,0.023518344,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085506601,6,85,506601,4576,4576,4576,1675,70,1256,4251,257,2939,252,157,177,742,303,0.642263986,0.05506993,0.125,0.041637262,0.16215035,0.066215035,0.041791045,0.153432836,0,0,0,0,0,0,0,1,0,0,0,0,NA -6085506701,6,85,506701,4012,4003,4003,1303,42,1101,3817,73,2058,246,24,153,340,410,0.512961117,0.061316052,0.021798365,0.040083835,0.084936298,0.102423183,0.032233308,0.056024559,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506702,6,85,506702,6170,6170,6170,1990,100,1446,5717,248,2867,532,121,294,1350,669,0.464667747,0.086223663,0.083679115,0.051425573,0.218800648,0.108427877,0.050251256,0.124623116,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085506803,6,85,506803,7245,7217,7217,2302,33,1813,6952,185,3140,465,42,56,1061,737,0.433402346,0.064182195,0.023166023,0.008055236,0.147013995,0.102119994,0.014335361,0.0803649,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001440100,6,1,440100,2660,2605,2605,1119,186,611,2513,196,1606,635,67,86,448,369,0.603759398,0.238721805,0.109656301,0.034222045,0.171976967,0.141650672,0.166219839,0.17515639,1,0,0,1,0,0,1,1,0,0,0,0,NA -6001441301,6,1,441301,3323,3323,3323,1170,40,868,3131,88,2708,96,80,83,378,161,0.814926271,0.028889558,0.092165899,0.026509103,0.113752633,0.048450196,0.034188034,0.075213675,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001421800,6,1,421800,2139,2129,2139,890,110,560,2046,43,555,168,35,51,260,181,0.259467041,0.078541374,0.0625,0.024926686,0.122123062,0.084618981,0.123595506,0.048314607,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001423000,6,1,423000,4991,4991,4991,2062,485,950,4786,449,2350,226,89,197,1029,505,0.470847526,0.045281507,0.093684211,0.041161722,0.206171108,0.101182128,0.235208535,0.217749758,0,0,0,0,0,0,1,1,0,0,0,0,NA -6001428100,6,1,428100,4968,4968,4968,2030,183,1285,4725,162,2207,209,166,282,595,473,0.444243156,0.042069243,0.129182879,0.05968254,0.119766506,0.09520934,0.090147783,0.079802956,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001428400,6,1,428400,4653,4352,4352,1898,74,940,4287,177,2742,305,96,227,662,289,0.589297228,0.065549108,0.10212766,0.052950781,0.152113971,0.06640625,0.038988409,0.093256059,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001430200,6,1,430200,6677,6558,6608,2411,100,1980,6374,70,2588,522,136,273,312,750,0.387599221,0.078178823,0.068686869,0.042830248,0.04757548,0.113498789,0.041476566,0.029033596,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001432200,6,1,432200,4443,4419,4419,1761,167,1106,4074,286,2901,434,144,331,1111,402,0.652937205,0.097681747,0.130198915,0.081246932,0.251414347,0.090970808,0.094832482,0.162407723,1,0,0,0,0,0,0,1,0,0,0,0,NA -6001432400,6,1,432400,6583,6414,6583,1822,149,1295,6311,207,5324,263,260,708,1880,616,0.80874981,0.03995139,0.200772201,0.112185074,0.293108824,0.093574358,0.081778266,0.113611416,0,1,1,0,0,1,0,0,1,1,1,0,High -6001433800,6,1,433800,7849,7710,7757,2600,178,1695,7608,405,6939,572,316,1247,1906,666,0.884061664,0.072875526,0.186430678,0.163906414,0.247211414,0.085857935,0.068461538,0.155769231,0,1,1,0,1,0,0,1,1,1,0,-1,NA -6001438000,6,1,438000,4119,4119,4119,1144,16,906,3769,59,2967,163,87,215,1050,343,0.720320466,0.039572712,0.09602649,0.057044309,0.254916242,0.083272639,0.013986014,0.051573427,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001434000,6,1,434000,5156,5156,5156,1774,177,1232,4808,346,4435,130,343,947,2058,422,0.860162917,0.025213344,0.278409091,0.196963394,0.399146625,0.081846393,0.099774521,0.195039459,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001435102,6,1,435102,6245,4828,6245,1618,36,1154,5952,75,4287,244,117,206,994,433,0.686469175,0.039071257,0.101386482,0.034610215,0.205882353,0.069335468,0.022249691,0.046353523,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001435500,6,1,435500,4102,4069,4069,1506,132,852,3833,381,2933,260,159,521,1160,518,0.715017065,0.063383715,0.186619718,0.135924863,0.28508233,0.127304006,0.087649402,0.252988048,0,1,1,1,1,1,0,1,1,1,1,0,High -6001440307,6,1,440307,4488,4475,4466,1590,79,1158,4284,79,3577,540,68,442,1051,730,0.79701426,0.120320856,0.058721934,0.103174603,0.234860335,0.163457232,0.049685535,0.049685535,1,1,0,1,0,0,0,0,0,0,0,0,NA -6001441401,6,1,441401,8702,8654,8702,2522,123,2092,8078,158,7103,448,130,523,1365,551,0.816249138,0.051482418,0.062141491,0.064743748,0.157730529,0.063318777,0.048770817,0.062648692,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441601,6,1,441601,5093,5087,5087,1491,45,1260,4728,46,3818,398,90,391,678,381,0.749656391,0.078146476,0.071428571,0.082698816,0.133280912,0.074896796,0.030181087,0.030851777,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001442800,6,1,442800,2836,2836,2836,904,31,675,2713,11,1816,189,71,167,253,252,0.640338505,0.066643159,0.105185185,0.061555474,0.089210155,0.088857546,0.034292035,0.012168142,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001443102,6,1,443102,4881,4881,4881,1492,28,1392,4634,19,4067,385,62,307,194,288,0.833230895,0.078877279,0.04454023,0.066249461,0.039745954,0.059004302,0.018766756,0.012734584,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443200,6,1,443200,3886,3886,3886,1217,17,1148,3796,10,3166,204,45,124,224,156,0.814719506,0.05249614,0.039198606,0.032665964,0.05764282,0.040144107,0.013968776,0.008216927,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001444100,6,1,444100,7696,7696,7696,2518,132,2055,7419,0,4596,939,89,391,893,753,0.597193347,0.122011435,0.043309002,0.052702521,0.116034304,0.097843035,0.052422558,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001444500,6,1,444500,7352,7325,7352,2052,31,1734,6957,264,6093,192,264,537,1406,548,0.828754081,0.026115343,0.152249135,0.077188443,0.191945392,0.074537541,0.015107212,0.128654971,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450601,6,1,450601,3633,3633,3633,1343,1,1019,3539,37,1566,183,59,115,271,211,0.43104872,0.050371594,0.057899902,0.032495055,0.074593999,0.058078723,0.000744602,0.027550261,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450741,6,1,450741,5575,5336,5443,2032,85,1504,5443,161,2544,464,304,273,617,402,0.45632287,0.0832287,0.20212766,0.050156164,0.115629685,0.073856329,0.041830709,0.079232283,1,0,1,0,0,0,0,0,0,0,0,0,NA -6001451101,6,1,451101,7804,7686,7719,2394,33,1955,7197,105,2928,247,71,237,510,361,0.375192209,0.031650436,0.036317136,0.032930388,0.066354411,0.046767716,0.013784461,0.043859649,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001441923,6,1,441923,6465,6124,6124,2386,386,1663,5951,493,5072,610,148,359,1279,667,0.784532096,0.094354215,0.088995791,0.060325996,0.208850425,0.108915741,0.161777033,0.206621961,1,1,0,0,0,0,1,1,1,1,0,-1,NA -6001442400,6,1,442400,6647,6647,6647,2016,74,1624,6393,40,5149,350,62,617,997,527,0.774635174,0.052655333,0.03817734,0.09651181,0.149992478,0.079283887,0.036706349,0.01984127,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001444200,6,1,444200,7028,7023,7028,1887,50,1588,6617,9,5479,390,213,552,897,511,0.779595902,0.055492316,0.134130982,0.08342149,0.127723195,0.072709163,0.026497085,0.004769475,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450604,6,1,450604,5577,5577,5577,1887,34,1619,5390,117,2239,358,114,38,590,374,0.401470325,0.064192218,0.070413836,0.007050093,0.105791644,0.067061144,0.018018018,0.06200318,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450701,6,1,450701,8663,8660,8663,2844,60,2438,8432,62,3739,554,86,218,361,506,0.431605679,0.063950133,0.035274815,0.02585389,0.041685912,0.058409327,0.021097046,0.021800281,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001435800,6,1,435800,5510,5510,5510,1658,42,1365,5236,38,4595,164,133,548,673,540,0.833938294,0.029764065,0.097435897,0.104660046,0.122141561,0.09800363,0.025331725,0.02291918,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001435900,6,1,435900,5525,5504,5525,1644,69,1380,5185,70,3867,404,139,496,1016,436,0.699909502,0.073122172,0.100724638,0.095660559,0.184593023,0.078914027,0.041970803,0.042579075,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001436500,6,1,436500,5206,5206,5206,1734,158,1102,4736,290,4466,94,286,554,1722,221,0.85785632,0.018056089,0.259528131,0.116976351,0.330772186,0.042451018,0.0911188,0.167243368,0,1,1,0,0,1,0,1,1,1,1,0,High -6001436700,6,1,436700,3290,3284,3290,1056,83,778,3180,104,2729,166,162,370,787,277,0.829483283,0.050455927,0.208226221,0.116352201,0.239646772,0.084194529,0.078598485,0.098484848,0,1,1,0,0,0,0,0,1,1,0,-1,NA -6095250200,6,95,250200,3981,3926,3935,1461,79,1025,3819,153,2562,305,304,196,1390,588,0.643556895,0.076613916,0.296585366,0.051322336,0.354049924,0.149428208,0.054072553,0.104722793,0,0,1,1,0,1,0,0,0,0,0,0,NA -6095251000,6,95,251000,2648,2620,2648,1047,84,594,2522,261,1921,76,292,159,1245,287,0.725453172,0.028700906,0.491582492,0.063045202,0.47519084,0.108383686,0.080229226,0.249283668,0,1,1,0,0,1,0,1,1,1,1,0,High -6095251804,6,95,251804,3746,3746,3746,1023,6,887,3504,47,3291,208,190,150,933,385,0.878537106,0.055525894,0.214205186,0.042808219,0.24906567,0.102776295,0.005865103,0.045943304,0,1,1,0,0,0,0,0,0,0,0,0,NA -6095252106,6,95,252106,4295,4295,4295,1655,58,1144,4059,184,1672,318,86,34,633,561,0.389289872,0.074039581,0.075174825,0.008376447,0.147380675,0.130616997,0.035045317,0.111178248,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095250300,6,95,250300,2990,2881,2929,1111,134,690,2797,133,2145,256,185,201,1315,555,0.717391304,0.085618729,0.268115942,0.07186271,0.456438737,0.189484466,0.120612061,0.119711971,1,1,1,1,0,1,0,0,1,1,1,0,High -6095250502,6,95,250502,3621,3578,3621,1110,47,819,3426,103,2880,220,102,86,1007,457,0.795360398,0.060756697,0.124542125,0.02510216,0.281442146,0.12620823,0.042342342,0.092792793,0,1,0,1,0,1,0,0,0,0,1,1,High -6095252103,6,95,252103,5607,5600,5587,1898,20,1305,5340,262,3999,354,211,187,1092,689,0.713215623,0.063135367,0.161685824,0.035018727,0.195,0.123321997,0.010537408,0.138040042,0,1,0,1,0,0,0,0,0,0,0,0,NA -6095252402,6,95,252402,5518,5498,5498,1752,181,1263,5111,278,4338,213,387,670,1841,717,0.786154404,0.038600942,0.306413302,0.131089806,0.334849036,0.130411059,0.103310502,0.158675799,0,1,1,1,1,1,0,1,1,1,1,0,High -6095252502,6,95,252502,2086,1557,1572,614,53,363,1963,172,1295,35,156,108,720,196,0.620805369,0.016778523,0.429752066,0.05501783,0.462427746,0.124681934,0.086319218,0.280130293,0,0,1,1,0,1,0,1,0,0,1,1,High -6081603300,6,81,603300,6416,6416,6416,2379,94,1633,6101,127,2117,545,159,87,618,804,0.329956359,0.08494389,0.09736681,0.014259957,0.096321696,0.125311721,0.0395124,0.053383775,1,0,0,1,0,0,0,0,0,0,0,0,NA -6081604600,6,81,604600,2857,2857,2857,934,17,749,2797,11,1671,325,35,137,223,245,0.584879244,0.113755688,0.046728972,0.048981051,0.078053903,0.085754288,0.018201285,0.011777302,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081605500,6,81,605500,5534,5528,5528,2591,230,1312,5280,423,2737,208,155,333,1180,246,0.494578966,0.037585833,0.118140244,0.063068182,0.213458755,0.044500724,0.088768815,0.16325743,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081605800,6,81,605800,2645,2635,2645,999,20,776,2571,31,713,246,29,52,81,225,0.269565217,0.093005671,0.037371134,0.020225593,0.030740038,0.085066163,0.02002002,0.031031031,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607400,6,81,607400,5017,4925,4925,1990,187,1079,4673,227,2887,555,134,327,1188,475,0.575443492,0.110623879,0.124189064,0.069976461,0.241218274,0.096446701,0.093969849,0.114070352,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081607900,6,81,607900,3121,3121,3121,1660,117,753,3020,90,1343,268,20,281,573,354,0.430310798,0.085869913,0.026560425,0.093046358,0.183595002,0.113425184,0.070481928,0.054216867,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081608400,6,81,608400,6328,6317,6317,2238,57,1128,5961,345,5074,378,145,571,1105,609,0.801833123,0.059734513,0.128546099,0.095789297,0.174924806,0.096406522,0.025469169,0.154155496,0,1,0,0,0,0,0,1,0,0,0,0,NA -6081608501,6,81,608501,5002,4997,4997,1746,72,1243,4579,94,2446,259,152,188,540,507,0.489004398,0.051779288,0.122284795,0.041056999,0.108064839,0.101460877,0.041237113,0.053837342,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081605300,6,81,605300,4690,4676,4676,1867,86,1267,4381,189,1931,333,85,88,653,359,0.411727079,0.071002132,0.067087609,0.020086738,0.139649273,0.076775021,0.046063203,0.101231923,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081605600,6,81,605600,5909,5909,5909,1890,21,1689,5676,30,2370,647,82,248,354,396,0.401083094,0.109493992,0.048549438,0.043692741,0.059908614,0.067016416,0.011111111,0.015873016,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081608900,6,81,608900,6975,6903,6903,2985,274,1790,6766,538,3126,436,228,132,996,567,0.448172043,0.062508961,0.127374302,0.019509311,0.144285093,0.082138201,0.091792295,0.180234506,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081606400,6,81,606400,5036,5007,5036,2416,146,1247,4730,334,1974,719,189,112,432,612,0.39197776,0.142772041,0.151563753,0.023678647,0.086279209,0.12152502,0.060430464,0.138245033,1,0,0,1,0,0,0,0,0,0,0,0,NA -6081606800,6,81,606800,3430,3421,3430,1287,6,945,3234,11,1410,286,36,88,250,203,0.411078717,0.083381924,0.038095238,0.027210884,0.073078047,0.059183673,0.004662005,0.008547009,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081608800,6,81,608800,6314,6267,6314,2144,0,1870,5956,12,2454,484,72,339,311,519,0.38866012,0.076655052,0.038502674,0.056917394,0.04962502,0.08219829,0,0.005597015,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609100,6,81,609100,1584,1580,1584,572,16,400,1487,17,637,86,21,55,198,159,0.402146465,0.054292929,0.0525,0.036987223,0.125316456,0.100378788,0.027972028,0.02972028,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610100,6,81,610100,2631,2622,2631,1004,42,697,2472,211,1484,130,75,191,647,126,0.56404409,0.04941087,0.107604017,0.077265372,0.2467582,0.047890536,0.041832669,0.210159363,0,0,0,0,0,0,0,1,0,0,0,0,NA -6081610400,6,81,610400,6079,6079,6079,1715,59,1264,5643,362,5020,262,258,934,2514,439,0.825793716,0.043099194,0.204113924,0.165514797,0.413554861,0.072215825,0.034402332,0.211078717,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6081611500,6,81,611500,2869,2863,2869,920,4,784,2660,5,943,241,66,22,97,242,0.328685953,0.084001394,0.084183673,0.008270677,0.033880545,0.084349948,0.004347826,0.005434783,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081612500,6,81,612500,4454,4454,4406,1824,58,1132,4047,205,1400,251,78,41,329,209,0.314324203,0.056353839,0.068904594,0.010130961,0.073866188,0.047435315,0.031798246,0.112390351,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097152904,6,97,152904,5213,5213,5213,1896,20,1196,4959,172,2108,242,109,127,993,477,0.404373681,0.046422406,0.091137124,0.025610002,0.190485325,0.091502014,0.010548523,0.0907173,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097153003,6,97,153003,5803,5803,5803,1978,57,1232,5304,212,2958,259,281,541,1771,791,0.509736343,0.044632087,0.228084416,0.101998492,0.305186972,0.136308806,0.028816987,0.107178969,0,0,1,1,0,1,0,0,0,0,0,0,NA -6097153501,6,97,153501,4776,4755,4769,1930,15,1376,4603,50,675,290,134,59,531,628,0.141331658,0.060720268,0.097383721,0.012817728,0.111671924,0.131683791,0.007772021,0.025906736,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097153703,6,97,153703,3557,3557,3557,1739,117,802,3474,283,609,248,167,67,1324,670,0.171211695,0.069721676,0.208229426,0.019286126,0.372223784,0.188360978,0.067280046,0.162737205,0,0,1,1,0,1,0,1,0,0,1,1,High -6097151311,6,97,151311,6399,6377,6399,2336,76,1576,6039,426,1980,104,287,127,1359,465,0.309423347,0.016252539,0.182106599,0.021029972,0.213109613,0.072667604,0.032534247,0.182363014,0,0,1,0,0,0,0,1,0,0,0,0,NA -6097151504,6,97,151504,3616,3510,3530,1316,52,976,3469,36,735,269,63,43,246,259,0.203263274,0.074391593,0.06454918,0.012395503,0.07008547,0.073371105,0.039513678,0.027355623,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097152501,6,97,152501,4302,4293,4293,1669,85,1004,4016,240,1086,180,244,67,863,420,0.252440725,0.041841004,0.243027888,0.016683267,0.201024924,0.097833683,0.0509287,0.143798682,0,0,1,0,0,0,0,1,0,0,0,0,NA -6097152801,6,97,152801,4937,4937,4937,1635,49,1236,4665,165,2163,177,155,287,1359,525,0.438120316,0.035851732,0.125404531,0.061521972,0.275268382,0.106339883,0.029969419,0.100917431,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097153404,6,97,153404,4392,4385,4385,1717,87,1106,4306,98,590,429,100,87,834,714,0.134335155,0.097677596,0.090415913,0.020204366,0.190193843,0.162827822,0.050669773,0.057076296,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097153600,6,97,153600,6076,5979,6055,2341,19,1580,5786,125,1144,571,174,231,1477,1110,0.188281764,0.0939763,0.110126582,0.039923954,0.247031276,0.183319571,0.00811619,0.053395985,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097154000,6,97,154000,2568,2568,2568,1017,19,754,2455,40,695,325,42,156,505,386,0.270638629,0.126557632,0.055702918,0.063543788,0.19665109,0.150311526,0.018682399,0.039331367,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097152000,6,97,152000,1756,1756,1756,930,129,314,1676,255,707,22,99,64,761,264,0.40261959,0.012528474,0.315286624,0.038186158,0.433371298,0.150341686,0.138709677,0.274193548,0,0,1,1,0,1,0,1,1,1,1,0,Higher -6097152802,6,97,152802,7158,7142,7158,2819,465,1419,6585,439,4237,286,383,840,3037,1060,0.591925119,0.039955295,0.269908386,0.127562642,0.425231028,0.148086058,0.164952111,0.155728982,0,0,1,1,1,1,1,1,1,1,1,0,High -6097153300,6,97,153300,13212,13149,13206,3782,49,2620,12634,477,8553,600,766,1743,4977,1860,0.647366031,0.045413261,0.292366412,0.137961057,0.378507871,0.14084507,0.012956108,0.126123744,0,0,1,1,1,1,0,0,0,0,1,1,High -6001436900,6,1,436900,6513,6505,6501,1865,91,1349,6014,333,5715,229,288,1072,2519,498,0.877475818,0.035160448,0.213491475,0.178250748,0.387240584,0.076603599,0.048793566,0.178552279,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001437000,6,1,437000,3497,3476,3476,1259,79,908,3277,78,2812,227,112,359,787,339,0.804117815,0.064912782,0.123348018,0.109551419,0.226409666,0.097525892,0.062748213,0.061953932,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001438300,6,1,438300,3887,3887,3887,862,23,740,3741,73,3700,237,101,393,778,386,0.951890918,0.060972472,0.136486486,0.105052125,0.200154361,0.099305377,0.026682135,0.084686775,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001440304,6,1,440304,5163,5148,5155,1333,60,1233,4848,58,4797,134,160,579,925,401,0.929110982,0.025953903,0.129764801,0.119430693,0.17968143,0.077788555,0.045011253,0.043510878,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441402,6,1,441402,5436,5436,5436,1675,30,1455,5018,78,4446,163,60,312,185,281,0.817880795,0.029985283,0.041237113,0.062176166,0.034032377,0.051692421,0.017910448,0.046567164,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441522,6,1,441522,5373,5373,5373,1473,36,1251,5075,109,4749,219,86,390,1069,314,0.883863763,0.040759352,0.068745004,0.076847291,0.198957752,0.05844035,0.024439919,0.073998642,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441800,6,1,441800,7359,7359,7359,2314,121,1742,6781,171,4839,453,119,121,1179,618,0.657562169,0.061557277,0.068312285,0.017843976,0.160211985,0.083978801,0.052290406,0.073898012,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001441921,6,1,441921,4084,4084,4084,1260,41,1027,3829,44,3444,152,68,298,289,260,0.843290891,0.037218413,0.066212269,0.077827109,0.070763957,0.063663075,0.032539683,0.034920635,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001442000,6,1,442000,3232,3232,3232,1003,0,900,3121,0,2586,279,33,188,86,242,0.800123762,0.086324257,0.036666667,0.060237103,0.026608911,0.074876238,0,0,1,1,0,0,0,0,0,0,0,0,0,0,NA -6001442100,6,1,442100,5303,5303,5303,1622,14,1502,5161,31,4531,404,37,468,242,327,0.854422025,0.076183292,0.024633822,0.090680101,0.045634546,0.06166321,0.008631319,0.019112207,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443301,6,1,443301,4343,4343,4343,1272,10,1172,4133,23,3247,139,17,233,121,287,0.74763988,0.032005526,0.014505119,0.056375514,0.027860926,0.066083353,0.007861635,0.018081761,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001442200,6,1,442200,7196,7176,7176,2175,53,1970,7076,0,5907,520,48,548,465,427,0.820872707,0.072262368,0.024365482,0.077444884,0.064799331,0.059503902,0.024367816,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001440331,6,1,440331,3275,3271,3269,894,62,757,3081,73,2852,189,119,231,616,329,0.870839695,0.057709924,0.157199472,0.074975657,0.188321614,0.100642398,0.06935123,0.081655481,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001441302,6,1,441302,5902,5902,5902,1880,11,1620,5424,100,4333,388,106,305,851,417,0.734157913,0.065740427,0.065432099,0.056231563,0.144188411,0.070654016,0.005851064,0.053191489,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450742,6,1,450742,5226,5213,5226,1944,154,1500,4948,72,2193,447,82,115,480,358,0.419632606,0.085533869,0.054666667,0.023241714,0.092077499,0.068503636,0.079218107,0.037037037,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001451601,6,1,451601,5806,5806,5806,2057,45,1663,5652,107,1519,351,115,71,687,424,0.261625904,0.060454702,0.069152135,0.012561925,0.11832587,0.073027902,0.021876519,0.052017501,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451701,6,1,451701,3181,3181,3181,1102,34,849,2853,19,988,216,89,3,268,242,0.310594153,0.067903175,0.104829211,0.001051525,0.084250236,0.076076705,0.030852995,0.017241379,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001400600,6,1,400600,1638,1638,1638,657,76,368,1527,78,821,66,85,14,286,142,0.501221001,0.04029304,0.230978261,0.009168304,0.174603175,0.086691087,0.115677321,0.118721461,0,0,1,0,0,0,0,0,1,1,0,-1,NA -6081613501,6,81,613501,4977,4955,4977,1499,0,1208,4610,115,2378,230,130,485,704,491,0.47779787,0.046212578,0.107615894,0.105206074,0.142078708,0.098653808,0,0.076717812,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610201,6,81,610201,5875,5861,5868,1777,245,1079,5539,551,5114,266,174,1125,2343,474,0.870468085,0.045276596,0.161260426,0.203105254,0.399761133,0.080777096,0.137872819,0.310073157,0,1,0,0,1,1,0,1,1,1,1,0,Higher -6081610202,6,81,610202,3151,2506,2498,1299,197,581,2999,318,1841,135,31,215,612,239,0.584258965,0.042843542,0.053356282,0.071690564,0.244213887,0.095676541,0.151655119,0.244803695,0,0,0,0,0,0,1,1,0,0,0,0,NA -6081610303,6,81,610303,8145,8145,8145,3319,57,2152,7649,235,5064,223,127,175,622,250,0.621731123,0.02737876,0.05901487,0.022878808,0.076365869,0.030693677,0.017173848,0.070804459,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610304,6,81,610304,4434,4434,4434,1873,35,1200,4173,66,2417,172,109,147,513,380,0.545105999,0.038791159,0.090833333,0.035226456,0.115696888,0.085701398,0.018686599,0.035237587,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081610700,6,81,610700,6016,6012,6012,2146,183,1482,5896,313,3275,501,136,859,1639,602,0.544381649,0.083277926,0.091767881,0.145691995,0.272621424,0.100133067,0.08527493,0.145852749,1,0,0,0,1,0,0,1,0,0,0,0,NA -6081611600,6,81,611600,2481,2408,2481,795,0,639,2244,29,700,133,46,28,163,165,0.282144297,0.053607416,0.07198748,0.012477718,0.06769103,0.066505441,0,0.036477987,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081600200,6,81,600200,4173,4158,4173,1170,106,900,4018,149,3909,279,166,933,911,425,0.936736161,0.066858375,0.184444444,0.232205077,0.219095719,0.101845195,0.090598291,0.127350427,0,1,1,0,1,0,0,0,1,1,0,-1,NA -6081600300,6,81,600300,3952,3952,3952,1272,56,963,3839,6,3233,335,101,376,378,312,0.818066802,0.084767206,0.104880582,0.097942172,0.095647773,0.078947368,0.044025157,0.004716981,1,1,0,0,0,0,0,0,0,0,0,0,NA -6081600700,6,81,600700,7594,7584,7584,2206,259,1619,7183,183,6769,552,284,918,1706,880,0.891361601,0.072688965,0.175416924,0.127801754,0.224947257,0.116033755,0.117407072,0.082955576,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6081601502,6,81,601502,5591,5262,5262,1791,191,1154,5323,546,4891,423,141,604,1599,397,0.874798784,0.075657306,0.122183709,0.113469848,0.303876853,0.075446598,0.106644333,0.304857621,0,1,0,0,0,1,0,1,1,1,1,0,High -6081602200,6,81,602200,8740,8540,8740,2506,263,1714,8110,447,7584,323,415,1362,2630,570,0.867734554,0.036956522,0.242123687,0.167940814,0.307962529,0.065217391,0.104948125,0.178371907,0,1,1,0,1,1,0,1,1,1,1,0,High -6081602300,6,81,602300,4167,4155,4160,1136,97,893,3928,138,3654,403,141,354,1191,477,0.876889849,0.096712263,0.157894737,0.0901222,0.286642599,0.114663462,0.085387324,0.121478873,1,1,0,0,0,1,0,0,1,1,1,0,High -6081603700,6,81,603700,5525,5486,5486,1695,65,1330,5283,79,3539,596,119,205,873,668,0.640542986,0.107873303,0.089473684,0.03880371,0.159132337,0.121764491,0.038348083,0.04660767,1,0,0,1,0,0,0,0,0,0,0,0,NA -6081603900,6,81,603900,5551,5551,5524,2051,0,1283,5344,47,2748,341,76,330,733,530,0.495045938,0.061430373,0.059236165,0.061751497,0.13204828,0.095944967,0,0.022915651,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081605700,6,81,605700,5530,5530,5530,1774,49,1584,5326,0,2339,438,59,71,216,394,0.422965642,0.07920434,0.037247475,0.01333083,0.039059675,0.07124774,0.027621195,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081606300,6,81,606300,4354,4245,4250,1887,182,893,4172,209,2307,696,46,384,740,594,0.529857602,0.159853009,0.051511758,0.092042186,0.174322733,0.139764706,0.096449391,0.110757817,1,0,0,1,0,0,0,0,0,0,0,0,NA -6085502201,6,85,502201,7425,7425,7425,3143,454,1426,6802,1072,4605,380,143,422,2858,1074,0.62020202,0.051178451,0.100280505,0.062040576,0.384915825,0.144646465,0.14444798,0.341075406,0,0,0,1,0,1,0,1,1,1,0,-1,NA -6085503105,6,85,503105,2529,2502,2529,795,93,568,2402,206,2356,220,122,878,987,402,0.931593515,0.086990905,0.214788732,0.365528726,0.394484412,0.158956109,0.116981132,0.259119497,1,1,1,1,1,1,0,1,1,1,1,0,Higher -6085505001,6,85,505001,9571,9571,9571,3367,121,2305,8916,364,7168,370,117,564,1265,408,0.748929057,0.038658447,0.050759219,0.063257066,0.132170097,0.042628774,0.035937036,0.108108108,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505301,6,85,505301,4831,4808,4831,1577,77,1099,4550,193,3662,169,150,376,1231,455,0.758021114,0.034982405,0.136487716,0.082637363,0.256031614,0.094183399,0.048826886,0.122384274,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085500200,6,85,500200,5968,4984,5001,1985,59,896,5608,162,3969,119,51,538,852,281,0.665046917,0.019939678,0.056919643,0.095934379,0.17094703,0.056188762,0.029722922,0.081612091,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085500901,6,85,500901,4239,4239,4239,2125,538,619,4164,446,2993,172,114,244,1732,224,0.706062751,0.040575607,0.184168013,0.058597502,0.408586931,0.052842652,0.253176471,0.209882353,0,1,1,0,0,1,1,1,1,1,1,0,High -6085501501,6,85,501501,4845,4827,4845,1297,76,982,4475,231,4634,145,174,1103,2341,466,0.956449948,0.029927761,0.177189409,0.246480447,0.484980319,0.096181631,0.058596762,0.178103315,0,1,0,0,1,1,0,1,1,1,1,0,Highest -6085502101,6,85,502101,5181,5011,5071,1920,41,1265,4767,85,2731,430,224,122,825,378,0.527118317,0.082995561,0.177075099,0.025592616,0.164637797,0.074541511,0.021354167,0.044270833,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085502701,6,85,502701,5076,5072,5076,1896,51,1269,4736,189,2538,354,192,152,709,391,0.5,0.069739953,0.151300236,0.032094595,0.139787066,0.077029157,0.026898734,0.099683544,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502903,6,85,502903,5326,5319,5326,1915,57,1504,5064,84,2370,675,83,84,434,541,0.444986857,0.126736763,0.05518617,0.016587678,0.081594285,0.101577169,0.029765013,0.04386423,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085503002,6,85,503002,3598,3519,3519,1238,44,896,3333,32,1315,315,87,69,411,405,0.365480823,0.087548638,0.097098214,0.02070207,0.116794544,0.115089514,0.035541195,0.025848142,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085503110,6,85,503110,5141,5141,5141,1114,64,970,4787,253,4999,88,375,1559,3121,385,0.972378915,0.017117292,0.386597938,0.3256737,0.607080335,0.074888154,0.057450628,0.227109515,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6085503111,6,85,503111,5196,5189,5189,1058,9,999,4914,117,5024,227,130,1263,1620,538,0.966897614,0.043687452,0.13013013,0.257020757,0.312198882,0.103680863,0.008506616,0.110586011,0,1,0,0,1,1,0,0,1,1,1,0,High -6085503113,6,85,503113,5326,5271,5326,1305,123,1011,4901,245,4897,152,289,1045,2805,401,0.919451746,0.028539241,0.285855589,0.213221791,0.532157086,0.075291025,0.094252874,0.187739464,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085503213,6,85,503213,4911,4904,4911,1270,100,1110,4619,155,4564,210,276,1376,1958,564,0.929342293,0.042761148,0.248648649,0.297899978,0.399265905,0.114844227,0.078740157,0.122047244,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6085503214,6,85,503214,8040,8040,8040,2294,190,1884,7353,404,7822,453,466,2336,3873,874,0.972885572,0.056343284,0.247346072,0.317693458,0.481716418,0.108706468,0.08282476,0.176111595,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6085503511,6,85,503511,3720,3720,3720,840,11,742,3549,68,3351,191,90,798,789,341,0.900806452,0.051344086,0.121293801,0.224852071,0.212096774,0.091666667,0.013095238,0.080952381,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085503602,6,85,503602,5368,5354,5368,1388,155,1057,5068,188,5181,272,233,1189,2497,493,0.965163934,0.050670641,0.220435194,0.234609313,0.466380276,0.091840537,0.11167147,0.135446686,0,1,1,0,1,1,0,0,1,1,1,0,Highest -6085504101,6,85,504101,4953,4953,4953,1101,33,961,4658,73,4445,314,103,657,1885,511,0.897435897,0.063395922,0.107180021,0.14104766,0.380577428,0.103169796,0.029972752,0.066303361,0,1,0,0,1,1,0,0,1,1,1,0,Higher -6085504803,6,85,504803,6617,6617,6617,2719,59,1394,6041,220,5368,171,54,426,769,202,0.811243766,0.025842527,0.038737446,0.070518126,0.116215808,0.030527429,0.021699154,0.0809121,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504316,6,85,504316,4967,4925,4967,1418,51,1157,4793,133,4443,229,143,729,650,368,0.894503725,0.046104288,0.123595506,0.152096808,0.131979695,0.074088987,0.03596615,0.093794076,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504321,6,85,504321,5486,5486,5486,1647,82,1337,5091,58,4833,245,67,722,891,331,0.880969741,0.044659132,0.050112191,0.141818896,0.162413416,0.060335399,0.049787492,0.035215543,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504505,6,85,504505,7758,7725,7758,2504,131,1939,7168,122,6885,438,138,586,1724,557,0.887470998,0.05645785,0.071170707,0.081752232,0.223171521,0.071796855,0.052316294,0.048722045,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505203,6,85,505203,6000,3560,6000,1376,18,768,5842,281,2916,55,70,68,1180,407,0.486,0.009166667,0.091145833,0.011639849,0.331460674,0.067833333,0.013081395,0.204215116,0,0,0,0,0,1,0,1,0,0,0,0,NA -6085505403,6,85,505403,7663,7663,7663,2998,80,2030,7141,432,5401,209,105,350,1154,373,0.704815346,0.027273914,0.051724138,0.049012743,0.150593762,0.048675453,0.026684456,0.144096064,0,1,0,0,0,0,0,1,0,0,0,0,NA -6085506102,6,85,506102,4077,4071,4077,1597,59,1104,3865,27,2414,350,54,47,255,371,0.592102036,0.085847437,0.048913043,0.012160414,0.062638172,0.090998283,0.036944271,0.0169067,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001401200,6,1,401200,2577,2560,2560,1230,100,530,2406,141,1049,77,75,26,482,164,0.407062476,0.029879705,0.141509434,0.010806318,0.18828125,0.0640625,0.081300813,0.114634146,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001403100,6,1,403100,1668,1287,1300,638,173,306,1616,130,1292,71,37,347,614,245,0.774580336,0.042565947,0.120915033,0.214727723,0.477078477,0.188461538,0.271159875,0.203761755,0,1,0,1,1,1,1,1,1,1,1,0,Highest -6001403800,6,1,403800,3343,3343,3343,1826,118,666,3170,224,1055,84,22,46,300,185,0.315584804,0.025127131,0.033033033,0.014511041,0.089739755,0.055339515,0.064622125,0.122672508,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001404000,6,1,404000,2998,2998,2998,1691,102,682,2920,128,1226,99,54,43,502,329,0.408939293,0.033022015,0.079178886,0.014726027,0.167444963,0.109739827,0.060319338,0.075694855,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001404501,6,1,404501,1795,1795,1795,679,4,521,1693,6,615,138,28,21,70,133,0.342618384,0.076880223,0.053742802,0.012404017,0.038997214,0.074094708,0.005891016,0.008836524,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001405100,6,1,405100,4324,4324,4324,1602,18,1173,3997,30,1658,341,45,39,179,189,0.383441258,0.078862165,0.038363171,0.009757318,0.041396855,0.043709528,0.011235955,0.018726592,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001405700,6,1,405700,3434,3434,3434,1340,185,688,3305,278,2968,66,90,648,1512,385,0.864298195,0.019219569,0.130813953,0.196066566,0.440302854,0.112114153,0.138059701,0.207462687,0,1,0,0,1,1,0,1,1,1,1,0,Higher -6001405800,6,1,405800,4645,4598,4645,1351,186,934,4465,332,3985,205,289,1278,2318,575,0.857911733,0.044133477,0.309421842,0.286226204,0.504132231,0.12378902,0.137675796,0.245743893,0,1,1,1,1,1,0,1,1,1,1,0,Highest -6001406900,6,1,406900,3708,3684,3708,1538,99,889,3466,133,2214,111,122,244,722,293,0.597087379,0.029935275,0.137232846,0.070398153,0.195982628,0.079018339,0.064369311,0.086475943,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001436602,6,1,436602,5256,5250,5236,1705,98,1224,4885,279,4717,159,386,705,1721,342,0.897450533,0.030251142,0.315359477,0.144319345,0.327809524,0.065317036,0.057478006,0.163636364,0,1,1,0,1,1,0,1,1,1,1,0,High -6001433300,6,1,433300,7743,7743,7743,2249,48,1826,7503,136,5743,664,272,1320,1709,689,0.741702183,0.085754875,0.148959474,0.175929628,0.220715485,0.088983598,0.021342819,0.060471321,1,1,0,0,1,0,0,0,0,0,0,0,NA -6001435300,6,1,435300,4757,4527,4527,1676,63,1187,4555,237,3490,267,334,327,1200,495,0.733655665,0.056127812,0.281381634,0.071789243,0.265076209,0.109343936,0.037589499,0.141408115,0,1,1,0,0,0,0,1,1,1,0,-1,NA -6001436300,6,1,436300,9279,9177,9213,2884,249,2179,8638,429,8120,528,526,1210,2528,1013,0.875094299,0.056902683,0.241395135,0.140078722,0.275471287,0.109953327,0.086338419,0.148751734,0,1,1,0,1,0,0,1,1,1,0,-1,NA -6001437300,6,1,437300,3258,3227,3244,953,43,806,3079,147,2667,147,214,377,1004,459,0.818600368,0.045119705,0.265508685,0.122442351,0.311124884,0.141491985,0.045120672,0.154249738,0,1,1,1,1,1,0,1,1,1,1,0,High -6001437500,6,1,437500,4586,4502,4502,1189,16,1025,4201,214,3998,176,212,628,1647,285,0.871783689,0.038377671,0.206829268,0.149488217,0.365837406,0.063305198,0.013456686,0.179983179,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001437800,6,1,437800,4730,4676,4715,1371,47,1061,4545,73,3742,317,101,365,678,587,0.791120507,0.067019027,0.095193214,0.080308031,0.144995723,0.124496288,0.034281546,0.053245806,0,1,0,1,0,0,0,0,0,0,0,0,NA -6001438100,6,1,438100,8080,8080,8080,2158,108,1850,7462,196,6551,371,200,610,1360,877,0.810767327,0.045915842,0.108108108,0.081747521,0.168316832,0.108539604,0.050046339,0.090824838,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085507600,6,85,507600,5669,5636,5669,2015,51,1797,5587,20,3001,657,92,199,184,296,0.529370259,0.115893456,0.051196439,0.0356184,0.032647268,0.052213794,0.025310174,0.009925558,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085507701,6,85,507701,3854,3854,3854,1344,56,1089,3682,22,2944,228,141,215,392,245,0.763881681,0.059159315,0.129476584,0.058392178,0.101712506,0.063570317,0.041666667,0.016369048,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085507808,6,85,507808,5238,5230,5238,1722,27,1502,4964,35,4240,281,48,160,261,177,0.809469263,0.05364643,0.03195739,0.032232071,0.049904398,0.033791523,0.015679443,0.020325203,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085508203,6,85,508203,5375,5363,5363,1805,95,1523,4948,49,3774,435,67,191,266,319,0.702139535,0.080930233,0.043992121,0.038601455,0.049599105,0.059481633,0.052631579,0.027146814,1,1,0,0,0,0,0,0,0,0,0,0,NA -6075012000,6,75,12000,3993,3960,3993,2484,1852,646,3962,612,2435,132,52,463,1471,548,0.60981718,0.033057851,0.080495356,0.116860172,0.371464646,0.13724017,0.745571659,0.246376812,0,0,0,1,0,1,1,1,1,1,1,0,High -6075012700,6,75,12700,4027,4027,4027,2228,449,684,3940,152,913,454,26,30,335,204,0.226719642,0.112739012,0.038011696,0.007614213,0.083188478,0.050658058,0.201526032,0.068222621,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075013200,6,75,13200,4274,4245,4274,2191,284,979,4087,199,1176,248,19,17,142,218,0.275152082,0.058025269,0.019407559,0.00415953,0.033451119,0.051006083,0.129621178,0.090826107,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075013300,6,75,13300,4729,4688,4694,1974,386,1100,4333,60,1429,476,96,120,679,419,0.30217805,0.10065553,0.087272727,0.027694438,0.144837884,0.089262889,0.195542047,0.030395137,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075013500,6,75,13500,2673,2673,2656,1550,550,452,2531,98,955,225,20,102,317,312,0.357276468,0.084175084,0.044247788,0.040300277,0.118593341,0.11746988,0.35483871,0.063225806,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075015300,6,75,15300,2236,2116,2116,963,200,382,2100,92,943,125,63,71,255,160,0.421735242,0.055903399,0.164921466,0.033809524,0.120510397,0.075614367,0.20768432,0.095534787,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075016700,6,75,16700,5225,5225,5225,2405,715,960,5028,203,1372,140,168,23,682,457,0.262583732,0.026794258,0.175,0.004574383,0.130526316,0.087464115,0.297297297,0.084407484,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075020200,6,75,20200,6181,6181,6181,3143,1316,1170,6006,383,3144,433,176,337,1818,966,0.508655557,0.070053389,0.15042735,0.056110556,0.294127164,0.156285391,0.418708241,0.121858097,0,0,0,1,0,1,1,0,0,0,0,0,NA -6075020500,6,75,20500,2949,2924,2924,1398,421,560,2835,128,742,51,51,28,259,285,0.251610715,0.017293998,0.091071429,0.009876543,0.088577291,0.09746922,0.301144492,0.091559371,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075021000,6,75,21000,4692,4680,4680,2192,576,683,4555,234,1978,143,44,43,641,501,0.421568627,0.030477408,0.064421669,0.009440176,0.136965812,0.107051282,0.262773723,0.106751825,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075023001,6,75,23001,5095,5088,5088,1306,137,1034,4796,107,4794,321,141,1429,1652,425,0.940922473,0.063002944,0.136363636,0.297956631,0.324685535,0.083529874,0.104900459,0.081929556,0,1,0,0,1,1,0,0,1,1,1,0,High -6075035202,6,75,35202,4960,4960,4960,1880,305,971,4667,300,3172,291,82,559,1061,457,0.639516129,0.058669355,0.084449022,0.119777159,0.21391129,0.092137097,0.162234043,0.159574468,0,0,0,0,0,0,1,1,0,0,0,0,NA -6075042700,6,75,42700,5422,5422,5422,2427,729,1357,5145,337,3570,475,67,788,1662,921,0.658428624,0.087606049,0.049373618,0.153158406,0.306528956,0.169863519,0.300370828,0.138854553,1,0,0,1,1,1,1,0,1,1,1,0,High -6075060100,6,75,60100,4119,4094,4119,1329,37,768,3819,154,1128,24,196,51,444,139,0.273852877,0.005826657,0.255208333,0.013354281,0.108451392,0.033746055,0.027840482,0.115876599,0,0,1,0,0,0,0,0,0,0,0,0,NA -6075031400,6,75,31400,6743,6719,6734,1830,256,1402,6521,259,5999,454,187,1472,2034,687,0.889663355,0.067329082,0.133380884,0.22573225,0.30272362,0.102019602,0.13989071,0.141530055,0,1,0,0,1,1,0,1,1,1,1,0,High -6075032700,6,75,32700,6681,6681,6681,2441,294,1671,6468,105,4174,570,77,1050,985,563,0.624756773,0.085316569,0.046080192,0.162337662,0.147433019,0.084268822,0.120442442,0.043015158,1,0,0,0,1,0,0,0,0,0,0,0,NA -6075040100,6,75,40100,4436,4391,4391,1936,438,811,4108,224,2083,299,91,398,755,286,0.469567178,0.067403066,0.112207152,0.096884129,0.17194261,0.065133227,0.226239669,0.115702479,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075023200,6,75,23200,4179,4155,4179,1222,247,869,3930,257,3897,224,207,554,1494,562,0.932519742,0.05360134,0.238204833,0.140966921,0.359566787,0.134481933,0.20212766,0.210310966,0,1,1,1,1,1,1,1,1,1,1,0,Higher -6075030102,6,75,30102,5255,4743,5255,2344,210,1081,5123,206,1679,371,74,29,426,280,0.319505233,0.070599429,0.068455134,0.005660746,0.089816572,0.053282588,0.089590444,0.087883959,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075035201,6,75,35201,5987,5984,5984,1946,168,1376,5621,92,3785,456,152,745,1204,503,0.632203107,0.076165024,0.110465116,0.132538694,0.201203209,0.084057487,0.086330935,0.047276465,0,0,0,0,1,0,0,0,0,0,0,0,NA -6075035400,6,75,35400,7112,7112,7112,2548,382,1709,6781,253,4692,823,91,1070,1217,856,0.659730034,0.11571991,0.053247513,0.157793836,0.171119235,0.120359955,0.149921507,0.099293564,1,0,0,1,1,0,0,0,0,0,0,0,NA -6075015900,6,75,15900,4563,4489,4489,2085,864,810,4464,367,2988,426,42,495,1265,703,0.654832347,0.093359632,0.051851852,0.110887097,0.281799955,0.156605035,0.414388489,0.176019185,1,0,0,1,0,1,1,1,0,0,1,1,High -6085508204,6,85,508204,4178,4178,4178,1461,12,1208,3853,94,2710,256,48,186,471,258,0.648635711,0.061273337,0.039735099,0.048274072,0.112733365,0.061752034,0.008213552,0.064339493,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085508301,6,85,508301,4672,4511,4511,1581,31,1188,4475,58,2528,550,62,166,297,328,0.54109589,0.117722603,0.052188552,0.037094972,0.06583906,0.072711151,0.019607843,0.036685642,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085509302,6,85,509302,3374,3374,3374,1245,15,916,3142,55,1361,247,116,90,330,307,0.403378779,0.073206876,0.126637555,0.028644176,0.097806758,0.090989923,0.012048193,0.044176707,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252908,6,95,252908,3913,3913,3737,1321,19,924,3519,139,1459,141,153,96,980,436,0.372859698,0.036033734,0.165584416,0.027280477,0.250447227,0.116671127,0.014383043,0.105223316,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253101,6,95,253101,5380,5348,5343,2025,76,1375,5113,224,2112,281,267,197,1720,672,0.392565056,0.052230483,0.194181818,0.038529239,0.321615557,0.125772038,0.037530864,0.110617284,0,0,1,1,0,1,0,0,0,0,0,0,NA -6095251300,6,95,251300,2743,2731,2743,1159,28,693,2592,48,1358,207,76,75,382,428,0.495078381,0.07546482,0.10966811,0.028935185,0.139875503,0.15603354,0.024158758,0.041415013,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095252704,6,95,252704,5297,5284,5225,1712,78,1264,5080,188,3753,173,133,362,1184,786,0.708514253,0.032659996,0.105221519,0.071259843,0.224072672,0.150430622,0.045560748,0.109813084,0,1,0,1,0,0,0,0,1,1,0,-1,NA -6095253105,6,95,253105,6376,6353,6274,2595,308,1607,5981,330,3846,333,439,349,2406,632,0.603199498,0.052227102,0.273179838,0.058351446,0.378718716,0.100733185,0.118689788,0.12716763,0,0,1,0,0,1,0,0,1,1,0,-1,NA -6095252904,6,95,252904,6599,6560,6521,2464,43,1665,6221,138,3549,348,178,241,749,670,0.537808759,0.052735263,0.106906907,0.038739752,0.114176829,0.102744978,0.017451299,0.056006494,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253000,6,95,253000,6435,0,0,0,0,0,6435,0,5018,119,0,215,0,0,0.77979798,0.018492618,0,0.033411033,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6095253402,6,95,253402,7804,7669,7790,2345,102,1791,7357,261,4650,694,232,1056,2885,985,0.595848283,0.088928754,0.129536572,0.143536768,0.376189855,0.126444159,0.043496802,0.11130064,1,0,0,1,1,1,0,0,0,0,1,1,High -6095252102,6,95,252102,3931,3920,3931,1477,70,976,3699,70,1359,272,184,36,698,511,0.345713559,0.069193589,0.18852459,0.00973236,0.178061224,0.129992368,0.047393365,0.047393365,0,0,1,1,0,0,0,0,0,0,0,0,NA -6095252201,6,95,252201,9568,9568,9568,3189,87,2484,8939,28,5096,619,147,173,516,792,0.532608696,0.064694816,0.059178744,0.019353395,0.053929766,0.08277592,0.027281279,0.008780182,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252306,6,95,252306,3339,3337,3300,1289,23,830,3147,99,1751,324,97,59,426,343,0.524408506,0.09703504,0.11686747,0.018748014,0.127659574,0.103939394,0.017843289,0.076803724,1,0,0,0,0,0,0,0,0,0,0,0,NA -6095252401,6,95,252401,4768,4665,4629,1401,51,1057,4629,108,3781,221,173,453,1621,651,0.792994966,0.046350671,0.163670766,0.097861309,0.347481243,0.140635126,0.03640257,0.077087794,0,1,0,1,0,1,0,0,1,1,1,0,High -6095250400,6,95,250400,2804,2804,2804,1093,29,697,2634,132,1714,84,213,26,1184,534,0.611269615,0.029957204,0.305595409,0.009870919,0.422253923,0.190442225,0.026532479,0.120768527,0,0,1,1,0,1,0,0,0,0,0,0,NA -6095251100,6,95,251100,3089,3089,3089,1143,153,533,2976,209,2582,114,176,254,1323,290,0.835869213,0.036905147,0.330206379,0.085349462,0.428293946,0.093881515,0.133858268,0.182852143,0,1,1,0,0,1,0,1,1,1,1,0,Higher -6095251500,6,95,251500,4111,4111,4111,1426,259,932,3810,383,3294,75,418,248,2366,598,0.801264899,0.018243736,0.448497854,0.065091864,0.575529068,0.145463391,0.181626928,0.26858345,0,1,1,1,0,1,1,1,1,1,1,0,High -6095251600,6,95,251600,2593,2593,2593,1149,238,555,2424,342,1838,82,188,86,1410,336,0.708831469,0.031623602,0.338738739,0.035478548,0.543771693,0.129579637,0.207136641,0.297650131,0,1,1,1,0,1,1,1,1,1,1,0,High -6095251901,6,95,251901,5281,4952,4996,1870,166,1066,4925,382,4168,586,298,323,1879,947,0.789244461,0.110963833,0.279549719,0.065583756,0.379442649,0.189551641,0.088770053,0.204278075,1,1,1,1,0,1,0,1,1,1,1,0,Higher -6095252202,6,95,252202,10522,10494,10522,3269,67,2724,10056,96,6468,384,151,271,1232,786,0.614712032,0.036494963,0.055433186,0.026949085,0.117400419,0.074700627,0.020495564,0.029366779,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075016000,6,75,16000,2850,2850,2850,1765,777,398,2804,320,1337,336,0,267,980,496,0.469122807,0.117894737,0,0.095221113,0.343859649,0.174035088,0.440226629,0.181303116,1,0,0,1,0,1,1,1,0,0,1,1,High -6075010500,6,75,10500,2932,2932,2932,1717,732,613,2731,204,1590,469,47,57,751,425,0.542291951,0.159959072,0.076672104,0.020871476,0.256139154,0.144952251,0.426324985,0.118811881,1,0,0,1,0,0,1,0,0,0,0,0,NA -6075011300,6,75,11300,3046,3010,3046,1546,1188,675,2927,332,2585,737,83,1429,1434,745,0.848653972,0.241956664,0.122962963,0.488213188,0.47641196,0.24458306,0.76843467,0.214747736,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6075015200,6,75,15200,4301,4212,4212,2370,1103,680,4103,403,1804,579,51,261,967,787,0.41943734,0.134619856,0.075,0.063611991,0.229582146,0.186847104,0.465400844,0.170042194,1,0,0,1,0,0,1,1,0,0,0,0,NA -6075017700,6,75,17700,1956,1944,1956,758,236,337,1850,65,1284,67,30,113,419,132,0.656441718,0.034253579,0.089020772,0.061081081,0.215534979,0.067484663,0.311345646,0.085751979,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075022702,6,75,22702,2287,2269,2269,1012,131,488,2184,73,759,76,25,12,164,41,0.33187582,0.033231307,0.051229508,0.005494505,0.072278537,0.018069634,0.12944664,0.072134387,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075022801,6,75,22801,5765,5703,5752,1923,457,1157,5315,173,3574,94,246,844,1590,416,0.619947962,0.016305291,0.212618842,0.158795861,0.278800631,0.07232267,0.237649506,0.089963599,0,0,1,0,1,0,1,0,0,0,0,0,NA -6075023103,6,75,23103,2654,2654,2654,952,224,670,2337,155,2550,75,382,136,1832,228,0.960813866,0.028259231,0.570149254,0.058194266,0.690278824,0.085908063,0.235294118,0.162815126,0,1,1,0,0,1,1,1,1,1,1,0,Highest -6075025900,6,75,25900,4809,4809,4809,1475,182,971,4559,72,3597,380,81,808,576,548,0.747972551,0.079018507,0.083419156,0.177231849,0.119775421,0.113953005,0.123389831,0.048813559,0,1,0,0,1,0,0,0,0,0,0,0,NA -6075026003,6,75,26003,5011,4926,5011,1400,233,1075,4876,75,4248,534,80,814,897,601,0.847734983,0.106565556,0.074418605,0.166940115,0.182095006,0.11993614,0.166428571,0.053571429,1,1,0,0,1,0,1,0,1,1,0,-1,NA -6013378000,6,13,378000,3284,3275,3284,1727,148,796,3182,156,1143,299,97,195,404,315,0.348051157,0.091047503,0.121859296,0.061282212,0.123358779,0.09591961,0.085697742,0.090330052,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013313103,6,13,313103,8974,8943,8951,2657,0,2158,8313,311,6052,301,127,280,1688,1323,0.67439269,0.033541342,0.058850788,0.033682185,0.188750978,0.147804715,0,0.117049304,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013334004,6,13,334004,7722,7705,7722,3223,326,1794,7348,373,2879,721,246,523,2426,1387,0.372830873,0.093369593,0.137123746,0.07117583,0.31486048,0.17961668,0.101147999,0.115730686,1,0,0,1,0,1,0,0,0,0,0,0,NA -6013363000,6,13,363000,7250,7250,7250,2669,103,1823,6979,140,4873,344,197,420,2193,1177,0.672137931,0.047448276,0.108063631,0.060180542,0.302482759,0.162344828,0.038591233,0.052454103,0,0,0,1,0,1,0,0,0,0,0,0,NA -6013309000,6,13,309000,3564,3528,3553,1251,21,784,3308,165,2856,90,147,99,1025,666,0.801346801,0.025252525,0.1875,0.029927449,0.29053288,0.187447228,0.016786571,0.131894484,0,1,1,1,0,1,0,0,1,1,1,0,High -6013376000,6,13,376000,5653,5620,5653,1691,262,1184,5098,227,5540,231,378,1013,3248,695,0.980010614,0.040863258,0.319256757,0.198705375,0.577935943,0.12294357,0.154937907,0.134240095,0,1,1,1,1,1,1,0,1,1,1,0,Highest -6001435400,6,1,435400,4320,4230,4282,1748,289,876,4011,345,3401,276,239,352,1405,585,0.787268519,0.063888889,0.27283105,0.087758664,0.3321513,0.136618403,0.165331808,0.197368421,0,1,1,1,0,1,1,1,1,1,1,0,High -6001436000,6,1,436000,4745,4745,4745,1434,42,1198,4398,74,3271,247,111,347,804,437,0.689357218,0.052054795,0.092654424,0.0788995,0.169441517,0.092096944,0.029288703,0.051603905,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001436601,6,1,436601,6685,6667,6685,1856,57,1485,6202,227,5637,241,296,919,2066,618,0.843231114,0.03605086,0.199326599,0.148178007,0.309884506,0.092445774,0.030711207,0.122306034,0,1,1,0,1,1,0,0,1,1,1,0,High -6001437200,6,1,437200,7495,7379,7379,2247,69,1543,7040,116,6167,660,253,614,1663,705,0.82281521,0.088058706,0.163966299,0.087215909,0.225369291,0.095541401,0.03070761,0.051624388,1,1,0,0,0,0,0,0,0,0,0,0,NA -6001440305,6,1,440305,4286,4286,4286,1043,7,968,4070,18,3519,301,96,257,610,533,0.821045264,0.070228651,0.099173554,0.063144963,0.142323845,0.124358376,0.006711409,0.01725791,0,1,0,1,0,0,0,0,0,0,0,0,NA -6001438400,6,1,438400,2568,2568,2568,732,16,577,2429,11,2059,154,69,290,546,329,0.801791277,0.059968847,0.119584055,0.119390696,0.212616822,0.128115265,0.021857923,0.015027322,0,1,0,1,0,0,0,0,0,0,0,0,NA -6001440306,6,1,440306,4341,4341,4341,1037,39,910,4149,101,3932,154,103,438,1088,236,0.905782078,0.035475697,0.113186813,0.105567607,0.250633495,0.054365354,0.037608486,0.097396336,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001440332,6,1,440332,3393,3393,3393,895,4,824,3200,5,3095,209,24,296,177,210,0.912172119,0.061597406,0.029126214,0.0925,0.052166225,0.061892131,0.004469274,0.005586592,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441521,6,1,441521,6170,6164,6164,1822,54,1653,5789,91,5039,246,56,488,535,370,0.816693679,0.03987034,0.033877798,0.084297806,0.086794289,0.060025957,0.029637761,0.049945115,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001442900,6,1,442900,7814,7809,7809,2277,51,1859,7391,61,5534,448,96,521,1056,765,0.708216023,0.057332992,0.051640667,0.070491138,0.135228582,0.097963888,0.022397892,0.026789635,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443002,6,1,443002,6745,6745,6745,1957,26,1591,6442,135,5364,389,141,641,1248,590,0.795255745,0.05767235,0.088623507,0.09950326,0.185025945,0.087472202,0.013285641,0.068983137,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001428700,6,1,428700,4484,4142,4019,1408,287,1023,4105,151,3125,184,203,527,1370,415,0.696922391,0.04103479,0.198435973,0.128380024,0.330758088,0.103259517,0.203835227,0.107244318,0,0,1,0,1,1,1,0,1,1,1,0,High -6001430101,6,1,430101,6955,6938,6955,2237,74,1922,6500,53,5020,380,116,333,690,420,0.72178289,0.054636952,0.060353798,0.051230769,0.099452292,0.06038821,0.033080018,0.023692445,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001430102,6,1,430102,2393,2393,2393,884,28,699,2283,5,1035,256,56,66,171,189,0.432511492,0.106978688,0.080114449,0.02890933,0.07145842,0.078980359,0.031674208,0.005656109,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001432501,6,1,432501,4851,4851,4841,1427,131,1079,4570,223,3959,269,221,1103,1572,505,0.816120388,0.055452484,0.204819277,0.241356674,0.324056895,0.10431729,0.091800981,0.156271899,0,1,1,0,1,1,0,1,1,1,1,0,High -6001432502,6,1,432502,5272,5259,5272,1537,98,1143,5034,144,4510,235,238,716,1629,491,0.855462822,0.044575114,0.208223972,0.142232817,0.309754706,0.093133536,0.063760573,0.093689005,0,1,1,0,1,1,0,0,1,1,1,0,High -6001433103,6,1,433103,3993,3993,3975,1522,149,864,3843,231,3561,76,242,442,1326,337,0.891810669,0.019033308,0.280092593,0.115014312,0.332081142,0.084779874,0.097897503,0.151773982,0,1,1,0,0,1,0,1,1,1,1,0,High -6001433104,6,1,433104,3608,3608,3608,1818,314,929,3349,413,2472,262,202,412,1228,613,0.685144124,0.072616408,0.217438105,0.123021798,0.340354767,0.169900222,0.172717272,0.227172717,0,0,1,1,1,1,1,1,1,1,1,0,High -6001435103,6,1,435103,7400,7372,7372,2360,0,2051,7015,30,5161,513,83,192,455,510,0.697432432,0.069324324,0.040468064,0.027369922,0.061720022,0.069180684,0,0.012711864,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001435104,6,1,435104,5826,5814,5821,2104,189,1283,5249,559,5163,75,260,815,1887,366,0.886199794,0.012873326,0.202650039,0.15526767,0.324561404,0.062875795,0.089828897,0.265684411,0,1,1,0,1,1,0,1,1,1,1,0,High -6001435601,6,1,435601,5718,5605,5641,1650,62,1075,5332,234,5088,117,180,809,2166,515,0.889821616,0.0204617,0.16744186,0.151725431,0.386440678,0.09129587,0.037575758,0.141818182,0,1,0,0,1,1,0,1,1,1,1,0,Higher -6001435602,6,1,435602,5590,5444,5497,1669,153,1065,5192,280,4196,254,144,772,1841,756,0.750626118,0.045438283,0.135211268,0.148690293,0.338170463,0.137529562,0.09167166,0.167765129,0,1,0,1,1,1,0,1,1,1,1,0,High -6001437101,6,1,437101,7343,7299,7343,1939,27,1632,6989,76,6352,401,202,413,1426,723,0.865041536,0.054609832,0.12377451,0.05909286,0.195369229,0.098461119,0.013924703,0.039195462,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001437102,6,1,437102,4885,4885,4885,1486,154,1177,4725,159,4340,322,131,705,1196,559,0.888433982,0.06591607,0.111299915,0.149206349,0.244831116,0.114431934,0.103633917,0.106998654,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001437701,6,1,437701,3597,3543,3597,1031,127,791,3329,132,3214,86,254,455,1315,206,0.89352238,0.023908813,0.321112516,0.136677681,0.371154389,0.057269947,0.123181377,0.128031038,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6001437702,6,1,437702,4469,4469,4413,1126,20,1011,4141,252,4309,90,238,1326,2131,157,0.964197807,0.020138733,0.235410485,0.320212509,0.476840456,0.035576705,0.017761989,0.223801066,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6001438203,6,1,438203,4118,4118,4118,1211,47,975,3931,111,3452,284,164,640,614,419,0.838271005,0.068965517,0.168205128,0.162808446,0.149101506,0.101748422,0.0388109,0.091659785,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001438204,6,1,438204,5483,5458,5458,1810,52,1346,5267,166,4649,405,113,578,1265,597,0.847893489,0.073864673,0.083952452,0.10973989,0.231769879,0.109380726,0.028729282,0.091712707,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001440333,6,1,440333,3186,3186,3186,839,28,735,3075,13,2657,260,25,220,294,210,0.83396108,0.081607031,0.034013605,0.071544715,0.092278719,0.065913371,0.033373063,0.015494636,1,1,0,0,0,0,0,0,0,0,0,0,NA -6001440334,6,1,440334,4750,4750,4750,1102,0,995,4507,31,4129,307,137,131,505,241,0.869263158,0.064631579,0.137688442,0.029065897,0.106315789,0.050736842,0,0.028130672,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001440335,6,1,440335,6772,6757,6755,2269,134,1843,6084,84,5505,167,74,338,440,241,0.812906084,0.024660366,0.040151926,0.055555556,0.065117656,0.035677276,0.059056853,0.037020714,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001440336,6,1,440336,4529,4504,4516,1391,73,1108,4309,110,3807,236,101,310,519,361,0.84058291,0.052108633,0.091155235,0.071942446,0.115230906,0.079937998,0.05248023,0.079079799,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001441523,6,1,441523,4267,4267,4267,1415,36,1130,3926,58,3880,53,71,255,274,132,0.909303961,0.012420905,0.062831858,0.064951605,0.064213733,0.030935083,0.025441696,0.040989399,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441524,6,1,441524,4428,4428,4428,1424,50,1188,4079,119,3996,164,37,137,268,182,0.902439024,0.037037037,0.031144781,0.033586663,0.060523939,0.041102078,0.03511236,0.083567416,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441927,6,1,441927,4512,4512,4512,1760,281,1276,3900,249,3949,258,65,229,530,281,0.875221631,0.057180851,0.050940439,0.058717949,0.117464539,0.062278369,0.159659091,0.141477273,0,1,0,0,0,0,1,1,0,0,0,0,NA -6001441924,6,1,441924,7625,7625,7625,2647,30,2110,7117,167,5923,308,197,247,516,564,0.776786885,0.040393443,0.093364929,0.034705634,0.067672131,0.073967213,0.011333585,0.063090291,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441925,6,1,441925,7165,7165,7165,3000,265,1944,6551,278,6053,367,89,289,771,376,0.844801117,0.051221214,0.045781893,0.044115402,0.10760642,0.05247732,0.088333333,0.092666667,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001441926,6,1,441926,4570,4562,4559,1483,135,1147,4150,162,4146,65,100,329,887,288,0.907221007,0.014223195,0.087183958,0.079277108,0.194432267,0.063171748,0.091031693,0.109238031,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001442301,6,1,442301,5148,5148,5148,1561,96,1275,4848,182,4178,261,70,599,740,453,0.811577312,0.050699301,0.054901961,0.123556106,0.143745144,0.087995338,0.061499039,0.116591928,0,1,0,0,1,0,0,0,0,0,0,0,NA -6001442302,6,1,442302,6012,6012,6012,2238,395,1534,5540,323,4816,394,125,550,1171,670,0.801064538,0.065535595,0.08148631,0.099277978,0.194777112,0.111443779,0.176496872,0.14432529,0,1,0,0,0,0,1,1,0,0,0,0,NA -6001442601,6,1,442601,4175,4168,4151,1306,29,1061,4012,67,2815,323,34,80,312,279,0.674251497,0.077365269,0.03204524,0.019940179,0.074856046,0.06721272,0.022205207,0.051301685,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001442602,6,1,442602,4883,4883,4883,1625,122,1363,4555,170,3231,239,165,245,862,275,0.661683391,0.04894532,0.121056493,0.053787047,0.176530821,0.056317837,0.075076923,0.104615385,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001443104,6,1,443104,5620,5620,5620,1782,47,1556,5413,22,4665,353,46,440,489,342,0.830071174,0.062811388,0.029562982,0.081285793,0.087010676,0.060854093,0.02637486,0.012345679,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443105,6,1,443105,4588,4588,4588,1505,21,1392,4476,18,4035,176,8,157,276,211,0.879468178,0.038360942,0.005747126,0.035075961,0.060156931,0.045989538,0.013953488,0.011960133,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443321,6,1,443321,3315,3315,3315,1107,75,864,3007,44,3076,156,31,198,264,163,0.927903469,0.047058824,0.03587963,0.065846358,0.079638009,0.049170437,0.067750678,0.039747064,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001443322,6,1,443322,3313,3313,3313,962,24,824,3096,8,2681,113,36,315,189,221,0.809236342,0.034108059,0.04368932,0.101744186,0.057047993,0.066706912,0.024948025,0.008316008,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001444301,6,1,444301,3789,3789,3789,1140,8,963,3577,29,2434,173,100,103,541,276,0.642385854,0.045658485,0.10384216,0.02879508,0.142781737,0.072842439,0.007017544,0.025438596,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075061500,6,75,61500,14758,14598,14758,7900,2790,2958,14202,533,7936,482,93,456,2184,770,0.537742241,0.032660252,0.031440162,0.032108154,0.149609536,0.052175091,0.353164557,0.067468354,0,0,0,0,0,0,1,0,0,0,0,0,NA -6085512305,6,85,512305,4831,4808,4820,1558,15,1426,4630,57,2203,144,115,156,451,306,0.456013248,0.029807493,0.080645161,0.033693305,0.093801997,0.063485477,0.009627728,0.036585366,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085504421,6,85,504421,5443,5443,5443,1389,6,1264,5180,6,5005,340,58,448,444,430,0.919529671,0.062465552,0.045886076,0.086486486,0.081572662,0.079000551,0.004319654,0.004319654,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504506,6,85,504506,7104,7104,7104,2224,161,1830,6199,197,6530,509,256,963,1548,504,0.91920045,0.071649775,0.13989071,0.155347637,0.217905405,0.070945946,0.072392086,0.088579137,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504700,6,85,504700,679,679,572,172,9,168,579,81,244,0,29,4,216,24,0.359351988,0,0.172619048,0.006908463,0.318114875,0.041958042,0.052325581,0.470930233,0,0,0,0,0,1,0,1,0,0,0,0,NA -6085504805,6,85,504805,7120,7107,7120,2831,205,1747,6781,116,3941,391,68,370,1472,763,0.553511236,0.05491573,0.038923869,0.054564224,0.207119741,0.107162921,0.072412575,0.040974921,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085505600,6,85,505600,4679,3264,4679,1224,103,601,4630,393,2274,134,91,125,1168,473,0.486001282,0.028638598,0.151414309,0.02699784,0.357843137,0.101089976,0.084150327,0.321078431,0,0,0,0,0,1,0,1,0,0,0,0,NA -6085506101,6,85,506101,4329,4329,4329,1608,19,1187,4060,122,2513,354,49,160,345,387,0.580503581,0.081774082,0.041280539,0.039408867,0.07969508,0.089397089,0.01181592,0.075870647,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085506203,6,85,506203,6443,6443,6443,2345,176,1750,5943,260,5497,161,77,638,1108,427,0.853173987,0.024988359,0.044,0.107353189,0.171969579,0.066273475,0.075053305,0.1108742,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085506802,6,85,506802,5754,5616,5616,1936,23,1449,5494,77,2239,353,144,287,571,393,0.389120612,0.061348627,0.099378882,0.052238806,0.101673789,0.069978632,0.011880165,0.039772727,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085506900,6,85,506900,7953,7885,7885,2636,16,2205,7648,83,2228,696,128,110,359,813,0.280145857,0.087514146,0.058049887,0.014382845,0.045529486,0.103107166,0.006069803,0.031487102,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085507001,6,85,507001,6994,6958,6958,2920,96,1901,6841,206,1165,511,109,3,435,456,0.166571347,0.073062625,0.057338243,0.000438532,0.062517965,0.065536074,0.032876712,0.070547945,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085507302,6,85,507302,3179,3106,3106,1025,16,913,3047,16,1267,390,43,31,225,125,0.398553004,0.122680088,0.047097481,0.010173942,0.072440438,0.040244688,0.015609756,0.015609756,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085507702,6,85,507702,6085,6085,6085,2015,31,1778,5951,35,4867,482,12,212,407,306,0.799835661,0.079211175,0.006749156,0.035624265,0.066885785,0.050287592,0.015384615,0.017369727,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085507805,6,85,507805,5946,5931,5946,2108,102,1531,5639,263,4220,321,140,675,743,299,0.709720821,0.053985873,0.091443501,0.119702075,0.125273984,0.050285906,0.048387097,0.124762808,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085507806,6,85,507806,5981,5981,5981,1949,66,1639,5662,211,5211,206,125,317,548,194,0.871258987,0.034442401,0.076266016,0.055987284,0.091623474,0.032436047,0.03386352,0.108260646,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013345202,6,13,345202,7501,7501,7501,2979,112,1933,7033,179,3340,253,141,135,596,391,0.445273963,0.033728836,0.072943611,0.019195223,0.079456073,0.052126383,0.037596509,0.060087278,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013352101,6,13,352101,3338,2207,3338,830,6,675,3280,6,1181,278,25,71,166,357,0.353804673,0.083283403,0.037037037,0.021646341,0.075215224,0.10695027,0.007228916,0.007228916,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013352201,6,13,352201,6487,6451,6451,2444,56,1508,6271,238,2245,536,101,182,835,360,0.346076769,0.082626792,0.066976127,0.029022484,0.129437297,0.055805302,0.022913257,0.097381342,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013353002,6,13,353002,4353,4340,4340,1550,98,1252,4090,23,999,349,47,53,164,349,0.229496899,0.080174592,0.037539936,0.012958435,0.037788018,0.080414747,0.063225806,0.01483871,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013359202,6,13,359202,5972,5873,5958,2179,100,1633,5812,113,3586,596,96,242,1074,1132,0.600468855,0.099799062,0.058787508,0.04163799,0.182870765,0.189996643,0.045892611,0.051858651,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013360200,6,13,360200,4843,4843,4843,1801,65,1344,4712,126,3346,391,214,358,1072,938,0.690894074,0.080735082,0.15922619,0.075976231,0.221350403,0.193681602,0.036091061,0.069961133,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013361000,6,13,361000,5129,5089,5089,1772,99,1225,4996,215,3438,264,142,258,1232,615,0.670306103,0.051472022,0.115918367,0.051641313,0.242090784,0.12084889,0.055869074,0.121331828,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013362000,6,13,362000,2835,2830,2830,1194,23,722,2755,61,1312,329,68,123,477,337,0.462786596,0.116049383,0.094182825,0.044646098,0.168551237,0.119081272,0.019262982,0.051088777,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013364002,6,13,364002,5980,5980,5980,1899,227,1353,5702,196,4630,261,183,603,1794,749,0.774247492,0.043645485,0.135254989,0.105752368,0.3,0.125250836,0.119536598,0.103212217,0,1,0,1,0,1,0,0,0,0,1,1,High -6013380000,6,13,380000,6376,6346,6376,2803,178,1588,5993,353,4712,209,301,538,1836,620,0.73902133,0.032779172,0.189546599,0.0897714,0.289316105,0.097239649,0.063503389,0.125936497,0,1,1,0,0,1,0,0,1,1,1,0,High -6013385100,6,13,385100,2953,2953,2953,1119,11,907,2809,14,1301,378,54,84,412,406,0.440568913,0.128005418,0.059536935,0.02990388,0.139519133,0.137487301,0.009830206,0.012511171,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013390200,6,13,390200,1667,1649,1667,717,54,469,1553,13,475,133,12,72,280,210,0.284943011,0.079784043,0.025586354,0.04636188,0.169799879,0.125974805,0.075313808,0.018131102,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013307102,6,13,307102,5273,5273,5273,1746,129,1171,4846,372,3991,377,453,719,2718,877,0.756874644,0.071496302,0.386848847,0.14836979,0.515456097,0.166318984,0.073883162,0.213058419,0,1,1,1,1,1,0,1,0,0,1,1,Higher -6013318000,6,13,318000,3602,3562,3562,1560,96,864,3456,132,1373,152,131,45,664,478,0.381177124,0.042198778,0.15162037,0.013020833,0.186412128,0.134194273,0.061538462,0.084615385,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013354001,6,13,354001,2121,2121,2121,751,0,604,2028,29,608,168,40,29,164,168,0.286657237,0.079207921,0.066225166,0.014299803,0.077322018,0.079207921,0,0.03861518,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013354002,6,13,354002,7110,7050,7065,2752,159,2147,6798,12,1921,823,28,69,223,579,0.270182841,0.115752461,0.013041453,0.010150044,0.031631206,0.081953291,0.057776163,0.004360465,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013355302,6,13,355302,3407,3404,3404,1201,10,1015,3288,0,1097,375,33,74,130,343,0.32198415,0.110067508,0.032512315,0.022506083,0.038190364,0.100763807,0.008326395,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013325000,6,13,325000,5873,5722,5705,2149,238,1438,5600,165,1779,675,117,173,915,834,0.302911629,0.114932743,0.081363004,0.030892857,0.159909123,0.146187555,0.110749186,0.076779898,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013308002,6,13,308002,4646,4641,4641,1424,20,1208,4452,127,3065,196,115,121,807,997,0.659707275,0.042186827,0.095198675,0.027178796,0.173884939,0.214824391,0.014044944,0.089185393,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013316000,6,13,316000,1106,1025,1025,479,146,193,1061,95,447,35,110,31,642,377,0.404159132,0.03164557,0.569948187,0.029217719,0.626341463,0.367804878,0.30480167,0.198329854,0,0,1,1,0,1,1,1,1,1,1,0,Highest -6013319000,6,13,319000,8545,8512,8496,3118,55,1995,7988,158,2696,389,188,151,775,1314,0.315506144,0.045523698,0.094235589,0.018903355,0.091047932,0.154661017,0.017639513,0.050673509,0,0,0,1,0,0,0,0,0,0,0,0,NA -6085502302,6,85,502302,2890,2890,2890,1282,36,763,2727,217,1369,129,163,105,416,119,0.473702422,0.044636678,0.213630406,0.03850385,0.143944637,0.041176471,0.028081123,0.169266771,0,0,1,0,0,0,0,1,0,0,0,0,NA -6085502603,6,85,502603,2785,2748,2772,1037,31,750,2573,68,1020,159,19,27,273,268,0.366247756,0.057091562,0.025333333,0.010493587,0.099344978,0.096681097,0.029893925,0.06557377,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502604,6,85,502604,4094,4084,4094,2121,101,898,3971,186,1789,80,84,145,490,219,0.436980948,0.019540791,0.093541203,0.036514732,0.119980411,0.053492916,0.047619048,0.087694484,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503117,6,85,503117,3047,3034,3047,792,159,570,2820,154,3000,186,181,798,1446,428,0.984574992,0.061043649,0.31754386,0.282978723,0.47659855,0.140466032,0.200757576,0.194444444,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6085503118,6,85,503118,5618,5618,5618,1697,63,1191,5219,363,5185,89,216,1203,1842,315,0.922926308,0.015841937,0.181360202,0.230503928,0.327874689,0.056069776,0.037124337,0.213906895,0,1,1,0,1,1,0,1,1,1,1,0,High -6085503121,6,85,503121,4693,4634,4693,1447,123,933,4353,273,4118,88,264,676,1928,441,0.877477094,0.018751332,0.282958199,0.155295199,0.416055244,0.093969742,0.085003455,0.188666206,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085503122,6,85,503122,3144,3144,3144,1154,266,667,2925,315,2953,100,203,658,1707,409,0.939249364,0.031806616,0.304347826,0.224957265,0.542938931,0.130089059,0.2305026,0.272963605,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6085503123,6,85,503123,3770,3770,3770,1614,181,768,3528,489,2707,228,166,356,1633,637,0.718037135,0.060477454,0.216145833,0.100907029,0.433156499,0.168965517,0.112143742,0.302973978,0,1,1,1,0,1,0,1,1,1,1,0,High -6085503329,6,85,503329,4257,4251,4252,1112,20,1049,4067,20,3920,208,23,360,226,186,0.92083627,0.0488607,0.021925643,0.088517335,0.053163961,0.04374412,0.017985612,0.017985612,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085503330,6,85,503330,8177,8109,8177,2136,20,1971,7904,61,7234,314,135,437,570,187,0.884676532,0.038400391,0.068493151,0.055288462,0.070292268,0.022869023,0.009363296,0.028558052,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085503331,6,85,503331,3356,3356,3356,1359,94,902,3262,78,2152,456,0,156,250,392,0.641239571,0.135876043,0,0.047823421,0.074493445,0.116805721,0.069168506,0.057395143,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085503332,6,85,503332,5719,5719,5719,2548,46,1550,5584,12,2557,1465,38,142,514,790,0.447106137,0.256163665,0.024516129,0.025429799,0.089875852,0.138136038,0.018053375,0.004709576,1,0,0,1,0,0,0,0,0,0,0,0,NA -6085503333,6,85,503333,4945,4938,4945,1330,20,1122,4608,6,3847,213,48,269,490,486,0.777957533,0.043073812,0.042780749,0.058376736,0.099230458,0.098281092,0.015037594,0.004511278,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085503334,6,85,503334,8828,8828,8828,2585,12,2352,8396,0,6972,417,148,202,307,284,0.789759855,0.047236067,0.06292517,0.024059076,0.034775714,0.032170367,0.004642166,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085503336,6,85,503336,3773,3768,3768,880,8,780,3605,31,3614,177,128,639,695,369,0.957858468,0.046912271,0.164102564,0.177253814,0.184447983,0.097929936,0.009090909,0.035227273,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085503337,6,85,503337,3573,3573,3573,951,0,821,3408,38,3236,191,88,677,864,477,0.9056815,0.053456479,0.107186358,0.198650235,0.241813602,0.133501259,0,0.039957939,0,1,0,1,1,0,0,0,1,1,0,-1,NA -6085503710,6,85,503710,4061,4061,4061,1133,363,830,3683,187,3864,319,197,1039,2001,433,0.951489781,0.078552081,0.237349398,0.282106978,0.492735779,0.106623984,0.32038835,0.165048544,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6085503711,6,85,503711,5327,5320,5327,1055,50,912,4901,169,5152,184,231,939,1999,388,0.967148489,0.034541017,0.253289474,0.191593552,0.37575188,0.072836493,0.047393365,0.160189573,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085503712,6,85,503712,4444,4173,4185,1405,256,943,4088,371,4020,502,150,1185,1900,440,0.904590459,0.112961296,0.159066808,0.289872798,0.455307932,0.105137395,0.182206406,0.26405694,1,1,0,0,1,1,1,1,1,1,1,0,Higher -6085503713,6,85,503713,3457,3457,3457,1131,226,689,3214,135,3247,287,116,965,1693,382,0.939253688,0.08301996,0.168359942,0.300248911,0.489730981,0.110500434,0.199823165,0.119363395,1,1,0,0,1,1,1,0,1,1,1,0,Higher -6085503902,6,85,503902,6019,5973,6019,1540,40,1311,5469,201,5381,315,356,987,1610,549,0.894002326,0.052334275,0.271548436,0.18047175,0.269546292,0.091211165,0.025974026,0.130519481,0,1,1,0,1,0,0,0,1,1,0,-1,NA -6085503903,6,85,503903,3658,3646,3653,952,68,728,3472,100,3334,250,149,619,1032,313,0.911427009,0.068343357,0.20467033,0.17828341,0.283049918,0.085683,0.071428571,0.105042017,0,1,1,0,1,1,0,0,1,1,1,0,High -6085504322,6,85,504322,5513,5513,5513,2017,65,1278,5112,70,4692,110,115,412,617,267,0.851079267,0.019952839,0.089984351,0.080594679,0.111917286,0.048430981,0.032226078,0.034705007,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085504323,6,85,504323,6195,6184,6195,1851,170,1367,5580,246,5747,273,119,681,1180,435,0.927683616,0.044067797,0.087051939,0.122043011,0.190815006,0.070217918,0.091842247,0.132901135,0,1,0,0,1,0,0,0,0,0,0,0,NA -6085504423,6,85,504423,2675,2665,2675,686,33,578,2575,16,2167,213,23,328,420,341,0.810093458,0.079626168,0.039792388,0.127378641,0.157598499,0.127476636,0.048104956,0.023323615,0,1,0,1,1,0,0,0,0,0,0,0,NA -6085505008,6,85,505008,7384,7364,7384,3210,172,1776,6638,372,5568,18,77,310,907,94,0.754062839,0.002437703,0.043355856,0.046700813,0.123166757,0.012730228,0.053582555,0.11588785,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085505009,6,85,505009,10617,10608,10617,3781,48,2288,9908,447,8461,332,209,896,2197,711,0.796929453,0.031270604,0.091346154,0.090431974,0.207107843,0.06696807,0.012695054,0.118222692,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6085508003,6,85,508003,2496,2491,2496,769,40,592,2423,76,1698,127,18,176,413,294,0.680288462,0.05088141,0.030405405,0.072637227,0.165796869,0.117788462,0.052015605,0.098829649,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085508004,6,85,508004,6406,6373,6406,2043,14,1550,5830,188,4811,210,113,652,941,266,0.751014674,0.032781767,0.072903226,0.111835334,0.147654166,0.041523572,0.006852668,0.092021537,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085508507,6,85,508507,3147,3147,3147,1320,107,817,2816,157,2506,44,27,77,400,180,0.79631395,0.01398157,0.033047736,0.02734375,0.12710518,0.057197331,0.081060606,0.118939394,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085511608,6,85,511608,3238,215,3232,112,31,22,3228,30,1831,0,8,41,78,200,0.565472514,0,0.363636364,0.012701363,0.362790698,0.061881188,0.276785714,0.267857143,0,0,1,0,0,1,1,1,1,1,1,0,Higher -6085508508,6,85,508508,5477,5477,5464,2026,151,1386,4903,135,3886,373,41,214,610,426,0.709512507,0.068102976,0.02958153,0.043646747,0.11137484,0.077964861,0.074531096,0.066633761,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085511301,6,85,511301,3939,3864,3864,1819,241,899,3817,188,1237,532,118,97,620,369,0.314039096,0.13505966,0.131256952,0.025412628,0.160455487,0.095496894,0.132490379,0.103353491,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511302,6,85,511302,4097,3954,3954,1994,442,785,3937,297,1595,618,51,277,800,419,0.389309251,0.15084208,0.064968153,0.070358141,0.202326758,0.105968639,0.221664995,0.148946841,1,0,0,0,0,0,1,1,0,0,0,0,NA -6085511609,6,85,511609,3439,3358,3358,1731,249,781,3189,251,1197,597,89,47,491,313,0.348066298,0.173596976,0.113956466,0.014738162,0.146217987,0.093210244,0.143847487,0.145002889,1,0,0,0,0,0,0,1,0,0,0,0,NA -6085511704,6,85,511704,4812,4803,4812,1724,18,1417,4695,10,1986,571,69,41,242,312,0.412718204,0.118661679,0.048694425,0.008732694,0.050385176,0.064837905,0.010440835,0.005800464,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511705,6,85,511705,1087,980,980,361,0,259,1042,0,417,134,4,9,50,89,0.383624655,0.123275069,0.015444015,0.008637236,0.051020408,0.090816327,0,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001403501,6,1,403501,4644,4599,4644,2723,903,777,4490,363,3143,363,7,595,1982,874,0.676787252,0.078165375,0.009009009,0.132516704,0.430963253,0.188199828,0.331619537,0.133308851,0,0,0,1,1,1,1,0,1,1,1,0,High -6001403502,6,1,403502,2035,2035,2035,1152,203,384,1977,185,1089,70,30,120,590,207,0.535135135,0.034398034,0.078125,0.060698027,0.28992629,0.101719902,0.176215278,0.160590278,0,0,0,0,0,1,1,1,0,0,0,0,NA -6001403701,6,1,403701,2795,2757,2757,1767,428,300,2780,343,1410,351,18,49,540,440,0.504472272,0.125581395,0.06,0.017625899,0.195865071,0.159593761,0.242218449,0.194114318,1,0,0,1,0,0,1,1,0,0,0,0,NA -6001403702,6,1,403702,1898,1898,1898,1091,190,321,1836,150,904,109,37,120,435,170,0.476290832,0.057428872,0.115264798,0.065359477,0.22918862,0.089567966,0.174152154,0.137488543,0,0,0,0,0,0,1,0,0,0,0,0,NA -6001404101,6,1,404101,3088,3086,3086,1710,333,650,2934,163,1153,274,48,3,306,380,0.373380829,0.08873057,0.073846154,0.001022495,0.099157485,0.123136747,0.194736842,0.095321637,1,0,0,1,0,0,1,0,0,0,0,0,NA -6001404102,6,1,404102,2605,2474,2451,1591,425,435,2465,273,806,555,3,207,609,504,0.30940499,0.213051823,0.006896552,0.083975659,0.246160065,0.205630355,0.267127593,0.171590195,1,0,0,1,0,0,1,1,0,0,0,0,NA -6001405301,6,1,405301,2955,2955,2955,1584,223,612,2871,265,1637,110,64,191,556,309,0.553976311,0.037225042,0.104575163,0.066527342,0.188155668,0.104568528,0.140782828,0.16729798,0,0,0,0,0,0,0,1,0,0,0,0,NA -6001405302,6,1,405302,2454,2454,2454,1401,448,484,2329,378,1657,245,86,497,962,440,0.675224124,0.099837001,0.17768595,0.213396307,0.39201304,0.179299104,0.319771592,0.269807281,1,0,0,1,1,1,1,1,1,1,1,0,Higher -6001405401,6,1,405401,3890,3866,3866,1730,370,699,3720,345,3214,163,108,1103,1627,404,0.82622108,0.041902314,0.154506438,0.296505376,0.420848422,0.104500776,0.213872832,0.199421965,0,1,0,0,1,1,1,1,1,1,1,0,Higher -6001405402,6,1,405402,3275,3200,3200,1167,318,697,3077,314,2815,140,156,724,1712,270,0.859541985,0.042748092,0.223816356,0.235294118,0.535,0.084375,0.272493573,0.269065981,0,1,1,0,1,1,1,1,1,1,1,0,Highest -6001405901,6,1,405901,4348,4348,4348,1089,196,904,4033,320,4181,141,257,1202,2954,665,0.961591536,0.032428703,0.284292035,0.29804116,0.679392824,0.152943882,0.179981635,0.293847567,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6001405902,6,1,405902,2979,2979,2971,923,211,693,2777,229,2700,140,110,990,1496,487,0.906344411,0.046995636,0.158730159,0.35649982,0.50218194,0.163917873,0.228602384,0.248104009,0,1,0,1,1,1,1,1,1,1,1,0,Higher -6001406601,6,1,406601,5042,5042,5042,1694,226,1119,4728,287,4316,201,226,1029,1982,837,0.85600952,0.039865133,0.201966041,0.217639594,0.393097977,0.166005553,0.133412043,0.169421488,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6001406602,6,1,406602,2795,2795,2795,944,122,605,2575,210,2466,105,138,371,1295,331,0.882289803,0.037567084,0.228099174,0.14407767,0.46332737,0.11842576,0.129237288,0.222457627,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6001407101,6,1,407101,3737,3737,3737,1035,152,716,3428,162,3463,135,113,880,2011,405,0.926679154,0.036125234,0.157821229,0.256709452,0.538132192,0.108375702,0.146859903,0.156521739,0,1,0,0,1,1,0,1,1,1,1,0,Higher -6001407102,6,1,407102,4416,4308,4411,1300,182,948,3988,212,4005,125,209,606,1718,652,0.906929348,0.028306159,0.220464135,0.151955868,0.398792943,0.147812287,0.14,0.163076923,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6001410500,6,1,410500,2373,2373,2373,936,276,569,2158,204,2175,78,320,134,1624,378,0.916561315,0.032869785,0.562390158,0.062094532,0.684365782,0.159292035,0.294871795,0.217948718,0,1,1,1,0,1,1,1,1,1,1,0,Higher -6001425101,6,1,425101,1588,1588,1588,1135,92,276,1553,56,652,222,0,73,274,257,0.410579345,0.139798489,0,0.047005795,0.172544081,0.161838791,0.081057269,0.049339207,1,0,0,1,0,0,0,0,0,0,0,0,NA -6001425102,6,1,425102,3689,3689,3689,1965,174,687,3482,358,2593,116,81,107,558,201,0.702900515,0.031444836,0.11790393,0.030729466,0.151260504,0.054486311,0.088549618,0.182188295,0,1,0,0,0,0,0,1,0,0,0,0,NA -6001425103,6,1,425103,2789,2789,2752,1372,63,623,2721,114,1255,74,36,20,299,212,0.449982072,0.026532807,0.057784912,0.007350239,0.107206884,0.077034884,0.045918367,0.083090379,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001425104,6,1,425104,3658,3657,3650,1984,391,608,3462,348,2307,296,177,101,1083,548,0.630672499,0.080918535,0.291118421,0.029173888,0.296144381,0.150136986,0.197076613,0.175403226,1,0,1,1,0,1,1,1,1,0,1,1,High -6085501101,6,85,501101,4495,4460,4495,1967,261,813,4274,406,3260,166,97,525,1431,531,0.725250278,0.036929922,0.119311193,0.122835751,0.320852018,0.118131257,0.132689375,0.206405694,0,1,0,0,1,1,0,1,1,1,1,0,High -6085501102,6,85,501102,4743,4743,4743,1375,70,964,4334,135,3516,223,147,556,1327,429,0.741302973,0.047016656,0.152489627,0.128287956,0.279780729,0.090449083,0.050909091,0.098181818,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085501401,6,85,501401,3182,3143,3157,992,101,736,2894,175,2858,127,255,708,1309,368,0.898177247,0.039912005,0.346467391,0.244644091,0.416481069,0.11656636,0.101814516,0.17641129,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085501402,6,85,501402,3329,3313,3329,871,20,613,3039,175,2802,128,119,742,1212,213,0.841694202,0.038449985,0.194127243,0.244159263,0.365831573,0.063983178,0.022962113,0.200918485,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085502301,6,85,502301,3590,3579,3590,1354,56,900,3374,108,1203,360,126,110,512,262,0.335097493,0.100278552,0.14,0.032602253,0.14305672,0.072980501,0.041358936,0.079763663,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041102202,6,41,102202,6238,6238,6238,2316,52,1659,5995,146,1605,410,180,259,799,585,0.257294004,0.065726194,0.108499096,0.043202669,0.128085925,0.093780058,0.022452504,0.063039724,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041102203,6,41,102203,5736,5736,5736,2169,149,1401,5292,403,2970,334,187,364,1871,659,0.517782427,0.058228731,0.133476089,0.068783069,0.326185495,0.114888424,0.068695251,0.185799908,0,0,0,0,0,1,0,1,0,0,0,0,NA -6041109001,6,41,109001,4269,4238,4269,1797,175,1007,3945,258,1821,220,117,127,910,308,0.426563598,0.051534317,0.116186693,0.032192649,0.214723926,0.072148044,0.09738453,0.143572621,0,0,0,0,0,0,0,1,0,0,0,0,NA -6041109002,6,41,109002,3942,3942,3942,1753,81,995,3724,201,496,342,76,27,349,215,0.125824455,0.086757991,0.07638191,0.007250269,0.088533739,0.054540842,0.046206503,0.114660582,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085511707,6,85,511707,2721,2649,2679,1159,97,688,2674,24,991,604,12,40,212,268,0.364204337,0.221977214,0.01744186,0.014958863,0.0800302,0.100037327,0.083692839,0.020707506,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085512037,6,85,512037,3382,3382,3382,994,24,862,3100,12,1891,164,59,82,291,338,0.559136606,0.048492017,0.068445476,0.026451613,0.086043761,0.099940863,0.024144869,0.012072435,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085511915,6,85,511915,3847,3832,3847,1228,167,894,3550,195,2519,203,200,431,1246,417,0.654795945,0.052768391,0.223713647,0.121408451,0.325156576,0.108396153,0.135993485,0.158794788,0,0,1,0,1,1,0,1,1,1,1,0,High -6085511916,6,85,511916,4761,4754,4754,1676,56,1260,4398,171,2474,223,82,261,888,241,0.519638731,0.046838899,0.065079365,0.059345157,0.186790072,0.050694152,0.033412888,0.10202864,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512036,6,85,512036,5268,5262,5268,1867,25,1352,4853,194,3312,121,158,84,400,416,0.628701595,0.022968869,0.116863905,0.017308881,0.076016724,0.07896735,0.013390466,0.103910016,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512038,6,85,512038,3259,3259,3259,1086,39,848,3030,94,1916,59,132,136,919,354,0.587910402,0.018103713,0.155660377,0.044884488,0.28198834,0.108622277,0.035911602,0.086556169,0,0,0,0,0,1,0,0,0,0,0,0,NA -6085512039,6,85,512039,5257,5257,5257,1430,91,1222,4966,0,4396,140,176,467,581,361,0.836218375,0.026631158,0.144026187,0.094039468,0.110519308,0.068670344,0.063636364,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085512042,6,85,512042,3001,2990,2990,870,90,671,2894,168,2705,121,123,509,711,283,0.901366211,0.040319893,0.183308495,0.175881133,0.237792642,0.094648829,0.103448276,0.193103448,0,1,1,0,1,0,0,1,0,0,0,0,NA -6085512043,6,85,512043,6744,6729,6744,1510,85,1251,6146,361,5957,167,369,1221,2997,455,0.883303677,0.024762752,0.294964029,0.198665799,0.445385644,0.067467378,0.056291391,0.239072848,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085512045,6,85,512045,5566,5561,5561,1809,25,1456,5265,56,2666,370,82,234,546,541,0.478979519,0.066475027,0.056318681,0.044444444,0.09818378,0.097284661,0.01381979,0.030956329,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512047,6,85,512047,5866,5850,5866,1688,18,1428,5425,78,3037,347,123,360,720,492,0.517729287,0.059154449,0.086134454,0.066359447,0.123076923,0.083873167,0.010663507,0.046208531,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512052,6,85,512052,4385,4346,4385,1723,44,1127,4043,222,2046,296,217,252,622,444,0.46659065,0.067502851,0.192546584,0.062329953,0.14312011,0.101254276,0.025536854,0.128845038,0,0,1,0,0,0,0,0,0,0,0,0,NA -6085512053,6,85,512053,4390,4390,4390,1457,47,1147,4214,87,2617,203,156,211,652,328,0.596127563,0.046241458,0.136006975,0.050071191,0.148519362,0.074715262,0.032258065,0.059711736,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512310,6,85,512310,4998,4998,4998,1736,30,1274,4689,284,3261,120,243,304,1327,332,0.652460984,0.024009604,0.190737834,0.064832587,0.265506202,0.066426571,0.017281106,0.16359447,0,0,1,0,0,0,0,1,1,1,0,-1,NA -6085512311,6,85,512311,4005,3994,3994,1309,112,1002,3801,46,2124,346,38,247,574,452,0.530337079,0.08639201,0.037924152,0.064982899,0.143715573,0.113169755,0.085561497,0.035141329,1,0,0,0,0,0,0,0,0,0,0,0,NA -6085512312,6,85,512312,3388,3353,3388,1174,0,916,3106,61,1735,111,145,59,554,337,0.512101535,0.032762692,0.158296943,0.018995493,0.165225171,0.099468713,0,0.051959114,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512313,6,85,512313,3914,3859,3867,1170,9,911,3638,203,2697,159,98,403,813,346,0.689064895,0.040623403,0.107574094,0.110775151,0.210676341,0.089475045,0.007692308,0.173504274,0,0,0,0,0,0,0,1,0,0,0,0,NA -6085512314,6,85,512314,6477,6344,6384,2281,88,1548,5744,244,3636,318,227,238,1602,490,0.561371005,0.049096804,0.146640827,0.04143454,0.252522068,0.076754386,0.03857957,0.106970627,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512509,6,85,512509,5244,5210,5244,1530,57,1296,4973,64,3679,207,153,333,871,376,0.701563692,0.039473684,0.118055556,0.066961593,0.167178503,0.071700992,0.037254902,0.041830065,0,1,0,0,0,0,0,0,0,0,0,0,NA -6085512510,6,85,512510,7352,7341,7341,2566,201,1882,6984,160,4550,558,490,218,1543,803,0.618879217,0.075897715,0.260361318,0.031214204,0.210189348,0.109385642,0.078332034,0.062353858,0,0,1,0,0,0,0,0,0,0,0,0,NA -6085512603,6,85,512603,4563,4492,4563,1091,103,890,4230,269,4163,119,290,812,2120,479,0.912338374,0.026079334,0.325842697,0.191962175,0.471950134,0.104974797,0.094408799,0.246562786,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085512604,6,85,512604,4854,4652,4690,1208,36,1047,4551,219,4428,248,286,757,1739,309,0.91223733,0.051091883,0.273161414,0.166337069,0.373817713,0.065884861,0.029801325,0.181291391,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6085513000,6,85,513000,9146,4549,9131,2431,837,369,8878,763,5288,0,11,23,2011,205,0.578176252,0,0.029810298,0.002590674,0.442075181,0.022450991,0.344302756,0.313862608,0,0,0,0,0,1,1,1,0,0,0,0,NA -6085513500,6,85,513500,1278,1216,1216,398,6,292,1184,0,717,58,24,8,125,136,0.561032864,0.045383412,0.082191781,0.006756757,0.102796053,0.111842105,0.015075377,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095250103,6,95,250103,4988,4979,4979,1586,108,1119,4723,348,4083,329,327,187,1367,667,0.818564555,0.0659583,0.292225201,0.039593479,0.274553123,0.133962643,0.068095839,0.219419924,0,1,1,1,0,0,0,1,0,0,0,0,NA -6001444302,6,1,444302,4692,4692,4692,1322,52,1037,4452,147,3971,144,139,227,1180,320,0.846334186,0.030690537,0.134040501,0.05098832,0.251491901,0.068201194,0.039334342,0.111195159,0,1,0,0,0,0,0,0,1,1,0,-1,NA -6001444601,6,1,444601,5741,5716,5741,1710,59,1428,5446,49,4115,337,184,272,465,413,0.716774081,0.058700575,0.128851541,0.049944914,0.081350595,0.071938687,0.034502924,0.028654971,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001444602,6,1,444602,4736,4736,4736,1555,46,1151,4423,54,3885,220,79,297,305,290,0.8203125,0.046452703,0.068635969,0.067148994,0.064400338,0.061233108,0.029581994,0.034726688,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450101,6,1,450101,5573,5550,5573,2094,82,1434,5210,289,3789,111,235,407,504,160,0.679885161,0.019917459,0.163877266,0.078119002,0.090810811,0.028709851,0.039159503,0.138013372,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450102,6,1,450102,6041,4271,4264,1331,62,1130,5643,61,4574,66,92,201,284,214,0.757159411,0.010925343,0.081415929,0.035619351,0.066494966,0.050187617,0.046581518,0.045830203,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450501,6,1,450501,3130,3130,3119,1227,67,840,2905,122,1160,217,71,117,246,294,0.370607029,0.069329073,0.08452381,0.040275387,0.078594249,0.094260981,0.054604727,0.099429503,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450502,6,1,450502,5880,5880,5880,1913,75,1696,5516,35,3171,249,130,226,276,315,0.539285714,0.042346939,0.076650943,0.040971719,0.046938776,0.053571429,0.039205436,0.01829587,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450743,6,1,450743,6692,6692,6692,2380,77,1855,6147,173,5224,162,265,256,504,172,0.780633592,0.02420801,0.142857143,0.041646332,0.075313808,0.025702331,0.032352941,0.072689076,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450744,6,1,450744,6055,6045,6055,1971,57,1638,5634,99,2311,716,142,99,440,393,0.381668043,0.118249381,0.086691087,0.017571885,0.072787428,0.064905037,0.02891933,0.050228311,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001450745,6,1,450745,6286,6286,6286,2223,83,1706,6092,94,4368,287,60,334,248,436,0.694877506,0.045657016,0.035169988,0.054826001,0.039452752,0.069360484,0.037336932,0.0422852,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450746,6,1,450746,3596,3596,3596,1385,61,960,3467,84,1569,361,64,131,356,476,0.436318131,0.100389321,0.066666667,0.037784828,0.098998888,0.132369299,0.044043321,0.060649819,1,0,0,1,0,0,0,0,0,0,0,0,NA -6001450750,6,1,450750,4842,4842,4842,2027,73,1297,4481,196,3386,145,206,155,523,245,0.699297811,0.029946303,0.158828065,0.034590493,0.108013218,0.050598926,0.036013814,0.096694623,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001450751,6,1,450751,9787,9787,9787,2736,70,2584,8953,18,7954,250,13,603,374,390,0.812710739,0.025544089,0.00503096,0.067351726,0.038213957,0.039848779,0.025584795,0.006578947,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001450752,6,1,450752,6642,6603,6642,1880,0,1641,6185,53,5317,226,105,320,506,332,0.800511894,0.034025896,0.063985375,0.051738076,0.076631834,0.049984944,0,0.028191489,0,1,0,0,0,0,0,0,0,0,0,0,NA -6001451403,6,1,451403,2281,2281,2281,805,16,550,2134,43,943,132,77,101,261,230,0.413415169,0.057869356,0.14,0.04732896,0.114423498,0.100832968,0.019875776,0.053416149,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451404,6,1,451404,6762,6762,6762,2156,88,1566,6427,259,4056,85,265,667,1636,474,0.599822538,0.012570245,0.169220945,0.103780924,0.241940254,0.070097604,0.040816327,0.12012987,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451504,6,1,451504,1724,1710,1724,644,29,466,1535,40,602,93,76,38,100,140,0.349187935,0.053944316,0.163090129,0.0247557,0.058479532,0.081206497,0.045031056,0.062111801,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451505,6,1,451505,3351,3351,3351,1190,0,1055,3133,20,785,181,32,49,139,319,0.23425843,0.054013727,0.030331754,0.015639962,0.041480155,0.095195464,0,0.016806723,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451506,6,1,451506,3457,3453,3436,1115,28,776,3266,111,2006,258,105,275,1255,355,0.580271912,0.074631183,0.135309278,0.084200857,0.363452071,0.103317811,0.025112108,0.09955157,0,0,0,0,0,1,0,0,0,0,0,0,NA -6001451703,6,1,451703,4331,4331,4328,1384,8,1167,3944,43,1535,157,85,39,353,299,0.354421612,0.036250289,0.072836332,0.009888438,0.081505426,0.069085028,0.005780347,0.031069364,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001451704,6,1,451704,4446,4446,4446,1670,0,1196,4140,102,1262,455,89,109,314,333,0.283850652,0.102339181,0.074414716,0.026328502,0.070625281,0.074898785,0,0.061077844,1,0,0,0,0,0,0,0,0,0,0,0,NA -6001981900,6,1,981900,60,60,60,31,4,12,60,0,7,0,0,0,0,7,0.116666667,0,0,0,0,0.116666667,0.129032258,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001982000,6,1,982000,63,63,63,32,0,17,63,0,45,0,6,4,12,6,0.714285714,0,0.352941176,0.063492063,0.19047619,0.095238095,0,0,0,1,1,0,0,0,0,0,0,0,0,0,NA -6001983200,6,1,983200,622,622,622,349,9,124,609,0,296,10,8,4,90,61,0.475884244,0.01607717,0.064516129,0.006568144,0.144694534,0.09807074,0.025787966,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6001990000,6,1,990000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013359103,6,13,359103,5019,4926,5019,1914,44,1227,4844,90,3142,270,148,279,897,598,0.62602112,0.053795577,0.120619397,0.057597027,0.182095006,0.11914724,0.022988506,0.047021944,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013359104,6,13,359104,2000,2000,2000,870,23,493,1929,30,1646,94,126,68,354,229,0.823,0.047,0.255578093,0.035251426,0.177,0.1145,0.026436782,0.034482759,0,1,1,0,0,0,0,0,0,0,0,0,NA -6013359105,6,13,359105,5054,5039,5047,1644,21,1302,4760,66,4287,259,91,211,431,407,0.848239019,0.051246537,0.069892473,0.044327731,0.085532844,0.080641966,0.012773723,0.040145985,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013360101,6,13,360101,4873,4873,4873,1698,113,1217,4505,109,3052,520,128,191,1013,823,0.626308229,0.106710445,0.105176664,0.042397336,0.207880156,0.168889801,0.066548881,0.064193168,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013360102,6,13,360102,4318,4302,4308,1471,0,1169,4217,25,2653,227,65,115,395,500,0.614404817,0.052570635,0.05560308,0.027270571,0.091817759,0.116063138,0,0.016995241,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013365003,6,13,365003,5236,5236,5196,2304,177,1119,5070,306,4303,286,231,424,1209,609,0.821810542,0.054621849,0.206434316,0.083629191,0.230901451,0.117205543,0.076822917,0.1328125,0,1,1,0,0,0,0,0,0,0,0,0,NA -6013368001,6,13,368001,4912,4912,4912,1262,98,1099,4689,286,4507,111,245,1279,2350,686,0.91754886,0.02259772,0.222929936,0.272766048,0.478420195,0.13965798,0.077654517,0.226624406,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6013368002,6,13,368002,3659,3646,3659,1048,92,822,3384,158,3453,71,179,783,1409,568,0.943700465,0.019404209,0.217761557,0.231382979,0.386450905,0.15523367,0.08778626,0.150763359,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6013392200,6,13,392200,12241,11666,11617,3188,70,2585,11425,383,10223,728,465,1400,2749,1662,0.835144188,0.059472265,0.179883946,0.122538293,0.235642037,0.143066196,0.02195734,0.120138018,0,1,0,1,1,0,0,0,1,1,0,-1,NA -6013392300,6,13,392300,3119,3119,3119,821,9,780,2931,84,2897,169,128,174,451,301,0.928823341,0.054184033,0.164102564,0.059365404,0.144597627,0.09650529,0.010962241,0.102314251,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013990000,6,13,990000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013302005,6,13,302005,7062,7036,7051,2339,124,1574,6562,457,3955,305,304,259,3403,926,0.560039649,0.043188898,0.193138501,0.039469674,0.483655486,0.13132889,0.053014109,0.195382642,0,0,1,1,0,1,0,1,0,0,1,1,High -6013302006,6,13,302006,3816,3809,3809,1222,68,1018,3493,41,1735,79,131,241,541,564,0.45466457,0.020702306,0.128683694,0.068995133,0.142032029,0.14807036,0.055646481,0.033551555,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013302007,6,13,302007,6990,6973,6973,2084,137,1648,6493,104,4202,176,369,342,2129,759,0.601144492,0.025178827,0.223907767,0.052672108,0.305320522,0.108848415,0.065738964,0.049904031,0,0,1,0,0,1,0,0,0,0,0,0,NA -6013302008,6,13,302008,8656,8623,8643,2263,98,2026,7910,58,5623,123,371,260,2485,871,0.649607209,0.014209797,0.183119447,0.032869785,0.288182767,0.100775194,0.043305347,0.025629695,0,0,1,0,0,1,0,0,0,0,0,0,NA -6013302009,6,13,302009,7531,7513,7516,2105,67,1665,6957,242,5555,164,413,456,1732,658,0.737617846,0.021776656,0.248048048,0.065545494,0.230533742,0.087546567,0.031828979,0.114964371,0,1,1,0,0,0,0,0,1,1,0,-1,NA -6075011901,6,75,11901,2674,2390,2674,1534,767,452,2674,192,1180,136,9,13,271,118,0.441286462,0.050860135,0.019911504,0.004861631,0.113389121,0.044128646,0.5,0.125162973,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075011902,6,75,11902,2813,2813,2813,1748,1245,387,2730,239,1295,133,9,189,562,183,0.460362602,0.047280483,0.023255814,0.069230769,0.199786705,0.065055101,0.712242563,0.136727689,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075012201,6,75,12201,4638,4638,4638,2683,2251,599,4529,570,2990,141,13,447,1548,602,0.644674429,0.030401035,0.021702838,0.098697284,0.333764554,0.129797326,0.838986209,0.212448751,0,0,0,1,0,1,1,1,0,0,1,1,High -6075012202,6,75,12202,3525,3525,3515,1631,1302,408,3468,555,2452,146,13,625,1968,831,0.695602837,0.04141844,0.031862745,0.180219146,0.558297872,0.236415363,0.798283262,0.340282036,0,0,0,1,1,1,1,1,1,1,1,0,Highest -6075012301,6,75,12301,2116,2116,2116,1233,1016,281,2025,386,1562,161,32,583,1318,654,0.738185255,0.076086957,0.113879004,0.287901235,0.622873346,0.309073724,0.824006488,0.313057583,0,1,0,1,1,1,1,1,1,1,1,0,Highest -6075012302,6,75,12302,2621,2621,2621,1943,1633,228,2598,530,1568,130,31,129,906,388,0.598244945,0.04959939,0.135964912,0.04965358,0.345669592,0.148035101,0.840452908,0.272774061,0,0,0,1,0,1,1,1,0,0,1,1,High -6075012401,6,75,12401,4782,4782,4782,2749,2138,725,4521,878,3424,166,110,785,2284,1021,0.716018402,0.034713509,0.151724138,0.173634152,0.477624425,0.213508992,0.777737359,0.319388869,0,1,0,1,1,1,1,1,1,1,1,0,Highest -6075012402,6,75,12402,4320,4018,4320,2643,1908,537,4188,587,2869,186,75,471,1289,715,0.66412037,0.043055556,0.139664804,0.112464183,0.320806371,0.165509259,0.721906924,0.222096103,0,0,0,1,0,1,1,1,0,0,1,1,High -6075012501,6,75,12501,4002,3921,4002,2259,1877,728,3869,602,2925,228,169,877,2692,1315,0.730884558,0.056971514,0.232142857,0.226673559,0.686559551,0.328585707,0.830898628,0.266489597,0,1,1,1,1,1,1,1,1,1,1,0,Highest -6075012502,6,75,12502,3584,3424,3424,2208,1957,521,3452,341,2934,600,10,1280,2140,1253,0.818638393,0.167410714,0.019193858,0.370799537,0.625,0.365946262,0.886322464,0.154438406,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6075012601,6,75,12601,2630,2630,2617,1568,464,496,2424,195,623,111,13,25,195,124,0.236882129,0.042205323,0.026209677,0.010313531,0.074144487,0.047382499,0.295918367,0.124362245,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075012602,6,75,12602,2688,2688,2688,1512,320,499,2479,186,481,183,42,57,297,167,0.178943452,0.068080357,0.084168337,0.022993142,0.110491071,0.062127976,0.211640212,0.123015873,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075012901,6,75,12901,2661,2650,2650,1496,425,466,2503,137,547,85,0,34,175,125,0.205561819,0.031942879,0,0.0135837,0.066037736,0.047169811,0.284090909,0.09157754,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075012902,6,75,12902,4026,3943,4001,2057,533,608,3952,187,879,339,105,29,380,256,0.218330849,0.084202683,0.172697368,0.007338057,0.09637332,0.063984004,0.259115216,0.090909091,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075013101,6,75,13101,4139,4012,4139,2451,714,735,3885,303,1129,172,0,26,369,184,0.272771201,0.041555931,0,0.006692407,0.091974078,0.044455182,0.29130967,0.123623011,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075013102,6,75,13102,2959,2915,2959,1514,337,711,2792,149,1051,150,47,18,304,128,0.355187563,0.050692802,0.066104079,0.006446991,0.104288165,0.043257857,0.222589168,0.098414795,0,0,0,0,0,0,1,0,0,0,0,0,NA -6013302010,6,13,302010,11803,11658,11798,3233,99,2907,10934,61,6229,446,315,658,789,1248,0.527747183,0.037787003,0.108359133,0.060179257,0.067678847,0.105780641,0.030621714,0.018867925,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013303102,6,13,303102,9218,9182,9168,2783,16,2294,8714,117,4678,339,197,187,1601,1032,0.507485355,0.036775873,0.085876199,0.02145972,0.174362884,0.112565445,0.005749192,0.042040963,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013303103,6,13,303103,13027,13027,13013,4123,163,3274,12256,540,6914,588,421,455,4089,1289,0.53074384,0.045137023,0.128588882,0.037124674,0.313886543,0.099054791,0.03953432,0.130972593,0,0,0,0,0,1,0,0,0,0,0,0,NA -6013303201,6,13,303201,11847,11818,11818,3120,53,2825,11239,238,7122,342,518,327,2852,1338,0.601164852,0.028868068,0.183362832,0.029095115,0.24132679,0.113217126,0.016987179,0.076282051,0,0,1,0,0,0,0,0,0,0,0,0,NA -6013303202,6,13,303202,7294,7269,7264,2332,41,1917,6865,95,3095,163,167,133,1001,535,0.42432136,0.022347135,0.087115284,0.019373634,0.137708075,0.073650881,0.017581475,0.040737564,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013303203,6,13,303203,10134,10123,10123,3043,185,2682,9391,239,4849,843,420,283,1624,1281,0.478488257,0.083185317,0.156599553,0.030135236,0.160426751,0.126543515,0.060795268,0.078540914,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013303204,6,13,303204,4535,4535,4535,1601,98,1175,4288,216,2109,244,165,294,1299,786,0.465049614,0.053803749,0.140425532,0.068563433,0.286438809,0.173318633,0.061211743,0.134915678,0,0,0,1,0,1,0,0,0,0,0,0,NA -6013303205,6,13,303205,8818,8818,8818,3454,136,2406,8634,60,3009,1669,238,126,1117,1455,0.34123384,0.189271944,0.098919368,0.014593468,0.126672715,0.165003402,0.039374638,0.017371164,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013304001,6,13,304001,4966,4966,4966,1777,83,1422,4693,72,2314,300,85,75,392,497,0.465968586,0.060410793,0.059774965,0.015981249,0.07893677,0.100080548,0.046707935,0.040517727,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013304002,6,13,304002,1483,1394,1400,463,31,315,1407,12,606,144,44,132,333,200,0.408631153,0.097100472,0.13968254,0.093816631,0.238880918,0.142857143,0.066954644,0.025917927,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013304003,6,13,304003,4044,4007,4044,1565,28,1132,3899,0,1148,315,177,0,580,339,0.283877349,0.077893175,0.156360424,0,0.144746693,0.083827893,0.017891374,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013306004,6,13,306004,3891,3891,3891,1279,32,998,3667,164,2489,259,210,136,928,840,0.639681316,0.066563865,0.210420842,0.037087537,0.2384991,0.215882806,0.025019547,0.128225176,0,0,1,1,0,0,0,0,0,0,0,0,NA -6013304004,6,13,304004,3935,3935,3935,1618,25,1270,3719,50,860,124,92,44,403,457,0.218551461,0.031512071,0.072440945,0.011831137,0.102414231,0.11613723,0.015451174,0.030902349,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013304005,6,13,304005,8623,8623,8623,2392,83,2075,8171,62,3547,305,257,14,1307,617,0.41134176,0.035370521,0.123855422,0.001713377,0.151571379,0.071552824,0.034698997,0.025919732,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013306003,6,13,306003,5115,5026,5026,1595,92,1166,4855,288,3184,278,300,435,1522,721,0.622482893,0.054349951,0.25728988,0.089598352,0.302825308,0.143454039,0.057680251,0.180564263,0,0,1,1,0,1,0,1,1,1,1,0,High -6013313203,6,13,313203,3299,3299,3279,944,30,832,3161,43,2426,143,113,145,571,391,0.735374356,0.043346469,0.135817308,0.04587156,0.173082752,0.119243672,0.031779661,0.045550847,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013313204,6,13,313204,5711,5705,5696,1720,90,1373,5286,161,4415,172,289,894,1702,489,0.773069515,0.030117317,0.210487983,0.169125993,0.298334794,0.085849719,0.052325581,0.093604651,0,1,1,0,1,1,0,0,1,1,1,0,High -6013313205,6,13,313205,1676,1676,1676,507,15,438,1589,60,1361,21,74,108,264,171,0.812052506,0.012529833,0.168949772,0.067967275,0.1575179,0.10202864,0.029585799,0.118343195,0,1,0,0,0,0,0,0,0,0,0,0,NA -6075015801,6,75,15801,4164,4114,4124,1800,603,835,3864,152,2534,250,210,212,1276,596,0.608549472,0.060038425,0.251497006,0.054865424,0.310160428,0.144519884,0.335,0.084444444,0,0,1,1,0,1,1,0,0,0,1,1,High -6075015802,6,75,15802,3321,3321,3321,1586,622,461,3028,67,1223,87,0,25,458,355,0.368262572,0.026196929,0,0.008256275,0.137910268,0.106895513,0.392181589,0.042244641,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075016801,6,75,16801,3746,3746,3727,1795,772,401,3640,292,1308,52,14,143,636,240,0.349172451,0.013881474,0.034912718,0.039285714,0.1697811,0.064394956,0.430083565,0.162674095,0,0,0,0,0,0,1,1,0,0,0,0,NA -6075016802,6,75,16802,3642,3623,3623,1984,993,571,3480,248,1903,109,52,182,831,397,0.522515102,0.029928611,0.091068301,0.052298851,0.229367927,0.109577698,0.500504032,0.125,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075017101,6,75,17101,3888,3888,3870,1700,369,773,3750,91,957,117,46,0,309,215,0.246141975,0.030092593,0.059508409,0,0.079475309,0.055555556,0.217058824,0.053529412,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075017102,6,75,17102,3828,3805,3822,1658,495,837,3538,112,1171,155,24,73,525,165,0.305903866,0.040491118,0.028673835,0.020633126,0.137976347,0.043171115,0.298552473,0.067551267,0,0,0,0,0,0,1,0,0,0,0,0,NA -6075017801,6,75,17801,3654,3654,3654,2389,1698,833,3564,90,2525,1343,0,1322,1808,1244,0.691023536,0.367542419,0,0.370931538,0.494800219,0.340448823,0.710757639,0.037672666,1,0,0,1,1,1,1,0,1,1,1,0,Highest -6075017802,6,75,17802,5782,5771,5756,2535,1512,936,5582,507,3863,142,130,590,2746,952,0.668107921,0.024558976,0.138888889,0.105696883,0.475827413,0.165392634,0.596449704,0.2,0,0,0,1,0,1,1,1,0,0,1,1,Higher -6075020401,6,75,20401,3260,3260,3260,1590,233,536,3165,95,984,92,11,11,349,319,0.301840491,0.028220859,0.020522388,0.003475513,0.107055215,0.097852761,0.146540881,0.059748428,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075020402,6,75,20402,4675,4675,4675,2495,290,835,4540,195,1826,224,19,58,685,301,0.390588235,0.047914439,0.022754491,0.01277533,0.146524064,0.064385027,0.116232465,0.078156313,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075022704,6,75,22704,3297,3289,3297,1540,92,773,3060,32,971,230,53,38,387,219,0.294510161,0.069760388,0.068564036,0.012418301,0.117664944,0.066424022,0.05974026,0.020779221,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075025701,6,75,25701,5307,5282,5307,1458,127,1154,5141,95,4717,460,34,1026,860,461,0.888826079,0.086677972,0.029462738,0.199572068,0.162817115,0.086866403,0.087105624,0.06515775,1,1,0,0,1,0,0,0,0,0,0,0,NA -6075031301,6,75,31301,4510,4510,4503,1279,96,946,4382,63,3600,407,100,775,1452,523,0.798226164,0.090243902,0.105708245,0.176859881,0.32195122,0.116144792,0.07505864,0.049257232,1,1,0,0,1,1,0,0,0,0,1,1,High -6075025702,6,75,25702,4427,4422,4422,1248,339,1018,4233,118,4082,396,132,1451,1716,369,0.922069121,0.089451096,0.129666012,0.342782896,0.388059701,0.083446404,0.271634615,0.094551282,1,1,0,0,1,1,1,0,1,1,1,0,Higher -6075031201,6,75,31201,7251,7209,7219,2073,462,1364,6982,285,5896,417,144,1459,1805,592,0.813129224,0.057509309,0.105571848,0.208965912,0.250381468,0.082005818,0.222865412,0.13748191,0,1,0,0,1,0,1,0,1,1,0,-1,NA -6075031202,6,75,31202,3515,3482,3515,909,177,634,3336,69,3238,190,93,871,1032,293,0.921194879,0.054054054,0.146687697,0.261091127,0.29638139,0.083357041,0.194719472,0.075907591,0,1,0,0,1,1,1,0,0,0,1,1,High -6075031302,6,75,31302,6198,6167,6198,1972,168,1185,5898,170,5514,373,178,916,1565,682,0.88964182,0.060180703,0.15021097,0.155306884,0.253770066,0.110035495,0.085192698,0.086206897,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6075032601,6,75,32601,5404,5404,5404,1823,207,1071,5208,192,3890,263,111,562,1020,548,0.719837158,0.048667654,0.103641457,0.107910906,0.188749075,0.101406366,0.113549095,0.1053209,0,1,0,0,0,0,0,0,0,0,0,0,NA -6075032602,6,75,32602,4891,4891,4891,1817,302,1084,4687,244,3388,515,31,750,803,647,0.692700879,0.105295441,0.028597786,0.160017068,0.164179104,0.132283787,0.166208035,0.134287287,1,0,0,1,1,0,1,0,0,0,0,0,NA -6075032801,6,75,32801,4396,4258,4258,1469,114,897,4230,119,3356,572,32,881,557,418,0.763421292,0.130118289,0.03567447,0.208274232,0.130812588,0.098168154,0.077603812,0.081007488,1,1,0,0,1,0,0,0,0,0,0,0,NA -6095250104,6,95,250104,2047,2021,2026,757,65,474,2003,112,1434,208,61,12,263,294,0.700537372,0.101612115,0.128691983,0.005991013,0.130133597,0.145113524,0.085865258,0.147952444,1,1,0,1,0,0,0,1,0,0,0,0,NA -6095250105,6,95,250105,6784,6756,6770,2337,27,1896,6491,236,5384,469,331,305,1123,680,0.793632075,0.069133255,0.174578059,0.046988137,0.166222617,0.100443131,0.011553273,0.100984168,0,1,0,0,0,0,0,0,0,0,0,0,NA -6095250106,6,95,250106,4802,4781,4781,1407,9,1245,4429,42,3686,355,172,160,678,507,0.767596835,0.07392753,0.13815261,0.036125536,0.141811337,0.106044761,0.006396588,0.029850746,0,1,0,0,0,0,0,0,0,0,0,0,NA -6095250604,6,95,250604,3862,3858,3862,1422,28,971,3709,78,2585,113,164,39,636,358,0.66934231,0.029259451,0.168898043,0.010514964,0.164852255,0.092698084,0.019690577,0.054852321,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095250605,6,95,250605,4130,4123,4094,1504,11,1128,3834,64,2983,158,141,181,1017,267,0.722276029,0.038256659,0.125,0.047209181,0.24666505,0.065217391,0.00731383,0.042553191,0,1,0,0,0,0,0,0,0,0,0,0,NA -6095250801,6,95,250801,4073,3839,4063,1495,64,920,3876,185,2834,233,173,90,1063,572,0.69580162,0.057205991,0.188043478,0.023219814,0.276895025,0.140782673,0.042809365,0.123745819,0,0,1,1,0,0,0,0,0,0,0,0,NA -6095252310,6,95,252310,2941,2941,2941,1132,79,831,2810,139,1336,325,90,65,313,450,0.454267256,0.11050663,0.108303249,0.023131673,0.106426386,0.153009181,0.069787986,0.122791519,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095252311,6,95,252311,4422,4412,4384,1533,9,1172,4125,31,2684,210,65,131,225,447,0.606965174,0.047489824,0.055460751,0.031757576,0.05099728,0.101961679,0.005870841,0.020221787,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252312,6,95,252312,4117,4094,4065,1380,45,1034,3807,169,2490,173,155,96,868,469,0.604809327,0.042020889,0.149903288,0.025216706,0.212017587,0.115375154,0.032608696,0.122463768,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252313,6,95,252313,5843,5768,5745,2306,164,1570,5382,256,3034,594,250,227,1413,947,0.519253808,0.101660106,0.159235669,0.042177629,0.244972261,0.16483899,0.07111882,0.111014744,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095252314,6,95,252314,4466,4466,4466,1464,32,1133,4185,108,2880,247,249,157,916,547,0.644872369,0.055306762,0.219770521,0.037514934,0.20510524,0.122480967,0.021857923,0.073770492,0,0,1,1,0,0,0,0,0,0,0,0,NA -6095252315,6,95,252315,4741,4679,4695,1567,37,1279,4493,35,3228,277,82,150,375,606,0.680869015,0.058426492,0.064112588,0.033385266,0.08014533,0.129073482,0.023611997,0.022335673,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095252316,6,95,252316,3915,3892,3904,1185,5,864,3582,67,3243,193,119,148,828,591,0.82835249,0.049297573,0.137731481,0.0413177,0.21274409,0.151383197,0.004219409,0.056540084,0,1,0,1,0,0,0,0,0,0,0,0,NA -6095252317,6,95,252317,8551,8286,8258,2265,17,2045,8110,69,6294,259,443,309,803,811,0.736054263,0.030288855,0.216625917,0.03810111,0.096910451,0.098207798,0.007505519,0.030463576,0,1,1,0,0,0,0,0,0,0,0,0,NA -6095252610,6,95,252610,3051,3051,3019,1036,17,782,2846,25,2143,185,152,152,679,454,0.702392658,0.060635857,0.194373402,0.053408292,0.222549984,0.150380921,0.016409266,0.024131274,0,1,1,1,0,0,0,0,0,0,0,0,NA -6095252611,6,95,252611,3700,3700,3691,1118,79,849,3449,207,3080,138,336,293,2150,536,0.832432432,0.037297297,0.395759717,0.08495216,0.581081081,0.145218098,0.070661896,0.185152057,0,1,1,1,0,1,0,1,1,1,1,0,Higher -6095252801,6,95,252801,2998,2998,2301,864,0,850,2414,239,1330,0,102,13,868,132,0.443629086,0,0.12,0.005385253,0.289526351,0.057366362,0,0.27662037,0,0,0,0,0,1,0,1,0,0,0,0,NA -6095252802,6,95,252802,924,591,468,205,0,180,832,60,418,0,44,0,112,0,0.452380952,0,0.244444444,0,0.189509306,0,0,0.292682927,0,0,1,0,0,0,0,1,0,0,0,0,NA -6095252911,6,95,252911,4668,4551,4536,2719,345,1134,4634,380,1083,1416,0,76,1094,1373,0.232005141,0.303341902,0,0.016400518,0.240386728,0.302689594,0.126884884,0.139757264,1,0,0,1,0,0,0,0,0,0,0,0,NA -6095252912,6,95,252912,5817,5803,5725,1888,34,1594,5532,110,2074,299,155,63,375,559,0.356541172,0.051401066,0.097239649,0.011388286,0.064621747,0.097641921,0.018008475,0.058262712,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095252913,6,95,252913,4927,4916,4871,1662,46,1322,4573,37,2269,231,102,54,494,698,0.460523645,0.046884514,0.077155825,0.011808441,0.100488202,0.143297064,0.027677497,0.022262335,0,0,0,1,0,0,0,0,0,0,0,0,NA -6095252914,6,95,252914,5892,5870,5682,1920,12,1509,5614,143,3393,307,279,213,772,765,0.57586558,0.052104549,0.184890656,0.037940862,0.131516184,0.134635692,0.00625,0.074479167,0,0,1,1,0,0,0,0,0,0,0,0,NA -6095252915,6,95,252915,4867,4867,4770,1489,13,1258,4664,49,2858,185,126,176,725,244,0.587220053,0.038011095,0.100158983,0.037735849,0.1489624,0.05115304,0.008730692,0.032907992,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253204,6,95,253204,7601,7601,7561,2482,238,1923,7122,307,4663,273,361,520,2647,794,0.613471912,0.035916327,0.187727509,0.073013199,0.348243652,0.105012564,0.095890411,0.123690572,0,0,1,0,0,1,0,0,0,0,0,0,NA -6095253205,6,95,253205,3145,3135,3135,1010,38,824,2893,80,1439,149,168,190,901,282,0.457551669,0.047376789,0.203883495,0.065675769,0.287400319,0.089952153,0.037623762,0.079207921,0,0,1,0,0,1,0,0,0,0,0,0,NA -6095253206,6,95,253206,3162,3162,3084,1057,28,880,2917,66,1050,85,104,51,433,191,0.332068311,0.02688172,0.118181818,0.017483716,0.136938646,0.061932555,0.026490066,0.06244087,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253403,6,95,253403,4983,4983,4952,1558,47,1337,4832,25,2003,331,223,161,966,544,0.401966687,0.066425848,0.166791324,0.033319536,0.193859121,0.109854604,0.030166881,0.016046213,0,0,0,0,0,0,0,0,0,0,0,0,NA -6095253404,6,95,253404,7138,7138,7104,2211,31,1794,6557,205,3856,147,283,623,2302,627,0.540207341,0.020594004,0.157748049,0.095012963,0.3224993,0.088260135,0.014020805,0.092718227,0,0,0,0,0,1,0,0,0,0,0,0,NA -6095980000,6,95,980000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150203,6,97,150203,4906,4793,4793,2172,196,1203,4794,259,1076,686,143,182,780,1025,0.219323278,0.139828781,0.118869493,0.037964122,0.162737325,0.213853536,0.090239411,0.119244936,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097150204,6,97,150204,3671,3541,3552,1690,93,913,3432,304,737,433,119,7,879,278,0.200762735,0.117951512,0.13033954,0.002039627,0.248234962,0.078265766,0.055029586,0.179881657,1,0,0,0,0,0,0,1,0,0,0,0,NA -6097150305,6,97,150305,6264,6189,6264,1823,31,1325,5824,288,4440,217,182,1023,2336,664,0.708812261,0.034642401,0.137358491,0.175652473,0.377443852,0.106002554,0.017004937,0.157981349,0,1,0,0,1,1,0,1,1,1,1,0,High -6097150306,6,97,150306,4078,4061,4078,1771,57,1018,3954,155,1623,464,132,277,999,429,0.39798921,0.113781265,0.129666012,0.07005564,0.245998523,0.105198627,0.032185206,0.087521174,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097150607,6,97,150607,5275,5259,5267,1719,14,1382,4937,67,1491,245,83,244,394,290,0.282654028,0.046445498,0.060057887,0.049422726,0.074919186,0.055059806,0.00814427,0.038976149,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150609,6,97,150609,4886,4877,4844,2021,141,1192,4590,155,1782,605,127,427,1061,744,0.364715514,0.123823168,0.106543624,0.093028322,0.217551774,0.153592073,0.069767442,0.076694706,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097150610,6,97,150610,3857,3857,3857,1329,25,1070,3611,136,1320,193,71,213,1015,301,0.342234898,0.05003889,0.06635514,0.05898643,0.263157895,0.078039927,0.018811136,0.102332581,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075032802,6,75,32802,4355,4355,4355,1561,213,1023,4205,220,3238,304,109,412,710,328,0.743513203,0.069804822,0.106549365,0.097978597,0.163030999,0.075315729,0.136450993,0.140935298,0,1,0,0,0,0,0,1,0,0,0,0,NA -6075033204,6,75,33204,4806,4806,4799,1679,391,655,4715,650,3413,214,68,528,2541,424,0.710153974,0.044527674,0.103816794,0.111983033,0.528714107,0.08835174,0.232876712,0.3871352,0,1,0,0,0,1,1,1,0,0,1,1,High -6075032901,6,75,32901,5765,5709,5744,1740,151,1236,5468,88,4453,624,68,841,643,705,0.772419775,0.108239376,0.055016181,0.15380395,0.112629182,0.122736769,0.086781609,0.050574713,1,1,0,1,1,0,0,0,0,0,0,0,NA -6075032902,6,75,32902,4211,4142,4211,1398,201,944,4033,86,3164,435,92,991,991,487,0.751365471,0.103300879,0.097457627,0.245722787,0.239256398,0.115649489,0.143776824,0.061516452,1,1,0,0,1,0,0,0,0,0,0,0,NA -6075033203,6,75,33203,3797,3797,3797,1550,455,656,3754,617,2167,153,81,266,1641,406,0.570713721,0.04029497,0.12347561,0.070857752,0.432183303,0.106926521,0.293548387,0.398064516,0,0,0,0,0,1,1,1,0,0,0,0,NA -6075042601,6,75,42601,3824,3824,3824,1744,414,852,3568,216,1936,367,94,432,832,469,0.506276151,0.095972803,0.110328638,0.121076233,0.217573222,0.122646444,0.237385321,0.123853211,1,0,0,1,1,0,1,0,0,0,0,0,NA -6075042602,6,75,42602,3022,3022,3022,1416,259,773,2741,158,1454,278,35,155,336,210,0.481138319,0.091992058,0.045278137,0.056548705,0.111184646,0.069490404,0.182909605,0.111581921,1,0,0,0,0,0,1,0,0,0,0,0,NA -6075047801,6,75,47801,4521,4472,4510,1715,384,1000,4253,126,2955,507,61,856,759,659,0.653616457,0.112143331,0.061,0.201269692,0.169722719,0.146119734,0.223906706,0.073469388,1,0,0,1,1,0,1,0,0,0,0,0,NA -6075047802,6,75,47802,3783,3783,3775,1419,204,842,3676,181,2323,307,51,426,897,486,0.614062913,0.081152524,0.060570071,0.115886834,0.237113402,0.128741722,0.143763214,0.127554616,1,0,0,1,0,0,0,0,0,0,0,0,NA -6075061100,6,75,61100,4692,4692,4692,2062,1646,1171,4428,556,4518,676,81,2835,3361,690,0.962915601,0.144075021,0.069171648,0.640243902,0.716325661,0.147058824,0.798254122,0.269641125,1,1,0,1,1,1,1,1,1,1,1,0,Highest -6075061200,6,75,61200,4293,4288,4288,1229,334,740,4175,161,3887,295,187,876,1373,669,0.90542744,0.068716515,0.252702703,0.209820359,0.320195896,0.156016791,0.271765663,0.131000814,0,1,1,1,1,1,1,0,1,1,1,0,High -6075061400,6,75,61400,5977,5977,5977,2521,402,1411,5612,189,3470,331,511,459,1895,684,0.580558809,0.055378953,0.3621545,0.081789024,0.317048687,0.114438682,0.159460532,0.07497025,0,0,1,0,0,1,1,0,0,0,0,0,NA -6075980200,6,75,980200,305,106,106,57,5,30,299,0,147,101,0,28,0,15,0.481967213,0.331147541,0,0.093645485,0,0.141509434,0.087719298,0,1,0,0,1,0,0,0,0,0,0,0,0,NA -6075980300,6,75,980300,66,66,66,49,19,0,66,0,11,0,0,0,5,10,0.166666667,0,0,0,0.075757576,0.151515152,0.387755102,0,0,0,0,1,0,0,1,0,0,0,0,0,NA -6075980401,6,75,980401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6075980501,6,75,980501,669,669,669,246,143,156,644,5,665,125,57,180,332,203,0.994020927,0.186846039,0.365384615,0.279503106,0.496263079,0.303437967,0.581300813,0.020325203,1,1,1,1,1,1,1,0,1,1,1,0,Highest -6075980600,6,75,980600,575,575,575,225,56,132,555,42,472,20,41,42,242,111,0.820869565,0.034782609,0.310606061,0.075675676,0.420869565,0.193043478,0.248888889,0.186666667,0,1,1,1,0,1,1,1,1,1,1,0,Higher -6075980900,6,75,980900,272,272,272,154,37,60,236,48,134,17,18,6,66,0,0.492647059,0.0625,0.3,0.025423729,0.242647059,0,0.24025974,0.311688312,0,0,1,0,0,0,1,1,0,0,0,0,NA -6075990100,6,75,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013313206,6,13,313206,6129,6115,6129,1551,52,1347,5635,205,5444,117,378,994,2497,676,0.888236254,0.019089574,0.280623608,0.176397516,0.408340147,0.110295317,0.033526757,0.132172792,0,1,1,0,1,1,0,0,1,1,1,0,Higher -6013320003,6,13,320003,2700,2700,2700,1014,9,691,2551,36,708,70,55,39,229,254,0.262222222,0.025925926,0.07959479,0.015288122,0.084814815,0.094074074,0.00887574,0.035502959,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013320004,6,13,320004,6567,6567,6567,2555,18,1731,6081,184,3049,310,208,230,973,665,0.464291153,0.047205726,0.120161756,0.037822727,0.148165068,0.101263895,0.00704501,0.072015656,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013324001,6,13,324001,5773,5764,5764,3214,251,1134,5353,376,2397,241,174,227,835,425,0.41520873,0.041746059,0.153439153,0.042406127,0.144864677,0.073733518,0.078095831,0.116988177,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013324002,6,13,324002,5305,5201,5236,2349,126,1224,4963,252,2149,121,140,91,821,509,0.405089538,0.022808671,0.114379085,0.018335684,0.157854259,0.097211612,0.053639847,0.107279693,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013333101,6,13,333101,4594,4594,4594,1511,51,1199,4347,144,1856,501,109,171,955,604,0.404005224,0.10905529,0.090909091,0.039337474,0.207879843,0.131475838,0.033752482,0.095301125,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013333102,6,13,333102,4402,4388,4389,1581,30,1079,4085,44,1703,289,37,103,873,559,0.386869605,0.065651976,0.03429101,0.025214198,0.198951686,0.127363864,0.018975332,0.027830487,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013334006,6,13,334006,4752,4752,4752,1722,33,1394,4486,51,1894,322,65,60,336,470,0.398569024,0.067760943,0.046628407,0.013374944,0.070707071,0.098905724,0.019163763,0.029616725,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013338101,6,13,338101,5208,5195,5195,1887,215,1247,5050,323,3496,357,93,716,1392,681,0.671274962,0.068548387,0.07457899,0.141782178,0.267949952,0.131087584,0.113937467,0.171171171,0,0,0,1,1,0,0,1,0,0,0,0,NA -6013334200,6,13,334200,7719,7362,7362,2674,237,2058,7431,197,1797,1043,80,220,533,617,0.232802176,0.13512113,0.038872692,0.029605706,0.072398805,0.083808748,0.088631264,0.073672401,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013336201,6,13,336201,3966,3957,3966,1291,109,895,3662,189,2993,252,105,688,1464,718,0.75466465,0.063540091,0.117318436,0.187875478,0.369977255,0.18103883,0.084430674,0.146398141,0,1,0,1,1,1,0,1,1,1,1,0,High -6013336202,6,13,336202,6489,6409,6428,1769,222,1363,5813,461,5609,21,328,2059,3998,574,0.864385884,0.003236246,0.240645635,0.35420609,0.623810267,0.089296826,0.12549463,0.260599209,0,1,1,0,1,1,0,1,1,1,1,0,Higher -6013338102,6,13,338102,3499,3487,3487,1380,39,1014,3243,25,1403,232,27,162,387,303,0.400971706,0.066304658,0.026627219,0.049953747,0.110983654,0.086894178,0.02826087,0.018115942,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013338203,6,13,338203,5628,5628,5628,2763,276,1362,5233,351,2601,117,160,207,645,394,0.462153518,0.020788913,0.117474302,0.03955666,0.114605544,0.070007107,0.099891422,0.127035831,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013338204,6,13,338204,6277,6252,6277,2725,45,1604,5870,169,2362,388,143,303,475,403,0.376294408,0.061812968,0.08915212,0.051618399,0.075975688,0.064202645,0.016513761,0.062018349,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013339001,6,13,339001,3576,3576,3576,1898,147,734,3412,429,1678,176,87,266,948,456,0.469239374,0.049217002,0.11852861,0.077960141,0.265100671,0.127516779,0.077449947,0.226027397,0,0,0,1,0,0,0,1,0,0,0,0,NA -6013339002,6,13,339002,6943,6943,6943,3531,326,1664,6528,637,2525,696,167,395,1521,1039,0.363675645,0.100244851,0.100360577,0.060508578,0.219069566,0.149647127,0.09232512,0.180402152,1,0,0,1,0,0,0,1,0,0,0,0,NA -6013345111,6,13,345111,5269,5269,5269,1848,77,1496,4881,92,3708,199,147,114,547,300,0.70373885,0.037768077,0.098262032,0.02335587,0.103814766,0.0569368,0.041666667,0.04978355,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013345112,6,13,345112,6595,6495,6575,2288,0,1757,6242,217,3349,151,232,264,402,324,0.507808946,0.022896133,0.132043256,0.042294136,0.061893764,0.049277567,0,0.094842657,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013345113,6,13,345113,4566,4557,4566,1562,46,1312,4302,11,1669,238,40,52,247,160,0.365527814,0.052124398,0.030487805,0.012087401,0.054202326,0.035041612,0.029449424,0.007042254,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013345114,6,13,345114,6633,6633,6633,2576,43,2073,6361,99,1131,808,105,103,570,498,0.170511081,0.121815167,0.05065123,0.016192423,0.085933967,0.07507915,0.016692547,0.038431677,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013345115,6,13,345115,5931,5931,5931,1921,134,1594,5711,59,3176,417,45,366,290,325,0.535491485,0.070308548,0.028230866,0.06408685,0.048895633,0.05479683,0.069755336,0.03071317,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013345116,6,13,345116,2809,2797,2797,867,13,775,2649,9,1333,82,46,34,100,142,0.474546102,0.029191883,0.059354839,0.012835032,0.035752592,0.050768681,0.014994233,0.010380623,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013345203,6,13,345203,6755,6677,6734,2682,209,1811,6356,155,1215,788,206,66,656,933,0.179866765,0.11665433,0.11374931,0.010383889,0.098247716,0.138550639,0.07792692,0.057792692,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013345204,6,13,345204,3842,3829,3842,1245,44,1060,3720,10,562,391,38,0,179,326,0.14627798,0.101769912,0.035849057,0,0.046748498,0.08485164,0.035341365,0.008032129,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013346203,6,13,346203,3935,3904,3935,1439,20,1159,3705,9,686,401,65,22,247,243,0.17433291,0.101905972,0.05608283,0.005937922,0.063268443,0.061753494,0.013898541,0.006254343,1,0,0,0,0,0,0,0,0,0,0,0,NA -6013346204,6,13,346204,7512,7512,7512,2574,106,2095,7039,54,1620,304,171,57,258,281,0.215654952,0.040468584,0.081622912,0.008097741,0.034345048,0.037406816,0.041181041,0.020979021,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013351101,6,13,351101,2646,2646,2646,1954,150,609,2646,0,317,1466,0,27,338,583,0.119803477,0.55404384,0,0.010204082,0.127739985,0.220332577,0.076765609,0,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013351102,6,13,351102,3664,3595,3595,2694,406,767,3664,98,528,2088,0,33,747,1229,0.144104803,0.569868996,0,0.00900655,0.207788595,0.3418637,0.150705271,0.036377134,1,0,0,1,0,0,1,0,0,0,0,0,NA -6013351103,6,13,351103,1924,1915,1915,1312,49,494,1924,8,186,1221,0,29,337,606,0.096673597,0.634615385,0,0.015072765,0.175979112,0.316449086,0.037347561,0.006097561,1,0,0,1,0,0,0,0,0,0,0,0,NA -6013355107,6,13,355107,5432,5424,5424,1624,0,1333,5072,56,3143,228,107,156,799,922,0.578608247,0.04197349,0.080270068,0.030757098,0.14730826,0.169985251,0,0.034482759,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013355108,6,13,355108,13712,13617,13656,3719,69,3260,13302,209,11311,768,701,373,2538,1775,0.8248979,0.056009335,0.215030675,0.028040896,0.186384666,0.129979496,0.018553375,0.056197903,0,1,1,1,0,0,0,0,0,0,0,0,NA -6013355109,6,13,355109,7073,6981,6981,2151,197,1618,6796,256,4626,407,100,339,1276,943,0.654036477,0.057542768,0.061804697,0.049882284,0.182781836,0.135080934,0.091585309,0.119014412,0,0,0,1,0,0,0,0,0,0,0,0,NA -6013355110,6,13,355110,4214,4203,4214,1128,8,948,3816,94,3259,80,207,214,765,563,0.773374466,0.018984338,0.21835443,0.056079665,0.182012848,0.133602278,0.007092199,0.083333333,0,1,1,1,0,0,0,0,0,0,0,0,NA -6013355111,6,13,355111,6059,6018,6059,1917,32,1542,5689,128,4353,172,265,165,829,608,0.718435385,0.028387523,0.171854734,0.02900334,0.137753406,0.100346592,0.016692749,0.066770996,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013355112,6,13,355112,5492,5421,5421,2073,74,1634,5238,52,1243,583,49,22,706,549,0.226329206,0.106154406,0.02998776,0.004200076,0.130234274,0.101272828,0.035697057,0.025084419,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041112201,6,41,112201,8176,8083,8176,1813,221,1497,7284,708,7719,70,552,2651,5363,432,0.944104697,0.008561644,0.368737475,0.36394838,0.663491278,0.052837573,0.121897408,0.390512962,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6041112202,6,41,112202,4964,4877,4964,1272,118,956,4515,312,4026,180,303,1319,2532,339,0.811039484,0.03626108,0.316945607,0.29213732,0.519171622,0.0682917,0.092767296,0.245283019,0,1,1,0,1,1,0,1,1,1,1,0,Highest -6041119201,6,41,119201,3437,3357,3341,1866,107,748,3291,389,893,750,80,57,666,481,0.25981961,0.218213558,0.106951872,0.017319964,0.198391421,0.143968872,0.057341908,0.20846731,1,0,0,1,0,0,0,1,0,0,0,0,NA -6041119202,6,41,119202,3465,3455,3455,1226,19,987,3325,34,652,259,128,63,496,266,0.188167388,0.074747475,0.129685917,0.018947368,0.143560058,0.07698987,0.015497553,0.027732463,0,0,0,0,0,0,0,0,0,0,0,0,NA -6041130201,6,41,130201,3364,3351,3349,1899,112,826,3250,136,480,350,32,2,335,294,0.142687277,0.104042806,0.03874092,0.000615385,0.099970158,0.087787399,0.05897841,0.07161664,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041130202,6,41,130202,4369,4369,4369,2478,84,1163,4215,103,529,434,123,122,484,318,0.121080339,0.099336233,0.105760963,0.028944247,0.110780499,0.072785534,0.033898305,0.041565779,1,0,0,0,0,0,0,0,0,0,0,0,NA -6041131100,6,41,131100,1165,1115,1160,411,5,264,1143,9,100,109,4,66,193,184,0.08583691,0.093562232,0.015151515,0.057742782,0.17309417,0.15862069,0.01216545,0.02189781,1,0,0,1,0,0,0,0,0,0,0,0,NA -6041990100,6,41,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013355113,6,13,355113,5134,5122,5134,1690,0,1574,4938,9,2030,153,93,61,210,197,0.395403194,0.029801325,0.059085133,0.012353179,0.04099961,0.03837164,0,0.005325444,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013355114,6,13,355114,11597,11529,11543,3423,251,2886,11066,166,7210,591,162,622,844,804,0.621712512,0.050961456,0.056133056,0.056208205,0.073206696,0.069652603,0.073327491,0.048495472,0,0,0,0,0,0,0,0,0,0,0,0,NA -6013355115,6,13,355115,7865,7865,7865,2573,50,1974,7190,377,6318,186,262,351,1276,283,0.803305785,0.023649078,0.132725431,0.048817803,0.162237762,0.0359822,0.019432569,0.14652157,0,1,0,0,0,0,0,1,0,0,0,0,NA -6013355116,6,13,355116,8342,8342,8323,2390,77,2121,7902,320,6888,364,155,414,492,248,0.825701271,0.04363462,0.073078736,0.0523918,0.058978662,0.029796948,0.032217573,0.133891213,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013355117,6,13,355117,7506,7506,7506,1960,34,1866,7207,0,6274,125,46,309,220,201,0.835864642,0.016653344,0.024651661,0.042874983,0.029309885,0.026778577,0.017346939,0,0,1,0,0,0,0,0,0,0,0,0,0,NA -6013355306,6,13,355306,5073,5072,5073,1790,29,1459,4942,25,1030,406,88,13,302,435,0.203035679,0.08003154,0.060315284,0.002630514,0.059542587,0.085748078,0.016201117,0.01396648,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097150611,6,97,150611,4054,4054,4054,1475,98,1094,3827,59,1407,223,95,290,560,346,0.347064628,0.0550074,0.086837294,0.075777371,0.138135175,0.085347805,0.066440678,0.04,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097150612,6,97,150612,4628,4628,4603,1693,52,1211,4318,73,857,323,160,147,668,484,0.185177182,0.069792567,0.132122213,0.034043539,0.144338807,0.105148816,0.030714708,0.043118724,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097152906,6,97,152906,5636,5579,5636,2035,13,1607,5305,172,1706,322,239,38,822,458,0.302696948,0.057132718,0.148724331,0.007163054,0.147338233,0.081263307,0.006388206,0.084520885,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097151601,6,97,151601,2990,2863,2873,1715,92,864,2959,129,441,1219,0,22,271,651,0.147491639,0.407692308,0,0.007434944,0.094655955,0.226592412,0.053644315,0.075218659,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097151602,6,97,151602,3129,3129,3129,1852,39,942,3101,120,177,986,8,9,438,610,0.056567593,0.315116651,0.008492569,0.00290229,0.139980825,0.194950463,0.021058315,0.064794816,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097152905,6,97,152905,4582,4582,4582,1548,36,1052,4322,213,2114,200,134,169,1165,573,0.461370581,0.043649062,0.127376426,0.039102267,0.254255784,0.125054561,0.023255814,0.137596899,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097153103,6,97,153103,4262,4238,4262,1383,100,822,3914,137,2975,132,253,566,1680,405,0.698029094,0.030971375,0.307785888,0.144609096,0.396413403,0.095025809,0.07230658,0.099060014,0,0,1,0,1,1,0,0,0,0,0,0,NA -6097153104,6,97,153104,3890,3830,3890,1206,89,783,3563,327,2857,54,279,590,1767,583,0.734447301,0.013881748,0.356321839,0.165590794,0.461357702,0.149871465,0.073797678,0.271144279,0,1,1,1,1,1,0,1,1,1,1,0,Higher -6097153804,6,97,153804,3493,3493,3493,1183,55,944,3326,47,1497,254,118,228,168,432,0.428571429,0.072716862,0.125,0.068550812,0.048096192,0.123675923,0.04649197,0.039729501,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097153806,6,97,153806,3344,3332,3344,1207,126,862,3209,102,1217,284,89,100,625,321,0.363935407,0.08492823,0.10324826,0.031162356,0.18757503,0.095992823,0.104391052,0.084507042,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097153807,6,97,153807,3622,3622,3622,1385,13,1109,3552,0,880,317,72,0,246,353,0.242959691,0.087520707,0.064923354,0,0.067918277,0.097459967,0.009386282,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6097153808,6,97,153808,4421,4363,4421,1528,100,1030,4245,55,2179,363,160,406,1039,621,0.492874915,0.08210812,0.155339806,0.095641932,0.238138895,0.140465958,0.065445026,0.035994764,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097153809,6,97,153809,4380,4380,4380,1586,58,1128,4221,120,1675,347,195,305,1115,453,0.382420091,0.079223744,0.17287234,0.072257759,0.25456621,0.103424658,0.036569987,0.075662043,0,0,0,0,0,0,0,0,0,0,0,0,NA -6097154201,6,97,154201,3874,3863,3874,1325,148,820,3578,139,1928,239,126,567,1892,715,0.49767682,0.06169334,0.153658537,0.158468418,0.489774786,0.184563758,0.111698113,0.10490566,0,0,0,1,1,1,0,0,0,0,0,0,NA -6097154202,6,97,154202,5846,5769,5786,2207,95,1660,5616,114,1712,555,166,450,1185,883,0.292849812,0.094936709,0.1,0.080128205,0.205408216,0.152609748,0.043044857,0.051653829,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097154303,6,97,154303,1567,1567,1567,780,20,490,1549,76,263,355,43,54,363,288,0.167836631,0.226547543,0.087755102,0.034861201,0.23165284,0.183790683,0.025641026,0.097435897,1,0,0,1,0,0,0,0,0,0,0,0,NA -6097154304,6,97,154304,2313,2261,2313,1016,25,568,2267,98,461,170,24,26,541,285,0.199308258,0.073497622,0.042253521,0.011468902,0.239274657,0.123216602,0.024606299,0.096456693,0,0,0,1,0,0,0,0,0,0,0,0,NA -6097990100,6,97,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512017,6,85,512017,8406,8376,8406,2157,196,1717,7805,347,7182,514,137,1406,1877,897,0.854389722,0.0611468,0.079790332,0.180140935,0.224092646,0.106709493,0.090866945,0.160871581,0,1,0,0,1,0,0,1,1,1,0,-1,NA -6085512031,6,85,512031,4488,4472,4488,1381,40,1187,4230,64,2258,235,46,280,410,451,0.50311943,0.052361854,0.038753159,0.066193853,0.091681574,0.100490196,0.028964518,0.04634323,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085512309,6,85,512309,5236,5208,5236,1728,44,1401,4893,51,2028,247,134,125,485,605,0.387318564,0.047173415,0.095645967,0.025546699,0.09312596,0.115546218,0.025462963,0.029513889,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085500600,6,85,500600,5439,5431,5431,2404,178,1053,5205,252,2733,350,191,330,1040,498,0.502482074,0.064350064,0.181386515,0.063400576,0.191493279,0.09169582,0.074043261,0.104825291,0,0,1,0,0,0,0,0,0,0,0,0,NA -6085500902,6,85,500902,5794,1743,5794,590,77,176,5771,224,4459,21,32,322,1067,356,0.76958923,0.003624439,0.181818182,0.055796222,0.612162937,0.061442872,0.130508475,0.379661017,0,1,1,0,0,1,0,1,1,1,1,0,High -6085502001,6,85,502001,5565,5553,5565,2125,191,1273,5042,420,3922,235,255,450,1604,484,0.704761905,0.042228212,0.200314218,0.089250298,0.288852872,0.086972147,0.089882353,0.197647059,0,1,1,0,0,1,0,1,0,0,1,1,High -6085502102,6,85,502102,7820,7674,7674,2584,126,1539,7222,438,5665,373,311,1056,2390,592,0.724424552,0.04769821,0.202079272,0.146219884,0.31144123,0.077143602,0.04876161,0.169504644,0,1,1,0,1,1,0,1,1,1,1,0,High -6085502202,6,85,502202,2866,2722,2735,1374,39,670,2692,188,1012,224,102,105,469,236,0.353105373,0.078157711,0.152238806,0.039004458,0.17229978,0.086288848,0.028384279,0.136826783,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502400,6,85,502400,6962,6949,6962,2845,55,1913,6466,103,2204,440,87,314,895,611,0.316575697,0.06320023,0.045478306,0.048561707,0.12879551,0.087762137,0.019332162,0.036203866,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085502500,6,85,502500,6826,6826,6826,2432,69,1858,6096,95,2280,410,84,98,692,372,0.334016994,0.060064459,0.045209903,0.016076115,0.101377088,0.05449751,0.028371711,0.0390625,0,0,0,0,0,0,0,0,0,0,0,0,NA -6085503305,6,85,503305,6273,6247,6273,1502,87,1302,5854,144,6069,465,159,1523,1705,726,0.967479675,0.074127212,0.122119816,0.26016399,0.272931007,0.115734099,0.05792277,0.09587217,0,1,0,0,1,0,0,0,1,1,0,-1,NA -6085503306,6,85,503306,4278,4258,4271,903,38,818,4026,127,4121,300,191,989,1568,516,0.963300608,0.070126227,0.233496333,0.245653254,0.368248004,0.120814797,0.042081949,0.140642303,0,1,1,1,1,1,0,1,0,0,1,1,Higher -6085503504,6,85,503504,6253,6172,6253,1195,55,1094,5765,102,6239,217,373,1091,1693,401,0.997761075,0.034703342,0.34095064,0.189245447,0.274303305,0.064129218,0.046025105,0.085355649,0,1,1,0,1,0,0,0,1,1,0,-1,NA -6085504315,6,85,504315,6661,6641,6661,1952,21,1636,6363,68,5755,379,164,894,1023,578,0.863984387,0.056898364,0.100244499,0.140499764,0.154043066,0.086773758,0.010758197,0.034836066,0,1,0,0,1,0,0,0,0,0,0,0,NA -6081600401,6,81,600401,3313,3313,3313,1090,73,692,3021,62,2978,355,62,337,415,526,0.898883187,0.107153637,0.089595376,0.111552466,0.125264111,0.158768488,0.066972477,0.056880734,1,1,0,1,0,0,0,0,0,0,0,0,NA -6081600402,6,81,600402,5039,5030,5039,1266,91,1076,4885,73,4719,363,66,939,1017,431,0.936495336,0.072038103,0.06133829,0.192221085,0.202186879,0.085532844,0.071879937,0.057661927,0,1,0,0,1,0,0,0,0,0,0,0,NA -6081601901,6,81,601901,4198,4198,4198,1383,79,1023,4120,106,3321,234,44,188,585,323,0.791090996,0.055740829,0.043010753,0.045631068,0.139352072,0.076941401,0.057122198,0.076644975,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081601902,6,81,601902,5472,5472,5472,2132,269,1349,5361,208,3950,388,105,340,990,556,0.721856725,0.070906433,0.077835434,0.063421004,0.180921053,0.101608187,0.126172608,0.097560976,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081603801,6,81,603801,2335,2330,2335,1159,79,537,2215,93,1626,59,57,131,370,120,0.696359743,0.025267666,0.106145251,0.059142212,0.158798283,0.051391863,0.068162209,0.080241588,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081603802,6,81,603802,4915,4898,4876,1838,89,1264,4565,101,2528,469,62,145,572,492,0.514343845,0.095422177,0.049050633,0.031763417,0.11678236,0.100902379,0.048422198,0.054951034,1,0,0,0,0,0,0,0,0,0,0,0,NA -6081609201,6,81,609201,3708,3660,3683,1560,184,935,3406,140,960,276,79,44,377,262,0.258899676,0.074433657,0.084491979,0.012918379,0.103005464,0.07113766,0.117948718,0.08974359,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081609202,6,81,609202,4498,4487,4498,1943,88,1204,4253,195,2050,336,87,234,648,450,0.455758115,0.074699867,0.072259136,0.055019986,0.144417205,0.100044464,0.045290787,0.100360268,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081613900,6,81,613900,6917,6742,6779,2153,105,1547,6442,97,2695,496,149,107,997,768,0.389619777,0.071707388,0.096315449,0.016609749,0.147878968,0.113291046,0.048769159,0.045053414,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081614000,6,81,614000,5947,5926,5926,1774,79,1359,5607,127,4498,311,95,176,607,475,0.756347738,0.052295275,0.069904341,0.031389335,0.10242997,0.080155248,0.044532131,0.071589628,0,1,0,0,0,0,0,0,0,0,0,0,NA -6081984300,6,81,984300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6081990100,6,81,990100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200301,6,55,200301,5481,5436,5481,1723,139,1124,4988,181,3243,299,239,1050,1817,921,0.59168035,0.054552089,0.212633452,0.210505213,0.334253127,0.16803503,0.080673244,0.105049333,0,0,1,1,1,1,0,0,0,0,1,1,High -6055200302,6,55,200302,2957,2957,2957,992,15,754,2803,88,1365,127,151,131,750,284,0.461616503,0.042948935,0.200265252,0.04673564,0.253635441,0.096043287,0.015120968,0.088709677,0,0,1,0,0,0,0,0,0,0,0,0,NA -6055200504,6,55,200504,6470,6230,6233,2109,178,1384,6211,290,3503,533,195,612,1405,783,0.541421947,0.082380216,0.140895954,0.098534858,0.225521669,0.125621691,0.08440019,0.137505927,1,0,0,1,0,0,0,0,0,0,0,0,NA -6055200505,6,55,200505,2636,2636,2636,952,47,582,2464,179,1592,150,82,402,631,297,0.603945372,0.056904401,0.140893471,0.163149351,0.239377845,0.112670713,0.049369748,0.18802521,0,0,0,0,1,0,0,1,0,0,0,0,NA -6055200601,6,55,200601,5439,5403,5417,1595,71,1320,5097,93,2591,339,91,420,1110,524,0.476374334,0.062327634,0.068939394,0.082401413,0.205441421,0.096732509,0.044514107,0.05830721,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200602,6,55,200602,4187,4163,4170,1769,183,943,4016,285,1674,418,130,210,1261,492,0.399808932,0.099832816,0.1378579,0.052290837,0.302906558,0.117985612,0.103448276,0.161107971,1,0,0,0,0,1,0,1,0,0,0,0,NA -6055200704,6,55,200704,5029,5005,5005,1662,182,1202,4725,196,2422,346,191,492,1639,873,0.481606681,0.068800954,0.15890183,0.104126984,0.327472527,0.174425574,0.109506619,0.117930205,0,0,0,1,0,1,0,0,0,0,0,0,NA -6055200705,6,55,200705,2964,2932,2964,1017,33,743,2770,199,1424,195,174,286,764,302,0.480431849,0.065789474,0.234185734,0.103249097,0.260572988,0.101889339,0.032448378,0.19567355,0,0,1,0,0,0,0,1,0,0,0,0,NA -6055200706,6,55,200706,3192,3179,3181,1127,37,937,3097,38,1030,214,46,57,407,358,0.322681704,0.067042607,0.04909285,0.018404908,0.128027682,0.112543225,0.032830524,0.033717835,0,0,0,0,0,0,0,0,0,0,0,0,NA -6055200707,6,55,200707,3190,3169,3171,1324,81,819,2994,238,947,323,154,101,851,352,0.296865204,0.101253918,0.188034188,0.033734135,0.268538971,0.111005992,0.061178248,0.179758308,1,0,1,0,0,0,0,1,0,0,0,0,NA -6055200803,6,55,200803,2107,2103,2107,856,54,655,2014,54,570,131,118,112,422,261,0.270526815,0.062173707,0.180152672,0.055610725,0.200665716,0.123872805,0.063084112,0.063084112,0,0,1,1,0,0,0,0,0,0,0,0,NA -6055200804,6,55,200804,5613,5613,5613,1612,58,1218,5271,217,4237,168,250,1202,2112,377,0.754854801,0.029930518,0.205254516,0.22804022,0.376269375,0.067165509,0.035980149,0.134615385,0,1,1,0,1,1,0,0,1,1,1,0,High -6055201003,6,55,201003,5370,5370,5370,1401,18,1176,5065,167,4328,355,174,394,945,579,0.805959032,0.066108007,0.147959184,0.077788746,0.175977654,0.107821229,0.012847966,0.119200571,0,1,0,0,0,0,0,0,0,0,0,0,NA -6055201004,6,55,201004,5945,5934,5945,1794,7,1426,5577,64,4678,269,253,377,1496,739,0.786879731,0.045248108,0.177419355,0.067599068,0.252106505,0.12430614,0.003901895,0.03567447,0,1,0,1,0,0,0,0,0,0,0,0,NA -6055201005,6,55,201005,2423,2423,2409,598,7,519,2281,9,1742,131,84,145,383,335,0.718943459,0.054065208,0.161849711,0.06356861,0.15806851,0.139061851,0.011705686,0.015050167,0,1,0,1,0,0,0,0,0,0,0,0,NA -6055201006,6,55,201006,3217,3211,3206,885,12,753,3072,52,1917,160,108,120,746,445,0.595896798,0.049735779,0.143426295,0.0390625,0.232326378,0.138802246,0.013559322,0.058757062,0,0,0,1,0,0,0,0,0,0,0,0,NA -6055201007,6,55,201007,4295,4267,4295,1059,11,922,3906,56,3340,195,181,283,901,524,0.777648428,0.04540163,0.196312364,0.072452637,0.211155378,0.122002328,0.010387158,0.052880076,0,1,1,1,0,0,0,0,0,0,0,0,NA -6055201101,6,55,201101,2123,2118,2118,798,10,629,2050,23,425,202,10,34,133,211,0.200188413,0.095148375,0.015898251,0.016585366,0.06279509,0.099622285,0.012531328,0.028822055,1,0,0,0,0,0,0,0,0,0,0,0,NA -6055201102,6,55,201102,1803,1803,1803,711,18,473,1765,25,284,160,11,42,277,243,0.157515252,0.088740987,0.023255814,0.023796034,0.153632834,0.134775374,0.025316456,0.035161744,1,0,0,1,0,0,0,0,0,0,0,0,NA -6055201401,6,55,201401,3203,3192,3203,1193,55,960,3077,41,494,487,66,23,208,360,0.154230409,0.152044958,0.06875,0.007474813,0.065162907,0.11239463,0.046102263,0.034367142,1,0,0,0,0,0,0,0,0,0,0,0,NA -6055201402,6,55,201402,3055,3032,3050,1206,9,975,3000,23,353,268,47,38,299,287,0.115548282,0.087725041,0.048205128,0.012666667,0.098614776,0.094098361,0.007462687,0.01907131,1,0,0,0,0,0,0,0,0,0,0,0,NA -6055201403,6,55,201403,682,656,682,279,15,204,655,0,217,84,14,24,132,59,0.318181818,0.123167155,0.068627451,0.036641221,0.201219512,0.086510264,0.053763441,0,1,0,0,0,0,0,0,0,0,0,0,0,NA -6055201601,6,55,201601,2684,2684,2684,1065,42,665,2454,85,1309,281,124,414,749,359,0.487704918,0.104694486,0.186466165,0.168704156,0.279061103,0.133755589,0.03943662,0.079812207,1,0,1,1,1,0,0,0,1,1,0,-1,NA -6055201602,6,55,201602,3395,3281,3395,1535,96,894,3296,90,889,440,73,195,798,405,0.26185567,0.129602356,0.081655481,0.059162621,0.243218531,0.119293078,0.062540717,0.058631922,1,0,0,0,0,0,0,0,0,0,0,0,NA \ No newline at end of file diff --git a/Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS_2009_2014_2016_2018_geog.geojson b/Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS_2009_2014_2016_2018_geog.geojson deleted file mode 100644 index 2a6bc539..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/EPCs_ACS_2009_2014_2016_2018_geog.geojson +++ /dev/null @@ -1,1588 +0,0 @@ -{ -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "GEOID": "06001400100", "NAME": "Census Tract 4001", "state": "06", "county_fips": "001", "tract": "400100", "county_name": "Alameda County", "tot_pop_2050": 3115, "tot_pop_pov_det_2050": 3105, "tot_pop_civ_ni_2050": 3115, "tot_hh_2050": 1297, "pop_zvhhs_2050": 28, "tot_fam_2050": 917, "tot_pop_over5_2050": 2920, "pop_hus_rent50_2050": 30, "pop_minority_2050": 1060, "pop_over75_2050": 288, "pop_spfam_2050": 70, "pop_lep_2050": 55, "pop_below200_2050": 312, "pop_disability_2050": 313, "pct_minority_2050": 0.3402889245585875, "pct_over75_2050": 0.092455858747993599, "pct_spfam_2050": 0.076335877862595422, "pct_lep_2050": 0.018835616438356163, "pct_below200_2050": 0.1004830917874396, "pct_disab_2050": 0.10048154093097914, "pct_zvhhs_2050": 0.021588280647648419, "pct_hus_rent50_2050": 0.02313030069390902, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085376661742984, "pct_minority_2040": 0.38020679468242208, "pct_spfam_2040": 0.023227383863081, "pct_lep_2040": 0.024821594787464998, "pct_below200_2040": 0.062863372093022993, "pct_disab_2040": 0.065878877400294994, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.047692307692307999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.246919999586339, 37.885438000150899 ], [ -122.246833000445989, 37.884106000242014 ], [ -122.246439000260693, 37.881202999807222 ], [ -122.24515600032079, 37.869737000004946 ], [ -122.244876999763193, 37.866276000023127 ], [ -122.245337999895668, 37.865986000295017 ], [ -122.245525000391709, 37.864035999826321 ], [ -122.244065000001498, 37.860776000164364 ], [ -122.244505000217529, 37.859129000040248 ], [ -122.242346999868374, 37.857609999949709 ], [ -122.241715000031689, 37.857247999889772 ], [ -122.241154000340131, 37.857261999929044 ], [ -122.234761000381823, 37.857789999976099 ], [ -122.234184999723325, 37.852542999883433 ], [ -122.234084000339294, 37.852517999781632 ], [ -122.231290999780427, 37.850839000041859 ], [ -122.226748000199706, 37.849961999989219 ], [ -122.224195999665255, 37.851015999872729 ], [ -122.223559999630609, 37.852172000084032 ], [ -122.224046999702324, 37.853575000319303 ], [ -122.223450999850655, 37.855109999766938 ], [ -122.221608999869019, 37.855291000303879 ], [ -122.222620999647276, 37.857710999829486 ], [ -122.221079999964502, 37.860113999803275 ], [ -122.21937100005222, 37.859412999655568 ], [ -122.219349000310899, 37.857727999922083 ], [ -122.2167370004003, 37.856199000072216 ], [ -122.213583999991329, 37.855977000291617 ], [ -122.212379999694107, 37.85723399984785 ], [ -122.213195999653792, 37.857601000220555 ], [ -122.214736000409985, 37.859509999810378 ], [ -122.220388999678264, 37.86442700003272 ], [ -122.221488000393506, 37.865025999704535 ], [ -122.21918100008142, 37.867226000040553 ], [ -122.216276000267868, 37.868821999672413 ], [ -122.217375999909677, 37.871724000339469 ], [ -122.221376000240497, 37.875324999922242 ], [ -122.223877999647939, 37.878326000150913 ], [ -122.230978999610912, 37.881324999905203 ], [ -122.238678999798552, 37.883325000000966 ], [ -122.241971000124735, 37.881927000323714 ], [ -122.246919999586339, 37.885438000150899 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400200", "NAME": "Census Tract 4002", "state": "06", "county_fips": "001", "tract": "400200", "county_name": "Alameda County", "tot_pop_2050": 2025, "tot_pop_pov_det_2050": 2018, "tot_pop_civ_ni_2050": 2025, "tot_hh_2050": 855, "pop_zvhhs_2050": 59, "tot_fam_2050": 468, "tot_pop_over5_2050": 1912, "pop_hus_rent50_2050": 11, "pop_minority_2050": 589, "pop_over75_2050": 133, "pop_spfam_2050": 34, "pop_lep_2050": 24, "pop_below200_2050": 230, "pop_disability_2050": 158, "pct_minority_2050": 0.29086419753086418, "pct_over75_2050": 0.065679012345679008, "pct_spfam_2050": 0.072649572649572669, "pct_lep_2050": 0.012552301255230124, "pct_below200_2050": 0.11397423191278495, "pct_disab_2050": 0.078024691358024686, "pct_zvhhs_2050": 0.069005847953216376, "pct_hus_rent50_2050": 0.012865497076023392, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067560598246519013, "pct_minority_2040": 0.28313563692625104, "pct_spfam_2040": 0.031315240083507008, "pct_lep_2040": 0.0, "pct_below200_2040": 0.083032490974729006, "pct_disab_2040": 0.073749355337802996, "pct_zvhhs_2040": 0.069938650306749006, "pct_hus_rent50_2040": 0.019753086419753003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.257418000355756, 37.843096000115011 ], [ -122.257922999970802, 37.842606000193491 ], [ -122.254366000229084, 37.843773000070676 ], [ -122.251857000250638, 37.844746000161315 ], [ -122.247312999946701, 37.846563000177966 ], [ -122.243716000022005, 37.848512999708362 ], [ -122.243322999661629, 37.849072000136161 ], [ -122.244044000085069, 37.850256999670094 ], [ -122.242427000234301, 37.850832999907851 ], [ -122.241914000223318, 37.85190900004568 ], [ -122.250960000100108, 37.851159000331478 ], [ -122.252503000331032, 37.850826000342046 ], [ -122.252350000170154, 37.849427999664151 ], [ -122.255084000279481, 37.846068999771539 ], [ -122.256204999837692, 37.844686000226041 ], [ -122.257418000355756, 37.843096000115011 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400300", "NAME": "Census Tract 4003", "state": "06", "county_fips": "001", "tract": "400300", "county_name": "Alameda County", "tot_pop_2050": 5000, "tot_pop_pov_det_2050": 4962, "tot_pop_civ_ni_2050": 5000, "tot_hh_2050": 2441, "pop_zvhhs_2050": 423, "tot_fam_2050": 1156, "tot_pop_over5_2050": 4704, "pop_hus_rent50_2050": 152, "pop_minority_2050": 1542, "pop_over75_2050": 283, "pop_spfam_2050": 74, "pop_lep_2050": 88, "pop_below200_2050": 526, "pop_disability_2050": 454, "pct_minority_2050": 0.3084, "pct_over75_2050": 0.0566, "pct_spfam_2050": 0.064013840830449822, "pct_lep_2050": 0.018707482993197282, "pct_below200_2050": 0.10600564288593307, "pct_disab_2050": 0.0908, "pct_zvhhs_2050": 0.17328963539532979, "pct_hus_rent50_2050": 0.062269561655059411, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063927781871775988, "pct_minority_2040": 0.38540899042004401, "pct_spfam_2040": 0.057522123893804997, "pct_lep_2040": 0.025636007827788996, "pct_below200_2040": 0.145573159366263, "pct_disab_2040": 0.075165806927044998, "pct_zvhhs_2040": 0.14103585657370499, "pct_hus_rent50_2040": 0.073368463721119007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.264163999593165, 37.83999699984652 ], [ -122.265630999656096, 37.837635999652889 ], [ -122.263878000261201, 37.837953000245591 ], [ -122.262292000372582, 37.837978000319438 ], [ -122.262360999969545, 37.837314000335077 ], [ -122.259516000430438, 37.836935000031254 ], [ -122.256970999568679, 37.836493000109371 ], [ -122.252410000444598, 37.834542999888683 ], [ -122.250810000312285, 37.837135000306979 ], [ -122.248129999731319, 37.841391999743713 ], [ -122.245395999621991, 37.845797999702349 ], [ -122.244188000025133, 37.847912999724976 ], [ -122.243716000022005, 37.848512999708362 ], [ -122.247312999946701, 37.846563000177966 ], [ -122.251857000250638, 37.844746000161315 ], [ -122.254366000229084, 37.843773000070676 ], [ -122.257922999970802, 37.842606000193491 ], [ -122.261859999654106, 37.841352999897595 ], [ -122.264163999593165, 37.83999699984652 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400400", "NAME": "Census Tract 4004", "state": "06", "county_fips": "001", "tract": "400400", "county_name": "Alameda County", "tot_pop_2050": 3843, "tot_pop_pov_det_2050": 3830, "tot_pop_civ_ni_2050": 3838, "tot_hh_2050": 1750, "pop_zvhhs_2050": 157, "tot_fam_2050": 780, "tot_pop_over5_2050": 3624, "pop_hus_rent50_2050": 210, "pop_minority_2050": 1292, "pop_over75_2050": 178, "pop_spfam_2050": 150, "pop_lep_2050": 78, "pop_below200_2050": 802, "pop_disability_2050": 372, "pct_minority_2050": 0.33619568045797554, "pct_over75_2050": 0.046317980744210251, "pct_spfam_2050": 0.19230769230769232, "pct_lep_2050": 0.021523178807947019, "pct_below200_2050": 0.20939947780678853, "pct_disab_2050": 0.096925482021886403, "pct_zvhhs_2050": 0.089714285714285719, "pct_hus_rent50_2050": 0.12, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042533302173405001, "pct_minority_2040": 0.40243047440990903, "pct_spfam_2040": 0.161764705882353, "pct_lep_2040": 0.010787757150025, "pct_below200_2040": 0.15722976134768399, "pct_disab_2040": 0.12891904539073501, "pct_zvhhs_2040": 0.087748344370861001, "pct_hus_rent50_2040": 0.070155902004453999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.261805000300868, 37.841789999886366 ], [ -122.261859999654106, 37.841352999897595 ], [ -122.257922999970802, 37.842606000193491 ], [ -122.257418000355756, 37.843096000115011 ], [ -122.256204999837692, 37.844686000226041 ], [ -122.255084000279481, 37.846068999771539 ], [ -122.252350000170154, 37.849427999664151 ], [ -122.252503000331032, 37.850826000342046 ], [ -122.253346000054904, 37.85383 ], [ -122.256197000340094, 37.853448999951645 ], [ -122.257250999951168, 37.853175999834775 ], [ -122.258367000384808, 37.853195999880271 ], [ -122.260222999711885, 37.852792999725892 ], [ -122.261018999580074, 37.847233000320557 ], [ -122.261295999589521, 37.845026999906189 ], [ -122.261805000300868, 37.841789999886366 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400500", "NAME": "Census Tract 4005", "state": "06", "county_fips": "001", "tract": "400500", "county_name": "Alameda County", "tot_pop_2050": 3786, "tot_pop_pov_det_2050": 3768, "tot_pop_civ_ni_2050": 3786, "tot_hh_2050": 1622, "pop_zvhhs_2050": 188, "tot_fam_2050": 767, "tot_pop_over5_2050": 3503, "pop_hus_rent50_2050": 251, "pop_minority_2050": 1901, "pop_over75_2050": 117, "pop_spfam_2050": 71, "pop_lep_2050": 72, "pop_below200_2050": 809, "pop_disability_2050": 336, "pct_minority_2050": 0.50211304807184365, "pct_over75_2050": 0.030903328050713157, "pct_spfam_2050": 0.092568448500651879, "pct_lep_2050": 0.020553811019126463, "pct_below200_2050": 0.2147027600849257, "pct_disab_2050": 0.08874801901743265, "pct_zvhhs_2050": 0.11590628853267571, "pct_hus_rent50_2050": 0.15474722564734894, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.032138794084187003, "pct_minority_2040": 0.47610921501706505, "pct_spfam_2040": 0.086705202312139018, "pct_lep_2040": 0.019271303824148999, "pct_below200_2040": 0.26279863481228699, "pct_disab_2040": 0.096416382252559996, "pct_zvhhs_2040": 0.162264150943396, "pct_hus_rent50_2040": 0.13076437144662001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.269409000229075, 37.84810699966966 ], [ -122.269225999930967, 37.847200999927068 ], [ -122.268763000148695, 37.84726099994414 ], [ -122.268183000190547, 37.844585000236584 ], [ -122.268070000212646, 37.844135999845086 ], [ -122.265140000284745, 37.844529999882091 ], [ -122.261295999589521, 37.845026999906189 ], [ -122.261018999580074, 37.847233000320557 ], [ -122.260222999711885, 37.852792999725892 ], [ -122.261828999691971, 37.852579999961826 ], [ -122.262249999641483, 37.852695999952914 ], [ -122.266127999773559, 37.852008999809435 ], [ -122.268908999738542, 37.851651999846219 ], [ -122.26841099979616, 37.848765000075602 ], [ -122.269409000229075, 37.84810699966966 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400600", "NAME": "Census Tract 4006", "state": "06", "county_fips": "001", "tract": "400600", "county_name": "Alameda County", "tot_pop_2050": 1638, "tot_pop_pov_det_2050": 1638, "tot_pop_civ_ni_2050": 1638, "tot_hh_2050": 657, "pop_zvhhs_2050": 76, "tot_fam_2050": 368, "tot_pop_over5_2050": 1527, "pop_hus_rent50_2050": 78, "pop_minority_2050": 821, "pop_over75_2050": 66, "pop_spfam_2050": 85, "pop_lep_2050": 14, "pop_below200_2050": 286, "pop_disability_2050": 142, "pct_minority_2050": 0.50122100122100122, "pct_over75_2050": 0.040293040293040296, "pct_spfam_2050": 0.23097826086956519, "pct_lep_2050": 0.0091683038637852005, "pct_below200_2050": 0.17460317460317459, "pct_disab_2050": 0.086691086691086688, "pct_zvhhs_2050": 0.11567732115677321, "pct_hus_rent50_2050": 0.11872146118721461, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048571428571429001, "pct_minority_2040": 0.64171428571428601, "pct_spfam_2040": 0.219895287958115, "pct_lep_2040": 0.038598574821852992, "pct_below200_2040": 0.340450086555107, "pct_disab_2040": 0.122857142857143, "pct_zvhhs_2040": 0.23829201101928399, "pct_hus_rent50_2040": 0.15524475524475501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.268070000212646, 37.844135999845086 ], [ -122.26756200022453, 37.841671999943266 ], [ -122.267256999727692, 37.840152000270919 ], [ -122.266653000378412, 37.837481999938639 ], [ -122.265630999656096, 37.837635999652889 ], [ -122.264163999593165, 37.83999699984652 ], [ -122.261859999654106, 37.841352999897595 ], [ -122.261805000300868, 37.841789999886366 ], [ -122.261295999589521, 37.845026999906189 ], [ -122.265140000284745, 37.844529999882091 ], [ -122.268070000212646, 37.844135999845086 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400700", "NAME": "Census Tract 4007", "state": "06", "county_fips": "001", "tract": "400700", "county_name": "Alameda County", "tot_pop_2050": 5116, "tot_pop_pov_det_2050": 5106, "tot_pop_civ_ni_2050": 5116, "tot_hh_2050": 1947, "pop_zvhhs_2050": 291, "tot_fam_2050": 910, "tot_pop_over5_2050": 4833, "pop_hus_rent50_2050": 219, "pop_minority_2050": 3084, "pop_over75_2050": 202, "pop_spfam_2050": 138, "pop_lep_2050": 283, "pop_below200_2050": 1920, "pop_disability_2050": 659, "pct_minority_2050": 0.60281469898358109, "pct_over75_2050": 0.039483971853010162, "pct_spfam_2050": 0.15164835164835164, "pct_lep_2050": 0.05855576246637699, "pct_below200_2050": 0.37602820211515853, "pct_disab_2050": 0.12881157154026585, "pct_zvhhs_2050": 0.14946070878274267, "pct_hus_rent50_2050": 0.11248073959938366, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064604185623294008, "pct_minority_2040": 0.65832575068243904, "pct_spfam_2040": 0.24918032786885197, "pct_lep_2040": 0.022201002625925, "pct_below200_2040": 0.48430391264786204, "pct_disab_2040": 0.180163785259327, "pct_zvhhs_2040": 0.20212765957446802, "pct_hus_rent50_2040": 0.24830699774266396, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.277885000193464, 37.847509000300825 ], [ -122.2779809995546, 37.846972000075112 ], [ -122.277586000442724, 37.84478199967343 ], [ -122.277009999784212, 37.843589999864648 ], [ -122.276579999613915, 37.840675999719515 ], [ -122.276311000000405, 37.839266000264892 ], [ -122.275717999623467, 37.838159999948829 ], [ -122.276219999763811, 37.836817999746273 ], [ -122.275638000155851, 37.836447000289567 ], [ -122.274641000446167, 37.83640799995721 ], [ -122.266653000378412, 37.837481999938639 ], [ -122.267256999727692, 37.840152000270919 ], [ -122.26756200022453, 37.841671999943266 ], [ -122.268070000212646, 37.844135999845086 ], [ -122.268183000190547, 37.844585000236584 ], [ -122.268763000148695, 37.84726099994414 ], [ -122.269225999930967, 37.847200999927068 ], [ -122.269143999915187, 37.846740000342486 ], [ -122.27123600014211, 37.846464999811914 ], [ -122.275799999639233, 37.845866999895591 ], [ -122.276187999976727, 37.847733999882742 ], [ -122.277766000367762, 37.847524999723106 ], [ -122.277885000193464, 37.847509000300825 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400800", "NAME": "Census Tract 4008", "state": "06", "county_fips": "001", "tract": "400800", "county_name": "Alameda County", "tot_pop_2050": 3792, "tot_pop_pov_det_2050": 3792, "tot_pop_civ_ni_2050": 3792, "tot_hh_2050": 1626, "pop_zvhhs_2050": 218, "tot_fam_2050": 697, "tot_pop_over5_2050": 3585, "pop_hus_rent50_2050": 233, "pop_minority_2050": 2115, "pop_over75_2050": 127, "pop_spfam_2050": 143, "pop_lep_2050": 189, "pop_below200_2050": 1474, "pop_disability_2050": 336, "pct_minority_2050": 0.557753164556962, "pct_over75_2050": 0.0334915611814346, "pct_spfam_2050": 0.20516499282639888, "pct_lep_2050": 0.052719665271966525, "pct_below200_2050": 0.38871308016877643, "pct_disab_2050": 0.088607594936708861, "pct_zvhhs_2050": 0.13407134071340712, "pct_hus_rent50_2050": 0.14329643296432965, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040087010565569001, "pct_minority_2040": 0.63766314481044106, "pct_spfam_2040": 0.13015873015873, "pct_lep_2040": 0.010807374443738001, "pct_below200_2040": 0.27462121212121199, "pct_disab_2040": 0.11977542108546499, "pct_zvhhs_2040": 0.115650534255185, "pct_hus_rent50_2040": 0.14845758354755803, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288730000394196, 37.849961999989219 ], [ -122.287865999855612, 37.846907000272559 ], [ -122.287499000332815, 37.845771999941746 ], [ -122.286714000335266, 37.843344999823692 ], [ -122.28557600016029, 37.839777999684813 ], [ -122.283186000007561, 37.840978000161186 ], [ -122.277009999784212, 37.843589999864648 ], [ -122.277586000442724, 37.84478199967343 ], [ -122.2779809995546, 37.846972000075112 ], [ -122.277885000193464, 37.847509000300825 ], [ -122.27988299981071, 37.847219999985029 ], [ -122.281898999869654, 37.846974999944564 ], [ -122.283458999819032, 37.850306999979878 ], [ -122.284053999845753, 37.850547999720895 ], [ -122.286131999828982, 37.850148999878165 ], [ -122.286247000355019, 37.850504999880762 ], [ -122.288730000394196, 37.849961999989219 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001400900", "NAME": "Census Tract 4009", "state": "06", "county_fips": "001", "tract": "400900", "county_name": "Alameda County", "tot_pop_2050": 2471, "tot_pop_pov_det_2050": 2410, "tot_pop_civ_ni_2050": 2471, "tot_hh_2050": 1044, "pop_zvhhs_2050": 116, "tot_fam_2050": 449, "tot_pop_over5_2050": 2347, "pop_hus_rent50_2050": 196, "pop_minority_2050": 1435, "pop_over75_2050": 95, "pop_spfam_2050": 87, "pop_lep_2050": 94, "pop_below200_2050": 791, "pop_disability_2050": 248, "pct_minority_2050": 0.58073654390934848, "pct_over75_2050": 0.038445973290165934, "pct_spfam_2050": 0.19376391982182628, "pct_lep_2050": 0.040051129100979972, "pct_below200_2050": 0.32821576763485483, "pct_disab_2050": 0.10036422501011737, "pct_zvhhs_2050": 0.1111111111111111, "pct_hus_rent50_2050": 0.18773946360153254, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.012801575578533002, "pct_minority_2040": 0.517971442639094, "pct_spfam_2040": 0.35955056179775297, "pct_lep_2040": 0.010752688172043001, "pct_below200_2040": 0.259970457902511, "pct_disab_2040": 0.11225997045790302, "pct_zvhhs_2040": 0.099409448818898016, "pct_hus_rent50_2040": 0.15587044534413, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.28557600016029, 37.839777999684813 ], [ -122.284494000061841, 37.836719999910486 ], [ -122.281963000342074, 37.837180999697765 ], [ -122.281648999624423, 37.836691999832155 ], [ -122.276219999763811, 37.836817999746273 ], [ -122.275717999623467, 37.838159999948829 ], [ -122.276311000000405, 37.839266000264892 ], [ -122.276579999613915, 37.840675999719515 ], [ -122.277009999784212, 37.843589999864648 ], [ -122.283186000007561, 37.840978000161186 ], [ -122.28557600016029, 37.839777999684813 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401000", "NAME": "Census Tract 4010", "state": "06", "county_fips": "001", "tract": "401000", "county_name": "Alameda County", "tot_pop_2050": 6024, "tot_pop_pov_det_2050": 6016, "tot_pop_civ_ni_2050": 6016, "tot_hh_2050": 2439, "pop_zvhhs_2050": 645, "tot_fam_2050": 1159, "tot_pop_over5_2050": 5790, "pop_hus_rent50_2050": 548, "pop_minority_2050": 4118, "pop_over75_2050": 238, "pop_spfam_2050": 366, "pop_lep_2050": 214, "pop_below200_2050": 1780, "pop_disability_2050": 916, "pct_minority_2050": 0.68359893758300128, "pct_over75_2050": 0.039508632138114209, "pct_spfam_2050": 0.31578947368421051, "pct_lep_2050": 0.036960276338514682, "pct_below200_2050": 0.2958776595744681, "pct_disab_2050": 0.15226063829787234, "pct_zvhhs_2050": 0.26445264452644529, "pct_hus_rent50_2050": 0.22468224682246826, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.055585831062669996, "pct_minority_2040": 0.71680290644868294, "pct_spfam_2040": 0.319925163704397, "pct_lep_2040": 0.039910061832489997, "pct_below200_2040": 0.45606999635435708, "pct_disab_2040": 0.15257319512638698, "pct_zvhhs_2040": 0.27142271422714198, "pct_hus_rent50_2040": 0.32790309106098603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278707000000921, 37.82715100019562 ], [ -122.27861099974146, 37.826877999933551 ], [ -122.268563000132147, 37.824462000237567 ], [ -122.268300000366423, 37.826484999739918 ], [ -122.267828000363309, 37.827043999670032 ], [ -122.266895000227763, 37.831339000113971 ], [ -122.266494000369761, 37.833404999713139 ], [ -122.265630999656096, 37.837635999652889 ], [ -122.266653000378412, 37.837481999938639 ], [ -122.274641000446167, 37.83640799995721 ], [ -122.275638000155851, 37.836447000289567 ], [ -122.275895999898708, 37.835660999707493 ], [ -122.276409999734597, 37.834278999754616 ], [ -122.27720399995296, 37.832216000267572 ], [ -122.277556000305495, 37.831276000116631 ], [ -122.278342999952841, 37.828521999658577 ], [ -122.277922999828277, 37.827108000195373 ], [ -122.278707000000921, 37.82715100019562 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401100", "NAME": "Census Tract 4011", "state": "06", "county_fips": "001", "tract": "401100", "county_name": "Alameda County", "tot_pop_2050": 4366, "tot_pop_pov_det_2050": 4366, "tot_pop_civ_ni_2050": 4366, "tot_hh_2050": 2043, "pop_zvhhs_2050": 452, "tot_fam_2050": 616, "tot_pop_over5_2050": 4230, "pop_hus_rent50_2050": 263, "pop_minority_2050": 2070, "pop_over75_2050": 40, "pop_spfam_2050": 91, "pop_lep_2050": 143, "pop_below200_2050": 1288, "pop_disability_2050": 362, "pct_minority_2050": 0.47411818598259281, "pct_over75_2050": 0.0091617040769583144, "pct_spfam_2050": 0.14772727272727273, "pct_lep_2050": 0.033806146572104019, "pct_below200_2050": 0.29500687127805769, "pct_disab_2050": 0.082913421896472744, "pct_zvhhs_2050": 0.22124326970141947, "pct_hus_rent50_2050": 0.12873225648556044, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023584905660376999, "pct_minority_2040": 0.50731132075471708, "pct_spfam_2040": 0.184636118598383, "pct_lep_2040": 0.019530284301606998, "pct_below200_2040": 0.31084905660377399, "pct_disab_2040": 0.087028301886792017, "pct_zvhhs_2040": 0.21672439386442396, "pct_hus_rent50_2040": 0.18181818181818202, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.268300000366423, 37.826484999739918 ], [ -122.268563000132147, 37.824462000237567 ], [ -122.268271999879005, 37.824385000152837 ], [ -122.261996000096573, 37.823012000138917 ], [ -122.262099999853646, 37.823535999993254 ], [ -122.261375000130542, 37.826658999850928 ], [ -122.260841000203172, 37.828634000249409 ], [ -122.26020400034362, 37.831015999862643 ], [ -122.259988000433552, 37.831871000074806 ], [ -122.260192999574642, 37.834265000317728 ], [ -122.259516000430438, 37.836935000031254 ], [ -122.262360999969545, 37.837314000335077 ], [ -122.262292000372582, 37.837978000319438 ], [ -122.263878000261201, 37.837953000245591 ], [ -122.265630999656096, 37.837635999652889 ], [ -122.266494000369761, 37.833404999713139 ], [ -122.266895000227763, 37.831339000113971 ], [ -122.267828000363309, 37.827043999670032 ], [ -122.268300000366423, 37.826484999739918 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401200", "NAME": "Census Tract 4012", "state": "06", "county_fips": "001", "tract": "401200", "county_name": "Alameda County", "tot_pop_2050": 2577, "tot_pop_pov_det_2050": 2560, "tot_pop_civ_ni_2050": 2560, "tot_hh_2050": 1230, "pop_zvhhs_2050": 100, "tot_fam_2050": 530, "tot_pop_over5_2050": 2406, "pop_hus_rent50_2050": 141, "pop_minority_2050": 1049, "pop_over75_2050": 77, "pop_spfam_2050": 75, "pop_lep_2050": 26, "pop_below200_2050": 482, "pop_disability_2050": 164, "pct_minority_2050": 0.40706247574699261, "pct_over75_2050": 0.029879705083430345, "pct_spfam_2050": 0.14150943396226415, "pct_lep_2050": 0.010806317539484619, "pct_below200_2050": 0.18828125, "pct_disab_2050": 0.0640625, "pct_zvhhs_2050": 0.081300813008130079, "pct_hus_rent50_2050": 0.11463414634146342, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034968017057569002, "pct_minority_2040": 0.43027718550106608, "pct_spfam_2040": 0.13594470046082902, "pct_lep_2040": 0.012367491166078002, "pct_below200_2040": 0.20662935858803302, "pct_disab_2040": 0.07649092480553199, "pct_zvhhs_2040": 0.19110378912685302, "pct_hus_rent50_2040": 0.101781170483461, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262099999853646, 37.823535999993254 ], [ -122.261996000096573, 37.823012000138917 ], [ -122.260005999976926, 37.82242099967938 ], [ -122.258680000379272, 37.824514999659357 ], [ -122.256742000138132, 37.82762799965645 ], [ -122.256203000187881, 37.828483000103517 ], [ -122.254454999917542, 37.831252000306257 ], [ -122.252410000444598, 37.834542999888683 ], [ -122.256970999568679, 37.836493000109371 ], [ -122.259516000430438, 37.836935000031254 ], [ -122.260192999574642, 37.834265000317728 ], [ -122.259988000433552, 37.831871000074806 ], [ -122.26020400034362, 37.831015999862643 ], [ -122.260841000203172, 37.828634000249409 ], [ -122.261375000130542, 37.826658999850928 ], [ -122.262099999853646, 37.823535999993254 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401300", "NAME": "Census Tract 4013", "state": "06", "county_fips": "001", "tract": "401300", "county_name": "Alameda County", "tot_pop_2050": 3855, "tot_pop_pov_det_2050": 3563, "tot_pop_civ_ni_2050": 3563, "tot_hh_2050": 1804, "pop_zvhhs_2050": 601, "tot_fam_2050": 457, "tot_pop_over5_2050": 3768, "pop_hus_rent50_2050": 330, "pop_minority_2050": 2379, "pop_over75_2050": 286, "pop_spfam_2050": 78, "pop_lep_2050": 343, "pop_below200_2050": 1666, "pop_disability_2050": 605, "pct_minority_2050": 0.61712062256809341, "pct_over75_2050": 0.074189364461737989, "pct_spfam_2050": 0.17067833698030635, "pct_lep_2050": 0.091029723991507425, "pct_below200_2050": 0.46758349705304519, "pct_disab_2050": 0.16980072972214427, "pct_zvhhs_2050": 0.33314855875831484, "pct_hus_rent50_2050": 0.18292682926829268, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.068152031454784004, "pct_minority_2040": 0.75334207077326298, "pct_spfam_2040": 0.18637274549098201, "pct_lep_2040": 0.11265721166711301, "pct_below200_2040": 0.55530281489906197, "pct_disab_2040": 0.161619020662327, "pct_zvhhs_2040": 0.397959183673469, "pct_hus_rent50_2040": 0.18710089399744601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.273393999592983, 37.812722999798609 ], [ -122.272736999641936, 37.81261299979905 ], [ -122.269057999701474, 37.811958999656497 ], [ -122.266771000379208, 37.811552999985061 ], [ -122.263084000042809, 37.817448999909345 ], [ -122.260005999976926, 37.82242099967938 ], [ -122.261996000096573, 37.823012000138917 ], [ -122.268271999879005, 37.824385000152837 ], [ -122.26881099982927, 37.823102999665544 ], [ -122.268876000126596, 37.82311999993118 ], [ -122.269891000277909, 37.819487999869217 ], [ -122.27004100006576, 37.818893999984823 ], [ -122.271379000257255, 37.815030999711396 ], [ -122.273393999592983, 37.812722999798609 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401400", "NAME": "Census Tract 4014", "state": "06", "county_fips": "001", "tract": "401400", "county_name": "Alameda County", "tot_pop_2050": 4331, "tot_pop_pov_det_2050": 4331, "tot_pop_civ_ni_2050": 4331, "tot_hh_2050": 1576, "pop_zvhhs_2050": 429, "tot_fam_2050": 623, "tot_pop_over5_2050": 4229, "pop_hus_rent50_2050": 443, "pop_minority_2050": 3296, "pop_over75_2050": 223, "pop_spfam_2050": 79, "pop_lep_2050": 451, "pop_below200_2050": 2541, "pop_disability_2050": 906, "pct_minority_2050": 0.76102516739782955, "pct_over75_2050": 0.051489263449549766, "pct_spfam_2050": 0.12680577849117175, "pct_lep_2050": 0.10664459683140222, "pct_below200_2050": 0.58670053105518361, "pct_disab_2050": 0.20918956361117524, "pct_zvhhs_2050": 0.27220812182741122, "pct_hus_rent50_2050": 0.28109137055837563, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047707703048639007, "pct_minority_2040": 0.80754014428671206, "pct_spfam_2040": 0.31119791666666696, "pct_lep_2040": 0.114818449460255, "pct_below200_2040": 0.67734338200659494, "pct_disab_2040": 0.17919478706073999, "pct_zvhhs_2040": 0.32585844428871802, "pct_hus_rent50_2040": 0.35740072202166101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.27861099974146, 37.826877999933551 ], [ -122.277915000330694, 37.824623000090533 ], [ -122.277372000182481, 37.822934000151257 ], [ -122.276696999789777, 37.820883000123558 ], [ -122.276245999703079, 37.819477999889237 ], [ -122.276053000257534, 37.81886999969548 ], [ -122.275264999886957, 37.816451999915849 ], [ -122.274121999689086, 37.812828999849621 ], [ -122.273393999592983, 37.812722999798609 ], [ -122.271379000257255, 37.815030999711396 ], [ -122.27004100006576, 37.818893999984823 ], [ -122.269891000277909, 37.819487999869217 ], [ -122.268876000126596, 37.82311999993118 ], [ -122.26881099982927, 37.823102999665544 ], [ -122.268271999879005, 37.824385000152837 ], [ -122.268563000132147, 37.824462000237567 ], [ -122.27861099974146, 37.826877999933551 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401500", "NAME": "Census Tract 4015", "state": "06", "county_fips": "001", "tract": "401500", "county_name": "Alameda County", "tot_pop_2050": 2663, "tot_pop_pov_det_2050": 2663, "tot_pop_civ_ni_2050": 2663, "tot_hh_2050": 1080, "pop_zvhhs_2050": 347, "tot_fam_2050": 432, "tot_pop_over5_2050": 2579, "pop_hus_rent50_2050": 212, "pop_minority_2050": 1593, "pop_over75_2050": 83, "pop_spfam_2050": 117, "pop_lep_2050": 119, "pop_below200_2050": 1143, "pop_disability_2050": 555, "pct_minority_2050": 0.59819752159218931, "pct_over75_2050": 0.031167855801727377, "pct_spfam_2050": 0.27083333333333331, "pct_lep_2050": 0.046141915471112835, "pct_below200_2050": 0.42921517085993238, "pct_disab_2050": 0.2084115659031168, "pct_zvhhs_2050": 0.3212962962962963, "pct_hus_rent50_2050": 0.1962962962962963, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.055842327545753002, "pct_minority_2040": 0.60441107461285792, "pct_spfam_2040": 0.23155216284987301, "pct_lep_2040": 0.076587493940862991, "pct_below200_2040": 0.474425152510558, "pct_disab_2040": 0.14171750351947401, "pct_zvhhs_2040": 0.30157068062827197, "pct_hus_rent50_2040": 0.17025862068965497, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284939000300767, 37.822769000205867 ], [ -122.286226000438646, 37.821163000108129 ], [ -122.276053000257534, 37.81886999969548 ], [ -122.276245999703079, 37.819477999889237 ], [ -122.276696999789777, 37.820883000123558 ], [ -122.277372000182481, 37.822934000151257 ], [ -122.277915000330694, 37.824623000090533 ], [ -122.27861099974146, 37.826877999933551 ], [ -122.278707000000921, 37.82715100019562 ], [ -122.280889999566128, 37.827674999753263 ], [ -122.280949999840587, 37.827688999731024 ], [ -122.283642999942046, 37.824405999990383 ], [ -122.284939000300767, 37.822769000205867 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401600", "NAME": "Census Tract 4016", "state": "06", "county_fips": "001", "tract": "401600", "county_name": "Alameda County", "tot_pop_2050": 2269, "tot_pop_pov_det_2050": 2269, "tot_pop_civ_ni_2050": 2269, "tot_hh_2050": 868, "pop_zvhhs_2050": 157, "tot_fam_2050": 341, "tot_pop_over5_2050": 2166, "pop_hus_rent50_2050": 208, "pop_minority_2050": 1540, "pop_over75_2050": 43, "pop_spfam_2050": 137, "pop_lep_2050": 228, "pop_below200_2050": 989, "pop_disability_2050": 388, "pct_minority_2050": 0.67871308946672548, "pct_over75_2050": 0.01895107977082415, "pct_spfam_2050": 0.40175953079178878, "pct_lep_2050": 0.10526315789473684, "pct_below200_2050": 0.4358748347289555, "pct_disab_2050": 0.17100044072278536, "pct_zvhhs_2050": 0.18087557603686635, "pct_hus_rent50_2050": 0.23963133640552994, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020323084940073, "pct_minority_2040": 0.78634705575820696, "pct_spfam_2040": 0.46712802768166101, "pct_lep_2040": 0.090605892162311991, "pct_below200_2040": 0.66128191766545097, "pct_disab_2040": 0.22615945805106799, "pct_zvhhs_2040": 0.32171581769437002, "pct_hus_rent50_2040": 0.35774647887323902, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288424999897359, 37.818309999717769 ], [ -122.289670000202449, 37.817002000190207 ], [ -122.284023999708538, 37.815621999730787 ], [ -122.280236999813056, 37.814776999934118 ], [ -122.278681000061681, 37.814574000319247 ], [ -122.275858000263867, 37.813468000320825 ], [ -122.274121999689086, 37.812828999849621 ], [ -122.275264999886957, 37.816451999915849 ], [ -122.276053000257534, 37.81886999969548 ], [ -122.286226000438646, 37.821163000108129 ], [ -122.288424999897359, 37.818309999717769 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401700", "NAME": "Census Tract 4017", "state": "06", "county_fips": "001", "tract": "401700", "county_name": "Alameda County", "tot_pop_2050": 3002, "tot_pop_pov_det_2050": 2985, "tot_pop_civ_ni_2050": 2990, "tot_hh_2050": 1289, "pop_zvhhs_2050": 113, "tot_fam_2050": 588, "tot_pop_over5_2050": 2738, "pop_hus_rent50_2050": 86, "pop_minority_2050": 1981, "pop_over75_2050": 107, "pop_spfam_2050": 192, "pop_lep_2050": 107, "pop_below200_2050": 755, "pop_disability_2050": 335, "pct_minority_2050": 0.65989340439706867, "pct_over75_2050": 0.035642904730179878, "pct_spfam_2050": 0.32653061224489793, "pct_lep_2050": 0.039079620160701239, "pct_below200_2050": 0.2529313232830821, "pct_disab_2050": 0.11204013377926419, "pct_zvhhs_2050": 0.087664856477889838, "pct_hus_rent50_2050": 0.06671838634600466, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.017287744909720001, "pct_minority_2040": 0.76142912024587006, "pct_spfam_2040": 0.124705882352941, "pct_lep_2040": 0.068181818181817996, "pct_below200_2040": 0.41144832885132498, "pct_disab_2040": 0.085658914728682006, "pct_zvhhs_2040": 0.152542372881356, "pct_hus_rent50_2040": 0.21186440677966098, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.330368999701236, 37.820579999893923 ], [ -122.319197999985548, 37.819078000288009 ], [ -122.317295999729438, 37.816261000156111 ], [ -122.323237999601062, 37.810251999836375 ], [ -122.328607125849672, 37.810802621160931 ], [ -122.327802999821373, 37.807657999743078 ], [ -122.323932000260314, 37.807978999997609 ], [ -122.320197000243368, 37.809318000223428 ], [ -122.312214000198466, 37.808656999975284 ], [ -122.310768000051908, 37.808798000221877 ], [ -122.304866000363305, 37.807895999674187 ], [ -122.304026000114163, 37.80738799983483 ], [ -122.302385999798858, 37.807122999766676 ], [ -122.302011999705059, 37.808058000184552 ], [ -122.300211999556169, 37.810339000270204 ], [ -122.297753999631354, 37.813283000287875 ], [ -122.293994000398371, 37.811414999927479 ], [ -122.289669000377529, 37.816834999973665 ], [ -122.289670000202449, 37.817002000190207 ], [ -122.288424999897359, 37.818309999717769 ], [ -122.286226000438646, 37.821163000108129 ], [ -122.284939000300767, 37.822769000205867 ], [ -122.283642999942046, 37.824405999990383 ], [ -122.280949999840587, 37.827688999731024 ], [ -122.291029000310346, 37.830107000339616 ], [ -122.293390999975728, 37.830674000267294 ], [ -122.297181993780953, 37.831583183661799 ], [ -122.296618000004543, 37.828464999919802 ], [ -122.306125000013779, 37.826023999815376 ], [ -122.316108000224091, 37.827337999740308 ], [ -122.330368999701236, 37.820579999893923 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001401800", "NAME": "Census Tract 4018", "state": "06", "county_fips": "001", "tract": "401800", "county_name": "Alameda County", "tot_pop_2050": 1794, "tot_pop_pov_det_2050": 1794, "tot_pop_civ_ni_2050": 1794, "tot_hh_2050": 712, "pop_zvhhs_2050": 253, "tot_fam_2050": 307, "tot_pop_over5_2050": 1701, "pop_hus_rent50_2050": 107, "pop_minority_2050": 1209, "pop_over75_2050": 104, "pop_spfam_2050": 89, "pop_lep_2050": 69, "pop_below200_2050": 777, "pop_disability_2050": 200, "pct_minority_2050": 0.67391304347826086, "pct_over75_2050": 0.05797101449275361, "pct_spfam_2050": 0.28990228013029318, "pct_lep_2050": 0.040564373897707229, "pct_below200_2050": 0.43311036789297658, "pct_disab_2050": 0.11148272017837237, "pct_zvhhs_2050": 0.3553370786516854, "pct_hus_rent50_2050": 0.1502808988764045, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.044035674470456997, "pct_minority_2040": 0.81159420289855089, "pct_spfam_2040": 0.54107648725212498, "pct_lep_2040": 0.034744156664561009, "pct_below200_2040": 0.59977703455964293, "pct_disab_2040": 0.10813823857302099, "pct_zvhhs_2040": 0.325, "pct_hus_rent50_2040": 0.29071537290715399, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302011999705059, 37.808058000184552 ], [ -122.302385999798858, 37.807122999766676 ], [ -122.301846999848607, 37.806939000185743 ], [ -122.298256999596603, 37.806089000190291 ], [ -122.296665999685118, 37.808091999834723 ], [ -122.296400000444649, 37.808445999813046 ], [ -122.293994000398371, 37.811414999927479 ], [ -122.297753999631354, 37.813283000287875 ], [ -122.300211999556169, 37.810339000270204 ], [ -122.302011999705059, 37.808058000184552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402200", "NAME": "Census Tract 4022", "state": "06", "county_fips": "001", "tract": "402200", "county_name": "Alameda County", "tot_pop_2050": 2527, "tot_pop_pov_det_2050": 2515, "tot_pop_civ_ni_2050": 2527, "tot_hh_2050": 855, "pop_zvhhs_2050": 179, "tot_fam_2050": 454, "tot_pop_over5_2050": 2409, "pop_hus_rent50_2050": 149, "pop_minority_2050": 1855, "pop_over75_2050": 127, "pop_spfam_2050": 112, "pop_lep_2050": 310, "pop_below200_2050": 1275, "pop_disability_2050": 305, "pct_minority_2050": 0.73407202216066481, "pct_over75_2050": 0.050257222002374362, "pct_spfam_2050": 0.24669603524229075, "pct_lep_2050": 0.12868410128684102, "pct_below200_2050": 0.50695825049701793, "pct_disab_2050": 0.12069647803719825, "pct_zvhhs_2050": 0.2093567251461988, "pct_hus_rent50_2050": 0.17426900584795321, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.035977105478332001, "pct_minority_2040": 0.81193785772690086, "pct_spfam_2040": 0.30444964871194397, "pct_lep_2040": 0.150786713286713, "pct_below200_2040": 0.56702302631578894, "pct_disab_2040": 0.188062142273099, "pct_zvhhs_2040": 0.24501108647450101, "pct_hus_rent50_2040": 0.26159334126040401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304026000114163, 37.80738799983483 ], [ -122.304866000363305, 37.807895999674187 ], [ -122.3033390000259, 37.804684000173026 ], [ -122.300389000006504, 37.802656999773092 ], [ -122.296858000204054, 37.801921999710579 ], [ -122.291101000280378, 37.802526000015575 ], [ -122.290608000360891, 37.803783999905605 ], [ -122.293689999726453, 37.805079000143465 ], [ -122.292314999725008, 37.809156000348125 ], [ -122.28980200044694, 37.816155000065102 ], [ -122.289669000377529, 37.816834999973665 ], [ -122.293994000398371, 37.811414999927479 ], [ -122.296400000444649, 37.808445999813046 ], [ -122.296665999685118, 37.808091999834723 ], [ -122.298256999596603, 37.806089000190291 ], [ -122.301846999848607, 37.806939000185743 ], [ -122.302385999798858, 37.807122999766676 ], [ -122.304026000114163, 37.80738799983483 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402400", "NAME": "Census Tract 4024", "state": "06", "county_fips": "001", "tract": "402400", "county_name": "Alameda County", "tot_pop_2050": 2787, "tot_pop_pov_det_2050": 2768, "tot_pop_civ_ni_2050": 2768, "tot_hh_2050": 1209, "pop_zvhhs_2050": 362, "tot_fam_2050": 506, "tot_pop_over5_2050": 2635, "pop_hus_rent50_2050": 273, "pop_minority_2050": 2200, "pop_over75_2050": 173, "pop_spfam_2050": 169, "pop_lep_2050": 189, "pop_below200_2050": 1069, "pop_disability_2050": 459, "pct_minority_2050": 0.78937926085396481, "pct_over75_2050": 0.062073914603516328, "pct_spfam_2050": 0.33399209486166009, "pct_lep_2050": 0.071726755218216323, "pct_below200_2050": 0.38619942196531792, "pct_disab_2050": 0.16582369942196531, "pct_zvhhs_2050": 0.29942100909842845, "pct_hus_rent50_2050": 0.22580645161290319, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.059732958538299005, "pct_minority_2040": 0.84750527055516511, "pct_spfam_2040": 0.51408450704225395, "pct_lep_2040": 0.095274390243901996, "pct_below200_2040": 0.60832745236414998, "pct_disab_2040": 0.17325335215243501, "pct_zvhhs_2040": 0.34969325153374203, "pct_hus_rent50_2040": 0.27757685352622097, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.284023999708538, 37.815621999730787 ], [ -122.286207999996961, 37.809605999991554 ], [ -122.284008999639937, 37.809105999824205 ], [ -122.281484999592877, 37.808567999681003 ], [ -122.280964999909216, 37.80830100028377 ], [ -122.279921000343876, 37.811182999794475 ], [ -122.278681000061681, 37.814574000319247 ], [ -122.280236999813056, 37.814776999934118 ], [ -122.284023999708538, 37.815621999730787 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402500", "NAME": "Census Tract 4025", "state": "06", "county_fips": "001", "tract": "402500", "county_name": "Alameda County", "tot_pop_2050": 1786, "tot_pop_pov_det_2050": 1786, "tot_pop_civ_ni_2050": 1786, "tot_hh_2050": 708, "pop_zvhhs_2050": 382, "tot_fam_2050": 384, "tot_pop_over5_2050": 1524, "pop_hus_rent50_2050": 139, "pop_minority_2050": 1629, "pop_over75_2050": 10, "pop_spfam_2050": 231, "pop_lep_2050": 33, "pop_below200_2050": 1140, "pop_disability_2050": 335, "pct_minority_2050": 0.91209406494960799, "pct_over75_2050": 0.0055991041433370659, "pct_spfam_2050": 0.6015625, "pct_lep_2050": 0.021653543307086614, "pct_below200_2050": 0.63829787234042556, "pct_disab_2050": 0.18756998880179171, "pct_zvhhs_2050": 0.53954802259887003, "pct_hus_rent50_2050": 0.1963276836158192, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024096385542168999, "pct_minority_2040": 0.94656888423258201, "pct_spfam_2040": 0.575, "pct_lep_2040": 0.080931943592888009, "pct_below200_2040": 0.70822420115243578, "pct_disab_2040": 0.18019905709795697, "pct_zvhhs_2040": 0.44428772919605108, "pct_hus_rent50_2040": 0.24892703862660895, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287922999757029, 37.80485300030216 ], [ -122.288670000119751, 37.802755000127824 ], [ -122.286832000336034, 37.802684999989104 ], [ -122.283321999551674, 37.801699999823718 ], [ -122.282739999943715, 37.80367500014524 ], [ -122.280964999909216, 37.80830100028377 ], [ -122.281484999592877, 37.808567999681003 ], [ -122.284008999639937, 37.809105999824205 ], [ -122.286207999996961, 37.809605999991554 ], [ -122.287922999757029, 37.80485300030216 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402600", "NAME": "Census Tract 4026", "state": "06", "county_fips": "001", "tract": "402600", "county_name": "Alameda County", "tot_pop_2050": 1196, "tot_pop_pov_det_2050": 1196, "tot_pop_civ_ni_2050": 1196, "tot_hh_2050": 618, "pop_zvhhs_2050": 264, "tot_fam_2050": 251, "tot_pop_over5_2050": 1153, "pop_hus_rent50_2050": 147, "pop_minority_2050": 1013, "pop_over75_2050": 147, "pop_spfam_2050": 34, "pop_lep_2050": 397, "pop_below200_2050": 822, "pop_disability_2050": 287, "pct_minority_2050": 0.8469899665551841, "pct_over75_2050": 0.12290969899665552, "pct_spfam_2050": 0.13545816733067728, "pct_lep_2050": 0.34431916738941892, "pct_below200_2050": 0.68729096989966554, "pct_disab_2050": 0.23996655518394649, "pct_zvhhs_2050": 0.42718446601941751, "pct_hus_rent50_2050": 0.23786407766990289, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.16229348882410097, "pct_minority_2040": 0.89795918367346916, "pct_spfam_2040": 0.034782608695652001, "pct_lep_2040": 0.41507537688442209, "pct_below200_2040": 0.65111758989309998, "pct_disab_2040": 0.24295432458697799, "pct_zvhhs_2040": 0.44479004665629901, "pct_hus_rent50_2040": 0.168810289389068, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282739999943715, 37.80367500014524 ], [ -122.283321999551674, 37.801699999823718 ], [ -122.279686999992151, 37.800255999794032 ], [ -122.279563999968502, 37.800449000015249 ], [ -122.27597899973938, 37.806222000087082 ], [ -122.277121999937222, 37.806707000184133 ], [ -122.278677999688625, 37.807283999822346 ], [ -122.280964999909216, 37.80830100028377 ], [ -122.282739999943715, 37.80367500014524 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402700", "NAME": "Census Tract 4027", "state": "06", "county_fips": "001", "tract": "402700", "county_name": "Alameda County", "tot_pop_2050": 1842, "tot_pop_pov_det_2050": 1827, "tot_pop_civ_ni_2050": 1842, "tot_hh_2050": 682, "pop_zvhhs_2050": 163, "tot_fam_2050": 380, "tot_pop_over5_2050": 1798, "pop_hus_rent50_2050": 107, "pop_minority_2050": 1388, "pop_over75_2050": 53, "pop_spfam_2050": 81, "pop_lep_2050": 172, "pop_below200_2050": 645, "pop_disability_2050": 279, "pct_minority_2050": 0.75352877307274713, "pct_over75_2050": 0.028773072747014117, "pct_spfam_2050": 0.2131578947368421, "pct_lep_2050": 0.095661846496106803, "pct_below200_2050": 0.35303776683087029, "pct_disab_2050": 0.15146579804560262, "pct_zvhhs_2050": 0.23900293255131971, "pct_hus_rent50_2050": 0.15689149560117302, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.046751669702489, "pct_minority_2040": 0.76745598057073505, "pct_spfam_2040": 0.30996309963099605, "pct_lep_2040": 0.056074766355139992, "pct_below200_2040": 0.49287925696594392, "pct_disab_2040": 0.15968427443837302, "pct_zvhhs_2040": 0.36607142857142894, "pct_hus_rent50_2040": 0.31618759455370599, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.279921000343876, 37.811182999794475 ], [ -122.280964999909216, 37.80830100028377 ], [ -122.278677999688625, 37.807283999822346 ], [ -122.277121999937222, 37.806707000184133 ], [ -122.27597899973938, 37.806222000087082 ], [ -122.273352999585086, 37.810464999762402 ], [ -122.27366200027987, 37.811471000095075 ], [ -122.272736999641936, 37.81261299979905 ], [ -122.273393999592983, 37.812722999798609 ], [ -122.274121999689086, 37.812828999849621 ], [ -122.275858000263867, 37.813468000320825 ], [ -122.278681000061681, 37.814574000319247 ], [ -122.279921000343876, 37.811182999794475 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402800", "NAME": "Census Tract 4028", "state": "06", "county_fips": "001", "tract": "402800", "county_name": "Alameda County", "tot_pop_2050": 4639, "tot_pop_pov_det_2050": 4639, "tot_pop_civ_ni_2050": 4639, "tot_hh_2050": 2607, "pop_zvhhs_2050": 1225, "tot_fam_2050": 612, "tot_pop_over5_2050": 4517, "pop_hus_rent50_2050": 472, "pop_minority_2050": 3161, "pop_over75_2050": 273, "pop_spfam_2050": 129, "pop_lep_2050": 351, "pop_below200_2050": 2105, "pop_disability_2050": 1053, "pct_minority_2050": 0.68139685276999351, "pct_over75_2050": 0.058848889846949776, "pct_spfam_2050": 0.2107843137254902, "pct_lep_2050": 0.077706442328979414, "pct_below200_2050": 0.4537615865488252, "pct_disab_2050": 0.22698857512394915, "pct_zvhhs_2050": 0.46988876102800148, "pct_hus_rent50_2050": 0.18105101649405447, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.083964837829644992, "pct_minority_2040": 0.71809639284631699, "pct_spfam_2040": 0.104368932038835, "pct_lep_2040": 0.14579380139152401, "pct_below200_2040": 0.58598531211750293, "pct_disab_2040": 0.25023055640946801, "pct_zvhhs_2040": 0.524, "pct_hus_rent50_2040": 0.25089058524173002, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.27597899973938, 37.806222000087082 ], [ -122.273605000378467, 37.805295000231006 ], [ -122.271273999776952, 37.804360999669314 ], [ -122.266771000379208, 37.811552999985061 ], [ -122.269057999701474, 37.811958999656497 ], [ -122.272736999641936, 37.81261299979905 ], [ -122.27366200027987, 37.811471000095075 ], [ -122.273352999585086, 37.810464999762402 ], [ -122.27597899973938, 37.806222000087082 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001402900", "NAME": "Census Tract 4029", "state": "06", "county_fips": "001", "tract": "402900", "county_name": "Alameda County", "tot_pop_2050": 1427, "tot_pop_pov_det_2050": 1334, "tot_pop_civ_ni_2050": 1427, "tot_hh_2050": 899, "pop_zvhhs_2050": 509, "tot_fam_2050": 193, "tot_pop_over5_2050": 1417, "pop_hus_rent50_2050": 130, "pop_minority_2050": 1117, "pop_over75_2050": 174, "pop_spfam_2050": 46, "pop_lep_2050": 318, "pop_below200_2050": 702, "pop_disability_2050": 296, "pct_minority_2050": 0.7827610371408551, "pct_over75_2050": 0.12193412754029433, "pct_spfam_2050": 0.23834196891191711, "pct_lep_2050": 0.22441778405081159, "pct_below200_2050": 0.52623688155922044, "pct_disab_2050": 0.20742817098808689, "pct_zvhhs_2050": 0.56618464961067849, "pct_hus_rent50_2050": 0.1446051167964405, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.15225160829163698, "pct_minority_2040": 0.77340957827019308, "pct_spfam_2040": 0.040540540540541001, "pct_lep_2040": 0.31149927219796197, "pct_below200_2040": 0.54346182917611507, "pct_disab_2040": 0.23016440314510397, "pct_zvhhs_2040": 0.66666666666666696, "pct_hus_rent50_2040": 0.181102362204724, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.271273999776952, 37.804360999669314 ], [ -122.268798000308806, 37.803427000071416 ], [ -122.266458000384731, 37.802496999653165 ], [ -122.264777999886476, 37.805119000049586 ], [ -122.2660180001687, 37.806957999966976 ], [ -122.26316299968552, 37.808899000233062 ], [ -122.262463000076792, 37.810944999812151 ], [ -122.265420999593786, 37.811468000201209 ], [ -122.266771000379208, 37.811552999985061 ], [ -122.271273999776952, 37.804360999669314 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403000", "NAME": "Census Tract 4030", "state": "06", "county_fips": "001", "tract": "403000", "county_name": "Alameda County", "tot_pop_2050": 2969, "tot_pop_pov_det_2050": 2969, "tot_pop_civ_ni_2050": 2969, "tot_hh_2050": 1463, "pop_zvhhs_2050": 693, "tot_fam_2050": 751, "tot_pop_over5_2050": 2906, "pop_hus_rent50_2050": 265, "pop_minority_2050": 2801, "pop_over75_2050": 667, "pop_spfam_2050": 37, "pop_lep_2050": 1446, "pop_below200_2050": 1702, "pop_disability_2050": 750, "pct_minority_2050": 0.9434152913438868, "pct_over75_2050": 0.2246547659144493, "pct_spfam_2050": 0.049267643142476697, "pct_lep_2050": 0.49759119064005508, "pct_below200_2050": 0.57325698888514653, "pct_disab_2050": 0.2526103065005052, "pct_zvhhs_2050": 0.47368421052631582, "pct_hus_rent50_2050": 0.18113465481886531, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.31040064751112895, "pct_minority_2040": 0.93646297045730498, "pct_spfam_2040": 0.095914742451154014, "pct_lep_2040": 0.51449875724937888, "pct_below200_2040": 0.62161068393362995, "pct_disab_2040": 0.30675839740995497, "pct_zvhhs_2040": 0.57529239766081897, "pct_hus_rent50_2040": 0.21317829457364301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.274756999898813, 37.798832999941425 ], [ -122.275060999672434, 37.798320999655346 ], [ -122.270139999799923, 37.796523999686087 ], [ -122.269878999684011, 37.79693700006419 ], [ -122.26731199997927, 37.801080999703728 ], [ -122.266458000384731, 37.802496999653165 ], [ -122.268798000308806, 37.803427000071416 ], [ -122.271273999776952, 37.804360999669314 ], [ -122.274756999898813, 37.798832999941425 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403100", "NAME": "Census Tract 4031", "state": "06", "county_fips": "001", "tract": "403100", "county_name": "Alameda County", "tot_pop_2050": 1668, "tot_pop_pov_det_2050": 1287, "tot_pop_civ_ni_2050": 1300, "tot_hh_2050": 638, "pop_zvhhs_2050": 173, "tot_fam_2050": 306, "tot_pop_over5_2050": 1616, "pop_hus_rent50_2050": 130, "pop_minority_2050": 1292, "pop_over75_2050": 71, "pop_spfam_2050": 37, "pop_lep_2050": 347, "pop_below200_2050": 614, "pop_disability_2050": 245, "pct_minority_2050": 0.77458033573141483, "pct_over75_2050": 0.042565947242206234, "pct_spfam_2050": 0.12091503267973855, "pct_lep_2050": 0.2147277227722772, "pct_below200_2050": 0.477078477078477, "pct_disab_2050": 0.18846153846153849, "pct_zvhhs_2050": 0.2711598746081505, "pct_hus_rent50_2050": 0.20376175548589345, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047699214365880989, "pct_minority_2040": 0.734006734006734, "pct_spfam_2040": 0.039755351681957006, "pct_lep_2040": 0.22215743440233202, "pct_below200_2040": 0.36830835117772998, "pct_disab_2040": 0.15587188612099601, "pct_zvhhs_2040": 0.34532374100719399, "pct_hus_rent50_2040": 0.09717868338558, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.279563999968502, 37.800449000015249 ], [ -122.278536000296725, 37.799654000340219 ], [ -122.275060999672434, 37.798320999655346 ], [ -122.274756999898813, 37.798832999941425 ], [ -122.271273999776952, 37.804360999669314 ], [ -122.273605000378467, 37.805295000231006 ], [ -122.27597899973938, 37.806222000087082 ], [ -122.279563999968502, 37.800449000015249 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403300", "NAME": "Census Tract 4033", "state": "06", "county_fips": "001", "tract": "403300", "county_name": "Alameda County", "tot_pop_2050": 4240, "tot_pop_pov_det_2050": 4240, "tot_pop_civ_ni_2050": 4240, "tot_hh_2050": 2141, "pop_zvhhs_2050": 786, "tot_fam_2050": 843, "tot_pop_over5_2050": 4199, "pop_hus_rent50_2050": 288, "pop_minority_2050": 3250, "pop_over75_2050": 478, "pop_spfam_2050": 109, "pop_lep_2050": 1187, "pop_below200_2050": 1825, "pop_disability_2050": 835, "pct_minority_2050": 0.76650943396226412, "pct_over75_2050": 0.11273584905660378, "pct_spfam_2050": 0.12930011862396204, "pct_lep_2050": 0.28268635389378421, "pct_below200_2050": 0.43042452830188682, "pct_disab_2050": 0.19693396226415091, "pct_zvhhs_2050": 0.36711816907986922, "pct_hus_rent50_2050": 0.13451658103689865, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073447820343460993, "pct_minority_2040": 0.72602377807133411, "pct_spfam_2040": 0.044235924932976005, "pct_lep_2040": 0.28326996197718601, "pct_below200_2040": 0.34714475431606895, "pct_disab_2040": 0.107544141252006, "pct_zvhhs_2040": 0.24272770624702, "pct_hus_rent50_2040": 0.25163893091275802, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.272827000053596, 37.792219000072059 ], [ -122.274180000313748, 37.791327999847645 ], [ -122.268379999834039, 37.788027999794146 ], [ -122.262962999669, 37.791175000291382 ], [ -122.261326999551656, 37.793806999996121 ], [ -122.260806000043061, 37.795280000105919 ], [ -122.259576999631491, 37.796320000120367 ], [ -122.25949600033897, 37.796832000078631 ], [ -122.259554000065279, 37.798301000348502 ], [ -122.260416999880633, 37.798332999946666 ], [ -122.26375199986451, 37.799699999669812 ], [ -122.26731199997927, 37.801080999703728 ], [ -122.269878999684011, 37.79693700006419 ], [ -122.270139999799923, 37.796523999686087 ], [ -122.272827000053596, 37.792219000072059 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403400", "NAME": "Census Tract 4034", "state": "06", "county_fips": "001", "tract": "403400", "county_name": "Alameda County", "tot_pop_2050": 4617, "tot_pop_pov_det_2050": 4596, "tot_pop_civ_ni_2050": 4578, "tot_hh_2050": 2857, "pop_zvhhs_2050": 984, "tot_fam_2050": 837, "tot_pop_over5_2050": 4429, "pop_hus_rent50_2050": 344, "pop_minority_2050": 2745, "pop_over75_2050": 654, "pop_spfam_2050": 135, "pop_lep_2050": 541, "pop_below200_2050": 1201, "pop_disability_2050": 854, "pct_minority_2050": 0.59454191033138404, "pct_over75_2050": 0.14165042235217673, "pct_spfam_2050": 0.16129032258064516, "pct_lep_2050": 0.1221494694061865, "pct_below200_2050": 0.26131418624891212, "pct_disab_2050": 0.18654434250764529, "pct_zvhhs_2050": 0.34441722086104304, "pct_hus_rent50_2050": 0.12040602030101505, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13597798670029801, "pct_minority_2040": 0.67759688144920904, "pct_spfam_2040": 0.044642857142857005, "pct_lep_2040": 0.111917583704051, "pct_below200_2040": 0.45866912272622601, "pct_disab_2040": 0.148745107068846, "pct_zvhhs_2040": 0.38483446066215704, "pct_hus_rent50_2040": 0.23515715948777602, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.266458000384731, 37.802496999653165 ], [ -122.26731199997927, 37.801080999703728 ], [ -122.26375199986451, 37.799699999669812 ], [ -122.260416999880633, 37.798332999946666 ], [ -122.259554000065279, 37.798301000348502 ], [ -122.25780499997002, 37.79970400016569 ], [ -122.254505000146253, 37.800560999905031 ], [ -122.254468000336331, 37.801838000292271 ], [ -122.254073000326116, 37.802521000296593 ], [ -122.253447000337232, 37.803607999672202 ], [ -122.250596999876947, 37.805237000249804 ], [ -122.249148000255659, 37.808391000196437 ], [ -122.250468999830431, 37.808882000240843 ], [ -122.252773999594368, 37.808747000163791 ], [ -122.255535000366194, 37.807634000059288 ], [ -122.256157999982065, 37.809012000081808 ], [ -122.258548999959714, 37.809408000316019 ], [ -122.260212999666152, 37.810522999895696 ], [ -122.260590999957913, 37.810675999832995 ], [ -122.262463000076792, 37.810944999812151 ], [ -122.26316299968552, 37.808899000233062 ], [ -122.2660180001687, 37.806957999966976 ], [ -122.264777999886476, 37.805119000049586 ], [ -122.266458000384731, 37.802496999653165 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403501", "NAME": "Census Tract 4035.01", "state": "06", "county_fips": "001", "tract": "403501", "county_name": "Alameda County", "tot_pop_2050": 4644, "tot_pop_pov_det_2050": 4599, "tot_pop_civ_ni_2050": 4644, "tot_hh_2050": 2723, "pop_zvhhs_2050": 903, "tot_fam_2050": 777, "tot_pop_over5_2050": 4490, "pop_hus_rent50_2050": 363, "pop_minority_2050": 3143, "pop_over75_2050": 363, "pop_spfam_2050": 7, "pop_lep_2050": 595, "pop_below200_2050": 1982, "pop_disability_2050": 874, "pct_minority_2050": 0.67678725236864767, "pct_over75_2050": 0.078165374677002589, "pct_spfam_2050": 0.0090090090090090072, "pct_lep_2050": 0.13251670378619154, "pct_below200_2050": 0.43096325288106108, "pct_disab_2050": 0.18819982773471144, "pct_zvhhs_2050": 0.33161953727506432, "pct_hus_rent50_2050": 0.13330885053250091, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.118131256952169, "pct_minority_2040": 0.68186874304783107, "pct_spfam_2040": 0.27794117647058803, "pct_lep_2040": 0.126215840666975, "pct_below200_2040": 0.48743047830923208, "pct_disab_2040": 0.16484983314794197, "pct_zvhhs_2040": 0.26936973103171402, "pct_hus_rent50_2040": 0.21914981427981797, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.266771000379208, 37.811552999985061 ], [ -122.265420999593786, 37.811468000201209 ], [ -122.262463000076792, 37.810944999812151 ], [ -122.261494999781135, 37.813033999891431 ], [ -122.260033999566005, 37.814521000146108 ], [ -122.259039000404485, 37.815320999729735 ], [ -122.258656000089829, 37.81609199987863 ], [ -122.255131000135151, 37.819012000170297 ], [ -122.25402700029538, 37.818742999779062 ], [ -122.253679000140835, 37.819001000263221 ], [ -122.254479000206999, 37.819624999884589 ], [ -122.254566000245632, 37.821528000102496 ], [ -122.254946000187232, 37.822079999806562 ], [ -122.258680000379272, 37.824514999659357 ], [ -122.260005999976926, 37.82242099967938 ], [ -122.263084000042809, 37.817448999909345 ], [ -122.266771000379208, 37.811552999985061 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403502", "NAME": "Census Tract 4035.02", "state": "06", "county_fips": "001", "tract": "403502", "county_name": "Alameda County", "tot_pop_2050": 2035, "tot_pop_pov_det_2050": 2035, "tot_pop_civ_ni_2050": 2035, "tot_hh_2050": 1152, "pop_zvhhs_2050": 203, "tot_fam_2050": 384, "tot_pop_over5_2050": 1977, "pop_hus_rent50_2050": 185, "pop_minority_2050": 1089, "pop_over75_2050": 70, "pop_spfam_2050": 30, "pop_lep_2050": 120, "pop_below200_2050": 590, "pop_disability_2050": 207, "pct_minority_2050": 0.53513513513513511, "pct_over75_2050": 0.034398034398034398, "pct_spfam_2050": 0.078125, "pct_lep_2050": 0.060698027314112286, "pct_below200_2050": 0.28992628992628994, "pct_disab_2050": 0.10171990171990172, "pct_zvhhs_2050": 0.17621527777777779, "pct_hus_rent50_2050": 0.16059027777777779, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.019326065411297999, "pct_minority_2040": 0.47324083250743298, "pct_spfam_2040": 0.25648414985590801, "pct_lep_2040": 0.022567703109327996, "pct_below200_2040": 0.28493557978196199, "pct_disab_2040": 0.092170465807730001, "pct_zvhhs_2040": 0.17056856187291, "pct_hus_rent50_2040": 0.13636363636363599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.261494999781135, 37.813033999891431 ], [ -122.260867000142426, 37.812406000103834 ], [ -122.258892999916284, 37.813547000312603 ], [ -122.258086000177414, 37.814175000330351 ], [ -122.256049000202111, 37.815326999913857 ], [ -122.253388999712598, 37.816889999687291 ], [ -122.252807000104639, 37.817194000048737 ], [ -122.25402700029538, 37.818742999779062 ], [ -122.255131000135151, 37.819012000170297 ], [ -122.258656000089829, 37.81609199987863 ], [ -122.259039000404485, 37.815320999729735 ], [ -122.260033999566005, 37.814521000146108 ], [ -122.261494999781135, 37.813033999891431 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403600", "NAME": "Census Tract 4036", "state": "06", "county_fips": "001", "tract": "403600", "county_name": "Alameda County", "tot_pop_2050": 5252, "tot_pop_pov_det_2050": 5157, "tot_pop_civ_ni_2050": 5157, "tot_hh_2050": 2578, "pop_zvhhs_2050": 275, "tot_fam_2050": 839, "tot_pop_over5_2050": 4972, "pop_hus_rent50_2050": 333, "pop_minority_2050": 3360, "pop_over75_2050": 155, "pop_spfam_2050": 152, "pop_lep_2050": 296, "pop_below200_2050": 1453, "pop_disability_2050": 435, "pct_minority_2050": 0.63975628332063972, "pct_over75_2050": 0.02951256664127952, "pct_spfam_2050": 0.18116805721096546, "pct_lep_2050": 0.059533386967015288, "pct_below200_2050": 0.28175295714562731, "pct_disab_2050": 0.084351367073880162, "pct_zvhhs_2050": 0.10667183863460046, "pct_hus_rent50_2050": 0.1291698991466253, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036380172805820996, "pct_minority_2040": 0.66484765802637602, "pct_spfam_2040": 0.116244411326379, "pct_lep_2040": 0.021913805697590001, "pct_below200_2040": 0.23374504777441199, "pct_disab_2040": 0.07026143790849701, "pct_zvhhs_2040": 0.090724989874442996, "pct_hus_rent50_2040": 0.12686567164179099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.258086000177414, 37.814175000330351 ], [ -122.258892999916284, 37.813547000312603 ], [ -122.257051999759554, 37.812522000114249 ], [ -122.256414000075083, 37.810919999805257 ], [ -122.255388999878008, 37.810661000201065 ], [ -122.253026000387749, 37.810490999901191 ], [ -122.252557999684328, 37.81058000000683 ], [ -122.251462000240437, 37.810840999841439 ], [ -122.250061000299752, 37.811784999665136 ], [ -122.248598000434768, 37.810505000299699 ], [ -122.248008000430886, 37.811513000015466 ], [ -122.250190000171173, 37.813008999882214 ], [ -122.251451000369798, 37.816156999867388 ], [ -122.253679000140835, 37.819001000263221 ], [ -122.25402700029538, 37.818742999779062 ], [ -122.252807000104639, 37.817194000048737 ], [ -122.253388999712598, 37.816889999687291 ], [ -122.256049000202111, 37.815326999913857 ], [ -122.258086000177414, 37.814175000330351 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403701", "NAME": "Census Tract 4037.01", "state": "06", "county_fips": "001", "tract": "403701", "county_name": "Alameda County", "tot_pop_2050": 2795, "tot_pop_pov_det_2050": 2757, "tot_pop_civ_ni_2050": 2757, "tot_hh_2050": 1767, "pop_zvhhs_2050": 428, "tot_fam_2050": 300, "tot_pop_over5_2050": 2780, "pop_hus_rent50_2050": 343, "pop_minority_2050": 1410, "pop_over75_2050": 351, "pop_spfam_2050": 18, "pop_lep_2050": 49, "pop_below200_2050": 540, "pop_disability_2050": 440, "pct_minority_2050": 0.50447227191413235, "pct_over75_2050": 0.12558139534883722, "pct_spfam_2050": 0.06, "pct_lep_2050": 0.017625899280575539, "pct_below200_2050": 0.19586507072905326, "pct_disab_2050": 0.15959376133478415, "pct_zvhhs_2050": 0.24221844934917941, "pct_hus_rent50_2050": 0.19411431805319751, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.138697937727457, "pct_minority_2040": 0.45248685806712502, "pct_spfam_2040": 0.10726643598615899, "pct_lep_2040": 0.0090834021469860006, "pct_below200_2040": 0.18867924528301899, "pct_disab_2040": 0.15545529122231302, "pct_zvhhs_2040": 0.30832841110454806, "pct_hus_rent50_2040": 0.11612515042117899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.261494999781135, 37.813033999891431 ], [ -122.262463000076792, 37.810944999812151 ], [ -122.260590999957913, 37.810675999832995 ], [ -122.260212999666152, 37.810522999895696 ], [ -122.258548999959714, 37.809408000316019 ], [ -122.256157999982065, 37.809012000081808 ], [ -122.255388999878008, 37.810661000201065 ], [ -122.256414000075083, 37.810919999805257 ], [ -122.257051999759554, 37.812522000114249 ], [ -122.258892999916284, 37.813547000312603 ], [ -122.260867000142426, 37.812406000103834 ], [ -122.261494999781135, 37.813033999891431 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403702", "NAME": "Census Tract 4037.02", "state": "06", "county_fips": "001", "tract": "403702", "county_name": "Alameda County", "tot_pop_2050": 1898, "tot_pop_pov_det_2050": 1898, "tot_pop_civ_ni_2050": 1898, "tot_hh_2050": 1091, "pop_zvhhs_2050": 190, "tot_fam_2050": 321, "tot_pop_over5_2050": 1836, "pop_hus_rent50_2050": 150, "pop_minority_2050": 904, "pop_over75_2050": 109, "pop_spfam_2050": 37, "pop_lep_2050": 120, "pop_below200_2050": 435, "pop_disability_2050": 170, "pct_minority_2050": 0.47629083245521597, "pct_over75_2050": 0.057428872497365648, "pct_spfam_2050": 0.11526479750778815, "pct_lep_2050": 0.06535947712418301, "pct_below200_2050": 0.22918861959957851, "pct_disab_2050": 0.08956796628029505, "pct_zvhhs_2050": 0.17415215398716774, "pct_hus_rent50_2050": 0.13748854262144822, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041535226077812994, "pct_minority_2040": 0.35173501577287103, "pct_spfam_2040": 0.080939947780678992, "pct_lep_2040": 0.0097244732576990001, "pct_below200_2040": 0.15509989484752898, "pct_disab_2040": 0.067823343848580006, "pct_zvhhs_2040": 0.15901060070671399, "pct_hus_rent50_2040": 0.10873440285205001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.256157999982065, 37.809012000081808 ], [ -122.255535000366194, 37.807634000059288 ], [ -122.252773999594368, 37.808747000163791 ], [ -122.250468999830431, 37.808882000240843 ], [ -122.249148000255659, 37.808391000196437 ], [ -122.246702000026445, 37.809702999653211 ], [ -122.246503999659723, 37.809841000071678 ], [ -122.248598000434768, 37.810505000299699 ], [ -122.250061000299752, 37.811784999665136 ], [ -122.251462000240437, 37.810840999841439 ], [ -122.252557999684328, 37.81058000000683 ], [ -122.253026000387749, 37.810490999901191 ], [ -122.255388999878008, 37.810661000201065 ], [ -122.256157999982065, 37.809012000081808 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403800", "NAME": "Census Tract 4038", "state": "06", "county_fips": "001", "tract": "403800", "county_name": "Alameda County", "tot_pop_2050": 3343, "tot_pop_pov_det_2050": 3343, "tot_pop_civ_ni_2050": 3343, "tot_hh_2050": 1826, "pop_zvhhs_2050": 118, "tot_fam_2050": 666, "tot_pop_over5_2050": 3170, "pop_hus_rent50_2050": 224, "pop_minority_2050": 1055, "pop_over75_2050": 84, "pop_spfam_2050": 22, "pop_lep_2050": 46, "pop_below200_2050": 300, "pop_disability_2050": 185, "pct_minority_2050": 0.31558480406820222, "pct_over75_2050": 0.025127131319174399, "pct_spfam_2050": 0.033033033033033031, "pct_lep_2050": 0.014511041009463722, "pct_below200_2050": 0.089739754711337119, "pct_disab_2050": 0.055339515405324564, "pct_zvhhs_2050": 0.064622124863088715, "pct_hus_rent50_2050": 0.12267250821467687, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041678726483357006, "pct_minority_2040": 0.36700434153400896, "pct_spfam_2040": 0.040114613180515998, "pct_lep_2040": 0.019312009656005002, "pct_below200_2040": 0.11027496382054999, "pct_disab_2040": 0.060781476121562997, "pct_zvhhs_2040": 0.050772626931567005, "pct_hus_rent50_2040": 0.073512906846239998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.248008000430886, 37.811513000015466 ], [ -122.248598000434768, 37.810505000299699 ], [ -122.246503999659723, 37.809841000071678 ], [ -122.243289000224749, 37.811055000167698 ], [ -122.242275999723262, 37.811565000255577 ], [ -122.241100999738364, 37.812759999981012 ], [ -122.239027999778017, 37.814280999716033 ], [ -122.238144000046276, 37.815118000191362 ], [ -122.232012000203881, 37.814329999648379 ], [ -122.233001000415925, 37.816114999750155 ], [ -122.233295999968718, 37.816492000048186 ], [ -122.235712999885649, 37.817042000024472 ], [ -122.239021000105311, 37.817592000160893 ], [ -122.239309999810331, 37.817841000086602 ], [ -122.243480999845374, 37.818659000334449 ], [ -122.244205999568479, 37.819033999979524 ], [ -122.244721999952489, 37.819119000277645 ], [ -122.245076999779755, 37.818002000189921 ], [ -122.246323999734656, 37.814303000225543 ], [ -122.246642999576864, 37.813776000314107 ], [ -122.248008000430886, 37.811513000015466 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001403900", "NAME": "Census Tract 4039", "state": "06", "county_fips": "001", "tract": "403900", "county_name": "Alameda County", "tot_pop_2050": 4020, "tot_pop_pov_det_2050": 4020, "tot_pop_civ_ni_2050": 4020, "tot_hh_2050": 2143, "pop_zvhhs_2050": 95, "tot_fam_2050": 602, "tot_pop_over5_2050": 3908, "pop_hus_rent50_2050": 224, "pop_minority_2050": 1810, "pop_over75_2050": 214, "pop_spfam_2050": 69, "pop_lep_2050": 82, "pop_below200_2050": 994, "pop_disability_2050": 600, "pct_minority_2050": 0.45024875621890548, "pct_over75_2050": 0.053233830845771136, "pct_spfam_2050": 0.11461794019933555, "pct_lep_2050": 0.020982599795291709, "pct_below200_2050": 0.24726368159203979, "pct_disab_2050": 0.14925373134328354, "pct_zvhhs_2050": 0.044330377974801681, "pct_hus_rent50_2050": 0.10452636490900606, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085921843687375002, "pct_minority_2040": 0.51377755511022094, "pct_spfam_2040": 0.24401913875598102, "pct_lep_2040": 0.029780128026719001, "pct_below200_2040": 0.240960809102402, "pct_disab_2040": 0.10103300579491099, "pct_zvhhs_2040": 0.085573476702509005, "pct_hus_rent50_2040": 0.18724373576309805, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.252475999668533, 37.819885999676323 ], [ -122.253679000140835, 37.819001000263221 ], [ -122.251451000369798, 37.816156999867388 ], [ -122.250190000171173, 37.813008999882214 ], [ -122.248008000430886, 37.811513000015466 ], [ -122.246642999576864, 37.813776000314107 ], [ -122.246323999734656, 37.814303000225543 ], [ -122.245076999779755, 37.818002000189921 ], [ -122.244721999952489, 37.819119000277645 ], [ -122.245204999826257, 37.819393999861823 ], [ -122.247573000237722, 37.821569000150426 ], [ -122.251930999870495, 37.820247000216298 ], [ -122.252475999668533, 37.819885999676323 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404000", "NAME": "Census Tract 4040", "state": "06", "county_fips": "001", "tract": "404000", "county_name": "Alameda County", "tot_pop_2050": 2998, "tot_pop_pov_det_2050": 2998, "tot_pop_civ_ni_2050": 2998, "tot_hh_2050": 1691, "pop_zvhhs_2050": 102, "tot_fam_2050": 682, "tot_pop_over5_2050": 2920, "pop_hus_rent50_2050": 128, "pop_minority_2050": 1226, "pop_over75_2050": 99, "pop_spfam_2050": 54, "pop_lep_2050": 43, "pop_below200_2050": 502, "pop_disability_2050": 329, "pct_minority_2050": 0.408939292861908, "pct_over75_2050": 0.033022014676450967, "pct_spfam_2050": 0.079178885630498519, "pct_lep_2050": 0.014726027397260274, "pct_below200_2050": 0.16744496330887254, "pct_disab_2050": 0.10973982655103402, "pct_zvhhs_2050": 0.060319337670017736, "pct_hus_rent50_2050": 0.075694855115316387, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029233511586452997, "pct_minority_2040": 0.385383244206774, "pct_spfam_2040": 0.1875, "pct_lep_2040": 0.0, "pct_below200_2040": 0.193745506829619, "pct_disab_2040": 0.09530634181297, "pct_zvhhs_2040": 0.13128834355828201, "pct_hus_rent50_2040": 0.077619663648124004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.256742000138132, 37.82762799965645 ], [ -122.258680000379272, 37.824514999659357 ], [ -122.254946000187232, 37.822079999806562 ], [ -122.254566000245632, 37.821528000102496 ], [ -122.254479000206999, 37.819624999884589 ], [ -122.253679000140835, 37.819001000263221 ], [ -122.252475999668533, 37.819885999676323 ], [ -122.251930999870495, 37.820247000216298 ], [ -122.247573000237722, 37.821569000150426 ], [ -122.249390000105009, 37.822845999847836 ], [ -122.249294999670454, 37.823721999675207 ], [ -122.250981000016495, 37.823406999984307 ], [ -122.253356999925572, 37.825163999654556 ], [ -122.253440999591149, 37.825715000065436 ], [ -122.256742000138132, 37.82762799965645 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404101", "NAME": "Census Tract 4041.01", "state": "06", "county_fips": "001", "tract": "404101", "county_name": "Alameda County", "tot_pop_2050": 3088, "tot_pop_pov_det_2050": 3086, "tot_pop_civ_ni_2050": 3086, "tot_hh_2050": 1710, "pop_zvhhs_2050": 333, "tot_fam_2050": 650, "tot_pop_over5_2050": 2934, "pop_hus_rent50_2050": 163, "pop_minority_2050": 1153, "pop_over75_2050": 274, "pop_spfam_2050": 48, "pop_lep_2050": 3, "pop_below200_2050": 306, "pop_disability_2050": 380, "pct_minority_2050": 0.37338082901554398, "pct_over75_2050": 0.088730569948186525, "pct_spfam_2050": 0.073846153846153853, "pct_lep_2050": 0.0010224948875255623, "pct_below200_2050": 0.099157485418016833, "pct_disab_2050": 0.12313674659753725, "pct_zvhhs_2050": 0.19473684210526315, "pct_hus_rent50_2050": 0.095321637426900599, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.069048436963243004, "pct_minority_2040": 0.25592579869460697, "pct_spfam_2040": 0.098181818181818009, "pct_lep_2040": 0.014781966001478001, "pct_below200_2040": 0.18385650224215197, "pct_disab_2040": 0.082559339525283992, "pct_zvhhs_2040": 0.18761609907120702, "pct_hus_rent50_2040": 0.13957934990439799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.254454999917542, 37.831252000306257 ], [ -122.256203000187881, 37.828483000103517 ], [ -122.252453000102321, 37.826373000144706 ], [ -122.251201999949458, 37.827300000019193 ], [ -122.249353000295088, 37.828701000008429 ], [ -122.247605000024748, 37.826763000243353 ], [ -122.247680000367808, 37.826241000124739 ], [ -122.245475999987917, 37.827537999779949 ], [ -122.24335799982174, 37.829832999945488 ], [ -122.243288000399858, 37.830063000220576 ], [ -122.246963999967264, 37.833075000160889 ], [ -122.248742000374804, 37.831713999897246 ], [ -122.250523000257104, 37.833667999763456 ], [ -122.252410000444598, 37.834542999888683 ], [ -122.254454999917542, 37.831252000306257 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404102", "NAME": "Census Tract 4041.02", "state": "06", "county_fips": "001", "tract": "404102", "county_name": "Alameda County", "tot_pop_2050": 2605, "tot_pop_pov_det_2050": 2474, "tot_pop_civ_ni_2050": 2451, "tot_hh_2050": 1591, "pop_zvhhs_2050": 425, "tot_fam_2050": 435, "tot_pop_over5_2050": 2465, "pop_hus_rent50_2050": 273, "pop_minority_2050": 806, "pop_over75_2050": 555, "pop_spfam_2050": 3, "pop_lep_2050": 207, "pop_below200_2050": 609, "pop_disability_2050": 504, "pct_minority_2050": 0.30940499040307107, "pct_over75_2050": 0.21305182341650672, "pct_spfam_2050": 0.0068965517241379309, "pct_lep_2050": 0.083975659229208924, "pct_below200_2050": 0.24616006467259499, "pct_disab_2050": 0.20563035495716034, "pct_zvhhs_2050": 0.26712759270898812, "pct_hus_rent50_2050": 0.17159019484600879, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.16367980884109901, "pct_minority_2040": 0.41895659099960209, "pct_spfam_2040": 0.047058823529412, "pct_lep_2040": 0.049321824907522009, "pct_below200_2040": 0.19222644697929897, "pct_disab_2040": 0.170042194092827, "pct_zvhhs_2040": 0.181286549707602, "pct_hus_rent50_2040": 0.129349967170059, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.256203000187881, 37.828483000103517 ], [ -122.256742000138132, 37.82762799965645 ], [ -122.253440999591149, 37.825715000065436 ], [ -122.253356999925572, 37.825163999654556 ], [ -122.250981000016495, 37.823406999984307 ], [ -122.249294999670454, 37.823721999675207 ], [ -122.248118000035745, 37.824814999993649 ], [ -122.247680000367808, 37.826241000124739 ], [ -122.247605000024748, 37.826763000243353 ], [ -122.249353000295088, 37.828701000008429 ], [ -122.251201999949458, 37.827300000019193 ], [ -122.252453000102321, 37.826373000144706 ], [ -122.256203000187881, 37.828483000103517 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404200", "NAME": "Census Tract 4042", "state": "06", "county_fips": "001", "tract": "404200", "county_name": "Alameda County", "tot_pop_2050": 3849, "tot_pop_pov_det_2050": 3666, "tot_pop_civ_ni_2050": 3849, "tot_hh_2050": 1328, "pop_zvhhs_2050": 27, "tot_fam_2050": 984, "tot_pop_over5_2050": 3594, "pop_hus_rent50_2050": 36, "pop_minority_2050": 1427, "pop_over75_2050": 281, "pop_spfam_2050": 77, "pop_lep_2050": 44, "pop_below200_2050": 255, "pop_disability_2050": 270, "pct_minority_2050": 0.37074564822031697, "pct_over75_2050": 0.07300597557807223, "pct_spfam_2050": 0.078252032520325199, "pct_lep_2050": 0.012242626599888704, "pct_below200_2050": 0.069558101472995071, "pct_disab_2050": 0.070148090413094305, "pct_zvhhs_2050": 0.020331325301204819, "pct_hus_rent50_2050": 0.02710843373493976, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064901047729919004, "pct_minority_2040": 0.360884749708964, "pct_spfam_2040": 0.066521264994547011, "pct_lep_2040": 0.01828890266584, "pct_below200_2040": 0.070774862721171991, "pct_disab_2040": 0.061990686845169, "pct_zvhhs_2040": 0.038639876352396005, "pct_hus_rent50_2040": 0.038221528861154, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.250810000312285, 37.837135000306979 ], [ -122.252410000444598, 37.834542999888683 ], [ -122.250523000257104, 37.833667999763456 ], [ -122.248742000374804, 37.831713999897246 ], [ -122.246963999967264, 37.833075000160889 ], [ -122.243288000399858, 37.830063000220576 ], [ -122.241087000392966, 37.830438999811143 ], [ -122.237047999704089, 37.830823000072165 ], [ -122.237127000245124, 37.831032000024777 ], [ -122.2324940002527, 37.83168600004737 ], [ -122.229148000398197, 37.833144000195759 ], [ -122.227461000227237, 37.832506000168706 ], [ -122.227272000081356, 37.832810000064605 ], [ -122.224455999956248, 37.830255999870488 ], [ -122.221884000228641, 37.832504000099874 ], [ -122.218515999734478, 37.832938999954585 ], [ -122.217099999725164, 37.832757999891108 ], [ -122.219672000351082, 37.836392000251436 ], [ -122.222686999769522, 37.838895000350433 ], [ -122.22482699967702, 37.841683000018079 ], [ -122.227241999944141, 37.842927000281108 ], [ -122.231442000291466, 37.842733000187444 ], [ -122.235353999860436, 37.842230999733793 ], [ -122.236608000386369, 37.841097000068388 ], [ -122.237969000144105, 37.840911999766199 ], [ -122.239456000298503, 37.840896999893928 ], [ -122.249350999746966, 37.837189000174909 ], [ -122.250810000312285, 37.837135000306979 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404300", "NAME": "Census Tract 4043", "state": "06", "county_fips": "001", "tract": "404300", "county_name": "Alameda County", "tot_pop_2050": 3437, "tot_pop_pov_det_2050": 3437, "tot_pop_civ_ni_2050": 3437, "tot_hh_2050": 1283, "pop_zvhhs_2050": 29, "tot_fam_2050": 955, "tot_pop_over5_2050": 3178, "pop_hus_rent50_2050": 16, "pop_minority_2050": 1244, "pop_over75_2050": 180, "pop_spfam_2050": 59, "pop_lep_2050": 52, "pop_below200_2050": 85, "pop_disability_2050": 219, "pct_minority_2050": 0.36194355542624379, "pct_over75_2050": 0.052371254000581902, "pct_spfam_2050": 0.061780104712041886, "pct_lep_2050": 0.016362492133417242, "pct_below200_2050": 0.024730869944719232, "pct_disab_2050": 0.063718359034041314, "pct_zvhhs_2050": 0.02260327357755261, "pct_hus_rent50_2050": 0.012470771628994544, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088709677419354996, "pct_minority_2040": 0.31660692951015501, "pct_spfam_2040": 0.041811846689896001, "pct_lep_2040": 0.019035532994923998, "pct_below200_2040": 0.079749103942652014, "pct_disab_2040": 0.060931899641577005, "pct_zvhhs_2040": 0.028417818740399, "pct_hus_rent50_2040": 0.012509773260360001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.250810000312285, 37.837135000306979 ], [ -122.249350999746966, 37.837189000174909 ], [ -122.239456000298503, 37.840896999893928 ], [ -122.237969000144105, 37.840911999766199 ], [ -122.236608000386369, 37.841097000068388 ], [ -122.235353999860436, 37.842230999733793 ], [ -122.231442000291466, 37.842733000187444 ], [ -122.227241999944141, 37.842927000281108 ], [ -122.22482699967702, 37.841683000018079 ], [ -122.227559000136523, 37.845474000121307 ], [ -122.228002999652219, 37.848243999750942 ], [ -122.230345999949307, 37.84889200010317 ], [ -122.234084000339294, 37.852517999781632 ], [ -122.234184999723325, 37.852542999883433 ], [ -122.241914000223318, 37.85190900004568 ], [ -122.242427000234301, 37.850832999907851 ], [ -122.244044000085069, 37.850256999670094 ], [ -122.243322999661629, 37.849072000136161 ], [ -122.243716000022005, 37.848512999708362 ], [ -122.244188000025133, 37.847912999724976 ], [ -122.245395999621991, 37.845797999702349 ], [ -122.248129999731319, 37.841391999743713 ], [ -122.250810000312285, 37.837135000306979 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404400", "NAME": "Census Tract 4044", "state": "06", "county_fips": "001", "tract": "404400", "county_name": "Alameda County", "tot_pop_2050": 5475, "tot_pop_pov_det_2050": 5460, "tot_pop_civ_ni_2050": 5475, "tot_hh_2050": 2321, "pop_zvhhs_2050": 46, "tot_fam_2050": 1413, "tot_pop_over5_2050": 5220, "pop_hus_rent50_2050": 13, "pop_minority_2050": 1770, "pop_over75_2050": 385, "pop_spfam_2050": 91, "pop_lep_2050": 42, "pop_below200_2050": 551, "pop_disability_2050": 306, "pct_minority_2050": 0.32328767123287672, "pct_over75_2050": 0.07031963470319634, "pct_spfam_2050": 0.064401981599433819, "pct_lep_2050": 0.0080459770114942528, "pct_below200_2050": 0.10091575091575093, "pct_disab_2050": 0.05589041095890411, "pct_zvhhs_2050": 0.019819043515725981, "pct_hus_rent50_2050": 0.0056010340370529956, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031031807602793001, "pct_minority_2040": 0.36307214895267603, "pct_spfam_2040": 0.15408320493066299, "pct_lep_2040": 0.015189346650021002, "pct_below200_2040": 0.076289468523240006, "pct_disab_2040": 0.041197046249514001, "pct_zvhhs_2040": 0.016726943942133997, "pct_hus_rent50_2040": 0.01139990880073, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.231290999780427, 37.850839000041859 ], [ -122.234084000339294, 37.852517999781632 ], [ -122.230345999949307, 37.84889200010317 ], [ -122.228002999652219, 37.848243999750942 ], [ -122.227559000136523, 37.845474000121307 ], [ -122.22482699967702, 37.841683000018079 ], [ -122.222686999769522, 37.838895000350433 ], [ -122.219672000351082, 37.836392000251436 ], [ -122.217099999725164, 37.832757999891108 ], [ -122.215625999989527, 37.832113999835634 ], [ -122.215196999644121, 37.831688999829055 ], [ -122.214548000089025, 37.832792999902729 ], [ -122.212327999815571, 37.834442000198869 ], [ -122.211028999982133, 37.837762000082954 ], [ -122.210683000375724, 37.838759999826735 ], [ -122.209187000000455, 37.841521000233762 ], [ -122.206703999961292, 37.841773999929188 ], [ -122.20249000026854, 37.843453999890279 ], [ -122.198688000304443, 37.843562999795779 ], [ -122.195287000198334, 37.84281699989576 ], [ -122.195273999779545, 37.843586999857493 ], [ -122.200678000424119, 37.847589000215031 ], [ -122.204093999700504, 37.851386999814686 ], [ -122.208485999668511, 37.851689999791375 ], [ -122.210977999928502, 37.854526000302357 ], [ -122.212379999694107, 37.85723399984785 ], [ -122.213583999991329, 37.855977000291617 ], [ -122.2167370004003, 37.856199000072216 ], [ -122.219349000310899, 37.857727999922083 ], [ -122.21937100005222, 37.859412999655568 ], [ -122.221079999964502, 37.860113999803275 ], [ -122.222620999647276, 37.857710999829486 ], [ -122.221608999869019, 37.855291000303879 ], [ -122.223450999850655, 37.855109999766938 ], [ -122.224046999702324, 37.853575000319303 ], [ -122.223559999630609, 37.852172000084032 ], [ -122.224195999665255, 37.851015999872729 ], [ -122.226748000199706, 37.849961999989219 ], [ -122.231290999780427, 37.850839000041859 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404501", "NAME": "Census Tract 4045.01", "state": "06", "county_fips": "001", "tract": "404501", "county_name": "Alameda County", "tot_pop_2050": 1795, "tot_pop_pov_det_2050": 1795, "tot_pop_civ_ni_2050": 1795, "tot_hh_2050": 679, "pop_zvhhs_2050": 4, "tot_fam_2050": 521, "tot_pop_over5_2050": 1693, "pop_hus_rent50_2050": 6, "pop_minority_2050": 615, "pop_over75_2050": 138, "pop_spfam_2050": 28, "pop_lep_2050": 21, "pop_below200_2050": 70, "pop_disability_2050": 133, "pct_minority_2050": 0.3426183844011142, "pct_over75_2050": 0.076880222841225629, "pct_spfam_2050": 0.053742802303262963, "pct_lep_2050": 0.012404016538688721, "pct_below200_2050": 0.038997214484679667, "pct_disab_2050": 0.074094707520891381, "pct_zvhhs_2050": 0.0058910162002945507, "pct_hus_rent50_2050": 0.008836524300441826, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.08038768529076401, "pct_minority_2040": 0.27251995438996601, "pct_spfam_2040": 0.053956834532374001, "pct_lep_2040": 0.013067828251399998, "pct_below200_2040": 0.033908045977011005, "pct_disab_2040": 0.039338654503990995, "pct_zvhhs_2040": 0.026315789473683997, "pct_hus_rent50_2040": 0.023391812865496998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.224455999956248, 37.830255999870488 ], [ -122.222304000353176, 37.828360999797518 ], [ -122.222100000138681, 37.827246000008365 ], [ -122.221720000197109, 37.826912999896244 ], [ -122.220705000045768, 37.825369000210699 ], [ -122.212238000302207, 37.819907000084363 ], [ -122.210177999862339, 37.81861300004055 ], [ -122.208834999647948, 37.819555000126073 ], [ -122.2073650001103, 37.821647000161484 ], [ -122.212634000137342, 37.828089999943238 ], [ -122.215780999800216, 37.831260000007411 ], [ -122.215196999644121, 37.831688999829055 ], [ -122.215625999989527, 37.832113999835634 ], [ -122.217099999725164, 37.832757999891108 ], [ -122.218515999734478, 37.832938999954585 ], [ -122.221884000228641, 37.832504000099874 ], [ -122.224455999956248, 37.830255999870488 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404502", "NAME": "Census Tract 4045.02", "state": "06", "county_fips": "001", "tract": "404502", "county_name": "Alameda County", "tot_pop_2050": 6070, "tot_pop_pov_det_2050": 6070, "tot_pop_civ_ni_2050": 6070, "tot_hh_2050": 2483, "pop_zvhhs_2050": 57, "tot_fam_2050": 1806, "tot_pop_over5_2050": 5615, "pop_hus_rent50_2050": 17, "pop_minority_2050": 1765, "pop_over75_2050": 463, "pop_spfam_2050": 128, "pop_lep_2050": 38, "pop_below200_2050": 64, "pop_disability_2050": 491, "pct_minority_2050": 0.29077429983525538, "pct_over75_2050": 0.076276771004942345, "pct_spfam_2050": 0.070874861572535988, "pct_lep_2050": 0.0067675868210151386, "pct_below200_2050": 0.010543657331136738, "pct_disab_2050": 0.080889621087314664, "pct_zvhhs_2050": 0.022956101490132903, "pct_hus_rent50_2050": 0.00684655658477648, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061304105517369006, "pct_minority_2040": 0.22366710013003896, "pct_spfam_2040": 0.085975609756097998, "pct_lep_2040": 0.0023971234518579999, "pct_below200_2040": 0.100353094220405, "pct_disab_2040": 0.072821846553966008, "pct_zvhhs_2040": 0.0055603079555180002, "pct_hus_rent50_2040": 0.031438415159345, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.215196999644121, 37.831688999829055 ], [ -122.215780999800216, 37.831260000007411 ], [ -122.212634000137342, 37.828089999943238 ], [ -122.2073650001103, 37.821647000161484 ], [ -122.209042000235499, 37.824436000052074 ], [ -122.207389000399743, 37.824847000165484 ], [ -122.20334399986308, 37.823737999999828 ], [ -122.201477999591972, 37.828701999739629 ], [ -122.198927999605658, 37.830243999800331 ], [ -122.194015000129085, 37.832052000185868 ], [ -122.192108999675, 37.833913999682196 ], [ -122.186974000440543, 37.835418999918133 ], [ -122.187664999828456, 37.836209999807203 ], [ -122.18602399968826, 37.83622899985896 ], [ -122.184442999822522, 37.834923000067747 ], [ -122.185277000223834, 37.837026000124631 ], [ -122.188876999623261, 37.837626000003709 ], [ -122.18892500020219, 37.837649999868987 ], [ -122.191778000137177, 37.839826000135446 ], [ -122.196100999609897, 37.842005000126917 ], [ -122.195287000198334, 37.84281699989576 ], [ -122.198688000304443, 37.843562999795779 ], [ -122.20249000026854, 37.843453999890279 ], [ -122.206703999961292, 37.841773999929188 ], [ -122.209187000000455, 37.841521000233762 ], [ -122.210683000375724, 37.838759999826735 ], [ -122.211028999982133, 37.837762000082954 ], [ -122.212327999815571, 37.834442000198869 ], [ -122.214548000089025, 37.832792999902729 ], [ -122.215196999644121, 37.831688999829055 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404600", "NAME": "Census Tract 4046", "state": "06", "county_fips": "001", "tract": "404600", "county_name": "Alameda County", "tot_pop_2050": 4688, "tot_pop_pov_det_2050": 4686, "tot_pop_civ_ni_2050": 4688, "tot_hh_2050": 1784, "pop_zvhhs_2050": 24, "tot_fam_2050": 1309, "tot_pop_over5_2050": 4499, "pop_hus_rent50_2050": 20, "pop_minority_2050": 1467, "pop_over75_2050": 400, "pop_spfam_2050": 109, "pop_lep_2050": 50, "pop_below200_2050": 470, "pop_disability_2050": 371, "pct_minority_2050": 0.31292662116040953, "pct_over75_2050": 0.085324232081911269, "pct_spfam_2050": 0.083269671504965628, "pct_lep_2050": 0.011113580795732384, "pct_below200_2050": 0.10029876227059326, "pct_disab_2050": 0.079138225255972694, "pct_zvhhs_2050": 0.01345291479820628, "pct_hus_rent50_2050": 0.011210762331838564, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053208137715180001, "pct_minority_2040": 0.31298904538341199, "pct_spfam_2040": 0.034482758620690002, "pct_lep_2040": 0.0077392120075049997, "pct_below200_2040": 0.055282005371530996, "pct_disab_2040": 0.068857589984351, "pct_zvhhs_2040": 0.023127753303965, "pct_hus_rent50_2040": 0.0099612617598230004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.207389000399743, 37.824847000165484 ], [ -122.209042000235499, 37.824436000052074 ], [ -122.2073650001103, 37.821647000161484 ], [ -122.19965499987687, 37.812201999692384 ], [ -122.197791000153913, 37.810588999796245 ], [ -122.197201999974922, 37.810958000153043 ], [ -122.194648999615552, 37.810822000349567 ], [ -122.191459000294969, 37.809751999785057 ], [ -122.186745000111713, 37.809314000248342 ], [ -122.183104999630999, 37.809602000032065 ], [ -122.18132899977158, 37.808877000242418 ], [ -122.179157000077026, 37.804981000033379 ], [ -122.177768999656791, 37.806666999718615 ], [ -122.175868999948818, 37.807493999737744 ], [ -122.174159000211631, 37.810270000203722 ], [ -122.17475199969023, 37.81221199994836 ], [ -122.175473999938632, 37.814589999788232 ], [ -122.177873000312189, 37.816323000299469 ], [ -122.181476999909563, 37.819526000064741 ], [ -122.185976999832604, 37.820725999984177 ], [ -122.186677000339657, 37.823525999852109 ], [ -122.185877000273464, 37.825525999697774 ], [ -122.186725000020203, 37.826877000177646 ], [ -122.18707700037271, 37.829525999975807 ], [ -122.185647000119687, 37.831725999728263 ], [ -122.184179000231836, 37.833921999804218 ], [ -122.184442999822522, 37.834923000067747 ], [ -122.18602399968826, 37.83622899985896 ], [ -122.187664999828456, 37.836209999807203 ], [ -122.186974000440543, 37.835418999918133 ], [ -122.192108999675, 37.833913999682196 ], [ -122.194015000129085, 37.832052000185868 ], [ -122.198927999605658, 37.830243999800331 ], [ -122.201477999591972, 37.828701999739629 ], [ -122.20334399986308, 37.823737999999828 ], [ -122.207389000399743, 37.824847000165484 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404700", "NAME": "Census Tract 4047", "state": "06", "county_fips": "001", "tract": "404700", "county_name": "Alameda County", "tot_pop_2050": 2079, "tot_pop_pov_det_2050": 2079, "tot_pop_civ_ni_2050": 2079, "tot_hh_2050": 790, "pop_zvhhs_2050": 6, "tot_fam_2050": 591, "tot_pop_over5_2050": 1888, "pop_hus_rent50_2050": 22, "pop_minority_2050": 564, "pop_over75_2050": 165, "pop_spfam_2050": 21, "pop_lep_2050": 15, "pop_below200_2050": 84, "pop_disability_2050": 146, "pct_minority_2050": 0.27128427128427129, "pct_over75_2050": 0.079365079365079361, "pct_spfam_2050": 0.03553299492385787, "pct_lep_2050": 0.0079449152542372878, "pct_below200_2050": 0.040404040404040414, "pct_disab_2050": 0.07022607022607022, "pct_zvhhs_2050": 0.0075949367088607592, "pct_hus_rent50_2050": 0.027848101265822784, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072911636890390985, "pct_minority_2040": 0.23611781747947896, "pct_spfam_2040": 0.041736227045074993, "pct_lep_2040": 0.025826446280992, "pct_below200_2040": 0.046837276677932999, "pct_disab_2040": 0.116851762433607, "pct_zvhhs_2040": 0.02875, "pct_hus_rent50_2040": 0.0062814070351759994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.214676999960432, 37.812688000203629 ], [ -122.213383000149861, 37.812181999886121 ], [ -122.210910000156446, 37.810610000010278 ], [ -122.212060000026952, 37.809954999883445 ], [ -122.209614999622644, 37.807804999853715 ], [ -122.209604999576882, 37.806913000215701 ], [ -122.208874999830925, 37.807014999991111 ], [ -122.207371999782978, 37.806409000134515 ], [ -122.206072999949541, 37.807278999715713 ], [ -122.20165800041535, 37.810168999938753 ], [ -122.197791000153913, 37.810588999796245 ], [ -122.19965499987687, 37.812201999692384 ], [ -122.2073650001103, 37.821647000161484 ], [ -122.208834999647948, 37.819555000126073 ], [ -122.210177999862339, 37.81861300004055 ], [ -122.213172000262688, 37.815784000321983 ], [ -122.214676999960432, 37.812688000203629 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404800", "NAME": "Census Tract 4048", "state": "06", "county_fips": "001", "tract": "404800", "county_name": "Alameda County", "tot_pop_2050": 2707, "tot_pop_pov_det_2050": 2707, "tot_pop_civ_ni_2050": 2707, "tot_hh_2050": 1203, "pop_zvhhs_2050": 128, "tot_fam_2050": 632, "tot_pop_over5_2050": 2533, "pop_hus_rent50_2050": 123, "pop_minority_2050": 1375, "pop_over75_2050": 172, "pop_spfam_2050": 117, "pop_lep_2050": 115, "pop_below200_2050": 613, "pop_disability_2050": 307, "pct_minority_2050": 0.50794237162910971, "pct_over75_2050": 0.063538973032877727, "pct_spfam_2050": 0.18512658227848103, "pct_lep_2050": 0.045400710619818402, "pct_below200_2050": 0.22644994458810491, "pct_disab_2050": 0.11340967861100849, "pct_zvhhs_2050": 0.10640066500415628, "pct_hus_rent50_2050": 0.10224438902743142, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054941257774705987, "pct_minority_2040": 0.61679336558396702, "pct_spfam_2040": 0.21194879089615901, "pct_lep_2040": 0.064156742220514998, "pct_below200_2040": 0.34796129923980695, "pct_disab_2040": 0.123013130615066, "pct_zvhhs_2040": 0.210110584518167, "pct_hus_rent50_2040": 0.095770151636073012, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.218247999945874, 37.800859000128312 ], [ -122.216221000016276, 37.800293999951023 ], [ -122.214117000093793, 37.79980499983764 ], [ -122.211013999913504, 37.802860000211552 ], [ -122.210327999650161, 37.803515000101342 ], [ -122.207371999782978, 37.806409000134515 ], [ -122.208874999830925, 37.807014999991111 ], [ -122.209604999576882, 37.806913000215701 ], [ -122.209614999622644, 37.807804999853715 ], [ -122.212060000026952, 37.809954999883445 ], [ -122.210910000156446, 37.810610000010278 ], [ -122.213383000149861, 37.812181999886121 ], [ -122.215176999552654, 37.809853999897271 ], [ -122.215820000158274, 37.8053919998775 ], [ -122.218247999945874, 37.800859000128312 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001404900", "NAME": "Census Tract 4049", "state": "06", "county_fips": "001", "tract": "404900", "county_name": "Alameda County", "tot_pop_2050": 3973, "tot_pop_pov_det_2050": 3973, "tot_pop_civ_ni_2050": 3973, "tot_hh_2050": 1874, "pop_zvhhs_2050": 168, "tot_fam_2050": 1002, "tot_pop_over5_2050": 3664, "pop_hus_rent50_2050": 139, "pop_minority_2050": 1590, "pop_over75_2050": 217, "pop_spfam_2050": 159, "pop_lep_2050": 115, "pop_below200_2050": 532, "pop_disability_2050": 454, "pct_minority_2050": 0.4002013591744274, "pct_over75_2050": 0.054618676063428136, "pct_spfam_2050": 0.15868263473053892, "pct_lep_2050": 0.031386462882096067, "pct_below200_2050": 0.13390385099421093, "pct_disab_2050": 0.1142713314875409, "pct_zvhhs_2050": 0.089647812166488788, "pct_hus_rent50_2050": 0.074172892209178221, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067312125403411999, "pct_minority_2040": 0.50968188105117607, "pct_spfam_2040": 0.14705882352941199, "pct_lep_2040": 0.030049261083744002, "pct_below200_2040": 0.23467035500230499, "pct_disab_2040": 0.094278434097752994, "pct_zvhhs_2040": 0.082444228903976999, "pct_hus_rent50_2040": 0.096663395485770007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.230802999883821, 37.802905999673897 ], [ -122.231170000304928, 37.802604999647919 ], [ -122.228498999944762, 37.800969999999424 ], [ -122.224169999725973, 37.799977000134817 ], [ -122.220981000230282, 37.799362000286045 ], [ -122.21858100003179, 37.79880300012239 ], [ -122.216974000226756, 37.798404000092461 ], [ -122.216221000016276, 37.800293999951023 ], [ -122.218247999945874, 37.800859000128312 ], [ -122.215820000158274, 37.8053919998775 ], [ -122.215176999552654, 37.809853999897271 ], [ -122.213383000149861, 37.812181999886121 ], [ -122.214676999960432, 37.812688000203629 ], [ -122.215174000077909, 37.812275999851124 ], [ -122.215581999608602, 37.811513000015466 ], [ -122.215878999709517, 37.811131999964246 ], [ -122.217092000227552, 37.8101920002361 ], [ -122.21762000030715, 37.80958800017207 ], [ -122.218191999869376, 37.8091459996783 ], [ -122.221740000288577, 37.807757999879151 ], [ -122.22482699967702, 37.80630700023184 ], [ -122.228892000305152, 37.804571000089325 ], [ -122.230802999883821, 37.802905999673897 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405000", "NAME": "Census Tract 4050", "state": "06", "county_fips": "001", "tract": "405000", "county_name": "Alameda County", "tot_pop_2050": 3269, "tot_pop_pov_det_2050": 3257, "tot_pop_civ_ni_2050": 3269, "tot_hh_2050": 1457, "pop_zvhhs_2050": 99, "tot_fam_2050": 894, "tot_pop_over5_2050": 3015, "pop_hus_rent50_2050": 29, "pop_minority_2050": 1233, "pop_over75_2050": 273, "pop_spfam_2050": 55, "pop_lep_2050": 101, "pop_below200_2050": 333, "pop_disability_2050": 372, "pct_minority_2050": 0.37717956561639637, "pct_over75_2050": 0.083511777301927201, "pct_spfam_2050": 0.061521252796420574, "pct_lep_2050": 0.033499170812603653, "pct_below200_2050": 0.10224132637396376, "pct_disab_2050": 0.11379626797185685, "pct_zvhhs_2050": 0.067947838023335622, "pct_hus_rent50_2050": 0.019903912148249832, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068175139582720992, "pct_minority_2040": 0.39435791948280891, "pct_spfam_2040": 0.087759815242494016, "pct_lep_2040": 0.027179006560450001, "pct_below200_2040": 0.17102556567734398, "pct_disab_2040": 0.11756040070713, "pct_zvhhs_2040": 0.071947194719472002, "pct_hus_rent50_2040": 0.041895604395603997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.243289000224749, 37.811055000167698 ], [ -122.246503999659723, 37.809841000071678 ], [ -122.241981999995403, 37.808552000326458 ], [ -122.235415999784706, 37.805623999751738 ], [ -122.23339700025106, 37.804374999810506 ], [ -122.231170000304928, 37.802604999647919 ], [ -122.230802999883821, 37.802905999673897 ], [ -122.228892000305152, 37.804571000089325 ], [ -122.22482699967702, 37.80630700023184 ], [ -122.221740000288577, 37.807757999879151 ], [ -122.218191999869376, 37.8091459996783 ], [ -122.21762000030715, 37.80958800017207 ], [ -122.217092000227552, 37.8101920002361 ], [ -122.215878999709517, 37.811131999964246 ], [ -122.215581999608602, 37.811513000015466 ], [ -122.215174000077909, 37.812275999851124 ], [ -122.220433000059188, 37.813438999997253 ], [ -122.221697999557463, 37.812669999716064 ], [ -122.222501999821588, 37.811030000198095 ], [ -122.227693000030825, 37.808098999906875 ], [ -122.231059999801758, 37.807199000092382 ], [ -122.233008000088631, 37.806888000263186 ], [ -122.234992000360492, 37.807200000114833 ], [ -122.237200000040048, 37.807052000194844 ], [ -122.243289000224749, 37.811055000167698 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405100", "NAME": "Census Tract 4051", "state": "06", "county_fips": "001", "tract": "405100", "county_name": "Alameda County", "tot_pop_2050": 4324, "tot_pop_pov_det_2050": 4324, "tot_pop_civ_ni_2050": 4324, "tot_hh_2050": 1602, "pop_zvhhs_2050": 18, "tot_fam_2050": 1173, "tot_pop_over5_2050": 3997, "pop_hus_rent50_2050": 30, "pop_minority_2050": 1658, "pop_over75_2050": 341, "pop_spfam_2050": 45, "pop_lep_2050": 39, "pop_below200_2050": 179, "pop_disability_2050": 189, "pct_minority_2050": 0.38344125809435708, "pct_over75_2050": 0.078862164662349674, "pct_spfam_2050": 0.038363171355498722, "pct_lep_2050": 0.0097573179884913683, "pct_below200_2050": 0.041396854764107316, "pct_disab_2050": 0.043709528214616086, "pct_zvhhs_2050": 0.011235955056179777, "pct_hus_rent50_2050": 0.018726591760299626, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073212536728697014, "pct_minority_2040": 0.32100881488736499, "pct_spfam_2040": 0.062346185397867002, "pct_lep_2040": 0.010078997548351998, "pct_below200_2040": 0.024485798237022002, "pct_disab_2040": 0.048237022526934008, "pct_zvhhs_2040": 0.016872160934458001, "pct_hus_rent50_2040": 0.021696252465483002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.242275999723262, 37.811565000255577 ], [ -122.243289000224749, 37.811055000167698 ], [ -122.237200000040048, 37.807052000194844 ], [ -122.234992000360492, 37.807200000114833 ], [ -122.233008000088631, 37.806888000263186 ], [ -122.231059999801758, 37.807199000092382 ], [ -122.227693000030825, 37.808098999906875 ], [ -122.222501999821588, 37.811030000198095 ], [ -122.221697999557463, 37.812669999716064 ], [ -122.220433000059188, 37.813438999997253 ], [ -122.224010999717322, 37.814350000292144 ], [ -122.225234000281091, 37.814605000041325 ], [ -122.232244999832375, 37.816193999748073 ], [ -122.233295999968718, 37.816492000048186 ], [ -122.233001000415925, 37.816114999750155 ], [ -122.232012000203881, 37.814329999648379 ], [ -122.238144000046276, 37.815118000191362 ], [ -122.239027999778017, 37.814280999716033 ], [ -122.241100999738364, 37.812759999981012 ], [ -122.242275999723262, 37.811565000255577 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405200", "NAME": "Census Tract 4052", "state": "06", "county_fips": "001", "tract": "405200", "county_name": "Alameda County", "tot_pop_2050": 5188, "tot_pop_pov_det_2050": 5188, "tot_pop_civ_ni_2050": 5188, "tot_hh_2050": 2427, "pop_zvhhs_2050": 174, "tot_fam_2050": 958, "tot_pop_over5_2050": 5002, "pop_hus_rent50_2050": 316, "pop_minority_2050": 3317, "pop_over75_2050": 239, "pop_spfam_2050": 18, "pop_lep_2050": 390, "pop_below200_2050": 1413, "pop_disability_2050": 513, "pct_minority_2050": 0.63936006168080184, "pct_over75_2050": 0.046067848882035467, "pct_spfam_2050": 0.018789144050104383, "pct_lep_2050": 0.077968812475010002, "pct_below200_2050": 0.27235929067077874, "pct_disab_2050": 0.098882035466461057, "pct_zvhhs_2050": 0.071693448702101356, "pct_hus_rent50_2050": 0.13020189534404614, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060827250608273001, "pct_minority_2040": 0.59765538597655388, "pct_spfam_2040": 0.070437566702240995, "pct_lep_2040": 0.089028358902835988, "pct_below200_2040": 0.22185357221853602, "pct_disab_2040": 0.115461181154612, "pct_zvhhs_2040": 0.072501072501073002, "pct_hus_rent50_2040": 0.18852097130242801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.250596999876947, 37.805237000249804 ], [ -122.249318000134991, 37.804823000089073 ], [ -122.248410999938713, 37.800443000041732 ], [ -122.246538999819805, 37.801387000058199 ], [ -122.243982000160813, 37.801854999776694 ], [ -122.242351999891241, 37.802319999813207 ], [ -122.241670999650765, 37.80239899966589 ], [ -122.240187999694299, 37.802548999854366 ], [ -122.237221999781369, 37.803120999651213 ], [ -122.23486599996383, 37.803375999852818 ], [ -122.23339700025106, 37.804374999810506 ], [ -122.235415999784706, 37.805623999751738 ], [ -122.241981999995403, 37.808552000326458 ], [ -122.246503999659723, 37.809841000071678 ], [ -122.246702000026445, 37.809702999653211 ], [ -122.249148000255659, 37.808391000196437 ], [ -122.250596999876947, 37.805237000249804 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405301", "NAME": "Census Tract 4053.01", "state": "06", "county_fips": "001", "tract": "405301", "county_name": "Alameda County", "tot_pop_2050": 2955, "tot_pop_pov_det_2050": 2955, "tot_pop_civ_ni_2050": 2955, "tot_hh_2050": 1584, "pop_zvhhs_2050": 223, "tot_fam_2050": 612, "tot_pop_over5_2050": 2871, "pop_hus_rent50_2050": 265, "pop_minority_2050": 1637, "pop_over75_2050": 110, "pop_spfam_2050": 64, "pop_lep_2050": 191, "pop_below200_2050": 556, "pop_disability_2050": 309, "pct_minority_2050": 0.55397631133671743, "pct_over75_2050": 0.037225042301184431, "pct_spfam_2050": 0.1045751633986928, "pct_lep_2050": 0.066527342389411354, "pct_below200_2050": 0.18815566835871408, "pct_disab_2050": 0.10456852791878173, "pct_zvhhs_2050": 0.14078282828282829, "pct_hus_rent50_2050": 0.16729797979797981, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040240691989470001, "pct_minority_2040": 0.55772846934937903, "pct_spfam_2040": 0.107142857142857, "pct_lep_2040": 0.072064777327934995, "pct_below200_2040": 0.21850319669048499, "pct_disab_2040": 0.16133884919142499, "pct_zvhhs_2040": 0.18951048951048999, "pct_hus_rent50_2040": 0.12937062937062901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.254468000336331, 37.801838000292271 ], [ -122.254505000146253, 37.800560999905031 ], [ -122.251935000068471, 37.799730999958008 ], [ -122.251017000001525, 37.799180000086416 ], [ -122.250539000150624, 37.800137000035228 ], [ -122.248984000224141, 37.800322999758784 ], [ -122.248410999938713, 37.800443000041732 ], [ -122.249318000134991, 37.804823000089073 ], [ -122.250596999876947, 37.805237000249804 ], [ -122.253447000337232, 37.803607999672202 ], [ -122.254073000326116, 37.802521000296593 ], [ -122.254468000336331, 37.801838000292271 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405302", "NAME": "Census Tract 4053.02", "state": "06", "county_fips": "001", "tract": "405302", "county_name": "Alameda County", "tot_pop_2050": 2454, "tot_pop_pov_det_2050": 2454, "tot_pop_civ_ni_2050": 2454, "tot_hh_2050": 1401, "pop_zvhhs_2050": 448, "tot_fam_2050": 484, "tot_pop_over5_2050": 2329, "pop_hus_rent50_2050": 378, "pop_minority_2050": 1657, "pop_over75_2050": 245, "pop_spfam_2050": 86, "pop_lep_2050": 497, "pop_below200_2050": 962, "pop_disability_2050": 440, "pct_minority_2050": 0.67522412387938058, "pct_over75_2050": 0.099837000814995927, "pct_spfam_2050": 0.17768595041322313, "pct_lep_2050": 0.21339630742808072, "pct_below200_2050": 0.3920130399348003, "pct_disab_2050": 0.17929910350448247, "pct_zvhhs_2050": 0.31977159172019992, "pct_hus_rent50_2050": 0.26980728051391861, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.110537951363301, "pct_minority_2040": 0.79661016949152497, "pct_spfam_2040": 0.15053763440860199, "pct_lep_2040": 0.32575460603684803, "pct_below200_2040": 0.52689756816507005, "pct_disab_2040": 0.14775239498894599, "pct_zvhhs_2040": 0.36884154460718999, "pct_hus_rent50_2040": 0.31897711978465698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25780499997002, 37.79970400016569 ], [ -122.259554000065279, 37.798301000348502 ], [ -122.257129999577344, 37.798725000109876 ], [ -122.255480999939508, 37.797238999920751 ], [ -122.253854999867926, 37.79578500035457 ], [ -122.252043000023505, 37.797093000233531 ], [ -122.250161999683755, 37.798426999795126 ], [ -122.251017000001525, 37.799180000086416 ], [ -122.251935000068471, 37.799730999958008 ], [ -122.254505000146253, 37.800560999905031 ], [ -122.25780499997002, 37.79970400016569 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405401", "NAME": "Census Tract 4054.01", "state": "06", "county_fips": "001", "tract": "405401", "county_name": "Alameda County", "tot_pop_2050": 3890, "tot_pop_pov_det_2050": 3866, "tot_pop_civ_ni_2050": 3866, "tot_hh_2050": 1730, "pop_zvhhs_2050": 370, "tot_fam_2050": 699, "tot_pop_over5_2050": 3720, "pop_hus_rent50_2050": 345, "pop_minority_2050": 3214, "pop_over75_2050": 163, "pop_spfam_2050": 108, "pop_lep_2050": 1103, "pop_below200_2050": 1627, "pop_disability_2050": 404, "pct_minority_2050": 0.8262210796915167, "pct_over75_2050": 0.04190231362467866, "pct_spfam_2050": 0.15450643776824036, "pct_lep_2050": 0.29650537634408602, "pct_below200_2050": 0.42084842214174856, "pct_disab_2050": 0.10450077599586136, "pct_zvhhs_2050": 0.2138728323699422, "pct_hus_rent50_2050": 0.19942196531791909, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.027983348751156004, "pct_minority_2040": 0.88228492136910308, "pct_spfam_2040": 0.20774647887323897, "pct_lep_2040": 0.29543245869776502, "pct_below200_2040": 0.58292626192137709, "pct_disab_2040": 0.11816701558502, "pct_zvhhs_2040": 0.28191489361702099, "pct_hus_rent50_2040": 0.29213483146067398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.252043000023505, 37.797093000233531 ], [ -122.253854999867926, 37.79578500035457 ], [ -122.251355999935242, 37.79356300027267 ], [ -122.250514999861181, 37.792833999757853 ], [ -122.24869700016896, 37.794132000200371 ], [ -122.246824000225175, 37.79547599967475 ], [ -122.245002000334992, 37.796764999786781 ], [ -122.246650000147895, 37.798280000183247 ], [ -122.248984000224141, 37.800322999758784 ], [ -122.250539000150624, 37.800137000035228 ], [ -122.251017000001525, 37.799180000086416 ], [ -122.250161999683755, 37.798426999795126 ], [ -122.252043000023505, 37.797093000233531 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405402", "NAME": "Census Tract 4054.02", "state": "06", "county_fips": "001", "tract": "405402", "county_name": "Alameda County", "tot_pop_2050": 3275, "tot_pop_pov_det_2050": 3200, "tot_pop_civ_ni_2050": 3200, "tot_hh_2050": 1167, "pop_zvhhs_2050": 318, "tot_fam_2050": 697, "tot_pop_over5_2050": 3077, "pop_hus_rent50_2050": 314, "pop_minority_2050": 2815, "pop_over75_2050": 140, "pop_spfam_2050": 156, "pop_lep_2050": 724, "pop_below200_2050": 1712, "pop_disability_2050": 270, "pct_minority_2050": 0.85954198473282439, "pct_over75_2050": 0.042748091603053436, "pct_spfam_2050": 0.22381635581061693, "pct_lep_2050": 0.23529411764705879, "pct_below200_2050": 0.535, "pct_disab_2050": 0.084375, "pct_zvhhs_2050": 0.27249357326478146, "pct_hus_rent50_2050": 0.26906598114824337, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.054073540014420003, "pct_minority_2040": 0.9062725306416729, "pct_spfam_2040": 0.29572649572649601, "pct_lep_2040": 0.20854174682570201, "pct_below200_2040": 0.70702541106128503, "pct_disab_2040": 0.10760667903525001, "pct_zvhhs_2040": 0.21747388414055102, "pct_hus_rent50_2040": 0.302, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.24869700016896, 37.794132000200371 ], [ -122.250514999861181, 37.792833999757853 ], [ -122.248014000278673, 37.790626000277939 ], [ -122.247174999854437, 37.789912999737076 ], [ -122.243511999807509, 37.792528000176574 ], [ -122.242618000030021, 37.793164000335672 ], [ -122.241694000115302, 37.793825000112498 ], [ -122.243346000126152, 37.795289000340148 ], [ -122.245002000334992, 37.796764999786781 ], [ -122.246824000225175, 37.79547599967475 ], [ -122.24869700016896, 37.794132000200371 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405500", "NAME": "Census Tract 4055", "state": "06", "county_fips": "001", "tract": "405500", "county_name": "Alameda County", "tot_pop_2050": 4063, "tot_pop_pov_det_2050": 4063, "tot_pop_civ_ni_2050": 4063, "tot_hh_2050": 1557, "pop_zvhhs_2050": 202, "tot_fam_2050": 870, "tot_pop_over5_2050": 3891, "pop_hus_rent50_2050": 315, "pop_minority_2050": 3050, "pop_over75_2050": 239, "pop_spfam_2050": 97, "pop_lep_2050": 845, "pop_below200_2050": 1055, "pop_disability_2050": 569, "pct_minority_2050": 0.75067683977356636, "pct_over75_2050": 0.058823529411764712, "pct_spfam_2050": 0.11149425287356322, "pct_lep_2050": 0.21716782318170136, "pct_below200_2050": 0.2596603494954467, "pct_disab_2050": 0.14004430223972433, "pct_zvhhs_2050": 0.12973667308927425, "pct_hus_rent50_2050": 0.20231213872832371, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.043834914124582999, "pct_minority_2040": 0.80107664701358583, "pct_spfam_2040": 0.28797083839611198, "pct_lep_2040": 0.21261309207024998, "pct_below200_2040": 0.49859010510125606, "pct_disab_2040": 0.10381953345296099, "pct_zvhhs_2040": 0.22704081632653103, "pct_hus_rent50_2040": 0.232558139534884, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.248410999938713, 37.800443000041732 ], [ -122.248984000224141, 37.800322999758784 ], [ -122.246650000147895, 37.798280000183247 ], [ -122.245002000334992, 37.796764999786781 ], [ -122.243346000126152, 37.795289000340148 ], [ -122.241694000115302, 37.793825000112498 ], [ -122.239832999867076, 37.795135999758159 ], [ -122.237973000342052, 37.796460000328352 ], [ -122.239635000398678, 37.797933000069463 ], [ -122.240473999924575, 37.798669000213941 ], [ -122.241290999709165, 37.799393000006205 ], [ -122.242961000161685, 37.800873000223525 ], [ -122.242197999905443, 37.801721999823116 ], [ -122.241670999650765, 37.80239899966589 ], [ -122.242351999891241, 37.802319999813207 ], [ -122.243982000160813, 37.801854999776694 ], [ -122.246538999819805, 37.801387000058199 ], [ -122.248410999938713, 37.800443000041732 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405600", "NAME": "Census Tract 4056", "state": "06", "county_fips": "001", "tract": "405600", "county_name": "Alameda County", "tot_pop_2050": 3292, "tot_pop_pov_det_2050": 3292, "tot_pop_civ_ni_2050": 3292, "tot_hh_2050": 1409, "pop_zvhhs_2050": 176, "tot_fam_2050": 664, "tot_pop_over5_2050": 3089, "pop_hus_rent50_2050": 213, "pop_minority_2050": 2464, "pop_over75_2050": 91, "pop_spfam_2050": 173, "pop_lep_2050": 281, "pop_below200_2050": 968, "pop_disability_2050": 270, "pct_minority_2050": 0.74848116646415552, "pct_over75_2050": 0.027642770352369381, "pct_spfam_2050": 0.26054216867469882, "pct_lep_2050": 0.090967950793136937, "pct_below200_2050": 0.29404617253948973, "pct_disab_2050": 0.082017010935601459, "pct_zvhhs_2050": 0.12491128459900637, "pct_hus_rent50_2050": 0.15117104329311568, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034655010927256008, "pct_minority_2040": 0.80330939743990004, "pct_spfam_2040": 0.32383808095951999, "pct_lep_2040": 0.149064171122995, "pct_below200_2040": 0.35685295035903797, "pct_disab_2040": 0.128629409928192, "pct_zvhhs_2040": 0.105782792665726, "pct_hus_rent50_2040": 0.19239209948792999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.242197999905443, 37.801721999823116 ], [ -122.242961000161685, 37.800873000223525 ], [ -122.241290999709165, 37.799393000006205 ], [ -122.240473999924575, 37.798669000213941 ], [ -122.239635000398678, 37.797933000069463 ], [ -122.237973000342052, 37.796460000328352 ], [ -122.237121000397352, 37.797052000079873 ], [ -122.236024000230273, 37.798407999948694 ], [ -122.235229000186976, 37.799418999784415 ], [ -122.234679000366071, 37.799826999691646 ], [ -122.233791000436355, 37.800539000269637 ], [ -122.231170000304928, 37.802604999647919 ], [ -122.23339700025106, 37.804374999810506 ], [ -122.23486599996383, 37.803375999852818 ], [ -122.237221999781369, 37.803120999651213 ], [ -122.240187999694299, 37.802548999854366 ], [ -122.241670999650765, 37.80239899966589 ], [ -122.242197999905443, 37.801721999823116 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405700", "NAME": "Census Tract 4057", "state": "06", "county_fips": "001", "tract": "405700", "county_name": "Alameda County", "tot_pop_2050": 3434, "tot_pop_pov_det_2050": 3434, "tot_pop_civ_ni_2050": 3434, "tot_hh_2050": 1340, "pop_zvhhs_2050": 185, "tot_fam_2050": 688, "tot_pop_over5_2050": 3305, "pop_hus_rent50_2050": 278, "pop_minority_2050": 2968, "pop_over75_2050": 66, "pop_spfam_2050": 90, "pop_lep_2050": 648, "pop_below200_2050": 1512, "pop_disability_2050": 385, "pct_minority_2050": 0.86429819452533485, "pct_over75_2050": 0.019219569015725101, "pct_spfam_2050": 0.1308139534883721, "pct_lep_2050": 0.19606656580937973, "pct_below200_2050": 0.44030285381479323, "pct_disab_2050": 0.11211415259172976, "pct_zvhhs_2050": 0.13805970149253732, "pct_hus_rent50_2050": 0.20746268656716416, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.026143790849672999, "pct_minority_2040": 0.88770053475935784, "pct_spfam_2040": 0.21884057971014501, "pct_lep_2040": 0.155612244897959, "pct_below200_2040": 0.46848484848484906, "pct_disab_2040": 0.156315631563156, "pct_zvhhs_2040": 0.16111541440743601, "pct_hus_rent50_2040": 0.23943661971831001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.235229000186976, 37.799418999784415 ], [ -122.236024000230273, 37.798407999948694 ], [ -122.23317399976996, 37.796690999701092 ], [ -122.230600000392513, 37.797475999911931 ], [ -122.231891999654948, 37.795951999910613 ], [ -122.229817000044804, 37.794707999926707 ], [ -122.228410000256332, 37.793871999725418 ], [ -122.226684999552205, 37.793545000092401 ], [ -122.225399000137557, 37.797599999751064 ], [ -122.224984999860766, 37.798117000083188 ], [ -122.224169999725973, 37.799977000134817 ], [ -122.228498999944762, 37.800969999999424 ], [ -122.231170000304928, 37.802604999647919 ], [ -122.233791000436355, 37.800539000269637 ], [ -122.234679000366071, 37.799826999691646 ], [ -122.235229000186976, 37.799418999784415 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405800", "NAME": "Census Tract 4058", "state": "06", "county_fips": "001", "tract": "405800", "county_name": "Alameda County", "tot_pop_2050": 4645, "tot_pop_pov_det_2050": 4598, "tot_pop_civ_ni_2050": 4645, "tot_hh_2050": 1351, "pop_zvhhs_2050": 186, "tot_fam_2050": 934, "tot_pop_over5_2050": 4465, "pop_hus_rent50_2050": 332, "pop_minority_2050": 3985, "pop_over75_2050": 205, "pop_spfam_2050": 289, "pop_lep_2050": 1278, "pop_below200_2050": 2318, "pop_disability_2050": 575, "pct_minority_2050": 0.85791173304628632, "pct_over75_2050": 0.044133476856835316, "pct_spfam_2050": 0.30942184154175589, "pct_lep_2050": 0.28622620380739083, "pct_below200_2050": 0.50413223140495866, "pct_disab_2050": 0.12378902045209902, "pct_zvhhs_2050": 0.13767579570688379, "pct_hus_rent50_2050": 0.2457438934122872, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.016055045871559998, "pct_minority_2040": 0.92278287461773711, "pct_spfam_2040": 0.15625, "pct_lep_2040": 0.198813056379822, "pct_below200_2040": 0.47680937818552499, "pct_disab_2040": 0.091997961264015993, "pct_zvhhs_2040": 0.18036529680365301, "pct_hus_rent50_2040": 0.22687047465808499, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.237973000342052, 37.796460000328352 ], [ -122.239832999867076, 37.795135999758159 ], [ -122.237950999702448, 37.794948000084496 ], [ -122.237547000369702, 37.793494000149437 ], [ -122.235512000044181, 37.792267000221301 ], [ -122.235440000074163, 37.792223999778443 ], [ -122.233338999626397, 37.790957000311437 ], [ -122.231582999858475, 37.789907000327617 ], [ -122.230914000211882, 37.789440999980144 ], [ -122.229001000085105, 37.790820999880879 ], [ -122.226684999552205, 37.793545000092401 ], [ -122.228410000256332, 37.793871999725418 ], [ -122.229817000044804, 37.794707999926707 ], [ -122.231891999654948, 37.795951999910613 ], [ -122.230600000392513, 37.797475999911931 ], [ -122.23317399976996, 37.796690999701092 ], [ -122.236024000230273, 37.798407999948694 ], [ -122.237121000397352, 37.797052000079873 ], [ -122.237973000342052, 37.796460000328352 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405901", "NAME": "Census Tract 4059.01", "state": "06", "county_fips": "001", "tract": "405901", "county_name": "Alameda County", "tot_pop_2050": 4348, "tot_pop_pov_det_2050": 4348, "tot_pop_civ_ni_2050": 4348, "tot_hh_2050": 1089, "pop_zvhhs_2050": 196, "tot_fam_2050": 904, "tot_pop_over5_2050": 4033, "pop_hus_rent50_2050": 320, "pop_minority_2050": 4181, "pop_over75_2050": 141, "pop_spfam_2050": 257, "pop_lep_2050": 1202, "pop_below200_2050": 2954, "pop_disability_2050": 665, "pct_minority_2050": 0.96159153633854644, "pct_over75_2050": 0.032428702851885934, "pct_spfam_2050": 0.28429203539823011, "pct_lep_2050": 0.29804116042648154, "pct_below200_2050": 0.67939282428702852, "pct_disab_2050": 0.1529438822447102, "pct_zvhhs_2050": 0.17998163452708907, "pct_hus_rent50_2050": 0.29384756657483929, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031151832460733001, "pct_minority_2040": 0.928010471204188, "pct_spfam_2040": 0.27696078431372601, "pct_lep_2040": 0.29166666666666696, "pct_below200_2040": 0.66089238845144394, "pct_disab_2040": 0.110236220472441, "pct_zvhhs_2040": 0.12930135557872802, "pct_hus_rent50_2040": 0.24491978609625698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.239447999902609, 37.78813500007449 ], [ -122.241043999836961, 37.786486999957766 ], [ -122.235900000381719, 37.783410000032404 ], [ -122.23429299967836, 37.784971999828215 ], [ -122.234112999753293, 37.785138000074831 ], [ -122.234054000202079, 37.785192999967407 ], [ -122.232502999575232, 37.786558000128892 ], [ -122.232013000028772, 37.787579999883846 ], [ -122.231960000325344, 37.788044000044941 ], [ -122.230914000211882, 37.789440999980144 ], [ -122.231582999858475, 37.789907000327617 ], [ -122.233338999626397, 37.790957000311437 ], [ -122.235440000074163, 37.792223999778443 ], [ -122.235512000044181, 37.792267000221301 ], [ -122.237876000257671, 37.789764999963289 ], [ -122.237974000166943, 37.78970800011524 ], [ -122.239447999902609, 37.78813500007449 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001405902", "NAME": "Census Tract 4059.02", "state": "06", "county_fips": "001", "tract": "405902", "county_name": "Alameda County", "tot_pop_2050": 2979, "tot_pop_pov_det_2050": 2979, "tot_pop_civ_ni_2050": 2971, "tot_hh_2050": 923, "pop_zvhhs_2050": 211, "tot_fam_2050": 693, "tot_pop_over5_2050": 2777, "pop_hus_rent50_2050": 229, "pop_minority_2050": 2700, "pop_over75_2050": 140, "pop_spfam_2050": 110, "pop_lep_2050": 990, "pop_below200_2050": 1496, "pop_disability_2050": 487, "pct_minority_2050": 0.90634441087613282, "pct_over75_2050": 0.046995636119503185, "pct_spfam_2050": 0.15873015873015872, "pct_lep_2050": 0.35649981994958591, "pct_below200_2050": 0.50218194024840546, "pct_disab_2050": 0.16391787277011108, "pct_zvhhs_2050": 0.22860238353196102, "pct_hus_rent50_2050": 0.24810400866738891, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024992899744391003, "pct_minority_2040": 0.90826469752911088, "pct_spfam_2040": 0.18601398601398603, "pct_lep_2040": 0.33127753303964802, "pct_below200_2040": 0.54602450840695393, "pct_disab_2040": 0.083404497580416001, "pct_zvhhs_2040": 0.17142857142857096, "pct_hus_rent50_2040": 0.19718309859154898, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.247174999854437, 37.789912999737076 ], [ -122.245238000336528, 37.788991999848321 ], [ -122.241043999836961, 37.786486999957766 ], [ -122.239447999902609, 37.78813500007449 ], [ -122.237974000166943, 37.78970800011524 ], [ -122.237876000257671, 37.789764999963289 ], [ -122.235512000044181, 37.792267000221301 ], [ -122.237547000369702, 37.793494000149437 ], [ -122.237950999702448, 37.794948000084496 ], [ -122.239832999867076, 37.795135999758159 ], [ -122.241694000115302, 37.793825000112498 ], [ -122.242618000030021, 37.793164000335672 ], [ -122.243511999807509, 37.792528000176574 ], [ -122.247174999854437, 37.789912999737076 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406000", "NAME": "Census Tract 4060", "state": "06", "county_fips": "001", "tract": "406000", "county_name": "Alameda County", "tot_pop_2050": 3344, "tot_pop_pov_det_2050": 3344, "tot_pop_civ_ni_2050": 3344, "tot_hh_2050": 1465, "pop_zvhhs_2050": 344, "tot_fam_2050": 667, "tot_pop_over5_2050": 3290, "pop_hus_rent50_2050": 229, "pop_minority_2050": 2736, "pop_over75_2050": 262, "pop_spfam_2050": 6, "pop_lep_2050": 1022, "pop_below200_2050": 1780, "pop_disability_2050": 610, "pct_minority_2050": 0.81818181818181823, "pct_over75_2050": 0.078349282296650724, "pct_spfam_2050": 0.0089955022488755615, "pct_lep_2050": 0.31063829787234043, "pct_below200_2050": 0.53229665071770338, "pct_disab_2050": 0.18241626794258373, "pct_zvhhs_2050": 0.23481228668941981, "pct_hus_rent50_2050": 0.15631399317406144, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.081031307550644999, "pct_minority_2040": 0.81614487415592407, "pct_spfam_2040": 0.1312, "pct_lep_2040": 0.33202614379084999, "pct_below200_2040": 0.67986494782074902, "pct_disab_2040": 0.16421117249846501, "pct_zvhhs_2040": 0.34725121781489193, "pct_hus_rent50_2040": 0.32813659985152194, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262962999669, 37.791175000291382 ], [ -122.268379999834039, 37.788027999794146 ], [ -122.259338000155211, 37.784755000333455 ], [ -122.256936000306879, 37.785732999901306 ], [ -122.254779999607564, 37.78672800014143 ], [ -122.251331999645785, 37.786880999676342 ], [ -122.24659099969837, 37.784679000343438 ], [ -122.245219000069952, 37.783032999823831 ], [ -122.244817000387044, 37.779122999764134 ], [ -122.243619999762572, 37.776445000058246 ], [ -122.236565999655241, 37.771731000252849 ], [ -122.235861999848552, 37.772645000205763 ], [ -122.236317999958118, 37.776643000046171 ], [ -122.237420999973011, 37.782134000249854 ], [ -122.238723000179505, 37.783516000266317 ], [ -122.235900000381719, 37.783410000032404 ], [ -122.241043999836961, 37.786486999957766 ], [ -122.245238000336528, 37.788991999848321 ], [ -122.247174999854437, 37.789912999737076 ], [ -122.248014000278673, 37.790626000277939 ], [ -122.250514999861181, 37.792833999757853 ], [ -122.251355999935242, 37.79356300027267 ], [ -122.253854999867926, 37.79578500035457 ], [ -122.255480999939508, 37.797238999920751 ], [ -122.257129999577344, 37.798725000109876 ], [ -122.259554000065279, 37.798301000348502 ], [ -122.25949600033897, 37.796832000078631 ], [ -122.259576999631491, 37.796320000120367 ], [ -122.260806000043061, 37.795280000105919 ], [ -122.261326999551656, 37.793806999996121 ], [ -122.262962999669, 37.791175000291382 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406100", "NAME": "Census Tract 4061", "state": "06", "county_fips": "001", "tract": "406100", "county_name": "Alameda County", "tot_pop_2050": 4659, "tot_pop_pov_det_2050": 4621, "tot_pop_civ_ni_2050": 4659, "tot_hh_2050": 1455, "pop_zvhhs_2050": 164, "tot_fam_2050": 883, "tot_pop_over5_2050": 4308, "pop_hus_rent50_2050": 341, "pop_minority_2050": 4024, "pop_over75_2050": 96, "pop_spfam_2050": 210, "pop_lep_2050": 1177, "pop_below200_2050": 2437, "pop_disability_2050": 437, "pct_minority_2050": 0.86370465765185667, "pct_over75_2050": 0.0206052801030264, "pct_spfam_2050": 0.23782559456398639, "pct_lep_2050": 0.2732126276694522, "pct_below200_2050": 0.52737502705042194, "pct_disab_2050": 0.093796952135651424, "pct_zvhhs_2050": 0.11271477663230239, "pct_hus_rent50_2050": 0.23436426116838491, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.014282799428687999, "pct_minority_2040": 0.89838808406447712, "pct_spfam_2040": 0.35058823529411798, "pct_lep_2040": 0.24456048738033101, "pct_below200_2040": 0.40903465346534706, "pct_disab_2040": 0.072230157110794016, "pct_zvhhs_2040": 0.21010101010101001, "pct_hus_rent50_2040": 0.17612809315866101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.238723000179505, 37.783516000266317 ], [ -122.237420999973011, 37.782134000249854 ], [ -122.236317999958118, 37.776643000046171 ], [ -122.235861999848552, 37.772645000205763 ], [ -122.236565999655241, 37.771731000252849 ], [ -122.236487999837451, 37.77169599969676 ], [ -122.230205000382298, 37.768976999978662 ], [ -122.226583000343254, 37.766934000090359 ], [ -122.22490399966992, 37.764562999939947 ], [ -122.223756000347521, 37.765578999895155 ], [ -122.217139999908142, 37.770584999830071 ], [ -122.214794000136308, 37.772375999926922 ], [ -122.218938000407192, 37.774348000234859 ], [ -122.220854999833591, 37.775260000299568 ], [ -122.225803000368586, 37.777642999807696 ], [ -122.227852999864396, 37.778613999735079 ], [ -122.229093000146619, 37.779342999952839 ], [ -122.231480999751241, 37.780769000028783 ], [ -122.235900000381719, 37.783410000032404 ], [ -122.238723000179505, 37.783516000266317 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406201", "NAME": "Census Tract 4062.01", "state": "06", "county_fips": "001", "tract": "406201", "county_name": "Alameda County", "tot_pop_2050": 4858, "tot_pop_pov_det_2050": 4737, "tot_pop_civ_ni_2050": 4812, "tot_hh_2050": 1493, "pop_zvhhs_2050": 397, "tot_fam_2050": 876, "tot_pop_over5_2050": 4459, "pop_hus_rent50_2050": 410, "pop_minority_2050": 4507, "pop_over75_2050": 139, "pop_spfam_2050": 365, "pop_lep_2050": 994, "pop_below200_2050": 2671, "pop_disability_2050": 462, "pct_minority_2050": 0.92774804446274184, "pct_over75_2050": 0.028612597776862907, "pct_spfam_2050": 0.41666666666666669, "pct_lep_2050": 0.22291993720565148, "pct_below200_2050": 0.56385898247836186, "pct_disab_2050": 0.096009975062344141, "pct_zvhhs_2050": 0.26590756865371729, "pct_hus_rent50_2050": 0.27461486939048896, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028841607565012001, "pct_minority_2040": 0.96099290780141799, "pct_spfam_2040": 0.32240437158469898, "pct_lep_2040": 0.22541720154043601, "pct_below200_2040": 0.59909264565425002, "pct_disab_2040": 0.107449856733524, "pct_zvhhs_2040": 0.28285933897002302, "pct_hus_rent50_2040": 0.30727554179566602, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.23429299967836, 37.784971999828215 ], [ -122.235900000381719, 37.783410000032404 ], [ -122.231480999751241, 37.780769000028783 ], [ -122.229935000045572, 37.782402000164346 ], [ -122.227537000395216, 37.78494999981028 ], [ -122.22679199968232, 37.784510999826516 ], [ -122.225307000076043, 37.786097999679335 ], [ -122.228900999627683, 37.788212999909177 ], [ -122.230914000211882, 37.789440999980144 ], [ -122.231960000325344, 37.788044000044941 ], [ -122.232013000028772, 37.787579999883846 ], [ -122.232502999575232, 37.786558000128892 ], [ -122.234054000202079, 37.785192999967407 ], [ -122.234112999753293, 37.785138000074831 ], [ -122.23429299967836, 37.784971999828215 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406202", "NAME": "Census Tract 4062.02", "state": "06", "county_fips": "001", "tract": "406202", "county_name": "Alameda County", "tot_pop_2050": 4751, "tot_pop_pov_det_2050": 4559, "tot_pop_civ_ni_2050": 4559, "tot_hh_2050": 1326, "pop_zvhhs_2050": 263, "tot_fam_2050": 892, "tot_pop_over5_2050": 4420, "pop_hus_rent50_2050": 383, "pop_minority_2050": 4269, "pop_over75_2050": 209, "pop_spfam_2050": 353, "pop_lep_2050": 1385, "pop_below200_2050": 2730, "pop_disability_2050": 556, "pct_minority_2050": 0.89854767417385817, "pct_over75_2050": 0.043990738791833295, "pct_spfam_2050": 0.39573991031390132, "pct_lep_2050": 0.31334841628959281, "pct_below200_2050": 0.59881552972143015, "pct_disab_2050": 0.12195656942311912, "pct_zvhhs_2050": 0.19834087481146306, "pct_hus_rent50_2050": 0.28883861236802411, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.055138950154389001, "pct_minority_2040": 0.92236435818261997, "pct_spfam_2040": 0.30616740088105698, "pct_lep_2040": 0.32496378561081601, "pct_below200_2040": 0.71029547553093297, "pct_disab_2040": 0.068328716528162012, "pct_zvhhs_2040": 0.33822393822393798, "pct_hus_rent50_2040": 0.32717041800643104, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.229935000045572, 37.782402000164346 ], [ -122.231480999751241, 37.780769000028783 ], [ -122.229093000146619, 37.779342999952839 ], [ -122.227852999864396, 37.778613999735079 ], [ -122.225803000368586, 37.777642999807696 ], [ -122.224718999721986, 37.779771999715642 ], [ -122.223900000287557, 37.781408999934499 ], [ -122.22272899960231, 37.783749000319887 ], [ -122.222249000101613, 37.784938000185043 ], [ -122.224368999917615, 37.785646000300858 ], [ -122.225307000076043, 37.786097999679335 ], [ -122.22679199968232, 37.784510999826516 ], [ -122.227537000395216, 37.78494999981028 ], [ -122.229935000045572, 37.782402000164346 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406300", "NAME": "Census Tract 4063", "state": "06", "county_fips": "001", "tract": "406300", "county_name": "Alameda County", "tot_pop_2050": 4425, "tot_pop_pov_det_2050": 4425, "tot_pop_civ_ni_2050": 4425, "tot_hh_2050": 1239, "pop_zvhhs_2050": 219, "tot_fam_2050": 948, "tot_pop_over5_2050": 4166, "pop_hus_rent50_2050": 165, "pop_minority_2050": 3852, "pop_over75_2050": 173, "pop_spfam_2050": 277, "pop_lep_2050": 838, "pop_below200_2050": 1966, "pop_disability_2050": 618, "pct_minority_2050": 0.87050847457627123, "pct_over75_2050": 0.039096045197740112, "pct_spfam_2050": 0.2921940928270042, "pct_lep_2050": 0.20115218434949592, "pct_below200_2050": 0.44429378531073449, "pct_disab_2050": 0.13966101694915253, "pct_zvhhs_2050": 0.17675544794188866, "pct_hus_rent50_2050": 0.13317191283292978, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067060695612639012, "pct_minority_2040": 0.90884291884519208, "pct_spfam_2040": 0.34865470852017894, "pct_lep_2040": 0.23844405152816397, "pct_below200_2040": 0.61840888066605004, "pct_disab_2040": 0.12775630825187501, "pct_zvhhs_2040": 0.20065252854812399, "pct_hus_rent50_2040": 0.15823817292006501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.229001000085105, 37.790820999880879 ], [ -122.230914000211882, 37.789440999980144 ], [ -122.228900999627683, 37.788212999909177 ], [ -122.225307000076043, 37.786097999679335 ], [ -122.224368999917615, 37.785646000300858 ], [ -122.222249000101613, 37.784938000185043 ], [ -122.221192999942389, 37.787598999675289 ], [ -122.219995000391265, 37.790516000020041 ], [ -122.221572999884017, 37.790948999791901 ], [ -122.22266699967804, 37.791537999697113 ], [ -122.225427999551528, 37.793037000216763 ], [ -122.226684999552205, 37.793545000092401 ], [ -122.229001000085105, 37.790820999880879 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406400", "NAME": "Census Tract 4064", "state": "06", "county_fips": "001", "tract": "406400", "county_name": "Alameda County", "tot_pop_2050": 2466, "tot_pop_pov_det_2050": 2294, "tot_pop_civ_ni_2050": 2304, "tot_hh_2050": 746, "pop_zvhhs_2050": 180, "tot_fam_2050": 455, "tot_pop_over5_2050": 2398, "pop_hus_rent50_2050": 154, "pop_minority_2050": 1699, "pop_over75_2050": 242, "pop_spfam_2050": 78, "pop_lep_2050": 354, "pop_below200_2050": 957, "pop_disability_2050": 444, "pct_minority_2050": 0.68896999188969987, "pct_over75_2050": 0.098134630981346324, "pct_spfam_2050": 0.17142857142857146, "pct_lep_2050": 0.14762301918265222, "pct_below200_2050": 0.41717523975588494, "pct_disab_2050": 0.19270833333333331, "pct_zvhhs_2050": 0.2412868632707775, "pct_hus_rent50_2050": 0.2064343163538874, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.15184381778741901, "pct_minority_2040": 0.77266811279826508, "pct_spfam_2040": 0.20232558139534898, "pct_lep_2040": 0.17970204841713197, "pct_below200_2040": 0.44221808014911501, "pct_disab_2040": 0.20969976905311802, "pct_zvhhs_2040": 0.22048364153627303, "pct_hus_rent50_2040": 0.26470588235294101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.226684999552205, 37.793545000092401 ], [ -122.225427999551528, 37.793037000216763 ], [ -122.22266699967804, 37.791537999697113 ], [ -122.221572999884017, 37.790948999791901 ], [ -122.219995000391265, 37.790516000020041 ], [ -122.219750999993835, 37.79115199975076 ], [ -122.218468999878809, 37.794475999837623 ], [ -122.21793599977633, 37.795825999791695 ], [ -122.216974000226756, 37.798404000092461 ], [ -122.21858100003179, 37.79880300012239 ], [ -122.220981000230282, 37.799362000286045 ], [ -122.224169999725973, 37.799977000134817 ], [ -122.224984999860766, 37.798117000083188 ], [ -122.225399000137557, 37.797599999751064 ], [ -122.226684999552205, 37.793545000092401 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406500", "NAME": "Census Tract 4065", "state": "06", "county_fips": "001", "tract": "406500", "county_name": "Alameda County", "tot_pop_2050": 6055, "tot_pop_pov_det_2050": 5938, "tot_pop_civ_ni_2050": 6055, "tot_hh_2050": 1905, "pop_zvhhs_2050": 364, "tot_fam_2050": 1287, "tot_pop_over5_2050": 5747, "pop_hus_rent50_2050": 512, "pop_minority_2050": 5587, "pop_over75_2050": 145, "pop_spfam_2050": 386, "pop_lep_2050": 1216, "pop_below200_2050": 3194, "pop_disability_2050": 712, "pct_minority_2050": 0.92270850536746507, "pct_over75_2050": 0.023947151114781171, "pct_spfam_2050": 0.29992229992229991, "pct_lep_2050": 0.21158865495040891, "pct_below200_2050": 0.53789154597507582, "pct_disab_2050": 0.11758876961189099, "pct_zvhhs_2050": 0.1910761154855643, "pct_hus_rent50_2050": 0.26876640419947506, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038655462184874, "pct_minority_2040": 0.90924369747899203, "pct_spfam_2040": 0.28438228438228397, "pct_lep_2040": 0.261195361284567, "pct_below200_2040": 0.50861771802826594, "pct_disab_2040": 0.11663865546218499, "pct_zvhhs_2040": 0.18830803822372102, "pct_hus_rent50_2040": 0.19150141643059498, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.222249000101613, 37.784938000185043 ], [ -122.22272899960231, 37.783749000319887 ], [ -122.2193219996484, 37.782475999651666 ], [ -122.219099999890574, 37.782199999958678 ], [ -122.217565000055558, 37.783713000143216 ], [ -122.215271000162289, 37.785099000319846 ], [ -122.214028000405335, 37.78583400021482 ], [ -122.211978000011214, 37.787039999957145 ], [ -122.210377000053967, 37.787974999737187 ], [ -122.209818999837154, 37.788303000162266 ], [ -122.211104000325193, 37.7896879998966 ], [ -122.211685000108261, 37.790304999854428 ], [ -122.214825000098443, 37.791757000324075 ], [ -122.216995999968077, 37.792796000022605 ], [ -122.216297000184255, 37.793686000085607 ], [ -122.218468999878809, 37.794475999837623 ], [ -122.219750999993835, 37.79115199975076 ], [ -122.219995000391265, 37.790516000020041 ], [ -122.221192999942389, 37.787598999675289 ], [ -122.222249000101613, 37.784938000185043 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406601", "NAME": "Census Tract 4066.01", "state": "06", "county_fips": "001", "tract": "406601", "county_name": "Alameda County", "tot_pop_2050": 5042, "tot_pop_pov_det_2050": 5042, "tot_pop_civ_ni_2050": 5042, "tot_hh_2050": 1694, "pop_zvhhs_2050": 226, "tot_fam_2050": 1119, "tot_pop_over5_2050": 4728, "pop_hus_rent50_2050": 287, "pop_minority_2050": 4316, "pop_over75_2050": 201, "pop_spfam_2050": 226, "pop_lep_2050": 1029, "pop_below200_2050": 1982, "pop_disability_2050": 837, "pct_minority_2050": 0.85600952003173347, "pct_over75_2050": 0.039865132883776279, "pct_spfam_2050": 0.20196604110813227, "pct_lep_2050": 0.21763959390862944, "pct_below200_2050": 0.39309797699325671, "pct_disab_2050": 0.1660055533518445, "pct_zvhhs_2050": 0.13341204250295161, "pct_hus_rent50_2050": 0.16942148760330578, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040104271104873003, "pct_minority_2040": 0.89973932223781794, "pct_spfam_2040": 0.31117021276595697, "pct_lep_2040": 0.13620836891545698, "pct_below200_2040": 0.47503509123721704, "pct_disab_2040": 0.118708642470423, "pct_zvhhs_2040": 0.169637722829212, "pct_hus_rent50_2040": 0.20934256055363301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.212530000380255, 37.794736000316547 ], [ -122.214825000098443, 37.791757000324075 ], [ -122.211685000108261, 37.790304999854428 ], [ -122.211104000325193, 37.7896879998966 ], [ -122.209818999837154, 37.788303000162266 ], [ -122.206800000220753, 37.790068999830055 ], [ -122.204783000336917, 37.791252000228333 ], [ -122.203203000296071, 37.792197000081941 ], [ -122.200653000309757, 37.793712999947857 ], [ -122.203370999627239, 37.796096000087559 ], [ -122.208027000084186, 37.798599999890783 ], [ -122.208793999640079, 37.798477999881861 ], [ -122.212530000380255, 37.794736000316547 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406602", "NAME": "Census Tract 4066.02", "state": "06", "county_fips": "001", "tract": "406602", "county_name": "Alameda County", "tot_pop_2050": 2795, "tot_pop_pov_det_2050": 2795, "tot_pop_civ_ni_2050": 2795, "tot_hh_2050": 944, "pop_zvhhs_2050": 122, "tot_fam_2050": 605, "tot_pop_over5_2050": 2575, "pop_hus_rent50_2050": 210, "pop_minority_2050": 2466, "pop_over75_2050": 105, "pop_spfam_2050": 138, "pop_lep_2050": 371, "pop_below200_2050": 1295, "pop_disability_2050": 331, "pct_minority_2050": 0.88228980322003581, "pct_over75_2050": 0.037567084078711989, "pct_spfam_2050": 0.228099173553719, "pct_lep_2050": 0.14407766990291265, "pct_below200_2050": 0.46332737030411453, "pct_disab_2050": 0.1184257602862254, "pct_zvhhs_2050": 0.12923728813559321, "pct_hus_rent50_2050": 0.22245762711864409, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.032033963720570997, "pct_minority_2040": 0.82593593207255911, "pct_spfam_2040": 0.20729366602687102, "pct_lep_2040": 0.17955112219451397, "pct_below200_2040": 0.47836166924265794, "pct_disab_2040": 0.113987635239567, "pct_zvhhs_2040": 0.13879781420765, "pct_hus_rent50_2040": 0.17494356659142199, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.21793599977633, 37.795825999791695 ], [ -122.218468999878809, 37.794475999837623 ], [ -122.216297000184255, 37.793686000085607 ], [ -122.216995999968077, 37.792796000022605 ], [ -122.214825000098443, 37.791757000324075 ], [ -122.212530000380255, 37.794736000316547 ], [ -122.208793999640079, 37.798477999881861 ], [ -122.214117000093793, 37.79980499983764 ], [ -122.216221000016276, 37.800293999951023 ], [ -122.216974000226756, 37.798404000092461 ], [ -122.21793599977633, 37.795825999791695 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406700", "NAME": "Census Tract 4067", "state": "06", "county_fips": "001", "tract": "406700", "county_name": "Alameda County", "tot_pop_2050": 4992, "tot_pop_pov_det_2050": 4970, "tot_pop_civ_ni_2050": 4970, "tot_hh_2050": 2173, "pop_zvhhs_2050": 275, "tot_fam_2050": 1226, "tot_pop_over5_2050": 4675, "pop_hus_rent50_2050": 118, "pop_minority_2050": 2597, "pop_over75_2050": 389, "pop_spfam_2050": 87, "pop_lep_2050": 439, "pop_below200_2050": 969, "pop_disability_2050": 799, "pct_minority_2050": 0.52023237179487181, "pct_over75_2050": 0.077924679487179488, "pct_spfam_2050": 0.07096247960848287, "pct_lep_2050": 0.09390374331550802, "pct_below200_2050": 0.19496981891348089, "pct_disab_2050": 0.16076458752515091, "pct_zvhhs_2050": 0.12655315232397607, "pct_hus_rent50_2050": 0.054302807179015193, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076602500496130002, "pct_minority_2040": 0.44314348084937499, "pct_spfam_2040": 0.16746411483253601, "pct_lep_2040": 0.073784006595217999, "pct_below200_2040": 0.20524104820964198, "pct_disab_2040": 0.082016403280656, "pct_zvhhs_2040": 0.119058397464916, "pct_hus_rent50_2040": 0.102670349907919, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.211013999913504, 37.802860000211552 ], [ -122.214117000093793, 37.79980499983764 ], [ -122.208793999640079, 37.798477999881861 ], [ -122.208027000084186, 37.798599999890783 ], [ -122.203370999627239, 37.796096000087559 ], [ -122.202103999580856, 37.797090999914971 ], [ -122.200505999996665, 37.796920000157769 ], [ -122.198397000051301, 37.800063999897411 ], [ -122.197643999840821, 37.799396999808899 ], [ -122.196770000154785, 37.798152000196005 ], [ -122.194662999859261, 37.801770000186231 ], [ -122.193381999569169, 37.801326000251088 ], [ -122.194084999550952, 37.802956000137129 ], [ -122.192665000241988, 37.803075000322721 ], [ -122.194498999827729, 37.805509000305953 ], [ -122.192555999563709, 37.80512300025196 ], [ -122.195037999777995, 37.808232999740738 ], [ -122.19405899961167, 37.807422999812914 ], [ -122.195356999620202, 37.808705000089461 ], [ -122.197791000153913, 37.810588999796245 ], [ -122.20165800041535, 37.810168999938753 ], [ -122.206072999949541, 37.807278999715713 ], [ -122.207371999782978, 37.806409000134515 ], [ -122.210327999650161, 37.803515000101342 ], [ -122.211013999913504, 37.802860000211552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406800", "NAME": "Census Tract 4068", "state": "06", "county_fips": "001", "tract": "406800", "county_name": "Alameda County", "tot_pop_2050": 3510, "tot_pop_pov_det_2050": 3504, "tot_pop_civ_ni_2050": 3504, "tot_hh_2050": 1351, "pop_zvhhs_2050": 69, "tot_fam_2050": 854, "tot_pop_over5_2050": 3203, "pop_hus_rent50_2050": 91, "pop_minority_2050": 1978, "pop_over75_2050": 233, "pop_spfam_2050": 112, "pop_lep_2050": 220, "pop_below200_2050": 597, "pop_disability_2050": 293, "pct_minority_2050": 0.56353276353276349, "pct_over75_2050": 0.066381766381766377, "pct_spfam_2050": 0.13114754098360654, "pct_lep_2050": 0.06868560724320949, "pct_below200_2050": 0.17037671232876711, "pct_disab_2050": 0.08361872146118722, "pct_zvhhs_2050": 0.051073279052553662, "pct_hus_rent50_2050": 0.067357512953367879, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051367025683513007, "pct_minority_2040": 0.67826567246617009, "pct_spfam_2040": 0.23333333333333303, "pct_lep_2040": 0.062173155142359, "pct_below200_2040": 0.13713021841304901, "pct_disab_2040": 0.065247442632014999, "pct_zvhhs_2040": 0.033898305084745999, "pct_hus_rent50_2040": 0.10082150858849902, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.202103999580856, 37.797090999914971 ], [ -122.203370999627239, 37.796096000087559 ], [ -122.200653000309757, 37.793712999947857 ], [ -122.198304000164896, 37.791118000111247 ], [ -122.194306000382184, 37.793457999750913 ], [ -122.191623000326487, 37.795028000200396 ], [ -122.191542999960561, 37.795090999902435 ], [ -122.191055000063926, 37.795523999837592 ], [ -122.19247199989816, 37.797505000116232 ], [ -122.193066000099989, 37.798060999726339 ], [ -122.191753000022814, 37.798872000255869 ], [ -122.187682000445221, 37.798821999867215 ], [ -122.185369000285377, 37.798489000007287 ], [ -122.190151000240675, 37.802808000229312 ], [ -122.19405899961167, 37.807422999812914 ], [ -122.195037999777995, 37.808232999740738 ], [ -122.192555999563709, 37.80512300025196 ], [ -122.194498999827729, 37.805509000305953 ], [ -122.192665000241988, 37.803075000322721 ], [ -122.194084999550952, 37.802956000137129 ], [ -122.193381999569169, 37.801326000251088 ], [ -122.194662999859261, 37.801770000186231 ], [ -122.196770000154785, 37.798152000196005 ], [ -122.197643999840821, 37.799396999808899 ], [ -122.198397000051301, 37.800063999897411 ], [ -122.200505999996665, 37.796920000157769 ], [ -122.202103999580856, 37.797090999914971 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001406900", "NAME": "Census Tract 4069", "state": "06", "county_fips": "001", "tract": "406900", "county_name": "Alameda County", "tot_pop_2050": 3708, "tot_pop_pov_det_2050": 3684, "tot_pop_civ_ni_2050": 3708, "tot_hh_2050": 1538, "pop_zvhhs_2050": 99, "tot_fam_2050": 889, "tot_pop_over5_2050": 3466, "pop_hus_rent50_2050": 133, "pop_minority_2050": 2214, "pop_over75_2050": 111, "pop_spfam_2050": 122, "pop_lep_2050": 244, "pop_below200_2050": 722, "pop_disability_2050": 293, "pct_minority_2050": 0.59708737864077666, "pct_over75_2050": 0.029935275080906151, "pct_spfam_2050": 0.13723284589426321, "pct_lep_2050": 0.070398153491055979, "pct_below200_2050": 0.19598262757871879, "pct_disab_2050": 0.079018338727076587, "pct_zvhhs_2050": 0.064369310793237974, "pct_hus_rent50_2050": 0.086475942782834853, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022533022533023001, "pct_minority_2040": 0.66951566951566999, "pct_spfam_2040": 0.254584681769148, "pct_lep_2040": 0.088423988842399007, "pct_below200_2040": 0.27310488058151605, "pct_disab_2040": 0.08132608132608099, "pct_zvhhs_2040": 0.033685601056803002, "pct_hus_rent50_2040": 0.091339648173206986, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.198304000164896, 37.791118000111247 ], [ -122.194846000157355, 37.787285000215682 ], [ -122.190122999753299, 37.78969200022474 ], [ -122.188275999748711, 37.790635999906065 ], [ -122.185984000403607, 37.789802000289463 ], [ -122.184277999966056, 37.791537000172504 ], [ -122.183759000107287, 37.792073999919779 ], [ -122.185836000265596, 37.793375000145595 ], [ -122.185689999777395, 37.79588999969868 ], [ -122.18438699974601, 37.797243999997271 ], [ -122.185369000285377, 37.798489000007287 ], [ -122.187682000445221, 37.798821999867215 ], [ -122.191753000022814, 37.798872000255869 ], [ -122.193066000099989, 37.798060999726339 ], [ -122.19247199989816, 37.797505000116232 ], [ -122.191055000063926, 37.795523999837592 ], [ -122.191542999960561, 37.795090999902435 ], [ -122.191623000326487, 37.795028000200396 ], [ -122.194306000382184, 37.793457999750913 ], [ -122.198304000164896, 37.791118000111247 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407000", "NAME": "Census Tract 4070", "state": "06", "county_fips": "001", "tract": "407000", "county_name": "Alameda County", "tot_pop_2050": 5924, "tot_pop_pov_det_2050": 5795, "tot_pop_civ_ni_2050": 5795, "tot_hh_2050": 1946, "pop_zvhhs_2050": 362, "tot_fam_2050": 1375, "tot_pop_over5_2050": 5639, "pop_hus_rent50_2050": 516, "pop_minority_2050": 5008, "pop_over75_2050": 235, "pop_spfam_2050": 301, "pop_lep_2050": 1435, "pop_below200_2050": 2554, "pop_disability_2050": 645, "pct_minority_2050": 0.84537474679270763, "pct_over75_2050": 0.039669142471303175, "pct_spfam_2050": 0.21890909090909089, "pct_lep_2050": 0.25447774428090092, "pct_below200_2050": 0.44072476272648842, "pct_disab_2050": 0.11130284728213978, "pct_zvhhs_2050": 0.18602261048304211, "pct_hus_rent50_2050": 0.26515930113052416, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.035782859137720002, "pct_minority_2040": 0.89247687205445991, "pct_spfam_2040": 0.25461538461538502, "pct_lep_2040": 0.24686809137804003, "pct_below200_2040": 0.55473665288513396, "pct_disab_2040": 0.093102215868478014, "pct_zvhhs_2040": 0.18117519042437399, "pct_hus_rent50_2040": 0.20621931260229104, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.209818999837154, 37.788303000162266 ], [ -122.210377000053967, 37.787974999737187 ], [ -122.207443999752982, 37.785372999910486 ], [ -122.204139999731268, 37.782517000084034 ], [ -122.200715000234041, 37.784272999801317 ], [ -122.200124000405239, 37.784570999699987 ], [ -122.196226000181667, 37.786591000145208 ], [ -122.195775000094969, 37.786828999804996 ], [ -122.194846000157355, 37.787285000215682 ], [ -122.198304000164896, 37.791118000111247 ], [ -122.200653000309757, 37.793712999947857 ], [ -122.203203000296071, 37.792197000081941 ], [ -122.204783000336917, 37.791252000228333 ], [ -122.206800000220753, 37.790068999830055 ], [ -122.209818999837154, 37.788303000162266 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407101", "NAME": "Census Tract 4071.01", "state": "06", "county_fips": "001", "tract": "407101", "county_name": "Alameda County", "tot_pop_2050": 3737, "tot_pop_pov_det_2050": 3737, "tot_pop_civ_ni_2050": 3737, "tot_hh_2050": 1035, "pop_zvhhs_2050": 152, "tot_fam_2050": 716, "tot_pop_over5_2050": 3428, "pop_hus_rent50_2050": 162, "pop_minority_2050": 3463, "pop_over75_2050": 135, "pop_spfam_2050": 113, "pop_lep_2050": 880, "pop_below200_2050": 2011, "pop_disability_2050": 405, "pct_minority_2050": 0.92667915440192683, "pct_over75_2050": 0.036125234145036128, "pct_spfam_2050": 0.15782122905027932, "pct_lep_2050": 0.25670945157526248, "pct_below200_2050": 0.53813219159753811, "pct_disab_2050": 0.10837570243510836, "pct_zvhhs_2050": 0.14685990338164251, "pct_hus_rent50_2050": 0.15652173913043479, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.032972694487377996, "pct_minority_2040": 0.94899536321483802, "pct_spfam_2040": 0.3, "pct_lep_2040": 0.31674958540630199, "pct_below200_2040": 0.71535291087068509, "pct_disab_2040": 0.11025244719216901, "pct_zvhhs_2040": 0.14093959731543601, "pct_hus_rent50_2040": 0.202247191011236, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.219099999890574, 37.782199999958678 ], [ -122.218657000199798, 37.780837999964547 ], [ -122.218004000446697, 37.78020700002611 ], [ -122.216665000430282, 37.779038000290385 ], [ -122.21292700004031, 37.781651999664234 ], [ -122.210696999721122, 37.783220999994988 ], [ -122.209048999908205, 37.784396999790744 ], [ -122.211978000011214, 37.787039999957145 ], [ -122.214028000405335, 37.78583400021482 ], [ -122.215271000162289, 37.785099000319846 ], [ -122.217565000055558, 37.783713000143216 ], [ -122.219099999890574, 37.782199999958678 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407102", "NAME": "Census Tract 4071.02", "state": "06", "county_fips": "001", "tract": "407102", "county_name": "Alameda County", "tot_pop_2050": 4416, "tot_pop_pov_det_2050": 4308, "tot_pop_civ_ni_2050": 4411, "tot_hh_2050": 1300, "pop_zvhhs_2050": 182, "tot_fam_2050": 948, "tot_pop_over5_2050": 3988, "pop_hus_rent50_2050": 212, "pop_minority_2050": 4005, "pop_over75_2050": 125, "pop_spfam_2050": 209, "pop_lep_2050": 606, "pop_below200_2050": 1718, "pop_disability_2050": 652, "pct_minority_2050": 0.90692934782608681, "pct_over75_2050": 0.028306159420289856, "pct_spfam_2050": 0.22046413502109705, "pct_lep_2050": 0.15195586760280844, "pct_below200_2050": 0.39879294336118848, "pct_disab_2050": 0.14781228746316027, "pct_zvhhs_2050": 0.14, "pct_hus_rent50_2050": 0.16307692307692306, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045859305431879008, "pct_minority_2040": 0.92097061442564609, "pct_spfam_2040": 0.19165839126117198, "pct_lep_2040": 0.24519456165025799, "pct_below200_2040": 0.35516934046345794, "pct_disab_2040": 0.13928571428571399, "pct_zvhhs_2040": 0.15200617283950599, "pct_hus_rent50_2040": 0.18457943925233603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.216665000430282, 37.779038000290385 ], [ -122.215354000002961, 37.777833000327718 ], [ -122.214748000105573, 37.777316999788169 ], [ -122.213859000350922, 37.776520999994389 ], [ -122.211733999613742, 37.774681000254432 ], [ -122.211132999739206, 37.775171000240498 ], [ -122.206810000266515, 37.779733999653445 ], [ -122.20638500011907, 37.780182000265299 ], [ -122.204139999731268, 37.782517000084034 ], [ -122.207443999752982, 37.785372999910486 ], [ -122.210377000053967, 37.787974999737187 ], [ -122.211978000011214, 37.787039999957145 ], [ -122.209048999908205, 37.784396999790744 ], [ -122.210696999721122, 37.783220999994988 ], [ -122.21292700004031, 37.781651999664234 ], [ -122.216665000430282, 37.779038000290385 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407200", "NAME": "Census Tract 4072", "state": "06", "county_fips": "001", "tract": "407200", "county_name": "Alameda County", "tot_pop_2050": 6894, "tot_pop_pov_det_2050": 6846, "tot_pop_civ_ni_2050": 6846, "tot_hh_2050": 1895, "pop_zvhhs_2050": 479, "tot_fam_2050": 1362, "tot_pop_over5_2050": 6493, "pop_hus_rent50_2050": 451, "pop_minority_2050": 6206, "pop_over75_2050": 354, "pop_spfam_2050": 428, "pop_lep_2050": 2078, "pop_below200_2050": 3871, "pop_disability_2050": 861, "pct_minority_2050": 0.90020307513780085, "pct_over75_2050": 0.051348999129677983, "pct_spfam_2050": 0.31424375917767988, "pct_lep_2050": 0.3200369628831049, "pct_below200_2050": 0.56543967280163598, "pct_disab_2050": 0.12576687116564414, "pct_zvhhs_2050": 0.25277044854881264, "pct_hus_rent50_2050": 0.23799472295514509, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.050365303901757003, "pct_minority_2040": 0.94217316959427999, "pct_spfam_2040": 0.33744855967078202, "pct_lep_2040": 0.29530087897227897, "pct_below200_2040": 0.673685877137429, "pct_disab_2040": 0.11612903225806501, "pct_zvhhs_2040": 0.20705610179294395, "pct_hus_rent50_2040": 0.23543400713436399, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.224718999721986, 37.779771999715642 ], [ -122.225803000368586, 37.777642999807696 ], [ -122.220854999833591, 37.775260000299568 ], [ -122.218938000407192, 37.774348000234859 ], [ -122.214794000136308, 37.772375999926922 ], [ -122.211733999613742, 37.774681000254432 ], [ -122.213859000350922, 37.776520999994389 ], [ -122.214748000105573, 37.777316999788169 ], [ -122.215354000002961, 37.777833000327718 ], [ -122.216665000430282, 37.779038000290385 ], [ -122.218004000446697, 37.78020700002611 ], [ -122.218657000199798, 37.780837999964547 ], [ -122.219099999890574, 37.782199999958678 ], [ -122.2193219996484, 37.782475999651666 ], [ -122.22272899960231, 37.783749000319887 ], [ -122.223900000287557, 37.781408999934499 ], [ -122.224718999721986, 37.779771999715642 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407300", "NAME": "Census Tract 4073", "state": "06", "county_fips": "001", "tract": "407300", "county_name": "Alameda County", "tot_pop_2050": 2440, "tot_pop_pov_det_2050": 2420, "tot_pop_civ_ni_2050": 2440, "tot_hh_2050": 774, "pop_zvhhs_2050": 110, "tot_fam_2050": 460, "tot_pop_over5_2050": 2346, "pop_hus_rent50_2050": 246, "pop_minority_2050": 2055, "pop_over75_2050": 68, "pop_spfam_2050": 92, "pop_lep_2050": 602, "pop_below200_2050": 1377, "pop_disability_2050": 187, "pct_minority_2050": 0.84221311475409832, "pct_over75_2050": 0.027868852459016397, "pct_spfam_2050": 0.2, "pct_lep_2050": 0.25660699062233588, "pct_below200_2050": 0.56900826446280994, "pct_disab_2050": 0.076639344262295087, "pct_zvhhs_2050": 0.1421188630490956, "pct_hus_rent50_2050": 0.31782945736434109, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021501172791243001, "pct_minority_2040": 0.86903831118060992, "pct_spfam_2040": 0.15833333333333299, "pct_lep_2040": 0.23896314297286397, "pct_below200_2040": 0.49843627834245502, "pct_disab_2040": 0.066458170445660991, "pct_zvhhs_2040": 0.08, "pct_hus_rent50_2040": 0.24055944055944101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.22490399966992, 37.764562999939947 ], [ -122.224213000281992, 37.762813000223261 ], [ -122.223480999987885, 37.754702000117554 ], [ -122.218112000401732, 37.759655999963073 ], [ -122.214851999862631, 37.761467999828454 ], [ -122.207536999639444, 37.753147999662275 ], [ -122.205175999798996, 37.75423100000161 ], [ -122.201101999848333, 37.754883999763329 ], [ -122.202508999636805, 37.756077000084204 ], [ -122.200822000364155, 37.756782000334965 ], [ -122.205584000228001, 37.760862999894584 ], [ -122.199501999715977, 37.765149000270078 ], [ -122.203680000322052, 37.767126000145929 ], [ -122.207007999734927, 37.768702999970607 ], [ -122.210777999911969, 37.77047900022572 ], [ -122.214794000136308, 37.772375999926922 ], [ -122.217139999908142, 37.770584999830071 ], [ -122.223756000347521, 37.765578999895155 ], [ -122.22490399966992, 37.764562999939947 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407400", "NAME": "Census Tract 4074", "state": "06", "county_fips": "001", "tract": "407400", "county_name": "Alameda County", "tot_pop_2050": 4399, "tot_pop_pov_det_2050": 4399, "tot_pop_civ_ni_2050": 4399, "tot_hh_2050": 1152, "pop_zvhhs_2050": 211, "tot_fam_2050": 810, "tot_pop_over5_2050": 4032, "pop_hus_rent50_2050": 187, "pop_minority_2050": 4290, "pop_over75_2050": 103, "pop_spfam_2050": 275, "pop_lep_2050": 974, "pop_below200_2050": 2325, "pop_disability_2050": 570, "pct_minority_2050": 0.97522164128210964, "pct_over75_2050": 0.02341441236644692, "pct_spfam_2050": 0.33950617283950618, "pct_lep_2050": 0.24156746031746029, "pct_below200_2050": 0.52852921118436014, "pct_disab_2050": 0.12957490338713346, "pct_zvhhs_2050": 0.18315972222222221, "pct_hus_rent50_2050": 0.1623263888888889, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021330275229358004, "pct_minority_2040": 0.9467889908256879, "pct_spfam_2040": 0.32416953035509699, "pct_lep_2040": 0.259683995922528, "pct_below200_2040": 0.56135110294117696, "pct_disab_2040": 0.098165137614679002, "pct_zvhhs_2040": 0.17517605633802802, "pct_hus_rent50_2040": 0.23523898781630703, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.211733999613742, 37.774681000254432 ], [ -122.214794000136308, 37.772375999926922 ], [ -122.210777999911969, 37.77047900022572 ], [ -122.207007999734927, 37.768702999970607 ], [ -122.203680000322052, 37.767126000145929 ], [ -122.200839999907501, 37.769130000041606 ], [ -122.200808999945366, 37.770067000200015 ], [ -122.20080499974739, 37.772661000236354 ], [ -122.202978000165189, 37.772674999994059 ], [ -122.205108999851845, 37.772674000214344 ], [ -122.20761100015757, 37.772733999755232 ], [ -122.208708000324677, 37.773252999645358 ], [ -122.211733999613742, 37.774681000254432 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407500", "NAME": "Census Tract 4075", "state": "06", "county_fips": "001", "tract": "407500", "county_name": "Alameda County", "tot_pop_2050": 4560, "tot_pop_pov_det_2050": 4499, "tot_pop_civ_ni_2050": 4499, "tot_hh_2050": 1327, "pop_zvhhs_2050": 229, "tot_fam_2050": 871, "tot_pop_over5_2050": 4163, "pop_hus_rent50_2050": 385, "pop_minority_2050": 4280, "pop_over75_2050": 118, "pop_spfam_2050": 307, "pop_lep_2050": 854, "pop_below200_2050": 3281, "pop_disability_2050": 589, "pct_minority_2050": 0.93859649122807021, "pct_over75_2050": 0.025877192982456141, "pct_spfam_2050": 0.35246842709529275, "pct_lep_2050": 0.20514052366082156, "pct_below200_2050": 0.72927317181595908, "pct_disab_2050": 0.13091798177372749, "pct_zvhhs_2050": 0.17256970610399394, "pct_hus_rent50_2050": 0.2901281085154484, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045783132530120993, "pct_minority_2040": 0.94216867469879506, "pct_spfam_2040": 0.45429362880886398, "pct_lep_2040": 0.20180547466511398, "pct_below200_2040": 0.71756350723845919, "pct_disab_2040": 0.14531079607415498, "pct_zvhhs_2040": 0.27117263843648198, "pct_hus_rent50_2040": 0.28383128295254806, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.200839999907501, 37.769130000041606 ], [ -122.203680000322052, 37.767126000145929 ], [ -122.199501999715977, 37.765149000270078 ], [ -122.195729000064205, 37.767804000104341 ], [ -122.194984000249633, 37.768321999964378 ], [ -122.192194000063822, 37.770292000124535 ], [ -122.190345000409451, 37.771576000301856 ], [ -122.195919999859939, 37.772639000104583 ], [ -122.20080499974739, 37.772661000236354 ], [ -122.200808999945366, 37.770067000200015 ], [ -122.200839999907501, 37.769130000041606 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407600", "NAME": "Census Tract 4076", "state": "06", "county_fips": "001", "tract": "407600", "county_name": "Alameda County", "tot_pop_2050": 6606, "tot_pop_pov_det_2050": 6601, "tot_pop_civ_ni_2050": 6601, "tot_hh_2050": 2200, "pop_zvhhs_2050": 267, "tot_fam_2050": 1506, "tot_pop_over5_2050": 6007, "pop_hus_rent50_2050": 301, "pop_minority_2050": 5747, "pop_over75_2050": 146, "pop_spfam_2050": 355, "pop_lep_2050": 656, "pop_below200_2050": 2472, "pop_disability_2050": 710, "pct_minority_2050": 0.86996669694217377, "pct_over75_2050": 0.022101120193763247, "pct_spfam_2050": 0.2357237715803453, "pct_lep_2050": 0.10920592641917763, "pct_below200_2050": 0.37448871383123772, "pct_disab_2050": 0.10755946068777457, "pct_zvhhs_2050": 0.12136363636363635, "pct_hus_rent50_2050": 0.13681818181818181, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023163353500432003, "pct_minority_2040": 0.88366464995678495, "pct_spfam_2040": 0.257377049180328, "pct_lep_2040": 0.12376330035467599, "pct_below200_2040": 0.44699339589850501, "pct_disab_2040": 0.141047883414296, "pct_zvhhs_2040": 0.172481572481572, "pct_hus_rent50_2040": 0.14345331246739701, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.211132999739206, 37.775171000240498 ], [ -122.211733999613742, 37.774681000254432 ], [ -122.208708000324677, 37.773252999645358 ], [ -122.20761100015757, 37.772733999755232 ], [ -122.205108999851845, 37.772674000214344 ], [ -122.202978000165189, 37.772674999994059 ], [ -122.20080499974739, 37.772661000236354 ], [ -122.195919999859939, 37.772639000104583 ], [ -122.199324000339075, 37.775641000059295 ], [ -122.201116000092028, 37.77723699966824 ], [ -122.19949699969311, 37.778385999757205 ], [ -122.195924000057886, 37.78092399987662 ], [ -122.200124000405239, 37.784570999699987 ], [ -122.200715000234041, 37.784272999801317 ], [ -122.204139999731268, 37.782517000084034 ], [ -122.20638500011907, 37.780182000265299 ], [ -122.206810000266515, 37.779733999653445 ], [ -122.211132999739206, 37.775171000240498 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407700", "NAME": "Census Tract 4077", "state": "06", "county_fips": "001", "tract": "407700", "county_name": "Alameda County", "tot_pop_2050": 4288, "tot_pop_pov_det_2050": 4209, "tot_pop_civ_ni_2050": 4282, "tot_hh_2050": 1691, "pop_zvhhs_2050": 123, "tot_fam_2050": 1055, "tot_pop_over5_2050": 3948, "pop_hus_rent50_2050": 175, "pop_minority_2050": 3130, "pop_over75_2050": 315, "pop_spfam_2050": 182, "pop_lep_2050": 57, "pop_below200_2050": 807, "pop_disability_2050": 661, "pct_minority_2050": 0.72994402985074625, "pct_over75_2050": 0.073460820895522388, "pct_spfam_2050": 0.17251184834123226, "pct_lep_2050": 0.014437689969604862, "pct_below200_2050": 0.19173200285103351, "pct_disab_2050": 0.15436711816907986, "pct_zvhhs_2050": 0.072738024837374321, "pct_hus_rent50_2050": 0.10348905972797159, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056254287674364994, "pct_minority_2040": 0.73039103590212706, "pct_spfam_2040": 0.20923656927426998, "pct_lep_2040": 0.0019370460048429999, "pct_below200_2040": 0.25260718424101997, "pct_disab_2040": 0.12980769230769199, "pct_zvhhs_2040": 0.049170616113744008, "pct_hus_rent50_2040": 0.098684210526315999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.19949699969311, 37.778385999757205 ], [ -122.201116000092028, 37.77723699966824 ], [ -122.199324000339075, 37.775641000059295 ], [ -122.195919999859939, 37.772639000104583 ], [ -122.190345000409451, 37.771576000301856 ], [ -122.185068999811378, 37.775652999773868 ], [ -122.185933000349962, 37.775838000333501 ], [ -122.18794400038604, 37.777822999677241 ], [ -122.188298000388357, 37.777873000075992 ], [ -122.192014999963646, 37.781062000104285 ], [ -122.193537000278184, 37.782575000154665 ], [ -122.193629000339683, 37.782553000133269 ], [ -122.195924000057886, 37.78092399987662 ], [ -122.19949699969311, 37.778385999757205 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407800", "NAME": "Census Tract 4078", "state": "06", "county_fips": "001", "tract": "407800", "county_name": "Alameda County", "tot_pop_2050": 2734, "tot_pop_pov_det_2050": 1895, "tot_pop_civ_ni_2050": 2734, "tot_hh_2050": 757, "pop_zvhhs_2050": 39, "tot_fam_2050": 480, "tot_pop_over5_2050": 2642, "pop_hus_rent50_2050": 61, "pop_minority_2050": 1928, "pop_over75_2050": 112, "pop_spfam_2050": 67, "pop_lep_2050": 90, "pop_below200_2050": 424, "pop_disability_2050": 287, "pct_minority_2050": 0.70519385515727873, "pct_over75_2050": 0.040965618141916606, "pct_spfam_2050": 0.13958333333333334, "pct_lep_2050": 0.034065102195306583, "pct_below200_2050": 0.22374670184696571, "pct_disab_2050": 0.1049743964886613, "pct_zvhhs_2050": 0.05151915455746367, "pct_hus_rent50_2050": 0.080581241743725218, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035805626598464993, "pct_minority_2040": 0.7595907928388751, "pct_spfam_2040": 0.21319796954314701, "pct_lep_2040": 0.035173978819969996, "pct_below200_2040": 0.32330046704722398, "pct_disab_2040": 0.094263792473511007, "pct_zvhhs_2040": 0.069387755102040996, "pct_hus_rent50_2040": 0.092067988668554979, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.196226000181667, 37.786591000145208 ], [ -122.200124000405239, 37.784570999699987 ], [ -122.195924000057886, 37.78092399987662 ], [ -122.193629000339683, 37.782553000133269 ], [ -122.193537000278184, 37.782575000154665 ], [ -122.192014999963646, 37.781062000104285 ], [ -122.188298000388357, 37.777873000075992 ], [ -122.18794400038604, 37.777822999677241 ], [ -122.185933000349962, 37.775838000333501 ], [ -122.185068999811378, 37.775652999773868 ], [ -122.184009000352532, 37.776484999847547 ], [ -122.182559000008041, 37.777411999818135 ], [ -122.180188999946779, 37.779744000045397 ], [ -122.175054999638931, 37.780209999769639 ], [ -122.173804000384379, 37.78042499976884 ], [ -122.170189999842947, 37.779310999940265 ], [ -122.177690000014081, 37.783588000083995 ], [ -122.178401000391787, 37.783822000249486 ], [ -122.179450999804885, 37.78401900002072 ], [ -122.180701000132856, 37.784070000113786 ], [ -122.187783999654158, 37.784355000069546 ], [ -122.188586000268444, 37.784445999672016 ], [ -122.192183000193154, 37.785265000281214 ], [ -122.195775000094969, 37.786828999804996 ], [ -122.196226000181667, 37.786591000145208 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001407900", "NAME": "Census Tract 4079", "state": "06", "county_fips": "001", "tract": "407900", "county_name": "Alameda County", "tot_pop_2050": 3074, "tot_pop_pov_det_2050": 3068, "tot_pop_civ_ni_2050": 3068, "tot_hh_2050": 1136, "pop_zvhhs_2050": 12, "tot_fam_2050": 791, "tot_pop_over5_2050": 2850, "pop_hus_rent50_2050": 94, "pop_minority_2050": 1686, "pop_over75_2050": 153, "pop_spfam_2050": 108, "pop_lep_2050": 149, "pop_below200_2050": 447, "pop_disability_2050": 327, "pct_minority_2050": 0.54847104749512032, "pct_over75_2050": 0.049772283669486016, "pct_spfam_2050": 0.13653603034134007, "pct_lep_2050": 0.052280701754385962, "pct_below200_2050": 0.14569752281616688, "pct_disab_2050": 0.10658409387222946, "pct_zvhhs_2050": 0.010563380281690141, "pct_hus_rent50_2050": 0.082746478873239437, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049352467623380997, "pct_minority_2040": 0.57577878893944701, "pct_spfam_2040": 0.21068249258160199, "pct_lep_2040": 0.050770966528769994, "pct_below200_2040": 0.12136092599088, "pct_disab_2040": 0.077031304959550004, "pct_zvhhs_2040": 0.067089755213054991, "pct_hus_rent50_2040": 0.083180987202925008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.194846000157355, 37.787285000215682 ], [ -122.195775000094969, 37.786828999804996 ], [ -122.192183000193154, 37.785265000281214 ], [ -122.188586000268444, 37.784445999672016 ], [ -122.187783999654158, 37.784355000069546 ], [ -122.180701000132856, 37.784070000113786 ], [ -122.179450999804885, 37.78401900002072 ], [ -122.178401000391787, 37.783822000249486 ], [ -122.178321000025832, 37.784668999909201 ], [ -122.177195000444755, 37.787633000224048 ], [ -122.179923999632919, 37.79062800006168 ], [ -122.179633000278088, 37.79168799993402 ], [ -122.181568999971091, 37.794211000291753 ], [ -122.181994000118522, 37.793870000029472 ], [ -122.18438699974601, 37.797243999997271 ], [ -122.185689999777395, 37.79588999969868 ], [ -122.185836000265596, 37.793375000145595 ], [ -122.183759000107287, 37.792073999919779 ], [ -122.184277999966056, 37.791537000172504 ], [ -122.185984000403607, 37.789802000289463 ], [ -122.188275999748711, 37.790635999906065 ], [ -122.190122999753299, 37.78969200022474 ], [ -122.194846000157355, 37.787285000215682 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408000", "NAME": "Census Tract 4080", "state": "06", "county_fips": "001", "tract": "408000", "county_name": "Alameda County", "tot_pop_2050": 2718, "tot_pop_pov_det_2050": 2280, "tot_pop_civ_ni_2050": 2718, "tot_hh_2050": 1010, "pop_zvhhs_2050": 64, "tot_fam_2050": 636, "tot_pop_over5_2050": 2655, "pop_hus_rent50_2050": 30, "pop_minority_2050": 1270, "pop_over75_2050": 205, "pop_spfam_2050": 49, "pop_lep_2050": 38, "pop_below200_2050": 218, "pop_disability_2050": 306, "pct_minority_2050": 0.4672553348050037, "pct_over75_2050": 0.075423105224429729, "pct_spfam_2050": 0.077044025157232701, "pct_lep_2050": 0.014312617702448209, "pct_below200_2050": 0.095614035087719304, "pct_disab_2050": 0.11258278145695363, "pct_zvhhs_2050": 0.063366336633663381, "pct_hus_rent50_2050": 0.029702970297029702, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054102472232175007, "pct_minority_2040": 0.51558581153708294, "pct_spfam_2040": 0.059815950920245005, "pct_lep_2040": 0.026934749620637001, "pct_below200_2040": 0.094122482531854013, "pct_disab_2040": 0.097814403439626996, "pct_zvhhs_2040": 0.057318321392016001, "pct_hus_rent50_2040": 0.017075773745998002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.197201999974922, 37.810958000153043 ], [ -122.197791000153913, 37.810588999796245 ], [ -122.195356999620202, 37.808705000089461 ], [ -122.19405899961167, 37.807422999812914 ], [ -122.190151000240675, 37.802808000229312 ], [ -122.185369000285377, 37.798489000007287 ], [ -122.182769000070337, 37.796716999720466 ], [ -122.176920000085147, 37.794239000160076 ], [ -122.175817999895173, 37.794814000281804 ], [ -122.173600999994804, 37.797162999993162 ], [ -122.170753999907575, 37.796511999810754 ], [ -122.170614999990406, 37.800138000153254 ], [ -122.175956999812371, 37.802698999738261 ], [ -122.176952999697122, 37.804711000274203 ], [ -122.178138999552644, 37.803963999984802 ], [ -122.179157000077026, 37.804981000033379 ], [ -122.18132899977158, 37.808877000242418 ], [ -122.183104999630999, 37.809602000032065 ], [ -122.186745000111713, 37.809314000248342 ], [ -122.191459000294969, 37.809751999785057 ], [ -122.194648999615552, 37.810822000349567 ], [ -122.197201999974922, 37.810958000153043 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408100", "NAME": "Census Tract 4081", "state": "06", "county_fips": "001", "tract": "408100", "county_name": "Alameda County", "tot_pop_2050": 6108, "tot_pop_pov_det_2050": 6108, "tot_pop_civ_ni_2050": 6108, "tot_hh_2050": 2697, "pop_zvhhs_2050": 55, "tot_fam_2050": 1605, "tot_pop_over5_2050": 5735, "pop_hus_rent50_2050": 99, "pop_minority_2050": 3705, "pop_over75_2050": 450, "pop_spfam_2050": 121, "pop_lep_2050": 131, "pop_below200_2050": 725, "pop_disability_2050": 532, "pct_minority_2050": 0.60658153241650292, "pct_over75_2050": 0.073673870333988214, "pct_spfam_2050": 0.075389408099688471, "pct_lep_2050": 0.022842197035745426, "pct_below200_2050": 0.11869679109364767, "pct_disab_2050": 0.087098886705959402, "pct_zvhhs_2050": 0.020393029291805708, "pct_hus_rent50_2050": 0.036707452725250278, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071948011759244992, "pct_minority_2040": 0.64397338697199402, "pct_spfam_2040": 0.031331592689294994, "pct_lep_2040": 0.016993895396799002, "pct_below200_2040": 0.069627108154107997, "pct_disab_2040": 0.07504254989942799, "pct_zvhhs_2040": 0.010436079016027, "pct_hus_rent50_2040": 0.020864946889226001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.185369000285377, 37.798489000007287 ], [ -122.18438699974601, 37.797243999997271 ], [ -122.181994000118522, 37.793870000029472 ], [ -122.181568999971091, 37.794211000291753 ], [ -122.179633000278088, 37.79168799993402 ], [ -122.179923999632919, 37.79062800006168 ], [ -122.177195000444755, 37.787633000224048 ], [ -122.178321000025832, 37.784668999909201 ], [ -122.178401000391787, 37.783822000249486 ], [ -122.177690000014081, 37.783588000083995 ], [ -122.170189999842947, 37.779310999940265 ], [ -122.16599100021881, 37.77729199976001 ], [ -122.158068000448381, 37.773347999927203 ], [ -122.156288000390987, 37.772002000325713 ], [ -122.155823999885484, 37.772353999710354 ], [ -122.153956999789472, 37.77239999970385 ], [ -122.150944000020885, 37.770404000279925 ], [ -122.147744999581136, 37.771393000033022 ], [ -122.144593999720271, 37.773175000354215 ], [ -122.142248999773358, 37.772539999785714 ], [ -122.138414000197287, 37.769643999851802 ], [ -122.136356000305582, 37.769864999662417 ], [ -122.135070999817529, 37.770397000186442 ], [ -122.131719000115197, 37.770913000027939 ], [ -122.128682999882088, 37.769607999906832 ], [ -122.131807999803655, 37.775338999974977 ], [ -122.13375000024277, 37.777318999932064 ], [ -122.133176000132408, 37.777674000120186 ], [ -122.134336999873597, 37.778282999798236 ], [ -122.143705999790569, 37.787392999732702 ], [ -122.141799000409904, 37.789750999892625 ], [ -122.143243999833203, 37.790349000244859 ], [ -122.143316999628155, 37.793017000189316 ], [ -122.152291000433223, 37.793081999903798 ], [ -122.152262000120913, 37.796405000303636 ], [ -122.156669999982412, 37.796465999915583 ], [ -122.158419999902563, 37.79802399998696 ], [ -122.159696999994708, 37.80005699977346 ], [ -122.162322000324082, 37.800021999853513 ], [ -122.161631999862806, 37.801443000022978 ], [ -122.16414599986409, 37.802929000104143 ], [ -122.165036000341942, 37.805175000023759 ], [ -122.167527999703651, 37.805788999693029 ], [ -122.170528999776693, 37.804653999891279 ], [ -122.170019999963642, 37.801683000303683 ], [ -122.168410999610487, 37.800940000338436 ], [ -122.168388000044274, 37.799128000352617 ], [ -122.170614999990406, 37.800138000153254 ], [ -122.170753999907575, 37.796511999810754 ], [ -122.173600999994804, 37.797162999993162 ], [ -122.175817999895173, 37.794814000281804 ], [ -122.176920000085147, 37.794239000160076 ], [ -122.182769000070337, 37.796716999720466 ], [ -122.185369000285377, 37.798489000007287 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408200", "NAME": "Census Tract 4082", "state": "06", "county_fips": "001", "tract": "408200", "county_name": "Alameda County", "tot_pop_2050": 4455, "tot_pop_pov_det_2050": 4428, "tot_pop_civ_ni_2050": 4455, "tot_hh_2050": 1855, "pop_zvhhs_2050": 343, "tot_fam_2050": 1012, "tot_pop_over5_2050": 4166, "pop_hus_rent50_2050": 375, "pop_minority_2050": 3525, "pop_over75_2050": 215, "pop_spfam_2050": 381, "pop_lep_2050": 171, "pop_below200_2050": 1456, "pop_disability_2050": 627, "pct_minority_2050": 0.7912457912457912, "pct_over75_2050": 0.048260381593714929, "pct_spfam_2050": 0.37648221343873522, "pct_lep_2050": 0.041046567450792125, "pct_below200_2050": 0.32881662149954832, "pct_disab_2050": 0.14074074074074075, "pct_zvhhs_2050": 0.18490566037735848, "pct_hus_rent50_2050": 0.20215633423180596, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038723818801752997, "pct_minority_2040": 0.83828543594739402, "pct_spfam_2040": 0.29230769230769205, "pct_lep_2040": 0.047392110140322997, "pct_below200_2040": 0.35430950048971599, "pct_disab_2040": 0.14059454191033099, "pct_zvhhs_2040": 0.13059250302297501, "pct_hus_rent50_2040": 0.128737034777303, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.182559000008041, 37.777411999818135 ], [ -122.184009000352532, 37.776484999847547 ], [ -122.180164999657308, 37.774257000271376 ], [ -122.179728999639252, 37.773893000007355 ], [ -122.177956999977781, 37.772562999728173 ], [ -122.176807000107246, 37.771410000131411 ], [ -122.172000000037556, 37.769172999719189 ], [ -122.169969999734931, 37.770753999849561 ], [ -122.169033000299734, 37.772432999650661 ], [ -122.169725000410835, 37.774066999791444 ], [ -122.169583000120625, 37.774421999974358 ], [ -122.169831999642668, 37.774936999669812 ], [ -122.172039000395614, 37.777821000256957 ], [ -122.175054999638931, 37.780209999769639 ], [ -122.180188999946779, 37.779744000045397 ], [ -122.182559000008041, 37.777411999818135 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408300", "NAME": "Census Tract 4083", "state": "06", "county_fips": "001", "tract": "408300", "county_name": "Alameda County", "tot_pop_2050": 5323, "tot_pop_pov_det_2050": 5296, "tot_pop_civ_ni_2050": 5323, "tot_hh_2050": 1789, "pop_zvhhs_2050": 183, "tot_fam_2050": 1196, "tot_pop_over5_2050": 5012, "pop_hus_rent50_2050": 170, "pop_minority_2050": 4133, "pop_over75_2050": 201, "pop_spfam_2050": 91, "pop_lep_2050": 457, "pop_below200_2050": 1353, "pop_disability_2050": 761, "pct_minority_2050": 0.77644185609618632, "pct_over75_2050": 0.037760661281232392, "pct_spfam_2050": 0.076086956521739135, "pct_lep_2050": 0.091181165203511577, "pct_below200_2050": 0.25547583081571001, "pct_disab_2050": 0.14296449370655645, "pct_zvhhs_2050": 0.10229178311906093, "pct_hus_rent50_2050": 0.095025153717160443, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053245651251590996, "pct_minority_2040": 0.66440390326686505, "pct_spfam_2040": 0.334, "pct_lep_2040": 0.014390081912773999, "pct_below200_2040": 0.40156979210861293, "pct_disab_2040": 0.093338990241833009, "pct_zvhhs_2040": 0.080796252927401002, "pct_hus_rent50_2040": 0.092896174863387998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.173804000384379, 37.78042499976884 ], [ -122.175054999638931, 37.780209999769639 ], [ -122.172039000395614, 37.777821000256957 ], [ -122.169831999642668, 37.774936999669812 ], [ -122.169583000120625, 37.774421999974358 ], [ -122.169725000410835, 37.774066999791444 ], [ -122.169033000299734, 37.772432999650661 ], [ -122.169969999734931, 37.770753999849561 ], [ -122.172000000037556, 37.769172999719189 ], [ -122.172133000106967, 37.76913099986924 ], [ -122.169167000194037, 37.767122999871511 ], [ -122.167788999819564, 37.766008999860745 ], [ -122.164941999732306, 37.762684999878594 ], [ -122.164201999940587, 37.763042999753424 ], [ -122.160830999971722, 37.764682000175462 ], [ -122.161219000309217, 37.765433000150843 ], [ -122.15983000006409, 37.766631000087138 ], [ -122.157671999714935, 37.766444000196842 ], [ -122.157946000249638, 37.767845000152832 ], [ -122.157218999978397, 37.768544999846526 ], [ -122.154381000112011, 37.768779000053826 ], [ -122.158068000448381, 37.773347999927203 ], [ -122.16599100021881, 37.77729199976001 ], [ -122.170189999842947, 37.779310999940265 ], [ -122.173804000384379, 37.78042499976884 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408400", "NAME": "Census Tract 4084", "state": "06", "county_fips": "001", "tract": "408400", "county_name": "Alameda County", "tot_pop_2050": 3089, "tot_pop_pov_det_2050": 3084, "tot_pop_civ_ni_2050": 3084, "tot_hh_2050": 1169, "pop_zvhhs_2050": 223, "tot_fam_2050": 662, "tot_pop_over5_2050": 2967, "pop_hus_rent50_2050": 256, "pop_minority_2050": 2811, "pop_over75_2050": 87, "pop_spfam_2050": 285, "pop_lep_2050": 303, "pop_below200_2050": 1782, "pop_disability_2050": 344, "pct_minority_2050": 0.91000323729362242, "pct_over75_2050": 0.028164454516024607, "pct_spfam_2050": 0.43051359516616322, "pct_lep_2050": 0.10212335692618807, "pct_below200_2050": 0.5778210116731517, "pct_disab_2050": 0.11154345006485084, "pct_zvhhs_2050": 0.19076133447390933, "pct_hus_rent50_2050": 0.21899059024807527, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038744343891403001, "pct_minority_2040": 0.960407239819005, "pct_spfam_2040": 0.58847184986595202, "pct_lep_2040": 0.14969512195122001, "pct_below200_2040": 0.68890150439965891, "pct_disab_2040": 0.12429218573046401, "pct_zvhhs_2040": 0.21946740128558301, "pct_hus_rent50_2040": 0.33107454017425003, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.176638999877738, 37.766335999896661 ], [ -122.177197000094566, 37.765815999873304 ], [ -122.175698000244594, 37.764939999891233 ], [ -122.174560999894538, 37.763908999787297 ], [ -122.172760999745663, 37.762136999804596 ], [ -122.171136000397283, 37.760692000113821 ], [ -122.17054700021832, 37.759995999755724 ], [ -122.168728999627788, 37.760897999896493 ], [ -122.164941999732306, 37.762684999878594 ], [ -122.167788999819564, 37.766008999860745 ], [ -122.169167000194037, 37.767122999871511 ], [ -122.172133000106967, 37.76913099986924 ], [ -122.176638999877738, 37.766335999896661 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408500", "NAME": "Census Tract 4085", "state": "06", "county_fips": "001", "tract": "408500", "county_name": "Alameda County", "tot_pop_2050": 5997, "tot_pop_pov_det_2050": 5943, "tot_pop_civ_ni_2050": 5992, "tot_hh_2050": 1573, "pop_zvhhs_2050": 258, "tot_fam_2050": 1194, "tot_pop_over5_2050": 5313, "pop_hus_rent50_2050": 377, "pop_minority_2050": 5832, "pop_over75_2050": 172, "pop_spfam_2050": 379, "pop_lep_2050": 1031, "pop_below200_2050": 2889, "pop_disability_2050": 563, "pct_minority_2050": 0.97248624312156084, "pct_over75_2050": 0.028681007170251793, "pct_spfam_2050": 0.31742043551088778, "pct_lep_2050": 0.1940523244871071, "pct_below200_2050": 0.48611812216052502, "pct_disab_2050": 0.093958611481975957, "pct_zvhhs_2050": 0.16401780038143673, "pct_hus_rent50_2050": 0.23966942148760331, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.017674089784375999, "pct_minority_2040": 0.98709791445740502, "pct_spfam_2040": 0.37446443873179103, "pct_lep_2040": 0.16951819075712901, "pct_below200_2040": 0.62176628010704693, "pct_disab_2040": 0.13962130596354599, "pct_zvhhs_2040": 0.092356687898089013, "pct_hus_rent50_2040": 0.298969072164948, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.186688000210282, 37.759638000047509 ], [ -122.187053999908187, 37.759263999942085 ], [ -122.184368000377745, 37.757974999878797 ], [ -122.182680000381865, 37.757174000014061 ], [ -122.18244600003014, 37.757064999681255 ], [ -122.179475000094342, 37.755646999906915 ], [ -122.17571699961286, 37.757495000139428 ], [ -122.17229600031358, 37.759150000035206 ], [ -122.17054700021832, 37.759995999755724 ], [ -122.171136000397283, 37.760692000113821 ], [ -122.172760999745663, 37.762136999804596 ], [ -122.174560999894538, 37.763908999787297 ], [ -122.175698000244594, 37.764939999891233 ], [ -122.177197000094566, 37.765815999873304 ], [ -122.177427000248343, 37.765595999909877 ], [ -122.181174999785782, 37.763180000072303 ], [ -122.18468499967183, 37.760934999758746 ], [ -122.186688000210282, 37.759638000047509 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408600", "NAME": "Census Tract 4086", "state": "06", "county_fips": "001", "tract": "408600", "county_name": "Alameda County", "tot_pop_2050": 6947, "tot_pop_pov_det_2050": 6919, "tot_pop_civ_ni_2050": 6918, "tot_hh_2050": 1851, "pop_zvhhs_2050": 313, "tot_fam_2050": 1437, "tot_pop_over5_2050": 6189, "pop_hus_rent50_2050": 534, "pop_minority_2050": 6734, "pop_over75_2050": 213, "pop_spfam_2050": 748, "pop_lep_2050": 1030, "pop_below200_2050": 3759, "pop_disability_2050": 781, "pct_minority_2050": 0.96933928314380324, "pct_over75_2050": 0.03066071685619692, "pct_spfam_2050": 0.52052887961029926, "pct_lep_2050": 0.16642430117951204, "pct_below200_2050": 0.54328660211013147, "pct_disab_2050": 0.11289389997108992, "pct_zvhhs_2050": 0.16909778498109129, "pct_hus_rent50_2050": 0.28849270664505672, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034024126198577004, "pct_minority_2040": 0.95221156820290787, "pct_spfam_2040": 0.42375366568915002, "pct_lep_2040": 0.15675297410776801, "pct_below200_2040": 0.66573470021745895, "pct_disab_2040": 0.098746324098437005, "pct_zvhhs_2040": 0.20419426048565101, "pct_hus_rent50_2040": 0.33296275708727097, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.192830000098425, 37.761995999988052 ], [ -122.190299000378687, 37.760786000258179 ], [ -122.187862000370274, 37.759707999773596 ], [ -122.187053999908187, 37.759263999942085 ], [ -122.186688000210282, 37.759638000047509 ], [ -122.18468499967183, 37.760934999758746 ], [ -122.181174999785782, 37.763180000072303 ], [ -122.177427000248343, 37.765595999909877 ], [ -122.177197000094566, 37.765815999873304 ], [ -122.176638999877738, 37.766335999896661 ], [ -122.172133000106967, 37.76913099986924 ], [ -122.172000000037556, 37.769172999719189 ], [ -122.176807000107246, 37.771410000131411 ], [ -122.177956999977781, 37.772562999728173 ], [ -122.179728999639252, 37.773893000007355 ], [ -122.181980999699732, 37.772421999906683 ], [ -122.181563000123305, 37.771662000337706 ], [ -122.181946000437947, 37.769578000294388 ], [ -122.182513999802197, 37.768971000290001 ], [ -122.187323000420022, 37.76579600029104 ], [ -122.189342999778589, 37.764516000152256 ], [ -122.190234999906281, 37.763686000128764 ], [ -122.192830000098425, 37.761995999988052 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408700", "NAME": "Census Tract 4087", "state": "06", "county_fips": "001", "tract": "408700", "county_name": "Alameda County", "tot_pop_2050": 7628, "tot_pop_pov_det_2050": 7594, "tot_pop_civ_ni_2050": 7622, "tot_hh_2050": 2365, "pop_zvhhs_2050": 356, "tot_fam_2050": 1551, "tot_pop_over5_2050": 6985, "pop_hus_rent50_2050": 510, "pop_minority_2050": 7215, "pop_over75_2050": 475, "pop_spfam_2050": 341, "pop_lep_2050": 996, "pop_below200_2050": 3383, "pop_disability_2050": 972, "pct_minority_2050": 0.94585736759307804, "pct_over75_2050": 0.062270582066072375, "pct_spfam_2050": 0.21985815602836881, "pct_lep_2050": 0.14259126700071581, "pct_below200_2050": 0.44548327627074008, "pct_disab_2050": 0.12752558383626345, "pct_zvhhs_2050": 0.15052854122621565, "pct_hus_rent50_2050": 0.21564482029598309, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039516129032257999, "pct_minority_2040": 0.97647849462365588, "pct_spfam_2040": 0.38582219639744297, "pct_lep_2040": 0.17990038089657198, "pct_below200_2040": 0.629205921938089, "pct_disab_2040": 0.11090174966352601, "pct_zvhhs_2040": 0.17381386861313902, "pct_hus_rent50_2040": 0.30193014705882398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.195729000064205, 37.767804000104341 ], [ -122.199501999715977, 37.765149000270078 ], [ -122.195455000427813, 37.763257999964203 ], [ -122.194329999773316, 37.762714000242404 ], [ -122.192830000098425, 37.761995999988052 ], [ -122.190234999906281, 37.763686000128764 ], [ -122.189342999778589, 37.764516000152256 ], [ -122.187323000420022, 37.76579600029104 ], [ -122.182513999802197, 37.768971000290001 ], [ -122.181946000437947, 37.769578000294388 ], [ -122.181563000123305, 37.771662000337706 ], [ -122.181980999699732, 37.772421999906683 ], [ -122.179728999639252, 37.773893000007355 ], [ -122.180164999657308, 37.774257000271376 ], [ -122.184009000352532, 37.776484999847547 ], [ -122.185068999811378, 37.775652999773868 ], [ -122.190345000409451, 37.771576000301856 ], [ -122.192194000063822, 37.770292000124535 ], [ -122.194984000249633, 37.768321999964378 ], [ -122.195729000064205, 37.767804000104341 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408800", "NAME": "Census Tract 4088", "state": "06", "county_fips": "001", "tract": "408800", "county_name": "Alameda County", "tot_pop_2050": 7054, "tot_pop_pov_det_2050": 6995, "tot_pop_civ_ni_2050": 7054, "tot_hh_2050": 2081, "pop_zvhhs_2050": 658, "tot_fam_2050": 1375, "tot_pop_over5_2050": 6208, "pop_hus_rent50_2050": 409, "pop_minority_2050": 6695, "pop_over75_2050": 195, "pop_spfam_2050": 576, "pop_lep_2050": 1340, "pop_below200_2050": 4658, "pop_disability_2050": 952, "pct_minority_2050": 0.94910688970796719, "pct_over75_2050": 0.027643889991494187, "pct_spfam_2050": 0.4189090909090909, "pct_lep_2050": 0.21585051546391756, "pct_below200_2050": 0.66590421729806992, "pct_disab_2050": 0.13495888857385879, "pct_zvhhs_2050": 0.31619413743392599, "pct_hus_rent50_2050": 0.19654012493993275, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.017958259181361999, "pct_minority_2040": 0.97605565442485009, "pct_spfam_2040": 0.51068228807718796, "pct_lep_2040": 0.23069936421435103, "pct_below200_2040": 0.66242661448140894, "pct_disab_2040": 0.10257239928814098, "pct_zvhhs_2040": 0.25846319183234806, "pct_hus_rent50_2040": 0.29862258953168003, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.205584000228001, 37.760862999894584 ], [ -122.200822000364155, 37.756782000334965 ], [ -122.202508999636805, 37.756077000084204 ], [ -122.201101999848333, 37.754883999763329 ], [ -122.198075999660929, 37.752213999826274 ], [ -122.196674999720244, 37.753110000122568 ], [ -122.195411999871794, 37.752097000246302 ], [ -122.192464000400548, 37.754769000187558 ], [ -122.19256399995966, 37.755743000087215 ], [ -122.187053999908187, 37.759263999942085 ], [ -122.187862000370274, 37.759707999773596 ], [ -122.190299000378687, 37.760786000258179 ], [ -122.192830000098425, 37.761995999988052 ], [ -122.194329999773316, 37.762714000242404 ], [ -122.195455000427813, 37.763257999964203 ], [ -122.199501999715977, 37.765149000270078 ], [ -122.205584000228001, 37.760862999894584 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001408900", "NAME": "Census Tract 4089", "state": "06", "county_fips": "001", "tract": "408900", "county_name": "Alameda County", "tot_pop_2050": 3115, "tot_pop_pov_det_2050": 3115, "tot_pop_civ_ni_2050": 3115, "tot_hh_2050": 948, "pop_zvhhs_2050": 232, "tot_fam_2050": 676, "tot_pop_over5_2050": 2792, "pop_hus_rent50_2050": 220, "pop_minority_2050": 3002, "pop_over75_2050": 180, "pop_spfam_2050": 228, "pop_lep_2050": 461, "pop_below200_2050": 1767, "pop_disability_2050": 434, "pct_minority_2050": 0.96372391653290523, "pct_over75_2050": 0.057784911717495988, "pct_spfam_2050": 0.33727810650887569, "pct_lep_2050": 0.16511461318051576, "pct_below200_2050": 0.56725521669341894, "pct_disab_2050": 0.1393258426966292, "pct_zvhhs_2050": 0.24472573839662451, "pct_hus_rent50_2050": 0.2320675105485232, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.069953775038520988, "pct_minority_2040": 0.94976887519260411, "pct_spfam_2040": 0.45150501672240795, "pct_lep_2040": 0.20843091334894601, "pct_below200_2040": 0.72634508348794091, "pct_disab_2040": 0.16795069337442201, "pct_zvhhs_2040": 0.338399189463019, "pct_hus_rent50_2040": 0.29283489096573201, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.196674999720244, 37.753110000122568 ], [ -122.198075999660929, 37.752213999826274 ], [ -122.196548000396959, 37.750856999731973 ], [ -122.193624000316788, 37.748322000003427 ], [ -122.192424000217542, 37.749733999696453 ], [ -122.185010000260164, 37.753295000258433 ], [ -122.184565000021237, 37.752781999808171 ], [ -122.183749999886473, 37.753142000110067 ], [ -122.179301999841982, 37.755302999954303 ], [ -122.179116999894049, 37.755471000081428 ], [ -122.179475000094342, 37.755646999906915 ], [ -122.18244600003014, 37.757064999681255 ], [ -122.182680000381865, 37.757174000014061 ], [ -122.184368000377745, 37.757974999878797 ], [ -122.187053999908187, 37.759263999942085 ], [ -122.19256399995966, 37.755743000087215 ], [ -122.192464000400548, 37.754769000187558 ], [ -122.195411999871794, 37.752097000246302 ], [ -122.196674999720244, 37.753110000122568 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409000", "NAME": "Census Tract 4090", "state": "06", "county_fips": "001", "tract": "409000", "county_name": "Alameda County", "tot_pop_2050": 3904, "tot_pop_pov_det_2050": 3894, "tot_pop_civ_ni_2050": 3904, "tot_hh_2050": 1086, "pop_zvhhs_2050": 67, "tot_fam_2050": 751, "tot_pop_over5_2050": 3473, "pop_hus_rent50_2050": 188, "pop_minority_2050": 3830, "pop_over75_2050": 151, "pop_spfam_2050": 175, "pop_lep_2050": 519, "pop_below200_2050": 1621, "pop_disability_2050": 446, "pct_minority_2050": 0.98104508196721318, "pct_over75_2050": 0.038678278688524588, "pct_spfam_2050": 0.2330226364846871, "pct_lep_2050": 0.14943852577022748, "pct_below200_2050": 0.41628145865434008, "pct_disab_2050": 0.11424180327868852, "pct_zvhhs_2050": 0.061694290976058927, "pct_hus_rent50_2050": 0.17311233885819521, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.043844438939806996, "pct_minority_2040": 0.963091404508298, "pct_spfam_2040": 0.28362183754993298, "pct_lep_2040": 0.19087026161238699, "pct_below200_2040": 0.53519356460532896, "pct_disab_2040": 0.11617537775575901, "pct_zvhhs_2040": 0.081439393939394006, "pct_hus_rent50_2040": 0.24463937621832396, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.24836900010591, 37.72777200000391 ], [ -122.252171999894927, 37.724952000057115 ], [ -122.246705000399473, 37.720815999656551 ], [ -122.226502999977328, 37.706526000177021 ], [ -122.213773999962129, 37.698695000037432 ], [ -122.211767000124013, 37.702013000088101 ], [ -122.21248000015153, 37.708970999672076 ], [ -122.209187112289882, 37.710012817588805 ], [ -122.209725999950734, 37.711087000042809 ], [ -122.202166000403437, 37.712982999648631 ], [ -122.197027999897671, 37.715828999793779 ], [ -122.194265000374315, 37.71591199974273 ], [ -122.194713999912892, 37.717537999732286 ], [ -122.193400999835745, 37.717828999812262 ], [ -122.192749999732484, 37.716766999686413 ], [ -122.189137999739174, 37.717812000193142 ], [ -122.189027000309423, 37.717907999705119 ], [ -122.196273999862242, 37.72331000004128 ], [ -122.196746999690262, 37.724133000141876 ], [ -122.198054999744542, 37.726226999779243 ], [ -122.196136999594898, 37.726007000048256 ], [ -122.191927000100108, 37.727288000309201 ], [ -122.190377000196477, 37.728893000000113 ], [ -122.18819700010603, 37.72830799993816 ], [ -122.184477999982605, 37.726021999808466 ], [ -122.183159000057657, 37.725394999994599 ], [ -122.184166999637966, 37.726529000005677 ], [ -122.188783999736856, 37.731729000150409 ], [ -122.186935999907405, 37.732768999700077 ], [ -122.186815000431906, 37.732855000093728 ], [ -122.184816000091416, 37.734289000199958 ], [ -122.184186999729476, 37.734824000270926 ], [ -122.183825000229518, 37.735389000019644 ], [ -122.18359300042593, 37.735920999837774 ], [ -122.183349999853363, 37.736425999923625 ], [ -122.181560999575154, 37.737834999908443 ], [ -122.190731000198824, 37.745814999836583 ], [ -122.193624000316788, 37.748322000003427 ], [ -122.196548000396959, 37.750856999731973 ], [ -122.198075999660929, 37.752213999826274 ], [ -122.201101999848333, 37.754883999763329 ], [ -122.205175999798996, 37.75423100000161 ], [ -122.207536999639444, 37.753147999662275 ], [ -122.214851999862631, 37.761467999828454 ], [ -122.218112000401732, 37.759655999963073 ], [ -122.223480999987885, 37.754702000117554 ], [ -122.223377000230826, 37.748036000261457 ], [ -122.226499999604272, 37.74808000023905 ], [ -122.226600000061694, 37.745500999790316 ], [ -122.226442999702869, 37.734387000264505 ], [ -122.226805999926029, 37.733098999824314 ], [ -122.226768000291202, 37.727657000219089 ], [ -122.228343000309167, 37.727728999709832 ], [ -122.236180999690788, 37.719851000046901 ], [ -122.245039000144914, 37.725797999947218 ], [ -122.247912000171411, 37.728374999746045 ], [ -122.248487328890093, 37.727894707832192 ], [ -122.24836900010591, 37.72777200000391 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409100", "NAME": "Census Tract 4091", "state": "06", "county_fips": "001", "tract": "409100", "county_name": "Alameda County", "tot_pop_2050": 2327, "tot_pop_pov_det_2050": 2306, "tot_pop_civ_ni_2050": 2327, "tot_hh_2050": 671, "pop_zvhhs_2050": 163, "tot_fam_2050": 446, "tot_pop_over5_2050": 2157, "pop_hus_rent50_2050": 115, "pop_minority_2050": 2293, "pop_over75_2050": 102, "pop_spfam_2050": 152, "pop_lep_2050": 302, "pop_below200_2050": 954, "pop_disability_2050": 297, "pct_minority_2050": 0.98538891276321439, "pct_over75_2050": 0.043833261710356682, "pct_spfam_2050": 0.34080717488789242, "pct_lep_2050": 0.14000927213722766, "pct_below200_2050": 0.41370338248048572, "pct_disab_2050": 0.12763214439192092, "pct_zvhhs_2050": 0.24292101341281669, "pct_hus_rent50_2050": 0.17138599105812222, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042285200179937005, "pct_minority_2040": 0.93432298695456595, "pct_spfam_2040": 0.32359081419624203, "pct_lep_2040": 0.20128904313336604, "pct_below200_2040": 0.50922177237966704, "pct_disab_2040": 0.095366621682411001, "pct_zvhhs_2040": 0.13255033557047, "pct_hus_rent50_2040": 0.21392190152801399, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.186935999907405, 37.732768999700077 ], [ -122.188783999736856, 37.731729000150409 ], [ -122.184166999637966, 37.726529000005677 ], [ -122.179316000085691, 37.734130000160093 ], [ -122.179782000240991, 37.736267000210468 ], [ -122.181560999575154, 37.737834999908443 ], [ -122.183349999853363, 37.736425999923625 ], [ -122.18359300042593, 37.735920999837774 ], [ -122.183825000229518, 37.735389000019644 ], [ -122.184186999729476, 37.734824000270926 ], [ -122.184816000091416, 37.734289000199958 ], [ -122.186815000431906, 37.732855000093728 ], [ -122.186935999907405, 37.732768999700077 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409200", "NAME": "Census Tract 4092", "state": "06", "county_fips": "001", "tract": "409200", "county_name": "Alameda County", "tot_pop_2050": 3577, "tot_pop_pov_det_2050": 3564, "tot_pop_civ_ni_2050": 3572, "tot_hh_2050": 949, "pop_zvhhs_2050": 59, "tot_fam_2050": 763, "tot_pop_over5_2050": 3354, "pop_hus_rent50_2050": 244, "pop_minority_2050": 3428, "pop_over75_2050": 131, "pop_spfam_2050": 158, "pop_lep_2050": 504, "pop_below200_2050": 1560, "pop_disability_2050": 402, "pct_minority_2050": 0.95834498182834782, "pct_over75_2050": 0.03662286832541236, "pct_spfam_2050": 0.20707732634338136, "pct_lep_2050": 0.15026833631484796, "pct_below200_2050": 0.43771043771043772, "pct_disab_2050": 0.11254199328107503, "pct_zvhhs_2050": 0.062170706006322435, "pct_hus_rent50_2050": 0.25711275026343522, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039283469516028, "pct_minority_2040": 0.96951602765556311, "pct_spfam_2040": 0.20208023774145603, "pct_lep_2040": 0.15119916579770598, "pct_below200_2040": 0.45039370078740204, "pct_disab_2040": 0.11502199874292901, "pct_zvhhs_2040": 0.12862108922363802, "pct_hus_rent50_2040": 0.20539906103286396, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.184166999637966, 37.726529000005677 ], [ -122.183159000057657, 37.725394999994599 ], [ -122.181569999795997, 37.725319000108627 ], [ -122.180255999893916, 37.725615000122382 ], [ -122.178962999908279, 37.725093000117788 ], [ -122.175386000075036, 37.725329000041953 ], [ -122.174202999694245, 37.726603999668662 ], [ -122.170400999730148, 37.727756000211336 ], [ -122.170430000042444, 37.727835999850036 ], [ -122.174040000385943, 37.731189999800073 ], [ -122.177295000003895, 37.734029999861782 ], [ -122.179782000240991, 37.736267000210468 ], [ -122.179316000085691, 37.734130000160093 ], [ -122.184166999637966, 37.726529000005677 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409300", "NAME": "Census Tract 4093", "state": "06", "county_fips": "001", "tract": "409300", "county_name": "Alameda County", "tot_pop_2050": 5433, "tot_pop_pov_det_2050": 5424, "tot_pop_civ_ni_2050": 5416, "tot_hh_2050": 1647, "pop_zvhhs_2050": 227, "tot_fam_2050": 1101, "tot_pop_over5_2050": 4892, "pop_hus_rent50_2050": 305, "pop_minority_2050": 5110, "pop_over75_2050": 220, "pop_spfam_2050": 338, "pop_lep_2050": 850, "pop_below200_2050": 2970, "pop_disability_2050": 856, "pct_minority_2050": 0.94054849990796985, "pct_over75_2050": 0.040493281796429234, "pct_spfam_2050": 0.30699364214350588, "pct_lep_2050": 0.17375306623058054, "pct_below200_2050": 0.54756637168141609, "pct_disab_2050": 0.15805022156573115, "pct_zvhhs_2050": 0.13782635094110504, "pct_hus_rent50_2050": 0.1851851851851852, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.053602984488514013, "pct_minority_2040": 0.94011388179854705, "pct_spfam_2040": 0.350299401197605, "pct_lep_2040": 0.18723964042973001, "pct_below200_2040": 0.566175024582104, "pct_disab_2040": 0.16243854473942998, "pct_zvhhs_2040": 0.196013289036545, "pct_hus_rent50_2040": 0.186394557823129, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.181560999575154, 37.737834999908443 ], [ -122.179782000240991, 37.736267000210468 ], [ -122.177295000003895, 37.734029999861782 ], [ -122.174040000385943, 37.731189999800073 ], [ -122.170496999989609, 37.731868999765645 ], [ -122.170096999956527, 37.732055999660865 ], [ -122.169768999893478, 37.732211000006302 ], [ -122.171528999859362, 37.735010000229245 ], [ -122.165472000360054, 37.737689000112724 ], [ -122.16751900038112, 37.740467999927688 ], [ -122.169212000399853, 37.742762999716568 ], [ -122.170488999593687, 37.74447100027642 ], [ -122.173900999570463, 37.742813999850817 ], [ -122.174792999698127, 37.742388000073824 ], [ -122.176946999849335, 37.741363999658034 ], [ -122.181560999575154, 37.737834999908443 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409400", "NAME": "Census Tract 4094", "state": "06", "county_fips": "001", "tract": "409400", "county_name": "Alameda County", "tot_pop_2050": 5022, "tot_pop_pov_det_2050": 4966, "tot_pop_civ_ni_2050": 5022, "tot_hh_2050": 1252, "pop_zvhhs_2050": 98, "tot_fam_2050": 919, "tot_pop_over5_2050": 4543, "pop_hus_rent50_2050": 264, "pop_minority_2050": 4806, "pop_over75_2050": 83, "pop_spfam_2050": 244, "pop_lep_2050": 1187, "pop_below200_2050": 2794, "pop_disability_2050": 543, "pct_minority_2050": 0.956989247311828, "pct_over75_2050": 0.016527279968140181, "pct_spfam_2050": 0.26550598476605003, "pct_lep_2050": 0.26128109178956638, "pct_below200_2050": 0.56262585581957314, "pct_disab_2050": 0.10812425328554361, "pct_zvhhs_2050": 0.078274760383386585, "pct_hus_rent50_2050": 0.2108626198083067, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.015749778172138001, "pct_minority_2040": 0.93589174800354913, "pct_spfam_2040": 0.31928480204342302, "pct_lep_2040": 0.210246495891735, "pct_below200_2040": 0.65508795368514794, "pct_disab_2040": 0.086229946524064016, "pct_zvhhs_2040": 0.18755555555555603, "pct_hus_rent50_2040": 0.24018691588784999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.185951999718228, 37.748985999741898 ], [ -122.190731000198824, 37.745814999836583 ], [ -122.181560999575154, 37.737834999908443 ], [ -122.176946999849335, 37.741363999658034 ], [ -122.174792999698127, 37.742388000073824 ], [ -122.173900999570463, 37.742813999850817 ], [ -122.170488999593687, 37.74447100027642 ], [ -122.172521000444462, 37.747222999987549 ], [ -122.174969000323543, 37.750546000006644 ], [ -122.18006199972514, 37.748161000048682 ], [ -122.183321000439364, 37.746461999902785 ], [ -122.185951999718228, 37.748985999741898 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409500", "NAME": "Census Tract 4095", "state": "06", "county_fips": "001", "tract": "409500", "county_name": "Alameda County", "tot_pop_2050": 4272, "tot_pop_pov_det_2050": 4264, "tot_pop_civ_ni_2050": 4272, "tot_hh_2050": 1147, "pop_zvhhs_2050": 213, "tot_fam_2050": 825, "tot_pop_over5_2050": 3855, "pop_hus_rent50_2050": 325, "pop_minority_2050": 4077, "pop_over75_2050": 65, "pop_spfam_2050": 281, "pop_lep_2050": 593, "pop_below200_2050": 2657, "pop_disability_2050": 364, "pct_minority_2050": 0.95435393258426959, "pct_over75_2050": 0.015215355805243446, "pct_spfam_2050": 0.34060606060606058, "pct_lep_2050": 0.15382619974059664, "pct_below200_2050": 0.62312382739212002, "pct_disab_2050": 0.085205992509363296, "pct_zvhhs_2050": 0.1857018308631212, "pct_hus_rent50_2050": 0.28334786399302531, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.022676854818831998, "pct_minority_2040": 0.92408183386738996, "pct_spfam_2040": 0.40501319261213703, "pct_lep_2040": 0.22371045882017701, "pct_below200_2040": 0.71563041862769405, "pct_disab_2040": 0.12275080108454499, "pct_zvhhs_2040": 0.217270194986072, "pct_hus_rent50_2040": 0.249756097560976, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.192424000217542, 37.749733999696453 ], [ -122.193624000316788, 37.748322000003427 ], [ -122.190731000198824, 37.745814999836583 ], [ -122.185951999718228, 37.748985999741898 ], [ -122.183321000439364, 37.746461999902785 ], [ -122.18006199972514, 37.748161000048682 ], [ -122.174969000323543, 37.750546000006644 ], [ -122.175822999918068, 37.751696000087939 ], [ -122.176303000317105, 37.752351000313432 ], [ -122.178484000232473, 37.755174000092374 ], [ -122.179116999894049, 37.755471000081428 ], [ -122.179301999841982, 37.755302999954303 ], [ -122.183749999886473, 37.753142000110067 ], [ -122.184565000021237, 37.752781999808171 ], [ -122.185010000260164, 37.753295000258433 ], [ -122.192424000217542, 37.749733999696453 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409600", "NAME": "Census Tract 4096", "state": "06", "county_fips": "001", "tract": "409600", "county_name": "Alameda County", "tot_pop_2050": 5188, "tot_pop_pov_det_2050": 5183, "tot_pop_civ_ni_2050": 5183, "tot_hh_2050": 1446, "pop_zvhhs_2050": 172, "tot_fam_2050": 1110, "tot_pop_over5_2050": 4916, "pop_hus_rent50_2050": 219, "pop_minority_2050": 5050, "pop_over75_2050": 143, "pop_spfam_2050": 339, "pop_lep_2050": 1204, "pop_below200_2050": 3049, "pop_disability_2050": 618, "pct_minority_2050": 0.97340015420200476, "pct_over75_2050": 0.02756360832690825, "pct_spfam_2050": 0.30540540540540539, "pct_lep_2050": 0.2449145646867372, "pct_below200_2050": 0.58826934207987647, "pct_disab_2050": 0.11923596372757091, "pct_zvhhs_2050": 0.11894882434301519, "pct_hus_rent50_2050": 0.15145228215767634, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.027378097521982003, "pct_minority_2040": 0.96902478017585902, "pct_spfam_2040": 0.481904761904762, "pct_lep_2040": 0.19968268359020899, "pct_below200_2040": 0.6996, "pct_disab_2040": 0.0868, "pct_zvhhs_2040": 0.18971759594496698, "pct_hus_rent50_2040": 0.33333333333333304, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.179475000094342, 37.755646999906915 ], [ -122.179116999894049, 37.755471000081428 ], [ -122.178484000232473, 37.755174000092374 ], [ -122.176303000317105, 37.752351000313432 ], [ -122.175822999918068, 37.751696000087939 ], [ -122.174969000323543, 37.750546000006644 ], [ -122.172521000444462, 37.747222999987549 ], [ -122.170374999790866, 37.748216999856481 ], [ -122.169302999738122, 37.748713999756433 ], [ -122.167145000287306, 37.749709000287318 ], [ -122.168290999959865, 37.751260000313934 ], [ -122.167868000360571, 37.752648000270455 ], [ -122.167571000259656, 37.752784999954031 ], [ -122.169531000242088, 37.755422000172551 ], [ -122.169977000305934, 37.756044999945686 ], [ -122.17229600031358, 37.759150000035206 ], [ -122.17571699961286, 37.757495000139428 ], [ -122.179475000094342, 37.755646999906915 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409700", "NAME": "Census Tract 4097", "state": "06", "county_fips": "001", "tract": "409700", "county_name": "Alameda County", "tot_pop_2050": 5183, "tot_pop_pov_det_2050": 5149, "tot_pop_civ_ni_2050": 5166, "tot_hh_2050": 1534, "pop_zvhhs_2050": 243, "tot_fam_2050": 1090, "tot_pop_over5_2050": 4774, "pop_hus_rent50_2050": 318, "pop_minority_2050": 5022, "pop_over75_2050": 97, "pop_spfam_2050": 335, "pop_lep_2050": 818, "pop_below200_2050": 2545, "pop_disability_2050": 609, "pct_minority_2050": 0.96893690912598884, "pct_over75_2050": 0.018715029905460159, "pct_spfam_2050": 0.30733944954128439, "pct_lep_2050": 0.17134478424801006, "pct_below200_2050": 0.49427073218100598, "pct_disab_2050": 0.11788617886178862, "pct_zvhhs_2050": 0.15840938722294653, "pct_hus_rent50_2050": 0.20730117340286836, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.017218543046358004, "pct_minority_2040": 0.98013245033112606, "pct_spfam_2040": 0.44878472222222199, "pct_lep_2040": 0.157386480378056, "pct_below200_2040": 0.58802281368821296, "pct_disab_2040": 0.087450312322544008, "pct_zvhhs_2040": 0.13746803069053698, "pct_hus_rent50_2040": 0.27770270270270297, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17054700021832, 37.759995999755724 ], [ -122.17229600031358, 37.759150000035206 ], [ -122.169977000305934, 37.756044999945686 ], [ -122.169531000242088, 37.755422000172551 ], [ -122.167571000259656, 37.752784999954031 ], [ -122.167868000360571, 37.752648000270455 ], [ -122.168290999959865, 37.751260000313934 ], [ -122.167145000287306, 37.749709000287318 ], [ -122.164043999756842, 37.751189999697118 ], [ -122.160399999976505, 37.752902999913665 ], [ -122.161409000280017, 37.755638999827077 ], [ -122.161979000192403, 37.757225000160226 ], [ -122.163426999988772, 37.760987000090509 ], [ -122.164941999732306, 37.762684999878594 ], [ -122.168728999627788, 37.760897999896493 ], [ -122.17054700021832, 37.759995999755724 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409800", "NAME": "Census Tract 4098", "state": "06", "county_fips": "001", "tract": "409800", "county_name": "Alameda County", "tot_pop_2050": 3519, "tot_pop_pov_det_2050": 3501, "tot_pop_civ_ni_2050": 3514, "tot_hh_2050": 1308, "pop_zvhhs_2050": 245, "tot_fam_2050": 859, "tot_pop_over5_2050": 3282, "pop_hus_rent50_2050": 219, "pop_minority_2050": 2848, "pop_over75_2050": 193, "pop_spfam_2050": 274, "pop_lep_2050": 125, "pop_below200_2050": 1050, "pop_disability_2050": 630, "pct_minority_2050": 0.8093208297811878, "pct_over75_2050": 0.05484512645637965, "pct_spfam_2050": 0.31897555296856811, "pct_lep_2050": 0.038086532602071912, "pct_below200_2050": 0.29991431019708648, "pct_disab_2050": 0.17928286852589642, "pct_zvhhs_2050": 0.18730886850152906, "pct_hus_rent50_2050": 0.16743119266055045, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.097679251818497001, "pct_minority_2040": 0.92102528576376896, "pct_spfam_2040": 0.36931818181818205, "pct_lep_2040": 0.061509433962264007, "pct_below200_2040": 0.31113423517169608, "pct_disab_2040": 0.14949705168227501, "pct_zvhhs_2040": 0.14711538461538501, "pct_hus_rent50_2040": 0.13326752221125399, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.164201999940587, 37.763042999753424 ], [ -122.164941999732306, 37.762684999878594 ], [ -122.163426999988772, 37.760987000090509 ], [ -122.161979000192403, 37.757225000160226 ], [ -122.161409000280017, 37.755638999827077 ], [ -122.160399999976505, 37.752902999913665 ], [ -122.15738800003281, 37.753833000147921 ], [ -122.154381000112011, 37.751643000263961 ], [ -122.153546999710656, 37.752409999952619 ], [ -122.152734999948919, 37.753693000165072 ], [ -122.152102000287343, 37.754142000202329 ], [ -122.151205999961704, 37.753640000351041 ], [ -122.148210999736449, 37.756859999871374 ], [ -122.147737000083524, 37.758759000141495 ], [ -122.148141000314581, 37.760487999646493 ], [ -122.155168999584276, 37.77085599984251 ], [ -122.156288000390987, 37.772002000325713 ], [ -122.158068000448381, 37.773347999927203 ], [ -122.154381000112011, 37.768779000053826 ], [ -122.157218999978397, 37.768544999846526 ], [ -122.157946000249638, 37.767845000152832 ], [ -122.157671999714935, 37.766444000196842 ], [ -122.15983000006409, 37.766631000087138 ], [ -122.161219000309217, 37.765433000150843 ], [ -122.160830999971722, 37.764682000175462 ], [ -122.164201999940587, 37.763042999753424 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001409900", "NAME": "Census Tract 4099", "state": "06", "county_fips": "001", "tract": "409900", "county_name": "Alameda County", "tot_pop_2050": 3680, "tot_pop_pov_det_2050": 3632, "tot_pop_civ_ni_2050": 3663, "tot_hh_2050": 1420, "pop_zvhhs_2050": 7, "tot_fam_2050": 1048, "tot_pop_over5_2050": 3425, "pop_hus_rent50_2050": 30, "pop_minority_2050": 2747, "pop_over75_2050": 456, "pop_spfam_2050": 62, "pop_lep_2050": 94, "pop_below200_2050": 560, "pop_disability_2050": 407, "pct_minority_2050": 0.7464673913043478, "pct_over75_2050": 0.12391304347826088, "pct_spfam_2050": 0.059160305343511452, "pct_lep_2050": 0.027445255474452555, "pct_below200_2050": 0.15418502202643172, "pct_disab_2050": 0.1111111111111111, "pct_zvhhs_2050": 0.0049295774647887328, "pct_hus_rent50_2050": 0.021126760563380281, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091839807286961991, "pct_minority_2040": 0.76302318578741302, "pct_spfam_2040": 0.096989966555184021, "pct_lep_2040": 0.016549968173138002, "pct_below200_2040": 0.12922705314009697, "pct_disab_2040": 0.12276988206834, "pct_zvhhs_2040": 0.027715355805242998, "pct_hus_rent50_2040": 0.050489826676713999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.155823999885484, 37.772353999710354 ], [ -122.156288000390987, 37.772002000325713 ], [ -122.155168999584276, 37.77085599984251 ], [ -122.148141000314581, 37.760487999646493 ], [ -122.147737000083524, 37.758759000141495 ], [ -122.148210999736449, 37.756859999871374 ], [ -122.151205999961704, 37.753640000351041 ], [ -122.150562000429474, 37.753370999838502 ], [ -122.141827999823889, 37.757476999697978 ], [ -122.140093999797259, 37.757216000262318 ], [ -122.138522000152349, 37.757940999893229 ], [ -122.129519999758173, 37.75604599995021 ], [ -122.127378000200849, 37.754464000014522 ], [ -122.124009999706715, 37.751307000000963 ], [ -122.120630000415318, 37.745990999899732 ], [ -122.115785999637382, 37.748521000103111 ], [ -122.116183000195747, 37.750372000284415 ], [ -122.120391000040684, 37.75624299987048 ], [ -122.121287000366337, 37.757300999964698 ], [ -122.12282399985115, 37.759098999795754 ], [ -122.128682999882088, 37.769607999906832 ], [ -122.131719000115197, 37.770913000027939 ], [ -122.135070999817529, 37.770397000186442 ], [ -122.136356000305582, 37.769864999662417 ], [ -122.138414000197287, 37.769643999851802 ], [ -122.142248999773358, 37.772539999785714 ], [ -122.144593999720271, 37.773175000354215 ], [ -122.147744999581136, 37.771393000033022 ], [ -122.150944000020885, 37.770404000279925 ], [ -122.153956999789472, 37.77239999970385 ], [ -122.155823999885484, 37.772353999710354 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001410000", "NAME": "Census Tract 4100", "state": "06", "county_fips": "001", "tract": "410000", "county_name": "Alameda County", "tot_pop_2050": 3367, "tot_pop_pov_det_2050": 3367, "tot_pop_civ_ni_2050": 3367, "tot_hh_2050": 1219, "pop_zvhhs_2050": 20, "tot_fam_2050": 924, "tot_pop_over5_2050": 3094, "pop_hus_rent50_2050": 11, "pop_minority_2050": 2220, "pop_over75_2050": 374, "pop_spfam_2050": 144, "pop_lep_2050": 65, "pop_below200_2050": 345, "pop_disability_2050": 258, "pct_minority_2050": 0.65934065934065933, "pct_over75_2050": 0.11107811107811108, "pct_spfam_2050": 0.15584415584415584, "pct_lep_2050": 0.02100840336134454, "pct_below200_2050": 0.10246510246510246, "pct_disab_2050": 0.076626076626076622, "pct_zvhhs_2050": 0.016406890894175553, "pct_hus_rent50_2050": 0.0090237899917965554, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076380368098158999, "pct_minority_2040": 0.68865030674846606, "pct_spfam_2040": 0.15341545352743599, "pct_lep_2040": 0.022200772200772004, "pct_below200_2040": 0.163138231631382, "pct_disab_2040": 0.14202453987730099, "pct_zvhhs_2040": 0.033533963886499998, "pct_hus_rent50_2040": 0.045571797076525998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.151205999961704, 37.753640000351041 ], [ -122.151677000139898, 37.751124000008645 ], [ -122.148646999754561, 37.745129000269174 ], [ -122.149492000026541, 37.744622999725557 ], [ -122.146521999915677, 37.742498999671611 ], [ -122.146050999737483, 37.742801999780596 ], [ -122.141134000062934, 37.737766999883682 ], [ -122.140709999740409, 37.737182000308593 ], [ -122.14024299976019, 37.736051000146915 ], [ -122.139886000283141, 37.734470000021936 ], [ -122.138977000437023, 37.730932000333183 ], [ -122.138747000283232, 37.730929000011884 ], [ -122.136715000330767, 37.731761999768906 ], [ -122.134526999844397, 37.734222999648445 ], [ -122.131402999747735, 37.733605999881568 ], [ -122.13122500037079, 37.733586999715016 ], [ -122.130622999773038, 37.733693999916298 ], [ -122.130384000296729, 37.733412000307538 ], [ -122.130463999764402, 37.732820999933494 ], [ -122.130602999681543, 37.732679000056784 ], [ -122.13234500010411, 37.731725999861453 ], [ -122.130584000313306, 37.730106000119179 ], [ -122.127423000406708, 37.72977000012942 ], [ -122.124461999618333, 37.728587999761054 ], [ -122.122212999930881, 37.729794999878763 ], [ -122.12222799999951, 37.729933000304257 ], [ -122.121082000326922, 37.731898999750229 ], [ -122.119964000243442, 37.732042000030795 ], [ -122.115091000051535, 37.73527899999165 ], [ -122.115234000166652, 37.739153000252152 ], [ -122.114798999973488, 37.740220000166389 ], [ -122.114797000323648, 37.741852999965779 ], [ -122.115482999688666, 37.74868099988084 ], [ -122.115785999637382, 37.748521000103111 ], [ -122.120630000415318, 37.745990999899732 ], [ -122.124009999706715, 37.751307000000963 ], [ -122.127378000200849, 37.754464000014522 ], [ -122.129519999758173, 37.75604599995021 ], [ -122.138522000152349, 37.757940999893229 ], [ -122.140093999797259, 37.757216000262318 ], [ -122.141827999823889, 37.757476999697978 ], [ -122.150562000429474, 37.753370999838502 ], [ -122.151205999961704, 37.753640000351041 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001410100", "NAME": "Census Tract 4101", "state": "06", "county_fips": "001", "tract": "410100", "county_name": "Alameda County", "tot_pop_2050": 2674, "tot_pop_pov_det_2050": 2674, "tot_pop_civ_ni_2050": 2674, "tot_hh_2050": 1053, "pop_zvhhs_2050": 96, "tot_fam_2050": 634, "tot_pop_over5_2050": 2524, "pop_hus_rent50_2050": 103, "pop_minority_2050": 2280, "pop_over75_2050": 111, "pop_spfam_2050": 130, "pop_lep_2050": 99, "pop_below200_2050": 906, "pop_disability_2050": 417, "pct_minority_2050": 0.8526551982049364, "pct_over75_2050": 0.041510845175766635, "pct_spfam_2050": 0.20504731861198736, "pct_lep_2050": 0.039223454833597467, "pct_below200_2050": 0.33881824981301423, "pct_disab_2050": 0.15594614809274496, "pct_zvhhs_2050": 0.091168091168091159, "pct_hus_rent50_2050": 0.097815764482431164, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051905387647832001, "pct_minority_2040": 0.77726675427069591, "pct_spfam_2040": 0.29110105580693801, "pct_lep_2040": 0.066365531619180004, "pct_below200_2040": 0.45772787318361996, "pct_disab_2040": 0.16261498028909302, "pct_zvhhs_2040": 0.084835630965005016, "pct_hus_rent50_2040": 0.22222222222222199, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.160399999976505, 37.752902999913665 ], [ -122.15983099988901, 37.751334999785236 ], [ -122.157234000047026, 37.747374000055935 ], [ -122.156173999689855, 37.745897000136019 ], [ -122.153625000426771, 37.744068999826816 ], [ -122.152495999574313, 37.742922999866764 ], [ -122.151525999628859, 37.74221400035016 ], [ -122.148836999725347, 37.740906999977334 ], [ -122.148724999572366, 37.740858999868905 ], [ -122.147435999784662, 37.741289000026796 ], [ -122.147351000294151, 37.741364999860977 ], [ -122.146989999720816, 37.741800000196058 ], [ -122.146721000107291, 37.742169999726528 ], [ -122.146521999915677, 37.742498999671611 ], [ -122.149492000026541, 37.744622999725557 ], [ -122.148646999754561, 37.745129000269174 ], [ -122.151677000139898, 37.751124000008645 ], [ -122.151205999961704, 37.753640000351041 ], [ -122.152102000287343, 37.754142000202329 ], [ -122.152734999948919, 37.753693000165072 ], [ -122.153546999710656, 37.752409999952619 ], [ -122.154381000112011, 37.751643000263961 ], [ -122.15738800003281, 37.753833000147921 ], [ -122.160399999976505, 37.752902999913665 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001410200", "NAME": "Census Tract 4102", "state": "06", "county_fips": "001", "tract": "410200", "county_name": "Alameda County", "tot_pop_2050": 3399, "tot_pop_pov_det_2050": 3399, "tot_pop_civ_ni_2050": 3399, "tot_hh_2050": 1151, "pop_zvhhs_2050": 224, "tot_fam_2050": 771, "tot_pop_over5_2050": 3065, "pop_hus_rent50_2050": 261, "pop_minority_2050": 3239, "pop_over75_2050": 160, "pop_spfam_2050": 344, "pop_lep_2050": 378, "pop_below200_2050": 1499, "pop_disability_2050": 312, "pct_minority_2050": 0.95292733156810838, "pct_over75_2050": 0.047072668431891736, "pct_spfam_2050": 0.4461738002594034, "pct_lep_2050": 0.12332789559543229, "pct_below200_2050": 0.44101206237128571, "pct_disab_2050": 0.091791703442188871, "pct_zvhhs_2050": 0.19461337966985232, "pct_hus_rent50_2050": 0.22675933970460471, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028897849462366003, "pct_minority_2040": 0.91935483870967705, "pct_spfam_2040": 0.31192660550458695, "pct_lep_2040": 0.134459955914769, "pct_below200_2040": 0.42518618821936399, "pct_disab_2040": 0.10013440860215099, "pct_zvhhs_2040": 0.139513108614232, "pct_hus_rent50_2040": 0.18164794007490601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.160399999976505, 37.752902999913665 ], [ -122.164043999756842, 37.751189999697118 ], [ -122.160307000090071, 37.746125000127279 ], [ -122.159506000198988, 37.745049000135509 ], [ -122.15696200006046, 37.741505999926275 ], [ -122.155119000253876, 37.739082000026343 ], [ -122.150186999612416, 37.740439000078695 ], [ -122.148724999572366, 37.740858999868905 ], [ -122.148836999725347, 37.740906999977334 ], [ -122.151525999628859, 37.74221400035016 ], [ -122.152495999574313, 37.742922999866764 ], [ -122.153625000426771, 37.744068999826816 ], [ -122.156173999689855, 37.745897000136019 ], [ -122.157234000047026, 37.747374000055935 ], [ -122.15983099988901, 37.751334999785236 ], [ -122.160399999976505, 37.752902999913665 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001410300", "NAME": "Census Tract 4103", "state": "06", "county_fips": "001", "tract": "410300", "county_name": "Alameda County", "tot_pop_2050": 3851, "tot_pop_pov_det_2050": 3851, "tot_pop_civ_ni_2050": 3851, "tot_hh_2050": 998, "pop_zvhhs_2050": 55, "tot_fam_2050": 803, "tot_pop_over5_2050": 3505, "pop_hus_rent50_2050": 151, "pop_minority_2050": 3772, "pop_over75_2050": 88, "pop_spfam_2050": 299, "pop_lep_2050": 812, "pop_below200_2050": 1857, "pop_disability_2050": 308, "pct_minority_2050": 0.97948584783173198, "pct_over75_2050": 0.022851207478576989, "pct_spfam_2050": 0.37235367372353673, "pct_lep_2050": 0.23166904422253926, "pct_below200_2050": 0.48221241236042589, "pct_disab_2050": 0.079979226175019472, "pct_zvhhs_2050": 0.055110220440881763, "pct_hus_rent50_2050": 0.15130260521042085, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.015611694578483999, "pct_minority_2040": 0.95316491626454691, "pct_spfam_2040": 0.41750358680057398, "pct_lep_2040": 0.24654590113601502, "pct_below200_2040": 0.53874538745387501, "pct_disab_2040": 0.116378086857792, "pct_zvhhs_2040": 0.20186335403726702, "pct_hus_rent50_2040": 0.30174291938997799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.172521000444462, 37.747222999987549 ], [ -122.170488999593687, 37.74447100027642 ], [ -122.169212000399853, 37.742762999716568 ], [ -122.165618999774807, 37.743714999743425 ], [ -122.163205000230946, 37.74434300016167 ], [ -122.16043099993864, 37.745069000354619 ], [ -122.159506000198988, 37.745049000135509 ], [ -122.160307000090071, 37.746125000127279 ], [ -122.164043999756842, 37.751189999697118 ], [ -122.167145000287306, 37.749709000287318 ], [ -122.169302999738122, 37.748713999756433 ], [ -122.170374999790866, 37.748216999856481 ], [ -122.172521000444462, 37.747222999987549 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001410400", "NAME": "Census Tract 4104", "state": "06", "county_fips": "001", "tract": "410400", "county_name": "Alameda County", "tot_pop_2050": 4185, "tot_pop_pov_det_2050": 4182, "tot_pop_civ_ni_2050": 4182, "tot_hh_2050": 1363, "pop_zvhhs_2050": 117, "tot_fam_2050": 997, "tot_pop_over5_2050": 3911, "pop_hus_rent50_2050": 142, "pop_minority_2050": 3942, "pop_over75_2050": 184, "pop_spfam_2050": 234, "pop_lep_2050": 539, "pop_below200_2050": 1388, "pop_disability_2050": 407, "pct_minority_2050": 0.94193548387096759, "pct_over75_2050": 0.043966547192353635, "pct_spfam_2050": 0.23470411233701105, "pct_lep_2050": 0.13781641523906929, "pct_below200_2050": 0.33189861310377811, "pct_disab_2050": 0.097321855571496876, "pct_zvhhs_2050": 0.085840058694057225, "pct_hus_rent50_2050": 0.1041819515774028, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025653554849742997, "pct_minority_2040": 0.96090886880039095, "pct_spfam_2040": 0.20043103448275898, "pct_lep_2040": 0.12257217847769, "pct_below200_2040": 0.35366453516970003, "pct_disab_2040": 0.11396429444852001, "pct_zvhhs_2040": 0.063157894736841996, "pct_hus_rent50_2040": 0.11043412033510999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.169212000399853, 37.742762999716568 ], [ -122.16751900038112, 37.740467999927688 ], [ -122.165472000360054, 37.737689000112724 ], [ -122.164160000107799, 37.735940000115811 ], [ -122.160502000083738, 37.737606999955204 ], [ -122.160073999563267, 37.737690999907478 ], [ -122.155119000253876, 37.739082000026343 ], [ -122.15696200006046, 37.741505999926275 ], [ -122.159506000198988, 37.745049000135509 ], [ -122.16043099993864, 37.745069000354619 ], [ -122.163205000230946, 37.74434300016167 ], [ -122.165618999774807, 37.743714999743425 ], [ -122.169212000399853, 37.742762999716568 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001410500", "NAME": "Census Tract 4105", "state": "06", "county_fips": "001", "tract": "410500", "county_name": "Alameda County", "tot_pop_2050": 2373, "tot_pop_pov_det_2050": 2373, "tot_pop_civ_ni_2050": 2373, "tot_hh_2050": 936, "pop_zvhhs_2050": 276, "tot_fam_2050": 569, "tot_pop_over5_2050": 2158, "pop_hus_rent50_2050": 204, "pop_minority_2050": 2175, "pop_over75_2050": 78, "pop_spfam_2050": 320, "pop_lep_2050": 134, "pop_below200_2050": 1624, "pop_disability_2050": 378, "pct_minority_2050": 0.91656131479140324, "pct_over75_2050": 0.03286978508217446, "pct_spfam_2050": 0.56239015817223204, "pct_lep_2050": 0.062094531974050036, "pct_below200_2050": 0.68436578171091444, "pct_disab_2050": 0.15929203539823009, "pct_zvhhs_2050": 0.29487179487179488, "pct_hus_rent50_2050": 0.21794871794871795, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021413276231263, "pct_minority_2040": 0.94775160599571706, "pct_spfam_2040": 0.55683690280065889, "pct_lep_2040": 0.096585365853657998, "pct_below200_2040": 0.69032258064516094, "pct_disab_2040": 0.15289079229122102, "pct_zvhhs_2040": 0.358, "pct_hus_rent50_2040": 0.19269776876267802, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292314999725008, 37.809156000348125 ], [ -122.293689999726453, 37.805079000143465 ], [ -122.290608000360891, 37.803783999905605 ], [ -122.291101000280378, 37.802526000015575 ], [ -122.288670000119751, 37.802755000127824 ], [ -122.287922999757029, 37.80485300030216 ], [ -122.286207999996961, 37.809605999991554 ], [ -122.284023999708538, 37.815621999730787 ], [ -122.289670000202449, 37.817002000190207 ], [ -122.289669000377529, 37.816834999973665 ], [ -122.28980200044694, 37.816155000065102 ], [ -122.292314999725008, 37.809156000348125 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001420100", "NAME": "Census Tract 4201", "state": "06", "county_fips": "001", "tract": "420100", "county_name": "Alameda County", "tot_pop_2050": 2454, "tot_pop_pov_det_2050": 2454, "tot_pop_civ_ni_2050": 2446, "tot_hh_2050": 862, "pop_zvhhs_2050": 31, "tot_fam_2050": 705, "tot_pop_over5_2050": 2363, "pop_hus_rent50_2050": 36, "pop_minority_2050": 911, "pop_over75_2050": 99, "pop_spfam_2050": 83, "pop_lep_2050": 34, "pop_below200_2050": 249, "pop_disability_2050": 204, "pct_minority_2050": 0.37123064384678078, "pct_over75_2050": 0.040342298288508563, "pct_spfam_2050": 0.11773049645390073, "pct_lep_2050": 0.014388489208633094, "pct_below200_2050": 0.10146699266503667, "pct_disab_2050": 0.083401471790678652, "pct_zvhhs_2050": 0.035962877030162411, "pct_hus_rent50_2050": 0.041763341067285381, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029286926994906998, "pct_minority_2040": 0.30857385398981302, "pct_spfam_2040": 0.14583333333333301, "pct_lep_2040": 0.011531365313653001, "pct_below200_2040": 0.098471986417657004, "pct_disab_2040": 0.065789473684209995, "pct_zvhhs_2040": 0.067915690866511003, "pct_hus_rent50_2040": 0.085336538461539005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296207000100793, 37.898925000059911 ], [ -122.295703000310624, 37.89776299975523 ], [ -122.293833999666489, 37.891979000030965 ], [ -122.292898000056212, 37.890719000303882 ], [ -122.292893999858236, 37.890600999993673 ], [ -122.291921000438037, 37.890645000143472 ], [ -122.288846999671762, 37.890809000341179 ], [ -122.287172000094671, 37.890911999988994 ], [ -122.287172000094671, 37.892809999765753 ], [ -122.287078000383346, 37.896557000111201 ], [ -122.28693400044331, 37.898707000090347 ], [ -122.288161000306715, 37.898102000131907 ], [ -122.289861999823074, 37.897825000145701 ], [ -122.291078999640746, 37.897926000189756 ], [ -122.292655000381956, 37.898337999909359 ], [ -122.29357900029666, 37.898624999973691 ], [ -122.296207000100793, 37.898925000059911 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001420200", "NAME": "Census Tract 4202", "state": "06", "county_fips": "001", "tract": "420200", "county_name": "Alameda County", "tot_pop_2050": 3300, "tot_pop_pov_det_2050": 3244, "tot_pop_civ_ni_2050": 3300, "tot_hh_2050": 1251, "pop_zvhhs_2050": 91, "tot_fam_2050": 881, "tot_pop_over5_2050": 3087, "pop_hus_rent50_2050": 172, "pop_minority_2050": 1932, "pop_over75_2050": 136, "pop_spfam_2050": 236, "pop_lep_2050": 125, "pop_below200_2050": 572, "pop_disability_2050": 193, "pct_minority_2050": 0.58545454545454545, "pct_over75_2050": 0.041212121212121221, "pct_spfam_2050": 0.26787741203178211, "pct_lep_2050": 0.040492387431162936, "pct_below200_2050": 0.17632552404438964, "pct_disab_2050": 0.058484848484848487, "pct_zvhhs_2050": 0.072741806554756192, "pct_hus_rent50_2050": 0.13749000799360511, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042159054615139004, "pct_minority_2040": 0.48674544873842202, "pct_spfam_2040": 0.189526184538653, "pct_lep_2040": 0.039428959891230006, "pct_below200_2040": 0.17821782178217802, "pct_disab_2040": 0.060683487703608999, "pct_zvhhs_2040": 0.073349633251833996, "pct_hus_rent50_2040": 0.15553677092138599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.30166799974846, 37.898524999673256 ], [ -122.300902999842407, 37.896018999755654 ], [ -122.300593000220985, 37.895043000212993 ], [ -122.29905099981498, 37.890263999730742 ], [ -122.296262000352385, 37.890403000057645 ], [ -122.293738000305325, 37.890554999905632 ], [ -122.292893999858236, 37.890600999993673 ], [ -122.292898000056212, 37.890719000303882 ], [ -122.293833999666489, 37.891979000030965 ], [ -122.295703000310624, 37.89776299975523 ], [ -122.296207000100793, 37.898925000059911 ], [ -122.300280000226564, 37.898225000083301 ], [ -122.30166799974846, 37.898524999673256 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001420300", "NAME": "Census Tract 4203", "state": "06", "county_fips": "001", "tract": "420300", "county_name": "Alameda County", "tot_pop_2050": 4864, "tot_pop_pov_det_2050": 4846, "tot_pop_civ_ni_2050": 4846, "tot_hh_2050": 1955, "pop_zvhhs_2050": 65, "tot_fam_2050": 1255, "tot_pop_over5_2050": 4628, "pop_hus_rent50_2050": 271, "pop_minority_2050": 3332, "pop_over75_2050": 94, "pop_spfam_2050": 98, "pop_lep_2050": 386, "pop_below200_2050": 995, "pop_disability_2050": 136, "pct_minority_2050": 0.68503289473684215, "pct_over75_2050": 0.019325657894736843, "pct_spfam_2050": 0.078087649402390436, "pct_lep_2050": 0.083405358686257564, "pct_below200_2050": 0.20532397853900125, "pct_disab_2050": 0.028064382996285601, "pct_zvhhs_2050": 0.033248081841432228, "pct_hus_rent50_2050": 0.13861892583120206, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049862666384957004, "pct_minority_2040": 0.63870695119374599, "pct_spfam_2040": 0.15958240119313902, "pct_lep_2040": 0.051091703056769008, "pct_below200_2040": 0.16170212765957401, "pct_disab_2040": 0.079304495335029992, "pct_zvhhs_2040": 0.035751295336787996, "pct_hus_rent50_2040": 0.077244258872651003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.326912000416954, 37.892492000128058 ], [ -122.326912000416954, 37.889647548252938 ], [ -122.312323999803311, 37.889487999785494 ], [ -122.308228000111328, 37.887303999957815 ], [ -122.30699100020216, 37.887199000222331 ], [ -122.301820999909339, 37.887614999700311 ], [ -122.300680000259632, 37.887724999878365 ], [ -122.298249000099005, 37.887758000041508 ], [ -122.29905099981498, 37.890263999730742 ], [ -122.300593000220985, 37.895043000212993 ], [ -122.300902999842407, 37.896018999755654 ], [ -122.30166799974846, 37.898524999673256 ], [ -122.305279999741757, 37.898424999945789 ], [ -122.305771000011447, 37.898315000159577 ], [ -122.308946000161725, 37.897970000214777 ], [ -122.309315000232701, 37.897866999808905 ], [ -122.311467999660678, 37.897629000219197 ], [ -122.315150304503049, 37.896843573996321 ], [ -122.311399000063702, 37.895794000138025 ], [ -122.309496999807578, 37.892980999919239 ], [ -122.311101000137853, 37.890429999983596 ], [ -122.315438999679174, 37.892230999940786 ], [ -122.326912000416954, 37.892492000128058 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001420400", "NAME": "Census Tract 4204", "state": "06", "county_fips": "001", "tract": "420400", "county_name": "Alameda County", "tot_pop_2050": 3164, "tot_pop_pov_det_2050": 3146, "tot_pop_civ_ni_2050": 3151, "tot_hh_2050": 1146, "pop_zvhhs_2050": 159, "tot_fam_2050": 909, "tot_pop_over5_2050": 2686, "pop_hus_rent50_2050": 419, "pop_minority_2050": 2115, "pop_over75_2050": 0, "pop_spfam_2050": 137, "pop_lep_2050": 184, "pop_below200_2050": 1326, "pop_disability_2050": 117, "pct_minority_2050": 0.66845764854614409, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.15071507150715072, "pct_lep_2050": 0.068503350707371555, "pct_below200_2050": 0.42148760330578511, "pct_disab_2050": 0.037131069501745474, "pct_zvhhs_2050": 0.13874345549738221, "pct_hus_rent50_2050": 0.36561954624781851, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.70702702702702702, "pct_spfam_2040": 0.148916967509025, "pct_lep_2040": 0.124495289367429, "pct_below200_2040": 0.49024390243902399, "pct_disab_2040": 0.025313010342951001, "pct_zvhhs_2040": 0.17263325377883901, "pct_hus_rent50_2040": 0.44573322286661105, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.326912000416954, 37.889647548252938 ], [ -122.326912000416954, 37.888712000168915 ], [ -122.316153000429935, 37.884915000208103 ], [ -122.31282083283412, 37.881277077523372 ], [ -122.308361000180739, 37.882183000174159 ], [ -122.307079999890647, 37.881879000341307 ], [ -122.296890999816, 37.883498000308229 ], [ -122.297909000340368, 37.88667899969672 ], [ -122.298249000099005, 37.887758000041508 ], [ -122.300680000259632, 37.887724999878365 ], [ -122.301820999909339, 37.887614999700311 ], [ -122.30699100020216, 37.887199000222331 ], [ -122.308228000111328, 37.887303999957815 ], [ -122.312323999803311, 37.889487999785494 ], [ -122.326912000416954, 37.889647548252938 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001420500", "NAME": "Census Tract 4205", "state": "06", "county_fips": "001", "tract": "420500", "county_name": "Alameda County", "tot_pop_2050": 2537, "tot_pop_pov_det_2050": 2498, "tot_pop_civ_ni_2050": 2514, "tot_hh_2050": 977, "pop_zvhhs_2050": 87, "tot_fam_2050": 682, "tot_pop_over5_2050": 2430, "pop_hus_rent50_2050": 124, "pop_minority_2050": 1246, "pop_over75_2050": 160, "pop_spfam_2050": 103, "pop_lep_2050": 97, "pop_below200_2050": 374, "pop_disability_2050": 190, "pct_minority_2050": 0.49113125739061891, "pct_over75_2050": 0.063066614111154912, "pct_spfam_2050": 0.15102639296187684, "pct_lep_2050": 0.039917695473251032, "pct_below200_2050": 0.14971977582065651, "pct_disab_2050": 0.075576770087509945, "pct_zvhhs_2050": 0.089048106448311154, "pct_hus_rent50_2050": 0.12691914022517911, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029436860068258998, "pct_minority_2040": 0.46203071672354995, "pct_spfam_2040": 0.22459016393442602, "pct_lep_2040": 0.048586572438162993, "pct_below200_2040": 0.23903697334479801, "pct_disab_2040": 0.069217540842648001, "pct_zvhhs_2040": 0.051478641840087998, "pct_hus_rent50_2040": 0.14143646408839802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.29905099981498, 37.890263999730742 ], [ -122.298249000099005, 37.887758000041508 ], [ -122.297909000340368, 37.88667899969672 ], [ -122.296890999816, 37.883498000308229 ], [ -122.294372999616741, 37.882751999695699 ], [ -122.290830999943623, 37.883310999950105 ], [ -122.291677000040551, 37.88527499971584 ], [ -122.292450000342555, 37.887704999987108 ], [ -122.293128000209975, 37.889812000143252 ], [ -122.293738000305325, 37.890554999905632 ], [ -122.296262000352385, 37.890403000057645 ], [ -122.29905099981498, 37.890263999730742 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001420600", "NAME": "Census Tract 4206", "state": "06", "county_fips": "001", "tract": "420600", "county_name": "Alameda County", "tot_pop_2050": 3439, "tot_pop_pov_det_2050": 3439, "tot_pop_civ_ni_2050": 3439, "tot_hh_2050": 1200, "pop_zvhhs_2050": 65, "tot_fam_2050": 888, "tot_pop_over5_2050": 3260, "pop_hus_rent50_2050": 56, "pop_minority_2050": 1129, "pop_over75_2050": 148, "pop_spfam_2050": 91, "pop_lep_2050": 22, "pop_below200_2050": 199, "pop_disability_2050": 395, "pct_minority_2050": 0.32829310846176207, "pct_over75_2050": 0.043035766211107884, "pct_spfam_2050": 0.10247747747747747, "pct_lep_2050": 0.0067484662576687117, "pct_below200_2050": 0.057865658621692351, "pct_disab_2050": 0.11485897063099737, "pct_zvhhs_2050": 0.054166666666666669, "pct_hus_rent50_2050": 0.046666666666666669, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045355587808418002, "pct_minority_2040": 0.33490566037735803, "pct_spfam_2040": 0.091030789825971001, "pct_lep_2040": 0.01953125, "pct_below200_2040": 0.13642960812772098, "pct_disab_2040": 0.071117561683598993, "pct_zvhhs_2040": 0.053105310531053003, "pct_hus_rent50_2040": 0.06685236768802201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293738000305325, 37.890554999905632 ], [ -122.293128000209975, 37.889812000143252 ], [ -122.292450000342555, 37.887704999987108 ], [ -122.291677000040551, 37.88527499971584 ], [ -122.290830999943623, 37.883310999950105 ], [ -122.290280000297813, 37.88302500015218 ], [ -122.288511999936006, 37.883047999715899 ], [ -122.286741999924374, 37.882448000084551 ], [ -122.282790000172426, 37.882502000088465 ], [ -122.282009000372838, 37.884175999713939 ], [ -122.281959999969018, 37.885043000014093 ], [ -122.282281000359418, 37.885045999752094 ], [ -122.282579000285253, 37.884994000258679 ], [ -122.28326200017554, 37.884772000017662 ], [ -122.283155999870317, 37.885354999761297 ], [ -122.281657999845265, 37.888661000055698 ], [ -122.28240900040592, 37.891170999994586 ], [ -122.285700999833765, 37.891006000298937 ], [ -122.287172000094671, 37.890911999988994 ], [ -122.288846999671762, 37.890809000341179 ], [ -122.291921000438037, 37.890645000143472 ], [ -122.292893999858236, 37.890600999993673 ], [ -122.293738000305325, 37.890554999905632 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421100", "NAME": "Census Tract 4211", "state": "06", "county_fips": "001", "tract": "421100", "county_name": "Alameda County", "tot_pop_2050": 2100, "tot_pop_pov_det_2050": 2100, "tot_pop_civ_ni_2050": 2100, "tot_hh_2050": 831, "pop_zvhhs_2050": 10, "tot_fam_2050": 621, "tot_pop_over5_2050": 2023, "pop_hus_rent50_2050": 6, "pop_minority_2050": 493, "pop_over75_2050": 306, "pop_spfam_2050": 47, "pop_lep_2050": 12, "pop_below200_2050": 82, "pop_disability_2050": 219, "pct_minority_2050": 0.23476190476190475, "pct_over75_2050": 0.14571428571428571, "pct_spfam_2050": 0.075684380032206122, "pct_lep_2050": 0.0059317844784972824, "pct_below200_2050": 0.039047619047619053, "pct_disab_2050": 0.10428571428571427, "pct_zvhhs_2050": 0.012033694344163659, "pct_hus_rent50_2050": 0.0072202166064981952, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13899430740037999, "pct_minority_2040": 0.24667931688804601, "pct_spfam_2040": 0.066555740432612004, "pct_lep_2040": 0.022033049574361002, "pct_below200_2040": 0.071631878557874992, "pct_disab_2040": 0.12571157495256199, "pct_zvhhs_2040": 0.064782096584217005, "pct_hus_rent50_2040": 0.0071090047393359999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.271185999913399, 37.899696000257691 ], [ -122.269647999705356, 37.897180999946364 ], [ -122.269386999589443, 37.895750999760999 ], [ -122.267737000126701, 37.89313100027406 ], [ -122.262683000184822, 37.896326000037092 ], [ -122.26078400030174, 37.897553000194094 ], [ -122.260703000110894, 37.899639000251973 ], [ -122.261386000001181, 37.90145099998221 ], [ -122.26239199993168, 37.901722999705321 ], [ -122.264140000202019, 37.903774999761119 ], [ -122.267643000415404, 37.904246000329167 ], [ -122.268172000319908, 37.903972999879606 ], [ -122.268323999757555, 37.903982999742603 ], [ -122.269194000143912, 37.904182000135485 ], [ -122.269528000054748, 37.904326999730259 ], [ -122.269933999935617, 37.904430999723154 ], [ -122.270236999884332, 37.904362999908017 ], [ -122.270318999900098, 37.904286999748393 ], [ -122.270679999575123, 37.901802000150546 ], [ -122.269589999979047, 37.901434000054742 ], [ -122.271185999913399, 37.899696000257691 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421200", "NAME": "Census Tract 4212", "state": "06", "county_fips": "001", "tract": "421200", "county_name": "Alameda County", "tot_pop_2050": 3575, "tot_pop_pov_det_2050": 3575, "tot_pop_civ_ni_2050": 3575, "tot_hh_2050": 1486, "pop_zvhhs_2050": 29, "tot_fam_2050": 1017, "tot_pop_over5_2050": 3406, "pop_hus_rent50_2050": 43, "pop_minority_2050": 933, "pop_over75_2050": 455, "pop_spfam_2050": 39, "pop_lep_2050": 72, "pop_below200_2050": 182, "pop_disability_2050": 287, "pct_minority_2050": 0.26097902097902104, "pct_over75_2050": 0.12727272727272726, "pct_spfam_2050": 0.038348082595870206, "pct_lep_2050": 0.021139166177334117, "pct_below200_2050": 0.050909090909090911, "pct_disab_2050": 0.080279720279720274, "pct_zvhhs_2050": 0.019515477792732168, "pct_hus_rent50_2050": 0.028936742934051143, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.093137254901960995, "pct_minority_2040": 0.23611111111111099, "pct_spfam_2040": 0.050909090909090994, "pct_lep_2040": 0.009615384615385001, "pct_below200_2040": 0.062551215514887001, "pct_disab_2040": 0.075435729847494998, "pct_zvhhs_2040": 0.031007751937983996, "pct_hus_rent50_2040": 0.030585106382979, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286012000178403, 37.898987000180441 ], [ -122.28570400020682, 37.898370000073257 ], [ -122.281251999964368, 37.899631999651312 ], [ -122.281668999715919, 37.89674100017632 ], [ -122.281232999697806, 37.896184000266949 ], [ -122.278034999981287, 37.895223000239 ], [ -122.277077999556298, 37.893994999968911 ], [ -122.277153999724248, 37.891465999903851 ], [ -122.276586000359998, 37.888820999792024 ], [ -122.27602700031828, 37.8888699998367 ], [ -122.272507000386469, 37.889996999662095 ], [ -122.272284999730317, 37.890245999740635 ], [ -122.267737000126701, 37.89313100027406 ], [ -122.269386999589443, 37.895750999760999 ], [ -122.269647999705356, 37.897180999946364 ], [ -122.271185999913399, 37.899696000257691 ], [ -122.269589999979047, 37.901434000054742 ], [ -122.270679999575123, 37.901802000150546 ], [ -122.270318999900098, 37.904286999748393 ], [ -122.270236999884332, 37.904362999908017 ], [ -122.271079999608176, 37.905823999703017 ], [ -122.274944000394882, 37.904527000022327 ], [ -122.276179999580819, 37.903826000035913 ], [ -122.278100000278613, 37.903302000156962 ], [ -122.277979999729709, 37.901625999841208 ], [ -122.279880000336007, 37.900625000134099 ], [ -122.282980000143226, 37.90032499988871 ], [ -122.286012000178403, 37.898987000180441 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421300", "NAME": "Census Tract 4213", "state": "06", "county_fips": "001", "tract": "421300", "county_name": "Alameda County", "tot_pop_2050": 3856, "tot_pop_pov_det_2050": 3822, "tot_pop_civ_ni_2050": 3856, "tot_hh_2050": 1562, "pop_zvhhs_2050": 20, "tot_fam_2050": 1067, "tot_pop_over5_2050": 3669, "pop_hus_rent50_2050": 8, "pop_minority_2050": 748, "pop_over75_2050": 406, "pop_spfam_2050": 60, "pop_lep_2050": 8, "pop_below200_2050": 253, "pop_disability_2050": 378, "pct_minority_2050": 0.19398340248962656, "pct_over75_2050": 0.10529045643153527, "pct_spfam_2050": 0.056232427366447992, "pct_lep_2050": 0.0021804306350504225, "pct_below200_2050": 0.066195709052851909, "pct_disab_2050": 0.098029045643153526, "pct_zvhhs_2050": 0.012804097311139564, "pct_hus_rent50_2050": 0.0051216389244558257, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075739066699242991, "pct_minority_2040": 0.21255802589787398, "pct_spfam_2040": 0.048161120840629998, "pct_lep_2040": 0.0028467908902690001, "pct_below200_2040": 0.11727339359882699, "pct_disab_2040": 0.068898118739310982, "pct_zvhhs_2040": 0.058752997601919009, "pct_hus_rent50_2040": 0.038414634146341005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287172000094671, 37.892809999765753 ], [ -122.287172000094671, 37.890911999988994 ], [ -122.285700999833765, 37.891006000298937 ], [ -122.28240900040592, 37.891170999994586 ], [ -122.281657999845265, 37.888661000055698 ], [ -122.283155999870317, 37.885354999761297 ], [ -122.28326200017554, 37.884772000017662 ], [ -122.282579000285253, 37.884994000258679 ], [ -122.282281000359418, 37.885045999752094 ], [ -122.281959999969018, 37.885043000014093 ], [ -122.282009000372838, 37.884175999713939 ], [ -122.282790000172426, 37.882502000088465 ], [ -122.282678000019416, 37.881249000065502 ], [ -122.280287000041767, 37.882438000132034 ], [ -122.275673000315933, 37.884754999783198 ], [ -122.274962999763147, 37.885341000096375 ], [ -122.275881999654999, 37.886420000195969 ], [ -122.276586000359998, 37.888820999792024 ], [ -122.277153999724248, 37.891465999903851 ], [ -122.277077999556298, 37.893994999968911 ], [ -122.278034999981287, 37.895223000239 ], [ -122.281232999697806, 37.896184000266949 ], [ -122.281668999715919, 37.89674100017632 ], [ -122.281251999964368, 37.899631999651312 ], [ -122.28570400020682, 37.898370000073257 ], [ -122.286012000178403, 37.898987000180441 ], [ -122.28693400044331, 37.898707000090347 ], [ -122.287078000383346, 37.896557000111201 ], [ -122.287172000094671, 37.892809999765753 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421400", "NAME": "Census Tract 4214", "state": "06", "county_fips": "001", "tract": "421400", "county_name": "Alameda County", "tot_pop_2050": 1642, "tot_pop_pov_det_2050": 1642, "tot_pop_civ_ni_2050": 1642, "tot_hh_2050": 631, "pop_zvhhs_2050": 22, "tot_fam_2050": 433, "tot_pop_over5_2050": 1601, "pop_hus_rent50_2050": 14, "pop_minority_2050": 380, "pop_over75_2050": 241, "pop_spfam_2050": 63, "pop_lep_2050": 28, "pop_below200_2050": 196, "pop_disability_2050": 182, "pct_minority_2050": 0.2314250913520097, "pct_over75_2050": 0.14677222898903775, "pct_spfam_2050": 0.14549653579676675, "pct_lep_2050": 0.01748906933166771, "pct_below200_2050": 0.11936662606577345, "pct_disab_2050": 0.11084043848964677, "pct_zvhhs_2050": 0.03486529318541997, "pct_hus_rent50_2050": 0.022187004754358159, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13771063335270201, "pct_minority_2040": 0.21905868680999399, "pct_spfam_2040": 0.075050709939148003, "pct_lep_2040": 0.013964784456588003, "pct_below200_2040": 0.084253341080766986, "pct_disab_2040": 0.10807669959325999, "pct_zvhhs_2040": 0.066971080669710997, "pct_hus_rent50_2040": 0.023400936037441002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.27602700031828, 37.8888699998367 ], [ -122.276586000359998, 37.888820999792024 ], [ -122.275881999654999, 37.886420000195969 ], [ -122.274962999763147, 37.885341000096375 ], [ -122.274542999638555, 37.884895000262617 ], [ -122.272875999559091, 37.885655000044082 ], [ -122.269978000316542, 37.885603000271651 ], [ -122.266608999997487, 37.886034999829306 ], [ -122.266720000325563, 37.888950000230189 ], [ -122.267173999887021, 37.890428000068191 ], [ -122.267147000122833, 37.892796000100383 ], [ -122.267737000126701, 37.89313100027406 ], [ -122.272284999730317, 37.890245999740635 ], [ -122.272507000386469, 37.889996999662095 ], [ -122.27602700031828, 37.8888699998367 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421500", "NAME": "Census Tract 4215", "state": "06", "county_fips": "001", "tract": "421500", "county_name": "Alameda County", "tot_pop_2050": 3789, "tot_pop_pov_det_2050": 3759, "tot_pop_civ_ni_2050": 3789, "tot_hh_2050": 1589, "pop_zvhhs_2050": 65, "tot_fam_2050": 973, "tot_pop_over5_2050": 3639, "pop_hus_rent50_2050": 9, "pop_minority_2050": 865, "pop_over75_2050": 339, "pop_spfam_2050": 49, "pop_lep_2050": 15, "pop_below200_2050": 324, "pop_disability_2050": 260, "pct_minority_2050": 0.22829242544206915, "pct_over75_2050": 0.089469517022961201, "pct_spfam_2050": 0.050359712230215833, "pct_lep_2050": 0.0041220115416323155, "pct_below200_2050": 0.08619313647246607, "pct_disab_2050": 0.068619688572182619, "pct_zvhhs_2050": 0.040906230333543112, "pct_hus_rent50_2050": 0.0056639395846444316, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11125757975217501, "pct_minority_2040": 0.17110466649090397, "pct_spfam_2040": 0.039795918367347, "pct_lep_2040": 0.0, "pct_below200_2040": 0.06436170212766, "pct_disab_2040": 0.070129185341418002, "pct_zvhhs_2040": 0.02257053291536, "pct_hus_rent50_2040": 0.028373266078183999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.267737000126701, 37.89313100027406 ], [ -122.267147000122833, 37.892796000100383 ], [ -122.267173999887021, 37.890428000068191 ], [ -122.266720000325563, 37.888950000230189 ], [ -122.266608999997487, 37.886034999829306 ], [ -122.262570000206921, 37.886523000311819 ], [ -122.261698999995644, 37.88305299965095 ], [ -122.259856000189075, 37.883277999921042 ], [ -122.259029000358723, 37.88474900028335 ], [ -122.26026799991773, 37.886152999658414 ], [ -122.256911000192545, 37.886861999985499 ], [ -122.25533399962643, 37.888059999730523 ], [ -122.254792000201434, 37.8878159996694 ], [ -122.254142999748026, 37.889162999799439 ], [ -122.253377000017039, 37.888162999679253 ], [ -122.251877000342148, 37.890954999647875 ], [ -122.248976999653138, 37.891221999787078 ], [ -122.249477000143656, 37.893085999916117 ], [ -122.25308199956595, 37.894115999878906 ], [ -122.253771000202335, 37.896220000174687 ], [ -122.255532999818072, 37.895965999976973 ], [ -122.256274000332994, 37.896969999919285 ], [ -122.256928999735877, 37.89984100018507 ], [ -122.258760999671807, 37.899090999922336 ], [ -122.260703000110894, 37.899639000251973 ], [ -122.26078400030174, 37.897553000194094 ], [ -122.262683000184822, 37.896326000037092 ], [ -122.267737000126701, 37.89313100027406 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421600", "NAME": "Census Tract 4216", "state": "06", "county_fips": "001", "tract": "421600", "county_name": "Alameda County", "tot_pop_2050": 3698, "tot_pop_pov_det_2050": 3698, "tot_pop_civ_ni_2050": 3698, "tot_hh_2050": 1572, "pop_zvhhs_2050": 30, "tot_fam_2050": 1045, "tot_pop_over5_2050": 3413, "pop_hus_rent50_2050": 74, "pop_minority_2050": 1003, "pop_over75_2050": 443, "pop_spfam_2050": 66, "pop_lep_2050": 13, "pop_below200_2050": 419, "pop_disability_2050": 311, "pct_minority_2050": 0.27122769064359115, "pct_over75_2050": 0.11979448350459708, "pct_spfam_2050": 0.063157894736842107, "pct_lep_2050": 0.0038089657193085256, "pct_below200_2050": 0.11330448891292592, "pct_disab_2050": 0.084099513250405628, "pct_zvhhs_2050": 0.019083969465648856, "pct_hus_rent50_2050": 0.047073791348600506, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10993717875499699, "pct_minority_2040": 0.21187892632781299, "pct_spfam_2040": 0.043076923076922999, "pct_lep_2040": 0.0, "pct_below200_2040": 0.16476299257567098, "pct_disab_2040": 0.087664191890347992, "pct_zvhhs_2040": 0.074380165289255992, "pct_hus_rent50_2040": 0.082360570687419005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.266608999997487, 37.886034999829306 ], [ -122.266152999887893, 37.882423000200617 ], [ -122.265977999985722, 37.880605999953239 ], [ -122.265752000029892, 37.878805999742355 ], [ -122.258051999842252, 37.879820999767276 ], [ -122.25820500000313, 37.880573000130134 ], [ -122.25664300040394, 37.879959000209183 ], [ -122.255593000092517, 37.880194000263913 ], [ -122.249268999731186, 37.880896000276522 ], [ -122.246830000072961, 37.881199000184182 ], [ -122.246439000260693, 37.881202999807222 ], [ -122.246833000445989, 37.884106000242014 ], [ -122.246919999586339, 37.885438000150899 ], [ -122.248988000422116, 37.88711700004793 ], [ -122.249779000267438, 37.889625000222345 ], [ -122.248976999653138, 37.891221999787078 ], [ -122.251877000342148, 37.890954999647875 ], [ -122.253377000017039, 37.888162999679253 ], [ -122.254142999748026, 37.889162999799439 ], [ -122.254792000201434, 37.8878159996694 ], [ -122.25533399962643, 37.888059999730523 ], [ -122.256911000192545, 37.886861999985499 ], [ -122.26026799991773, 37.886152999658414 ], [ -122.259029000358723, 37.88474900028335 ], [ -122.259856000189075, 37.883277999921042 ], [ -122.261698999995644, 37.88305299965095 ], [ -122.262570000206921, 37.886523000311819 ], [ -122.266608999997487, 37.886034999829306 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421700", "NAME": "Census Tract 4217", "state": "06", "county_fips": "001", "tract": "421700", "county_name": "Alameda County", "tot_pop_2050": 3564, "tot_pop_pov_det_2050": 3564, "tot_pop_civ_ni_2050": 3564, "tot_hh_2050": 1563, "pop_zvhhs_2050": 297, "tot_fam_2050": 649, "tot_pop_over5_2050": 3308, "pop_hus_rent50_2050": 308, "pop_minority_2050": 1174, "pop_over75_2050": 219, "pop_spfam_2050": 9, "pop_lep_2050": 45, "pop_below200_2050": 938, "pop_disability_2050": 318, "pct_minority_2050": 0.32940516273849613, "pct_over75_2050": 0.061447811447811453, "pct_spfam_2050": 0.01386748844375963, "pct_lep_2050": 0.013603385731559857, "pct_below200_2050": 0.26318742985409649, "pct_disab_2050": 0.089225589225589222, "pct_zvhhs_2050": 0.19001919385796545, "pct_hus_rent50_2050": 0.19705694177863084, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.053551912568306, "pct_minority_2040": 0.43907103825136601, "pct_spfam_2040": 0.085195530726257004, "pct_lep_2040": 0.015850144092219, "pct_below200_2040": 0.25444596443228501, "pct_disab_2040": 0.067363211437998005, "pct_zvhhs_2040": 0.16368286445012803, "pct_hus_rent50_2040": 0.10707332900713799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.274542999638555, 37.884895000262617 ], [ -122.274140000130771, 37.881412999920116 ], [ -122.273944000312198, 37.879586999690929 ], [ -122.273745999945447, 37.877787999877945 ], [ -122.269178000250378, 37.878377000331341 ], [ -122.265752000029892, 37.878805999742355 ], [ -122.265977999985722, 37.880605999953239 ], [ -122.266152999887893, 37.882423000200617 ], [ -122.266608999997487, 37.886034999829306 ], [ -122.269978000316542, 37.885603000271651 ], [ -122.272875999559091, 37.885655000044082 ], [ -122.274542999638555, 37.884895000262617 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421800", "NAME": "Census Tract 4218", "state": "06", "county_fips": "001", "tract": "421800", "county_name": "Alameda County", "tot_pop_2050": 2139, "tot_pop_pov_det_2050": 2129, "tot_pop_civ_ni_2050": 2139, "tot_hh_2050": 890, "pop_zvhhs_2050": 110, "tot_fam_2050": 560, "tot_pop_over5_2050": 2046, "pop_hus_rent50_2050": 43, "pop_minority_2050": 555, "pop_over75_2050": 168, "pop_spfam_2050": 35, "pop_lep_2050": 51, "pop_below200_2050": 260, "pop_disability_2050": 181, "pct_minority_2050": 0.2594670406732118, "pct_over75_2050": 0.078541374474053294, "pct_spfam_2050": 0.0625, "pct_lep_2050": 0.0249266862170088, "pct_below200_2050": 0.1221230624706435, "pct_disab_2050": 0.08461898083216457, "pct_zvhhs_2050": 0.12359550561797752, "pct_hus_rent50_2050": 0.048314606741573035, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068747173224785005, "pct_minority_2040": 0.205789235639982, "pct_spfam_2040": 0.093457943925234002, "pct_lep_2040": 0.015949734171096998, "pct_below200_2040": 0.15011337868480701, "pct_disab_2040": 0.070104025327905994, "pct_zvhhs_2040": 0.096491228070174989, "pct_hus_rent50_2040": 0.068539325842696994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283273000046194, 37.8809260000492 ], [ -122.282792999647157, 37.876659999892262 ], [ -122.277102999670646, 37.877357999720616 ], [ -122.273745999945447, 37.877787999877945 ], [ -122.273944000312198, 37.879586999690929 ], [ -122.274140000130771, 37.881412999920116 ], [ -122.274542999638555, 37.884895000262617 ], [ -122.274962999763147, 37.885341000096375 ], [ -122.275673000315933, 37.884754999783198 ], [ -122.280287000041767, 37.882438000132034 ], [ -122.282678000019416, 37.881249000065502 ], [ -122.283273000046194, 37.8809260000492 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001421900", "NAME": "Census Tract 4219", "state": "06", "county_fips": "001", "tract": "421900", "county_name": "Alameda County", "tot_pop_2050": 4020, "tot_pop_pov_det_2050": 4006, "tot_pop_civ_ni_2050": 4015, "tot_hh_2050": 1665, "pop_zvhhs_2050": 142, "tot_fam_2050": 1032, "tot_pop_over5_2050": 3691, "pop_hus_rent50_2050": 128, "pop_minority_2050": 1700, "pop_over75_2050": 157, "pop_spfam_2050": 134, "pop_lep_2050": 94, "pop_below200_2050": 650, "pop_disability_2050": 327, "pct_minority_2050": 0.4228855721393035, "pct_over75_2050": 0.039054726368159202, "pct_spfam_2050": 0.12984496124031009, "pct_lep_2050": 0.025467353020861557, "pct_below200_2050": 0.16225661507738393, "pct_disab_2050": 0.081444582814445832, "pct_zvhhs_2050": 0.08528528528528527, "pct_hus_rent50_2050": 0.076876876876876873, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046854435377730999, "pct_minority_2040": 0.35561989997367704, "pct_spfam_2040": 0.15131578947368399, "pct_lep_2040": 0.011255411255411001, "pct_below200_2040": 0.16045466560930499, "pct_disab_2040": 0.065349143610012997, "pct_zvhhs_2040": 0.050355450236967005, "pct_hus_rent50_2040": 0.065563335455123994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.296890999816, 37.883498000308229 ], [ -122.295352999607971, 37.878685000197841 ], [ -122.294222999828889, 37.875168000075817 ], [ -122.282792999647157, 37.876659999892262 ], [ -122.283273000046194, 37.8809260000492 ], [ -122.282678000019416, 37.881249000065502 ], [ -122.282790000172426, 37.882502000088465 ], [ -122.286741999924374, 37.882448000084551 ], [ -122.288511999936006, 37.883047999715899 ], [ -122.290280000297813, 37.88302500015218 ], [ -122.290830999943623, 37.883310999950105 ], [ -122.294372999616741, 37.882751999695699 ], [ -122.296890999816, 37.883498000308229 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422000", "NAME": "Census Tract 4220", "state": "06", "county_fips": "001", "tract": "422000", "county_name": "Alameda County", "tot_pop_2050": 2071, "tot_pop_pov_det_2050": 2052, "tot_pop_civ_ni_2050": 2071, "tot_hh_2050": 859, "pop_zvhhs_2050": 63, "tot_fam_2050": 471, "tot_pop_over5_2050": 1911, "pop_hus_rent50_2050": 124, "pop_minority_2050": 671, "pop_over75_2050": 27, "pop_spfam_2050": 98, "pop_lep_2050": 19, "pop_below200_2050": 603, "pop_disability_2050": 258, "pct_minority_2050": 0.32399806856591018, "pct_over75_2050": 0.013037180106228877, "pct_spfam_2050": 0.20806794055201699, "pct_lep_2050": 0.0099424385138670857, "pct_below200_2050": 0.29385964912280704, "pct_disab_2050": 0.12457749879285369, "pct_zvhhs_2050": 0.07334109429569266, "pct_hus_rent50_2050": 0.14435389988358555, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045957918050940995, "pct_minority_2040": 0.45404208194905898, "pct_spfam_2040": 0.39095744680851102, "pct_lep_2040": 0.021711366538953, "pct_below200_2040": 0.44147157190635494, "pct_disab_2040": 0.11, "pct_zvhhs_2040": 0.12515802781289501, "pct_hus_rent50_2040": 0.14119170984455998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.325192999560628, 37.874276000003825 ], [ -122.318721999784486, 37.866377000083517 ], [ -122.316944000275257, 37.858809000301406 ], [ -122.308351999959925, 37.862934000013027 ], [ -122.301372000370748, 37.855492999896377 ], [ -122.301161573608724, 37.847362399181094 ], [ -122.298817000361566, 37.847916999736313 ], [ -122.295037999963682, 37.848674999739316 ], [ -122.292313999900117, 37.849233999648312 ], [ -122.288730000394196, 37.849961999989219 ], [ -122.286247000355019, 37.850504999880762 ], [ -122.286793999802882, 37.85217800010907 ], [ -122.28825699966788, 37.856849000134808 ], [ -122.288793000143386, 37.858507999868628 ], [ -122.289650999935873, 37.861103999884548 ], [ -122.293719000038749, 37.860243000165447 ], [ -122.295162999637171, 37.860002000201895 ], [ -122.296853000181159, 37.865282000139239 ], [ -122.297751000156623, 37.867937000131349 ], [ -122.299722000009737, 37.874085000330943 ], [ -122.300852999613667, 37.877571000202998 ], [ -122.295352999607971, 37.878685000197841 ], [ -122.296890999816, 37.883498000308229 ], [ -122.307079999890647, 37.881879000341307 ], [ -122.308361000180739, 37.882183000174159 ], [ -122.31282083283412, 37.881277077523372 ], [ -122.311445000094466, 37.87977500003521 ], [ -122.308501999747719, 37.870879999786304 ], [ -122.313164000052453, 37.870150999790674 ], [ -122.318663000233272, 37.875306999825838 ], [ -122.325192999560628, 37.874276000003825 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422100", "NAME": "Census Tract 4221", "state": "06", "county_fips": "001", "tract": "422100", "county_name": "Alameda County", "tot_pop_2050": 2754, "tot_pop_pov_det_2050": 2736, "tot_pop_civ_ni_2050": 2754, "tot_hh_2050": 1126, "pop_zvhhs_2050": 198, "tot_fam_2050": 555, "tot_pop_over5_2050": 2640, "pop_hus_rent50_2050": 125, "pop_minority_2050": 1349, "pop_over75_2050": 139, "pop_spfam_2050": 145, "pop_lep_2050": 55, "pop_below200_2050": 771, "pop_disability_2050": 313, "pct_minority_2050": 0.48983297022512712, "pct_over75_2050": 0.050472040668119098, "pct_spfam_2050": 0.26126126126126131, "pct_lep_2050": 0.020833333333333329, "pct_below200_2050": 0.2817982456140351, "pct_disab_2050": 0.11365286855482935, "pct_zvhhs_2050": 0.17584369449378331, "pct_hus_rent50_2050": 0.11101243339253997, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034588441330997997, "pct_minority_2040": 0.48292469352014006, "pct_spfam_2040": 0.14549180327868899, "pct_lep_2040": 0.041232442229269993, "pct_below200_2040": 0.251313485113835, "pct_disab_2040": 0.08644142167617401, "pct_zvhhs_2040": 0.147250698974837, "pct_hus_rent50_2040": 0.12654614652711699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300852999613667, 37.877571000202998 ], [ -122.299722000009737, 37.874085000330943 ], [ -122.297751000156623, 37.867937000131349 ], [ -122.292226000036536, 37.869041999980034 ], [ -122.293645000418906, 37.873449000333991 ], [ -122.294222999828889, 37.875168000075817 ], [ -122.295352999607971, 37.878685000197841 ], [ -122.300852999613667, 37.877571000202998 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422200", "NAME": "Census Tract 4222", "state": "06", "county_fips": "001", "tract": "422200", "county_name": "Alameda County", "tot_pop_2050": 3347, "tot_pop_pov_det_2050": 3347, "tot_pop_civ_ni_2050": 3347, "tot_hh_2050": 1530, "pop_zvhhs_2050": 148, "tot_fam_2050": 724, "tot_pop_over5_2050": 3191, "pop_hus_rent50_2050": 176, "pop_minority_2050": 1402, "pop_over75_2050": 72, "pop_spfam_2050": 98, "pop_lep_2050": 20, "pop_below200_2050": 781, "pop_disability_2050": 229, "pct_minority_2050": 0.41888258141619361, "pct_over75_2050": 0.021511801613385118, "pct_spfam_2050": 0.13535911602209946, "pct_lep_2050": 0.0062676277029144467, "pct_below200_2050": 0.2333432925007469, "pct_disab_2050": 0.068419480131461013, "pct_zvhhs_2050": 0.096732026143790839, "pct_hus_rent50_2050": 0.11503267973856207, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057502246181492002, "pct_minority_2040": 0.37885594489368102, "pct_spfam_2040": 0.090014064697609003, "pct_lep_2040": 0.039685039370079001, "pct_below200_2040": 0.26007215874924799, "pct_disab_2040": 0.049415992812218999, "pct_zvhhs_2040": 0.19624352331606199, "pct_hus_rent50_2040": 0.16321243523316101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294222999828889, 37.875168000075817 ], [ -122.293645000418906, 37.873449000333991 ], [ -122.292226000036536, 37.869041999980034 ], [ -122.288051999628465, 37.869591999648158 ], [ -122.282040000334973, 37.870352999787215 ], [ -122.282256000245042, 37.872131999778397 ], [ -122.282355999804153, 37.873017999827205 ], [ -122.282565000041544, 37.874862000023349 ], [ -122.282792999647157, 37.876659999892262 ], [ -122.294222999828889, 37.875168000075817 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422300", "NAME": "Census Tract 4223", "state": "06", "county_fips": "001", "tract": "422300", "county_name": "Alameda County", "tot_pop_2050": 3756, "tot_pop_pov_det_2050": 3747, "tot_pop_civ_ni_2050": 3756, "tot_hh_2050": 1729, "pop_zvhhs_2050": 343, "tot_fam_2050": 650, "tot_pop_over5_2050": 3521, "pop_hus_rent50_2050": 353, "pop_minority_2050": 1666, "pop_over75_2050": 159, "pop_spfam_2050": 58, "pop_lep_2050": 40, "pop_below200_2050": 1191, "pop_disability_2050": 275, "pct_minority_2050": 0.44355697550585732, "pct_over75_2050": 0.04233226837060703, "pct_spfam_2050": 0.089230769230769225, "pct_lep_2050": 0.011360408974723091, "pct_below200_2050": 0.31785428342674138, "pct_disab_2050": 0.073216187433439828, "pct_zvhhs_2050": 0.19838056680161945, "pct_hus_rent50_2050": 0.20416425679583572, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047067901234568006, "pct_minority_2040": 0.38760288065843607, "pct_spfam_2040": 0.14591439688715999, "pct_lep_2040": 0.025627044711013999, "pct_below200_2040": 0.38940329218107, "pct_disab_2040": 0.080246913580247006, "pct_zvhhs_2040": 0.22132564841498603, "pct_hus_rent50_2040": 0.21309523809523803, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282792999647157, 37.876659999892262 ], [ -122.282565000041544, 37.874862000023349 ], [ -122.282355999804153, 37.873017999827205 ], [ -122.282256000245042, 37.872131999778397 ], [ -122.282040000334973, 37.870352999787215 ], [ -122.273067000253135, 37.871511999829394 ], [ -122.273264999721519, 37.873325000283707 ], [ -122.273356999783033, 37.874215999992842 ], [ -122.273574000416332, 37.875979999767772 ], [ -122.273745999945447, 37.877787999877945 ], [ -122.277102999670646, 37.877357999720616 ], [ -122.282792999647157, 37.876659999892262 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422400", "NAME": "Census Tract 4224", "state": "06", "county_fips": "001", "tract": "422400", "county_name": "Alameda County", "tot_pop_2050": 4386, "tot_pop_pov_det_2050": 4386, "tot_pop_civ_ni_2050": 4386, "tot_hh_2050": 2077, "pop_zvhhs_2050": 667, "tot_fam_2050": 458, "tot_pop_over5_2050": 4255, "pop_hus_rent50_2050": 636, "pop_minority_2050": 2163, "pop_over75_2050": 96, "pop_spfam_2050": 18, "pop_lep_2050": 80, "pop_below200_2050": 1760, "pop_disability_2050": 173, "pct_minority_2050": 0.49316005471956231, "pct_over75_2050": 0.021887824897400817, "pct_spfam_2050": 0.039301310043668124, "pct_lep_2050": 0.018801410105757931, "pct_below200_2050": 0.40127678978568171, "pct_disab_2050": 0.039443684450524402, "pct_zvhhs_2050": 0.32113625421280689, "pct_hus_rent50_2050": 0.30621088107847849, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.041969519343494001, "pct_minority_2040": 0.50386869871043394, "pct_spfam_2040": 0.053356282271944999, "pct_lep_2040": 0.037579768376269994, "pct_below200_2040": 0.41031652989449002, "pct_disab_2040": 0.032121922626026006, "pct_zvhhs_2040": 0.30786930510814503, "pct_hus_rent50_2040": 0.29652546406473101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.273745999945447, 37.877787999877945 ], [ -122.273574000416332, 37.875979999767772 ], [ -122.273356999783033, 37.874215999992842 ], [ -122.273264999721519, 37.873325000283707 ], [ -122.273067000253135, 37.871511999829394 ], [ -122.268403000298562, 37.872110000203428 ], [ -122.26615899973568, 37.872389000192555 ], [ -122.266328999614984, 37.874187999971035 ], [ -122.265382999958973, 37.874296999818817 ], [ -122.265447000431394, 37.876514999688425 ], [ -122.265645999724697, 37.877304999980971 ], [ -122.265752000029892, 37.878805999742355 ], [ -122.269178000250378, 37.878377000331341 ], [ -122.273745999945447, 37.877787999877945 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422500", "NAME": "Census Tract 4225", "state": "06", "county_fips": "001", "tract": "422500", "county_name": "Alameda County", "tot_pop_2050": 4047, "tot_pop_pov_det_2050": 3141, "tot_pop_civ_ni_2050": 4047, "tot_hh_2050": 1373, "pop_zvhhs_2050": 395, "tot_fam_2050": 424, "tot_pop_over5_2050": 3953, "pop_hus_rent50_2050": 364, "pop_minority_2050": 2056, "pop_over75_2050": 117, "pop_spfam_2050": 40, "pop_lep_2050": 87, "pop_below200_2050": 1365, "pop_disability_2050": 285, "pct_minority_2050": 0.50803063998023223, "pct_over75_2050": 0.028910303928836176, "pct_spfam_2050": 0.094339622641509441, "pct_lep_2050": 0.022008601062484191, "pct_below200_2050": 0.4345749761222541, "pct_disab_2050": 0.070422535211267609, "pct_zvhhs_2050": 0.28769118718135472, "pct_hus_rent50_2050": 0.26511289147851419, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020775623268698001, "pct_minority_2040": 0.456832871652816, "pct_spfam_2040": 0.053708439897697996, "pct_lep_2040": 0.022142857142857002, "pct_below200_2040": 0.42918985776128599, "pct_disab_2040": 0.065096952908587011, "pct_zvhhs_2040": 0.36417322834645705, "pct_hus_rent50_2040": 0.33310439560439598, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.265752000029892, 37.878805999742355 ], [ -122.265645999724697, 37.877304999980971 ], [ -122.265447000431394, 37.876514999688425 ], [ -122.265382999958973, 37.874296999818817 ], [ -122.258357000339089, 37.875336999747695 ], [ -122.255726000161928, 37.875668000012389 ], [ -122.254722999706146, 37.875627000253111 ], [ -122.255593000092517, 37.880194000263913 ], [ -122.25664300040394, 37.879959000209183 ], [ -122.25820500000313, 37.880573000130134 ], [ -122.258051999842252, 37.879820999767276 ], [ -122.265752000029892, 37.878805999742355 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422600", "NAME": "Census Tract 4226", "state": "06", "county_fips": "001", "tract": "422600", "county_name": "Alameda County", "tot_pop_2050": 1264, "tot_pop_pov_det_2050": 67, "tot_pop_civ_ni_2050": 1264, "tot_hh_2050": 21, "pop_zvhhs_2050": 0, "tot_fam_2050": 21, "tot_pop_over5_2050": 1264, "pop_hus_rent50_2050": 0, "pop_minority_2050": 766, "pop_over75_2050": 4, "pop_spfam_2050": 0, "pop_lep_2050": 12, "pop_below200_2050": 0, "pop_disability_2050": 49, "pct_minority_2050": 0.60601265822784811, "pct_over75_2050": 0.0031645569620253164, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0094936708860759497, "pct_below200_2050": 0.0, "pct_disab_2050": 0.038765822784810125, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.49025069637883001, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.0, "pct_below200_2040": 0.0, "pct_disab_2040": 0.012534818941504001, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.266328999614984, 37.874187999971035 ], [ -122.26615899973568, 37.872389000192555 ], [ -122.266227000406062, 37.868997999687402 ], [ -122.26598999968131, 37.867834000261915 ], [ -122.261482000260656, 37.868439000016217 ], [ -122.259196999689919, 37.868720000228791 ], [ -122.254587999986953, 37.869321000240937 ], [ -122.252328000428861, 37.869615999746458 ], [ -122.250970999970761, 37.869328000178008 ], [ -122.25021399956232, 37.869346000316995 ], [ -122.247097000036632, 37.870592000194726 ], [ -122.24515600032079, 37.869737000004946 ], [ -122.246439000260693, 37.881202999807222 ], [ -122.246830000072961, 37.881199000184182 ], [ -122.249268999731186, 37.880896000276522 ], [ -122.255593000092517, 37.880194000263913 ], [ -122.254722999706146, 37.875627000253111 ], [ -122.255726000161928, 37.875668000012389 ], [ -122.258357000339089, 37.875336999747695 ], [ -122.265382999958973, 37.874296999818817 ], [ -122.266328999614984, 37.874187999971035 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422700", "NAME": "Census Tract 4227", "state": "06", "county_fips": "001", "tract": "422700", "county_name": "Alameda County", "tot_pop_2050": 5053, "tot_pop_pov_det_2050": 2650, "tot_pop_civ_ni_2050": 5053, "tot_hh_2050": 1000, "pop_zvhhs_2050": 463, "tot_fam_2050": 158, "tot_pop_over5_2050": 5053, "pop_hus_rent50_2050": 509, "pop_minority_2050": 2839, "pop_over75_2050": 39, "pop_spfam_2050": 11, "pop_lep_2050": 20, "pop_below200_2050": 1813, "pop_disability_2050": 272, "pct_minority_2050": 0.56184444884227192, "pct_over75_2050": 0.0077181872155155356, "pct_spfam_2050": 0.069620253164556958, "pct_lep_2050": 0.0039580447259054035, "pct_below200_2050": 0.6841509433962264, "pct_disab_2050": 0.05382940827231348, "pct_zvhhs_2050": 0.463, "pct_hus_rent50_2050": 0.509, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.53839265726438301, "pct_spfam_2040": 0.33689839572192498, "pct_lep_2040": 0.0038340099233200001, "pct_below200_2040": 0.621702127659574, "pct_disab_2040": 0.045892097604655999, "pct_zvhhs_2040": 0.42932489451476796, "pct_hus_rent50_2040": 0.40457142857142897, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.254587999986953, 37.869321000240937 ], [ -122.254223000113967, 37.866931000185481 ], [ -122.253953999602132, 37.865736999747448 ], [ -122.251653000036157, 37.865887000280601 ], [ -122.248420000159555, 37.866083000309089 ], [ -122.246962000317424, 37.866159000194322 ], [ -122.245337999895668, 37.865986000295017 ], [ -122.244876999763193, 37.866276000023127 ], [ -122.24515600032079, 37.869737000004946 ], [ -122.247097000036632, 37.870592000194726 ], [ -122.25021399956232, 37.869346000316995 ], [ -122.250970999970761, 37.869328000178008 ], [ -122.252328000428861, 37.869615999746458 ], [ -122.254587999986953, 37.869321000240937 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422800", "NAME": "Census Tract 4228", "state": "06", "county_fips": "001", "tract": "422800", "county_name": "Alameda County", "tot_pop_2050": 9155, "tot_pop_pov_det_2050": 3220, "tot_pop_civ_ni_2050": 9155, "tot_hh_2050": 1303, "pop_zvhhs_2050": 744, "tot_fam_2050": 110, "tot_pop_over5_2050": 9148, "pop_hus_rent50_2050": 746, "pop_minority_2050": 6468, "pop_over75_2050": 8, "pop_spfam_2050": 0, "pop_lep_2050": 67, "pop_below200_2050": 2545, "pop_disability_2050": 452, "pct_minority_2050": 0.70649918077553253, "pct_over75_2050": 0.00087383943200436919, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0073240052470485342, "pct_below200_2050": 0.79037267080745344, "pct_disab_2050": 0.049371927908246863, "pct_zvhhs_2050": 0.5709900230237912, "pct_hus_rent50_2050": 0.57252494244052188, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.65636497424576901, "pct_spfam_2040": 0.071895424836600996, "pct_lep_2040": 0.012275963663147999, "pct_below200_2040": 0.73275563258232201, "pct_disab_2040": 0.049055678194751005, "pct_zvhhs_2040": 0.533828996282528, "pct_hus_rent50_2040": 0.44796380090497701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.26598999968131, 37.867834000261915 ], [ -122.265332999730262, 37.864425000120391 ], [ -122.26527699965375, 37.864264999865149 ], [ -122.260740999745735, 37.864842999768392 ], [ -122.258543000111914, 37.8651490003014 ], [ -122.253953999602132, 37.865736999747448 ], [ -122.254223000113967, 37.866931000185481 ], [ -122.254587999986953, 37.869321000240937 ], [ -122.259196999689919, 37.868720000228791 ], [ -122.261482000260656, 37.868439000016217 ], [ -122.26598999968131, 37.867834000261915 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001422900", "NAME": "Census Tract 4229", "state": "06", "county_fips": "001", "tract": "422900", "county_name": "Alameda County", "tot_pop_2050": 5463, "tot_pop_pov_det_2050": 5368, "tot_pop_civ_ni_2050": 5436, "tot_hh_2050": 2044, "pop_zvhhs_2050": 1291, "tot_fam_2050": 510, "tot_pop_over5_2050": 5438, "pop_hus_rent50_2050": 862, "pop_minority_2050": 3383, "pop_over75_2050": 100, "pop_spfam_2050": 101, "pop_lep_2050": 207, "pop_below200_2050": 3450, "pop_disability_2050": 577, "pct_minority_2050": 0.61925681859783999, "pct_over75_2050": 0.018304960644334616, "pct_spfam_2050": 0.1980392156862745, "pct_lep_2050": 0.038065465244575221, "pct_below200_2050": 0.64269746646795822, "pct_disab_2050": 0.10614422369389256, "pct_zvhhs_2050": 0.63160469667318986, "pct_hus_rent50_2050": 0.42172211350293543, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0036060401171959995, "pct_minority_2040": 0.56862745098039214, "pct_spfam_2040": 0.23897911832946597, "pct_lep_2040": 0.053333333333333004, "pct_below200_2040": 0.64885138302859802, "pct_disab_2040": 0.060812343998184998, "pct_zvhhs_2040": 0.55880787653006891, "pct_hus_rent50_2040": 0.41364985163204709, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.273067000253135, 37.871511999829394 ], [ -122.27276299958119, 37.868784000049168 ], [ -122.272160999881748, 37.863352000316858 ], [ -122.269834000376505, 37.863664999714835 ], [ -122.26527699965375, 37.864264999865149 ], [ -122.265332999730262, 37.864425000120391 ], [ -122.26598999968131, 37.867834000261915 ], [ -122.266227000406062, 37.868997999687402 ], [ -122.26615899973568, 37.872389000192555 ], [ -122.268403000298562, 37.872110000203428 ], [ -122.273067000253135, 37.871511999829394 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423000", "NAME": "Census Tract 4230", "state": "06", "county_fips": "001", "tract": "423000", "county_name": "Alameda County", "tot_pop_2050": 4991, "tot_pop_pov_det_2050": 4991, "tot_pop_civ_ni_2050": 4991, "tot_hh_2050": 2062, "pop_zvhhs_2050": 485, "tot_fam_2050": 950, "tot_pop_over5_2050": 4786, "pop_hus_rent50_2050": 449, "pop_minority_2050": 2350, "pop_over75_2050": 226, "pop_spfam_2050": 89, "pop_lep_2050": 197, "pop_below200_2050": 1029, "pop_disability_2050": 505, "pct_minority_2050": 0.4708475255459828, "pct_over75_2050": 0.045281506712081747, "pct_spfam_2050": 0.0936842105263158, "pct_lep_2050": 0.041161721688257422, "pct_below200_2050": 0.2061711079943899, "pct_disab_2050": 0.10118212783009416, "pct_zvhhs_2050": 0.23520853540252185, "pct_hus_rent50_2050": 0.21774975751697381, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.066798810703667, "pct_minority_2040": 0.39345887016848402, "pct_spfam_2040": 0.11087645195353699, "pct_lep_2040": 0.016189290161893001, "pct_below200_2040": 0.26184786937475102, "pct_disab_2040": 0.106717011128776, "pct_zvhhs_2040": 0.223730517848165, "pct_hus_rent50_2040": 0.17596782302664701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282040000334973, 37.870352999787215 ], [ -122.281783000417036, 37.867381999875981 ], [ -122.281620000210395, 37.865816999738833 ], [ -122.281437999737221, 37.864011000076296 ], [ -122.281226000025129, 37.862205000125215 ], [ -122.276573999766129, 37.862790999700735 ], [ -122.272160999881748, 37.863352000316858 ], [ -122.27276299958119, 37.868784000049168 ], [ -122.273067000253135, 37.871511999829394 ], [ -122.282040000334973, 37.870352999787215 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423100", "NAME": "Census Tract 4231", "state": "06", "county_fips": "001", "tract": "423100", "county_name": "Alameda County", "tot_pop_2050": 4272, "tot_pop_pov_det_2050": 4230, "tot_pop_civ_ni_2050": 4230, "tot_hh_2050": 1927, "pop_zvhhs_2050": 461, "tot_fam_2050": 936, "tot_pop_over5_2050": 4068, "pop_hus_rent50_2050": 419, "pop_minority_2050": 2288, "pop_over75_2050": 312, "pop_spfam_2050": 191, "pop_lep_2050": 136, "pop_below200_2050": 1026, "pop_disability_2050": 497, "pct_minority_2050": 0.53558052434456926, "pct_over75_2050": 0.073033707865168537, "pct_spfam_2050": 0.20405982905982906, "pct_lep_2050": 0.033431661750245818, "pct_below200_2050": 0.24255319148936169, "pct_disab_2050": 0.11749408983451536, "pct_zvhhs_2050": 0.23923196678775302, "pct_hus_rent50_2050": 0.21743642968344576, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.072727272727273001, "pct_minority_2040": 0.451805728518057, "pct_spfam_2040": 0.21254801536491699, "pct_lep_2040": 0.079780277269159997, "pct_below200_2040": 0.38393977415307395, "pct_disab_2040": 0.092597239648683022, "pct_zvhhs_2040": 0.28024502297090398, "pct_hus_rent50_2040": 0.25389157273215196, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292226000036536, 37.869041999980034 ], [ -122.291345999604445, 37.866391999736607 ], [ -122.29077599969203, 37.864632999932844 ], [ -122.290204999954753, 37.862863000234839 ], [ -122.289650999935873, 37.861103999884548 ], [ -122.281226000025129, 37.862205000125215 ], [ -122.281437999737221, 37.864011000076296 ], [ -122.281620000210395, 37.865816999738833 ], [ -122.281783000417036, 37.867381999875981 ], [ -122.282040000334973, 37.870352999787215 ], [ -122.288051999628465, 37.869591999648158 ], [ -122.292226000036536, 37.869041999980034 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423200", "NAME": "Census Tract 4232", "state": "06", "county_fips": "001", "tract": "423200", "county_name": "Alameda County", "tot_pop_2050": 3004, "tot_pop_pov_det_2050": 2981, "tot_pop_civ_ni_2050": 2989, "tot_hh_2050": 1112, "pop_zvhhs_2050": 167, "tot_fam_2050": 637, "tot_pop_over5_2050": 2812, "pop_hus_rent50_2050": 249, "pop_minority_2050": 2108, "pop_over75_2050": 27, "pop_spfam_2050": 190, "pop_lep_2050": 176, "pop_below200_2050": 1208, "pop_disability_2050": 339, "pct_minority_2050": 0.70173102529960052, "pct_over75_2050": 0.0089880159786950731, "pct_spfam_2050": 0.29827315541601257, "pct_lep_2050": 0.062588904694167849, "pct_below200_2050": 0.40523314324052334, "pct_disab_2050": 0.1134158581465373, "pct_zvhhs_2050": 0.15017985611510792, "pct_hus_rent50_2050": 0.22392086330935251, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028332727933163996, "pct_minority_2040": 0.61496549219033803, "pct_spfam_2040": 0.082706766917292993, "pct_lep_2040": 0.065523809523808998, "pct_below200_2040": 0.36254107338444702, "pct_disab_2040": 0.085379259802125004, "pct_zvhhs_2040": 0.18772563176895302, "pct_hus_rent50_2040": 0.16964285714285698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297751000156623, 37.867937000131349 ], [ -122.296853000181159, 37.865282000139239 ], [ -122.295162999637171, 37.860002000201895 ], [ -122.293719000038749, 37.860243000165447 ], [ -122.289650999935873, 37.861103999884548 ], [ -122.290204999954753, 37.862863000234839 ], [ -122.29077599969203, 37.864632999932844 ], [ -122.291345999604445, 37.866391999736607 ], [ -122.292226000036536, 37.869041999980034 ], [ -122.297751000156623, 37.867937000131349 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423300", "NAME": "Census Tract 4233", "state": "06", "county_fips": "001", "tract": "423300", "county_name": "Alameda County", "tot_pop_2050": 3764, "tot_pop_pov_det_2050": 3764, "tot_pop_civ_ni_2050": 3764, "tot_hh_2050": 1644, "pop_zvhhs_2050": 284, "tot_fam_2050": 960, "tot_pop_over5_2050": 3504, "pop_hus_rent50_2050": 305, "pop_minority_2050": 2199, "pop_over75_2050": 321, "pop_spfam_2050": 199, "pop_lep_2050": 124, "pop_below200_2050": 1073, "pop_disability_2050": 423, "pct_minority_2050": 0.5842189160467588, "pct_over75_2050": 0.08528161530286929, "pct_spfam_2050": 0.20729166666666668, "pct_lep_2050": 0.035388127853881284, "pct_below200_2050": 0.28506907545164722, "pct_disab_2050": 0.11238044633368756, "pct_zvhhs_2050": 0.17274939172749393, "pct_hus_rent50_2050": 0.18552311435523114, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.048854961832060999, "pct_minority_2040": 0.66819338422391894, "pct_spfam_2040": 0.174151150054765, "pct_lep_2040": 0.0768, "pct_below200_2040": 0.235024216161101, "pct_disab_2040": 0.089058524173028022, "pct_zvhhs_2040": 0.22735674676525, "pct_hus_rent50_2040": 0.123510971786834, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289650999935873, 37.861103999884548 ], [ -122.288793000143386, 37.858507999868628 ], [ -122.28825699966788, 37.856849000134808 ], [ -122.286793999802882, 37.85217800010907 ], [ -122.281432999714355, 37.853189999938138 ], [ -122.279121000277712, 37.853286999770411 ], [ -122.279697999862805, 37.856035000119903 ], [ -122.280270000323327, 37.85872899979497 ], [ -122.280447999700257, 37.85960599981599 ], [ -122.280630999998351, 37.860486000069535 ], [ -122.281226000025129, 37.862205000125215 ], [ -122.289650999935873, 37.861103999884548 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423400", "NAME": "Census Tract 4234", "state": "06", "county_fips": "001", "tract": "423400", "county_name": "Alameda County", "tot_pop_2050": 5069, "tot_pop_pov_det_2050": 5069, "tot_pop_civ_ni_2050": 5069, "tot_hh_2050": 1978, "pop_zvhhs_2050": 196, "tot_fam_2050": 961, "tot_pop_over5_2050": 4911, "pop_hus_rent50_2050": 283, "pop_minority_2050": 2675, "pop_over75_2050": 254, "pop_spfam_2050": 93, "pop_lep_2050": 218, "pop_below200_2050": 1504, "pop_disability_2050": 681, "pct_minority_2050": 0.52771749852041827, "pct_over75_2050": 0.050108502663247192, "pct_spfam_2050": 0.096774193548387094, "pct_lep_2050": 0.044390144573406634, "pct_below200_2050": 0.29670546458867625, "pct_disab_2050": 0.13434602485697375, "pct_zvhhs_2050": 0.099089989888776542, "pct_hus_rent50_2050": 0.14307381193124369, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042303172737955003, "pct_minority_2040": 0.55620838229533898, "pct_spfam_2040": 0.178496868475992, "pct_lep_2040": 0.058726560890170997, "pct_below200_2040": 0.32726204465334902, "pct_disab_2040": 0.106933019976498, "pct_zvhhs_2040": 0.14598880597014902, "pct_hus_rent50_2040": 0.195544554455446, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281226000025129, 37.862205000125215 ], [ -122.280630999998351, 37.860486000069535 ], [ -122.280447999700257, 37.85960599981599 ], [ -122.280270000323327, 37.85872899979497 ], [ -122.279697999862805, 37.856035000119903 ], [ -122.279121000277712, 37.853286999770411 ], [ -122.271160999799051, 37.854267999910817 ], [ -122.271466000295888, 37.85705199976983 ], [ -122.271761999673572, 37.859769000314884 ], [ -122.271950999819452, 37.861559999751456 ], [ -122.272160999881748, 37.863352000316858 ], [ -122.276573999766129, 37.862790999700735 ], [ -122.281226000025129, 37.862205000125215 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423500", "NAME": "Census Tract 4235", "state": "06", "county_fips": "001", "tract": "423500", "county_name": "Alameda County", "tot_pop_2050": 3501, "tot_pop_pov_det_2050": 3381, "tot_pop_civ_ni_2050": 3381, "tot_hh_2050": 1456, "pop_zvhhs_2050": 386, "tot_fam_2050": 647, "tot_pop_over5_2050": 3293, "pop_hus_rent50_2050": 273, "pop_minority_2050": 1732, "pop_over75_2050": 243, "pop_spfam_2050": 69, "pop_lep_2050": 53, "pop_below200_2050": 1375, "pop_disability_2050": 300, "pct_minority_2050": 0.49471579548700367, "pct_over75_2050": 0.069408740359897178, "pct_spfam_2050": 0.10664605873261206, "pct_lep_2050": 0.016094746431825083, "pct_below200_2050": 0.40668441289559293, "pct_disab_2050": 0.088731144631765749, "pct_zvhhs_2050": 0.26510989010989011, "pct_hus_rent50_2050": 0.1875, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.10171102661597001, "pct_minority_2040": 0.43821292775665405, "pct_spfam_2040": 0.17977528089887601, "pct_lep_2040": 0.042414355628058995, "pct_below200_2040": 0.41773399014778295, "pct_disab_2040": 0.121102723990811, "pct_zvhhs_2040": 0.16462093862815899, "pct_hus_rent50_2040": 0.16435354273192099, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.272160999881748, 37.863352000316858 ], [ -122.271950999819452, 37.861559999751456 ], [ -122.271761999673572, 37.859769000314884 ], [ -122.271466000295888, 37.85705199976983 ], [ -122.271160999799051, 37.854267999910817 ], [ -122.268512999903436, 37.855029000127239 ], [ -122.26659800012682, 37.8552890001436 ], [ -122.263515000038041, 37.855732000268873 ], [ -122.263967999774579, 37.858017000186464 ], [ -122.264139000377099, 37.85889300013681 ], [ -122.264519000318728, 37.860682000278175 ], [ -122.264879999993724, 37.862459999738576 ], [ -122.26527699965375, 37.864264999865149 ], [ -122.269834000376505, 37.863664999714835 ], [ -122.272160999881748, 37.863352000316858 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423601", "NAME": "Census Tract 4236.01", "state": "06", "county_fips": "001", "tract": "423601", "county_name": "Alameda County", "tot_pop_2050": 2804, "tot_pop_pov_det_2050": 2768, "tot_pop_civ_ni_2050": 2745, "tot_hh_2050": 1177, "pop_zvhhs_2050": 171, "tot_fam_2050": 533, "tot_pop_over5_2050": 2726, "pop_hus_rent50_2050": 132, "pop_minority_2050": 793, "pop_over75_2050": 132, "pop_spfam_2050": 20, "pop_lep_2050": 8, "pop_below200_2050": 657, "pop_disability_2050": 290, "pct_minority_2050": 0.28281027104136952, "pct_over75_2050": 0.047075606276747513, "pct_spfam_2050": 0.037523452157598502, "pct_lep_2050": 0.00293470286133529, "pct_below200_2050": 0.23735549132947975, "pct_disab_2050": 0.10564663023679416, "pct_zvhhs_2050": 0.14528462192013594, "pct_hus_rent50_2050": 0.11214953271028036, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036794171220400997, "pct_minority_2040": 0.25683060109289602, "pct_spfam_2040": 0.064444444444443999, "pct_lep_2040": 0.0068337129840550003, "pct_below200_2040": 0.30306386120339601, "pct_disab_2040": 0.054263565891472992, "pct_zvhhs_2040": 0.18465430016863399, "pct_hus_rent50_2040": 0.19286321155479996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.264519000318728, 37.860682000278175 ], [ -122.264139000377099, 37.85889300013681 ], [ -122.263967999774579, 37.858017000186464 ], [ -122.263515000038041, 37.855732000268873 ], [ -122.262407000000309, 37.855865000078296 ], [ -122.256848000443355, 37.856616000210565 ], [ -122.253099000182686, 37.857087999657232 ], [ -122.253224999681066, 37.858500000285666 ], [ -122.253512999561153, 37.861398999661859 ], [ -122.253551999919239, 37.861823000110391 ], [ -122.264519000318728, 37.860682000278175 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423602", "NAME": "Census Tract 4236.02", "state": "06", "county_fips": "001", "tract": "423602", "county_name": "Alameda County", "tot_pop_2050": 6222, "tot_pop_pov_det_2050": 6122, "tot_pop_civ_ni_2050": 6190, "tot_hh_2050": 2167, "pop_zvhhs_2050": 800, "tot_fam_2050": 353, "tot_pop_over5_2050": 6222, "pop_hus_rent50_2050": 934, "pop_minority_2050": 3704, "pop_over75_2050": 80, "pop_spfam_2050": 11, "pop_lep_2050": 56, "pop_below200_2050": 3964, "pop_disability_2050": 277, "pct_minority_2050": 0.59530697524911602, "pct_over75_2050": 0.01285760205721633, "pct_spfam_2050": 0.031161473087818695, "pct_lep_2050": 0.0090003214400514297, "pct_below200_2050": 0.6475008167265599, "pct_disab_2050": 0.044749596122778679, "pct_zvhhs_2050": 0.36917397323488688, "pct_hus_rent50_2050": 0.4310106137517305, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.013653561441026002, "pct_minority_2040": 0.62428030926139211, "pct_spfam_2040": 0.134803921568627, "pct_lep_2040": 0.019884009942005003, "pct_below200_2040": 0.666722380076885, "pct_disab_2040": 0.012641383898868999, "pct_zvhhs_2040": 0.29915254237288103, "pct_hus_rent50_2040": 0.48864163189615206, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.26527699965375, 37.864264999865149 ], [ -122.264879999993724, 37.862459999738576 ], [ -122.264519000318728, 37.860682000278175 ], [ -122.253551999919239, 37.861823000110391 ], [ -122.253742999714945, 37.863621999724472 ], [ -122.253953999602132, 37.865736999747448 ], [ -122.258543000111914, 37.8651490003014 ], [ -122.260740999745735, 37.864842999768392 ], [ -122.26527699965375, 37.864264999865149 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423700", "NAME": "Census Tract 4237", "state": "06", "county_fips": "001", "tract": "423700", "county_name": "Alameda County", "tot_pop_2050": 4399, "tot_pop_pov_det_2050": 3310, "tot_pop_civ_ni_2050": 4399, "tot_hh_2050": 1308, "pop_zvhhs_2050": 206, "tot_fam_2050": 536, "tot_pop_over5_2050": 4348, "pop_hus_rent50_2050": 223, "pop_minority_2050": 1615, "pop_over75_2050": 273, "pop_spfam_2050": 45, "pop_lep_2050": 37, "pop_below200_2050": 1502, "pop_disability_2050": 313, "pct_minority_2050": 0.36712889293021139, "pct_over75_2050": 0.062059558990679699, "pct_spfam_2050": 0.083955223880597021, "pct_lep_2050": 0.0085096596136154546, "pct_below200_2050": 0.45377643504531717, "pct_disab_2050": 0.071152534666969761, "pct_zvhhs_2050": 0.15749235474006115, "pct_hus_rent50_2050": 0.17048929663608561, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.065812609897011001, "pct_minority_2040": 0.32881185631750798, "pct_spfam_2040": 0.071153846153845998, "pct_lep_2040": 0.0092331367017180008, "pct_below200_2040": 0.43833017077798903, "pct_disab_2040": 0.091551071878941001, "pct_zvhhs_2040": 0.24701492537313399, "pct_hus_rent50_2040": 0.26327944572748302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.253953999602132, 37.865736999747448 ], [ -122.253742999714945, 37.863621999724472 ], [ -122.253551999919239, 37.861823000110391 ], [ -122.253512999561153, 37.861398999661859 ], [ -122.253224999681066, 37.858500000285666 ], [ -122.253099000182686, 37.857087999657232 ], [ -122.252299000116537, 37.857409999877774 ], [ -122.245389999774176, 37.85808700033526 ], [ -122.243875999855589, 37.858118000217829 ], [ -122.242346999868374, 37.857609999949709 ], [ -122.244505000217529, 37.859129000040248 ], [ -122.244065000001498, 37.860776000164364 ], [ -122.245525000391709, 37.864035999826321 ], [ -122.245337999895668, 37.865986000295017 ], [ -122.246962000317424, 37.866159000194322 ], [ -122.248420000159555, 37.866083000309089 ], [ -122.251653000036157, 37.865887000280601 ], [ -122.253953999602132, 37.865736999747448 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423800", "NAME": "Census Tract 4238", "state": "06", "county_fips": "001", "tract": "423800", "county_name": "Alameda County", "tot_pop_2050": 3016, "tot_pop_pov_det_2050": 3016, "tot_pop_civ_ni_2050": 3016, "tot_hh_2050": 1297, "pop_zvhhs_2050": 79, "tot_fam_2050": 766, "tot_pop_over5_2050": 2874, "pop_hus_rent50_2050": 9, "pop_minority_2050": 699, "pop_over75_2050": 336, "pop_spfam_2050": 44, "pop_lep_2050": 0, "pop_below200_2050": 263, "pop_disability_2050": 305, "pct_minority_2050": 0.23176392572944296, "pct_over75_2050": 0.11140583554376657, "pct_spfam_2050": 0.05744125326370756, "pct_lep_2050": 0.0, "pct_below200_2050": 0.087201591511936336, "pct_disab_2050": 0.10112732095490716, "pct_zvhhs_2050": 0.060909791827293752, "pct_hus_rent50_2050": 0.0069390902081727058, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.14852459016393399, "pct_minority_2040": 0.26622950819672098, "pct_spfam_2040": 0.040603248259861002, "pct_lep_2040": 0.019890260631001001, "pct_below200_2040": 0.052786885245901999, "pct_disab_2040": 0.122295081967213, "pct_zvhhs_2040": 0.077220077220076996, "pct_hus_rent50_2040": 0.066561014263074009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.253099000182686, 37.857087999657232 ], [ -122.252503000331032, 37.850826000342046 ], [ -122.250960000100108, 37.851159000331478 ], [ -122.241914000223318, 37.85190900004568 ], [ -122.234184999723325, 37.852542999883433 ], [ -122.234761000381823, 37.857789999976099 ], [ -122.241154000340131, 37.857261999929044 ], [ -122.241715000031689, 37.857247999889772 ], [ -122.242346999868374, 37.857609999949709 ], [ -122.243875999855589, 37.858118000217829 ], [ -122.245389999774176, 37.85808700033526 ], [ -122.252299000116537, 37.857409999877774 ], [ -122.253099000182686, 37.857087999657232 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423901", "NAME": "Census Tract 4239.01", "state": "06", "county_fips": "001", "tract": "423901", "county_name": "Alameda County", "tot_pop_2050": 1954, "tot_pop_pov_det_2050": 1954, "tot_pop_civ_ni_2050": 1944, "tot_hh_2050": 853, "pop_zvhhs_2050": 129, "tot_fam_2050": 377, "tot_pop_over5_2050": 1896, "pop_hus_rent50_2050": 122, "pop_minority_2050": 736, "pop_over75_2050": 56, "pop_spfam_2050": 72, "pop_lep_2050": 7, "pop_below200_2050": 432, "pop_disability_2050": 225, "pct_minority_2050": 0.37666325486182189, "pct_over75_2050": 0.028659160696008188, "pct_spfam_2050": 0.19098143236074269, "pct_lep_2050": 0.0036919831223628688, "pct_below200_2050": 0.2210849539406346, "pct_disab_2050": 0.11574074074074076, "pct_zvhhs_2050": 0.15123094958968347, "pct_hus_rent50_2050": 0.14302461899179367, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031813361611877006, "pct_minority_2040": 0.40296924708377502, "pct_spfam_2040": 0.17460317460317501, "pct_lep_2040": 0.0, "pct_below200_2040": 0.233138608603293, "pct_disab_2040": 0.075291622481442, "pct_zvhhs_2040": 0.19437939110070299, "pct_hus_rent50_2040": 0.162291169451074, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.271852000085261, 37.847251000181132 ], [ -122.27123600014211, 37.846464999811914 ], [ -122.269143999915187, 37.846740000342486 ], [ -122.269225999930967, 37.847200999927068 ], [ -122.269409000229075, 37.84810699966966 ], [ -122.26841099979616, 37.848765000075602 ], [ -122.268908999738542, 37.851651999846219 ], [ -122.266127999773559, 37.852008999809435 ], [ -122.262249999641483, 37.852695999952914 ], [ -122.261828999691971, 37.852579999961826 ], [ -122.262407000000309, 37.855865000078296 ], [ -122.263515000038041, 37.855732000268873 ], [ -122.26659800012682, 37.8552890001436 ], [ -122.268512999903436, 37.855029000127239 ], [ -122.271160999799051, 37.854267999910817 ], [ -122.270960999782517, 37.852484000026827 ], [ -122.270814000367707, 37.850666999791045 ], [ -122.271170000019865, 37.849701000182002 ], [ -122.271852000085261, 37.847251000181132 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001423902", "NAME": "Census Tract 4239.02", "state": "06", "county_fips": "001", "tract": "423902", "county_name": "Alameda County", "tot_pop_2050": 1593, "tot_pop_pov_det_2050": 1567, "tot_pop_civ_ni_2050": 1567, "tot_hh_2050": 726, "pop_zvhhs_2050": 106, "tot_fam_2050": 330, "tot_pop_over5_2050": 1535, "pop_hus_rent50_2050": 51, "pop_minority_2050": 420, "pop_over75_2050": 114, "pop_spfam_2050": 11, "pop_lep_2050": 18, "pop_below200_2050": 195, "pop_disability_2050": 124, "pct_minority_2050": 0.26365348399246696, "pct_over75_2050": 0.071563088512241052, "pct_spfam_2050": 0.033333333333333333, "pct_lep_2050": 0.011726384364820848, "pct_below200_2050": 0.1244416081684748, "pct_disab_2050": 0.079132099553286539, "pct_zvhhs_2050": 0.14600550964187328, "pct_hus_rent50_2050": 0.070247933884297523, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032763532763532999, "pct_minority_2040": 0.23076923076923103, "pct_spfam_2040": 0.051851851851852003, "pct_lep_2040": 0.0058780308596619998, "pct_below200_2040": 0.21963636363636396, "pct_disab_2040": 0.063272727272727008, "pct_zvhhs_2040": 0.20112517580872, "pct_hus_rent50_2040": 0.17638266068759303, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262407000000309, 37.855865000078296 ], [ -122.261828999691971, 37.852579999961826 ], [ -122.260222999711885, 37.852792999725892 ], [ -122.258367000384808, 37.853195999880271 ], [ -122.257250999951168, 37.853175999834775 ], [ -122.256197000340094, 37.853448999951645 ], [ -122.253346000054904, 37.85383 ], [ -122.252503000331032, 37.850826000342046 ], [ -122.253099000182686, 37.857087999657232 ], [ -122.256848000443355, 37.856616000210565 ], [ -122.262407000000309, 37.855865000078296 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001424001", "NAME": "Census Tract 4240.01", "state": "06", "county_fips": "001", "tract": "424001", "county_name": "Alameda County", "tot_pop_2050": 4151, "tot_pop_pov_det_2050": 4133, "tot_pop_civ_ni_2050": 4140, "tot_hh_2050": 1473, "pop_zvhhs_2050": 250, "tot_fam_2050": 805, "tot_pop_over5_2050": 3977, "pop_hus_rent50_2050": 285, "pop_minority_2050": 2162, "pop_over75_2050": 107, "pop_spfam_2050": 188, "pop_lep_2050": 155, "pop_below200_2050": 1587, "pop_disability_2050": 487, "pct_minority_2050": 0.52083835220428809, "pct_over75_2050": 0.025776921223801489, "pct_spfam_2050": 0.23354037267080746, "pct_lep_2050": 0.038974101081217002, "pct_below200_2050": 0.3839825792402613, "pct_disab_2050": 0.11763285024154588, "pct_zvhhs_2050": 0.16972165648336729, "pct_hus_rent50_2050": 0.19348268839103869, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.023755938984746001, "pct_minority_2040": 0.66366591647911999, "pct_spfam_2040": 0.30798969072165, "pct_lep_2040": 0.052215189873418, "pct_below200_2040": 0.461306532663317, "pct_disab_2040": 0.14937343358395999, "pct_zvhhs_2040": 0.32233009708737898, "pct_hus_rent50_2040": 0.23847167325428198, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.279121000277712, 37.853286999770411 ], [ -122.278701999978054, 37.851488999840512 ], [ -122.27862300033533, 37.851102999778107 ], [ -122.27850500033459, 37.850624000020304 ], [ -122.278079000362212, 37.848825999697247 ], [ -122.277766000367762, 37.847524999723106 ], [ -122.276187999976727, 37.847733999882742 ], [ -122.275799999639233, 37.845866999895591 ], [ -122.27123600014211, 37.846464999811914 ], [ -122.271852000085261, 37.847251000181132 ], [ -122.271170000019865, 37.849701000182002 ], [ -122.270814000367707, 37.850666999791045 ], [ -122.270960999782517, 37.852484000026827 ], [ -122.271160999799051, 37.854267999910817 ], [ -122.279121000277712, 37.853286999770411 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001424002", "NAME": "Census Tract 4240.02", "state": "06", "county_fips": "001", "tract": "424002", "county_name": "Alameda County", "tot_pop_2050": 2507, "tot_pop_pov_det_2050": 2483, "tot_pop_civ_ni_2050": 2497, "tot_hh_2050": 947, "pop_zvhhs_2050": 151, "tot_fam_2050": 621, "tot_pop_over5_2050": 2341, "pop_hus_rent50_2050": 93, "pop_minority_2050": 1775, "pop_over75_2050": 132, "pop_spfam_2050": 108, "pop_lep_2050": 76, "pop_below200_2050": 518, "pop_disability_2050": 410, "pct_minority_2050": 0.70801755085759877, "pct_over75_2050": 0.052652572796170721, "pct_spfam_2050": 0.17391304347826084, "pct_lep_2050": 0.032464758650149514, "pct_below200_2050": 0.20861860652436567, "pct_disab_2050": 0.16419703644373249, "pct_zvhhs_2050": 0.15945089757127773, "pct_hus_rent50_2050": 0.098204857444561769, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038864628820960999, "pct_minority_2040": 0.67336244541484702, "pct_spfam_2040": 0.28107074569789697, "pct_lep_2040": 0.046976744186045992, "pct_below200_2040": 0.39728427507665398, "pct_disab_2040": 0.19553805774278196, "pct_zvhhs_2040": 0.212, "pct_hus_rent50_2040": 0.17671957671957703, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286793999802882, 37.85217800010907 ], [ -122.286247000355019, 37.850504999880762 ], [ -122.286131999828982, 37.850148999878165 ], [ -122.284053999845753, 37.850547999720895 ], [ -122.283458999819032, 37.850306999979878 ], [ -122.281898999869654, 37.846974999944564 ], [ -122.27988299981071, 37.847219999985029 ], [ -122.277885000193464, 37.847509000300825 ], [ -122.277766000367762, 37.847524999723106 ], [ -122.278079000362212, 37.848825999697247 ], [ -122.27850500033459, 37.850624000020304 ], [ -122.27862300033533, 37.851102999778107 ], [ -122.278701999978054, 37.851488999840512 ], [ -122.279121000277712, 37.853286999770411 ], [ -122.281432999714355, 37.853189999938138 ], [ -122.286793999802882, 37.85217800010907 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001425101", "NAME": "Census Tract 4251.01", "state": "06", "county_fips": "001", "tract": "425101", "county_name": "Alameda County", "tot_pop_2050": 1588, "tot_pop_pov_det_2050": 1588, "tot_pop_civ_ni_2050": 1588, "tot_hh_2050": 1135, "pop_zvhhs_2050": 92, "tot_fam_2050": 276, "tot_pop_over5_2050": 1553, "pop_hus_rent50_2050": 56, "pop_minority_2050": 652, "pop_over75_2050": 222, "pop_spfam_2050": 0, "pop_lep_2050": 73, "pop_below200_2050": 274, "pop_disability_2050": 257, "pct_minority_2050": 0.41057934508816119, "pct_over75_2050": 0.1397984886649874, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.047005795235028978, "pct_below200_2050": 0.17254408060453399, "pct_disab_2050": 0.16183879093198991, "pct_zvhhs_2050": 0.081057268722466963, "pct_hus_rent50_2050": 0.04933920704845815, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070441079657670005, "pct_minority_2040": 0.40223831468071103, "pct_spfam_2040": 0.031531531531532001, "pct_lep_2040": 0.050615595075239009, "pct_below200_2040": 0.22712310730743901, "pct_disab_2040": 0.15009874917709001, "pct_zvhhs_2040": 0.06369982547993, "pct_hus_rent50_2040": 0.095495495495496005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.3141950000973, 37.842310999698661 ], [ -122.315913000230424, 37.836811999890408 ], [ -122.298044000059591, 37.836348999960911 ], [ -122.297181993780953, 37.831583183661799 ], [ -122.293390999975728, 37.830674000267294 ], [ -122.293298000089266, 37.831485000205092 ], [ -122.295556999822466, 37.835067000161857 ], [ -122.296787000058927, 37.838002000070183 ], [ -122.297809999707866, 37.843300999796718 ], [ -122.298817000361566, 37.847916999736313 ], [ -122.301161573608724, 37.847362399181094 ], [ -122.301133999821076, 37.846297000097479 ], [ -122.300952657812999, 37.845742002171008 ], [ -122.299233000288183, 37.840478999956019 ], [ -122.3141950000973, 37.842310999698661 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001425102", "NAME": "Census Tract 4251.02", "state": "06", "county_fips": "001", "tract": "425102", "county_name": "Alameda County", "tot_pop_2050": 3689, "tot_pop_pov_det_2050": 3689, "tot_pop_civ_ni_2050": 3689, "tot_hh_2050": 1965, "pop_zvhhs_2050": 174, "tot_fam_2050": 687, "tot_pop_over5_2050": 3482, "pop_hus_rent50_2050": 358, "pop_minority_2050": 2593, "pop_over75_2050": 116, "pop_spfam_2050": 81, "pop_lep_2050": 107, "pop_below200_2050": 558, "pop_disability_2050": 201, "pct_minority_2050": 0.70290051504472761, "pct_over75_2050": 0.031444835998915698, "pct_spfam_2050": 0.11790393013100435, "pct_lep_2050": 0.030729465824238945, "pct_below200_2050": 0.15126050420168066, "pct_disab_2050": 0.054486310653293575, "pct_zvhhs_2050": 0.088549618320610687, "pct_hus_rent50_2050": 0.18218829516539439, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.036310820624545999, "pct_minority_2040": 0.60820624546114699, "pct_spfam_2040": 0.21174004192872101, "pct_lep_2040": 0.019872515935507998, "pct_below200_2040": 0.22912127814088601, "pct_disab_2040": 0.085682900036616993, "pct_zvhhs_2040": 0.099761051373954995, "pct_hus_rent50_2040": 0.27097576134244894, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.298817000361566, 37.847916999736313 ], [ -122.297809999707866, 37.843300999796718 ], [ -122.296787000058927, 37.838002000070183 ], [ -122.295556999822466, 37.835067000161857 ], [ -122.293298000089266, 37.831485000205092 ], [ -122.293390999975728, 37.830674000267294 ], [ -122.291029000310346, 37.830107000339616 ], [ -122.291241000022467, 37.834719999812322 ], [ -122.291975999791276, 37.83890299993233 ], [ -122.293481000387388, 37.844071999903228 ], [ -122.295037999963682, 37.848674999739316 ], [ -122.298817000361566, 37.847916999736313 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001425103", "NAME": "Census Tract 4251.03", "state": "06", "county_fips": "001", "tract": "425103", "county_name": "Alameda County", "tot_pop_2050": 2789, "tot_pop_pov_det_2050": 2789, "tot_pop_civ_ni_2050": 2752, "tot_hh_2050": 1372, "pop_zvhhs_2050": 63, "tot_fam_2050": 623, "tot_pop_over5_2050": 2721, "pop_hus_rent50_2050": 114, "pop_minority_2050": 1255, "pop_over75_2050": 74, "pop_spfam_2050": 36, "pop_lep_2050": 20, "pop_below200_2050": 299, "pop_disability_2050": 212, "pct_minority_2050": 0.44998207242739335, "pct_over75_2050": 0.026532807457870209, "pct_spfam_2050": 0.057784911717495988, "pct_lep_2050": 0.0073502388827636905, "pct_below200_2050": 0.10720688418788096, "pct_disab_2050": 0.077034883720930231, "pct_zvhhs_2050": 0.045918367346938778, "pct_hus_rent50_2050": 0.083090379008746357, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.012785072563924998, "pct_minority_2040": 0.543538355217692, "pct_spfam_2040": 0.149709302325581, "pct_lep_2040": 0.031033223804308001, "pct_below200_2040": 0.22633033863165197, "pct_disab_2040": 0.051094890510949009, "pct_zvhhs_2040": 0.073789392774788992, "pct_hus_rent50_2040": 0.12272367379255698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295037999963682, 37.848674999739316 ], [ -122.293481000387388, 37.844071999903228 ], [ -122.291975999791276, 37.83890299993233 ], [ -122.291241000022467, 37.834719999812322 ], [ -122.287671999686864, 37.836052000008536 ], [ -122.284494000061841, 37.836719999910486 ], [ -122.28557600016029, 37.839777999684813 ], [ -122.286714000335266, 37.843344999823692 ], [ -122.287499000332815, 37.845771999941746 ], [ -122.287865999855612, 37.846907000272559 ], [ -122.288730000394196, 37.849961999989219 ], [ -122.292313999900117, 37.849233999648312 ], [ -122.295037999963682, 37.848674999739316 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001425104", "NAME": "Census Tract 4251.04", "state": "06", "county_fips": "001", "tract": "425104", "county_name": "Alameda County", "tot_pop_2050": 3658, "tot_pop_pov_det_2050": 3657, "tot_pop_civ_ni_2050": 3650, "tot_hh_2050": 1984, "pop_zvhhs_2050": 391, "tot_fam_2050": 608, "tot_pop_over5_2050": 3462, "pop_hus_rent50_2050": 348, "pop_minority_2050": 2307, "pop_over75_2050": 296, "pop_spfam_2050": 177, "pop_lep_2050": 101, "pop_below200_2050": 1083, "pop_disability_2050": 548, "pct_minority_2050": 0.63067249863313291, "pct_over75_2050": 0.080918534718425375, "pct_spfam_2050": 0.29111842105263158, "pct_lep_2050": 0.029173887926054305, "pct_below200_2050": 0.29614438063986875, "pct_disab_2050": 0.15013698630136987, "pct_zvhhs_2050": 0.19707661290322581, "pct_hus_rent50_2050": 0.17540322580645162, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.101501501501502, "pct_minority_2040": 0.61801801801801792, "pct_spfam_2040": 0.224347826086957, "pct_lep_2040": 0.05423620025673901, "pct_below200_2040": 0.292646172393008, "pct_disab_2040": 0.15562913907284801, "pct_zvhhs_2040": 0.27238805970149299, "pct_hus_rent50_2040": 0.16408337787279501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291241000022467, 37.834719999812322 ], [ -122.291029000310346, 37.830107000339616 ], [ -122.280949999840587, 37.827688999731024 ], [ -122.280889999566128, 37.827674999753263 ], [ -122.278707000000921, 37.82715100019562 ], [ -122.277922999828277, 37.827108000195373 ], [ -122.278342999952841, 37.828521999658577 ], [ -122.277556000305495, 37.831276000116631 ], [ -122.27720399995296, 37.832216000267572 ], [ -122.276409999734597, 37.834278999754616 ], [ -122.275895999898708, 37.835660999707493 ], [ -122.275638000155851, 37.836447000289567 ], [ -122.276219999763811, 37.836817999746273 ], [ -122.281648999624423, 37.836691999832155 ], [ -122.281963000342074, 37.837180999697765 ], [ -122.284494000061841, 37.836719999910486 ], [ -122.287671999686864, 37.836052000008536 ], [ -122.291241000022467, 37.834719999812322 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001426100", "NAME": "Census Tract 4261", "state": "06", "county_fips": "001", "tract": "426100", "county_name": "Alameda County", "tot_pop_2050": 6404, "tot_pop_pov_det_2050": 6393, "tot_pop_civ_ni_2050": 6404, "tot_hh_2050": 2229, "pop_zvhhs_2050": 64, "tot_fam_2050": 1886, "tot_pop_over5_2050": 6188, "pop_hus_rent50_2050": 51, "pop_minority_2050": 1577, "pop_over75_2050": 614, "pop_spfam_2050": 62, "pop_lep_2050": 45, "pop_below200_2050": 176, "pop_disability_2050": 441, "pct_minority_2050": 0.24625234228607121, "pct_over75_2050": 0.09587757651467832, "pct_spfam_2050": 0.032873806998939555, "pct_lep_2050": 0.0072721396250808017, "pct_below200_2050": 0.027530111058970748, "pct_disab_2050": 0.068863210493441601, "pct_zvhhs_2050": 0.028712427097353076, "pct_hus_rent50_2050": 0.022880215343203232, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064557988645580003, "pct_minority_2040": 0.28434712084347097, "pct_spfam_2040": 0.025097601784718, "pct_lep_2040": 0.024047417442844998, "pct_below200_2040": 0.075263584752636004, "pct_disab_2040": 0.050770478507705004, "pct_zvhhs_2040": 0.014423076923077, "pct_hus_rent50_2040": 0.026647286821705002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.239309999810331, 37.817841000086602 ], [ -122.239021000105311, 37.817592000160893 ], [ -122.235712999885649, 37.817042000024472 ], [ -122.233295999968718, 37.816492000048186 ], [ -122.232244999832375, 37.816193999748073 ], [ -122.225234000281091, 37.814605000041325 ], [ -122.224010999717322, 37.814350000292144 ], [ -122.220433000059188, 37.813438999997253 ], [ -122.215174000077909, 37.812275999851124 ], [ -122.214676999960432, 37.812688000203629 ], [ -122.213172000262688, 37.815784000321983 ], [ -122.210177999862339, 37.81861300004055 ], [ -122.212238000302207, 37.819907000084363 ], [ -122.220705000045768, 37.825369000210699 ], [ -122.221720000197109, 37.826912999896244 ], [ -122.222100000138681, 37.827246000008365 ], [ -122.222304000353176, 37.828360999797518 ], [ -122.224455999956248, 37.830255999870488 ], [ -122.227272000081356, 37.832810000064605 ], [ -122.227461000227237, 37.832506000168706 ], [ -122.229148000398197, 37.833144000195759 ], [ -122.2324940002527, 37.83168600004737 ], [ -122.237127000245124, 37.831032000024777 ], [ -122.237047999704089, 37.830823000072165 ], [ -122.235254000301325, 37.830533999647884 ], [ -122.233608000138233, 37.827547000340175 ], [ -122.23227900016758, 37.825085000032374 ], [ -122.233815999652379, 37.823039999732302 ], [ -122.235835000084364, 37.823306999756241 ], [ -122.238009000327054, 37.821644999798366 ], [ -122.236608000386369, 37.820220999965173 ], [ -122.239309999810331, 37.817841000086602 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001426200", "NAME": "Census Tract 4262", "state": "06", "county_fips": "001", "tract": "426200", "county_name": "Alameda County", "tot_pop_2050": 4904, "tot_pop_pov_det_2050": 4904, "tot_pop_civ_ni_2050": 4904, "tot_hh_2050": 1719, "pop_zvhhs_2050": 39, "tot_fam_2050": 1400, "tot_pop_over5_2050": 4719, "pop_hus_rent50_2050": 31, "pop_minority_2050": 1622, "pop_over75_2050": 287, "pop_spfam_2050": 75, "pop_lep_2050": 23, "pop_below200_2050": 399, "pop_disability_2050": 319, "pct_minority_2050": 0.3307504078303426, "pct_over75_2050": 0.058523654159869487, "pct_spfam_2050": 0.053571428571428568, "pct_lep_2050": 0.0048739139648230545, "pct_below200_2050": 0.081362153344208807, "pct_disab_2050": 0.065048939641109305, "pct_zvhhs_2050": 0.022687609075043632, "pct_hus_rent50_2050": 0.018033740546829557, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031719532554257003, "pct_minority_2040": 0.29257095158597701, "pct_spfam_2040": 0.084683357879234006, "pct_lep_2040": 0.0079810181190679997, "pct_below200_2040": 0.074050765680721997, "pct_disab_2040": 0.041867280720117001, "pct_zvhhs_2040": 0.028177458033572998, "pct_hus_rent50_2040": 0.023679417122040001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.249294999670454, 37.823721999675207 ], [ -122.249390000105009, 37.822845999847836 ], [ -122.247573000237722, 37.821569000150426 ], [ -122.245204999826257, 37.819393999861823 ], [ -122.244721999952489, 37.819119000277645 ], [ -122.244205999568479, 37.819033999979524 ], [ -122.243480999845374, 37.818659000334449 ], [ -122.239309999810331, 37.817841000086602 ], [ -122.236608000386369, 37.820220999965173 ], [ -122.238009000327054, 37.821644999798366 ], [ -122.235835000084364, 37.823306999756241 ], [ -122.233815999652379, 37.823039999732302 ], [ -122.23227900016758, 37.825085000032374 ], [ -122.233608000138233, 37.827547000340175 ], [ -122.235254000301325, 37.830533999647884 ], [ -122.237047999704089, 37.830823000072165 ], [ -122.241087000392966, 37.830438999811143 ], [ -122.243288000399858, 37.830063000220576 ], [ -122.24335799982174, 37.829832999945488 ], [ -122.245475999987917, 37.827537999779949 ], [ -122.247680000367808, 37.826241000124739 ], [ -122.248118000035745, 37.824814999993649 ], [ -122.249294999670454, 37.823721999675207 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427100", "NAME": "Census Tract 4271", "state": "06", "county_fips": "001", "tract": "427100", "county_name": "Alameda County", "tot_pop_2050": 3768, "tot_pop_pov_det_2050": 3619, "tot_pop_civ_ni_2050": 3619, "tot_hh_2050": 1420, "pop_zvhhs_2050": 71, "tot_fam_2050": 972, "tot_pop_over5_2050": 3519, "pop_hus_rent50_2050": 24, "pop_minority_2050": 1322, "pop_over75_2050": 351, "pop_spfam_2050": 69, "pop_lep_2050": 112, "pop_below200_2050": 311, "pop_disability_2050": 297, "pct_minority_2050": 0.35084925690021229, "pct_over75_2050": 0.093152866242038196, "pct_spfam_2050": 0.07098765432098765, "pct_lep_2050": 0.031827223643080424, "pct_below200_2050": 0.085935341254490191, "pct_disab_2050": 0.082066869300911852, "pct_zvhhs_2050": 0.05, "pct_hus_rent50_2050": 0.016901408450704224, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084945332211942989, "pct_minority_2040": 0.32071768993552002, "pct_spfam_2040": 0.103166496424923, "pct_lep_2040": 0.025177725118482999, "pct_below200_2040": 0.11218512009373199, "pct_disab_2040": 0.076115485564304988, "pct_zvhhs_2040": 0.032909498878084996, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.238101000388568, 37.769778999666798 ], [ -122.240791999941891, 37.766583000331281 ], [ -122.23588799978782, 37.764030000158144 ], [ -122.234900000298992, 37.763507999737271 ], [ -122.233597000267579, 37.762836000350511 ], [ -122.232625999598866, 37.762352999727604 ], [ -122.229685999625218, 37.760299999901321 ], [ -122.229935000045572, 37.760063000002624 ], [ -122.225917999996298, 37.757133999721624 ], [ -122.223778999913733, 37.754427999783054 ], [ -122.223480999987885, 37.754702000117554 ], [ -122.224213000281992, 37.762813000223261 ], [ -122.22490399966992, 37.764562999939947 ], [ -122.226583000343254, 37.766934000090359 ], [ -122.230205000382298, 37.768976999978662 ], [ -122.236487999837451, 37.77169599969676 ], [ -122.236740999557441, 37.771404999726961 ], [ -122.238101000388568, 37.769778999666798 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427200", "NAME": "Census Tract 4272", "state": "06", "county_fips": "001", "tract": "427200", "county_name": "Alameda County", "tot_pop_2050": 4195, "tot_pop_pov_det_2050": 4112, "tot_pop_civ_ni_2050": 4118, "tot_hh_2050": 1598, "pop_zvhhs_2050": 116, "tot_fam_2050": 1053, "tot_pop_over5_2050": 4041, "pop_hus_rent50_2050": 232, "pop_minority_2050": 2592, "pop_over75_2050": 211, "pop_spfam_2050": 201, "pop_lep_2050": 281, "pop_below200_2050": 1255, "pop_disability_2050": 492, "pct_minority_2050": 0.6178784266984505, "pct_over75_2050": 0.050297973778307511, "pct_spfam_2050": 0.19088319088319089, "pct_lep_2050": 0.069537243256619655, "pct_below200_2050": 0.30520428015564205, "pct_disab_2050": 0.11947547353084023, "pct_zvhhs_2050": 0.072590738423028781, "pct_hus_rent50_2050": 0.14518147684605756, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031761080824839999, "pct_minority_2040": 0.58331358141739797, "pct_spfam_2040": 0.18121442125237197, "pct_lep_2040": 0.074315842329902002, "pct_below200_2040": 0.31936662606577298, "pct_disab_2040": 0.097232250300841996, "pct_zvhhs_2040": 0.112415071031501, "pct_hus_rent50_2040": 0.16129032258064499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.257831999734208, 37.776037000261297 ], [ -122.258964999886317, 37.774269999968695 ], [ -122.255337999824391, 37.772690000238654 ], [ -122.253667000445276, 37.771953999795677 ], [ -122.251144000223121, 37.770859999769783 ], [ -122.245398000170113, 37.768370999849623 ], [ -122.241200000370895, 37.76667899981183 ], [ -122.240791999941891, 37.766583000331281 ], [ -122.238101000388568, 37.769778999666798 ], [ -122.236740999557441, 37.771404999726961 ], [ -122.236487999837451, 37.77169599969676 ], [ -122.236565999655241, 37.771731000252849 ], [ -122.243619999762572, 37.776445000058246 ], [ -122.244817000387044, 37.779122999764134 ], [ -122.245219000069952, 37.783032999823831 ], [ -122.24659099969837, 37.784679000343438 ], [ -122.251331999645785, 37.786880999676342 ], [ -122.254779999607564, 37.78672800014143 ], [ -122.256936000306879, 37.785732999901306 ], [ -122.251280999592154, 37.779135000333454 ], [ -122.2516289997467, 37.778210000078147 ], [ -122.253546999896344, 37.775336999777508 ], [ -122.255020999631981, 37.774805999755202 ], [ -122.257831999734208, 37.776037000261297 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427300", "NAME": "Census Tract 4273", "state": "06", "county_fips": "001", "tract": "427300", "county_name": "Alameda County", "tot_pop_2050": 5084, "tot_pop_pov_det_2050": 5084, "tot_pop_civ_ni_2050": 5067, "tot_hh_2050": 1869, "pop_zvhhs_2050": 110, "tot_fam_2050": 1220, "tot_pop_over5_2050": 4722, "pop_hus_rent50_2050": 210, "pop_minority_2050": 3299, "pop_over75_2050": 243, "pop_spfam_2050": 138, "pop_lep_2050": 472, "pop_below200_2050": 1060, "pop_disability_2050": 462, "pct_minority_2050": 0.64889850511408342, "pct_over75_2050": 0.047797010228166799, "pct_spfam_2050": 0.11311475409836065, "pct_lep_2050": 0.099957645065650164, "pct_below200_2050": 0.20849724626278521, "pct_disab_2050": 0.091178211959739477, "pct_zvhhs_2050": 0.058855002675227384, "pct_hus_rent50_2050": 0.11235955056179776, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058016219588272001, "pct_minority_2040": 0.64483260553129595, "pct_spfam_2040": 0.222416812609457, "pct_lep_2040": 0.15846391525049697, "pct_below200_2040": 0.36293677204658897, "pct_disab_2040": 0.109791666666667, "pct_zvhhs_2040": 0.15210355987054999, "pct_hus_rent50_2040": 0.146275149537792, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.276710000208567, 37.777192000272812 ], [ -122.276796000422308, 37.775133999689764 ], [ -122.270439000449002, 37.774994000259383 ], [ -122.269416999726658, 37.774964999740654 ], [ -122.265832000395847, 37.774816999854501 ], [ -122.263306999625584, 37.774714999645369 ], [ -122.260328000192189, 37.774644999921613 ], [ -122.258964999886317, 37.774269999968695 ], [ -122.257831999734208, 37.776037000261297 ], [ -122.255020999631981, 37.774805999755202 ], [ -122.253546999896344, 37.775336999777508 ], [ -122.2516289997467, 37.778210000078147 ], [ -122.251280999592154, 37.779135000333454 ], [ -122.256936000306879, 37.785732999901306 ], [ -122.259338000155211, 37.784755000333455 ], [ -122.268379999834039, 37.788027999794146 ], [ -122.274180000313748, 37.791327999847645 ], [ -122.2746360004233, 37.791647999853289 ], [ -122.275557999789896, 37.789935999953514 ], [ -122.276189999626581, 37.789030000120135 ], [ -122.276670999850509, 37.788014000104262 ], [ -122.276628000192787, 37.779683999803439 ], [ -122.276710000208567, 37.777192000272812 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427600", "NAME": "Census Tract 4276", "state": "06", "county_fips": "001", "tract": "427600", "county_name": "Alameda County", "tot_pop_2050": 5559, "tot_pop_pov_det_2050": 5529, "tot_pop_civ_ni_2050": 5508, "tot_hh_2050": 1848, "pop_zvhhs_2050": 191, "tot_fam_2050": 1281, "tot_pop_over5_2050": 5141, "pop_hus_rent50_2050": 535, "pop_minority_2050": 4237, "pop_over75_2050": 267, "pop_spfam_2050": 246, "pop_lep_2050": 494, "pop_below200_2050": 2385, "pop_disability_2050": 632, "pct_minority_2050": 0.76218744378485337, "pct_over75_2050": 0.048030221262817051, "pct_spfam_2050": 0.19203747072599531, "pct_lep_2050": 0.096090254814238468, "pct_below200_2050": 0.43136190992946277, "pct_disab_2050": 0.11474219317356572, "pct_zvhhs_2050": 0.10335497835497837, "pct_hus_rent50_2050": 0.28950216450216448, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.027782789103374003, "pct_minority_2040": 0.79740212881111294, "pct_spfam_2040": 0.23622704507512499, "pct_lep_2040": 0.10172516359309901, "pct_below200_2040": 0.58271694028504395, "pct_disab_2040": 0.12495472654835198, "pct_zvhhs_2040": 0.20982882385422402, "pct_hus_rent50_2040": 0.35374149659863896, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291395999833156, 37.779987000278808 ], [ -122.291395000008265, 37.77684799969726 ], [ -122.291087999861588, 37.776478000329774 ], [ -122.289033000342911, 37.776411000042856 ], [ -122.288060999849279, 37.776382000079977 ], [ -122.285206000264438, 37.776284999974678 ], [ -122.282318000169312, 37.775316000186052 ], [ -122.280850000281475, 37.77524799981115 ], [ -122.276796000422308, 37.775133999689764 ], [ -122.276710000208567, 37.777192000272812 ], [ -122.276628000192787, 37.779683999803439 ], [ -122.277182000211681, 37.779665000107165 ], [ -122.284478000168306, 37.780001999749864 ], [ -122.287870000053587, 37.779976000238754 ], [ -122.291395999833156, 37.779987000278808 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427700", "NAME": "Census Tract 4277", "state": "06", "county_fips": "001", "tract": "427700", "county_name": "Alameda County", "tot_pop_2050": 5190, "tot_pop_pov_det_2050": 5177, "tot_pop_civ_ni_2050": 5190, "tot_hh_2050": 2236, "pop_zvhhs_2050": 123, "tot_fam_2050": 1295, "tot_pop_over5_2050": 4906, "pop_hus_rent50_2050": 176, "pop_minority_2050": 2521, "pop_over75_2050": 157, "pop_spfam_2050": 220, "pop_lep_2050": 202, "pop_below200_2050": 889, "pop_disability_2050": 481, "pct_minority_2050": 0.48574181117533721, "pct_over75_2050": 0.030250481695568401, "pct_spfam_2050": 0.16988416988416988, "pct_lep_2050": 0.041174072564207097, "pct_below200_2050": 0.17172107398107012, "pct_disab_2050": 0.092678227360308271, "pct_zvhhs_2050": 0.055008944543828257, "pct_hus_rent50_2050": 0.078711985688729877, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029305585049904, "pct_minority_2040": 0.49734550860055199, "pct_spfam_2040": 0.13146734520780301, "pct_lep_2040": 0.048026315789474007, "pct_below200_2040": 0.27618440620352697, "pct_disab_2040": 0.077630453378955994, "pct_zvhhs_2040": 0.056479859894920999, "pct_hus_rent50_2040": 0.15347191508182201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.290743000080113, 37.771088000235352 ], [ -122.291427465122624, 37.769327898902105 ], [ -122.288774999701729, 37.76874199985491 ], [ -122.28901200042651, 37.76460799992023 ], [ -122.283069999656604, 37.763857000089438 ], [ -122.279871788835976, 37.767585196215421 ], [ -122.279931000389638, 37.768179000185967 ], [ -122.278489000441027, 37.768357999825284 ], [ -122.278362000219417, 37.771424000125926 ], [ -122.27684900012575, 37.771383999728741 ], [ -122.276796000422308, 37.775133999689764 ], [ -122.280850000281475, 37.77524799981115 ], [ -122.282318000169312, 37.775316000186052 ], [ -122.285206000264438, 37.776284999974678 ], [ -122.288060999849279, 37.776382000079977 ], [ -122.289033000342911, 37.776411000042856 ], [ -122.291087999861588, 37.776478000329774 ], [ -122.290743000080113, 37.771088000235352 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427800", "NAME": "Census Tract 4278", "state": "06", "county_fips": "001", "tract": "427800", "county_name": "Alameda County", "tot_pop_2050": 5052, "tot_pop_pov_det_2050": 5052, "tot_pop_civ_ni_2050": 5013, "tot_hh_2050": 2045, "pop_zvhhs_2050": 258, "tot_fam_2050": 1092, "tot_pop_over5_2050": 4830, "pop_hus_rent50_2050": 160, "pop_minority_2050": 2566, "pop_over75_2050": 331, "pop_spfam_2050": 182, "pop_lep_2050": 256, "pop_below200_2050": 589, "pop_disability_2050": 613, "pct_minority_2050": 0.50791765637371333, "pct_over75_2050": 0.065518606492478232, "pct_spfam_2050": 0.16666666666666666, "pct_lep_2050": 0.053002070393374741, "pct_below200_2050": 0.11658749010292953, "pct_disab_2050": 0.12228206662677039, "pct_zvhhs_2050": 0.12616136919315404, "pct_hus_rent50_2050": 0.07823960880195599, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030946977511863, "pct_minority_2040": 0.44295440478646597, "pct_spfam_2040": 0.23442906574394501, "pct_lep_2040": 0.040239726027396998, "pct_below200_2040": 0.24386218279348101, "pct_disab_2040": 0.077161130596244992, "pct_zvhhs_2040": 0.074297188755020005, "pct_hus_rent50_2040": 0.067710965133905995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.276796000422308, 37.775133999689764 ], [ -122.27684900012575, 37.771383999728741 ], [ -122.275088000334947, 37.771351999821462 ], [ -122.272877000282335, 37.771273999945038 ], [ -122.272972999643471, 37.769256000231699 ], [ -122.271266000279354, 37.768584999649171 ], [ -122.270704999689471, 37.768599000178604 ], [ -122.263677000419747, 37.765421000197939 ], [ -122.263596000228901, 37.767430999952715 ], [ -122.263532999581386, 37.769241999826704 ], [ -122.263472000380361, 37.770948000244566 ], [ -122.263306999625584, 37.774714999645369 ], [ -122.265832000395847, 37.774816999854501 ], [ -122.269416999726658, 37.774964999740654 ], [ -122.270439000449002, 37.774994000259383 ], [ -122.276796000422308, 37.775133999689764 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001427900", "NAME": "Census Tract 4279", "state": "06", "county_fips": "001", "tract": "427900", "county_name": "Alameda County", "tot_pop_2050": 5031, "tot_pop_pov_det_2050": 5021, "tot_pop_civ_ni_2050": 5031, "tot_hh_2050": 2030, "pop_zvhhs_2050": 43, "tot_fam_2050": 1168, "tot_pop_over5_2050": 4788, "pop_hus_rent50_2050": 220, "pop_minority_2050": 2477, "pop_over75_2050": 220, "pop_spfam_2050": 79, "pop_lep_2050": 275, "pop_below200_2050": 829, "pop_disability_2050": 427, "pct_minority_2050": 0.49234744583581791, "pct_over75_2050": 0.043728880938183272, "pct_spfam_2050": 0.06763698630136987, "pct_lep_2050": 0.057435254803675853, "pct_below200_2050": 0.16510655247958575, "pct_disab_2050": 0.084873782548201146, "pct_zvhhs_2050": 0.021182266009852214, "pct_hus_rent50_2050": 0.10837438423645319, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047952253550113004, "pct_minority_2040": 0.46244083144679998, "pct_spfam_2040": 0.100248550124275, "pct_lep_2040": 0.082989354768628995, "pct_below200_2040": 0.12677505659600699, "pct_disab_2040": 0.10166700967277199, "pct_zvhhs_2040": 0.058636363636364007, "pct_hus_rent50_2040": 0.059069767441860994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.263532999581386, 37.769241999826704 ], [ -122.263596000228901, 37.767430999952715 ], [ -122.255754999575927, 37.764173000147551 ], [ -122.253993999785109, 37.766745999686087 ], [ -122.251144000223121, 37.770859999769783 ], [ -122.253667000445276, 37.771953999795677 ], [ -122.255337999824391, 37.772690000238654 ], [ -122.258964999886317, 37.774269999968695 ], [ -122.260328000192189, 37.774644999921613 ], [ -122.263306999625584, 37.774714999645369 ], [ -122.263472000380361, 37.770948000244566 ], [ -122.263532999581386, 37.769241999826704 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428000", "NAME": "Census Tract 4280", "state": "06", "county_fips": "001", "tract": "428000", "county_name": "Alameda County", "tot_pop_2050": 2593, "tot_pop_pov_det_2050": 2593, "tot_pop_civ_ni_2050": 2575, "tot_hh_2050": 1292, "pop_zvhhs_2050": 311, "tot_fam_2050": 588, "tot_pop_over5_2050": 2485, "pop_hus_rent50_2050": 309, "pop_minority_2050": 1461, "pop_over75_2050": 128, "pop_spfam_2050": 45, "pop_lep_2050": 177, "pop_below200_2050": 816, "pop_disability_2050": 269, "pct_minority_2050": 0.56344003085229466, "pct_over75_2050": 0.04936367142306209, "pct_spfam_2050": 0.076530612244897961, "pct_lep_2050": 0.071227364185110664, "pct_below200_2050": 0.31469340532202084, "pct_disab_2050": 0.10446601941747573, "pct_zvhhs_2050": 0.2407120743034056, "pct_hus_rent50_2050": 0.23916408668730649, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.014458542342873998, "pct_minority_2040": 0.68958394806727696, "pct_spfam_2040": 0.10460772104607699, "pct_lep_2040": 0.116495507060334, "pct_below200_2040": 0.338842975206612, "pct_disab_2040": 0.084095603422839005, "pct_zvhhs_2040": 0.10347376201034698, "pct_hus_rent50_2040": 0.19438285291943802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.251144000223121, 37.770859999769783 ], [ -122.253993999785109, 37.766745999686087 ], [ -122.24824299970922, 37.764235999876341 ], [ -122.244305000200981, 37.762521000178467 ], [ -122.244240999728589, 37.762486000234396 ], [ -122.242839999787876, 37.764142999750575 ], [ -122.240791999941891, 37.766583000331281 ], [ -122.241200000370895, 37.76667899981183 ], [ -122.245398000170113, 37.768370999849623 ], [ -122.251144000223121, 37.770859999769783 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428100", "NAME": "Census Tract 4281", "state": "06", "county_fips": "001", "tract": "428100", "county_name": "Alameda County", "tot_pop_2050": 4968, "tot_pop_pov_det_2050": 4968, "tot_pop_civ_ni_2050": 4968, "tot_hh_2050": 2030, "pop_zvhhs_2050": 183, "tot_fam_2050": 1285, "tot_pop_over5_2050": 4725, "pop_hus_rent50_2050": 162, "pop_minority_2050": 2207, "pop_over75_2050": 209, "pop_spfam_2050": 166, "pop_lep_2050": 282, "pop_below200_2050": 595, "pop_disability_2050": 473, "pct_minority_2050": 0.44424315619967791, "pct_over75_2050": 0.042069243156199684, "pct_spfam_2050": 0.12918287937743192, "pct_lep_2050": 0.059682539682539677, "pct_below200_2050": 0.11976650563607084, "pct_disab_2050": 0.095209339774557158, "pct_zvhhs_2050": 0.090147783251231531, "pct_hus_rent50_2050": 0.079802955665024627, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041131621187801004, "pct_minority_2040": 0.423354735152488, "pct_spfam_2040": 0.189285714285714, "pct_lep_2040": 0.046272493573265003, "pct_below200_2040": 0.14606741573033699, "pct_disab_2040": 0.064205457463883994, "pct_zvhhs_2040": 0.086821705426357004, "pct_hus_rent50_2040": 0.128847157016171, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.242839999787876, 37.764142999750575 ], [ -122.244240999728589, 37.762486000234396 ], [ -122.239436000207021, 37.759734999974896 ], [ -122.237595999875182, 37.758542999666368 ], [ -122.234990999637276, 37.756717999943731 ], [ -122.234225999731223, 37.756191999757583 ], [ -122.231002000075406, 37.753967999702958 ], [ -122.229714999937556, 37.753094000123639 ], [ -122.227319999761932, 37.754950999668516 ], [ -122.224578999979897, 37.75302800000275 ], [ -122.223778999913733, 37.754427999783054 ], [ -122.225917999996298, 37.757133999721624 ], [ -122.229935000045572, 37.760063000002624 ], [ -122.229685999625218, 37.760299999901321 ], [ -122.232625999598866, 37.762352999727604 ], [ -122.233597000267579, 37.762836000350511 ], [ -122.234900000298992, 37.763507999737271 ], [ -122.23588799978782, 37.764030000158144 ], [ -122.240791999941891, 37.766583000331281 ], [ -122.242839999787876, 37.764142999750575 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428200", "NAME": "Census Tract 4282", "state": "06", "county_fips": "001", "tract": "428200", "county_name": "Alameda County", "tot_pop_2050": 6643, "tot_pop_pov_det_2050": 6601, "tot_pop_civ_ni_2050": 6602, "tot_hh_2050": 2641, "pop_zvhhs_2050": 189, "tot_fam_2050": 1738, "tot_pop_over5_2050": 6246, "pop_hus_rent50_2050": 296, "pop_minority_2050": 3175, "pop_over75_2050": 364, "pop_spfam_2050": 124, "pop_lep_2050": 359, "pop_below200_2050": 1158, "pop_disability_2050": 648, "pct_minority_2050": 0.47794671082342322, "pct_over75_2050": 0.054794520547945202, "pct_spfam_2050": 0.071346375143843496, "pct_lep_2050": 0.057476785142491202, "pct_below200_2050": 0.17542796545977882, "pct_disab_2050": 0.098152075128748864, "pct_zvhhs_2050": 0.071563801590306703, "pct_hus_rent50_2050": 0.11207875804619462, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071738155731580003, "pct_minority_2040": 0.50321327155881002, "pct_spfam_2040": 0.074278698588091011, "pct_lep_2040": 0.078316123907862994, "pct_below200_2040": 0.16604393962038599, "pct_disab_2040": 0.077865789866986002, "pct_zvhhs_2040": 0.12287060529177198, "pct_hus_rent50_2040": 0.095049504950494995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.249231999921264, 37.755666000093058 ], [ -122.25056170776439, 37.754080827160799 ], [ -122.243947000000702, 37.751779000325634 ], [ -122.244937999862557, 37.750294000300606 ], [ -122.248490684097661, 37.748990016478444 ], [ -122.236404999996779, 37.748549000231257 ], [ -122.225895000430086, 37.749694000353657 ], [ -122.224578999979897, 37.75302800000275 ], [ -122.227319999761932, 37.754950999668516 ], [ -122.229714999937556, 37.753094000123639 ], [ -122.231002000075406, 37.753967999702958 ], [ -122.234225999731223, 37.756191999757583 ], [ -122.234990999637276, 37.756717999943731 ], [ -122.237595999875182, 37.758542999666368 ], [ -122.239436000207021, 37.759734999974896 ], [ -122.244240999728589, 37.762486000234396 ], [ -122.245583999942951, 37.760860000076285 ], [ -122.2484169997865, 37.757464999874742 ], [ -122.249231999921264, 37.755666000093058 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428301", "NAME": "Census Tract 4283.01", "state": "06", "county_fips": "001", "tract": "428301", "county_name": "Alameda County", "tot_pop_2050": 7118, "tot_pop_pov_det_2050": 7103, "tot_pop_civ_ni_2050": 7105, "tot_hh_2050": 2478, "pop_zvhhs_2050": 21, "tot_fam_2050": 1941, "tot_pop_over5_2050": 6748, "pop_hus_rent50_2050": 102, "pop_minority_2050": 4937, "pop_over75_2050": 309, "pop_spfam_2050": 158, "pop_lep_2050": 314, "pop_below200_2050": 470, "pop_disability_2050": 476, "pct_minority_2050": 0.69359370609721827, "pct_over75_2050": 0.043411070525428488, "pct_spfam_2050": 0.081401339515713544, "pct_lep_2050": 0.046532305868405455, "pct_below200_2050": 0.06616922427143461, "pct_disab_2050": 0.066995073891625609, "pct_zvhhs_2050": 0.0084745762711864406, "pct_hus_rent50_2050": 0.041162227602905568, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074903350515463998, "pct_minority_2040": 0.62242268041237092, "pct_spfam_2040": 0.073866815892557003, "pct_lep_2040": 0.071085164835164999, "pct_below200_2040": 0.099710051546391995, "pct_disab_2040": 0.065725413826679999, "pct_zvhhs_2040": 0.02511961722488, "pct_hus_rent50_2040": 0.032530120481927993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.258774956796387, 37.737879479080149 ], [ -122.255988999927624, 37.735674000042422 ], [ -122.248487328890093, 37.727894707832192 ], [ -122.247912000171411, 37.728374999746045 ], [ -122.245039000144914, 37.725797999947218 ], [ -122.236180999690788, 37.719851000046901 ], [ -122.228343000309167, 37.727728999709832 ], [ -122.226768000291202, 37.727657000219089 ], [ -122.226805999926029, 37.733098999824314 ], [ -122.226442999702869, 37.734387000264505 ], [ -122.226600000061694, 37.745500999790316 ], [ -122.226499999604272, 37.74808000023905 ], [ -122.223377000230826, 37.748036000261457 ], [ -122.223480999987885, 37.754702000117554 ], [ -122.223778999913733, 37.754427999783054 ], [ -122.224578999979897, 37.75302800000275 ], [ -122.225895000430086, 37.749694000353657 ], [ -122.236404999996779, 37.748549000231257 ], [ -122.235969999803586, 37.747077999655488 ], [ -122.237680000439084, 37.743185000173838 ], [ -122.237860000364151, 37.74134200016239 ], [ -122.23874099972285, 37.737709999731265 ], [ -122.239043999671551, 37.736682999872876 ], [ -122.239945000020057, 37.735530000100724 ], [ -122.243403000027584, 37.736335999752598 ], [ -122.245660000110931, 37.736889999984896 ], [ -122.247215999862334, 37.737042000083058 ], [ -122.248744999849521, 37.737177999981093 ], [ -122.252078000183587, 37.737918000062926 ], [ -122.258774956796387, 37.737879479080149 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428302", "NAME": "Census Tract 4283.02", "state": "06", "county_fips": "001", "tract": "428302", "county_name": "Alameda County", "tot_pop_2050": 7501, "tot_pop_pov_det_2050": 7440, "tot_pop_civ_ni_2050": 7442, "tot_hh_2050": 2540, "pop_zvhhs_2050": 109, "tot_fam_2050": 2077, "tot_pop_over5_2050": 7132, "pop_hus_rent50_2050": 114, "pop_minority_2050": 4387, "pop_over75_2050": 623, "pop_spfam_2050": 118, "pop_lep_2050": 353, "pop_below200_2050": 459, "pop_disability_2050": 737, "pct_minority_2050": 0.58485535261965071, "pct_over75_2050": 0.083055592587654978, "pct_spfam_2050": 0.056812710640346653, "pct_lep_2050": 0.049495232753785763, "pct_below200_2050": 0.061693548387096772, "pct_disab_2050": 0.099032518140284881, "pct_zvhhs_2050": 0.042913385826771656, "pct_hus_rent50_2050": 0.044881889763779534, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.09092210767468499, "pct_minority_2040": 0.56944444444444398, "pct_spfam_2040": 0.041176470588234995, "pct_lep_2040": 0.051206592113007994, "pct_below200_2040": 0.064590210994688993, "pct_disab_2040": 0.099221228728006983, "pct_zvhhs_2040": 0.036805299963194996, "pct_hus_rent50_2040": 0.054961832061068999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.261678999904149, 37.74337300007749 ], [ -122.260965999876618, 37.739614000301778 ], [ -122.258774956796387, 37.737879479080149 ], [ -122.252078000183587, 37.737918000062926 ], [ -122.248744999849521, 37.737177999981093 ], [ -122.247215999862334, 37.737042000083058 ], [ -122.245660000110931, 37.736889999984896 ], [ -122.243403000027584, 37.736335999752598 ], [ -122.239945000020057, 37.735530000100724 ], [ -122.239043999671551, 37.736682999872876 ], [ -122.23874099972285, 37.737709999731265 ], [ -122.237860000364151, 37.74134200016239 ], [ -122.237680000439084, 37.743185000173838 ], [ -122.235969999803586, 37.747077999655488 ], [ -122.236404999996779, 37.748549000231257 ], [ -122.248490684097661, 37.748990016478444 ], [ -122.252226000321613, 37.747619000353353 ], [ -122.261678999904149, 37.74337300007749 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428400", "NAME": "Census Tract 4284", "state": "06", "county_fips": "001", "tract": "428400", "county_name": "Alameda County", "tot_pop_2050": 4653, "tot_pop_pov_det_2050": 4352, "tot_pop_civ_ni_2050": 4352, "tot_hh_2050": 1898, "pop_zvhhs_2050": 74, "tot_fam_2050": 940, "tot_pop_over5_2050": 4287, "pop_hus_rent50_2050": 177, "pop_minority_2050": 2742, "pop_over75_2050": 305, "pop_spfam_2050": 96, "pop_lep_2050": 227, "pop_below200_2050": 662, "pop_disability_2050": 289, "pct_minority_2050": 0.58929722759509995, "pct_over75_2050": 0.065549108102299594, "pct_spfam_2050": 0.10212765957446808, "pct_lep_2050": 0.052950781432236999, "pct_below200_2050": 0.15211397058823528, "pct_disab_2050": 0.06640625, "pct_zvhhs_2050": 0.038988408851422553, "pct_hus_rent50_2050": 0.09325605900948368, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.100241811387118, "pct_minority_2040": 0.52604968124862606, "pct_spfam_2040": 0.118580765639589, "pct_lep_2040": 0.083013435700575983, "pct_below200_2040": 0.23365588860042497, "pct_disab_2040": 0.090630162851074003, "pct_zvhhs_2040": 0.11764705882352902, "pct_hus_rent50_2040": 0.089136490250696004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.254926000095736, 37.75987999965119 ], [ -122.257007371456211, 37.756323830233114 ], [ -122.25056170776439, 37.754080827160799 ], [ -122.249231999921264, 37.755666000093058 ], [ -122.2484169997865, 37.757464999874742 ], [ -122.245583999942951, 37.760860000076285 ], [ -122.244240999728589, 37.762486000234396 ], [ -122.244305000200981, 37.762521000178467 ], [ -122.24824299970922, 37.764235999876341 ], [ -122.253993999785109, 37.766745999686087 ], [ -122.255754999575927, 37.764173000147551 ], [ -122.252880999724511, 37.762912999983371 ], [ -122.254022000272514, 37.760677000276175 ], [ -122.254623000147035, 37.760906000117771 ], [ -122.254926000095736, 37.75987999965119 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428500", "NAME": "Census Tract 4285", "state": "06", "county_fips": "001", "tract": "428500", "county_name": "Alameda County", "tot_pop_2050": 3152, "tot_pop_pov_det_2050": 3080, "tot_pop_civ_ni_2050": 3071, "tot_hh_2050": 1422, "pop_zvhhs_2050": 172, "tot_fam_2050": 772, "tot_pop_over5_2050": 2927, "pop_hus_rent50_2050": 127, "pop_minority_2050": 1859, "pop_over75_2050": 250, "pop_spfam_2050": 163, "pop_lep_2050": 185, "pop_below200_2050": 619, "pop_disability_2050": 282, "pct_minority_2050": 0.58978426395939088, "pct_over75_2050": 0.079314720812182743, "pct_spfam_2050": 0.211139896373057, "pct_lep_2050": 0.063204646395626923, "pct_below200_2050": 0.200974025974026, "pct_disab_2050": 0.091826766525561723, "pct_zvhhs_2050": 0.1209563994374121, "pct_hus_rent50_2050": 0.089310829817158918, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088052095130238012, "pct_minority_2040": 0.61834654586636495, "pct_spfam_2040": 0.11301369863013699, "pct_lep_2040": 0.078313253012048001, "pct_below200_2040": 0.218155197657394, "pct_disab_2040": 0.091226031377106012, "pct_zvhhs_2040": 0.021347565043361997, "pct_hus_rent50_2040": 0.151347615756738, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262015000363149, 37.76293899981362 ], [ -122.26450327530965, 37.758932301896749 ], [ -122.257007371456211, 37.756323830233114 ], [ -122.254926000095736, 37.75987999965119 ], [ -122.254623000147035, 37.760906000117771 ], [ -122.254022000272514, 37.760677000276175 ], [ -122.252880999724511, 37.762912999983371 ], [ -122.255754999575927, 37.764173000147551 ], [ -122.263596000228901, 37.767430999952715 ], [ -122.263677000419747, 37.765421000197939 ], [ -122.261421000161292, 37.763844999880824 ], [ -122.262015000363149, 37.76293899981362 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428600", "NAME": "Census Tract 4286", "state": "06", "county_fips": "001", "tract": "428600", "county_name": "Alameda County", "tot_pop_2050": 3471, "tot_pop_pov_det_2050": 3350, "tot_pop_civ_ni_2050": 3327, "tot_hh_2050": 1610, "pop_zvhhs_2050": 138, "tot_fam_2050": 838, "tot_pop_over5_2050": 3354, "pop_hus_rent50_2050": 142, "pop_minority_2050": 2001, "pop_over75_2050": 393, "pop_spfam_2050": 142, "pop_lep_2050": 282, "pop_below200_2050": 610, "pop_disability_2050": 352, "pct_minority_2050": 0.57649092480553155, "pct_over75_2050": 0.1132238547968885, "pct_spfam_2050": 0.16945107398568018, "pct_lep_2050": 0.084078711985688726, "pct_below200_2050": 0.18208955223880599, "pct_disab_2050": 0.10580102194168919, "pct_zvhhs_2050": 0.085714285714285729, "pct_hus_rent50_2050": 0.08819875776397515, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.143289606458123, "pct_minority_2040": 0.58964009418096208, "pct_spfam_2040": 0.15, "pct_lep_2040": 0.068439716312057003, "pct_below200_2040": 0.19259000349528099, "pct_disab_2040": 0.14925899788285099, "pct_zvhhs_2040": 0.085553997194950993, "pct_hus_rent50_2040": 0.027146001467351001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.279931000389638, 37.768179000185967 ], [ -122.279871788835976, 37.767585196215421 ], [ -122.27940099976189, 37.768134000248189 ], [ -122.274988999702416, 37.765736000091444 ], [ -122.272212154445597, 37.761929091684152 ], [ -122.271904999788717, 37.76150799990792 ], [ -122.26450327530965, 37.758932301896749 ], [ -122.262015000363149, 37.76293899981362 ], [ -122.261421000161292, 37.763844999880824 ], [ -122.263677000419747, 37.765421000197939 ], [ -122.270704999689471, 37.768599000178604 ], [ -122.271266000279354, 37.768584999649171 ], [ -122.272972999643471, 37.769256000231699 ], [ -122.272877000282335, 37.771273999945038 ], [ -122.275088000334947, 37.771351999821462 ], [ -122.27684900012575, 37.771383999728741 ], [ -122.278362000219417, 37.771424000125926 ], [ -122.278489000441027, 37.768357999825284 ], [ -122.279931000389638, 37.768179000185967 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001428700", "NAME": "Census Tract 4287", "state": "06", "county_fips": "001", "tract": "428700", "county_name": "Alameda County", "tot_pop_2050": 4484, "tot_pop_pov_det_2050": 4142, "tot_pop_civ_ni_2050": 4019, "tot_hh_2050": 1408, "pop_zvhhs_2050": 287, "tot_fam_2050": 1023, "tot_pop_over5_2050": 4105, "pop_hus_rent50_2050": 151, "pop_minority_2050": 3125, "pop_over75_2050": 184, "pop_spfam_2050": 203, "pop_lep_2050": 527, "pop_below200_2050": 1370, "pop_disability_2050": 415, "pct_minority_2050": 0.69692239072256912, "pct_over75_2050": 0.041034790365744866, "pct_spfam_2050": 0.19843597262952103, "pct_lep_2050": 0.12838002436053594, "pct_below200_2050": 0.33075808788025107, "pct_disab_2050": 0.10325951729285893, "pct_zvhhs_2050": 0.20383522727272727, "pct_hus_rent50_2050": 0.10724431818181818, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037948717948718, "pct_minority_2040": 0.71307692307692305, "pct_spfam_2040": 0.19902912621359201, "pct_lep_2040": 0.075710667041935992, "pct_below200_2040": 0.37857543466068394, "pct_disab_2040": 0.11740654205607499, "pct_zvhhs_2040": 0.13094245204336899, "pct_hus_rent50_2040": 0.072174738841405989, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.336717028199786, 37.80034493273687 ], [ -122.335675000436524, 37.799652000090944 ], [ -122.331747999900628, 37.79605200028017 ], [ -122.332045780637515, 37.787760346846248 ], [ -122.3275616198096, 37.780644112139711 ], [ -122.318909000280556, 37.779039999677693 ], [ -122.315395000196546, 37.776256999693658 ], [ -122.304344999956385, 37.774632000290239 ], [ -122.304936999610092, 37.772312000247055 ], [ -122.291427465122624, 37.769327898902105 ], [ -122.290743000080113, 37.771088000235352 ], [ -122.291087999861588, 37.776478000329774 ], [ -122.291395000008265, 37.77684799969726 ], [ -122.291395999833156, 37.779987000278808 ], [ -122.287870000053587, 37.779976000238754 ], [ -122.284478000168306, 37.780001999749864 ], [ -122.277182000211681, 37.779665000107165 ], [ -122.276628000192787, 37.779683999803439 ], [ -122.276670999850509, 37.788014000104262 ], [ -122.276189999626581, 37.789030000120135 ], [ -122.275557999789896, 37.789935999953514 ], [ -122.2746360004233, 37.791647999853289 ], [ -122.278243000393758, 37.793128999989314 ], [ -122.284279999801583, 37.793828000013171 ], [ -122.294780000220854, 37.792528000176574 ], [ -122.314679999620878, 37.79472800020627 ], [ -122.332137999887948, 37.798751000123197 ], [ -122.336717028199786, 37.80034493273687 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430101", "NAME": "Census Tract 4301.01", "state": "06", "county_fips": "001", "tract": "430101", "county_name": "Alameda County", "tot_pop_2050": 6955, "tot_pop_pov_det_2050": 6938, "tot_pop_civ_ni_2050": 6955, "tot_hh_2050": 2237, "pop_zvhhs_2050": 74, "tot_fam_2050": 1922, "tot_pop_over5_2050": 6500, "pop_hus_rent50_2050": 53, "pop_minority_2050": 5020, "pop_over75_2050": 380, "pop_spfam_2050": 116, "pop_lep_2050": 333, "pop_below200_2050": 690, "pop_disability_2050": 420, "pct_minority_2050": 0.72178289000718909, "pct_over75_2050": 0.054636951833213522, "pct_spfam_2050": 0.060353798126951103, "pct_lep_2050": 0.051230769230769233, "pct_below200_2050": 0.099452291726722403, "pct_disab_2050": 0.060388209920920199, "pct_zvhhs_2050": 0.033080017881090745, "pct_hus_rent50_2050": 0.023692445239159587, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045225385527876999, "pct_minority_2040": 0.62603795966785303, "pct_spfam_2040": 0.054683270167839991, "pct_lep_2040": 0.053147077713552003, "pct_below200_2040": 0.145314353499407, "pct_disab_2040": 0.037811387900356, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.030685920577616998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.058284000172733, 37.695726999742277 ], [ -122.059972000168599, 37.693590000107498 ], [ -122.058060999691676, 37.693914999950429 ], [ -122.056962999699664, 37.693961999785792 ], [ -122.051960999636336, 37.693581999719378 ], [ -122.047650999684095, 37.694378999757447 ], [ -122.044796000099254, 37.696017000071834 ], [ -122.040170999604442, 37.700200999691852 ], [ -122.03696600021523, 37.701741000252575 ], [ -122.03605499982099, 37.701993000322318 ], [ -122.031887000159003, 37.699910000039267 ], [ -122.027065000020698, 37.698138000331916 ], [ -122.025659000057118, 37.6979890002359 ], [ -122.02163799980994, 37.699759999896763 ], [ -122.020384000182318, 37.699986999743409 ], [ -122.021200000141988, 37.701492000129136 ], [ -122.016487999608557, 37.70294199992837 ], [ -122.001277000277426, 37.703728000266814 ], [ -121.977937000413192, 37.724003999951726 ], [ -121.972930000326969, 37.728167999985011 ], [ -121.972470000019428, 37.728527999938898 ], [ -121.974070000151755, 37.729427999982505 ], [ -121.977999000337462, 37.729579000117447 ], [ -121.983468000381052, 37.730863999652044 ], [ -121.989970999944234, 37.733628000255258 ], [ -121.993571000241971, 37.738128000303547 ], [ -122.001071000413091, 37.739028000169206 ], [ -122.011770999950556, 37.747428000217248 ], [ -122.011290999551548, 37.754171999683798 ], [ -122.010770999867859, 37.755127000020728 ], [ -121.997770999691014, 37.763226999998807 ], [ -121.998948000224019, 37.764478000060343 ], [ -122.004228000121714, 37.770057999734291 ], [ -122.006939999591438, 37.768321999964378 ], [ -122.010138000206283, 37.767441999728966 ], [ -122.015835999680405, 37.766512000147095 ], [ -122.018434000245591, 37.765085000016342 ], [ -122.023708000295528, 37.763027999682322 ], [ -122.02721399998363, 37.760636999747334 ], [ -122.028667999627757, 37.75857400017442 ], [ -122.0297189997641, 37.754197999745394 ], [ -122.029334999624552, 37.75220299991615 ], [ -122.031205999918527, 37.749582000089895 ], [ -122.031294999606985, 37.745204999712293 ], [ -122.032055000388482, 37.739068999827559 ], [ -122.03257199969913, 37.735603000032157 ], [ -122.032447999850561, 37.733506000296465 ], [ -122.033913000263667, 37.731168000122956 ], [ -122.033882000301517, 37.729112999683856 ], [ -122.036875999803542, 37.723506999702124 ], [ -122.038275999919335, 37.719763999689697 ], [ -122.037983999841288, 37.717843999807378 ], [ -122.040101000182574, 37.715632000321769 ], [ -122.039885000272506, 37.713823999761431 ], [ -122.040501000215656, 37.708968999812399 ], [ -122.041410000061774, 37.706770999898247 ], [ -122.04386899981148, 37.704919999871166 ], [ -122.043734999917177, 37.703400000070076 ], [ -122.044268000019642, 37.702693000285507 ], [ -122.045561000005307, 37.702373999943255 ], [ -122.051606999633989, 37.703054999681626 ], [ -122.054473999812728, 37.701567000262891 ], [ -122.055276000427014, 37.699029000113676 ], [ -122.056555000168984, 37.698100000278657 ], [ -122.057033000019885, 37.695061999961467 ], [ -122.058284000172733, 37.695726999742277 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430102", "NAME": "Census Tract 4301.02", "state": "06", "county_fips": "001", "tract": "430102", "county_name": "Alameda County", "tot_pop_2050": 2393, "tot_pop_pov_det_2050": 2393, "tot_pop_civ_ni_2050": 2393, "tot_hh_2050": 884, "pop_zvhhs_2050": 28, "tot_fam_2050": 699, "tot_pop_over5_2050": 2283, "pop_hus_rent50_2050": 5, "pop_minority_2050": 1035, "pop_over75_2050": 256, "pop_spfam_2050": 56, "pop_lep_2050": 66, "pop_below200_2050": 171, "pop_disability_2050": 189, "pct_minority_2050": 0.43251149185123278, "pct_over75_2050": 0.10697868783953196, "pct_spfam_2050": 0.080114449213161659, "pct_lep_2050": 0.028909329829172138, "pct_below200_2050": 0.071458420392812375, "pct_disab_2050": 0.078980359381529461, "pct_zvhhs_2050": 0.031674208144796379, "pct_hus_rent50_2050": 0.0056561085972850677, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.112616822429907, "pct_minority_2040": 0.45233644859813099, "pct_spfam_2040": 0.029453015427769999, "pct_lep_2040": 0.035180722891566006, "pct_below200_2040": 0.038785046728972004, "pct_disab_2040": 0.086915887850467, "pct_zvhhs_2040": 0.013698630136986001, "pct_hus_rent50_2040": 0.003472222222222, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.179157000077026, 37.804981000033379 ], [ -122.178138999552644, 37.803963999984802 ], [ -122.176952999697122, 37.804711000274203 ], [ -122.175956999812371, 37.802698999738261 ], [ -122.170614999990406, 37.800138000153254 ], [ -122.168388000044274, 37.799128000352617 ], [ -122.168410999610487, 37.800940000338436 ], [ -122.170019999963642, 37.801683000303683 ], [ -122.170528999776693, 37.804653999891279 ], [ -122.167527999703651, 37.805788999693029 ], [ -122.165036000341942, 37.805175000023759 ], [ -122.16414599986409, 37.802929000104143 ], [ -122.161631999862806, 37.801443000022978 ], [ -122.162322000324082, 37.800021999853513 ], [ -122.159696999994708, 37.80005699977346 ], [ -122.158419999902563, 37.79802399998696 ], [ -122.156669999982412, 37.796465999915583 ], [ -122.152262000120913, 37.796405000303636 ], [ -122.152291000433223, 37.793081999903798 ], [ -122.143316999628155, 37.793017000189316 ], [ -122.143243999833203, 37.790349000244859 ], [ -122.141799000409904, 37.789750999892625 ], [ -122.143705999790569, 37.787392999732702 ], [ -122.134336999873597, 37.778282999798236 ], [ -122.133176000132408, 37.777674000120186 ], [ -122.13375000024277, 37.777318999932064 ], [ -122.131807999803655, 37.775338999974977 ], [ -122.128682999882088, 37.769607999906832 ], [ -122.12282399985115, 37.759098999795754 ], [ -122.121287000366337, 37.757300999964698 ], [ -122.120391000040684, 37.75624299987048 ], [ -122.116183000195747, 37.750372000284415 ], [ -122.115785999637382, 37.748521000103111 ], [ -122.115482999688666, 37.74868099988084 ], [ -122.114797000323648, 37.741852999965779 ], [ -122.114798999973488, 37.740220000166389 ], [ -122.115234000166652, 37.739153000252152 ], [ -122.115091000051535, 37.73527899999165 ], [ -122.119964000243442, 37.732042000030795 ], [ -122.117753000190845, 37.730150999741973 ], [ -122.106553000162862, 37.722472000267771 ], [ -122.101125999952046, 37.729112000025893 ], [ -122.099056000364769, 37.727628000325453 ], [ -122.096914999734054, 37.727783999668446 ], [ -122.096911000434403, 37.728880999804773 ], [ -122.096066000162395, 37.730174999719054 ], [ -122.091603999874224, 37.729513000341036 ], [ -122.08869099966472, 37.730200000042146 ], [ -122.085728999949765, 37.728487999793607 ], [ -122.085579000161943, 37.725463999720681 ], [ -122.08235399978291, 37.724538000005971 ], [ -122.079762999788727, 37.724830000014798 ], [ -122.078648000078275, 37.72338800003822 ], [ -122.075263999690605, 37.720742000298678 ], [ -122.068094999955591, 37.720581000048014 ], [ -122.065563000410933, 37.720172999818644 ], [ -122.061691999951535, 37.729550999918061 ], [ -122.05993199998565, 37.738776999842734 ], [ -122.061507999828521, 37.7436850002846 ], [ -122.062205999787423, 37.748429000216312 ], [ -122.059239000049601, 37.752689000197186 ], [ -122.05781800001742, 37.75101499999613 ], [ -122.058243999989756, 37.749759999896987 ], [ -122.056624999590881, 37.748056999785867 ], [ -122.055663999866226, 37.74289800028788 ], [ -122.054405000215752, 37.741430999728472 ], [ -122.053652000005243, 37.738173000023885 ], [ -122.053943000258371, 37.737388000189625 ], [ -122.051328999799651, 37.731646000162236 ], [ -122.052324999684387, 37.729427000328783 ], [ -122.052706000349232, 37.727185000244859 ], [ -122.052145999584241, 37.723867000285878 ], [ -122.054207999673935, 37.721427999885485 ], [ -122.054534000087173, 37.717846000138145 ], [ -122.054334000070611, 37.715112999857936 ], [ -122.055579000375729, 37.712077000147801 ], [ -122.05562799988121, 37.709444999712005 ], [ -122.056540999925275, 37.70420399971281 ], [ -122.055400000275554, 37.703809000267448 ], [ -122.055828999722664, 37.703045000295383 ], [ -122.054473999812728, 37.701567000262891 ], [ -122.051606999633989, 37.703054999681626 ], [ -122.045561000005307, 37.702373999943255 ], [ -122.044268000019642, 37.702693000285507 ], [ -122.043734999917177, 37.703400000070076 ], [ -122.04386899981148, 37.704919999871166 ], [ -122.041410000061774, 37.706770999898247 ], [ -122.040501000215656, 37.708968999812399 ], [ -122.039885000272506, 37.713823999761431 ], [ -122.040101000182574, 37.715632000321769 ], [ -122.037983999841288, 37.717843999807378 ], [ -122.038275999919335, 37.719763999689697 ], [ -122.036875999803542, 37.723506999702124 ], [ -122.033882000301517, 37.729112999683856 ], [ -122.033913000263667, 37.731168000122956 ], [ -122.032447999850561, 37.733506000296465 ], [ -122.03257199969913, 37.735603000032157 ], [ -122.032055000388482, 37.739068999827559 ], [ -122.031294999606985, 37.745204999712293 ], [ -122.031205999918527, 37.749582000089895 ], [ -122.029334999624552, 37.75220299991615 ], [ -122.0297189997641, 37.754197999745394 ], [ -122.028667999627757, 37.75857400017442 ], [ -122.02721399998363, 37.760636999747334 ], [ -122.023708000295528, 37.763027999682322 ], [ -122.018434000245591, 37.765085000016342 ], [ -122.015835999680405, 37.766512000147095 ], [ -122.010138000206283, 37.767441999728966 ], [ -122.006939999591438, 37.768321999964378 ], [ -122.004228000121714, 37.770057999734291 ], [ -122.004808999904782, 37.770570999676643 ], [ -122.014072000414856, 37.780226999970665 ], [ -122.017772000271705, 37.781227000238964 ], [ -122.021971999720748, 37.784227000095868 ], [ -122.030471999974608, 37.787727000198167 ], [ -122.045473000141783, 37.798125999971852 ], [ -122.061681000080881, 37.799220000348107 ], [ -122.064302000212308, 37.79939599968079 ], [ -122.106302000092683, 37.802193999909285 ], [ -122.113812000309551, 37.8027290001043 ], [ -122.132765000228673, 37.804012000310365 ], [ -122.138401999603417, 37.804329999904844 ], [ -122.140260000376927, 37.804562000276228 ], [ -122.144268000205358, 37.807693000302883 ], [ -122.145946000155504, 37.810723000079435 ], [ -122.148808000311334, 37.813759999958982 ], [ -122.152950000034082, 37.815034000170115 ], [ -122.157392000230786, 37.817951999979478 ], [ -122.16687300030074, 37.813424000216934 ], [ -122.172774999989372, 37.815825999917863 ], [ -122.17697699998655, 37.816227000009633 ], [ -122.177873000312189, 37.816323000299469 ], [ -122.175473999938632, 37.814589999788232 ], [ -122.17475199969023, 37.81221199994836 ], [ -122.174159000211631, 37.810270000203722 ], [ -122.175868999948818, 37.807493999737744 ], [ -122.177768999656791, 37.806666999718615 ], [ -122.179157000077026, 37.804981000033379 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430200", "NAME": "Census Tract 4302", "state": "06", "county_fips": "001", "tract": "430200", "county_name": "Alameda County", "tot_pop_2050": 6677, "tot_pop_pov_det_2050": 6558, "tot_pop_civ_ni_2050": 6608, "tot_hh_2050": 2411, "pop_zvhhs_2050": 100, "tot_fam_2050": 1980, "tot_pop_over5_2050": 6374, "pop_hus_rent50_2050": 70, "pop_minority_2050": 2588, "pop_over75_2050": 522, "pop_spfam_2050": 136, "pop_lep_2050": 273, "pop_below200_2050": 312, "pop_disability_2050": 750, "pct_minority_2050": 0.38759922120712897, "pct_over75_2050": 0.078178822824621838, "pct_spfam_2050": 0.068686868686868685, "pct_lep_2050": 0.042830247882020715, "pct_below200_2050": 0.047575480329368709, "pct_disab_2050": 0.11349878934624698, "pct_zvhhs_2050": 0.0414765657403567, "pct_hus_rent50_2050": 0.029033596018249688, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.083567519597692999, "pct_minority_2040": 0.36740127200118294, "pct_spfam_2040": 0.050428643469490997, "pct_lep_2040": 0.034872611464967992, "pct_below200_2040": 0.058243727598565991, "pct_disab_2040": 0.10364396654719198, "pct_zvhhs_2040": 0.033974621367170998, "pct_hus_rent50_2040": 0.007906783187681999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.075263999690605, 37.720742000298678 ], [ -122.073793000328024, 37.718748000254372 ], [ -122.073728999855632, 37.716736000142625 ], [ -122.073844000381669, 37.713986000346246 ], [ -122.073943999940781, 37.710875000062494 ], [ -122.074034000352441, 37.709604000157306 ], [ -122.074010999887918, 37.706717999893804 ], [ -122.074097999926551, 37.704751000170532 ], [ -122.066723000327215, 37.704395999758965 ], [ -122.065057000072656, 37.7042650000405 ], [ -122.061195999659006, 37.703886000185939 ], [ -122.060578999890936, 37.704022999843197 ], [ -122.059218999958119, 37.703890000179513 ], [ -122.057869999895942, 37.70375100027595 ], [ -122.055400000275554, 37.703809000267448 ], [ -122.056540999925275, 37.70420399971281 ], [ -122.05562799988121, 37.709444999712005 ], [ -122.055579000375729, 37.712077000147801 ], [ -122.054334000070611, 37.715112999857936 ], [ -122.054534000087173, 37.717846000138145 ], [ -122.054207999673935, 37.721427999885485 ], [ -122.052145999584241, 37.723867000285878 ], [ -122.052706000349232, 37.727185000244859 ], [ -122.052324999684387, 37.729427000328783 ], [ -122.051328999799651, 37.731646000162236 ], [ -122.053943000258371, 37.737388000189625 ], [ -122.053652000005243, 37.738173000023885 ], [ -122.054405000215752, 37.741430999728472 ], [ -122.055663999866226, 37.74289800028788 ], [ -122.056624999590881, 37.748056999785867 ], [ -122.058243999989756, 37.749759999896987 ], [ -122.05781800001742, 37.75101499999613 ], [ -122.059239000049601, 37.752689000197186 ], [ -122.062205999787423, 37.748429000216312 ], [ -122.061507999828521, 37.7436850002846 ], [ -122.05993199998565, 37.738776999842734 ], [ -122.061691999951535, 37.729550999918061 ], [ -122.065563000410933, 37.720172999818644 ], [ -122.068094999955591, 37.720581000048014 ], [ -122.075263999690605, 37.720742000298678 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430300", "NAME": "Census Tract 4303", "state": "06", "county_fips": "001", "tract": "430300", "county_name": "Alameda County", "tot_pop_2050": 3812, "tot_pop_pov_det_2050": 3812, "tot_pop_civ_ni_2050": 3812, "tot_hh_2050": 1317, "pop_zvhhs_2050": 18, "tot_fam_2050": 1001, "tot_pop_over5_2050": 3711, "pop_hus_rent50_2050": 47, "pop_minority_2050": 1646, "pop_over75_2050": 368, "pop_spfam_2050": 26, "pop_lep_2050": 174, "pop_below200_2050": 261, "pop_disability_2050": 446, "pct_minority_2050": 0.43179433368310599, "pct_over75_2050": 0.096537250786988438, "pct_spfam_2050": 0.025974025974025976, "pct_lep_2050": 0.046887631366208569, "pct_below200_2050": 0.068467995802728221, "pct_disab_2050": 0.11699895068205668, "pct_zvhhs_2050": 0.013667425968109341, "pct_hus_rent50_2050": 0.035687167805618834, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.116229812020122, "pct_minority_2040": 0.43182419909981495, "pct_spfam_2040": 0.14734774066797598, "pct_lep_2040": 0.050317943046724004, "pct_below200_2040": 0.25496425734710099, "pct_disab_2040": 0.10881652104845099, "pct_zvhhs_2040": 0.012529365700860998, "pct_hus_rent50_2040": 0.050039714058777003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.096911000434403, 37.728880999804773 ], [ -122.096914999734054, 37.727783999668446 ], [ -122.094573999985101, 37.728129000027032 ], [ -122.093532000069601, 37.725167000102651 ], [ -122.090399999577002, 37.721561999808877 ], [ -122.089489000081073, 37.721843000022389 ], [ -122.088771999855567, 37.717482000166939 ], [ -122.08952400024117, 37.715874000274205 ], [ -122.088762999634753, 37.710250999697941 ], [ -122.084182000419176, 37.710368999944265 ], [ -122.082495000248215, 37.710416000008102 ], [ -122.074034000352441, 37.709604000157306 ], [ -122.073943999940781, 37.710875000062494 ], [ -122.073844000381669, 37.713986000346246 ], [ -122.073728999855632, 37.716736000142625 ], [ -122.073793000328024, 37.718748000254372 ], [ -122.075263999690605, 37.720742000298678 ], [ -122.078648000078275, 37.72338800003822 ], [ -122.079762999788727, 37.724830000014798 ], [ -122.08235399978291, 37.724538000005971 ], [ -122.085579000161943, 37.725463999720681 ], [ -122.085728999949765, 37.728487999793607 ], [ -122.08869099966472, 37.730200000042146 ], [ -122.091603999874224, 37.729513000341036 ], [ -122.096066000162395, 37.730174999719054 ], [ -122.096911000434403, 37.728880999804773 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430400", "NAME": "Census Tract 4304", "state": "06", "county_fips": "001", "tract": "430400", "county_name": "Alameda County", "tot_pop_2050": 2167, "tot_pop_pov_det_2050": 2167, "tot_pop_civ_ni_2050": 2167, "tot_hh_2050": 728, "pop_zvhhs_2050": 7, "tot_fam_2050": 614, "tot_pop_over5_2050": 2110, "pop_hus_rent50_2050": 0, "pop_minority_2050": 925, "pop_over75_2050": 180, "pop_spfam_2050": 12, "pop_lep_2050": 140, "pop_below200_2050": 370, "pop_disability_2050": 212, "pct_minority_2050": 0.4268574065528381, "pct_over75_2050": 0.083064143977849558, "pct_spfam_2050": 0.01954397394136808, "pct_lep_2050": 0.066350710900473939, "pct_below200_2050": 0.1707429626211352, "pct_disab_2050": 0.097831102907245032, "pct_zvhhs_2050": 0.0096153846153846159, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.096334586466164995, "pct_minority_2040": 0.42951127819548907, "pct_spfam_2040": 0.098765432098764996, "pct_lep_2040": 0.064985451018428994, "pct_below200_2040": 0.11842105263157901, "pct_disab_2040": 0.094924812030075009, "pct_zvhhs_2040": 0.023936170212766002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.127423000406708, 37.72977000012942 ], [ -122.126646999731676, 37.727609000046002 ], [ -122.123228999907113, 37.727037999656666 ], [ -122.122274000030245, 37.727313000185951 ], [ -122.119313000140195, 37.729045999833218 ], [ -122.117056000056834, 37.72638099984151 ], [ -122.113764999555571, 37.724205000216401 ], [ -122.112921999831698, 37.722574000034754 ], [ -122.109794000435386, 37.721376999941093 ], [ -122.109413999595461, 37.719227999743389 ], [ -122.107703000033368, 37.718179999896996 ], [ -122.104695000287649, 37.714756000344849 ], [ -122.103363999768845, 37.714754999782471 ], [ -122.098626000194443, 37.713194999993881 ], [ -122.092588999888292, 37.709850000281378 ], [ -122.091612000270146, 37.710175999823193 ], [ -122.088762999634753, 37.710250999697941 ], [ -122.08952400024117, 37.715874000274205 ], [ -122.088771999855567, 37.717482000166939 ], [ -122.089489000081073, 37.721843000022389 ], [ -122.090399999577002, 37.721561999808877 ], [ -122.093532000069601, 37.725167000102651 ], [ -122.094573999985101, 37.728129000027032 ], [ -122.096914999734054, 37.727783999668446 ], [ -122.099056000364769, 37.727628000325453 ], [ -122.101125999952046, 37.729112000025893 ], [ -122.106553000162862, 37.722472000267771 ], [ -122.117753000190845, 37.730150999741973 ], [ -122.119964000243442, 37.732042000030795 ], [ -122.121082000326922, 37.731898999750229 ], [ -122.12222799999951, 37.729933000304257 ], [ -122.122212999930881, 37.729794999878763 ], [ -122.124461999618333, 37.728587999761054 ], [ -122.127423000406708, 37.72977000012942 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430500", "NAME": "Census Tract 4305", "state": "06", "county_fips": "001", "tract": "430500", "county_name": "Alameda County", "tot_pop_2050": 6049, "tot_pop_pov_det_2050": 5661, "tot_pop_civ_ni_2050": 5661, "tot_hh_2050": 2073, "pop_zvhhs_2050": 155, "tot_fam_2050": 1370, "tot_pop_over5_2050": 5617, "pop_hus_rent50_2050": 312, "pop_minority_2050": 4254, "pop_over75_2050": 294, "pop_spfam_2050": 298, "pop_lep_2050": 370, "pop_below200_2050": 1753, "pop_disability_2050": 691, "pct_minority_2050": 0.70325673665068611, "pct_over75_2050": 0.048603074888411306, "pct_spfam_2050": 0.21751824817518248, "pct_lep_2050": 0.065871461634324377, "pct_below200_2050": 0.30966260378025084, "pct_disab_2050": 0.12206323971029852, "pct_zvhhs_2050": 0.07477086348287508, "pct_hus_rent50_2050": 0.15050651230101306, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040499439731071001, "pct_minority_2040": 0.64494957579638201, "pct_spfam_2040": 0.067232837933475009, "pct_lep_2040": 0.082446359182293996, "pct_below200_2040": 0.34535901926444801, "pct_disab_2040": 0.076506550218341005, "pct_zvhhs_2040": 0.016888433981576002, "pct_hus_rent50_2040": 0.107936507936508, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.122551000039692, 37.708532999980733 ], [ -122.120936999663655, 37.707317999889376 ], [ -122.11664699980291, 37.705303000041667 ], [ -122.10947399986992, 37.700944999786898 ], [ -122.108361999634226, 37.700089999951828 ], [ -122.106222999551662, 37.697823999980564 ], [ -122.104167000208065, 37.695511000161837 ], [ -122.101233999907109, 37.69222399969928 ], [ -122.098448999744136, 37.690353000325487 ], [ -122.097283999804972, 37.690069999752339 ], [ -122.095810000069349, 37.6899150000934 ], [ -122.094008000270662, 37.690053000163275 ], [ -122.093315000334613, 37.690761999996695 ], [ -122.091818999959372, 37.691833999779497 ], [ -122.093352000144563, 37.691089999952339 ], [ -122.09504299961516, 37.69237500031489 ], [ -122.096752000425752, 37.695532999766144 ], [ -122.09781299970949, 37.695506999716088 ], [ -122.098965000128146, 37.697659000068754 ], [ -122.100159000379634, 37.699928000263462 ], [ -122.100756999881128, 37.699993000049297 ], [ -122.102301999761863, 37.701319000298774 ], [ -122.101787999925961, 37.702543000088376 ], [ -122.103494000363511, 37.704006999896286 ], [ -122.103728999641845, 37.705507999779961 ], [ -122.1067330000879, 37.708826999689201 ], [ -122.106285000374243, 37.709765000099715 ], [ -122.105236999712659, 37.710756000005517 ], [ -122.104997000411458, 37.714445000316587 ], [ -122.103363999768845, 37.714754999782471 ], [ -122.104695000287649, 37.714756000344849 ], [ -122.108527000388989, 37.713128999830758 ], [ -122.111703000364216, 37.712950000190681 ], [ -122.112224999697702, 37.713016999677798 ], [ -122.113418999949175, 37.713322999948858 ], [ -122.115316000182418, 37.713966000258097 ], [ -122.11575100037561, 37.714237000140443 ], [ -122.116216999632627, 37.714686999882325 ], [ -122.117128999851772, 37.716403000098708 ], [ -122.117771999559082, 37.717098999695345 ], [ -122.11838199965446, 37.717472999699858 ], [ -122.11942100009523, 37.717798000002226 ], [ -122.120122000427202, 37.717802999766143 ], [ -122.12109599967232, 37.71743399979519 ], [ -122.121383999552393, 37.717183999991363 ], [ -122.121734000255103, 37.716553999785539 ], [ -122.121765000217238, 37.716061000051376 ], [ -122.120667000225239, 37.711546000204891 ], [ -122.122551000039692, 37.708532999980733 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430600", "NAME": "Census Tract 4306", "state": "06", "county_fips": "001", "tract": "430600", "county_name": "Alameda County", "tot_pop_2050": 6624, "tot_pop_pov_det_2050": 6614, "tot_pop_civ_ni_2050": 6614, "tot_hh_2050": 2191, "pop_zvhhs_2050": 45, "tot_fam_2050": 1773, "tot_pop_over5_2050": 6061, "pop_hus_rent50_2050": 127, "pop_minority_2050": 3706, "pop_over75_2050": 493, "pop_spfam_2050": 16, "pop_lep_2050": 203, "pop_below200_2050": 1037, "pop_disability_2050": 881, "pct_minority_2050": 0.5594806763285024, "pct_over75_2050": 0.074426328502415456, "pct_spfam_2050": 0.0090242526790750149, "pct_lep_2050": 0.033492822966507178, "pct_below200_2050": 0.15678863017840944, "pct_disab_2050": 0.13320229815542789, "pct_zvhhs_2050": 0.020538566864445457, "pct_hus_rent50_2050": 0.05796439981743496, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056658678534748007, "pct_minority_2040": 0.52909962341663797, "pct_spfam_2040": 0.088776157260621005, "pct_lep_2040": 0.07239150507848599, "pct_below200_2040": 0.094917012448133012, "pct_disab_2040": 0.063432196125492987, "pct_zvhhs_2040": 0.011009174311927, "pct_hus_rent50_2040": 0.040356640075082002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.106285000374243, 37.709765000099715 ], [ -122.1067330000879, 37.708826999689201 ], [ -122.103728999641845, 37.705507999779961 ], [ -122.103494000363511, 37.704006999896286 ], [ -122.101787999925961, 37.702543000088376 ], [ -122.102301999761863, 37.701319000298774 ], [ -122.100756999881128, 37.699993000049297 ], [ -122.100159000379634, 37.699928000263462 ], [ -122.098965000128146, 37.697659000068754 ], [ -122.09781299970949, 37.695506999716088 ], [ -122.096752000425752, 37.695532999766144 ], [ -122.09504299961516, 37.69237500031489 ], [ -122.093352000144563, 37.691089999952339 ], [ -122.091818999959372, 37.691833999779497 ], [ -122.089690999747418, 37.692899000099203 ], [ -122.091886999731429, 37.700444000329107 ], [ -122.088165000133259, 37.701140999887549 ], [ -122.088837000152921, 37.702687000198161 ], [ -122.090067000389396, 37.706525000214171 ], [ -122.090479000118037, 37.707822000339164 ], [ -122.091033000136918, 37.708916999888956 ], [ -122.092588999888292, 37.709850000281378 ], [ -122.098626000194443, 37.713194999993881 ], [ -122.103363999768845, 37.714754999782471 ], [ -122.104997000411458, 37.714445000316587 ], [ -122.105236999712659, 37.710756000005517 ], [ -122.106285000374243, 37.709765000099715 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430700", "NAME": "Census Tract 4307", "state": "06", "county_fips": "001", "tract": "430700", "county_name": "Alameda County", "tot_pop_2050": 4140, "tot_pop_pov_det_2050": 4105, "tot_pop_civ_ni_2050": 4129, "tot_hh_2050": 1415, "pop_zvhhs_2050": 33, "tot_fam_2050": 1150, "tot_pop_over5_2050": 3832, "pop_hus_rent50_2050": 52, "pop_minority_2050": 1913, "pop_over75_2050": 174, "pop_spfam_2050": 116, "pop_lep_2050": 160, "pop_below200_2050": 668, "pop_disability_2050": 345, "pct_minority_2050": 0.4620772946859904, "pct_over75_2050": 0.042028985507246375, "pct_spfam_2050": 0.10086956521739132, "pct_lep_2050": 0.041753653444676415, "pct_below200_2050": 0.16272838002436055, "pct_disab_2050": 0.083555340276095902, "pct_zvhhs_2050": 0.023321554770318026, "pct_hus_rent50_2050": 0.03674911660777385, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073157894736841991, "pct_minority_2040": 0.36342105263157898, "pct_spfam_2040": 0.15077821011673198, "pct_lep_2040": 0.010005558643690999, "pct_below200_2040": 0.15640686922060801, "pct_disab_2040": 0.097368421052631993, "pct_zvhhs_2040": 0.016936104695919999, "pct_hus_rent50_2040": 0.033123028391167007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.091612000270146, 37.710175999823193 ], [ -122.092588999888292, 37.709850000281378 ], [ -122.091033000136918, 37.708916999888956 ], [ -122.090479000118037, 37.707822000339164 ], [ -122.090067000389396, 37.706525000214171 ], [ -122.088837000152921, 37.702687000198161 ], [ -122.088165000133259, 37.701140999887549 ], [ -122.085292000106762, 37.701672999782367 ], [ -122.083835000089579, 37.701711000136449 ], [ -122.082239000155198, 37.701737000143048 ], [ -122.075461000232409, 37.701852999678586 ], [ -122.07406399959136, 37.701822000292253 ], [ -122.074097999926551, 37.704751000170532 ], [ -122.074010999887918, 37.706717999893804 ], [ -122.074034000352441, 37.709604000157306 ], [ -122.082495000248215, 37.710416000008102 ], [ -122.084182000419176, 37.710368999944265 ], [ -122.088762999634753, 37.710250999697941 ], [ -122.091612000270146, 37.710175999823193 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430800", "NAME": "Census Tract 4308", "state": "06", "county_fips": "001", "tract": "430800", "county_name": "Alameda County", "tot_pop_2050": 5232, "tot_pop_pov_det_2050": 5156, "tot_pop_civ_ni_2050": 5204, "tot_hh_2050": 2108, "pop_zvhhs_2050": 131, "tot_fam_2050": 1404, "tot_pop_over5_2050": 4926, "pop_hus_rent50_2050": 64, "pop_minority_2050": 2318, "pop_over75_2050": 338, "pop_spfam_2050": 222, "pop_lep_2050": 220, "pop_below200_2050": 822, "pop_disability_2050": 533, "pct_minority_2050": 0.44304281345565749, "pct_over75_2050": 0.06460244648318042, "pct_spfam_2050": 0.15811965811965811, "pct_lep_2050": 0.044660982541615921, "pct_below200_2050": 0.15942591155934832, "pct_disab_2050": 0.10242121445042277, "pct_zvhhs_2050": 0.062144212523719163, "pct_hus_rent50_2050": 0.03036053130929792, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082683048314792992, "pct_minority_2040": 0.49410592727876501, "pct_spfam_2040": 0.121638141809291, "pct_lep_2040": 0.079207920792079015, "pct_below200_2040": 0.27534292405486799, "pct_disab_2040": 0.11212929023658801, "pct_zvhhs_2040": 0.069811320754716993, "pct_hus_rent50_2040": 0.059745347698334998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074097999926551, 37.704751000170532 ], [ -122.07406399959136, 37.701822000292253 ], [ -122.07406399959136, 37.701310000000746 ], [ -122.07397400007801, 37.695615999700813 ], [ -122.073132000179029, 37.695475999808565 ], [ -122.066555000097708, 37.693215999699888 ], [ -122.062441999788987, 37.693508000175768 ], [ -122.062509999561044, 37.692900000245814 ], [ -122.062298999673871, 37.692962000069457 ], [ -122.059972000168599, 37.693590000107498 ], [ -122.058284000172733, 37.695726999742277 ], [ -122.057033000019885, 37.695061999961467 ], [ -122.056555000168984, 37.698100000278657 ], [ -122.055276000427014, 37.699029000113676 ], [ -122.054473999812728, 37.701567000262891 ], [ -122.055828999722664, 37.703045000295383 ], [ -122.055400000275554, 37.703809000267448 ], [ -122.057869999895942, 37.70375100027595 ], [ -122.059218999958119, 37.703890000179513 ], [ -122.060578999890936, 37.704022999843197 ], [ -122.061195999659006, 37.703886000185939 ], [ -122.065057000072656, 37.7042650000405 ], [ -122.066723000327215, 37.704395999758965 ], [ -122.074097999926551, 37.704751000170532 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001430900", "NAME": "Census Tract 4309", "state": "06", "county_fips": "001", "tract": "430900", "county_name": "Alameda County", "tot_pop_2050": 5359, "tot_pop_pov_det_2050": 5168, "tot_pop_civ_ni_2050": 5168, "tot_hh_2050": 1870, "pop_zvhhs_2050": 115, "tot_fam_2050": 1151, "tot_pop_over5_2050": 4872, "pop_hus_rent50_2050": 452, "pop_minority_2050": 3182, "pop_over75_2050": 296, "pop_spfam_2050": 347, "pop_lep_2050": 298, "pop_below200_2050": 1613, "pop_disability_2050": 575, "pct_minority_2050": 0.59376749393543571, "pct_over75_2050": 0.05523418548236611, "pct_spfam_2050": 0.30147697654213729, "pct_lep_2050": 0.061165845648604278, "pct_below200_2050": 0.31211300309597523, "pct_disab_2050": 0.11126160990712074, "pct_zvhhs_2050": 0.061497326203208559, "pct_hus_rent50_2050": 0.24171122994652405, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.071252566735112988, "pct_minority_2040": 0.58624229979466103, "pct_spfam_2040": 0.386266094420601, "pct_lep_2040": 0.047451669595782002, "pct_below200_2040": 0.33127659574468105, "pct_disab_2040": 0.11419423692636099, "pct_zvhhs_2040": 0.058504875406284004, "pct_hus_rent50_2040": 0.19340659340659302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.091886999731429, 37.700444000329107 ], [ -122.089690999747418, 37.692899000099203 ], [ -122.086334999847182, 37.694423000342184 ], [ -122.082995999665357, 37.695366000215458 ], [ -122.080957999865106, 37.695629999817655 ], [ -122.077186000038225, 37.695659000152865 ], [ -122.074671000211993, 37.695660000262244 ], [ -122.07397400007801, 37.695615999700813 ], [ -122.07406399959136, 37.701310000000746 ], [ -122.07406399959136, 37.701822000292253 ], [ -122.075461000232409, 37.701852999678586 ], [ -122.082239000155198, 37.701737000143048 ], [ -122.083835000089579, 37.701711000136449 ], [ -122.085292000106762, 37.701672999782367 ], [ -122.088165000133259, 37.701140999887549 ], [ -122.091886999731429, 37.700444000329107 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001431000", "NAME": "Census Tract 4310", "state": "06", "county_fips": "001", "tract": "431000", "county_name": "Alameda County", "tot_pop_2050": 2912, "tot_pop_pov_det_2050": 2912, "tot_pop_civ_ni_2050": 2912, "tot_hh_2050": 1084, "pop_zvhhs_2050": 72, "tot_fam_2050": 753, "tot_pop_over5_2050": 2649, "pop_hus_rent50_2050": 150, "pop_minority_2050": 1972, "pop_over75_2050": 154, "pop_spfam_2050": 189, "pop_lep_2050": 193, "pop_below200_2050": 778, "pop_disability_2050": 318, "pct_minority_2050": 0.67719780219780223, "pct_over75_2050": 0.052884615384615377, "pct_spfam_2050": 0.25099601593625503, "pct_lep_2050": 0.072857682144205363, "pct_below200_2050": 0.26717032967032972, "pct_disab_2050": 0.1092032967032967, "pct_zvhhs_2050": 0.066420664206642069, "pct_hus_rent50_2050": 0.13837638376383765, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055362116991643, "pct_minority_2040": 0.58739554317548703, "pct_spfam_2040": 0.26520051746442402, "pct_lep_2040": 0.123608445297505, "pct_below200_2040": 0.32625348189415004, "pct_disab_2040": 0.10584958217270199, "pct_zvhhs_2040": 0.078661844484628998, "pct_hus_rent50_2040": 0.199453551912568, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.091818999959372, 37.691833999779497 ], [ -122.093315000334613, 37.690761999996695 ], [ -122.079568999619951, 37.690891999944604 ], [ -122.0770920003269, 37.690915999844442 ], [ -122.07381099987137, 37.690947999698807 ], [ -122.069372000047736, 37.691192000266987 ], [ -122.062509999561044, 37.692900000245814 ], [ -122.062441999788987, 37.693508000175768 ], [ -122.066555000097708, 37.693215999699888 ], [ -122.073132000179029, 37.695475999808565 ], [ -122.07397400007801, 37.695615999700813 ], [ -122.074671000211993, 37.695660000262244 ], [ -122.077186000038225, 37.695659000152865 ], [ -122.080957999865106, 37.695629999817655 ], [ -122.082995999665357, 37.695366000215458 ], [ -122.086334999847182, 37.694423000342184 ], [ -122.089690999747418, 37.692899000099203 ], [ -122.091818999959372, 37.691833999779497 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001431100", "NAME": "Census Tract 4311", "state": "06", "county_fips": "001", "tract": "431100", "county_name": "Alameda County", "tot_pop_2050": 3587, "tot_pop_pov_det_2050": 3587, "tot_pop_civ_ni_2050": 3587, "tot_hh_2050": 1410, "pop_zvhhs_2050": 193, "tot_fam_2050": 779, "tot_pop_over5_2050": 3294, "pop_hus_rent50_2050": 219, "pop_minority_2050": 2365, "pop_over75_2050": 113, "pop_spfam_2050": 118, "pop_lep_2050": 173, "pop_below200_2050": 765, "pop_disability_2050": 467, "pct_minority_2050": 0.65932534151101208, "pct_over75_2050": 0.031502648452746029, "pct_spfam_2050": 0.1514762516046213, "pct_lep_2050": 0.052519732847601697, "pct_below200_2050": 0.2132701421800948, "pct_disab_2050": 0.13019236130471146, "pct_zvhhs_2050": 0.13687943262411348, "pct_hus_rent50_2050": 0.15531914893617019, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.065823605706873997, "pct_minority_2040": 0.62191958495460398, "pct_spfam_2040": 0.28629579375847997, "pct_lep_2040": 0.058245851676261, "pct_below200_2040": 0.38683527885862501, "pct_disab_2040": 0.092088197146563008, "pct_zvhhs_2040": 0.090441176470588011, "pct_hus_rent50_2040": 0.30630630630630601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.073651000037813, 37.684209000215517 ], [ -122.0738950004353, 37.683098000207949 ], [ -122.073035000094677, 37.682973999656028 ], [ -122.072010999722522, 37.680987999700271 ], [ -122.070280000068934, 37.681337999775323 ], [ -122.071219999877187, 37.683234000322663 ], [ -122.070176000311847, 37.684184000013751 ], [ -122.068116999696898, 37.684842999841976 ], [ -122.066967999651268, 37.683942999940285 ], [ -122.065078999813949, 37.685545000132358 ], [ -122.063216999740803, 37.685947999995904 ], [ -122.062163999954635, 37.685893000261757 ], [ -122.058884000222363, 37.692191999684688 ], [ -122.059717999725393, 37.692468999775521 ], [ -122.059972000168599, 37.693590000107498 ], [ -122.062298999673871, 37.692962000069457 ], [ -122.062509999561044, 37.692900000245814 ], [ -122.069372000047736, 37.691192000266987 ], [ -122.07381099987137, 37.690947999698807 ], [ -122.073517999968431, 37.686844999765711 ], [ -122.073651000037813, 37.684209000215517 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001431200", "NAME": "Census Tract 4312", "state": "06", "county_fips": "001", "tract": "431200", "county_name": "Alameda County", "tot_pop_2050": 5827, "tot_pop_pov_det_2050": 5726, "tot_pop_civ_ni_2050": 5726, "tot_hh_2050": 2571, "pop_zvhhs_2050": 152, "tot_fam_2050": 1292, "tot_pop_over5_2050": 5493, "pop_hus_rent50_2050": 296, "pop_minority_2050": 3055, "pop_over75_2050": 633, "pop_spfam_2050": 216, "pop_lep_2050": 300, "pop_below200_2050": 701, "pop_disability_2050": 842, "pct_minority_2050": 0.52428350780847777, "pct_over75_2050": 0.10863222927750127, "pct_spfam_2050": 0.16718266253869968, "pct_lep_2050": 0.054614964500273082, "pct_below200_2050": 0.12242403073698915, "pct_disab_2050": 0.14704855047153334, "pct_zvhhs_2050": 0.059120964605211976, "pct_hus_rent50_2050": 0.11513029949436016, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062567421790722999, "pct_minority_2040": 0.522833513124775, "pct_spfam_2040": 0.110217216411907, "pct_lep_2040": 0.047918303220737993, "pct_below200_2040": 0.38132651196784206, "pct_disab_2040": 0.095011876484560984, "pct_zvhhs_2040": 0.082311040759794007, "pct_hus_rent50_2040": 0.22464646464646498, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.096160999698625, 37.688149000204248 ], [ -122.09628799992025, 37.688039999906366 ], [ -122.092932999844891, 37.685583000221783 ], [ -122.092158999717995, 37.685026999665389 ], [ -122.090245999591232, 37.683646999816958 ], [ -122.085340999612242, 37.68002200016727 ], [ -122.084345999552397, 37.678926000065808 ], [ -122.083087999726857, 37.676868000026936 ], [ -122.079397000090836, 37.678618000026383 ], [ -122.079691999643586, 37.68010299976121 ], [ -122.079459999840026, 37.680507999959055 ], [ -122.076789000378199, 37.679022999799578 ], [ -122.075560999791549, 37.679337999753557 ], [ -122.073225000065463, 37.681981000281475 ], [ -122.072010999722522, 37.680987999700271 ], [ -122.073035000094677, 37.682973999656028 ], [ -122.0738950004353, 37.683098000207949 ], [ -122.073651000037813, 37.684209000215517 ], [ -122.073517999968431, 37.686844999765711 ], [ -122.07381099987137, 37.690947999698807 ], [ -122.0770920003269, 37.690915999844442 ], [ -122.079568999619951, 37.690891999944604 ], [ -122.093315000334613, 37.690761999996695 ], [ -122.094008000270662, 37.690053000163275 ], [ -122.094553000068728, 37.689466000128967 ], [ -122.096160999698625, 37.688149000204248 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432100", "NAME": "Census Tract 4321", "state": "06", "county_fips": "001", "tract": "432100", "county_name": "Alameda County", "tot_pop_2050": 3739, "tot_pop_pov_det_2050": 3739, "tot_pop_civ_ni_2050": 3739, "tot_hh_2050": 1512, "pop_zvhhs_2050": 56, "tot_fam_2050": 1004, "tot_pop_over5_2050": 3527, "pop_hus_rent50_2050": 98, "pop_minority_2050": 2111, "pop_over75_2050": 239, "pop_spfam_2050": 120, "pop_lep_2050": 126, "pop_below200_2050": 601, "pop_disability_2050": 403, "pct_minority_2050": 0.56458946242310781, "pct_over75_2050": 0.063920834447713293, "pct_spfam_2050": 0.1195219123505976, "pct_lep_2050": 0.035724411681315564, "pct_below200_2050": 0.1607381652848355, "pct_disab_2050": 0.10778282963359187, "pct_zvhhs_2050": 0.037037037037037035, "pct_hus_rent50_2050": 0.064814814814814811, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041800643086816996, "pct_minority_2040": 0.58762057877813501, "pct_spfam_2040": 0.13931297709923698, "pct_lep_2040": 0.019807583474816003, "pct_below200_2040": 0.18649517684887498, "pct_disab_2040": 0.059217577706324, "pct_zvhhs_2040": 0.038, "pct_hus_rent50_2040": 0.083390764989661997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.155119000253876, 37.739082000026343 ], [ -122.152438999672924, 37.735475999783986 ], [ -122.151062999846587, 37.733566000347913 ], [ -122.150195000008338, 37.732369999904364 ], [ -122.148736000341302, 37.729134999971549 ], [ -122.148234000201015, 37.72972900029486 ], [ -122.147977000283049, 37.731344000199051 ], [ -122.140540999686024, 37.731462000241848 ], [ -122.138977000437023, 37.730932000333183 ], [ -122.139886000283141, 37.734470000021936 ], [ -122.14024299976019, 37.736051000146915 ], [ -122.140709999740409, 37.737182000308593 ], [ -122.141134000062934, 37.737766999883682 ], [ -122.146050999737483, 37.742801999780596 ], [ -122.146521999915677, 37.742498999671611 ], [ -122.146721000107291, 37.742169999726528 ], [ -122.146989999720816, 37.741800000196058 ], [ -122.147351000294151, 37.741364999860977 ], [ -122.147435999784662, 37.741289000026796 ], [ -122.148724999572366, 37.740858999868905 ], [ -122.150186999612416, 37.740439000078695 ], [ -122.155119000253876, 37.739082000026343 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432200", "NAME": "Census Tract 4322", "state": "06", "county_fips": "001", "tract": "432200", "county_name": "Alameda County", "tot_pop_2050": 4443, "tot_pop_pov_det_2050": 4419, "tot_pop_civ_ni_2050": 4419, "tot_hh_2050": 1761, "pop_zvhhs_2050": 167, "tot_fam_2050": 1106, "tot_pop_over5_2050": 4074, "pop_hus_rent50_2050": 286, "pop_minority_2050": 2901, "pop_over75_2050": 434, "pop_spfam_2050": 144, "pop_lep_2050": 331, "pop_below200_2050": 1111, "pop_disability_2050": 402, "pct_minority_2050": 0.65293720459149218, "pct_over75_2050": 0.097681746567634481, "pct_spfam_2050": 0.1301989150090416, "pct_lep_2050": 0.081246931762395669, "pct_below200_2050": 0.25141434713736138, "pct_disab_2050": 0.09097080787508488, "pct_zvhhs_2050": 0.094832481544576963, "pct_hus_rent50_2050": 0.16240772288472458, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.083645443196005004, "pct_minority_2040": 0.64769038701623005, "pct_spfam_2040": 0.15719696969697, "pct_lep_2040": 0.092395535946015989, "pct_below200_2040": 0.27971674253920098, "pct_disab_2040": 0.096105209914011003, "pct_zvhhs_2040": 0.14519056261343, "pct_hus_rent50_2040": 0.14485696895922101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.164160000107799, 37.735940000115811 ], [ -122.163335999752192, 37.734860000093057 ], [ -122.16175499988644, 37.732735000210774 ], [ -122.160328000006473, 37.730824999692963 ], [ -122.157523999576952, 37.726871000040923 ], [ -122.156211000398116, 37.728434999692155 ], [ -122.154612999915599, 37.728027999767193 ], [ -122.150172000442126, 37.728262000236519 ], [ -122.148736000341302, 37.729134999971549 ], [ -122.150195000008338, 37.732369999904364 ], [ -122.151062999846587, 37.733566000347913 ], [ -122.152438999672924, 37.735475999783986 ], [ -122.155119000253876, 37.739082000026343 ], [ -122.160073999563267, 37.737690999907478 ], [ -122.160502000083738, 37.737606999955204 ], [ -122.164160000107799, 37.735940000115811 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432300", "NAME": "Census Tract 4323", "state": "06", "county_fips": "001", "tract": "432300", "county_name": "Alameda County", "tot_pop_2050": 4719, "tot_pop_pov_det_2050": 4710, "tot_pop_civ_ni_2050": 4708, "tot_hh_2050": 1655, "pop_zvhhs_2050": 171, "tot_fam_2050": 1126, "tot_pop_over5_2050": 4482, "pop_hus_rent50_2050": 144, "pop_minority_2050": 3819, "pop_over75_2050": 115, "pop_spfam_2050": 94, "pop_lep_2050": 605, "pop_below200_2050": 856, "pop_disability_2050": 411, "pct_minority_2050": 0.80928162746344567, "pct_over75_2050": 0.02436956982411528, "pct_spfam_2050": 0.08348134991119005, "pct_lep_2050": 0.13498438197233378, "pct_below200_2050": 0.18174097664543526, "pct_disab_2050": 0.087298215802888698, "pct_zvhhs_2050": 0.10332326283987917, "pct_hus_rent50_2050": 0.087009063444108761, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.03640350877193, "pct_minority_2040": 0.83925438596491198, "pct_spfam_2040": 0.14944649446494501, "pct_lep_2040": 0.128103968438153, "pct_below200_2040": 0.19604395604395602, "pct_disab_2040": 0.091509018917730001, "pct_zvhhs_2040": 0.09657701711491401, "pct_hus_rent50_2040": 0.089672232529374993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.170496999989609, 37.731868999765645 ], [ -122.174040000385943, 37.731189999800073 ], [ -122.170430000042444, 37.727835999850036 ], [ -122.17012100024597, 37.72778000025415 ], [ -122.167506999787236, 37.726322000058524 ], [ -122.161078999668845, 37.726244000309315 ], [ -122.158875000187237, 37.72550199995429 ], [ -122.157523999576952, 37.726871000040923 ], [ -122.160328000006473, 37.730824999692963 ], [ -122.16175499988644, 37.732735000210774 ], [ -122.163335999752192, 37.734860000093057 ], [ -122.164160000107799, 37.735940000115811 ], [ -122.165472000360054, 37.737689000112724 ], [ -122.171528999859362, 37.735010000229245 ], [ -122.169768999893478, 37.732211000006302 ], [ -122.170096999956527, 37.732055999660865 ], [ -122.170496999989609, 37.731868999765645 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432400", "NAME": "Census Tract 4324", "state": "06", "county_fips": "001", "tract": "432400", "county_name": "Alameda County", "tot_pop_2050": 6583, "tot_pop_pov_det_2050": 6414, "tot_pop_civ_ni_2050": 6583, "tot_hh_2050": 1822, "pop_zvhhs_2050": 149, "tot_fam_2050": 1295, "tot_pop_over5_2050": 6311, "pop_hus_rent50_2050": 207, "pop_minority_2050": 5324, "pop_over75_2050": 263, "pop_spfam_2050": 260, "pop_lep_2050": 708, "pop_below200_2050": 1880, "pop_disability_2050": 616, "pct_minority_2050": 0.80874981011696789, "pct_over75_2050": 0.039951389943794616, "pct_spfam_2050": 0.20077220077220079, "pct_lep_2050": 0.11218507368087466, "pct_below200_2050": 0.29310882444652325, "pct_disab_2050": 0.093574358195351662, "pct_zvhhs_2050": 0.081778265642151488, "pct_hus_rent50_2050": 0.11361141602634467, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049492829660720994, "pct_minority_2040": 0.77072402938090201, "pct_spfam_2040": 0.159941305942773, "pct_lep_2040": 0.155882352941176, "pct_below200_2040": 0.37848816672553898, "pct_disab_2040": 0.112200245055137, "pct_zvhhs_2040": 0.060011217049915994, "pct_hus_rent50_2040": 0.11244738424534001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.209725999950734, 37.711087000042809 ], [ -122.209187112289882, 37.710012817588805 ], [ -122.204160999647669, 37.711602999887212 ], [ -122.20154600026234, 37.70502200034931 ], [ -122.193702999959541, 37.694491000354368 ], [ -122.193559770774002, 37.69437766412274 ], [ -122.191652999565406, 37.695548000009552 ], [ -122.187510000017767, 37.696791000206488 ], [ -122.186463000079399, 37.695649999878441 ], [ -122.181906000254969, 37.697657999986333 ], [ -122.167526999878731, 37.703686000231635 ], [ -122.170815999831845, 37.708706999963553 ], [ -122.166671999560961, 37.710422000180451 ], [ -122.170559999738813, 37.713131000288769 ], [ -122.176734000312294, 37.718964000338282 ], [ -122.183159000057657, 37.725394999994599 ], [ -122.184477999982605, 37.726021999808466 ], [ -122.18819700010603, 37.72830799993816 ], [ -122.190377000196477, 37.728893000000113 ], [ -122.191927000100108, 37.727288000309201 ], [ -122.196136999594898, 37.726007000048256 ], [ -122.198054999744542, 37.726226999779243 ], [ -122.196746999690262, 37.724133000141876 ], [ -122.196273999862242, 37.72331000004128 ], [ -122.189027000309423, 37.717907999705119 ], [ -122.189137999739174, 37.717812000193142 ], [ -122.192749999732484, 37.716766999686413 ], [ -122.193400999835745, 37.717828999812262 ], [ -122.194713999912892, 37.717537999732286 ], [ -122.194265000374315, 37.71591199974273 ], [ -122.197027999897671, 37.715828999793779 ], [ -122.202166000403437, 37.712982999648631 ], [ -122.209725999950734, 37.711087000042809 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432501", "NAME": "Census Tract 4325.01", "state": "06", "county_fips": "001", "tract": "432501", "county_name": "Alameda County", "tot_pop_2050": 4851, "tot_pop_pov_det_2050": 4851, "tot_pop_civ_ni_2050": 4841, "tot_hh_2050": 1427, "pop_zvhhs_2050": 131, "tot_fam_2050": 1079, "tot_pop_over5_2050": 4570, "pop_hus_rent50_2050": 223, "pop_minority_2050": 3959, "pop_over75_2050": 269, "pop_spfam_2050": 221, "pop_lep_2050": 1103, "pop_below200_2050": 1572, "pop_disability_2050": 505, "pct_minority_2050": 0.8161203875489591, "pct_over75_2050": 0.055452484023912597, "pct_spfam_2050": 0.20481927710843373, "pct_lep_2050": 0.24135667396061269, "pct_below200_2050": 0.3240568954854669, "pct_disab_2050": 0.10431728981615369, "pct_zvhhs_2050": 0.091800981079187105, "pct_hus_rent50_2050": 0.15627189908899788, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063511084481726002, "pct_minority_2040": 0.81805472338725793, "pct_spfam_2040": 0.234622144112478, "pct_lep_2040": 0.19596174282678, "pct_below200_2040": 0.33506805444355497, "pct_disab_2040": 0.12482524465747999, "pct_zvhhs_2040": 0.078418230563002997, "pct_hus_rent50_2040": 0.14893617021276598, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.175144000225714, 37.71941799965898 ], [ -122.176734000312294, 37.718964000338282 ], [ -122.170559999738813, 37.713131000288769 ], [ -122.166671999560961, 37.710422000180451 ], [ -122.155592999906801, 37.715082000332679 ], [ -122.158920000393081, 37.717985999705533 ], [ -122.159808000322798, 37.718776000274488 ], [ -122.16424499959831, 37.722651000350936 ], [ -122.167239999823551, 37.721836000308166 ], [ -122.168104000362121, 37.721626000047337 ], [ -122.170496000164704, 37.721032000105708 ], [ -122.173060000394713, 37.720344999917614 ], [ -122.173940999753441, 37.720024999744318 ], [ -122.175144000225714, 37.71941799965898 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432502", "NAME": "Census Tract 4325.02", "state": "06", "county_fips": "001", "tract": "432502", "county_name": "Alameda County", "tot_pop_2050": 5272, "tot_pop_pov_det_2050": 5259, "tot_pop_civ_ni_2050": 5272, "tot_hh_2050": 1537, "pop_zvhhs_2050": 98, "tot_fam_2050": 1143, "tot_pop_over5_2050": 5034, "pop_hus_rent50_2050": 144, "pop_minority_2050": 4510, "pop_over75_2050": 235, "pop_spfam_2050": 238, "pop_lep_2050": 716, "pop_below200_2050": 1629, "pop_disability_2050": 491, "pct_minority_2050": 0.8554628224582701, "pct_over75_2050": 0.044575113808801213, "pct_spfam_2050": 0.2082239720034996, "pct_lep_2050": 0.14223281684545094, "pct_below200_2050": 0.30975470621791212, "pct_disab_2050": 0.093133535660091041, "pct_zvhhs_2050": 0.063760572543916719, "pct_hus_rent50_2050": 0.093689004554326605, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050987198958559007, "pct_minority_2040": 0.89520503362985493, "pct_spfam_2040": 0.168615984405458, "pct_lep_2040": 0.12488687782805399, "pct_below200_2040": 0.31126116314528396, "pct_disab_2040": 0.11152093729659401, "pct_zvhhs_2040": 0.071428571428570994, "pct_hus_rent50_2040": 0.15288394718554599, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.181569999795997, 37.725319000108627 ], [ -122.183159000057657, 37.725394999994599 ], [ -122.176734000312294, 37.718964000338282 ], [ -122.175144000225714, 37.71941799965898 ], [ -122.173940999753441, 37.720024999744318 ], [ -122.173060000394713, 37.720344999917614 ], [ -122.170496000164704, 37.721032000105708 ], [ -122.168104000362121, 37.721626000047337 ], [ -122.167239999823551, 37.721836000308166 ], [ -122.16424499959831, 37.722651000350936 ], [ -122.17012100024597, 37.72778000025415 ], [ -122.170430000042444, 37.727835999850036 ], [ -122.170400999730148, 37.727756000211336 ], [ -122.174202999694245, 37.726603999668662 ], [ -122.175386000075036, 37.725329000041953 ], [ -122.178962999908279, 37.725093000117788 ], [ -122.180255999893916, 37.725615000122382 ], [ -122.181569999795997, 37.725319000108627 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432600", "NAME": "Census Tract 4326", "state": "06", "county_fips": "001", "tract": "432600", "county_name": "Alameda County", "tot_pop_2050": 7314, "tot_pop_pov_det_2050": 7187, "tot_pop_civ_ni_2050": 7187, "tot_hh_2050": 3040, "pop_zvhhs_2050": 308, "tot_fam_2050": 1821, "tot_pop_over5_2050": 6735, "pop_hus_rent50_2050": 457, "pop_minority_2050": 5496, "pop_over75_2050": 426, "pop_spfam_2050": 351, "pop_lep_2050": 740, "pop_below200_2050": 2234, "pop_disability_2050": 886, "pct_minority_2050": 0.75143560295324041, "pct_over75_2050": 0.058244462674323226, "pct_spfam_2050": 0.1927512355848435, "pct_lep_2050": 0.10987379361544172, "pct_below200_2050": 0.3108390148879922, "pct_disab_2050": 0.12327814108807569, "pct_zvhhs_2050": 0.10131578947368421, "pct_hus_rent50_2050": 0.15032894736842106, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.060709592641262002, "pct_minority_2040": 0.80407358738501999, "pct_spfam_2040": 0.246041412911084, "pct_lep_2040": 0.10547095318668902, "pct_below200_2040": 0.355847992480193, "pct_disab_2040": 0.092823608316565998, "pct_zvhhs_2040": 0.10561877667140801, "pct_hus_rent50_2040": 0.141472172351885, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.167506999787236, 37.726322000058524 ], [ -122.17012100024597, 37.72778000025415 ], [ -122.16424499959831, 37.722651000350936 ], [ -122.159808000322798, 37.718776000274488 ], [ -122.158920000393081, 37.717985999705533 ], [ -122.155592999906801, 37.715082000332679 ], [ -122.151150999710111, 37.716942000054196 ], [ -122.15163799978184, 37.717692000095248 ], [ -122.147968000062207, 37.719210999734692 ], [ -122.148635999883908, 37.719697999693523 ], [ -122.145079999967095, 37.720681999804825 ], [ -122.145495999893683, 37.721670000090377 ], [ -122.146731000153025, 37.724492999814672 ], [ -122.147887999696252, 37.72715600016646 ], [ -122.148736000341302, 37.729134999971549 ], [ -122.150172000442126, 37.728262000236519 ], [ -122.154612999915599, 37.728027999767193 ], [ -122.156211000398116, 37.728434999692155 ], [ -122.157523999576952, 37.726871000040923 ], [ -122.158875000187237, 37.72550199995429 ], [ -122.161078999668845, 37.726244000309315 ], [ -122.167506999787236, 37.726322000058524 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432700", "NAME": "Census Tract 4327", "state": "06", "county_fips": "001", "tract": "432700", "county_name": "Alameda County", "tot_pop_2050": 2852, "tot_pop_pov_det_2050": 2824, "tot_pop_civ_ni_2050": 2852, "tot_hh_2050": 1037, "pop_zvhhs_2050": 9, "tot_fam_2050": 717, "tot_pop_over5_2050": 2751, "pop_hus_rent50_2050": 64, "pop_minority_2050": 1608, "pop_over75_2050": 212, "pop_spfam_2050": 119, "pop_lep_2050": 253, "pop_below200_2050": 731, "pop_disability_2050": 267, "pct_minority_2050": 0.56381486676016834, "pct_over75_2050": 0.074333800841514724, "pct_spfam_2050": 0.16596931659693165, "pct_lep_2050": 0.091966557615412559, "pct_below200_2050": 0.25885269121813032, "pct_disab_2050": 0.09361851332398316, "pct_zvhhs_2050": 0.0086788813886210219, "pct_hus_rent50_2050": 0.061716489874638375, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.08316673330667701, "pct_minority_2040": 0.482606957217113, "pct_spfam_2040": 0.083815028901734007, "pct_lep_2040": 0.08506944444444399, "pct_below200_2040": 0.19032387045181898, "pct_disab_2040": 0.11755297880847698, "pct_zvhhs_2040": 0.047856430707875999, "pct_hus_rent50_2040": 0.070422535211267998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.148234000201015, 37.72972900029486 ], [ -122.148736000341302, 37.729134999971549 ], [ -122.147887999696252, 37.72715600016646 ], [ -122.146731000153025, 37.724492999814672 ], [ -122.145495999893683, 37.721670000090377 ], [ -122.14129700026956, 37.722846999890201 ], [ -122.137510000374064, 37.723875999976109 ], [ -122.135578999805631, 37.722283999869582 ], [ -122.137277999672179, 37.724729999946717 ], [ -122.138394999930739, 37.729758999725505 ], [ -122.138747000283232, 37.730929000011884 ], [ -122.138977000437023, 37.730932000333183 ], [ -122.140540999686024, 37.731462000241848 ], [ -122.147977000283049, 37.731344000199051 ], [ -122.148234000201015, 37.72972900029486 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001432800", "NAME": "Census Tract 4328", "state": "06", "county_fips": "001", "tract": "432800", "county_name": "Alameda County", "tot_pop_2050": 3835, "tot_pop_pov_det_2050": 3822, "tot_pop_civ_ni_2050": 3835, "tot_hh_2050": 1388, "pop_zvhhs_2050": 8, "tot_fam_2050": 980, "tot_pop_over5_2050": 3628, "pop_hus_rent50_2050": 30, "pop_minority_2050": 2725, "pop_over75_2050": 477, "pop_spfam_2050": 97, "pop_lep_2050": 203, "pop_below200_2050": 348, "pop_disability_2050": 393, "pct_minority_2050": 0.71056062581486312, "pct_over75_2050": 0.124380704041721, "pct_spfam_2050": 0.098979591836734673, "pct_lep_2050": 0.055953693495038578, "pct_below200_2050": 0.091051805337519623, "pct_disab_2050": 0.10247718383311603, "pct_zvhhs_2050": 0.005763688760806916, "pct_hus_rent50_2050": 0.021613832853025938, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11336164652074499, "pct_minority_2040": 0.55210715452466508, "pct_spfam_2040": 0.15113636363636401, "pct_lep_2040": 0.036262203626220006, "pct_below200_2040": 0.15882933245642902, "pct_disab_2040": 0.095720352825874017, "pct_zvhhs_2040": 0.018853695324284003, "pct_hus_rent50_2040": 0.058778625954197999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.138747000283232, 37.730929000011884 ], [ -122.138394999930739, 37.729758999725505 ], [ -122.137277999672179, 37.724729999946717 ], [ -122.135578999805631, 37.722283999869582 ], [ -122.135102999604584, 37.721659999663032 ], [ -122.133542999655205, 37.719392000170537 ], [ -122.131842999963766, 37.716061999885497 ], [ -122.130972999577381, 37.714486000084285 ], [ -122.1300629999064, 37.71343399976967 ], [ -122.128994000226712, 37.712530999743414 ], [ -122.128514999652594, 37.712214000298459 ], [ -122.127469000437443, 37.711620000220364 ], [ -122.125604999816147, 37.710687999988721 ], [ -122.124259000127054, 37.709833000252857 ], [ -122.122551000039692, 37.708532999980733 ], [ -122.120667000225239, 37.711546000204891 ], [ -122.121765000217238, 37.716061000051376 ], [ -122.121734000255103, 37.716553999785539 ], [ -122.121383999552393, 37.717183999991363 ], [ -122.12109599967232, 37.71743399979519 ], [ -122.120122000427202, 37.717802999766143 ], [ -122.11942100009523, 37.717798000002226 ], [ -122.11838199965446, 37.717472999699858 ], [ -122.117771999559082, 37.717098999695345 ], [ -122.117128999851772, 37.716403000098708 ], [ -122.116216999632627, 37.714686999882325 ], [ -122.11575100037561, 37.714237000140443 ], [ -122.115316000182418, 37.713966000258097 ], [ -122.113418999949175, 37.713322999948858 ], [ -122.112224999697702, 37.713016999677798 ], [ -122.111703000364216, 37.712950000190681 ], [ -122.108527000388989, 37.713128999830758 ], [ -122.104695000287649, 37.714756000344849 ], [ -122.107703000033368, 37.718179999896996 ], [ -122.109413999595461, 37.719227999743389 ], [ -122.109794000435386, 37.721376999941093 ], [ -122.112921999831698, 37.722574000034754 ], [ -122.113764999555571, 37.724205000216401 ], [ -122.117056000056834, 37.72638099984151 ], [ -122.119313000140195, 37.729045999833218 ], [ -122.122274000030245, 37.727313000185951 ], [ -122.123228999907113, 37.727037999656666 ], [ -122.126646999731676, 37.727609000046002 ], [ -122.127423000406708, 37.72977000012942 ], [ -122.130584000313306, 37.730106000119179 ], [ -122.13234500010411, 37.731725999861453 ], [ -122.130602999681543, 37.732679000056784 ], [ -122.130463999764402, 37.732820999933494 ], [ -122.130384000296729, 37.733412000307538 ], [ -122.130622999773038, 37.733693999916298 ], [ -122.13122500037079, 37.733586999715016 ], [ -122.131402999747735, 37.733605999881568 ], [ -122.134526999844397, 37.734222999648445 ], [ -122.136715000330767, 37.731761999768906 ], [ -122.138747000283232, 37.730929000011884 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433000", "NAME": "Census Tract 4330", "state": "06", "county_fips": "001", "tract": "433000", "county_name": "Alameda County", "tot_pop_2050": 3661, "tot_pop_pov_det_2050": 3634, "tot_pop_civ_ni_2050": 3661, "tot_hh_2050": 1361, "pop_zvhhs_2050": 64, "tot_fam_2050": 849, "tot_pop_over5_2050": 3544, "pop_hus_rent50_2050": 86, "pop_minority_2050": 2668, "pop_over75_2050": 331, "pop_spfam_2050": 63, "pop_lep_2050": 461, "pop_below200_2050": 1363, "pop_disability_2050": 357, "pct_minority_2050": 0.72876263316033874, "pct_over75_2050": 0.090412455613220435, "pct_spfam_2050": 0.074204946996466431, "pct_lep_2050": 0.13007900677200904, "pct_below200_2050": 0.37506879471656579, "pct_disab_2050": 0.09751434034416824, "pct_zvhhs_2050": 0.047024246877296103, "pct_hus_rent50_2050": 0.063188831741366636, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065811489124372999, "pct_minority_2040": 0.62186279977691006, "pct_spfam_2040": 0.024282560706401998, "pct_lep_2040": 0.12081339712918698, "pct_below200_2040": 0.20970440602342397, "pct_disab_2040": 0.07836029001673199, "pct_zvhhs_2040": 0.021688613477924001, "pct_hus_rent50_2040": 0.080911233307149, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.145495999893683, 37.721670000090377 ], [ -122.145079999967095, 37.720681999804825 ], [ -122.143934000294507, 37.718153999974064 ], [ -122.14106000044309, 37.716023999783317 ], [ -122.138600999795074, 37.714242000144729 ], [ -122.137254000281018, 37.713289999931632 ], [ -122.132205000361992, 37.709767999856965 ], [ -122.130736999575845, 37.708652999988125 ], [ -122.130149999945033, 37.707593999663416 ], [ -122.130093000043601, 37.706408000207922 ], [ -122.130083999822759, 37.705350999743501 ], [ -122.129284999581515, 37.705855000066066 ], [ -122.124802000275267, 37.709334000311848 ], [ -122.124259000127054, 37.709833000252857 ], [ -122.125604999816147, 37.710687999988721 ], [ -122.127469000437443, 37.711620000220364 ], [ -122.128514999652594, 37.712214000298459 ], [ -122.128994000226712, 37.712530999743414 ], [ -122.1300629999064, 37.71343399976967 ], [ -122.130972999577381, 37.714486000084285 ], [ -122.131842999963766, 37.716061999885497 ], [ -122.133542999655205, 37.719392000170537 ], [ -122.135102999604584, 37.721659999663032 ], [ -122.135578999805631, 37.722283999869582 ], [ -122.137510000374064, 37.723875999976109 ], [ -122.14129700026956, 37.722846999890201 ], [ -122.145495999893683, 37.721670000090377 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433102", "NAME": "Census Tract 4331.02", "state": "06", "county_fips": "001", "tract": "433102", "county_name": "Alameda County", "tot_pop_2050": 4297, "tot_pop_pov_det_2050": 4283, "tot_pop_civ_ni_2050": 4297, "tot_hh_2050": 1384, "pop_zvhhs_2050": 29, "tot_fam_2050": 1083, "tot_pop_over5_2050": 4029, "pop_hus_rent50_2050": 112, "pop_minority_2050": 3732, "pop_over75_2050": 302, "pop_spfam_2050": 170, "pop_lep_2050": 561, "pop_below200_2050": 629, "pop_disability_2050": 342, "pct_minority_2050": 0.86851291598789848, "pct_over75_2050": 0.0702815918082383, "pct_spfam_2050": 0.1569713758079409, "pct_lep_2050": 0.13924050632911392, "pct_below200_2050": 0.14685967779593742, "pct_disab_2050": 0.079590411915289719, "pct_zvhhs_2050": 0.020953757225433529, "pct_hus_rent50_2050": 0.080924855491329481, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048715203426123996, "pct_minority_2040": 0.82869379014989297, "pct_spfam_2040": 0.11630434782608699, "pct_lep_2040": 0.20724233983286899, "pct_below200_2040": 0.201820128479657, "pct_disab_2040": 0.092344753747323011, "pct_zvhhs_2040": 0.037481259370315004, "pct_hus_rent50_2040": 0.11694152923538198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.144077000409652, 37.706208999918843 ], [ -122.142381000017863, 37.703540999927306 ], [ -122.140363000309094, 37.701761000086343 ], [ -122.130061000256546, 37.692755000169335 ], [ -122.130024000446625, 37.696938999774886 ], [ -122.129440000290529, 37.697459999746911 ], [ -122.128508999804808, 37.698119999673146 ], [ -122.128359000016985, 37.69820000004033 ], [ -122.125788000114269, 37.699807000291578 ], [ -122.123695000062455, 37.701926000108188 ], [ -122.1245589997027, 37.702507000194906 ], [ -122.12709500034363, 37.704303999769309 ], [ -122.129195999893071, 37.705792999652815 ], [ -122.129284999581515, 37.705855000066066 ], [ -122.130083999822759, 37.705350999743501 ], [ -122.130093000043601, 37.706408000207922 ], [ -122.131803999605708, 37.707603999857383 ], [ -122.132915000016496, 37.708379999707226 ], [ -122.133961999954863, 37.709106999951665 ], [ -122.138846000017423, 37.705200999950222 ], [ -122.141893000121229, 37.707301999943056 ], [ -122.142376999819902, 37.707679000203051 ], [ -122.144077000409652, 37.706208999918843 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433103", "NAME": "Census Tract 4331.03", "state": "06", "county_fips": "001", "tract": "433103", "county_name": "Alameda County", "tot_pop_2050": 3993, "tot_pop_pov_det_2050": 3993, "tot_pop_civ_ni_2050": 3975, "tot_hh_2050": 1522, "pop_zvhhs_2050": 149, "tot_fam_2050": 864, "tot_pop_over5_2050": 3843, "pop_hus_rent50_2050": 231, "pop_minority_2050": 3561, "pop_over75_2050": 76, "pop_spfam_2050": 242, "pop_lep_2050": 442, "pop_below200_2050": 1326, "pop_disability_2050": 337, "pct_minority_2050": 0.89181066867017278, "pct_over75_2050": 0.01903330828950664, "pct_spfam_2050": 0.28009259259259262, "pct_lep_2050": 0.1150143117356232, "pct_below200_2050": 0.33208114199849736, "pct_disab_2050": 0.084779874213836481, "pct_zvhhs_2050": 0.097897503285151122, "pct_hus_rent50_2050": 0.15177398160315375, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020819189861959998, "pct_minority_2040": 0.88255261371351001, "pct_spfam_2040": 0.17044100119189498, "pct_lep_2040": 0.22384836852207299, "pct_below200_2040": 0.403258655804481, "pct_disab_2040": 0.057479067662367003, "pct_zvhhs_2040": 0.10025706940874, "pct_hus_rent50_2040": 0.177189409368635, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.146793000077324, 37.707868999886308 ], [ -122.147152000102508, 37.707695000067979 ], [ -122.142381000017863, 37.703540999927306 ], [ -122.144077000409652, 37.706208999918843 ], [ -122.142376999819902, 37.707679000203051 ], [ -122.141893000121229, 37.707301999943056 ], [ -122.138846000017423, 37.705200999950222 ], [ -122.133961999954863, 37.709106999951665 ], [ -122.132915000016496, 37.708379999707226 ], [ -122.131803999605708, 37.707603999857383 ], [ -122.130093000043601, 37.706408000207922 ], [ -122.130149999945033, 37.707593999663416 ], [ -122.130736999575845, 37.708652999988125 ], [ -122.132205000361992, 37.709767999856965 ], [ -122.137254000281018, 37.713289999931632 ], [ -122.138600999795074, 37.714242000144729 ], [ -122.139752000388839, 37.713202999686615 ], [ -122.140029000398258, 37.713388999939184 ], [ -122.146793000077324, 37.707868999886308 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433104", "NAME": "Census Tract 4331.04", "state": "06", "county_fips": "001", "tract": "433104", "county_name": "Alameda County", "tot_pop_2050": 3608, "tot_pop_pov_det_2050": 3608, "tot_pop_civ_ni_2050": 3608, "tot_hh_2050": 1818, "pop_zvhhs_2050": 314, "tot_fam_2050": 929, "tot_pop_over5_2050": 3349, "pop_hus_rent50_2050": 413, "pop_minority_2050": 2472, "pop_over75_2050": 262, "pop_spfam_2050": 202, "pop_lep_2050": 412, "pop_below200_2050": 1228, "pop_disability_2050": 613, "pct_minority_2050": 0.68514412416851445, "pct_over75_2050": 0.072616407982261641, "pct_spfam_2050": 0.21743810548977399, "pct_lep_2050": 0.12302179755150792, "pct_below200_2050": 0.34035476718403546, "pct_disab_2050": 0.16990022172948999, "pct_zvhhs_2050": 0.17271727172717272, "pct_hus_rent50_2050": 0.22717271727172719, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040671072699541996, "pct_minority_2040": 0.71911540416878506, "pct_spfam_2040": 0.24228571428571399, "pct_lep_2040": 0.080053908355794998, "pct_below200_2040": 0.35532348446255702, "pct_disab_2040": 0.118639734083355, "pct_zvhhs_2040": 0.17084890549919898, "pct_hus_rent50_2040": 0.18756875687568803, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.151150999710111, 37.716942000054196 ], [ -122.155592999906801, 37.715082000332679 ], [ -122.147152000102508, 37.707695000067979 ], [ -122.146793000077324, 37.707868999886308 ], [ -122.140029000398258, 37.713388999939184 ], [ -122.139752000388839, 37.713202999686615 ], [ -122.138600999795074, 37.714242000144729 ], [ -122.14106000044309, 37.716023999783317 ], [ -122.143934000294507, 37.718153999974064 ], [ -122.145079999967095, 37.720681999804825 ], [ -122.148635999883908, 37.719697999693523 ], [ -122.147968000062207, 37.719210999734692 ], [ -122.15163799978184, 37.717692000095248 ], [ -122.151150999710111, 37.716942000054196 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433200", "NAME": "Census Tract 4332", "state": "06", "county_fips": "001", "tract": "433200", "county_name": "Alameda County", "tot_pop_2050": 7625, "tot_pop_pov_det_2050": 7489, "tot_pop_civ_ni_2050": 7545, "tot_hh_2050": 2754, "pop_zvhhs_2050": 301, "tot_fam_2050": 1718, "tot_pop_over5_2050": 6919, "pop_hus_rent50_2050": 417, "pop_minority_2050": 6242, "pop_over75_2050": 440, "pop_spfam_2050": 478, "pop_lep_2050": 808, "pop_below200_2050": 3009, "pop_disability_2050": 708, "pct_minority_2050": 0.81862295081967218, "pct_over75_2050": 0.057704918032786885, "pct_spfam_2050": 0.27823050058207216, "pct_lep_2050": 0.11677988148576385, "pct_below200_2050": 0.40178929096007482, "pct_disab_2050": 0.093836978131212723, "pct_zvhhs_2050": 0.1092955700798838, "pct_hus_rent50_2050": 0.15141612200435731, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.074256728195012001, "pct_minority_2040": 0.80090178948851598, "pct_spfam_2040": 0.250588235294118, "pct_lep_2040": 0.10823529411764699, "pct_below200_2040": 0.38459343794579209, "pct_disab_2040": 0.102995720399429, "pct_zvhhs_2040": 0.062852841550621, "pct_hus_rent50_2040": 0.18213190184049102, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.166671999560961, 37.710422000180451 ], [ -122.159816999645301, 37.705647999916785 ], [ -122.149037999566801, 37.698212000230122 ], [ -122.143838999859952, 37.694599999700216 ], [ -122.1429199999681, 37.693811999692919 ], [ -122.140850000380809, 37.692338999748848 ], [ -122.138886000200401, 37.690834999973632 ], [ -122.135849999967292, 37.6891320003364 ], [ -122.132346999753935, 37.686708999873794 ], [ -122.130103999914269, 37.686736999913727 ], [ -122.130130999678457, 37.691120000101236 ], [ -122.128144999756756, 37.69105999979125 ], [ -122.129729999820455, 37.692463000282331 ], [ -122.129882999981334, 37.692595999833038 ], [ -122.130061000256546, 37.692755000169335 ], [ -122.140363000309094, 37.701761000086343 ], [ -122.142381000017863, 37.703540999927306 ], [ -122.147152000102508, 37.707695000067979 ], [ -122.155592999906801, 37.715082000332679 ], [ -122.166671999560961, 37.710422000180451 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433300", "NAME": "Census Tract 4333", "state": "06", "county_fips": "001", "tract": "433300", "county_name": "Alameda County", "tot_pop_2050": 7743, "tot_pop_pov_det_2050": 7743, "tot_pop_civ_ni_2050": 7743, "tot_hh_2050": 2249, "pop_zvhhs_2050": 48, "tot_fam_2050": 1826, "tot_pop_over5_2050": 7503, "pop_hus_rent50_2050": 136, "pop_minority_2050": 5743, "pop_over75_2050": 664, "pop_spfam_2050": 272, "pop_lep_2050": 1320, "pop_below200_2050": 1709, "pop_disability_2050": 689, "pct_minority_2050": 0.74170218261655685, "pct_over75_2050": 0.085754875371303108, "pct_spfam_2050": 0.14895947426067907, "pct_lep_2050": 0.1759296281487405, "pct_below200_2050": 0.22071548495415214, "pct_disab_2050": 0.088983598088596169, "pct_zvhhs_2050": 0.021342819030680301, "pct_hus_rent50_2050": 0.060471320586927522, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.083946772366930988, "pct_minority_2040": 0.77406568516421304, "pct_spfam_2040": 0.130576713819369, "pct_lep_2040": 0.141067216981132, "pct_below200_2040": 0.26819597847635196, "pct_disab_2040": 0.103794958935146, "pct_zvhhs_2040": 0.0071396697902719993, "pct_hus_rent50_2040": 0.066213151927437999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.170815999831845, 37.708706999963553 ], [ -122.167526999878731, 37.703686000231635 ], [ -122.165879000065814, 37.70121200023857 ], [ -122.165699999965682, 37.70043700001473 ], [ -122.163975999984785, 37.697229999716768 ], [ -122.162643999641062, 37.695203000040209 ], [ -122.16234900008827, 37.692950999886698 ], [ -122.162847999855543, 37.692561000236267 ], [ -122.163083000032216, 37.692496999773283 ], [ -122.162858999726211, 37.690917000017798 ], [ -122.155812000189925, 37.691150999697385 ], [ -122.151809000384375, 37.691272999747859 ], [ -122.146526999938544, 37.691403999677604 ], [ -122.140289999615845, 37.691823000140211 ], [ -122.140850000380809, 37.692338999748848 ], [ -122.1429199999681, 37.693811999692919 ], [ -122.143838999859952, 37.694599999700216 ], [ -122.149037999566801, 37.698212000230122 ], [ -122.159816999645301, 37.705647999916785 ], [ -122.166671999560961, 37.710422000180451 ], [ -122.170815999831845, 37.708706999963553 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433400", "NAME": "Census Tract 4334", "state": "06", "county_fips": "001", "tract": "433400", "county_name": "Alameda County", "tot_pop_2050": 6244, "tot_pop_pov_det_2050": 6244, "tot_pop_civ_ni_2050": 6244, "tot_hh_2050": 2249, "pop_zvhhs_2050": 112, "tot_fam_2050": 1575, "tot_pop_over5_2050": 5940, "pop_hus_rent50_2050": 96, "pop_minority_2050": 5121, "pop_over75_2050": 655, "pop_spfam_2050": 176, "pop_lep_2050": 762, "pop_below200_2050": 792, "pop_disability_2050": 775, "pct_minority_2050": 0.82014734144778989, "pct_over75_2050": 0.10490070467648943, "pct_spfam_2050": 0.11174603174603176, "pct_lep_2050": 0.12828282828282828, "pct_below200_2050": 0.12684176809737349, "pct_disab_2050": 0.12411915438821268, "pct_zvhhs_2050": 0.04979991107158737, "pct_hus_rent50_2050": 0.042685638061360602, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090424698323146979, "pct_minority_2040": 0.77527033380347909, "pct_spfam_2040": 0.051466187911430004, "pct_lep_2040": 0.119001610305958, "pct_below200_2040": 0.21564018178968802, "pct_disab_2040": 0.076633756464503988, "pct_zvhhs_2040": 0.082150537634408993, "pct_hus_rent50_2040": 0.042045947117469, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.191652999565406, 37.695548000009552 ], [ -122.193559770774002, 37.69437766412274 ], [ -122.188235999565762, 37.69016500018575 ], [ -122.18467100032646, 37.690917000017798 ], [ -122.18439235101016, 37.690515377076146 ], [ -122.184238167768044, 37.690293149386648 ], [ -122.178016000427306, 37.681325000106739 ], [ -122.177361363943803, 37.68107426922009 ], [ -122.171756439814587, 37.678927540738179 ], [ -122.170647999602323, 37.678503000030091 ], [ -122.170220788701016, 37.677908761103694 ], [ -122.166601579727541, 37.672874540169794 ], [ -122.166512299764719, 37.672750355437621 ], [ -122.163048999697011, 37.667932999927892 ], [ -122.162802519051041, 37.667273013657372 ], [ -122.161704999657729, 37.667747999886373 ], [ -122.154382999761822, 37.671504999784553 ], [ -122.152319999847222, 37.672564000091839 ], [ -122.154468000150644, 37.674886000274995 ], [ -122.154719000220794, 37.675163000298802 ], [ -122.158419999902563, 37.679107999681932 ], [ -122.155884999984849, 37.679821999825585 ], [ -122.160466999923642, 37.685895000033028 ], [ -122.162094999645078, 37.688299999876143 ], [ -122.162374000202647, 37.689171999692753 ], [ -122.162858999726211, 37.690917000017798 ], [ -122.163083000032216, 37.692496999773283 ], [ -122.162847999855543, 37.692561000236267 ], [ -122.16234900008827, 37.692950999886698 ], [ -122.162643999641062, 37.695203000040209 ], [ -122.163975999984785, 37.697229999716768 ], [ -122.165699999965682, 37.70043700001473 ], [ -122.165879000065814, 37.70121200023857 ], [ -122.167526999878731, 37.703686000231635 ], [ -122.181906000254969, 37.697657999986333 ], [ -122.186463000079399, 37.695649999878441 ], [ -122.187510000017767, 37.696791000206488 ], [ -122.191652999565406, 37.695548000009552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433500", "NAME": "Census Tract 4335", "state": "06", "county_fips": "001", "tract": "433500", "county_name": "Alameda County", "tot_pop_2050": 4723, "tot_pop_pov_det_2050": 4723, "tot_pop_civ_ni_2050": 4723, "tot_hh_2050": 1410, "pop_zvhhs_2050": 96, "tot_fam_2050": 1130, "tot_pop_over5_2050": 4367, "pop_hus_rent50_2050": 5, "pop_minority_2050": 3542, "pop_over75_2050": 397, "pop_spfam_2050": 132, "pop_lep_2050": 680, "pop_below200_2050": 836, "pop_disability_2050": 620, "pct_minority_2050": 0.74994706754181661, "pct_over75_2050": 0.084056743595172553, "pct_spfam_2050": 0.1168141592920354, "pct_lep_2050": 0.15571330432791389, "pct_below200_2050": 0.17700614016514926, "pct_disab_2050": 0.13127249629472793, "pct_zvhhs_2050": 0.068085106382978725, "pct_hus_rent50_2050": 0.0035460992907801413, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099415204678362998, "pct_minority_2040": 0.76253132832080195, "pct_spfam_2040": 0.108676599474145, "pct_lep_2040": 0.11611633500984, "pct_below200_2040": 0.18909318846635997, "pct_disab_2040": 0.11278195488721801, "pct_zvhhs_2040": 0.039492242595205, "pct_hus_rent50_2040": 0.040381791483112994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.162858999726211, 37.690917000017798 ], [ -122.162374000202647, 37.689171999692753 ], [ -122.162094999645078, 37.688299999876143 ], [ -122.160466999923642, 37.685895000033028 ], [ -122.155884999984849, 37.679821999825585 ], [ -122.158419999902563, 37.679107999681932 ], [ -122.154719000220794, 37.675163000298802 ], [ -122.151143000212514, 37.676794999811868 ], [ -122.149849000401943, 37.678010000313293 ], [ -122.15032399987976, 37.681379999673368 ], [ -122.151267999885974, 37.684293000291284 ], [ -122.151112000250379, 37.685447999684747 ], [ -122.151226999878091, 37.689860999934332 ], [ -122.151809000384375, 37.691272999747859 ], [ -122.155812000189925, 37.691150999697385 ], [ -122.162858999726211, 37.690917000017798 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433600", "NAME": "Census Tract 4336", "state": "06", "county_fips": "001", "tract": "433600", "county_name": "Alameda County", "tot_pop_2050": 5722, "tot_pop_pov_det_2050": 5722, "tot_pop_civ_ni_2050": 5722, "tot_hh_2050": 2153, "pop_zvhhs_2050": 245, "tot_fam_2050": 1466, "tot_pop_over5_2050": 5595, "pop_hus_rent50_2050": 380, "pop_minority_2050": 4464, "pop_over75_2050": 351, "pop_spfam_2050": 435, "pop_lep_2050": 1289, "pop_below200_2050": 2352, "pop_disability_2050": 600, "pct_minority_2050": 0.78014680181754636, "pct_over75_2050": 0.061342188046137724, "pct_spfam_2050": 0.2967257844474761, "pct_lep_2050": 0.2303842716711349, "pct_below200_2050": 0.41104508912967491, "pct_disab_2050": 0.10485844110450893, "pct_zvhhs_2050": 0.1137947050627032, "pct_hus_rent50_2050": 0.17649790989317232, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.071416708188009007, "pct_minority_2040": 0.74472678956983906, "pct_spfam_2040": 0.17459239130434803, "pct_lep_2040": 0.16896789782533703, "pct_below200_2040": 0.30874958095876598, "pct_disab_2040": 0.093672147483806978, "pct_zvhhs_2040": 0.099537037037036993, "pct_hus_rent50_2040": 0.094029149036200993, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.151809000384375, 37.691272999747859 ], [ -122.151226999878091, 37.689860999934332 ], [ -122.151112000250379, 37.685447999684747 ], [ -122.151267999885974, 37.684293000291284 ], [ -122.15032399987976, 37.681379999673368 ], [ -122.149849000401943, 37.678010000313293 ], [ -122.151143000212514, 37.676794999811868 ], [ -122.144980000407955, 37.679724000101231 ], [ -122.143805000423086, 37.681719000315759 ], [ -122.140723999984118, 37.68409400035523 ], [ -122.138716000321111, 37.684781999884784 ], [ -122.133814999641771, 37.684513999723237 ], [ -122.131032999851854, 37.685069000318357 ], [ -122.129986999738392, 37.68445300020641 ], [ -122.129000000074498, 37.68438599978186 ], [ -122.130021999898503, 37.685111999777398 ], [ -122.132346999753935, 37.686708999873794 ], [ -122.135849999967292, 37.6891320003364 ], [ -122.138886000200401, 37.690834999973632 ], [ -122.140850000380809, 37.692338999748848 ], [ -122.140289999615845, 37.691823000140211 ], [ -122.146526999938544, 37.691403999677604 ], [ -122.151809000384375, 37.691272999747859 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433700", "NAME": "Census Tract 4337", "state": "06", "county_fips": "001", "tract": "433700", "county_name": "Alameda County", "tot_pop_2050": 3539, "tot_pop_pov_det_2050": 3532, "tot_pop_civ_ni_2050": 3521, "tot_hh_2050": 1056, "pop_zvhhs_2050": 26, "tot_fam_2050": 695, "tot_pop_over5_2050": 3242, "pop_hus_rent50_2050": 121, "pop_minority_2050": 2919, "pop_over75_2050": 119, "pop_spfam_2050": 132, "pop_lep_2050": 496, "pop_below200_2050": 813, "pop_disability_2050": 336, "pct_minority_2050": 0.82480926815484601, "pct_over75_2050": 0.033625317886408587, "pct_spfam_2050": 0.18992805755395686, "pct_lep_2050": 0.15299198025909932, "pct_below200_2050": 0.23018120045300114, "pct_disab_2050": 0.095427435387673967, "pct_zvhhs_2050": 0.02462121212121212, "pct_hus_rent50_2050": 0.11458333333333333, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023067705212702003, "pct_minority_2040": 0.83702816057519491, "pct_spfam_2040": 0.23338257016248201, "pct_lep_2040": 0.098222940226170993, "pct_below200_2040": 0.34264264264264299, "pct_disab_2040": 0.10660660660660699, "pct_zvhhs_2040": 0.036027263875365, "pct_hus_rent50_2040": 0.13960396039604001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.130103999914269, 37.686736999913727 ], [ -122.132346999753935, 37.686708999873794 ], [ -122.130021999898503, 37.685111999777398 ], [ -122.129000000074498, 37.68438599978186 ], [ -122.128297000092715, 37.685136999666334 ], [ -122.122192999839399, 37.685863000131022 ], [ -122.117394999990552, 37.686012999952261 ], [ -122.116825000078165, 37.685647000253603 ], [ -122.113212000259935, 37.686334000071867 ], [ -122.110735999893464, 37.684681000253299 ], [ -122.10845399969574, 37.684436000040755 ], [ -122.106029000281197, 37.685902000298569 ], [ -122.100633000032559, 37.685717000269626 ], [ -122.097689999685855, 37.686750000055675 ], [ -122.09628799992025, 37.688039999906366 ], [ -122.096160999698625, 37.688149000204248 ], [ -122.094553000068728, 37.689466000128967 ], [ -122.094008000270662, 37.690053000163275 ], [ -122.095810000069349, 37.6899150000934 ], [ -122.097283999804972, 37.690069999752339 ], [ -122.098448999744136, 37.690353000325487 ], [ -122.099059999664419, 37.689697999742336 ], [ -122.105337000170096, 37.689055000021881 ], [ -122.111361000057457, 37.688439000314538 ], [ -122.114705000262148, 37.688703999901769 ], [ -122.118944000069234, 37.689459999681993 ], [ -122.127153000069967, 37.690719000259023 ], [ -122.127784999906623, 37.690764999812139 ], [ -122.128144999756756, 37.69105999979125 ], [ -122.130130999678457, 37.691120000101236 ], [ -122.130103999914269, 37.686736999913727 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433800", "NAME": "Census Tract 4338", "state": "06", "county_fips": "001", "tract": "433800", "county_name": "Alameda County", "tot_pop_2050": 7849, "tot_pop_pov_det_2050": 7710, "tot_pop_civ_ni_2050": 7757, "tot_hh_2050": 2600, "pop_zvhhs_2050": 178, "tot_fam_2050": 1695, "tot_pop_over5_2050": 7608, "pop_hus_rent50_2050": 405, "pop_minority_2050": 6939, "pop_over75_2050": 572, "pop_spfam_2050": 316, "pop_lep_2050": 1247, "pop_below200_2050": 1906, "pop_disability_2050": 666, "pct_minority_2050": 0.88406166390623009, "pct_over75_2050": 0.072875525544655373, "pct_spfam_2050": 0.18643067846607669, "pct_lep_2050": 0.16390641430073608, "pct_below200_2050": 0.24721141374837874, "pct_disab_2050": 0.0858579347685961, "pct_zvhhs_2050": 0.068461538461538463, "pct_hus_rent50_2050": 0.15576923076923074, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.056826660034816998, "pct_minority_2040": 0.84854513802536713, "pct_spfam_2040": 0.18299549549549499, "pct_lep_2040": 0.11846174532741699, "pct_below200_2040": 0.35906847234527295, "pct_disab_2040": 0.089672544080605002, "pct_zvhhs_2040": 0.092696629213482998, "pct_hus_rent50_2040": 0.17819365337672896, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.130024000446625, 37.696938999774886 ], [ -122.130061000256546, 37.692755000169335 ], [ -122.129882999981334, 37.692595999833038 ], [ -122.129729999820455, 37.692463000282331 ], [ -122.128144999756756, 37.69105999979125 ], [ -122.127784999906623, 37.690764999812139 ], [ -122.127153000069967, 37.690719000259023 ], [ -122.118944000069234, 37.689459999681993 ], [ -122.118945999719088, 37.690314999836581 ], [ -122.11903100010791, 37.691617000067851 ], [ -122.119021000062148, 37.691991000010233 ], [ -122.118867999901255, 37.698542000068144 ], [ -122.120913000272537, 37.699979000045552 ], [ -122.117229000309194, 37.703558999980515 ], [ -122.11664699980291, 37.705303000041667 ], [ -122.120936999663655, 37.707317999889376 ], [ -122.122551000039692, 37.708532999980733 ], [ -122.124259000127054, 37.709833000252857 ], [ -122.124802000275267, 37.709334000311848 ], [ -122.129284999581515, 37.705855000066066 ], [ -122.129195999893071, 37.705792999652815 ], [ -122.12709500034363, 37.704303999769309 ], [ -122.1245589997027, 37.702507000194906 ], [ -122.123695000062455, 37.701926000108188 ], [ -122.125788000114269, 37.699807000291578 ], [ -122.128359000016985, 37.69820000004033 ], [ -122.128508999804808, 37.698119999673146 ], [ -122.129440000290529, 37.697459999746911 ], [ -122.130024000446625, 37.696938999774886 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001433900", "NAME": "Census Tract 4339", "state": "06", "county_fips": "001", "tract": "433900", "county_name": "Alameda County", "tot_pop_2050": 7440, "tot_pop_pov_det_2050": 7440, "tot_pop_civ_ni_2050": 7440, "tot_hh_2050": 2419, "pop_zvhhs_2050": 183, "tot_fam_2050": 1735, "tot_pop_over5_2050": 6773, "pop_hus_rent50_2050": 698, "pop_minority_2050": 6751, "pop_over75_2050": 171, "pop_spfam_2050": 725, "pop_lep_2050": 1658, "pop_below200_2050": 3815, "pop_disability_2050": 845, "pct_minority_2050": 0.90739247311827964, "pct_over75_2050": 0.022983870967741932, "pct_spfam_2050": 0.41786743515850144, "pct_lep_2050": 0.24479551159013729, "pct_below200_2050": 0.51276881720430112, "pct_disab_2050": 0.1135752688172043, "pct_zvhhs_2050": 0.075651095494005768, "pct_hus_rent50_2050": 0.28854898718478711, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.011059371362049, "pct_minority_2040": 0.8998835855646099, "pct_spfam_2040": 0.534550195567145, "pct_lep_2040": 0.201003398608189, "pct_below200_2040": 0.63861386138613907, "pct_disab_2040": 0.061117578579744009, "pct_zvhhs_2040": 0.088682432432431985, "pct_hus_rent50_2040": 0.35259133389974495, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.120913000272537, 37.699979000045552 ], [ -122.118867999901255, 37.698542000068144 ], [ -122.117085000369158, 37.697286999747455 ], [ -122.115353999817245, 37.69607499971729 ], [ -122.113593000026455, 37.694838999733207 ], [ -122.111869000045573, 37.693622000229624 ], [ -122.106812999555544, 37.697285999660018 ], [ -122.106222999551662, 37.697823999980564 ], [ -122.108361999634226, 37.700089999951828 ], [ -122.10947399986992, 37.700944999786898 ], [ -122.11664699980291, 37.705303000041667 ], [ -122.117229000309194, 37.703558999980515 ], [ -122.120913000272537, 37.699979000045552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001434000", "NAME": "Census Tract 4340", "state": "06", "county_fips": "001", "tract": "434000", "county_name": "Alameda County", "tot_pop_2050": 5156, "tot_pop_pov_det_2050": 5156, "tot_pop_civ_ni_2050": 5156, "tot_hh_2050": 1774, "pop_zvhhs_2050": 177, "tot_fam_2050": 1232, "tot_pop_over5_2050": 4808, "pop_hus_rent50_2050": 346, "pop_minority_2050": 4435, "pop_over75_2050": 130, "pop_spfam_2050": 343, "pop_lep_2050": 947, "pop_below200_2050": 2058, "pop_disability_2050": 422, "pct_minority_2050": 0.86016291698991465, "pct_over75_2050": 0.025213343677269202, "pct_spfam_2050": 0.27840909090909088, "pct_lep_2050": 0.19696339434276205, "pct_below200_2050": 0.39914662529092321, "pct_disab_2050": 0.081846392552366171, "pct_zvhhs_2050": 0.099774520856820731, "pct_hus_rent50_2050": 0.19503945885005641, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.036486740643220002, "pct_minority_2040": 0.84577769418845206, "pct_spfam_2040": 0.29416809605488897, "pct_lep_2040": 0.16432498472816101, "pct_below200_2040": 0.409798708697303, "pct_disab_2040": 0.13062381852551999, "pct_zvhhs_2040": 0.151038742279618, "pct_hus_rent50_2040": 0.24782356355194396, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.119021000062148, 37.691991000010233 ], [ -122.11903100010791, 37.691617000067851 ], [ -122.118945999719088, 37.690314999836581 ], [ -122.118944000069234, 37.689459999681993 ], [ -122.114705000262148, 37.688703999901769 ], [ -122.111361000057457, 37.688439000314538 ], [ -122.105337000170096, 37.689055000021881 ], [ -122.099059999664419, 37.689697999742336 ], [ -122.098448999744136, 37.690353000325487 ], [ -122.101233999907109, 37.69222399969928 ], [ -122.104167000208065, 37.695511000161837 ], [ -122.106222999551662, 37.697823999980564 ], [ -122.106812999555544, 37.697285999660018 ], [ -122.111869000045573, 37.693622000229624 ], [ -122.113593000026455, 37.694838999733207 ], [ -122.115353999817245, 37.69607499971729 ], [ -122.117085000369158, 37.697286999747455 ], [ -122.118867999901255, 37.698542000068144 ], [ -122.119021000062148, 37.691991000010233 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435102", "NAME": "Census Tract 4351.02", "state": "06", "county_fips": "001", "tract": "435102", "county_name": "Alameda County", "tot_pop_2050": 6245, "tot_pop_pov_det_2050": 4828, "tot_pop_civ_ni_2050": 6245, "tot_hh_2050": 1618, "pop_zvhhs_2050": 36, "tot_fam_2050": 1154, "tot_pop_over5_2050": 5952, "pop_hus_rent50_2050": 75, "pop_minority_2050": 4287, "pop_over75_2050": 244, "pop_spfam_2050": 117, "pop_lep_2050": 206, "pop_below200_2050": 994, "pop_disability_2050": 433, "pct_minority_2050": 0.68646917534027219, "pct_over75_2050": 0.03907125700560448, "pct_spfam_2050": 0.10138648180242636, "pct_lep_2050": 0.034610215053763438, "pct_below200_2050": 0.20588235294117649, "pct_disab_2050": 0.069335468374699755, "pct_zvhhs_2050": 0.022249690976514216, "pct_hus_rent50_2050": 0.046353522867737945, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047206165703275994, "pct_minority_2040": 0.56396917148362202, "pct_spfam_2040": 0.055037313432836001, "pct_lep_2040": 0.055034651447206998, "pct_below200_2040": 0.21933174224343699, "pct_disab_2040": 0.067249757045674999, "pct_zvhhs_2040": 0.0093582887700530016, "pct_hus_rent50_2040": 0.064377682403434, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.065103000103392, 37.65164999996837 ], [ -122.066939000237284, 37.651218000247134 ], [ -122.064597999590021, 37.648265999974221 ], [ -122.063118000006597, 37.648697999797086 ], [ -122.062240999947534, 37.649918000170821 ], [ -122.059751000235693, 37.649641999832532 ], [ -122.05545499962885, 37.650686999769526 ], [ -122.050932999964516, 37.647465000099587 ], [ -122.049562000161046, 37.646504999873855 ], [ -122.04371599965063, 37.647300999893652 ], [ -122.039831999670739, 37.646828999656812 ], [ -122.037192999995938, 37.645717999790449 ], [ -122.035971999980319, 37.645531999795182 ], [ -122.034941999760406, 37.646123999921265 ], [ -122.039122999841155, 37.648520999743809 ], [ -122.038254000178043, 37.649588000233955 ], [ -122.036192999913254, 37.648470000144449 ], [ -122.03307499966435, 37.652195999725109 ], [ -122.034094000013638, 37.655325000150405 ], [ -122.02992100032877, 37.65411000020611 ], [ -122.025245999605247, 37.654377999947741 ], [ -122.022746999672563, 37.656360999706123 ], [ -122.021269999563884, 37.655101999943959 ], [ -122.017398000177892, 37.654230000093271 ], [ -122.017142999909765, 37.655554999971052 ], [ -122.018337000161253, 37.658770999876658 ], [ -122.024051000427221, 37.661241000342073 ], [ -122.027474000274623, 37.656088000351311 ], [ -122.029446999777534, 37.656388999820265 ], [ -122.030610999891749, 37.656325000153473 ], [ -122.035978999653011, 37.65856200006526 ], [ -122.039158999826157, 37.658404000300493 ], [ -122.04521200002587, 37.660971000039318 ], [ -122.04838999965088, 37.66265200035032 ], [ -122.052709999648854, 37.6614770001922 ], [ -122.053919999793848, 37.661948999775035 ], [ -122.055611999987676, 37.663998999687351 ], [ -122.057429999679883, 37.665059000247687 ], [ -122.060867999595956, 37.665708999651564 ], [ -122.065638999680587, 37.664046999814531 ], [ -122.061410999744155, 37.660620000026682 ], [ -122.060494000400425, 37.660286999665821 ], [ -122.058748999604845, 37.660017000160281 ], [ -122.063072999800767, 37.659160000208196 ], [ -122.059902999673326, 37.658563999862075 ], [ -122.059694000334261, 37.656995999673491 ], [ -122.057031000370046, 37.655540000174547 ], [ -122.055206000106807, 37.652632000071335 ], [ -122.057005000430777, 37.65274099975791 ], [ -122.059528999579513, 37.654121999705715 ], [ -122.061134999559627, 37.654309000191667 ], [ -122.065103000103392, 37.65164999996837 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435103", "NAME": "Census Tract 4351.03", "state": "06", "county_fips": "001", "tract": "435103", "county_name": "Alameda County", "tot_pop_2050": 7400, "tot_pop_pov_det_2050": 7372, "tot_pop_civ_ni_2050": 7372, "tot_hh_2050": 2360, "pop_zvhhs_2050": 0, "tot_fam_2050": 2051, "tot_pop_over5_2050": 7015, "pop_hus_rent50_2050": 30, "pop_minority_2050": 5161, "pop_over75_2050": 513, "pop_spfam_2050": 83, "pop_lep_2050": 192, "pop_below200_2050": 455, "pop_disability_2050": 510, "pct_minority_2050": 0.69743243243243247, "pct_over75_2050": 0.069324324324324324, "pct_spfam_2050": 0.040468064358849344, "pct_lep_2050": 0.027369921596578761, "pct_below200_2050": 0.061720021703743903, "pct_disab_2050": 0.06918068366793273, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.012711864406779662, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042262179191639999, "pct_minority_2040": 0.7040110650069159, "pct_spfam_2040": 0.048396173325830003, "pct_lep_2040": 0.069152542372881001, "pct_below200_2040": 0.049036237471087006, "pct_disab_2040": 0.059830377794910995, "pct_zvhhs_2040": 0.012891344383057, "pct_hus_rent50_2040": 0.0042897998093420001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.047274000115564, 37.690936999928155 ], [ -122.046776999998087, 37.688896000282639 ], [ -122.045355000141001, 37.68813600030758 ], [ -122.044267000194736, 37.68732499973261 ], [ -122.043735999742097, 37.686717000292504 ], [ -122.042031999852682, 37.682059999994571 ], [ -122.040572000360768, 37.679630999742507 ], [ -122.044395000241252, 37.674992999929344 ], [ -122.04301600004186, 37.674442000187042 ], [ -122.036331000005532, 37.675823000300149 ], [ -122.033498999986875, 37.676172000196594 ], [ -122.032313000131339, 37.675325000054194 ], [ -122.029123999737322, 37.672292000309795 ], [ -122.02931899973099, 37.670982000037718 ], [ -122.027863000437051, 37.667041000083692 ], [ -122.02790899956949, 37.664640999886259 ], [ -122.027234000075111, 37.663431999925102 ], [ -122.026229999794452, 37.661424999674921 ], [ -122.024051000427221, 37.661241000342073 ], [ -122.018337000161253, 37.658770999876658 ], [ -122.017142999909765, 37.655554999971052 ], [ -122.017398000177892, 37.654230000093271 ], [ -122.021269999563884, 37.655101999943959 ], [ -122.022746999672563, 37.656360999706123 ], [ -122.025245999605247, 37.654377999947741 ], [ -122.02992100032877, 37.65411000020611 ], [ -122.034094000013638, 37.655325000150405 ], [ -122.03307499966435, 37.652195999725109 ], [ -122.036192999913254, 37.648470000144449 ], [ -122.038254000178043, 37.649588000233955 ], [ -122.039122999841155, 37.648520999743809 ], [ -122.034941999760406, 37.646123999921265 ], [ -122.035971999980319, 37.645531999795182 ], [ -122.03102500016854, 37.645603000028068 ], [ -122.028320000371522, 37.64783599985811 ], [ -122.025089000144717, 37.647193000098071 ], [ -122.022541999633134, 37.647513000247464 ], [ -122.019565999674469, 37.646310999920047 ], [ -122.017348999774072, 37.643941000350097 ], [ -122.019847999706798, 37.63707599981791 ], [ -122.015695000113396, 37.634390999998502 ], [ -122.01108899988516, 37.63365200019765 ], [ -122.01399200004893, 37.631708999979153 ], [ -122.014023999835956, 37.63168599968774 ], [ -122.00798800025305, 37.628440999843662 ], [ -122.006593000160123, 37.627057999884862 ], [ -122.005973999843931, 37.627314000202269 ], [ -122.002145999940566, 37.627265000201426 ], [ -121.999106000407792, 37.629030999682193 ], [ -121.998892000147535, 37.630418000320901 ], [ -121.996390999666701, 37.631500000131474 ], [ -121.991893000291824, 37.630339999990163 ], [ -121.991340999922784, 37.63082499967895 ], [ -121.989851000293612, 37.633830999862248 ], [ -121.987256000101453, 37.634014000011469 ], [ -121.983153999663386, 37.634586000001704 ], [ -121.981171000114728, 37.635831999873844 ], [ -121.978277000171801, 37.639417999922877 ], [ -121.968899999858905, 37.643084999904076 ], [ -121.967026000090215, 37.643205999928362 ], [ -121.963517999853991, 37.640816000266014 ], [ -121.962071999707433, 37.638588000087111 ], [ -121.960162999778603, 37.636838000285756 ], [ -121.958615000423151, 37.636122000271158 ], [ -121.954435000167265, 37.635446000331612 ], [ -121.951916000143086, 37.633211000352837 ], [ -121.950783999815897, 37.631969999787422 ], [ -121.949695000044741, 37.631428999937079 ], [ -121.948675999695453, 37.630436000330853 ], [ -121.947365000166442, 37.629913000121654 ], [ -121.945990000164997, 37.62896699991893 ], [ -121.945842000026985, 37.62845400023663 ], [ -121.943856999930205, 37.626413000336804 ], [ -121.943914999656528, 37.625493999730665 ], [ -121.943329999675512, 37.624532999835836 ], [ -121.943619000278829, 37.620833000130055 ], [ -121.943459000445287, 37.618415000035569 ], [ -121.944986999709272, 37.6170280002734 ], [ -121.944162000427042, 37.615074999681724 ], [ -121.941008000193136, 37.613827000214116 ], [ -121.941192000316178, 37.612044999756868 ], [ -121.942269000391747, 37.610457000141892 ], [ -121.945381999719473, 37.609241000240743 ], [ -121.945535999705257, 37.606750000315841 ], [ -121.946585000191746, 37.605633000346948 ], [ -121.94828700043135, 37.60325100027466 ], [ -121.947815000428236, 37.601224999653923 ], [ -121.94587499963896, 37.598068999891758 ], [ -121.947011000164096, 37.59789600025757 ], [ -121.946657999986684, 37.597716000182373 ], [ -121.942646999785225, 37.597925000343579 ], [ -121.940099000347047, 37.598868999819281 ], [ -121.938382000038843, 37.598147999915952 ], [ -121.937520000048409, 37.59285800025728 ], [ -121.93607599955169, 37.591035999732348 ], [ -121.932767000405406, 37.591732000203727 ], [ -121.931539999643661, 37.59291199979382 ], [ -121.930472999613812, 37.595381000335571 ], [ -121.925688000183726, 37.59890400017575 ], [ -121.924304999786386, 37.599005999758276 ], [ -121.920895000357774, 37.597967999738621 ], [ -121.916701999683099, 37.594615000109442 ], [ -121.912437999761636, 37.593664000339622 ], [ -121.90570300039488, 37.595607999838585 ], [ -121.903107000377787, 37.595540000348542 ], [ -121.896167999898239, 37.594000999879007 ], [ -121.895921000026036, 37.5949980001405 ], [ -121.898138999751325, 37.595566999860424 ], [ -121.895837000360444, 37.597188999645248 ], [ -121.897587000280595, 37.598465999876673 ], [ -121.899056999818285, 37.598361000274913 ], [ -121.902610000260339, 37.600724000294527 ], [ -121.902286000395264, 37.601394000263667 ], [ -121.904273000141856, 37.602141000053038 ], [ -121.904605000402881, 37.604032000079485 ], [ -121.905684999953223, 37.60533900023178 ], [ -121.907911999899355, 37.60635899974946 ], [ -121.908897999738343, 37.608028999852351 ], [ -121.911712000213626, 37.609404999764998 ], [ -121.913491000446101, 37.612882000038994 ], [ -121.917845999705847, 37.61564200001915 ], [ -121.920554999700826, 37.617017999966713 ], [ -121.922051000076067, 37.61907700015761 ], [ -121.923903999928413, 37.619443999798783 ], [ -121.923617999698124, 37.621903999976396 ], [ -121.925692000381702, 37.623782000064693 ], [ -121.926262000294088, 37.626709000324645 ], [ -121.927621000402027, 37.628663999702511 ], [ -121.929235999704616, 37.629112000137233 ], [ -121.930060999885157, 37.630303000351837 ], [ -121.930988999997822, 37.630538000067915 ], [ -121.931614000161815, 37.632273000042346 ], [ -121.933053999562233, 37.634121000243688 ], [ -121.934286000346859, 37.635070000220814 ], [ -121.934237999767987, 37.636087999846509 ], [ -121.935250000444555, 37.637818000244678 ], [ -121.936463000064307, 37.639303999812554 ], [ -121.93867499994181, 37.640190999981449 ], [ -121.939340000288752, 37.642452000003381 ], [ -121.941738999764027, 37.6432010001135 ], [ -121.942666999876707, 37.645675000265072 ], [ -121.945139000045231, 37.647426999693756 ], [ -121.94710300022561, 37.649946999883994 ], [ -121.948119000201842, 37.650583999948445 ], [ -121.948351000005459, 37.650797000180241 ], [ -121.948330999913964, 37.65118500032807 ], [ -121.948596000227823, 37.651644000019104 ], [ -121.948925999940712, 37.652080000050127 ], [ -121.949531999838129, 37.652484000293029 ], [ -121.950177000093561, 37.65339800011116 ], [ -121.950782999991006, 37.65368199971693 ], [ -121.953272999702847, 37.65321300011685 ], [ -121.960419999696569, 37.65895899992573 ], [ -121.959829999692687, 37.659922000232427 ], [ -121.963696999954124, 37.663159000259533 ], [ -121.967832000004165, 37.664393999988405 ], [ -121.967289999680844, 37.666915000143966 ], [ -121.963852999589719, 37.669844000070022 ], [ -121.963828000373695, 37.671100999943754 ], [ -121.963351000347714, 37.671349000001115 ], [ -121.963472999648147, 37.672005999934242 ], [ -121.964066999849976, 37.67147899984343 ], [ -121.96819199985427, 37.671553999758252 ], [ -121.973332000009862, 37.67413800019596 ], [ -121.975038000447412, 37.674202000147886 ], [ -121.97695599969876, 37.67564499983083 ], [ -121.978374000256196, 37.678116999728338 ], [ -121.979340999828608, 37.678999000317063 ], [ -121.984044999966144, 37.689127000059898 ], [ -121.986148999888613, 37.687743999782683 ], [ -121.987834000409791, 37.687778000015491 ], [ -121.99136000018936, 37.688906000155562 ], [ -121.992701999680506, 37.689897999757974 ], [ -121.996291999932509, 37.690228000346167 ], [ -121.999590999931357, 37.691013000249086 ], [ -122.000913000229346, 37.693091000281534 ], [ -122.00239100016293, 37.693953000016208 ], [ -122.003264000024046, 37.696007999840923 ], [ -122.006024999897562, 37.695493000286838 ], [ -122.008227999554222, 37.695673999659959 ], [ -122.012259999672096, 37.694540000073609 ], [ -122.014432000264961, 37.694905999955161 ], [ -122.018903999700584, 37.694775999936105 ], [ -122.022510999670999, 37.696013999758037 ], [ -122.020917000284783, 37.69768399999284 ], [ -122.020384000182318, 37.699986999743409 ], [ -122.02163799980994, 37.699759999896763 ], [ -122.025659000057118, 37.6979890002359 ], [ -122.027065000020698, 37.698138000331916 ], [ -122.031887000159003, 37.699910000039267 ], [ -122.03605499982099, 37.701993000322318 ], [ -122.03696600021523, 37.701741000252575 ], [ -122.040170999604442, 37.700200999691852 ], [ -122.044796000099254, 37.696017000071834 ], [ -122.04416900028545, 37.694878000156194 ], [ -122.044900999681232, 37.691781999919542 ], [ -122.047274000115564, 37.690936999928155 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435104", "NAME": "Census Tract 4351.04", "state": "06", "county_fips": "001", "tract": "435104", "county_name": "Alameda County", "tot_pop_2050": 5826, "tot_pop_pov_det_2050": 5814, "tot_pop_civ_ni_2050": 5821, "tot_hh_2050": 2104, "pop_zvhhs_2050": 189, "tot_fam_2050": 1283, "tot_pop_over5_2050": 5249, "pop_hus_rent50_2050": 559, "pop_minority_2050": 5163, "pop_over75_2050": 75, "pop_spfam_2050": 260, "pop_lep_2050": 815, "pop_below200_2050": 1887, "pop_disability_2050": 366, "pct_minority_2050": 0.88619979402677651, "pct_over75_2050": 0.012873326467559218, "pct_spfam_2050": 0.20265003897116132, "pct_lep_2050": 0.15526767003238712, "pct_below200_2050": 0.32456140350877194, "pct_disab_2050": 0.062875794537021121, "pct_zvhhs_2050": 0.089828897338403046, "pct_hus_rent50_2050": 0.26568441064638781, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.018063314711358996, "pct_minority_2040": 0.792364990689013, "pct_spfam_2040": 0.29163468917881796, "pct_lep_2040": 0.114193807800563, "pct_below200_2040": 0.34608208955223901, "pct_disab_2040": 0.094856503913529996, "pct_zvhhs_2040": 0.12743628185906999, "pct_hus_rent50_2040": 0.241255144032922, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.063118000006597, 37.648697999797086 ], [ -122.064597999590021, 37.648265999974221 ], [ -122.060019999849175, 37.642497000201402 ], [ -122.055299999818146, 37.642858000202686 ], [ -122.054363000382949, 37.64011299995019 ], [ -122.056920000041956, 37.638815000031798 ], [ -122.054266000298583, 37.636394000262783 ], [ -122.057233000036405, 37.635928999725493 ], [ -122.058387999929806, 37.635734999895575 ], [ -122.05359400027892, 37.629423999721368 ], [ -122.051680000327238, 37.62574500017633 ], [ -122.046934000356941, 37.629598000302394 ], [ -122.046778999647927, 37.629677999852213 ], [ -122.044643999763295, 37.627776999951429 ], [ -122.042769999994562, 37.627903999738173 ], [ -122.040404999956195, 37.628958999677863 ], [ -122.039879000424719, 37.629170999728068 ], [ -122.036254000012633, 37.629158000171927 ], [ -122.034786000124782, 37.628020999769795 ], [ -122.032313999956273, 37.628442000147579 ], [ -122.031588000408235, 37.628606000010961 ], [ -122.030027999560602, 37.628855000022774 ], [ -122.026650999743907, 37.628004999794562 ], [ -122.024576000133749, 37.628654000249618 ], [ -122.022719999908389, 37.631357999674911 ], [ -122.023027999879957, 37.632066000156883 ], [ -122.022852999977758, 37.632251000178137 ], [ -122.022128000254682, 37.632280999926671 ], [ -122.021703999932157, 37.632440000028026 ], [ -122.020978000384147, 37.633231999693407 ], [ -122.020540999642833, 37.633371999651004 ], [ -122.01999300037005, 37.633320000083749 ], [ -122.019208000372501, 37.633453999879663 ], [ -122.018927999990026, 37.633369999887186 ], [ -122.017205999658955, 37.632393999890503 ], [ -122.014023999835956, 37.63168599968774 ], [ -122.01399200004893, 37.631708999979153 ], [ -122.01108899988516, 37.63365200019765 ], [ -122.015695000113396, 37.634390999998502 ], [ -122.019847999706798, 37.63707599981791 ], [ -122.017348999774072, 37.643941000350097 ], [ -122.019565999674469, 37.646310999920047 ], [ -122.022541999633134, 37.647513000247464 ], [ -122.025089000144717, 37.647193000098071 ], [ -122.028320000371522, 37.64783599985811 ], [ -122.03102500016854, 37.645603000028068 ], [ -122.035971999980319, 37.645531999795182 ], [ -122.037192999995938, 37.645717999790449 ], [ -122.039831999670739, 37.646828999656812 ], [ -122.04371599965063, 37.647300999893652 ], [ -122.049562000161046, 37.646504999873855 ], [ -122.050932999964516, 37.647465000099587 ], [ -122.05545499962885, 37.650686999769526 ], [ -122.059751000235693, 37.649641999832532 ], [ -122.062240999947534, 37.649918000170821 ], [ -122.063118000006597, 37.648697999797086 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435200", "NAME": "Census Tract 4352", "state": "06", "county_fips": "001", "tract": "435200", "county_name": "Alameda County", "tot_pop_2050": 4529, "tot_pop_pov_det_2050": 4435, "tot_pop_civ_ni_2050": 4465, "tot_hh_2050": 1472, "pop_zvhhs_2050": 97, "tot_fam_2050": 1152, "tot_pop_over5_2050": 4236, "pop_hus_rent50_2050": 56, "pop_minority_2050": 3415, "pop_over75_2050": 330, "pop_spfam_2050": 183, "pop_lep_2050": 375, "pop_below200_2050": 650, "pop_disability_2050": 539, "pct_minority_2050": 0.75402958710532131, "pct_over75_2050": 0.072863766835946128, "pct_spfam_2050": 0.15885416666666666, "pct_lep_2050": 0.088526912181303111, "pct_below200_2050": 0.14656144306651633, "pct_disab_2050": 0.12071668533034716, "pct_zvhhs_2050": 0.06589673913043477, "pct_hus_rent50_2050": 0.038043478260869568, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046106331347893, "pct_minority_2040": 0.69181557467460797, "pct_spfam_2040": 0.12835249042145599, "pct_lep_2040": 0.046700743494423998, "pct_below200_2040": 0.17708333333333301, "pct_disab_2040": 0.13543765390642498, "pct_zvhhs_2040": 0.027084818246613997, "pct_hus_rent50_2040": 0.065153733528551, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.063788000376434, 37.683878999860021 ], [ -122.063822999638191, 37.683754999902753 ], [ -122.062599000147841, 37.683877000034343 ], [ -122.062187000419186, 37.683899000246491 ], [ -122.05810000004972, 37.684233000145333 ], [ -122.054631000171554, 37.684565000154876 ], [ -122.054330999697584, 37.683963999865746 ], [ -122.050520000410955, 37.678766000315726 ], [ -122.049032000431637, 37.677089000249978 ], [ -122.048290000091797, 37.675993000189948 ], [ -122.044395000241252, 37.674992999929344 ], [ -122.040572000360768, 37.679630999742507 ], [ -122.042031999852682, 37.682059999994571 ], [ -122.043735999742097, 37.686717000292504 ], [ -122.044267000194736, 37.68732499973261 ], [ -122.045355000141001, 37.68813600030758 ], [ -122.046776999998087, 37.688896000282639 ], [ -122.047274000115564, 37.690936999928155 ], [ -122.044900999681232, 37.691781999919542 ], [ -122.04416900028545, 37.694878000156194 ], [ -122.044796000099254, 37.696017000071834 ], [ -122.047650999684095, 37.694378999757447 ], [ -122.051960999636336, 37.693581999719378 ], [ -122.056962999699664, 37.693961999785792 ], [ -122.058060999691676, 37.693914999950429 ], [ -122.059972000168599, 37.693590000107498 ], [ -122.059717999725393, 37.692468999775521 ], [ -122.058884000222363, 37.692191999684688 ], [ -122.062163999954635, 37.685893000261757 ], [ -122.063216999740803, 37.685947999995904 ], [ -122.063788000376434, 37.683878999860021 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435300", "NAME": "Census Tract 4353", "state": "06", "county_fips": "001", "tract": "435300", "county_name": "Alameda County", "tot_pop_2050": 4757, "tot_pop_pov_det_2050": 4527, "tot_pop_civ_ni_2050": 4527, "tot_hh_2050": 1676, "pop_zvhhs_2050": 63, "tot_fam_2050": 1187, "tot_pop_over5_2050": 4555, "pop_hus_rent50_2050": 237, "pop_minority_2050": 3490, "pop_over75_2050": 267, "pop_spfam_2050": 334, "pop_lep_2050": 327, "pop_below200_2050": 1200, "pop_disability_2050": 495, "pct_minority_2050": 0.73365566533529536, "pct_over75_2050": 0.056127811645995375, "pct_spfam_2050": 0.2813816343723673, "pct_lep_2050": 0.071789242590559826, "pct_below200_2050": 0.26507620941020543, "pct_disab_2050": 0.10934393638170974, "pct_zvhhs_2050": 0.037589498806682581, "pct_hus_rent50_2050": 0.14140811455847255, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.079091995221028, "pct_minority_2040": 0.71971326164874494, "pct_spfam_2040": 0.34759358288770104, "pct_lep_2040": 0.097882938978829007, "pct_below200_2040": 0.38110997963340104, "pct_disab_2040": 0.14752024291498, "pct_zvhhs_2040": 0.060327868852459006, "pct_hus_rent50_2040": 0.21549966009517302, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.076789000378199, 37.679022999799578 ], [ -122.077308000236968, 37.678623000300384 ], [ -122.0738950004353, 37.675209000256537 ], [ -122.072224000157831, 37.675764000080079 ], [ -122.070581000367824, 37.676333000222947 ], [ -122.066803999619751, 37.677618999949132 ], [ -122.066058999805179, 37.677749999822453 ], [ -122.065000000171224, 37.677926999870074 ], [ -122.064333000174472, 37.678044000031193 ], [ -122.058203999806793, 37.679918999809793 ], [ -122.057966000155432, 37.679962000121385 ], [ -122.050520000410955, 37.678766000315726 ], [ -122.054330999697584, 37.683963999865746 ], [ -122.054631000171554, 37.684565000154876 ], [ -122.05810000004972, 37.684233000145333 ], [ -122.062187000419186, 37.683899000246491 ], [ -122.062599000147841, 37.683877000034343 ], [ -122.063822999638191, 37.683754999902753 ], [ -122.063788000376434, 37.683878999860021 ], [ -122.063216999740803, 37.685947999995904 ], [ -122.065078999813949, 37.685545000132358 ], [ -122.066967999651268, 37.683942999940285 ], [ -122.068116999696898, 37.684842999841976 ], [ -122.070176000311847, 37.684184000013751 ], [ -122.071219999877187, 37.683234000322663 ], [ -122.070280000068934, 37.681337999775323 ], [ -122.072010999722522, 37.680987999700271 ], [ -122.073225000065463, 37.681981000281475 ], [ -122.075560999791549, 37.679337999753557 ], [ -122.076789000378199, 37.679022999799578 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435400", "NAME": "Census Tract 4354", "state": "06", "county_fips": "001", "tract": "435400", "county_name": "Alameda County", "tot_pop_2050": 4320, "tot_pop_pov_det_2050": 4230, "tot_pop_civ_ni_2050": 4282, "tot_hh_2050": 1748, "pop_zvhhs_2050": 289, "tot_fam_2050": 876, "tot_pop_over5_2050": 4011, "pop_hus_rent50_2050": 345, "pop_minority_2050": 3401, "pop_over75_2050": 276, "pop_spfam_2050": 239, "pop_lep_2050": 352, "pop_below200_2050": 1405, "pop_disability_2050": 585, "pct_minority_2050": 0.78726851851851853, "pct_over75_2050": 0.06388888888888887, "pct_spfam_2050": 0.2728310502283105, "pct_lep_2050": 0.087758663674894044, "pct_below200_2050": 0.3321513002364066, "pct_disab_2050": 0.13661840261560018, "pct_zvhhs_2050": 0.16533180778032036, "pct_hus_rent50_2050": 0.19736842105263161, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.076675849403122012, "pct_minority_2040": 0.73668503213957803, "pct_spfam_2040": 0.31322751322751297, "pct_lep_2040": 0.10674573758339501, "pct_below200_2040": 0.33739171154296399, "pct_disab_2040": 0.17266187050359699, "pct_zvhhs_2040": 0.12707182320442001, "pct_hus_rent50_2040": 0.20763187429854102, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.093896000117681, 37.674537999700952 ], [ -122.093979999783258, 37.674467000116884 ], [ -122.088112000429831, 37.670500999817456 ], [ -122.083076000031284, 37.666915999929898 ], [ -122.082336000239579, 37.666153999877487 ], [ -122.081475999898956, 37.667747000111639 ], [ -122.080719000388825, 37.668796000266923 ], [ -122.079988999744529, 37.66977499975583 ], [ -122.077988999579119, 37.67084100012913 ], [ -122.076015000251289, 37.671876000304081 ], [ -122.077489999811817, 37.673103999987859 ], [ -122.0738950004353, 37.675209000256537 ], [ -122.077308000236968, 37.678623000300384 ], [ -122.076789000378199, 37.679022999799578 ], [ -122.079459999840026, 37.680507999959055 ], [ -122.079691999643586, 37.68010299976121 ], [ -122.079397000090836, 37.678618000026383 ], [ -122.083087999726857, 37.676868000026936 ], [ -122.084345999552397, 37.678926000065808 ], [ -122.085340999612242, 37.68002200016727 ], [ -122.087642000076556, 37.678067999822694 ], [ -122.089088000223086, 37.676435999871075 ], [ -122.090360000292335, 37.675663999925277 ], [ -122.093230999770739, 37.674809000102712 ], [ -122.093896000117681, 37.674537999700952 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435500", "NAME": "Census Tract 4355", "state": "06", "county_fips": "001", "tract": "435500", "county_name": "Alameda County", "tot_pop_2050": 4102, "tot_pop_pov_det_2050": 4069, "tot_pop_civ_ni_2050": 4069, "tot_hh_2050": 1506, "pop_zvhhs_2050": 132, "tot_fam_2050": 852, "tot_pop_over5_2050": 3833, "pop_hus_rent50_2050": 381, "pop_minority_2050": 2933, "pop_over75_2050": 260, "pop_spfam_2050": 159, "pop_lep_2050": 521, "pop_below200_2050": 1160, "pop_disability_2050": 518, "pct_minority_2050": 0.71501706484641636, "pct_over75_2050": 0.063383715260848364, "pct_spfam_2050": 0.18661971830985921, "pct_lep_2050": 0.13592486303156795, "pct_below200_2050": 0.28508232981076431, "pct_disab_2050": 0.12730400589825511, "pct_zvhhs_2050": 0.087649402390438252, "pct_hus_rent50_2050": 0.25298804780876488, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.078513635001498008, "pct_minority_2040": 0.70602337428828299, "pct_spfam_2040": 0.31231231231231199, "pct_lep_2040": 0.174083769633508, "pct_below200_2040": 0.38543570993296794, "pct_disab_2040": 0.12915910465819699, "pct_zvhhs_2040": 0.0944, "pct_hus_rent50_2040": 0.26172839506172796, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.100633000032559, 37.685717000269626 ], [ -122.099201999954616, 37.684571999835008 ], [ -122.099046000319021, 37.683001999684123 ], [ -122.098822000013044, 37.682829000077867 ], [ -122.096645000295609, 37.681094000202009 ], [ -122.094768000153877, 37.679545000132627 ], [ -122.099063999862395, 37.677956999655514 ], [ -122.097730999693752, 37.677047000055602 ], [ -122.095010999828105, 37.675179000070926 ], [ -122.093979999783258, 37.674467000116884 ], [ -122.093896000117681, 37.674537999700952 ], [ -122.093230999770739, 37.674809000102712 ], [ -122.090360000292335, 37.675663999925277 ], [ -122.089088000223086, 37.676435999871075 ], [ -122.087642000076556, 37.678067999822694 ], [ -122.085340999612242, 37.68002200016727 ], [ -122.090245999591232, 37.683646999816958 ], [ -122.092158999717995, 37.685026999665389 ], [ -122.092932999844891, 37.685583000221783 ], [ -122.09628799992025, 37.688039999906366 ], [ -122.097689999685855, 37.686750000055675 ], [ -122.100633000032559, 37.685717000269626 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435601", "NAME": "Census Tract 4356.01", "state": "06", "county_fips": "001", "tract": "435601", "county_name": "Alameda County", "tot_pop_2050": 5718, "tot_pop_pov_det_2050": 5605, "tot_pop_civ_ni_2050": 5641, "tot_hh_2050": 1650, "pop_zvhhs_2050": 62, "tot_fam_2050": 1075, "tot_pop_over5_2050": 5332, "pop_hus_rent50_2050": 234, "pop_minority_2050": 5088, "pop_over75_2050": 117, "pop_spfam_2050": 180, "pop_lep_2050": 809, "pop_below200_2050": 2166, "pop_disability_2050": 515, "pct_minority_2050": 0.88982161594963272, "pct_over75_2050": 0.02046169989506821, "pct_spfam_2050": 0.16744186046511628, "pct_lep_2050": 0.15172543135783945, "pct_below200_2050": 0.38644067796610171, "pct_disab_2050": 0.09129586952667966, "pct_zvhhs_2050": 0.037575757575757575, "pct_hus_rent50_2050": 0.14181818181818182, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.022011385199241, "pct_minority_2040": 0.85104364326375703, "pct_spfam_2040": 0.33835252435783902, "pct_lep_2040": 0.20209973753280799, "pct_below200_2040": 0.60690596956691389, "pct_disab_2040": 0.086586780054117019, "pct_zvhhs_2040": 0.10516129032258099, "pct_hus_rent50_2040": 0.22389078498293499, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.109728000313154, 37.676414000289583 ], [ -122.110725999847716, 37.675744000344253 ], [ -122.107193000395441, 37.672659000193811 ], [ -122.103865000084269, 37.669756000286618 ], [ -122.100231000349666, 37.66657200025152 ], [ -122.098950999884465, 37.667001000171126 ], [ -122.101681999620766, 37.669364999801353 ], [ -122.098254999575389, 37.670758999932985 ], [ -122.099838999814196, 37.673222000345213 ], [ -122.095010999828105, 37.675179000070926 ], [ -122.097730999693752, 37.677047000055602 ], [ -122.099063999862395, 37.677956999655514 ], [ -122.094768000153877, 37.679545000132627 ], [ -122.096645000295609, 37.681094000202009 ], [ -122.097617999715823, 37.680400000122503 ], [ -122.100976000164252, 37.679283999714258 ], [ -122.104438000369711, 37.678155999702668 ], [ -122.109728000313154, 37.676414000289583 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435602", "NAME": "Census Tract 4356.02", "state": "06", "county_fips": "001", "tract": "435602", "county_name": "Alameda County", "tot_pop_2050": 5590, "tot_pop_pov_det_2050": 5444, "tot_pop_civ_ni_2050": 5497, "tot_hh_2050": 1669, "pop_zvhhs_2050": 153, "tot_fam_2050": 1065, "tot_pop_over5_2050": 5192, "pop_hus_rent50_2050": 280, "pop_minority_2050": 4196, "pop_over75_2050": 254, "pop_spfam_2050": 144, "pop_lep_2050": 772, "pop_below200_2050": 1841, "pop_disability_2050": 756, "pct_minority_2050": 0.75062611806797852, "pct_over75_2050": 0.045438282647584975, "pct_spfam_2050": 0.13521126760563379, "pct_lep_2050": 0.14869029275808934, "pct_below200_2050": 0.33817046289493019, "pct_disab_2050": 0.13752956157904311, "pct_zvhhs_2050": 0.091671659676452966, "pct_hus_rent50_2050": 0.1677651288196525, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.052707063463607005, "pct_minority_2040": 0.70831839368949401, "pct_spfam_2040": 0.32050048123195396, "pct_lep_2040": 0.154967917557846, "pct_below200_2040": 0.50958139534883695, "pct_disab_2040": 0.13363719234275301, "pct_zvhhs_2040": 0.067513368983957003, "pct_hus_rent50_2040": 0.14667580534612698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.116825000078165, 37.685647000253603 ], [ -122.116682999787912, 37.684350000313962 ], [ -122.112613999860145, 37.679615000219457 ], [ -122.112350000269501, 37.679313999661957 ], [ -122.112081999582585, 37.679009000102376 ], [ -122.109728000313154, 37.676414000289583 ], [ -122.104438000369711, 37.678155999702668 ], [ -122.100976000164252, 37.679283999714258 ], [ -122.097617999715823, 37.680400000122503 ], [ -122.096645000295609, 37.681094000202009 ], [ -122.098822000013044, 37.682829000077867 ], [ -122.099046000319021, 37.683001999684123 ], [ -122.099201999954616, 37.684571999835008 ], [ -122.100633000032559, 37.685717000269626 ], [ -122.106029000281197, 37.685902000298569 ], [ -122.10845399969574, 37.684436000040755 ], [ -122.110735999893464, 37.684681000253299 ], [ -122.113212000259935, 37.686334000071867 ], [ -122.116825000078165, 37.685647000253603 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435700", "NAME": "Census Tract 4357", "state": "06", "county_fips": "001", "tract": "435700", "county_name": "Alameda County", "tot_pop_2050": 4923, "tot_pop_pov_det_2050": 4923, "tot_pop_civ_ni_2050": 4923, "tot_hh_2050": 1432, "pop_zvhhs_2050": 44, "tot_fam_2050": 1101, "tot_pop_over5_2050": 4649, "pop_hus_rent50_2050": 98, "pop_minority_2050": 3904, "pop_over75_2050": 273, "pop_spfam_2050": 147, "pop_lep_2050": 468, "pop_below200_2050": 1336, "pop_disability_2050": 493, "pct_minority_2050": 0.79301239081860653, "pct_over75_2050": 0.055453991468616695, "pct_spfam_2050": 0.1335149863760218, "pct_lep_2050": 0.100666810066681, "pct_below200_2050": 0.27137924030062971, "pct_disab_2050": 0.1001421897217144, "pct_zvhhs_2050": 0.030726256983240226, "pct_hus_rent50_2050": 0.068435754189944131, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087055089548854991, "pct_minority_2040": 0.75606438449331193, "pct_spfam_2040": 0.15151515151515196, "pct_lep_2040": 0.095579450418160003, "pct_below200_2040": 0.22738608025391102, "pct_disab_2040": 0.12831557469961499, "pct_zvhhs_2040": 0.037535410764872004, "pct_hus_rent50_2040": 0.021352313167259999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.128297000092715, 37.685136999666334 ], [ -122.129000000074498, 37.68438599978186 ], [ -122.124274000195683, 37.681094999796912 ], [ -122.117533999907721, 37.676557999952742 ], [ -122.111598999708818, 37.672031999690724 ], [ -122.110253999844602, 37.672603999850182 ], [ -122.108272000120877, 37.670907000255859 ], [ -122.105603000308847, 37.668581000234511 ], [ -122.103593999922623, 37.666855999951927 ], [ -122.103427000416346, 37.666654999885765 ], [ -122.103352000073286, 37.666518999956793 ], [ -122.101183999678398, 37.666442000346613 ], [ -122.100231000349666, 37.66657200025152 ], [ -122.103865000084269, 37.669756000286618 ], [ -122.107193000395441, 37.672659000193811 ], [ -122.110725999847716, 37.675744000344253 ], [ -122.109728000313154, 37.676414000289583 ], [ -122.112081999582585, 37.679009000102376 ], [ -122.112350000269501, 37.679313999661957 ], [ -122.112613999860145, 37.679615000219457 ], [ -122.116682999787912, 37.684350000313962 ], [ -122.116825000078165, 37.685647000253603 ], [ -122.117394999990552, 37.686012999952261 ], [ -122.122192999839399, 37.685863000131022 ], [ -122.128297000092715, 37.685136999666334 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435800", "NAME": "Census Tract 4358", "state": "06", "county_fips": "001", "tract": "435800", "county_name": "Alameda County", "tot_pop_2050": 5510, "tot_pop_pov_det_2050": 5510, "tot_pop_civ_ni_2050": 5510, "tot_hh_2050": 1658, "pop_zvhhs_2050": 42, "tot_fam_2050": 1365, "tot_pop_over5_2050": 5236, "pop_hus_rent50_2050": 38, "pop_minority_2050": 4595, "pop_over75_2050": 164, "pop_spfam_2050": 133, "pop_lep_2050": 548, "pop_below200_2050": 673, "pop_disability_2050": 540, "pct_minority_2050": 0.83393829401088926, "pct_over75_2050": 0.029764065335753175, "pct_spfam_2050": 0.097435897435897437, "pct_lep_2050": 0.10466004583651642, "pct_below200_2050": 0.1221415607985481, "pct_disab_2050": 0.09800362976406532, "pct_zvhhs_2050": 0.025331724969843185, "pct_hus_rent50_2050": 0.022919179734620026, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070444104134763, "pct_minority_2040": 0.68759571209800896, "pct_spfam_2040": 0.11409942950285198, "pct_lep_2040": 0.12616175598180698, "pct_below200_2040": 0.22635330379502999, "pct_disab_2040": 0.12882848392036803, "pct_zvhhs_2040": 0.028377544725477998, "pct_hus_rent50_2040": 0.040957781978576004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.138716000321111, 37.684781999884784 ], [ -122.137002000385948, 37.679615999834247 ], [ -122.13503800020554, 37.676621999950285 ], [ -122.132929000260177, 37.673296999920474 ], [ -122.125833000320114, 37.676176000263318 ], [ -122.126204999865777, 37.678393999776297 ], [ -122.123550000297499, 37.674209999782512 ], [ -122.117533999907721, 37.676557999952742 ], [ -122.124274000195683, 37.681094999796912 ], [ -122.129000000074498, 37.68438599978186 ], [ -122.129986999738392, 37.68445300020641 ], [ -122.131032999851854, 37.685069000318357 ], [ -122.133814999641771, 37.684513999723237 ], [ -122.138716000321111, 37.684781999884784 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001435900", "NAME": "Census Tract 4359", "state": "06", "county_fips": "001", "tract": "435900", "county_name": "Alameda County", "tot_pop_2050": 5525, "tot_pop_pov_det_2050": 5504, "tot_pop_civ_ni_2050": 5525, "tot_hh_2050": 1644, "pop_zvhhs_2050": 69, "tot_fam_2050": 1380, "tot_pop_over5_2050": 5185, "pop_hus_rent50_2050": 70, "pop_minority_2050": 3867, "pop_over75_2050": 404, "pop_spfam_2050": 139, "pop_lep_2050": 496, "pop_below200_2050": 1016, "pop_disability_2050": 436, "pct_minority_2050": 0.69990950226244342, "pct_over75_2050": 0.073122171945701364, "pct_spfam_2050": 0.10072463768115944, "pct_lep_2050": 0.095660559305689494, "pct_below200_2050": 0.18459302325581395, "pct_disab_2050": 0.078914027149321261, "pct_zvhhs_2050": 0.041970802919708027, "pct_hus_rent50_2050": 0.042579075425790751, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084053275737940983, "pct_minority_2040": 0.65640748740100796, "pct_spfam_2040": 0.16703952274422101, "pct_lep_2040": 0.122007278299176, "pct_below200_2040": 0.26789587852494601, "pct_disab_2040": 0.11699064074874001, "pct_zvhhs_2040": 0.040024630541871997, "pct_hus_rent50_2040": 0.049159925326696004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.161704999657729, 37.667747999886373 ], [ -122.162802519051041, 37.667273013657372 ], [ -122.161649544858591, 37.664185760540946 ], [ -122.146976000375417, 37.664430999714526 ], [ -122.144475999719504, 37.661530999678732 ], [ -122.141890999573093, 37.661356000067457 ], [ -122.14386800017229, 37.663469999963048 ], [ -122.146992000268938, 37.66683699973548 ], [ -122.146906999880116, 37.66686299988077 ], [ -122.139616999771306, 37.670306000242931 ], [ -122.138138000012802, 37.670989000288422 ], [ -122.138486999992239, 37.671442999800497 ], [ -122.140155999721557, 37.673672000214729 ], [ -122.1376540003141, 37.674687999670468 ], [ -122.14001900035251, 37.67840699995849 ], [ -122.137002000385948, 37.679615999834247 ], [ -122.138716000321111, 37.684781999884784 ], [ -122.140723999984118, 37.68409400035523 ], [ -122.143805000423086, 37.681719000315759 ], [ -122.144980000407955, 37.679724000101231 ], [ -122.151143000212514, 37.676794999811868 ], [ -122.154719000220794, 37.675163000298802 ], [ -122.154468000150644, 37.674886000274995 ], [ -122.152319999847222, 37.672564000091839 ], [ -122.154382999761822, 37.671504999784553 ], [ -122.161704999657729, 37.667747999886373 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436000", "NAME": "Census Tract 4360", "state": "06", "county_fips": "001", "tract": "436000", "county_name": "Alameda County", "tot_pop_2050": 4745, "tot_pop_pov_det_2050": 4745, "tot_pop_civ_ni_2050": 4745, "tot_hh_2050": 1434, "pop_zvhhs_2050": 42, "tot_fam_2050": 1198, "tot_pop_over5_2050": 4398, "pop_hus_rent50_2050": 74, "pop_minority_2050": 3271, "pop_over75_2050": 247, "pop_spfam_2050": 111, "pop_lep_2050": 347, "pop_below200_2050": 804, "pop_disability_2050": 437, "pct_minority_2050": 0.68935721812434136, "pct_over75_2050": 0.052054794520547946, "pct_spfam_2050": 0.092654424040066768, "pct_lep_2050": 0.078899499772623921, "pct_below200_2050": 0.16944151738672286, "pct_disab_2050": 0.092096944151738677, "pct_zvhhs_2050": 0.029288702928870293, "pct_hus_rent50_2050": 0.051603905160390519, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075463273052020011, "pct_minority_2040": 0.66465728957356607, "pct_spfam_2040": 0.11689497716894999, "pct_lep_2040": 0.074480783003102999, "pct_below200_2040": 0.21656619781201197, "pct_disab_2040": 0.12636749274391601, "pct_zvhhs_2040": 0.029348604151753999, "pct_hus_rent50_2040": 0.039073806078147998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.146906999880116, 37.66686299988077 ], [ -122.146992000268938, 37.66683699973548 ], [ -122.14386800017229, 37.663469999963048 ], [ -122.141676000386269, 37.663108999883804 ], [ -122.140801999801909, 37.663134000075907 ], [ -122.134816000447714, 37.663277999909035 ], [ -122.134283000345235, 37.664763999975058 ], [ -122.130955999858955, 37.664972000291591 ], [ -122.131252999959869, 37.668305000295241 ], [ -122.131377999633358, 37.66977499975583 ], [ -122.131278000074246, 37.670532999946651 ], [ -122.131340999823465, 37.670833999864421 ], [ -122.132929000260177, 37.673296999920474 ], [ -122.13503800020554, 37.676621999950285 ], [ -122.137002000385948, 37.679615999834247 ], [ -122.14001900035251, 37.67840699995849 ], [ -122.1376540003141, 37.674687999670468 ], [ -122.140155999721557, 37.673672000214729 ], [ -122.138486999992239, 37.671442999800497 ], [ -122.138138000012802, 37.670989000288422 ], [ -122.139616999771306, 37.670306000242931 ], [ -122.146906999880116, 37.66686299988077 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436100", "NAME": "Census Tract 4361", "state": "06", "county_fips": "001", "tract": "436100", "county_name": "Alameda County", "tot_pop_2050": 6146, "tot_pop_pov_det_2050": 6146, "tot_pop_civ_ni_2050": 6146, "tot_hh_2050": 1807, "pop_zvhhs_2050": 134, "tot_fam_2050": 1419, "tot_pop_over5_2050": 5881, "pop_hus_rent50_2050": 64, "pop_minority_2050": 4721, "pop_over75_2050": 316, "pop_spfam_2050": 188, "pop_lep_2050": 845, "pop_below200_2050": 1386, "pop_disability_2050": 539, "pct_minority_2050": 0.76814188089814517, "pct_over75_2050": 0.051415554832411316, "pct_spfam_2050": 0.13248766737138831, "pct_lep_2050": 0.14368304710083318, "pct_below200_2050": 0.2255125284738041, "pct_disab_2050": 0.08769931662870159, "pct_zvhhs_2050": 0.074156059767570559, "pct_hus_rent50_2050": 0.035417819590481465, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053275976174718999, "pct_minority_2040": 0.78441429516876204, "pct_spfam_2040": 0.16510172143975002, "pct_lep_2040": 0.18920326332234, "pct_below200_2040": 0.23163467902051602, "pct_disab_2040": 0.088186631369954013, "pct_zvhhs_2040": 0.095211887727023006, "pct_hus_rent50_2040": 0.075141242937853001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.132929000260177, 37.673296999920474 ], [ -122.131340999823465, 37.670833999864421 ], [ -122.131278000074246, 37.670532999946651 ], [ -122.131377999633358, 37.66977499975583 ], [ -122.131252999959869, 37.668305000295241 ], [ -122.130955999858955, 37.664972000291591 ], [ -122.127718999784406, 37.665131999919694 ], [ -122.127907999930287, 37.667898000070707 ], [ -122.123445999642101, 37.668162999797808 ], [ -122.120684999768585, 37.669672000105137 ], [ -122.120098000137745, 37.668711999709934 ], [ -122.111598999708818, 37.672031999690724 ], [ -122.117533999907721, 37.676557999952742 ], [ -122.123550000297499, 37.674209999782512 ], [ -122.126204999865777, 37.678393999776297 ], [ -122.125833000320114, 37.676176000263318 ], [ -122.132929000260177, 37.673296999920474 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436200", "NAME": "Census Tract 4362", "state": "06", "county_fips": "001", "tract": "436200", "county_name": "Alameda County", "tot_pop_2050": 4360, "tot_pop_pov_det_2050": 4208, "tot_pop_civ_ni_2050": 4206, "tot_hh_2050": 1263, "pop_zvhhs_2050": 69, "tot_fam_2050": 874, "tot_pop_over5_2050": 3968, "pop_hus_rent50_2050": 264, "pop_minority_2050": 3847, "pop_over75_2050": 185, "pop_spfam_2050": 206, "pop_lep_2050": 478, "pop_below200_2050": 1440, "pop_disability_2050": 323, "pct_minority_2050": 0.8823394495412844, "pct_over75_2050": 0.042431192660550461, "pct_spfam_2050": 0.23569794050343251, "pct_lep_2050": 0.12046370967741934, "pct_below200_2050": 0.34220532319391633, "pct_disab_2050": 0.076795054683785072, "pct_zvhhs_2050": 0.054631828978622329, "pct_hus_rent50_2050": 0.20902612826603328, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.033357682006331005, "pct_minority_2040": 0.86145605064524, "pct_spfam_2040": 0.24856156501726101, "pct_lep_2040": 0.17297908422837802, "pct_below200_2040": 0.50252652854977298, "pct_disab_2040": 0.066398390342051999, "pct_zvhhs_2040": 0.092518101367658992, "pct_hus_rent50_2040": 0.22481265611990001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.120098000137745, 37.668711999709934 ], [ -122.118140999630057, 37.665595999877333 ], [ -122.117523000037053, 37.66581199982452 ], [ -122.110788999596906, 37.666177999959267 ], [ -122.109488000113629, 37.666250000158065 ], [ -122.107778000376456, 37.666351999786755 ], [ -122.106785999791356, 37.666439000258571 ], [ -122.104008000199414, 37.66650199994811 ], [ -122.103352000073286, 37.666518999956793 ], [ -122.103427000416346, 37.666654999885765 ], [ -122.103593999922623, 37.666855999951927 ], [ -122.105603000308847, 37.668581000234511 ], [ -122.108272000120877, 37.670907000255859 ], [ -122.110253999844602, 37.672603999850182 ], [ -122.111598999708818, 37.672031999690724 ], [ -122.120098000137745, 37.668711999709934 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436300", "NAME": "Census Tract 4363", "state": "06", "county_fips": "001", "tract": "436300", "county_name": "Alameda County", "tot_pop_2050": 9279, "tot_pop_pov_det_2050": 9177, "tot_pop_civ_ni_2050": 9213, "tot_hh_2050": 2884, "pop_zvhhs_2050": 249, "tot_fam_2050": 2179, "tot_pop_over5_2050": 8638, "pop_hus_rent50_2050": 429, "pop_minority_2050": 8120, "pop_over75_2050": 528, "pop_spfam_2050": 526, "pop_lep_2050": 1210, "pop_below200_2050": 2528, "pop_disability_2050": 1013, "pct_minority_2050": 0.87509429895462876, "pct_over75_2050": 0.05690268347882315, "pct_spfam_2050": 0.24139513538320331, "pct_lep_2050": 0.14007872192637186, "pct_below200_2050": 0.27547128691293449, "pct_disab_2050": 0.1099533268207967, "pct_zvhhs_2050": 0.086338418862690711, "pct_hus_rent50_2050": 0.14875173370319, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.048708684597885993, "pct_minority_2040": 0.87381239127525789, "pct_spfam_2040": 0.31457955232909901, "pct_lep_2040": 0.173305894458327, "pct_below200_2040": 0.35936233450418797, "pct_disab_2040": 0.096896086369770984, "pct_zvhhs_2040": 0.116134384072999, "pct_hus_rent50_2040": 0.20545609548167101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.101681999620766, 37.669364999801353 ], [ -122.098950999884465, 37.667001000171126 ], [ -122.100231000349666, 37.66657200025152 ], [ -122.092598000109135, 37.659886000272905 ], [ -122.087971999789431, 37.655903999881261 ], [ -122.08671800016181, 37.658181999999833 ], [ -122.083358000063598, 37.664294999977137 ], [ -122.083301999987086, 37.664394999808287 ], [ -122.082336000239579, 37.666153999877487 ], [ -122.083076000031284, 37.666915999929898 ], [ -122.088112000429831, 37.670500999817456 ], [ -122.093979999783258, 37.674467000116884 ], [ -122.095010999828105, 37.675179000070926 ], [ -122.099838999814196, 37.673222000345213 ], [ -122.098254999575389, 37.670758999932985 ], [ -122.101681999620766, 37.669364999801353 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436401", "NAME": "Census Tract 4364.01", "state": "06", "county_fips": "001", "tract": "436401", "county_name": "Alameda County", "tot_pop_2050": 7776, "tot_pop_pov_det_2050": 7767, "tot_pop_civ_ni_2050": 7767, "tot_hh_2050": 2945, "pop_zvhhs_2050": 257, "tot_fam_2050": 1911, "tot_pop_over5_2050": 7170, "pop_hus_rent50_2050": 399, "pop_minority_2050": 5174, "pop_over75_2050": 605, "pop_spfam_2050": 362, "pop_lep_2050": 291, "pop_below200_2050": 1628, "pop_disability_2050": 860, "pct_minority_2050": 0.66538065843621397, "pct_over75_2050": 0.077803497942386821, "pct_spfam_2050": 0.18942961800104655, "pct_lep_2050": 0.040585774058577405, "pct_below200_2050": 0.2096047379940775, "pct_disab_2050": 0.11072486159392302, "pct_zvhhs_2050": 0.087266553480475378, "pct_hus_rent50_2050": 0.13548387096774195, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049686259444231003, "pct_minority_2040": 0.67896017415802301, "pct_spfam_2040": 0.28012201321809899, "pct_lep_2040": 0.058368980267696997, "pct_below200_2040": 0.30025641025640998, "pct_disab_2040": 0.115384615384615, "pct_zvhhs_2040": 0.113376251788269, "pct_hus_rent50_2040": 0.17794117647058799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.080719000388825, 37.668796000266923 ], [ -122.080634999824895, 37.668639999766299 ], [ -122.078023999739202, 37.66550300029909 ], [ -122.075918000166922, 37.662889999661758 ], [ -122.07409999957639, 37.662866999779517 ], [ -122.068874999930273, 37.665191000059941 ], [ -122.065638999680587, 37.664046999814531 ], [ -122.060867999595956, 37.665708999651564 ], [ -122.0590280001624, 37.666281999986914 ], [ -122.058259000058399, 37.667188000217017 ], [ -122.054797999677831, 37.667879000121019 ], [ -122.051948000115829, 37.668486999654235 ], [ -122.052502999959628, 37.670166000214117 ], [ -122.054303000108476, 37.670838000218907 ], [ -122.056135000044392, 37.67107600030198 ], [ -122.055762999600418, 37.673400999926557 ], [ -122.054586999790629, 37.673672000214729 ], [ -122.052329999707254, 37.674003999851116 ], [ -122.049032000431637, 37.677089000249978 ], [ -122.050520000410955, 37.678766000315726 ], [ -122.057966000155432, 37.679962000121385 ], [ -122.058203999806793, 37.679918999809793 ], [ -122.064333000174472, 37.678044000031193 ], [ -122.065000000171224, 37.677926999870074 ], [ -122.066058999805179, 37.677749999822453 ], [ -122.066803999619751, 37.677618999949132 ], [ -122.070581000367824, 37.676333000222947 ], [ -122.072224000157831, 37.675764000080079 ], [ -122.0738950004353, 37.675209000256537 ], [ -122.077489999811817, 37.673103999987859 ], [ -122.076015000251289, 37.671876000304081 ], [ -122.077988999579119, 37.67084100012913 ], [ -122.079988999744529, 37.66977499975583 ], [ -122.080719000388825, 37.668796000266923 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436402", "NAME": "Census Tract 4364.02", "state": "06", "county_fips": "001", "tract": "436402", "county_name": "Alameda County", "tot_pop_2050": 2665, "tot_pop_pov_det_2050": 2657, "tot_pop_civ_ni_2050": 2665, "tot_hh_2050": 1050, "pop_zvhhs_2050": 13, "tot_fam_2050": 698, "tot_pop_over5_2050": 2637, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1307, "pop_over75_2050": 277, "pop_spfam_2050": 32, "pop_lep_2050": 101, "pop_below200_2050": 261, "pop_disability_2050": 241, "pct_minority_2050": 0.49043151969981241, "pct_over75_2050": 0.10393996247654784, "pct_spfam_2050": 0.045845272206303724, "pct_lep_2050": 0.038301099734546831, "pct_below200_2050": 0.098231087692886729, "pct_disab_2050": 0.090431519699812377, "pct_zvhhs_2050": 0.01238095238095238, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.095950383071871995, "pct_minority_2040": 0.54396205764319605, "pct_spfam_2040": 0.083445491251682005, "pct_lep_2040": 0.017523364485981005, "pct_below200_2040": 0.11902154070828801, "pct_disab_2040": 0.107703541438481, "pct_zvhhs_2040": 0.0074786324786320002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.0590280001624, 37.666281999986914 ], [ -122.060867999595956, 37.665708999651564 ], [ -122.057429999679883, 37.665059000247687 ], [ -122.055611999987676, 37.663998999687351 ], [ -122.053919999793848, 37.661948999775035 ], [ -122.052709999648854, 37.6614770001922 ], [ -122.04838999965088, 37.66265200035032 ], [ -122.04521200002587, 37.660971000039318 ], [ -122.039158999826157, 37.658404000300493 ], [ -122.035978999653011, 37.65856200006526 ], [ -122.030610999891749, 37.656325000153473 ], [ -122.029446999777534, 37.656388999820265 ], [ -122.027474000274623, 37.656088000351311 ], [ -122.024051000427221, 37.661241000342073 ], [ -122.026229999794452, 37.661424999674921 ], [ -122.027234000075111, 37.663431999925102 ], [ -122.02790899956949, 37.664640999886259 ], [ -122.027863000437051, 37.667041000083692 ], [ -122.02931899973099, 37.670982000037718 ], [ -122.029123999737322, 37.672292000309795 ], [ -122.032313000131339, 37.675325000054194 ], [ -122.033498999986875, 37.676172000196594 ], [ -122.036331000005532, 37.675823000300149 ], [ -122.04301600004186, 37.674442000187042 ], [ -122.044395000241252, 37.674992999929344 ], [ -122.048290000091797, 37.675993000189948 ], [ -122.049032000431637, 37.677089000249978 ], [ -122.052329999707254, 37.674003999851116 ], [ -122.054586999790629, 37.673672000214729 ], [ -122.055762999600418, 37.673400999926557 ], [ -122.056135000044392, 37.67107600030198 ], [ -122.054303000108476, 37.670838000218907 ], [ -122.052502999959628, 37.670166000214117 ], [ -122.051948000115829, 37.668486999654235 ], [ -122.054797999677831, 37.667879000121019 ], [ -122.058259000058399, 37.667188000217017 ], [ -122.0590280001624, 37.666281999986914 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436500", "NAME": "Census Tract 4365", "state": "06", "county_fips": "001", "tract": "436500", "county_name": "Alameda County", "tot_pop_2050": 5206, "tot_pop_pov_det_2050": 5206, "tot_pop_civ_ni_2050": 5206, "tot_hh_2050": 1734, "pop_zvhhs_2050": 158, "tot_fam_2050": 1102, "tot_pop_over5_2050": 4736, "pop_hus_rent50_2050": 290, "pop_minority_2050": 4466, "pop_over75_2050": 94, "pop_spfam_2050": 286, "pop_lep_2050": 554, "pop_below200_2050": 1722, "pop_disability_2050": 221, "pct_minority_2050": 0.8578563196311948, "pct_over75_2050": 0.018056089127929317, "pct_spfam_2050": 0.25952813067150637, "pct_lep_2050": 0.11697635135135134, "pct_below200_2050": 0.3307721859393008, "pct_disab_2050": 0.042451018056089126, "pct_zvhhs_2050": 0.091118800461361019, "pct_hus_rent50_2050": 0.16724336793540945, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.01984126984127, "pct_minority_2040": 0.82760141093474404, "pct_spfam_2040": 0.35420743639921703, "pct_lep_2040": 0.10682204418548201, "pct_below200_2040": 0.42460317460317498, "pct_disab_2040": 0.072971781305115002, "pct_zvhhs_2040": 0.13050944476244999, "pct_hus_rent50_2040": 0.23729826658697001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.081475999898956, 37.667747000111639 ], [ -122.082336000239579, 37.666153999877487 ], [ -122.074283999699404, 37.655966999977551 ], [ -122.070020999602832, 37.650545999715987 ], [ -122.067967999733995, 37.650869999651647 ], [ -122.066939000237284, 37.651218000247134 ], [ -122.065103000103392, 37.65164999996837 ], [ -122.061134999559627, 37.654309000191667 ], [ -122.059528999579513, 37.654121999705715 ], [ -122.057005000430777, 37.65274099975791 ], [ -122.055206000106807, 37.652632000071335 ], [ -122.057031000370046, 37.655540000174547 ], [ -122.059694000334261, 37.656995999673491 ], [ -122.059902999673326, 37.658563999862075 ], [ -122.063072999800767, 37.659160000208196 ], [ -122.058748999604845, 37.660017000160281 ], [ -122.060494000400425, 37.660286999665821 ], [ -122.061410999744155, 37.660620000026682 ], [ -122.065638999680587, 37.664046999814531 ], [ -122.068874999930273, 37.665191000059941 ], [ -122.07409999957639, 37.662866999779517 ], [ -122.075918000166922, 37.662889999661758 ], [ -122.078023999739202, 37.66550300029909 ], [ -122.080634999824895, 37.668639999766299 ], [ -122.080719000388825, 37.668796000266923 ], [ -122.081475999898956, 37.667747000111639 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436601", "NAME": "Census Tract 4366.01", "state": "06", "county_fips": "001", "tract": "436601", "county_name": "Alameda County", "tot_pop_2050": 6685, "tot_pop_pov_det_2050": 6667, "tot_pop_civ_ni_2050": 6685, "tot_hh_2050": 1856, "pop_zvhhs_2050": 57, "tot_fam_2050": 1485, "tot_pop_over5_2050": 6202, "pop_hus_rent50_2050": 227, "pop_minority_2050": 5637, "pop_over75_2050": 241, "pop_spfam_2050": 296, "pop_lep_2050": 919, "pop_below200_2050": 2066, "pop_disability_2050": 618, "pct_minority_2050": 0.84323111443530296, "pct_over75_2050": 0.03605086013462977, "pct_spfam_2050": 0.19932659932659927, "pct_lep_2050": 0.14817800709448564, "pct_below200_2050": 0.30988450577471133, "pct_disab_2050": 0.092445774121166793, "pct_zvhhs_2050": 0.030711206896551727, "pct_hus_rent50_2050": 0.12230603448275862, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032781616583641003, "pct_minority_2040": 0.88333601156998198, "pct_spfam_2040": 0.27106227106227104, "pct_lep_2040": 0.23318229348205, "pct_below200_2040": 0.40501792114695295, "pct_disab_2040": 0.10605817130001599, "pct_zvhhs_2040": 0.035067873303166998, "pct_hus_rent50_2040": 0.19793459552495699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.083358000063598, 37.664294999977137 ], [ -122.08671800016181, 37.658181999999833 ], [ -122.083271999849856, 37.65690699967157 ], [ -122.082472999608612, 37.655990999796991 ], [ -122.080060999714561, 37.65309200003658 ], [ -122.076872000218884, 37.649415000254471 ], [ -122.070242000434106, 37.650505000154617 ], [ -122.070020999602832, 37.650545999715987 ], [ -122.074283999699404, 37.655966999977551 ], [ -122.082336000239579, 37.666153999877487 ], [ -122.083301999987086, 37.664394999808287 ], [ -122.083358000063598, 37.664294999977137 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436602", "NAME": "Census Tract 4366.02", "state": "06", "county_fips": "001", "tract": "436602", "county_name": "Alameda County", "tot_pop_2050": 5256, "tot_pop_pov_det_2050": 5250, "tot_pop_civ_ni_2050": 5236, "tot_hh_2050": 1705, "pop_zvhhs_2050": 98, "tot_fam_2050": 1224, "tot_pop_over5_2050": 4885, "pop_hus_rent50_2050": 279, "pop_minority_2050": 4717, "pop_over75_2050": 159, "pop_spfam_2050": 386, "pop_lep_2050": 705, "pop_below200_2050": 1721, "pop_disability_2050": 342, "pct_minority_2050": 0.89745053272450537, "pct_over75_2050": 0.030251141552511414, "pct_spfam_2050": 0.315359477124183, "pct_lep_2050": 0.14431934493346982, "pct_below200_2050": 0.32780952380952383, "pct_disab_2050": 0.065317035905271201, "pct_zvhhs_2050": 0.057478005865102634, "pct_hus_rent50_2050": 0.16363636363636366, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.033857089412645001, "pct_minority_2040": 0.92929292929292906, "pct_spfam_2040": 0.30520504731861198, "pct_lep_2040": 0.19264943457189002, "pct_below200_2040": 0.39580995136550701, "pct_disab_2040": 0.072577628133184011, "pct_zvhhs_2040": 0.062573099415205002, "pct_hus_rent50_2040": 0.15613608748481198, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.091466999606865, 37.64953699994475 ], [ -122.092557000101266, 37.64719700030404 ], [ -122.090296999644835, 37.647153000160266 ], [ -122.085098999762906, 37.648194000115069 ], [ -122.083491000132966, 37.648448000097233 ], [ -122.08197600038946, 37.648688000195094 ], [ -122.079977999873876, 37.64891099974804 ], [ -122.076872000218884, 37.649415000254471 ], [ -122.080060999714561, 37.65309200003658 ], [ -122.082472999608612, 37.655990999796991 ], [ -122.083271999849856, 37.65690699967157 ], [ -122.08671800016181, 37.658181999999833 ], [ -122.087971999789431, 37.655903999881261 ], [ -122.091466999606865, 37.64953699994475 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436700", "NAME": "Census Tract 4367", "state": "06", "county_fips": "001", "tract": "436700", "county_name": "Alameda County", "tot_pop_2050": 3290, "tot_pop_pov_det_2050": 3284, "tot_pop_civ_ni_2050": 3290, "tot_hh_2050": 1056, "pop_zvhhs_2050": 83, "tot_fam_2050": 778, "tot_pop_over5_2050": 3180, "pop_hus_rent50_2050": 104, "pop_minority_2050": 2729, "pop_over75_2050": 166, "pop_spfam_2050": 162, "pop_lep_2050": 370, "pop_below200_2050": 787, "pop_disability_2050": 277, "pct_minority_2050": 0.829483282674772, "pct_over75_2050": 0.050455927051671727, "pct_spfam_2050": 0.20822622107969152, "pct_lep_2050": 0.11635220125786165, "pct_below200_2050": 0.23964677222898906, "pct_disab_2050": 0.08419452887537994, "pct_zvhhs_2050": 0.078598484848484848, "pct_hus_rent50_2050": 0.098484848484848481, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045923913043478003, "pct_minority_2040": 0.89293478260869596, "pct_spfam_2040": 0.26843657817109101, "pct_lep_2040": 0.14068441064638801, "pct_below200_2040": 0.33179096352748999, "pct_disab_2040": 0.11304347826087, "pct_zvhhs_2040": 0.044897959183674008, "pct_hus_rent50_2040": 0.14585519412382, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.106785999791356, 37.666439000258571 ], [ -122.107778000376456, 37.666351999786755 ], [ -122.105876999945238, 37.663286999844843 ], [ -122.104762000234814, 37.661487000205426 ], [ -122.101609999650734, 37.656422000271448 ], [ -122.098135999749672, 37.65776799966492 ], [ -122.096908000061347, 37.658225000106718 ], [ -122.092598000109135, 37.659886000272905 ], [ -122.100231000349666, 37.66657200025152 ], [ -122.101183999678398, 37.666442000346613 ], [ -122.103352000073286, 37.666518999956793 ], [ -122.104008000199414, 37.66650199994811 ], [ -122.106785999791356, 37.666439000258571 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436800", "NAME": "Census Tract 4368", "state": "06", "county_fips": "001", "tract": "436800", "county_name": "Alameda County", "tot_pop_2050": 4335, "tot_pop_pov_det_2050": 4335, "tot_pop_civ_ni_2050": 4319, "tot_hh_2050": 1329, "pop_zvhhs_2050": 78, "tot_fam_2050": 969, "tot_pop_over5_2050": 3982, "pop_hus_rent50_2050": 83, "pop_minority_2050": 3711, "pop_over75_2050": 180, "pop_spfam_2050": 161, "pop_lep_2050": 351, "pop_below200_2050": 892, "pop_disability_2050": 279, "pct_minority_2050": 0.85605536332179932, "pct_over75_2050": 0.041522491349480967, "pct_spfam_2050": 0.16615067079463364, "pct_lep_2050": 0.088146659969864385, "pct_below200_2050": 0.20576701268742792, "pct_disab_2050": 0.064598286640426023, "pct_zvhhs_2050": 0.058690744920993222, "pct_hus_rent50_2050": 0.062452972159518436, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038572806171649002, "pct_minority_2040": 0.79218900675024095, "pct_spfam_2040": 0.12837108953613802, "pct_lep_2040": 0.15364583333333301, "pct_below200_2040": 0.41947926711668299, "pct_disab_2040": 0.088235294117646981, "pct_zvhhs_2040": 0.019113149847095001, "pct_hus_rent50_2040": 0.17334360554699499, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.098135999749672, 37.65776799966492 ], [ -122.101609999650734, 37.656422000271448 ], [ -122.098093999916884, 37.650741999995276 ], [ -122.093890000269894, 37.644795000011271 ], [ -122.092557000101266, 37.64719700030404 ], [ -122.091466999606865, 37.64953699994475 ], [ -122.087971999789431, 37.655903999881261 ], [ -122.092598000109135, 37.659886000272905 ], [ -122.096908000061347, 37.658225000106718 ], [ -122.098135999749672, 37.65776799966492 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001436900", "NAME": "Census Tract 4369", "state": "06", "county_fips": "001", "tract": "436900", "county_name": "Alameda County", "tot_pop_2050": 6513, "tot_pop_pov_det_2050": 6505, "tot_pop_civ_ni_2050": 6501, "tot_hh_2050": 1865, "pop_zvhhs_2050": 91, "tot_fam_2050": 1349, "tot_pop_over5_2050": 6014, "pop_hus_rent50_2050": 333, "pop_minority_2050": 5715, "pop_over75_2050": 229, "pop_spfam_2050": 288, "pop_lep_2050": 1072, "pop_below200_2050": 2519, "pop_disability_2050": 498, "pct_minority_2050": 0.87747581759557802, "pct_over75_2050": 0.035160448334101028, "pct_spfam_2050": 0.21349147516679021, "pct_lep_2050": 0.17825074825407386, "pct_below200_2050": 0.38724058416602608, "pct_disab_2050": 0.07660359944623904, "pct_zvhhs_2050": 0.048793565683646116, "pct_hus_rent50_2050": 0.17855227882037533, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.036034666261212996, "pct_minority_2040": 0.85418883989660899, "pct_spfam_2040": 0.183029453015428, "pct_lep_2040": 0.20623659462135002, "pct_below200_2040": 0.44612101813747895, "pct_disab_2040": 0.08332066291622299, "pct_zvhhs_2040": 0.046972269383135, "pct_hus_rent50_2040": 0.11933448078026401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.117523000037053, 37.66581199982452 ], [ -122.118140999630057, 37.665595999877333 ], [ -122.116483999596326, 37.662806000242888 ], [ -122.113675000042193, 37.658260000257989 ], [ -122.110412999853281, 37.653155999645129 ], [ -122.107318999893835, 37.654252999806467 ], [ -122.105261000002088, 37.655035000041266 ], [ -122.101609999650734, 37.656422000271448 ], [ -122.104762000234814, 37.661487000205426 ], [ -122.105876999945238, 37.663286999844843 ], [ -122.107778000376456, 37.666351999786755 ], [ -122.109488000113629, 37.666250000158065 ], [ -122.110788999596906, 37.666177999959267 ], [ -122.117523000037053, 37.66581199982452 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437000", "NAME": "Census Tract 4370", "state": "06", "county_fips": "001", "tract": "437000", "county_name": "Alameda County", "tot_pop_2050": 3497, "tot_pop_pov_det_2050": 3476, "tot_pop_civ_ni_2050": 3476, "tot_hh_2050": 1259, "pop_zvhhs_2050": 79, "tot_fam_2050": 908, "tot_pop_over5_2050": 3277, "pop_hus_rent50_2050": 78, "pop_minority_2050": 2812, "pop_over75_2050": 227, "pop_spfam_2050": 112, "pop_lep_2050": 359, "pop_below200_2050": 787, "pop_disability_2050": 339, "pct_minority_2050": 0.80411781527023163, "pct_over75_2050": 0.064912782384901349, "pct_spfam_2050": 0.12334801762114538, "pct_lep_2050": 0.1095514189807751, "pct_below200_2050": 0.22640966628308395, "pct_disab_2050": 0.097525891829689279, "pct_zvhhs_2050": 0.062748212867355047, "pct_hus_rent50_2050": 0.061953931691818898, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068510370835952003, "pct_minority_2040": 0.78221244500314291, "pct_spfam_2040": 0.079439252336449009, "pct_lep_2040": 0.047138047138047007, "pct_below200_2040": 0.24960605105578304, "pct_disab_2040": 0.099275133942640981, "pct_zvhhs_2040": 0.071428571428570994, "pct_hus_rent50_2040": 0.099917423616845996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.107318999893835, 37.654252999806467 ], [ -122.110412999853281, 37.653155999645129 ], [ -122.107284999558658, 37.647997000183224 ], [ -122.102065999760327, 37.639492000063115 ], [ -122.100093000257388, 37.636330999924411 ], [ -122.09821199991768, 37.637617999996266 ], [ -122.097000999947767, 37.639317999885414 ], [ -122.093890000269894, 37.644795000011271 ], [ -122.098093999916884, 37.650741999995276 ], [ -122.101609999650734, 37.656422000271448 ], [ -122.105261000002088, 37.655035000041266 ], [ -122.107318999893835, 37.654252999806467 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437101", "NAME": "Census Tract 4371.01", "state": "06", "county_fips": "001", "tract": "437101", "county_name": "Alameda County", "tot_pop_2050": 7343, "tot_pop_pov_det_2050": 7299, "tot_pop_civ_ni_2050": 7343, "tot_hh_2050": 1939, "pop_zvhhs_2050": 27, "tot_fam_2050": 1632, "tot_pop_over5_2050": 6989, "pop_hus_rent50_2050": 76, "pop_minority_2050": 6352, "pop_over75_2050": 401, "pop_spfam_2050": 202, "pop_lep_2050": 413, "pop_below200_2050": 1426, "pop_disability_2050": 723, "pct_minority_2050": 0.86504153615688406, "pct_over75_2050": 0.054609832493531255, "pct_spfam_2050": 0.12377450980392155, "pct_lep_2050": 0.0590928602088997, "pct_below200_2050": 0.19536922866146048, "pct_disab_2050": 0.098461119433474062, "pct_zvhhs_2050": 0.013924703455389377, "pct_hus_rent50_2050": 0.039195461578133056, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078147381823969006, "pct_minority_2040": 0.80900843546076717, "pct_spfam_2040": 0.045827633378932996, "pct_lep_2040": 0.069721443876710004, "pct_below200_2040": 0.101703008117141, "pct_disab_2040": 0.10791023396466698, "pct_zvhhs_2040": 0.026927138331573001, "pct_hus_rent50_2040": 0.024946921443737006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.161649544858591, 37.664185760540946 ], [ -122.153918289587239, 37.643484227109532 ], [ -122.152904999828223, 37.64077099976106 ], [ -122.151395999932504, 37.620542000141015 ], [ -122.146360000432267, 37.607391000155744 ], [ -122.146704905890672, 37.602126541044392 ], [ -122.146880000115956, 37.599454000260032 ], [ -122.147014000010259, 37.588410999966676 ], [ -122.144396000251888, 37.581865999788931 ], [ -122.136183999878128, 37.56818700014567 ], [ -122.133924000320022, 37.562885000328336 ], [ -122.132333636415751, 37.562189139619214 ], [ -122.130211000044383, 37.563941999867005 ], [ -122.124953999712915, 37.570054999834674 ], [ -122.122586000199789, 37.571096999701815 ], [ -122.11772100040379, 37.571102000093767 ], [ -122.109514999877817, 37.567902000290154 ], [ -122.107553000245574, 37.565835000087226 ], [ -122.108463999741474, 37.56209399969088 ], [ -122.107544000024731, 37.561018999853388 ], [ -122.102842000435359, 37.563467999957368 ], [ -122.099355000115494, 37.562148000179768 ], [ -122.097837999823867, 37.564575000253043 ], [ -122.09549799989982, 37.564331999964764 ], [ -122.093693999553011, 37.56188299977908 ], [ -122.090541999867227, 37.561160000233663 ], [ -122.089614999579439, 37.562107000286872 ], [ -122.08916000019309, 37.564284999969871 ], [ -122.086062000035682, 37.566567999803084 ], [ -122.084326000359241, 37.568039000266836 ], [ -122.083893999640793, 37.569793000223065 ], [ -122.08572499975179, 37.573205000054251 ], [ -122.082783999953236, 37.574574000266054 ], [ -122.083137000130662, 37.575289999896718 ], [ -122.085922000293621, 37.574228000300231 ], [ -122.087006999866801, 37.578752999677562 ], [ -122.089730999930424, 37.578719000071743 ], [ -122.095673999626911, 37.579841000223212 ], [ -122.096532000317708, 37.58292500017987 ], [ -122.091011000395596, 37.584892999711037 ], [ -122.090926000006775, 37.589037000091906 ], [ -122.091485000048522, 37.590000999905875 ], [ -122.091951000203821, 37.592747000137884 ], [ -122.092389999696678, 37.593747000293909 ], [ -122.091557000018554, 37.594813999994344 ], [ -122.091741000141567, 37.601123000266725 ], [ -122.089057000260937, 37.606513000350752 ], [ -122.088289999806747, 37.60748599965757 ], [ -122.087428999641205, 37.608192999914188 ], [ -122.085955999730487, 37.609107000204759 ], [ -122.083905000409771, 37.609872000117711 ], [ -122.088443999792517, 37.617285000008593 ], [ -122.090450999630605, 37.62055600019098 ], [ -122.092858000400128, 37.62448000013022 ], [ -122.093480000191065, 37.624250000137422 ], [ -122.099827000118609, 37.624075999843349 ], [ -122.101751999940959, 37.624853999755963 ], [ -122.102285000043423, 37.628753999698532 ], [ -122.104308999599965, 37.632252999972017 ], [ -122.106235000145531, 37.63148600000833 ], [ -122.109322000432272, 37.631228000011006 ], [ -122.110053999828068, 37.632353000269767 ], [ -122.11039199993688, 37.632901000081162 ], [ -122.113391000360068, 37.63520199999207 ], [ -122.119072999940698, 37.640470000298365 ], [ -122.119759000204013, 37.642006999976189 ], [ -122.119867999983967, 37.644227000027435 ], [ -122.119919000037598, 37.645610999899787 ], [ -122.120238999704753, 37.653222999820798 ], [ -122.110412999853281, 37.653155999645129 ], [ -122.113675000042193, 37.658260000257989 ], [ -122.116483999596326, 37.662806000242888 ], [ -122.118140999630057, 37.665595999877333 ], [ -122.120098000137745, 37.668711999709934 ], [ -122.120684999768585, 37.669672000105137 ], [ -122.123445999642101, 37.668162999797808 ], [ -122.127907999930287, 37.667898000070707 ], [ -122.127718999784406, 37.665131999919694 ], [ -122.130955999858955, 37.664972000291591 ], [ -122.134283000345235, 37.664763999975058 ], [ -122.134816000447714, 37.663277999909035 ], [ -122.140801999801909, 37.663134000075907 ], [ -122.141676000386269, 37.663108999883804 ], [ -122.14386800017229, 37.663469999963048 ], [ -122.141890999573093, 37.661356000067457 ], [ -122.144475999719504, 37.661530999678732 ], [ -122.146976000375417, 37.664430999714526 ], [ -122.161649544858591, 37.664185760540946 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437102", "NAME": "Census Tract 4371.02", "state": "06", "county_fips": "001", "tract": "437102", "county_name": "Alameda County", "tot_pop_2050": 4885, "tot_pop_pov_det_2050": 4885, "tot_pop_civ_ni_2050": 4885, "tot_hh_2050": 1486, "pop_zvhhs_2050": 154, "tot_fam_2050": 1177, "tot_pop_over5_2050": 4725, "pop_hus_rent50_2050": 159, "pop_minority_2050": 4340, "pop_over75_2050": 322, "pop_spfam_2050": 131, "pop_lep_2050": 705, "pop_below200_2050": 1196, "pop_disability_2050": 559, "pct_minority_2050": 0.88843398157625386, "pct_over75_2050": 0.065916069600818819, "pct_spfam_2050": 0.11129991503823281, "pct_lep_2050": 0.1492063492063492, "pct_below200_2050": 0.24483111566018426, "pct_disab_2050": 0.114431934493347, "pct_zvhhs_2050": 0.10363391655450876, "pct_hus_rent50_2050": 0.10699865410497983, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050543221539915001, "pct_minority_2040": 0.87269721303731695, "pct_spfam_2040": 0.128608923884514, "pct_lep_2040": 0.15351758793969902, "pct_below200_2040": 0.27255550307038301, "pct_disab_2040": 0.097543693906470982, "pct_zvhhs_2040": 0.15357395612172697, "pct_hus_rent50_2040": 0.12313167259786499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.110053999828068, 37.632353000269767 ], [ -122.109322000432272, 37.631228000011006 ], [ -122.106235000145531, 37.63148600000833 ], [ -122.104308999599965, 37.632252999972017 ], [ -122.102285000043423, 37.628753999698532 ], [ -122.101751999940959, 37.624853999755963 ], [ -122.099827000118609, 37.624075999843349 ], [ -122.093480000191065, 37.624250000137422 ], [ -122.092858000400128, 37.62448000013022 ], [ -122.094311000219363, 37.626861999724028 ], [ -122.096800999931233, 37.630905000042326 ], [ -122.100093000257388, 37.636330999924411 ], [ -122.107748000239241, 37.633398999658212 ], [ -122.110053999828068, 37.632353000269767 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437200", "NAME": "Census Tract 4372", "state": "06", "county_fips": "001", "tract": "437200", "county_name": "Alameda County", "tot_pop_2050": 7495, "tot_pop_pov_det_2050": 7379, "tot_pop_civ_ni_2050": 7379, "tot_hh_2050": 2247, "pop_zvhhs_2050": 69, "tot_fam_2050": 1543, "tot_pop_over5_2050": 7040, "pop_hus_rent50_2050": 116, "pop_minority_2050": 6167, "pop_over75_2050": 660, "pop_spfam_2050": 253, "pop_lep_2050": 614, "pop_below200_2050": 1663, "pop_disability_2050": 705, "pct_minority_2050": 0.8228152101400934, "pct_over75_2050": 0.08805870580386925, "pct_spfam_2050": 0.16396629941672067, "pct_lep_2050": 0.087215909090909094, "pct_below200_2050": 0.22536929123187424, "pct_disab_2050": 0.095541401273885357, "pct_zvhhs_2050": 0.03070761014686248, "pct_hus_rent50_2050": 0.051624388072986201, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089434164655403992, "pct_minority_2040": 0.82247251273799893, "pct_spfam_2040": 0.23265306122449, "pct_lep_2040": 0.083477011494252989, "pct_below200_2040": 0.29279956278180103, "pct_disab_2040": 0.10709905981741401, "pct_zvhhs_2040": 0.070329670329669997, "pct_hus_rent50_2040": 0.104615384615385, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.120238999704753, 37.653222999820798 ], [ -122.119919000037598, 37.645610999899787 ], [ -122.119867999983967, 37.644227000027435 ], [ -122.119759000204013, 37.642006999976189 ], [ -122.119072999940698, 37.640470000298365 ], [ -122.113391000360068, 37.63520199999207 ], [ -122.11039199993688, 37.632901000081162 ], [ -122.110053999828068, 37.632353000269767 ], [ -122.107748000239241, 37.633398999658212 ], [ -122.100093000257388, 37.636330999924411 ], [ -122.102065999760327, 37.639492000063115 ], [ -122.107284999558658, 37.647997000183224 ], [ -122.110412999853281, 37.653155999645129 ], [ -122.120238999704753, 37.653222999820798 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437300", "NAME": "Census Tract 4373", "state": "06", "county_fips": "001", "tract": "437300", "county_name": "Alameda County", "tot_pop_2050": 3258, "tot_pop_pov_det_2050": 3227, "tot_pop_civ_ni_2050": 3244, "tot_hh_2050": 953, "pop_zvhhs_2050": 43, "tot_fam_2050": 806, "tot_pop_over5_2050": 3079, "pop_hus_rent50_2050": 147, "pop_minority_2050": 2667, "pop_over75_2050": 147, "pop_spfam_2050": 214, "pop_lep_2050": 377, "pop_below200_2050": 1004, "pop_disability_2050": 459, "pct_minority_2050": 0.81860036832412519, "pct_over75_2050": 0.045119705340699819, "pct_spfam_2050": 0.26550868486352358, "pct_lep_2050": 0.12244235141279634, "pct_below200_2050": 0.31112488379299658, "pct_disab_2050": 0.14149198520345252, "pct_zvhhs_2050": 0.045120671563483733, "pct_hus_rent50_2050": 0.15424973767051414, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.046832782948064006, "pct_minority_2040": 0.86490543380366292, "pct_spfam_2040": 0.21149144254278698, "pct_lep_2040": 0.120672921384665, "pct_below200_2040": 0.39885265700483097, "pct_disab_2040": 0.13154726068633399, "pct_zvhhs_2040": 0.077837837837838, "pct_hus_rent50_2040": 0.18530701754386, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.09821199991768, 37.637617999996266 ], [ -122.100093000257388, 37.636330999924411 ], [ -122.096800999931233, 37.630905000042326 ], [ -122.094590999703541, 37.631707999719204 ], [ -122.093820999774593, 37.631749999955247 ], [ -122.089817000144137, 37.631721000252142 ], [ -122.084512999956999, 37.631557999698799 ], [ -122.087898000169588, 37.63632599964685 ], [ -122.090891999671584, 37.640499000143691 ], [ -122.093890000269894, 37.644795000011271 ], [ -122.097000999947767, 37.639317999885414 ], [ -122.09821199991768, 37.637617999996266 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437400", "NAME": "Census Tract 4374", "state": "06", "county_fips": "001", "tract": "437400", "county_name": "Alameda County", "tot_pop_2050": 3428, "tot_pop_pov_det_2050": 3416, "tot_pop_civ_ni_2050": 3428, "tot_hh_2050": 959, "pop_zvhhs_2050": 13, "tot_fam_2050": 828, "tot_pop_over5_2050": 3163, "pop_hus_rent50_2050": 25, "pop_minority_2050": 2925, "pop_over75_2050": 194, "pop_spfam_2050": 69, "pop_lep_2050": 433, "pop_below200_2050": 672, "pop_disability_2050": 375, "pct_minority_2050": 0.85326721120186699, "pct_over75_2050": 0.05659276546091016, "pct_spfam_2050": 0.083333333333333329, "pct_lep_2050": 0.13689535251343662, "pct_below200_2050": 0.19672131147540986, "pct_disab_2050": 0.10939323220536756, "pct_zvhhs_2050": 0.013555787278415016, "pct_hus_rent50_2050": 0.026068821689259645, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055538123627235994, "pct_minority_2040": 0.80922497646689695, "pct_spfam_2040": 0.058981233243967993, "pct_lep_2040": 0.093062041360906997, "pct_below200_2040": 0.35582052086601795, "pct_disab_2040": 0.107310950737371, "pct_zvhhs_2040": 0.046349942062572001, "pct_hus_rent50_2040": 0.064553990610329001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.092557000101266, 37.64719700030404 ], [ -122.093890000269894, 37.644795000011271 ], [ -122.090891999671584, 37.640499000143691 ], [ -122.087898000169588, 37.63632599964685 ], [ -122.086765000017493, 37.636879999756488 ], [ -122.084322999986185, 37.636939999772132 ], [ -122.083516000247343, 37.636972000140027 ], [ -122.083512999874287, 37.639593000020191 ], [ -122.083491000132966, 37.648448000097233 ], [ -122.085098999762906, 37.648194000115069 ], [ -122.090296999644835, 37.647153000160266 ], [ -122.092557000101266, 37.64719700030404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437500", "NAME": "Census Tract 4375", "state": "06", "county_fips": "001", "tract": "437500", "county_name": "Alameda County", "tot_pop_2050": 4586, "tot_pop_pov_det_2050": 4502, "tot_pop_civ_ni_2050": 4502, "tot_hh_2050": 1189, "pop_zvhhs_2050": 16, "tot_fam_2050": 1025, "tot_pop_over5_2050": 4201, "pop_hus_rent50_2050": 214, "pop_minority_2050": 3998, "pop_over75_2050": 176, "pop_spfam_2050": 212, "pop_lep_2050": 628, "pop_below200_2050": 1647, "pop_disability_2050": 285, "pct_minority_2050": 0.87178368948975138, "pct_over75_2050": 0.038377671173135633, "pct_spfam_2050": 0.20682926829268289, "pct_lep_2050": 0.14948821709116875, "pct_below200_2050": 0.36583740559751221, "pct_disab_2050": 0.06330519768991559, "pct_zvhhs_2050": 0.01345668629100084, "pct_hus_rent50_2050": 0.17998317914213624, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.019126912691268996, "pct_minority_2040": 0.86566156615661594, "pct_spfam_2040": 0.255543822597677, "pct_lep_2040": 0.207723372034326, "pct_below200_2040": 0.53361053361053401, "pct_disab_2040": 0.07190443372386901, "pct_zvhhs_2040": 0.103748910200523, "pct_hus_rent50_2040": 0.26919602529358605, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.083491000132966, 37.648448000097233 ], [ -122.083512999874287, 37.639593000020191 ], [ -122.081222000354046, 37.63963600022084 ], [ -122.081224999828777, 37.640842000276635 ], [ -122.078469999803048, 37.640941999685396 ], [ -122.07442699981452, 37.641025000230549 ], [ -122.072466000007168, 37.6420869996821 ], [ -122.072297999777689, 37.642174000135853 ], [ -122.079977999873876, 37.64891099974804 ], [ -122.08197600038946, 37.648688000195094 ], [ -122.083491000132966, 37.648448000097233 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437600", "NAME": "Census Tract 4376", "state": "06", "county_fips": "001", "tract": "437600", "county_name": "Alameda County", "tot_pop_2050": 3755, "tot_pop_pov_det_2050": 3552, "tot_pop_civ_ni_2050": 3552, "tot_hh_2050": 914, "pop_zvhhs_2050": 96, "tot_fam_2050": 706, "tot_pop_over5_2050": 3544, "pop_hus_rent50_2050": 97, "pop_minority_2050": 3275, "pop_over75_2050": 374, "pop_spfam_2050": 134, "pop_lep_2050": 477, "pop_below200_2050": 1018, "pop_disability_2050": 473, "pct_minority_2050": 0.87217043941411454, "pct_over75_2050": 0.099600532623169105, "pct_spfam_2050": 0.18980169971671387, "pct_lep_2050": 0.13459367945823927, "pct_below200_2050": 0.28659909909909909, "pct_disab_2050": 0.13316441441441446, "pct_zvhhs_2050": 0.10503282275711159, "pct_hus_rent50_2050": 0.1061269146608315, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082891079100329015, "pct_minority_2040": 0.82234015668435712, "pct_spfam_2040": 0.23781388478582002, "pct_lep_2040": 0.26928209234053896, "pct_below200_2040": 0.445779914529915, "pct_disab_2040": 0.137019230769231, "pct_zvhhs_2040": 0.09040178571428599, "pct_hus_rent50_2040": 0.12, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.086765000017493, 37.636879999756488 ], [ -122.087898000169588, 37.63632599964685 ], [ -122.084512999956999, 37.631557999698799 ], [ -122.077525999796848, 37.631403000189607 ], [ -122.074460000324819, 37.63133600025121 ], [ -122.073241999783903, 37.631424000041093 ], [ -122.074323999882353, 37.632183000039234 ], [ -122.075884999656623, 37.636456999836355 ], [ -122.078469999803048, 37.640941999685396 ], [ -122.081224999828777, 37.640842000276635 ], [ -122.081222000354046, 37.63963600022084 ], [ -122.083512999874287, 37.639593000020191 ], [ -122.083516000247343, 37.636972000140027 ], [ -122.084322999986185, 37.636939999772132 ], [ -122.086765000017493, 37.636879999756488 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437701", "NAME": "Census Tract 4377.01", "state": "06", "county_fips": "001", "tract": "437701", "county_name": "Alameda County", "tot_pop_2050": 3597, "tot_pop_pov_det_2050": 3543, "tot_pop_civ_ni_2050": 3597, "tot_hh_2050": 1031, "pop_zvhhs_2050": 127, "tot_fam_2050": 791, "tot_pop_over5_2050": 3329, "pop_hus_rent50_2050": 132, "pop_minority_2050": 3214, "pop_over75_2050": 86, "pop_spfam_2050": 254, "pop_lep_2050": 455, "pop_below200_2050": 1315, "pop_disability_2050": 206, "pct_minority_2050": 0.89352237976091187, "pct_over75_2050": 0.023908812899638587, "pct_spfam_2050": 0.32111251580278127, "pct_lep_2050": 0.13667768098528085, "pct_below200_2050": 0.37115438893593, "pct_disab_2050": 0.057269947178204064, "pct_zvhhs_2050": 0.12318137730358875, "pct_hus_rent50_2050": 0.12803103782735209, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018006263048016998, "pct_minority_2040": 0.92562630480166996, "pct_spfam_2040": 0.344345616264295, "pct_lep_2040": 0.20194986072423399, "pct_below200_2040": 0.57731688107114698, "pct_disab_2040": 0.11612734864300599, "pct_zvhhs_2040": 0.067178502879079005, "pct_hus_rent50_2040": 0.24578790882061399, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074724999740354, 37.636712000308577 ], [ -122.075884999656623, 37.636456999836355 ], [ -122.074323999882353, 37.632183000039234 ], [ -122.073241999783903, 37.631424000041093 ], [ -122.071677999636577, 37.63155299981149 ], [ -122.069088000365582, 37.631790999908667 ], [ -122.065046000201988, 37.633582000159898 ], [ -122.063605000078311, 37.634227000095784 ], [ -122.063340999589371, 37.634339999946071 ], [ -122.072297999777689, 37.642174000135853 ], [ -122.072466000007168, 37.6420869996821 ], [ -122.06954299975196, 37.639503999790506 ], [ -122.071700000276195, 37.638278999655746 ], [ -122.068988999733094, 37.635925000335526 ], [ -122.07211399965469, 37.634332000283408 ], [ -122.072327000089999, 37.634597999810097 ], [ -122.074724999740354, 37.636712000308577 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437702", "NAME": "Census Tract 4377.02", "state": "06", "county_fips": "001", "tract": "437702", "county_name": "Alameda County", "tot_pop_2050": 4469, "tot_pop_pov_det_2050": 4469, "tot_pop_civ_ni_2050": 4413, "tot_hh_2050": 1126, "pop_zvhhs_2050": 20, "tot_fam_2050": 1011, "tot_pop_over5_2050": 4141, "pop_hus_rent50_2050": 252, "pop_minority_2050": 4309, "pop_over75_2050": 90, "pop_spfam_2050": 238, "pop_lep_2050": 1326, "pop_below200_2050": 2131, "pop_disability_2050": 157, "pct_minority_2050": 0.96419780711568581, "pct_over75_2050": 0.02013873349742672, "pct_spfam_2050": 0.23541048466864489, "pct_lep_2050": 0.32021250905578363, "pct_below200_2050": 0.47684045647795931, "pct_disab_2050": 0.035576705189213687, "pct_zvhhs_2050": 0.01776198934280639, "pct_hus_rent50_2050": 0.22380106571936054, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.00039896269698800002, "pct_minority_2040": 0.93895870736086207, "pct_spfam_2040": 0.36487907465825392, "pct_lep_2040": 0.34118470149253693, "pct_below200_2040": 0.73439088875330505, "pct_disab_2040": 0.058596918085969001, "pct_zvhhs_2040": 0.107445805843544, "pct_hus_rent50_2040": 0.23591212989493801, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.078469999803048, 37.640941999685396 ], [ -122.075884999656623, 37.636456999836355 ], [ -122.074724999740354, 37.636712000308577 ], [ -122.072327000089999, 37.634597999810097 ], [ -122.07211399965469, 37.634332000283408 ], [ -122.068988999733094, 37.635925000335526 ], [ -122.071700000276195, 37.638278999655746 ], [ -122.06954299975196, 37.639503999790506 ], [ -122.072466000007168, 37.6420869996821 ], [ -122.07442699981452, 37.641025000230549 ], [ -122.078469999803048, 37.640941999685396 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437800", "NAME": "Census Tract 4378", "state": "06", "county_fips": "001", "tract": "437800", "county_name": "Alameda County", "tot_pop_2050": 4730, "tot_pop_pov_det_2050": 4676, "tot_pop_civ_ni_2050": 4715, "tot_hh_2050": 1371, "pop_zvhhs_2050": 47, "tot_fam_2050": 1061, "tot_pop_over5_2050": 4545, "pop_hus_rent50_2050": 73, "pop_minority_2050": 3742, "pop_over75_2050": 317, "pop_spfam_2050": 101, "pop_lep_2050": 365, "pop_below200_2050": 678, "pop_disability_2050": 587, "pct_minority_2050": 0.79112050739957718, "pct_over75_2050": 0.067019027484143762, "pct_spfam_2050": 0.095193213949104599, "pct_lep_2050": 0.080308030803080313, "pct_below200_2050": 0.14499572284003426, "pct_disab_2050": 0.12449628844114527, "pct_zvhhs_2050": 0.034281546316557256, "pct_hus_rent50_2050": 0.053245805981035739, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050163576881134007, "pct_minority_2040": 0.86521264994547409, "pct_spfam_2040": 0.11791590493601499, "pct_lep_2040": 0.17400419287211702, "pct_below200_2040": 0.14967177242888399, "pct_disab_2040": 0.071772428884026004, "pct_zvhhs_2040": 0.0090157776108190004, "pct_hus_rent50_2040": 0.040121120363361004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.076872000218884, 37.649415000254471 ], [ -122.079977999873876, 37.64891099974804 ], [ -122.072297999777689, 37.642174000135853 ], [ -122.063340999589371, 37.634339999946071 ], [ -122.061770999594259, 37.635046000043182 ], [ -122.058387999929806, 37.635734999895575 ], [ -122.070020999602832, 37.650545999715987 ], [ -122.070242000434106, 37.650505000154617 ], [ -122.076872000218884, 37.649415000254471 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001437900", "NAME": "Census Tract 4379", "state": "06", "county_fips": "001", "tract": "437900", "county_name": "Alameda County", "tot_pop_2050": 2384, "tot_pop_pov_det_2050": 2379, "tot_pop_civ_ni_2050": 2384, "tot_hh_2050": 659, "pop_zvhhs_2050": 12, "tot_fam_2050": 473, "tot_pop_over5_2050": 2217, "pop_hus_rent50_2050": 104, "pop_minority_2050": 2184, "pop_over75_2050": 89, "pop_spfam_2050": 72, "pop_lep_2050": 218, "pop_below200_2050": 892, "pop_disability_2050": 267, "pct_minority_2050": 0.91610738255033564, "pct_over75_2050": 0.037332214765100666, "pct_spfam_2050": 0.15221987315010571, "pct_lep_2050": 0.098331078033378441, "pct_below200_2050": 0.37494745691466996, "pct_disab_2050": 0.111996644295302, "pct_zvhhs_2050": 0.018209408194233688, "pct_hus_rent50_2050": 0.15781487101669195, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020674157303371, "pct_minority_2040": 0.93662921348314598, "pct_spfam_2040": 0.086419753086419998, "pct_lep_2040": 0.15332690453230499, "pct_below200_2040": 0.39056179775280891, "pct_disab_2040": 0.065168539325843003, "pct_zvhhs_2040": 0.027142857142857, "pct_hus_rent50_2040": 0.14368650217706799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.067967999733995, 37.650869999651647 ], [ -122.070020999602832, 37.650545999715987 ], [ -122.058387999929806, 37.635734999895575 ], [ -122.057233000036405, 37.635928999725493 ], [ -122.054266000298583, 37.636394000262783 ], [ -122.056920000041956, 37.638815000031798 ], [ -122.054363000382949, 37.64011299995019 ], [ -122.055299999818146, 37.642858000202686 ], [ -122.060019999849175, 37.642497000201402 ], [ -122.064597999590021, 37.648265999974221 ], [ -122.066939000237284, 37.651218000247134 ], [ -122.067967999733995, 37.650869999651647 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438000", "NAME": "Census Tract 4380", "state": "06", "county_fips": "001", "tract": "438000", "county_name": "Alameda County", "tot_pop_2050": 4119, "tot_pop_pov_det_2050": 4119, "tot_pop_civ_ni_2050": 4119, "tot_hh_2050": 1144, "pop_zvhhs_2050": 16, "tot_fam_2050": 906, "tot_pop_over5_2050": 3769, "pop_hus_rent50_2050": 59, "pop_minority_2050": 2967, "pop_over75_2050": 163, "pop_spfam_2050": 87, "pop_lep_2050": 215, "pop_below200_2050": 1050, "pop_disability_2050": 343, "pct_minority_2050": 0.7203204661325564, "pct_over75_2050": 0.039572711823258069, "pct_spfam_2050": 0.096026490066225156, "pct_lep_2050": 0.057044308835234814, "pct_below200_2050": 0.25491624180626365, "pct_disab_2050": 0.083272638990046124, "pct_zvhhs_2050": 0.013986013986013986, "pct_hus_rent50_2050": 0.051573426573426576, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091926217115210013, "pct_minority_2040": 0.6208043543997579, "pct_spfam_2040": 0.068459657701712015, "pct_lep_2040": 0.10329389190917801, "pct_below200_2040": 0.22300397675129999, "pct_disab_2040": 0.097369216812820999, "pct_zvhhs_2040": 0.0209324452902, "pct_hus_rent50_2040": 0.040553907022750003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.042769999994562, 37.627903999738173 ], [ -122.044643999763295, 37.627776999951429 ], [ -122.038297999660657, 37.622279000142164 ], [ -122.036627000281527, 37.620803000029781 ], [ -122.034274999763596, 37.618756000196086 ], [ -122.034220000410357, 37.618707999969693 ], [ -122.029599000113492, 37.614671000230949 ], [ -122.028079000347091, 37.613328999725489 ], [ -122.023239999592079, 37.609048000346021 ], [ -122.020036999852692, 37.606242999677505 ], [ -122.016499000377536, 37.608537000274993 ], [ -122.01718800011561, 37.610328000053933 ], [ -122.016759999595138, 37.613060000111908 ], [ -122.017800999685704, 37.616384000263494 ], [ -122.020624000381829, 37.618999999741263 ], [ -122.021873999811476, 37.619291999789127 ], [ -122.022523000264897, 37.620842000228912 ], [ -122.023792999786039, 37.62175400009199 ], [ -122.023606000188295, 37.62291900023007 ], [ -122.026618000131961, 37.623004999982065 ], [ -122.028028000293475, 37.622776000074751 ], [ -122.029623000402935, 37.625082000027504 ], [ -122.030027999560602, 37.628855000022774 ], [ -122.031588000408235, 37.628606000010961 ], [ -122.032313999956273, 37.628442000147579 ], [ -122.034786000124782, 37.628020999769795 ], [ -122.036254000012633, 37.629158000171927 ], [ -122.039879000424719, 37.629170999728068 ], [ -122.040404999956195, 37.628958999677863 ], [ -122.042769999994562, 37.627903999738173 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438100", "NAME": "Census Tract 4381", "state": "06", "county_fips": "001", "tract": "438100", "county_name": "Alameda County", "tot_pop_2050": 8080, "tot_pop_pov_det_2050": 8080, "tot_pop_civ_ni_2050": 8080, "tot_hh_2050": 2158, "pop_zvhhs_2050": 108, "tot_fam_2050": 1850, "tot_pop_over5_2050": 7462, "pop_hus_rent50_2050": 196, "pop_minority_2050": 6551, "pop_over75_2050": 371, "pop_spfam_2050": 200, "pop_lep_2050": 610, "pop_below200_2050": 1360, "pop_disability_2050": 877, "pct_minority_2050": 0.81076732673267327, "pct_over75_2050": 0.045915841584158422, "pct_spfam_2050": 0.10810810810810813, "pct_lep_2050": 0.081747520771911011, "pct_below200_2050": 0.16831683168316833, "pct_disab_2050": 0.10853960396039604, "pct_zvhhs_2050": 0.050046339202965716, "pct_hus_rent50_2050": 0.090824837812789619, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063076711196804996, "pct_minority_2040": 0.81311114171601717, "pct_spfam_2040": 0.067205973864344001, "pct_lep_2040": 0.121327291331677, "pct_below200_2040": 0.22053337018101399, "pct_disab_2040": 0.12614107883817402, "pct_zvhhs_2040": 0.062887089090042994, "pct_hus_rent50_2040": 0.096758587324624987, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.051680000327238, 37.62574500017633 ], [ -122.050317000021394, 37.622973000003235 ], [ -122.040967000370969, 37.614733999717366 ], [ -122.039459000300127, 37.613404000020971 ], [ -122.034386999916606, 37.608962000106295 ], [ -122.031062999803382, 37.608957000122373 ], [ -122.023239999592079, 37.609048000346021 ], [ -122.028079000347091, 37.613328999725489 ], [ -122.029599000113492, 37.614671000230949 ], [ -122.034220000410357, 37.618707999969693 ], [ -122.034274999763596, 37.618756000196086 ], [ -122.036627000281527, 37.620803000029781 ], [ -122.038297999660657, 37.622279000142164 ], [ -122.044643999763295, 37.627776999951429 ], [ -122.046778999647927, 37.629677999852213 ], [ -122.046934000356941, 37.629598000302394 ], [ -122.051680000327238, 37.62574500017633 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438201", "NAME": "Census Tract 4382.01", "state": "06", "county_fips": "001", "tract": "438201", "county_name": "Alameda County", "tot_pop_2050": 4926, "tot_pop_pov_det_2050": 4919, "tot_pop_civ_ni_2050": 4926, "tot_hh_2050": 1182, "pop_zvhhs_2050": 22, "tot_fam_2050": 1007, "tot_pop_over5_2050": 4588, "pop_hus_rent50_2050": 21, "pop_minority_2050": 4465, "pop_over75_2050": 203, "pop_spfam_2050": 167, "pop_lep_2050": 710, "pop_below200_2050": 1403, "pop_disability_2050": 373, "pct_minority_2050": 0.9064149411287048, "pct_over75_2050": 0.041209906617945602, "pct_spfam_2050": 0.16583912611717974, "pct_lep_2050": 0.15475152571926765, "pct_below200_2050": 0.28522057328725353, "pct_disab_2050": 0.075720665854648803, "pct_zvhhs_2050": 0.018612521150592216, "pct_hus_rent50_2050": 0.017766497461928939, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051469138237034008, "pct_minority_2040": 0.87497535002958005, "pct_spfam_2040": 0.18036286019210201, "pct_lep_2040": 0.14643663996713902, "pct_below200_2040": 0.41924669690396399, "pct_disab_2040": 0.16387300335239599, "pct_zvhhs_2040": 0.069408740359896998, "pct_hus_rent50_2040": 0.018666666666667001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.084512999956999, 37.631557999698799 ], [ -122.079674000100269, 37.624744999703587 ], [ -122.074535999594474, 37.617584999719249 ], [ -122.07378300028229, 37.617562999776872 ], [ -122.07371999963479, 37.618152999859696 ], [ -122.072015999745375, 37.622220999737351 ], [ -122.071866999782472, 37.624552999849215 ], [ -122.07228600008213, 37.630819999742329 ], [ -122.073241999783903, 37.631424000041093 ], [ -122.074460000324819, 37.63133600025121 ], [ -122.077525999796848, 37.631403000189607 ], [ -122.084512999956999, 37.631557999698799 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438203", "NAME": "Census Tract 4382.03", "state": "06", "county_fips": "001", "tract": "438203", "county_name": "Alameda County", "tot_pop_2050": 4118, "tot_pop_pov_det_2050": 4118, "tot_pop_civ_ni_2050": 4118, "tot_hh_2050": 1211, "pop_zvhhs_2050": 47, "tot_fam_2050": 975, "tot_pop_over5_2050": 3931, "pop_hus_rent50_2050": 111, "pop_minority_2050": 3452, "pop_over75_2050": 284, "pop_spfam_2050": 164, "pop_lep_2050": 640, "pop_below200_2050": 614, "pop_disability_2050": 419, "pct_minority_2050": 0.83827100534239918, "pct_over75_2050": 0.068965517241379309, "pct_spfam_2050": 0.1682051282051282, "pct_lep_2050": 0.16280844568812008, "pct_below200_2050": 0.14910150558523555, "pct_disab_2050": 0.10174842156386596, "pct_zvhhs_2050": 0.038810900082576393, "pct_hus_rent50_2050": 0.091659785301403798, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078010948905109012, "pct_minority_2040": 0.85333029197080301, "pct_spfam_2040": 0.089320388349515001, "pct_lep_2040": 0.133064516129032, "pct_below200_2040": 0.26140510948905105, "pct_disab_2040": 0.10926094890510901, "pct_zvhhs_2040": 0.037854889589904996, "pct_hus_rent50_2040": 0.17823343848580397, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074535999594474, 37.617584999719249 ], [ -122.074414000294041, 37.617422000185556 ], [ -122.071450000030964, 37.613278000164485 ], [ -122.066606999976273, 37.613142999776386 ], [ -122.06651599973965, 37.612853000090681 ], [ -122.068539000369597, 37.605683000270304 ], [ -122.06612499992741, 37.605180999714051 ], [ -122.065494999740551, 37.604910999899303 ], [ -122.063241999855151, 37.604685000223455 ], [ -122.059374999593715, 37.603906999924654 ], [ -122.058690000053616, 37.606028000035167 ], [ -122.051682999801969, 37.606006000231979 ], [ -122.043312000317883, 37.606030999716658 ], [ -122.041446999871667, 37.611639999681749 ], [ -122.034818999736743, 37.605961999894468 ], [ -122.030938000129922, 37.605927000011789 ], [ -122.034386999916606, 37.608962000106295 ], [ -122.039459000300127, 37.613404000020971 ], [ -122.040967000370969, 37.614733999717366 ], [ -122.050317000021394, 37.622973000003235 ], [ -122.051680000327238, 37.62574500017633 ], [ -122.052647999724584, 37.624981999907114 ], [ -122.061156000374339, 37.618208999708713 ], [ -122.062203000312707, 37.617373999809466 ], [ -122.061979000006716, 37.617622999733825 ], [ -122.061907000036683, 37.617822999714996 ], [ -122.061916000257526, 37.61807500017764 ], [ -122.06394900003491, 37.619946000141248 ], [ -122.065939000154557, 37.625435000066986 ], [ -122.067175000238805, 37.62811000023602 ], [ -122.063322000221106, 37.629141000146952 ], [ -122.061485000262309, 37.628480000304322 ], [ -122.062799000164361, 37.631344999789867 ], [ -122.065046000201988, 37.633582000159898 ], [ -122.069088000365582, 37.631790999908667 ], [ -122.071677999636577, 37.63155299981149 ], [ -122.073241999783903, 37.631424000041093 ], [ -122.07228600008213, 37.630819999742329 ], [ -122.071866999782472, 37.624552999849215 ], [ -122.072015999745375, 37.622220999737351 ], [ -122.07371999963479, 37.618152999859696 ], [ -122.07378300028229, 37.617562999776872 ], [ -122.074535999594474, 37.617584999719249 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438204", "NAME": "Census Tract 4382.04", "state": "06", "county_fips": "001", "tract": "438204", "county_name": "Alameda County", "tot_pop_2050": 5483, "tot_pop_pov_det_2050": 5458, "tot_pop_civ_ni_2050": 5458, "tot_hh_2050": 1810, "pop_zvhhs_2050": 52, "tot_fam_2050": 1346, "tot_pop_over5_2050": 5267, "pop_hus_rent50_2050": 166, "pop_minority_2050": 4649, "pop_over75_2050": 405, "pop_spfam_2050": 113, "pop_lep_2050": 578, "pop_below200_2050": 1265, "pop_disability_2050": 597, "pct_minority_2050": 0.84789348896589456, "pct_over75_2050": 0.073864672624475658, "pct_spfam_2050": 0.083952451708766709, "pct_lep_2050": 0.10973988988038733, "pct_below200_2050": 0.23176987907658486, "pct_disab_2050": 0.10938072554049104, "pct_zvhhs_2050": 0.028729281767955799, "pct_hus_rent50_2050": 0.091712707182320441, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055076807793180999, "pct_minority_2040": 0.79786436867740707, "pct_spfam_2040": 0.036920659858602004, "pct_lep_2040": 0.147087473212546, "pct_below200_2040": 0.25230306448580603, "pct_disab_2040": 0.078327998493692, "pct_zvhhs_2040": 0.035359116022098999, "pct_hus_rent50_2040": 0.065921787709496998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.067175000238805, 37.62811000023602 ], [ -122.065939000154557, 37.625435000066986 ], [ -122.06394900003491, 37.619946000141248 ], [ -122.061916000257526, 37.61807500017764 ], [ -122.061907000036683, 37.617822999714996 ], [ -122.061979000006716, 37.617622999733825 ], [ -122.062203000312707, 37.617373999809466 ], [ -122.061156000374339, 37.618208999708713 ], [ -122.052647999724584, 37.624981999907114 ], [ -122.051680000327238, 37.62574500017633 ], [ -122.05359400027892, 37.629423999721368 ], [ -122.058387999929806, 37.635734999895575 ], [ -122.061770999594259, 37.635046000043182 ], [ -122.063340999589371, 37.634339999946071 ], [ -122.063605000078311, 37.634227000095784 ], [ -122.065046000201988, 37.633582000159898 ], [ -122.062799000164361, 37.631344999789867 ], [ -122.061485000262309, 37.628480000304322 ], [ -122.063322000221106, 37.629141000146952 ], [ -122.067175000238805, 37.62811000023602 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438300", "NAME": "Census Tract 4383", "state": "06", "county_fips": "001", "tract": "438300", "county_name": "Alameda County", "tot_pop_2050": 3887, "tot_pop_pov_det_2050": 3887, "tot_pop_civ_ni_2050": 3887, "tot_hh_2050": 862, "pop_zvhhs_2050": 23, "tot_fam_2050": 740, "tot_pop_over5_2050": 3741, "pop_hus_rent50_2050": 73, "pop_minority_2050": 3700, "pop_over75_2050": 237, "pop_spfam_2050": 101, "pop_lep_2050": 393, "pop_below200_2050": 778, "pop_disability_2050": 386, "pct_minority_2050": 0.95189091844610241, "pct_over75_2050": 0.060972472343709803, "pct_spfam_2050": 0.13648648648648648, "pct_lep_2050": 0.10505212510024058, "pct_below200_2050": 0.20015436068947776, "pct_disab_2050": 0.099305376897350139, "pct_zvhhs_2050": 0.02668213457076566, "pct_hus_rent50_2050": 0.084686774941995363, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030486329542705002, "pct_minority_2040": 0.94362448584563297, "pct_spfam_2040": 0.14267834793491899, "pct_lep_2040": 0.10209685471792301, "pct_below200_2040": 0.39150485436893201, "pct_disab_2040": 0.094604403580934013, "pct_zvhhs_2040": 0.045454545454545005, "pct_hus_rent50_2040": 0.085841694537346996, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.094590999703541, 37.631707999719204 ], [ -122.096800999931233, 37.630905000042326 ], [ -122.094311000219363, 37.626861999724028 ], [ -122.092858000400128, 37.62448000013022 ], [ -122.091348999606097, 37.625070000105545 ], [ -122.089062000283832, 37.625949000291186 ], [ -122.088172999630871, 37.624524999829021 ], [ -122.082654000256881, 37.62473200008484 ], [ -122.080879000222382, 37.624803999914938 ], [ -122.079674000100269, 37.624744999703587 ], [ -122.084512999956999, 37.631557999698799 ], [ -122.089817000144137, 37.631721000252142 ], [ -122.093820999774593, 37.631749999955247 ], [ -122.094590999703541, 37.631707999719204 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001438400", "NAME": "Census Tract 4384", "state": "06", "county_fips": "001", "tract": "438400", "county_name": "Alameda County", "tot_pop_2050": 2568, "tot_pop_pov_det_2050": 2568, "tot_pop_civ_ni_2050": 2568, "tot_hh_2050": 732, "pop_zvhhs_2050": 16, "tot_fam_2050": 577, "tot_pop_over5_2050": 2429, "pop_hus_rent50_2050": 11, "pop_minority_2050": 2059, "pop_over75_2050": 154, "pop_spfam_2050": 69, "pop_lep_2050": 290, "pop_below200_2050": 546, "pop_disability_2050": 329, "pct_minority_2050": 0.80179127725856703, "pct_over75_2050": 0.059968847352024922, "pct_spfam_2050": 0.1195840554592721, "pct_lep_2050": 0.11939069575957185, "pct_below200_2050": 0.21261682242990654, "pct_disab_2050": 0.12811526479750779, "pct_zvhhs_2050": 0.02185792349726776, "pct_hus_rent50_2050": 0.015027322404371584, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048465266558965991, "pct_minority_2040": 0.7952342487883679, "pct_spfam_2040": 0.12262521588946498, "pct_lep_2040": 0.096881496881496998, "pct_below200_2040": 0.22899838449111498, "pct_disab_2040": 0.090872374798060984, "pct_zvhhs_2040": 0.034042553191489001, "pct_hus_rent50_2040": 0.054913294797687993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.091348999606097, 37.625070000105545 ], [ -122.092858000400128, 37.62448000013022 ], [ -122.090450999630605, 37.62055600019098 ], [ -122.088443999792517, 37.617285000008593 ], [ -122.083905000409771, 37.609872000117711 ], [ -122.080259000081256, 37.611531000180918 ], [ -122.077931999677702, 37.61347600014804 ], [ -122.072281999884154, 37.613309000250609 ], [ -122.071450000030964, 37.613278000164485 ], [ -122.074414000294041, 37.617422000185556 ], [ -122.074535999594474, 37.617584999719249 ], [ -122.079674000100269, 37.624744999703587 ], [ -122.080879000222382, 37.624803999914938 ], [ -122.082654000256881, 37.62473200008484 ], [ -122.088172999630871, 37.624524999829021 ], [ -122.089062000283832, 37.625949000291186 ], [ -122.091348999606097, 37.625070000105545 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440100", "NAME": "Census Tract 4401", "state": "06", "county_fips": "001", "tract": "440100", "county_name": "Alameda County", "tot_pop_2050": 2660, "tot_pop_pov_det_2050": 2605, "tot_pop_civ_ni_2050": 2605, "tot_hh_2050": 1119, "pop_zvhhs_2050": 186, "tot_fam_2050": 611, "tot_pop_over5_2050": 2513, "pop_hus_rent50_2050": 196, "pop_minority_2050": 1606, "pop_over75_2050": 635, "pop_spfam_2050": 67, "pop_lep_2050": 86, "pop_below200_2050": 448, "pop_disability_2050": 369, "pct_minority_2050": 0.60375939849624061, "pct_over75_2050": 0.2387218045112782, "pct_spfam_2050": 0.10965630114566284, "pct_lep_2050": 0.034222045364106647, "pct_below200_2050": 0.17197696737044146, "pct_disab_2050": 0.1416506717850288, "pct_zvhhs_2050": 0.16621983914209115, "pct_hus_rent50_2050": 0.17515638963360142, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.16100679184977998, "pct_minority_2040": 0.69556532161406293, "pct_spfam_2040": 0.14681892332789601, "pct_lep_2040": 0.09441879983214399, "pct_below200_2040": 0.21220811142974202, "pct_disab_2040": 0.10979106923392098, "pct_zvhhs_2040": 0.11678832116788301, "pct_hus_rent50_2040": 0.11991199119912001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.030027999560602, 37.628855000022774 ], [ -122.029623000402935, 37.625082000027504 ], [ -122.028028000293475, 37.622776000074751 ], [ -122.026618000131961, 37.623004999982065 ], [ -122.023606000188295, 37.62291900023007 ], [ -122.023792999786039, 37.62175400009199 ], [ -122.022523000264897, 37.620842000228912 ], [ -122.021873999811476, 37.619291999789127 ], [ -122.020624000381829, 37.618999999741263 ], [ -122.017800999685704, 37.616384000263494 ], [ -122.016759999595138, 37.613060000111908 ], [ -122.01718800011561, 37.610328000053933 ], [ -122.016499000377536, 37.608537000274993 ], [ -122.020036999852692, 37.606242999677505 ], [ -122.017349999598991, 37.603848000211315 ], [ -122.015637000387073, 37.602312999836769 ], [ -122.001371999813642, 37.589602000086188 ], [ -121.993026000443905, 37.596028000084374 ], [ -121.98881900042386, 37.598993999898347 ], [ -121.988518000124969, 37.600003999837142 ], [ -121.981668000232176, 37.604623999878363 ], [ -121.967509999788888, 37.59659399969572 ], [ -121.957524999928765, 37.590158999917577 ], [ -121.956981999780538, 37.591469999988426 ], [ -121.952768000087787, 37.595968999816733 ], [ -121.951651999654146, 37.597529000327178 ], [ -121.950256999561233, 37.598054999878727 ], [ -121.947011000164096, 37.59789600025757 ], [ -121.94587499963896, 37.598068999891758 ], [ -121.947815000428236, 37.601224999653923 ], [ -121.94828700043135, 37.60325100027466 ], [ -121.946585000191746, 37.605633000346948 ], [ -121.945535999705257, 37.606750000315841 ], [ -121.945381999719473, 37.609241000240743 ], [ -121.942269000391747, 37.610457000141892 ], [ -121.941192000316178, 37.612044999756868 ], [ -121.941008000193136, 37.613827000214116 ], [ -121.944162000427042, 37.615074999681724 ], [ -121.944986999709272, 37.6170280002734 ], [ -121.943459000445287, 37.618415000035569 ], [ -121.943619000278829, 37.620833000130055 ], [ -121.943329999675512, 37.624532999835836 ], [ -121.943914999656528, 37.625493999730665 ], [ -121.943856999930205, 37.626413000336804 ], [ -121.945842000026985, 37.62845400023663 ], [ -121.945990000164997, 37.62896699991893 ], [ -121.947365000166442, 37.629913000121654 ], [ -121.948675999695453, 37.630436000330853 ], [ -121.949695000044741, 37.631428999937079 ], [ -121.950783999815897, 37.631969999787422 ], [ -121.951916000143086, 37.633211000352837 ], [ -121.954435000167265, 37.635446000331612 ], [ -121.958615000423151, 37.636122000271158 ], [ -121.960162999778603, 37.636838000285756 ], [ -121.962071999707433, 37.638588000087111 ], [ -121.963517999853991, 37.640816000266014 ], [ -121.967026000090215, 37.643205999928362 ], [ -121.968899999858905, 37.643084999904076 ], [ -121.978277000171801, 37.639417999922877 ], [ -121.981171000114728, 37.635831999873844 ], [ -121.983153999663386, 37.634586000001704 ], [ -121.987256000101453, 37.634014000011469 ], [ -121.989851000293612, 37.633830999862248 ], [ -121.991340999922784, 37.63082499967895 ], [ -121.991893000291824, 37.630339999990163 ], [ -121.996390999666701, 37.631500000131474 ], [ -121.998892000147535, 37.630418000320901 ], [ -121.999106000407792, 37.629030999682193 ], [ -122.002145999940566, 37.627265000201426 ], [ -122.005973999843931, 37.627314000202269 ], [ -122.006593000160123, 37.627057999884862 ], [ -122.00798800025305, 37.628440999843662 ], [ -122.014023999835956, 37.63168599968774 ], [ -122.017205999658955, 37.632393999890503 ], [ -122.018927999990026, 37.633369999887186 ], [ -122.019208000372501, 37.633453999879663 ], [ -122.01999300037005, 37.633320000083749 ], [ -122.020540999642833, 37.633371999651004 ], [ -122.020978000384147, 37.633231999693407 ], [ -122.021703999932157, 37.632440000028026 ], [ -122.022128000254682, 37.632280999926671 ], [ -122.022852999977758, 37.632251000178137 ], [ -122.023027999879957, 37.632066000156883 ], [ -122.022719999908389, 37.631357999674911 ], [ -122.024576000133749, 37.628654000249618 ], [ -122.026650999743907, 37.628004999794562 ], [ -122.030027999560602, 37.628855000022774 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440200", "NAME": "Census Tract 4402", "state": "06", "county_fips": "001", "tract": "440200", "county_name": "Alameda County", "tot_pop_2050": 6261, "tot_pop_pov_det_2050": 6255, "tot_pop_civ_ni_2050": 6261, "tot_hh_2050": 1516, "pop_zvhhs_2050": 47, "tot_fam_2050": 1364, "tot_pop_over5_2050": 5765, "pop_hus_rent50_2050": 89, "pop_minority_2050": 5969, "pop_over75_2050": 207, "pop_spfam_2050": 167, "pop_lep_2050": 454, "pop_below200_2050": 1594, "pop_disability_2050": 516, "pct_minority_2050": 0.95336208273438761, "pct_over75_2050": 0.033061811212266409, "pct_spfam_2050": 0.12243401759530792, "pct_lep_2050": 0.078751084128360793, "pct_below200_2050": 0.25483613109512387, "pct_disab_2050": 0.08241494968854815, "pct_zvhhs_2050": 0.031002638522427437, "pct_hus_rent50_2050": 0.058707124010554085, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027890384303551004, "pct_minority_2040": 0.94584076536403405, "pct_spfam_2040": 0.208236208236208, "pct_lep_2040": 0.15002641310089801, "pct_below200_2040": 0.39554317548746504, "pct_disab_2040": 0.062915518080103996, "pct_zvhhs_2040": 0.055149501661129995, "pct_hus_rent50_2040": 0.11712931618144899, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.028332999892001, 37.60513000025901 ], [ -122.029414999990479, 37.601381000120895 ], [ -122.026374999559408, 37.598772000006065 ], [ -122.025388999720391, 37.597919000326748 ], [ -122.027408999977283, 37.596419000144913 ], [ -122.026398000023917, 37.595455000186931 ], [ -122.021012999645919, 37.593735999644942 ], [ -122.019661999933945, 37.592518999661834 ], [ -122.018634000262139, 37.59531199988848 ], [ -122.016056999613312, 37.6019740003252 ], [ -122.015637000387073, 37.602312999836769 ], [ -122.017349999598991, 37.603848000211315 ], [ -122.020036999852692, 37.606242999677505 ], [ -122.020976999660917, 37.605894999799624 ], [ -122.02620399985517, 37.605945000258501 ], [ -122.028332999892001, 37.60513000025901 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440301", "NAME": "Census Tract 4403.01", "state": "06", "county_fips": "001", "tract": "440301", "county_name": "Alameda County", "tot_pop_2050": 7579, "tot_pop_pov_det_2050": 7567, "tot_pop_civ_ni_2050": 7546, "tot_hh_2050": 2253, "pop_zvhhs_2050": 99, "tot_fam_2050": 1914, "tot_pop_over5_2050": 7297, "pop_hus_rent50_2050": 124, "pop_minority_2050": 6220, "pop_over75_2050": 458, "pop_spfam_2050": 47, "pop_lep_2050": 643, "pop_below200_2050": 1465, "pop_disability_2050": 722, "pct_minority_2050": 0.82068874521704716, "pct_over75_2050": 0.060430135901834013, "pct_spfam_2050": 0.024555903866248691, "pct_lep_2050": 0.088118404823900237, "pct_below200_2050": 0.1936038059997357, "pct_disab_2050": 0.095679830373707919, "pct_zvhhs_2050": 0.043941411451398127, "pct_hus_rent50_2050": 0.055037727474478472, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053566229985443997, "pct_minority_2040": 0.78835516739446909, "pct_spfam_2040": 0.096312603192074991, "pct_lep_2040": 0.119280285404064, "pct_below200_2040": 0.31889763779527602, "pct_disab_2040": 0.108625730994152, "pct_zvhhs_2040": 0.065145030908226001, "pct_hus_rent50_2040": 0.068999028182701996, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.063241999855151, 37.604685000223455 ], [ -122.065494999740551, 37.604910999899303 ], [ -122.061051999718941, 37.598687999970238 ], [ -122.056626000314097, 37.596896999644926 ], [ -122.055062999991691, 37.596447000072232 ], [ -122.051652999664725, 37.59550299976258 ], [ -122.047310999925472, 37.594296000009926 ], [ -122.043872000184535, 37.593344999722376 ], [ -122.039650000095875, 37.592186000137133 ], [ -122.03452300035903, 37.590770000230265 ], [ -122.033572999606733, 37.591380999797785 ], [ -122.031942000410581, 37.59490699981172 ], [ -122.030388000308989, 37.595753000343912 ], [ -122.029414999990479, 37.601381000120895 ], [ -122.028332999892001, 37.60513000025901 ], [ -122.02620399985517, 37.605945000258501 ], [ -122.020976999660917, 37.605894999799624 ], [ -122.020036999852692, 37.606242999677505 ], [ -122.023239999592079, 37.609048000346021 ], [ -122.031062999803382, 37.608957000122373 ], [ -122.034386999916606, 37.608962000106295 ], [ -122.030938000129922, 37.605927000011789 ], [ -122.034818999736743, 37.605961999894468 ], [ -122.041446999871667, 37.611639999681749 ], [ -122.043312000317883, 37.606030999716658 ], [ -122.051682999801969, 37.606006000231979 ], [ -122.058690000053616, 37.606028000035167 ], [ -122.059374999593715, 37.603906999924654 ], [ -122.063241999855151, 37.604685000223455 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440304", "NAME": "Census Tract 4403.04", "state": "06", "county_fips": "001", "tract": "440304", "county_name": "Alameda County", "tot_pop_2050": 5163, "tot_pop_pov_det_2050": 5148, "tot_pop_civ_ni_2050": 5155, "tot_hh_2050": 1333, "pop_zvhhs_2050": 60, "tot_fam_2050": 1233, "tot_pop_over5_2050": 4848, "pop_hus_rent50_2050": 58, "pop_minority_2050": 4797, "pop_over75_2050": 134, "pop_spfam_2050": 160, "pop_lep_2050": 579, "pop_below200_2050": 925, "pop_disability_2050": 401, "pct_minority_2050": 0.92911098198721676, "pct_over75_2050": 0.025953902769707531, "pct_spfam_2050": 0.129764801297648, "pct_lep_2050": 0.11943069306930693, "pct_below200_2050": 0.17968142968142969, "pct_disab_2050": 0.077788554801163923, "pct_zvhhs_2050": 0.045011252813203298, "pct_hus_rent50_2050": 0.043510877719429859, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034273403838621, "pct_minority_2040": 0.89463376419898211, "pct_spfam_2040": 0.035149384885764995, "pct_lep_2040": 0.13655462184873898, "pct_below200_2040": 0.247989013144987, "pct_disab_2040": 0.054945054945055007, "pct_zvhhs_2040": 0.035195103289977006, "pct_hus_rent50_2040": 0.087937743190661, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.08117700014823, 37.59160399976281 ], [ -122.081197000239698, 37.58757100010704 ], [ -122.080861999605617, 37.577771000205068 ], [ -122.079638999940144, 37.578245000223241 ], [ -122.078159000356735, 37.579931000218593 ], [ -122.076130999703906, 37.582267000213363 ], [ -122.074061000116629, 37.584622000127283 ], [ -122.07228600008213, 37.586669999905709 ], [ -122.069057000403447, 37.590386999793729 ], [ -122.068734000363264, 37.591102999684466 ], [ -122.069993000013753, 37.592375000050211 ], [ -122.07225299957183, 37.591093000162914 ], [ -122.075163000306603, 37.592425999707288 ], [ -122.076089999696038, 37.592285000151513 ], [ -122.077570000177772, 37.591673000089038 ], [ -122.0780510004017, 37.591591000044914 ], [ -122.08117700014823, 37.59160399976281 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440305", "NAME": "Census Tract 4403.05", "state": "06", "county_fips": "001", "tract": "440305", "county_name": "Alameda County", "tot_pop_2050": 4286, "tot_pop_pov_det_2050": 4286, "tot_pop_civ_ni_2050": 4286, "tot_hh_2050": 1043, "pop_zvhhs_2050": 7, "tot_fam_2050": 968, "tot_pop_over5_2050": 4070, "pop_hus_rent50_2050": 18, "pop_minority_2050": 3519, "pop_over75_2050": 301, "pop_spfam_2050": 96, "pop_lep_2050": 257, "pop_below200_2050": 610, "pop_disability_2050": 533, "pct_minority_2050": 0.82104526364908992, "pct_over75_2050": 0.070228651423238447, "pct_spfam_2050": 0.099173553719008281, "pct_lep_2050": 0.063144963144963151, "pct_below200_2050": 0.14232384507699486, "pct_disab_2050": 0.12435837610825945, "pct_zvhhs_2050": 0.0067114093959731542, "pct_hus_rent50_2050": 0.01725790987535954, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044029850746269, "pct_minority_2040": 0.85447761194029792, "pct_spfam_2040": 0.10340136054421802, "pct_lep_2040": 0.067733333333333007, "pct_below200_2040": 0.16382765531062099, "pct_disab_2040": 0.0915650659368, "pct_zvhhs_2040": 0.052040816326530993, "pct_hus_rent50_2040": 0.011422637590862001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.079638999940144, 37.578245000223241 ], [ -122.080861999605617, 37.577771000205068 ], [ -122.077757999600422, 37.571571999839655 ], [ -122.075984000289168, 37.569928000235869 ], [ -122.071751000329826, 37.574727999725653 ], [ -122.067612999906729, 37.579422000007078 ], [ -122.067944000342862, 37.579904000017841 ], [ -122.072806999590725, 37.58266300028631 ], [ -122.074061000116629, 37.584622000127283 ], [ -122.076130999703906, 37.582267000213363 ], [ -122.078159000356735, 37.579931000218593 ], [ -122.079638999940144, 37.578245000223241 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440306", "NAME": "Census Tract 4403.06", "state": "06", "county_fips": "001", "tract": "440306", "county_name": "Alameda County", "tot_pop_2050": 4341, "tot_pop_pov_det_2050": 4341, "tot_pop_civ_ni_2050": 4341, "tot_hh_2050": 1037, "pop_zvhhs_2050": 39, "tot_fam_2050": 910, "tot_pop_over5_2050": 4149, "pop_hus_rent50_2050": 101, "pop_minority_2050": 3932, "pop_over75_2050": 154, "pop_spfam_2050": 103, "pop_lep_2050": 438, "pop_below200_2050": 1088, "pop_disability_2050": 236, "pct_minority_2050": 0.90578207786224363, "pct_over75_2050": 0.035475696844045154, "pct_spfam_2050": 0.1131868131868132, "pct_lep_2050": 0.10556760665220537, "pct_below200_2050": 0.2506334945865008, "pct_disab_2050": 0.054365353605160101, "pct_zvhhs_2050": 0.037608486017357771, "pct_hus_rent50_2050": 0.097396335583413679, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.03202846975089, "pct_minority_2040": 0.87646161667514, "pct_spfam_2040": 0.19447640966628302, "pct_lep_2040": 0.11855252497974601, "pct_below200_2040": 0.26766649720386398, "pct_disab_2040": 0.068216658150230008, "pct_zvhhs_2040": 0.034102306920762, "pct_hus_rent50_2040": 0.10440122824974402, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074061000116629, 37.584622000127283 ], [ -122.072806999590725, 37.58266300028631 ], [ -122.067944000342862, 37.579904000017841 ], [ -122.067612999906729, 37.579422000007078 ], [ -122.06289399970062, 37.584900000244119 ], [ -122.062508999736124, 37.585696000126717 ], [ -122.064317000280937, 37.586747999776804 ], [ -122.064708999918082, 37.587067000196811 ], [ -122.068734000363264, 37.591102999684466 ], [ -122.069057000403447, 37.590386999793729 ], [ -122.07228600008213, 37.586669999905709 ], [ -122.074061000116629, 37.584622000127283 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440307", "NAME": "Census Tract 4403.07", "state": "06", "county_fips": "001", "tract": "440307", "county_name": "Alameda County", "tot_pop_2050": 4488, "tot_pop_pov_det_2050": 4475, "tot_pop_civ_ni_2050": 4466, "tot_hh_2050": 1590, "pop_zvhhs_2050": 79, "tot_fam_2050": 1158, "tot_pop_over5_2050": 4284, "pop_hus_rent50_2050": 79, "pop_minority_2050": 3577, "pop_over75_2050": 540, "pop_spfam_2050": 68, "pop_lep_2050": 442, "pop_below200_2050": 1051, "pop_disability_2050": 730, "pct_minority_2050": 0.79701426024955435, "pct_over75_2050": 0.12032085561497324, "pct_spfam_2050": 0.058721934369602762, "pct_lep_2050": 0.10317460317460317, "pct_below200_2050": 0.23486033519553076, "pct_disab_2050": 0.16345723242274968, "pct_zvhhs_2050": 0.049685534591194971, "pct_hus_rent50_2050": 0.049685534591194971, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.095344229816740997, "pct_minority_2040": 0.75061911837543294, "pct_spfam_2040": 0.125239005736138, "pct_lep_2040": 0.117246794032976, "pct_below200_2040": 0.29518371400198601, "pct_disab_2040": 0.138522755533449, "pct_zvhhs_2040": 0.061305207646670995, "pct_hus_rent50_2040": 0.078807947019867999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.056626000314097, 37.596896999644926 ], [ -122.061051999718941, 37.598687999970238 ], [ -122.056608999697332, 37.592456999942314 ], [ -122.055098999976693, 37.590335000058317 ], [ -122.05034600033369, 37.583490999780281 ], [ -122.048253000281846, 37.585817999769681 ], [ -122.045704999945343, 37.587135999746351 ], [ -122.041458999567254, 37.588118999690444 ], [ -122.038704000439807, 37.587789000115421 ], [ -122.036529000372227, 37.590134000082195 ], [ -122.03452300035903, 37.590770000230265 ], [ -122.039650000095875, 37.592186000137133 ], [ -122.043872000184535, 37.593344999722376 ], [ -122.047310999925472, 37.594296000009926 ], [ -122.051652999664725, 37.59550299976258 ], [ -122.055062999991691, 37.596447000072232 ], [ -122.056626000314097, 37.596896999644926 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440308", "NAME": "Census Tract 4403.08", "state": "06", "county_fips": "001", "tract": "440308", "county_name": "Alameda County", "tot_pop_2050": 5856, "tot_pop_pov_det_2050": 5846, "tot_pop_civ_ni_2050": 5846, "tot_hh_2050": 1974, "pop_zvhhs_2050": 290, "tot_fam_2050": 1454, "tot_pop_over5_2050": 5574, "pop_hus_rent50_2050": 198, "pop_minority_2050": 4935, "pop_over75_2050": 459, "pop_spfam_2050": 113, "pop_lep_2050": 324, "pop_below200_2050": 667, "pop_disability_2050": 496, "pct_minority_2050": 0.84272540983606559, "pct_over75_2050": 0.078381147540983603, "pct_spfam_2050": 0.077716643741403024, "pct_lep_2050": 0.058127018299246498, "pct_below200_2050": 0.11409510776599385, "pct_disab_2050": 0.084844338008894973, "pct_zvhhs_2050": 0.14690982776089159, "pct_hus_rent50_2050": 0.10030395136778117, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099964041711615007, "pct_minority_2040": 0.85436893203883502, "pct_spfam_2040": 0.093519278096800981, "pct_lep_2040": 0.12176560121765599, "pct_below200_2040": 0.28610010803024799, "pct_disab_2040": 0.113071660064818, "pct_zvhhs_2040": 0.24787234042553197, "pct_hus_rent50_2040": 0.11420911528150099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.038704000439807, 37.587789000115421 ], [ -122.038388999897265, 37.587732000001779 ], [ -122.034506999567185, 37.586567999786674 ], [ -122.033519999903277, 37.586112000141512 ], [ -122.03225500040503, 37.585209999902872 ], [ -122.025360000306392, 37.578492999868516 ], [ -122.024319000215812, 37.579654000304252 ], [ -122.023740999907488, 37.580763999940324 ], [ -122.023494000035285, 37.581453999723664 ], [ -122.021513999961343, 37.587180999975175 ], [ -122.019661999933945, 37.592518999661834 ], [ -122.021012999645919, 37.593735999644942 ], [ -122.026398000023917, 37.595455000186931 ], [ -122.027408999977283, 37.596419000144913 ], [ -122.025388999720391, 37.597919000326748 ], [ -122.026374999559408, 37.598772000006065 ], [ -122.029414999990479, 37.601381000120895 ], [ -122.030388000308989, 37.595753000343912 ], [ -122.031942000410581, 37.59490699981172 ], [ -122.033572999606733, 37.591380999797785 ], [ -122.03452300035903, 37.590770000230265 ], [ -122.036529000372227, 37.590134000082195 ], [ -122.038704000439807, 37.587789000115421 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440331", "NAME": "Census Tract 4403.31", "state": "06", "county_fips": "001", "tract": "440331", "county_name": "Alameda County", "tot_pop_2050": 3275, "tot_pop_pov_det_2050": 3271, "tot_pop_civ_ni_2050": 3269, "tot_hh_2050": 894, "pop_zvhhs_2050": 62, "tot_fam_2050": 757, "tot_pop_over5_2050": 3081, "pop_hus_rent50_2050": 73, "pop_minority_2050": 2852, "pop_over75_2050": 189, "pop_spfam_2050": 119, "pop_lep_2050": 231, "pop_below200_2050": 616, "pop_disability_2050": 329, "pct_minority_2050": 0.87083969465648858, "pct_over75_2050": 0.057709923664122136, "pct_spfam_2050": 0.1571994715984148, "pct_lep_2050": 0.074975657254138281, "pct_below200_2050": 0.18832161418526444, "pct_disab_2050": 0.1006423982869379, "pct_zvhhs_2050": 0.069351230425055921, "pct_hus_rent50_2050": 0.081655480984340043, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052224371373308001, "pct_minority_2040": 0.87565625863498209, "pct_spfam_2040": 0.23163138231631397, "pct_lep_2040": 0.091547236033928003, "pct_below200_2040": 0.33047803260569197, "pct_disab_2040": 0.088974854932301992, "pct_zvhhs_2040": 0.045751633986927998, "pct_hus_rent50_2040": 0.16230936819172101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.092389999696678, 37.593747000293909 ], [ -122.091951000203821, 37.592747000137884 ], [ -122.088206000141128, 37.593077999863681 ], [ -122.084393000306406, 37.594807999726591 ], [ -122.080999999697895, 37.593921999722589 ], [ -122.08117700014823, 37.59160399976281 ], [ -122.0780510004017, 37.591591000044914 ], [ -122.077570000177772, 37.591673000089038 ], [ -122.076089999696038, 37.592285000151513 ], [ -122.075163000306603, 37.592425999707288 ], [ -122.07225299957183, 37.591093000162914 ], [ -122.069993000013753, 37.592375000050211 ], [ -122.074039000375336, 37.596463999743314 ], [ -122.074482000066098, 37.596913999924972 ], [ -122.082240999805038, 37.603712999786545 ], [ -122.087428999641205, 37.608192999914188 ], [ -122.088289999806747, 37.60748599965757 ], [ -122.089057000260937, 37.606513000350752 ], [ -122.091741000141567, 37.601123000266725 ], [ -122.091557000018554, 37.594813999994344 ], [ -122.092389999696678, 37.593747000293909 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440332", "NAME": "Census Tract 4403.32", "state": "06", "county_fips": "001", "tract": "440332", "county_name": "Alameda County", "tot_pop_2050": 3393, "tot_pop_pov_det_2050": 3393, "tot_pop_civ_ni_2050": 3393, "tot_hh_2050": 895, "pop_zvhhs_2050": 4, "tot_fam_2050": 824, "tot_pop_over5_2050": 3200, "pop_hus_rent50_2050": 5, "pop_minority_2050": 3095, "pop_over75_2050": 209, "pop_spfam_2050": 24, "pop_lep_2050": 296, "pop_below200_2050": 177, "pop_disability_2050": 210, "pct_minority_2050": 0.91217211906867079, "pct_over75_2050": 0.061597406424992625, "pct_spfam_2050": 0.029126213592233014, "pct_lep_2050": 0.0925, "pct_below200_2050": 0.052166224580017684, "pct_disab_2050": 0.061892130857648102, "pct_zvhhs_2050": 0.0044692737430167594, "pct_hus_rent50_2050": 0.0055865921787709499, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044880785413744996, "pct_minority_2040": 0.91079943899018201, "pct_spfam_2040": 0.069248826291080007, "pct_lep_2040": 0.087827880931328997, "pct_below200_2040": 0.066479663394109004, "pct_disab_2040": 0.068162692847125006, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.096532000317708, 37.58292500017987 ], [ -122.095673999626911, 37.579841000223212 ], [ -122.089730999930424, 37.578719000071743 ], [ -122.087006999866801, 37.578752999677562 ], [ -122.085922000293621, 37.574228000300231 ], [ -122.083137000130662, 37.575289999896718 ], [ -122.082783999953236, 37.574574000266054 ], [ -122.08572499975179, 37.573205000054251 ], [ -122.083893999640793, 37.569793000223065 ], [ -122.084326000359241, 37.568039000266836 ], [ -122.086062000035682, 37.566567999803084 ], [ -122.084516000330041, 37.567680999921393 ], [ -122.077972999685599, 37.57065999988977 ], [ -122.075984000289168, 37.569928000235869 ], [ -122.077757999600422, 37.571571999839655 ], [ -122.080861999605617, 37.577771000205068 ], [ -122.081197000239698, 37.58757100010704 ], [ -122.08117700014823, 37.59160399976281 ], [ -122.080999999697895, 37.593921999722589 ], [ -122.084393000306406, 37.594807999726591 ], [ -122.088206000141128, 37.593077999863681 ], [ -122.091951000203821, 37.592747000137884 ], [ -122.091485000048522, 37.590000999905875 ], [ -122.090926000006775, 37.589037000091906 ], [ -122.091011000395596, 37.584892999711037 ], [ -122.096532000317708, 37.58292500017987 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440333", "NAME": "Census Tract 4403.33", "state": "06", "county_fips": "001", "tract": "440333", "county_name": "Alameda County", "tot_pop_2050": 3186, "tot_pop_pov_det_2050": 3186, "tot_pop_civ_ni_2050": 3186, "tot_hh_2050": 839, "pop_zvhhs_2050": 28, "tot_fam_2050": 735, "tot_pop_over5_2050": 3075, "pop_hus_rent50_2050": 13, "pop_minority_2050": 2657, "pop_over75_2050": 260, "pop_spfam_2050": 25, "pop_lep_2050": 220, "pop_below200_2050": 294, "pop_disability_2050": 210, "pct_minority_2050": 0.83396107972379163, "pct_over75_2050": 0.081607030759573138, "pct_spfam_2050": 0.034013605442176874, "pct_lep_2050": 0.071544715447154475, "pct_below200_2050": 0.092278719397363471, "pct_disab_2050": 0.065913370998116755, "pct_zvhhs_2050": 0.033373063170441003, "pct_hus_rent50_2050": 0.015494636471990463, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054784774101742997, "pct_minority_2040": 0.86374955531839204, "pct_spfam_2040": 0.13574660633484201, "pct_lep_2040": 0.107142857142857, "pct_below200_2040": 0.124461979913917, "pct_disab_2040": 0.079331198861615007, "pct_zvhhs_2040": 0.042416452442159004, "pct_hus_rent50_2040": 0.048843187660667996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.085955999730487, 37.609107000204759 ], [ -122.087428999641205, 37.608192999914188 ], [ -122.082240999805038, 37.603712999786545 ], [ -122.074482000066098, 37.596913999924972 ], [ -122.074039000375336, 37.596463999743314 ], [ -122.072337000135732, 37.596524000351863 ], [ -122.070969999631927, 37.596947999761696 ], [ -122.067005000359501, 37.598013999825355 ], [ -122.061051999718941, 37.598687999970238 ], [ -122.065494999740551, 37.604910999899303 ], [ -122.06612499992741, 37.605180999714051 ], [ -122.068539000369597, 37.605683000270304 ], [ -122.06651599973965, 37.612853000090681 ], [ -122.066606999976273, 37.613142999776386 ], [ -122.071450000030964, 37.613278000164485 ], [ -122.072281999884154, 37.613309000250609 ], [ -122.077931999677702, 37.61347600014804 ], [ -122.080259000081256, 37.611531000180918 ], [ -122.083905000409771, 37.609872000117711 ], [ -122.085955999730487, 37.609107000204759 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440334", "NAME": "Census Tract 4403.34", "state": "06", "county_fips": "001", "tract": "440334", "county_name": "Alameda County", "tot_pop_2050": 4750, "tot_pop_pov_det_2050": 4750, "tot_pop_civ_ni_2050": 4750, "tot_hh_2050": 1102, "pop_zvhhs_2050": 0, "tot_fam_2050": 995, "tot_pop_over5_2050": 4507, "pop_hus_rent50_2050": 31, "pop_minority_2050": 4129, "pop_over75_2050": 307, "pop_spfam_2050": 137, "pop_lep_2050": 131, "pop_below200_2050": 505, "pop_disability_2050": 241, "pct_minority_2050": 0.86926315789473685, "pct_over75_2050": 0.064631578947368415, "pct_spfam_2050": 0.13768844221105528, "pct_lep_2050": 0.029065897492788994, "pct_below200_2050": 0.1063157894736842, "pct_disab_2050": 0.050736842105263164, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.028130671506352088, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073313782991202003, "pct_minority_2040": 0.89330024813895803, "pct_spfam_2040": 0.11458333333333301, "pct_lep_2040": 0.088385682980278019, "pct_below200_2040": 0.19693210015790696, "pct_disab_2040": 0.083690503045341993, "pct_zvhhs_2040": 0.038606403013183001, "pct_hus_rent50_2040": 0.048897411313519004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.072337000135732, 37.596524000351863 ], [ -122.074039000375336, 37.596463999743314 ], [ -122.069993000013753, 37.592375000050211 ], [ -122.068734000363264, 37.591102999684466 ], [ -122.064708999918082, 37.587067000196811 ], [ -122.064317000280937, 37.586747999776804 ], [ -122.060208999995069, 37.591766999646488 ], [ -122.056608999697332, 37.592456999942314 ], [ -122.061051999718941, 37.598687999970238 ], [ -122.067005000359501, 37.598013999825355 ], [ -122.070969999631927, 37.596947999761696 ], [ -122.072337000135732, 37.596524000351863 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440335", "NAME": "Census Tract 4403.35", "state": "06", "county_fips": "001", "tract": "440335", "county_name": "Alameda County", "tot_pop_2050": 6772, "tot_pop_pov_det_2050": 6757, "tot_pop_civ_ni_2050": 6755, "tot_hh_2050": 2269, "pop_zvhhs_2050": 134, "tot_fam_2050": 1843, "tot_pop_over5_2050": 6084, "pop_hus_rent50_2050": 84, "pop_minority_2050": 5505, "pop_over75_2050": 167, "pop_spfam_2050": 74, "pop_lep_2050": 338, "pop_below200_2050": 440, "pop_disability_2050": 241, "pct_minority_2050": 0.81290608387477847, "pct_over75_2050": 0.02466036621382162, "pct_spfam_2050": 0.040151926207270747, "pct_lep_2050": 0.055555555555555552, "pct_below200_2050": 0.065117655764392476, "pct_disab_2050": 0.035677276091783859, "pct_zvhhs_2050": 0.059056853239312472, "pct_hus_rent50_2050": 0.037020713970912299, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022538552787662997, "pct_minority_2040": 0.83229537366548001, "pct_spfam_2040": 0.048933500627352994, "pct_lep_2040": 0.051320132013200993, "pct_below200_2040": 0.11165480427046301, "pct_disab_2040": 0.045670225385528, "pct_zvhhs_2040": 0.047328959700094007, "pct_hus_rent50_2040": 0.058451047247930002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.019661999933945, 37.592518999661834 ], [ -122.021513999961343, 37.587180999975175 ], [ -122.01750199993495, 37.586022999950536 ], [ -122.010751999601268, 37.58410600005729 ], [ -122.007772000342953, 37.582879000020753 ], [ -122.006515000342333, 37.582662000078436 ], [ -122.006517999817049, 37.582798999954889 ], [ -122.005865999888869, 37.586484000211811 ], [ -122.001371999813642, 37.589602000086188 ], [ -122.015637000387073, 37.602312999836769 ], [ -122.016056999613312, 37.6019740003252 ], [ -122.018634000262139, 37.59531199988848 ], [ -122.019661999933945, 37.592518999661834 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001440336", "NAME": "Census Tract 4403.36", "state": "06", "county_fips": "001", "tract": "440336", "county_name": "Alameda County", "tot_pop_2050": 4529, "tot_pop_pov_det_2050": 4504, "tot_pop_civ_ni_2050": 4516, "tot_hh_2050": 1391, "pop_zvhhs_2050": 73, "tot_fam_2050": 1108, "tot_pop_over5_2050": 4309, "pop_hus_rent50_2050": 110, "pop_minority_2050": 3807, "pop_over75_2050": 236, "pop_spfam_2050": 101, "pop_lep_2050": 310, "pop_below200_2050": 519, "pop_disability_2050": 361, "pct_minority_2050": 0.84058291013468756, "pct_over75_2050": 0.052108633252373603, "pct_spfam_2050": 0.09115523465703973, "pct_lep_2050": 0.071942446043165464, "pct_below200_2050": 0.11523090586145647, "pct_disab_2050": 0.07993799822852081, "pct_zvhhs_2050": 0.052480230050323512, "pct_hus_rent50_2050": 0.079079798705966931, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050454086781029001, "pct_minority_2040": 0.86740665993945498, "pct_spfam_2040": 0.16808149405772499, "pct_lep_2040": 0.111613876319759, "pct_below200_2040": 0.31153846153846199, "pct_disab_2040": 0.08076923076923101, "pct_zvhhs_2040": 0.077949438202247007, "pct_hus_rent50_2040": 0.15379163713678198, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.025360000306392, 37.578492999868516 ], [ -122.025166999962536, 37.578298999682438 ], [ -122.023838999816775, 37.577032000114158 ], [ -122.018310000397065, 37.574432000038364 ], [ -122.013355000189364, 37.580965000302044 ], [ -122.010621000080022, 37.581415999741068 ], [ -122.008098999682787, 37.579693000010145 ], [ -122.006515000342333, 37.582662000078436 ], [ -122.007772000342953, 37.582879000020753 ], [ -122.010751999601268, 37.58410600005729 ], [ -122.01750199993495, 37.586022999950536 ], [ -122.021513999961343, 37.587180999975175 ], [ -122.023494000035285, 37.581453999723664 ], [ -122.023740999907488, 37.580763999940324 ], [ -122.024319000215812, 37.579654000304252 ], [ -122.025360000306392, 37.578492999868516 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441100", "NAME": "Census Tract 4411", "state": "06", "county_fips": "001", "tract": "441100", "county_name": "Alameda County", "tot_pop_2050": 4327, "tot_pop_pov_det_2050": 4258, "tot_pop_civ_ni_2050": 4258, "tot_hh_2050": 1657, "pop_zvhhs_2050": 81, "tot_fam_2050": 1237, "tot_pop_over5_2050": 4149, "pop_hus_rent50_2050": 98, "pop_minority_2050": 2348, "pop_over75_2050": 530, "pop_spfam_2050": 48, "pop_lep_2050": 121, "pop_below200_2050": 547, "pop_disability_2050": 552, "pct_minority_2050": 0.54263924196903168, "pct_over75_2050": 0.12248671134735382, "pct_spfam_2050": 0.038803556992724336, "pct_lep_2050": 0.029163653892504218, "pct_below200_2050": 0.12846406763738846, "pct_disab_2050": 0.12963832785345233, "pct_zvhhs_2050": 0.048883524441762222, "pct_hus_rent50_2050": 0.059143029571514787, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060211946050095999, "pct_minority_2040": 0.59585741811175297, "pct_spfam_2040": 0.125860373647984, "pct_lep_2040": 0.055751765893037, "pct_below200_2040": 0.13935230618253197, "pct_disab_2040": 0.092311459353575001, "pct_zvhhs_2040": 0.064766839378237989, "pct_hus_rent50_2040": 0.051165803108808, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.993026000443905, 37.596028000084374 ], [ -122.001371999813642, 37.589602000086188 ], [ -121.991186000112052, 37.581192999864264 ], [ -121.990326999596363, 37.580686999728826 ], [ -121.986573000211166, 37.579594000333515 ], [ -121.977749999917123, 37.578873999761043 ], [ -121.974777000331486, 37.578287000043304 ], [ -121.971527999663039, 37.576580000172029 ], [ -121.968904000056881, 37.573771000212822 ], [ -121.967951999654758, 37.572755999977005 ], [ -121.961473000381019, 37.565570999709976 ], [ -121.959054999740871, 37.567124999657167 ], [ -121.957507000385419, 37.569226000060475 ], [ -121.95270000031573, 37.570649000100921 ], [ -121.949601000333388, 37.570400000303508 ], [ -121.947993999630071, 37.569815999720397 ], [ -121.942779999854608, 37.570626999806329 ], [ -121.939560000396796, 37.570564999653222 ], [ -121.935789000394806, 37.570024000238519 ], [ -121.933063999608009, 37.571254999964012 ], [ -121.931763999949638, 37.572619000132725 ], [ -121.932146000439388, 37.573314999790369 ], [ -121.933169000088299, 37.576034000249898 ], [ -121.932350999580478, 37.576397000350809 ], [ -121.931199999885052, 37.576053999777869 ], [ -121.929927999815774, 37.577628999666281 ], [ -121.929737000020054, 37.578755000198278 ], [ -121.927568999625151, 37.579622000183477 ], [ -121.928568999707863, 37.580713999645617 ], [ -121.92696799975063, 37.581904000253765 ], [ -121.929967999998723, 37.584781000346752 ], [ -121.932767000405406, 37.591732000203727 ], [ -121.93607599955169, 37.591035999732348 ], [ -121.937520000048409, 37.59285800025728 ], [ -121.938382000038843, 37.598147999915952 ], [ -121.940099000347047, 37.598868999819281 ], [ -121.942646999785225, 37.597925000343579 ], [ -121.946657999986684, 37.597716000182373 ], [ -121.947011000164096, 37.59789600025757 ], [ -121.950256999561233, 37.598054999878727 ], [ -121.951651999654146, 37.597529000327178 ], [ -121.952768000087787, 37.595968999816733 ], [ -121.956981999780538, 37.591469999988426 ], [ -121.957524999928765, 37.590158999917577 ], [ -121.967509999788888, 37.59659399969572 ], [ -121.981668000232176, 37.604623999878363 ], [ -121.988518000124969, 37.600003999837142 ], [ -121.98881900042386, 37.598993999898347 ], [ -121.993026000443905, 37.596028000084374 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441200", "NAME": "Census Tract 4412", "state": "06", "county_fips": "001", "tract": "441200", "county_name": "Alameda County", "tot_pop_2050": 7473, "tot_pop_pov_det_2050": 7473, "tot_pop_civ_ni_2050": 7473, "tot_hh_2050": 2492, "pop_zvhhs_2050": 57, "tot_fam_2050": 1997, "tot_pop_over5_2050": 6968, "pop_hus_rent50_2050": 85, "pop_minority_2050": 4856, "pop_over75_2050": 408, "pop_spfam_2050": 207, "pop_lep_2050": 192, "pop_below200_2050": 479, "pop_disability_2050": 547, "pct_minority_2050": 0.64980596815201397, "pct_over75_2050": 0.054596547571256517, "pct_spfam_2050": 0.10365548322483724, "pct_lep_2050": 0.027554535017221583, "pct_below200_2050": 0.064097417369195775, "pct_disab_2050": 0.073196841964405193, "pct_zvhhs_2050": 0.022873194221508828, "pct_hus_rent50_2050": 0.034109149277688613, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043119762097864001, "pct_minority_2040": 0.63503649635036497, "pct_spfam_2040": 0.090659340659341017, "pct_lep_2040": 0.043706818864524002, "pct_below200_2040": 0.15532001630656303, "pct_disab_2040": 0.071776155717762011, "pct_zvhhs_2040": 0.012424849699398999, "pct_hus_rent50_2040": 0.077665995975854996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.005865999888869, 37.586484000211811 ], [ -122.006517999817049, 37.582798999954889 ], [ -121.997442999627935, 37.575795999688133 ], [ -121.988369999986986, 37.568829000044772 ], [ -121.987061999932706, 37.568032999976907 ], [ -121.984121999959044, 37.568000000153631 ], [ -121.970304000172661, 37.572794000107393 ], [ -121.968904000056881, 37.573771000212822 ], [ -121.971527999663039, 37.576580000172029 ], [ -121.974777000331486, 37.578287000043304 ], [ -121.977749999917123, 37.578873999761043 ], [ -121.986573000211166, 37.579594000333515 ], [ -121.990326999596363, 37.580686999728826 ], [ -121.991186000112052, 37.581192999864264 ], [ -122.001371999813642, 37.589602000086188 ], [ -122.005865999888869, 37.586484000211811 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441301", "NAME": "Census Tract 4413.01", "state": "06", "county_fips": "001", "tract": "441301", "county_name": "Alameda County", "tot_pop_2050": 3323, "tot_pop_pov_det_2050": 3323, "tot_pop_civ_ni_2050": 3323, "tot_hh_2050": 1170, "pop_zvhhs_2050": 40, "tot_fam_2050": 868, "tot_pop_over5_2050": 3131, "pop_hus_rent50_2050": 88, "pop_minority_2050": 2708, "pop_over75_2050": 96, "pop_spfam_2050": 80, "pop_lep_2050": 83, "pop_below200_2050": 378, "pop_disability_2050": 161, "pct_minority_2050": 0.81492627144146856, "pct_over75_2050": 0.028889557628648813, "pct_spfam_2050": 0.092165898617511524, "pct_lep_2050": 0.026509102523155543, "pct_below200_2050": 0.11375263316280468, "pct_disab_2050": 0.048450195606379774, "pct_zvhhs_2050": 0.034188034188034185, "pct_hus_rent50_2050": 0.07521367521367521, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026225413674679999, "pct_minority_2040": 0.74305338744926597, "pct_spfam_2040": 0.16484848484848499, "pct_lep_2040": 0.010197144799456, "pct_below200_2040": 0.14080549484857902, "pct_disab_2040": 0.054324071183265994, "pct_zvhhs_2040": 0.011844331641286001, "pct_hus_rent50_2040": 0.082373782108059998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.018310000397065, 37.574432000038364 ], [ -122.017620999760638, 37.574157000246316 ], [ -122.014130000141179, 37.572077000336144 ], [ -122.014541999869806, 37.57171199982691 ], [ -122.009761999564333, 37.568755000067952 ], [ -122.008842999672481, 37.566781999814062 ], [ -122.008159999782166, 37.565535000330478 ], [ -122.007127999912399, 37.564635999957758 ], [ -122.005127999746989, 37.563368000318313 ], [ -121.999575000037822, 37.564143999807349 ], [ -121.997090000348848, 37.56407600005781 ], [ -121.995937000105243, 37.56304099997751 ], [ -121.983531000130242, 37.566463000061979 ], [ -121.984121999959044, 37.568000000153631 ], [ -121.987061999932706, 37.568032999976907 ], [ -121.988369999986986, 37.568829000044772 ], [ -121.997442999627935, 37.575795999688133 ], [ -122.006517999817049, 37.582798999954889 ], [ -122.006515000342333, 37.582662000078436 ], [ -122.008098999682787, 37.579693000010145 ], [ -122.010621000080022, 37.581415999741068 ], [ -122.013355000189364, 37.580965000302044 ], [ -122.018310000397065, 37.574432000038364 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441302", "NAME": "Census Tract 4413.02", "state": "06", "county_fips": "001", "tract": "441302", "county_name": "Alameda County", "tot_pop_2050": 5902, "tot_pop_pov_det_2050": 5902, "tot_pop_civ_ni_2050": 5902, "tot_hh_2050": 1880, "pop_zvhhs_2050": 11, "tot_fam_2050": 1620, "tot_pop_over5_2050": 5424, "pop_hus_rent50_2050": 100, "pop_minority_2050": 4333, "pop_over75_2050": 388, "pop_spfam_2050": 106, "pop_lep_2050": 305, "pop_below200_2050": 851, "pop_disability_2050": 417, "pct_minority_2050": 0.73415791257200946, "pct_over75_2050": 0.065740426973907154, "pct_spfam_2050": 0.065432098765432101, "pct_lep_2050": 0.05623156342182891, "pct_below200_2050": 0.14418841070823449, "pct_disab_2050": 0.070654015587936297, "pct_zvhhs_2050": 0.0058510638297872347, "pct_hus_rent50_2050": 0.053191489361702128, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066421343146274001, "pct_minority_2040": 0.65519779208831708, "pct_spfam_2040": 0.075675675675675999, "pct_lep_2040": 0.060540752351097002, "pct_below200_2040": 0.1081876724931, "pct_disab_2040": 0.088316467341306007, "pct_zvhhs_2040": 0.049438202247190997, "pct_hus_rent50_2040": 0.027825099375355003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.026799999706839, 37.576922999745982 ], [ -122.032428999583985, 37.570798999800097 ], [ -122.026791000384335, 37.567988999971945 ], [ -122.02278400038081, 37.566054999805559 ], [ -122.015982999993497, 37.562705000327206 ], [ -122.011693000132766, 37.560589999782593 ], [ -122.010656000240132, 37.561844999778685 ], [ -122.007127999912399, 37.564635999957758 ], [ -122.008159999782166, 37.565535000330478 ], [ -122.008842999672481, 37.566781999814062 ], [ -122.009761999564333, 37.568755000067952 ], [ -122.014541999869806, 37.57171199982691 ], [ -122.014130000141179, 37.572077000336144 ], [ -122.017620999760638, 37.574157000246316 ], [ -122.018310000397065, 37.574432000038364 ], [ -122.023838999816775, 37.577032000114158 ], [ -122.025166999962536, 37.578298999682438 ], [ -122.025360000306392, 37.578492999868516 ], [ -122.026799999706839, 37.576922999745982 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441401", "NAME": "Census Tract 4414.01", "state": "06", "county_fips": "001", "tract": "441401", "county_name": "Alameda County", "tot_pop_2050": 8702, "tot_pop_pov_det_2050": 8654, "tot_pop_civ_ni_2050": 8702, "tot_hh_2050": 2522, "pop_zvhhs_2050": 123, "tot_fam_2050": 2092, "tot_pop_over5_2050": 8078, "pop_hus_rent50_2050": 158, "pop_minority_2050": 7103, "pop_over75_2050": 448, "pop_spfam_2050": 130, "pop_lep_2050": 523, "pop_below200_2050": 1365, "pop_disability_2050": 551, "pct_minority_2050": 0.81624913812916566, "pct_over75_2050": 0.051482417834980462, "pct_spfam_2050": 0.062141491395793502, "pct_lep_2050": 0.064743748452587277, "pct_below200_2050": 0.15773052923503586, "pct_disab_2050": 0.063318777292576414, "pct_zvhhs_2050": 0.048770816812053926, "pct_hus_rent50_2050": 0.062648691514670896, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.024127589967285, "pct_minority_2040": 0.73514176663031594, "pct_spfam_2040": 0.065735892961024001, "pct_lep_2040": 0.092595255212077995, "pct_below200_2040": 0.191216960352423, "pct_disab_2040": 0.107688113413304, "pct_zvhhs_2040": 0.026481715006305001, "pct_hus_rent50_2040": 0.073805460750852994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.049254000189478, 37.581793000171679 ], [ -122.049203999960767, 37.581049999926954 ], [ -122.048353999665878, 37.578598999998853 ], [ -122.045511999601516, 37.570833999828871 ], [ -122.044519999914741, 37.569316000069342 ], [ -122.043128000194869, 37.567730000014635 ], [ -122.04164500023839, 37.566340000319443 ], [ -122.038506000073113, 37.563407999762831 ], [ -122.036309000264211, 37.566211999653873 ], [ -122.036556999961334, 37.566276999730079 ], [ -122.032428999583985, 37.570798999800097 ], [ -122.026799999706839, 37.576922999745982 ], [ -122.028327000044214, 37.577860000294365 ], [ -122.031402999562019, 37.580320999890546 ], [ -122.033549000215615, 37.581517999800461 ], [ -122.035393999671996, 37.581568999777723 ], [ -122.0370280001395, 37.580674999762614 ], [ -122.041198000349652, 37.575092999692444 ], [ -122.045848999885408, 37.57756699964694 ], [ -122.047071999550866, 37.578181000180734 ], [ -122.049254000189478, 37.581793000171679 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441402", "NAME": "Census Tract 4414.02", "state": "06", "county_fips": "001", "tract": "441402", "county_name": "Alameda County", "tot_pop_2050": 5436, "tot_pop_pov_det_2050": 5436, "tot_pop_civ_ni_2050": 5436, "tot_hh_2050": 1675, "pop_zvhhs_2050": 30, "tot_fam_2050": 1455, "tot_pop_over5_2050": 5018, "pop_hus_rent50_2050": 78, "pop_minority_2050": 4446, "pop_over75_2050": 163, "pop_spfam_2050": 60, "pop_lep_2050": 312, "pop_below200_2050": 185, "pop_disability_2050": 281, "pct_minority_2050": 0.81788079470198671, "pct_over75_2050": 0.029985283296541574, "pct_spfam_2050": 0.041237113402061855, "pct_lep_2050": 0.062176165803108814, "pct_below200_2050": 0.034032376747608534, "pct_disab_2050": 0.051692420897718916, "pct_zvhhs_2050": 0.017910447761194031, "pct_hus_rent50_2050": 0.046567164179104482, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033849684452093999, "pct_minority_2040": 0.76936316695352791, "pct_spfam_2040": 0.049410029498525, "pct_lep_2040": 0.079748163693599008, "pct_below200_2040": 0.15031554790590898, "pct_disab_2040": 0.079365079365079014, "pct_zvhhs_2040": 0.047932893948472, "pct_hus_rent50_2040": 0.04, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.05034600033369, 37.583490999780281 ], [ -122.049203999960767, 37.581049999926954 ], [ -122.049254000189478, 37.581793000171679 ], [ -122.047071999550866, 37.578181000180734 ], [ -122.045848999885408, 37.57756699964694 ], [ -122.041198000349652, 37.575092999692444 ], [ -122.0370280001395, 37.580674999762614 ], [ -122.035393999671996, 37.581568999777723 ], [ -122.033549000215615, 37.581517999800461 ], [ -122.031402999562019, 37.580320999890546 ], [ -122.028327000044214, 37.577860000294365 ], [ -122.026799999706839, 37.576922999745982 ], [ -122.025360000306392, 37.578492999868516 ], [ -122.03225500040503, 37.585209999902872 ], [ -122.033519999903277, 37.586112000141512 ], [ -122.034506999567185, 37.586567999786674 ], [ -122.038388999897265, 37.587732000001779 ], [ -122.038704000439807, 37.587789000115421 ], [ -122.041458999567254, 37.588118999690444 ], [ -122.045704999945343, 37.587135999746351 ], [ -122.048253000281846, 37.585817999769681 ], [ -122.05034600033369, 37.583490999780281 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441501", "NAME": "Census Tract 4415.01", "state": "06", "county_fips": "001", "tract": "441501", "county_name": "Alameda County", "tot_pop_2050": 6570, "tot_pop_pov_det_2050": 6546, "tot_pop_civ_ni_2050": 6570, "tot_hh_2050": 1796, "pop_zvhhs_2050": 7, "tot_fam_2050": 1657, "tot_pop_over5_2050": 6258, "pop_hus_rent50_2050": 33, "pop_minority_2050": 5893, "pop_over75_2050": 275, "pop_spfam_2050": 86, "pop_lep_2050": 397, "pop_below200_2050": 599, "pop_disability_2050": 428, "pct_minority_2050": 0.89695585996955862, "pct_over75_2050": 0.041856925418569252, "pct_spfam_2050": 0.051901025950512984, "pct_lep_2050": 0.063438798338127197, "pct_below200_2050": 0.091506263366941634, "pct_disab_2050": 0.06514459665144598, "pct_zvhhs_2050": 0.0038975501113585752, "pct_hus_rent50_2050": 0.018374164810690426, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036785768129052002, "pct_minority_2040": 0.92672998643147897, "pct_spfam_2040": 0.069930069930070005, "pct_lep_2040": 0.056930292738153004, "pct_below200_2040": 0.14005728931102099, "pct_disab_2040": 0.066636514397707999, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.038802660753879996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.08916000019309, 37.564284999969871 ], [ -122.089614999579439, 37.562107000286872 ], [ -122.080993999850108, 37.561401999693594 ], [ -122.072456999786354, 37.562705000327206 ], [ -122.069730000248015, 37.563639000353668 ], [ -122.066652000182088, 37.566540000029001 ], [ -122.062816999707721, 37.571167999825008 ], [ -122.060222000413859, 37.573994999859828 ], [ -122.060428000278179, 37.57489300016632 ], [ -122.062107000053231, 37.58290100025512 ], [ -122.06289399970062, 37.584900000244119 ], [ -122.067612999906729, 37.579422000007078 ], [ -122.071751000329826, 37.574727999725653 ], [ -122.075984000289168, 37.569928000235869 ], [ -122.077972999685599, 37.57065999988977 ], [ -122.084516000330041, 37.567680999921393 ], [ -122.086062000035682, 37.566567999803084 ], [ -122.08916000019309, 37.564284999969871 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441503", "NAME": "Census Tract 4415.03", "state": "06", "county_fips": "001", "tract": "441503", "county_name": "Alameda County", "tot_pop_2050": 6834, "tot_pop_pov_det_2050": 6834, "tot_pop_civ_ni_2050": 6834, "tot_hh_2050": 2076, "pop_zvhhs_2050": 22, "tot_fam_2050": 1843, "tot_pop_over5_2050": 6247, "pop_hus_rent50_2050": 80, "pop_minority_2050": 6225, "pop_over75_2050": 130, "pop_spfam_2050": 69, "pop_lep_2050": 405, "pop_below200_2050": 447, "pop_disability_2050": 274, "pct_minority_2050": 0.91088674275680437, "pct_over75_2050": 0.019022534386889084, "pct_spfam_2050": 0.037438958220293, "pct_lep_2050": 0.064831118937089802, "pct_below200_2050": 0.065408252853380158, "pct_disab_2050": 0.04009364940005853, "pct_zvhhs_2050": 0.010597302504816957, "pct_hus_rent50_2050": 0.038535645472061647, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034019115502997001, "pct_minority_2040": 0.93050380690102097, "pct_spfam_2040": 0.028846153846154, "pct_lep_2040": 0.064726089314771001, "pct_below200_2040": 0.076624007775798003, "pct_disab_2040": 0.056050542685889999, "pct_zvhhs_2040": 0.028254288597375998, "pct_hus_rent50_2040": 0.019607843137255002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.111424603474489, 37.510201580162025 ], [ -122.111344000339002, 37.507580000110018 ], [ -122.109420000341572, 37.500254000109187 ], [ -122.10252699989276, 37.497237000019503 ], [ -122.09278999972976, 37.500614999660712 ], [ -122.082636999640144, 37.501565999989012 ], [ -122.055540999842592, 37.495229999996305 ], [ -122.054457000094274, 37.487263999761076 ], [ -122.053431000072308, 37.473320999789081 ], [ -122.049836999622357, 37.466077999868631 ], [ -122.040872722181888, 37.462863367343211 ], [ -122.036182000042601, 37.464966000291987 ], [ -122.025424999705422, 37.465630000325653 ], [ -122.020872000078938, 37.465138999799294 ], [ -121.996671000049162, 37.46723899983332 ], [ -121.992669000068531, 37.46463899989071 ], [ -121.98001399967319, 37.460892000058159 ], [ -121.975071000059387, 37.460639000038718 ], [ -121.968524000115295, 37.461952999847348 ], [ -121.964157000261665, 37.46315099970009 ], [ -121.959313000382053, 37.463515000015953 ], [ -121.951921000165953, 37.461460999722263 ], [ -121.947842000192423, 37.46197799989335 ], [ -121.946174000288039, 37.463946000161215 ], [ -121.947087000332104, 37.467424000158196 ], [ -121.945478999803854, 37.469168000182016 ], [ -121.944522000277161, 37.468889000186898 ], [ -121.944334999781091, 37.466093000067886 ], [ -121.941085000186035, 37.464948000208935 ], [ -121.938903000445748, 37.462394000116767 ], [ -121.93602500039637, 37.46292900011445 ], [ -121.934986999780534, 37.462463999954259 ], [ -121.935136999568343, 37.460839999825268 ], [ -121.934115999569258, 37.46033100016178 ], [ -121.931199000060133, 37.460643999993856 ], [ -121.93112799991502, 37.457390000293728 ], [ -121.932656000077316, 37.456918999957274 ], [ -121.9326259999401, 37.455146999930875 ], [ -121.928296999721283, 37.457331999838658 ], [ -121.927900000061257, 37.455352000036413 ], [ -121.925041000278441, 37.454185999803272 ], [ -121.922569000109945, 37.455538000310362 ], [ -121.917264999922793, 37.458391000039789 ], [ -121.912652000021879, 37.460649999654322 ], [ -121.91829500014272, 37.47018799965052 ], [ -121.921083999605344, 37.474994999665775 ], [ -121.924608999560022, 37.481116000077286 ], [ -121.926725999901279, 37.4848600002681 ], [ -121.92792199980255, 37.4869840002495 ], [ -121.929542999851293, 37.489846999823051 ], [ -121.927494000180388, 37.49130900006466 ], [ -121.924561999704324, 37.494361999715977 ], [ -121.923011999800721, 37.495571999817678 ], [ -121.933667000030681, 37.505037999725729 ], [ -121.934660000440701, 37.506222999802169 ], [ -121.939515000190951, 37.514759000344824 ], [ -121.943116000313609, 37.513715000019175 ], [ -121.945315999597213, 37.512778999915859 ], [ -121.946770999964613, 37.512399999986059 ], [ -121.95116999960527, 37.512098999915246 ], [ -121.960634999781718, 37.510181000019173 ], [ -121.962882999644251, 37.509342999803053 ], [ -121.967456000260512, 37.507453000237419 ], [ -121.982542999743117, 37.519421999981262 ], [ -121.983808999964594, 37.520337999900619 ], [ -121.9877669995643, 37.522431999815744 ], [ -121.988309999712499, 37.52174899991148 ], [ -121.989281000381212, 37.520862999998641 ], [ -121.994815999648736, 37.513827999755918 ], [ -121.995373000040658, 37.510840000010198 ], [ -121.997979999928361, 37.50383000018391 ], [ -121.993320000171792, 37.499453000198045 ], [ -121.997113999739966, 37.500417000310364 ], [ -121.998465000350265, 37.499289000128989 ], [ -122.000291000438409, 37.494874999833911 ], [ -122.005116000051444, 37.495170999722859 ], [ -122.005989999737452, 37.494839999776758 ], [ -122.009985999870295, 37.493626999999812 ], [ -122.010785000111568, 37.492352000136016 ], [ -122.009747000394015, 37.488981999826748 ], [ -122.011986999860653, 37.485651999831056 ], [ -122.013812999948755, 37.481647000265028 ], [ -122.019800000026223, 37.484588999760589 ], [ -122.023140999857858, 37.484692999940037 ], [ -122.02484899994522, 37.483250000022743 ], [ -122.025852000400974, 37.478978999970849 ], [ -122.028182000279259, 37.478769000316575 ], [ -122.030857999763981, 37.481568000033043 ], [ -122.031494999623519, 37.488434999700637 ], [ -122.030964999894096, 37.490136000225476 ], [ -122.033930999807041, 37.492500999873634 ], [ -122.035386000174412, 37.494690999716205 ], [ -122.03920300020711, 37.495088999664048 ], [ -122.043375999891992, 37.495874000191705 ], [ -122.052605999891796, 37.499277999785548 ], [ -122.052393000354755, 37.500242000019078 ], [ -122.057787999880205, 37.501106000150401 ], [ -122.05562799988121, 37.506777000090608 ], [ -122.057339000341614, 37.511731000030679 ], [ -122.05828800037068, 37.515719999721753 ], [ -122.063062999755005, 37.514890000095676 ], [ -122.067157999622097, 37.513481000203157 ], [ -122.069033000114018, 37.517732999795228 ], [ -122.070184999634364, 37.517866000043639 ], [ -122.072553999870721, 37.516844000222186 ], [ -122.07430200014106, 37.516241999799092 ], [ -122.077207999779517, 37.515458000053911 ], [ -122.079977999873876, 37.514799000222439 ], [ -122.079566999970126, 37.51601299988166 ], [ -122.080860999780697, 37.516608999859628 ], [ -122.082839000204814, 37.514483999804433 ], [ -122.085529999758151, 37.514167000077322 ], [ -122.087861000359652, 37.513193000080136 ], [ -122.089496999578671, 37.513611000349869 ], [ -122.088325999791749, 37.516846999933968 ], [ -122.092280000091804, 37.518492999853947 ], [ -122.093260000083021, 37.520987000307628 ], [ -122.098329000093557, 37.522612000180672 ], [ -122.101521999787181, 37.521337000113995 ], [ -122.101243000127923, 37.518249000018699 ], [ -122.110921999666289, 37.509412999844507 ], [ -122.111424603474489, 37.510201580162025 ] ] ], [ [ [ -122.130211000044383, 37.563941999867005 ], [ -122.132333636415751, 37.562189139619214 ], [ -122.128687999904955, 37.560593999663531 ], [ -122.111997999916994, 37.528850999650686 ], [ -122.111444571226642, 37.510851038554527 ], [ -122.109113000194924, 37.513052999896061 ], [ -122.103928999658379, 37.520176000069135 ], [ -122.101930000216186, 37.522619999743497 ], [ -122.093758999850323, 37.529652999898424 ], [ -122.092433000252697, 37.530551999832262 ], [ -122.090043999924845, 37.531776000006943 ], [ -122.085917000270726, 37.532852000087196 ], [ -122.078125000021586, 37.534114000183742 ], [ -122.073527000189245, 37.535913000046499 ], [ -122.071143999709179, 37.537376000081196 ], [ -122.067333000422579, 37.540230999896139 ], [ -122.064476000289588, 37.542385999927099 ], [ -122.055180000167539, 37.549454000214794 ], [ -122.055232999870995, 37.549742999884202 ], [ -122.056879000034058, 37.557679999946053 ], [ -122.057411000311646, 37.560196000132592 ], [ -122.058403999823355, 37.565055999790353 ], [ -122.059295000126099, 37.56941299982261 ], [ -122.061609000110849, 37.569517000004971 ], [ -122.062816999707721, 37.571167999825008 ], [ -122.066652000182088, 37.566540000029001 ], [ -122.069730000248015, 37.563639000353668 ], [ -122.072456999786354, 37.562705000327206 ], [ -122.080993999850108, 37.561401999693594 ], [ -122.089614999579439, 37.562107000286872 ], [ -122.090541999867227, 37.561160000233663 ], [ -122.093693999553011, 37.56188299977908 ], [ -122.09549799989982, 37.564331999964764 ], [ -122.097837999823867, 37.564575000253043 ], [ -122.099355000115494, 37.562148000179768 ], [ -122.102842000435359, 37.563467999957368 ], [ -122.107544000024731, 37.561018999853388 ], [ -122.108463999741474, 37.56209399969088 ], [ -122.107553000245574, 37.565835000087226 ], [ -122.109514999877817, 37.567902000290154 ], [ -122.11772100040379, 37.571102000093767 ], [ -122.122586000199789, 37.571096999701815 ], [ -122.124953999712915, 37.570054999834674 ], [ -122.130211000044383, 37.563941999867005 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441521", "NAME": "Census Tract 4415.21", "state": "06", "county_fips": "001", "tract": "441521", "county_name": "Alameda County", "tot_pop_2050": 6170, "tot_pop_pov_det_2050": 6164, "tot_pop_civ_ni_2050": 6164, "tot_hh_2050": 1822, "pop_zvhhs_2050": 54, "tot_fam_2050": 1653, "tot_pop_over5_2050": 5789, "pop_hus_rent50_2050": 91, "pop_minority_2050": 5039, "pop_over75_2050": 246, "pop_spfam_2050": 56, "pop_lep_2050": 488, "pop_below200_2050": 535, "pop_disability_2050": 370, "pct_minority_2050": 0.81669367909238244, "pct_over75_2050": 0.039870340356564019, "pct_spfam_2050": 0.033877797943133697, "pct_lep_2050": 0.084297806184142343, "pct_below200_2050": 0.086794289422452958, "pct_disab_2050": 0.060025957170668401, "pct_zvhhs_2050": 0.029637760702524694, "pct_hus_rent50_2050": 0.049945115257958285, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044710837518224994, "pct_minority_2040": 0.82196662886764904, "pct_spfam_2040": 0.051349572086898998, "pct_lep_2040": 0.063243915437910997, "pct_below200_2040": 0.088182849732533986, "pct_disab_2040": 0.062246717458259007, "pct_zvhhs_2040": 0.02219755826859, "pct_hus_rent50_2040": 0.050696378830084009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.062816999707721, 37.571167999825008 ], [ -122.061609000110849, 37.569517000004971 ], [ -122.059295000126099, 37.56941299982261 ], [ -122.058659000091481, 37.567463000133138 ], [ -122.053918000144023, 37.566286999736754 ], [ -122.051618000402968, 37.566778000265344 ], [ -122.047156999939688, 37.567491999971892 ], [ -122.045396000148884, 37.567774000172591 ], [ -122.043128000194869, 37.567730000014635 ], [ -122.044519999914741, 37.569316000069342 ], [ -122.045511999601516, 37.570833999828871 ], [ -122.048353999665878, 37.578598999998853 ], [ -122.050646999734255, 37.579702000103616 ], [ -122.054662999958609, 37.581736999958395 ], [ -122.055020000333968, 37.581151999775869 ], [ -122.060428000278179, 37.57489300016632 ], [ -122.060222000413859, 37.573994999859828 ], [ -122.062816999707721, 37.571167999825008 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441522", "NAME": "Census Tract 4415.22", "state": "06", "county_fips": "001", "tract": "441522", "county_name": "Alameda County", "tot_pop_2050": 5373, "tot_pop_pov_det_2050": 5373, "tot_pop_civ_ni_2050": 5373, "tot_hh_2050": 1473, "pop_zvhhs_2050": 36, "tot_fam_2050": 1251, "tot_pop_over5_2050": 5075, "pop_hus_rent50_2050": 109, "pop_minority_2050": 4749, "pop_over75_2050": 219, "pop_spfam_2050": 86, "pop_lep_2050": 390, "pop_below200_2050": 1069, "pop_disability_2050": 314, "pct_minority_2050": 0.88386376326074823, "pct_over75_2050": 0.040759352317141263, "pct_spfam_2050": 0.068745003996802556, "pct_lep_2050": 0.07684729064039407, "pct_below200_2050": 0.19895775172157079, "pct_disab_2050": 0.058440349897636322, "pct_zvhhs_2050": 0.024439918533604887, "pct_hus_rent50_2050": 0.073998642226748138, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036455303471010003, "pct_minority_2040": 0.75567190226876091, "pct_spfam_2040": 0.13862179487179502, "pct_lep_2040": 0.091519219035998009, "pct_below200_2040": 0.15454721737444196, "pct_disab_2040": 0.12138840411091699, "pct_zvhhs_2040": 0.018480492813141999, "pct_hus_rent50_2040": 0.047325102880657992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.064317000280937, 37.586747999776804 ], [ -122.062508999736124, 37.585696000126717 ], [ -122.06289399970062, 37.584900000244119 ], [ -122.062107000053231, 37.58290100025512 ], [ -122.060428000278179, 37.57489300016632 ], [ -122.055020000333968, 37.581151999775869 ], [ -122.054662999958609, 37.581736999958395 ], [ -122.050646999734255, 37.579702000103616 ], [ -122.048353999665878, 37.578598999998853 ], [ -122.049203999960767, 37.581049999926954 ], [ -122.05034600033369, 37.583490999780281 ], [ -122.055098999976693, 37.590335000058317 ], [ -122.056608999697332, 37.592456999942314 ], [ -122.060208999995069, 37.591766999646488 ], [ -122.064317000280937, 37.586747999776804 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441523", "NAME": "Census Tract 4415.23", "state": "06", "county_fips": "001", "tract": "441523", "county_name": "Alameda County", "tot_pop_2050": 4267, "tot_pop_pov_det_2050": 4267, "tot_pop_civ_ni_2050": 4267, "tot_hh_2050": 1415, "pop_zvhhs_2050": 36, "tot_fam_2050": 1130, "tot_pop_over5_2050": 3926, "pop_hus_rent50_2050": 58, "pop_minority_2050": 3880, "pop_over75_2050": 53, "pop_spfam_2050": 71, "pop_lep_2050": 255, "pop_below200_2050": 274, "pop_disability_2050": 132, "pct_minority_2050": 0.90930396062807595, "pct_over75_2050": 0.01242090461682681, "pct_spfam_2050": 0.062831858407079652, "pct_lep_2050": 0.064951604686704023, "pct_below200_2050": 0.064213733302085768, "pct_disab_2050": 0.030935083196625263, "pct_zvhhs_2050": 0.025441696113074209, "pct_hus_rent50_2050": 0.040989399293286218, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.017714570858283003, "pct_minority_2040": 0.87624750499001991, "pct_spfam_2040": 0.012006861063465001, "pct_lep_2040": 0.070581748001103006, "pct_below200_2040": 0.117764471057884, "pct_disab_2040": 0.06437125748502999, "pct_zvhhs_2040": 0.012439530062198001, "pct_hus_rent50_2040": 0.072349570200573005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.051618000402968, 37.566778000265344 ], [ -122.051018000353338, 37.565771999782818 ], [ -122.050557000220891, 37.563433000027786 ], [ -122.049546000267526, 37.562098999975177 ], [ -122.048483000435624, 37.560762999955621 ], [ -122.04396699972078, 37.562631999728097 ], [ -122.04133700026685, 37.56513499996219 ], [ -122.04164500023839, 37.566340000319443 ], [ -122.043128000194869, 37.567730000014635 ], [ -122.045396000148884, 37.567774000172591 ], [ -122.047156999939688, 37.567491999971892 ], [ -122.051618000402968, 37.566778000265344 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441524", "NAME": "Census Tract 4415.24", "state": "06", "county_fips": "001", "tract": "441524", "county_name": "Alameda County", "tot_pop_2050": 4428, "tot_pop_pov_det_2050": 4428, "tot_pop_civ_ni_2050": 4428, "tot_hh_2050": 1424, "pop_zvhhs_2050": 50, "tot_fam_2050": 1188, "tot_pop_over5_2050": 4079, "pop_hus_rent50_2050": 119, "pop_minority_2050": 3996, "pop_over75_2050": 164, "pop_spfam_2050": 37, "pop_lep_2050": 137, "pop_below200_2050": 268, "pop_disability_2050": 182, "pct_minority_2050": 0.90243902439024404, "pct_over75_2050": 0.037037037037037035, "pct_spfam_2050": 0.031144781144781145, "pct_lep_2050": 0.033586663397891639, "pct_below200_2050": 0.060523938572719066, "pct_disab_2050": 0.04110207768744354, "pct_zvhhs_2050": 0.0351123595505618, "pct_hus_rent50_2050": 0.083567415730337075, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022140221402214003, "pct_minority_2040": 0.95433579335793406, "pct_spfam_2040": 0.059814658803706997, "pct_lep_2040": 0.054695837780149005, "pct_below200_2040": 0.09040590405904099, "pct_disab_2040": 0.029059040590406003, "pct_zvhhs_2040": 0.035183737294761, "pct_hus_rent50_2040": 0.080531665363565, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.058659000091481, 37.567463000133138 ], [ -122.059295000126099, 37.56941299982261 ], [ -122.058403999823355, 37.565055999790353 ], [ -122.057411000311646, 37.560196000132592 ], [ -122.056879000034058, 37.557679999946053 ], [ -122.055232999870995, 37.549742999884202 ], [ -122.055180000167539, 37.549454000214794 ], [ -122.05208000036032, 37.551741999671997 ], [ -122.0450520001923, 37.556261000099269 ], [ -122.042502000205957, 37.558502999685032 ], [ -122.038506000073113, 37.563407999762831 ], [ -122.04164500023839, 37.566340000319443 ], [ -122.04133700026685, 37.56513499996219 ], [ -122.04396699972078, 37.562631999728097 ], [ -122.048483000435624, 37.560762999955621 ], [ -122.049546000267526, 37.562098999975177 ], [ -122.050557000220891, 37.563433000027786 ], [ -122.051018000353338, 37.565771999782818 ], [ -122.051618000402968, 37.566778000265344 ], [ -122.053918000144023, 37.566286999736754 ], [ -122.058659000091481, 37.567463000133138 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441601", "NAME": "Census Tract 4416.01", "state": "06", "county_fips": "001", "tract": "441601", "county_name": "Alameda County", "tot_pop_2050": 5093, "tot_pop_pov_det_2050": 5087, "tot_pop_civ_ni_2050": 5087, "tot_hh_2050": 1491, "pop_zvhhs_2050": 45, "tot_fam_2050": 1260, "tot_pop_over5_2050": 4728, "pop_hus_rent50_2050": 46, "pop_minority_2050": 3818, "pop_over75_2050": 398, "pop_spfam_2050": 90, "pop_lep_2050": 391, "pop_below200_2050": 678, "pop_disability_2050": 381, "pct_minority_2050": 0.74965639112507365, "pct_over75_2050": 0.078146475554682904, "pct_spfam_2050": 0.071428571428571425, "pct_lep_2050": 0.082698815566835865, "pct_below200_2050": 0.13328091212895615, "pct_disab_2050": 0.074896795753882431, "pct_zvhhs_2050": 0.030181086519114688, "pct_hus_rent50_2050": 0.03085177733065057, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050674974039460002, "pct_minority_2040": 0.65732087227414293, "pct_spfam_2040": 0.13102893890675199, "pct_lep_2040": 0.080283876691061989, "pct_below200_2040": 0.18126951092611898, "pct_disab_2040": 0.068262226847034008, "pct_zvhhs_2040": 0.013783597518951999, "pct_hus_rent50_2040": 0.031185031185031003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.036309000264211, 37.566211999653873 ], [ -122.038506000073113, 37.563407999762831 ], [ -122.031219000337316, 37.55659199967107 ], [ -122.030414000248285, 37.557062999655365 ], [ -122.027608000168925, 37.556686999924203 ], [ -122.026696999774671, 37.557869999693445 ], [ -122.02535199991047, 37.559601999827024 ], [ -122.024561000065148, 37.560734000345704 ], [ -122.024827000203899, 37.563500999652156 ], [ -122.02278400038081, 37.566054999805559 ], [ -122.026791000384335, 37.567988999971945 ], [ -122.032428999583985, 37.570798999800097 ], [ -122.036556999961334, 37.566276999730079 ], [ -122.036309000264211, 37.566211999653873 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441602", "NAME": "Census Tract 4416.02", "state": "06", "county_fips": "001", "tract": "441602", "county_name": "Alameda County", "tot_pop_2050": 8069, "tot_pop_pov_det_2050": 8066, "tot_pop_civ_ni_2050": 8066, "tot_hh_2050": 2316, "pop_zvhhs_2050": 104, "tot_fam_2050": 1898, "tot_pop_over5_2050": 7460, "pop_hus_rent50_2050": 305, "pop_minority_2050": 6439, "pop_over75_2050": 511, "pop_spfam_2050": 109, "pop_lep_2050": 656, "pop_below200_2050": 1242, "pop_disability_2050": 635, "pct_minority_2050": 0.79799231627215272, "pct_over75_2050": 0.063328789193208571, "pct_spfam_2050": 0.057428872497365648, "pct_lep_2050": 0.087935656836461124, "pct_below200_2050": 0.15397966774113564, "pct_disab_2050": 0.078725514505331023, "pct_zvhhs_2050": 0.044905008635578579, "pct_hus_rent50_2050": 0.13169257340241794, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060010149708196001, "pct_minority_2040": 0.78596802841918301, "pct_spfam_2040": 0.15083798882681601, "pct_lep_2040": 0.120269712398514, "pct_below200_2040": 0.28203174603174602, "pct_disab_2040": 0.072761904761905, "pct_zvhhs_2040": 0.069271758436945011, "pct_hus_rent50_2040": 0.11334225792057101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.030414000248285, 37.557062999655365 ], [ -122.031219000337316, 37.55659199967107 ], [ -122.028684000419602, 37.55412500006684 ], [ -122.022894999810546, 37.546533000182421 ], [ -122.018861000042861, 37.551426000077541 ], [ -122.015979999620441, 37.554920999900652 ], [ -122.012436000297498, 37.559589000218168 ], [ -122.011693000132766, 37.560589999782593 ], [ -122.015982999993497, 37.562705000327206 ], [ -122.02278400038081, 37.566054999805559 ], [ -122.024827000203899, 37.563500999652156 ], [ -122.024561000065148, 37.560734000345704 ], [ -122.02535199991047, 37.559601999827024 ], [ -122.026696999774671, 37.557869999693445 ], [ -122.027608000168925, 37.556686999924203 ], [ -122.030414000248285, 37.557062999655365 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441700", "NAME": "Census Tract 4417", "state": "06", "county_fips": "001", "tract": "441700", "county_name": "Alameda County", "tot_pop_2050": 8120, "tot_pop_pov_det_2050": 8120, "tot_pop_civ_ni_2050": 8120, "tot_hh_2050": 2801, "pop_zvhhs_2050": 187, "tot_fam_2050": 2026, "tot_pop_over5_2050": 7509, "pop_hus_rent50_2050": 143, "pop_minority_2050": 6283, "pop_over75_2050": 189, "pop_spfam_2050": 201, "pop_lep_2050": 812, "pop_below200_2050": 1511, "pop_disability_2050": 363, "pct_minority_2050": 0.77376847290640394, "pct_over75_2050": 0.023275862068965519, "pct_spfam_2050": 0.099210266535044431, "pct_lep_2050": 0.1081369023838061, "pct_below200_2050": 0.18608374384236454, "pct_disab_2050": 0.044704433497536944, "pct_zvhhs_2050": 0.066761870760442696, "pct_hus_rent50_2050": 0.051053195287397365, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.02884111169376, "pct_minority_2040": 0.73938122705820708, "pct_spfam_2040": 0.13219026548672599, "pct_lep_2040": 0.097574812083391999, "pct_below200_2040": 0.272979032045365, "pct_disab_2040": 0.064019981595899, "pct_zvhhs_2040": 0.020721412125862999, "pct_hus_rent50_2040": 0.15042210283960097, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.022894999810546, 37.546533000182421 ], [ -122.020081000233617, 37.542769000087716 ], [ -122.01734799994918, 37.539132999814633 ], [ -122.01655799992875, 37.540277000039723 ], [ -122.013711999666441, 37.544193999767934 ], [ -122.012574000389776, 37.545808999858451 ], [ -122.008627999587304, 37.55041499990692 ], [ -122.005383000015115, 37.554467999786098 ], [ -122.004239999817273, 37.555839000111604 ], [ -122.003709000262972, 37.556473999960076 ], [ -122.003776000210109, 37.556510000157282 ], [ -122.004618000109062, 37.556952000290096 ], [ -122.001228999698526, 37.559969000174476 ], [ -122.002072000320695, 37.561335999854059 ], [ -121.995937000105243, 37.56304099997751 ], [ -121.997090000348848, 37.56407600005781 ], [ -121.999575000037822, 37.564143999807349 ], [ -122.005127999746989, 37.563368000318313 ], [ -122.007127999912399, 37.564635999957758 ], [ -122.010656000240132, 37.561844999778685 ], [ -122.011693000132766, 37.560589999782593 ], [ -122.012436000297498, 37.559589000218168 ], [ -122.015979999620441, 37.554920999900652 ], [ -122.018861000042861, 37.551426000077541 ], [ -122.022894999810546, 37.546533000182421 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441800", "NAME": "Census Tract 4418", "state": "06", "county_fips": "001", "tract": "441800", "county_name": "Alameda County", "tot_pop_2050": 7359, "tot_pop_pov_det_2050": 7359, "tot_pop_civ_ni_2050": 7359, "tot_hh_2050": 2314, "pop_zvhhs_2050": 121, "tot_fam_2050": 1742, "tot_pop_over5_2050": 6781, "pop_hus_rent50_2050": 171, "pop_minority_2050": 4839, "pop_over75_2050": 453, "pop_spfam_2050": 119, "pop_lep_2050": 121, "pop_below200_2050": 1179, "pop_disability_2050": 618, "pct_minority_2050": 0.65756216877293105, "pct_over75_2050": 0.061557276803913576, "pct_spfam_2050": 0.068312284730195169, "pct_lep_2050": 0.017843975814776581, "pct_below200_2050": 0.16021198532409295, "pct_disab_2050": 0.083978801467590708, "pct_zvhhs_2050": 0.052290406222990485, "pct_hus_rent50_2050": 0.073898012100259286, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056475583864119008, "pct_minority_2040": 0.64939844302901595, "pct_spfam_2040": 0.035871964679912001, "pct_lep_2040": 0.045581395348837005, "pct_below200_2040": 0.14891799544419101, "pct_disab_2040": 0.047497155858931002, "pct_zvhhs_2040": 0.013310433662516, "pct_hus_rent50_2040": 0.069486404833837001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.004618000109062, 37.556952000290096 ], [ -122.003776000210109, 37.556510000157282 ], [ -122.003709000262972, 37.556473999960076 ], [ -121.996257999597319, 37.552611999737721 ], [ -121.992531999801187, 37.550661999705625 ], [ -121.988493999835512, 37.555415000147278 ], [ -121.987215999918476, 37.556788999671362 ], [ -121.983813000162542, 37.558103999840938 ], [ -121.982474999971046, 37.559728000136523 ], [ -121.98029400005565, 37.558635000051936 ], [ -121.979439999562828, 37.559662000238347 ], [ -121.978596999838956, 37.560997000275023 ], [ -121.978910999658325, 37.562793000144751 ], [ -121.979736999663743, 37.564246999770553 ], [ -121.982640999652375, 37.563768999955052 ], [ -121.983531000130242, 37.566463000061979 ], [ -121.995937000105243, 37.56304099997751 ], [ -122.002072000320695, 37.561335999854059 ], [ -122.001228999698526, 37.559969000174476 ], [ -122.004618000109062, 37.556952000290096 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441921", "NAME": "Census Tract 4419.21", "state": "06", "county_fips": "001", "tract": "441921", "county_name": "Alameda County", "tot_pop_2050": 4084, "tot_pop_pov_det_2050": 4084, "tot_pop_civ_ni_2050": 4084, "tot_hh_2050": 1260, "pop_zvhhs_2050": 41, "tot_fam_2050": 1027, "tot_pop_over5_2050": 3829, "pop_hus_rent50_2050": 44, "pop_minority_2050": 3444, "pop_over75_2050": 152, "pop_spfam_2050": 68, "pop_lep_2050": 298, "pop_below200_2050": 289, "pop_disability_2050": 260, "pct_minority_2050": 0.84329089128305579, "pct_over75_2050": 0.037218413320274236, "pct_spfam_2050": 0.06621226874391431, "pct_lep_2050": 0.077827108905719505, "pct_below200_2050": 0.070763956904995109, "pct_disab_2050": 0.063663075416258569, "pct_zvhhs_2050": 0.032539682539682535, "pct_hus_rent50_2050": 0.034920634920634921, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037480478917231004, "pct_minority_2040": 0.819364914107236, "pct_spfam_2040": 0.038888888888889001, "pct_lep_2040": 0.089128035320088006, "pct_below200_2040": 0.15023474178403801, "pct_disab_2040": 0.046850598646537997, "pct_zvhhs_2040": 0.046531302876480996, "pct_hus_rent50_2040": 0.056458511548332001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.972767999945262, 37.542258000135902 ], [ -121.973146000237037, 37.540693000172972 ], [ -121.970699000182876, 37.539350999861313 ], [ -121.966361999568164, 37.536887999897871 ], [ -121.965458999569833, 37.536376000126104 ], [ -121.963998000253, 37.538061999653529 ], [ -121.961337999763515, 37.541127999713346 ], [ -121.960601000344852, 37.541671999677 ], [ -121.96267799960485, 37.543428000011922 ], [ -121.965301000284413, 37.545087000338093 ], [ -121.96809899996785, 37.546912999765787 ], [ -121.972261999606971, 37.549114999995048 ], [ -121.973118999574524, 37.544394999814571 ], [ -121.973085000137658, 37.544046999964721 ], [ -121.972767999945262, 37.542258000135902 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441923", "NAME": "Census Tract 4419.23", "state": "06", "county_fips": "001", "tract": "441923", "county_name": "Alameda County", "tot_pop_2050": 6465, "tot_pop_pov_det_2050": 6124, "tot_pop_civ_ni_2050": 6124, "tot_hh_2050": 2386, "pop_zvhhs_2050": 386, "tot_fam_2050": 1663, "tot_pop_over5_2050": 5951, "pop_hus_rent50_2050": 493, "pop_minority_2050": 5072, "pop_over75_2050": 610, "pop_spfam_2050": 148, "pop_lep_2050": 359, "pop_below200_2050": 1279, "pop_disability_2050": 667, "pct_minority_2050": 0.78453209590100537, "pct_over75_2050": 0.094354215003866981, "pct_spfam_2050": 0.08899579073962717, "pct_lep_2050": 0.060325995630986388, "pct_below200_2050": 0.20885042455911168, "pct_disab_2050": 0.1089157413455258, "pct_zvhhs_2050": 0.16177703269069574, "pct_hus_rent50_2050": 0.2066219614417435, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.12087307410124698, "pct_minority_2040": 0.80924431401320596, "pct_spfam_2040": 0.15793470007593, "pct_lep_2040": 0.05546655987184599, "pct_below200_2040": 0.37602179836512295, "pct_disab_2040": 0.12105877773452699, "pct_zvhhs_2040": 0.22807017543859601, "pct_hus_rent50_2040": 0.27240684793554898, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.993372999875248, 37.546881999799254 ], [ -121.99101100020988, 37.545521999882247 ], [ -121.985518999701782, 37.542646999727502 ], [ -121.985194000011745, 37.542625999744644 ], [ -121.984224999891183, 37.544060000147958 ], [ -121.98259399979672, 37.545559999659623 ], [ -121.977734000023602, 37.551919999989508 ], [ -121.976035999981974, 37.554113999972934 ], [ -121.981652000338656, 37.557002000159393 ], [ -121.98029400005565, 37.558635000051936 ], [ -121.982474999971046, 37.559728000136523 ], [ -121.983813000162542, 37.558103999840938 ], [ -121.987215999918476, 37.556788999671362 ], [ -121.988493999835512, 37.555415000147278 ], [ -121.992531999801187, 37.550661999705625 ], [ -121.990832999934668, 37.549815000354528 ], [ -121.993372999875248, 37.546881999799254 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441924", "NAME": "Census Tract 4419.24", "state": "06", "county_fips": "001", "tract": "441924", "county_name": "Alameda County", "tot_pop_2050": 7625, "tot_pop_pov_det_2050": 7625, "tot_pop_civ_ni_2050": 7625, "tot_hh_2050": 2647, "pop_zvhhs_2050": 30, "tot_fam_2050": 2110, "tot_pop_over5_2050": 7117, "pop_hus_rent50_2050": 167, "pop_minority_2050": 5923, "pop_over75_2050": 308, "pop_spfam_2050": 197, "pop_lep_2050": 247, "pop_below200_2050": 516, "pop_disability_2050": 564, "pct_minority_2050": 0.77678688524590167, "pct_over75_2050": 0.040393442622950818, "pct_spfam_2050": 0.093364928909952599, "pct_lep_2050": 0.034705634396515389, "pct_below200_2050": 0.06767213114754099, "pct_disab_2050": 0.073967213114754099, "pct_zvhhs_2050": 0.011333585190782015, "pct_hus_rent50_2050": 0.063090290895353229, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033406653835578996, "pct_minority_2040": 0.67184492713775101, "pct_spfam_2040": 0.145464025026069, "pct_lep_2040": 0.069732264407804986, "pct_below200_2040": 0.20690129227385201, "pct_disab_2040": 0.074099532581798008, "pct_zvhhs_2040": 0.036261079774376002, "pct_hus_rent50_2040": 0.064929693961952001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.984121999959044, 37.568000000153631 ], [ -121.983531000130242, 37.566463000061979 ], [ -121.982640999652375, 37.563768999955052 ], [ -121.979736999663743, 37.564246999770553 ], [ -121.978910999658325, 37.562793000144751 ], [ -121.978596999838956, 37.560997000275023 ], [ -121.979439999562828, 37.559662000238347 ], [ -121.98029400005565, 37.558635000051936 ], [ -121.981652000338656, 37.557002000159393 ], [ -121.976035999981974, 37.554113999972934 ], [ -121.972861999656587, 37.558069000239968 ], [ -121.971101999690703, 37.559296000324657 ], [ -121.967861000316461, 37.561282999983781 ], [ -121.966533000170713, 37.562068999688691 ], [ -121.962219999845416, 37.565012000163051 ], [ -121.961473000381019, 37.565570999709976 ], [ -121.967951999654758, 37.572755999977005 ], [ -121.968904000056881, 37.573771000212822 ], [ -121.970304000172661, 37.572794000107393 ], [ -121.984121999959044, 37.568000000153631 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441925", "NAME": "Census Tract 4419.25", "state": "06", "county_fips": "001", "tract": "441925", "county_name": "Alameda County", "tot_pop_2050": 7165, "tot_pop_pov_det_2050": 7165, "tot_pop_civ_ni_2050": 7165, "tot_hh_2050": 3000, "pop_zvhhs_2050": 265, "tot_fam_2050": 1944, "tot_pop_over5_2050": 6551, "pop_hus_rent50_2050": 278, "pop_minority_2050": 6053, "pop_over75_2050": 367, "pop_spfam_2050": 89, "pop_lep_2050": 289, "pop_below200_2050": 771, "pop_disability_2050": 376, "pct_minority_2050": 0.84480111653872991, "pct_over75_2050": 0.051221214235868805, "pct_spfam_2050": 0.045781893004115226, "pct_lep_2050": 0.044115402228667382, "pct_below200_2050": 0.10760642009769714, "pct_disab_2050": 0.052477320307048152, "pct_zvhhs_2050": 0.088333333333333319, "pct_hus_rent50_2050": 0.092666666666666661, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019695465077788996, "pct_minority_2040": 0.78583250579278408, "pct_spfam_2040": 0.034368070953437004, "pct_lep_2040": 0.031615497076023, "pct_below200_2040": 0.061231281198002994, "pct_disab_2040": 0.061564059900165995, "pct_zvhhs_2040": 0.034546122748988994, "pct_hus_rent50_2040": 0.059873558943845002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.976035999981974, 37.554113999972934 ], [ -121.977734000023602, 37.551919999989508 ], [ -121.972261999606971, 37.549114999995048 ], [ -121.96809899996785, 37.546912999765787 ], [ -121.965301000284413, 37.545087000338093 ], [ -121.96267799960485, 37.543428000011922 ], [ -121.960601000344852, 37.541671999677 ], [ -121.95955600005631, 37.541197999852621 ], [ -121.954929999736592, 37.541670000297188 ], [ -121.954355999626245, 37.541962000355795 ], [ -121.954943999980287, 37.550200999889483 ], [ -121.955637999741228, 37.559850000312238 ], [ -121.95704700007785, 37.560813999905271 ], [ -121.957390000209543, 37.561092999682216 ], [ -121.961473000381019, 37.565570999709976 ], [ -121.962219999845416, 37.565012000163051 ], [ -121.966533000170713, 37.562068999688691 ], [ -121.967861000316461, 37.561282999983781 ], [ -121.971101999690703, 37.559296000324657 ], [ -121.972861999656587, 37.558069000239968 ], [ -121.976035999981974, 37.554113999972934 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441926", "NAME": "Census Tract 4419.26", "state": "06", "county_fips": "001", "tract": "441926", "county_name": "Alameda County", "tot_pop_2050": 4570, "tot_pop_pov_det_2050": 4562, "tot_pop_civ_ni_2050": 4559, "tot_hh_2050": 1483, "pop_zvhhs_2050": 135, "tot_fam_2050": 1147, "tot_pop_over5_2050": 4150, "pop_hus_rent50_2050": 162, "pop_minority_2050": 4146, "pop_over75_2050": 65, "pop_spfam_2050": 100, "pop_lep_2050": 329, "pop_below200_2050": 887, "pop_disability_2050": 288, "pct_minority_2050": 0.9072210065645514, "pct_over75_2050": 0.014223194748358862, "pct_spfam_2050": 0.087183958151700089, "pct_lep_2050": 0.079277108433734936, "pct_below200_2050": 0.19443226654975887, "pct_disab_2050": 0.063171748190392618, "pct_zvhhs_2050": 0.091031692515171944, "pct_hus_rent50_2050": 0.10923803101820634, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0049763033175359989, "pct_minority_2040": 0.83317535545023713, "pct_spfam_2040": 0.18035882908404197, "pct_lep_2040": 0.119399119399119, "pct_below200_2040": 0.27511848341232203, "pct_disab_2040": 0.060900473933648995, "pct_zvhhs_2040": 0.061196105702364008, "pct_hus_rent50_2040": 0.112273361227336, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.980761000035898, 37.544614000152144 ], [ -121.98412699998191, 37.540397999941121 ], [ -121.980068999924768, 37.538482999767396 ], [ -121.978861000327925, 37.538885000195549 ], [ -121.977001999729495, 37.537861999725934 ], [ -121.975959999813995, 37.537217999918944 ], [ -121.973146000237037, 37.540693000172972 ], [ -121.976821999804457, 37.542597000199464 ], [ -121.980761000035898, 37.544614000152144 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001441927", "NAME": "Census Tract 4419.27", "state": "06", "county_fips": "001", "tract": "441927", "county_name": "Alameda County", "tot_pop_2050": 4512, "tot_pop_pov_det_2050": 4512, "tot_pop_civ_ni_2050": 4512, "tot_hh_2050": 1760, "pop_zvhhs_2050": 281, "tot_fam_2050": 1276, "tot_pop_over5_2050": 3900, "pop_hus_rent50_2050": 249, "pop_minority_2050": 3949, "pop_over75_2050": 258, "pop_spfam_2050": 65, "pop_lep_2050": 229, "pop_below200_2050": 530, "pop_disability_2050": 281, "pct_minority_2050": 0.87522163120567376, "pct_over75_2050": 0.057180851063829786, "pct_spfam_2050": 0.050940438871473363, "pct_lep_2050": 0.058717948717948727, "pct_below200_2050": 0.11746453900709219, "pct_disab_2050": 0.062278368794326237, "pct_zvhhs_2050": 0.15965909090909092, "pct_hus_rent50_2050": 0.14147727272727273, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.046276720695324999, "pct_minority_2040": 0.86986140474512597, "pct_spfam_2040": 0.16780238500851799, "pct_lep_2040": 0.035800807537012001, "pct_below200_2040": 0.14258867747239801, "pct_disab_2040": 0.101479915433404, "pct_zvhhs_2040": 0.16586248492159197, "pct_hus_rent50_2040": 0.150491400491401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.98259399979672, 37.545559999659623 ], [ -121.980865999617876, 37.544668999781351 ], [ -121.980761000035898, 37.544614000152144 ], [ -121.976821999804457, 37.542597000199464 ], [ -121.973146000237037, 37.540693000172972 ], [ -121.972767999945262, 37.542258000135902 ], [ -121.973085000137658, 37.544046999964721 ], [ -121.973118999574524, 37.544394999814571 ], [ -121.972261999606971, 37.549114999995048 ], [ -121.977734000023602, 37.551919999989508 ], [ -121.98259399979672, 37.545559999659623 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442000", "NAME": "Census Tract 4420", "state": "06", "county_fips": "001", "tract": "442000", "county_name": "Alameda County", "tot_pop_2050": 3232, "tot_pop_pov_det_2050": 3232, "tot_pop_civ_ni_2050": 3232, "tot_hh_2050": 1003, "pop_zvhhs_2050": 0, "tot_fam_2050": 900, "tot_pop_over5_2050": 3121, "pop_hus_rent50_2050": 0, "pop_minority_2050": 2586, "pop_over75_2050": 279, "pop_spfam_2050": 33, "pop_lep_2050": 188, "pop_below200_2050": 86, "pop_disability_2050": 242, "pct_minority_2050": 0.80012376237623761, "pct_over75_2050": 0.086324257425742582, "pct_spfam_2050": 0.036666666666666667, "pct_lep_2050": 0.060237103492470363, "pct_below200_2050": 0.026608910891089108, "pct_disab_2050": 0.074876237623762373, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060136391816490997, "pct_minority_2040": 0.76131432114073205, "pct_spfam_2040": 0.021158129175946998, "pct_lep_2040": 0.068066157760813997, "pct_below200_2040": 0.061066336019839004, "pct_disab_2040": 0.068815871047736996, "pct_zvhhs_2040": 0.021632251720746998, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.959054999740871, 37.567124999657167 ], [ -121.961473000381019, 37.565570999709976 ], [ -121.957390000209543, 37.561092999682216 ], [ -121.95704700007785, 37.560813999905271 ], [ -121.955637999741228, 37.559850000312238 ], [ -121.945984000317239, 37.553856000087791 ], [ -121.939854000124654, 37.549879999779598 ], [ -121.924825000368401, 37.541081000040876 ], [ -121.924386999802152, 37.540631000040065 ], [ -121.920780999656657, 37.543988999831804 ], [ -121.920184999804988, 37.544990000252447 ], [ -121.919349999578714, 37.548941999843379 ], [ -121.918208000104102, 37.55124800000452 ], [ -121.916310000045939, 37.554734000080217 ], [ -121.915772999745499, 37.55539199976446 ], [ -121.915967999739181, 37.560873000264259 ], [ -121.918002000239767, 37.561240000047924 ], [ -121.922906000393809, 37.559663000043031 ], [ -121.924833999690904, 37.557245999980211 ], [ -121.923713999957585, 37.559685000015293 ], [ -121.923641000162661, 37.559912999927874 ], [ -121.91919399994309, 37.561478000126833 ], [ -121.918958999766446, 37.56594299987475 ], [ -121.91942900011972, 37.567685999830687 ], [ -121.923149000068065, 37.56822199997778 ], [ -121.923513000116145, 37.569690999766308 ], [ -121.925221000203507, 37.571212000088067 ], [ -121.932146000439388, 37.573314999790369 ], [ -121.931763999949638, 37.572619000132725 ], [ -121.933063999608009, 37.571254999964012 ], [ -121.935789000394806, 37.570024000238519 ], [ -121.939560000396796, 37.570564999653222 ], [ -121.942779999854608, 37.570626999806329 ], [ -121.947993999630071, 37.569815999720397 ], [ -121.949601000333388, 37.570400000303508 ], [ -121.95270000031573, 37.570649000100921 ], [ -121.957507000385419, 37.569226000060475 ], [ -121.959054999740871, 37.567124999657167 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442100", "NAME": "Census Tract 4421", "state": "06", "county_fips": "001", "tract": "442100", "county_name": "Alameda County", "tot_pop_2050": 5303, "tot_pop_pov_det_2050": 5303, "tot_pop_civ_ni_2050": 5303, "tot_hh_2050": 1622, "pop_zvhhs_2050": 14, "tot_fam_2050": 1502, "tot_pop_over5_2050": 5161, "pop_hus_rent50_2050": 31, "pop_minority_2050": 4531, "pop_over75_2050": 404, "pop_spfam_2050": 37, "pop_lep_2050": 468, "pop_below200_2050": 242, "pop_disability_2050": 327, "pct_minority_2050": 0.8544220252687158, "pct_over75_2050": 0.07618329247595701, "pct_spfam_2050": 0.024633821571238348, "pct_lep_2050": 0.0906801007556675, "pct_below200_2050": 0.045634546483122762, "pct_disab_2050": 0.061663209504054316, "pct_zvhhs_2050": 0.0086313193588162754, "pct_hus_rent50_2050": 0.019112207151664611, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074578989574980006, "pct_minority_2040": 0.81776263031275098, "pct_spfam_2040": 0.05458362491252599, "pct_lep_2040": 0.093294460641399013, "pct_below200_2040": 0.103849238171612, "pct_disab_2040": 0.076984763432237008, "pct_zvhhs_2040": 0.026565464895636003, "pct_hus_rent50_2040": 0.025932953826692001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.955637999741228, 37.559850000312238 ], [ -121.954943999980287, 37.550200999889483 ], [ -121.954355999626245, 37.541962000355795 ], [ -121.954929999736592, 37.541670000297188 ], [ -121.954186999571832, 37.538524999924121 ], [ -121.953714999568717, 37.533153999950777 ], [ -121.953342000198134, 37.533210999804368 ], [ -121.953524999597917, 37.533755999979029 ], [ -121.953348999870826, 37.535547999745127 ], [ -121.948150000163977, 37.541356000128886 ], [ -121.944640000277957, 37.545099000339903 ], [ -121.939854000124654, 37.549879999779598 ], [ -121.945984000317239, 37.553856000087791 ], [ -121.955637999741228, 37.559850000312238 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442200", "NAME": "Census Tract 4422", "state": "06", "county_fips": "001", "tract": "442200", "county_name": "Alameda County", "tot_pop_2050": 7196, "tot_pop_pov_det_2050": 7176, "tot_pop_civ_ni_2050": 7176, "tot_hh_2050": 2175, "pop_zvhhs_2050": 53, "tot_fam_2050": 1970, "tot_pop_over5_2050": 7076, "pop_hus_rent50_2050": 0, "pop_minority_2050": 5907, "pop_over75_2050": 520, "pop_spfam_2050": 48, "pop_lep_2050": 548, "pop_below200_2050": 465, "pop_disability_2050": 427, "pct_minority_2050": 0.82087270705947746, "pct_over75_2050": 0.072262367982212319, "pct_spfam_2050": 0.024365482233502538, "pct_lep_2050": 0.077444884115319371, "pct_below200_2050": 0.064799331103678928, "pct_disab_2050": 0.05950390189520624, "pct_zvhhs_2050": 0.024367816091954018, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.09250969859743402, "pct_minority_2040": 0.7705162638018499, "pct_spfam_2040": 0.042564953012713992, "pct_lep_2040": 0.067615113966650986, "pct_below200_2040": 0.058920293106027005, "pct_disab_2040": 0.067145207118289002, "pct_zvhhs_2040": 0.043051006083293993, "pct_hus_rent50_2040": 0.031663516068052996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.954693999735028, 37.53300699975243 ], [ -121.953968000187032, 37.529575000078793 ], [ -121.951627000438066, 37.524904999710188 ], [ -121.945315999597213, 37.512778999915859 ], [ -121.943116000313609, 37.513715000019175 ], [ -121.939515000190951, 37.514759000344824 ], [ -121.945615000246292, 37.524122000072452 ], [ -121.945932000438702, 37.526240999854387 ], [ -121.944740999661988, 37.528650999954664 ], [ -121.941487999693848, 37.530989999971183 ], [ -121.93681299986865, 37.533467000309201 ], [ -121.933436999876903, 37.535247999867501 ], [ -121.926438000021207, 37.538970000114809 ], [ -121.924386999802152, 37.540631000040065 ], [ -121.924825000368401, 37.541081000040876 ], [ -121.939854000124654, 37.549879999779598 ], [ -121.944640000277957, 37.545099000339903 ], [ -121.948150000163977, 37.541356000128886 ], [ -121.953348999870826, 37.535547999745127 ], [ -121.953524999597917, 37.533755999979029 ], [ -121.953342000198134, 37.533210999804368 ], [ -121.953714999568717, 37.533153999950777 ], [ -121.954693999735028, 37.53300699975243 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442301", "NAME": "Census Tract 4423.01", "state": "06", "county_fips": "001", "tract": "442301", "county_name": "Alameda County", "tot_pop_2050": 5148, "tot_pop_pov_det_2050": 5148, "tot_pop_civ_ni_2050": 5148, "tot_hh_2050": 1561, "pop_zvhhs_2050": 96, "tot_fam_2050": 1275, "tot_pop_over5_2050": 4848, "pop_hus_rent50_2050": 182, "pop_minority_2050": 4178, "pop_over75_2050": 261, "pop_spfam_2050": 70, "pop_lep_2050": 599, "pop_below200_2050": 740, "pop_disability_2050": 453, "pct_minority_2050": 0.81157731157731161, "pct_over75_2050": 0.050699300699300696, "pct_spfam_2050": 0.054901960784313725, "pct_lep_2050": 0.12355610561056105, "pct_below200_2050": 0.14374514374514374, "pct_disab_2050": 0.087995337995338013, "pct_zvhhs_2050": 0.061499039077514424, "pct_hus_rent50_2050": 0.11659192825112108, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039982425307557003, "pct_minority_2040": 0.75351493848857598, "pct_spfam_2040": 0.10146173688735999, "pct_lep_2040": 0.11480362537764401, "pct_below200_2040": 0.245606326889279, "pct_disab_2040": 0.064026402640264005, "pct_zvhhs_2040": 0.04615384615384599, "pct_hus_rent50_2040": 0.065446868402532998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.970101999607991, 37.530470000167689 ], [ -121.969816000276026, 37.527880999894165 ], [ -121.969084999806867, 37.52284700016191 ], [ -121.969001000141276, 37.522483999934138 ], [ -121.957596000073863, 37.523924999948832 ], [ -121.952958999883478, 37.524418000133636 ], [ -121.951627000438066, 37.524904999710188 ], [ -121.953968000187032, 37.529575000078793 ], [ -121.954693999735028, 37.53300699975243 ], [ -121.957909000068312, 37.532631999940335 ], [ -121.959109000167558, 37.532871999809309 ], [ -121.963588999999089, 37.532981999966069 ], [ -121.966472000071334, 37.530763000109673 ], [ -121.96894400023983, 37.532072999791922 ], [ -121.970101999607991, 37.530470000167689 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442302", "NAME": "Census Tract 4423.02", "state": "06", "county_fips": "001", "tract": "442302", "county_name": "Alameda County", "tot_pop_2050": 6012, "tot_pop_pov_det_2050": 6012, "tot_pop_civ_ni_2050": 6012, "tot_hh_2050": 2238, "pop_zvhhs_2050": 395, "tot_fam_2050": 1534, "tot_pop_over5_2050": 5540, "pop_hus_rent50_2050": 323, "pop_minority_2050": 4816, "pop_over75_2050": 394, "pop_spfam_2050": 125, "pop_lep_2050": 550, "pop_below200_2050": 1171, "pop_disability_2050": 670, "pct_minority_2050": 0.80106453759148366, "pct_over75_2050": 0.065535595475715219, "pct_spfam_2050": 0.081486310299869621, "pct_lep_2050": 0.099277978339350176, "pct_below200_2050": 0.19477711244178311, "pct_disab_2050": 0.11144377910844976, "pct_zvhhs_2050": 0.17649687220732796, "pct_hus_rent50_2050": 0.14432529043789094, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.064688536675267, "pct_minority_2040": 0.74198304460007414, "pct_spfam_2040": 0.13501144164759699, "pct_lep_2040": 0.079490291262135998, "pct_below200_2040": 0.28234426833763399, "pct_disab_2040": 0.116660523405824, "pct_zvhhs_2040": 0.148, "pct_hus_rent50_2040": 0.14175257731958801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.96894400023983, 37.532072999791922 ], [ -121.966472000071334, 37.530763000109673 ], [ -121.963588999999089, 37.532981999966069 ], [ -121.959109000167558, 37.532871999809309 ], [ -121.957909000068312, 37.532631999940335 ], [ -121.954693999735028, 37.53300699975243 ], [ -121.953714999568717, 37.533153999950777 ], [ -121.954186999571832, 37.538524999924121 ], [ -121.954929999736592, 37.541670000297188 ], [ -121.95955600005631, 37.541197999852621 ], [ -121.960601000344852, 37.541671999677 ], [ -121.961337999763515, 37.541127999713346 ], [ -121.963998000253, 37.538061999653529 ], [ -121.965458999569833, 37.536376000126104 ], [ -121.96894400023983, 37.532072999791922 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442400", "NAME": "Census Tract 4424", "state": "06", "county_fips": "001", "tract": "442400", "county_name": "Alameda County", "tot_pop_2050": 6647, "tot_pop_pov_det_2050": 6647, "tot_pop_civ_ni_2050": 6647, "tot_hh_2050": 2016, "pop_zvhhs_2050": 74, "tot_fam_2050": 1624, "tot_pop_over5_2050": 6393, "pop_hus_rent50_2050": 40, "pop_minority_2050": 5149, "pop_over75_2050": 350, "pop_spfam_2050": 62, "pop_lep_2050": 617, "pop_below200_2050": 997, "pop_disability_2050": 527, "pct_minority_2050": 0.77463517376259972, "pct_over75_2050": 0.052655333233037463, "pct_spfam_2050": 0.038177339901477834, "pct_lep_2050": 0.09651180979195996, "pct_below200_2050": 0.14999247780953814, "pct_disab_2050": 0.079283887468030695, "pct_zvhhs_2050": 0.036706349206349215, "pct_hus_rent50_2050": 0.01984126984126984, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031380451993666, "pct_minority_2040": 0.74535770836332205, "pct_spfam_2040": 0.096597812879708006, "pct_lep_2040": 0.14357567443987199, "pct_below200_2040": 0.22909143434927101, "pct_disab_2040": 0.057003022887577005, "pct_zvhhs_2040": 0.016511867905056998, "pct_hus_rent50_2040": 0.063467492260062, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.979179000345241, 37.53325700000439 ], [ -121.983044000058513, 37.528437000156259 ], [ -121.979049999575494, 37.526390000353615 ], [ -121.971189999554227, 37.522436999910937 ], [ -121.969001000141276, 37.522483999934138 ], [ -121.969084999806867, 37.52284700016191 ], [ -121.969816000276026, 37.527880999894165 ], [ -121.970101999607991, 37.530470000167689 ], [ -121.96894400023983, 37.532072999791922 ], [ -121.965458999569833, 37.536376000126104 ], [ -121.966361999568164, 37.536887999897871 ], [ -121.970699000182876, 37.539350999861313 ], [ -121.973146000237037, 37.540693000172972 ], [ -121.975959999813995, 37.537217999918944 ], [ -121.979179000345241, 37.53325700000439 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442500", "NAME": "Census Tract 4425", "state": "06", "county_fips": "001", "tract": "442500", "county_name": "Alameda County", "tot_pop_2050": 7748, "tot_pop_pov_det_2050": 7487, "tot_pop_civ_ni_2050": 7536, "tot_hh_2050": 2264, "pop_zvhhs_2050": 108, "tot_fam_2050": 1923, "tot_pop_over5_2050": 7142, "pop_hus_rent50_2050": 117, "pop_minority_2050": 6318, "pop_over75_2050": 462, "pop_spfam_2050": 252, "pop_lep_2050": 806, "pop_below200_2050": 938, "pop_disability_2050": 721, "pct_minority_2050": 0.81543624161073824, "pct_over75_2050": 0.059628291171915336, "pct_spfam_2050": 0.13104524180967239, "pct_lep_2050": 0.11285354242509101, "pct_below200_2050": 0.12528382529718179, "pct_disab_2050": 0.095674097664543531, "pct_zvhhs_2050": 0.047703180212014133, "pct_hus_rent50_2050": 0.051678445229681978, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066062516417126002, "pct_minority_2040": 0.68058838980824798, "pct_spfam_2040": 0.143421795595709, "pct_lep_2040": 0.12907741845163098, "pct_below200_2040": 0.19426621160409599, "pct_disab_2040": 0.094517958412098008, "pct_zvhhs_2040": 0.042785616750114004, "pct_hus_rent50_2040": 0.047792444242147999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.996815999814132, 37.538417999664702 ], [ -121.998518999878641, 37.536371000252878 ], [ -121.991773999567812, 37.532927999715127 ], [ -121.985797000434431, 37.529845999750044 ], [ -121.983044000058513, 37.528437000156259 ], [ -121.979179000345241, 37.53325700000439 ], [ -121.975959999813995, 37.537217999918944 ], [ -121.977001999729495, 37.537861999725934 ], [ -121.978861000327925, 37.538885000195549 ], [ -121.980068999924768, 37.538482999767396 ], [ -121.98412699998191, 37.540397999941121 ], [ -121.980761000035898, 37.544614000152144 ], [ -121.980865999617876, 37.544668999781351 ], [ -121.98259399979672, 37.545559999659623 ], [ -121.984224999891183, 37.544060000147958 ], [ -121.985194000011745, 37.542625999744644 ], [ -121.985518999701782, 37.542646999727502 ], [ -121.99101100020988, 37.545521999882247 ], [ -121.993279000163895, 37.542744000012625 ], [ -121.996815999814132, 37.538417999664702 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442601", "NAME": "Census Tract 4426.01", "state": "06", "county_fips": "001", "tract": "442601", "county_name": "Alameda County", "tot_pop_2050": 4175, "tot_pop_pov_det_2050": 4168, "tot_pop_civ_ni_2050": 4151, "tot_hh_2050": 1306, "pop_zvhhs_2050": 29, "tot_fam_2050": 1061, "tot_pop_over5_2050": 4012, "pop_hus_rent50_2050": 67, "pop_minority_2050": 2815, "pop_over75_2050": 323, "pop_spfam_2050": 34, "pop_lep_2050": 80, "pop_below200_2050": 312, "pop_disability_2050": 279, "pct_minority_2050": 0.67425149700598808, "pct_over75_2050": 0.077365269461077843, "pct_spfam_2050": 0.032045240339302547, "pct_lep_2050": 0.019940179461615155, "pct_below200_2050": 0.074856046065259113, "pct_disab_2050": 0.06721271982654782, "pct_zvhhs_2050": 0.0222052067381317, "pct_hus_rent50_2050": 0.051301684532924961, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089572933998890991, "pct_minority_2040": 0.56544647809206894, "pct_spfam_2040": 0.149484536082474, "pct_lep_2040": 0.016998827667057001, "pct_below200_2040": 0.055926544240400999, "pct_disab_2040": 0.087646076794658009, "pct_zvhhs_2040": 0.0099464422341240012, "pct_hus_rent50_2040": 0.048740861088545993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.00308300027406, 37.542732999663549 ], [ -122.00533699998438, 37.539892999829114 ], [ -121.998518999878641, 37.536371000252878 ], [ -121.996815999814132, 37.538417999664702 ], [ -121.993279000163895, 37.542744000012625 ], [ -121.99101100020988, 37.545521999882247 ], [ -121.993372999875248, 37.546881999799254 ], [ -121.990832999934668, 37.549815000354528 ], [ -121.992531999801187, 37.550661999705625 ], [ -121.996257999597319, 37.552611999737721 ], [ -121.999130999623816, 37.549110000263894 ], [ -122.001088000131517, 37.546670000279896 ], [ -122.002767999731475, 37.544554999740775 ], [ -122.00308300027406, 37.542732999663549 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442602", "NAME": "Census Tract 4426.02", "state": "06", "county_fips": "001", "tract": "442602", "county_name": "Alameda County", "tot_pop_2050": 4883, "tot_pop_pov_det_2050": 4883, "tot_pop_civ_ni_2050": 4883, "tot_hh_2050": 1625, "pop_zvhhs_2050": 122, "tot_fam_2050": 1363, "tot_pop_over5_2050": 4555, "pop_hus_rent50_2050": 170, "pop_minority_2050": 3231, "pop_over75_2050": 239, "pop_spfam_2050": 165, "pop_lep_2050": 245, "pop_below200_2050": 862, "pop_disability_2050": 275, "pct_minority_2050": 0.66168339135777188, "pct_over75_2050": 0.048945320499692815, "pct_spfam_2050": 0.1210564930300807, "pct_lep_2050": 0.053787047200878166, "pct_below200_2050": 0.17653082121646529, "pct_disab_2050": 0.056317837395044028, "pct_zvhhs_2050": 0.075076923076923069, "pct_hus_rent50_2050": 0.1046153846153846, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053796183516036995, "pct_minority_2040": 0.63154689403166897, "pct_spfam_2040": 0.085205267234701995, "pct_lep_2040": 0.11599827511858599, "pct_below200_2040": 0.45513601299228601, "pct_disab_2040": 0.074705643524156998, "pct_zvhhs_2040": 0.072727272727273001, "pct_hus_rent50_2040": 0.15217391304347799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.012574000389776, 37.545808999858451 ], [ -122.013711999666441, 37.544193999767934 ], [ -122.00533699998438, 37.539892999829114 ], [ -122.00308300027406, 37.542732999663549 ], [ -122.002767999731475, 37.544554999740775 ], [ -122.001088000131517, 37.546670000279896 ], [ -121.999130999623816, 37.549110000263894 ], [ -121.996257999597319, 37.552611999737721 ], [ -122.003709000262972, 37.556473999960076 ], [ -122.004239999817273, 37.555839000111604 ], [ -122.005383000015115, 37.554467999786098 ], [ -122.008627999587304, 37.55041499990692 ], [ -122.012574000389776, 37.545808999858451 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442700", "NAME": "Census Tract 4427", "state": "06", "county_fips": "001", "tract": "442700", "county_name": "Alameda County", "tot_pop_2050": 3118, "tot_pop_pov_det_2050": 3118, "tot_pop_civ_ni_2050": 3118, "tot_hh_2050": 1046, "pop_zvhhs_2050": 0, "tot_fam_2050": 829, "tot_pop_over5_2050": 2879, "pop_hus_rent50_2050": 30, "pop_minority_2050": 2000, "pop_over75_2050": 208, "pop_spfam_2050": 18, "pop_lep_2050": 70, "pop_below200_2050": 201, "pop_disability_2050": 260, "pct_minority_2050": 0.64143681847338041, "pct_over75_2050": 0.066709429121231553, "pct_spfam_2050": 0.021712907117008445, "pct_lep_2050": 0.024313997915943041, "pct_below200_2050": 0.064464400256574725, "pct_disab_2050": 0.083386786401539431, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.028680688336520075, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.081761006289307991, "pct_minority_2040": 0.57012578616352205, "pct_spfam_2040": 0.014962593516209998, "pct_lep_2040": 0.048488874128197003, "pct_below200_2040": 0.06871437618746, "pct_disab_2040": 0.120440251572327, "pct_zvhhs_2040": 0.014340344168259999, "pct_hus_rent50_2040": 0.029097963142580004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.01655799992875, 37.540277000039723 ], [ -122.01734799994918, 37.539132999814633 ], [ -122.014860999712042, 37.53669499974837 ], [ -122.002360000200795, 37.529773999941291 ], [ -122.001340999851507, 37.532891000074684 ], [ -122.000847999931992, 37.533482999955396 ], [ -121.998518999878641, 37.536371000252878 ], [ -122.00533699998438, 37.539892999829114 ], [ -122.013711999666441, 37.544193999767934 ], [ -122.01655799992875, 37.540277000039723 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442800", "NAME": "Census Tract 4428", "state": "06", "county_fips": "001", "tract": "442800", "county_name": "Alameda County", "tot_pop_2050": 2836, "tot_pop_pov_det_2050": 2836, "tot_pop_civ_ni_2050": 2836, "tot_hh_2050": 904, "pop_zvhhs_2050": 31, "tot_fam_2050": 675, "tot_pop_over5_2050": 2713, "pop_hus_rent50_2050": 11, "pop_minority_2050": 1816, "pop_over75_2050": 189, "pop_spfam_2050": 71, "pop_lep_2050": 167, "pop_below200_2050": 253, "pop_disability_2050": 252, "pct_minority_2050": 0.64033850493653033, "pct_over75_2050": 0.06664315937940761, "pct_spfam_2050": 0.1051851851851852, "pct_lep_2050": 0.061555473645410974, "pct_below200_2050": 0.08921015514809591, "pct_disab_2050": 0.088857545839210156, "pct_zvhhs_2050": 0.034292035398230086, "pct_hus_rent50_2050": 0.012168141592920356, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058542793509385994, "pct_minority_2040": 0.61851734012090387, "pct_spfam_2040": 0.099706744868035005, "pct_lep_2040": 0.12384219554030901, "pct_below200_2040": 0.280218018595704, "pct_disab_2040": 0.089405027044224997, "pct_zvhhs_2040": 0.013437849944008999, "pct_hus_rent50_2040": 0.093679458239278007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.001340999851507, 37.532891000074684 ], [ -122.002360000200795, 37.529773999941291 ], [ -121.987974999976771, 37.522530999927724 ], [ -121.9877669995643, 37.522431999815744 ], [ -121.987047999688997, 37.523531999855244 ], [ -121.984979999751502, 37.526075999963233 ], [ -121.983044000058513, 37.528437000156259 ], [ -121.985797000434431, 37.529845999750044 ], [ -121.991773999567812, 37.532927999715127 ], [ -121.998518999878641, 37.536371000252878 ], [ -122.000847999931992, 37.533482999955396 ], [ -122.001340999851507, 37.532891000074684 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001442900", "NAME": "Census Tract 4429", "state": "06", "county_fips": "001", "tract": "442900", "county_name": "Alameda County", "tot_pop_2050": 7814, "tot_pop_pov_det_2050": 7809, "tot_pop_civ_ni_2050": 7809, "tot_hh_2050": 2277, "pop_zvhhs_2050": 51, "tot_fam_2050": 1859, "tot_pop_over5_2050": 7391, "pop_hus_rent50_2050": 61, "pop_minority_2050": 5534, "pop_over75_2050": 448, "pop_spfam_2050": 96, "pop_lep_2050": 521, "pop_below200_2050": 1056, "pop_disability_2050": 765, "pct_minority_2050": 0.70821602252367544, "pct_over75_2050": 0.057332992065523426, "pct_spfam_2050": 0.051640667025282409, "pct_lep_2050": 0.0704911378703829, "pct_below200_2050": 0.13522858240491739, "pct_disab_2050": 0.097963887821744131, "pct_zvhhs_2050": 0.022397891963109359, "pct_hus_rent50_2050": 0.02678963548528766, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052071309478004008, "pct_minority_2040": 0.67192509939720391, "pct_spfam_2040": 0.065730337078652001, "pct_lep_2040": 0.081066302118934008, "pct_below200_2040": 0.12857692801231901, "pct_disab_2040": 0.10265622994995501, "pct_zvhhs_2040": 0.044599912549190997, "pct_hus_rent50_2040": 0.029672276350753, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.987047999688997, 37.523531999855244 ], [ -121.9877669995643, 37.522431999815744 ], [ -121.983808999964594, 37.520337999900619 ], [ -121.982542999743117, 37.519421999981262 ], [ -121.967456000260512, 37.507453000237419 ], [ -121.962882999644251, 37.509342999803053 ], [ -121.965138999902706, 37.512916000031673 ], [ -121.967084999641429, 37.516215999706901 ], [ -121.967606999873254, 37.517234999882767 ], [ -121.968279999717808, 37.519779999871155 ], [ -121.969001000141276, 37.522483999934138 ], [ -121.971189999554227, 37.522436999910937 ], [ -121.979049999575494, 37.526390000353615 ], [ -121.983044000058513, 37.528437000156259 ], [ -121.984979999751502, 37.526075999963233 ], [ -121.987047999688997, 37.523531999855244 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443001", "NAME": "Census Tract 4430.01", "state": "06", "county_fips": "001", "tract": "443001", "county_name": "Alameda County", "tot_pop_2050": 3046, "tot_pop_pov_det_2050": 3041, "tot_pop_civ_ni_2050": 3046, "tot_hh_2050": 839, "pop_zvhhs_2050": 10, "tot_fam_2050": 746, "tot_pop_over5_2050": 2896, "pop_hus_rent50_2050": 43, "pop_minority_2050": 2400, "pop_over75_2050": 66, "pop_spfam_2050": 64, "pop_lep_2050": 365, "pop_below200_2050": 489, "pop_disability_2050": 198, "pct_minority_2050": 0.78791858174655283, "pct_over75_2050": 0.021667760998030205, "pct_spfam_2050": 0.085790884718498661, "pct_lep_2050": 0.12603591160220995, "pct_below200_2050": 0.16080236764222294, "pct_disab_2050": 0.065003282994090611, "pct_zvhhs_2050": 0.011918951132300357, "pct_hus_rent50_2050": 0.051251489868891539, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019745649263722, "pct_minority_2040": 0.72188755020080297, "pct_spfam_2040": 0.19286657859973602, "pct_lep_2040": 0.112266857962697, "pct_below200_2040": 0.20195220464490102, "pct_disab_2040": 0.093373493975904012, "pct_zvhhs_2040": 0.01207729468599, "pct_hus_rent50_2040": 0.013398294762485002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.957596000073863, 37.523924999948832 ], [ -121.957339999980832, 37.522693999933793 ], [ -121.954358000174366, 37.517514999973578 ], [ -121.952931000294399, 37.515109000150048 ], [ -121.95116999960527, 37.512098999915246 ], [ -121.946770999964613, 37.512399999986059 ], [ -121.945315999597213, 37.512778999915859 ], [ -121.951627000438066, 37.524904999710188 ], [ -121.952958999883478, 37.524418000133636 ], [ -121.957596000073863, 37.523924999948832 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443002", "NAME": "Census Tract 4430.02", "state": "06", "county_fips": "001", "tract": "443002", "county_name": "Alameda County", "tot_pop_2050": 6745, "tot_pop_pov_det_2050": 6745, "tot_pop_civ_ni_2050": 6745, "tot_hh_2050": 1957, "pop_zvhhs_2050": 26, "tot_fam_2050": 1591, "tot_pop_over5_2050": 6442, "pop_hus_rent50_2050": 135, "pop_minority_2050": 5364, "pop_over75_2050": 389, "pop_spfam_2050": 141, "pop_lep_2050": 641, "pop_below200_2050": 1248, "pop_disability_2050": 590, "pct_minority_2050": 0.79525574499629359, "pct_over75_2050": 0.057672349888806526, "pct_spfam_2050": 0.088623507228158385, "pct_lep_2050": 0.099503259857187207, "pct_below200_2050": 0.18502594514455151, "pct_disab_2050": 0.087472201630837659, "pct_zvhhs_2050": 0.013285641287685231, "pct_hus_rent50_2050": 0.068983137455288709, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035725885027606, "pct_minority_2040": 0.72279961026307193, "pct_spfam_2040": 0.090909090909091009, "pct_lep_2040": 0.092299847016828002, "pct_below200_2040": 0.19432670361917201, "pct_disab_2040": 0.080383241312113995, "pct_zvhhs_2040": 0.033260632497273998, "pct_hus_rent50_2040": 0.035049288061335997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.969001000141276, 37.522483999934138 ], [ -121.968279999717808, 37.519779999871155 ], [ -121.967606999873254, 37.517234999882767 ], [ -121.967084999641429, 37.516215999706901 ], [ -121.965138999902706, 37.512916000031673 ], [ -121.962882999644251, 37.509342999803053 ], [ -121.960634999781718, 37.510181000019173 ], [ -121.95116999960527, 37.512098999915246 ], [ -121.952931000294399, 37.515109000150048 ], [ -121.954358000174366, 37.517514999973578 ], [ -121.957339999980832, 37.522693999933793 ], [ -121.957596000073863, 37.523924999948832 ], [ -121.969001000141276, 37.522483999934138 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443102", "NAME": "Census Tract 4431.02", "state": "06", "county_fips": "001", "tract": "443102", "county_name": "Alameda County", "tot_pop_2050": 4881, "tot_pop_pov_det_2050": 4881, "tot_pop_civ_ni_2050": 4881, "tot_hh_2050": 1492, "pop_zvhhs_2050": 28, "tot_fam_2050": 1392, "tot_pop_over5_2050": 4634, "pop_hus_rent50_2050": 19, "pop_minority_2050": 4067, "pop_over75_2050": 385, "pop_spfam_2050": 62, "pop_lep_2050": 307, "pop_below200_2050": 194, "pop_disability_2050": 288, "pct_minority_2050": 0.83323089530833849, "pct_over75_2050": 0.078877279246056142, "pct_spfam_2050": 0.044540229885057465, "pct_lep_2050": 0.06624946050927924, "pct_below200_2050": 0.039745953698012704, "pct_disab_2050": 0.059004302397049777, "pct_zvhhs_2050": 0.01876675603217158, "pct_hus_rent50_2050": 0.012734584450402145, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059867394695788001, "pct_minority_2040": 0.821762870514821, "pct_spfam_2040": 0.028188865398167999, "pct_lep_2040": 0.064916564916565, "pct_below200_2040": 0.071762870514820998, "pct_disab_2040": 0.077223088923557004, "pct_zvhhs_2040": 0.016622340425531998, "pct_hus_rent50_2040": 0.012751677852349, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.938228000053059, 37.515070000128851 ], [ -121.939515000190951, 37.514759000344824 ], [ -121.934660000440701, 37.506222999802169 ], [ -121.933667000030681, 37.505037999725729 ], [ -121.923011999800721, 37.495571999817678 ], [ -121.920247999554149, 37.497727999915035 ], [ -121.919390999586582, 37.500449000233715 ], [ -121.919460999906804, 37.502066000131592 ], [ -121.919645999854708, 37.506683999984617 ], [ -121.919758999832638, 37.510453999808739 ], [ -121.919251999669413, 37.513607000085607 ], [ -121.92616000018684, 37.515086999848258 ], [ -121.931146000356676, 37.514322999789883 ], [ -121.933753000244394, 37.513907999775121 ], [ -121.938228000053059, 37.515070000128851 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443103", "NAME": "Census Tract 4431.03", "state": "06", "county_fips": "001", "tract": "443103", "county_name": "Alameda County", "tot_pop_2050": 3937, "tot_pop_pov_det_2050": 3908, "tot_pop_civ_ni_2050": 3937, "tot_hh_2050": 1211, "pop_zvhhs_2050": 23, "tot_fam_2050": 1116, "tot_pop_over5_2050": 3746, "pop_hus_rent50_2050": 8, "pop_minority_2050": 3636, "pop_over75_2050": 308, "pop_spfam_2050": 51, "pop_lep_2050": 160, "pop_below200_2050": 350, "pop_disability_2050": 211, "pct_minority_2050": 0.92354584709169418, "pct_over75_2050": 0.078232156464312919, "pct_spfam_2050": 0.045698924731182797, "pct_lep_2050": 0.042712226374799787, "pct_below200_2050": 0.089559877175025587, "pct_disab_2050": 0.053594107188214384, "pct_zvhhs_2050": 0.018992568125516102, "pct_hus_rent50_2050": 0.0066061106523534275, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088139825218476991, "pct_minority_2040": 0.90936329588015008, "pct_spfam_2040": 0.079279279279279011, "pct_lep_2040": 0.041796469366562998, "pct_below200_2040": 0.11910112359550599, "pct_disab_2040": 0.065667915106117011, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.010842368640534001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.920780999656657, 37.543988999831804 ], [ -121.924386999802152, 37.540631000040065 ], [ -121.920645999937406, 37.535487999866156 ], [ -121.920035000017151, 37.533422999839765 ], [ -121.917952999835947, 37.52612599988246 ], [ -121.917799999675097, 37.525028999713385 ], [ -121.91779399982731, 37.520774999838217 ], [ -121.917941999965294, 37.5179370002935 ], [ -121.919251999669413, 37.513607000085607 ], [ -121.919758999832638, 37.510453999808739 ], [ -121.919645999854708, 37.506683999984617 ], [ -121.919460999906804, 37.502066000131592 ], [ -121.916304000198153, 37.502036999782952 ], [ -121.912178000368954, 37.503192999845616 ], [ -121.905257000331048, 37.504381000201882 ], [ -121.901240000281788, 37.505538999951355 ], [ -121.900308999796067, 37.506599000330439 ], [ -121.893611000239204, 37.508569000181325 ], [ -121.889452999724668, 37.507368999826959 ], [ -121.885104000312694, 37.503516000352924 ], [ -121.883021000306613, 37.503305999833394 ], [ -121.885014999725925, 37.512034000334779 ], [ -121.884813000059538, 37.513746999943088 ], [ -121.883611000310495, 37.517209999798133 ], [ -121.881365999922679, 37.521506000352829 ], [ -121.879898000034842, 37.525260000278607 ], [ -121.879319999726505, 37.526324000145301 ], [ -121.880651000245336, 37.528269999683964 ], [ -121.886841999638975, 37.53565300030759 ], [ -121.887539999597891, 37.544036999822225 ], [ -121.891343000285204, 37.549734999669433 ], [ -121.90104100009016, 37.545913000227316 ], [ -121.905264999828631, 37.549154000023194 ], [ -121.907135000297714, 37.549324999796077 ], [ -121.908172000190348, 37.55176100011424 ], [ -121.909656999796638, 37.554242000059212 ], [ -121.915772999745499, 37.55539199976446 ], [ -121.916310000045939, 37.554734000080217 ], [ -121.918208000104102, 37.55124800000452 ], [ -121.919349999578714, 37.548941999843379 ], [ -121.920184999804988, 37.544990000252447 ], [ -121.920780999656657, 37.543988999831804 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443104", "NAME": "Census Tract 4431.04", "state": "06", "county_fips": "001", "tract": "443104", "county_name": "Alameda County", "tot_pop_2050": 5620, "tot_pop_pov_det_2050": 5620, "tot_pop_civ_ni_2050": 5620, "tot_hh_2050": 1782, "pop_zvhhs_2050": 47, "tot_fam_2050": 1556, "tot_pop_over5_2050": 5413, "pop_hus_rent50_2050": 22, "pop_minority_2050": 4665, "pop_over75_2050": 353, "pop_spfam_2050": 46, "pop_lep_2050": 440, "pop_below200_2050": 489, "pop_disability_2050": 342, "pct_minority_2050": 0.83007117437722422, "pct_over75_2050": 0.062811387900355869, "pct_spfam_2050": 0.029562982005141389, "pct_lep_2050": 0.081285793460188438, "pct_below200_2050": 0.08701067615658363, "pct_disab_2050": 0.060854092526690384, "pct_zvhhs_2050": 0.026374859708193043, "pct_hus_rent50_2050": 0.012345679012345678, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049131426566064007, "pct_minority_2040": 0.84277943498859498, "pct_spfam_2040": 0.048050139275765999, "pct_lep_2040": 0.074006562158221004, "pct_below200_2040": 0.10159677136339698, "pct_disab_2040": 0.06860852781189701, "pct_zvhhs_2040": 0.012925969447709001, "pct_hus_rent50_2040": 0.043975903614458002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.941487999693848, 37.530989999971183 ], [ -121.940188000035491, 37.530943999797728 ], [ -121.934051999995148, 37.531659999839299 ], [ -121.929015999596601, 37.52572399978304 ], [ -121.928418999920027, 37.523587000072666 ], [ -121.923917000347174, 37.523089000044983 ], [ -121.920510000393293, 37.525635000107961 ], [ -121.917952999835947, 37.52612599988246 ], [ -121.920035000017151, 37.533422999839765 ], [ -121.920645999937406, 37.535487999866156 ], [ -121.924386999802152, 37.540631000040065 ], [ -121.926438000021207, 37.538970000114809 ], [ -121.933436999876903, 37.535247999867501 ], [ -121.93681299986865, 37.533467000309201 ], [ -121.941487999693848, 37.530989999971183 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443105", "NAME": "Census Tract 4431.05", "state": "06", "county_fips": "001", "tract": "443105", "county_name": "Alameda County", "tot_pop_2050": 4588, "tot_pop_pov_det_2050": 4588, "tot_pop_civ_ni_2050": 4588, "tot_hh_2050": 1505, "pop_zvhhs_2050": 21, "tot_fam_2050": 1392, "tot_pop_over5_2050": 4476, "pop_hus_rent50_2050": 18, "pop_minority_2050": 4035, "pop_over75_2050": 176, "pop_spfam_2050": 8, "pop_lep_2050": 157, "pop_below200_2050": 276, "pop_disability_2050": 211, "pct_minority_2050": 0.87946817785527465, "pct_over75_2050": 0.038360941586748035, "pct_spfam_2050": 0.0057471264367816091, "pct_lep_2050": 0.035075960679177835, "pct_below200_2050": 0.06015693112467306, "pct_disab_2050": 0.045989537925021799, "pct_zvhhs_2050": 0.013953488372093023, "pct_hus_rent50_2050": 0.011960132890365448, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061926605504587007, "pct_minority_2040": 0.83669724770642206, "pct_spfam_2040": 0.03816199376947, "pct_lep_2040": 0.052745145049149005, "pct_below200_2040": 0.070642201834862001, "pct_disab_2040": 0.05619266055045901, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.945932000438702, 37.526240999854387 ], [ -121.945615000246292, 37.524122000072452 ], [ -121.939515000190951, 37.514759000344824 ], [ -121.938228000053059, 37.515070000128851 ], [ -121.933753000244394, 37.513907999775121 ], [ -121.931146000356676, 37.514322999789883 ], [ -121.92616000018684, 37.515086999848258 ], [ -121.919251999669413, 37.513607000085607 ], [ -121.917941999965294, 37.5179370002935 ], [ -121.91779399982731, 37.520774999838217 ], [ -121.917799999675097, 37.525028999713385 ], [ -121.917952999835947, 37.52612599988246 ], [ -121.920510000393293, 37.525635000107961 ], [ -121.923917000347174, 37.523089000044983 ], [ -121.928418999920027, 37.523587000072666 ], [ -121.929015999596601, 37.52572399978304 ], [ -121.934051999995148, 37.531659999839299 ], [ -121.940188000035491, 37.530943999797728 ], [ -121.941487999693848, 37.530989999971183 ], [ -121.944740999661988, 37.528650999954664 ], [ -121.945932000438702, 37.526240999854387 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443200", "NAME": "Census Tract 4432", "state": "06", "county_fips": "001", "tract": "443200", "county_name": "Alameda County", "tot_pop_2050": 3886, "tot_pop_pov_det_2050": 3886, "tot_pop_civ_ni_2050": 3886, "tot_hh_2050": 1217, "pop_zvhhs_2050": 17, "tot_fam_2050": 1148, "tot_pop_over5_2050": 3796, "pop_hus_rent50_2050": 10, "pop_minority_2050": 3166, "pop_over75_2050": 204, "pop_spfam_2050": 45, "pop_lep_2050": 124, "pop_below200_2050": 224, "pop_disability_2050": 156, "pct_minority_2050": 0.81471950591868247, "pct_over75_2050": 0.05249613998970664, "pct_spfam_2050": 0.039198606271777001, "pct_lep_2050": 0.032665964172813484, "pct_below200_2050": 0.057642820380854352, "pct_disab_2050": 0.040144107050952137, "pct_zvhhs_2050": 0.013968775677896469, "pct_hus_rent50_2050": 0.0082169268693508633, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030948324815445998, "pct_minority_2040": 0.81289040318001093, "pct_spfam_2040": 0.024509803921568998, "pct_lep_2040": 0.042590431738623001, "pct_below200_2040": 0.044576944917660004, "pct_disab_2040": 0.031800113571834002, "pct_zvhhs_2040": 0.018633540372671002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.920247999554149, 37.497727999915035 ], [ -121.923011999800721, 37.495571999817678 ], [ -121.919583999930438, 37.492341000196198 ], [ -121.91850199983196, 37.490941000337187 ], [ -121.913801999892385, 37.484061000125315 ], [ -121.913336999561992, 37.482888999935554 ], [ -121.910047999608878, 37.472696999957478 ], [ -121.908779999737575, 37.470586999956296 ], [ -121.904863999970658, 37.467169000188399 ], [ -121.905445999578617, 37.466415000244751 ], [ -121.903916999591402, 37.464540000017053 ], [ -121.898973000152694, 37.465845000142146 ], [ -121.898038000367293, 37.466768000215723 ], [ -121.891385999942912, 37.46784999968564 ], [ -121.890759000129123, 37.468038000171134 ], [ -121.889352000340637, 37.470102000231208 ], [ -121.885966000303128, 37.471374999982253 ], [ -121.882602999831846, 37.470553999786638 ], [ -121.880251000212255, 37.471548000343361 ], [ -121.877235999895532, 37.475226999878558 ], [ -121.875204999767973, 37.475215000044997 ], [ -121.874008999866703, 37.477407000168938 ], [ -121.871047000151719, 37.479241000049555 ], [ -121.869934000091106, 37.481679999813878 ], [ -121.867784000137874, 37.483033000132032 ], [ -121.877877999777951, 37.490377999968672 ], [ -121.88236799965523, 37.493536999842938 ], [ -121.884101999681846, 37.49946299990377 ], [ -121.88269499989336, 37.501665999857806 ], [ -121.883021000306613, 37.503305999833394 ], [ -121.885104000312694, 37.503516000352924 ], [ -121.889452999724668, 37.507368999826959 ], [ -121.893611000239204, 37.508569000181325 ], [ -121.900308999796067, 37.506599000330439 ], [ -121.901240000281788, 37.505538999951355 ], [ -121.905257000331048, 37.504381000201882 ], [ -121.912178000368954, 37.503192999845616 ], [ -121.916304000198153, 37.502036999782952 ], [ -121.919460999906804, 37.502066000131592 ], [ -121.919390999586582, 37.500449000233715 ], [ -121.920247999554149, 37.497727999915035 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443301", "NAME": "Census Tract 4433.01", "state": "06", "county_fips": "001", "tract": "443301", "county_name": "Alameda County", "tot_pop_2050": 4343, "tot_pop_pov_det_2050": 4343, "tot_pop_civ_ni_2050": 4343, "tot_hh_2050": 1272, "pop_zvhhs_2050": 10, "tot_fam_2050": 1172, "tot_pop_over5_2050": 4133, "pop_hus_rent50_2050": 23, "pop_minority_2050": 3247, "pop_over75_2050": 139, "pop_spfam_2050": 17, "pop_lep_2050": 233, "pop_below200_2050": 121, "pop_disability_2050": 287, "pct_minority_2050": 0.74763988026709649, "pct_over75_2050": 0.032005526134008748, "pct_spfam_2050": 0.014505119453924915, "pct_lep_2050": 0.056375514154367277, "pct_below200_2050": 0.027860925627446461, "pct_disab_2050": 0.066083352521298641, "pct_zvhhs_2050": 0.0078616352201257862, "pct_hus_rent50_2050": 0.018081761006289311, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043969245555022005, "pct_minority_2040": 0.76357520422873604, "pct_spfam_2040": 0.021780303030303001, "pct_lep_2040": 0.064707398814127001, "pct_below200_2040": 0.095953477102010992, "pct_disab_2040": 0.062469966362325997, "pct_zvhhs_2040": 0.0082372322899509996, "pct_hus_rent50_2040": 0.011608623548921998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.921083999605344, 37.474994999665775 ], [ -121.91829500014272, 37.47018799965052 ], [ -121.912652000021879, 37.460649999654322 ], [ -121.911332000272026, 37.462236000222212 ], [ -121.903916999591402, 37.464540000017053 ], [ -121.905445999578617, 37.466415000244751 ], [ -121.904863999970658, 37.467169000188399 ], [ -121.908779999737575, 37.470586999956296 ], [ -121.910047999608878, 37.472696999957478 ], [ -121.913336999561992, 37.482888999935554 ], [ -121.915341999750268, 37.483016000242124 ], [ -121.916845999623135, 37.482552999823369 ], [ -121.914194000427884, 37.478959000063135 ], [ -121.916111999679217, 37.477265999699867 ], [ -121.921083999605344, 37.474994999665775 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443321", "NAME": "Census Tract 4433.21", "state": "06", "county_fips": "001", "tract": "443321", "county_name": "Alameda County", "tot_pop_2050": 3315, "tot_pop_pov_det_2050": 3315, "tot_pop_civ_ni_2050": 3315, "tot_hh_2050": 1107, "pop_zvhhs_2050": 75, "tot_fam_2050": 864, "tot_pop_over5_2050": 3007, "pop_hus_rent50_2050": 44, "pop_minority_2050": 3076, "pop_over75_2050": 156, "pop_spfam_2050": 31, "pop_lep_2050": 198, "pop_below200_2050": 264, "pop_disability_2050": 163, "pct_minority_2050": 0.92790346907993959, "pct_over75_2050": 0.047058823529411764, "pct_spfam_2050": 0.035879629629629629, "pct_lep_2050": 0.065846358496840701, "pct_below200_2050": 0.07963800904977375, "pct_disab_2050": 0.049170437405731522, "pct_zvhhs_2050": 0.067750677506775062, "pct_hus_rent50_2050": 0.039747064137308039, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.02848, "pct_minority_2040": 0.82784, "pct_spfam_2040": 0.093525179856114998, "pct_lep_2040": 0.097663062434601003, "pct_below200_2040": 0.15552, "pct_disab_2040": 0.03168, "pct_zvhhs_2040": 0.047700170357750996, "pct_hus_rent50_2040": 0.065160729800173997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.929542999851293, 37.489846999823051 ], [ -121.92792199980255, 37.4869840002495 ], [ -121.926725999901279, 37.4848600002681 ], [ -121.92318199968004, 37.486132000188825 ], [ -121.924181999762752, 37.488358000326905 ], [ -121.919556000341331, 37.489959000022942 ], [ -121.91850199983196, 37.490941000337187 ], [ -121.919583999930438, 37.492341000196198 ], [ -121.923011999800721, 37.495571999817678 ], [ -121.924561999704324, 37.494361999715977 ], [ -121.927494000180388, 37.49130900006466 ], [ -121.929542999851293, 37.489846999823051 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001443322", "NAME": "Census Tract 4433.22", "state": "06", "county_fips": "001", "tract": "443322", "county_name": "Alameda County", "tot_pop_2050": 3313, "tot_pop_pov_det_2050": 3313, "tot_pop_civ_ni_2050": 3313, "tot_hh_2050": 962, "pop_zvhhs_2050": 24, "tot_fam_2050": 824, "tot_pop_over5_2050": 3096, "pop_hus_rent50_2050": 8, "pop_minority_2050": 2681, "pop_over75_2050": 113, "pop_spfam_2050": 36, "pop_lep_2050": 315, "pop_below200_2050": 189, "pop_disability_2050": 221, "pct_minority_2050": 0.80923634168427405, "pct_over75_2050": 0.034108059160881374, "pct_spfam_2050": 0.043689320388349516, "pct_lep_2050": 0.10174418604651164, "pct_below200_2050": 0.057047992755810441, "pct_disab_2050": 0.066706912164201632, "pct_zvhhs_2050": 0.024948024948024949, "pct_hus_rent50_2050": 0.0083160083160083165, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.021968101113451998, "pct_minority_2040": 0.75564249172434594, "pct_spfam_2040": 0.084558823529412006, "pct_lep_2040": 0.080371969445367009, "pct_below200_2040": 0.065302437556425008, "pct_disab_2040": 0.062594041528739014, "pct_zvhhs_2040": 0.029189189189188999, "pct_hus_rent50_2040": 0.041081081081081001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.926725999901279, 37.4848600002681 ], [ -121.924608999560022, 37.481116000077286 ], [ -121.921083999605344, 37.474994999665775 ], [ -121.916111999679217, 37.477265999699867 ], [ -121.914194000427884, 37.478959000063135 ], [ -121.916845999623135, 37.482552999823369 ], [ -121.915341999750268, 37.483016000242124 ], [ -121.913336999561992, 37.482888999935554 ], [ -121.913801999892385, 37.484061000125315 ], [ -121.91850199983196, 37.490941000337187 ], [ -121.919556000341331, 37.489959000022942 ], [ -121.924181999762752, 37.488358000326905 ], [ -121.92318199968004, 37.486132000188825 ], [ -121.926725999901279, 37.4848600002681 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444100", "NAME": "Census Tract 4441", "state": "06", "county_fips": "001", "tract": "444100", "county_name": "Alameda County", "tot_pop_2050": 7696, "tot_pop_pov_det_2050": 7696, "tot_pop_civ_ni_2050": 7696, "tot_hh_2050": 2518, "pop_zvhhs_2050": 132, "tot_fam_2050": 2055, "tot_pop_over5_2050": 7419, "pop_hus_rent50_2050": 0, "pop_minority_2050": 4596, "pop_over75_2050": 939, "pop_spfam_2050": 89, "pop_lep_2050": 391, "pop_below200_2050": 893, "pop_disability_2050": 753, "pct_minority_2050": 0.59719334719334716, "pct_over75_2050": 0.12201143451143452, "pct_spfam_2050": 0.043309002433090021, "pct_lep_2050": 0.052702520555330916, "pct_below200_2050": 0.11603430353430355, "pct_disab_2050": 0.097843035343035331, "pct_zvhhs_2050": 0.052422557585385228, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10623342175066301, "pct_minority_2040": 0.57029177718832891, "pct_spfam_2040": 0.080237741456166009, "pct_lep_2040": 0.029690549205464, "pct_below200_2040": 0.167201283079391, "pct_disab_2040": 0.088196286472148, "pct_zvhhs_2040": 0.040702314445331005, "pct_hus_rent50_2040": 0.014943457189014998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.0450520001923, 37.556261000099269 ], [ -122.05208000036032, 37.551741999671997 ], [ -122.043128000194869, 37.54730100002562 ], [ -122.040857999692705, 37.545808999858451 ], [ -122.036300000043369, 37.543747000092054 ], [ -122.034037999937127, 37.54044500004418 ], [ -122.029327999951832, 37.544359000175632 ], [ -122.028877999690039, 37.544635000287343 ], [ -122.028316000173561, 37.543661999920545 ], [ -122.026234999817319, 37.542249999830034 ], [ -122.022894999810546, 37.546533000182421 ], [ -122.028684000419602, 37.55412500006684 ], [ -122.031219000337316, 37.55659199967107 ], [ -122.038506000073113, 37.563407999762831 ], [ -122.042502000205957, 37.558502999685032 ], [ -122.0450520001923, 37.556261000099269 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444200", "NAME": "Census Tract 4442", "state": "06", "county_fips": "001", "tract": "444200", "county_name": "Alameda County", "tot_pop_2050": 7028, "tot_pop_pov_det_2050": 7023, "tot_pop_civ_ni_2050": 7028, "tot_hh_2050": 1887, "pop_zvhhs_2050": 50, "tot_fam_2050": 1588, "tot_pop_over5_2050": 6617, "pop_hus_rent50_2050": 9, "pop_minority_2050": 5479, "pop_over75_2050": 390, "pop_spfam_2050": 213, "pop_lep_2050": 552, "pop_below200_2050": 897, "pop_disability_2050": 511, "pct_minority_2050": 0.77959590210586227, "pct_over75_2050": 0.055492316448491751, "pct_spfam_2050": 0.13413098236775819, "pct_lep_2050": 0.083421490101254339, "pct_below200_2050": 0.12772319521571979, "pct_disab_2050": 0.072709163346613551, "pct_zvhhs_2050": 0.026497085320614733, "pct_hus_rent50_2050": 0.0047694753577106523, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049816063764562005, "pct_minority_2040": 0.73191293684855907, "pct_spfam_2040": 0.103919239904988, "pct_lep_2040": 0.071137880514407004, "pct_below200_2040": 0.118703931203931, "pct_disab_2040": 0.087982832618026002, "pct_zvhhs_2040": 0.029411764705882002, "pct_hus_rent50_2040": 0.044375644994840001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.055180000167539, 37.549454000214794 ], [ -122.054191999780414, 37.544692999917672 ], [ -122.053513999912994, 37.541471000123941 ], [ -122.052754999854699, 37.540058999851212 ], [ -122.044662000204951, 37.533295999780037 ], [ -122.040280000282721, 37.536316000200983 ], [ -122.034931999714644, 37.539829000314057 ], [ -122.033658999820474, 37.539735000014069 ], [ -122.034037999937127, 37.54044500004418 ], [ -122.036300000043369, 37.543747000092054 ], [ -122.040857999692705, 37.545808999858451 ], [ -122.043128000194869, 37.54730100002562 ], [ -122.05208000036032, 37.551741999671997 ], [ -122.055180000167539, 37.549454000214794 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444301", "NAME": "Census Tract 4443.01", "state": "06", "county_fips": "001", "tract": "444301", "county_name": "Alameda County", "tot_pop_2050": 3789, "tot_pop_pov_det_2050": 3789, "tot_pop_civ_ni_2050": 3789, "tot_hh_2050": 1140, "pop_zvhhs_2050": 8, "tot_fam_2050": 963, "tot_pop_over5_2050": 3577, "pop_hus_rent50_2050": 29, "pop_minority_2050": 2434, "pop_over75_2050": 173, "pop_spfam_2050": 100, "pop_lep_2050": 103, "pop_below200_2050": 541, "pop_disability_2050": 276, "pct_minority_2050": 0.64238585378727886, "pct_over75_2050": 0.04565848508841383, "pct_spfam_2050": 0.10384215991692627, "pct_lep_2050": 0.028795079675705899, "pct_below200_2050": 0.14278173660596466, "pct_disab_2050": 0.072842438638163101, "pct_zvhhs_2050": 0.0070175438596491229, "pct_hus_rent50_2050": 0.025438596491228069, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035384615384615001, "pct_minority_2040": 0.67846153846153801, "pct_spfam_2040": 0.064583333333333007, "pct_lep_2040": 0.041453566621804001, "pct_below200_2040": 0.22179487179487198, "pct_disab_2040": 0.085641025641025992, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.095363079615048002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.067333000422579, 37.540230999896139 ], [ -122.066647999984141, 37.538726999669144 ], [ -122.065315999640404, 37.535965000027922 ], [ -122.063743000170589, 37.529905999893714 ], [ -122.062405999803985, 37.528733999701274 ], [ -122.05795600010967, 37.527149000333203 ], [ -122.056766000056186, 37.52804900004125 ], [ -122.053132000321568, 37.528197999778804 ], [ -122.047843000203031, 37.530852000078063 ], [ -122.044662000204951, 37.533295999780037 ], [ -122.052754999854699, 37.540058999851212 ], [ -122.053513999912994, 37.541471000123941 ], [ -122.054191999780414, 37.544692999917672 ], [ -122.055180000167539, 37.549454000214794 ], [ -122.064476000289588, 37.542385999927099 ], [ -122.067333000422579, 37.540230999896139 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444302", "NAME": "Census Tract 4443.02", "state": "06", "county_fips": "001", "tract": "444302", "county_name": "Alameda County", "tot_pop_2050": 4692, "tot_pop_pov_det_2050": 4692, "tot_pop_civ_ni_2050": 4692, "tot_hh_2050": 1322, "pop_zvhhs_2050": 52, "tot_fam_2050": 1037, "tot_pop_over5_2050": 4452, "pop_hus_rent50_2050": 147, "pop_minority_2050": 3971, "pop_over75_2050": 144, "pop_spfam_2050": 139, "pop_lep_2050": 227, "pop_below200_2050": 1180, "pop_disability_2050": 320, "pct_minority_2050": 0.84633418584825237, "pct_over75_2050": 0.030690537084398974, "pct_spfam_2050": 0.13404050144648022, "pct_lep_2050": 0.050988319856244392, "pct_below200_2050": 0.25149190110826941, "pct_disab_2050": 0.068201193520886619, "pct_zvhhs_2050": 0.039334341906202726, "pct_hus_rent50_2050": 0.11119515885022692, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034359190556492003, "pct_minority_2040": 0.82272344013490695, "pct_spfam_2040": 0.20561594202898603, "pct_lep_2040": 0.096132349653475987, "pct_below200_2040": 0.41271186440677998, "pct_disab_2040": 0.082209106239460011, "pct_zvhhs_2040": 0.038950715421304002, "pct_hus_rent50_2040": 0.134340222575517, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.111444571226642, 37.510851038554527 ], [ -122.111424603474489, 37.510201580162025 ], [ -122.110921999666289, 37.509412999844507 ], [ -122.101243000127923, 37.518249000018699 ], [ -122.101521999787181, 37.521337000113995 ], [ -122.098329000093557, 37.522612000180672 ], [ -122.093260000083021, 37.520987000307628 ], [ -122.092280000091804, 37.518492999853947 ], [ -122.088325999791749, 37.516846999933968 ], [ -122.089496999578671, 37.513611000349869 ], [ -122.087861000359652, 37.513193000080136 ], [ -122.085529999758151, 37.514167000077322 ], [ -122.082839000204814, 37.514483999804433 ], [ -122.080860999780697, 37.516608999859628 ], [ -122.079566999970126, 37.51601299988166 ], [ -122.079977999873876, 37.514799000222439 ], [ -122.077207999779517, 37.515458000053911 ], [ -122.07430200014106, 37.516241999799092 ], [ -122.072553999870721, 37.516844000222186 ], [ -122.070184999634364, 37.517866000043639 ], [ -122.069033000114018, 37.517732999795228 ], [ -122.067157999622097, 37.513481000203157 ], [ -122.063062999755005, 37.514890000095676 ], [ -122.05828800037068, 37.515719999721753 ], [ -122.057339000341614, 37.511731000030679 ], [ -122.05562799988121, 37.506777000090608 ], [ -122.057787999880205, 37.501106000150401 ], [ -122.052393000354755, 37.500242000019078 ], [ -122.052605999891796, 37.499277999785548 ], [ -122.043375999891992, 37.495874000191705 ], [ -122.03920300020711, 37.495088999664048 ], [ -122.035386000174412, 37.494690999716205 ], [ -122.033930999807041, 37.492500999873634 ], [ -122.030964999894096, 37.490136000225476 ], [ -122.031494999623519, 37.488434999700637 ], [ -122.030857999763981, 37.481568000033043 ], [ -122.028182000279259, 37.478769000316575 ], [ -122.025852000400974, 37.478978999970849 ], [ -122.02484899994522, 37.483250000022743 ], [ -122.023140999857858, 37.484692999940037 ], [ -122.019800000026223, 37.484588999760589 ], [ -122.013812999948755, 37.481647000265028 ], [ -122.011986999860653, 37.485651999831056 ], [ -122.009747000394015, 37.488981999826748 ], [ -122.010785000111568, 37.492352000136016 ], [ -122.009985999870295, 37.493626999999812 ], [ -122.005989999737452, 37.494839999776758 ], [ -122.007799999932061, 37.497334000201064 ], [ -122.009606999753643, 37.49761899973366 ], [ -122.012052000157951, 37.496648000289632 ], [ -122.013051000415757, 37.498099000163904 ], [ -122.012519999963089, 37.499717000247863 ], [ -122.015049000033031, 37.500305000114174 ], [ -122.014850999666308, 37.502422000176438 ], [ -122.011945000027865, 37.50402000032998 ], [ -122.012434999574296, 37.506890000354687 ], [ -122.014879999978632, 37.509699000064728 ], [ -122.012103000211582, 37.515624999991999 ], [ -122.029716000289369, 37.523801000247985 ], [ -122.029818000396617, 37.523848000124381 ], [ -122.03718700014818, 37.527310999984877 ], [ -122.040006999572938, 37.52943300028906 ], [ -122.041935999593235, 37.531052999760085 ], [ -122.044662000204951, 37.533295999780037 ], [ -122.047843000203031, 37.530852000078063 ], [ -122.053132000321568, 37.528197999778804 ], [ -122.056766000056186, 37.52804900004125 ], [ -122.05795600010967, 37.527149000333203 ], [ -122.062405999803985, 37.528733999701274 ], [ -122.063743000170589, 37.529905999893714 ], [ -122.065315999640404, 37.535965000027922 ], [ -122.066647999984141, 37.538726999669144 ], [ -122.067333000422579, 37.540230999896139 ], [ -122.071143999709179, 37.537376000081196 ], [ -122.073527000189245, 37.535913000046499 ], [ -122.078125000021586, 37.534114000183742 ], [ -122.085917000270726, 37.532852000087196 ], [ -122.090043999924845, 37.531776000006943 ], [ -122.092433000252697, 37.530551999832262 ], [ -122.093758999850323, 37.529652999898424 ], [ -122.101930000216186, 37.522619999743497 ], [ -122.103928999658379, 37.520176000069135 ], [ -122.109113000194924, 37.513052999896061 ], [ -122.111444571226642, 37.510851038554527 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444400", "NAME": "Census Tract 4444", "state": "06", "county_fips": "001", "tract": "444400", "county_name": "Alameda County", "tot_pop_2050": 5242, "tot_pop_pov_det_2050": 5242, "tot_pop_civ_ni_2050": 5242, "tot_hh_2050": 1493, "pop_zvhhs_2050": 16, "tot_fam_2050": 1301, "tot_pop_over5_2050": 4922, "pop_hus_rent50_2050": 109, "pop_minority_2050": 4306, "pop_over75_2050": 205, "pop_spfam_2050": 108, "pop_lep_2050": 427, "pop_below200_2050": 908, "pop_disability_2050": 464, "pct_minority_2050": 0.82144219763449067, "pct_over75_2050": 0.03910721098817245, "pct_spfam_2050": 0.083013066871637203, "pct_lep_2050": 0.086753352295814712, "pct_below200_2050": 0.17321632964517361, "pct_disab_2050": 0.088515833651278131, "pct_zvhhs_2050": 0.010716677829872741, "pct_hus_rent50_2050": 0.07300736771600802, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045265780730897001, "pct_minority_2040": 0.77284053156146193, "pct_spfam_2040": 0.035514018691588996, "pct_lep_2040": 0.11397379912663801, "pct_below200_2040": 0.232558139534884, "pct_disab_2040": 0.10319767441860499, "pct_zvhhs_2040": 0.018217306441118998, "pct_hus_rent50_2040": 0.050524934383201998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.044662000204951, 37.533295999780037 ], [ -122.041935999593235, 37.531052999760085 ], [ -122.040006999572938, 37.52943300028906 ], [ -122.035274999846294, 37.531105000280718 ], [ -122.033806000133552, 37.532891000074684 ], [ -122.030598000371299, 37.536823999940559 ], [ -122.030509999609421, 37.536931000350336 ], [ -122.026234999817319, 37.542249999830034 ], [ -122.028316000173561, 37.543661999920545 ], [ -122.028877999690039, 37.544635000287343 ], [ -122.029327999951832, 37.544359000175632 ], [ -122.034037999937127, 37.54044500004418 ], [ -122.033658999820474, 37.539735000014069 ], [ -122.034931999714644, 37.539829000314057 ], [ -122.040280000282721, 37.536316000200983 ], [ -122.044662000204951, 37.533295999780037 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444500", "NAME": "Census Tract 4445", "state": "06", "county_fips": "001", "tract": "444500", "county_name": "Alameda County", "tot_pop_2050": 7352, "tot_pop_pov_det_2050": 7325, "tot_pop_civ_ni_2050": 7352, "tot_hh_2050": 2052, "pop_zvhhs_2050": 31, "tot_fam_2050": 1734, "tot_pop_over5_2050": 6957, "pop_hus_rent50_2050": 264, "pop_minority_2050": 6093, "pop_over75_2050": 192, "pop_spfam_2050": 264, "pop_lep_2050": 537, "pop_below200_2050": 1406, "pop_disability_2050": 548, "pct_minority_2050": 0.82875408052230681, "pct_over75_2050": 0.026115342763873776, "pct_spfam_2050": 0.15224913494809689, "pct_lep_2050": 0.077188443294523498, "pct_below200_2050": 0.19194539249146761, "pct_disab_2050": 0.074537540805223068, "pct_zvhhs_2050": 0.015107212475633527, "pct_hus_rent50_2050": 0.12865497076023391, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043382997370727004, "pct_minority_2040": 0.80090563832895101, "pct_spfam_2040": 0.18543956043956, "pct_lep_2040": 0.096898626755130016, "pct_below200_2040": 0.29719462302746902, "pct_disab_2040": 0.096552731522056998, "pct_zvhhs_2040": 0.088077858880779, "pct_hus_rent50_2040": 0.18414450577019603, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.040006999572938, 37.52943300028906 ], [ -122.03718700014818, 37.527310999984877 ], [ -122.029818000396617, 37.523848000124381 ], [ -122.025828000111531, 37.528747999924093 ], [ -122.023393999577848, 37.531882999823559 ], [ -122.023339000224581, 37.532419999793561 ], [ -122.022267000171851, 37.532888999747044 ], [ -122.01892299996716, 37.537007000095393 ], [ -122.01734799994918, 37.539132999814633 ], [ -122.020081000233617, 37.542769000087716 ], [ -122.022894999810546, 37.546533000182421 ], [ -122.026234999817319, 37.542249999830034 ], [ -122.030509999609421, 37.536931000350336 ], [ -122.030598000371299, 37.536823999940559 ], [ -122.033806000133552, 37.532891000074684 ], [ -122.035274999846294, 37.531105000280718 ], [ -122.040006999572938, 37.52943300028906 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444601", "NAME": "Census Tract 4446.01", "state": "06", "county_fips": "001", "tract": "444601", "county_name": "Alameda County", "tot_pop_2050": 5741, "tot_pop_pov_det_2050": 5716, "tot_pop_civ_ni_2050": 5741, "tot_hh_2050": 1710, "pop_zvhhs_2050": 59, "tot_fam_2050": 1428, "tot_pop_over5_2050": 5446, "pop_hus_rent50_2050": 49, "pop_minority_2050": 4115, "pop_over75_2050": 337, "pop_spfam_2050": 184, "pop_lep_2050": 272, "pop_below200_2050": 465, "pop_disability_2050": 413, "pct_minority_2050": 0.71677408117052777, "pct_over75_2050": 0.058700574812750386, "pct_spfam_2050": 0.12885154061624648, "pct_lep_2050": 0.049944913698127057, "pct_below200_2050": 0.081350594821553532, "pct_disab_2050": 0.071938686639958199, "pct_zvhhs_2050": 0.034502923976608188, "pct_hus_rent50_2050": 0.028654970760233919, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056682577565632004, "pct_minority_2040": 0.66527446300716009, "pct_spfam_2040": 0.13842058562555498, "pct_lep_2040": 0.052533992583435996, "pct_below200_2040": 0.23745019920318697, "pct_disab_2040": 0.084327764518695003, "pct_zvhhs_2040": 0.019404019404018997, "pct_hus_rent50_2040": 0.074858757062146994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.029818000396617, 37.523848000124381 ], [ -122.029716000289369, 37.523801000247985 ], [ -122.012103000211582, 37.515624999991999 ], [ -122.008326000361834, 37.524306000325616 ], [ -122.007773000167873, 37.524999000179662 ], [ -122.005166000280155, 37.528147000308522 ], [ -122.002360000200795, 37.529773999941291 ], [ -122.014860999712042, 37.53669499974837 ], [ -122.01734799994918, 37.539132999814633 ], [ -122.01892299996716, 37.537007000095393 ], [ -122.022267000171851, 37.532888999747044 ], [ -122.023339000224581, 37.532419999793561 ], [ -122.023393999577848, 37.531882999823559 ], [ -122.025828000111531, 37.528747999924093 ], [ -122.029818000396617, 37.523848000124381 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001444602", "NAME": "Census Tract 4446.02", "state": "06", "county_fips": "001", "tract": "444602", "county_name": "Alameda County", "tot_pop_2050": 4736, "tot_pop_pov_det_2050": 4736, "tot_pop_civ_ni_2050": 4736, "tot_hh_2050": 1555, "pop_zvhhs_2050": 46, "tot_fam_2050": 1151, "tot_pop_over5_2050": 4423, "pop_hus_rent50_2050": 54, "pop_minority_2050": 3885, "pop_over75_2050": 220, "pop_spfam_2050": 79, "pop_lep_2050": 297, "pop_below200_2050": 305, "pop_disability_2050": 290, "pct_minority_2050": 0.8203125, "pct_over75_2050": 0.0464527027027027, "pct_spfam_2050": 0.068635968722849702, "pct_lep_2050": 0.06714899389554603, "pct_below200_2050": 0.064400337837837843, "pct_disab_2050": 0.061233108108108114, "pct_zvhhs_2050": 0.029581993569131836, "pct_hus_rent50_2050": 0.034726688102893886, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050271418456455004, "pct_minority_2040": 0.77578475336322905, "pct_spfam_2040": 0.149712092130518, "pct_lep_2040": 0.09512820512820501, "pct_below200_2040": 0.14113759735662001, "pct_disab_2040": 0.066792541892849, "pct_zvhhs_2040": 0.048076923076922996, "pct_hus_rent50_2040": 0.032051282051282007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.014850999666308, 37.502422000176438 ], [ -122.015049000033031, 37.500305000114174 ], [ -122.012519999963089, 37.499717000247863 ], [ -122.013051000415757, 37.498099000163904 ], [ -122.012052000157951, 37.496648000289632 ], [ -122.009606999753643, 37.49761899973366 ], [ -122.007799999932061, 37.497334000201064 ], [ -122.005989999737452, 37.494839999776758 ], [ -122.005116000051444, 37.495170999722859 ], [ -122.000291000438409, 37.494874999833911 ], [ -121.998465000350265, 37.499289000128989 ], [ -121.997113999739966, 37.500417000310364 ], [ -121.993320000171792, 37.499453000198045 ], [ -121.997979999928361, 37.50383000018391 ], [ -121.995373000040658, 37.510840000010198 ], [ -121.994815999648736, 37.513827999755918 ], [ -121.989281000381212, 37.520862999998641 ], [ -121.988309999712499, 37.52174899991148 ], [ -121.9877669995643, 37.522431999815744 ], [ -121.987974999976771, 37.522530999927724 ], [ -122.002360000200795, 37.529773999941291 ], [ -122.005166000280155, 37.528147000308522 ], [ -122.007773000167873, 37.524999000179662 ], [ -122.008326000361834, 37.524306000325616 ], [ -122.012103000211582, 37.515624999991999 ], [ -122.014879999978632, 37.509699000064728 ], [ -122.012434999574296, 37.506890000354687 ], [ -122.011945000027865, 37.50402000032998 ], [ -122.014850999666308, 37.502422000176438 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450101", "NAME": "Census Tract 4501.01", "state": "06", "county_fips": "001", "tract": "450101", "county_name": "Alameda County", "tot_pop_2050": 5573, "tot_pop_pov_det_2050": 5550, "tot_pop_civ_ni_2050": 5573, "tot_hh_2050": 2094, "pop_zvhhs_2050": 82, "tot_fam_2050": 1434, "tot_pop_over5_2050": 5210, "pop_hus_rent50_2050": 289, "pop_minority_2050": 3789, "pop_over75_2050": 111, "pop_spfam_2050": 235, "pop_lep_2050": 407, "pop_below200_2050": 504, "pop_disability_2050": 160, "pct_minority_2050": 0.67988516059572945, "pct_over75_2050": 0.019917459178180514, "pct_spfam_2050": 0.16387726638772665, "pct_lep_2050": 0.078119001919385797, "pct_below200_2050": 0.090810810810810799, "pct_disab_2050": 0.028709851067647587, "pct_zvhhs_2050": 0.039159503342884434, "pct_hus_rent50_2050": 0.13801337153772686, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0035955056179779996, "pct_minority_2040": 0.65438202247191002, "pct_spfam_2040": 0.14703493095044698, "pct_lep_2040": 0.031517224529685001, "pct_below200_2040": 0.047844730309184992, "pct_disab_2040": 0.028539325842697, "pct_zvhhs_2040": 0.023385300668151001, "pct_hus_rent50_2040": 0.10647887323943699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.903945000078807, 37.705857999981575 ], [ -121.898803000273375, 37.70201100004067 ], [ -121.878822999609071, 37.701841000078183 ], [ -121.872264999794311, 37.70181700016078 ], [ -121.872186999976506, 37.70256999981931 ], [ -121.872010000424496, 37.709806000324953 ], [ -121.874515000204966, 37.709600999682728 ], [ -121.878181999551558, 37.708564000113753 ], [ -121.888855000223174, 37.708654999856272 ], [ -121.8932029998102, 37.708982000320582 ], [ -121.893186000091774, 37.706291999982923 ], [ -121.896463000349328, 37.706194999667638 ], [ -121.89878900002968, 37.705804000062329 ], [ -121.903945000078807, 37.705857999981575 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450102", "NAME": "Census Tract 4501.02", "state": "06", "county_fips": "001", "tract": "450102", "county_name": "Alameda County", "tot_pop_2050": 6041, "tot_pop_pov_det_2050": 4271, "tot_pop_civ_ni_2050": 4264, "tot_hh_2050": 1331, "pop_zvhhs_2050": 62, "tot_fam_2050": 1130, "tot_pop_over5_2050": 5643, "pop_hus_rent50_2050": 61, "pop_minority_2050": 4574, "pop_over75_2050": 66, "pop_spfam_2050": 92, "pop_lep_2050": 201, "pop_below200_2050": 284, "pop_disability_2050": 214, "pct_minority_2050": 0.75715941069359383, "pct_over75_2050": 0.010925343486177784, "pct_spfam_2050": 0.081415929203539822, "pct_lep_2050": 0.035619351408825085, "pct_below200_2050": 0.066494966050105381, "pct_disab_2050": 0.050187617260787985, "pct_zvhhs_2050": 0.046581517655897818, "pct_hus_rent50_2050": 0.045830202854996241, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0034624262631439999, "pct_minority_2040": 0.78968966401641416, "pct_spfam_2040": 0.078014184397162997, "pct_lep_2040": 0.035526679568702993, "pct_below200_2040": 0.11410419313850099, "pct_disab_2040": 0.033114323258869996, "pct_zvhhs_2040": 0.029185867895545, "pct_hus_rent50_2040": 0.032106499608456997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.910459000410938, 37.730392999865266 ], [ -121.910471000106483, 37.728230999819061 ], [ -121.909471000023785, 37.724802999867634 ], [ -121.910169999807621, 37.719241999664057 ], [ -121.910232999556783, 37.710437000253791 ], [ -121.903945000078807, 37.705857999981575 ], [ -121.89878900002968, 37.705804000062329 ], [ -121.896463000349328, 37.706194999667638 ], [ -121.893186000091774, 37.706291999982923 ], [ -121.8932029998102, 37.708982000320582 ], [ -121.888855000223174, 37.708654999856272 ], [ -121.878181999551558, 37.708564000113753 ], [ -121.874515000204966, 37.709600999682728 ], [ -121.872010000424496, 37.709806000324953 ], [ -121.872010000424496, 37.716650000217015 ], [ -121.871534000223434, 37.723205999680829 ], [ -121.872032999990736, 37.724223999948094 ], [ -121.873529000365977, 37.729372999823916 ], [ -121.872934000339228, 37.729425999964548 ], [ -121.874363999693927, 37.731424999851306 ], [ -121.88176699978068, 37.73642799975255 ], [ -121.881566999764118, 37.737327999683394 ], [ -121.910138000020567, 37.730459999918132 ], [ -121.910459000410938, 37.730392999865266 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450200", "NAME": "Census Tract 4502", "state": "06", "county_fips": "001", "tract": "450200", "county_name": "Alameda County", "tot_pop_2050": 6100, "tot_pop_pov_det_2050": 6100, "tot_pop_civ_ni_2050": 6090, "tot_hh_2050": 2542, "pop_zvhhs_2050": 143, "tot_fam_2050": 1711, "tot_pop_over5_2050": 5446, "pop_hus_rent50_2050": 182, "pop_minority_2050": 3634, "pop_over75_2050": 187, "pop_spfam_2050": 228, "pop_lep_2050": 331, "pop_below200_2050": 468, "pop_disability_2050": 307, "pct_minority_2050": 0.5957377049180328, "pct_over75_2050": 0.030655737704918036, "pct_spfam_2050": 0.13325540619520748, "pct_lep_2050": 0.060778553066470814, "pct_below200_2050": 0.076721311475409837, "pct_disab_2050": 0.050410509031198689, "pct_zvhhs_2050": 0.056254917387883553, "pct_hus_rent50_2050": 0.071597167584579069, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0065658575407879999, "pct_minority_2040": 0.45543175487465204, "pct_spfam_2040": 0.16027088036117401, "pct_lep_2040": 0.0053984020729860001, "pct_below200_2040": 0.12713887783525699, "pct_disab_2040": 0.050854271356784005, "pct_zvhhs_2040": 0.029210406207211003, "pct_hus_rent50_2040": 0.109829257037379, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.917372000052907, 37.72895500026776 ], [ -121.925909000116661, 37.726943999983071 ], [ -121.916421000374001, 37.716369000202093 ], [ -121.914426000231487, 37.714192999946384 ], [ -121.910232999556783, 37.710437000253791 ], [ -121.910169999807621, 37.719241999664057 ], [ -121.909471000023785, 37.724802999867634 ], [ -121.910471000106483, 37.728230999819061 ], [ -121.910459000410938, 37.730392999865266 ], [ -121.911147000324092, 37.730317999776531 ], [ -121.917372000052907, 37.72895500026776 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450300", "NAME": "Census Tract 4503", "state": "06", "county_fips": "001", "tract": "450300", "county_name": "Alameda County", "tot_pop_2050": 5301, "tot_pop_pov_det_2050": 5301, "tot_pop_civ_ni_2050": 5267, "tot_hh_2050": 1814, "pop_zvhhs_2050": 49, "tot_fam_2050": 1409, "tot_pop_over5_2050": 4917, "pop_hus_rent50_2050": 93, "pop_minority_2050": 2704, "pop_over75_2050": 154, "pop_spfam_2050": 183, "pop_lep_2050": 105, "pop_below200_2050": 548, "pop_disability_2050": 312, "pct_minority_2050": 0.51009243538954918, "pct_over75_2050": 0.029051122429730236, "pct_spfam_2050": 0.12987934705464868, "pct_lep_2050": 0.021354484441732761, "pct_below200_2050": 0.10337672137332581, "pct_disab_2050": 0.059236757167267902, "pct_zvhhs_2050": 0.027012127894156558, "pct_hus_rent50_2050": 0.051267916207276734, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037462834489593998, "pct_minority_2040": 0.47373637264618396, "pct_spfam_2040": 0.12155963302752301, "pct_lep_2040": 0.018120522545301002, "pct_below200_2040": 0.082605242255757994, "pct_disab_2040": 0.079140982302645005, "pct_zvhhs_2040": 0.025029103608848, "pct_hus_rent50_2040": 0.069848661233992998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.929372000147055, 37.726078000023179 ], [ -121.926663999977009, 37.722132999782453 ], [ -121.926720999878412, 37.718558000041597 ], [ -121.927598999762367, 37.712295000263218 ], [ -121.927053000139438, 37.710192999773028 ], [ -121.923506000443467, 37.705892999697603 ], [ -121.925083000111243, 37.70550599982689 ], [ -121.923303000053863, 37.702837000103891 ], [ -121.920517999890905, 37.701998999755077 ], [ -121.918165000446393, 37.702215000333965 ], [ -121.907177999955437, 37.702099999965895 ], [ -121.906606000393211, 37.702326999754561 ], [ -121.90513699978213, 37.701973999864641 ], [ -121.898803000273375, 37.70201100004067 ], [ -121.903945000078807, 37.705857999981575 ], [ -121.910232999556783, 37.710437000253791 ], [ -121.914426000231487, 37.714192999946384 ], [ -121.916421000374001, 37.716369000202093 ], [ -121.925909000116661, 37.726943999983071 ], [ -121.926274999814581, 37.726818000203231 ], [ -121.929372000147055, 37.726078000023179 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450400", "NAME": "Census Tract 4504", "state": "06", "county_fips": "001", "tract": "450400", "county_name": "Alameda County", "tot_pop_2050": 6879, "tot_pop_pov_det_2050": 6852, "tot_pop_civ_ni_2050": 6869, "tot_hh_2050": 2386, "pop_zvhhs_2050": 44, "tot_fam_2050": 1901, "tot_pop_over5_2050": 6433, "pop_hus_rent50_2050": 102, "pop_minority_2050": 3281, "pop_over75_2050": 367, "pop_spfam_2050": 193, "pop_lep_2050": 335, "pop_below200_2050": 902, "pop_disability_2050": 565, "pct_minority_2050": 0.47695886029946211, "pct_over75_2050": 0.053350777729321119, "pct_spfam_2050": 0.10152551288795372, "pct_lep_2050": 0.052075237058914967, "pct_below200_2050": 0.13164039696438995, "pct_disab_2050": 0.082253603144562523, "pct_zvhhs_2050": 0.018440905280804689, "pct_hus_rent50_2050": 0.042749371332774518, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035989286909942998, "pct_minority_2040": 0.41747572815534001, "pct_spfam_2040": 0.17202889034799698, "pct_lep_2040": 0.100499821492324, "pct_below200_2040": 0.20194728890381103, "pct_disab_2040": 0.074471653807446997, "pct_zvhhs_2040": 0.049461312438785994, "pct_hus_rent50_2040": 0.06988188976378, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.940194999708183, 37.723484000140232 ], [ -121.942383000194582, 37.722945999917172 ], [ -121.939488000426763, 37.713904000234834 ], [ -121.937037999999561, 37.707581000333107 ], [ -121.935787999671589, 37.702089999740068 ], [ -121.935453999760753, 37.700535000090696 ], [ -121.932810000063085, 37.699264999902958 ], [ -121.925123000294207, 37.701010000102563 ], [ -121.923303000053863, 37.702837000103891 ], [ -121.925083000111243, 37.70550599982689 ], [ -121.923506000443467, 37.705892999697603 ], [ -121.927053000139438, 37.710192999773028 ], [ -121.927598999762367, 37.712295000263218 ], [ -121.926720999878412, 37.718558000041597 ], [ -121.926663999977009, 37.722132999782453 ], [ -121.929372000147055, 37.726078000023179 ], [ -121.937002999839478, 37.724246999990704 ], [ -121.940194999708183, 37.723484000140232 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450501", "NAME": "Census Tract 4505.01", "state": "06", "county_fips": "001", "tract": "450501", "county_name": "Alameda County", "tot_pop_2050": 3130, "tot_pop_pov_det_2050": 3130, "tot_pop_civ_ni_2050": 3119, "tot_hh_2050": 1227, "pop_zvhhs_2050": 67, "tot_fam_2050": 840, "tot_pop_over5_2050": 2905, "pop_hus_rent50_2050": 122, "pop_minority_2050": 1160, "pop_over75_2050": 217, "pop_spfam_2050": 71, "pop_lep_2050": 117, "pop_below200_2050": 246, "pop_disability_2050": 294, "pct_minority_2050": 0.37060702875399359, "pct_over75_2050": 0.06932907348242813, "pct_spfam_2050": 0.084523809523809529, "pct_lep_2050": 0.040275387263339069, "pct_below200_2050": 0.078594249201277958, "pct_disab_2050": 0.094260981083680681, "pct_zvhhs_2050": 0.05460472697636512, "pct_hus_rent50_2050": 0.099429502852485738, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055356074207062005, "pct_minority_2040": 0.389587073608618, "pct_spfam_2040": 0.062838569880822995, "pct_lep_2040": 0.060147957542617994, "pct_below200_2040": 0.10854572713643199, "pct_disab_2040": 0.068571428571429005, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.056891025641025994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.947118000294239, 37.712388000166172 ], [ -121.948111999630839, 37.710493000169237 ], [ -121.946293999938632, 37.707817999847094 ], [ -121.946089999724109, 37.704589999996401 ], [ -121.945970999898449, 37.703562999991725 ], [ -121.945739000094818, 37.702277000186434 ], [ -121.94455300023931, 37.700264999901854 ], [ -121.944004000243297, 37.699784999823137 ], [ -121.935787999671589, 37.702089999740068 ], [ -121.937037999999561, 37.707581000333107 ], [ -121.939488000426763, 37.713904000234834 ], [ -121.942934999665297, 37.713605000013288 ], [ -121.944759999928536, 37.7131189996717 ], [ -121.945255000396187, 37.713227000181 ], [ -121.945488999849587, 37.712558000099769 ], [ -121.947118000294239, 37.712388000166172 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450502", "NAME": "Census Tract 4505.02", "state": "06", "county_fips": "001", "tract": "450502", "county_name": "Alameda County", "tot_pop_2050": 5880, "tot_pop_pov_det_2050": 5880, "tot_pop_civ_ni_2050": 5880, "tot_hh_2050": 1913, "pop_zvhhs_2050": 75, "tot_fam_2050": 1696, "tot_pop_over5_2050": 5516, "pop_hus_rent50_2050": 35, "pop_minority_2050": 3171, "pop_over75_2050": 249, "pop_spfam_2050": 130, "pop_lep_2050": 226, "pop_below200_2050": 276, "pop_disability_2050": 315, "pct_minority_2050": 0.53928571428571426, "pct_over75_2050": 0.042346938775510205, "pct_spfam_2050": 0.076650943396226412, "pct_lep_2050": 0.040971718636693265, "pct_below200_2050": 0.046938775510204082, "pct_disab_2050": 0.053571428571428568, "pct_zvhhs_2050": 0.039205436487192886, "pct_hus_rent50_2050": 0.018295870360690011, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034549689440994, "pct_minority_2040": 0.43206521739130394, "pct_spfam_2040": 0.100662251655629, "pct_lep_2040": 0.012564366632338, "pct_below200_2040": 0.064052795031056001, "pct_disab_2040": 0.060170807453415992, "pct_zvhhs_2040": 0.021536670547147998, "pct_hus_rent50_2040": 0.0064027939464490003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.001277000277426, 37.703728000266814 ], [ -121.998590000023725, 37.703538999921157 ], [ -121.993681999671708, 37.702370999886732 ], [ -121.987176999560418, 37.699930999708073 ], [ -121.97766200005357, 37.698542000068144 ], [ -121.973145000412117, 37.697746000080933 ], [ -121.967971999746226, 37.697374000196177 ], [ -121.963917000062153, 37.697634000136233 ], [ -121.958468999934965, 37.698552000061817 ], [ -121.954960999698727, 37.69861400013481 ], [ -121.954963000246863, 37.698839999870131 ], [ -121.954979999965317, 37.698937999924944 ], [ -121.945984000317239, 37.698892999821581 ], [ -121.938508000435561, 37.698661999903493 ], [ -121.936663999905733, 37.699077999676938 ], [ -121.935453999760753, 37.700535000090696 ], [ -121.935787999671589, 37.702089999740068 ], [ -121.944004000243297, 37.699784999823137 ], [ -121.94455300023931, 37.700264999901854 ], [ -121.945739000094818, 37.702277000186434 ], [ -121.945970999898449, 37.703562999991725 ], [ -121.946089999724109, 37.704589999996401 ], [ -121.946293999938632, 37.707817999847094 ], [ -121.948111999630839, 37.710493000169237 ], [ -121.947118000294239, 37.712388000166172 ], [ -121.945488999849587, 37.712558000099769 ], [ -121.945255000396187, 37.713227000181 ], [ -121.944759999928536, 37.7131189996717 ], [ -121.942934999665297, 37.713605000013288 ], [ -121.939488000426763, 37.713904000234834 ], [ -121.942383000194582, 37.722945999917172 ], [ -121.943695000446837, 37.722721999990206 ], [ -121.949040999568425, 37.721277999948825 ], [ -121.955261000172698, 37.719857000165817 ], [ -121.960770000399265, 37.718629000050989 ], [ -121.969192999761873, 37.725754999928071 ], [ -121.972470000019428, 37.728527999938898 ], [ -121.972930000326969, 37.728167999985011 ], [ -121.977937000413192, 37.724003999951726 ], [ -122.001277000277426, 37.703728000266814 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450601", "NAME": "Census Tract 4506.01", "state": "06", "county_fips": "001", "tract": "450601", "county_name": "Alameda County", "tot_pop_2050": 3633, "tot_pop_pov_det_2050": 3633, "tot_pop_civ_ni_2050": 3633, "tot_hh_2050": 1343, "pop_zvhhs_2050": 1, "tot_fam_2050": 1019, "tot_pop_over5_2050": 3539, "pop_hus_rent50_2050": 37, "pop_minority_2050": 1566, "pop_over75_2050": 183, "pop_spfam_2050": 59, "pop_lep_2050": 115, "pop_below200_2050": 271, "pop_disability_2050": 211, "pct_minority_2050": 0.4310487200660611, "pct_over75_2050": 0.050371593724194884, "pct_spfam_2050": 0.057899901864573111, "pct_lep_2050": 0.032495055100310824, "pct_below200_2050": 0.074593999449490772, "pct_disab_2050": 0.058078722818607209, "pct_zvhhs_2050": 0.00074460163812360388, "pct_hus_rent50_2050": 0.027550260610573345, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.05030710734132799, "pct_minority_2040": 0.37291605732670396, "pct_spfam_2040": 0.0099800399201599999, "pct_lep_2040": 0.051432091161072002, "pct_below200_2040": 0.106051703877791, "pct_disab_2040": 0.077215560105294012, "pct_zvhhs_2040": 0.0063091482649840006, "pct_hus_rent50_2040": 0.019277108433735, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.020917000284783, 37.69768399999284 ], [ -122.022510999670999, 37.696013999758037 ], [ -122.018903999700584, 37.694775999936105 ], [ -122.014432000264961, 37.694905999955161 ], [ -122.012259999672096, 37.694540000073609 ], [ -122.008227999554222, 37.695673999659959 ], [ -122.006024999897562, 37.695493000286838 ], [ -122.003264000024046, 37.696007999840923 ], [ -122.00239100016293, 37.693953000016208 ], [ -122.000913000229346, 37.693091000281534 ], [ -121.999590999931357, 37.691013000249086 ], [ -121.996291999932509, 37.690228000346167 ], [ -121.992701999680506, 37.689897999757974 ], [ -121.99136000018936, 37.688906000155562 ], [ -121.987834000409791, 37.687778000015491 ], [ -121.986148999888613, 37.687743999782683 ], [ -121.984044999966144, 37.689127000059898 ], [ -121.979340999828608, 37.678999000317063 ], [ -121.978374000256196, 37.678116999728338 ], [ -121.97695599969876, 37.67564499983083 ], [ -121.975038000447412, 37.674202000147886 ], [ -121.973332000009862, 37.67413800019596 ], [ -121.96819199985427, 37.671553999758252 ], [ -121.964066999849976, 37.67147899984343 ], [ -121.963472999648147, 37.672005999934242 ], [ -121.963351000347714, 37.671349000001115 ], [ -121.963828000373695, 37.671100999943754 ], [ -121.963852999589719, 37.669844000070022 ], [ -121.967289999680844, 37.666915000143966 ], [ -121.967832000004165, 37.664393999988405 ], [ -121.963696999954124, 37.663159000259533 ], [ -121.959829999692687, 37.659922000232427 ], [ -121.960419999696569, 37.65895899992573 ], [ -121.953272999702847, 37.65321300011685 ], [ -121.950782999991006, 37.65368199971693 ], [ -121.950177000093561, 37.65339800011116 ], [ -121.949531999838129, 37.652484000293029 ], [ -121.948925999940712, 37.652080000050127 ], [ -121.948596000227823, 37.651644000019104 ], [ -121.948330999913964, 37.65118500032807 ], [ -121.948351000005459, 37.650797000180241 ], [ -121.948119000201842, 37.650583999948445 ], [ -121.94710300022561, 37.649946999883994 ], [ -121.945139000045231, 37.647426999693756 ], [ -121.942666999876707, 37.645675000265072 ], [ -121.941738999764027, 37.6432010001135 ], [ -121.939340000288752, 37.642452000003381 ], [ -121.93867499994181, 37.640190999981449 ], [ -121.936463000064307, 37.639303999812554 ], [ -121.935250000444555, 37.637818000244678 ], [ -121.934237999767987, 37.636087999846509 ], [ -121.934286000346859, 37.635070000220814 ], [ -121.933053999562233, 37.634121000243688 ], [ -121.931614000161815, 37.632273000042346 ], [ -121.930988999997822, 37.630538000067915 ], [ -121.930060999885157, 37.630303000351837 ], [ -121.929235999704616, 37.629112000137233 ], [ -121.927621000402027, 37.628663999702511 ], [ -121.926262000294088, 37.626709000324645 ], [ -121.925692000381702, 37.623782000064693 ], [ -121.923617999698124, 37.621903999976396 ], [ -121.923903999928413, 37.619443999798783 ], [ -121.922051000076067, 37.61907700015761 ], [ -121.920554999700826, 37.617017999966713 ], [ -121.917845999705847, 37.61564200001915 ], [ -121.913491000446101, 37.612882000038994 ], [ -121.911712000213626, 37.609404999764998 ], [ -121.908897999738343, 37.608028999852351 ], [ -121.907911999899355, 37.60635899974946 ], [ -121.905684999953223, 37.60533900023178 ], [ -121.904605000402881, 37.604032000079485 ], [ -121.904273000141856, 37.602141000053038 ], [ -121.902286000395264, 37.601394000263667 ], [ -121.902610000260339, 37.600724000294527 ], [ -121.899056999818285, 37.598361000274913 ], [ -121.897587000280595, 37.598465999876673 ], [ -121.895837000360444, 37.597188999645248 ], [ -121.898138999751325, 37.595566999860424 ], [ -121.895921000026036, 37.5949980001405 ], [ -121.896167999898239, 37.594000999879007 ], [ -121.890171999599985, 37.593444999681431 ], [ -121.885747999844924, 37.592539999819181 ], [ -121.882646000387879, 37.59285299990281 ], [ -121.874798000062199, 37.589692999783786 ], [ -121.870751999700616, 37.588837999707529 ], [ -121.87004000039633, 37.591662999932247 ], [ -121.871010000341798, 37.593744000117056 ], [ -121.872778999630214, 37.595968999816733 ], [ -121.873127999609665, 37.599284000241035 ], [ -121.871677000338579, 37.602473999865772 ], [ -121.871836000347216, 37.604227999933528 ], [ -121.874996000428922, 37.612127999842627 ], [ -121.877016999612422, 37.616245999840608 ], [ -121.879790000079808, 37.621714999659815 ], [ -121.879918999951229, 37.623533000134088 ], [ -121.880307000288738, 37.628435999746593 ], [ -121.883978999658183, 37.63482099969049 ], [ -121.884136000017037, 37.636818000021357 ], [ -121.883816000349881, 37.638813999867459 ], [ -121.884125000146383, 37.64014900024835 ], [ -121.884418000049351, 37.639948999872743 ], [ -121.885983000021568, 37.63913399983479 ], [ -121.886674000307806, 37.638665000130402 ], [ -121.891113999956332, 37.637362000315498 ], [ -121.893720999844078, 37.639458999913558 ], [ -121.897135000368991, 37.641795999680703 ], [ -121.89905199979539, 37.642801000319103 ], [ -121.900796999692673, 37.64516300006661 ], [ -121.90403499959217, 37.647545999664331 ], [ -121.91092300001813, 37.659713999988355 ], [ -121.913558000393238, 37.661777999858529 ], [ -121.914466000414436, 37.66184299965694 ], [ -121.914464999691205, 37.662750999708379 ], [ -121.917904000330481, 37.66630900012067 ], [ -121.918403000097769, 37.666949999753612 ], [ -121.919210999661544, 37.668394000143039 ], [ -121.919275999958842, 37.669635999896684 ], [ -121.920329999569915, 37.672357000144444 ], [ -121.921208000352223, 37.675605999958549 ], [ -121.922988000409603, 37.679819999890583 ], [ -121.924955999889619, 37.682263000149433 ], [ -121.927366000133873, 37.683159000128214 ], [ -121.929347999857626, 37.684931999759478 ], [ -121.930286000016039, 37.688800000154359 ], [ -121.934420000241161, 37.696149999645016 ], [ -121.935453999760753, 37.700535000090696 ], [ -121.936663999905733, 37.699077999676938 ], [ -121.938508000435561, 37.698661999903493 ], [ -121.945984000317239, 37.698892999821581 ], [ -121.954979999965317, 37.698937999924944 ], [ -121.954963000246863, 37.698839999870131 ], [ -121.954960999698727, 37.69861400013481 ], [ -121.958468999934965, 37.698552000061817 ], [ -121.963917000062153, 37.697634000136233 ], [ -121.967971999746226, 37.697374000196177 ], [ -121.973145000412117, 37.697746000080933 ], [ -121.97766200005357, 37.698542000068144 ], [ -121.987176999560418, 37.699930999708073 ], [ -121.993681999671708, 37.702370999886732 ], [ -121.998590000023725, 37.703538999921157 ], [ -122.001277000277426, 37.703728000266814 ], [ -122.016487999608557, 37.70294199992837 ], [ -122.021200000141988, 37.701492000129136 ], [ -122.020384000182318, 37.699986999743409 ], [ -122.020917000284783, 37.69768399999284 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450602", "NAME": "Census Tract 4506.02", "state": "06", "county_fips": "001", "tract": "450602", "county_name": "Alameda County", "tot_pop_2050": 10096, "tot_pop_pov_det_2050": 10090, "tot_pop_civ_ni_2050": 10090, "tot_hh_2050": 3465, "pop_zvhhs_2050": 70, "tot_fam_2050": 2781, "tot_pop_over5_2050": 9642, "pop_hus_rent50_2050": 40, "pop_minority_2050": 4784, "pop_over75_2050": 468, "pop_spfam_2050": 276, "pop_lep_2050": 211, "pop_below200_2050": 726, "pop_disability_2050": 492, "pct_minority_2050": 0.4738510301109351, "pct_over75_2050": 0.046354992076069731, "pct_spfam_2050": 0.099244875943905075, "pct_lep_2050": 0.0218834266749637, "pct_below200_2050": 0.071952428146679875, "pct_disab_2050": 0.0487611496531219, "pct_zvhhs_2050": 0.020202020202020204, "pct_hus_rent50_2050": 0.011544011544011544, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052637267617812004, "pct_minority_2040": 0.40337224383916997, "pct_spfam_2040": 0.097384305835009996, "pct_lep_2040": 0.020802206642915003, "pct_below200_2040": 0.082197707116590996, "pct_disab_2040": 0.060566731559592996, "pct_zvhhs_2040": 0.0044345898004429993, "pct_hus_rent50_2040": 0.064401294498382, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.935453999760753, 37.700535000090696 ], [ -121.934420000241161, 37.696149999645016 ], [ -121.930286000016039, 37.688800000154359 ], [ -121.929347999857626, 37.684931999759478 ], [ -121.927366000133873, 37.683159000128214 ], [ -121.924955999889619, 37.682263000149433 ], [ -121.922988000409603, 37.679819999890583 ], [ -121.921208000352223, 37.675605999958549 ], [ -121.920329999569915, 37.672357000144444 ], [ -121.919275999958842, 37.669635999896684 ], [ -121.919210999661544, 37.668394000143039 ], [ -121.918403000097769, 37.666949999753612 ], [ -121.917904000330481, 37.66630900012067 ], [ -121.914464999691205, 37.662750999708379 ], [ -121.914466000414436, 37.66184299965694 ], [ -121.913558000393238, 37.661777999858529 ], [ -121.91092300001813, 37.659713999988355 ], [ -121.90403499959217, 37.647545999664331 ], [ -121.900796999692673, 37.64516300006661 ], [ -121.89905199979539, 37.642801000319103 ], [ -121.897135000368991, 37.641795999680703 ], [ -121.893720999844078, 37.639458999913558 ], [ -121.891113999956332, 37.637362000315498 ], [ -121.886674000307806, 37.638665000130402 ], [ -121.885983000021568, 37.63913399983479 ], [ -121.884418000049351, 37.639948999872743 ], [ -121.885486999729011, 37.64149799977632 ], [ -121.904665999603935, 37.659937999734701 ], [ -121.906326000010708, 37.661757999909057 ], [ -121.908162000144614, 37.664566999913852 ], [ -121.909695000329776, 37.668165999816111 ], [ -121.909748000033218, 37.668303000049754 ], [ -121.911010000056763, 37.671534000309777 ], [ -121.917161000165734, 37.687219000315224 ], [ -121.923303000053863, 37.702837000103891 ], [ -121.925123000294207, 37.701010000102563 ], [ -121.932810000063085, 37.699264999902958 ], [ -121.935453999760753, 37.700535000090696 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450603", "NAME": "Census Tract 4506.03", "state": "06", "county_fips": "001", "tract": "450603", "county_name": "Alameda County", "tot_pop_2050": 5308, "tot_pop_pov_det_2050": 5303, "tot_pop_civ_ni_2050": 5303, "tot_hh_2050": 1704, "pop_zvhhs_2050": 10, "tot_fam_2050": 1413, "tot_pop_over5_2050": 4873, "pop_hus_rent50_2050": 62, "pop_minority_2050": 2122, "pop_over75_2050": 274, "pop_spfam_2050": 155, "pop_lep_2050": 103, "pop_below200_2050": 449, "pop_disability_2050": 406, "pct_minority_2050": 0.39977392614920881, "pct_over75_2050": 0.051620195930670687, "pct_spfam_2050": 0.1096956829440906, "pct_lep_2050": 0.021136876667350708, "pct_below200_2050": 0.084669055251744299, "pct_disab_2050": 0.076560437488214214, "pct_zvhhs_2050": 0.0058685446009389668, "pct_hus_rent50_2050": 0.036384976525821601, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023758099352052003, "pct_minority_2040": 0.38725701943844498, "pct_spfam_2040": 0.124, "pct_lep_2040": 0.031674208144796004, "pct_below200_2040": 0.13813229571984398, "pct_disab_2040": 0.078037181150022006, "pct_zvhhs_2040": 0.017241379310345001, "pct_hus_rent50_2040": 0.029840388619014998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.920517999890905, 37.701998999755077 ], [ -121.923303000053863, 37.702837000103891 ], [ -121.917161000165734, 37.687219000315224 ], [ -121.911010000056763, 37.671534000309777 ], [ -121.910342000235076, 37.671698000320795 ], [ -121.908628000299927, 37.67265400022886 ], [ -121.898383000148812, 37.676847000225671 ], [ -121.89996900003743, 37.677855000335484 ], [ -121.902178000440202, 37.67925599970475 ], [ -121.9034029997555, 37.680281000199514 ], [ -121.903790000268103, 37.68189600013622 ], [ -121.903657000198706, 37.68310300017999 ], [ -121.903586000053622, 37.688190000300914 ], [ -121.903550000068591, 37.691574000115097 ], [ -121.903468999877745, 37.697301000259579 ], [ -121.903784000420345, 37.698063000282836 ], [ -121.907177999955437, 37.702099999965895 ], [ -121.918165000446393, 37.702215000333965 ], [ -121.920517999890905, 37.701998999755077 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450604", "NAME": "Census Tract 4506.04", "state": "06", "county_fips": "001", "tract": "450604", "county_name": "Alameda County", "tot_pop_2050": 5577, "tot_pop_pov_det_2050": 5577, "tot_pop_civ_ni_2050": 5577, "tot_hh_2050": 1887, "pop_zvhhs_2050": 34, "tot_fam_2050": 1619, "tot_pop_over5_2050": 5390, "pop_hus_rent50_2050": 117, "pop_minority_2050": 2239, "pop_over75_2050": 358, "pop_spfam_2050": 114, "pop_lep_2050": 38, "pop_below200_2050": 590, "pop_disability_2050": 374, "pct_minority_2050": 0.40147032454724763, "pct_over75_2050": 0.06419221803837187, "pct_spfam_2050": 0.070413835701050032, "pct_lep_2050": 0.0070500927643784798, "pct_below200_2050": 0.10579164425318273, "pct_disab_2050": 0.067061143984220903, "pct_zvhhs_2050": 0.018018018018018014, "pct_hus_rent50_2050": 0.062003179650238473, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062076053442960001, "pct_minority_2040": 0.31839671120246699, "pct_spfam_2040": 0.050426136363635993, "pct_lep_2040": 0.016885964912281001, "pct_below200_2040": 0.090030832476875988, "pct_disab_2040": 0.062281603288796998, "pct_zvhhs_2040": 0.039450089659295001, "pct_hus_rent50_2040": 0.046846846846847007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.9034029997555, 37.680281000199514 ], [ -121.902178000440202, 37.67925599970475 ], [ -121.89996900003743, 37.677855000335484 ], [ -121.898383000148812, 37.676847000225671 ], [ -121.897045999782193, 37.676008999783093 ], [ -121.895707999590698, 37.676732999981823 ], [ -121.893416000245566, 37.676759000214979 ], [ -121.888014000149113, 37.676747000108513 ], [ -121.88504800023621, 37.676734000346443 ], [ -121.880448999680667, 37.676743000072577 ], [ -121.87401399988957, 37.676726000272993 ], [ -121.877311000238592, 37.68615499970258 ], [ -121.87784299961784, 37.687958999737766 ], [ -121.878145999566556, 37.688892999680697 ], [ -121.886279000297591, 37.686484999884584 ], [ -121.886834999966268, 37.686247999702125 ], [ -121.890447999784499, 37.68473900023443 ], [ -121.896084000232648, 37.682554999674579 ], [ -121.9034029997555, 37.680281000199514 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450605", "NAME": "Census Tract 4506.05", "state": "06", "county_fips": "001", "tract": "450605", "county_name": "Alameda County", "tot_pop_2050": 4010, "tot_pop_pov_det_2050": 4010, "tot_pop_civ_ni_2050": 4010, "tot_hh_2050": 1512, "pop_zvhhs_2050": 11, "tot_fam_2050": 1164, "tot_pop_over5_2050": 3918, "pop_hus_rent50_2050": 90, "pop_minority_2050": 1483, "pop_over75_2050": 370, "pop_spfam_2050": 166, "pop_lep_2050": 79, "pop_below200_2050": 454, "pop_disability_2050": 377, "pct_minority_2050": 0.36982543640897758, "pct_over75_2050": 0.092269326683291769, "pct_spfam_2050": 0.14261168384879724, "pct_lep_2050": 0.020163348647269014, "pct_below200_2050": 0.11321695760598505, "pct_disab_2050": 0.09401496259351623, "pct_zvhhs_2050": 0.0072751322751322747, "pct_hus_rent50_2050": 0.059523809523809527, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054527263631815995, "pct_minority_2040": 0.382441220610305, "pct_spfam_2040": 0.087862318840580003, "pct_lep_2040": 0.015760441292356001, "pct_below200_2040": 0.079819277108434006, "pct_disab_2040": 0.081790895447723999, "pct_zvhhs_2040": 0.0063739376770540002, "pct_hus_rent50_2040": 0.072909220872050998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.895707999590698, 37.676732999981823 ], [ -121.897045999782193, 37.676008999783093 ], [ -121.890373000339736, 37.671861000250061 ], [ -121.888841999804384, 37.670766999938785 ], [ -121.885471999660425, 37.668757000350325 ], [ -121.884242000322232, 37.667948000064797 ], [ -121.883751999877489, 37.667460000218462 ], [ -121.881931999637118, 37.665808999711061 ], [ -121.877543999867086, 37.665839999929673 ], [ -121.874034999805929, 37.664770000286367 ], [ -121.87380399982726, 37.665485000252552 ], [ -121.873455999672714, 37.667390000041479 ], [ -121.8727350001476, 37.671411999789015 ], [ -121.872684000093969, 37.672740999712495 ], [ -121.873424999710579, 37.674933999760256 ], [ -121.87401399988957, 37.676726000272993 ], [ -121.880448999680667, 37.676743000072577 ], [ -121.88504800023621, 37.676734000346443 ], [ -121.888014000149113, 37.676747000108513 ], [ -121.893416000245566, 37.676759000214979 ], [ -121.895707999590698, 37.676732999981823 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450606", "NAME": "Census Tract 4506.06", "state": "06", "county_fips": "001", "tract": "450606", "county_name": "Alameda County", "tot_pop_2050": 6303, "tot_pop_pov_det_2050": 6292, "tot_pop_civ_ni_2050": 6291, "tot_hh_2050": 2110, "pop_zvhhs_2050": 42, "tot_fam_2050": 1827, "tot_pop_over5_2050": 6109, "pop_hus_rent50_2050": 46, "pop_minority_2050": 2593, "pop_over75_2050": 217, "pop_spfam_2050": 71, "pop_lep_2050": 116, "pop_below200_2050": 284, "pop_disability_2050": 431, "pct_minority_2050": 0.41139140092019671, "pct_over75_2050": 0.034428050134856419, "pct_spfam_2050": 0.038861521620142316, "pct_lep_2050": 0.01898837780324112, "pct_below200_2050": 0.045136681500317861, "pct_disab_2050": 0.068510570656493408, "pct_zvhhs_2050": 0.019905213270142181, "pct_hus_rent50_2050": 0.021800947867298574, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044410413476262997, "pct_minority_2040": 0.42555725710396508, "pct_spfam_2040": 0.045511221945137001, "pct_lep_2040": 0.037438768369488999, "pct_below200_2040": 0.086098349498043, "pct_disab_2040": 0.060575123362260001, "pct_zvhhs_2040": 0.0041515308770109999, "pct_hus_rent50_2040": 0.022833419823560002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.910342000235076, 37.671698000320795 ], [ -121.911010000056763, 37.671534000309777 ], [ -121.909748000033218, 37.668303000049754 ], [ -121.909695000329776, 37.668165999816111 ], [ -121.908162000144614, 37.664566999913852 ], [ -121.906326000010708, 37.661757999909057 ], [ -121.897115000277481, 37.665172999937752 ], [ -121.895325999999272, 37.665700000009409 ], [ -121.891317000345936, 37.667713999717058 ], [ -121.88575399969271, 37.666882000090553 ], [ -121.883751999877489, 37.667460000218462 ], [ -121.884242000322232, 37.667948000064797 ], [ -121.885471999660425, 37.668757000350325 ], [ -121.888841999804384, 37.670766999938785 ], [ -121.890373000339736, 37.671861000250061 ], [ -121.897045999782193, 37.676008999783093 ], [ -121.898383000148812, 37.676847000225671 ], [ -121.908628000299927, 37.67265400022886 ], [ -121.910342000235076, 37.671698000320795 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450607", "NAME": "Census Tract 4506.07", "state": "06", "county_fips": "001", "tract": "450607", "county_name": "Alameda County", "tot_pop_2050": 5971, "tot_pop_pov_det_2050": 5971, "tot_pop_civ_ni_2050": 5971, "tot_hh_2050": 2445, "pop_zvhhs_2050": 301, "tot_fam_2050": 1541, "tot_pop_over5_2050": 5647, "pop_hus_rent50_2050": 544, "pop_minority_2050": 3139, "pop_over75_2050": 387, "pop_spfam_2050": 147, "pop_lep_2050": 343, "pop_below200_2050": 1390, "pop_disability_2050": 649, "pct_minority_2050": 0.52570758666889972, "pct_over75_2050": 0.064813264109864349, "pct_spfam_2050": 0.095392602206359506, "pct_lep_2050": 0.060740216043917127, "pct_below200_2050": 0.23279182716462904, "pct_disab_2050": 0.10869201138837717, "pct_zvhhs_2050": 0.12310838445807773, "pct_hus_rent50_2050": 0.2224948875255624, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.093890298653133003, "pct_minority_2040": 0.496974429045481, "pct_spfam_2040": 0.14740368509212698, "pct_lep_2040": 0.085421888053466996, "pct_below200_2040": 0.22838180753464798, "pct_disab_2040": 0.124731602576615, "pct_zvhhs_2040": 0.14384191176470601, "pct_hus_rent50_2040": 0.219294117647059, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.906326000010708, 37.661757999909057 ], [ -121.904665999603935, 37.659937999734701 ], [ -121.885486999729011, 37.64149799977632 ], [ -121.884418000049351, 37.639948999872743 ], [ -121.884125000146383, 37.64014900024835 ], [ -121.881924000139534, 37.641571999978702 ], [ -121.881493000144289, 37.644763000167693 ], [ -121.881308000196356, 37.647323000280622 ], [ -121.880914999835966, 37.648698999828362 ], [ -121.879329999772267, 37.655116999828955 ], [ -121.877598000293773, 37.656324000224892 ], [ -121.875686999816821, 37.657943999817995 ], [ -121.873963999660845, 37.656712999864979 ], [ -121.872075999648445, 37.658478999915651 ], [ -121.873007000134152, 37.659150999772038 ], [ -121.870197999681736, 37.661722000128769 ], [ -121.869990000167618, 37.663137000297482 ], [ -121.868081000238789, 37.664935999936624 ], [ -121.869450000392447, 37.665492000310699 ], [ -121.872062000303032, 37.664530000255525 ], [ -121.874034999805929, 37.664770000286367 ], [ -121.877543999867086, 37.665839999929673 ], [ -121.881931999637118, 37.665808999711061 ], [ -121.883751999877489, 37.667460000218462 ], [ -121.88575399969271, 37.666882000090553 ], [ -121.891317000345936, 37.667713999717058 ], [ -121.895325999999272, 37.665700000009409 ], [ -121.897115000277481, 37.665172999937752 ], [ -121.906326000010708, 37.661757999909057 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450701", "NAME": "Census Tract 4507.01", "state": "06", "county_fips": "001", "tract": "450701", "county_name": "Alameda County", "tot_pop_2050": 8663, "tot_pop_pov_det_2050": 8660, "tot_pop_civ_ni_2050": 8663, "tot_hh_2050": 2844, "pop_zvhhs_2050": 60, "tot_fam_2050": 2438, "tot_pop_over5_2050": 8432, "pop_hus_rent50_2050": 62, "pop_minority_2050": 3739, "pop_over75_2050": 554, "pop_spfam_2050": 86, "pop_lep_2050": 218, "pop_below200_2050": 361, "pop_disability_2050": 506, "pct_minority_2050": 0.43160567932586863, "pct_over75_2050": 0.063950132748470501, "pct_spfam_2050": 0.035274815422477436, "pct_lep_2050": 0.025853889943073999, "pct_below200_2050": 0.04168591224018476, "pct_disab_2050": 0.058409327022971247, "pct_zvhhs_2050": 0.021097046413502109, "pct_hus_rent50_2050": 0.02180028129395218, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030442692540933996, "pct_minority_2040": 0.375864160097029, "pct_spfam_2040": 0.069438491213030001, "pct_lep_2040": 0.017705735660848002, "pct_below200_2040": 0.08163512857836, "pct_disab_2040": 0.060164968461912001, "pct_zvhhs_2040": 0.023863636363636004, "pct_hus_rent50_2040": 0.017816527672478998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.932350999580478, 37.576397000350809 ], [ -121.933169000088299, 37.576034000249898 ], [ -121.932146000439388, 37.573314999790369 ], [ -121.925221000203507, 37.571212000088067 ], [ -121.923513000116145, 37.569690999766308 ], [ -121.923149000068065, 37.56822199997778 ], [ -121.91942900011972, 37.567685999830687 ], [ -121.918958999766446, 37.56594299987475 ], [ -121.91919399994309, 37.561478000126833 ], [ -121.923641000162661, 37.559912999927874 ], [ -121.923713999957585, 37.559685000015293 ], [ -121.924833999690904, 37.557245999980211 ], [ -121.922906000393809, 37.559663000043031 ], [ -121.918002000239767, 37.561240000047924 ], [ -121.915967999739181, 37.560873000264259 ], [ -121.915772999745499, 37.55539199976446 ], [ -121.909656999796638, 37.554242000059212 ], [ -121.908172000190348, 37.55176100011424 ], [ -121.907135000297714, 37.549324999796077 ], [ -121.905264999828631, 37.549154000023194 ], [ -121.90104100009016, 37.545913000227316 ], [ -121.891343000285204, 37.549734999669433 ], [ -121.887539999597891, 37.544036999822225 ], [ -121.886841999638975, 37.53565300030759 ], [ -121.880651000245336, 37.528269999683964 ], [ -121.879319999726505, 37.526324000145301 ], [ -121.879898000034842, 37.525260000278607 ], [ -121.881365999922679, 37.521506000352829 ], [ -121.883611000310495, 37.517209999798133 ], [ -121.884813000059538, 37.513746999943088 ], [ -121.885014999725925, 37.512034000334779 ], [ -121.883021000306613, 37.503305999833394 ], [ -121.88269499989336, 37.501665999857806 ], [ -121.884101999681846, 37.49946299990377 ], [ -121.88236799965523, 37.493536999842938 ], [ -121.877877999777951, 37.490377999968672 ], [ -121.867784000137874, 37.483033000132032 ], [ -121.865266999763506, 37.484637000190375 ], [ -121.86338899979684, 37.48461699965862 ], [ -121.85576200030242, 37.48453700032934 ], [ -121.786234999730922, 37.484235999840031 ], [ -121.712556000289311, 37.483558000280198 ], [ -121.690059999973869, 37.482833999668451 ], [ -121.670399000050111, 37.482740000271676 ], [ -121.671261999865465, 37.483842000234873 ], [ -121.671605999822049, 37.486402000014834 ], [ -121.672405000063307, 37.487346999918671 ], [ -121.6767140001906, 37.489660000056993 ], [ -121.679209999750256, 37.490023000265367 ], [ -121.680865000134162, 37.489770999795432 ], [ -121.682774000062992, 37.490479999890638 ], [ -121.683939999827018, 37.491852999811506 ], [ -121.685442999874994, 37.491913999855797 ], [ -121.687699999958369, 37.492829000243468 ], [ -121.688683000322627, 37.496062000024935 ], [ -121.68817299978636, 37.497072000141266 ], [ -121.68935500034226, 37.500254999997814 ], [ -121.691143999722172, 37.501606999680583 ], [ -121.689976000308278, 37.503591000089884 ], [ -121.68862999972086, 37.504097999784875 ], [ -121.686750000104354, 37.507392999852065 ], [ -121.690968999819987, 37.50895500015438 ], [ -121.692308999661321, 37.508161000144433 ], [ -121.695170999817179, 37.509347000295847 ], [ -121.69824700023328, 37.511985999698368 ], [ -121.700466999608409, 37.513107000283213 ], [ -121.700705999983001, 37.51412300033698 ], [ -121.702434999986764, 37.515054999786393 ], [ -121.702508999606579, 37.51735000002175 ], [ -121.702072999588495, 37.520189999760603 ], [ -121.701150000397007, 37.522179000120282 ], [ -121.701446999599611, 37.52495299987374 ], [ -121.702573000079013, 37.526211000095614 ], [ -121.69953500019605, 37.528153000248032 ], [ -121.698418999762396, 37.529254999709231 ], [ -121.697334000189201, 37.529782000160957 ], [ -121.696780000170321, 37.529888999988522 ], [ -121.696399000403829, 37.529894000296281 ], [ -121.695970000058423, 37.529449000088221 ], [ -121.693983000311803, 37.528184999679681 ], [ -121.69213299993423, 37.526231999714291 ], [ -121.687652000277794, 37.525049999664787 ], [ -121.686897000417446, 37.52634799977443 ], [ -121.684369999997372, 37.527080000071287 ], [ -121.681841999752336, 37.526322999893424 ], [ -121.681245999900696, 37.526846999665047 ], [ -121.682700000443134, 37.528938000042132 ], [ -121.684763000357734, 37.530219999834841 ], [ -121.685282000216517, 37.532345999990227 ], [ -121.68694300044821, 37.533942000275999 ], [ -121.689571000252329, 37.538665000038371 ], [ -121.69173399972604, 37.541010999791759 ], [ -121.693157000306371, 37.54407100030123 ], [ -121.693947000326801, 37.546814999942377 ], [ -121.695746999577352, 37.550177000102138 ], [ -121.697719000153654, 37.551432000280656 ], [ -121.698067000308214, 37.552344999800596 ], [ -121.700668000348131, 37.552957999694982 ], [ -121.700797000219595, 37.556190999861649 ], [ -121.703123999724838, 37.558208999969622 ], [ -121.707519999890764, 37.559670999904235 ], [ -121.711526000069398, 37.564897000172962 ], [ -121.71368699989327, 37.564578000181328 ], [ -121.715477999821317, 37.566766000193844 ], [ -121.718052000097089, 37.567847999699985 ], [ -121.720049999714362, 37.569397000055496 ], [ -121.719569000388731, 37.572619000132725 ], [ -121.720771999962707, 37.574547999863604 ], [ -121.721007999964257, 37.576725000014484 ], [ -121.721970000412142, 37.577587000187066 ], [ -121.725404999955103, 37.577408999961321 ], [ -121.727579000197807, 37.578956999833991 ], [ -121.728271000308936, 37.580496000274962 ], [ -121.731151999833045, 37.581565000311237 ], [ -121.731793999715464, 37.582921000074272 ], [ -121.732879000186983, 37.584880000244752 ], [ -121.737337000277208, 37.584861999884801 ], [ -121.739181999733603, 37.586955999982607 ], [ -121.741152999586689, 37.586475999671059 ], [ -121.742561000098405, 37.586770999732316 ], [ -121.742971000177221, 37.588294000251921 ], [ -121.744819000006672, 37.588952000332647 ], [ -121.746619000155533, 37.590379999776744 ], [ -121.748810999941568, 37.590385999689687 ], [ -121.750079999637791, 37.591153000119434 ], [ -121.74914800022546, 37.592520999812621 ], [ -121.748600999879287, 37.594681000352033 ], [ -121.750523000226877, 37.595978000077729 ], [ -121.752123000359234, 37.598374000233626 ], [ -121.755279000242936, 37.599462000117363 ], [ -121.756446999656831, 37.600629999952147 ], [ -121.751232999881381, 37.601213000151951 ], [ -121.757445999914623, 37.602516000249238 ], [ -121.759112000169182, 37.60335600009217 ], [ -121.764838000130709, 37.60432000016619 ], [ -121.772365999890965, 37.606994000115563 ], [ -121.777818000216101, 37.610499000287696 ], [ -121.779835999924856, 37.614384000156036 ], [ -121.779929999636181, 37.616857000109732 ], [ -121.782693999882753, 37.620558999998053 ], [ -121.785063999944001, 37.623130999720281 ], [ -121.785864000010164, 37.626031000172595 ], [ -121.787890999939762, 37.627250999991922 ], [ -121.794307000362593, 37.626256000102792 ], [ -121.796165000237778, 37.62633100016528 ], [ -121.798249999893727, 37.62599700011129 ], [ -121.803108000017005, 37.628644000083852 ], [ -121.802276000163801, 37.629465999825356 ], [ -121.802232999607781, 37.632873999893008 ], [ -121.802071999949291, 37.633980000045014 ], [ -121.801646999801861, 37.63484399972301 ], [ -121.801129999592902, 37.635517999742255 ], [ -121.799118999556839, 37.636917999866846 ], [ -121.798766000277737, 37.638479000258904 ], [ -121.799393000091541, 37.64175699980651 ], [ -121.800732999932876, 37.643868999854924 ], [ -121.804702000301532, 37.647203999952758 ], [ -121.805546999675229, 37.648873000082048 ], [ -121.805666000399242, 37.65219899967753 ], [ -121.813989000202767, 37.655374000137897 ], [ -121.821148999716968, 37.655484999946474 ], [ -121.822542999984975, 37.656114999925855 ], [ -121.82370899974903, 37.655511999740234 ], [ -121.826791999837837, 37.655507999982149 ], [ -121.834728999851961, 37.662474000288881 ], [ -121.838595000288478, 37.664689000309352 ], [ -121.838914000130686, 37.664890999823946 ], [ -121.845747000305053, 37.664898999751159 ], [ -121.844944999690767, 37.662364999956644 ], [ -121.846234000376782, 37.660485000291047 ], [ -121.843300000250878, 37.657777000268801 ], [ -121.844291999937681, 37.656710000094932 ], [ -121.851376000182228, 37.656812999953232 ], [ -121.850982999821809, 37.655041999662402 ], [ -121.852237000347742, 37.653467999969642 ], [ -121.853562000120462, 37.653506000129283 ], [ -121.853764999611741, 37.652523000224768 ], [ -121.855609000141541, 37.652348999988114 ], [ -121.859950999880809, 37.654808999828212 ], [ -121.862637000309547, 37.653258000196352 ], [ -121.863983999823603, 37.65197500005317 ], [ -121.864568999804618, 37.65178000017297 ], [ -121.869173000383, 37.652353999898423 ], [ -121.876834000212639, 37.655795999794961 ], [ -121.877598000293773, 37.656324000224892 ], [ -121.879329999772267, 37.655116999828955 ], [ -121.880914999835966, 37.648698999828362 ], [ -121.881308000196356, 37.647323000280622 ], [ -121.881493000144289, 37.644763000167693 ], [ -121.881924000139534, 37.641571999978702 ], [ -121.884125000146383, 37.64014900024835 ], [ -121.883816000349881, 37.638813999867459 ], [ -121.884136000017037, 37.636818000021357 ], [ -121.883978999658183, 37.63482099969049 ], [ -121.880307000288738, 37.628435999746593 ], [ -121.879918999951229, 37.623533000134088 ], [ -121.879790000079808, 37.621714999659815 ], [ -121.877016999612422, 37.616245999840608 ], [ -121.874996000428922, 37.612127999842627 ], [ -121.871836000347216, 37.604227999933528 ], [ -121.871677000338579, 37.602473999865772 ], [ -121.873127999609665, 37.599284000241035 ], [ -121.872778999630214, 37.595968999816733 ], [ -121.871010000341798, 37.593744000117056 ], [ -121.87004000039633, 37.591662999932247 ], [ -121.870751999700616, 37.588837999707529 ], [ -121.874798000062199, 37.589692999783786 ], [ -121.882646000387879, 37.59285299990281 ], [ -121.885747999844924, 37.592539999819181 ], [ -121.890171999599985, 37.593444999681431 ], [ -121.896167999898239, 37.594000999879007 ], [ -121.903107000377787, 37.595540000348542 ], [ -121.90570300039488, 37.595607999838585 ], [ -121.912437999761636, 37.593664000339622 ], [ -121.916701999683099, 37.594615000109442 ], [ -121.920895000357774, 37.597967999738621 ], [ -121.924304999786386, 37.599005999758276 ], [ -121.925688000183726, 37.59890400017575 ], [ -121.930472999613812, 37.595381000335571 ], [ -121.931539999643661, 37.59291199979382 ], [ -121.932767000405406, 37.591732000203727 ], [ -121.929967999998723, 37.584781000346752 ], [ -121.92696799975063, 37.581904000253765 ], [ -121.928568999707863, 37.580713999645617 ], [ -121.927568999625151, 37.579622000183477 ], [ -121.929737000020054, 37.578755000198278 ], [ -121.929927999815774, 37.577628999666281 ], [ -121.931199999885052, 37.576053999777869 ], [ -121.932350999580478, 37.576397000350809 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450741", "NAME": "Census Tract 4507.41", "state": "06", "county_fips": "001", "tract": "450741", "county_name": "Alameda County", "tot_pop_2050": 5575, "tot_pop_pov_det_2050": 5336, "tot_pop_civ_ni_2050": 5443, "tot_hh_2050": 2032, "pop_zvhhs_2050": 85, "tot_fam_2050": 1504, "tot_pop_over5_2050": 5443, "pop_hus_rent50_2050": 161, "pop_minority_2050": 2544, "pop_over75_2050": 464, "pop_spfam_2050": 304, "pop_lep_2050": 273, "pop_below200_2050": 617, "pop_disability_2050": 402, "pct_minority_2050": 0.45632286995515703, "pct_over75_2050": 0.083228699551569502, "pct_spfam_2050": 0.20212765957446807, "pct_lep_2050": 0.050156163880213121, "pct_below200_2050": 0.11562968515742129, "pct_disab_2050": 0.073856329230203938, "pct_zvhhs_2050": 0.041830708661417325, "pct_hus_rent50_2050": 0.079232283464566927, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.096293465800535008, "pct_minority_2040": 0.44669468857470401, "pct_spfam_2040": 0.20116194625998496, "pct_lep_2040": 0.088805379746835014, "pct_below200_2040": 0.188542279772415, "pct_disab_2040": 0.057877182656464993, "pct_zvhhs_2040": 0.045629466739966998, "pct_hus_rent50_2040": 0.16277777777777802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.877598000293773, 37.656324000224892 ], [ -121.876834000212639, 37.655795999794961 ], [ -121.869173000383, 37.652353999898423 ], [ -121.864568999804618, 37.65178000017297 ], [ -121.863983999823603, 37.65197500005317 ], [ -121.862637000309547, 37.653258000196352 ], [ -121.859950999880809, 37.654808999828212 ], [ -121.859189000347797, 37.656277999940762 ], [ -121.856732000247888, 37.662793000171924 ], [ -121.855905000417565, 37.664799999702318 ], [ -121.855869000432534, 37.664897999938063 ], [ -121.856062999702999, 37.665580000172284 ], [ -121.857871000247783, 37.670437999967177 ], [ -121.861915000061202, 37.669352999921166 ], [ -121.864956000317221, 37.667819999984268 ], [ -121.868081000238789, 37.664935999936624 ], [ -121.869990000167618, 37.663137000297482 ], [ -121.870197999681736, 37.661722000128769 ], [ -121.873007000134152, 37.659150999772038 ], [ -121.872075999648445, 37.658478999915651 ], [ -121.873963999660845, 37.656712999864979 ], [ -121.875686999816821, 37.657943999817995 ], [ -121.877598000293773, 37.656324000224892 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450742", "NAME": "Census Tract 4507.42", "state": "06", "county_fips": "001", "tract": "450742", "county_name": "Alameda County", "tot_pop_2050": 5226, "tot_pop_pov_det_2050": 5213, "tot_pop_civ_ni_2050": 5226, "tot_hh_2050": 1944, "pop_zvhhs_2050": 154, "tot_fam_2050": 1500, "tot_pop_over5_2050": 4948, "pop_hus_rent50_2050": 72, "pop_minority_2050": 2193, "pop_over75_2050": 447, "pop_spfam_2050": 82, "pop_lep_2050": 115, "pop_below200_2050": 480, "pop_disability_2050": 358, "pct_minority_2050": 0.41963260619977039, "pct_over75_2050": 0.085533869115958672, "pct_spfam_2050": 0.054666666666666669, "pct_lep_2050": 0.02324171382376718, "pct_below200_2050": 0.092077498561289078, "pct_disab_2050": 0.068503635667814769, "pct_zvhhs_2050": 0.079218106995884774, "pct_hus_rent50_2050": 0.037037037037037035, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078819810326660009, "pct_minority_2040": 0.38124341412012608, "pct_spfam_2040": 0.071994240460762998, "pct_lep_2040": 0.022040996253031003, "pct_below200_2040": 0.063435194942044013, "pct_disab_2040": 0.077133825079030993, "pct_zvhhs_2040": 0.022598870056497002, "pct_hus_rent50_2040": 0.042735042735043, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.859189000347797, 37.656277999940762 ], [ -121.859950999880809, 37.654808999828212 ], [ -121.855609000141541, 37.652348999988114 ], [ -121.853764999611741, 37.652523000224768 ], [ -121.853562000120462, 37.653506000129283 ], [ -121.852237000347742, 37.653467999969642 ], [ -121.850982999821809, 37.655041999662402 ], [ -121.851376000182228, 37.656812999953232 ], [ -121.844291999937681, 37.656710000094932 ], [ -121.843300000250878, 37.657777000268801 ], [ -121.846234000376782, 37.660485000291047 ], [ -121.844944999690767, 37.662364999956644 ], [ -121.845747000305053, 37.664898999751159 ], [ -121.838914000130686, 37.664890999823946 ], [ -121.838595000288478, 37.664689000309352 ], [ -121.834728999851961, 37.662474000288881 ], [ -121.826791999837837, 37.655507999982149 ], [ -121.82370899974903, 37.655511999740234 ], [ -121.822542999984975, 37.656114999925855 ], [ -121.821148999716968, 37.655484999946474 ], [ -121.813989000202767, 37.655374000137897 ], [ -121.805666000399242, 37.65219899967753 ], [ -121.805652999980452, 37.653828000028085 ], [ -121.805611999972584, 37.655952000264271 ], [ -121.805484999750959, 37.664094999910667 ], [ -121.805452999963933, 37.665180999834575 ], [ -121.805380999993901, 37.676172000196594 ], [ -121.819613999881966, 37.674599000260777 ], [ -121.826736999586217, 37.673840999652029 ], [ -121.835001999663433, 37.672858999936054 ], [ -121.833438000414418, 37.672988000273122 ], [ -121.853608000151212, 37.670902999905088 ], [ -121.857871000247783, 37.670437999967177 ], [ -121.856062999702999, 37.665580000172284 ], [ -121.855869000432534, 37.664897999938063 ], [ -121.855905000417565, 37.664799999702318 ], [ -121.856732000247888, 37.662793000171924 ], [ -121.859189000347797, 37.656277999940762 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450743", "NAME": "Census Tract 4507.43", "state": "06", "county_fips": "001", "tract": "450743", "county_name": "Alameda County", "tot_pop_2050": 6692, "tot_pop_pov_det_2050": 6692, "tot_pop_civ_ni_2050": 6692, "tot_hh_2050": 2380, "pop_zvhhs_2050": 77, "tot_fam_2050": 1855, "tot_pop_over5_2050": 6147, "pop_hus_rent50_2050": 173, "pop_minority_2050": 5224, "pop_over75_2050": 162, "pop_spfam_2050": 265, "pop_lep_2050": 256, "pop_below200_2050": 504, "pop_disability_2050": 172, "pct_minority_2050": 0.78063359234907348, "pct_over75_2050": 0.024208009563658098, "pct_spfam_2050": 0.14285714285714285, "pct_lep_2050": 0.041646331543842528, "pct_below200_2050": 0.075313807531380769, "pct_disab_2050": 0.025702331141661684, "pct_zvhhs_2050": 0.032352941176470584, "pct_hus_rent50_2050": 0.072689075630252106, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027008663156107005, "pct_minority_2040": 0.68659758790555503, "pct_spfam_2040": 0.19056974459725001, "pct_lep_2040": 0.13136779249860001, "pct_below200_2040": 0.16086291829454699, "pct_disab_2040": 0.032839884294708001, "pct_zvhhs_2040": 0.029663147310206001, "pct_hus_rent50_2040": 0.10462163534789198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.906606000393211, 37.702326999754561 ], [ -121.907177999955437, 37.702099999965895 ], [ -121.903784000420345, 37.698063000282836 ], [ -121.903468999877745, 37.697301000259579 ], [ -121.903550000068591, 37.691574000115097 ], [ -121.903586000053622, 37.688190000300914 ], [ -121.903657000198706, 37.68310300017999 ], [ -121.903790000268103, 37.68189600013622 ], [ -121.9034029997555, 37.680281000199514 ], [ -121.896084000232648, 37.682554999674579 ], [ -121.890447999784499, 37.68473900023443 ], [ -121.886834999966268, 37.686247999702125 ], [ -121.886279000297591, 37.686484999884584 ], [ -121.878145999566556, 37.688892999680697 ], [ -121.87793800005241, 37.68895200012237 ], [ -121.878123999825235, 37.694446999810033 ], [ -121.878774000103576, 37.695075000065664 ], [ -121.878821999784151, 37.700880000124975 ], [ -121.878822999609071, 37.701841000078183 ], [ -121.898803000273375, 37.70201100004067 ], [ -121.90513699978213, 37.701973999864641 ], [ -121.906606000393211, 37.702326999754561 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450744", "NAME": "Census Tract 4507.44", "state": "06", "county_fips": "001", "tract": "450744", "county_name": "Alameda County", "tot_pop_2050": 6055, "tot_pop_pov_det_2050": 6045, "tot_pop_civ_ni_2050": 6055, "tot_hh_2050": 1971, "pop_zvhhs_2050": 57, "tot_fam_2050": 1638, "tot_pop_over5_2050": 5634, "pop_hus_rent50_2050": 99, "pop_minority_2050": 2311, "pop_over75_2050": 716, "pop_spfam_2050": 142, "pop_lep_2050": 99, "pop_below200_2050": 440, "pop_disability_2050": 393, "pct_minority_2050": 0.38166804293971918, "pct_over75_2050": 0.11824938067712636, "pct_spfam_2050": 0.086691086691086688, "pct_lep_2050": 0.017571884984025558, "pct_below200_2050": 0.07278742762613731, "pct_disab_2050": 0.064905037159372431, "pct_zvhhs_2050": 0.028919330289193301, "pct_hus_rent50_2050": 0.050228310502283102, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027686628383921004, "pct_minority_2040": 0.44175553732567696, "pct_spfam_2040": 0.086083213773314002, "pct_lep_2040": 0.022854678740837003, "pct_below200_2040": 0.11200164406083001, "pct_disab_2040": 0.052091878589007004, "pct_zvhhs_2040": 0.014659018483110001, "pct_hus_rent50_2040": 0.030788967286721997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.878822999609071, 37.701841000078183 ], [ -121.878821999784151, 37.700880000124975 ], [ -121.878774000103576, 37.695075000065664 ], [ -121.878123999825235, 37.694446999810033 ], [ -121.87793800005241, 37.68895200012237 ], [ -121.869088999819098, 37.691917999749627 ], [ -121.865072999594759, 37.693665999841848 ], [ -121.864237000441904, 37.69394199998046 ], [ -121.854239000162991, 37.69393300020851 ], [ -121.849232000076753, 37.693871999908623 ], [ -121.848734000134385, 37.69386699995173 ], [ -121.848262999956191, 37.69441899983773 ], [ -121.848356999667516, 37.699727000236948 ], [ -121.849500999690278, 37.70135400002588 ], [ -121.855044000251993, 37.701409999697013 ], [ -121.865178999899967, 37.701505999847143 ], [ -121.869897000281185, 37.701878000320598 ], [ -121.872186999976506, 37.70256999981931 ], [ -121.872264999794311, 37.70181700016078 ], [ -121.878822999609071, 37.701841000078183 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450745", "NAME": "Census Tract 4507.45", "state": "06", "county_fips": "001", "tract": "450745", "county_name": "Alameda County", "tot_pop_2050": 6286, "tot_pop_pov_det_2050": 6286, "tot_pop_civ_ni_2050": 6286, "tot_hh_2050": 2223, "pop_zvhhs_2050": 83, "tot_fam_2050": 1706, "tot_pop_over5_2050": 6092, "pop_hus_rent50_2050": 94, "pop_minority_2050": 4368, "pop_over75_2050": 287, "pop_spfam_2050": 60, "pop_lep_2050": 334, "pop_below200_2050": 248, "pop_disability_2050": 436, "pct_minority_2050": 0.69487750556792871, "pct_over75_2050": 0.045657015590200453, "pct_spfam_2050": 0.035169988276670575, "pct_lep_2050": 0.054826001313197634, "pct_below200_2050": 0.039452752147629652, "pct_disab_2050": 0.069360483614381158, "pct_zvhhs_2050": 0.037336932073774184, "pct_hus_rent50_2050": 0.042285200179937019, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031394750386000994, "pct_minority_2040": 0.54486189740950397, "pct_spfam_2040": 0.081276339554485003, "pct_lep_2040": 0.029654325320232003, "pct_below200_2040": 0.030022302281694998, "pct_disab_2040": 0.046834791559444006, "pct_zvhhs_2040": 0.017421602787456001, "pct_hus_rent50_2040": 0.048144433299900008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.87793800005241, 37.68895200012237 ], [ -121.878145999566556, 37.688892999680697 ], [ -121.87784299961784, 37.687958999737766 ], [ -121.877311000238592, 37.68615499970258 ], [ -121.862924000364728, 37.675541000125918 ], [ -121.858811000056008, 37.67262599985029 ], [ -121.857871000247783, 37.670437999967177 ], [ -121.853608000151212, 37.670902999905088 ], [ -121.833438000414418, 37.672988000273122 ], [ -121.835001999663433, 37.672858999936054 ], [ -121.826736999586217, 37.673840999652029 ], [ -121.826830000370947, 37.676319999677332 ], [ -121.830527999679688, 37.67900999972538 ], [ -121.832513999601375, 37.680518000251993 ], [ -121.842394999704439, 37.690388999723197 ], [ -121.843378999893616, 37.691103000042062 ], [ -121.847919999824498, 37.691827000073864 ], [ -121.848734000134385, 37.69386699995173 ], [ -121.849232000076753, 37.693871999908623 ], [ -121.854239000162991, 37.69393300020851 ], [ -121.864237000441904, 37.69394199998046 ], [ -121.865072999594759, 37.693665999841848 ], [ -121.869088999819098, 37.691917999749627 ], [ -121.87793800005241, 37.68895200012237 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450746", "NAME": "Census Tract 4507.46", "state": "06", "county_fips": "001", "tract": "450746", "county_name": "Alameda County", "tot_pop_2050": 3596, "tot_pop_pov_det_2050": 3596, "tot_pop_civ_ni_2050": 3596, "tot_hh_2050": 1385, "pop_zvhhs_2050": 61, "tot_fam_2050": 960, "tot_pop_over5_2050": 3467, "pop_hus_rent50_2050": 84, "pop_minority_2050": 1569, "pop_over75_2050": 361, "pop_spfam_2050": 64, "pop_lep_2050": 131, "pop_below200_2050": 356, "pop_disability_2050": 476, "pct_minority_2050": 0.43631813125695218, "pct_over75_2050": 0.10038932146829813, "pct_spfam_2050": 0.06666666666666668, "pct_lep_2050": 0.037784828381886362, "pct_below200_2050": 0.098998887652947731, "pct_disab_2050": 0.13236929922135707, "pct_zvhhs_2050": 0.044043321299638991, "pct_hus_rent50_2050": 0.060649819494584839, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062423873325213, "pct_minority_2040": 0.272533495736906, "pct_spfam_2040": 0.15677491601343801, "pct_lep_2040": 0.0082079343365249989, "pct_below200_2040": 0.146780592004883, "pct_disab_2040": 0.076289288983827003, "pct_zvhhs_2040": 0.017918088737201, "pct_hus_rent50_2040": 0.030716723549488002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.877311000238592, 37.68615499970258 ], [ -121.87401399988957, 37.676726000272993 ], [ -121.873424999710579, 37.674933999760256 ], [ -121.872684000093969, 37.672740999712495 ], [ -121.8727350001476, 37.671411999789015 ], [ -121.873455999672714, 37.667390000041479 ], [ -121.87380399982726, 37.665485000252552 ], [ -121.874034999805929, 37.664770000286367 ], [ -121.872062000303032, 37.664530000255525 ], [ -121.869450000392447, 37.665492000310699 ], [ -121.868081000238789, 37.664935999936624 ], [ -121.864956000317221, 37.667819999984268 ], [ -121.861915000061202, 37.669352999921166 ], [ -121.857871000247783, 37.670437999967177 ], [ -121.858811000056008, 37.67262599985029 ], [ -121.862924000364728, 37.675541000125918 ], [ -121.877311000238592, 37.68615499970258 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450750", "NAME": "Census Tract 4507.50", "state": "06", "county_fips": "001", "tract": "450750", "county_name": "Alameda County", "tot_pop_2050": 4842, "tot_pop_pov_det_2050": 4842, "tot_pop_civ_ni_2050": 4842, "tot_hh_2050": 2027, "pop_zvhhs_2050": 73, "tot_fam_2050": 1297, "tot_pop_over5_2050": 4481, "pop_hus_rent50_2050": 196, "pop_minority_2050": 3386, "pop_over75_2050": 145, "pop_spfam_2050": 206, "pop_lep_2050": 155, "pop_below200_2050": 523, "pop_disability_2050": 245, "pct_minority_2050": 0.6992978108219744, "pct_over75_2050": 0.029946303180503925, "pct_spfam_2050": 0.15882806476484193, "pct_lep_2050": 0.034590493193483597, "pct_below200_2050": 0.1080132176786452, "pct_disab_2050": 0.050598926063610078, "pct_zvhhs_2050": 0.036013813517513565, "pct_hus_rent50_2050": 0.09669462259496793, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023731380964402998, "pct_minority_2040": 0.57283514264074709, "pct_spfam_2040": 0.130604288499025, "pct_lep_2040": 0.064109589041095996, "pct_below200_2040": 0.20903812168644298, "pct_disab_2040": 0.058571067912142991, "pct_zvhhs_2040": 0.11758691206544, "pct_hus_rent50_2040": 0.082904222451080992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.872010000424496, 37.709806000324953 ], [ -121.872186999976506, 37.70256999981931 ], [ -121.869897000281185, 37.701878000320598 ], [ -121.865178999899967, 37.701505999847143 ], [ -121.855044000251993, 37.701409999697013 ], [ -121.849500999690278, 37.70135400002588 ], [ -121.849667000269946, 37.701585000084684 ], [ -121.850459999765079, 37.702714999890901 ], [ -121.850498000298245, 37.708501999834695 ], [ -121.852028999935271, 37.710428000352302 ], [ -121.854230999767069, 37.710225999748147 ], [ -121.858570999856497, 37.708564000113753 ], [ -121.861688000280481, 37.708609000031643 ], [ -121.867095000399772, 37.709763000261468 ], [ -121.872010000424496, 37.709806000324953 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450751", "NAME": "Census Tract 4507.51", "state": "06", "county_fips": "001", "tract": "450751", "county_name": "Alameda County", "tot_pop_2050": 9787, "tot_pop_pov_det_2050": 9787, "tot_pop_civ_ni_2050": 9787, "tot_hh_2050": 2736, "pop_zvhhs_2050": 70, "tot_fam_2050": 2584, "tot_pop_over5_2050": 8953, "pop_hus_rent50_2050": 18, "pop_minority_2050": 7954, "pop_over75_2050": 250, "pop_spfam_2050": 13, "pop_lep_2050": 603, "pop_below200_2050": 374, "pop_disability_2050": 390, "pct_minority_2050": 0.81271073873505673, "pct_over75_2050": 0.02554408909778277, "pct_spfam_2050": 0.0050309597523219814, "pct_lep_2050": 0.0673517256785435, "pct_below200_2050": 0.038213957290283034, "pct_disab_2050": 0.039848778992541134, "pct_zvhhs_2050": 0.025584795321637425, "pct_hus_rent50_2050": 0.0065789473684210523, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.015327564894931998, "pct_minority_2040": 0.70778739184178008, "pct_spfam_2040": 0.024604569420035003, "pct_lep_2040": 0.048708288482239001, "pct_below200_2040": 0.0091652216992819998, "pct_disab_2040": 0.028018844532606002, "pct_zvhhs_2040": 0.017871017871018, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.872010000424496, 37.716650000217015 ], [ -121.872010000424496, 37.709806000324953 ], [ -121.867095000399772, 37.709763000261468 ], [ -121.861688000280481, 37.708609000031643 ], [ -121.858570999856497, 37.708564000113753 ], [ -121.854230999767069, 37.710225999748147 ], [ -121.852028999935271, 37.710428000352302 ], [ -121.850498000298245, 37.708501999834695 ], [ -121.850459999765079, 37.702714999890901 ], [ -121.849667000269946, 37.701585000084684 ], [ -121.849500999690278, 37.70135400002588 ], [ -121.833380999614704, 37.701209000135016 ], [ -121.828665999606528, 37.701176999733704 ], [ -121.823291000172574, 37.7011450000293 ], [ -121.82332999963235, 37.708801999969708 ], [ -121.823712999947006, 37.712382000153021 ], [ -121.823283999601571, 37.714934000036457 ], [ -121.82343599993753, 37.719579000305572 ], [ -121.824271999988724, 37.720591999683478 ], [ -121.824973000320696, 37.723426999650542 ], [ -121.826298999918293, 37.72359999974227 ], [ -121.830145000263371, 37.728022000310162 ], [ -121.83481599989058, 37.730198999688369 ], [ -121.836333000182236, 37.731348999759135 ], [ -121.837314999823278, 37.733674999772326 ], [ -121.842715000269891, 37.73331699988762 ], [ -121.844061999783932, 37.732272000011989 ], [ -121.846922000289936, 37.733357000266246 ], [ -121.848143000305598, 37.732768999700077 ], [ -121.850607999903119, 37.734060999982894 ], [ -121.851874999949501, 37.734272000095842 ], [ -121.855681000111574, 37.732066999723557 ], [ -121.85732300007669, 37.730453000307776 ], [ -121.863220999567361, 37.730562000051926 ], [ -121.860397999769575, 37.729413999855581 ], [ -121.858718000169603, 37.727877999696844 ], [ -121.858258999686967, 37.726111000028396 ], [ -121.856738999920594, 37.725790999896262 ], [ -121.855662999669889, 37.72452000007484 ], [ -121.853984999719756, 37.72530099965671 ], [ -121.852521000029867, 37.725001000244703 ], [ -121.85172799963641, 37.721277999948825 ], [ -121.854058000413005, 37.720291999673577 ], [ -121.852371000242044, 37.718376999699814 ], [ -121.851354000440907, 37.716997000206234 ], [ -121.852141000088281, 37.714029000091038 ], [ -121.857153000197357, 37.716533999679967 ], [ -121.859124000050457, 37.718560000353079 ], [ -121.862684000165245, 37.717824999860426 ], [ -121.865536000275341, 37.718248999948884 ], [ -121.867567000402914, 37.71694600005371 ], [ -121.872010000424496, 37.716650000217015 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001450752", "NAME": "Census Tract 4507.52", "state": "06", "county_fips": "001", "tract": "450752", "county_name": "Alameda County", "tot_pop_2050": 6642, "tot_pop_pov_det_2050": 6603, "tot_pop_civ_ni_2050": 6642, "tot_hh_2050": 1880, "pop_zvhhs_2050": 0, "tot_fam_2050": 1641, "tot_pop_over5_2050": 6185, "pop_hus_rent50_2050": 53, "pop_minority_2050": 5317, "pop_over75_2050": 226, "pop_spfam_2050": 105, "pop_lep_2050": 320, "pop_below200_2050": 506, "pop_disability_2050": 332, "pct_minority_2050": 0.80051189400782918, "pct_over75_2050": 0.0340258958145137, "pct_spfam_2050": 0.063985374771480807, "pct_lep_2050": 0.051738075990299115, "pct_below200_2050": 0.076631834014841721, "pct_disab_2050": 0.049984944293887383, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.028191489361702127, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034618834080717996, "pct_minority_2040": 0.68609865470852005, "pct_spfam_2040": 0.044227886056970991, "pct_lep_2040": 0.065179437439378998, "pct_below200_2040": 0.083649503161698002, "pct_disab_2040": 0.040179372197308993, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.029683377308707001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.881566999764118, 37.737327999683394 ], [ -121.88176699978068, 37.73642799975255 ], [ -121.874363999693927, 37.731424999851306 ], [ -121.872934000339228, 37.729425999964548 ], [ -121.873529000365977, 37.729372999823916 ], [ -121.872032999990736, 37.724223999948094 ], [ -121.871534000223434, 37.723205999680829 ], [ -121.872010000424496, 37.716650000217015 ], [ -121.867567000402914, 37.71694600005371 ], [ -121.865536000275341, 37.718248999948884 ], [ -121.862684000165245, 37.717824999860426 ], [ -121.859124000050457, 37.718560000353079 ], [ -121.857153000197357, 37.716533999679967 ], [ -121.852141000088281, 37.714029000091038 ], [ -121.851354000440907, 37.716997000206234 ], [ -121.852371000242044, 37.718376999699814 ], [ -121.854058000413005, 37.720291999673577 ], [ -121.85172799963641, 37.721277999948825 ], [ -121.852521000029867, 37.725001000244703 ], [ -121.853984999719756, 37.72530099965671 ], [ -121.855662999669889, 37.72452000007484 ], [ -121.856738999920594, 37.725790999896262 ], [ -121.858258999686967, 37.726111000028396 ], [ -121.858718000169603, 37.727877999696844 ], [ -121.860397999769575, 37.729413999855581 ], [ -121.863220999567361, 37.730562000051926 ], [ -121.85732300007669, 37.730453000307776 ], [ -121.855681000111574, 37.732066999723557 ], [ -121.851874999949501, 37.734272000095842 ], [ -121.850607999903119, 37.734060999982894 ], [ -121.848143000305598, 37.732768999700077 ], [ -121.846922000289936, 37.733357000266246 ], [ -121.844061999783932, 37.732272000011989 ], [ -121.842715000269891, 37.73331699988762 ], [ -121.837314999823278, 37.733674999772326 ], [ -121.836333000182236, 37.731348999759135 ], [ -121.83481599989058, 37.730198999688369 ], [ -121.830145000263371, 37.728022000310162 ], [ -121.826298999918293, 37.72359999974227 ], [ -121.824973000320696, 37.723426999650542 ], [ -121.824271999988724, 37.720591999683478 ], [ -121.82343599993753, 37.719579000305572 ], [ -121.823283999601571, 37.714934000036457 ], [ -121.823712999947006, 37.712382000153021 ], [ -121.82332999963235, 37.708801999969708 ], [ -121.823291000172574, 37.7011450000293 ], [ -121.808309000272004, 37.701002999841634 ], [ -121.806069999731974, 37.701307999934357 ], [ -121.80604399979272, 37.704596999918522 ], [ -121.804985999983685, 37.707618999790405 ], [ -121.805110999657174, 37.70957299974863 ], [ -121.80481199990642, 37.710581999858945 ], [ -121.805744000217061, 37.711104999684657 ], [ -121.807750000230257, 37.71659099978892 ], [ -121.808647000380802, 37.718978000308802 ], [ -121.808935000260874, 37.723041999881552 ], [ -121.80842399989973, 37.725018000345706 ], [ -121.809299000308954, 37.728646999870335 ], [ -121.808565000365036, 37.731672999946063 ], [ -121.808310999921801, 37.735047000249239 ], [ -121.809275000019497, 37.738215999936344 ], [ -121.809562000074678, 37.741786999764223 ], [ -121.813820000148382, 37.745319999945607 ], [ -121.813666000162584, 37.746779999942575 ], [ -121.811912000044458, 37.751668999793736 ], [ -121.812589000086987, 37.754224999826953 ], [ -121.831834999909049, 37.749540999862191 ], [ -121.850726999728764, 37.744942000008017 ], [ -121.870733000332379, 37.740085999903769 ], [ -121.873541999886456, 37.739316999893028 ], [ -121.881566999764118, 37.737327999683394 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451101", "NAME": "Census Tract 4511.01", "state": "06", "county_fips": "001", "tract": "451101", "county_name": "Alameda County", "tot_pop_2050": 7804, "tot_pop_pov_det_2050": 7686, "tot_pop_civ_ni_2050": 7719, "tot_hh_2050": 2394, "pop_zvhhs_2050": 33, "tot_fam_2050": 1955, "tot_pop_over5_2050": 7197, "pop_hus_rent50_2050": 105, "pop_minority_2050": 2928, "pop_over75_2050": 247, "pop_spfam_2050": 71, "pop_lep_2050": 237, "pop_below200_2050": 510, "pop_disability_2050": 361, "pct_minority_2050": 0.37519220912352641, "pct_over75_2050": 0.031650435674013329, "pct_spfam_2050": 0.03631713554987212, "pct_lep_2050": 0.032930387661525638, "pct_below200_2050": 0.066354410616705703, "pct_disab_2050": 0.046767716025391891, "pct_zvhhs_2050": 0.013784461152882205, "pct_hus_rent50_2050": 0.043859649122807022, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028189066059226001, "pct_minority_2040": 0.33869589977221004, "pct_spfam_2040": 0.13735970069481601, "pct_lep_2040": 0.015561263030668997, "pct_below200_2040": 0.105652173913043, "pct_disab_2040": 0.038550057537399006, "pct_zvhhs_2040": 0.0093141405588479994, "pct_hus_rent50_2040": 0.054319931565440994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.802276000163801, 37.629465999825356 ], [ -121.803108000017005, 37.628644000083852 ], [ -121.798249999893727, 37.62599700011129 ], [ -121.796165000237778, 37.62633100016528 ], [ -121.794307000362593, 37.626256000102792 ], [ -121.787890999939762, 37.627250999991922 ], [ -121.785864000010164, 37.626031000172595 ], [ -121.785063999944001, 37.623130999720281 ], [ -121.782693999882753, 37.620558999998053 ], [ -121.779929999636181, 37.616857000109732 ], [ -121.779835999924856, 37.614384000156036 ], [ -121.777818000216101, 37.610499000287696 ], [ -121.772365999890965, 37.606994000115563 ], [ -121.764838000130709, 37.60432000016619 ], [ -121.759112000169182, 37.60335600009217 ], [ -121.757445999914623, 37.602516000249238 ], [ -121.751232999881381, 37.601213000151951 ], [ -121.756446999656831, 37.600629999952147 ], [ -121.755279000242936, 37.599462000117363 ], [ -121.752123000359234, 37.598374000233626 ], [ -121.750523000226877, 37.595978000077729 ], [ -121.748600999879287, 37.594681000352033 ], [ -121.74914800022546, 37.592520999812621 ], [ -121.750079999637791, 37.591153000119434 ], [ -121.748810999941568, 37.590385999689687 ], [ -121.746619000155533, 37.590379999776744 ], [ -121.744819000006672, 37.588952000332647 ], [ -121.742971000177221, 37.588294000251921 ], [ -121.742561000098405, 37.586770999732316 ], [ -121.741152999586689, 37.586475999671059 ], [ -121.739181999733603, 37.586955999982607 ], [ -121.737337000277208, 37.584861999884801 ], [ -121.732879000186983, 37.584880000244752 ], [ -121.731793999715464, 37.582921000074272 ], [ -121.731151999833045, 37.581565000311237 ], [ -121.728271000308936, 37.580496000274962 ], [ -121.727579000197807, 37.578956999833991 ], [ -121.725404999955103, 37.577408999961321 ], [ -121.721970000412142, 37.577587000187066 ], [ -121.721007999964257, 37.576725000014484 ], [ -121.720771999962707, 37.574547999863604 ], [ -121.719569000388731, 37.572619000132725 ], [ -121.720049999714362, 37.569397000055496 ], [ -121.718052000097089, 37.567847999699985 ], [ -121.715477999821317, 37.566766000193844 ], [ -121.71368699989327, 37.564578000181328 ], [ -121.711526000069398, 37.564897000172962 ], [ -121.707519999890764, 37.559670999904235 ], [ -121.703123999724838, 37.558208999969622 ], [ -121.700797000219595, 37.556190999861649 ], [ -121.700668000348131, 37.552957999694982 ], [ -121.698067000308214, 37.552344999800596 ], [ -121.697719000153654, 37.551432000280656 ], [ -121.695746999577352, 37.550177000102138 ], [ -121.693947000326801, 37.546814999942377 ], [ -121.693157000306371, 37.54407100030123 ], [ -121.69173399972604, 37.541010999791759 ], [ -121.689571000252329, 37.538665000038371 ], [ -121.68694300044821, 37.533942000275999 ], [ -121.685282000216517, 37.532345999990227 ], [ -121.684763000357734, 37.530219999834841 ], [ -121.682700000443134, 37.528938000042132 ], [ -121.681245999900696, 37.526846999665047 ], [ -121.681841999752336, 37.526322999893424 ], [ -121.684369999997372, 37.527080000071287 ], [ -121.686897000417446, 37.52634799977443 ], [ -121.687652000277794, 37.525049999664787 ], [ -121.69213299993423, 37.526231999714291 ], [ -121.693983000311803, 37.528184999679681 ], [ -121.695970000058423, 37.529449000088221 ], [ -121.696399000403829, 37.529894000296281 ], [ -121.696780000170321, 37.529888999988522 ], [ -121.697334000189201, 37.529782000160957 ], [ -121.698418999762396, 37.529254999709231 ], [ -121.69953500019605, 37.528153000248032 ], [ -121.702573000079013, 37.526211000095614 ], [ -121.701446999599611, 37.52495299987374 ], [ -121.701150000397007, 37.522179000120282 ], [ -121.702072999588495, 37.520189999760603 ], [ -121.702508999606579, 37.51735000002175 ], [ -121.702434999986764, 37.515054999786393 ], [ -121.700705999983001, 37.51412300033698 ], [ -121.700466999608409, 37.513107000283213 ], [ -121.69824700023328, 37.511985999698368 ], [ -121.695170999817179, 37.509347000295847 ], [ -121.692308999661321, 37.508161000144433 ], [ -121.690968999819987, 37.50895500015438 ], [ -121.686750000104354, 37.507392999852065 ], [ -121.68862999972086, 37.504097999784875 ], [ -121.689976000308278, 37.503591000089884 ], [ -121.691143999722172, 37.501606999680583 ], [ -121.68935500034226, 37.500254999997814 ], [ -121.68817299978636, 37.497072000141266 ], [ -121.688683000322627, 37.496062000024935 ], [ -121.687699999958369, 37.492829000243468 ], [ -121.685442999874994, 37.491913999855797 ], [ -121.683939999827018, 37.491852999811506 ], [ -121.682774000062992, 37.490479999890638 ], [ -121.680865000134162, 37.489770999795432 ], [ -121.679209999750256, 37.490023000265367 ], [ -121.6767140001906, 37.489660000056993 ], [ -121.672405000063307, 37.487346999918671 ], [ -121.671605999822049, 37.486402000014834 ], [ -121.671261999865465, 37.483842000234873 ], [ -121.670399000050111, 37.482740000271676 ], [ -121.564354999885538, 37.482433000333678 ], [ -121.472952000038077, 37.48233299966121 ], [ -121.472648000264456, 37.482169999910639 ], [ -121.471925000191192, 37.481783000342482 ], [ -121.471059999827688, 37.483316999943817 ], [ -121.471197999919951, 37.485034000157341 ], [ -121.469213999648076, 37.489360000285238 ], [ -121.47093799962893, 37.491183000323311 ], [ -121.473761000325069, 37.49277700013316 ], [ -121.475897000034593, 37.495272000271321 ], [ -121.479361999714811, 37.49648399976185 ], [ -121.480740000089284, 37.499776999675476 ], [ -121.482064999862004, 37.501438999862827 ], [ -121.486593000272421, 37.501387999919714 ], [ -121.489380999910125, 37.50214199976319 ], [ -121.493182999874222, 37.502421000316829 ], [ -121.496017000441, 37.504938000097461 ], [ -121.495382000231274, 37.508132999808659 ], [ -121.496676000041845, 37.509210999811032 ], [ -121.497231999710536, 37.512462999797556 ], [ -121.499869999560417, 37.515107999747812 ], [ -121.49993999988061, 37.516241999799092 ], [ -121.502371000041222, 37.518470000192636 ], [ -121.499580000030505, 37.520140000137999 ], [ -121.498267999778264, 37.522426999720274 ], [ -121.501474999715612, 37.525002999833184 ], [ -121.503402999910989, 37.525603999843966 ], [ -121.506367999999014, 37.525548999688631 ], [ -121.50788299974252, 37.524773999729959 ], [ -121.511508999979526, 37.525074999972404 ], [ -121.513674000001387, 37.524758000352911 ], [ -121.516748999694244, 37.525511999949892 ], [ -121.519133999824135, 37.524447000336423 ], [ -121.522328000241004, 37.524705000121038 ], [ -121.523862000251114, 37.526212000348991 ], [ -121.527894000368988, 37.527387000271958 ], [ -121.528816999560476, 37.528059999706926 ], [ -121.5298970000091, 37.527048000165621 ], [ -121.533616000132554, 37.528886999653018 ], [ -121.536190000408297, 37.529080000061846 ], [ -121.537079000162919, 37.529751999689019 ], [ -121.539424999934752, 37.529583999815507 ], [ -121.541832999630842, 37.530215000261293 ], [ -121.543279999602291, 37.531592999838409 ], [ -121.545754000318951, 37.532532000241872 ], [ -121.54685399996076, 37.535032000205653 ], [ -121.548355000358896, 37.53593200024941 ], [ -121.550454000258497, 37.539331999817286 ], [ -121.556654999697898, 37.542732000344024 ], [ -121.556857000262568, 37.635531000320036 ], [ -121.556956999821651, 37.670641999661036 ], [ -121.556957999646571, 37.703581000039577 ], [ -121.55703399981455, 37.707704000301426 ], [ -121.556959000369815, 37.743051000306146 ], [ -121.55714500014264, 37.746608000153245 ], [ -121.556661000443981, 37.756107000201503 ], [ -121.557032000164739, 37.794732999742926 ], [ -121.556959000369815, 37.79473399993411 ], [ -121.557038000012525, 37.815988000061438 ], [ -121.556997000004657, 37.816487999752084 ], [ -121.577005000258069, 37.811527000220195 ], [ -121.620293999926119, 37.800960999747467 ], [ -121.634471999562592, 37.796996000335305 ], [ -121.666262000350258, 37.790426999872246 ], [ -121.670362000240189, 37.789426999848082 ], [ -121.697169000332778, 37.782691999803703 ], [ -121.739279999642903, 37.772121999739348 ], [ -121.735440000043937, 37.77062599975681 ], [ -121.73461800023648, 37.768699999760166 ], [ -121.733131000082054, 37.766951999650715 ], [ -121.734905000291661, 37.765631999677566 ], [ -121.736519999594307, 37.762351999808324 ], [ -121.735128999699327, 37.755157999829592 ], [ -121.731925000135021, 37.750200999693384 ], [ -121.726524999688422, 37.7473599997709 ], [ -121.725609999994532, 37.74618899973683 ], [ -121.725241999748505, 37.744378000165113 ], [ -121.723164999590196, 37.7415930003162 ], [ -121.723966000379576, 37.73897499979757 ], [ -121.724238000366142, 37.726916999896041 ], [ -121.724163000023054, 37.722413999961503 ], [ -121.72416600039611, 37.722331000191474 ], [ -121.724279000374011, 37.717010000016579 ], [ -121.724359999666575, 37.710601000242008 ], [ -121.723874000318062, 37.709127999857657 ], [ -121.722953999702995, 37.706513999911678 ], [ -121.718795000261821, 37.700206999980423 ], [ -121.718069999640434, 37.696943000143321 ], [ -121.718591999872231, 37.694423000342184 ], [ -121.71868200028392, 37.681106000316333 ], [ -121.71878000019322, 37.679852999878328 ], [ -121.718790000238954, 37.679770000075038 ], [ -121.718943000399832, 37.665000000002522 ], [ -121.71910900008119, 37.665003000148722 ], [ -121.742411000310568, 37.665328000096274 ], [ -121.747967000392777, 37.668859999848713 ], [ -121.749722000335836, 37.670019000290729 ], [ -121.74970300006926, 37.661987999713311 ], [ -121.749937000420985, 37.656591999798557 ], [ -121.761169000236023, 37.656617000051831 ], [ -121.768067999634283, 37.656629999781913 ], [ -121.768098999596418, 37.653815999769797 ], [ -121.768095000296796, 37.645319000111897 ], [ -121.768075000205314, 37.645194999737811 ], [ -121.782652999874855, 37.645190000056822 ], [ -121.782881000378808, 37.645277999798907 ], [ -121.783011999900054, 37.645331999685979 ], [ -121.78301400044819, 37.648691000289226 ], [ -121.7832529999245, 37.64850099977955 ], [ -121.783539000154761, 37.648108000349893 ], [ -121.78413199963336, 37.64763899968797 ], [ -121.785809999583506, 37.646617000195747 ], [ -121.788400999577718, 37.645148000304864 ], [ -121.789506000140719, 37.64446899971508 ], [ -121.796150000169177, 37.639766000113653 ], [ -121.797659000064925, 37.637532000079609 ], [ -121.799118999556839, 37.636917999866846 ], [ -121.801129999592902, 37.635517999742255 ], [ -121.801646999801861, 37.63484399972301 ], [ -121.802071999949291, 37.633980000045014 ], [ -121.802232999607781, 37.632873999893008 ], [ -121.802276000163801, 37.629465999825356 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451102", "NAME": "Census Tract 4511.02", "state": "06", "county_fips": "001", "tract": "451102", "county_name": "Alameda County", "tot_pop_2050": 4036, "tot_pop_pov_det_2050": 4014, "tot_pop_civ_ni_2050": 4036, "tot_hh_2050": 1371, "pop_zvhhs_2050": 0, "tot_fam_2050": 1202, "tot_pop_over5_2050": 3892, "pop_hus_rent50_2050": 0, "pop_minority_2050": 910, "pop_over75_2050": 230, "pop_spfam_2050": 30, "pop_lep_2050": 27, "pop_below200_2050": 200, "pop_disability_2050": 299, "pct_minority_2050": 0.22547076313181369, "pct_over75_2050": 0.056987115956392477, "pct_spfam_2050": 0.024958402662229616, "pct_lep_2050": 0.0069373072970195272, "pct_below200_2050": 0.049825610363726965, "pct_disab_2050": 0.074083250743310208, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047630860828579001, "pct_minority_2040": 0.24013892334408302, "pct_spfam_2040": 0.054290718038529008, "pct_lep_2040": 0.0098013245033109989, "pct_below200_2040": 0.053832795832300002, "pct_disab_2040": 0.061027040436615998, "pct_zvhhs_2040": 0.023408924652523998, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.805652999980452, 37.653828000028085 ], [ -121.805666000399242, 37.65219899967753 ], [ -121.805546999675229, 37.648873000082048 ], [ -121.804702000301532, 37.647203999952758 ], [ -121.800732999932876, 37.643868999854924 ], [ -121.799393000091541, 37.64175699980651 ], [ -121.798766000277737, 37.638479000258904 ], [ -121.799118999556839, 37.636917999866846 ], [ -121.797659000064925, 37.637532000079609 ], [ -121.796150000169177, 37.639766000113653 ], [ -121.789506000140719, 37.64446899971508 ], [ -121.788400999577718, 37.645148000304864 ], [ -121.785809999583506, 37.646617000195747 ], [ -121.78413199963336, 37.64763899968797 ], [ -121.783539000154761, 37.648108000349893 ], [ -121.7832529999245, 37.64850099977955 ], [ -121.78301400044819, 37.648691000289226 ], [ -121.783011999900054, 37.645331999685979 ], [ -121.782881000378808, 37.645277999798907 ], [ -121.782652999874855, 37.645190000056822 ], [ -121.768075000205314, 37.645194999737811 ], [ -121.768095000296796, 37.645319000111897 ], [ -121.768098999596418, 37.653815999769797 ], [ -121.768067999634283, 37.656629999781913 ], [ -121.768060000136686, 37.657523000191674 ], [ -121.768049000266018, 37.659146000319396 ], [ -121.779096999958043, 37.658982000307603 ], [ -121.780358000156653, 37.660767999944639 ], [ -121.782847999868522, 37.658528999854063 ], [ -121.782982999587745, 37.655998000039212 ], [ -121.798517999682318, 37.655984000265313 ], [ -121.803715999564261, 37.655987999997819 ], [ -121.804795000187966, 37.655977999955027 ], [ -121.805611999972584, 37.655952000264271 ], [ -121.805652999980452, 37.653828000028085 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451201", "NAME": "Census Tract 4512.01", "state": "06", "county_fips": "001", "tract": "451201", "county_name": "Alameda County", "tot_pop_2050": 7557, "tot_pop_pov_det_2050": 7557, "tot_pop_civ_ni_2050": 7557, "tot_hh_2050": 2757, "pop_zvhhs_2050": 69, "tot_fam_2050": 1930, "tot_pop_over5_2050": 6984, "pop_hus_rent50_2050": 328, "pop_minority_2050": 3208, "pop_over75_2050": 249, "pop_spfam_2050": 229, "pop_lep_2050": 148, "pop_below200_2050": 1375, "pop_disability_2050": 412, "pct_minority_2050": 0.42450707952891359, "pct_over75_2050": 0.032949583167923784, "pct_spfam_2050": 0.11865284974093265, "pct_lep_2050": 0.02119129438717068, "pct_below200_2050": 0.18195050946142649, "pct_disab_2050": 0.054518989016805609, "pct_zvhhs_2050": 0.025027203482045703, "pct_hus_rent50_2050": 0.11896989481320275, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023936170212766002, "pct_minority_2040": 0.40854018912529499, "pct_spfam_2040": 0.10461718293395698, "pct_lep_2040": 0.019280622164613997, "pct_below200_2040": 0.179669030732861, "pct_disab_2040": 0.07919621749408999, "pct_zvhhs_2040": 0.032690035447025999, "pct_hus_rent50_2040": 0.09804719283970699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.759437999684124, 37.704172999888243 ], [ -121.759362000414441, 37.703014999996249 ], [ -121.755502999650631, 37.702935999861168 ], [ -121.749898999887833, 37.702698999661614 ], [ -121.743136999858578, 37.702458000055174 ], [ -121.740283999923548, 37.702728000074615 ], [ -121.737435000186494, 37.703447000289223 ], [ -121.723874000318062, 37.709127999857657 ], [ -121.724359999666575, 37.710601000242008 ], [ -121.724279000374011, 37.717010000016579 ], [ -121.732561000169639, 37.717033999988359 ], [ -121.733993999897407, 37.71703600034094 ], [ -121.738794000294391, 37.717050999786061 ], [ -121.741124999997609, 37.716486000115253 ], [ -121.743170000368863, 37.718453000313332 ], [ -121.745009999802363, 37.716913000228928 ], [ -121.747981999563081, 37.7164539999144 ], [ -121.75050499978525, 37.71584999992664 ], [ -121.751961999802433, 37.713792999696871 ], [ -121.752211000222758, 37.713042000107308 ], [ -121.752792999830731, 37.712295000263218 ], [ -121.753871999556154, 37.711290000330429 ], [ -121.753927999632651, 37.711009999788217 ], [ -121.752849999732149, 37.709614000080045 ], [ -121.752920000052342, 37.708598000038464 ], [ -121.753212000130389, 37.708200999966472 ], [ -121.753467000398544, 37.707878000098574 ], [ -121.75351599990401, 37.707246999701482 ], [ -121.753724000316481, 37.707005000001381 ], [ -121.75377899966972, 37.706560000325936 ], [ -121.754396000336101, 37.705978000056 ], [ -121.755266999649095, 37.705671000040923 ], [ -121.756491000037755, 37.705412999815756 ], [ -121.756979999759295, 37.705071000215533 ], [ -121.759437999684124, 37.704172999888243 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451202", "NAME": "Census Tract 4512.02", "state": "06", "county_fips": "001", "tract": "451202", "county_name": "Alameda County", "tot_pop_2050": 4972, "tot_pop_pov_det_2050": 4972, "tot_pop_civ_ni_2050": 4972, "tot_hh_2050": 1786, "pop_zvhhs_2050": 45, "tot_fam_2050": 1344, "tot_pop_over5_2050": 4596, "pop_hus_rent50_2050": 13, "pop_minority_2050": 1872, "pop_over75_2050": 113, "pop_spfam_2050": 93, "pop_lep_2050": 28, "pop_below200_2050": 417, "pop_disability_2050": 434, "pct_minority_2050": 0.37650844730490746, "pct_over75_2050": 0.022727272727272728, "pct_spfam_2050": 0.069196428571428575, "pct_lep_2050": 0.0060922541340295904, "pct_below200_2050": 0.083869670152855999, "pct_disab_2050": 0.087288817377312949, "pct_zvhhs_2050": 0.0251959686450168, "pct_hus_rent50_2050": 0.0072788353863381863, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.014735772357723999, "pct_minority_2040": 0.33841463414634099, "pct_spfam_2040": 0.017224880382775001, "pct_lep_2040": 0.012401352874858999, "pct_below200_2040": 0.099796334012220003, "pct_disab_2040": 0.058180894308943, "pct_zvhhs_2040": 0.029688631426502996, "pct_hus_rent50_2040": 0.020348837209301997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.813666000162584, 37.746779999942575 ], [ -121.813820000148382, 37.745319999945607 ], [ -121.809562000074678, 37.741786999764223 ], [ -121.809275000019497, 37.738215999936344 ], [ -121.808310999921801, 37.735047000249239 ], [ -121.808565000365036, 37.731672999946063 ], [ -121.809299000308954, 37.728646999870335 ], [ -121.80842399989973, 37.725018000345706 ], [ -121.808935000260874, 37.723041999881552 ], [ -121.808647000380802, 37.718978000308802 ], [ -121.807750000230257, 37.71659099978892 ], [ -121.805744000217061, 37.711104999684657 ], [ -121.80481199990642, 37.710581999858945 ], [ -121.805110999657174, 37.70957299974863 ], [ -121.804985999983685, 37.707618999790405 ], [ -121.80604399979272, 37.704596999918522 ], [ -121.806069999731974, 37.701307999934357 ], [ -121.808309000272004, 37.701002999841634 ], [ -121.794806000129896, 37.700874999929958 ], [ -121.78914399974245, 37.69976700027506 ], [ -121.786115999905263, 37.699708999963995 ], [ -121.785309999991313, 37.699773999941861 ], [ -121.77888500024595, 37.700337999762958 ], [ -121.77392099981742, 37.700947999901139 ], [ -121.768288999567218, 37.701878000320598 ], [ -121.762986999928231, 37.702743000283775 ], [ -121.759362000414441, 37.703014999996249 ], [ -121.759437999684124, 37.704172999888243 ], [ -121.756979999759295, 37.705071000215533 ], [ -121.756491000037755, 37.705412999815756 ], [ -121.755266999649095, 37.705671000040923 ], [ -121.754396000336101, 37.705978000056 ], [ -121.75377899966972, 37.706560000325936 ], [ -121.753724000316481, 37.707005000001381 ], [ -121.75351599990401, 37.707246999701482 ], [ -121.753467000398544, 37.707878000098574 ], [ -121.753212000130389, 37.708200999966472 ], [ -121.752920000052342, 37.708598000038464 ], [ -121.752849999732149, 37.709614000080045 ], [ -121.753927999632651, 37.711009999788217 ], [ -121.753871999556154, 37.711290000330429 ], [ -121.752792999830731, 37.712295000263218 ], [ -121.752211000222758, 37.713042000107308 ], [ -121.751961999802433, 37.713792999696871 ], [ -121.75050499978525, 37.71584999992664 ], [ -121.747981999563081, 37.7164539999144 ], [ -121.745009999802363, 37.716913000228928 ], [ -121.743170000368863, 37.718453000313332 ], [ -121.741124999997609, 37.716486000115253 ], [ -121.738794000294391, 37.717050999786061 ], [ -121.733993999897407, 37.71703600034094 ], [ -121.732561000169639, 37.717033999988359 ], [ -121.724279000374011, 37.717010000016579 ], [ -121.72416600039611, 37.722331000191474 ], [ -121.724163000023054, 37.722413999961503 ], [ -121.724238000366142, 37.726916999896041 ], [ -121.723966000379576, 37.73897499979757 ], [ -121.723164999590196, 37.7415930003162 ], [ -121.725241999748505, 37.744378000165113 ], [ -121.725609999994532, 37.74618899973683 ], [ -121.726524999688422, 37.7473599997709 ], [ -121.731925000135021, 37.750200999693384 ], [ -121.735128999699327, 37.755157999829592 ], [ -121.736519999594307, 37.762351999808324 ], [ -121.734905000291661, 37.765631999677566 ], [ -121.733131000082054, 37.766951999650715 ], [ -121.73461800023648, 37.768699999760166 ], [ -121.735440000043937, 37.77062599975681 ], [ -121.739279999642903, 37.772121999739348 ], [ -121.749599000312173, 37.769535999964354 ], [ -121.780564000020988, 37.761826999838682 ], [ -121.812589000086987, 37.754224999826953 ], [ -121.811912000044458, 37.751668999793736 ], [ -121.813666000162584, 37.746779999942575 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451300", "NAME": "Census Tract 4513", "state": "06", "county_fips": "001", "tract": "451300", "county_name": "Alameda County", "tot_pop_2050": 7126, "tot_pop_pov_det_2050": 7117, "tot_pop_civ_ni_2050": 7126, "tot_hh_2050": 2335, "pop_zvhhs_2050": 66, "tot_fam_2050": 1889, "tot_pop_over5_2050": 6480, "pop_hus_rent50_2050": 89, "pop_minority_2050": 2694, "pop_over75_2050": 234, "pop_spfam_2050": 222, "pop_lep_2050": 97, "pop_below200_2050": 1134, "pop_disability_2050": 500, "pct_minority_2050": 0.37805220319955096, "pct_over75_2050": 0.032837496491720464, "pct_spfam_2050": 0.11752249867654845, "pct_lep_2050": 0.014969135802469138, "pct_below200_2050": 0.15933679921315161, "pct_disab_2050": 0.070165590794274493, "pct_zvhhs_2050": 0.028265524625267661, "pct_hus_rent50_2050": 0.038115631691648826, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032040472175378996, "pct_minority_2040": 0.29735806632939898, "pct_spfam_2040": 0.096143687268885003, "pct_lep_2040": 0.015994020926755999, "pct_below200_2040": 0.10595840359752699, "pct_disab_2040": 0.063940415964024999, "pct_zvhhs_2040": 0.036195286195286003, "pct_hus_rent50_2040": 0.018391787852866, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.849500999690278, 37.70135400002588 ], [ -121.848356999667516, 37.699727000236948 ], [ -121.848262999956191, 37.69441899983773 ], [ -121.848734000134385, 37.69386699995173 ], [ -121.847919999824498, 37.691827000073864 ], [ -121.843378999893616, 37.691103000042062 ], [ -121.842394999704439, 37.690388999723197 ], [ -121.832513999601375, 37.680518000251993 ], [ -121.830527999679688, 37.67900999972538 ], [ -121.826830000370947, 37.676319999677332 ], [ -121.826736999586217, 37.673840999652029 ], [ -121.819613999881966, 37.674599000260777 ], [ -121.805380999993901, 37.676172000196594 ], [ -121.801414000173352, 37.676588000291737 ], [ -121.795270999562007, 37.677255000074673 ], [ -121.789152999963292, 37.677891999749519 ], [ -121.787480999860946, 37.678106000187618 ], [ -121.788117999720484, 37.678954000199873 ], [ -121.788813000204669, 37.679528000264106 ], [ -121.790583000216301, 37.68069300018275 ], [ -121.790921000325113, 37.682885999803659 ], [ -121.790820999867677, 37.688359000078691 ], [ -121.790813000370079, 37.689012000005313 ], [ -121.79047299971316, 37.692199000066672 ], [ -121.785347999626154, 37.694528000000261 ], [ -121.784083999952799, 37.69551999974226 ], [ -121.78496799968454, 37.696492999987193 ], [ -121.785309999991313, 37.699773999941861 ], [ -121.786115999905263, 37.699708999963995 ], [ -121.78914399974245, 37.69976700027506 ], [ -121.794806000129896, 37.700874999929958 ], [ -121.808309000272004, 37.701002999841634 ], [ -121.823291000172574, 37.7011450000293 ], [ -121.828665999606528, 37.701176999733704 ], [ -121.833380999614704, 37.701209000135016 ], [ -121.849500999690278, 37.70135400002588 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451401", "NAME": "Census Tract 4514.01", "state": "06", "county_fips": "001", "tract": "451401", "county_name": "Alameda County", "tot_pop_2050": 6066, "tot_pop_pov_det_2050": 6055, "tot_pop_civ_ni_2050": 6066, "tot_hh_2050": 2438, "pop_zvhhs_2050": 175, "tot_fam_2050": 1596, "tot_pop_over5_2050": 5618, "pop_hus_rent50_2050": 183, "pop_minority_2050": 2462, "pop_over75_2050": 405, "pop_spfam_2050": 143, "pop_lep_2050": 179, "pop_below200_2050": 878, "pop_disability_2050": 522, "pct_minority_2050": 0.40586877678865813, "pct_over75_2050": 0.066765578635014838, "pct_spfam_2050": 0.089598997493734331, "pct_lep_2050": 0.031861872552509787, "pct_below200_2050": 0.14500412881915772, "pct_disab_2050": 0.086053412462908013, "pct_zvhhs_2050": 0.071780147662018054, "pct_hus_rent50_2050": 0.075061525840853155, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057509505703422011, "pct_minority_2040": 0.36897972116603295, "pct_spfam_2040": 0.10626535626535601, "pct_lep_2040": 0.048360384233190001, "pct_below200_2040": 0.23299888517279799, "pct_disab_2040": 0.074144486692014996, "pct_zvhhs_2040": 0.048, "pct_hus_rent50_2040": 0.130105263157895, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.785309999991313, 37.699773999941861 ], [ -121.78496799968454, 37.696492999987193 ], [ -121.784083999952799, 37.69551999974226 ], [ -121.783389000366924, 37.695065999720406 ], [ -121.781354999866338, 37.693887999910565 ], [ -121.77594100007434, 37.691310000288681 ], [ -121.775048000121743, 37.691104999672902 ], [ -121.773113000253659, 37.691027999985216 ], [ -121.772447999906717, 37.689553999994239 ], [ -121.764867000443047, 37.685890999779474 ], [ -121.762427000061564, 37.68617999995088 ], [ -121.758087999797027, 37.688034000054849 ], [ -121.752788999632784, 37.690804000245379 ], [ -121.751308000224441, 37.691589999902028 ], [ -121.747158999930704, 37.694529000124952 ], [ -121.744357999874211, 37.696530000055681 ], [ -121.740601000115973, 37.701663000209699 ], [ -121.740283999923548, 37.702728000074615 ], [ -121.743136999858578, 37.702458000055174 ], [ -121.749898999887833, 37.702698999661614 ], [ -121.755502999650631, 37.702935999861168 ], [ -121.759362000414441, 37.703014999996249 ], [ -121.762986999928231, 37.702743000283775 ], [ -121.768288999567218, 37.701878000320598 ], [ -121.77392099981742, 37.700947999901139 ], [ -121.77888500024595, 37.700337999762958 ], [ -121.785309999991313, 37.699773999941861 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451403", "NAME": "Census Tract 4514.03", "state": "06", "county_fips": "001", "tract": "451403", "county_name": "Alameda County", "tot_pop_2050": 2281, "tot_pop_pov_det_2050": 2281, "tot_pop_civ_ni_2050": 2281, "tot_hh_2050": 805, "pop_zvhhs_2050": 16, "tot_fam_2050": 550, "tot_pop_over5_2050": 2134, "pop_hus_rent50_2050": 43, "pop_minority_2050": 943, "pop_over75_2050": 132, "pop_spfam_2050": 77, "pop_lep_2050": 101, "pop_below200_2050": 261, "pop_disability_2050": 230, "pct_minority_2050": 0.4134151687856204, "pct_over75_2050": 0.057869355545813239, "pct_spfam_2050": 0.14, "pct_lep_2050": 0.047328959700093716, "pct_below200_2050": 0.11442349846558525, "pct_disab_2050": 0.10083296799649276, "pct_zvhhs_2050": 0.019875776397515532, "pct_hus_rent50_2050": 0.053416149068322982, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036190476190475995, "pct_minority_2040": 0.417619047619048, "pct_spfam_2040": 0.154195011337868, "pct_lep_2040": 0.090541224076884003, "pct_below200_2040": 0.15904761904761902, "pct_disab_2040": 0.091428571428571012, "pct_zvhhs_2040": 0.016973125884017001, "pct_hus_rent50_2040": 0.013215859030837, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.790813000370079, 37.689012000005313 ], [ -121.790820999867677, 37.688359000078691 ], [ -121.784160999945698, 37.688336999767699 ], [ -121.783379000321162, 37.688288999712718 ], [ -121.780540999556464, 37.689031999718544 ], [ -121.775667000437949, 37.690491000291182 ], [ -121.77594100007434, 37.691310000288681 ], [ -121.781354999866338, 37.693887999910565 ], [ -121.783389000366924, 37.695065999720406 ], [ -121.784083999952799, 37.69551999974226 ], [ -121.785347999626154, 37.694528000000261 ], [ -121.79047299971316, 37.692199000066672 ], [ -121.790813000370079, 37.689012000005313 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451404", "NAME": "Census Tract 4514.04", "state": "06", "county_fips": "001", "tract": "451404", "county_name": "Alameda County", "tot_pop_2050": 6762, "tot_pop_pov_det_2050": 6762, "tot_pop_civ_ni_2050": 6762, "tot_hh_2050": 2156, "pop_zvhhs_2050": 88, "tot_fam_2050": 1566, "tot_pop_over5_2050": 6427, "pop_hus_rent50_2050": 259, "pop_minority_2050": 4056, "pop_over75_2050": 85, "pop_spfam_2050": 265, "pop_lep_2050": 667, "pop_below200_2050": 1636, "pop_disability_2050": 474, "pct_minority_2050": 0.59982253771073646, "pct_over75_2050": 0.012570245489500148, "pct_spfam_2050": 0.16922094508301405, "pct_lep_2050": 0.10378092422592188, "pct_below200_2050": 0.2419402543626146, "pct_disab_2050": 0.070097604259094948, "pct_zvhhs_2050": 0.040816326530612235, "pct_hus_rent50_2050": 0.12012987012987013, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023162296927779002, "pct_minority_2040": 0.587904133826604, "pct_spfam_2040": 0.33432613551749801, "pct_lep_2040": 0.17217630853994501, "pct_below200_2040": 0.36191718291490099, "pct_disab_2040": 0.072703876467749992, "pct_zvhhs_2040": 0.065393794749403003, "pct_hus_rent50_2040": 0.15638875185002502, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.790820999867677, 37.688359000078691 ], [ -121.790921000325113, 37.682885999803659 ], [ -121.790583000216301, 37.68069300018275 ], [ -121.788813000204669, 37.679528000264106 ], [ -121.788117999720484, 37.678954000199873 ], [ -121.777435999726364, 37.682187000103994 ], [ -121.772432999838102, 37.683643999713603 ], [ -121.764867000443047, 37.685890999779474 ], [ -121.772447999906717, 37.689553999994239 ], [ -121.773113000253659, 37.691027999985216 ], [ -121.775048000121743, 37.691104999672902 ], [ -121.77594100007434, 37.691310000288681 ], [ -121.775667000437949, 37.690491000291182 ], [ -121.780540999556464, 37.689031999718544 ], [ -121.783379000321162, 37.688288999712718 ], [ -121.784160999945698, 37.688336999767699 ], [ -121.790820999867677, 37.688359000078691 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451501", "NAME": "Census Tract 4515.01", "state": "06", "county_fips": "001", "tract": "451501", "county_name": "Alameda County", "tot_pop_2050": 4751, "tot_pop_pov_det_2050": 4751, "tot_pop_civ_ni_2050": 4751, "tot_hh_2050": 1781, "pop_zvhhs_2050": 176, "tot_fam_2050": 1203, "tot_pop_over5_2050": 4438, "pop_hus_rent50_2050": 66, "pop_minority_2050": 1462, "pop_over75_2050": 350, "pop_spfam_2050": 95, "pop_lep_2050": 176, "pop_below200_2050": 611, "pop_disability_2050": 574, "pct_minority_2050": 0.30772468953904442, "pct_over75_2050": 0.073668701326036631, "pct_spfam_2050": 0.07896924355777224, "pct_lep_2050": 0.039657503379900864, "pct_below200_2050": 0.12860450431488107, "pct_disab_2050": 0.12081667017470005, "pct_zvhhs_2050": 0.098820887142055044, "pct_hus_rent50_2050": 0.037057832678270633, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.08465959328028301, "pct_minority_2040": 0.31078691423519, "pct_spfam_2040": 0.11867364746945901, "pct_lep_2040": 0.038216560509554, "pct_below200_2040": 0.16401414677276702, "pct_disab_2040": 0.097701149425286987, "pct_zvhhs_2040": 0.082175925925925999, "pct_hus_rent50_2040": 0.056362579895410006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.765258000255287, 37.679975000028818 ], [ -121.756982000307445, 37.674644999857144 ], [ -121.753915000112144, 37.672694999646772 ], [ -121.749722000335836, 37.670019000290729 ], [ -121.747967000392777, 37.668859999848713 ], [ -121.742411000310568, 37.665328000096274 ], [ -121.71910900008119, 37.665003000148722 ], [ -121.718943000399832, 37.665000000002522 ], [ -121.718790000238954, 37.679770000075038 ], [ -121.71878000019322, 37.679852999878328 ], [ -121.726342000288639, 37.679898999772149 ], [ -121.733076999655367, 37.679940000163477 ], [ -121.736501000226014, 37.679942999705716 ], [ -121.748354999832003, 37.679962000121385 ], [ -121.751735999846616, 37.679965999983771 ], [ -121.755117999686163, 37.679980999821211 ], [ -121.765258000255287, 37.679975000028818 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451503", "NAME": "Census Tract 4515.03", "state": "06", "county_fips": "001", "tract": "451503", "county_name": "Alameda County", "tot_pop_2050": 6158, "tot_pop_pov_det_2050": 6132, "tot_pop_civ_ni_2050": 6132, "tot_hh_2050": 2200, "pop_zvhhs_2050": 155, "tot_fam_2050": 1731, "tot_pop_over5_2050": 5700, "pop_hus_rent50_2050": 94, "pop_minority_2050": 2399, "pop_over75_2050": 347, "pop_spfam_2050": 199, "pop_lep_2050": 228, "pop_below200_2050": 833, "pop_disability_2050": 670, "pct_minority_2050": 0.38957453718739848, "pct_over75_2050": 0.056349464111724576, "pct_spfam_2050": 0.11496244945118428, "pct_lep_2050": 0.04, "pct_below200_2050": 0.13584474885844749, "pct_disab_2050": 0.10926288323548597, "pct_zvhhs_2050": 0.07045454545454545, "pct_hus_rent50_2050": 0.042727272727272725, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063084112149532995, "pct_minority_2040": 0.40456506110711699, "pct_spfam_2040": 0.088099934253780002, "pct_lep_2040": 0.050270688321732003, "pct_below200_2040": 0.22125970041508802, "pct_disab_2040": 0.11171268724057, "pct_zvhhs_2040": 0.058454106280192999, "pct_hus_rent50_2040": 0.024303797468354, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.764522999588138, 37.685413999805647 ], [ -121.765623000128272, 37.684061999676217 ], [ -121.761905999654672, 37.685176999755477 ], [ -121.761236000183189, 37.684325000159767 ], [ -121.765453000248968, 37.680189000146115 ], [ -121.765258000255287, 37.679975000028818 ], [ -121.755117999686163, 37.679980999821211 ], [ -121.751735999846616, 37.679965999983771 ], [ -121.748354999832003, 37.679962000121385 ], [ -121.736501000226014, 37.679942999705716 ], [ -121.733076999655367, 37.679940000163477 ], [ -121.734549999566113, 37.683159999695242 ], [ -121.73816400010756, 37.687417000177135 ], [ -121.743669000136137, 37.690088999706553 ], [ -121.746547000185501, 37.69393300020851 ], [ -121.747158999930704, 37.694529000124952 ], [ -121.751308000224441, 37.691589999902028 ], [ -121.752788999632784, 37.690804000245379 ], [ -121.758087999797027, 37.688034000054849 ], [ -121.762427000061564, 37.68617999995088 ], [ -121.764522999588138, 37.685413999805647 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451504", "NAME": "Census Tract 4515.04", "state": "06", "county_fips": "001", "tract": "451504", "county_name": "Alameda County", "tot_pop_2050": 1724, "tot_pop_pov_det_2050": 1710, "tot_pop_civ_ni_2050": 1724, "tot_hh_2050": 644, "pop_zvhhs_2050": 29, "tot_fam_2050": 466, "tot_pop_over5_2050": 1535, "pop_hus_rent50_2050": 40, "pop_minority_2050": 602, "pop_over75_2050": 93, "pop_spfam_2050": 76, "pop_lep_2050": 38, "pop_below200_2050": 100, "pop_disability_2050": 140, "pct_minority_2050": 0.34918793503480278, "pct_over75_2050": 0.053944315545243621, "pct_spfam_2050": 0.1630901287553648, "pct_lep_2050": 0.024755700325732898, "pct_below200_2050": 0.058479532163742687, "pct_disab_2050": 0.081206496519721574, "pct_zvhhs_2050": 0.04503105590062112, "pct_hus_rent50_2050": 0.06211180124223601, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045427375971309004, "pct_minority_2040": 0.20203227734608498, "pct_spfam_2040": 0.12825651302605198, "pct_lep_2040": 0.011793916821850001, "pct_below200_2040": 0.18433734939759, "pct_disab_2040": 0.075911536162582005, "pct_zvhhs_2040": 0.018363939899832999, "pct_hus_rent50_2040": 0.038785834738617006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.747158999930704, 37.694529000124952 ], [ -121.746547000185501, 37.69393300020851 ], [ -121.743669000136137, 37.690088999706553 ], [ -121.73816400010756, 37.687417000177135 ], [ -121.736705000440523, 37.688072999791707 ], [ -121.7323179995971, 37.687839000352206 ], [ -121.731802999936306, 37.694200999742804 ], [ -121.726435000175044, 37.695250999884863 ], [ -121.723990999595628, 37.695266000185327 ], [ -121.721612000211849, 37.694737000170292 ], [ -121.720279000043192, 37.694451999727761 ], [ -121.718591999872231, 37.694423000342184 ], [ -121.718069999640434, 37.696943000143321 ], [ -121.718795000261821, 37.700206999980423 ], [ -121.722953999702995, 37.706513999911678 ], [ -121.723874000318062, 37.709127999857657 ], [ -121.737435000186494, 37.703447000289223 ], [ -121.740283999923548, 37.702728000074615 ], [ -121.740601000115973, 37.701663000209699 ], [ -121.744357999874211, 37.696530000055681 ], [ -121.747158999930704, 37.694529000124952 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451505", "NAME": "Census Tract 4515.05", "state": "06", "county_fips": "001", "tract": "451505", "county_name": "Alameda County", "tot_pop_2050": 3351, "tot_pop_pov_det_2050": 3351, "tot_pop_civ_ni_2050": 3351, "tot_hh_2050": 1190, "pop_zvhhs_2050": 0, "tot_fam_2050": 1055, "tot_pop_over5_2050": 3133, "pop_hus_rent50_2050": 20, "pop_minority_2050": 785, "pop_over75_2050": 181, "pop_spfam_2050": 32, "pop_lep_2050": 49, "pop_below200_2050": 139, "pop_disability_2050": 319, "pct_minority_2050": 0.23425843031930771, "pct_over75_2050": 0.054013727245598331, "pct_spfam_2050": 0.030331753554502367, "pct_lep_2050": 0.015639961698052984, "pct_below200_2050": 0.041480155177558937, "pct_disab_2050": 0.095195464040584904, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.01680672268907563, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046771273385637004, "pct_minority_2040": 0.12281231140615599, "pct_spfam_2040": 0.059183673469388, "pct_lep_2040": 0.009929532351056999, "pct_below200_2040": 0.069100784550391994, "pct_disab_2040": 0.063669281834641003, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.731802999936306, 37.694200999742804 ], [ -121.7323179995971, 37.687839000352206 ], [ -121.726790000002282, 37.685418000084987 ], [ -121.726271000143498, 37.685148999837537 ], [ -121.725204000113663, 37.684334999938088 ], [ -121.725072999694106, 37.683615999927902 ], [ -121.720525999915424, 37.682197000170532 ], [ -121.71868200028392, 37.681106000316333 ], [ -121.718591999872231, 37.694423000342184 ], [ -121.720279000043192, 37.694451999727761 ], [ -121.721612000211849, 37.694737000170292 ], [ -121.723990999595628, 37.695266000185327 ], [ -121.726435000175044, 37.695250999884863 ], [ -121.731802999936306, 37.694200999742804 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451506", "NAME": "Census Tract 4515.06", "state": "06", "county_fips": "001", "tract": "451506", "county_name": "Alameda County", "tot_pop_2050": 3457, "tot_pop_pov_det_2050": 3453, "tot_pop_civ_ni_2050": 3436, "tot_hh_2050": 1115, "pop_zvhhs_2050": 28, "tot_fam_2050": 776, "tot_pop_over5_2050": 3266, "pop_hus_rent50_2050": 111, "pop_minority_2050": 2006, "pop_over75_2050": 258, "pop_spfam_2050": 105, "pop_lep_2050": 275, "pop_below200_2050": 1255, "pop_disability_2050": 355, "pct_minority_2050": 0.58027191206248208, "pct_over75_2050": 0.074631183106739954, "pct_spfam_2050": 0.13530927835051546, "pct_lep_2050": 0.084200857317819969, "pct_below200_2050": 0.36345207066319141, "pct_disab_2050": 0.10331781140861468, "pct_zvhhs_2050": 0.025112107623318385, "pct_hus_rent50_2050": 0.099551569506726459, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041350210970463992, "pct_minority_2040": 0.58706047819971896, "pct_spfam_2040": 0.15090329436769401, "pct_lep_2040": 0.19857717290442298, "pct_below200_2040": 0.29636926540951303, "pct_disab_2040": 0.063853727144865993, "pct_zvhhs_2040": 0.046598322460391001, "pct_hus_rent50_2040": 0.102516309412861, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.736705000440523, 37.688072999791707 ], [ -121.73816400010756, 37.687417000177135 ], [ -121.734549999566113, 37.683159999695242 ], [ -121.733076999655367, 37.679940000163477 ], [ -121.726342000288639, 37.679898999772149 ], [ -121.71878000019322, 37.679852999878328 ], [ -121.71868200028392, 37.681106000316333 ], [ -121.720525999915424, 37.682197000170532 ], [ -121.725072999694106, 37.683615999927902 ], [ -121.725204000113663, 37.684334999938088 ], [ -121.726271000143498, 37.685148999837537 ], [ -121.726790000002282, 37.685418000084987 ], [ -121.7323179995971, 37.687839000352206 ], [ -121.736705000440523, 37.688072999791707 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451601", "NAME": "Census Tract 4516.01", "state": "06", "county_fips": "001", "tract": "451601", "county_name": "Alameda County", "tot_pop_2050": 5806, "tot_pop_pov_det_2050": 5806, "tot_pop_civ_ni_2050": 5806, "tot_hh_2050": 2057, "pop_zvhhs_2050": 45, "tot_fam_2050": 1663, "tot_pop_over5_2050": 5652, "pop_hus_rent50_2050": 107, "pop_minority_2050": 1519, "pop_over75_2050": 351, "pop_spfam_2050": 115, "pop_lep_2050": 71, "pop_below200_2050": 687, "pop_disability_2050": 424, "pct_minority_2050": 0.26162590423699622, "pct_over75_2050": 0.060454702032380299, "pct_spfam_2050": 0.069152134696331927, "pct_lep_2050": 0.012561924982307149, "pct_below200_2050": 0.11832586978987256, "pct_disab_2050": 0.073027902170168787, "pct_zvhhs_2050": 0.021876519202722409, "pct_hus_rent50_2050": 0.05201750121536218, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041030723488602996, "pct_minority_2040": 0.25173439048562901, "pct_spfam_2040": 0.115862068965517, "pct_lep_2040": 0.0033037373528800001, "pct_below200_2040": 0.14172447968285401, "pct_disab_2040": 0.081268582755203003, "pct_zvhhs_2040": 0.046038543897215997, "pct_hus_rent50_2040": 0.098334228909189011, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.772432999838102, 37.683643999713603 ], [ -121.770211999739757, 37.678724999986507 ], [ -121.768738999829026, 37.675597999763475 ], [ -121.768719999562435, 37.674435000262072 ], [ -121.768636999721778, 37.672569999772506 ], [ -121.768255999955272, 37.67195299996483 ], [ -121.768084000426128, 37.667794999948264 ], [ -121.768081999877992, 37.665713000282302 ], [ -121.768084000426128, 37.665635999835963 ], [ -121.768049000266018, 37.659146000319396 ], [ -121.768060000136686, 37.657523000191674 ], [ -121.768067999634283, 37.656629999781913 ], [ -121.761169000236023, 37.656617000051831 ], [ -121.749937000420985, 37.656591999798557 ], [ -121.74970300006926, 37.661987999713311 ], [ -121.749722000335836, 37.670019000290729 ], [ -121.753915000112144, 37.672694999646772 ], [ -121.756982000307445, 37.674644999857144 ], [ -121.765258000255287, 37.679975000028818 ], [ -121.765453000248968, 37.680189000146115 ], [ -121.761236000183189, 37.684325000159767 ], [ -121.761905999654672, 37.685176999755477 ], [ -121.765623000128272, 37.684061999676217 ], [ -121.764522999588138, 37.685413999805647 ], [ -121.762427000061564, 37.68617999995088 ], [ -121.764867000443047, 37.685890999779474 ], [ -121.772432999838102, 37.683643999713603 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451602", "NAME": "Census Tract 4516.02", "state": "06", "county_fips": "001", "tract": "451602", "county_name": "Alameda County", "tot_pop_2050": 6786, "tot_pop_pov_det_2050": 6612, "tot_pop_civ_ni_2050": 6641, "tot_hh_2050": 2772, "pop_zvhhs_2050": 373, "tot_fam_2050": 1770, "tot_pop_over5_2050": 6428, "pop_hus_rent50_2050": 440, "pop_minority_2050": 2053, "pop_over75_2050": 784, "pop_spfam_2050": 205, "pop_lep_2050": 117, "pop_below200_2050": 698, "pop_disability_2050": 1026, "pct_minority_2050": 0.30253463012083703, "pct_over75_2050": 0.11553197760094312, "pct_spfam_2050": 0.11581920903954802, "pct_lep_2050": 0.018201617921593031, "pct_below200_2050": 0.10556563823351482, "pct_disab_2050": 0.15449480499924712, "pct_zvhhs_2050": 0.13455988455988455, "pct_hus_rent50_2050": 0.15873015873015872, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.09540059347181, "pct_minority_2040": 0.27062314540059301, "pct_spfam_2040": 0.14712389380530999, "pct_lep_2040": 0.027861326579072001, "pct_below200_2040": 0.19292944553557898, "pct_disab_2040": 0.125396585586947, "pct_zvhhs_2040": 0.077543859649122998, "pct_hus_rent50_2040": 0.113684210526316, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.787480999860946, 37.678106000187618 ], [ -121.789152999963292, 37.677891999749519 ], [ -121.785233999823333, 37.674911999733403 ], [ -121.780180999706332, 37.674042000164533 ], [ -121.780447999670031, 37.672916000211885 ], [ -121.780390999768628, 37.667104999756674 ], [ -121.78034999976073, 37.666567999667116 ], [ -121.780358000156653, 37.660767999944639 ], [ -121.779096999958043, 37.658982000307603 ], [ -121.768049000266018, 37.659146000319396 ], [ -121.768084000426128, 37.665635999835963 ], [ -121.768081999877992, 37.665713000282302 ], [ -121.768084000426128, 37.667794999948264 ], [ -121.768255999955272, 37.67195299996483 ], [ -121.768636999721778, 37.672569999772506 ], [ -121.768719999562435, 37.674435000262072 ], [ -121.768738999829026, 37.675597999763475 ], [ -121.770211999739757, 37.678724999986507 ], [ -121.772432999838102, 37.683643999713603 ], [ -121.777435999726364, 37.682187000103994 ], [ -121.788117999720484, 37.678954000199873 ], [ -121.787480999860946, 37.678106000187618 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451701", "NAME": "Census Tract 4517.01", "state": "06", "county_fips": "001", "tract": "451701", "county_name": "Alameda County", "tot_pop_2050": 3181, "tot_pop_pov_det_2050": 3181, "tot_pop_civ_ni_2050": 3181, "tot_hh_2050": 1102, "pop_zvhhs_2050": 34, "tot_fam_2050": 849, "tot_pop_over5_2050": 2853, "pop_hus_rent50_2050": 19, "pop_minority_2050": 988, "pop_over75_2050": 216, "pop_spfam_2050": 89, "pop_lep_2050": 3, "pop_below200_2050": 268, "pop_disability_2050": 242, "pct_minority_2050": 0.31059415278214397, "pct_over75_2050": 0.06790317510216913, "pct_spfam_2050": 0.10482921083627796, "pct_lep_2050": 0.0010515247108307043, "pct_below200_2050": 0.084250235774913543, "pct_disab_2050": 0.076076705438541337, "pct_zvhhs_2050": 0.030852994555353907, "pct_hus_rent50_2050": 0.017241379310344827, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094645941278065998, "pct_minority_2040": 0.27633851468048404, "pct_spfam_2040": 0.149202733485194, "pct_lep_2040": 0.007246376811594, "pct_below200_2040": 0.10051813471502601, "pct_disab_2040": 0.076338514680484013, "pct_zvhhs_2040": 0.0058765915768850003, "pct_hus_rent50_2040": 0.087169441723800006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.795270999562007, 37.677255000074673 ], [ -121.795258999866434, 37.67274400025677 ], [ -121.795263000064381, 37.672218999858757 ], [ -121.79334099971679, 37.669513999810931 ], [ -121.788896999870246, 37.66720100022934 ], [ -121.785114000172712, 37.667087999882263 ], [ -121.780390999768628, 37.667104999756674 ], [ -121.780447999670031, 37.672916000211885 ], [ -121.780180999706332, 37.674042000164533 ], [ -121.785233999823333, 37.674911999733403 ], [ -121.789152999963292, 37.677891999749519 ], [ -121.795270999562007, 37.677255000074673 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451703", "NAME": "Census Tract 4517.03", "state": "06", "county_fips": "001", "tract": "451703", "county_name": "Alameda County", "tot_pop_2050": 4331, "tot_pop_pov_det_2050": 4331, "tot_pop_civ_ni_2050": 4328, "tot_hh_2050": 1384, "pop_zvhhs_2050": 8, "tot_fam_2050": 1167, "tot_pop_over5_2050": 3944, "pop_hus_rent50_2050": 43, "pop_minority_2050": 1535, "pop_over75_2050": 157, "pop_spfam_2050": 85, "pop_lep_2050": 39, "pop_below200_2050": 353, "pop_disability_2050": 299, "pct_minority_2050": 0.35442161163703528, "pct_over75_2050": 0.036250288616947589, "pct_spfam_2050": 0.072836332476435298, "pct_lep_2050": 0.0098884381338742409, "pct_below200_2050": 0.081505425998614642, "pct_disab_2050": 0.069085027726432519, "pct_zvhhs_2050": 0.0057803468208092474, "pct_hus_rent50_2050": 0.031069364161849713, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053428317008014002, "pct_minority_2040": 0.35730186999109498, "pct_spfam_2040": 0.035375323554789, "pct_lep_2040": 0.027797747423915997, "pct_below200_2040": 0.040525495435315001, "pct_disab_2040": 0.097392467127256008, "pct_zvhhs_2040": 0.029411764705882002, "pct_hus_rent50_2040": 0.0059171597633139996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.805484999750959, 37.664094999910667 ], [ -121.805611999972584, 37.655952000264271 ], [ -121.804795000187966, 37.655977999955027 ], [ -121.803715999564261, 37.655987999997819 ], [ -121.798517999682318, 37.655984000265313 ], [ -121.798486999720168, 37.660713000033567 ], [ -121.798213999908697, 37.668060000043134 ], [ -121.798438000214688, 37.668663999755296 ], [ -121.79497699983412, 37.668835999923161 ], [ -121.79334099971679, 37.669513999810931 ], [ -121.795263000064381, 37.672218999858757 ], [ -121.795258999866434, 37.67274400025677 ], [ -121.795270999562007, 37.677255000074673 ], [ -121.801414000173352, 37.676588000291737 ], [ -121.805380999993901, 37.676172000196594 ], [ -121.805452999963933, 37.665180999834575 ], [ -121.805484999750959, 37.664094999910667 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001451704", "NAME": "Census Tract 4517.04", "state": "06", "county_fips": "001", "tract": "451704", "county_name": "Alameda County", "tot_pop_2050": 4446, "tot_pop_pov_det_2050": 4446, "tot_pop_civ_ni_2050": 4446, "tot_hh_2050": 1670, "pop_zvhhs_2050": 0, "tot_fam_2050": 1196, "tot_pop_over5_2050": 4140, "pop_hus_rent50_2050": 102, "pop_minority_2050": 1262, "pop_over75_2050": 455, "pop_spfam_2050": 89, "pop_lep_2050": 109, "pop_below200_2050": 314, "pop_disability_2050": 333, "pct_minority_2050": 0.28385065227170492, "pct_over75_2050": 0.1023391812865497, "pct_spfam_2050": 0.074414715719063551, "pct_lep_2050": 0.026328502415458938, "pct_below200_2050": 0.070625281151596941, "pct_disab_2050": 0.074898785425101214, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.061077844311377236, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079470198675497011, "pct_minority_2040": 0.22492904446546799, "pct_spfam_2040": 0.15266558966074301, "pct_lep_2040": 0.034266283023802996, "pct_below200_2040": 0.11045411542100302, "pct_disab_2040": 0.055818353831599013, "pct_zvhhs_2040": 0.018844221105527997, "pct_hus_rent50_2040": 0.072762395363812002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.798486999720168, 37.660713000033567 ], [ -121.798517999682318, 37.655984000265313 ], [ -121.782982999587745, 37.655998000039212 ], [ -121.782847999868522, 37.658528999854063 ], [ -121.780358000156653, 37.660767999944639 ], [ -121.78034999976073, 37.666567999667116 ], [ -121.780390999768628, 37.667104999756674 ], [ -121.785114000172712, 37.667087999882263 ], [ -121.788896999870246, 37.66720100022934 ], [ -121.79334099971679, 37.669513999810931 ], [ -121.79497699983412, 37.668835999923161 ], [ -121.798438000214688, 37.668663999755296 ], [ -121.798213999908697, 37.668060000043134 ], [ -121.798486999720168, 37.660713000033567 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001981900", "NAME": "Census Tract 9819", "state": "06", "county_fips": "001", "tract": "981900", "county_name": "Alameda County", "tot_pop_2050": 60, "tot_pop_pov_det_2050": 60, "tot_pop_civ_ni_2050": 60, "tot_hh_2050": 31, "pop_zvhhs_2050": 4, "tot_fam_2050": 12, "tot_pop_over5_2050": 60, "pop_hus_rent50_2050": 0, "pop_minority_2050": 7, "pop_over75_2050": 0, "pop_spfam_2050": 0, "pop_lep_2050": 0, "pop_below200_2050": 0, "pop_disability_2050": 7, "pct_minority_2050": 0.11666666666666667, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0, "pct_below200_2050": 0.0, "pct_disab_2050": 0.11666666666666667, "pct_zvhhs_2050": 0.12903225806451613, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.0, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.0, "pct_below200_2040": 0.0, "pct_disab_2040": 0.0, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.45, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.342253000342737, 37.805557999671997 ], [ -122.342014999793065, 37.803867999949851 ], [ -122.336717028199786, 37.80034493273687 ], [ -122.332137999887948, 37.798751000123197 ], [ -122.314679999620878, 37.79472800020627 ], [ -122.313211999733042, 37.795303000071414 ], [ -122.307742999689452, 37.795816000156172 ], [ -122.300867999682296, 37.797368999671612 ], [ -122.290030999877473, 37.799621999894704 ], [ -122.288670000119751, 37.802755000127824 ], [ -122.291101000280378, 37.802526000015575 ], [ -122.296858000204054, 37.801921999710579 ], [ -122.300389000006504, 37.802656999773092 ], [ -122.3033390000259, 37.804684000173026 ], [ -122.304866000363305, 37.807895999674187 ], [ -122.310768000051908, 37.808798000221877 ], [ -122.312214000198466, 37.808656999975284 ], [ -122.320197000243368, 37.809318000223428 ], [ -122.323932000260314, 37.807978999997609 ], [ -122.327802999821373, 37.807657999743078 ], [ -122.328607125849672, 37.810802621160931 ], [ -122.332638000378481, 37.811216000166851 ], [ -122.334118407797021, 37.810344846142698 ], [ -122.342253000342737, 37.805557999671997 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001982000", "NAME": "Census Tract 9820", "state": "06", "county_fips": "001", "tract": "982000", "county_name": "Alameda County", "tot_pop_2050": 63, "tot_pop_pov_det_2050": 63, "tot_pop_civ_ni_2050": 63, "tot_hh_2050": 32, "pop_zvhhs_2050": 0, "tot_fam_2050": 17, "tot_pop_over5_2050": 63, "pop_hus_rent50_2050": 0, "pop_minority_2050": 45, "pop_over75_2050": 0, "pop_spfam_2050": 6, "pop_lep_2050": 4, "pop_below200_2050": 12, "pop_disability_2050": 6, "pct_minority_2050": 0.7142857142857143, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.35294117647058826, "pct_lep_2050": 0.063492063492063489, "pct_below200_2050": 0.19047619047619047, "pct_disab_2050": 0.095238095238095233, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.32530120481927699, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.0, "pct_below200_2040": 0.0, "pct_disab_2040": 0.072289156626506007, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.313211999733042, 37.795303000071414 ], [ -122.314679999620878, 37.79472800020627 ], [ -122.294780000220854, 37.792528000176574 ], [ -122.284279999801583, 37.793828000013171 ], [ -122.28220699984125, 37.796267000332399 ], [ -122.279686999992151, 37.800255999794032 ], [ -122.283321999551674, 37.801699999823718 ], [ -122.286832000336034, 37.802684999989104 ], [ -122.288670000119751, 37.802755000127824 ], [ -122.290030999877473, 37.799621999894704 ], [ -122.300867999682296, 37.797368999671612 ], [ -122.307742999689452, 37.795816000156172 ], [ -122.313211999733042, 37.795303000071414 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06001983200", "NAME": "Census Tract 9832", "state": "06", "county_fips": "001", "tract": "983200", "county_name": "Alameda County", "tot_pop_2050": 622, "tot_pop_pov_det_2050": 622, "tot_pop_civ_ni_2050": 622, "tot_hh_2050": 349, "pop_zvhhs_2050": 9, "tot_fam_2050": 124, "tot_pop_over5_2050": 609, "pop_hus_rent50_2050": 0, "pop_minority_2050": 296, "pop_over75_2050": 10, "pop_spfam_2050": 8, "pop_lep_2050": 4, "pop_below200_2050": 90, "pop_disability_2050": 61, "pct_minority_2050": 0.47588424437299037, "pct_over75_2050": 0.01607717041800643, "pct_spfam_2050": 0.064516129032258063, "pct_lep_2050": 0.0065681444991789817, "pct_below200_2050": 0.14469453376205788, "pct_disab_2050": 0.098070739549839234, "pct_zvhhs_2050": 0.025787965616045846, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.61590524534686997, "pct_spfam_2040": 0.061224489795917998, "pct_lep_2040": 0.036395147313690999, "pct_below200_2040": 0.12013536379018599, "pct_disab_2040": 0.045685279187817007, "pct_zvhhs_2040": 0.058139534883720999, "pct_hus_rent50_2040": 0.061046511627907009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.28220699984125, 37.796267000332399 ], [ -122.284279999801583, 37.793828000013171 ], [ -122.278243000393758, 37.793128999989314 ], [ -122.2746360004233, 37.791647999853289 ], [ -122.274180000313748, 37.791327999847645 ], [ -122.272827000053596, 37.792219000072059 ], [ -122.270139999799923, 37.796523999686087 ], [ -122.275060999672434, 37.798320999655346 ], [ -122.278536000296725, 37.799654000340219 ], [ -122.279563999968502, 37.800449000015249 ], [ -122.279686999992151, 37.800255999794032 ], [ -122.28220699984125, 37.796267000332399 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013301000", "NAME": "Census Tract 3010", "state": "06", "county_fips": "013", "tract": "301000", "county_name": "Contra Costa County", "tot_pop_2050": 4782, "tot_pop_pov_det_2050": 4758, "tot_pop_civ_ni_2050": 4756, "tot_hh_2050": 1756, "pop_zvhhs_2050": 119, "tot_fam_2050": 1241, "tot_pop_over5_2050": 4446, "pop_hus_rent50_2050": 75, "pop_minority_2050": 1527, "pop_over75_2050": 339, "pop_spfam_2050": 108, "pop_lep_2050": 103, "pop_below200_2050": 1082, "pop_disability_2050": 902, "pct_minority_2050": 0.3193224592220828, "pct_over75_2050": 0.070890840652446677, "pct_spfam_2050": 0.08702659145850121, "pct_lep_2050": 0.02316689158794422, "pct_below200_2050": 0.22740647330811264, "pct_disab_2050": 0.18965517241379309, "pct_zvhhs_2050": 0.067767653758542143, "pct_hus_rent50_2050": 0.042710706150341685, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066351888667992007, "pct_minority_2040": 0.36232604373757504, "pct_spfam_2040": 0.071355759429154009, "pct_lep_2040": 0.016705820934482002, "pct_below200_2040": 0.26216013968570701, "pct_disab_2040": 0.19731610337972197, "pct_zvhhs_2040": 0.054021608643457002, "pct_hus_rent50_2040": 0.057752667922159003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.732565000367615, 38.029019999973961 ], [ -121.732201000319535, 38.028895999713384 ], [ -121.725717999949566, 38.026248999787796 ], [ -121.720207999898108, 38.02503100011441 ], [ -121.715292000048464, 38.022872999768289 ], [ -121.712041999555126, 38.022198000333766 ], [ -121.708941999747864, 38.022797999666437 ], [ -121.704554999802767, 38.025224000293115 ], [ -121.699342999677114, 38.026924000115578 ], [ -121.696642999902977, 38.027098999814406 ], [ -121.692768000143957, 38.02652400004304 ], [ -121.691141000247441, 38.02533800006816 ], [ -121.690587000228589, 38.023581000117609 ], [ -121.687781999974121, 38.019890000348632 ], [ -121.682667999757768, 38.017724000082566 ], [ -121.684933000237038, 38.015860000107104 ], [ -121.684364000149571, 38.0143209996697 ], [ -121.679117999688742, 38.01126100032748 ], [ -121.678587000134414, 38.011031999889006 ], [ -121.674751999660003, 38.012316999822389 ], [ -121.66736899966476, 38.013213999960577 ], [ -121.661200000012443, 38.013110999663049 ], [ -121.660690000374515, 38.012042000040225 ], [ -121.660620999879214, 38.011897999982061 ], [ -121.659025999769753, 38.0084490002236 ], [ -121.659231999634088, 37.990651000057646 ], [ -121.659034000165704, 37.990491000258764 ], [ -121.6517209995923, 37.984596999885525 ], [ -121.64059699973231, 37.975893999896165 ], [ -121.623391000258607, 37.975788000001486 ], [ -121.622142999580461, 37.976140999811662 ], [ -121.620149000161163, 37.97670599976982 ], [ -121.594979000010852, 37.976505999661534 ], [ -121.594053000446308, 37.9724750000277 ], [ -121.582019999841876, 37.972653999723079 ], [ -121.579346999831898, 37.974469999936396 ], [ -121.579942999683567, 37.976113000336014 ], [ -121.579992999912278, 37.976966999718151 ], [ -121.576965000075063, 37.977759000277281 ], [ -121.574236999813493, 37.977416000249207 ], [ -121.572706000176495, 37.978090000058238 ], [ -121.572393000182018, 37.979045000313818 ], [ -121.573583000235558, 37.980308999968912 ], [ -121.579526999756965, 37.981549999888983 ], [ -121.582463000430963, 37.983921999905178 ], [ -121.581024999782016, 37.989525000351939 ], [ -121.580026000422578, 37.991034000056892 ], [ -121.577148000373185, 37.99338500022256 ], [ -121.576083999818081, 37.994854999864287 ], [ -121.577361999735089, 37.997127000171247 ], [ -121.579099999959695, 37.99787099972373 ], [ -121.578945000148991, 37.998549999816696 ], [ -121.577830000438567, 37.99902500010117 ], [ -121.570560000421196, 37.99902500010117 ], [ -121.568977999832214, 38.00138999991114 ], [ -121.569095999832996, 38.002788999833534 ], [ -121.570958999731047, 38.003292000000563 ], [ -121.574850000281941, 38.003082000327893 ], [ -121.577580000193294, 38.003595999849964 ], [ -121.578710999797266, 38.004254999978798 ], [ -121.579842000299536, 38.006435999883045 ], [ -121.579910000071592, 38.007783000065487 ], [ -121.577878999944048, 38.010820000264019 ], [ -121.573305000401191, 38.011717999688557 ], [ -121.568150000176971, 38.011382999833252 ], [ -121.566867000237067, 38.012708999789943 ], [ -121.56696500014634, 38.013528000249345 ], [ -121.569028999885859, 38.014796999740526 ], [ -121.571008999959759, 38.015258999850595 ], [ -121.572789000017153, 38.016909999832613 ], [ -121.572051999700179, 38.018410000238802 ], [ -121.570285000061574, 38.018684000208864 ], [ -121.566433999693686, 38.018070999865429 ], [ -121.56449100032799, 38.016606999998018 ], [ -121.56106900030548, 38.015440999995107 ], [ -121.558320999952443, 38.015732000131088 ], [ -121.557554000396564, 38.017036999869546 ], [ -121.558844999834079, 38.019429999652125 ], [ -121.561256999728158, 38.021541000036287 ], [ -121.563303999749223, 38.02391299968447 ], [ -121.564489999604788, 38.02621799998505 ], [ -121.564226000014131, 38.029699000281461 ], [ -121.5656739998105, 38.03072099998176 ], [ -121.568105999796046, 38.030795999756826 ], [ -121.570817000339147, 38.029760999758395 ], [ -121.571809000025922, 38.031375999717035 ], [ -121.571028000226335, 38.035237999972665 ], [ -121.570818999988987, 38.038003000019899 ], [ -121.57126900025078, 38.040100000230623 ], [ -121.572168999876055, 38.041412000194256 ], [ -121.57415099959978, 38.042793999826877 ], [ -121.576041999985264, 38.04298499988996 ], [ -121.57763399972167, 38.0429600001249 ], [ -121.580185000431214, 38.041267999836791 ], [ -121.580786000305764, 38.03878899981634 ], [ -121.577948000439349, 38.03381700021675 ], [ -121.579930000163088, 38.032115999928379 ], [ -121.58168599993104, 38.032354999666481 ], [ -121.583578000141387, 38.034380999777142 ], [ -121.584388000253313, 38.03602500018097 ], [ -121.585077999816306, 38.040266999956472 ], [ -121.584718999791107, 38.043545000314523 ], [ -121.582305000247217, 38.051435999742068 ], [ -121.582427000445961, 38.053807000226428 ], [ -121.58351100019425, 38.059280000209242 ], [ -121.583879000440277, 38.059896999965368 ], [ -121.582244000147838, 38.064387999915091 ], [ -121.58220300013997, 38.068423000118734 ], [ -121.581131000087254, 38.069257000031072 ], [ -121.578489000039411, 38.070059999998023 ], [ -121.57482900036554, 38.071839999956502 ], [ -121.572922999911455, 38.074239000062271 ], [ -121.576749000165023, 38.078193000081967 ], [ -121.577231000213843, 38.086008000295607 ], [ -121.578338000426683, 38.09173900034164 ], [ -121.580022000224574, 38.094414000300304 ], [ -121.581284000248118, 38.09393699986051 ], [ -121.582249999995639, 38.094890000099127 ], [ -121.585282999855721, 38.096365999844274 ], [ -121.604922999863078, 38.09987800022116 ], [ -121.613653000270688, 38.099650000066163 ], [ -121.627375999622529, 38.098359999798561 ], [ -121.628994000196485, 38.097260999874777 ], [ -121.632595000319142, 38.088611000047699 ], [ -121.634243000132059, 38.08722199978051 ], [ -121.638087999753864, 38.086131000215367 ], [ -121.640513999891624, 38.086390999680859 ], [ -121.645182999869036, 38.087412999850109 ], [ -121.646983999842831, 38.08832799964749 ], [ -121.648753999854449, 38.090037000157913 ], [ -121.652063999723964, 38.091618999747226 ], [ -121.661865000359384, 38.095618000240762 ], [ -121.662465000409014, 38.095618000240762 ], [ -121.673065000387382, 38.093517999671555 ], [ -121.679265000001834, 38.089318999652676 ], [ -121.681865000216874, 38.082018999777318 ], [ -121.680249000191012, 38.076647999665795 ], [ -121.679623000202128, 38.069469000278993 ], [ -121.679764999594056, 38.065118999833587 ], [ -121.681470000206659, 38.06124399979025 ], [ -121.684399000309682, 38.058521000116407 ], [ -121.691665000129078, 38.05352000009843 ], [ -121.699765000349828, 38.045219999719798 ], [ -121.704343000090645, 38.042483999771449 ], [ -121.70956100006407, 38.039944000278261 ], [ -121.712460000029836, 38.038890999690004 ], [ -121.716865000416604, 38.037719999793822 ], [ -121.725564999788688, 38.033820000252206 ], [ -121.732565000367615, 38.029019999973961 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013302005", "NAME": "Census Tract 3020.05", "state": "06", "county_fips": "013", "tract": "302005", "county_name": "Contra Costa County", "tot_pop_2050": 7062, "tot_pop_pov_det_2050": 7036, "tot_pop_civ_ni_2050": 7051, "tot_hh_2050": 2339, "pop_zvhhs_2050": 124, "tot_fam_2050": 1574, "tot_pop_over5_2050": 6562, "pop_hus_rent50_2050": 457, "pop_minority_2050": 3955, "pop_over75_2050": 305, "pop_spfam_2050": 304, "pop_lep_2050": 259, "pop_below200_2050": 3403, "pop_disability_2050": 926, "pct_minority_2050": 0.56003964882469559, "pct_over75_2050": 0.043188898329085235, "pct_spfam_2050": 0.19313850063532398, "pct_lep_2050": 0.039469673879914666, "pct_below200_2050": 0.48365548607163161, "pct_disab_2050": 0.13132888951921715, "pct_zvhhs_2050": 0.053014108593415987, "pct_hus_rent50_2050": 0.195382642154767, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.03874703087886, "pct_minority_2040": 0.57111045130641291, "pct_spfam_2040": 0.18918918918918901, "pct_lep_2040": 0.067952249770432002, "pct_below200_2040": 0.48818195332243203, "pct_disab_2040": 0.093563766388558026, "pct_zvhhs_2040": 0.063672045355430001, "pct_hus_rent50_2040": 0.18791064388961901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.750765000076242, 38.009020999921155 ], [ -121.750767999550973, 37.997815999914302 ], [ -121.732418999879428, 37.997868000340098 ], [ -121.731896999647617, 37.997612999900213 ], [ -121.732223000060856, 37.997238999916583 ], [ -121.732280999787179, 37.990543000214004 ], [ -121.720942999666931, 37.990549000288134 ], [ -121.713934999590393, 37.990535000114363 ], [ -121.71526299973614, 37.992142000135239 ], [ -121.716163000259741, 37.994272999772605 ], [ -121.716145999643004, 37.997804000246418 ], [ -121.711707999644261, 37.997791999868653 ], [ -121.719054999654531, 38.000241999927844 ], [ -121.732453000214633, 38.004716999992908 ], [ -121.741750000161574, 38.007686000010636 ], [ -121.750765000076242, 38.009020999921155 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013302006", "NAME": "Census Tract 3020.06", "state": "06", "county_fips": "013", "tract": "302006", "county_name": "Contra Costa County", "tot_pop_2050": 3816, "tot_pop_pov_det_2050": 3809, "tot_pop_civ_ni_2050": 3809, "tot_hh_2050": 1222, "pop_zvhhs_2050": 68, "tot_fam_2050": 1018, "tot_pop_over5_2050": 3493, "pop_hus_rent50_2050": 41, "pop_minority_2050": 1735, "pop_over75_2050": 79, "pop_spfam_2050": 131, "pop_lep_2050": 241, "pop_below200_2050": 541, "pop_disability_2050": 564, "pct_minority_2050": 0.45466457023060802, "pct_over75_2050": 0.02070230607966457, "pct_spfam_2050": 0.12868369351669942, "pct_lep_2050": 0.068995133123389618, "pct_below200_2050": 0.14203202940404305, "pct_disab_2050": 0.14807035967445525, "pct_zvhhs_2050": 0.055646481178396066, "pct_hus_rent50_2050": 0.033551554828150566, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025808068153345003, "pct_minority_2040": 0.48484089200701602, "pct_spfam_2040": 0.072046109510085998, "pct_lep_2040": 0.044964997307484995, "pct_below200_2040": 0.14049172102358301, "pct_disab_2040": 0.11088810837932801, "pct_zvhhs_2040": 0.019087136929461002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.751679999770118, 38.024308000330031 ], [ -121.751592999731486, 38.019749000043589 ], [ -121.750545999793118, 38.019552999685772 ], [ -121.750812999756789, 38.017716000117133 ], [ -121.750763000426389, 38.009081999793885 ], [ -121.750765000076242, 38.009020999921155 ], [ -121.741750000161574, 38.007686000010636 ], [ -121.732453000214633, 38.004716999992908 ], [ -121.719054999654531, 38.000241999927844 ], [ -121.711707999644261, 37.997791999868653 ], [ -121.699777000045387, 37.993663000159749 ], [ -121.696133000265036, 37.991497999821078 ], [ -121.695535999690151, 37.998116999730847 ], [ -121.694560999721816, 37.999436000055326 ], [ -121.691552999976082, 38.005335000295808 ], [ -121.69094399970561, 38.010351999909517 ], [ -121.689484000213682, 38.013346000308957 ], [ -121.68922999977049, 38.0150979999176 ], [ -121.684933000237038, 38.015860000107104 ], [ -121.682667999757768, 38.017724000082566 ], [ -121.687781999974121, 38.019890000348632 ], [ -121.690587000228589, 38.023581000117609 ], [ -121.691141000247441, 38.02533800006816 ], [ -121.692768000143957, 38.02652400004304 ], [ -121.696642999902977, 38.027098999814406 ], [ -121.699342999677114, 38.026924000115578 ], [ -121.704554999802767, 38.025224000293115 ], [ -121.708941999747864, 38.022797999666437 ], [ -121.712041999555126, 38.022198000333766 ], [ -121.715292000048464, 38.022872999768289 ], [ -121.720207999898108, 38.02503100011441 ], [ -121.725717999949566, 38.026248999787796 ], [ -121.732201000319535, 38.028895999713384 ], [ -121.732565000367615, 38.029019999973961 ], [ -121.737824000348922, 38.026630000218333 ], [ -121.74448099989786, 38.025086999925279 ], [ -121.74908399975304, 38.024348000088587 ], [ -121.750714999847517, 38.024234000188464 ], [ -121.751679999770118, 38.024308000330031 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013302007", "NAME": "Census Tract 3020.07", "state": "06", "county_fips": "013", "tract": "302007", "county_name": "Contra Costa County", "tot_pop_2050": 6990, "tot_pop_pov_det_2050": 6973, "tot_pop_civ_ni_2050": 6973, "tot_hh_2050": 2084, "pop_zvhhs_2050": 137, "tot_fam_2050": 1648, "tot_pop_over5_2050": 6493, "pop_hus_rent50_2050": 104, "pop_minority_2050": 4202, "pop_over75_2050": 176, "pop_spfam_2050": 369, "pop_lep_2050": 342, "pop_below200_2050": 2129, "pop_disability_2050": 759, "pct_minority_2050": 0.60114449213161658, "pct_over75_2050": 0.025178826895565089, "pct_spfam_2050": 0.22390776699029127, "pct_lep_2050": 0.052672108424457111, "pct_below200_2050": 0.30532052201348059, "pct_disab_2050": 0.10884841531621972, "pct_zvhhs_2050": 0.065738963531669872, "pct_hus_rent50_2050": 0.049904030710172735, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026272031925507002, "pct_minority_2040": 0.61855670103092797, "pct_spfam_2040": 0.23185341789993, "pct_lep_2040": 0.079184273378650999, "pct_below200_2040": 0.26943005181347196, "pct_disab_2040": 0.10938543754174999, "pct_zvhhs_2040": 0.050479555779909008, "pct_hus_rent50_2040": 0.078472958642630014, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.716145999643004, 37.997804000246418 ], [ -121.716163000259741, 37.994272999772605 ], [ -121.71526299973614, 37.992142000135239 ], [ -121.713934999590393, 37.990535000114363 ], [ -121.714054000314405, 37.986825000082291 ], [ -121.714117999888487, 37.971467000073986 ], [ -121.696001000020559, 37.971329999808511 ], [ -121.69584799985968, 37.987204 ], [ -121.696036000180669, 37.988279999907718 ], [ -121.69653999997081, 37.989491000158679 ], [ -121.697238999754646, 37.990613000340517 ], [ -121.696369000266586, 37.991015999951998 ], [ -121.696133000265036, 37.991497999821078 ], [ -121.699777000045387, 37.993663000159749 ], [ -121.711707999644261, 37.997791999868653 ], [ -121.716145999643004, 37.997804000246418 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013302008", "NAME": "Census Tract 3020.08", "state": "06", "county_fips": "013", "tract": "302008", "county_name": "Contra Costa County", "tot_pop_2050": 8656, "tot_pop_pov_det_2050": 8623, "tot_pop_civ_ni_2050": 8643, "tot_hh_2050": 2263, "pop_zvhhs_2050": 98, "tot_fam_2050": 2026, "tot_pop_over5_2050": 7910, "pop_hus_rent50_2050": 58, "pop_minority_2050": 5623, "pop_over75_2050": 123, "pop_spfam_2050": 371, "pop_lep_2050": 260, "pop_below200_2050": 2485, "pop_disability_2050": 871, "pct_minority_2050": 0.64960720887245837, "pct_over75_2050": 0.014209796672828097, "pct_spfam_2050": 0.18311944718657447, "pct_lep_2050": 0.03286978508217446, "pct_below200_2050": 0.28818276701843903, "pct_disab_2050": 0.1007751937984496, "pct_zvhhs_2050": 0.043305346884666369, "pct_hus_rent50_2050": 0.025629695095006632, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029232505643341001, "pct_minority_2040": 0.64920993227990997, "pct_spfam_2040": 0.26650246305418701, "pct_lep_2040": 0.088059519453592, "pct_below200_2040": 0.30410490307867699, "pct_disab_2040": 0.090641952983725016, "pct_zvhhs_2040": 0.068273092369477997, "pct_hus_rent50_2040": 0.025435073627845001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.697238999754646, 37.990613000340517 ], [ -121.69653999997081, 37.989491000158679 ], [ -121.696036000180669, 37.988279999907718 ], [ -121.69584799985968, 37.987204 ], [ -121.696001000020559, 37.971329999808511 ], [ -121.696026000134921, 37.968852000021016 ], [ -121.67763100043264, 37.968841999773012 ], [ -121.640945999711761, 37.968818000163587 ], [ -121.620226999978954, 37.968855999836585 ], [ -121.620235000374876, 37.975721000182837 ], [ -121.620149000161163, 37.97670599976982 ], [ -121.622142999580461, 37.976140999811662 ], [ -121.623391000258607, 37.975788000001486 ], [ -121.64059699973231, 37.975893999896165 ], [ -121.6517209995923, 37.984596999885525 ], [ -121.659034000165704, 37.990491000258764 ], [ -121.659231999634088, 37.990651000057646 ], [ -121.659025999769753, 38.0084490002236 ], [ -121.660620999879214, 38.011897999982061 ], [ -121.660690000374515, 38.012042000040225 ], [ -121.661200000012443, 38.013110999663049 ], [ -121.66736899966476, 38.013213999960577 ], [ -121.674751999660003, 38.012316999822389 ], [ -121.678587000134414, 38.011031999889006 ], [ -121.679117999688742, 38.01126100032748 ], [ -121.684364000149571, 38.0143209996697 ], [ -121.684933000237038, 38.015860000107104 ], [ -121.68922999977049, 38.0150979999176 ], [ -121.689484000213682, 38.013346000308957 ], [ -121.69094399970561, 38.010351999909517 ], [ -121.691552999976082, 38.005335000295808 ], [ -121.694560999721816, 37.999436000055326 ], [ -121.695535999690151, 37.998116999730847 ], [ -121.696133000265036, 37.991497999821078 ], [ -121.696369000266586, 37.991015999951998 ], [ -121.697238999754646, 37.990613000340517 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013302009", "NAME": "Census Tract 3020.09", "state": "06", "county_fips": "013", "tract": "302009", "county_name": "Contra Costa County", "tot_pop_2050": 7531, "tot_pop_pov_det_2050": 7513, "tot_pop_civ_ni_2050": 7516, "tot_hh_2050": 2105, "pop_zvhhs_2050": 67, "tot_fam_2050": 1665, "tot_pop_over5_2050": 6957, "pop_hus_rent50_2050": 242, "pop_minority_2050": 5555, "pop_over75_2050": 164, "pop_spfam_2050": 413, "pop_lep_2050": 456, "pop_below200_2050": 1732, "pop_disability_2050": 658, "pct_minority_2050": 0.7376178462355597, "pct_over75_2050": 0.021776656486522373, "pct_spfam_2050": 0.24804804804804809, "pct_lep_2050": 0.065545493747304881, "pct_below200_2050": 0.23053374151470785, "pct_disab_2050": 0.08754656732304418, "pct_zvhhs_2050": 0.031828978622327794, "pct_hus_rent50_2050": 0.11496437054631828, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0066863629295600005, "pct_minority_2040": 0.77250816358264696, "pct_spfam_2040": 0.24931693989070999, "pct_lep_2040": 0.061076429897080994, "pct_below200_2040": 0.38306578533207392, "pct_disab_2040": 0.10138392162960699, "pct_zvhhs_2040": 0.011655011655011999, "pct_hus_rent50_2040": 0.13564298297122698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.764879000138606, 37.982179000311611 ], [ -121.766074000214985, 37.981687999976231 ], [ -121.763088000210587, 37.980090000012076 ], [ -121.762575000199575, 37.979191999889416 ], [ -121.7627609999724, 37.973652999960535 ], [ -121.762511999552061, 37.971983000009082 ], [ -121.760202999590163, 37.970080999668149 ], [ -121.760026999863072, 37.968721000275494 ], [ -121.760010000144646, 37.96652400028271 ], [ -121.759964000113911, 37.96171000021063 ], [ -121.750784000342819, 37.961675999878992 ], [ -121.750781999794654, 37.961524999715699 ], [ -121.743351000118821, 37.961509000271171 ], [ -121.732424999727215, 37.961460999792003 ], [ -121.732398999787947, 37.968777999852911 ], [ -121.732397999963055, 37.968941000114846 ], [ -121.732387999917293, 37.971247999935663 ], [ -121.732478000328982, 37.971347999785607 ], [ -121.741499000091409, 37.981176000143634 ], [ -121.743618999907426, 37.983103000125652 ], [ -121.748944999835871, 37.983058000300744 ], [ -121.751035000412969, 37.981776000306787 ], [ -121.753824999700484, 37.982095000266547 ], [ -121.760499999691106, 37.979846999857635 ], [ -121.764879000138606, 37.982179000311611 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013302010", "NAME": "Census Tract 3020.10", "state": "06", "county_fips": "013", "tract": "302010", "county_name": "Contra Costa County", "tot_pop_2050": 11803, "tot_pop_pov_det_2050": 11658, "tot_pop_civ_ni_2050": 11798, "tot_hh_2050": 3233, "pop_zvhhs_2050": 99, "tot_fam_2050": 2907, "tot_pop_over5_2050": 10934, "pop_hus_rent50_2050": 61, "pop_minority_2050": 6229, "pop_over75_2050": 446, "pop_spfam_2050": 315, "pop_lep_2050": 658, "pop_below200_2050": 789, "pop_disability_2050": 1248, "pct_minority_2050": 0.52774718291959666, "pct_over75_2050": 0.037787003304244685, "pct_spfam_2050": 0.108359133126935, "pct_lep_2050": 0.060179257362355951, "pct_below200_2050": 0.067678847143592388, "pct_disab_2050": 0.105780640786574, "pct_zvhhs_2050": 0.030621713578719456, "pct_hus_rent50_2050": 0.018867924528301886, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025673076923077003, "pct_minority_2040": 0.446346153846154, "pct_spfam_2040": 0.16296590007930201, "pct_lep_2040": 0.028636176349403002, "pct_below200_2040": 0.16047834892467902, "pct_disab_2040": 0.10003847633705301, "pct_zvhhs_2040": 0.015564202334629998, "pct_hus_rent50_2040": 0.048638132295719998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.750767999550973, 37.997815999914302 ], [ -121.750497000287638, 37.988553999917677 ], [ -121.743618999907426, 37.983103000125652 ], [ -121.741499000091409, 37.981176000143634 ], [ -121.732478000328982, 37.971347999785607 ], [ -121.732387999917293, 37.971247999935663 ], [ -121.730257000230637, 37.968887999769613 ], [ -121.730012000008244, 37.96888499990925 ], [ -121.729366999752784, 37.968837999956676 ], [ -121.714093999599058, 37.968979999676357 ], [ -121.714117999888487, 37.971467000073986 ], [ -121.714054000314405, 37.986825000082291 ], [ -121.713934999590393, 37.990535000114363 ], [ -121.720942999666931, 37.990549000288134 ], [ -121.732280999787179, 37.990543000214004 ], [ -121.732223000060856, 37.997238999916583 ], [ -121.731896999647617, 37.997612999900213 ], [ -121.732418999879428, 37.997868000340098 ], [ -121.750767999550973, 37.997815999914302 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303102", "NAME": "Census Tract 3031.02", "state": "06", "county_fips": "013", "tract": "303102", "county_name": "Contra Costa County", "tot_pop_2050": 9218, "tot_pop_pov_det_2050": 9182, "tot_pop_civ_ni_2050": 9168, "tot_hh_2050": 2783, "pop_zvhhs_2050": 16, "tot_fam_2050": 2294, "tot_pop_over5_2050": 8714, "pop_hus_rent50_2050": 117, "pop_minority_2050": 4678, "pop_over75_2050": 339, "pop_spfam_2050": 197, "pop_lep_2050": 187, "pop_below200_2050": 1601, "pop_disability_2050": 1032, "pct_minority_2050": 0.50748535474072465, "pct_over75_2050": 0.036775873291386416, "pct_spfam_2050": 0.085876198779424581, "pct_lep_2050": 0.02145971999081937, "pct_below200_2050": 0.17436288390328905, "pct_disab_2050": 0.112565445026178, "pct_zvhhs_2050": 0.0057491915199425082, "pct_hus_rent50_2050": 0.042040962989579586, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032132896810962007, "pct_minority_2040": 0.60421971626045801, "pct_spfam_2040": 0.19114785992217898, "pct_lep_2040": 0.069044107789248008, "pct_below200_2040": 0.26494895478852698, "pct_disab_2040": 0.084273068994785996, "pct_zvhhs_2040": 0.012451696006869999, "pct_hus_rent50_2040": 0.078568310781317999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.729366999752784, 37.968837999956676 ], [ -121.730012000008244, 37.96888499990925 ], [ -121.723460999866191, 37.961605999771535 ], [ -121.716722000301488, 37.954144000193182 ], [ -121.70858100007284, 37.945082999824152 ], [ -121.706396999784417, 37.942663000215248 ], [ -121.701029000023183, 37.936709999827791 ], [ -121.698946999842008, 37.937948000143891 ], [ -121.696235000372283, 37.937037000313062 ], [ -121.696223999603333, 37.939726999757461 ], [ -121.696026999959827, 37.952365999863027 ], [ -121.696168000425118, 37.954277000041181 ], [ -121.69609700028002, 37.961555999957447 ], [ -121.696031000157802, 37.967956999692234 ], [ -121.696026000134921, 37.968792999883462 ], [ -121.696026000134921, 37.968852000021016 ], [ -121.696001000020559, 37.971329999808511 ], [ -121.714117999888487, 37.971467000073986 ], [ -121.714093999599058, 37.968979999676357 ], [ -121.729366999752784, 37.968837999956676 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303103", "NAME": "Census Tract 3031.03", "state": "06", "county_fips": "013", "tract": "303103", "county_name": "Contra Costa County", "tot_pop_2050": 13027, "tot_pop_pov_det_2050": 13027, "tot_pop_civ_ni_2050": 13013, "tot_hh_2050": 4123, "pop_zvhhs_2050": 163, "tot_fam_2050": 3274, "tot_pop_over5_2050": 12256, "pop_hus_rent50_2050": 540, "pop_minority_2050": 6914, "pop_over75_2050": 588, "pop_spfam_2050": 421, "pop_lep_2050": 455, "pop_below200_2050": 4089, "pop_disability_2050": 1289, "pct_minority_2050": 0.53074383971750982, "pct_over75_2050": 0.045137023105857065, "pct_spfam_2050": 0.12858888210140501, "pct_lep_2050": 0.037124673629242821, "pct_below200_2050": 0.31388654333307747, "pct_disab_2050": 0.099054791362483671, "pct_zvhhs_2050": 0.039534319670143099, "pct_hus_rent50_2050": 0.1309725927722532, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038565440149044998, "pct_minority_2040": 0.54578481602235707, "pct_spfam_2040": 0.18702579666160798, "pct_lep_2040": 0.065998998497747, "pct_below200_2040": 0.30761326482951901, "pct_disab_2040": 0.079045488441462003, "pct_zvhhs_2040": 0.035767959122332001, "pct_hus_rent50_2040": 0.094351145038168022, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.698946999842008, 37.937948000143891 ], [ -121.701029000023183, 37.936709999827791 ], [ -121.697453999839794, 37.932759000301282 ], [ -121.696490999567018, 37.931696000344033 ], [ -121.690957999949347, 37.92562400032692 ], [ -121.684307000248154, 37.918190999787733 ], [ -121.678002000153398, 37.911139999948382 ], [ -121.664811000180833, 37.896493999840658 ], [ -121.641346999569734, 37.896453999854678 ], [ -121.6412040003529, 37.91795899965139 ], [ -121.641138000230683, 37.92552899975648 ], [ -121.641138000230683, 37.925556000259256 ], [ -121.641094999674692, 37.93278600027466 ], [ -121.641048999643914, 37.940066000181353 ], [ -121.640945999711761, 37.968818000163587 ], [ -121.67763100043264, 37.968841999773012 ], [ -121.696026000134921, 37.968852000021016 ], [ -121.696026000134921, 37.968792999883462 ], [ -121.696031000157802, 37.967956999692234 ], [ -121.69609700028002, 37.961555999957447 ], [ -121.696168000425118, 37.954277000041181 ], [ -121.696026999959827, 37.952365999863027 ], [ -121.696223999603333, 37.939726999757461 ], [ -121.696235000372283, 37.937037000313062 ], [ -121.698946999842008, 37.937948000143891 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303201", "NAME": "Census Tract 3032.01", "state": "06", "county_fips": "013", "tract": "303201", "county_name": "Contra Costa County", "tot_pop_2050": 11847, "tot_pop_pov_det_2050": 11818, "tot_pop_civ_ni_2050": 11818, "tot_hh_2050": 3120, "pop_zvhhs_2050": 53, "tot_fam_2050": 2825, "tot_pop_over5_2050": 11239, "pop_hus_rent50_2050": 238, "pop_minority_2050": 7122, "pop_over75_2050": 342, "pop_spfam_2050": 518, "pop_lep_2050": 327, "pop_below200_2050": 2852, "pop_disability_2050": 1338, "pct_minority_2050": 0.6011648518612307, "pct_over75_2050": 0.02886806786528235, "pct_spfam_2050": 0.18336283185840707, "pct_lep_2050": 0.029095115223774361, "pct_below200_2050": 0.24132678964291759, "pct_disab_2050": 0.11321712641732948, "pct_zvhhs_2050": 0.016987179487179486, "pct_hus_rent50_2050": 0.076282051282051289, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026789059572873999, "pct_minority_2040": 0.57840014986886501, "pct_spfam_2040": 0.16212232866617499, "pct_lep_2040": 0.027992852888624003, "pct_below200_2040": 0.199470349002175, "pct_disab_2040": 0.11254109910756201, "pct_zvhhs_2040": 0.0088669950738920009, "pct_hus_rent50_2040": 0.12806901128069001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.780307999927942, 37.965909000174229 ], [ -121.78095099963528, 37.964360000211229 ], [ -121.778864000329577, 37.96146399995569 ], [ -121.777926999996026, 37.957617999726679 ], [ -121.777558999749999, 37.955703999655341 ], [ -121.778224999921875, 37.953008999853267 ], [ -121.778171000393527, 37.949192999896965 ], [ -121.778065000088304, 37.948878000249714 ], [ -121.774438999851284, 37.946573000165678 ], [ -121.773726999648673, 37.945547000344945 ], [ -121.773562999617141, 37.939748999671508 ], [ -121.773774000402682, 37.93870799971058 ], [ -121.774741999799986, 37.937361000320998 ], [ -121.777916000125373, 37.933690000166997 ], [ -121.777998999966059, 37.933128999755596 ], [ -121.777042000439394, 37.931056000180234 ], [ -121.778111999943974, 37.925268999656019 ], [ -121.755527999764979, 37.925283000229932 ], [ -121.742150000194655, 37.925377999701027 ], [ -121.738616999844055, 37.925234000335415 ], [ -121.732828999958272, 37.925346999782704 ], [ -121.733234999839112, 37.926483999757444 ], [ -121.743198999782848, 37.947355999804387 ], [ -121.74434299980561, 37.95034499965373 ], [ -121.74486199966438, 37.956810000271204 ], [ -121.74424599972123, 37.959823999861605 ], [ -121.743351000118821, 37.961509000271171 ], [ -121.750781999794654, 37.961524999715699 ], [ -121.750784000342819, 37.961675999878992 ], [ -121.759964000113911, 37.96171000021063 ], [ -121.763227999952647, 37.961732999967779 ], [ -121.778063000438465, 37.965133000021233 ], [ -121.780307999927942, 37.965909000174229 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303202", "NAME": "Census Tract 3032.02", "state": "06", "county_fips": "013", "tract": "303202", "county_name": "Contra Costa County", "tot_pop_2050": 7294, "tot_pop_pov_det_2050": 7269, "tot_pop_civ_ni_2050": 7264, "tot_hh_2050": 2332, "pop_zvhhs_2050": 41, "tot_fam_2050": 1917, "tot_pop_over5_2050": 6865, "pop_hus_rent50_2050": 95, "pop_minority_2050": 3095, "pop_over75_2050": 163, "pop_spfam_2050": 167, "pop_lep_2050": 133, "pop_below200_2050": 1001, "pop_disability_2050": 535, "pct_minority_2050": 0.42432136002193582, "pct_over75_2050": 0.022347134631203733, "pct_spfam_2050": 0.087115284298382889, "pct_lep_2050": 0.019373634377276041, "pct_below200_2050": 0.13770807538863666, "pct_disab_2050": 0.073650881057268719, "pct_zvhhs_2050": 0.017581475128644941, "pct_hus_rent50_2050": 0.040737564322469992, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030244970576160001, "pct_minority_2040": 0.28027918434378002, "pct_spfam_2040": 0.091557017543860003, "pct_lep_2040": 0.015064562410329999, "pct_below200_2040": 0.12951022088077901, "pct_disab_2040": 0.046887853029888002, "pct_zvhhs_2040": 0.014692787177203999, "pct_hus_rent50_2040": 0.095725734639359003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.723460999866191, 37.961605999771535 ], [ -121.72533499963491, 37.96161300013938 ], [ -121.723253000352045, 37.958935999894791 ], [ -121.7234600000413, 37.945151000248586 ], [ -121.72367599995134, 37.932670000292568 ], [ -121.714517999921569, 37.932690000009302 ], [ -121.712545000418658, 37.932835999831795 ], [ -121.711228999968455, 37.932635999982111 ], [ -121.706815000259169, 37.932635000243671 ], [ -121.69813699973011, 37.932620999652606 ], [ -121.697453999839794, 37.932759000301282 ], [ -121.701029000023183, 37.936709999827791 ], [ -121.706396999784417, 37.942663000215248 ], [ -121.70858100007284, 37.945082999824152 ], [ -121.716722000301488, 37.954144000193182 ], [ -121.723460999866191, 37.961605999771535 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303203", "NAME": "Census Tract 3032.03", "state": "06", "county_fips": "013", "tract": "303203", "county_name": "Contra Costa County", "tot_pop_2050": 10134, "tot_pop_pov_det_2050": 10123, "tot_pop_civ_ni_2050": 10123, "tot_hh_2050": 3043, "pop_zvhhs_2050": 185, "tot_fam_2050": 2682, "tot_pop_over5_2050": 9391, "pop_hus_rent50_2050": 239, "pop_minority_2050": 4849, "pop_over75_2050": 843, "pop_spfam_2050": 420, "pop_lep_2050": 283, "pop_below200_2050": 1624, "pop_disability_2050": 1281, "pct_minority_2050": 0.47848825735148998, "pct_over75_2050": 0.083185316755476607, "pct_spfam_2050": 0.15659955257270694, "pct_lep_2050": 0.030135235864125226, "pct_below200_2050": 0.1604267509631532, "pct_disab_2050": 0.1265435147683493, "pct_zvhhs_2050": 0.060795267827801522, "pct_hus_rent50_2050": 0.078540913572132762, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067582788916422998, "pct_minority_2040": 0.41473304798378008, "pct_spfam_2040": 0.11869436201780399, "pct_lep_2040": 0.027276033458601003, "pct_below200_2040": 0.15583228607334601, "pct_disab_2040": 0.099560266095387998, "pct_zvhhs_2040": 0.025622518946229002, "pct_hus_rent50_2040": 0.069289065319379006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.74486199966438, 37.956810000271204 ], [ -121.74434299980561, 37.95034499965373 ], [ -121.743198999782848, 37.947355999804387 ], [ -121.733234999839112, 37.926483999757444 ], [ -121.732828999958272, 37.925346999782704 ], [ -121.723788999929269, 37.925392000254178 ], [ -121.72367599995134, 37.932670000292568 ], [ -121.7234600000413, 37.945151000248586 ], [ -121.723253000352045, 37.958935999894791 ], [ -121.72533499963491, 37.96161300013938 ], [ -121.723460999866191, 37.961605999771535 ], [ -121.730012000008244, 37.96888499990925 ], [ -121.730257000230637, 37.968887999769613 ], [ -121.732387999917293, 37.971247999935663 ], [ -121.732397999963055, 37.968941000114846 ], [ -121.732398999787947, 37.968777999852911 ], [ -121.732424999727215, 37.961460999792003 ], [ -121.743351000118821, 37.961509000271171 ], [ -121.74424599972123, 37.959823999861605 ], [ -121.74486199966438, 37.956810000271204 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303204", "NAME": "Census Tract 3032.04", "state": "06", "county_fips": "013", "tract": "303204", "county_name": "Contra Costa County", "tot_pop_2050": 4535, "tot_pop_pov_det_2050": 4535, "tot_pop_civ_ni_2050": 4535, "tot_hh_2050": 1601, "pop_zvhhs_2050": 98, "tot_fam_2050": 1175, "tot_pop_over5_2050": 4288, "pop_hus_rent50_2050": 216, "pop_minority_2050": 2109, "pop_over75_2050": 244, "pop_spfam_2050": 165, "pop_lep_2050": 294, "pop_below200_2050": 1299, "pop_disability_2050": 786, "pct_minority_2050": 0.4650496141124586, "pct_over75_2050": 0.053803748621830211, "pct_spfam_2050": 0.14042553191489365, "pct_lep_2050": 0.068563432835820892, "pct_below200_2050": 0.286438809261301, "pct_disab_2050": 0.17331863285556781, "pct_zvhhs_2050": 0.061211742660836975, "pct_hus_rent50_2050": 0.13491567770143659, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052929292929293, "pct_minority_2040": 0.46666666666666706, "pct_spfam_2040": 0.17024793388429801, "pct_lep_2040": 0.028663101604277999, "pct_below200_2040": 0.33084074373484196, "pct_disab_2040": 0.11742118027485901, "pct_zvhhs_2040": 0.038770053475936005, "pct_hus_rent50_2040": 0.059892328398385, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.72367599995134, 37.932670000292568 ], [ -121.723788999929269, 37.925392000254178 ], [ -121.710222000213065, 37.92546600019805 ], [ -121.690957999949347, 37.92562400032692 ], [ -121.696490999567018, 37.931696000344033 ], [ -121.697453999839794, 37.932759000301282 ], [ -121.69813699973011, 37.932620999652606 ], [ -121.706815000259169, 37.932635000243671 ], [ -121.711228999968455, 37.932635999982111 ], [ -121.712545000418658, 37.932835999831795 ], [ -121.714517999921569, 37.932690000009302 ], [ -121.72367599995134, 37.932670000292568 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013303205", "NAME": "Census Tract 3032.05", "state": "06", "county_fips": "013", "tract": "303205", "county_name": "Contra Costa County", "tot_pop_2050": 8818, "tot_pop_pov_det_2050": 8818, "tot_pop_civ_ni_2050": 8818, "tot_hh_2050": 3454, "pop_zvhhs_2050": 136, "tot_fam_2050": 2406, "tot_pop_over5_2050": 8634, "pop_hus_rent50_2050": 60, "pop_minority_2050": 3009, "pop_over75_2050": 1669, "pop_spfam_2050": 238, "pop_lep_2050": 126, "pop_below200_2050": 1117, "pop_disability_2050": 1455, "pct_minority_2050": 0.34123383987298705, "pct_over75_2050": 0.18927194375141759, "pct_spfam_2050": 0.09891936824605152, "pct_lep_2050": 0.014593467685892982, "pct_below200_2050": 0.12667271490133816, "pct_disab_2050": 0.16500340213200276, "pct_zvhhs_2050": 0.03937463810075275, "pct_hus_rent50_2050": 0.017371163867979156, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.15302896167952401, "pct_minority_2040": 0.30770203617048203, "pct_spfam_2040": 0.053357047576700997, "pct_lep_2040": 0.013095390935934998, "pct_below200_2040": 0.12735550777791801, "pct_disab_2040": 0.12558492475022101, "pct_zvhhs_2040": 0.017790262172285, "pct_hus_rent50_2040": 0.010712035286705, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.732828999958272, 37.925346999782704 ], [ -121.732074000097924, 37.921681000055649 ], [ -121.732095000014354, 37.915927999700088 ], [ -121.731854999814828, 37.913760999742699 ], [ -121.730523000369416, 37.911314000125834 ], [ -121.729030000367203, 37.90981000023158 ], [ -121.724461999773794, 37.906463999738449 ], [ -121.723619000049965, 37.907260999678314 ], [ -121.722260999766945, 37.90545499976529 ], [ -121.720402000066869, 37.90390900015732 ], [ -121.71625500032124, 37.903707000048627 ], [ -121.712475000098465, 37.903704999785106 ], [ -121.712546000243549, 37.8957880001199 ], [ -121.710593999758757, 37.896318000306934 ], [ -121.696344000152209, 37.896378000034105 ], [ -121.678065999727508, 37.896475999955996 ], [ -121.664811000180833, 37.896493999840658 ], [ -121.678002000153398, 37.911139999948382 ], [ -121.684307000248154, 37.918190999787733 ], [ -121.690957999949347, 37.92562400032692 ], [ -121.710222000213065, 37.92546600019805 ], [ -121.723788999929269, 37.925392000254178 ], [ -121.732828999958272, 37.925346999782704 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013304001", "NAME": "Census Tract 3040.01", "state": "06", "county_fips": "013", "tract": "304001", "county_name": "Contra Costa County", "tot_pop_2050": 4966, "tot_pop_pov_det_2050": 4966, "tot_pop_civ_ni_2050": 4966, "tot_hh_2050": 1777, "pop_zvhhs_2050": 83, "tot_fam_2050": 1422, "tot_pop_over5_2050": 4693, "pop_hus_rent50_2050": 72, "pop_minority_2050": 2314, "pop_over75_2050": 300, "pop_spfam_2050": 85, "pop_lep_2050": 75, "pop_below200_2050": 392, "pop_disability_2050": 497, "pct_minority_2050": 0.4659685863874346, "pct_over75_2050": 0.060410793395086586, "pct_spfam_2050": 0.059774964838255978, "pct_lep_2050": 0.015981248668229274, "pct_below200_2050": 0.078936770036246481, "pct_disab_2050": 0.10008054772452678, "pct_zvhhs_2050": 0.046707934721440629, "pct_hus_rent50_2050": 0.040517726505346088, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019154228855721, "pct_minority_2040": 0.42039800995024895, "pct_spfam_2040": 0.086073500967117994, "pct_lep_2040": 0.029677419354838998, "pct_below200_2040": 0.13830845771144298, "pct_disab_2040": 0.077860696517412994, "pct_zvhhs_2040": 0.038338658146964993, "pct_hus_rent50_2040": 0.10862619808306698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.778891000093736, 37.918563000128515 ], [ -121.778706000145803, 37.917962000174057 ], [ -121.777624000047325, 37.91703999984734 ], [ -121.772134999912268, 37.914988999759942 ], [ -121.766110000199987, 37.91383800003279 ], [ -121.765546000135373, 37.913018000349759 ], [ -121.765064000086539, 37.908801000072074 ], [ -121.763603999696301, 37.907728999674426 ], [ -121.764418999831079, 37.904287999872224 ], [ -121.764626000418616, 37.899150000030964 ], [ -121.766700000203869, 37.897254999916804 ], [ -121.766504000385311, 37.894063000147852 ], [ -121.771800000176526, 37.888506999874799 ], [ -121.775563999607471, 37.886170999940191 ], [ -121.77617000040317, 37.883496000204552 ], [ -121.777332999794197, 37.882018000189703 ], [ -121.773425000423202, 37.879993000052274 ], [ -121.767420999729026, 37.877940000240024 ], [ -121.763544000320167, 37.875287999916303 ], [ -121.760354000101231, 37.874453000283239 ], [ -121.757012000444661, 37.871943999782317 ], [ -121.754770000429943, 37.870960999734585 ], [ -121.747147000235159, 37.869488000077247 ], [ -121.745989999793593, 37.869482000042957 ], [ -121.741972999744334, 37.870807999993978 ], [ -121.738010999946681, 37.870865000337673 ], [ -121.735090000239595, 37.870389000269036 ], [ -121.73249099984946, 37.870764000046812 ], [ -121.727297999990398, 37.872990999899095 ], [ -121.719957999652863, 37.875825000211258 ], [ -121.717195000129522, 37.876024000145158 ], [ -121.710409999635715, 37.877177999981285 ], [ -121.703051999754805, 37.87643000029199 ], [ -121.698408999716662, 37.874688999994312 ], [ -121.696808999584334, 37.879339999946204 ], [ -121.696550000016543, 37.880411000010668 ], [ -121.6965259997271, 37.883189000306047 ], [ -121.696502000335983, 37.886013999815887 ], [ -121.696484999719232, 37.887461999811038 ], [ -121.696344000152209, 37.896378000034105 ], [ -121.710593999758757, 37.896318000306934 ], [ -121.712546000243549, 37.8957880001199 ], [ -121.712475000098465, 37.903704999785106 ], [ -121.71625500032124, 37.903707000048627 ], [ -121.720402000066869, 37.90390900015732 ], [ -121.722260999766945, 37.90545499976529 ], [ -121.723619000049965, 37.907260999678314 ], [ -121.724461999773794, 37.906463999738449 ], [ -121.729030000367203, 37.90981000023158 ], [ -121.730523000369416, 37.911314000125834 ], [ -121.731854999814828, 37.913760999742699 ], [ -121.732095000014354, 37.915927999700088 ], [ -121.732074000097924, 37.921681000055649 ], [ -121.732828999958272, 37.925346999782704 ], [ -121.738616999844055, 37.925234000335415 ], [ -121.742150000194655, 37.925377999701027 ], [ -121.755527999764979, 37.925283000229932 ], [ -121.778111999943974, 37.925268999656019 ], [ -121.778159999624549, 37.923256000035629 ], [ -121.778616999559034, 37.920847999832915 ], [ -121.778891000093736, 37.918563000128515 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013304002", "NAME": "Census Tract 3040.02", "state": "06", "county_fips": "013", "tract": "304002", "county_name": "Contra Costa County", "tot_pop_2050": 1483, "tot_pop_pov_det_2050": 1394, "tot_pop_civ_ni_2050": 1400, "tot_hh_2050": 463, "pop_zvhhs_2050": 31, "tot_fam_2050": 315, "tot_pop_over5_2050": 1407, "pop_hus_rent50_2050": 12, "pop_minority_2050": 606, "pop_over75_2050": 144, "pop_spfam_2050": 44, "pop_lep_2050": 132, "pop_below200_2050": 333, "pop_disability_2050": 200, "pct_minority_2050": 0.40863115306810521, "pct_over75_2050": 0.097100472016183395, "pct_spfam_2050": 0.13968253968253969, "pct_lep_2050": 0.093816631130063957, "pct_below200_2050": 0.2388809182209469, "pct_disab_2050": 0.14285714285714285, "pct_zvhhs_2050": 0.066954643628509725, "pct_hus_rent50_2050": 0.02591792656587473, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12472487160675, "pct_minority_2040": 0.44974321349963298, "pct_spfam_2040": 0.079365079365079014, "pct_lep_2040": 0.096824167312160994, "pct_below200_2040": 0.213836477987421, "pct_disab_2040": 0.12578616352201299, "pct_zvhhs_2040": 0.010940919037198999, "pct_hus_rent50_2040": 0.031339031339031001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.694755999715497, 37.790539000048788 ], [ -121.697169000332778, 37.782691999803703 ], [ -121.670362000240189, 37.789426999848082 ], [ -121.666262000350258, 37.790426999872246 ], [ -121.634471999562592, 37.796996000335305 ], [ -121.620293999926119, 37.800960999747467 ], [ -121.577005000258069, 37.811527000220195 ], [ -121.556997000004657, 37.816487999752084 ], [ -121.556935999905292, 37.817218000173355 ], [ -121.555073000007226, 37.817442000013976 ], [ -121.553311000391489, 37.818825000107722 ], [ -121.552080000330122, 37.822496999869117 ], [ -121.552497999906535, 37.824034000057587 ], [ -121.551153999867239, 37.825101000061487 ], [ -121.552235999965731, 37.827126999753027 ], [ -121.551969000002032, 37.83000499983013 ], [ -121.549459000198695, 37.833569000334741 ], [ -121.545870999596502, 37.832337999875548 ], [ -121.544186999798598, 37.832544999725933 ], [ -121.542204000249924, 37.833785999740286 ], [ -121.541604000200323, 37.835420000267789 ], [ -121.538187000200679, 37.837425000027352 ], [ -121.538871999740792, 37.839301000026694 ], [ -121.537987000184145, 37.840909999925316 ], [ -121.538044000085534, 37.842950000302274 ], [ -121.536792000107766, 37.844175999869236 ], [ -121.536797000130605, 37.846263999804606 ], [ -121.534931999684417, 37.847536000343645 ], [ -121.534247000144319, 37.849890999774424 ], [ -121.537208999859274, 37.850837999901323 ], [ -121.538412000331562, 37.849251000277079 ], [ -121.540035000030102, 37.848842000252482 ], [ -121.542010000081177, 37.851313999994638 ], [ -121.541358999977916, 37.853113000046186 ], [ -121.541482999826471, 37.855215999931517 ], [ -121.54034600037474, 37.856715999972963 ], [ -121.541117000128608, 37.857745000010709 ], [ -121.547495999843179, 37.855226000032879 ], [ -121.548993999868259, 37.856249999965705 ], [ -121.551676000099064, 37.860399999900302 ], [ -121.553123000070514, 37.860963000283199 ], [ -121.553742000386706, 37.859233000046373 ], [ -121.55525499958209, 37.858006999754515 ], [ -121.559250999714962, 37.858845000039963 ], [ -121.560326000140748, 37.858596000188228 ], [ -121.562301000191781, 37.855682000091839 ], [ -121.561221999568048, 37.854283999994351 ], [ -121.561977000326678, 37.853137999946213 ], [ -121.562609999988283, 37.853353999836003 ], [ -121.565903000139357, 37.857862999766922 ], [ -121.568017000107588, 37.857041999916234 ], [ -121.570588000010275, 37.858009999884196 ], [ -121.568293000292115, 37.85999900015323 ], [ -121.569812000233568, 37.860689000326673 ], [ -121.571793999957322, 37.860483000040581 ], [ -121.575593000446702, 37.859277999812541 ], [ -121.577575000170427, 37.857953000235419 ], [ -121.578965000240473, 37.858497000175873 ], [ -121.579503000365833, 37.861071999837762 ], [ -121.575462999852036, 37.863117999699163 ], [ -121.573795999772571, 37.864324000221345 ], [ -121.573389000066769, 37.865751000301792 ], [ -121.57514499983472, 37.867709999980164 ], [ -121.578832999995996, 37.869949999830652 ], [ -121.579424999649717, 37.872300000183678 ], [ -121.578193999588308, 37.875479999821735 ], [ -121.573870000290725, 37.883395000215259 ], [ -121.575922000334671, 37.887550999933595 ], [ -121.575532000347323, 37.888980000266727 ], [ -121.574963000259842, 37.889450000188397 ], [ -121.569900999922027, 37.890857999771768 ], [ -121.570747000018955, 37.892148000119235 ], [ -121.575674999564129, 37.890081000098711 ], [ -121.586549999902104, 37.890097000204811 ], [ -121.602228999936727, 37.890146000109198 ], [ -121.608479999604782, 37.890043999707203 ], [ -121.614439000093157, 37.889320000298994 ], [ -121.618421999807211, 37.889369000011584 ], [ -121.619067999887605, 37.889433999941687 ], [ -121.632196999935886, 37.889287999745711 ], [ -121.641425000285864, 37.889175999826442 ], [ -121.641400000171501, 37.891462999718442 ], [ -121.641346999569734, 37.896453999854678 ], [ -121.664811000180833, 37.896493999840658 ], [ -121.678065999727508, 37.896475999955996 ], [ -121.696344000152209, 37.896378000034105 ], [ -121.696484999719232, 37.887461999811038 ], [ -121.694343999986827, 37.88716100015283 ], [ -121.688647000337596, 37.882977999880801 ], [ -121.678998999863083, 37.872324999957989 ], [ -121.677922999612377, 37.871325000241136 ], [ -121.671312000094176, 37.867644000111135 ], [ -121.667665999765674, 37.865194000001487 ], [ -121.663785999983759, 37.862497999786179 ], [ -121.654988999629012, 37.857732000110147 ], [ -121.652180999899841, 37.855727999972267 ], [ -121.647603999983929, 37.851046999891587 ], [ -121.646654000129928, 37.848803000090044 ], [ -121.646829999857019, 37.840087000132598 ], [ -121.648094000428699, 37.83755100010832 ], [ -121.653458999816877, 37.834526999778468 ], [ -121.654360999990288, 37.832962000252294 ], [ -121.655344000354575, 37.828114999811767 ], [ -121.654978999583278, 37.821802000111653 ], [ -121.655562999739374, 37.819754000117243 ], [ -121.657295000116179, 37.818258999843245 ], [ -121.660040000096174, 37.817132999815165 ], [ -121.661712000198534, 37.815467000286652 ], [ -121.663569000248799, 37.812213999857455 ], [ -121.666985000423523, 37.810271000184578 ], [ -121.668203999891034, 37.808949000187475 ], [ -121.672738000149224, 37.806050000137759 ], [ -121.675282000287766, 37.803093000310227 ], [ -121.675879999789245, 37.799463999842992 ], [ -121.67715799970631, 37.798098000157033 ], [ -121.678474000156513, 37.79756000003178 ], [ -121.685252000079274, 37.796350999697474 ], [ -121.688844999806008, 37.793146000058201 ], [ -121.693354999774755, 37.792277999851834 ], [ -121.694222999612975, 37.791561000117575 ], [ -121.694755999715497, 37.790539000048788 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013304003", "NAME": "Census Tract 3040.03", "state": "06", "county_fips": "013", "tract": "304003", "county_name": "Contra Costa County", "tot_pop_2050": 4044, "tot_pop_pov_det_2050": 4007, "tot_pop_civ_ni_2050": 4044, "tot_hh_2050": 1565, "pop_zvhhs_2050": 28, "tot_fam_2050": 1132, "tot_pop_over5_2050": 3899, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1148, "pop_over75_2050": 315, "pop_spfam_2050": 177, "pop_lep_2050": 0, "pop_below200_2050": 580, "pop_disability_2050": 339, "pct_minority_2050": 0.28387734915924828, "pct_over75_2050": 0.077893175074183973, "pct_spfam_2050": 0.15636042402826855, "pct_lep_2050": 0.0, "pct_below200_2050": 0.14474669328674819, "pct_disab_2050": 0.083827893175074178, "pct_zvhhs_2050": 0.017891373801916934, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061334014822386998, "pct_minority_2040": 0.23460260669562999, "pct_spfam_2040": 0.18286219081272098, "pct_lep_2040": 0.0063761955366629999, "pct_below200_2040": 0.22168118913377802, "pct_disab_2040": 0.10017889087656499, "pct_zvhhs_2040": 0.012491781722551, "pct_hus_rent50_2040": 0.031295487627365004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.602218999890979, 37.90118599970738 ], [ -121.602228999936727, 37.890146000109198 ], [ -121.586549999902104, 37.890097000204811 ], [ -121.575674999564129, 37.890081000098711 ], [ -121.570747000018955, 37.892148000119235 ], [ -121.569900999922027, 37.890857999771768 ], [ -121.567678999998748, 37.892430999784175 ], [ -121.566405000279687, 37.895214000141792 ], [ -121.565903999964277, 37.897672000207976 ], [ -121.566950999902645, 37.899912999950025 ], [ -121.56816199987253, 37.901016999812192 ], [ -121.571768999842973, 37.902497000098641 ], [ -121.572625999810541, 37.90466500023296 ], [ -121.570921999921154, 37.905960000114305 ], [ -121.564769000162329, 37.909009000021982 ], [ -121.563288999680594, 37.910600999845883 ], [ -121.563211999687724, 37.912217000339048 ], [ -121.565919000032864, 37.916099000002049 ], [ -121.571735000406079, 37.915667999672877 ], [ -121.574784999984587, 37.917868000274751 ], [ -121.577134999954367, 37.918392999817598 ], [ -121.582159999583965, 37.917518000151212 ], [ -121.585871000209792, 37.91876699969945 ], [ -121.590022000153326, 37.920918999695651 ], [ -121.591096999680772, 37.920844000237821 ], [ -121.59371000031463, 37.917918999993738 ], [ -121.599514000093976, 37.917570999999555 ], [ -121.599484999781652, 37.916206000249908 ], [ -121.596862999825277, 37.916093000222013 ], [ -121.596686000273294, 37.914995000338742 ], [ -121.598263999766004, 37.913984999718544 ], [ -121.599848000004812, 37.913729999888474 ], [ -121.600771999919516, 37.911244000234284 ], [ -121.600647000246056, 37.907793000326954 ], [ -121.601900000048744, 37.90548500016353 ], [ -121.602218999890979, 37.90118599970738 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013304004", "NAME": "Census Tract 3040.04", "state": "06", "county_fips": "013", "tract": "304004", "county_name": "Contra Costa County", "tot_pop_2050": 3935, "tot_pop_pov_det_2050": 3935, "tot_pop_civ_ni_2050": 3935, "tot_hh_2050": 1618, "pop_zvhhs_2050": 25, "tot_fam_2050": 1270, "tot_pop_over5_2050": 3719, "pop_hus_rent50_2050": 50, "pop_minority_2050": 860, "pop_over75_2050": 124, "pop_spfam_2050": 92, "pop_lep_2050": 44, "pop_below200_2050": 403, "pop_disability_2050": 457, "pct_minority_2050": 0.21855146124523506, "pct_over75_2050": 0.031512071156289706, "pct_spfam_2050": 0.072440944881889763, "pct_lep_2050": 0.011831137402527562, "pct_below200_2050": 0.10241423125794157, "pct_disab_2050": 0.11613722998729352, "pct_zvhhs_2050": 0.015451174289245985, "pct_hus_rent50_2050": 0.030902348578491969, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070779061194397003, "pct_minority_2040": 0.15015974440894597, "pct_spfam_2040": 0.032154340836012998, "pct_lep_2040": 0.011396011396011003, "pct_below200_2040": 0.10813467682477301, "pct_disab_2040": 0.077414598181371003, "pct_zvhhs_2040": 0.020631850419084, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.617891000252882, 37.890931000121668 ], [ -121.618421999807211, 37.889369000011584 ], [ -121.614439000093157, 37.889320000298994 ], [ -121.608479999604782, 37.890043999707203 ], [ -121.602228999936727, 37.890146000109198 ], [ -121.602218999890979, 37.90118599970738 ], [ -121.601900000048744, 37.90548500016353 ], [ -121.600647000246056, 37.907793000326954 ], [ -121.600771999919516, 37.911244000234284 ], [ -121.599848000004812, 37.913729999888474 ], [ -121.598263999766004, 37.913984999718544 ], [ -121.596686000273294, 37.914995000338742 ], [ -121.596862999825277, 37.916093000222013 ], [ -121.599484999781652, 37.916206000249908 ], [ -121.599514000093976, 37.917570999999555 ], [ -121.603759999573754, 37.917317999737854 ], [ -121.605860000196614, 37.917367999892171 ], [ -121.605601999555446, 37.915867000354076 ], [ -121.606784999936238, 37.914209999709982 ], [ -121.609503000152046, 37.906746999648121 ], [ -121.610497000386957, 37.905153999959317 ], [ -121.613253000237606, 37.903129000309647 ], [ -121.618368000278878, 37.903544999792381 ], [ -121.6183280000959, 37.892031000263053 ], [ -121.617891000252882, 37.890931000121668 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013304005", "NAME": "Census Tract 3040.05", "state": "06", "county_fips": "013", "tract": "304005", "county_name": "Contra Costa County", "tot_pop_2050": 8623, "tot_pop_pov_det_2050": 8623, "tot_pop_civ_ni_2050": 8623, "tot_hh_2050": 2392, "pop_zvhhs_2050": 83, "tot_fam_2050": 2075, "tot_pop_over5_2050": 8171, "pop_hus_rent50_2050": 62, "pop_minority_2050": 3547, "pop_over75_2050": 305, "pop_spfam_2050": 257, "pop_lep_2050": 14, "pop_below200_2050": 1307, "pop_disability_2050": 617, "pct_minority_2050": 0.41134176040821058, "pct_over75_2050": 0.035370520700452282, "pct_spfam_2050": 0.123855421686747, "pct_lep_2050": 0.0017133765756945293, "pct_below200_2050": 0.15157137887046271, "pct_disab_2050": 0.071552823843210031, "pct_zvhhs_2050": 0.034698996655518385, "pct_hus_rent50_2050": 0.025919732441471569, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026233692569483998, "pct_minority_2040": 0.26971072036301796, "pct_spfam_2040": 0.095559302979201996, "pct_lep_2040": 0.010838039993894001, "pct_below200_2040": 0.11528644356210999, "pct_disab_2040": 0.053566354077862997, "pct_zvhhs_2040": 0.048991354466858997, "pct_hus_rent50_2040": 0.041055718475073, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.641400000171501, 37.891462999718442 ], [ -121.641425000285864, 37.889175999826442 ], [ -121.632196999935886, 37.889287999745711 ], [ -121.619067999887605, 37.889433999941687 ], [ -121.618421999807211, 37.889369000011584 ], [ -121.617891000252882, 37.890931000121668 ], [ -121.6183280000959, 37.892031000263053 ], [ -121.618368000278878, 37.903544999792381 ], [ -121.613253000237606, 37.903129000309647 ], [ -121.610497000386957, 37.905153999959317 ], [ -121.609503000152046, 37.906746999648121 ], [ -121.606784999936238, 37.914209999709982 ], [ -121.605601999555446, 37.915867000354076 ], [ -121.605860000196614, 37.917367999892171 ], [ -121.603759999573754, 37.917317999737854 ], [ -121.599514000093976, 37.917570999999555 ], [ -121.59371000031463, 37.917918999993738 ], [ -121.591096999680772, 37.920844000237821 ], [ -121.590022000153326, 37.920918999695651 ], [ -121.585871000209792, 37.91876699969945 ], [ -121.582159999583965, 37.917518000151212 ], [ -121.577134999954367, 37.918392999817598 ], [ -121.574784999984587, 37.917868000274751 ], [ -121.571735000406079, 37.915667999672877 ], [ -121.565919000032864, 37.916099000002049 ], [ -121.565113999943833, 37.919173000135551 ], [ -121.561864000348777, 37.920436000004898 ], [ -121.558262000401228, 37.921380999913254 ], [ -121.556418999696334, 37.92330200023487 ], [ -121.558490999831747, 37.926208000152961 ], [ -121.558899000260766, 37.927925999781458 ], [ -121.557274000014075, 37.932247000083677 ], [ -121.561455000094881, 37.935885000211357 ], [ -121.561937000143701, 37.93761200029882 ], [ -121.560880000159599, 37.939880000085985 ], [ -121.561474000361429, 37.941552000349589 ], [ -121.563235000152247, 37.94268300004682 ], [ -121.563405999856471, 37.944273000055219 ], [ -121.561907999831391, 37.944881000150744 ], [ -121.558175000362581, 37.94537899992072 ], [ -121.557582999810563, 37.94649600014958 ], [ -121.558180000385462, 37.947366999682878 ], [ -121.560682999617796, 37.947578999917347 ], [ -121.563640000208224, 37.946110000011849 ], [ -121.565549999961945, 37.944168000139861 ], [ -121.567408999662021, 37.943981999800023 ], [ -121.568602999913509, 37.945458999799534 ], [ -121.568987999877962, 37.947618000197913 ], [ -121.568515000049942, 37.949170999976701 ], [ -121.563692000086732, 37.95351199988793 ], [ -121.56411300003623, 37.95511499972266 ], [ -121.565261000256925, 37.95511499972266 ], [ -121.573589000083317, 37.95375600025119 ], [ -121.575188000390725, 37.955044999736529 ], [ -121.575143000184909, 37.956239000139028 ], [ -121.57450100030249, 37.956938999785599 ], [ -121.571578000047253, 37.957530000182253 ], [ -121.567964000404146, 37.957478000208717 ], [ -121.565585999946947, 37.957784999682964 ], [ -121.565138000233276, 37.959848999654199 ], [ -121.566392999685789, 37.960984999893306 ], [ -121.570124000403112, 37.963262000214471 ], [ -121.573712999931871, 37.96643400010494 ], [ -121.574148000125064, 37.971813000024873 ], [ -121.575549999890669, 37.973675000337344 ], [ -121.577837000111259, 37.974595999958837 ], [ -121.579942999683567, 37.976113000336014 ], [ -121.579346999831898, 37.974469999936396 ], [ -121.582019999841876, 37.972653999723079 ], [ -121.594053000446308, 37.9724750000277 ], [ -121.594979000010852, 37.976505999661534 ], [ -121.620149000161163, 37.97670599976982 ], [ -121.620235000374876, 37.975721000182837 ], [ -121.620226999978954, 37.968855999836585 ], [ -121.640945999711761, 37.968818000163587 ], [ -121.641048999643914, 37.940066000181353 ], [ -121.641094999674692, 37.93278600027466 ], [ -121.641138000230683, 37.925556000259256 ], [ -121.641138000230683, 37.92552899975648 ], [ -121.6412040003529, 37.91795899965139 ], [ -121.641346999569734, 37.896453999854678 ], [ -121.641400000171501, 37.891462999718442 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013305000", "NAME": "Census Tract 3050", "state": "06", "county_fips": "013", "tract": "305000", "county_name": "Contra Costa County", "tot_pop_2050": 6106, "tot_pop_pov_det_2050": 5966, "tot_pop_civ_ni_2050": 6106, "tot_hh_2050": 2213, "pop_zvhhs_2050": 200, "tot_fam_2050": 1335, "tot_pop_over5_2050": 5529, "pop_hus_rent50_2050": 431, "pop_minority_2050": 4271, "pop_over75_2050": 298, "pop_spfam_2050": 517, "pop_lep_2050": 696, "pop_below200_2050": 2967, "pop_disability_2050": 1238, "pct_minority_2050": 0.69947592531935798, "pct_over75_2050": 0.048804454634785464, "pct_spfam_2050": 0.38726591760299628, "pct_lep_2050": 0.12588171459576775, "pct_below200_2050": 0.49731813610459269, "pct_disab_2050": 0.20275139207337045, "pct_zvhhs_2050": 0.090375056484410299, "pct_hus_rent50_2050": 0.19475824672390421, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029685772935417999, "pct_minority_2040": 0.65498184114953395, "pct_spfam_2040": 0.34864864864864903, "pct_lep_2040": 0.097120372026470989, "pct_below200_2040": 0.53463134375997401, "pct_disab_2040": 0.20716879835780802, "pct_zvhhs_2040": 0.11550561797752801, "pct_hus_rent50_2040": 0.218721461187215, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.858368000365246, 38.01680099972571 ], [ -121.860230000438406, 38.014913000235005 ], [ -121.854998000221258, 38.013138999881924 ], [ -121.855199999887617, 38.01251499984776 ], [ -121.855876999930132, 38.010797000317915 ], [ -121.854238000338071, 38.010393999691331 ], [ -121.854892999740954, 38.009032999876915 ], [ -121.844972000353266, 38.006269000187061 ], [ -121.840315999896319, 38.004983999707974 ], [ -121.837815000313796, 38.005448999865074 ], [ -121.836252999816281, 38.004867999781567 ], [ -121.835333000099538, 38.005644999716083 ], [ -121.833337999956996, 38.007368999768225 ], [ -121.819940000295205, 38.004549999920833 ], [ -121.819897999564063, 38.004705000038577 ], [ -121.819709000316521, 38.006111000082164 ], [ -121.819665999760502, 38.007088999831971 ], [ -121.819683000377239, 38.010191999913594 ], [ -121.813785999813177, 38.010123000170324 ], [ -121.81379500003402, 38.006191999775275 ], [ -121.815062000080417, 38.003547999994808 ], [ -121.805998999586862, 38.001646999681867 ], [ -121.806002999784823, 38.004880999880079 ], [ -121.810022000382219, 38.004909999873767 ], [ -121.810024000032058, 38.011185000289103 ], [ -121.808792000145758, 38.011177000317723 ], [ -121.80600899963261, 38.01088599979235 ], [ -121.804999000402475, 38.012223999679492 ], [ -121.796946000037394, 38.012271000154577 ], [ -121.798776000323471, 38.01376300026611 ], [ -121.799087999594704, 38.014686999992882 ], [ -121.800959999713612, 38.015638000050515 ], [ -121.801250000141806, 38.021124999697541 ], [ -121.801270000233316, 38.021621999664262 ], [ -121.809310000179607, 38.020321000025781 ], [ -121.813307999962291, 38.020534999685559 ], [ -121.815673000000686, 38.021037999818077 ], [ -121.818175000306439, 38.022190000149045 ], [ -121.822671000031477, 38.025321999675903 ], [ -121.828067000280129, 38.028020000248304 ], [ -121.830316999792487, 38.029722999788476 ], [ -121.831301999806584, 38.030058999844549 ], [ -121.83826800005032, 38.02908100018486 ], [ -121.840549000423124, 38.028547999687177 ], [ -121.842294000320408, 38.028340999741495 ], [ -121.846159999858614, 38.029011999826494 ], [ -121.847534000035139, 38.029759000095645 ], [ -121.850366000053768, 38.022331999936178 ], [ -121.855788000241688, 38.023520000280882 ], [ -121.858368000365246, 38.01680099972571 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013306002", "NAME": "Census Tract 3060.02", "state": "06", "county_fips": "013", "tract": "306002", "county_name": "Contra Costa County", "tot_pop_2050": 3587, "tot_pop_pov_det_2050": 3587, "tot_pop_civ_ni_2050": 3587, "tot_hh_2050": 1059, "pop_zvhhs_2050": 18, "tot_fam_2050": 791, "tot_pop_over5_2050": 3347, "pop_hus_rent50_2050": 47, "pop_minority_2050": 2190, "pop_over75_2050": 306, "pop_spfam_2050": 167, "pop_lep_2050": 351, "pop_below200_2050": 1177, "pop_disability_2050": 498, "pct_minority_2050": 0.61053805408419293, "pct_over75_2050": 0.085308056872037921, "pct_spfam_2050": 0.2111251580278129, "pct_lep_2050": 0.10487003286525247, "pct_below200_2050": 0.32812935600780602, "pct_disab_2050": 0.13883468079174802, "pct_zvhhs_2050": 0.0169971671388102, "pct_hus_rent50_2050": 0.044381491973559971, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079109589041095996, "pct_minority_2040": 0.47773972602739706, "pct_spfam_2040": 0.091377091377091005, "pct_lep_2040": 0.084078711985689017, "pct_below200_2040": 0.31053540587219297, "pct_disab_2040": 0.139041095890411, "pct_zvhhs_2040": 0.032139577594122996, "pct_hus_rent50_2040": 0.019102196752626997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.801270000233316, 38.021621999664262 ], [ -121.801250000141806, 38.021124999697541 ], [ -121.800959999713612, 38.015638000050515 ], [ -121.799087999594704, 38.014686999992882 ], [ -121.791630999979603, 38.013089999845718 ], [ -121.783417999780937, 38.011365999850476 ], [ -121.781620000180197, 38.011132000020098 ], [ -121.77262700000685, 38.011142000167268 ], [ -121.772611999938249, 38.004950000309925 ], [ -121.782811999883521, 38.004916000188331 ], [ -121.787587999991075, 38.004170999727819 ], [ -121.787492999556491, 38.000440000002591 ], [ -121.786334000363468, 37.998151999728137 ], [ -121.769235000121583, 37.995209000288753 ], [ -121.759671000210943, 37.993487000296412 ], [ -121.756220999701, 37.992208999828975 ], [ -121.750497000287638, 37.988553999917677 ], [ -121.750767999550973, 37.997815999914302 ], [ -121.750765000076242, 38.009020999921155 ], [ -121.750763000426389, 38.009081999793885 ], [ -121.750812999756789, 38.017716000117133 ], [ -121.750545999793118, 38.019552999685772 ], [ -121.751592999731486, 38.019749000043589 ], [ -121.751679999770118, 38.024308000330031 ], [ -121.758251000003654, 38.02412899999316 ], [ -121.765126999835729, 38.023194999795813 ], [ -121.770619000343842, 38.021111999648923 ], [ -121.777485000130156, 38.01891700001282 ], [ -121.781390000026448, 38.018612000016361 ], [ -121.788773000021692, 38.018421000086875 ], [ -121.794862000206379, 38.019462000175537 ], [ -121.798018000090096, 38.020862999796385 ], [ -121.801270000233316, 38.021621999664262 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013306003", "NAME": "Census Tract 3060.03", "state": "06", "county_fips": "013", "tract": "306003", "county_name": "Contra Costa County", "tot_pop_2050": 5115, "tot_pop_pov_det_2050": 5026, "tot_pop_civ_ni_2050": 5026, "tot_hh_2050": 1595, "pop_zvhhs_2050": 92, "tot_fam_2050": 1166, "tot_pop_over5_2050": 4855, "pop_hus_rent50_2050": 288, "pop_minority_2050": 3184, "pop_over75_2050": 278, "pop_spfam_2050": 300, "pop_lep_2050": 435, "pop_below200_2050": 1522, "pop_disability_2050": 721, "pct_minority_2050": 0.62248289345063534, "pct_over75_2050": 0.054349951124144674, "pct_spfam_2050": 0.2572898799313893, "pct_lep_2050": 0.089598352214212154, "pct_below200_2050": 0.30282530839633903, "pct_disab_2050": 0.14345403899721448, "pct_zvhhs_2050": 0.057680250783699059, "pct_hus_rent50_2050": 0.18056426332288394, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063732057416268001, "pct_minority_2040": 0.57971291866028696, "pct_spfam_2040": 0.24808836023789302, "pct_lep_2040": 0.030167142274766003, "pct_below200_2040": 0.45299980457299205, "pct_disab_2040": 0.096585365853657998, "pct_zvhhs_2040": 0.102122776821572, "pct_hus_rent50_2040": 0.22136953955135799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.810024000032058, 38.011185000289103 ], [ -121.810022000382219, 38.004909999873767 ], [ -121.806002999784823, 38.004880999880079 ], [ -121.805998999586862, 38.001646999681867 ], [ -121.800651999742001, 38.000586999894637 ], [ -121.786334000363468, 37.998151999728137 ], [ -121.787492999556491, 38.000440000002591 ], [ -121.787587999991075, 38.004170999727819 ], [ -121.790650999988387, 38.004900999754881 ], [ -121.796766000112328, 38.00490199992543 ], [ -121.796529000285858, 38.010104999795786 ], [ -121.796946000037394, 38.012271000154577 ], [ -121.804999000402475, 38.012223999679492 ], [ -121.80600899963261, 38.01088599979235 ], [ -121.808792000145758, 38.011177000317723 ], [ -121.810024000032058, 38.011185000289103 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013306004", "NAME": "Census Tract 3060.04", "state": "06", "county_fips": "013", "tract": "306004", "county_name": "Contra Costa County", "tot_pop_2050": 3891, "tot_pop_pov_det_2050": 3891, "tot_pop_civ_ni_2050": 3891, "tot_hh_2050": 1279, "pop_zvhhs_2050": 32, "tot_fam_2050": 998, "tot_pop_over5_2050": 3667, "pop_hus_rent50_2050": 164, "pop_minority_2050": 2489, "pop_over75_2050": 259, "pop_spfam_2050": 210, "pop_lep_2050": 136, "pop_below200_2050": 928, "pop_disability_2050": 840, "pct_minority_2050": 0.63968131585710619, "pct_over75_2050": 0.0665638653302493, "pct_spfam_2050": 0.21042084168336672, "pct_lep_2050": 0.037087537496591216, "pct_below200_2050": 0.23849910048830639, "pct_disab_2050": 0.2158828064764842, "pct_zvhhs_2050": 0.025019546520719308, "pct_hus_rent50_2050": 0.12822517591868648, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034585966079149003, "pct_minority_2040": 0.68007981376787496, "pct_spfam_2040": 0.195592286501377, "pct_lep_2040": 0.095895258315639997, "pct_below200_2040": 0.36251252923488103, "pct_disab_2040": 0.169604256734287, "pct_zvhhs_2040": 0.045070422535210999, "pct_hus_rent50_2040": 0.21788772597526201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.799087999594704, 38.014686999992882 ], [ -121.798776000323471, 38.01376300026611 ], [ -121.796946000037394, 38.012271000154577 ], [ -121.796529000285858, 38.010104999795786 ], [ -121.796766000112328, 38.00490199992543 ], [ -121.790650999988387, 38.004900999754881 ], [ -121.787587999991075, 38.004170999727819 ], [ -121.782811999883521, 38.004916000188331 ], [ -121.772611999938249, 38.004950000309925 ], [ -121.77262700000685, 38.011142000167268 ], [ -121.781620000180197, 38.011132000020098 ], [ -121.783417999780937, 38.011365999850476 ], [ -121.791630999979603, 38.013089999845718 ], [ -121.799087999594704, 38.014686999992882 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013307101", "NAME": "Census Tract 3071.01", "state": "06", "county_fips": "013", "tract": "307101", "county_name": "Contra Costa County", "tot_pop_2050": 4340, "tot_pop_pov_det_2050": 4304, "tot_pop_civ_ni_2050": 4335, "tot_hh_2050": 1449, "pop_zvhhs_2050": 39, "tot_fam_2050": 1041, "tot_pop_over5_2050": 4087, "pop_hus_rent50_2050": 100, "pop_minority_2050": 2342, "pop_over75_2050": 342, "pop_spfam_2050": 151, "pop_lep_2050": 148, "pop_below200_2050": 1477, "pop_disability_2050": 796, "pct_minority_2050": 0.53963133640553007, "pct_over75_2050": 0.078801843317972353, "pct_spfam_2050": 0.14505283381364073, "pct_lep_2050": 0.036212380719354051, "pct_below200_2050": 0.34316914498141265, "pct_disab_2050": 0.18362168396770476, "pct_zvhhs_2050": 0.026915113871635608, "pct_hus_rent50_2050": 0.06901311249137336, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084823475469968004, "pct_minority_2040": 0.58138468592388792, "pct_spfam_2040": 0.167747914735867, "pct_lep_2040": 0.053563001415762, "pct_below200_2040": 0.32506950880444901, "pct_disab_2040": 0.20720513997246401, "pct_zvhhs_2040": 0.078219824679703009, "pct_hus_rent50_2040": 0.077344284736482, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.824138999919356, 37.985040999674759 ], [ -121.825595000111633, 37.982439000145163 ], [ -121.823521000326352, 37.981396999966073 ], [ -121.823772000396531, 37.980078000276826 ], [ -121.812746000445813, 37.979456000338807 ], [ -121.812025000022359, 37.979785999742063 ], [ -121.811012000419183, 37.982558000153873 ], [ -121.809002000208039, 37.981691000021399 ], [ -121.805663999851106, 37.982489999666797 ], [ -121.806025000424455, 37.986245999861502 ], [ -121.806760000193265, 37.987401000170316 ], [ -121.807444999733391, 37.988495999727071 ], [ -121.807747999682121, 37.99176700022322 ], [ -121.809547999830968, 37.991553999765003 ], [ -121.810074000260769, 37.993681000323136 ], [ -121.817741999763072, 37.994067000324421 ], [ -121.821147000067128, 37.992961000255349 ], [ -121.822402000417966, 37.992718000247976 ], [ -121.822421999611151, 37.991264999949308 ], [ -121.822845999933648, 37.989687000181831 ], [ -121.824138999919356, 37.985040999674759 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013307102", "NAME": "Census Tract 3071.02", "state": "06", "county_fips": "013", "tract": "307102", "county_name": "Contra Costa County", "tot_pop_2050": 5273, "tot_pop_pov_det_2050": 5273, "tot_pop_civ_ni_2050": 5273, "tot_hh_2050": 1746, "pop_zvhhs_2050": 129, "tot_fam_2050": 1171, "tot_pop_over5_2050": 4846, "pop_hus_rent50_2050": 372, "pop_minority_2050": 3991, "pop_over75_2050": 377, "pop_spfam_2050": 453, "pop_lep_2050": 719, "pop_below200_2050": 2718, "pop_disability_2050": 877, "pct_minority_2050": 0.75687464441494401, "pct_over75_2050": 0.07149630191541817, "pct_spfam_2050": 0.38684884713919732, "pct_lep_2050": 0.14836978951712754, "pct_below200_2050": 0.51545609709842599, "pct_disab_2050": 0.16631898350085342, "pct_zvhhs_2050": 0.073883161512027493, "pct_hus_rent50_2050": 0.21305841924398625, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039891029383149, "pct_minority_2040": 0.66102354543685493, "pct_spfam_2040": 0.33725820016820901, "pct_lep_2040": 0.11615206889309, "pct_below200_2040": 0.59661412726211294, "pct_disab_2040": 0.13991048842187198, "pct_zvhhs_2040": 0.027027027027027001, "pct_hus_rent50_2040": 0.24203821656051003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.822635999871395, 37.997127000171247 ], [ -121.822402000417966, 37.992718000247976 ], [ -121.821147000067128, 37.992961000255349 ], [ -121.817741999763072, 37.994067000324421 ], [ -121.810074000260769, 37.993681000323136 ], [ -121.810024000032058, 37.995335000099537 ], [ -121.810048000321487, 37.997536000309346 ], [ -121.81012399959117, 37.998265000293017 ], [ -121.805984000416572, 37.998254999805233 ], [ -121.805998999586862, 38.001646999681867 ], [ -121.815062000080417, 38.003547999994808 ], [ -121.81379500003402, 38.006191999775275 ], [ -121.813785999813177, 38.010123000170324 ], [ -121.819683000377239, 38.010191999913594 ], [ -121.819665999760502, 38.007088999831971 ], [ -121.819709000316521, 38.006111000082164 ], [ -121.819897999564063, 38.004705000038577 ], [ -121.819940000295205, 38.004549999920833 ], [ -121.820204999710768, 38.003614999887219 ], [ -121.820912999715404, 38.00113599990555 ], [ -121.821373999847864, 37.999518000287303 ], [ -121.822199000028391, 37.998023999980532 ], [ -121.822635999871395, 37.997127000171247 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013307201", "NAME": "Census Tract 3072.01", "state": "06", "county_fips": "013", "tract": "307201", "county_name": "Contra Costa County", "tot_pop_2050": 3785, "tot_pop_pov_det_2050": 3785, "tot_pop_civ_ni_2050": 3785, "tot_hh_2050": 1075, "pop_zvhhs_2050": 141, "tot_fam_2050": 760, "tot_pop_over5_2050": 3489, "pop_hus_rent50_2050": 261, "pop_minority_2050": 2844, "pop_over75_2050": 129, "pop_spfam_2050": 235, "pop_lep_2050": 430, "pop_below200_2050": 1913, "pop_disability_2050": 369, "pct_minority_2050": 0.75138705416116247, "pct_over75_2050": 0.034081902245706737, "pct_spfam_2050": 0.30921052631578949, "pct_lep_2050": 0.12324448265978792, "pct_below200_2050": 0.5054161162483487, "pct_disab_2050": 0.097490092470277401, "pct_zvhhs_2050": 0.13116279069767442, "pct_hus_rent50_2050": 0.2427906976744186, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029298609055934, "pct_minority_2040": 0.72595442438591307, "pct_spfam_2040": 0.31393775372124499, "pct_lep_2040": 0.058711520152332997, "pct_below200_2040": 0.54324324324324291, "pct_disab_2040": 0.145987562925674, "pct_zvhhs_2040": 0.15497835497835502, "pct_hus_rent50_2040": 0.21071115013169398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.856586999584636, 38.006059999993525 ], [ -121.856326000367019, 38.001584000270377 ], [ -121.856031999740864, 37.99800000000301 ], [ -121.850894999958271, 37.997987000100423 ], [ -121.850586000161798, 37.997073999650624 ], [ -121.84780199982373, 37.994992000107231 ], [ -121.847482999981523, 37.995041000204331 ], [ -121.839258999912218, 38.002233000131667 ], [ -121.837305999602435, 38.003901000038965 ], [ -121.836252999816281, 38.004867999781567 ], [ -121.837815000313796, 38.005448999865074 ], [ -121.840315999896319, 38.004983999707974 ], [ -121.844972000353266, 38.006269000187061 ], [ -121.854892999740954, 38.009032999876915 ], [ -121.855551000415218, 38.0092449997152 ], [ -121.856586999584636, 38.006059999993525 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013307202", "NAME": "Census Tract 3072.02", "state": "06", "county_fips": "013", "tract": "307202", "county_name": "Contra Costa County", "tot_pop_2050": 4305, "tot_pop_pov_det_2050": 4305, "tot_pop_civ_ni_2050": 4305, "tot_hh_2050": 1555, "pop_zvhhs_2050": 238, "tot_fam_2050": 1119, "tot_pop_over5_2050": 3756, "pop_hus_rent50_2050": 590, "pop_minority_2050": 3802, "pop_over75_2050": 65, "pop_spfam_2050": 655, "pop_lep_2050": 253, "pop_below200_2050": 2555, "pop_disability_2050": 788, "pct_minority_2050": 0.88315911730545882, "pct_over75_2050": 0.015098722415795587, "pct_spfam_2050": 0.58534405719392313, "pct_lep_2050": 0.067358892438764639, "pct_below200_2050": 0.5934959349593496, "pct_disab_2050": 0.18304297328687569, "pct_zvhhs_2050": 0.15305466237942122, "pct_hus_rent50_2050": 0.37942122186495175, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.010659395141298999, "pct_minority_2040": 0.86390679226574096, "pct_spfam_2040": 0.47058823529411803, "pct_lep_2040": 0.079692223138225007, "pct_below200_2040": 0.70712136409227699, "pct_disab_2040": 0.17699553792761497, "pct_zvhhs_2040": 0.18243243243243198, "pct_hus_rent50_2040": 0.34818731117824803, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.836252999816281, 38.004867999781567 ], [ -121.837305999602435, 38.003901000038965 ], [ -121.821373999847864, 37.999518000287303 ], [ -121.820912999715404, 38.00113599990555 ], [ -121.820204999710768, 38.003614999887219 ], [ -121.819940000295205, 38.004549999920833 ], [ -121.833337999956996, 38.007368999768225 ], [ -121.835333000099538, 38.005644999716083 ], [ -121.836252999816281, 38.004867999781567 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013307204", "NAME": "Census Tract 3072.04", "state": "06", "county_fips": "013", "tract": "307204", "county_name": "Contra Costa County", "tot_pop_2050": 4238, "tot_pop_pov_det_2050": 4216, "tot_pop_civ_ni_2050": 4227, "tot_hh_2050": 1291, "pop_zvhhs_2050": 56, "tot_fam_2050": 1083, "tot_pop_over5_2050": 4051, "pop_hus_rent50_2050": 34, "pop_minority_2050": 2956, "pop_over75_2050": 223, "pop_spfam_2050": 113, "pop_lep_2050": 258, "pop_below200_2050": 1247, "pop_disability_2050": 718, "pct_minority_2050": 0.69749882019820675, "pct_over75_2050": 0.052619159981123168, "pct_spfam_2050": 0.10433979686057247, "pct_lep_2050": 0.063687978276968649, "pct_below200_2050": 0.29577798861480081, "pct_disab_2050": 0.16986042110243671, "pct_zvhhs_2050": 0.043377226955848176, "pct_hus_rent50_2050": 0.026336173508907827, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039661426844013997, "pct_minority_2040": 0.6425634824667471, "pct_spfam_2040": 0.18794964028777, "pct_lep_2040": 0.074360960495740008, "pct_below200_2040": 0.31903485254691699, "pct_disab_2040": 0.141783809985458, "pct_zvhhs_2040": 0.046337817638266006, "pct_hus_rent50_2040": 0.102391629297459, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.840019999620296, 37.992957999963004 ], [ -121.840170000306443, 37.990306000078498 ], [ -121.833949999702199, 37.990077999700475 ], [ -121.832079000306535, 37.989651000014561 ], [ -121.829124000264244, 37.989607000336761 ], [ -121.825406999790658, 37.989751000278297 ], [ -121.822402000417966, 37.992718000247976 ], [ -121.822635999871395, 37.997127000171247 ], [ -121.822199000028391, 37.998023999980532 ], [ -121.824405999883027, 37.999402999746209 ], [ -121.829689999978669, 38.000419000095121 ], [ -121.832351000293073, 37.999632999940161 ], [ -121.834914999624786, 37.998961999852916 ], [ -121.837989000391076, 37.998607000296396 ], [ -121.838581000044769, 37.995408000093121 ], [ -121.840019999620296, 37.992957999963004 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013307205", "NAME": "Census Tract 3072.05", "state": "06", "county_fips": "013", "tract": "307205", "county_name": "Contra Costa County", "tot_pop_2050": 7276, "tot_pop_pov_det_2050": 7157, "tot_pop_civ_ni_2050": 7259, "tot_hh_2050": 2592, "pop_zvhhs_2050": 351, "tot_fam_2050": 1677, "tot_pop_over5_2050": 6666, "pop_hus_rent50_2050": 867, "pop_minority_2050": 5610, "pop_over75_2050": 386, "pop_spfam_2050": 535, "pop_lep_2050": 378, "pop_below200_2050": 3214, "pop_disability_2050": 1210, "pct_minority_2050": 0.7710280373831776, "pct_over75_2050": 0.053051126992853213, "pct_spfam_2050": 0.31902206320810972, "pct_lep_2050": 0.056705670567056714, "pct_below200_2050": 0.44907083973732009, "pct_disab_2050": 0.16668962667034026, "pct_zvhhs_2050": 0.13541666666666666, "pct_hus_rent50_2050": 0.33449074074074081, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045820433436531999, "pct_minority_2040": 0.651547987616099, "pct_spfam_2040": 0.22609289617486303, "pct_lep_2040": 0.053725291434364005, "pct_below200_2040": 0.43083126550868495, "pct_disab_2040": 0.18176178660049599, "pct_zvhhs_2040": 0.13163307280954301, "pct_hus_rent50_2040": 0.18659495242035601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.853715000281355, 37.985496000149382 ], [ -121.85300599955346, 37.985489999661993 ], [ -121.851325000128597, 37.986548999853603 ], [ -121.845054000369004, 37.98512600032786 ], [ -121.843713999629387, 37.984380999915992 ], [ -121.841796000378025, 37.983378999863945 ], [ -121.841090999848134, 37.983264000217119 ], [ -121.831085999896516, 37.98313699973901 ], [ -121.829460999649811, 37.98311200008731 ], [ -121.825836999960941, 37.980308999968912 ], [ -121.823772000396531, 37.980078000276826 ], [ -121.823521000326352, 37.981396999966073 ], [ -121.825595000111633, 37.982439000145163 ], [ -121.824138999919356, 37.985040999674759 ], [ -121.822845999933648, 37.989687000181831 ], [ -121.822421999611151, 37.991264999949308 ], [ -121.822402000417966, 37.992718000247976 ], [ -121.825406999790658, 37.989751000278297 ], [ -121.829124000264244, 37.989607000336761 ], [ -121.832079000306535, 37.989651000014561 ], [ -121.833949999702199, 37.990077999700475 ], [ -121.840170000306443, 37.990306000078498 ], [ -121.840019999620296, 37.992957999963004 ], [ -121.838581000044769, 37.995408000093121 ], [ -121.837989000391076, 37.998607000296396 ], [ -121.834914999624786, 37.998961999852916 ], [ -121.832351000293073, 37.999632999940161 ], [ -121.829689999978669, 38.000419000095121 ], [ -121.824405999883027, 37.999402999746209 ], [ -121.822199000028391, 37.998023999980532 ], [ -121.821373999847864, 37.999518000287303 ], [ -121.837305999602435, 38.003901000038965 ], [ -121.839258999912218, 38.002233000131667 ], [ -121.847482999981523, 37.995041000204331 ], [ -121.85116199992197, 37.991846999836675 ], [ -121.852181000271258, 37.989500000044792 ], [ -121.852911000017215, 37.98719900006428 ], [ -121.853715000281355, 37.985496000149382 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013308001", "NAME": "Census Tract 3080.01", "state": "06", "county_fips": "013", "tract": "308001", "county_name": "Contra Costa County", "tot_pop_2050": 7534, "tot_pop_pov_det_2050": 7471, "tot_pop_civ_ni_2050": 7534, "tot_hh_2050": 2467, "pop_zvhhs_2050": 146, "tot_fam_2050": 1922, "tot_pop_over5_2050": 7178, "pop_hus_rent50_2050": 284, "pop_minority_2050": 4452, "pop_over75_2050": 439, "pop_spfam_2050": 365, "pop_lep_2050": 259, "pop_below200_2050": 2728, "pop_disability_2050": 1359, "pct_minority_2050": 0.59092115741969742, "pct_over75_2050": 0.058269179718608975, "pct_spfam_2050": 0.18990634755463059, "pct_lep_2050": 0.03608247422680412, "pct_below200_2050": 0.36514522821576761, "pct_disab_2050": 0.18038226705601276, "pct_zvhhs_2050": 0.059181191730847175, "pct_hus_rent50_2050": 0.11511957843534658, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059641255605380999, "pct_minority_2040": 0.50014947683109101, "pct_spfam_2040": 0.18622848200313002, "pct_lep_2040": 0.041883989252410006, "pct_below200_2040": 0.258719182200842, "pct_disab_2040": 0.17085201793721999, "pct_zvhhs_2040": 0.062682824905976001, "pct_hus_rent50_2040": 0.081710414902624998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81012399959117, 37.998265000293017 ], [ -121.810048000321487, 37.997536000309346 ], [ -121.810024000032058, 37.995335000099537 ], [ -121.810074000260769, 37.993681000323136 ], [ -121.809547999830968, 37.991553999765003 ], [ -121.807747999682121, 37.99176700022322 ], [ -121.807444999733391, 37.988495999727071 ], [ -121.806760000193265, 37.987401000170316 ], [ -121.806025000424455, 37.986245999861502 ], [ -121.805663999851106, 37.982489999666797 ], [ -121.802733999923177, 37.983882000036608 ], [ -121.798168999702852, 37.984151999788232 ], [ -121.794549000211958, 37.984348999656667 ], [ -121.790247999582249, 37.983893000108829 ], [ -121.78735100016462, 37.984156999931578 ], [ -121.785388999634023, 37.984801000256255 ], [ -121.78413199963336, 37.986690000292526 ], [ -121.783119000030197, 37.986817999994393 ], [ -121.781920999580748, 37.985818999821113 ], [ -121.778559999657631, 37.985063999911198 ], [ -121.774790000378886, 37.982979999830874 ], [ -121.773226000231588, 37.982899999753045 ], [ -121.773231000254455, 37.983212999817411 ], [ -121.774886999564941, 37.983453000181662 ], [ -121.784591999940915, 37.990161999810383 ], [ -121.783900999654676, 37.992935999703221 ], [ -121.784728000383339, 37.994870999828343 ], [ -121.786334000363468, 37.998151999728137 ], [ -121.800651999742001, 38.000586999894637 ], [ -121.805998999586862, 38.001646999681867 ], [ -121.805984000416572, 37.998254999805233 ], [ -121.81012399959117, 37.998265000293017 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013308002", "NAME": "Census Tract 3080.02", "state": "06", "county_fips": "013", "tract": "308002", "county_name": "Contra Costa County", "tot_pop_2050": 4646, "tot_pop_pov_det_2050": 4641, "tot_pop_civ_ni_2050": 4641, "tot_hh_2050": 1424, "pop_zvhhs_2050": 20, "tot_fam_2050": 1208, "tot_pop_over5_2050": 4452, "pop_hus_rent50_2050": 127, "pop_minority_2050": 3065, "pop_over75_2050": 196, "pop_spfam_2050": 115, "pop_lep_2050": 121, "pop_below200_2050": 807, "pop_disability_2050": 997, "pct_minority_2050": 0.65970727507533367, "pct_over75_2050": 0.04218682737839001, "pct_spfam_2050": 0.095198675496688742, "pct_lep_2050": 0.027178796046720573, "pct_below200_2050": 0.17388493859082094, "pct_disab_2050": 0.21482439129497952, "pct_zvhhs_2050": 0.01404494382022472, "pct_hus_rent50_2050": 0.089185393258426962, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018963922294172, "pct_minority_2040": 0.64407955596669797, "pct_spfam_2040": 0.096085409252669007, "pct_lep_2040": 0.033220991815117999, "pct_below200_2040": 0.105104408352668, "pct_disab_2040": 0.117592592592593, "pct_zvhhs_2040": 0.019290123456790001, "pct_hus_rent50_2040": 0.045524691358024998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.786334000363468, 37.998151999728137 ], [ -121.784728000383339, 37.994870999828343 ], [ -121.783900999654676, 37.992935999703221 ], [ -121.784591999940915, 37.990161999810383 ], [ -121.774886999564941, 37.983453000181662 ], [ -121.773231000254455, 37.983212999817411 ], [ -121.77034499980914, 37.983230999712646 ], [ -121.76924000014445, 37.983088000187088 ], [ -121.766074000214985, 37.981687999976231 ], [ -121.764879000138606, 37.982179000311611 ], [ -121.760499999691106, 37.979846999857635 ], [ -121.753824999700484, 37.982095000266547 ], [ -121.751035000412969, 37.981776000306787 ], [ -121.748944999835871, 37.983058000300744 ], [ -121.743618999907426, 37.983103000125652 ], [ -121.750497000287638, 37.988553999917677 ], [ -121.756220999701, 37.992208999828975 ], [ -121.759671000210943, 37.993487000296412 ], [ -121.769235000121583, 37.995209000288753 ], [ -121.786334000363468, 37.998151999728137 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013309000", "NAME": "Census Tract 3090", "state": "06", "county_fips": "013", "tract": "309000", "county_name": "Contra Costa County", "tot_pop_2050": 3564, "tot_pop_pov_det_2050": 3528, "tot_pop_civ_ni_2050": 3553, "tot_hh_2050": 1251, "pop_zvhhs_2050": 21, "tot_fam_2050": 784, "tot_pop_over5_2050": 3308, "pop_hus_rent50_2050": 165, "pop_minority_2050": 2856, "pop_over75_2050": 90, "pop_spfam_2050": 147, "pop_lep_2050": 99, "pop_below200_2050": 1025, "pop_disability_2050": 666, "pct_minority_2050": 0.80134680134680136, "pct_over75_2050": 0.025252525252525249, "pct_spfam_2050": 0.1875, "pct_lep_2050": 0.029927448609431681, "pct_below200_2050": 0.2905328798185941, "pct_disab_2050": 0.18744722769490571, "pct_zvhhs_2050": 0.016786570743405275, "pct_hus_rent50_2050": 0.13189448441247004, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036105738233397994, "pct_minority_2040": 0.79368149580915492, "pct_spfam_2040": 0.3, "pct_lep_2040": 0.032178217821782006, "pct_below200_2040": 0.35330511234125705, "pct_disab_2040": 0.11684958037443501, "pct_zvhhs_2040": 0.037205081669690998, "pct_hus_rent50_2040": 0.18148820326678797, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.908569999675294, 38.045019999682992 ], [ -121.908778999912684, 38.039084999848384 ], [ -121.906114000298615, 38.038815999713506 ], [ -121.900477000025546, 38.039017000128545 ], [ -121.899973000235377, 38.037049000232535 ], [ -121.901965000004864, 38.034140999802482 ], [ -121.900911000393819, 38.031337000067481 ], [ -121.901559000124024, 38.030776999688939 ], [ -121.904484000029044, 38.030860000060812 ], [ -121.906264000086438, 38.029479000070673 ], [ -121.893571000056255, 38.029424999750717 ], [ -121.893012999839428, 38.030848000140743 ], [ -121.884485999821408, 38.029599999843832 ], [ -121.878501000292104, 38.027796999666634 ], [ -121.878712000179277, 38.025760999750446 ], [ -121.871813999707612, 38.024261999696165 ], [ -121.873915999980269, 38.019523999823051 ], [ -121.860230000438406, 38.014913000235005 ], [ -121.858368000365246, 38.01680099972571 ], [ -121.855788000241688, 38.023520000280882 ], [ -121.850366000053768, 38.022331999936178 ], [ -121.847534000035139, 38.029759000095645 ], [ -121.846159999858614, 38.029011999826494 ], [ -121.842294000320408, 38.028340999741495 ], [ -121.840549000423124, 38.028547999687177 ], [ -121.83826800005032, 38.02908100018486 ], [ -121.831301999806584, 38.030058999844549 ], [ -121.830316999792487, 38.029722999788476 ], [ -121.832121999964244, 38.031100999985107 ], [ -121.834198000297604, 38.034733000156976 ], [ -121.837935999789323, 38.038943999693103 ], [ -121.840561000118711, 38.045269000200818 ], [ -121.84165900011071, 38.051973999672626 ], [ -121.842039999877201, 38.052564999940294 ], [ -121.846801999741061, 38.059955000248117 ], [ -121.853639000113375, 38.064775999677373 ], [ -121.854523999670008, 38.065089000273794 ], [ -121.862462000407376, 38.066029999773605 ], [ -121.862640999609212, 38.064929000292132 ], [ -121.863648000262913, 38.06238100009287 ], [ -121.867401999648138, 38.056894999956 ], [ -121.869581999738614, 38.054414000248009 ], [ -121.872708000383412, 38.05184400006749 ], [ -121.874742999810621, 38.050676000104787 ], [ -121.880184000265089, 38.0487089997483 ], [ -121.885177000107618, 38.047590999921574 ], [ -121.889573000273572, 38.046657000335536 ], [ -121.901170999786487, 38.045360999817092 ], [ -121.906801000386878, 38.045002000098542 ], [ -121.908569999675294, 38.045019999682992 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013310000", "NAME": "Census Tract 3100", "state": "06", "county_fips": "013", "tract": "310000", "county_name": "Contra Costa County", "tot_pop_2050": 6078, "tot_pop_pov_det_2050": 5988, "tot_pop_civ_ni_2050": 6078, "tot_hh_2050": 1719, "pop_zvhhs_2050": 119, "tot_fam_2050": 1291, "tot_pop_over5_2050": 5453, "pop_hus_rent50_2050": 253, "pop_minority_2050": 5397, "pop_over75_2050": 186, "pop_spfam_2050": 356, "pop_lep_2050": 713, "pop_below200_2050": 2780, "pop_disability_2050": 923, "pct_minority_2050": 0.88795656465942741, "pct_over75_2050": 0.030602171767028633, "pct_spfam_2050": 0.27575522850503492, "pct_lep_2050": 0.13075371355217311, "pct_below200_2050": 0.46426185704742817, "pct_disab_2050": 0.15185916419874959, "pct_zvhhs_2050": 0.069226294357184415, "pct_hus_rent50_2050": 0.14717859220477025, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029678884203697999, "pct_minority_2040": 0.87268893934479397, "pct_spfam_2040": 0.27834179357021999, "pct_lep_2040": 0.13376806485724402, "pct_below200_2040": 0.51164327002477294, "pct_disab_2040": 0.17012650016217998, "pct_zvhhs_2040": 0.067080745341614997, "pct_hus_rent50_2040": 0.191944619257395, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.917448000220887, 38.02891100018978 ], [ -121.917912999652998, 38.027530000254089 ], [ -121.906669000142401, 38.026154999752052 ], [ -121.890873999756849, 38.024712000072064 ], [ -121.886990999601878, 38.023927999765796 ], [ -121.880401999825011, 38.02183100007305 ], [ -121.873915999980269, 38.019523999823051 ], [ -121.871813999707612, 38.024261999696165 ], [ -121.878712000179277, 38.025760999750446 ], [ -121.878501000292104, 38.027796999666634 ], [ -121.884485999821408, 38.029599999843832 ], [ -121.893012999839428, 38.030848000140743 ], [ -121.893571000056255, 38.029424999750717 ], [ -121.906264000086438, 38.029479000070673 ], [ -121.916445999590081, 38.029495000262699 ], [ -121.917448000220887, 38.02891100018978 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013311000", "NAME": "Census Tract 3110", "state": "06", "county_fips": "013", "tract": "311000", "county_name": "Contra Costa County", "tot_pop_2050": 5348, "tot_pop_pov_det_2050": 5333, "tot_pop_civ_ni_2050": 5348, "tot_hh_2050": 1483, "pop_zvhhs_2050": 130, "tot_fam_2050": 1167, "tot_pop_over5_2050": 4821, "pop_hus_rent50_2050": 286, "pop_minority_2050": 4577, "pop_over75_2050": 336, "pop_spfam_2050": 419, "pop_lep_2050": 292, "pop_below200_2050": 2192, "pop_disability_2050": 934, "pct_minority_2050": 0.85583395661929695, "pct_over75_2050": 0.062827225130890049, "pct_spfam_2050": 0.35904027420736928, "pct_lep_2050": 0.060568346816013273, "pct_below200_2050": 0.41102568910556908, "pct_disab_2050": 0.17464472700074796, "pct_zvhhs_2050": 0.087660148347943362, "pct_hus_rent50_2050": 0.19285232636547539, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028690071725178998, "pct_minority_2040": 0.90902227255568091, "pct_spfam_2040": 0.27834179357021999, "pct_lep_2040": 0.11954261954261999, "pct_below200_2040": 0.51999241993556899, "pct_disab_2040": 0.14382785956964902, "pct_zvhhs_2040": 0.056904927133935003, "pct_hus_rent50_2040": 0.16172316384180802, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.90666400011952, 38.025923000201537 ], [ -121.906899000296178, 38.020168000295968 ], [ -121.902775000116762, 38.020048999734811 ], [ -121.89949299983634, 38.019665999822436 ], [ -121.889405000044079, 38.017102000165487 ], [ -121.882969000428062, 38.015536000353805 ], [ -121.882597999809008, 38.016126000271292 ], [ -121.880401999825011, 38.02183100007305 ], [ -121.886990999601878, 38.023927999765796 ], [ -121.890873999756849, 38.024712000072064 ], [ -121.906669000142401, 38.026154999752052 ], [ -121.90666400011952, 38.025923000201537 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013312000", "NAME": "Census Tract 3120", "state": "06", "county_fips": "013", "tract": "312000", "county_name": "Contra Costa County", "tot_pop_2050": 2352, "tot_pop_pov_det_2050": 2259, "tot_pop_civ_ni_2050": 2300, "tot_hh_2050": 775, "pop_zvhhs_2050": 145, "tot_fam_2050": 545, "tot_pop_over5_2050": 2152, "pop_hus_rent50_2050": 190, "pop_minority_2050": 2126, "pop_over75_2050": 121, "pop_spfam_2050": 178, "pop_lep_2050": 330, "pop_below200_2050": 1089, "pop_disability_2050": 417, "pct_minority_2050": 0.90391156462585043, "pct_over75_2050": 0.051445578231292519, "pct_spfam_2050": 0.32660550458715598, "pct_lep_2050": 0.15334572490706319, "pct_below200_2050": 0.48207171314741037, "pct_disab_2050": 0.18130434782608693, "pct_zvhhs_2050": 0.18709677419354839, "pct_hus_rent50_2050": 0.24516129032258066, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.065302568567696992, "pct_minority_2040": 0.87331301697866792, "pct_spfam_2040": 0.39915074309978799, "pct_lep_2040": 0.093528578176664989, "pct_below200_2040": 0.49460431654676296, "pct_disab_2040": 0.18897287683414898, "pct_zvhhs_2040": 0.16462585034013599, "pct_hus_rent50_2040": 0.205663189269747, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.882597999809008, 38.016126000271292 ], [ -121.882969000428062, 38.015536000353805 ], [ -121.866938999865866, 38.011835000177356 ], [ -121.860908000305798, 38.010357999778712 ], [ -121.856180999703739, 38.009111999654628 ], [ -121.855551000415218, 38.0092449997152 ], [ -121.854892999740954, 38.009032999876915 ], [ -121.854238000338071, 38.010393999691331 ], [ -121.855876999930132, 38.010797000317915 ], [ -121.855199999887617, 38.01251499984776 ], [ -121.854998000221258, 38.013138999881924 ], [ -121.860230000438406, 38.014913000235005 ], [ -121.873915999980269, 38.019523999823051 ], [ -121.880401999825011, 38.02183100007305 ], [ -121.882597999809008, 38.016126000271292 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313101", "NAME": "Census Tract 3131.01", "state": "06", "county_fips": "013", "tract": "313101", "county_name": "Contra Costa County", "tot_pop_2050": 7055, "tot_pop_pov_det_2050": 6921, "tot_pop_civ_ni_2050": 7055, "tot_hh_2050": 2538, "pop_zvhhs_2050": 425, "tot_fam_2050": 1613, "tot_pop_over5_2050": 6539, "pop_hus_rent50_2050": 455, "pop_minority_2050": 5500, "pop_over75_2050": 584, "pop_spfam_2050": 456, "pop_lep_2050": 494, "pop_below200_2050": 2834, "pop_disability_2050": 1145, "pct_minority_2050": 0.77958894401133949, "pct_over75_2050": 0.082778171509567677, "pct_spfam_2050": 0.28270303781773087, "pct_lep_2050": 0.075546719681908542, "pct_below200_2050": 0.40947839907527817, "pct_disab_2050": 0.16229624379872432, "pct_zvhhs_2050": 0.16745468873128447, "pct_hus_rent50_2050": 0.17927501970055162, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.080152171061262004, "pct_minority_2040": 0.75796930342384916, "pct_spfam_2040": 0.302313354363828, "pct_lep_2040": 0.090531442486750005, "pct_below200_2040": 0.49047619047619001, "pct_disab_2040": 0.15731964191679801, "pct_zvhhs_2040": 0.152976639035418, "pct_hus_rent50_2040": 0.15194755109911301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.895534000411743, 38.000709999693449 ], [ -121.896586000373006, 37.998074999995239 ], [ -121.892956999762916, 37.998092000228233 ], [ -121.88888899966004, 37.997958999757749 ], [ -121.882928000420193, 37.997984000013609 ], [ -121.880082999982776, 37.997969999843086 ], [ -121.875060999827937, 37.997972999930418 ], [ -121.873962999835925, 37.997971000108187 ], [ -121.873895000063868, 38.000222999724571 ], [ -121.872961000103416, 38.002784000252234 ], [ -121.8703840003529, 38.009485999955253 ], [ -121.869000999955574, 38.010974999866455 ], [ -121.866938999865866, 38.011835000177356 ], [ -121.882969000428062, 38.015536000353805 ], [ -121.889405000044079, 38.017102000165487 ], [ -121.889876000222273, 38.015643000170783 ], [ -121.891985000167608, 38.01004999996092 ], [ -121.892957999587821, 38.007378999720885 ], [ -121.895534000411743, 38.000709999693449 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313102", "NAME": "Census Tract 3131.02", "state": "06", "county_fips": "013", "tract": "313102", "county_name": "Contra Costa County", "tot_pop_2050": 4310, "tot_pop_pov_det_2050": 4220, "tot_pop_civ_ni_2050": 4223, "tot_hh_2050": 1491, "pop_zvhhs_2050": 108, "tot_fam_2050": 1001, "tot_pop_over5_2050": 4108, "pop_hus_rent50_2050": 287, "pop_minority_2050": 3474, "pop_over75_2050": 192, "pop_spfam_2050": 253, "pop_lep_2050": 215, "pop_below200_2050": 1444, "pop_disability_2050": 408, "pct_minority_2050": 0.80603248259860794, "pct_over75_2050": 0.044547563805104405, "pct_spfam_2050": 0.25274725274725274, "pct_lep_2050": 0.052336903602726387, "pct_below200_2050": 0.34218009478672984, "pct_disab_2050": 0.096613781671797294, "pct_zvhhs_2050": 0.072434607645875254, "pct_hus_rent50_2050": 0.19248826291079807, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.067317845828934006, "pct_minority_2040": 0.71620908130939798, "pct_spfam_2040": 0.23268398268398299, "pct_lep_2040": 0.026651545222569, "pct_below200_2040": 0.165496760259179, "pct_disab_2040": 0.162257019438445, "pct_zvhhs_2040": 0.069872276483847001, "pct_hus_rent50_2040": 0.12804878048780499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.873895000063868, 38.000222999724571 ], [ -121.873962999835925, 37.997971000108187 ], [ -121.860848999856259, 37.998001999824453 ], [ -121.856031999740864, 37.99800000000301 ], [ -121.856326000367019, 38.001584000270377 ], [ -121.856586999584636, 38.006059999993525 ], [ -121.855551000415218, 38.0092449997152 ], [ -121.856180999703739, 38.009111999654628 ], [ -121.860908000305798, 38.010357999778712 ], [ -121.866938999865866, 38.011835000177356 ], [ -121.869000999955574, 38.010974999866455 ], [ -121.8703840003529, 38.009485999955253 ], [ -121.872961000103416, 38.002784000252234 ], [ -121.873895000063868, 38.000222999724571 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313103", "NAME": "Census Tract 3131.03", "state": "06", "county_fips": "013", "tract": "313103", "county_name": "Contra Costa County", "tot_pop_2050": 8974, "tot_pop_pov_det_2050": 8943, "tot_pop_civ_ni_2050": 8951, "tot_hh_2050": 2657, "pop_zvhhs_2050": 0, "tot_fam_2050": 2158, "tot_pop_over5_2050": 8313, "pop_hus_rent50_2050": 311, "pop_minority_2050": 6052, "pop_over75_2050": 301, "pop_spfam_2050": 127, "pop_lep_2050": 280, "pop_below200_2050": 1688, "pop_disability_2050": 1323, "pct_minority_2050": 0.67439268999331403, "pct_over75_2050": 0.033541341653666144, "pct_spfam_2050": 0.058850787766450426, "pct_lep_2050": 0.033682184530253817, "pct_below200_2050": 0.18875097841887509, "pct_disab_2050": 0.14780471455703273, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.11704930372600678, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028866492472314997, "pct_minority_2040": 0.73422918999626707, "pct_spfam_2040": 0.14277929155313401, "pct_lep_2040": 0.078352390852390999, "pct_below200_2040": 0.21237395742561899, "pct_disab_2040": 0.16917714427984598, "pct_zvhhs_2040": 0.038507344184199994, "pct_hus_rent50_2040": 0.086661341853034993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.898700000341208, 37.983674999979087 ], [ -121.898881999916085, 37.982916999962754 ], [ -121.898327999897205, 37.982121000037885 ], [ -121.89640899992267, 37.97656999992541 ], [ -121.894903000399964, 37.973078000199344 ], [ -121.893857000286516, 37.971654000137363 ], [ -121.885418999956954, 37.966139999841346 ], [ -121.884037000282845, 37.964606999983403 ], [ -121.882679999824745, 37.960230000200255 ], [ -121.882539000257765, 37.958383999710726 ], [ -121.875982000267925, 37.957035999655588 ], [ -121.874444000059853, 37.956102999919473 ], [ -121.873074999906208, 37.957075999988184 ], [ -121.869024000420097, 37.957294999900128 ], [ -121.86899799958249, 37.956382000265037 ], [ -121.865466999780054, 37.95612800027034 ], [ -121.863808000096512, 37.957601000032163 ], [ -121.862946999930969, 37.959288999993234 ], [ -121.862698000408926, 37.962431000287509 ], [ -121.863557999851253, 37.965632999895 ], [ -121.8635770001178, 37.968522000322913 ], [ -121.861513000378309, 37.9744910001912 ], [ -121.861694999953173, 37.9761770002345 ], [ -121.858387999558431, 37.978791000112416 ], [ -121.857318000053823, 37.980406999919033 ], [ -121.855690000332388, 37.981087000014362 ], [ -121.854650999891632, 37.983215999800237 ], [ -121.853839999954801, 37.984783000038121 ], [ -121.853715000281355, 37.985496000149382 ], [ -121.852911000017215, 37.98719900006428 ], [ -121.852181000271258, 37.989500000044792 ], [ -121.85116199992197, 37.991846999836675 ], [ -121.847482999981523, 37.995041000204331 ], [ -121.84780199982373, 37.994992000107231 ], [ -121.850586000161798, 37.997073999650624 ], [ -121.850894999958271, 37.997987000100423 ], [ -121.856031999740864, 37.99800000000301 ], [ -121.860848999856259, 37.998001999824453 ], [ -121.873962999835925, 37.997971000108187 ], [ -121.875060999827937, 37.997972999930418 ], [ -121.880082999982776, 37.997969999843086 ], [ -121.882928000420193, 37.997984000013609 ], [ -121.88888899966004, 37.997958999757749 ], [ -121.892956999762916, 37.998092000228233 ], [ -121.896586000373006, 37.998074999995239 ], [ -121.89725400019465, 37.996147000059366 ], [ -121.897321000141815, 37.995486999684331 ], [ -121.895937999744447, 37.991816000350823 ], [ -121.895874999995272, 37.990780000291785 ], [ -121.895880999843058, 37.990747000335837 ], [ -121.896102999600913, 37.989911999942137 ], [ -121.897157000110283, 37.988145999654336 ], [ -121.897331000187549, 37.9878829997187 ], [ -121.897747999939085, 37.987064999960509 ], [ -121.898700000341208, 37.983674999979087 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313203", "NAME": "Census Tract 3132.03", "state": "06", "county_fips": "013", "tract": "313203", "county_name": "Contra Costa County", "tot_pop_2050": 3299, "tot_pop_pov_det_2050": 3299, "tot_pop_civ_ni_2050": 3279, "tot_hh_2050": 944, "pop_zvhhs_2050": 30, "tot_fam_2050": 832, "tot_pop_over5_2050": 3161, "pop_hus_rent50_2050": 43, "pop_minority_2050": 2426, "pop_over75_2050": 143, "pop_spfam_2050": 113, "pop_lep_2050": 145, "pop_below200_2050": 571, "pop_disability_2050": 391, "pct_minority_2050": 0.73537435586541378, "pct_over75_2050": 0.043346468626856621, "pct_spfam_2050": 0.13581730769230768, "pct_lep_2050": 0.045871559633027525, "pct_below200_2050": 0.17308275234919673, "pct_disab_2050": 0.11924367185117415, "pct_zvhhs_2050": 0.031779661016949151, "pct_hus_rent50_2050": 0.045550847457627122, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022054190296156, "pct_minority_2040": 0.69880277252678002, "pct_spfam_2040": 0.12005277044854902, "pct_lep_2040": 0.078, "pct_below200_2040": 0.30970384373030896, "pct_disab_2040": 0.099715998737771996, "pct_zvhhs_2040": 0.021459227467810999, "pct_hus_rent50_2040": 0.071274298056154997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.941942000153617, 38.015470000058038 ], [ -121.941942000153617, 38.015361999960653 ], [ -121.941785999619697, 38.012067999814143 ], [ -121.93807499989218, 38.012104000302507 ], [ -121.933796999727008, 38.012005000155483 ], [ -121.932974999919551, 38.010518000120072 ], [ -121.935970000144792, 38.003960999741153 ], [ -121.932439000342328, 38.003496000057218 ], [ -121.930544999583816, 38.003367999727146 ], [ -121.930887999715495, 38.005055999838518 ], [ -121.928993000030388, 38.011130999934529 ], [ -121.926896999605503, 38.01219300031341 ], [ -121.925555000114343, 38.011723000076231 ], [ -121.925092000332086, 38.010945000060303 ], [ -121.92256400008705, 38.010627999754092 ], [ -121.921754999800072, 38.009366000342993 ], [ -121.920811999618792, 38.00945299992221 ], [ -121.920599999906671, 38.008925000204385 ], [ -121.920907999878253, 38.007159999879093 ], [ -121.921775999716473, 38.006697000248167 ], [ -121.922747000385172, 38.005113999675956 ], [ -121.92189200006743, 38.00313099997495 ], [ -121.920820000014686, 38.002291000078536 ], [ -121.917602000206685, 38.001259999711607 ], [ -121.9125759998539, 37.999649999812007 ], [ -121.912081000284573, 37.998704000327898 ], [ -121.910926000391171, 37.999463999834106 ], [ -121.909932000156232, 38.000884999696218 ], [ -121.907849999975085, 37.999443999892115 ], [ -121.907674000247994, 38.005250999866455 ], [ -121.907569999592596, 38.008209999656586 ], [ -121.91161500012926, 38.009290999866245 ], [ -121.914170000138441, 38.011530999808052 ], [ -121.914488000155757, 38.012956000330533 ], [ -121.914663000057956, 38.01368299978779 ], [ -121.924885999569426, 38.016231999918702 ], [ -121.925874999781485, 38.017493000021865 ], [ -121.930167000190366, 38.018228999670882 ], [ -121.932041999783976, 38.017880999934924 ], [ -121.932753999986616, 38.017283999979874 ], [ -121.934693999877567, 38.016245000125323 ], [ -121.93801100031807, 38.018478999966192 ], [ -121.938139000364615, 38.019115999878473 ], [ -121.94188799972693, 38.019094999658549 ], [ -121.941917000039282, 38.018496999699742 ], [ -121.941942000153617, 38.015470000058038 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313204", "NAME": "Census Tract 3132.04", "state": "06", "county_fips": "013", "tract": "313204", "county_name": "Contra Costa County", "tot_pop_2050": 5711, "tot_pop_pov_det_2050": 5705, "tot_pop_civ_ni_2050": 5696, "tot_hh_2050": 1720, "pop_zvhhs_2050": 90, "tot_fam_2050": 1373, "tot_pop_over5_2050": 5286, "pop_hus_rent50_2050": 161, "pop_minority_2050": 4415, "pop_over75_2050": 172, "pop_spfam_2050": 289, "pop_lep_2050": 894, "pop_below200_2050": 1702, "pop_disability_2050": 489, "pct_minority_2050": 0.77306951497110843, "pct_over75_2050": 0.030117317457538081, "pct_spfam_2050": 0.21048798252002912, "pct_lep_2050": 0.16912599318955732, "pct_below200_2050": 0.29833479404031549, "pct_disab_2050": 0.0858497191011236, "pct_zvhhs_2050": 0.05232558139534884, "pct_hus_rent50_2050": 0.093604651162790695, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038504053058217004, "pct_minority_2040": 0.77247605011053799, "pct_spfam_2040": 0.24426877470355701, "pct_lep_2040": 0.15465139245506601, "pct_below200_2040": 0.30425138632162702, "pct_disab_2040": 0.11669128508124101, "pct_zvhhs_2040": 0.066549912434325995, "pct_hus_rent50_2040": 0.15194346289752697, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.950141000108559, 37.988506000129377 ], [ -121.951301999849747, 37.987095000332602 ], [ -121.939139000447284, 37.979871999913556 ], [ -121.939140000272204, 37.971602000250847 ], [ -121.940459000197151, 37.967744000228599 ], [ -121.945310999574346, 37.963545999700457 ], [ -121.948657000327188, 37.963084000315874 ], [ -121.948869999864229, 37.96142399988819 ], [ -121.946021999952052, 37.959772000095725 ], [ -121.942832999558064, 37.962164000089309 ], [ -121.940670999909244, 37.962904999950901 ], [ -121.93292399986592, 37.961768000323424 ], [ -121.930140000426178, 37.962035999883433 ], [ -121.928782000143187, 37.962914000264504 ], [ -121.927125999934361, 37.967056999892591 ], [ -121.921459000422374, 37.970679999959998 ], [ -121.91585399993636, 37.974245000268773 ], [ -121.914030000396352, 37.974781000094509 ], [ -121.910579000061546, 37.974907000291239 ], [ -121.905577999823109, 37.977388999681445 ], [ -121.901301000381153, 37.978962000038045 ], [ -121.900087999863118, 37.979942000308085 ], [ -121.899436999759871, 37.981003999923843 ], [ -121.898881999916085, 37.982916999962754 ], [ -121.898700000341208, 37.983674999979087 ], [ -121.897747999939085, 37.987064999960509 ], [ -121.897331000187549, 37.9878829997187 ], [ -121.897157000110283, 37.988145999654336 ], [ -121.896102999600913, 37.989911999942137 ], [ -121.895880999843058, 37.990747000335837 ], [ -121.895874999995272, 37.990780000291785 ], [ -121.895937999744447, 37.991816000350823 ], [ -121.897321000141815, 37.995486999684331 ], [ -121.89725400019465, 37.996147000059366 ], [ -121.896586000373006, 37.998074999995239 ], [ -121.895534000411743, 38.000709999693449 ], [ -121.892957999587821, 38.007378999720885 ], [ -121.899224000222844, 38.00904300031042 ], [ -121.901672999926816, 38.008069000239026 ], [ -121.902558000381802, 38.00883099988804 ], [ -121.904793999650437, 38.00911499999394 ], [ -121.907569999592596, 38.008209999656586 ], [ -121.907674000247994, 38.005250999866455 ], [ -121.907849999975085, 37.999443999892115 ], [ -121.909932000156232, 38.000884999696218 ], [ -121.910926000391171, 37.999463999834106 ], [ -121.912081000284573, 37.998704000327898 ], [ -121.9125759998539, 37.999649999812007 ], [ -121.917602000206685, 38.001259999711607 ], [ -121.920820000014686, 38.002291000078536 ], [ -121.92189200006743, 38.00313099997495 ], [ -121.922747000385172, 38.005113999675956 ], [ -121.921775999716473, 38.006697000248167 ], [ -121.920907999878253, 38.007159999879093 ], [ -121.920599999906671, 38.008925000204385 ], [ -121.920811999618792, 38.00945299992221 ], [ -121.921754999800072, 38.009366000342993 ], [ -121.92256400008705, 38.010627999754092 ], [ -121.925092000332086, 38.010945000060303 ], [ -121.925555000114343, 38.011723000076231 ], [ -121.926896999605503, 38.01219300031341 ], [ -121.928993000030388, 38.011130999934529 ], [ -121.930887999715495, 38.005055999838518 ], [ -121.930544999583816, 38.003367999727146 ], [ -121.932439000342328, 38.003496000057218 ], [ -121.935970000144792, 38.003960999741153 ], [ -121.932974999919551, 38.010518000120072 ], [ -121.933796999727008, 38.012005000155483 ], [ -121.93807499989218, 38.012104000302507 ], [ -121.941785999619697, 38.012067999814143 ], [ -121.941167000201801, 38.00982599979541 ], [ -121.940836999590601, 38.00711899980049 ], [ -121.941294000423412, 38.006218999653122 ], [ -121.944077999863154, 38.004752999844186 ], [ -121.945842000026985, 38.003587000277705 ], [ -121.946421000160214, 38.002083000080745 ], [ -121.946843999759537, 38.001619000028754 ], [ -121.947012999813936, 38.000679999934214 ], [ -121.946798999553721, 37.999093000128596 ], [ -121.946837000086845, 37.998751000267802 ], [ -121.947005000316338, 37.998393999879269 ], [ -121.9477209998186, 37.997672999791988 ], [ -121.947910999789372, 37.997168000173701 ], [ -121.948193999646605, 37.995025000277359 ], [ -121.94900799995645, 37.990015000262936 ], [ -121.950141000108559, 37.988506000129377 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313205", "NAME": "Census Tract 3132.05", "state": "06", "county_fips": "013", "tract": "313205", "county_name": "Contra Costa County", "tot_pop_2050": 1676, "tot_pop_pov_det_2050": 1676, "tot_pop_civ_ni_2050": 1676, "tot_hh_2050": 507, "pop_zvhhs_2050": 15, "tot_fam_2050": 438, "tot_pop_over5_2050": 1589, "pop_hus_rent50_2050": 60, "pop_minority_2050": 1361, "pop_over75_2050": 21, "pop_spfam_2050": 74, "pop_lep_2050": 108, "pop_below200_2050": 264, "pop_disability_2050": 171, "pct_minority_2050": 0.81205250596658707, "pct_over75_2050": 0.012529832935560859, "pct_spfam_2050": 0.16894977168949771, "pct_lep_2050": 0.067967275015733172, "pct_below200_2050": 0.15751789976133651, "pct_disab_2050": 0.10202863961813842, "pct_zvhhs_2050": 0.029585798816568049, "pct_hus_rent50_2050": 0.11834319526627217, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044391408114559008, "pct_minority_2040": 0.83436754176610994, "pct_spfam_2040": 0.056206088992974003, "pct_lep_2040": 0.08237747653806099, "pct_below200_2040": 0.23914081145584698, "pct_disab_2040": 0.13508353221957001, "pct_zvhhs_2040": 0.035019455252917997, "pct_hus_rent50_2040": 0.095330739299610986, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.938139000364615, 38.019115999878473 ], [ -121.93801100031807, 38.018478999966192 ], [ -121.934693999877567, 38.016245000125323 ], [ -121.932753999986616, 38.017283999979874 ], [ -121.932041999783976, 38.017880999934924 ], [ -121.930167000190366, 38.018228999670882 ], [ -121.925874999781485, 38.017493000021865 ], [ -121.924885999569426, 38.016231999918702 ], [ -121.914663000057956, 38.01368299978779 ], [ -121.914488000155757, 38.012956000330533 ], [ -121.914170000138441, 38.011530999808052 ], [ -121.91161500012926, 38.009290999866245 ], [ -121.907569999592596, 38.008209999656586 ], [ -121.907259000146283, 38.013880999662106 ], [ -121.906899000296178, 38.020168000295968 ], [ -121.918131999936122, 38.02022400028499 ], [ -121.922395999857599, 38.02001800013975 ], [ -121.927639999770264, 38.019195000112681 ], [ -121.928239999819894, 38.019181999721681 ], [ -121.932475000327358, 38.019137000092378 ], [ -121.938139000364615, 38.019115999878473 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013313206", "NAME": "Census Tract 3132.06", "state": "06", "county_fips": "013", "tract": "313206", "county_name": "Contra Costa County", "tot_pop_2050": 6129, "tot_pop_pov_det_2050": 6115, "tot_pop_civ_ni_2050": 6129, "tot_hh_2050": 1551, "pop_zvhhs_2050": 52, "tot_fam_2050": 1347, "tot_pop_over5_2050": 5635, "pop_hus_rent50_2050": 205, "pop_minority_2050": 5444, "pop_over75_2050": 117, "pop_spfam_2050": 378, "pop_lep_2050": 994, "pop_below200_2050": 2497, "pop_disability_2050": 676, "pct_minority_2050": 0.88823625387502037, "pct_over75_2050": 0.01908957415565345, "pct_spfam_2050": 0.28062360801781738, "pct_lep_2050": 0.1763975155279503, "pct_below200_2050": 0.40834014717906791, "pct_disab_2050": 0.1102953173437755, "pct_zvhhs_2050": 0.033526756931012251, "pct_hus_rent50_2050": 0.13217279174725982, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.02907358738502, "pct_minority_2040": 0.88879763469119588, "pct_spfam_2040": 0.27217125382263002, "pct_lep_2040": 0.20126782884310604, "pct_below200_2040": 0.48931272607694798, "pct_disab_2040": 0.11723117395593599, "pct_zvhhs_2040": 0.031372549019608002, "pct_hus_rent50_2040": 0.14617006324666199, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.907259000146283, 38.013880999662106 ], [ -121.907569999592596, 38.008209999656586 ], [ -121.904793999650437, 38.00911499999394 ], [ -121.902558000381802, 38.00883099988804 ], [ -121.901672999926816, 38.008069000239026 ], [ -121.899224000222844, 38.00904300031042 ], [ -121.892957999587821, 38.007378999720885 ], [ -121.891985000167608, 38.01004999996092 ], [ -121.889876000222273, 38.015643000170783 ], [ -121.889405000044079, 38.017102000165487 ], [ -121.89949299983634, 38.019665999822436 ], [ -121.902775000116762, 38.020048999734811 ], [ -121.906899000296178, 38.020168000295968 ], [ -121.907259000146283, 38.013880999662106 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013314102", "NAME": "Census Tract 3141.02", "state": "06", "county_fips": "013", "tract": "314102", "county_name": "Contra Costa County", "tot_pop_2050": 6379, "tot_pop_pov_det_2050": 6365, "tot_pop_civ_ni_2050": 6379, "tot_hh_2050": 1828, "pop_zvhhs_2050": 94, "tot_fam_2050": 1568, "tot_pop_over5_2050": 5980, "pop_hus_rent50_2050": 164, "pop_minority_2050": 5305, "pop_over75_2050": 276, "pop_spfam_2050": 311, "pop_lep_2050": 938, "pop_below200_2050": 2127, "pop_disability_2050": 618, "pct_minority_2050": 0.8316350525160684, "pct_over75_2050": 0.043266969744474047, "pct_spfam_2050": 0.19834183673469388, "pct_lep_2050": 0.1568561872909699, "pct_below200_2050": 0.33417124901806755, "pct_disab_2050": 0.096880388775670165, "pct_zvhhs_2050": 0.051422319474835887, "pct_hus_rent50_2050": 0.089715536105032828, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028919061893846, "pct_minority_2040": 0.83618409451595799, "pct_spfam_2040": 0.18610038610038601, "pct_lep_2040": 0.13361908311591497, "pct_below200_2040": 0.44851380042462796, "pct_disab_2040": 0.13242814318462401, "pct_zvhhs_2040": 0.033498759305211005, "pct_hus_rent50_2040": 0.12461059190031198, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.932656999902235, 38.030025999875654 ], [ -121.93285600009385, 38.026780000284447 ], [ -121.928362999843529, 38.026667999669698 ], [ -121.928300000094339, 38.023104999776749 ], [ -121.928239999819894, 38.019181999721681 ], [ -121.927639999770264, 38.019195000112681 ], [ -121.922395999857599, 38.02001800013975 ], [ -121.918131999936122, 38.02022400028499 ], [ -121.906899000296178, 38.020168000295968 ], [ -121.90666400011952, 38.025923000201537 ], [ -121.906669000142401, 38.026154999752052 ], [ -121.917912999652998, 38.027530000254089 ], [ -121.917448000220887, 38.02891100018978 ], [ -121.916445999590081, 38.029495000262699 ], [ -121.906264000086438, 38.029479000070673 ], [ -121.904484000029044, 38.030860000060812 ], [ -121.901559000124024, 38.030776999688939 ], [ -121.900911000393819, 38.031337000067481 ], [ -121.901965000004864, 38.034140999802482 ], [ -121.899973000235377, 38.037049000232535 ], [ -121.900477000025546, 38.039017000128545 ], [ -121.906114000298615, 38.038815999713506 ], [ -121.908778999912684, 38.039084999848384 ], [ -121.908569999675294, 38.045019999682992 ], [ -121.910143000043433, 38.044955999725573 ], [ -121.920794000075418, 38.045725999700743 ], [ -121.925813999682106, 38.046474000310525 ], [ -121.928096999704749, 38.046983000317702 ], [ -121.92804999984908, 38.029814999830677 ], [ -121.931209999930758, 38.030619999870837 ], [ -121.931856000011123, 38.03048100004392 ], [ -121.932656999902235, 38.030025999875654 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013314103", "NAME": "Census Tract 3141.03", "state": "06", "county_fips": "013", "tract": "314103", "county_name": "Contra Costa County", "tot_pop_2050": 5717, "tot_pop_pov_det_2050": 5717, "tot_pop_civ_ni_2050": 5717, "tot_hh_2050": 1586, "pop_zvhhs_2050": 142, "tot_fam_2050": 1282, "tot_pop_over5_2050": 5314, "pop_hus_rent50_2050": 283, "pop_minority_2050": 5119, "pop_over75_2050": 79, "pop_spfam_2050": 336, "pop_lep_2050": 796, "pop_below200_2050": 3073, "pop_disability_2050": 708, "pct_minority_2050": 0.89539968514955393, "pct_over75_2050": 0.013818436242784678, "pct_spfam_2050": 0.26209048361934478, "pct_lep_2050": 0.14979299962363568, "pct_below200_2050": 0.53751967815287738, "pct_disab_2050": 0.1238411754416652, "pct_zvhhs_2050": 0.08953341740226986, "pct_hus_rent50_2050": 0.17843631778058008, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024864682002706001, "pct_minority_2040": 0.91694857916102801, "pct_spfam_2040": 0.412020275162925, "pct_lep_2040": 0.15880847953216401, "pct_below200_2040": 0.59556833558863298, "pct_disab_2040": 0.126691474966171, "pct_zvhhs_2040": 0.074223245109321004, "pct_hus_rent50_2040": 0.19715808170515101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.960474999948161, 38.038490999871044 ], [ -121.960371000191074, 38.037036999911308 ], [ -121.960459000054627, 38.035933000155318 ], [ -121.960474000123241, 38.034015000173227 ], [ -121.960471999575105, 38.031687999704111 ], [ -121.960473000298322, 38.027048000175832 ], [ -121.960182999870113, 38.026485999809353 ], [ -121.958663999928632, 38.026785000352092 ], [ -121.954444000388094, 38.026777999832689 ], [ -121.951249000146305, 38.02677400034429 ], [ -121.950295999919291, 38.026776000088518 ], [ -121.941938999780575, 38.026759000137972 ], [ -121.933907000230192, 38.0267659999516 ], [ -121.93285600009385, 38.026780000284447 ], [ -121.932656999902235, 38.030025999875654 ], [ -121.931856000011123, 38.03048100004392 ], [ -121.931209999930758, 38.030619999870837 ], [ -121.92804999984908, 38.029814999830677 ], [ -121.928096999704749, 38.046983000317702 ], [ -121.931003000241532, 38.047609999872058 ], [ -121.932743000115948, 38.048130000102248 ], [ -121.935427999821485, 38.048792999884725 ], [ -121.937761999897745, 38.049830000273495 ], [ -121.946765000116812, 38.052881999901075 ], [ -121.950911000037507, 38.053918000159001 ], [ -121.95757199978442, 38.055319000054602 ], [ -121.957356999699272, 38.048447999745342 ], [ -121.956617999732458, 38.046948000291543 ], [ -121.956693999900466, 38.041829000324803 ], [ -121.960264999885851, 38.042165999692806 ], [ -121.960474999948161, 38.038490999871044 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013314104", "NAME": "Census Tract 3141.04", "state": "06", "county_fips": "013", "tract": "314104", "county_name": "Contra Costa County", "tot_pop_2050": 9047, "tot_pop_pov_det_2050": 8992, "tot_pop_civ_ni_2050": 9020, "tot_hh_2050": 2552, "pop_zvhhs_2050": 208, "tot_fam_2050": 1844, "tot_pop_over5_2050": 8339, "pop_hus_rent50_2050": 237, "pop_minority_2050": 7715, "pop_over75_2050": 253, "pop_spfam_2050": 605, "pop_lep_2050": 1556, "pop_below200_2050": 4046, "pop_disability_2050": 1111, "pct_minority_2050": 0.85276887365977672, "pct_over75_2050": 0.027965071294351718, "pct_spfam_2050": 0.32809110629067245, "pct_lep_2050": 0.18659311668065715, "pct_below200_2050": 0.44995551601423489, "pct_disab_2050": 0.12317073170731707, "pct_zvhhs_2050": 0.081504702194357362, "pct_hus_rent50_2050": 0.092868338557993729, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037314449135231006, "pct_minority_2040": 0.80375868173770904, "pct_spfam_2040": 0.41573729863692699, "pct_lep_2040": 0.10909627008698199, "pct_below200_2040": 0.57345254470426399, "pct_disab_2040": 0.13273727647868, "pct_zvhhs_2040": 0.12531969309462898, "pct_hus_rent50_2040": 0.26651785714285697, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.964143999842847, 38.024658999677619 ], [ -121.965601999684978, 38.023065999970044 ], [ -121.955037999691626, 38.021019000050231 ], [ -121.948909000222287, 38.019316999859214 ], [ -121.947924000208161, 38.019146999855089 ], [ -121.94188799972693, 38.019094999658549 ], [ -121.938139000364615, 38.019115999878473 ], [ -121.932475000327358, 38.019137000092378 ], [ -121.928239999819894, 38.019181999721681 ], [ -121.928300000094339, 38.023104999776749 ], [ -121.928362999843529, 38.026667999669698 ], [ -121.93285600009385, 38.026780000284447 ], [ -121.933907000230192, 38.0267659999516 ], [ -121.941938999780575, 38.026759000137972 ], [ -121.950295999919291, 38.026776000088518 ], [ -121.951249000146305, 38.02677400034429 ], [ -121.954444000388094, 38.026777999832689 ], [ -121.958663999928632, 38.026785000352092 ], [ -121.960182999870113, 38.026485999809353 ], [ -121.962070999882542, 38.025420000342919 ], [ -121.962255999830447, 38.025212000157509 ], [ -121.963609000090571, 38.024848999725776 ], [ -121.964143999842847, 38.024658999677619 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013314200", "NAME": "Census Tract 3142", "state": "06", "county_fips": "013", "tract": "314200", "county_name": "Contra Costa County", "tot_pop_2050": 7323, "tot_pop_pov_det_2050": 7168, "tot_pop_civ_ni_2050": 7323, "tot_hh_2050": 1759, "pop_zvhhs_2050": 66, "tot_fam_2050": 1581, "tot_pop_over5_2050": 6888, "pop_hus_rent50_2050": 261, "pop_minority_2050": 6558, "pop_over75_2050": 197, "pop_spfam_2050": 289, "pop_lep_2050": 1679, "pop_below200_2050": 3899, "pop_disability_2050": 912, "pct_minority_2050": 0.89553461696026215, "pct_over75_2050": 0.026901543083435751, "pct_spfam_2050": 0.18279569892473119, "pct_lep_2050": 0.24375725900116146, "pct_below200_2050": 0.5439453125, "pct_disab_2050": 0.12453912331011879, "pct_zvhhs_2050": 0.037521318931210912, "pct_hus_rent50_2050": 0.14837976122797045, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.012726157620362, "pct_minority_2040": 0.86875191659000295, "pct_spfam_2040": 0.25934579439252303, "pct_lep_2040": 0.20824366826684304, "pct_below200_2040": 0.53576911268038097, "pct_disab_2040": 0.10150260656240399, "pct_zvhhs_2040": 0.017010935601457999, "pct_hus_rent50_2040": 0.13916256157635501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.988071000236246, 38.052411999646537 ], [ -121.987824000364029, 38.036111000208123 ], [ -121.987034000343598, 38.036139999873676 ], [ -121.980073000122715, 38.033931999838529 ], [ -121.97933300033101, 38.033677000310405 ], [ -121.978956999689061, 38.033549000323667 ], [ -121.973049000152656, 38.030388000307774 ], [ -121.972478000415379, 38.029129000303534 ], [ -121.967300999551497, 38.027863000182371 ], [ -121.966333999979085, 38.026249999667087 ], [ -121.963963999917837, 38.025382000244278 ], [ -121.962070999882542, 38.025420000342919 ], [ -121.960182999870113, 38.026485999809353 ], [ -121.960473000298322, 38.027048000175832 ], [ -121.960471999575105, 38.031687999704111 ], [ -121.960474000123241, 38.034015000173227 ], [ -121.960459000054627, 38.035933000155318 ], [ -121.960371000191074, 38.037036999911308 ], [ -121.960474999948161, 38.038490999871044 ], [ -121.960264999885851, 38.042165999692806 ], [ -121.956693999900466, 38.041829000324803 ], [ -121.956617999732458, 38.046948000291543 ], [ -121.957356999699272, 38.048447999745342 ], [ -121.95757199978442, 38.055319000054602 ], [ -121.950911000037507, 38.053918000159001 ], [ -121.95091900043343, 38.054978000326784 ], [ -121.955678999749125, 38.05781599986971 ], [ -121.962208000149872, 38.061365000125058 ], [ -121.972280999873547, 38.06553800010856 ], [ -121.977440000295744, 38.066840000027184 ], [ -121.983157999861334, 38.06729699993344 ], [ -121.987567000446077, 38.066808999725879 ], [ -121.988071000236246, 38.052411999646537 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013315000", "NAME": "Census Tract 3150", "state": "06", "county_fips": "013", "tract": "315000", "county_name": "Contra Costa County", "tot_pop_2050": 3762, "tot_pop_pov_det_2050": 3743, "tot_pop_civ_ni_2050": 3757, "tot_hh_2050": 1265, "pop_zvhhs_2050": 11, "tot_fam_2050": 1027, "tot_pop_over5_2050": 3562, "pop_hus_rent50_2050": 57, "pop_minority_2050": 2225, "pop_over75_2050": 92, "pop_spfam_2050": 113, "pop_lep_2050": 160, "pop_below200_2050": 870, "pop_disability_2050": 518, "pct_minority_2050": 0.59144072301967043, "pct_over75_2050": 0.024455077086656039, "pct_spfam_2050": 0.11002921129503407, "pct_lep_2050": 0.044918585064570464, "pct_below200_2050": 0.23243387656959655, "pct_disab_2050": 0.13787596486558426, "pct_zvhhs_2050": 0.0086956521739130436, "pct_hus_rent50_2050": 0.045059288537549404, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.015166182639561, "pct_minority_2040": 0.37302355598580195, "pct_spfam_2040": 0.12844036697247699, "pct_lep_2040": 0.0075601374570449997, "pct_below200_2040": 0.22407589139679399, "pct_disab_2040": 0.070782159017453009, "pct_zvhhs_2040": 0.032801418439715999, "pct_hus_rent50_2040": 0.10992907801418401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.09274399969901, 38.049352000181813 ], [ -122.095733000076464, 38.048355000186149 ], [ -122.092551000253479, 38.043892000197033 ], [ -122.085611999773917, 38.035266000227658 ], [ -122.083877999747287, 38.033766000302066 ], [ -122.0800220002548, 38.031426999880665 ], [ -122.074312000186779, 38.032206000199565 ], [ -122.069273000313544, 38.027535000270547 ], [ -122.064657000039574, 38.020403000253658 ], [ -122.054641000217316, 38.004520000316852 ], [ -122.053723000150356, 38.002333000231147 ], [ -122.053210999964293, 38.001134999683622 ], [ -122.037447000439187, 38.005122000308944 ], [ -122.030548999967479, 38.008147000221449 ], [ -122.022519999891841, 38.009478999906591 ], [ -122.022546999656029, 38.009948999667678 ], [ -122.003062000357659, 38.012921999675093 ], [ -121.999462999884841, 38.013481999925993 ], [ -121.996033000364733, 38.014411999901462 ], [ -121.993105999911563, 38.015755999966665 ], [ -121.987719999708617, 38.018871000240786 ], [ -121.978779000312159, 38.022756999842457 ], [ -121.974927999944242, 38.023816999657392 ], [ -121.970670999695457, 38.023971000170604 ], [ -121.965601999684978, 38.023065999970044 ], [ -121.964143999842847, 38.024658999677619 ], [ -121.963609000090571, 38.024848999725776 ], [ -121.962255999830447, 38.025212000157509 ], [ -121.962070999882542, 38.025420000342919 ], [ -121.963963999917837, 38.025382000244278 ], [ -121.966333999979085, 38.026249999667087 ], [ -121.967300999551497, 38.027863000182371 ], [ -121.972478000415379, 38.029129000303534 ], [ -121.973049000152656, 38.030388000307774 ], [ -121.978956999689061, 38.033549000323667 ], [ -121.97933300033101, 38.033677000310405 ], [ -121.980073000122715, 38.033931999838529 ], [ -121.987034000343598, 38.036139999873676 ], [ -121.987824000364029, 38.036111000208123 ], [ -121.988071000236246, 38.052411999646537 ], [ -121.987567000446077, 38.066808999725879 ], [ -122.015175000429721, 38.063481000353448 ], [ -122.019825999965491, 38.062270999652412 ], [ -122.02841099970982, 38.059189999969426 ], [ -122.036259999860391, 38.060204000183624 ], [ -122.050385999618342, 38.06019800015256 ], [ -122.061102999772572, 38.062137000268343 ], [ -122.067298000262468, 38.060077000009912 ], [ -122.0761480003207, 38.054615000285416 ], [ -122.079826000436228, 38.053172999870405 ], [ -122.084158999954681, 38.051860999854853 ], [ -122.088745999916327, 38.050091999854892 ], [ -122.09274399969901, 38.049352000181813 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013316000", "NAME": "Census Tract 3160", "state": "06", "county_fips": "013", "tract": "316000", "county_name": "Contra Costa County", "tot_pop_2050": 1106, "tot_pop_pov_det_2050": 1025, "tot_pop_civ_ni_2050": 1025, "tot_hh_2050": 479, "pop_zvhhs_2050": 146, "tot_fam_2050": 193, "tot_pop_over5_2050": 1061, "pop_hus_rent50_2050": 95, "pop_minority_2050": 447, "pop_over75_2050": 35, "pop_spfam_2050": 110, "pop_lep_2050": 31, "pop_below200_2050": 642, "pop_disability_2050": 377, "pct_minority_2050": 0.4041591320072333, "pct_over75_2050": 0.031645569620253167, "pct_spfam_2050": 0.56994818652849744, "pct_lep_2050": 0.029217719132893494, "pct_below200_2050": 0.62634146341463415, "pct_disab_2050": 0.36780487804878048, "pct_zvhhs_2050": 0.30480167014613779, "pct_hus_rent50_2050": 0.19832985386221291, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.019031141868512003, "pct_minority_2040": 0.38494809688581294, "pct_spfam_2040": 0.3, "pct_lep_2040": 0.0079787234042550011, "pct_below200_2040": 0.493654822335025, "pct_disab_2040": 0.25, "pct_zvhhs_2040": 0.14395886889460199, "pct_hus_rent50_2040": 0.20997375328084, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.158496000070542, 38.024873000113935 ], [ -122.157215999605341, 38.024377000165231 ], [ -122.148430000019573, 38.020897000306427 ], [ -122.148512000035339, 38.019223000130481 ], [ -122.144504000206894, 38.017430000071947 ], [ -122.142463999858535, 38.017317000026075 ], [ -122.140263999676563, 38.015133000302363 ], [ -122.139194000171983, 38.014031999685734 ], [ -122.136740000445144, 38.013772000004813 ], [ -122.133936000015595, 38.015442000021864 ], [ -122.13481999974735, 38.016580999710953 ], [ -122.133972000000625, 38.016969000205926 ], [ -122.132200000339154, 38.016249000188381 ], [ -122.132718000373004, 38.01677400020661 ], [ -122.130533000259661, 38.017220999850302 ], [ -122.133084000070909, 38.018321999979456 ], [ -122.134876999648768, 38.020030999674745 ], [ -122.128411999720427, 38.023317999878898 ], [ -122.129758000307874, 38.031584000091961 ], [ -122.130323000197393, 38.032442000259771 ], [ -122.130174000234476, 38.034718000165263 ], [ -122.131535999817103, 38.034492000153918 ], [ -122.139365999701127, 38.032176999683998 ], [ -122.141533000271096, 38.031862000249063 ], [ -122.146865999872247, 38.031726999874387 ], [ -122.146674000251636, 38.023584999780319 ], [ -122.151559000139116, 38.023632999961556 ], [ -122.157197000237105, 38.024889999794439 ], [ -122.158496000070542, 38.024873000113935 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013317000", "NAME": "Census Tract 3170", "state": "06", "county_fips": "013", "tract": "317000", "county_name": "Contra Costa County", "tot_pop_2050": 2061, "tot_pop_pov_det_2050": 2061, "tot_pop_civ_ni_2050": 2061, "tot_hh_2050": 1006, "pop_zvhhs_2050": 46, "tot_fam_2050": 424, "tot_pop_over5_2050": 1995, "pop_hus_rent50_2050": 144, "pop_minority_2050": 517, "pop_over75_2050": 82, "pop_spfam_2050": 173, "pop_lep_2050": 23, "pop_below200_2050": 497, "pop_disability_2050": 161, "pct_minority_2050": 0.25084910237748664, "pct_over75_2050": 0.039786511402231925, "pct_spfam_2050": 0.40801886792452829, "pct_lep_2050": 0.011528822055137843, "pct_below200_2050": 0.24114507520621059, "pct_disab_2050": 0.078117418728772439, "pct_zvhhs_2050": 0.045725646123260438, "pct_hus_rent50_2050": 0.14314115308151093, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.032698675496688999, "pct_minority_2040": 0.39072847682119199, "pct_spfam_2040": 0.19073083778966102, "pct_lep_2040": 0.016868512110726999, "pct_below200_2040": 0.29304635761589398, "pct_disab_2040": 0.139072847682119, "pct_zvhhs_2040": 0.027128157156221001, "pct_hus_rent50_2040": 0.15667311411992299, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.133936000015595, 38.015442000021864 ], [ -122.136740000445144, 38.013772000004813 ], [ -122.1325209998312, 38.009342999940699 ], [ -122.12901900034106, 38.011437000002132 ], [ -122.127851999853789, 38.01283499996623 ], [ -122.126462999608634, 38.013649000177395 ], [ -122.123729000397617, 38.014826000058321 ], [ -122.120544000201562, 38.013787000038654 ], [ -122.11949999973794, 38.014070000008267 ], [ -122.117928000093031, 38.014395999954452 ], [ -122.117923999895055, 38.016481999948873 ], [ -122.117928000093031, 38.021203999889089 ], [ -122.117954000032299, 38.025187999880337 ], [ -122.124259000127054, 38.023926999854822 ], [ -122.125802000357979, 38.021529000005181 ], [ -122.12823000014555, 38.021776999777366 ], [ -122.128411999720427, 38.023317999878898 ], [ -122.134876999648768, 38.020030999674745 ], [ -122.133084000070909, 38.018321999979456 ], [ -122.130533000259661, 38.017220999850302 ], [ -122.132718000373004, 38.01677400020661 ], [ -122.132200000339154, 38.016249000188381 ], [ -122.133972000000625, 38.016969000205926 ], [ -122.13481999974735, 38.016580999710953 ], [ -122.133936000015595, 38.015442000021864 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013318000", "NAME": "Census Tract 3180", "state": "06", "county_fips": "013", "tract": "318000", "county_name": "Contra Costa County", "tot_pop_2050": 3602, "tot_pop_pov_det_2050": 3562, "tot_pop_civ_ni_2050": 3562, "tot_hh_2050": 1560, "pop_zvhhs_2050": 96, "tot_fam_2050": 864, "tot_pop_over5_2050": 3456, "pop_hus_rent50_2050": 132, "pop_minority_2050": 1373, "pop_over75_2050": 152, "pop_spfam_2050": 131, "pop_lep_2050": 45, "pop_below200_2050": 664, "pop_disability_2050": 478, "pct_minority_2050": 0.38117712382009999, "pct_over75_2050": 0.042198778456413101, "pct_spfam_2050": 0.15162037037037038, "pct_lep_2050": 0.013020833333333334, "pct_below200_2050": 0.18641212801796744, "pct_disab_2050": 0.13419427288040428, "pct_zvhhs_2050": 0.061538461538461535, "pct_hus_rent50_2050": 0.08461538461538462, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048282566429034009, "pct_minority_2040": 0.31237848347375202, "pct_spfam_2040": 0.12380952380952401, "pct_lep_2040": 0.012462108454024999, "pct_below200_2040": 0.38689496213368496, "pct_disab_2040": 0.097793875535068006, "pct_zvhhs_2040": 0.072617246596066998, "pct_hus_rent50_2040": 0.14340198321891698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.194985000074553, 38.036348000163528 ], [ -122.194240000259967, 38.03445999982668 ], [ -122.191272999623806, 38.032280999869393 ], [ -122.191045000018178, 38.030990999944812 ], [ -122.189244999869317, 38.030692000293399 ], [ -122.18774199982137, 38.029354000042552 ], [ -122.186775000248929, 38.025978000155298 ], [ -122.183329999761881, 38.025798999652523 ], [ -122.182293999694181, 38.024174000095321 ], [ -122.181795999751799, 38.023165999958962 ], [ -122.179721000141626, 38.021687000139664 ], [ -122.178168999689873, 38.019264999783246 ], [ -122.177621000417105, 38.015076999961849 ], [ -122.174826000208398, 38.013216000074863 ], [ -122.167152999784918, 38.007523000162145 ], [ -122.165465999613943, 38.006518000073449 ], [ -122.162893000061416, 38.005885999757218 ], [ -122.158481000001942, 38.005623999883532 ], [ -122.155316999722288, 38.004814999900567 ], [ -122.147393000126954, 38.000117000288249 ], [ -122.145280999808534, 37.997009000001675 ], [ -122.142391999888503, 37.991846000196034 ], [ -122.140838999611859, 37.990603999883007 ], [ -122.138057999646847, 37.989670999795017 ], [ -122.134707999594369, 37.989815999987179 ], [ -122.130026999921384, 37.990733999855664 ], [ -122.127786999556434, 37.991184999701154 ], [ -122.126742000166203, 37.991535999787708 ], [ -122.12884699991362, 37.992665999710646 ], [ -122.130142000447421, 37.99545199983114 ], [ -122.131683000130224, 37.996226999851373 ], [ -122.131637999924351, 37.997810999993895 ], [ -122.128716000392345, 38.001700999943374 ], [ -122.129606999796806, 38.003558999949639 ], [ -122.130031999944237, 38.005844999673954 ], [ -122.128955999693545, 38.006510999741394 ], [ -122.128625999980684, 38.009880999798327 ], [ -122.12901900034106, 38.011437000002132 ], [ -122.1325209998312, 38.009342999940699 ], [ -122.136740000445144, 38.013772000004813 ], [ -122.139194000171983, 38.014031999685734 ], [ -122.140263999676563, 38.015133000302363 ], [ -122.142463999858535, 38.017317000026075 ], [ -122.144504000206894, 38.017430000071947 ], [ -122.148512000035339, 38.019223000130481 ], [ -122.148430000019573, 38.020897000306427 ], [ -122.157215999605341, 38.024377000165231 ], [ -122.158496000070542, 38.024873000113935 ], [ -122.157197000237105, 38.024889999794439 ], [ -122.151559000139116, 38.023632999961556 ], [ -122.146674000251636, 38.023584999780319 ], [ -122.146865999872247, 38.031726999874387 ], [ -122.148577000332665, 38.031721000339374 ], [ -122.152146999594876, 38.03224899999136 ], [ -122.15685199955729, 38.032945999809236 ], [ -122.159681000101187, 38.033398999966074 ], [ -122.164576999859307, 38.03472100016387 ], [ -122.165662000330826, 38.03539900023133 ], [ -122.167577000107443, 38.036720999707228 ], [ -122.17430899999944, 38.03458300010147 ], [ -122.174667000199747, 38.035973999681126 ], [ -122.177074999895851, 38.036294999696736 ], [ -122.179527999797784, 38.035699999980906 ], [ -122.180618000292156, 38.037927000121584 ], [ -122.183086000262733, 38.038450000339225 ], [ -122.18257400007667, 38.039492999671516 ], [ -122.183653999626983, 38.040678000023696 ], [ -122.187005000402678, 38.041167999795348 ], [ -122.188674000132011, 38.042026000181473 ], [ -122.192076999887945, 38.041184000263918 ], [ -122.192281000102426, 38.041099999887244 ], [ -122.192384000034593, 38.041106000068936 ], [ -122.192440000111105, 38.041119999783511 ], [ -122.194985000074553, 38.036348000163528 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013319000", "NAME": "Census Tract 3190", "state": "06", "county_fips": "013", "tract": "319000", "county_name": "Contra Costa County", "tot_pop_2050": 8545, "tot_pop_pov_det_2050": 8512, "tot_pop_civ_ni_2050": 8496, "tot_hh_2050": 3118, "pop_zvhhs_2050": 55, "tot_fam_2050": 1995, "tot_pop_over5_2050": 7988, "pop_hus_rent50_2050": 158, "pop_minority_2050": 2696, "pop_over75_2050": 389, "pop_spfam_2050": 188, "pop_lep_2050": 151, "pop_below200_2050": 775, "pop_disability_2050": 1314, "pct_minority_2050": 0.31550614394382681, "pct_over75_2050": 0.045523698069046228, "pct_spfam_2050": 0.094235588972431075, "pct_lep_2050": 0.018903355032548825, "pct_below200_2050": 0.091047932330827072, "pct_disab_2050": 0.15466101694915255, "pct_zvhhs_2050": 0.017639512508017961, "pct_hus_rent50_2050": 0.05067350865939705, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035472299721003998, "pct_minority_2040": 0.33545901421549107, "pct_spfam_2040": 0.11570247933884301, "pct_lep_2040": 0.048170901982685997, "pct_below200_2040": 0.27045119828625003, "pct_disab_2040": 0.119146097398266, "pct_zvhhs_2040": 0.028373474100956999, "pct_hus_rent50_2040": 0.16253351206434302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.131637999924351, 37.997810999993895 ], [ -122.131683000130224, 37.996226999851373 ], [ -122.130142000447421, 37.99545199983114 ], [ -122.12884699991362, 37.992665999710646 ], [ -122.126742000166203, 37.991535999787708 ], [ -122.120266000367238, 37.995127000194501 ], [ -122.120524000110095, 37.995541000234169 ], [ -122.119390999958014, 37.996677000329903 ], [ -122.117672999824904, 37.998302000032936 ], [ -122.113353999651864, 38.000741999895091 ], [ -122.111029999621351, 38.003397000319232 ], [ -122.110710999779116, 38.007790000276088 ], [ -122.110872000335917, 38.01225300030746 ], [ -122.110884000031476, 38.012337999861167 ], [ -122.11549699993239, 38.012305999765971 ], [ -122.116512999908622, 38.01239600030771 ], [ -122.117921000420324, 38.013059000138092 ], [ -122.117928000093031, 38.014395999954452 ], [ -122.11949999973794, 38.014070000008267 ], [ -122.120544000201562, 38.013787000038654 ], [ -122.123729000397617, 38.014826000058321 ], [ -122.126462999608634, 38.013649000177395 ], [ -122.127851999853789, 38.01283499996623 ], [ -122.12901900034106, 38.011437000002132 ], [ -122.128625999980684, 38.009880999798327 ], [ -122.128955999693545, 38.006510999741394 ], [ -122.130031999944237, 38.005844999673954 ], [ -122.129606999796806, 38.003558999949639 ], [ -122.128716000392345, 38.001700999943374 ], [ -122.131637999924351, 37.997810999993895 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013320001", "NAME": "Census Tract 3200.01", "state": "06", "county_fips": "013", "tract": "320001", "county_name": "Contra Costa County", "tot_pop_2050": 3843, "tot_pop_pov_det_2050": 3820, "tot_pop_civ_ni_2050": 3829, "tot_hh_2050": 1215, "pop_zvhhs_2050": 51, "tot_fam_2050": 929, "tot_pop_over5_2050": 3553, "pop_hus_rent50_2050": 41, "pop_minority_2050": 2051, "pop_over75_2050": 131, "pop_spfam_2050": 138, "pop_lep_2050": 324, "pop_below200_2050": 1042, "pop_disability_2050": 559, "pct_minority_2050": 0.5336976320582878, "pct_over75_2050": 0.034087952120739014, "pct_spfam_2050": 0.14854682454251886, "pct_lep_2050": 0.091190543202927105, "pct_below200_2050": 0.27277486910994764, "pct_disab_2050": 0.14599112039697049, "pct_zvhhs_2050": 0.041975308641975309, "pct_hus_rent50_2050": 0.033744855967078186, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.024087591240876002, "pct_minority_2040": 0.55815085158150901, "pct_spfam_2040": 0.18708240534521201, "pct_lep_2040": 0.13264767932489502, "pct_below200_2040": 0.46696252465483201, "pct_disab_2040": 0.12141119221411201, "pct_zvhhs_2040": 0.040034812880765998, "pct_hus_rent50_2040": 0.108060230292294, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.130174000234476, 38.034718000165263 ], [ -122.130323000197393, 38.032442000259771 ], [ -122.129758000307874, 38.031584000091961 ], [ -122.128411999720427, 38.023317999878898 ], [ -122.12823000014555, 38.021776999777366 ], [ -122.125802000357979, 38.021529000005181 ], [ -122.124259000127054, 38.023926999854822 ], [ -122.117954000032299, 38.025187999880337 ], [ -122.117928000093031, 38.021203999889089 ], [ -122.117923999895055, 38.016481999948873 ], [ -122.117928000093031, 38.014395999954452 ], [ -122.117921000420324, 38.013059000138092 ], [ -122.116512999908622, 38.01239600030771 ], [ -122.11549699993239, 38.012305999765971 ], [ -122.110884000031476, 38.012337999861167 ], [ -122.110872000335917, 38.01225300030746 ], [ -122.110710999779116, 38.007790000276088 ], [ -122.111029999621351, 38.003397000319232 ], [ -122.113353999651864, 38.000741999895091 ], [ -122.106359999819006, 38.004507000154348 ], [ -122.101866999568685, 38.005248000076818 ], [ -122.092751000270013, 38.006034999659548 ], [ -122.087969000314672, 38.004683999936795 ], [ -122.085489999575174, 38.004475999648562 ], [ -122.082450999867291, 38.005266999686 ], [ -122.078175000250269, 38.008053999742877 ], [ -122.077051000319003, 38.008567999800754 ], [ -122.074950999696171, 38.009470000348607 ], [ -122.074137000284608, 38.010105999895345 ], [ -122.068085999734762, 38.017624999741265 ], [ -122.064657000039574, 38.020403000253658 ], [ -122.069273000313544, 38.027535000270547 ], [ -122.074312000186779, 38.032206000199565 ], [ -122.0800220002548, 38.031426999880665 ], [ -122.083877999747287, 38.033766000302066 ], [ -122.085611999773917, 38.035266000227658 ], [ -122.092551000253479, 38.043892000197033 ], [ -122.095733000076464, 38.048355000186149 ], [ -122.098725999753555, 38.047460000017161 ], [ -122.099776000065006, 38.047008000124045 ], [ -122.118082999903706, 38.039339999650466 ], [ -122.120094999764717, 38.038220999960927 ], [ -122.121130999832431, 38.037891000291154 ], [ -122.123161000135042, 38.036081999823601 ], [ -122.130174000234476, 38.034718000165263 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013320003", "NAME": "Census Tract 3200.03", "state": "06", "county_fips": "013", "tract": "320003", "county_name": "Contra Costa County", "tot_pop_2050": 2700, "tot_pop_pov_det_2050": 2700, "tot_pop_civ_ni_2050": 2700, "tot_hh_2050": 1014, "pop_zvhhs_2050": 9, "tot_fam_2050": 691, "tot_pop_over5_2050": 2551, "pop_hus_rent50_2050": 36, "pop_minority_2050": 708, "pop_over75_2050": 70, "pop_spfam_2050": 55, "pop_lep_2050": 39, "pop_below200_2050": 229, "pop_disability_2050": 254, "pct_minority_2050": 0.26222222222222225, "pct_over75_2050": 0.025925925925925925, "pct_spfam_2050": 0.079594790159189577, "pct_lep_2050": 0.015288122304978441, "pct_below200_2050": 0.084814814814814829, "pct_disab_2050": 0.094074074074074074, "pct_zvhhs_2050": 0.0088757396449704144, "pct_hus_rent50_2050": 0.035502958579881665, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018873960332693, "pct_minority_2040": 0.31030070377479202, "pct_spfam_2040": 0.090196078431372992, "pct_lep_2040": 0.0027962250961199998, "pct_below200_2040": 0.16026871401151599, "pct_disab_2040": 0.085412667946257001, "pct_zvhhs_2040": 0.0067763794772509999, "pct_hus_rent50_2040": 0.020329138431751999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.120524000110095, 37.995541000234169 ], [ -122.120266000367238, 37.995127000194501 ], [ -122.117934999765723, 37.996194000222047 ], [ -122.113964999572119, 37.996649999770263 ], [ -122.110664999748352, 37.995905000281056 ], [ -122.100757999706047, 37.992015000156918 ], [ -122.100263999961641, 37.996962999932173 ], [ -122.100342999604337, 37.997606999695982 ], [ -122.101698000412583, 37.999500000140642 ], [ -122.101828000108938, 38.003849000351764 ], [ -122.101866999568685, 38.005248000076818 ], [ -122.106359999819006, 38.004507000154348 ], [ -122.113353999651864, 38.000741999895091 ], [ -122.117672999824904, 37.998302000032936 ], [ -122.119390999958014, 37.996677000329903 ], [ -122.120524000110095, 37.995541000234169 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013320004", "NAME": "Census Tract 3200.04", "state": "06", "county_fips": "013", "tract": "320004", "county_name": "Contra Costa County", "tot_pop_2050": 6567, "tot_pop_pov_det_2050": 6567, "tot_pop_civ_ni_2050": 6567, "tot_hh_2050": 2555, "pop_zvhhs_2050": 18, "tot_fam_2050": 1731, "tot_pop_over5_2050": 6081, "pop_hus_rent50_2050": 184, "pop_minority_2050": 3049, "pop_over75_2050": 310, "pop_spfam_2050": 208, "pop_lep_2050": 230, "pop_below200_2050": 973, "pop_disability_2050": 665, "pct_minority_2050": 0.4642911527333638, "pct_over75_2050": 0.047205725597685398, "pct_spfam_2050": 0.12016175621028308, "pct_lep_2050": 0.037822726525242566, "pct_below200_2050": 0.14816506776305771, "pct_disab_2050": 0.10126389523374447, "pct_zvhhs_2050": 0.0070450097847358124, "pct_hus_rent50_2050": 0.072015655577299414, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038757257178723005, "pct_minority_2040": 0.328573670171034, "pct_spfam_2040": 0.170387779083431, "pct_lep_2040": 0.028818923871397999, "pct_below200_2040": 0.17480760169624601, "pct_disab_2040": 0.079629338778074002, "pct_zvhhs_2040": 0.037126715092817002, "pct_hus_rent50_2040": 0.086070686070685978, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.101866999568685, 38.005248000076818 ], [ -122.101828000108938, 38.003849000351764 ], [ -122.101698000412583, 37.999500000140642 ], [ -122.100342999604337, 37.997606999695982 ], [ -122.100263999961641, 37.996962999932173 ], [ -122.100757999706047, 37.992015000156918 ], [ -122.097565000012395, 37.990944000196151 ], [ -122.095820000115111, 37.990729000160471 ], [ -122.094270000211466, 37.990768000180779 ], [ -122.086707000291156, 37.991204000121954 ], [ -122.078867000361399, 37.991856000141738 ], [ -122.07647899985848, 37.992177000151941 ], [ -122.075723000173241, 37.992670000352319 ], [ -122.073994999994412, 37.993251999711873 ], [ -122.070089000273228, 37.99458499985591 ], [ -122.064185999861351, 37.996609999761894 ], [ -122.057078000225701, 38.000077000047085 ], [ -122.053378000368852, 38.001090999815581 ], [ -122.053210999964293, 38.001134999683622 ], [ -122.053723000150356, 38.002333000231147 ], [ -122.054641000217316, 38.004520000316852 ], [ -122.064657000039574, 38.020403000253658 ], [ -122.068085999734762, 38.017624999741265 ], [ -122.074137000284608, 38.010105999895345 ], [ -122.074950999696171, 38.009470000348607 ], [ -122.077051000319003, 38.008567999800754 ], [ -122.078175000250269, 38.008053999742877 ], [ -122.082450999867291, 38.005266999686 ], [ -122.085489999575174, 38.004475999648562 ], [ -122.087969000314672, 38.004683999936795 ], [ -122.092751000270013, 38.006034999659548 ], [ -122.101866999568685, 38.005248000076818 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013321101", "NAME": "Census Tract 3211.01", "state": "06", "county_fips": "013", "tract": "321101", "county_name": "Contra Costa County", "tot_pop_2050": 6483, "tot_pop_pov_det_2050": 6100, "tot_pop_civ_ni_2050": 6144, "tot_hh_2050": 2340, "pop_zvhhs_2050": 86, "tot_fam_2050": 1705, "tot_pop_over5_2050": 6155, "pop_hus_rent50_2050": 81, "pop_minority_2050": 2335, "pop_over75_2050": 543, "pop_spfam_2050": 81, "pop_lep_2050": 28, "pop_below200_2050": 687, "pop_disability_2050": 473, "pct_minority_2050": 0.36017275952491129, "pct_over75_2050": 0.08375751966682092, "pct_spfam_2050": 0.047507331378299121, "pct_lep_2050": 0.0045491470349309504, "pct_below200_2050": 0.11262295081967215, "pct_disab_2050": 0.076985677083333329, "pct_zvhhs_2050": 0.036752136752136753, "pct_hus_rent50_2050": 0.034615384615384617, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072883328484143015, "pct_minority_2040": 0.34375909223159701, "pct_spfam_2040": 0.13659942363112401, "pct_lep_2040": 0.018099547511312, "pct_below200_2040": 0.18411330049261102, "pct_disab_2040": 0.12807881773399002, "pct_zvhhs_2040": 0.021242484969939999, "pct_hus_rent50_2040": 0.068465565847765003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.126742000166203, 37.991535999787708 ], [ -122.126496000118919, 37.991385000158012 ], [ -122.126050000055073, 37.990595000132323 ], [ -122.123618000069527, 37.989495999938178 ], [ -122.119268999759271, 37.984930000156332 ], [ -122.11529500026603, 37.982264999802993 ], [ -122.11001199999528, 37.982027999832923 ], [ -122.107169000106012, 37.982806000063462 ], [ -122.104819999961137, 37.982604000051936 ], [ -122.104460000111033, 37.982630000350987 ], [ -122.103577000204197, 37.981913000193053 ], [ -122.099371000009029, 37.984223000092847 ], [ -122.099006999960949, 37.984688999928572 ], [ -122.096301000339039, 37.983723999847037 ], [ -122.088355000104059, 37.983754999920052 ], [ -122.08462699975982, 37.984220000151197 ], [ -122.07923399988421, 37.983378999863945 ], [ -122.076941999640752, 37.985411999653238 ], [ -122.077114999893112, 37.986582999994319 ], [ -122.076945999838699, 37.990213999998822 ], [ -122.076535999759884, 37.991638000308754 ], [ -122.07647899985848, 37.992177000151941 ], [ -122.078867000361399, 37.991856000141738 ], [ -122.086707000291156, 37.991204000121954 ], [ -122.094270000211466, 37.990768000180779 ], [ -122.095820000115111, 37.990729000160471 ], [ -122.097565000012395, 37.990944000196151 ], [ -122.100757999706047, 37.992015000156918 ], [ -122.110664999748352, 37.995905000281056 ], [ -122.113964999572119, 37.996649999770263 ], [ -122.117934999765723, 37.996194000222047 ], [ -122.120266000367238, 37.995127000194501 ], [ -122.126742000166203, 37.991535999787708 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013321102", "NAME": "Census Tract 3211.02", "state": "06", "county_fips": "013", "tract": "321102", "county_name": "Contra Costa County", "tot_pop_2050": 6938, "tot_pop_pov_det_2050": 6915, "tot_pop_civ_ni_2050": 6906, "tot_hh_2050": 2631, "pop_zvhhs_2050": 16, "tot_fam_2050": 2008, "tot_pop_over5_2050": 6621, "pop_hus_rent50_2050": 13, "pop_minority_2050": 2294, "pop_over75_2050": 343, "pop_spfam_2050": 232, "pop_lep_2050": 0, "pop_below200_2050": 353, "pop_disability_2050": 566, "pct_minority_2050": 0.33064283655232057, "pct_over75_2050": 0.049437878351109833, "pct_spfam_2050": 0.11553784860557767, "pct_lep_2050": 0.0, "pct_below200_2050": 0.051048445408532178, "pct_disab_2050": 0.081957717926440771, "pct_zvhhs_2050": 0.006081337894336754, "pct_hus_rent50_2050": 0.0049410870391486134, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059609455292909008, "pct_minority_2040": 0.34561738364410499, "pct_spfam_2040": 0.085204375359815995, "pct_lep_2040": 0.0075041272699990008, "pct_below200_2040": 0.084862722067244004, "pct_disab_2040": 0.072928994082839996, "pct_zvhhs_2040": 0.0047988187523070004, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.121473999964081, 37.983839999938738 ], [ -122.121591000139929, 37.983351000317455 ], [ -122.117858999597743, 37.98326499997475 ], [ -122.116512999908622, 37.982841000285845 ], [ -122.116020999814026, 37.982561000163479 ], [ -122.111893000334987, 37.977805000351111 ], [ -122.108530999688639, 37.974822999712011 ], [ -122.107559999918251, 37.972831999790344 ], [ -122.107140999618593, 37.972246000279569 ], [ -122.104470999981686, 37.970295000075829 ], [ -122.102019999729563, 37.969629999704928 ], [ -122.101955000330534, 37.969769000193075 ], [ -122.101423999877881, 37.969566999707801 ], [ -122.098832999883697, 37.967118999941484 ], [ -122.095967000428203, 37.962784999912955 ], [ -122.094011999570313, 37.960206999972392 ], [ -122.092578000017639, 37.96062799989231 ], [ -122.092661999683216, 37.96379500013164 ], [ -122.089714000211984, 37.966361000320376 ], [ -122.088406000157704, 37.969806000141133 ], [ -122.084220999878951, 37.968492000148061 ], [ -122.078996000232834, 37.968634999785628 ], [ -122.077066000387603, 37.967755999855754 ], [ -122.076842999906546, 37.967442999733535 ], [ -122.074781999641786, 37.968711000009598 ], [ -122.073860000275189, 37.971311999826995 ], [ -122.073840000183708, 37.971377000290246 ], [ -122.07378300028229, 37.974359000007176 ], [ -122.074309999638643, 37.975281999984773 ], [ -122.075527000354683, 37.976343999762051 ], [ -122.076649999562704, 37.977957000143789 ], [ -122.07650599962264, 37.978740000144413 ], [ -122.076589000361622, 37.978847999659791 ], [ -122.077131999611566, 37.979364999918339 ], [ -122.079022999997008, 37.979957000181642 ], [ -122.079118000431578, 37.980001999783887 ], [ -122.079663000229615, 37.980527999980296 ], [ -122.07923399988421, 37.983378999863945 ], [ -122.08462699975982, 37.984220000151197 ], [ -122.088355000104059, 37.983754999920052 ], [ -122.096301000339039, 37.983723999847037 ], [ -122.099006999960949, 37.984688999928572 ], [ -122.099371000009029, 37.984223000092847 ], [ -122.103577000204197, 37.981913000193053 ], [ -122.104460000111033, 37.982630000350987 ], [ -122.104819999961137, 37.982604000051936 ], [ -122.107169000106012, 37.982806000063462 ], [ -122.11001199999528, 37.982027999832923 ], [ -122.11529500026603, 37.982264999802993 ], [ -122.119268999759271, 37.984930000156332 ], [ -122.121473999964081, 37.983839999938738 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013321103", "NAME": "Census Tract 3211.03", "state": "06", "county_fips": "013", "tract": "321103", "county_name": "Contra Costa County", "tot_pop_2050": 4616, "tot_pop_pov_det_2050": 4616, "tot_pop_civ_ni_2050": 4616, "tot_hh_2050": 1798, "pop_zvhhs_2050": 18, "tot_fam_2050": 1316, "tot_pop_over5_2050": 4271, "pop_hus_rent50_2050": 22, "pop_minority_2050": 1151, "pop_over75_2050": 530, "pop_spfam_2050": 117, "pop_lep_2050": 36, "pop_below200_2050": 306, "pop_disability_2050": 383, "pct_minority_2050": 0.24935008665511266, "pct_over75_2050": 0.11481802426343155, "pct_spfam_2050": 0.088905775075987847, "pct_lep_2050": 0.0084289393584640587, "pct_below200_2050": 0.066291161178509528, "pct_disab_2050": 0.082972270363951481, "pct_zvhhs_2050": 0.010011123470522805, "pct_hus_rent50_2050": 0.012235817575083428, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090909090909091009, "pct_minority_2040": 0.259538389072068, "pct_spfam_2040": 0.050580431177445997, "pct_lep_2040": 0.0023071007433990002, "pct_below200_2040": 0.053697597739049002, "pct_disab_2040": 0.10169891458235002, "pct_zvhhs_2040": 0.010752688172043001, "pct_hus_rent50_2040": 0.017921146953405, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.130026999921384, 37.990733999855664 ], [ -122.129949999928471, 37.990556999678269 ], [ -122.126583999982458, 37.984441999752207 ], [ -122.125813000228604, 37.983748999998291 ], [ -122.124835999712118, 37.981070999876245 ], [ -122.12504900014747, 37.979743000326586 ], [ -122.125738999710478, 37.979099000221012 ], [ -122.126235999827898, 37.978044999991681 ], [ -122.126556000393379, 37.975982000093239 ], [ -122.1271570002679, 37.975127000003802 ], [ -122.12635700020175, 37.972955999995911 ], [ -122.126153999812161, 37.966789000244198 ], [ -122.123198999769897, 37.967303999798936 ], [ -122.119733000264773, 37.967130999670729 ], [ -122.118893999840552, 37.966210999865901 ], [ -122.112079999932746, 37.961139999986301 ], [ -122.109617999809984, 37.959667999745172 ], [ -122.109412999770541, 37.959215000103136 ], [ -122.109170000096313, 37.957823000107702 ], [ -122.108549999955216, 37.957184000210681 ], [ -122.10806000040877, 37.956815000152275 ], [ -122.106990000005837, 37.956000000168849 ], [ -122.105983000250447, 37.956270999904135 ], [ -122.106605999866289, 37.958400999932302 ], [ -122.106184000091915, 37.958464999689504 ], [ -122.104884000433529, 37.958673000109002 ], [ -122.102394999648297, 37.954976999969475 ], [ -122.092807000346525, 37.955112000007944 ], [ -122.092199999725864, 37.955484999957761 ], [ -122.091161000183419, 37.956509999700842 ], [ -122.092346000214064, 37.959945999930632 ], [ -122.094011999570313, 37.960206999972392 ], [ -122.095967000428203, 37.962784999912955 ], [ -122.098832999883697, 37.967118999941484 ], [ -122.101423999877881, 37.969566999707801 ], [ -122.101955000330534, 37.969769000193075 ], [ -122.102019999729563, 37.969629999704928 ], [ -122.104470999981686, 37.970295000075829 ], [ -122.107140999618593, 37.972246000279569 ], [ -122.107559999918251, 37.972831999790344 ], [ -122.108530999688639, 37.974822999712011 ], [ -122.111893000334987, 37.977805000351111 ], [ -122.116020999814026, 37.982561000163479 ], [ -122.116512999908622, 37.982841000285845 ], [ -122.117858999597743, 37.98326499997475 ], [ -122.121591000139929, 37.983351000317455 ], [ -122.121473999964081, 37.983839999938738 ], [ -122.119268999759271, 37.984930000156332 ], [ -122.123618000069527, 37.989495999938178 ], [ -122.126050000055073, 37.990595000132323 ], [ -122.126496000118919, 37.991385000158012 ], [ -122.126742000166203, 37.991535999787708 ], [ -122.127786999556434, 37.991184999701154 ], [ -122.130026999921384, 37.990733999855664 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013321200", "NAME": "Census Tract 3212", "state": "06", "county_fips": "013", "tract": "321200", "county_name": "Contra Costa County", "tot_pop_2050": 5494, "tot_pop_pov_det_2050": 5466, "tot_pop_civ_ni_2050": 5494, "tot_hh_2050": 2263, "pop_zvhhs_2050": 97, "tot_fam_2050": 1315, "tot_pop_over5_2050": 5177, "pop_hus_rent50_2050": 158, "pop_minority_2050": 2776, "pop_over75_2050": 216, "pop_spfam_2050": 195, "pop_lep_2050": 225, "pop_below200_2050": 972, "pop_disability_2050": 474, "pct_minority_2050": 0.50527848562067712, "pct_over75_2050": 0.039315617036767378, "pct_spfam_2050": 0.14828897338403041, "pct_lep_2050": 0.043461464168437318, "pct_below200_2050": 0.1778265642151482, "pct_disab_2050": 0.086275937386239537, "pct_zvhhs_2050": 0.042863455589924881, "pct_hus_rent50_2050": 0.069818824569155988, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040864944108484, "pct_minority_2040": 0.44493311343228897, "pct_spfam_2040": 0.099236641221374017, "pct_lep_2040": 0.082452830188678994, "pct_below200_2040": 0.32013262110885998, "pct_disab_2040": 0.13395638629283502, "pct_zvhhs_2040": 0.074988774135608005, "pct_hus_rent50_2040": 0.19856115107913699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.07923399988421, 37.983378999863945 ], [ -122.079663000229615, 37.980527999980296 ], [ -122.079118000431578, 37.980001999783887 ], [ -122.079022999997008, 37.979957000181642 ], [ -122.077131999611566, 37.979364999918339 ], [ -122.076589000361622, 37.978847999659791 ], [ -122.07650599962264, 37.978740000144413 ], [ -122.076649999562704, 37.977957000143789 ], [ -122.075527000354683, 37.976343999762051 ], [ -122.074309999638643, 37.975281999984773 ], [ -122.07378300028229, 37.974359000007176 ], [ -122.073840000183708, 37.971377000290246 ], [ -122.073667999756253, 37.971375999662548 ], [ -122.063605999903231, 37.97158299971116 ], [ -122.064301000387417, 37.974318000003599 ], [ -122.064853999683038, 37.975666000053494 ], [ -122.06467499958292, 37.975739999651452 ], [ -122.064568000351088, 37.97579700015217 ], [ -122.06413800018079, 37.976070000184812 ], [ -122.063990999867713, 37.976120000028892 ], [ -122.064328000151605, 37.9776790001725 ], [ -122.065305999594671, 37.979708000042777 ], [ -122.06561899958912, 37.980151999674952 ], [ -122.065700999604886, 37.980682999884401 ], [ -122.065970999941612, 37.981835999699292 ], [ -122.066279999738114, 37.983464000318179 ], [ -122.067879999870442, 37.991236999872378 ], [ -122.070089000273228, 37.99458499985591 ], [ -122.073994999994412, 37.993251999711873 ], [ -122.075723000173241, 37.992670000352319 ], [ -122.07647899985848, 37.992177000151941 ], [ -122.076535999759884, 37.991638000308754 ], [ -122.076945999838699, 37.990213999998822 ], [ -122.077114999893112, 37.986582999994319 ], [ -122.076941999640752, 37.985411999653238 ], [ -122.07923399988421, 37.983378999863945 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013322000", "NAME": "Census Tract 3220", "state": "06", "county_fips": "013", "tract": "322000", "county_name": "Contra Costa County", "tot_pop_2050": 6492, "tot_pop_pov_det_2050": 6485, "tot_pop_civ_ni_2050": 6485, "tot_hh_2050": 2453, "pop_zvhhs_2050": 87, "tot_fam_2050": 1627, "tot_pop_over5_2050": 6110, "pop_hus_rent50_2050": 130, "pop_minority_2050": 2700, "pop_over75_2050": 494, "pop_spfam_2050": 188, "pop_lep_2050": 128, "pop_below200_2050": 972, "pop_disability_2050": 755, "pct_minority_2050": 0.41589648798521256, "pct_over75_2050": 0.076093653727664815, "pct_spfam_2050": 0.11555009219422248, "pct_lep_2050": 0.020949263502454997, "pct_below200_2050": 0.14988434849653046, "pct_disab_2050": 0.11642251349267541, "pct_zvhhs_2050": 0.035466775377089275, "pct_hus_rent50_2050": 0.052996331023236851, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079171176743466992, "pct_minority_2040": 0.34900262873047805, "pct_spfam_2040": 0.121621621621622, "pct_lep_2040": 0.062816947488957997, "pct_below200_2040": 0.18337975858867198, "pct_disab_2040": 0.11900340451872501, "pct_zvhhs_2040": 0.133333333333333, "pct_hus_rent50_2040": 0.10503018108651899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.092578000017639, 37.96062799989231 ], [ -122.094011999570313, 37.960206999972392 ], [ -122.092346000214064, 37.959945999930632 ], [ -122.091161000183419, 37.956509999700842 ], [ -122.089884999916194, 37.955343000348265 ], [ -122.087837000070209, 37.954159999825492 ], [ -122.084481000169944, 37.951492000229081 ], [ -122.083854000356126, 37.951184999953384 ], [ -122.078555000191869, 37.954518999690158 ], [ -122.074973000335802, 37.95463200016053 ], [ -122.07440000005036, 37.956085999874318 ], [ -122.073085000323374, 37.956608999670379 ], [ -122.071640000001764, 37.956018999783012 ], [ -122.068243999918522, 37.957205999856214 ], [ -122.066273000065394, 37.959174000141495 ], [ -122.066418999655284, 37.9570919996901 ], [ -122.067412000065275, 37.953981999823981 ], [ -122.066431000249153, 37.95488099964949 ], [ -122.061676999882934, 37.954905999708011 ], [ -122.060818000265527, 37.954902999984753 ], [ -122.060131000177265, 37.954986999980811 ], [ -122.060993999992618, 37.958367000193512 ], [ -122.061830000043813, 37.962346000263402 ], [ -122.062698999706924, 37.967086999945636 ], [ -122.063605999903231, 37.97158299971116 ], [ -122.073667999756253, 37.971375999662548 ], [ -122.073840000183708, 37.971377000290246 ], [ -122.073860000275189, 37.971311999826995 ], [ -122.074781999641786, 37.968711000009598 ], [ -122.076842999906546, 37.967442999733535 ], [ -122.077066000387603, 37.967755999855754 ], [ -122.078996000232834, 37.968634999785628 ], [ -122.084220999878951, 37.968492000148061 ], [ -122.088406000157704, 37.969806000141133 ], [ -122.089714000211984, 37.966361000320376 ], [ -122.092661999683216, 37.96379500013164 ], [ -122.092578000017639, 37.96062799989231 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013323000", "NAME": "Census Tract 3230", "state": "06", "county_fips": "013", "tract": "323000", "county_name": "Contra Costa County", "tot_pop_2050": 4364, "tot_pop_pov_det_2050": 4348, "tot_pop_civ_ni_2050": 4364, "tot_hh_2050": 1671, "pop_zvhhs_2050": 18, "tot_fam_2050": 1225, "tot_pop_over5_2050": 3875, "pop_hus_rent50_2050": 79, "pop_minority_2050": 1311, "pop_over75_2050": 273, "pop_spfam_2050": 96, "pop_lep_2050": 72, "pop_below200_2050": 321, "pop_disability_2050": 319, "pct_minority_2050": 0.30041246562786433, "pct_over75_2050": 0.06255728689275894, "pct_spfam_2050": 0.078367346938775506, "pct_lep_2050": 0.018580645161290318, "pct_below200_2050": 0.073827046918123279, "pct_disab_2050": 0.0730980751604033, "pct_zvhhs_2050": 0.010771992818671456, "pct_hus_rent50_2050": 0.047277079593058047, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045986622073579002, "pct_minority_2040": 0.28929765886287606, "pct_spfam_2040": 0.097478991596639003, "pct_lep_2040": 0.014870738961336, "pct_below200_2040": 0.11604524507750301, "pct_disab_2040": 0.11073895750471001, "pct_zvhhs_2040": 0.030477285796435001, "pct_hus_rent50_2040": 0.064702484113229, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.083854000356126, 37.951184999953384 ], [ -122.083695000347461, 37.950841000243102 ], [ -122.082327000018751, 37.947680999899099 ], [ -122.082115000306629, 37.943474000319945 ], [ -122.077011999960945, 37.943497999710615 ], [ -122.073004999957448, 37.943485999662023 ], [ -122.073127999981082, 37.947932000049839 ], [ -122.067561999853126, 37.947951000333966 ], [ -122.060219000040831, 37.947963999891677 ], [ -122.060173999834987, 37.950167999825183 ], [ -122.062882999829966, 37.95020499973257 ], [ -122.062840000172258, 37.951683000205406 ], [ -122.060830999786006, 37.951691999769288 ], [ -122.061676999882934, 37.954905999708011 ], [ -122.066431000249153, 37.95488099964949 ], [ -122.067412000065275, 37.953981999823981 ], [ -122.066418999655284, 37.9570919996901 ], [ -122.066273000065394, 37.959174000141495 ], [ -122.068243999918522, 37.957205999856214 ], [ -122.071640000001764, 37.956018999783012 ], [ -122.073085000323374, 37.956608999670379 ], [ -122.07440000005036, 37.956085999874318 ], [ -122.074973000335802, 37.95463200016053 ], [ -122.078555000191869, 37.954518999690158 ], [ -122.083854000356126, 37.951184999953384 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013324001", "NAME": "Census Tract 3240.01", "state": "06", "county_fips": "013", "tract": "324001", "county_name": "Contra Costa County", "tot_pop_2050": 5773, "tot_pop_pov_det_2050": 5764, "tot_pop_civ_ni_2050": 5764, "tot_hh_2050": 3214, "pop_zvhhs_2050": 251, "tot_fam_2050": 1134, "tot_pop_over5_2050": 5353, "pop_hus_rent50_2050": 376, "pop_minority_2050": 2397, "pop_over75_2050": 241, "pop_spfam_2050": 174, "pop_lep_2050": 227, "pop_below200_2050": 835, "pop_disability_2050": 425, "pct_minority_2050": 0.41520873029620647, "pct_over75_2050": 0.041746059241295687, "pct_spfam_2050": 0.15343915343915346, "pct_lep_2050": 0.042406127405193353, "pct_below200_2050": 0.14486467730742539, "pct_disab_2050": 0.073733518390006941, "pct_zvhhs_2050": 0.078095830740510269, "pct_hus_rent50_2050": 0.11698817672682015, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.08040665434380799, "pct_minority_2040": 0.48096118299445501, "pct_spfam_2040": 0.052539404553414999, "pct_lep_2040": 0.098978160689240993, "pct_below200_2040": 0.258607922991485, "pct_disab_2040": 0.14041921721387499, "pct_zvhhs_2040": 0.092618384401114001, "pct_hus_rent50_2040": 0.20938375350140098, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.060479000331824, 37.926458000126424 ], [ -122.060096000017182, 37.926462000124786 ], [ -122.059982000214362, 37.926463999769588 ], [ -122.058387000104901, 37.926485000288125 ], [ -122.054687000248023, 37.926535999700448 ], [ -122.054037999794616, 37.930004999815253 ], [ -122.053672999921645, 37.93322299998669 ], [ -122.05329399980495, 37.935723999663232 ], [ -122.052906000365766, 37.936689000104394 ], [ -122.052848999566024, 37.936689000104394 ], [ -122.052786999641754, 37.936689000104394 ], [ -122.051952000313804, 37.939493999909409 ], [ -122.051393000272057, 37.942773999884743 ], [ -122.049788999941782, 37.942677999912355 ], [ -122.049776000421303, 37.945466000289542 ], [ -122.050666000000845, 37.9470179999661 ], [ -122.051132000156159, 37.947318000340289 ], [ -122.051636999771233, 37.947545999663753 ], [ -122.053802999617986, 37.951622000062983 ], [ -122.053898000052556, 37.953070999721199 ], [ -122.054289999689686, 37.953663000234442 ], [ -122.055976000035756, 37.949964000250233 ], [ -122.058019999683779, 37.945398000156615 ], [ -122.059947999879171, 37.940673000032689 ], [ -122.060178000032934, 37.938031999688071 ], [ -122.060051999636258, 37.933319000264483 ], [ -122.060084000321609, 37.931694999884215 ], [ -122.060479000331824, 37.926458000126424 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013324002", "NAME": "Census Tract 3240.02", "state": "06", "county_fips": "013", "tract": "324002", "county_name": "Contra Costa County", "tot_pop_2050": 5305, "tot_pop_pov_det_2050": 5201, "tot_pop_civ_ni_2050": 5236, "tot_hh_2050": 2349, "pop_zvhhs_2050": 126, "tot_fam_2050": 1224, "tot_pop_over5_2050": 4963, "pop_hus_rent50_2050": 252, "pop_minority_2050": 2149, "pop_over75_2050": 121, "pop_spfam_2050": 140, "pop_lep_2050": 91, "pop_below200_2050": 821, "pop_disability_2050": 509, "pct_minority_2050": 0.40508953817153631, "pct_over75_2050": 0.022808671065032992, "pct_spfam_2050": 0.11437908496732024, "pct_lep_2050": 0.018335684062059241, "pct_below200_2050": 0.15785425879638532, "pct_disab_2050": 0.097211611917494264, "pct_zvhhs_2050": 0.053639846743295021, "pct_hus_rent50_2050": 0.10727969348659004, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10096627884046501, "pct_minority_2040": 0.34884638138434204, "pct_spfam_2040": 0.055715658021132992, "pct_lep_2040": 0.036689767631471998, "pct_below200_2040": 0.17322834645669299, "pct_disab_2040": 0.12881082172420802, "pct_zvhhs_2040": 0.13062880324543599, "pct_hus_rent50_2040": 0.128676470588235, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.073127999981082, 37.947932000049839 ], [ -122.073004999957448, 37.943485999662023 ], [ -122.069396000337179, 37.943481999881548 ], [ -122.063958000255738, 37.943486999961308 ], [ -122.063934999791172, 37.938521000062352 ], [ -122.060178000032934, 37.938031999688071 ], [ -122.059947999879171, 37.940673000032689 ], [ -122.058019999683779, 37.945398000156615 ], [ -122.055976000035756, 37.949964000250233 ], [ -122.054289999689686, 37.953663000234442 ], [ -122.053898000052556, 37.953070999721199 ], [ -122.053498000019445, 37.955798000052958 ], [ -122.052400000027461, 37.95906399983766 ], [ -122.052821999801836, 37.960295999921087 ], [ -122.054057999886112, 37.962299999709415 ], [ -122.054503999949944, 37.963290999663691 ], [ -122.055940999875645, 37.965733000311019 ], [ -122.056181000075171, 37.966065999772631 ], [ -122.061707000020149, 37.962415999665481 ], [ -122.061830000043813, 37.962346000263402 ], [ -122.060993999992618, 37.958367000193512 ], [ -122.060131000177265, 37.954986999980811 ], [ -122.060818000265527, 37.954902999984753 ], [ -122.061676999882934, 37.954905999708011 ], [ -122.060830999786006, 37.951691999769288 ], [ -122.062840000172258, 37.951683000205406 ], [ -122.062882999829966, 37.95020499973257 ], [ -122.060173999834987, 37.950167999825183 ], [ -122.060219000040831, 37.947963999891677 ], [ -122.067561999853126, 37.947951000333966 ], [ -122.073127999981082, 37.947932000049839 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013325000", "NAME": "Census Tract 3250", "state": "06", "county_fips": "013", "tract": "325000", "county_name": "Contra Costa County", "tot_pop_2050": 5873, "tot_pop_pov_det_2050": 5722, "tot_pop_civ_ni_2050": 5705, "tot_hh_2050": 2149, "pop_zvhhs_2050": 238, "tot_fam_2050": 1438, "tot_pop_over5_2050": 5600, "pop_hus_rent50_2050": 165, "pop_minority_2050": 1779, "pop_over75_2050": 675, "pop_spfam_2050": 117, "pop_lep_2050": 173, "pop_below200_2050": 915, "pop_disability_2050": 834, "pct_minority_2050": 0.30291162949089051, "pct_over75_2050": 0.11493274306146775, "pct_spfam_2050": 0.081363004172461756, "pct_lep_2050": 0.030892857142857142, "pct_below200_2050": 0.1599091226843761, "pct_disab_2050": 0.14618755477651182, "pct_zvhhs_2050": 0.11074918566775244, "pct_hus_rent50_2050": 0.076779897626803165, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10178792706673701, "pct_minority_2040": 0.23455478845813396, "pct_spfam_2040": 0.080344332855093001, "pct_lep_2040": 0.018500858287240001, "pct_below200_2040": 0.16424154237904701, "pct_disab_2040": 0.13222990178246599, "pct_zvhhs_2040": 0.084563758389262014, "pct_hus_rent50_2040": 0.105191256830601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.086488999832952, 37.933277000291227 ], [ -122.086773000413416, 37.932765000138772 ], [ -122.086451000198139, 37.927856000110054 ], [ -122.086334000022262, 37.926033999777481 ], [ -122.085856999996281, 37.926147999947801 ], [ -122.07827300015957, 37.926281000159399 ], [ -122.073507999922697, 37.926335999718376 ], [ -122.073517000143511, 37.928181999793765 ], [ -122.073517999968431, 37.928698999647388 ], [ -122.073498999701854, 37.933398999809782 ], [ -122.070234000038184, 37.933390000130984 ], [ -122.061532000117978, 37.932327999829653 ], [ -122.060742000097548, 37.931719000287131 ], [ -122.060193000101563, 37.931696000344033 ], [ -122.060084000321609, 37.931694999884215 ], [ -122.060051999636258, 37.933319000264483 ], [ -122.060178000032934, 37.938031999688071 ], [ -122.063934999791172, 37.938521000062352 ], [ -122.063958000255738, 37.943486999961308 ], [ -122.069396000337179, 37.943481999881548 ], [ -122.073004999957448, 37.943485999662023 ], [ -122.077011999960945, 37.943497999710615 ], [ -122.082115000306629, 37.943474000319945 ], [ -122.081989999734859, 37.940850999690909 ], [ -122.081736000189977, 37.935469000106586 ], [ -122.082846999702426, 37.93403600025642 ], [ -122.086488999832952, 37.933277000291227 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013326000", "NAME": "Census Tract 3260", "state": "06", "county_fips": "013", "tract": "326000", "county_name": "Contra Costa County", "tot_pop_2050": 3588, "tot_pop_pov_det_2050": 3545, "tot_pop_civ_ni_2050": 3556, "tot_hh_2050": 1324, "pop_zvhhs_2050": 49, "tot_fam_2050": 941, "tot_pop_over5_2050": 3337, "pop_hus_rent50_2050": 50, "pop_minority_2050": 722, "pop_over75_2050": 300, "pop_spfam_2050": 84, "pop_lep_2050": 57, "pop_below200_2050": 410, "pop_disability_2050": 396, "pct_minority_2050": 0.20122630992196208, "pct_over75_2050": 0.083612040133779264, "pct_spfam_2050": 0.089266737513283748, "pct_lep_2050": 0.017081210668264908, "pct_below200_2050": 0.1156558533145275, "pct_disab_2050": 0.11136107986501688, "pct_zvhhs_2050": 0.037009063444108765, "pct_hus_rent50_2050": 0.037764350453172203, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.140772532188841, "pct_minority_2040": 0.13648068669527902, "pct_spfam_2040": 0.022845275181724002, "pct_lep_2040": 0.0039203860072379998, "pct_below200_2040": 0.15771230502599698, "pct_disab_2040": 0.159064665127021, "pct_zvhhs_2040": 0.13447782546494999, "pct_hus_rent50_2040": 0.121037463976945, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.09644299973094, 37.933024000214616 ], [ -122.097147000435939, 37.931924999703469 ], [ -122.095899999582713, 37.927536999761521 ], [ -122.096106000345358, 37.925106000268855 ], [ -122.096973000358688, 37.921547000138574 ], [ -122.094424000197264, 37.923704000289597 ], [ -122.090582999875124, 37.924673999728029 ], [ -122.089468999989592, 37.924943999654893 ], [ -122.08799699990378, 37.92525999969061 ], [ -122.086334000022262, 37.926033999777481 ], [ -122.086451000198139, 37.927856000110054 ], [ -122.086773000413416, 37.932765000138772 ], [ -122.086488999832952, 37.933277000291227 ], [ -122.082846999702426, 37.93403600025642 ], [ -122.081736000189977, 37.935469000106586 ], [ -122.081989999734859, 37.940850999690909 ], [ -122.082115000306629, 37.943474000319945 ], [ -122.082327000018751, 37.947680999899099 ], [ -122.083695000347461, 37.950841000243102 ], [ -122.083854000356126, 37.951184999953384 ], [ -122.084481000169944, 37.951492000229081 ], [ -122.087837000070209, 37.954159999825492 ], [ -122.089357999661502, 37.952321999791252 ], [ -122.090029999681164, 37.947726999691703 ], [ -122.090197000085723, 37.945000999687011 ], [ -122.089914000228518, 37.941275000308273 ], [ -122.08987599969538, 37.940861000208166 ], [ -122.08979500040283, 37.937578000148768 ], [ -122.090464000049423, 37.936065000221802 ], [ -122.092542999857557, 37.934589000302381 ], [ -122.09644299973094, 37.933024000214616 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013327000", "NAME": "Census Tract 3270", "state": "06", "county_fips": "013", "tract": "327000", "county_name": "Contra Costa County", "tot_pop_2050": 7635, "tot_pop_pov_det_2050": 7635, "tot_pop_civ_ni_2050": 7635, "tot_hh_2050": 2867, "pop_zvhhs_2050": 150, "tot_fam_2050": 1915, "tot_pop_over5_2050": 7360, "pop_hus_rent50_2050": 192, "pop_minority_2050": 4367, "pop_over75_2050": 254, "pop_spfam_2050": 293, "pop_lep_2050": 572, "pop_below200_2050": 2189, "pop_disability_2050": 1021, "pct_minority_2050": 0.57197118533071378, "pct_over75_2050": 0.033267845448592015, "pct_spfam_2050": 0.15300261096605744, "pct_lep_2050": 0.077717391304347822, "pct_below200_2050": 0.28670595939751148, "pct_disab_2050": 0.13372626064178128, "pct_zvhhs_2050": 0.052319497732821768, "pct_hus_rent50_2050": 0.066968957098011858, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058571237099584006, "pct_minority_2040": 0.51936737702720792, "pct_spfam_2040": 0.18495117748420398, "pct_lep_2040": 0.059574468085105997, "pct_below200_2040": 0.33949872671223702, "pct_disab_2040": 0.107760353839968, "pct_zvhhs_2040": 0.041086102179349999, "pct_hus_rent50_2040": 0.045077533357375001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.070089000273228, 37.99458499985591 ], [ -122.067879999870442, 37.991236999872378 ], [ -122.066279999738114, 37.983464000318179 ], [ -122.065970999941612, 37.981835999699292 ], [ -122.065700999604886, 37.980682999884401 ], [ -122.06561899958912, 37.980151999674952 ], [ -122.065305999594671, 37.979708000042777 ], [ -122.064328000151605, 37.9776790001725 ], [ -122.063990999867713, 37.976120000028892 ], [ -122.06413800018079, 37.976070000184812 ], [ -122.064568000351088, 37.97579700015217 ], [ -122.06467499958292, 37.975739999651452 ], [ -122.064853999683038, 37.975666000053494 ], [ -122.064301000387417, 37.974318000003599 ], [ -122.063605999903231, 37.97158299971116 ], [ -122.062698999706924, 37.967086999945636 ], [ -122.061830000043813, 37.962346000263402 ], [ -122.061707000020149, 37.962415999665481 ], [ -122.056181000075171, 37.966065999772631 ], [ -122.055940999875645, 37.965733000311019 ], [ -122.054503999949944, 37.963290999663691 ], [ -122.054057999886112, 37.962299999709415 ], [ -122.052821999801836, 37.960295999921087 ], [ -122.052400000027461, 37.95906399983766 ], [ -122.050152000164928, 37.963599999677946 ], [ -122.048120000212478, 37.968252999686207 ], [ -122.047479000154979, 37.971173000135884 ], [ -122.043318999990575, 37.978992000182686 ], [ -122.042097999974928, 37.981040999873386 ], [ -122.041601999682385, 37.982598999802768 ], [ -122.040377000367087, 37.988614999824563 ], [ -122.038403000140946, 37.997429000256382 ], [ -122.036962000017269, 38.004858000194226 ], [ -122.037447000439187, 38.005122000308944 ], [ -122.053210999964293, 38.001134999683622 ], [ -122.053378000368852, 38.001090999815581 ], [ -122.057078000225701, 38.000077000047085 ], [ -122.064185999861351, 37.996609999761894 ], [ -122.070089000273228, 37.99458499985591 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013328000", "NAME": "Census Tract 3280", "state": "06", "county_fips": "013", "tract": "328000", "county_name": "Contra Costa County", "tot_pop_2050": 2314, "tot_pop_pov_det_2050": 2227, "tot_pop_civ_ni_2050": 2227, "tot_hh_2050": 1387, "pop_zvhhs_2050": 368, "tot_fam_2050": 435, "tot_pop_over5_2050": 2261, "pop_hus_rent50_2050": 333, "pop_minority_2050": 1060, "pop_over75_2050": 415, "pop_spfam_2050": 80, "pop_lep_2050": 193, "pop_below200_2050": 779, "pop_disability_2050": 729, "pct_minority_2050": 0.45808124459809851, "pct_over75_2050": 0.17934312878133102, "pct_spfam_2050": 0.18390804597701149, "pct_lep_2050": 0.085360459973463074, "pct_below200_2050": 0.34979793444095192, "pct_disab_2050": 0.32734620565783568, "pct_zvhhs_2050": 0.26532083633741887, "pct_hus_rent50_2050": 0.24008651766402306, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.18152350081037302, "pct_minority_2040": 0.54578606158833098, "pct_spfam_2040": 0.17948717948717899, "pct_lep_2040": 0.085052631578947005, "pct_below200_2040": 0.45920941968040402, "pct_disab_2040": 0.24273072060682699, "pct_zvhhs_2040": 0.35669236159775802, "pct_hus_rent50_2040": 0.33587786259541996, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.047479000154979, 37.971173000135884 ], [ -122.045027000077937, 37.969904999891213 ], [ -122.043108000103388, 37.970800999769651 ], [ -122.041235000159574, 37.971691999758796 ], [ -122.039388000155043, 37.972504000087106 ], [ -122.037297999577945, 37.973330999742736 ], [ -122.036012000163268, 37.971728000239167 ], [ -122.032775999913611, 37.972536999750083 ], [ -122.033210000281883, 37.973487999757083 ], [ -122.033786000042085, 37.974240000158161 ], [ -122.031579000187421, 37.975287000024352 ], [ -122.030909999642503, 37.974403000330902 ], [ -122.028664000328106, 37.975461999780293 ], [ -122.029242999563039, 37.976309999833909 ], [ -122.029103999645855, 37.977365000033835 ], [ -122.02959300026572, 37.97854499973166 ], [ -122.030933000107041, 37.981668000143827 ], [ -122.038593999936666, 37.977991999846495 ], [ -122.039956000417618, 37.978355999872093 ], [ -122.043318999990575, 37.978992000182686 ], [ -122.047479000154979, 37.971173000135884 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013329000", "NAME": "Census Tract 3290", "state": "06", "county_fips": "013", "tract": "329000", "county_name": "Contra Costa County", "tot_pop_2050": 6167, "tot_pop_pov_det_2050": 6167, "tot_pop_civ_ni_2050": 6167, "tot_hh_2050": 2176, "pop_zvhhs_2050": 89, "tot_fam_2050": 1549, "tot_pop_over5_2050": 5775, "pop_hus_rent50_2050": 236, "pop_minority_2050": 3153, "pop_over75_2050": 255, "pop_spfam_2050": 227, "pop_lep_2050": 376, "pop_below200_2050": 841, "pop_disability_2050": 755, "pct_minority_2050": 0.51126966109940009, "pct_over75_2050": 0.041349116263985734, "pct_spfam_2050": 0.14654615881213687, "pct_lep_2050": 0.065108225108225129, "pct_below200_2050": 0.13637100697259608, "pct_disab_2050": 0.1224258148208205, "pct_zvhhs_2050": 0.040900735294117647, "pct_hus_rent50_2050": 0.10845588235294118, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055896985659935998, "pct_minority_2040": 0.46444249341527699, "pct_spfam_2040": 0.15514018691588802, "pct_lep_2040": 0.068948891031823001, "pct_below200_2040": 0.28832547169811307, "pct_disab_2040": 0.13988879133742999, "pct_zvhhs_2040": 0.034836980794998001, "pct_hus_rent50_2040": 0.089552238805970005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.042097999974928, 37.981040999873386 ], [ -122.043318999990575, 37.978992000182686 ], [ -122.039956000417618, 37.978355999872093 ], [ -122.038593999936666, 37.977991999846495 ], [ -122.030933000107041, 37.981668000143827 ], [ -122.033529999949039, 37.987432000105812 ], [ -122.033724000117786, 37.989465999839929 ], [ -122.033257999962473, 37.991549999770442 ], [ -122.030794000189871, 37.995319999830009 ], [ -122.023976000084133, 38.004416999837154 ], [ -122.023674999785243, 38.003455000053236 ], [ -122.022682000273562, 38.006336999867571 ], [ -122.022519999891841, 38.009478999906591 ], [ -122.030548999967479, 38.008147000221449 ], [ -122.037447000439187, 38.005122000308944 ], [ -122.036962000017269, 38.004858000194226 ], [ -122.038403000140946, 37.997429000256382 ], [ -122.040377000367087, 37.988614999824563 ], [ -122.041601999682385, 37.982598999802768 ], [ -122.042097999974928, 37.981040999873386 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013330000", "NAME": "Census Tract 3300", "state": "06", "county_fips": "013", "tract": "330000", "county_name": "Contra Costa County", "tot_pop_2050": 5655, "tot_pop_pov_det_2050": 5643, "tot_pop_civ_ni_2050": 5634, "tot_hh_2050": 1947, "pop_zvhhs_2050": 37, "tot_fam_2050": 1338, "tot_pop_over5_2050": 5345, "pop_hus_rent50_2050": 135, "pop_minority_2050": 2716, "pop_over75_2050": 260, "pop_spfam_2050": 119, "pop_lep_2050": 382, "pop_below200_2050": 1555, "pop_disability_2050": 640, "pct_minority_2050": 0.48028293545534922, "pct_over75_2050": 0.045977011494252866, "pct_spfam_2050": 0.088938714499252614, "pct_lep_2050": 0.071468662301216096, "pct_below200_2050": 0.27556264398369662, "pct_disab_2050": 0.11359602413915515, "pct_zvhhs_2050": 0.01900359527478172, "pct_hus_rent50_2050": 0.069337442218798145, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066425744278093002, "pct_minority_2040": 0.47685424195491299, "pct_spfam_2040": 0.12958801498127301, "pct_lep_2040": 0.044770574029352, "pct_below200_2040": 0.27742269822076399, "pct_disab_2040": 0.12143720849887701, "pct_zvhhs_2040": 0.026723677177979997, "pct_hus_rent50_2040": 0.10674778761061901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.033724000117786, 37.989465999839929 ], [ -122.033529999949039, 37.987432000105812 ], [ -122.030933000107041, 37.981668000143827 ], [ -122.02959300026572, 37.97854499973166 ], [ -122.021221000058375, 37.980825999848179 ], [ -122.020555999711434, 37.981009000281688 ], [ -122.017676000012244, 37.982334000268835 ], [ -122.015533999556595, 37.983334999964974 ], [ -122.015701999786103, 37.983514000081271 ], [ -122.016754999572257, 37.985356999706148 ], [ -122.018047999557908, 37.986008000284833 ], [ -122.020112000195738, 37.98830000006194 ], [ -122.020497000160191, 37.990537999797809 ], [ -122.022689999771146, 37.989700000139557 ], [ -122.02307899993356, 37.993329999880928 ], [ -122.021200000141988, 37.994136999920009 ], [ -122.024677000416077, 37.998187999970853 ], [ -122.025198999749591, 38.002012000072376 ], [ -122.023674999785243, 38.003455000053236 ], [ -122.023976000084133, 38.004416999837154 ], [ -122.030794000189871, 37.995319999830009 ], [ -122.033257999962473, 37.991549999770442 ], [ -122.033724000117786, 37.989465999839929 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013331000", "NAME": "Census Tract 3310", "state": "06", "county_fips": "013", "tract": "331000", "county_name": "Contra Costa County", "tot_pop_2050": 7144, "tot_pop_pov_det_2050": 7057, "tot_pop_civ_ni_2050": 7057, "tot_hh_2050": 2796, "pop_zvhhs_2050": 183, "tot_fam_2050": 1784, "tot_pop_over5_2050": 6826, "pop_hus_rent50_2050": 335, "pop_minority_2050": 3400, "pop_over75_2050": 640, "pop_spfam_2050": 251, "pop_lep_2050": 441, "pop_below200_2050": 2517, "pop_disability_2050": 970, "pct_minority_2050": 0.47592385218365058, "pct_over75_2050": 0.089585666293393054, "pct_spfam_2050": 0.14069506726457398, "pct_lep_2050": 0.064605918546733074, "pct_below200_2050": 0.35666713901091113, "pct_disab_2050": 0.13745217514524585, "pct_zvhhs_2050": 0.065450643776824038, "pct_hus_rent50_2050": 0.1198140200286123, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065152108630370006, "pct_minority_2040": 0.41023632327980197, "pct_spfam_2040": 0.13360739979444999, "pct_lep_2040": 0.028513238289205999, "pct_below200_2040": 0.25201532972115803, "pct_disab_2040": 0.11494708994709001, "pct_zvhhs_2040": 0.100560747663551, "pct_hus_rent50_2040": 0.11456752655538699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.02959300026572, 37.97854499973166 ], [ -122.029103999645855, 37.977365000033835 ], [ -122.029242999563039, 37.976309999833909 ], [ -122.028664000328106, 37.975461999780293 ], [ -122.023986000129867, 37.97416300011141 ], [ -122.0181029998095, 37.97248599968529 ], [ -122.009362000429547, 37.970005000154252 ], [ -122.005610999620771, 37.969000000133519 ], [ -122.002222000108546, 37.968030000014551 ], [ -121.995831999624954, 37.973431000295875 ], [ -121.997213000372497, 37.973925000293136 ], [ -121.998970999790259, 37.974881000088516 ], [ -122.00053099973961, 37.976564999973228 ], [ -122.001972999688192, 37.977807000014991 ], [ -122.006162999989812, 37.980781000043109 ], [ -122.007803000305117, 37.981986999864993 ], [ -122.012087000318061, 37.985180999740102 ], [ -122.012246000326726, 37.985334999999004 ], [ -122.013186999959899, 37.984740999747977 ], [ -122.015701999786103, 37.983514000081271 ], [ -122.015533999556595, 37.983334999964974 ], [ -122.017676000012244, 37.982334000268835 ], [ -122.020555999711434, 37.981009000281688 ], [ -122.021221000058375, 37.980825999848179 ], [ -122.02959300026572, 37.97854499973166 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013332000", "NAME": "Census Tract 3320", "state": "06", "county_fips": "013", "tract": "332000", "county_name": "Contra Costa County", "tot_pop_2050": 8955, "tot_pop_pov_det_2050": 8886, "tot_pop_civ_ni_2050": 8855, "tot_hh_2050": 2948, "pop_zvhhs_2050": 189, "tot_fam_2050": 2234, "tot_pop_over5_2050": 8242, "pop_hus_rent50_2050": 171, "pop_minority_2050": 3855, "pop_over75_2050": 581, "pop_spfam_2050": 421, "pop_lep_2050": 347, "pop_below200_2050": 1728, "pop_disability_2050": 1166, "pct_minority_2050": 0.4304857621440536, "pct_over75_2050": 0.064879955332216618, "pct_spfam_2050": 0.18845120859444944, "pct_lep_2050": 0.042101431691337052, "pct_below200_2050": 0.19446320054017555, "pct_disab_2050": 0.13167701863354034, "pct_zvhhs_2050": 0.064111261872455902, "pct_hus_rent50_2050": 0.058005427408412476, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074972571010606004, "pct_minority_2040": 0.440326709740339, "pct_spfam_2040": 0.14186851211072699, "pct_lep_2040": 0.063292777633962988, "pct_below200_2040": 0.24396583735610802, "pct_disab_2040": 0.18256029684601102, "pct_zvhhs_2040": 0.049100968188104999, "pct_hus_rent50_2040": 0.072695652173912995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.012246000326726, 37.985334999999004 ], [ -122.012087000318061, 37.985180999740102 ], [ -122.007803000305117, 37.981986999864993 ], [ -122.006162999989812, 37.980781000043109 ], [ -122.001972999688192, 37.977807000014991 ], [ -122.00053099973961, 37.976564999973228 ], [ -121.998970999790259, 37.974881000088516 ], [ -121.997213000372497, 37.973925000293136 ], [ -121.995831999624954, 37.973431000295875 ], [ -121.994953999740986, 37.974134999881272 ], [ -121.989426000146167, 37.970008999906959 ], [ -121.983536999978028, 37.974954999769743 ], [ -121.981602999934864, 37.97661799973266 ], [ -121.991274999800538, 37.984125000282567 ], [ -121.994706000043863, 37.986550000274441 ], [ -121.998400000052953, 37.989411000099871 ], [ -122.003197000076881, 37.992409000325836 ], [ -122.005759999583674, 37.994069000253106 ], [ -122.009512000217399, 37.992142000135239 ], [ -122.010338000222816, 37.986771000196221 ], [ -122.012246000326726, 37.985334999999004 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013333101", "NAME": "Census Tract 3331.01", "state": "06", "county_fips": "013", "tract": "333101", "county_name": "Contra Costa County", "tot_pop_2050": 4594, "tot_pop_pov_det_2050": 4594, "tot_pop_civ_ni_2050": 4594, "tot_hh_2050": 1511, "pop_zvhhs_2050": 51, "tot_fam_2050": 1199, "tot_pop_over5_2050": 4347, "pop_hus_rent50_2050": 144, "pop_minority_2050": 1856, "pop_over75_2050": 501, "pop_spfam_2050": 109, "pop_lep_2050": 171, "pop_below200_2050": 955, "pop_disability_2050": 604, "pct_minority_2050": 0.4040052242054854, "pct_over75_2050": 0.109055289508054, "pct_spfam_2050": 0.090909090909090925, "pct_lep_2050": 0.039337474120082816, "pct_below200_2050": 0.20787984327383546, "pct_disab_2050": 0.13147583804962995, "pct_zvhhs_2050": 0.033752481800132364, "pct_hus_rent50_2050": 0.095301125082726673, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086379569354030988, "pct_minority_2040": 0.38482724086129205, "pct_spfam_2040": 0.094357976653695996, "pct_lep_2040": 0.051678209909429999, "pct_below200_2040": 0.26711813393528999, "pct_disab_2040": 0.12680334092634801, "pct_zvhhs_2040": 0.056385869565217003, "pct_hus_rent50_2040": 0.10326086956521699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.982693000429222, 37.961209999829684 ], [ -121.975830000117654, 37.958752999677621 ], [ -121.974161000388364, 37.958135000055989 ], [ -121.968974000377074, 37.956257000274206 ], [ -121.967099999710058, 37.95949099971574 ], [ -121.964583000234015, 37.96297100010063 ], [ -121.96261300020582, 37.965623999914598 ], [ -121.961242000402351, 37.967500000303133 ], [ -121.959224999620204, 37.967676000179978 ], [ -121.9584999998971, 37.968378999757 ], [ -121.963876999879176, 37.972832999690084 ], [ -121.968324000098733, 37.973166000231799 ], [ -121.970022999965281, 37.971741999752453 ], [ -121.971570000394152, 37.970461000306571 ], [ -121.973085999962578, 37.969163999852228 ], [ -121.982693000429222, 37.961209999829684 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013333102", "NAME": "Census Tract 3331.02", "state": "06", "county_fips": "013", "tract": "333102", "county_name": "Contra Costa County", "tot_pop_2050": 4402, "tot_pop_pov_det_2050": 4388, "tot_pop_civ_ni_2050": 4389, "tot_hh_2050": 1581, "pop_zvhhs_2050": 30, "tot_fam_2050": 1079, "tot_pop_over5_2050": 4085, "pop_hus_rent50_2050": 44, "pop_minority_2050": 1703, "pop_over75_2050": 289, "pop_spfam_2050": 37, "pop_lep_2050": 103, "pop_below200_2050": 873, "pop_disability_2050": 559, "pct_minority_2050": 0.38686960472512494, "pct_over75_2050": 0.065651976374375282, "pct_spfam_2050": 0.034291010194624653, "pct_lep_2050": 0.025214198286413709, "pct_below200_2050": 0.19895168641750227, "pct_disab_2050": 0.12736386420596946, "pct_zvhhs_2050": 0.018975332068311198, "pct_hus_rent50_2050": 0.027830487033523088, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080531453362256006, "pct_minority_2040": 0.31209327548806898, "pct_spfam_2040": 0.092805005213764016, "pct_lep_2040": 0.012327981651376002, "pct_below200_2040": 0.157694399129962, "pct_disab_2040": 0.090538336052202004, "pct_zvhhs_2040": 0.018729096989966998, "pct_hus_rent50_2040": 0.018230925050641004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.967099999710058, 37.95949099971574 ], [ -121.968974000377074, 37.956257000274206 ], [ -121.964482999776578, 37.954647000247483 ], [ -121.957343000353873, 37.95210900031077 ], [ -121.954671000168815, 37.954071000232823 ], [ -121.951340000382913, 37.956708000214789 ], [ -121.949863000274235, 37.957759999896034 ], [ -121.946021999952052, 37.959772000095725 ], [ -121.948869999864229, 37.96142399988819 ], [ -121.948657000327188, 37.963084000315874 ], [ -121.953635000101102, 37.964914000110518 ], [ -121.957211999934316, 37.96733699967475 ], [ -121.959224999620204, 37.967676000179978 ], [ -121.961242000402351, 37.967500000303133 ], [ -121.96261300020582, 37.965623999914598 ], [ -121.964583000234015, 37.96297100010063 ], [ -121.967099999710058, 37.95949099971574 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013333200", "NAME": "Census Tract 3332", "state": "06", "county_fips": "013", "tract": "333200", "county_name": "Contra Costa County", "tot_pop_2050": 5994, "tot_pop_pov_det_2050": 5973, "tot_pop_civ_ni_2050": 5901, "tot_hh_2050": 2272, "pop_zvhhs_2050": 0, "tot_fam_2050": 1544, "tot_pop_over5_2050": 5601, "pop_hus_rent50_2050": 165, "pop_minority_2050": 2057, "pop_over75_2050": 427, "pop_spfam_2050": 96, "pop_lep_2050": 201, "pop_below200_2050": 712, "pop_disability_2050": 663, "pct_minority_2050": 0.34317650984317649, "pct_over75_2050": 0.071237904571237909, "pct_spfam_2050": 0.062176165803108814, "pct_lep_2050": 0.035886448848419926, "pct_below200_2050": 0.11920308052904738, "pct_disab_2050": 0.11235383833248602, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.072623239436619719, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058942065491184005, "pct_minority_2040": 0.36322418136020207, "pct_spfam_2040": 0.037950664136622, "pct_lep_2040": 0.0046931407942240001, "pct_below200_2040": 0.16776371308016899, "pct_disab_2040": 0.10738597685500302, "pct_zvhhs_2040": 0.042664344797562009, "pct_hus_rent50_2040": 0.12839946500222901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.002222000108546, 37.968030000014551 ], [ -121.997446000000991, 37.96654499997782 ], [ -121.994379999630638, 37.965436000072167 ], [ -121.992637000281476, 37.96479399981456 ], [ -121.9914840000379, 37.964378999787371 ], [ -121.986809000212716, 37.962684999731572 ], [ -121.982693000429222, 37.961209999829684 ], [ -121.973085999962578, 37.969163999852228 ], [ -121.971570000394152, 37.970461000306571 ], [ -121.970022999965281, 37.971741999752453 ], [ -121.975476000115336, 37.975528999835355 ], [ -121.977638999589061, 37.973710999845281 ], [ -121.981602999934864, 37.97661799973266 ], [ -121.983536999978028, 37.974954999769743 ], [ -121.989426000146167, 37.970008999906959 ], [ -121.994953999740986, 37.974134999881272 ], [ -121.995831999624954, 37.973431000295875 ], [ -122.002222000108546, 37.968030000014551 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013334001", "NAME": "Census Tract 3340.01", "state": "06", "county_fips": "013", "tract": "334001", "county_name": "Contra Costa County", "tot_pop_2050": 3942, "tot_pop_pov_det_2050": 3942, "tot_pop_civ_ni_2050": 3942, "tot_hh_2050": 1505, "pop_zvhhs_2050": 247, "tot_fam_2050": 987, "tot_pop_over5_2050": 3762, "pop_hus_rent50_2050": 247, "pop_minority_2050": 1604, "pop_over75_2050": 298, "pop_spfam_2050": 173, "pop_lep_2050": 248, "pop_below200_2050": 1071, "pop_disability_2050": 563, "pct_minority_2050": 0.40690005073566721, "pct_over75_2050": 0.07559614408929477, "pct_spfam_2050": 0.17527862208713271, "pct_lep_2050": 0.065922381711855396, "pct_below200_2050": 0.27168949771689499, "pct_disab_2050": 0.14282090309487569, "pct_zvhhs_2050": 0.16411960132890366, "pct_hus_rent50_2050": 0.16411960132890366, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.068187515668087006, "pct_minority_2040": 0.43720230634244206, "pct_spfam_2040": 0.15752212389380499, "pct_lep_2040": 0.049560351718624995, "pct_below200_2040": 0.22337465216291397, "pct_disab_2040": 0.11864406779660999, "pct_zvhhs_2040": 0.082010582010581992, "pct_hus_rent50_2040": 0.108377659574468, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.009362000429547, 37.970005000154252 ], [ -122.008028000435999, 37.961653000103993 ], [ -122.007296000141892, 37.960763000168171 ], [ -122.003976000226643, 37.957970999785303 ], [ -122.001615000386209, 37.955450000149312 ], [ -121.998570999757149, 37.957784999682964 ], [ -121.99590100012027, 37.959926999915744 ], [ -121.994514000423266, 37.96159299979481 ], [ -121.992637000281476, 37.96479399981456 ], [ -121.994379999630638, 37.965436000072167 ], [ -121.997446000000991, 37.96654499997782 ], [ -122.002222000108546, 37.968030000014551 ], [ -122.005610999620771, 37.969000000133519 ], [ -122.009362000429547, 37.970005000154252 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013334004", "NAME": "Census Tract 3340.04", "state": "06", "county_fips": "013", "tract": "334004", "county_name": "Contra Costa County", "tot_pop_2050": 7722, "tot_pop_pov_det_2050": 7705, "tot_pop_civ_ni_2050": 7722, "tot_hh_2050": 3223, "pop_zvhhs_2050": 326, "tot_fam_2050": 1794, "tot_pop_over5_2050": 7348, "pop_hus_rent50_2050": 373, "pop_minority_2050": 2879, "pop_over75_2050": 721, "pop_spfam_2050": 246, "pop_lep_2050": 523, "pop_below200_2050": 2426, "pop_disability_2050": 1387, "pct_minority_2050": 0.37283087283087291, "pct_over75_2050": 0.093369593369593357, "pct_spfam_2050": 0.13712374581939801, "pct_lep_2050": 0.071175830157866091, "pct_below200_2050": 0.31486048020765739, "pct_disab_2050": 0.17961667961667965, "pct_zvhhs_2050": 0.10114799875892026, "pct_hus_rent50_2050": 0.11573068569655599, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077157079646018006, "pct_minority_2040": 0.46695243362831901, "pct_spfam_2040": 0.15720263000597698, "pct_lep_2040": 0.044331395348837004, "pct_below200_2040": 0.26742256637168099, "pct_disab_2040": 0.13246501316336398, "pct_zvhhs_2040": 0.10150130548302901, "pct_hus_rent50_2040": 0.119641076769691, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99590100012027, 37.959926999915744 ], [ -121.998570999757149, 37.957784999682964 ], [ -121.994552999883012, 37.958735000154135 ], [ -121.992397000081965, 37.954117999720779 ], [ -121.9892310001525, 37.955027000012663 ], [ -121.98965200010197, 37.953766999879804 ], [ -121.981267000374174, 37.953934000092005 ], [ -121.979658999845924, 37.954811000148688 ], [ -121.978425000309841, 37.955615999942658 ], [ -121.976744999811558, 37.954986999980811 ], [ -121.976174999899143, 37.954579000111984 ], [ -121.974995999716299, 37.953383000021532 ], [ -121.976404000228001, 37.95210800012886 ], [ -121.974231999635137, 37.952179999733985 ], [ -121.971760000364952, 37.946907000331834 ], [ -121.970417999975496, 37.946289000221434 ], [ -121.969383999557593, 37.946020999875927 ], [ -121.965829000364025, 37.946095999862294 ], [ -121.963563000059835, 37.947505000272571 ], [ -121.957343000353873, 37.95210900031077 ], [ -121.964482999776578, 37.954647000247483 ], [ -121.968974000377074, 37.956257000274206 ], [ -121.974161000388364, 37.958135000055989 ], [ -121.975830000117654, 37.958752999677621 ], [ -121.982693000429222, 37.961209999829684 ], [ -121.986809000212716, 37.962684999731572 ], [ -121.9914840000379, 37.964378999787371 ], [ -121.992637000281476, 37.96479399981456 ], [ -121.994514000423266, 37.96159299979481 ], [ -121.99590100012027, 37.959926999915744 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013334006", "NAME": "Census Tract 3340.06", "state": "06", "county_fips": "013", "tract": "334006", "county_name": "Contra Costa County", "tot_pop_2050": 4752, "tot_pop_pov_det_2050": 4752, "tot_pop_civ_ni_2050": 4752, "tot_hh_2050": 1722, "pop_zvhhs_2050": 33, "tot_fam_2050": 1394, "tot_pop_over5_2050": 4486, "pop_hus_rent50_2050": 51, "pop_minority_2050": 1894, "pop_over75_2050": 322, "pop_spfam_2050": 65, "pop_lep_2050": 60, "pop_below200_2050": 336, "pop_disability_2050": 470, "pct_minority_2050": 0.39856902356902357, "pct_over75_2050": 0.067760942760942758, "pct_spfam_2050": 0.046628407460545203, "pct_lep_2050": 0.013374944271065538, "pct_below200_2050": 0.070707070707070704, "pct_disab_2050": 0.0989057239057239, "pct_zvhhs_2050": 0.019163763066202089, "pct_hus_rent50_2050": 0.029616724738675961, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042145593869732004, "pct_minority_2040": 0.42464878671775197, "pct_spfam_2040": 0.075362318840580006, "pct_lep_2040": 0.041564792176038999, "pct_below200_2040": 0.11089784602260601, "pct_disab_2040": 0.078118348233291002, "pct_zvhhs_2040": 0.0054678007290399995, "pct_hus_rent50_2040": 0.047501542257865993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.001615000386209, 37.955450000149312 ], [ -121.999607999649797, 37.953765999720467 ], [ -121.998239000394463, 37.952167999686637 ], [ -121.997620999903162, 37.9514009998543 ], [ -121.99618099960442, 37.949662999839362 ], [ -121.995188999917644, 37.949017999866108 ], [ -121.992629999710502, 37.947615000177102 ], [ -121.992233999875367, 37.94715800029315 ], [ -121.980499999919985, 37.948432000148479 ], [ -121.978238999638663, 37.948105000069397 ], [ -121.970417999975496, 37.946289000221434 ], [ -121.971760000364952, 37.946907000331834 ], [ -121.974231999635137, 37.952179999733985 ], [ -121.976404000228001, 37.95210800012886 ], [ -121.974995999716299, 37.953383000021532 ], [ -121.976174999899143, 37.954579000111984 ], [ -121.976744999811558, 37.954986999980811 ], [ -121.978425000309841, 37.955615999942658 ], [ -121.979658999845924, 37.954811000148688 ], [ -121.981267000374174, 37.953934000092005 ], [ -121.98965200010197, 37.953766999879804 ], [ -121.9892310001525, 37.955027000012663 ], [ -121.992397000081965, 37.954117999720779 ], [ -121.994552999883012, 37.958735000154135 ], [ -121.998570999757149, 37.957784999682964 ], [ -122.001615000386209, 37.955450000149312 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013334200", "NAME": "Census Tract 3342", "state": "06", "county_fips": "013", "tract": "334200", "county_name": "Contra Costa County", "tot_pop_2050": 7719, "tot_pop_pov_det_2050": 7362, "tot_pop_civ_ni_2050": 7362, "tot_hh_2050": 2674, "pop_zvhhs_2050": 237, "tot_fam_2050": 2058, "tot_pop_over5_2050": 7431, "pop_hus_rent50_2050": 197, "pop_minority_2050": 1797, "pop_over75_2050": 1043, "pop_spfam_2050": 80, "pop_lep_2050": 220, "pop_below200_2050": 533, "pop_disability_2050": 617, "pct_minority_2050": 0.23280217644772641, "pct_over75_2050": 0.13512112968001036, "pct_spfam_2050": 0.038872691933916417, "pct_lep_2050": 0.029605705826941192, "pct_below200_2050": 0.072398804672643299, "pct_disab_2050": 0.083808747622928559, "pct_zvhhs_2050": 0.088631264023934175, "pct_hus_rent50_2050": 0.07367240089753177, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12960102960102998, "pct_minority_2040": 0.30012870012870002, "pct_spfam_2040": 0.04, "pct_lep_2040": 0.019260727942218003, "pct_below200_2040": 0.088781275221953004, "pct_disab_2040": 0.089184826472961998, "pct_zvhhs_2040": 0.080800858062210004, "pct_hus_rent50_2040": 0.056074766355139992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.077658000041339, 37.885014999853986 ], [ -122.077133000334769, 37.882955000295212 ], [ -122.076406000063528, 37.881484999983016 ], [ -122.074194000186026, 37.877999000282003 ], [ -122.07162300028331, 37.876680999736735 ], [ -122.068002999894077, 37.87610100021044 ], [ -122.066668000075609, 37.87559699974026 ], [ -122.066710999733331, 37.873989000041036 ], [ -122.05895299981934, 37.871586999929058 ], [ -122.058808000054384, 37.864900999712098 ], [ -122.057734000351829, 37.864189000154141 ], [ -122.054077999977594, 37.86426299994843 ], [ -122.053220000185107, 37.863344999812135 ], [ -122.053009000297934, 37.859144999777975 ], [ -122.051934999697039, 37.859724000139181 ], [ -122.050030999791105, 37.859537999736304 ], [ -122.049424999893702, 37.860864999908401 ], [ -122.046555000240247, 37.860813999661822 ], [ -122.048833000239995, 37.865069000294014 ], [ -122.045233999767177, 37.867057000200752 ], [ -122.044699999839779, 37.866451999736881 ], [ -122.042831999918846, 37.866613000134357 ], [ -122.037080000018065, 37.857180999816926 ], [ -122.032154000122702, 37.849787000065625 ], [ -122.031031999841247, 37.847709999751956 ], [ -122.028782000328903, 37.845175000298092 ], [ -122.028240999830501, 37.843125999671472 ], [ -122.027737999865252, 37.842912999647908 ], [ -122.025086999596581, 37.845581000164479 ], [ -122.02776499962944, 37.848142000201364 ], [ -122.028713999658535, 37.851491000103842 ], [ -122.028989000018129, 37.854034000242919 ], [ -122.029161000445583, 37.854618000058615 ], [ -122.033150000007439, 37.86146100017411 ], [ -122.035283000242245, 37.863373999669946 ], [ -122.037582999983286, 37.865285999917376 ], [ -122.039759999700706, 37.868232000213943 ], [ -122.040902000073629, 37.869665999689836 ], [ -122.043883000055189, 37.87379400030796 ], [ -122.049044999952116, 37.87936699967441 ], [ -122.050070999974068, 37.880846000155557 ], [ -122.055021000158902, 37.885603999940415 ], [ -122.057801000298994, 37.889372000282322 ], [ -122.059049999903721, 37.89027500035268 ], [ -122.066784000426566, 37.893859999688082 ], [ -122.068007999916944, 37.89232499998451 ], [ -122.06820000043588, 37.89182099994575 ], [ -122.06921399986399, 37.889313999753213 ], [ -122.077658000041339, 37.885014999853986 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013335000", "NAME": "Census Tract 3350", "state": "06", "county_fips": "013", "tract": "335000", "county_name": "Contra Costa County", "tot_pop_2050": 3429, "tot_pop_pov_det_2050": 3429, "tot_pop_civ_ni_2050": 3429, "tot_hh_2050": 1205, "pop_zvhhs_2050": 35, "tot_fam_2050": 840, "tot_pop_over5_2050": 3224, "pop_hus_rent50_2050": 28, "pop_minority_2050": 1519, "pop_over75_2050": 249, "pop_spfam_2050": 63, "pop_lep_2050": 177, "pop_below200_2050": 731, "pop_disability_2050": 461, "pct_minority_2050": 0.44298629337999418, "pct_over75_2050": 0.072615923009623801, "pct_spfam_2050": 0.075, "pct_lep_2050": 0.054900744416873447, "pct_below200_2050": 0.21318168562263051, "pct_disab_2050": 0.13444152814231555, "pct_zvhhs_2050": 0.029045643153526968, "pct_hus_rent50_2050": 0.023236514522821574, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078931572629051996, "pct_minority_2040": 0.43637454981992796, "pct_spfam_2040": 0.12967289719626199, "pct_lep_2040": 0.023741690408357, "pct_below200_2040": 0.24669867947178897, "pct_disab_2040": 0.14453477868112, "pct_zvhhs_2040": 0.087747035573122023, "pct_hus_rent50_2040": 0.139311449159327, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.033786000042085, 37.974240000158161 ], [ -122.033210000281883, 37.973487999757083 ], [ -122.032775999913611, 37.972536999750083 ], [ -122.031899999679467, 37.969403000181124 ], [ -122.03197099982458, 37.968699999786374 ], [ -122.031112000207173, 37.968346000349527 ], [ -122.023309999912271, 37.966086000315379 ], [ -122.019429000305465, 37.964984999904118 ], [ -122.010047999794594, 37.96231999986145 ], [ -122.008028000435999, 37.961653000103993 ], [ -122.009362000429547, 37.970005000154252 ], [ -122.0181029998095, 37.97248599968529 ], [ -122.023986000129867, 37.97416300011141 ], [ -122.028664000328106, 37.975461999780293 ], [ -122.030909999642503, 37.974403000330902 ], [ -122.031579000187421, 37.975287000024352 ], [ -122.033786000042085, 37.974240000158161 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013336101", "NAME": "Census Tract 3361.01", "state": "06", "county_fips": "013", "tract": "336101", "county_name": "Contra Costa County", "tot_pop_2050": 5560, "tot_pop_pov_det_2050": 5518, "tot_pop_civ_ni_2050": 5547, "tot_hh_2050": 1559, "pop_zvhhs_2050": 135, "tot_fam_2050": 1016, "tot_pop_over5_2050": 5141, "pop_hus_rent50_2050": 364, "pop_minority_2050": 4869, "pop_over75_2050": 66, "pop_spfam_2050": 310, "pop_lep_2050": 886, "pop_below200_2050": 2563, "pop_disability_2050": 457, "pct_minority_2050": 0.87571942446043161, "pct_over75_2050": 0.011870503597122302, "pct_spfam_2050": 0.30511811023622049, "pct_lep_2050": 0.17234001167088114, "pct_below200_2050": 0.46447988401594781, "pct_disab_2050": 0.08238687578871462, "pct_zvhhs_2050": 0.086593970493906353, "pct_hus_rent50_2050": 0.23348300192431051, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.011660079051383001, "pct_minority_2040": 0.79446640316205497, "pct_spfam_2040": 0.27909176915799394, "pct_lep_2040": 0.17532751091703103, "pct_below200_2040": 0.63391442155308997, "pct_disab_2040": 0.067391304347826003, "pct_zvhhs_2040": 0.16254180602006699, "pct_hus_rent50_2040": 0.32209222298692403, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.037297999577945, 37.973330999742736 ], [ -122.039388000155043, 37.972504000087106 ], [ -122.036649000022848, 37.968802000183565 ], [ -122.03882499991532, 37.967506000136922 ], [ -122.039116000168477, 37.966194000035863 ], [ -122.035766999940918, 37.962489999871416 ], [ -122.033730999790507, 37.960154999769408 ], [ -122.032592999615517, 37.960798000277848 ], [ -122.030172000398949, 37.962520999705845 ], [ -122.029923999803515, 37.962701999665754 ], [ -122.030450000233287, 37.964284999748926 ], [ -122.031235000230851, 37.967567999806612 ], [ -122.031112000207173, 37.968346000349527 ], [ -122.03197099982458, 37.968699999786374 ], [ -122.031899999679467, 37.969403000181124 ], [ -122.032775999913611, 37.972536999750083 ], [ -122.036012000163268, 37.971728000239167 ], [ -122.037297999577945, 37.973330999742736 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013336102", "NAME": "Census Tract 3361.02", "state": "06", "county_fips": "013", "tract": "336102", "county_name": "Contra Costa County", "tot_pop_2050": 7220, "tot_pop_pov_det_2050": 7220, "tot_pop_civ_ni_2050": 7220, "tot_hh_2050": 2778, "pop_zvhhs_2050": 350, "tot_fam_2050": 1548, "tot_pop_over5_2050": 6565, "pop_hus_rent50_2050": 746, "pop_minority_2050": 5787, "pop_over75_2050": 151, "pop_spfam_2050": 495, "pop_lep_2050": 1562, "pop_below200_2050": 3431, "pop_disability_2050": 1187, "pct_minority_2050": 0.80152354570637119, "pct_over75_2050": 0.020914127423822714, "pct_spfam_2050": 0.31976744186046513, "pct_lep_2050": 0.23792840822543795, "pct_below200_2050": 0.47520775623268702, "pct_disab_2050": 0.16440443213296399, "pct_zvhhs_2050": 0.1259899208063355, "pct_hus_rent50_2050": 0.2685385169186465, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0093370681605980006, "pct_minority_2040": 0.85874349739895994, "pct_spfam_2040": 0.33876221498371301, "pct_lep_2040": 0.27576934568270101, "pct_below200_2040": 0.63041733547351497, "pct_disab_2040": 0.089502467653728018, "pct_zvhhs_2040": 0.104981473857555, "pct_hus_rent50_2040": 0.31993369249896397, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.047479000154979, 37.971173000135884 ], [ -122.046510999859322, 37.97008899987329 ], [ -122.045689999876743, 37.968807999910901 ], [ -122.04319199976895, 37.967126999761184 ], [ -122.042147000378748, 37.966336999900008 ], [ -122.041186999580674, 37.964373999713018 ], [ -122.041666999979711, 37.962824999947372 ], [ -122.040318999742453, 37.961288000062254 ], [ -122.038891999862486, 37.959659999821056 ], [ -122.035680999727177, 37.958652999671983 ], [ -122.033730999790507, 37.960154999769408 ], [ -122.035766999940918, 37.962489999871416 ], [ -122.039116000168477, 37.966194000035863 ], [ -122.03882499991532, 37.967506000136922 ], [ -122.036649000022848, 37.968802000183565 ], [ -122.039388000155043, 37.972504000087106 ], [ -122.041235000159574, 37.971691999758796 ], [ -122.043108000103388, 37.970800999769651 ], [ -122.045027000077937, 37.969904999891213 ], [ -122.047479000154979, 37.971173000135884 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013336201", "NAME": "Census Tract 3362.01", "state": "06", "county_fips": "013", "tract": "336201", "county_name": "Contra Costa County", "tot_pop_2050": 3966, "tot_pop_pov_det_2050": 3957, "tot_pop_civ_ni_2050": 3966, "tot_hh_2050": 1291, "pop_zvhhs_2050": 109, "tot_fam_2050": 895, "tot_pop_over5_2050": 3662, "pop_hus_rent50_2050": 189, "pop_minority_2050": 2993, "pop_over75_2050": 252, "pop_spfam_2050": 105, "pop_lep_2050": 688, "pop_below200_2050": 1464, "pop_disability_2050": 718, "pct_minority_2050": 0.75466464952092793, "pct_over75_2050": 0.063540090771558241, "pct_spfam_2050": 0.11731843575418995, "pct_lep_2050": 0.18787547788093939, "pct_below200_2050": 0.36997725549658828, "pct_disab_2050": 0.1810388300554715, "pct_zvhhs_2050": 0.084430673896204497, "pct_hus_rent50_2050": 0.14639814097598761, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039349040563516999, "pct_minority_2040": 0.71459800825844089, "pct_spfam_2040": 0.17857142857142899, "pct_lep_2040": 0.177148846960168, "pct_below200_2040": 0.37284430410493108, "pct_disab_2040": 0.16390647832440303, "pct_zvhhs_2040": 0.044194107452339995, "pct_hus_rent50_2040": 0.078856152512998004, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.053898000052556, 37.953070999721199 ], [ -122.053802999617986, 37.951622000062983 ], [ -122.051636999771233, 37.947545999663753 ], [ -122.050952000231092, 37.948017999991741 ], [ -122.050790999674291, 37.953957000159321 ], [ -122.049855000064014, 37.955283999980864 ], [ -122.047419999705426, 37.95688499986823 ], [ -122.046535999973671, 37.956049000095739 ], [ -122.043907000344632, 37.95741099997062 ], [ -122.041354999810181, 37.959086000336598 ], [ -122.042200999907095, 37.960043000078883 ], [ -122.040318999742453, 37.961288000062254 ], [ -122.041666999979711, 37.962824999947372 ], [ -122.041186999580674, 37.964373999713018 ], [ -122.042147000378748, 37.966336999900008 ], [ -122.04319199976895, 37.967126999761184 ], [ -122.045689999876743, 37.968807999910901 ], [ -122.046510999859322, 37.97008899987329 ], [ -122.047479000154979, 37.971173000135884 ], [ -122.048120000212478, 37.968252999686207 ], [ -122.050152000164928, 37.963599999677946 ], [ -122.052400000027461, 37.95906399983766 ], [ -122.053498000019445, 37.955798000052958 ], [ -122.053898000052556, 37.953070999721199 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013336202", "NAME": "Census Tract 3362.02", "state": "06", "county_fips": "013", "tract": "336202", "county_name": "Contra Costa County", "tot_pop_2050": 6489, "tot_pop_pov_det_2050": 6409, "tot_pop_civ_ni_2050": 6428, "tot_hh_2050": 1769, "pop_zvhhs_2050": 222, "tot_fam_2050": 1363, "tot_pop_over5_2050": 5813, "pop_hus_rent50_2050": 461, "pop_minority_2050": 5609, "pop_over75_2050": 21, "pop_spfam_2050": 328, "pop_lep_2050": 2059, "pop_below200_2050": 3998, "pop_disability_2050": 574, "pct_minority_2050": 0.86438588380335957, "pct_over75_2050": 0.0032362459546925572, "pct_spfam_2050": 0.24064563462949376, "pct_lep_2050": 0.35420608979872703, "pct_below200_2050": 0.62381026681229523, "pct_disab_2050": 0.089296826384567513, "pct_zvhhs_2050": 0.12549462973431316, "pct_hus_rent50_2050": 0.26059920859242508, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0080951594250779999, "pct_minority_2040": 0.83660994548157919, "pct_spfam_2040": 0.23881673881673898, "pct_lep_2040": 0.30950141110065899, "pct_below200_2040": 0.62084367245657612, "pct_disab_2040": 0.057822567321989003, "pct_zvhhs_2040": 0.10611510791366902, "pct_hus_rent50_2040": 0.312009656004828, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.050790999674291, 37.953957000159321 ], [ -122.050952000231092, 37.948017999991741 ], [ -122.044281000438431, 37.95262900027376 ], [ -122.043257000066305, 37.953350999706664 ], [ -122.04142900032835, 37.95464299965797 ], [ -122.038964999657438, 37.956369000071923 ], [ -122.035680999727177, 37.958652999671983 ], [ -122.038891999862486, 37.959659999821056 ], [ -122.040318999742453, 37.961288000062254 ], [ -122.042200999907095, 37.960043000078883 ], [ -122.041354999810181, 37.959086000336598 ], [ -122.043907000344632, 37.95741099997062 ], [ -122.046535999973671, 37.956049000095739 ], [ -122.047419999705426, 37.95688499986823 ], [ -122.049855000064014, 37.955283999980864 ], [ -122.050790999674291, 37.953957000159321 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013337100", "NAME": "Census Tract 3371", "state": "06", "county_fips": "013", "tract": "337100", "county_name": "Contra Costa County", "tot_pop_2050": 3571, "tot_pop_pov_det_2050": 3544, "tot_pop_civ_ni_2050": 3544, "tot_hh_2050": 1235, "pop_zvhhs_2050": 0, "tot_fam_2050": 995, "tot_pop_over5_2050": 3432, "pop_hus_rent50_2050": 84, "pop_minority_2050": 1705, "pop_over75_2050": 275, "pop_spfam_2050": 72, "pop_lep_2050": 81, "pop_below200_2050": 530, "pop_disability_2050": 478, "pct_minority_2050": 0.47745729487538502, "pct_over75_2050": 0.077009241108933077, "pct_spfam_2050": 0.072361809045226128, "pct_lep_2050": 0.0236013986013986, "pct_below200_2050": 0.14954853273137694, "pct_disab_2050": 0.13487584650112866, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.068016194331983804, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056576261300670998, "pct_minority_2040": 0.45581802274715705, "pct_spfam_2040": 0.085987261146497004, "pct_lep_2040": 0.025656689065362996, "pct_below200_2040": 0.19723691945914201, "pct_disab_2040": 0.097883597883598003, "pct_zvhhs_2040": 0.021114864864865, "pct_hus_rent50_2040": 0.039148936170212999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.031112000207173, 37.968346000349527 ], [ -122.031235000230851, 37.967567999806612 ], [ -122.030450000233287, 37.964284999748926 ], [ -122.028140000446456, 37.96514900009258 ], [ -122.025735000225097, 37.96121600017738 ], [ -122.024766999929454, 37.961019999897232 ], [ -122.022164000239684, 37.957698999841945 ], [ -122.020934000003223, 37.957178000241854 ], [ -122.020964000140438, 37.956873999998201 ], [ -122.019088999648488, 37.951573000016346 ], [ -122.016956000312021, 37.949987999646247 ], [ -122.013761999895152, 37.946197999777603 ], [ -122.009251000101457, 37.947372000206734 ], [ -122.006460999915646, 37.948887000157207 ], [ -122.005726999971728, 37.949750000094255 ], [ -122.005171000303022, 37.952205000003403 ], [ -122.001615000386209, 37.955450000149312 ], [ -122.003976000226643, 37.957970999785303 ], [ -122.007296000141892, 37.960763000168171 ], [ -122.008028000435999, 37.961653000103993 ], [ -122.010047999794594, 37.96231999986145 ], [ -122.019429000305465, 37.964984999904118 ], [ -122.023309999912271, 37.966086000315379 ], [ -122.031112000207173, 37.968346000349527 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013337200", "NAME": "Census Tract 3372", "state": "06", "county_fips": "013", "tract": "337200", "county_name": "Contra Costa County", "tot_pop_2050": 8407, "tot_pop_pov_det_2050": 8151, "tot_pop_civ_ni_2050": 8181, "tot_hh_2050": 3218, "pop_zvhhs_2050": 102, "tot_fam_2050": 2202, "tot_pop_over5_2050": 7887, "pop_hus_rent50_2050": 307, "pop_minority_2050": 4045, "pop_over75_2050": 541, "pop_spfam_2050": 402, "pop_lep_2050": 740, "pop_below200_2050": 2008, "pop_disability_2050": 828, "pct_minority_2050": 0.48114666349470681, "pct_over75_2050": 0.064351135958130121, "pct_spfam_2050": 0.18256130790190736, "pct_lep_2050": 0.093825282109800942, "pct_below200_2050": 0.24635014108698319, "pct_disab_2050": 0.1012101210121012, "pct_zvhhs_2050": 0.031696706028589185, "pct_hus_rent50_2050": 0.095400870105655677, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064245087900724016, "pct_minority_2040": 0.44260599793174799, "pct_spfam_2040": 0.069691300280635998, "pct_lep_2040": 0.053596417576265994, "pct_below200_2040": 0.22306768121746104, "pct_disab_2040": 0.13123254886318303, "pct_zvhhs_2040": 0.028830036875628996, "pct_hus_rent50_2040": 0.099593495934959003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.038964999657438, 37.956369000071923 ], [ -122.038850000029697, 37.956195000262213 ], [ -122.037391000362661, 37.953253999928648 ], [ -122.036925000207333, 37.951613999970867 ], [ -122.03403299991426, 37.948463999772606 ], [ -122.033835000445876, 37.948250000206066 ], [ -122.029139999630871, 37.94314500023745 ], [ -122.028959999705805, 37.942950000216825 ], [ -122.025034999718073, 37.93867600008867 ], [ -122.018287999757433, 37.943147999732375 ], [ -122.013761999895152, 37.946197999777603 ], [ -122.016956000312021, 37.949987999646247 ], [ -122.019088999648488, 37.951573000016346 ], [ -122.020964000140438, 37.956873999998201 ], [ -122.020934000003223, 37.957178000241854 ], [ -122.022164000239684, 37.957698999841945 ], [ -122.024766999929454, 37.961019999897232 ], [ -122.025735000225097, 37.96121600017738 ], [ -122.028140000446456, 37.96514900009258 ], [ -122.030450000233287, 37.964284999748926 ], [ -122.029923999803515, 37.962701999665754 ], [ -122.030172000398949, 37.962520999705845 ], [ -122.032592999615517, 37.960798000277848 ], [ -122.033730999790507, 37.960154999769408 ], [ -122.035680999727177, 37.958652999671983 ], [ -122.038964999657438, 37.956369000071923 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013337300", "NAME": "Census Tract 3373", "state": "06", "county_fips": "013", "tract": "337300", "county_name": "Contra Costa County", "tot_pop_2050": 5940, "tot_pop_pov_det_2050": 5908, "tot_pop_civ_ni_2050": 5893, "tot_hh_2050": 2315, "pop_zvhhs_2050": 105, "tot_fam_2050": 1800, "tot_pop_over5_2050": 5696, "pop_hus_rent50_2050": 73, "pop_minority_2050": 1657, "pop_over75_2050": 533, "pop_spfam_2050": 112, "pop_lep_2050": 47, "pop_below200_2050": 757, "pop_disability_2050": 921, "pct_minority_2050": 0.27895622895622896, "pct_over75_2050": 0.08973063973063973, "pct_spfam_2050": 0.062222222222222227, "pct_lep_2050": 0.0082514044943820218, "pct_below200_2050": 0.12813134732566012, "pct_disab_2050": 0.15628712031223485, "pct_zvhhs_2050": 0.045356371490280781, "pct_hus_rent50_2050": 0.031533477321814253, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071428571428570994, "pct_minority_2040": 0.33610325318246098, "pct_spfam_2040": 0.056140350877192997, "pct_lep_2040": 0.021837213499367999, "pct_below200_2040": 0.076950417629287005, "pct_disab_2040": 0.113539445628998, "pct_zvhhs_2040": 0.012104283054004, "pct_hus_rent50_2040": 0.012652296157450999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.025034999718073, 37.93867600008867 ], [ -122.020954999919624, 37.934255000122562 ], [ -122.016136999979267, 37.929066000334593 ], [ -122.014678000312273, 37.927465999910993 ], [ -122.005331999961513, 37.929795000162059 ], [ -122.003884999990063, 37.930713000238292 ], [ -122.001002999742724, 37.934535999965746 ], [ -121.997702000094037, 37.937207999708015 ], [ -121.997090000348848, 37.938354999900163 ], [ -121.996900000378048, 37.94268699987078 ], [ -121.995104000427133, 37.945529999982128 ], [ -121.992233999875367, 37.94715800029315 ], [ -121.992629999710502, 37.947615000177102 ], [ -121.995188999917644, 37.949017999866108 ], [ -121.99618099960442, 37.949662999839362 ], [ -121.997620999903162, 37.9514009998543 ], [ -121.998239000394463, 37.952167999686637 ], [ -121.999607999649797, 37.953765999720467 ], [ -122.001615000386209, 37.955450000149312 ], [ -122.005171000303022, 37.952205000003403 ], [ -122.005726999971728, 37.949750000094255 ], [ -122.006460999915646, 37.948887000157207 ], [ -122.009251000101457, 37.947372000206734 ], [ -122.013761999895152, 37.946197999777603 ], [ -122.018287999757433, 37.943147999732375 ], [ -122.025034999718073, 37.93867600008867 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338101", "NAME": "Census Tract 3381.01", "state": "06", "county_fips": "013", "tract": "338101", "county_name": "Contra Costa County", "tot_pop_2050": 5208, "tot_pop_pov_det_2050": 5195, "tot_pop_civ_ni_2050": 5195, "tot_hh_2050": 1887, "pop_zvhhs_2050": 215, "tot_fam_2050": 1247, "tot_pop_over5_2050": 5050, "pop_hus_rent50_2050": 323, "pop_minority_2050": 3496, "pop_over75_2050": 357, "pop_spfam_2050": 93, "pop_lep_2050": 716, "pop_below200_2050": 1392, "pop_disability_2050": 681, "pct_minority_2050": 0.6712749615975423, "pct_over75_2050": 0.068548387096774188, "pct_spfam_2050": 0.074578989574979951, "pct_lep_2050": 0.14178217821782174, "pct_below200_2050": 0.26794995187680459, "pct_disab_2050": 0.13108758421559191, "pct_zvhhs_2050": 0.11393746687864335, "pct_hus_rent50_2050": 0.17117117117117114, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.044519109617807993, "pct_minority_2040": 0.5684586308273829, "pct_spfam_2040": 0.13786929274843301, "pct_lep_2040": 0.130059117780809, "pct_below200_2040": 0.474185357596276, "pct_disab_2040": 0.13528297917105001, "pct_zvhhs_2040": 0.06103822019395299, "pct_hus_rent50_2040": 0.21746674378253303, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.051636999771233, 37.947545999663753 ], [ -122.051132000156159, 37.947318000340289 ], [ -122.050666000000845, 37.9470179999661 ], [ -122.049776000421303, 37.945466000289542 ], [ -122.046521999729961, 37.943614000315236 ], [ -122.046486999569879, 37.942592000096262 ], [ -122.045407000019509, 37.942805999847643 ], [ -122.044908000252235, 37.943918000176041 ], [ -122.042580999848667, 37.943868999950261 ], [ -122.040998000333104, 37.944683999920365 ], [ -122.033835000445876, 37.948250000206066 ], [ -122.03403299991426, 37.948463999772606 ], [ -122.036925000207333, 37.951613999970867 ], [ -122.037391000362661, 37.953253999928648 ], [ -122.038850000029697, 37.956195000262213 ], [ -122.038964999657438, 37.956369000071923 ], [ -122.04142900032835, 37.95464299965797 ], [ -122.043257000066305, 37.953350999706664 ], [ -122.044281000438431, 37.95262900027376 ], [ -122.050952000231092, 37.948017999991741 ], [ -122.051636999771233, 37.947545999663753 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338102", "NAME": "Census Tract 3381.02", "state": "06", "county_fips": "013", "tract": "338102", "county_name": "Contra Costa County", "tot_pop_2050": 3499, "tot_pop_pov_det_2050": 3487, "tot_pop_civ_ni_2050": 3487, "tot_hh_2050": 1380, "pop_zvhhs_2050": 39, "tot_fam_2050": 1014, "tot_pop_over5_2050": 3243, "pop_hus_rent50_2050": 25, "pop_minority_2050": 1403, "pop_over75_2050": 232, "pop_spfam_2050": 27, "pop_lep_2050": 162, "pop_below200_2050": 387, "pop_disability_2050": 303, "pct_minority_2050": 0.40097170620177192, "pct_over75_2050": 0.06630465847384967, "pct_spfam_2050": 0.026627218934911243, "pct_lep_2050": 0.049953746530989822, "pct_below200_2050": 0.11098365357040436, "pct_disab_2050": 0.086894178376828224, "pct_zvhhs_2050": 0.028260869565217388, "pct_hus_rent50_2050": 0.018115942028985508, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057150523209015001, "pct_minority_2040": 0.40568822108934799, "pct_spfam_2040": 0.036804308797126997, "pct_lep_2040": 0.0039908779931589998, "pct_below200_2040": 0.071832122679580002, "pct_disab_2040": 0.076405703524347987, "pct_zvhhs_2040": 0.019548872180451, "pct_hus_rent50_2040": 0.011278195488722, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.051952000313804, 37.939493999909409 ], [ -122.052786999641754, 37.936689000104394 ], [ -122.049444999985198, 37.93673100025363 ], [ -122.047915999997954, 37.935193999926746 ], [ -122.046879999930255, 37.934066000334902 ], [ -122.036072000437755, 37.939613999740963 ], [ -122.029139999630871, 37.94314500023745 ], [ -122.033835000445876, 37.948250000206066 ], [ -122.040998000333104, 37.944683999920365 ], [ -122.042580999848667, 37.943868999950261 ], [ -122.044908000252235, 37.943918000176041 ], [ -122.045407000019509, 37.942805999847643 ], [ -122.046486999569879, 37.942592000096262 ], [ -122.046521999729961, 37.943614000315236 ], [ -122.049776000421303, 37.945466000289542 ], [ -122.049788999941782, 37.942677999912355 ], [ -122.051393000272057, 37.942773999884743 ], [ -122.051952000313804, 37.939493999909409 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338201", "NAME": "Census Tract 3382.01", "state": "06", "county_fips": "013", "tract": "338201", "county_name": "Contra Costa County", "tot_pop_2050": 3858, "tot_pop_pov_det_2050": 3751, "tot_pop_civ_ni_2050": 3751, "tot_hh_2050": 1416, "pop_zvhhs_2050": 52, "tot_fam_2050": 987, "tot_pop_over5_2050": 3682, "pop_hus_rent50_2050": 33, "pop_minority_2050": 1114, "pop_over75_2050": 585, "pop_spfam_2050": 61, "pop_lep_2050": 199, "pop_below200_2050": 427, "pop_disability_2050": 577, "pct_minority_2050": 0.28875064800414724, "pct_over75_2050": 0.15163297045101087, "pct_spfam_2050": 0.061803444782168176, "pct_lep_2050": 0.054046713742531234, "pct_below200_2050": 0.11383631031724875, "pct_disab_2050": 0.15382564649426819, "pct_zvhhs_2050": 0.036723163841807911, "pct_hus_rent50_2050": 0.023305084745762712, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.098922902494331, "pct_minority_2040": 0.28996598639455801, "pct_spfam_2040": 0.070726915520629, "pct_lep_2040": 0.021270310192024001, "pct_below200_2040": 0.12983988355167403, "pct_disab_2040": 0.115529753265602, "pct_zvhhs_2040": 0.032211882605582998, "pct_hus_rent50_2040": 0.016463851109520002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.046879999930255, 37.934066000334902 ], [ -122.04667400006592, 37.933841999878503 ], [ -122.042342000372415, 37.929140000123788 ], [ -122.040426999697488, 37.927021000055028 ], [ -122.036100000026835, 37.922219999757367 ], [ -122.035166000066368, 37.921307000110403 ], [ -122.034336999687881, 37.920829000337065 ], [ -122.026019999732156, 37.924141999984016 ], [ -122.023672000310498, 37.9245090000327 ], [ -122.020747000405478, 37.924977999979546 ], [ -122.014678000312273, 37.927465999910993 ], [ -122.016136999979267, 37.929066000334593 ], [ -122.020954999919624, 37.934255000122562 ], [ -122.025034999718073, 37.93867600008867 ], [ -122.028959999705805, 37.942950000216825 ], [ -122.029139999630871, 37.94314500023745 ], [ -122.036072000437755, 37.939613999740963 ], [ -122.046879999930255, 37.934066000334902 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338203", "NAME": "Census Tract 3382.03", "state": "06", "county_fips": "013", "tract": "338203", "county_name": "Contra Costa County", "tot_pop_2050": 5628, "tot_pop_pov_det_2050": 5628, "tot_pop_civ_ni_2050": 5628, "tot_hh_2050": 2763, "pop_zvhhs_2050": 276, "tot_fam_2050": 1362, "tot_pop_over5_2050": 5233, "pop_hus_rent50_2050": 351, "pop_minority_2050": 2601, "pop_over75_2050": 117, "pop_spfam_2050": 160, "pop_lep_2050": 207, "pop_below200_2050": 645, "pop_disability_2050": 394, "pct_minority_2050": 0.4621535181236674, "pct_over75_2050": 0.02078891257995736, "pct_spfam_2050": 0.11747430249632893, "pct_lep_2050": 0.039556659659850953, "pct_below200_2050": 0.11460554371002132, "pct_disab_2050": 0.070007107320540163, "pct_zvhhs_2050": 0.099891422366992402, "pct_hus_rent50_2050": 0.12703583061889251, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034166666666667005, "pct_minority_2040": 0.31333333333333302, "pct_spfam_2040": 0.10592160133444502, "pct_lep_2040": 0.013177792179735999, "pct_below200_2040": 0.116875, "pct_disab_2040": 0.047083333333333005, "pct_zvhhs_2040": 0.071680376028202, "pct_hus_rent50_2040": 0.066775244299674005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.062948999952184, 37.918664000056275 ], [ -122.064083999754104, 37.917260999917318 ], [ -122.059142999790112, 37.917147000143686 ], [ -122.057033000019885, 37.917218000035867 ], [ -122.056314999969459, 37.917153999786755 ], [ -122.055001000067421, 37.917259999969779 ], [ -122.054308999956262, 37.917927000210518 ], [ -122.053574000187453, 37.919664000353393 ], [ -122.050287999709056, 37.920904999708199 ], [ -122.049650999849504, 37.923177999816865 ], [ -122.049567000183913, 37.92335099999957 ], [ -122.048768999767574, 37.925661999670481 ], [ -122.048897999639024, 37.926040000163788 ], [ -122.047649999859203, 37.927868999679546 ], [ -122.047386000268546, 37.93194000017499 ], [ -122.047642000361563, 37.933669000289342 ], [ -122.046879999930255, 37.934066000334902 ], [ -122.047915999997954, 37.935193999926746 ], [ -122.049444999985198, 37.93673100025363 ], [ -122.052786999641754, 37.936689000104394 ], [ -122.052848999566024, 37.936689000104394 ], [ -122.052906000365766, 37.936689000104394 ], [ -122.05329399980495, 37.935723999663232 ], [ -122.053672999921645, 37.93322299998669 ], [ -122.054037999794616, 37.930004999815253 ], [ -122.054687000248023, 37.926535999700448 ], [ -122.058387000104901, 37.926485000288125 ], [ -122.059982000214362, 37.926463999769588 ], [ -122.060096000017182, 37.926462000124786 ], [ -122.060479000331824, 37.926458000126424 ], [ -122.060887999687424, 37.923757999791057 ], [ -122.061507000003601, 37.921900999760283 ], [ -122.062948999952184, 37.918664000056275 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338204", "NAME": "Census Tract 3382.04", "state": "06", "county_fips": "013", "tract": "338204", "county_name": "Contra Costa County", "tot_pop_2050": 6277, "tot_pop_pov_det_2050": 6252, "tot_pop_civ_ni_2050": 6277, "tot_hh_2050": 2725, "pop_zvhhs_2050": 45, "tot_fam_2050": 1604, "tot_pop_over5_2050": 5870, "pop_hus_rent50_2050": 169, "pop_minority_2050": 2362, "pop_over75_2050": 388, "pop_spfam_2050": 143, "pop_lep_2050": 303, "pop_below200_2050": 475, "pop_disability_2050": 403, "pct_minority_2050": 0.37629440815676279, "pct_over75_2050": 0.061812967978333598, "pct_spfam_2050": 0.089152119700748128, "pct_lep_2050": 0.051618398637137984, "pct_below200_2050": 0.075975687779910428, "pct_disab_2050": 0.06420264457543412, "pct_zvhhs_2050": 0.016513761467889909, "pct_hus_rent50_2050": 0.062018348623853213, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10367562221855901, "pct_minority_2040": 0.304928300642822, "pct_spfam_2040": 0.053085600530855988, "pct_lep_2040": 0.019449225473321997, "pct_below200_2040": 0.077633097082577998, "pct_disab_2040": 0.073182792154277004, "pct_zvhhs_2040": 0.020037105751392, "pct_hus_rent50_2040": 0.040225563909774005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.058365000363594, 37.910545999859323 ], [ -122.057811000344699, 37.907083000203883 ], [ -122.054889999739331, 37.908127000215551 ], [ -122.051887999841398, 37.908681000269674 ], [ -122.051348000066213, 37.908368000082604 ], [ -122.050756000412505, 37.908685999881413 ], [ -122.050369999724822, 37.909269000195579 ], [ -122.04877100031571, 37.909723000187654 ], [ -122.043749000160886, 37.913200999653917 ], [ -122.042152000401614, 37.914309999957716 ], [ -122.039389999804868, 37.91752399981506 ], [ -122.037259000118212, 37.919468999693692 ], [ -122.034336999687881, 37.920829000337065 ], [ -122.035166000066368, 37.921307000110403 ], [ -122.036100000026835, 37.922219999757367 ], [ -122.040426999697488, 37.927021000055028 ], [ -122.042342000372415, 37.929140000123788 ], [ -122.04667400006592, 37.933841999878503 ], [ -122.046879999930255, 37.934066000334902 ], [ -122.047642000361563, 37.933669000289342 ], [ -122.047386000268546, 37.93194000017499 ], [ -122.047649999859203, 37.927868999679546 ], [ -122.048897999639024, 37.926040000163788 ], [ -122.048768999767574, 37.925661999670481 ], [ -122.049567000183913, 37.92335099999957 ], [ -122.049650999849504, 37.923177999816865 ], [ -122.050287999709056, 37.920904999708199 ], [ -122.053574000187453, 37.919664000353393 ], [ -122.054308999956262, 37.917927000210518 ], [ -122.055001000067421, 37.917259999969779 ], [ -122.056314999969459, 37.917153999786755 ], [ -122.058365000363594, 37.910545999859323 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338301", "NAME": "Census Tract 3383.01", "state": "06", "county_fips": "013", "tract": "338301", "county_name": "Contra Costa County", "tot_pop_2050": 3582, "tot_pop_pov_det_2050": 3543, "tot_pop_civ_ni_2050": 3533, "tot_hh_2050": 1113, "pop_zvhhs_2050": 58, "tot_fam_2050": 905, "tot_pop_over5_2050": 3357, "pop_hus_rent50_2050": 42, "pop_minority_2050": 1138, "pop_over75_2050": 449, "pop_spfam_2050": 54, "pop_lep_2050": 137, "pop_below200_2050": 410, "pop_disability_2050": 293, "pct_minority_2050": 0.3176996091568956, "pct_over75_2050": 0.12534896705750978, "pct_spfam_2050": 0.059668508287292824, "pct_lep_2050": 0.040810247244563599, "pct_below200_2050": 0.11572114027660176, "pct_disab_2050": 0.082932352108689503, "pct_zvhhs_2050": 0.052111410601976639, "pct_hus_rent50_2050": 0.037735849056603772, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.17271214642262897, "pct_minority_2040": 0.300499168053245, "pct_spfam_2040": 0.058111380145279008, "pct_lep_2040": 0.025285763768617995, "pct_below200_2040": 0.1640625, "pct_disab_2040": 0.12045760430686399, "pct_zvhhs_2040": 0.074039362699155994, "pct_hus_rent50_2040": 0.034676663542642996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.034336999687881, 37.920829000337065 ], [ -122.031763000310434, 37.919317999950621 ], [ -122.025922999647776, 37.915882999815679 ], [ -122.01956800022262, 37.914849999797084 ], [ -122.016362999935083, 37.914337000327365 ], [ -122.012161999762824, 37.914299000093067 ], [ -122.010741999555535, 37.914304000031763 ], [ -122.007638000448651, 37.914283000286943 ], [ -122.008661999922495, 37.915541999906928 ], [ -122.010313999933373, 37.917547999882835 ], [ -122.011004000394692, 37.921594999766732 ], [ -122.011600000246332, 37.924103999855028 ], [ -122.014678000312273, 37.927465999910993 ], [ -122.020747000405478, 37.924977999979546 ], [ -122.023672000310498, 37.9245090000327 ], [ -122.026019999732156, 37.924141999984016 ], [ -122.034336999687881, 37.920829000337065 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013338302", "NAME": "Census Tract 3383.02", "state": "06", "county_fips": "013", "tract": "338302", "county_name": "Contra Costa County", "tot_pop_2050": 6094, "tot_pop_pov_det_2050": 6051, "tot_pop_civ_ni_2050": 6051, "tot_hh_2050": 2122, "pop_zvhhs_2050": 32, "tot_fam_2050": 1860, "tot_pop_over5_2050": 5692, "pop_hus_rent50_2050": 47, "pop_minority_2050": 1928, "pop_over75_2050": 645, "pop_spfam_2050": 72, "pop_lep_2050": 62, "pop_below200_2050": 564, "pop_disability_2050": 385, "pct_minority_2050": 0.31637676403019371, "pct_over75_2050": 0.10584181161798492, "pct_spfam_2050": 0.03870967741935484, "pct_lep_2050": 0.010892480674631059, "pct_below200_2050": 0.093207734258800204, "pct_disab_2050": 0.063625846967443403, "pct_zvhhs_2050": 0.015080113100848256, "pct_hus_rent50_2050": 0.022148916116870875, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.098435462842241986, "pct_minority_2040": 0.30638852672751005, "pct_spfam_2040": 0.065031982942430996, "pct_lep_2040": 0.013299232736573, "pct_below200_2040": 0.10377049180327902, "pct_disab_2040": 0.07, "pct_zvhhs_2040": 0.035208047553727001, "pct_hus_rent50_2040": 0.025818349469802004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.042152000401614, 37.914309999957716 ], [ -122.043749000160886, 37.913200999653917 ], [ -122.041431999803066, 37.911836000315191 ], [ -122.037704000357138, 37.909944000269029 ], [ -122.036317999586743, 37.908993999833989 ], [ -122.034925000041952, 37.908077000158968 ], [ -122.03413099982356, 37.908025999995353 ], [ -122.033423999643816, 37.908179999742259 ], [ -122.032584000292999, 37.908720999989313 ], [ -122.030617999564484, 37.910250999873824 ], [ -122.030395999806601, 37.910493999950134 ], [ -122.028236999632554, 37.909401999746507 ], [ -122.027469000251727, 37.910519000224546 ], [ -122.025922999647776, 37.911039000320585 ], [ -122.025924000370992, 37.910757999980895 ], [ -122.026073000333923, 37.907260000303623 ], [ -122.024376000117186, 37.905286999860571 ], [ -122.027172000150841, 37.901024000281112 ], [ -122.024359000398761, 37.900335000247402 ], [ -122.017426999591891, 37.898064000018934 ], [ -122.012403999612133, 37.896373000295029 ], [ -122.01068399982924, 37.894899999843133 ], [ -122.008162000330302, 37.894499000011244 ], [ -122.004007000188778, 37.892764000348983 ], [ -122.003843999982166, 37.892166000353257 ], [ -122.002849999747255, 37.892759999935997 ], [ -121.999611000022853, 37.894694000220035 ], [ -121.994859000204741, 37.898622000080096 ], [ -121.990643999788773, 37.899583999868881 ], [ -121.992449999785407, 37.900581000278592 ], [ -121.993327999669376, 37.90196799990354 ], [ -121.994194999682719, 37.904926000278195 ], [ -121.995783999944393, 37.90738099967033 ], [ -121.996097999763734, 37.911012000157989 ], [ -121.997760999645251, 37.912943999928721 ], [ -121.998590000023725, 37.913192000337801 ], [ -122.001976999886153, 37.913238999746675 ], [ -122.007204999905298, 37.91369100005334 ], [ -122.007638000448651, 37.914283000286943 ], [ -122.010741999555535, 37.914304000031763 ], [ -122.012161999762824, 37.914299000093067 ], [ -122.016362999935083, 37.914337000327365 ], [ -122.01956800022262, 37.914849999797084 ], [ -122.025922999647776, 37.915882999815679 ], [ -122.031763000310434, 37.919317999950621 ], [ -122.034336999687881, 37.920829000337065 ], [ -122.037259000118212, 37.919468999693692 ], [ -122.039389999804868, 37.91752399981506 ], [ -122.042152000401614, 37.914309999957716 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013339001", "NAME": "Census Tract 3390.01", "state": "06", "county_fips": "013", "tract": "339001", "county_name": "Contra Costa County", "tot_pop_2050": 3576, "tot_pop_pov_det_2050": 3576, "tot_pop_civ_ni_2050": 3576, "tot_hh_2050": 1898, "pop_zvhhs_2050": 147, "tot_fam_2050": 734, "tot_pop_over5_2050": 3412, "pop_hus_rent50_2050": 429, "pop_minority_2050": 1678, "pop_over75_2050": 176, "pop_spfam_2050": 87, "pop_lep_2050": 266, "pop_below200_2050": 948, "pop_disability_2050": 456, "pct_minority_2050": 0.46923937360178969, "pct_over75_2050": 0.049217002237136473, "pct_spfam_2050": 0.11852861035422345, "pct_lep_2050": 0.077960140679953105, "pct_below200_2050": 0.2651006711409396, "pct_disab_2050": 0.12751677852348994, "pct_zvhhs_2050": 0.077449947312961009, "pct_hus_rent50_2050": 0.22602739726027399, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.051297169811321, "pct_minority_2040": 0.42747641509433998, "pct_spfam_2040": 0.19370078740157501, "pct_lep_2040": 0.064339908952959005, "pct_below200_2040": 0.30841949778434302, "pct_disab_2040": 0.11064965885493901, "pct_zvhhs_2040": 0.13319126265317, "pct_hus_rent50_2040": 0.19050188882892602, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.070653000337828, 37.896558999860105 ], [ -122.069720000202253, 37.895385999918211 ], [ -122.066784000426566, 37.893859999688082 ], [ -122.059049999903721, 37.89027500035268 ], [ -122.057801000298994, 37.889372000282322 ], [ -122.055021000158902, 37.885603999940415 ], [ -122.050070999974068, 37.880846000155557 ], [ -122.049044999952116, 37.87936699967441 ], [ -122.048936999997053, 37.880073999907232 ], [ -122.049183000044366, 37.883246000286924 ], [ -122.049272999557743, 37.884224000326213 ], [ -122.05003400016416, 37.8852769997712 ], [ -122.053697000211088, 37.889850999873524 ], [ -122.055057999968795, 37.893681999700874 ], [ -122.05600899964773, 37.896626999797235 ], [ -122.056470999605082, 37.898833000333582 ], [ -122.05807099973741, 37.897957000322869 ], [ -122.059979999666226, 37.897353000088792 ], [ -122.067063999910744, 37.897384999972047 ], [ -122.070653000337828, 37.896558999860105 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013339002", "NAME": "Census Tract 3390.02", "state": "06", "county_fips": "013", "tract": "339002", "county_name": "Contra Costa County", "tot_pop_2050": 6943, "tot_pop_pov_det_2050": 6943, "tot_pop_civ_ni_2050": 6943, "tot_hh_2050": 3531, "pop_zvhhs_2050": 326, "tot_fam_2050": 1664, "tot_pop_over5_2050": 6528, "pop_hus_rent50_2050": 637, "pop_minority_2050": 2525, "pop_over75_2050": 696, "pop_spfam_2050": 167, "pop_lep_2050": 395, "pop_below200_2050": 1521, "pop_disability_2050": 1039, "pct_minority_2050": 0.36367564453406309, "pct_over75_2050": 0.10024485092899324, "pct_spfam_2050": 0.10036057692307693, "pct_lep_2050": 0.060508578431372549, "pct_below200_2050": 0.21906956646982573, "pct_disab_2050": 0.14964712660233329, "pct_zvhhs_2050": 0.092325120362503538, "pct_hus_rent50_2050": 0.1804021523647692, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.087678894555025991, "pct_minority_2040": 0.36075012337555495, "pct_spfam_2040": 0.11657414750198301, "pct_lep_2040": 0.067073170731707002, "pct_below200_2040": 0.24905412074354299, "pct_disab_2040": 0.12842070557204099, "pct_zvhhs_2040": 0.10247136829415301, "pct_hus_rent50_2040": 0.174636803874092, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.070877999570413, 37.89811600020591 ], [ -122.070653000337828, 37.896558999860105 ], [ -122.067063999910744, 37.897384999972047 ], [ -122.059979999666226, 37.897353000088792 ], [ -122.05807099973741, 37.897957000322869 ], [ -122.056470999605082, 37.898833000333582 ], [ -122.056131999671365, 37.900258000002374 ], [ -122.057437000250914, 37.905988000105253 ], [ -122.057811000344699, 37.907083000203883 ], [ -122.058365000363594, 37.910545999859323 ], [ -122.056314999969459, 37.917153999786755 ], [ -122.057033000019885, 37.917218000035867 ], [ -122.059142999790112, 37.917147000143686 ], [ -122.064083999754104, 37.917260999917318 ], [ -122.066246000301234, 37.91462800029575 ], [ -122.06757199989886, 37.910978999788334 ], [ -122.069401000360045, 37.905327000007667 ], [ -122.070141000151736, 37.90147699994705 ], [ -122.070220999619394, 37.900969999684243 ], [ -122.070877999570413, 37.89811600020591 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013340001", "NAME": "Census Tract 3400.01", "state": "06", "county_fips": "013", "tract": "340001", "county_name": "Contra Costa County", "tot_pop_2050": 5937, "tot_pop_pov_det_2050": 5873, "tot_pop_civ_ni_2050": 5892, "tot_hh_2050": 2403, "pop_zvhhs_2050": 243, "tot_fam_2050": 1462, "tot_pop_over5_2050": 5431, "pop_hus_rent50_2050": 398, "pop_minority_2050": 1862, "pop_over75_2050": 363, "pop_spfam_2050": 175, "pop_lep_2050": 189, "pop_below200_2050": 1601, "pop_disability_2050": 588, "pct_minority_2050": 0.31362641064510688, "pct_over75_2050": 0.061141990904497227, "pct_spfam_2050": 0.11969904240766074, "pct_lep_2050": 0.034800220953783836, "pct_below200_2050": 0.27260343946875532, "pct_disab_2050": 0.099796334012219962, "pct_zvhhs_2050": 0.10112359550561796, "pct_hus_rent50_2050": 0.16562630045776114, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.054039965247610997, "pct_minority_2040": 0.32389226759339695, "pct_spfam_2040": 0.072894550601557015, "pct_lep_2040": 0.067592592592592995, "pct_below200_2040": 0.19659170765987302, "pct_disab_2040": 0.102429645166929, "pct_zvhhs_2040": 0.080590717299578007, "pct_hus_rent50_2040": 0.10126582278480999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.07827300015957, 37.926281000159399 ], [ -122.078135999892211, 37.922769999777188 ], [ -122.078018999716363, 37.919415999795717 ], [ -122.077898000240822, 37.917194999808828 ], [ -122.073549999755485, 37.917232000016519 ], [ -122.073409000188477, 37.915099000135768 ], [ -122.070001000409675, 37.90974699996562 ], [ -122.069635999638379, 37.909281000159581 ], [ -122.068145000184302, 37.910869999664833 ], [ -122.06757199989886, 37.910978999788334 ], [ -122.066246000301234, 37.91462800029575 ], [ -122.064083999754104, 37.917260999917318 ], [ -122.062948999952184, 37.918664000056275 ], [ -122.061507000003601, 37.921900999760283 ], [ -122.060887999687424, 37.923757999791057 ], [ -122.060479000331824, 37.926458000126424 ], [ -122.060084000321609, 37.931694999884215 ], [ -122.060193000101563, 37.931696000344033 ], [ -122.060742000097548, 37.931719000287131 ], [ -122.061532000117978, 37.932327999829653 ], [ -122.070234000038184, 37.933390000130984 ], [ -122.073498999701854, 37.933398999809782 ], [ -122.073517999968431, 37.928698999647388 ], [ -122.073517000143511, 37.928181999793765 ], [ -122.073507999922697, 37.926335999718376 ], [ -122.07827300015957, 37.926281000159399 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013340002", "NAME": "Census Tract 3400.02", "state": "06", "county_fips": "013", "tract": "340002", "county_name": "Contra Costa County", "tot_pop_2050": 7595, "tot_pop_pov_det_2050": 7568, "tot_pop_civ_ni_2050": 7595, "tot_hh_2050": 3004, "pop_zvhhs_2050": 62, "tot_fam_2050": 2064, "tot_pop_over5_2050": 7389, "pop_hus_rent50_2050": 67, "pop_minority_2050": 1989, "pop_over75_2050": 453, "pop_spfam_2050": 71, "pop_lep_2050": 97, "pop_below200_2050": 649, "pop_disability_2050": 646, "pct_minority_2050": 0.26188281764318633, "pct_over75_2050": 0.05964450296247531, "pct_spfam_2050": 0.034399224806201549, "pct_lep_2050": 0.013127622141020435, "pct_below200_2050": 0.085755813953488372, "pct_disab_2050": 0.085055957867017778, "pct_zvhhs_2050": 0.020639147802929428, "pct_hus_rent50_2050": 0.022303595206391483, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063247150403114002, "pct_minority_2040": 0.21128718376424802, "pct_spfam_2040": 0.057722308892356002, "pct_lep_2040": 0.0048738532110090002, "pct_below200_2040": 0.10707829230983197, "pct_disab_2040": 0.058962592129050001, "pct_zvhhs_2040": 0.005274261603375999, "pct_hus_rent50_2040": 0.052763819095477005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.099302000412067, 37.909791000010763 ], [ -122.100457000305468, 37.908362999740469 ], [ -122.096393000400539, 37.906138000179006 ], [ -122.095588000311508, 37.904642999744183 ], [ -122.094105000355029, 37.904031000200071 ], [ -122.092274000244032, 37.902623999670595 ], [ -122.092782000232148, 37.897633999873015 ], [ -122.08471899982132, 37.897785000174139 ], [ -122.083059000312858, 37.897605000033181 ], [ -122.081404999753843, 37.897273000319807 ], [ -122.081387000210484, 37.897009000110948 ], [ -122.080834000016537, 37.896829999715301 ], [ -122.080825999620615, 37.897099000256311 ], [ -122.075539000050227, 37.895833000243883 ], [ -122.070653000337828, 37.896558999860105 ], [ -122.070877999570413, 37.89811600020591 ], [ -122.070220999619394, 37.900969999684243 ], [ -122.070141000151736, 37.90147699994705 ], [ -122.069401000360045, 37.905327000007667 ], [ -122.06757199989886, 37.910978999788334 ], [ -122.068145000184302, 37.910869999664833 ], [ -122.069635999638379, 37.909281000159581 ], [ -122.070001000409675, 37.90974699996562 ], [ -122.073409000188477, 37.915099000135768 ], [ -122.073549999755485, 37.917232000016519 ], [ -122.077898000240822, 37.917194999808828 ], [ -122.078018999716363, 37.919415999795717 ], [ -122.078135999892211, 37.922769999777188 ], [ -122.07827300015957, 37.926281000159399 ], [ -122.085856999996281, 37.926147999947801 ], [ -122.086334000022262, 37.926033999777481 ], [ -122.08799699990378, 37.92525999969061 ], [ -122.089468999989592, 37.924943999654893 ], [ -122.090582999875124, 37.924673999728029 ], [ -122.094424000197264, 37.923704000289597 ], [ -122.096973000358688, 37.921547000138574 ], [ -122.097236999949317, 37.920889999819877 ], [ -122.099868000126506, 37.919407999740955 ], [ -122.100011000241622, 37.91896000024559 ], [ -122.100011000241622, 37.917397999684972 ], [ -122.099992999799966, 37.917099999688318 ], [ -122.09841500030727, 37.912371999832487 ], [ -122.099054999641524, 37.910208000147151 ], [ -122.099302000412067, 37.909791000010763 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013341000", "NAME": "Census Tract 3410", "state": "06", "county_fips": "013", "tract": "341000", "county_name": "Contra Costa County", "tot_pop_2050": 5439, "tot_pop_pov_det_2050": 5426, "tot_pop_civ_ni_2050": 5426, "tot_hh_2050": 2145, "pop_zvhhs_2050": 51, "tot_fam_2050": 1427, "tot_pop_over5_2050": 5138, "pop_hus_rent50_2050": 65, "pop_minority_2050": 1458, "pop_over75_2050": 244, "pop_spfam_2050": 40, "pop_lep_2050": 16, "pop_below200_2050": 265, "pop_disability_2050": 249, "pct_minority_2050": 0.26806398234969664, "pct_over75_2050": 0.044861187718330565, "pct_spfam_2050": 0.028030833917309039, "pct_lep_2050": 0.0031140521603736861, "pct_below200_2050": 0.04883892370070033, "pct_disab_2050": 0.045890158496129749, "pct_zvhhs_2050": 0.023776223776223772, "pct_hus_rent50_2050": 0.030303030303030307, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032585365853658996, "pct_minority_2040": 0.23121951219512199, "pct_spfam_2040": 0.091554853985793008, "pct_lep_2040": 0.0, "pct_below200_2040": 0.12252887062047399, "pct_disab_2040": 0.029947152084557005, "pct_zvhhs_2040": 0.012919896640826999, "pct_hus_rent50_2040": 0.022222222222222001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.097874999633788, 37.885684000337456 ], [ -122.097431000118064, 37.885001000124468 ], [ -122.096579000173378, 37.881147999830702 ], [ -122.095170999661661, 37.87852600018357 ], [ -122.094243000447307, 37.874646000055179 ], [ -122.091543999599764, 37.870179999806631 ], [ -122.089018999727799, 37.869913999843426 ], [ -122.086939000094745, 37.867958000334937 ], [ -122.08431200011556, 37.866948000278896 ], [ -122.083702000020168, 37.865137000234931 ], [ -122.081475000074064, 37.865282000139239 ], [ -122.082685000219044, 37.868096000308199 ], [ -122.084127999992518, 37.869906999962069 ], [ -122.088986000115824, 37.875238000242923 ], [ -122.089330999897314, 37.875269000001872 ], [ -122.08970099979318, 37.88131900012592 ], [ -122.088069999698703, 37.881778999982124 ], [ -122.084486000192811, 37.881595000100809 ], [ -122.080575000448761, 37.881055999868295 ], [ -122.078961000072752, 37.880635000107844 ], [ -122.07627399981908, 37.880633999662635 ], [ -122.076406000063528, 37.881484999983016 ], [ -122.077133000334769, 37.882955000295212 ], [ -122.077658000041339, 37.885014999853986 ], [ -122.06921399986399, 37.889313999753213 ], [ -122.06820000043588, 37.89182099994575 ], [ -122.068007999916944, 37.89232499998451 ], [ -122.066784000426566, 37.893859999688082 ], [ -122.069720000202253, 37.895385999918211 ], [ -122.070653000337828, 37.896558999860105 ], [ -122.075539000050227, 37.895833000243883 ], [ -122.080825999620615, 37.897099000256311 ], [ -122.080834000016537, 37.896829999715301 ], [ -122.081387000210484, 37.897009000110948 ], [ -122.081404999753843, 37.897273000319807 ], [ -122.083059000312858, 37.897605000033181 ], [ -122.08471899982132, 37.897785000174139 ], [ -122.092782000232148, 37.897633999873015 ], [ -122.092858000400128, 37.897630999938983 ], [ -122.090017000160685, 37.896601000245674 ], [ -122.09158600033085, 37.895630999944395 ], [ -122.089770000288453, 37.891878000334145 ], [ -122.091156000160552, 37.89194699992445 ], [ -122.091192000145583, 37.89077100000803 ], [ -122.090193999712668, 37.887147000122319 ], [ -122.092619999850427, 37.887052999848372 ], [ -122.09310400044744, 37.885571000229881 ], [ -122.097874999633788, 37.885684000337456 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013343001", "NAME": "Census Tract 3430.01", "state": "06", "county_fips": "013", "tract": "343001", "county_name": "Contra Costa County", "tot_pop_2050": 4499, "tot_pop_pov_det_2050": 4499, "tot_pop_civ_ni_2050": 4499, "tot_hh_2050": 1970, "pop_zvhhs_2050": 319, "tot_fam_2050": 1084, "tot_pop_over5_2050": 4386, "pop_hus_rent50_2050": 284, "pop_minority_2050": 1236, "pop_over75_2050": 457, "pop_spfam_2050": 103, "pop_lep_2050": 351, "pop_below200_2050": 869, "pop_disability_2050": 560, "pct_minority_2050": 0.27472771727050449, "pct_over75_2050": 0.10157812847299401, "pct_spfam_2050": 0.095018450184501835, "pct_lep_2050": 0.080027359781121757, "pct_below200_2050": 0.19315403422982885, "pct_disab_2050": 0.12447210491220273, "pct_zvhhs_2050": 0.16192893401015229, "pct_hus_rent50_2050": 0.14416243654822336, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.070044408558740001, "pct_minority_2040": 0.22930964876867202, "pct_spfam_2040": 0.144012944983819, "pct_lep_2040": 0.054077253218884, "pct_below200_2040": 0.180417595783499, "pct_disab_2040": 0.091590678824720995, "pct_zvhhs_2040": 0.091125954198472997, "pct_hus_rent50_2040": 0.12711022840119199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.057811000344699, 37.907083000203883 ], [ -122.057437000250914, 37.905988000105253 ], [ -122.056131999671365, 37.900258000002374 ], [ -122.056470999605082, 37.898833000333582 ], [ -122.05600899964773, 37.896626999797235 ], [ -122.055057999968795, 37.893681999700874 ], [ -122.053697000211088, 37.889850999873524 ], [ -122.05003400016416, 37.8852769997712 ], [ -122.049916000163392, 37.885339999715086 ], [ -122.048696999797571, 37.886279000120354 ], [ -122.045837000189863, 37.88545399984794 ], [ -122.041534999735234, 37.885648999908611 ], [ -122.039988000204673, 37.884911999755751 ], [ -122.036996000352474, 37.885964000333736 ], [ -122.033170999923826, 37.887159000148635 ], [ -122.026007000211678, 37.889994999734874 ], [ -122.027136000165811, 37.890137000100296 ], [ -122.029375999632421, 37.889876999682265 ], [ -122.034771000056153, 37.892378999834619 ], [ -122.036561999984201, 37.893358000069163 ], [ -122.036585000448738, 37.893371000064306 ], [ -122.039521000224426, 37.894848000219795 ], [ -122.042215999975696, 37.894555000196775 ], [ -122.043125999646733, 37.895111999672388 ], [ -122.045080999606299, 37.896546999948079 ], [ -122.045592999792362, 37.896757999769989 ], [ -122.046704000203164, 37.897510000135796 ], [ -122.047869999967219, 37.898212000236484 ], [ -122.048952999890616, 37.898923999863143 ], [ -122.049881000003282, 37.900292999865982 ], [ -122.05297900016069, 37.903991000057253 ], [ -122.054889999739331, 37.908127000215551 ], [ -122.057811000344699, 37.907083000203883 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013343002", "NAME": "Census Tract 3430.02", "state": "06", "county_fips": "013", "tract": "343002", "county_name": "Contra Costa County", "tot_pop_2050": 4951, "tot_pop_pov_det_2050": 4783, "tot_pop_civ_ni_2050": 4783, "tot_hh_2050": 1870, "pop_zvhhs_2050": 127, "tot_fam_2050": 1369, "tot_pop_over5_2050": 4569, "pop_hus_rent50_2050": 112, "pop_minority_2050": 1914, "pop_over75_2050": 463, "pop_spfam_2050": 161, "pop_lep_2050": 58, "pop_below200_2050": 491, "pop_disability_2050": 407, "pct_minority_2050": 0.38658856796606733, "pct_over75_2050": 0.093516461320945279, "pct_spfam_2050": 0.11760409057706354, "pct_lep_2050": 0.012694243817027795, "pct_below200_2050": 0.10265523729876648, "pct_disab_2050": 0.085093037842358346, "pct_zvhhs_2050": 0.067914438502673799, "pct_hus_rent50_2050": 0.059893048128342237, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.144094654553138, "pct_minority_2040": 0.314599619691528, "pct_spfam_2040": 0.083459787556904003, "pct_lep_2040": 0.049637352674524002, "pct_below200_2040": 0.104298494435959, "pct_disab_2040": 0.106916866681213, "pct_zvhhs_2040": 0.10265577119509699, "pct_hus_rent50_2040": 0.060265577119510007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.054889999739331, 37.908127000215551 ], [ -122.05297900016069, 37.903991000057253 ], [ -122.049881000003282, 37.900292999865982 ], [ -122.048952999890616, 37.898923999863143 ], [ -122.047869999967219, 37.898212000236484 ], [ -122.046704000203164, 37.897510000135796 ], [ -122.045592999792362, 37.896757999769989 ], [ -122.045080999606299, 37.896546999948079 ], [ -122.043125999646733, 37.895111999672388 ], [ -122.042215999975696, 37.894555000196775 ], [ -122.039521000224426, 37.894848000219795 ], [ -122.036585000448738, 37.893371000064306 ], [ -122.036561999984201, 37.893358000069163 ], [ -122.034771000056153, 37.892378999834619 ], [ -122.034043999784913, 37.893393999941104 ], [ -122.032780999936506, 37.894182000132638 ], [ -122.032310999583217, 37.89704299987951 ], [ -122.030313999790835, 37.899331000129074 ], [ -122.030302000095276, 37.900765000208189 ], [ -122.033350999848864, 37.90201100019268 ], [ -122.033372999590185, 37.903423999788373 ], [ -122.032528000216487, 37.903201999831865 ], [ -122.029572000349333, 37.902423999877151 ], [ -122.027172000150841, 37.901024000281112 ], [ -122.024376000117186, 37.905286999860571 ], [ -122.026073000333923, 37.907260000303623 ], [ -122.025924000370992, 37.910757999980895 ], [ -122.025922999647776, 37.911039000320585 ], [ -122.027469000251727, 37.910519000224546 ], [ -122.028236999632554, 37.909401999746507 ], [ -122.030395999806601, 37.910493999950134 ], [ -122.030617999564484, 37.910250999873824 ], [ -122.032584000292999, 37.908720999989313 ], [ -122.033423999643816, 37.908179999742259 ], [ -122.03413099982356, 37.908025999995353 ], [ -122.034925000041952, 37.908077000158968 ], [ -122.036317999586743, 37.908993999833989 ], [ -122.037704000357138, 37.909944000269029 ], [ -122.041431999803066, 37.911836000315191 ], [ -122.043749000160886, 37.913200999653917 ], [ -122.04877100031571, 37.909723000187654 ], [ -122.050369999724822, 37.909269000195579 ], [ -122.050756000412505, 37.908685999881413 ], [ -122.051348000066213, 37.908368000082604 ], [ -122.051887999841398, 37.908681000269674 ], [ -122.054889999739331, 37.908127000215551 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013343003", "NAME": "Census Tract 3430.03", "state": "06", "county_fips": "013", "tract": "343003", "county_name": "Contra Costa County", "tot_pop_2050": 3836, "tot_pop_pov_det_2050": 3835, "tot_pop_civ_ni_2050": 3836, "tot_hh_2050": 1438, "pop_zvhhs_2050": 35, "tot_fam_2050": 1171, "tot_pop_over5_2050": 3693, "pop_hus_rent50_2050": 20, "pop_minority_2050": 968, "pop_over75_2050": 255, "pop_spfam_2050": 61, "pop_lep_2050": 114, "pop_below200_2050": 246, "pop_disability_2050": 328, "pct_minority_2050": 0.25234619395203339, "pct_over75_2050": 0.066475495307612098, "pct_spfam_2050": 0.052092228864218618, "pct_lep_2050": 0.030869212022745736, "pct_below200_2050": 0.064146023468057381, "pct_disab_2050": 0.085505735140771644, "pct_zvhhs_2050": 0.024339360222531289, "pct_hus_rent50_2050": 0.013908205841446454, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061740639722290991, "pct_minority_2040": 0.16315397966774101, "pct_spfam_2040": 0.13135593220339001, "pct_lep_2040": 0.0069611780455149999, "pct_below200_2040": 0.054797917183237996, "pct_disab_2040": 0.062980411604264999, "pct_zvhhs_2040": 0.022079772079772002, "pct_hus_rent50_2040": 0.044159544159544005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.049916000163392, 37.885339999715086 ], [ -122.05003400016416, 37.8852769997712 ], [ -122.049272999557743, 37.884224000326213 ], [ -122.049183000044366, 37.883246000286924 ], [ -122.048936999997053, 37.880073999907232 ], [ -122.049044999952116, 37.87936699967441 ], [ -122.043883000055189, 37.87379400030796 ], [ -122.040902000073629, 37.869665999689836 ], [ -122.035766999940918, 37.872686999710325 ], [ -122.034628999765928, 37.875954000015909 ], [ -122.031739999845911, 37.875547000276612 ], [ -122.031400999912179, 37.876317000166708 ], [ -122.027633000283274, 37.875295999804187 ], [ -122.026936999974183, 37.876538999658756 ], [ -122.028151000317123, 37.879351999826653 ], [ -122.025796000324476, 37.879528000211842 ], [ -122.024772999777241, 37.880704000307581 ], [ -122.013386999976419, 37.886517000247082 ], [ -122.005940000407023, 37.890913000294582 ], [ -122.003843999982166, 37.892166000353257 ], [ -122.004007000188778, 37.892764000348983 ], [ -122.008162000330302, 37.894499000011244 ], [ -122.01068399982924, 37.894899999843133 ], [ -122.012403999612133, 37.896373000295029 ], [ -122.017426999591891, 37.898064000018934 ], [ -122.024359000398761, 37.900335000247402 ], [ -122.027172000150841, 37.901024000281112 ], [ -122.029572000349333, 37.902423999877151 ], [ -122.032528000216487, 37.903201999831865 ], [ -122.033372999590185, 37.903423999788373 ], [ -122.033350999848864, 37.90201100019268 ], [ -122.030302000095276, 37.900765000208189 ], [ -122.030313999790835, 37.899331000129074 ], [ -122.032310999583217, 37.89704299987951 ], [ -122.032780999936506, 37.894182000132638 ], [ -122.034043999784913, 37.893393999941104 ], [ -122.034771000056153, 37.892378999834619 ], [ -122.029375999632421, 37.889876999682265 ], [ -122.027136000165811, 37.890137000100296 ], [ -122.026007000211678, 37.889994999734874 ], [ -122.033170999923826, 37.887159000148635 ], [ -122.036996000352474, 37.885964000333736 ], [ -122.039988000204673, 37.884911999755751 ], [ -122.041534999735234, 37.885648999908611 ], [ -122.045837000189863, 37.88545399984794 ], [ -122.048696999797571, 37.886279000120354 ], [ -122.049916000163392, 37.885339999715086 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345101", "NAME": "Census Tract 3451.01", "state": "06", "county_fips": "013", "tract": "345101", "county_name": "Contra Costa County", "tot_pop_2050": 5731, "tot_pop_pov_det_2050": 5723, "tot_pop_civ_ni_2050": 5723, "tot_hh_2050": 1824, "pop_zvhhs_2050": 31, "tot_fam_2050": 1564, "tot_pop_over5_2050": 5191, "pop_hus_rent50_2050": 64, "pop_minority_2050": 2763, "pop_over75_2050": 308, "pop_spfam_2050": 213, "pop_lep_2050": 172, "pop_below200_2050": 454, "pop_disability_2050": 466, "pct_minority_2050": 0.482114814168557, "pct_over75_2050": 0.053742802303262963, "pct_spfam_2050": 0.13618925831202047, "pct_lep_2050": 0.033134270853400122, "pct_below200_2050": 0.079329023239559676, "pct_disab_2050": 0.081425825615935699, "pct_zvhhs_2050": 0.01699561403508772, "pct_hus_rent50_2050": 0.035087719298245612, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054253785147800992, "pct_minority_2040": 0.44935111751982704, "pct_spfam_2040": 0.10069930069930098, "pct_lep_2040": 0.035629921259842004, "pct_below200_2040": 0.043690196786423996, "pct_disab_2040": 0.050009026900161999, "pct_zvhhs_2040": 0.010960334029228001, "pct_hus_rent50_2040": 0.057933194154487999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.948918000443101, 37.73740099997319 ], [ -121.950439000034407, 37.737081000319648 ], [ -121.940194999708183, 37.723484000140232 ], [ -121.937002999839478, 37.724246999990704 ], [ -121.929372000147055, 37.726078000023179 ], [ -121.926274999814581, 37.726818000203231 ], [ -121.929723999601265, 37.730748999695464 ], [ -121.92974100021803, 37.731077999954678 ], [ -121.938315999916597, 37.740689999742571 ], [ -121.941286999852395, 37.739520999770882 ], [ -121.945361999628005, 37.738764000300748 ], [ -121.947872000329639, 37.73777799980833 ], [ -121.948918000443101, 37.73740099997319 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345102", "NAME": "Census Tract 3451.02", "state": "06", "county_fips": "013", "tract": "345102", "county_name": "Contra Costa County", "tot_pop_2050": 3743, "tot_pop_pov_det_2050": 3743, "tot_pop_civ_ni_2050": 3743, "tot_hh_2050": 1176, "pop_zvhhs_2050": 9, "tot_fam_2050": 1024, "tot_pop_over5_2050": 3436, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1453, "pop_over75_2050": 137, "pop_spfam_2050": 91, "pop_lep_2050": 96, "pop_below200_2050": 199, "pop_disability_2050": 368, "pct_minority_2050": 0.3881912904087631, "pct_over75_2050": 0.036601656425327284, "pct_spfam_2050": 0.0888671875, "pct_lep_2050": 0.027939464493597202, "pct_below200_2050": 0.053165909698103128, "pct_disab_2050": 0.098316858135185675, "pct_zvhhs_2050": 0.0076530612244897957, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.024002087138011999, "pct_minority_2040": 0.39081659274719499, "pct_spfam_2040": 0.089034676663543019, "pct_lep_2040": 0.02347024308466, "pct_below200_2040": 0.12861987998956401, "pct_disab_2040": 0.049830420036524999, "pct_zvhhs_2040": 0.012224938875306002, "pct_hus_rent50_2040": 0.028524857375712996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.955862999872139, 37.748333999888928 ], [ -121.957231000200892, 37.747343999949244 ], [ -121.950439000034407, 37.737081000319648 ], [ -121.948918000443101, 37.73740099997319 ], [ -121.947872000329639, 37.73777799980833 ], [ -121.945361999628005, 37.738764000300748 ], [ -121.941286999852395, 37.739520999770882 ], [ -121.938315999916597, 37.740689999742571 ], [ -121.947561999809935, 37.753532999860319 ], [ -121.94930800043042, 37.752831000044928 ], [ -121.950107999598302, 37.752729000051787 ], [ -121.950858000334065, 37.752633000222282 ], [ -121.951236999552435, 37.752470000307845 ], [ -121.951554999569751, 37.752243000033552 ], [ -121.952157999992423, 37.751516999900225 ], [ -121.952515000367796, 37.751212999886768 ], [ -121.95298800019583, 37.750930000174662 ], [ -121.954066999921224, 37.750407000277725 ], [ -121.955255000324911, 37.749386000285888 ], [ -121.955862999872139, 37.748333999888928 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345103", "NAME": "Census Tract 3451.03", "state": "06", "county_fips": "013", "tract": "345103", "county_name": "Contra Costa County", "tot_pop_2050": 4914, "tot_pop_pov_det_2050": 4896, "tot_pop_civ_ni_2050": 4908, "tot_hh_2050": 1728, "pop_zvhhs_2050": 165, "tot_fam_2050": 1368, "tot_pop_over5_2050": 4729, "pop_hus_rent50_2050": 87, "pop_minority_2050": 1946, "pop_over75_2050": 423, "pop_spfam_2050": 44, "pop_lep_2050": 66, "pop_below200_2050": 437, "pop_disability_2050": 446, "pct_minority_2050": 0.39601139601139596, "pct_over75_2050": 0.08608058608058608, "pct_spfam_2050": 0.032163742690058485, "pct_lep_2050": 0.013956438993444705, "pct_below200_2050": 0.08925653594771242, "pct_disab_2050": 0.090872045639771803, "pct_zvhhs_2050": 0.095486111111111105, "pct_hus_rent50_2050": 0.050347222222222224, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10699503311258302, "pct_minority_2040": 0.34540562913907297, "pct_spfam_2040": 0.036949685534591006, "pct_lep_2040": 0.012004287245445, "pct_below200_2040": 0.13868764231008099, "pct_disab_2040": 0.117574001241979, "pct_zvhhs_2040": 0.15308911973756198, "pct_hus_rent50_2040": 0.075865860362837004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.945007999625659, 37.753702999817548 ], [ -121.947561999809935, 37.753532999860319 ], [ -121.938315999916597, 37.740689999742571 ], [ -121.92974100021803, 37.731077999954678 ], [ -121.929723999601265, 37.730748999695464 ], [ -121.926274999814581, 37.726818000203231 ], [ -121.925909000116661, 37.726943999983071 ], [ -121.917372000052907, 37.72895500026776 ], [ -121.911147000324092, 37.730317999776531 ], [ -121.910459000410938, 37.730392999865266 ], [ -121.910416999679825, 37.73216600021442 ], [ -121.912400000126809, 37.735091999711038 ], [ -121.913996999886066, 37.739724000282322 ], [ -121.916304000198153, 37.739113999686296 ], [ -121.919137000041701, 37.735799999672828 ], [ -121.92318199968004, 37.738051999987547 ], [ -121.925308000242154, 37.737597000259001 ], [ -121.92772299961095, 37.74031699997721 ], [ -121.930696000094883, 37.744123999723897 ], [ -121.932831999804407, 37.747738000144302 ], [ -121.938483000321185, 37.753540000129497 ], [ -121.941348999776679, 37.752442000242787 ], [ -121.945007999625659, 37.753702999817548 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345105", "NAME": "Census Tract 3451.05", "state": "06", "county_fips": "013", "tract": "345105", "county_name": "Contra Costa County", "tot_pop_2050": 6616, "tot_pop_pov_det_2050": 6611, "tot_pop_civ_ni_2050": 6611, "tot_hh_2050": 2164, "pop_zvhhs_2050": 101, "tot_fam_2050": 1756, "tot_pop_over5_2050": 6237, "pop_hus_rent50_2050": 37, "pop_minority_2050": 1844, "pop_over75_2050": 420, "pop_spfam_2050": 203, "pop_lep_2050": 87, "pop_below200_2050": 588, "pop_disability_2050": 609, "pct_minority_2050": 0.27871825876662643, "pct_over75_2050": 0.063482466747279323, "pct_spfam_2050": 0.11560364464692482, "pct_lep_2050": 0.013949013949013949, "pct_below200_2050": 0.088942671305400095, "pct_disab_2050": 0.092119195280592966, "pct_zvhhs_2050": 0.0466728280961183, "pct_hus_rent50_2050": 0.017097966728280962, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10451766810794699, "pct_minority_2040": 0.24466974802445199, "pct_spfam_2040": 0.10550198525241099, "pct_lep_2040": 0.0053063193439459996, "pct_below200_2040": 0.13531254662091599, "pct_disab_2040": 0.12113978815455802, "pct_zvhhs_2040": 0.049583150504607001, "pct_hus_rent50_2040": 0.082511210762332005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.991920000055998, 37.811396999839225 ], [ -121.991867000352556, 37.809945000031497 ], [ -121.990550000077462, 37.806228000300891 ], [ -121.987730999579284, 37.799872000211494 ], [ -121.984075000103374, 37.794779000007289 ], [ -121.982994999654721, 37.792551999799805 ], [ -121.980752999639975, 37.786674000271674 ], [ -121.977082999920341, 37.779840999872057 ], [ -121.976913000041037, 37.779858000157951 ], [ -121.976467999802111, 37.779927999915728 ], [ -121.975092999800694, 37.77719599985727 ], [ -121.966947000447476, 37.78045499995018 ], [ -121.968565000123164, 37.782983000075482 ], [ -121.968621000199647, 37.783064999645063 ], [ -121.972561000256022, 37.788457000262127 ], [ -121.974190999627268, 37.79000400030462 ], [ -121.971951999985578, 37.791824999709235 ], [ -121.973127999795366, 37.793539999765478 ], [ -121.972998000099025, 37.793679000067108 ], [ -121.973961000371801, 37.796544000183822 ], [ -121.973882999655714, 37.798678000035288 ], [ -121.974624000170607, 37.800577000281052 ], [ -121.975739999705979, 37.804712999676696 ], [ -121.977391999716843, 37.80624700026506 ], [ -121.976338000105784, 37.811388000148305 ], [ -121.97671800004737, 37.811967000029654 ], [ -121.9783059995858, 37.811421999684619 ], [ -121.991920000055998, 37.811396999839225 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345108", "NAME": "Census Tract 3451.08", "state": "06", "county_fips": "013", "tract": "345108", "county_name": "Contra Costa County", "tot_pop_2050": 7506, "tot_pop_pov_det_2050": 7506, "tot_pop_civ_ni_2050": 7506, "tot_hh_2050": 3169, "pop_zvhhs_2050": 71, "tot_fam_2050": 2091, "tot_pop_over5_2050": 7110, "pop_hus_rent50_2050": 237, "pop_minority_2050": 3823, "pop_over75_2050": 332, "pop_spfam_2050": 195, "pop_lep_2050": 261, "pop_below200_2050": 529, "pop_disability_2050": 477, "pct_minority_2050": 0.50932587263522511, "pct_over75_2050": 0.044231281641353593, "pct_spfam_2050": 0.093256814921090406, "pct_lep_2050": 0.036708860759493665, "pct_below200_2050": 0.070476951771915805, "pct_disab_2050": 0.063549160671462823, "pct_zvhhs_2050": 0.022404544020195646, "pct_hus_rent50_2050": 0.074786999053329126, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028783009640911, "pct_minority_2040": 0.46150621768897598, "pct_spfam_2040": 0.046632124352332001, "pct_lep_2040": 0.01896779885311, "pct_below200_2040": 0.02179684225234, "pct_disab_2040": 0.052256532066507988, "pct_zvhhs_2040": 0.0035426731078909996, "pct_hus_rent50_2040": 0.024175106174452999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.975092999800694, 37.77719599985727 ], [ -121.972237000390933, 37.771515999821275 ], [ -121.970397999883986, 37.767911999680891 ], [ -121.965295000436612, 37.760052999789423 ], [ -121.95878899960212, 37.761874999840536 ], [ -121.953965999638896, 37.764347999971896 ], [ -121.951908999572083, 37.765766999715375 ], [ -121.945691000414271, 37.761382999942832 ], [ -121.943588000316694, 37.759422000008421 ], [ -121.942288999584932, 37.758939999784289 ], [ -121.940860000055153, 37.757940999893229 ], [ -121.939774999583619, 37.759334000022093 ], [ -121.939733999575751, 37.760928000189281 ], [ -121.937303000313449, 37.765406999776999 ], [ -121.935054999552563, 37.765038999733186 ], [ -121.936675999601292, 37.766807000345601 ], [ -121.935041000207178, 37.77153100030101 ], [ -121.935349000178775, 37.771868000099388 ], [ -121.935078999842048, 37.772200000141396 ], [ -121.934840000365739, 37.773145999832053 ], [ -121.936909000128125, 37.775051999842532 ], [ -121.94067500010722, 37.780678000159092 ], [ -121.940895000215264, 37.781925000309727 ], [ -121.943129999658979, 37.781853000291981 ], [ -121.943624000301725, 37.785779999691812 ], [ -121.945183000426155, 37.78760699984759 ], [ -121.946430000381085, 37.788133999793914 ], [ -121.947700999727118, 37.788174999927158 ], [ -121.951730000370233, 37.786619000061435 ], [ -121.95479400019245, 37.785811000141472 ], [ -121.95878100010448, 37.783541000319445 ], [ -121.962205999601736, 37.78251100007413 ], [ -121.963074000338267, 37.782055000026048 ], [ -121.966947000447476, 37.78045499995018 ], [ -121.975092999800694, 37.77719599985727 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345111", "NAME": "Census Tract 3451.11", "state": "06", "county_fips": "013", "tract": "345111", "county_name": "Contra Costa County", "tot_pop_2050": 5269, "tot_pop_pov_det_2050": 5269, "tot_pop_civ_ni_2050": 5269, "tot_hh_2050": 1848, "pop_zvhhs_2050": 77, "tot_fam_2050": 1496, "tot_pop_over5_2050": 4881, "pop_hus_rent50_2050": 92, "pop_minority_2050": 3708, "pop_over75_2050": 199, "pop_spfam_2050": 147, "pop_lep_2050": 114, "pop_below200_2050": 547, "pop_disability_2050": 300, "pct_minority_2050": 0.70373884987663693, "pct_over75_2050": 0.037768077434048204, "pct_spfam_2050": 0.098262032085561501, "pct_lep_2050": 0.023355869698832202, "pct_below200_2050": 0.10381476561017272, "pct_disab_2050": 0.056936800151831474, "pct_zvhhs_2050": 0.041666666666666657, "pct_hus_rent50_2050": 0.049783549783549777, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.021814848762603003, "pct_minority_2040": 0.60604949587534396, "pct_spfam_2040": 0.075819672131148, "pct_lep_2040": 0.04650254005470901, "pct_below200_2040": 0.12795600366636101, "pct_disab_2040": 0.034463794683776, "pct_zvhhs_2040": 0.067966280295047005, "pct_hus_rent50_2040": 0.037886872998933001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.965295000436612, 37.760052999789423 ], [ -121.959879999921412, 37.751752000061721 ], [ -121.957231000200892, 37.747343999949244 ], [ -121.955862999872139, 37.748333999888928 ], [ -121.955255000324911, 37.749386000285888 ], [ -121.954066999921224, 37.750407000277725 ], [ -121.95298800019583, 37.750930000174662 ], [ -121.952515000367796, 37.751212999886768 ], [ -121.952157999992423, 37.751516999900225 ], [ -121.951554999569751, 37.752243000033552 ], [ -121.951236999552435, 37.752470000307845 ], [ -121.950858000334065, 37.752633000222282 ], [ -121.950107999598302, 37.752729000051787 ], [ -121.94930800043042, 37.752831000044928 ], [ -121.947561999809935, 37.753532999860319 ], [ -121.945007999625659, 37.753702999817548 ], [ -121.941348999776679, 37.752442000242787 ], [ -121.938483000321185, 37.753540000129497 ], [ -121.940449000151403, 37.756210999803763 ], [ -121.940860000055153, 37.757940999893229 ], [ -121.942288999584932, 37.758939999784289 ], [ -121.943588000316694, 37.759422000008421 ], [ -121.945691000414271, 37.761382999942832 ], [ -121.951908999572083, 37.765766999715375 ], [ -121.953965999638896, 37.764347999971896 ], [ -121.95878899960212, 37.761874999840536 ], [ -121.965295000436612, 37.760052999789423 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345112", "NAME": "Census Tract 3451.12", "state": "06", "county_fips": "013", "tract": "345112", "county_name": "Contra Costa County", "tot_pop_2050": 6595, "tot_pop_pov_det_2050": 6495, "tot_pop_civ_ni_2050": 6575, "tot_hh_2050": 2288, "pop_zvhhs_2050": 0, "tot_fam_2050": 1757, "tot_pop_over5_2050": 6242, "pop_hus_rent50_2050": 217, "pop_minority_2050": 3349, "pop_over75_2050": 151, "pop_spfam_2050": 232, "pop_lep_2050": 264, "pop_below200_2050": 402, "pop_disability_2050": 324, "pct_minority_2050": 0.50780894617134209, "pct_over75_2050": 0.022896133434420016, "pct_spfam_2050": 0.13204325554923166, "pct_lep_2050": 0.042294136494713232, "pct_below200_2050": 0.06189376443418014, "pct_disab_2050": 0.049277566539923962, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.094842657342657344, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.014161380734621998, "pct_minority_2040": 0.61454491812951795, "pct_spfam_2040": 0.092581602373887004, "pct_lep_2040": 0.039711744863539004, "pct_below200_2040": 0.070087239390802997, "pct_disab_2040": 0.065791414662929995, "pct_zvhhs_2040": 0.031583264971288001, "pct_hus_rent50_2040": 0.057013945857260002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.943624000301725, 37.785779999691812 ], [ -121.943129999658979, 37.781853000291981 ], [ -121.940895000215264, 37.781925000309727 ], [ -121.94067500010722, 37.780678000159092 ], [ -121.936909000128125, 37.775051999842532 ], [ -121.934840000365739, 37.773145999832053 ], [ -121.935078999842048, 37.772200000141396 ], [ -121.935349000178775, 37.771868000099388 ], [ -121.935041000207178, 37.77153100030101 ], [ -121.936675999601292, 37.766807000345601 ], [ -121.935054999552563, 37.765038999733186 ], [ -121.937303000313449, 37.765406999776999 ], [ -121.939733999575751, 37.760928000189281 ], [ -121.939774999583619, 37.759334000022093 ], [ -121.940860000055153, 37.757940999893229 ], [ -121.940449000151403, 37.756210999803763 ], [ -121.938483000321185, 37.753540000129497 ], [ -121.932831999804407, 37.747738000144302 ], [ -121.930696000094883, 37.744123999723897 ], [ -121.92772299961095, 37.74031699997721 ], [ -121.925308000242154, 37.737597000259001 ], [ -121.92318199968004, 37.738051999987547 ], [ -121.919137000041701, 37.735799999672828 ], [ -121.916304000198153, 37.739113999686296 ], [ -121.913996999886066, 37.739724000282322 ], [ -121.915116999619372, 37.744089999766508 ], [ -121.914969000379713, 37.74538099980537 ], [ -121.914576999844229, 37.748645999781438 ], [ -121.913926999565874, 37.74944400006455 ], [ -121.91498799974795, 37.750372999655326 ], [ -121.915588999622486, 37.754011999704623 ], [ -121.914283999941262, 37.756377999999657 ], [ -121.918741000206566, 37.7631340000246 ], [ -121.921067999711809, 37.763789999728324 ], [ -121.921608000385305, 37.764676000138358 ], [ -121.918441999557515, 37.773516000253863 ], [ -121.923130999626409, 37.773560999756654 ], [ -121.924984000377052, 37.773709999792629 ], [ -121.922763000278692, 37.779069000017877 ], [ -121.922686000285793, 37.780730999769126 ], [ -121.924467000168107, 37.785103000186439 ], [ -121.925556999764169, 37.786866000181426 ], [ -121.928702999602152, 37.785621000249861 ], [ -121.929612000346594, 37.78797600001991 ], [ -121.932062999700378, 37.788025999940032 ], [ -121.934672000136246, 37.786551000145039 ], [ -121.936751999769299, 37.783678000289967 ], [ -121.939879000239031, 37.783211999710673 ], [ -121.943624000301725, 37.785779999691812 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345113", "NAME": "Census Tract 3451.13", "state": "06", "county_fips": "013", "tract": "345113", "county_name": "Contra Costa County", "tot_pop_2050": 4566, "tot_pop_pov_det_2050": 4557, "tot_pop_civ_ni_2050": 4566, "tot_hh_2050": 1562, "pop_zvhhs_2050": 46, "tot_fam_2050": 1312, "tot_pop_over5_2050": 4302, "pop_hus_rent50_2050": 11, "pop_minority_2050": 1669, "pop_over75_2050": 238, "pop_spfam_2050": 40, "pop_lep_2050": 52, "pop_below200_2050": 247, "pop_disability_2050": 160, "pct_minority_2050": 0.36552781427945691, "pct_over75_2050": 0.052124397722295226, "pct_spfam_2050": 0.03048780487804878, "pct_lep_2050": 0.01208740120874012, "pct_below200_2050": 0.05420232609172701, "pct_disab_2050": 0.035041611914148049, "pct_zvhhs_2050": 0.029449423815621004, "pct_hus_rent50_2050": 0.0070422535211267607, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056055363321799001, "pct_minority_2040": 0.30865051903114193, "pct_spfam_2040": 0.062733383121733002, "pct_lep_2040": 0.0021765417170500003, "pct_below200_2040": 0.021502890173410002, "pct_disab_2040": 0.079123414071511008, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.95731999988935, 37.805666000158894 ], [ -121.959131999733771, 37.8019480000182 ], [ -121.955677999924234, 37.802028999743875 ], [ -121.955617999649746, 37.799142000066141 ], [ -121.955615000175015, 37.794952000127807 ], [ -121.95750900003523, 37.792271999924488 ], [ -121.95560500012931, 37.791282000274194 ], [ -121.953778000216218, 37.790654000085112 ], [ -121.953102999823543, 37.789962000220434 ], [ -121.953231999694978, 37.788163000115645 ], [ -121.951814000035824, 37.786771999822065 ], [ -121.951730000370233, 37.786619000061435 ], [ -121.947700999727118, 37.788174999927158 ], [ -121.946430000381085, 37.788133999793914 ], [ -121.945183000426155, 37.78760699984759 ], [ -121.943624000301725, 37.785779999691812 ], [ -121.939879000239031, 37.783211999710673 ], [ -121.936751999769299, 37.783678000289967 ], [ -121.934672000136246, 37.786551000145039 ], [ -121.932062999700378, 37.788025999940032 ], [ -121.929612000346594, 37.78797600001991 ], [ -121.928702999602152, 37.785621000249861 ], [ -121.925556999764169, 37.786866000181426 ], [ -121.927484999959574, 37.789507999814937 ], [ -121.92546999972555, 37.792407999813925 ], [ -121.923714999782504, 37.792410999772137 ], [ -121.923708999934746, 37.791926000215113 ], [ -121.922636999881973, 37.793566000183979 ], [ -121.921533999867137, 37.799156999908377 ], [ -121.924782999637287, 37.799429000351878 ], [ -121.932170999655412, 37.800850999971246 ], [ -121.942507000043136, 37.804170999923841 ], [ -121.946980000201961, 37.805998000272297 ], [ -121.951696000035071, 37.808701000081165 ], [ -121.952657999584616, 37.806778000087654 ], [ -121.95555599972549, 37.807201000137262 ], [ -121.95731999988935, 37.805666000158894 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345114", "NAME": "Census Tract 3451.14", "state": "06", "county_fips": "013", "tract": "345114", "county_name": "Contra Costa County", "tot_pop_2050": 6633, "tot_pop_pov_det_2050": 6633, "tot_pop_civ_ni_2050": 6633, "tot_hh_2050": 2576, "pop_zvhhs_2050": 43, "tot_fam_2050": 2073, "tot_pop_over5_2050": 6361, "pop_hus_rent50_2050": 99, "pop_minority_2050": 1131, "pop_over75_2050": 808, "pop_spfam_2050": 105, "pop_lep_2050": 103, "pop_below200_2050": 570, "pop_disability_2050": 498, "pct_minority_2050": 0.17051108095884215, "pct_over75_2050": 0.12181516659128599, "pct_spfam_2050": 0.050651230101302465, "pct_lep_2050": 0.016192422575066815, "pct_below200_2050": 0.085933966530981454, "pct_disab_2050": 0.075079149706015369, "pct_zvhhs_2050": 0.016692546583850932, "pct_hus_rent50_2050": 0.038431677018633537, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11999386220653697, "pct_minority_2040": 0.15927574037133702, "pct_spfam_2040": 0.0077559462254399997, "pct_lep_2040": 0.012386850881371999, "pct_below200_2040": 0.041846153846153998, "pct_disab_2040": 0.078256866656436996, "pct_zvhhs_2040": 0.030508474576271, "pct_hus_rent50_2040": 0.0075329566854990008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.976338000105784, 37.811388000148305 ], [ -121.977391999716843, 37.80624700026506 ], [ -121.975739999705979, 37.804712999676696 ], [ -121.974624000170607, 37.800577000281052 ], [ -121.973882999655714, 37.798678000035288 ], [ -121.973961000371801, 37.796544000183822 ], [ -121.972998000099025, 37.793679000067108 ], [ -121.973127999795366, 37.793539999765478 ], [ -121.971951999985578, 37.791824999709235 ], [ -121.974190999627268, 37.79000400030462 ], [ -121.972561000256022, 37.788457000262127 ], [ -121.968621000199647, 37.783064999645063 ], [ -121.968565000123164, 37.782983000075482 ], [ -121.966947000447476, 37.78045499995018 ], [ -121.963074000338267, 37.782055000026048 ], [ -121.962205999601736, 37.78251100007413 ], [ -121.95878100010448, 37.783541000319445 ], [ -121.95479400019245, 37.785811000141472 ], [ -121.951730000370233, 37.786619000061435 ], [ -121.951814000035824, 37.786771999822065 ], [ -121.953231999694978, 37.788163000115645 ], [ -121.953102999823543, 37.789962000220434 ], [ -121.953778000216218, 37.790654000085112 ], [ -121.95560500012931, 37.791282000274194 ], [ -121.95750900003523, 37.792271999924488 ], [ -121.955615000175015, 37.794952000127807 ], [ -121.955617999649746, 37.799142000066141 ], [ -121.955677999924234, 37.802028999743875 ], [ -121.959131999733771, 37.8019480000182 ], [ -121.95731999988935, 37.805666000158894 ], [ -121.95555599972549, 37.807201000137262 ], [ -121.952657999584616, 37.806778000087654 ], [ -121.951696000035071, 37.808701000081165 ], [ -121.95957100012491, 37.812768000267376 ], [ -121.96359400002197, 37.815236999939515 ], [ -121.964498999670113, 37.815611000028177 ], [ -121.966747000430956, 37.816155999966256 ], [ -121.968339999992253, 37.816029000348017 ], [ -121.969463999923519, 37.815662000312805 ], [ -121.97671800004737, 37.811967000029654 ], [ -121.976338000105784, 37.811388000148305 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345115", "NAME": "Census Tract 3451.15", "state": "06", "county_fips": "013", "tract": "345115", "county_name": "Contra Costa County", "tot_pop_2050": 5931, "tot_pop_pov_det_2050": 5931, "tot_pop_civ_ni_2050": 5931, "tot_hh_2050": 1921, "pop_zvhhs_2050": 134, "tot_fam_2050": 1594, "tot_pop_over5_2050": 5711, "pop_hus_rent50_2050": 59, "pop_minority_2050": 3176, "pop_over75_2050": 417, "pop_spfam_2050": 45, "pop_lep_2050": 366, "pop_below200_2050": 290, "pop_disability_2050": 325, "pct_minority_2050": 0.53549148541561287, "pct_over75_2050": 0.070308548305513405, "pct_spfam_2050": 0.028230865746549563, "pct_lep_2050": 0.06408684993871476, "pct_below200_2050": 0.048895633114146013, "pct_disab_2050": 0.05479683021412915, "pct_zvhhs_2050": 0.069755335762623619, "pct_hus_rent50_2050": 0.030713170223841749, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034003091190107998, "pct_minority_2040": 0.41524987120041207, "pct_spfam_2040": 0.031948881789136997, "pct_lep_2040": 0.032437275985662997, "pct_below200_2040": 0.082946934569809005, "pct_disab_2040": 0.040185471406492007, "pct_zvhhs_2040": 0.034446210916798996, "pct_hus_rent50_2040": 0.065732758620690002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.011290999551548, 37.754171999683798 ], [ -122.011770999950556, 37.747428000217248 ], [ -122.001071000413091, 37.739028000169206 ], [ -121.993571000241971, 37.738128000303547 ], [ -121.989970999944234, 37.733628000255258 ], [ -121.983468000381052, 37.730863999652044 ], [ -121.977999000337462, 37.729579000117447 ], [ -121.974070000151755, 37.729427999982505 ], [ -121.972470000019428, 37.728527999938898 ], [ -121.969192999761873, 37.725754999928071 ], [ -121.960770000399265, 37.718629000050989 ], [ -121.955261000172698, 37.719857000165817 ], [ -121.949040999568425, 37.721277999948825 ], [ -121.943695000446837, 37.722721999990206 ], [ -121.942383000194582, 37.722945999917172 ], [ -121.940194999708183, 37.723484000140232 ], [ -121.950439000034407, 37.737081000319648 ], [ -121.957231000200892, 37.747343999949244 ], [ -121.959879999921412, 37.751752000061721 ], [ -121.965295000436612, 37.760052999789423 ], [ -121.96930900011283, 37.75914500022219 ], [ -121.970672000418688, 37.759372999875573 ], [ -121.972152000002112, 37.759569000212082 ], [ -121.976099999556084, 37.759036999916788 ], [ -121.980596000179474, 37.761763000261226 ], [ -121.982864999958394, 37.763756000285056 ], [ -121.98462999994716, 37.762214000165137 ], [ -121.986131000345267, 37.761225999738542 ], [ -121.987249000428776, 37.760825999996321 ], [ -121.989128000220333, 37.760779999905019 ], [ -121.995952999998778, 37.759976999971499 ], [ -121.996789999874892, 37.758524000219111 ], [ -122.006265000097073, 37.753612000018528 ], [ -122.011290999551548, 37.754171999683798 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345116", "NAME": "Census Tract 3451.16", "state": "06", "county_fips": "013", "tract": "345116", "county_name": "Contra Costa County", "tot_pop_2050": 2809, "tot_pop_pov_det_2050": 2797, "tot_pop_civ_ni_2050": 2797, "tot_hh_2050": 867, "pop_zvhhs_2050": 13, "tot_fam_2050": 775, "tot_pop_over5_2050": 2649, "pop_hus_rent50_2050": 9, "pop_minority_2050": 1333, "pop_over75_2050": 82, "pop_spfam_2050": 46, "pop_lep_2050": 34, "pop_below200_2050": 100, "pop_disability_2050": 142, "pct_minority_2050": 0.47454610181559281, "pct_over75_2050": 0.029191883232467068, "pct_spfam_2050": 0.059354838709677428, "pct_lep_2050": 0.012835032087580221, "pct_below200_2050": 0.035752592062924561, "pct_disab_2050": 0.05076868072935288, "pct_zvhhs_2050": 0.014994232987312572, "pct_hus_rent50_2050": 0.010380622837370242, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031903945111491999, "pct_minority_2040": 0.419897084048027, "pct_spfam_2040": 0.088050314465408994, "pct_lep_2040": 0.011752136752137, "pct_below200_2040": 0.05197934595525, "pct_disab_2040": 0.092164307904729001, "pct_zvhhs_2040": 0.0055187637969090009, "pct_hus_rent50_2040": 0.015452538631347001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.982864999958394, 37.763756000285056 ], [ -121.980596000179474, 37.761763000261226 ], [ -121.976099999556084, 37.759036999916788 ], [ -121.972152000002112, 37.759569000212082 ], [ -121.970672000418688, 37.759372999875573 ], [ -121.96930900011283, 37.75914500022219 ], [ -121.965295000436612, 37.760052999789423 ], [ -121.970397999883986, 37.767911999680891 ], [ -121.972237000390933, 37.771515999821275 ], [ -121.976196999640464, 37.770240999756652 ], [ -121.976846000093886, 37.769917000106645 ], [ -121.978703999969099, 37.76838600025728 ], [ -121.982864999958394, 37.763756000285056 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345202", "NAME": "Census Tract 3452.02", "state": "06", "county_fips": "013", "tract": "345202", "county_name": "Contra Costa County", "tot_pop_2050": 7501, "tot_pop_pov_det_2050": 7501, "tot_pop_civ_ni_2050": 7501, "tot_hh_2050": 2979, "pop_zvhhs_2050": 112, "tot_fam_2050": 1933, "tot_pop_over5_2050": 7033, "pop_hus_rent50_2050": 179, "pop_minority_2050": 3340, "pop_over75_2050": 253, "pop_spfam_2050": 141, "pop_lep_2050": 135, "pop_below200_2050": 596, "pop_disability_2050": 391, "pct_minority_2050": 0.44527396347153708, "pct_over75_2050": 0.033728836155179312, "pct_spfam_2050": 0.072943610967408173, "pct_lep_2050": 0.019195222522394428, "pct_below200_2050": 0.079456072523663532, "pct_disab_2050": 0.052126383148913484, "pct_zvhhs_2050": 0.037596508895602551, "pct_hus_rent50_2050": 0.060087277609936228, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041912561724678006, "pct_minority_2040": 0.37492472600265003, "pct_spfam_2040": 0.088301210219631998, "pct_lep_2040": 0.017430845017051996, "pct_below200_2040": 0.082223298619521004, "pct_disab_2040": 0.070697338311454014, "pct_zvhhs_2040": 0.046115753636644996, "pct_hus_rent50_2040": 0.10297339593114199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.010770999867859, 37.755127000020728 ], [ -122.011290999551548, 37.754171999683798 ], [ -122.006265000097073, 37.753612000018528 ], [ -121.996789999874892, 37.758524000219111 ], [ -121.995952999998778, 37.759976999971499 ], [ -121.989128000220333, 37.760779999905019 ], [ -121.987249000428776, 37.760825999996321 ], [ -121.986131000345267, 37.761225999738542 ], [ -121.98462999994716, 37.762214000165137 ], [ -121.982864999958394, 37.763756000285056 ], [ -121.978703999969099, 37.76838600025728 ], [ -121.976846000093886, 37.769917000106645 ], [ -121.976196999640464, 37.770240999756652 ], [ -121.972237000390933, 37.771515999821275 ], [ -121.975092999800694, 37.77719599985727 ], [ -121.976467999802111, 37.779927999915728 ], [ -121.976913000041037, 37.779858000157951 ], [ -121.977082999920341, 37.779840999872057 ], [ -121.980752999639975, 37.786674000271674 ], [ -121.982994999654721, 37.792551999799805 ], [ -121.984075000103374, 37.794779000007289 ], [ -121.987730999579284, 37.799872000211494 ], [ -121.990550000077462, 37.806228000300891 ], [ -121.991867000352556, 37.809945000031497 ], [ -121.991920000055998, 37.811396999839225 ], [ -121.992791000267275, 37.811391000045411 ], [ -121.995260000062743, 37.811362000325367 ], [ -121.994547000035197, 37.808963000168625 ], [ -121.994608999959496, 37.807545999969285 ], [ -121.993618999922518, 37.805494999669918 ], [ -121.992716999749121, 37.804646000145326 ], [ -121.990908000277727, 37.805656999769468 ], [ -121.988837999792125, 37.800955999922543 ], [ -122.00015599982089, 37.800576000168924 ], [ -121.998108999799797, 37.798387999955573 ], [ -122.000071000330394, 37.797326000068722 ], [ -122.000550999831077, 37.794085000043026 ], [ -121.998687000108106, 37.793509999926542 ], [ -121.998947000399127, 37.786383999928184 ], [ -121.994061999613322, 37.786357000227561 ], [ -121.994220999621987, 37.785884000164295 ], [ -121.992135000141147, 37.783786999737877 ], [ -121.991191999959852, 37.781123000313187 ], [ -121.988939000074453, 37.778370000255535 ], [ -121.990713000284046, 37.776687000050387 ], [ -121.994475000065194, 37.775750999736459 ], [ -121.996631999691132, 37.776405000247358 ], [ -121.997524999643701, 37.776400999910059 ], [ -121.996990999716317, 37.775565999669176 ], [ -121.995869000333187, 37.772653999646451 ], [ -121.999718000152967, 37.772435999709636 ], [ -122.004228000121714, 37.770057999734291 ], [ -121.998948000224019, 37.764478000060343 ], [ -121.997770999691014, 37.763226999998807 ], [ -122.010770999867859, 37.755127000020728 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345203", "NAME": "Census Tract 3452.03", "state": "06", "county_fips": "013", "tract": "345203", "county_name": "Contra Costa County", "tot_pop_2050": 6755, "tot_pop_pov_det_2050": 6677, "tot_pop_civ_ni_2050": 6734, "tot_hh_2050": 2682, "pop_zvhhs_2050": 209, "tot_fam_2050": 1811, "tot_pop_over5_2050": 6356, "pop_hus_rent50_2050": 155, "pop_minority_2050": 1215, "pop_over75_2050": 788, "pop_spfam_2050": 206, "pop_lep_2050": 66, "pop_below200_2050": 656, "pop_disability_2050": 933, "pct_minority_2050": 0.17986676535899335, "pct_over75_2050": 0.11665433012583272, "pct_spfam_2050": 0.11374930977360576, "pct_lep_2050": 0.01038388923851479, "pct_below200_2050": 0.098247716040137781, "pct_disab_2050": 0.13855063855063854, "pct_zvhhs_2050": 0.077926920208799405, "pct_hus_rent50_2050": 0.057792692020879936, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10485133020344301, "pct_minority_2040": 0.17636932707355202, "pct_spfam_2040": 0.061791383219955004, "pct_lep_2040": 0.010577568838146001, "pct_below200_2040": 0.07411487018096001, "pct_disab_2040": 0.096774193548386997, "pct_zvhhs_2040": 0.056904400606980009, "pct_hus_rent50_2040": 0.054398148148147994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074131000436836, 37.813394999876024 ], [ -122.073619000250758, 37.811333999850696 ], [ -122.070687999599613, 37.80957800027042 ], [ -122.06906900009902, 37.808039999987713 ], [ -122.069880999860771, 37.80644699996477 ], [ -122.067618999754529, 37.806309000300878 ], [ -122.066006000101723, 37.803747000193816 ], [ -122.06451300009951, 37.802846999864506 ], [ -122.064229000417384, 37.801596000318654 ], [ -122.063044000386768, 37.800309000269088 ], [ -122.061681000080881, 37.799220000348107 ], [ -122.045473000141783, 37.798125999971852 ], [ -122.030471999974608, 37.787727000198167 ], [ -122.021971999720748, 37.784227000095868 ], [ -122.017772000271705, 37.781227000238964 ], [ -122.014072000414856, 37.780226999970665 ], [ -122.004808999904782, 37.770570999676643 ], [ -122.004228000121714, 37.770057999734291 ], [ -121.999718000152967, 37.772435999709636 ], [ -121.995869000333187, 37.772653999646451 ], [ -121.996990999716317, 37.775565999669176 ], [ -121.997524999643701, 37.776400999910059 ], [ -121.996631999691132, 37.776405000247358 ], [ -121.994475000065194, 37.775750999736459 ], [ -121.990713000284046, 37.776687000050387 ], [ -121.988939000074453, 37.778370000255535 ], [ -121.991191999959852, 37.781123000313187 ], [ -121.992135000141147, 37.783786999737877 ], [ -121.994220999621987, 37.785884000164295 ], [ -121.994061999613322, 37.786357000227561 ], [ -121.998947000399127, 37.786383999928184 ], [ -121.998687000108106, 37.793509999926542 ], [ -122.000550999831077, 37.794085000043026 ], [ -122.000071000330394, 37.797326000068722 ], [ -121.998108999799797, 37.798387999955573 ], [ -122.00015599982089, 37.800576000168924 ], [ -121.988837999792125, 37.800955999922543 ], [ -121.990908000277727, 37.805656999769468 ], [ -121.992716999749121, 37.804646000145326 ], [ -121.993618999922518, 37.805494999669918 ], [ -121.994608999959496, 37.807545999969285 ], [ -121.994547000035197, 37.808963000168625 ], [ -121.995260000062743, 37.811362000325367 ], [ -121.992791000267275, 37.811391000045411 ], [ -121.993126999827936, 37.812624999897281 ], [ -121.99310799956136, 37.820762999703604 ], [ -121.993534000432049, 37.822942999853815 ], [ -121.995413000223621, 37.825934000111317 ], [ -122.000763000441523, 37.829745999781032 ], [ -122.00897599974185, 37.835005000155782 ], [ -122.016270999873569, 37.839393000334695 ], [ -122.017612000438135, 37.840139999682201 ], [ -122.019088999648488, 37.838433999923922 ], [ -122.017010999665288, 37.837742000107895 ], [ -122.015694000288477, 37.835656999740877 ], [ -122.020267000006442, 37.831229999881927 ], [ -122.021442999816259, 37.828241999921232 ], [ -122.021544000098586, 37.82793000030032 ], [ -122.019726000406379, 37.825424999727097 ], [ -122.017552999988609, 37.825241000345557 ], [ -122.023689999853872, 37.821572000343451 ], [ -122.025570000368674, 37.8216260002485 ], [ -122.026034999800785, 37.820854999711862 ], [ -122.02633100007678, 37.821378000148322 ], [ -122.029302999837498, 37.821281000214313 ], [ -122.03038199956292, 37.821998000255604 ], [ -122.031317000246588, 37.820693000314691 ], [ -122.03318699981736, 37.821026000108972 ], [ -122.031246999926395, 37.818924000158113 ], [ -122.033113000197503, 37.817336000199461 ], [ -122.034863000117667, 37.817992999884893 ], [ -122.037326000065349, 37.817521000011048 ], [ -122.038464000240324, 37.818779999782834 ], [ -122.040871999936414, 37.819279999722447 ], [ -122.042409000319552, 37.820566999828124 ], [ -122.044598999557451, 37.821141000223811 ], [ -122.0474180000556, 37.82078899976382 ], [ -122.050844000276058, 37.823233999816424 ], [ -122.051881000168692, 37.824984000167674 ], [ -122.056585000306214, 37.825724999909966 ], [ -122.05805700039204, 37.827289999678534 ], [ -122.060819000090447, 37.828858999940515 ], [ -122.064253999633436, 37.83403300034351 ], [ -122.063569999918201, 37.835625000000192 ], [ -122.070669000231348, 37.835558999781682 ], [ -122.070776000361462, 37.828766000245992 ], [ -122.061520000422391, 37.828771000316472 ], [ -122.061445000079331, 37.821142000057435 ], [ -122.065313999990593, 37.821048999862427 ], [ -122.069115000129798, 37.82084400007944 ], [ -122.067680999678799, 37.818659000334449 ], [ -122.069943999609933, 37.819483999735475 ], [ -122.069768999707762, 37.817409000295569 ], [ -122.068744000409026, 37.816471999984721 ], [ -122.06966900014865, 37.814171999836717 ], [ -122.071120000318075, 37.814513000049715 ], [ -122.074131000436836, 37.813394999876024 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013345204", "NAME": "Census Tract 3452.04", "state": "06", "county_fips": "013", "tract": "345204", "county_name": "Contra Costa County", "tot_pop_2050": 3842, "tot_pop_pov_det_2050": 3829, "tot_pop_civ_ni_2050": 3842, "tot_hh_2050": 1245, "pop_zvhhs_2050": 44, "tot_fam_2050": 1060, "tot_pop_over5_2050": 3720, "pop_hus_rent50_2050": 10, "pop_minority_2050": 562, "pop_over75_2050": 391, "pop_spfam_2050": 38, "pop_lep_2050": 0, "pop_below200_2050": 179, "pop_disability_2050": 326, "pct_minority_2050": 0.14627798021863614, "pct_over75_2050": 0.10176991150442477, "pct_spfam_2050": 0.035849056603773584, "pct_lep_2050": 0.0, "pct_below200_2050": 0.046748498302428831, "pct_disab_2050": 0.084851639770952628, "pct_zvhhs_2050": 0.035341365461847379, "pct_hus_rent50_2050": 0.0080321285140562242, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066649173445290005, "pct_minority_2040": 0.045394909472579008, "pct_spfam_2040": 0.027358490566038, "pct_lep_2040": 0.0, "pct_below200_2040": 0.034898976646548993, "pct_disab_2040": 0.06166360535292599, "pct_zvhhs_2040": 0.013535031847134, "pct_hus_rent50_2040": 0.0080321285140560004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.063569999918201, 37.835625000000192 ], [ -122.064253999633436, 37.83403300034351 ], [ -122.060819000090447, 37.828858999940515 ], [ -122.05805700039204, 37.827289999678534 ], [ -122.056585000306214, 37.825724999909966 ], [ -122.051881000168692, 37.824984000167674 ], [ -122.050844000276058, 37.823233999816424 ], [ -122.0474180000556, 37.82078899976382 ], [ -122.044598999557451, 37.821141000223811 ], [ -122.042409000319552, 37.820566999828124 ], [ -122.040871999936414, 37.819279999722447 ], [ -122.038464000240324, 37.818779999782834 ], [ -122.037326000065349, 37.817521000011048 ], [ -122.034863000117667, 37.817992999884893 ], [ -122.033113000197503, 37.817336000199461 ], [ -122.031246999926395, 37.818924000158113 ], [ -122.03318699981736, 37.821026000108972 ], [ -122.031317000246588, 37.820693000314691 ], [ -122.03038199956292, 37.821998000255604 ], [ -122.029302999837498, 37.821281000214313 ], [ -122.02633100007678, 37.821378000148322 ], [ -122.026034999800785, 37.820854999711862 ], [ -122.025570000368674, 37.8216260002485 ], [ -122.023689999853872, 37.821572000343451 ], [ -122.017552999988609, 37.825241000345557 ], [ -122.019726000406379, 37.825424999727097 ], [ -122.021544000098586, 37.82793000030032 ], [ -122.021442999816259, 37.828241999921232 ], [ -122.020267000006442, 37.831229999881927 ], [ -122.015694000288477, 37.835656999740877 ], [ -122.017010999665288, 37.837742000107895 ], [ -122.019088999648488, 37.838433999923922 ], [ -122.017612000438135, 37.840139999682201 ], [ -122.017732000088728, 37.84020400019849 ], [ -122.025086999596581, 37.845581000164479 ], [ -122.027737999865252, 37.842912999647908 ], [ -122.028240999830501, 37.843125999671472 ], [ -122.028782000328903, 37.845175000298092 ], [ -122.031031999841247, 37.847709999751956 ], [ -122.032154000122702, 37.849787000065625 ], [ -122.037080000018065, 37.857180999816926 ], [ -122.042831999918846, 37.866613000134357 ], [ -122.044699999839779, 37.866451999736881 ], [ -122.045233999767177, 37.867057000200752 ], [ -122.048833000239995, 37.865069000294014 ], [ -122.046555000240247, 37.860813999661822 ], [ -122.049424999893702, 37.860864999908401 ], [ -122.050030999791105, 37.859537999736304 ], [ -122.051934999697039, 37.859724000139181 ], [ -122.053009000297934, 37.859144999777975 ], [ -122.052698999778201, 37.852955000283274 ], [ -122.052357000369753, 37.842497000292354 ], [ -122.0615689999279, 37.84298299994996 ], [ -122.06163199967709, 37.840311999657992 ], [ -122.061419000140077, 37.835609000124592 ], [ -122.063569999918201, 37.835625000000192 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013346101", "NAME": "Census Tract 3461.01", "state": "06", "county_fips": "013", "tract": "346101", "county_name": "Contra Costa County", "tot_pop_2050": 3267, "tot_pop_pov_det_2050": 3256, "tot_pop_civ_ni_2050": 3267, "tot_hh_2050": 1304, "pop_zvhhs_2050": 5, "tot_fam_2050": 1075, "tot_pop_over5_2050": 3073, "pop_hus_rent50_2050": 13, "pop_minority_2050": 768, "pop_over75_2050": 308, "pop_spfam_2050": 76, "pop_lep_2050": 5, "pop_below200_2050": 159, "pop_disability_2050": 177, "pct_minority_2050": 0.23507805325987144, "pct_over75_2050": 0.094276094276094277, "pct_spfam_2050": 0.070697674418604653, "pct_lep_2050": 0.0016270745200130164, "pct_below200_2050": 0.048832923832923834, "pct_disab_2050": 0.054178145087235986, "pct_zvhhs_2050": 0.0038343558282208593, "pct_hus_rent50_2050": 0.0099693251533742311, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066514416214672994, "pct_minority_2040": 0.20125606622894701, "pct_spfam_2040": 0.0066037735849059998, "pct_lep_2040": 0.0070143336383039993, "pct_below200_2040": 0.056522980302598003, "pct_disab_2040": 0.062232372252355006, "pct_zvhhs_2040": 0.010196078431373001, "pct_hus_rent50_2040": 0.043921568627451009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.040902000073629, 37.869665999689836 ], [ -122.039759999700706, 37.868232000213943 ], [ -122.037582999983286, 37.865285999917376 ], [ -122.035283000242245, 37.863373999669946 ], [ -122.030912000190639, 37.864537000092348 ], [ -122.028604999878581, 37.865835000026323 ], [ -122.026151000151742, 37.866487999997233 ], [ -122.023238999767159, 37.866408999954409 ], [ -122.022765999939153, 37.866408000025118 ], [ -122.020163000249354, 37.86646700008388 ], [ -122.019422999559353, 37.866248999751811 ], [ -122.017373000063543, 37.8661459996503 ], [ -122.018563000117027, 37.867990000228424 ], [ -122.016177999987164, 37.869664999804748 ], [ -122.01203299989136, 37.869470999860646 ], [ -122.009378000323096, 37.870806000254781 ], [ -122.008967000419347, 37.871938999802275 ], [ -122.007202000430567, 37.872347000177889 ], [ -122.00737300013482, 37.874022999803458 ], [ -122.005897999675952, 37.875094999699101 ], [ -122.00444099965874, 37.875324000113956 ], [ -122.003203999749559, 37.876410000169471 ], [ -122.005237000425268, 37.877520000173568 ], [ -122.003632000270045, 37.87774000003435 ], [ -122.003474000086314, 37.877761000279996 ], [ -121.971141000048746, 37.882218000123302 ], [ -121.972613999959464, 37.882977000176446 ], [ -121.974742000171403, 37.883178999745063 ], [ -121.978637000021934, 37.885939999889608 ], [ -121.981788999707689, 37.889901000261005 ], [ -121.983854999995344, 37.891574000115703 ], [ -121.985462999625298, 37.892168000221446 ], [ -121.987990000045372, 37.894688000112254 ], [ -121.98882199989859, 37.897176999773407 ], [ -121.988169000145518, 37.898120999826588 ], [ -121.990643999788773, 37.899583999868881 ], [ -121.994859000204741, 37.898622000080096 ], [ -121.999611000022853, 37.894694000220035 ], [ -122.002849999747255, 37.892759999935997 ], [ -122.003843999982166, 37.892166000353257 ], [ -122.005940000407023, 37.890913000294582 ], [ -122.013386999976419, 37.886517000247082 ], [ -122.024772999777241, 37.880704000307581 ], [ -122.025796000324476, 37.879528000211842 ], [ -122.028151000317123, 37.879351999826653 ], [ -122.026936999974183, 37.876538999658756 ], [ -122.027633000283274, 37.875295999804187 ], [ -122.031400999912179, 37.876317000166708 ], [ -122.031739999845911, 37.875547000276612 ], [ -122.034628999765928, 37.875954000015909 ], [ -122.035766999940918, 37.872686999710325 ], [ -122.040902000073629, 37.869665999689836 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013346102", "NAME": "Census Tract 3461.02", "state": "06", "county_fips": "013", "tract": "346102", "county_name": "Contra Costa County", "tot_pop_2050": 5574, "tot_pop_pov_det_2050": 5510, "tot_pop_civ_ni_2050": 5556, "tot_hh_2050": 1899, "pop_zvhhs_2050": 82, "tot_fam_2050": 1567, "tot_pop_over5_2050": 5461, "pop_hus_rent50_2050": 61, "pop_minority_2050": 1465, "pop_over75_2050": 407, "pop_spfam_2050": 125, "pop_lep_2050": 19, "pop_below200_2050": 299, "pop_disability_2050": 386, "pct_minority_2050": 0.26282741298887691, "pct_over75_2050": 0.073017581628991746, "pct_spfam_2050": 0.079770261646458201, "pct_lep_2050": 0.0034792162607581033, "pct_below200_2050": 0.054264972776769511, "pct_disab_2050": 0.069474442044636431, "pct_zvhhs_2050": 0.04318062137967351, "pct_hus_rent50_2050": 0.032122169562927856, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085141294439379997, "pct_minority_2040": 0.17228805834093, "pct_spfam_2040": 0.046163069544364006, "pct_lep_2040": 0.0015200456013679999, "pct_below200_2040": 0.04615384615384599, "pct_disab_2040": 0.058791208791209006, "pct_zvhhs_2040": 0.0092831356369260012, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.035283000242245, 37.863373999669946 ], [ -122.033150000007439, 37.86146100017411 ], [ -122.029161000445583, 37.854618000058615 ], [ -122.028989000018129, 37.854034000242919 ], [ -122.028713999658535, 37.851491000103842 ], [ -122.024375000292295, 37.851994000066277 ], [ -122.016419000011581, 37.852260000165224 ], [ -122.011734000140635, 37.852383000078447 ], [ -122.010032999725979, 37.852000000105747 ], [ -122.007126000262588, 37.850661000352424 ], [ -122.001143000383124, 37.849103999717741 ], [ -121.996877999738416, 37.847436000188054 ], [ -121.993017000223091, 37.846474000191158 ], [ -121.98904399965646, 37.844791000258127 ], [ -121.986841999824662, 37.844641000065209 ], [ -121.980444999668407, 37.845138000050589 ], [ -121.978478999838188, 37.845145999664709 ], [ -121.978698999946204, 37.846461999921722 ], [ -121.977427999701845, 37.850997000083566 ], [ -121.979985000259191, 37.856304000023087 ], [ -121.979171999774209, 37.857917000061214 ], [ -121.979051000298696, 37.862122999783928 ], [ -121.973466999729084, 37.862308000061333 ], [ -121.96929599969404, 37.862425000330575 ], [ -121.96666500041519, 37.859785999932789 ], [ -121.965841000059584, 37.860593000313152 ], [ -121.963958999894942, 37.86057300014685 ], [ -121.961448000266671, 37.859396999976028 ], [ -121.956473999792422, 37.857918000105663 ], [ -121.955308999853258, 37.855168999649862 ], [ -121.954552000343142, 37.85577599997108 ], [ -121.950835999694462, 37.85419899977682 ], [ -121.94997500042723, 37.855180999920819 ], [ -121.947724000191627, 37.854902000031387 ], [ -121.945282999985267, 37.855333000110214 ], [ -121.94357900009588, 37.854744999934432 ], [ -121.940812000374564, 37.855101999815211 ], [ -121.939733999575751, 37.854378000237681 ], [ -121.936993999618636, 37.854350999863158 ], [ -121.933484999557479, 37.852349999672086 ], [ -121.932995000011019, 37.849997999792272 ], [ -121.932154999761877, 37.851065999667867 ], [ -121.930157999969524, 37.850256999670094 ], [ -121.92834899959982, 37.851817999873234 ], [ -121.926205000392684, 37.851370999811742 ], [ -121.925631000282323, 37.851883999728898 ], [ -121.930564999675298, 37.853479000261366 ], [ -121.93268500038964, 37.855446999869308 ], [ -121.934460000424153, 37.856119000279442 ], [ -121.935673000043849, 37.857527000120477 ], [ -121.93542899964639, 37.858956999980933 ], [ -121.93266500029813, 37.862671000072631 ], [ -121.933246000081198, 37.865030000205707 ], [ -121.931811999630199, 37.865691999669806 ], [ -121.932817999560697, 37.867357999759193 ], [ -121.93520699988855, 37.867611000154426 ], [ -121.935313000193744, 37.869669000054081 ], [ -121.938079999915047, 37.87104999994267 ], [ -121.942028000367344, 37.871618999664676 ], [ -121.942660000204015, 37.87210000026554 ], [ -121.939760000413301, 37.869508999838786 ], [ -121.940916000131622, 37.869566999655582 ], [ -121.940892999667128, 37.868378000313086 ], [ -121.943235999964173, 37.868909999732459 ], [ -121.942582000386224, 37.867582999749807 ], [ -121.943649000416059, 37.865782999735394 ], [ -121.946857000178326, 37.869531000190364 ], [ -121.95027400017797, 37.870716999751942 ], [ -121.950589999647121, 37.871505999959922 ], [ -121.949023999850013, 37.87295499997952 ], [ -121.950842000440531, 37.873395000074673 ], [ -121.954755999659326, 37.872437999824832 ], [ -121.957692000333324, 37.872589999880638 ], [ -121.962834000138784, 37.874967000330571 ], [ -121.962410999641165, 37.876787999864341 ], [ -121.96151000019097, 37.877749000140355 ], [ -121.963742999984873, 37.879293000159329 ], [ -121.965940999618695, 37.880197999941522 ], [ -121.966077000061119, 37.881079000046924 ], [ -121.968339999992253, 37.88114900026892 ], [ -121.96874400022331, 37.881877000193661 ], [ -121.971141000048746, 37.882218000123302 ], [ -122.003474000086314, 37.877761000279996 ], [ -122.003632000270045, 37.87774000003435 ], [ -122.005237000425268, 37.877520000173568 ], [ -122.003203999749559, 37.876410000169471 ], [ -122.00444099965874, 37.875324000113956 ], [ -122.005897999675952, 37.875094999699101 ], [ -122.00737300013482, 37.874022999803458 ], [ -122.007202000430567, 37.872347000177889 ], [ -122.008967000419347, 37.871938999802275 ], [ -122.009378000323096, 37.870806000254781 ], [ -122.01203299989136, 37.869470999860646 ], [ -122.016177999987164, 37.869664999804748 ], [ -122.018563000117027, 37.867990000228424 ], [ -122.017373000063543, 37.8661459996503 ], [ -122.019422999559353, 37.866248999751811 ], [ -122.020163000249354, 37.86646700008388 ], [ -122.022765999939153, 37.866408000025118 ], [ -122.023238999767159, 37.866408999954409 ], [ -122.026151000151742, 37.866487999997233 ], [ -122.028604999878581, 37.865835000026323 ], [ -122.030912000190639, 37.864537000092348 ], [ -122.035283000242245, 37.863373999669946 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013346201", "NAME": "Census Tract 3462.01", "state": "06", "county_fips": "013", "tract": "346201", "county_name": "Contra Costa County", "tot_pop_2050": 7446, "tot_pop_pov_det_2050": 7446, "tot_pop_civ_ni_2050": 7446, "tot_hh_2050": 2854, "pop_zvhhs_2050": 197, "tot_fam_2050": 2190, "tot_pop_over5_2050": 7181, "pop_hus_rent50_2050": 100, "pop_minority_2050": 921, "pop_over75_2050": 1033, "pop_spfam_2050": 57, "pop_lep_2050": 20, "pop_below200_2050": 543, "pop_disability_2050": 917, "pct_minority_2050": 0.12369057211925864, "pct_over75_2050": 0.13873220521085147, "pct_spfam_2050": 0.026027397260273973, "pct_lep_2050": 0.0027851274195794459, "pct_below200_2050": 0.072925060435132957, "pct_disab_2050": 0.12315337093741605, "pct_zvhhs_2050": 0.069025928521373514, "pct_hus_rent50_2050": 0.035038542396636299, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080631753948462004, "pct_minority_2040": 0.13591022443890302, "pct_spfam_2040": 0.060636182902584011, "pct_lep_2040": 0.00028425241614599996, "pct_below200_2040": 0.140024954942465, "pct_disab_2040": 0.095040177334441991, "pct_zvhhs_2040": 0.047808764940239001, "pct_hus_rent50_2040": 0.079487179487178997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.028713999658535, 37.851491000103842 ], [ -122.02776499962944, 37.848142000201364 ], [ -122.025086999596581, 37.845581000164479 ], [ -122.017732000088728, 37.84020400019849 ], [ -122.017612000438135, 37.840139999682201 ], [ -122.016270999873569, 37.839393000334695 ], [ -122.00897599974185, 37.835005000155782 ], [ -122.000763000441523, 37.829745999781032 ], [ -121.997360999612184, 37.831773999742417 ], [ -121.992110000026813, 37.832761000338763 ], [ -121.990627000070333, 37.832453999780995 ], [ -121.987278999667666, 37.830409999769365 ], [ -121.984387000272903, 37.83102299988964 ], [ -121.981735000179341, 37.832775000061041 ], [ -121.978825000342894, 37.834842999893972 ], [ -121.978298999913122, 37.835071999805344 ], [ -121.970797000092176, 37.835860999889981 ], [ -121.967421000100401, 37.835381999742594 ], [ -121.965899999610812, 37.833925999864896 ], [ -121.965225999941353, 37.833705000089154 ], [ -121.9621100002406, 37.83306999967256 ], [ -121.960987999959144, 37.833470000063691 ], [ -121.956884999696157, 37.832063000276271 ], [ -121.954999000231865, 37.831923000163961 ], [ -121.952850000103552, 37.831916999909929 ], [ -121.951920000341062, 37.831928000020518 ], [ -121.951974999694329, 37.832459999991308 ], [ -121.951617000392332, 37.835169000058492 ], [ -121.947970000238954, 37.838902000339353 ], [ -121.947561999809935, 37.840227999934399 ], [ -121.949177999835783, 37.840865000298074 ], [ -121.950214999728431, 37.843921000141655 ], [ -121.949830999588883, 37.844114999947891 ], [ -121.948147999615841, 37.842283999870972 ], [ -121.947398999603308, 37.84237700026052 ], [ -121.946133000280142, 37.843306000300927 ], [ -121.943931000448373, 37.84197699992653 ], [ -121.941649000250649, 37.843408999687099 ], [ -121.940342000021303, 37.843189999724935 ], [ -121.940700000221582, 37.84192199975525 ], [ -121.938161999930827, 37.84117300017693 ], [ -121.937214999551571, 37.842694999882632 ], [ -121.937263999955363, 37.844270999750918 ], [ -121.936026000221275, 37.843621000167943 ], [ -121.933759000092181, 37.844022999854744 ], [ -121.932421999725591, 37.841561999814317 ], [ -121.931339999627113, 37.842188000009486 ], [ -121.929192000222031, 37.841843999893513 ], [ -121.92707599970565, 37.842782999924012 ], [ -121.925221000203507, 37.841145999932635 ], [ -121.922673999691924, 37.840880999743014 ], [ -121.922342000329223, 37.842584999860627 ], [ -121.921069000435054, 37.843024999673709 ], [ -121.923751999592426, 37.844741999978034 ], [ -121.927760000319168, 37.846060000052198 ], [ -121.933867999872135, 37.850391000282229 ], [ -121.933484999557479, 37.852349999672086 ], [ -121.936993999618636, 37.854350999863158 ], [ -121.939733999575751, 37.854378000237681 ], [ -121.940812000374564, 37.855101999815211 ], [ -121.94357900009588, 37.854744999934432 ], [ -121.945282999985267, 37.855333000110214 ], [ -121.947724000191627, 37.854902000031387 ], [ -121.94997500042723, 37.855180999920819 ], [ -121.950835999694462, 37.85419899977682 ], [ -121.954552000343142, 37.85577599997108 ], [ -121.955308999853258, 37.855168999649862 ], [ -121.956473999792422, 37.857918000105663 ], [ -121.961448000266671, 37.859396999976028 ], [ -121.963958999894942, 37.86057300014685 ], [ -121.965841000059584, 37.860593000313152 ], [ -121.96666500041519, 37.859785999932789 ], [ -121.96929599969404, 37.862425000330575 ], [ -121.973466999729084, 37.862308000061333 ], [ -121.979051000298696, 37.862122999783928 ], [ -121.979171999774209, 37.857917000061214 ], [ -121.979985000259191, 37.856304000023087 ], [ -121.977427999701845, 37.850997000083566 ], [ -121.978698999946204, 37.846461999921722 ], [ -121.978478999838188, 37.845145999664709 ], [ -121.980444999668407, 37.845138000050589 ], [ -121.986841999824662, 37.844641000065209 ], [ -121.98904399965646, 37.844791000258127 ], [ -121.993017000223091, 37.846474000191158 ], [ -121.996877999738416, 37.847436000188054 ], [ -122.001143000383124, 37.849103999717741 ], [ -122.007126000262588, 37.850661000352424 ], [ -122.010032999725979, 37.852000000105747 ], [ -122.011734000140635, 37.852383000078447 ], [ -122.016419000011581, 37.852260000165224 ], [ -122.024375000292295, 37.851994000066277 ], [ -122.028713999658535, 37.851491000103842 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013346203", "NAME": "Census Tract 3462.03", "state": "06", "county_fips": "013", "tract": "346203", "county_name": "Contra Costa County", "tot_pop_2050": 3935, "tot_pop_pov_det_2050": 3904, "tot_pop_civ_ni_2050": 3935, "tot_hh_2050": 1439, "pop_zvhhs_2050": 20, "tot_fam_2050": 1159, "tot_pop_over5_2050": 3705, "pop_hus_rent50_2050": 9, "pop_minority_2050": 686, "pop_over75_2050": 401, "pop_spfam_2050": 65, "pop_lep_2050": 22, "pop_below200_2050": 247, "pop_disability_2050": 243, "pct_minority_2050": 0.17433290978398985, "pct_over75_2050": 0.10190597204574332, "pct_spfam_2050": 0.056082830025884392, "pct_lep_2050": 0.0059379217273954118, "pct_below200_2050": 0.063268442622950824, "pct_disab_2050": 0.061753494282083862, "pct_zvhhs_2050": 0.013898540653231409, "pct_hus_rent50_2050": 0.0062543432939541352, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061344762925260997, "pct_minority_2040": 0.12536833645861198, "pct_spfam_2040": 0.042704626334519998, "pct_lep_2040": 0.0096728307254619998, "pct_below200_2040": 0.070660934981192997, "pct_disab_2040": 0.056538049303323006, "pct_zvhhs_2040": 0.021044992743106006, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.997360999612184, 37.831773999742417 ], [ -122.000763000441523, 37.829745999781032 ], [ -121.995413000223621, 37.825934000111317 ], [ -121.993534000432049, 37.822942999853815 ], [ -121.99310799956136, 37.820762999703604 ], [ -121.993126999827936, 37.812624999897281 ], [ -121.992791000267275, 37.811391000045411 ], [ -121.991920000055998, 37.811396999839225 ], [ -121.9783059995858, 37.811421999684619 ], [ -121.97671800004737, 37.811967000029654 ], [ -121.969463999923519, 37.815662000312805 ], [ -121.968339999992253, 37.816029000348017 ], [ -121.973747999936492, 37.819106999815709 ], [ -121.979456000354674, 37.819812999900975 ], [ -121.987431000003653, 37.823145999870704 ], [ -121.987412999561968, 37.824420999667986 ], [ -121.987278999667666, 37.830409999769365 ], [ -121.990627000070333, 37.832453999780995 ], [ -121.992110000026813, 37.832761000338763 ], [ -121.997360999612184, 37.831773999742417 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013346204", "NAME": "Census Tract 3462.04", "state": "06", "county_fips": "013", "tract": "346204", "county_name": "Contra Costa County", "tot_pop_2050": 7512, "tot_pop_pov_det_2050": 7512, "tot_pop_civ_ni_2050": 7512, "tot_hh_2050": 2574, "pop_zvhhs_2050": 106, "tot_fam_2050": 2095, "tot_pop_over5_2050": 7039, "pop_hus_rent50_2050": 54, "pop_minority_2050": 1620, "pop_over75_2050": 304, "pop_spfam_2050": 171, "pop_lep_2050": 57, "pop_below200_2050": 258, "pop_disability_2050": 281, "pct_minority_2050": 0.21565495207667729, "pct_over75_2050": 0.040468583599574018, "pct_spfam_2050": 0.081622911694510719, "pct_lep_2050": 0.0080977411564142638, "pct_below200_2050": 0.034345047923322686, "pct_disab_2050": 0.037406815761448352, "pct_zvhhs_2050": 0.041181041181041184, "pct_hus_rent50_2050": 0.02097902097902098, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030359028511087998, "pct_minority_2040": 0.26768743400211198, "pct_spfam_2040": 0.06593906321055, "pct_lep_2040": 0.0043001803301429995, "pct_below200_2040": 0.041710665258712004, "pct_disab_2040": 0.054365079365079005, "pct_zvhhs_2040": 0.0066536203522499998, "pct_hus_rent50_2040": 0.033831628638867003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.987412999561968, 37.824420999667986 ], [ -121.987431000003653, 37.823145999870704 ], [ -121.979456000354674, 37.819812999900975 ], [ -121.973747999936492, 37.819106999815709 ], [ -121.968339999992253, 37.816029000348017 ], [ -121.966747000430956, 37.816155999966256 ], [ -121.964498999670113, 37.815611000028177 ], [ -121.96359400002197, 37.815236999939515 ], [ -121.95957100012491, 37.812768000267376 ], [ -121.951696000035071, 37.808701000081165 ], [ -121.946980000201961, 37.805998000272297 ], [ -121.942507000043136, 37.804170999923841 ], [ -121.932170999655412, 37.800850999971246 ], [ -121.924782999637287, 37.799429000351878 ], [ -121.921533999867137, 37.799156999908377 ], [ -121.921507999927869, 37.799311000099806 ], [ -121.921394999949939, 37.801503000343743 ], [ -121.923378000396951, 37.805522000184368 ], [ -121.923402999612961, 37.810392999876122 ], [ -121.922467000002683, 37.81252699986586 ], [ -121.921040999947621, 37.815886999812157 ], [ -121.920938999840388, 37.817331999949097 ], [ -121.921191999560378, 37.821729000102415 ], [ -121.927330000148871, 37.824344000250058 ], [ -121.929306999849757, 37.82559300015005 ], [ -121.944152000381308, 37.829578000298589 ], [ -121.947179000393604, 37.830155999699464 ], [ -121.951041999558754, 37.831832999850086 ], [ -121.951752000111554, 37.831935999648373 ], [ -121.951920000341062, 37.831928000020518 ], [ -121.952850000103552, 37.831916999909929 ], [ -121.954999000231865, 37.831923000163961 ], [ -121.956884999696157, 37.832063000276271 ], [ -121.960987999959144, 37.833470000063691 ], [ -121.9621100002406, 37.83306999967256 ], [ -121.965225999941353, 37.833705000089154 ], [ -121.965899999610812, 37.833925999864896 ], [ -121.967421000100401, 37.835381999742594 ], [ -121.970797000092176, 37.835860999889981 ], [ -121.978298999913122, 37.835071999805344 ], [ -121.978825000342894, 37.834842999893972 ], [ -121.981735000179341, 37.832775000061041 ], [ -121.984387000272903, 37.83102299988964 ], [ -121.987278999667666, 37.830409999769365 ], [ -121.987412999561968, 37.824420999667986 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013347000", "NAME": "Census Tract 3470", "state": "06", "county_fips": "013", "tract": "347000", "county_name": "Contra Costa County", "tot_pop_2050": 6206, "tot_pop_pov_det_2050": 6166, "tot_pop_civ_ni_2050": 6206, "tot_hh_2050": 2293, "pop_zvhhs_2050": 0, "tot_fam_2050": 1789, "tot_pop_over5_2050": 5974, "pop_hus_rent50_2050": 18, "pop_minority_2050": 1425, "pop_over75_2050": 349, "pop_spfam_2050": 79, "pop_lep_2050": 53, "pop_below200_2050": 511, "pop_disability_2050": 367, "pct_minority_2050": 0.22961650016113441, "pct_over75_2050": 0.056235900741218176, "pct_spfam_2050": 0.04415874790385689, "pct_lep_2050": 0.008871777703381321, "pct_below200_2050": 0.082873824197210511, "pct_disab_2050": 0.059136319690621976, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.007849978194505015, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087346024636058006, "pct_minority_2040": 0.25483922572388396, "pct_spfam_2040": 0.084343991179712988, "pct_lep_2040": 0.0062726972598219997, "pct_below200_2040": 0.094823415578133022, "pct_disab_2040": 0.066069428891376999, "pct_zvhhs_2040": 0.0066889632107019993, "pct_hus_rent50_2040": 0.044732441471571995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.163867000204831, 37.922663999740351 ], [ -122.164545999897172, 37.921289999810028 ], [ -122.162052999812275, 37.920449000177499 ], [ -122.161456999960635, 37.919590000240191 ], [ -122.160723000016688, 37.918099000053402 ], [ -122.158008999998827, 37.917668000104399 ], [ -122.155022999994429, 37.918163000188891 ], [ -122.147772000243634, 37.917257000127158 ], [ -122.142694000012284, 37.916987000325122 ], [ -122.14410300034892, 37.91619499996002 ], [ -122.149752000317534, 37.915010000011875 ], [ -122.149492000026541, 37.913656000183664 ], [ -122.149210999819161, 37.91224400005941 ], [ -122.146422000356566, 37.911787999988029 ], [ -122.147116999942426, 37.909949999841885 ], [ -122.14397699995223, 37.909189999970103 ], [ -122.144248000113876, 37.911238000058205 ], [ -122.142818999685772, 37.909669999646113 ], [ -122.138287999800596, 37.909602999762704 ], [ -122.130263999747854, 37.905087000216511 ], [ -122.127311000253698, 37.904181000010212 ], [ -122.126253000444692, 37.90125700011798 ], [ -122.125864000282249, 37.903507999788843 ], [ -122.12684599992329, 37.905355000239481 ], [ -122.125749999581103, 37.90545499976529 ], [ -122.123885999858132, 37.90417299971616 ], [ -122.123182999876363, 37.905144999658887 ], [ -122.118313000057483, 37.904804000301674 ], [ -122.11349699976698, 37.905195999693007 ], [ -122.111520000066093, 37.903438000267634 ], [ -122.110273999936112, 37.90355900024862 ], [ -122.108700999567944, 37.90229499965826 ], [ -122.106569000056368, 37.898371999772905 ], [ -122.099483000162039, 37.901211999765849 ], [ -122.098292000283635, 37.902057000210476 ], [ -122.100494000115376, 37.906329999742098 ], [ -122.101988999767428, 37.905895999993767 ], [ -122.102881999720012, 37.906970000337978 ], [ -122.109514000052926, 37.904066999813764 ], [ -122.110371999845398, 37.905039999852661 ], [ -122.116605999795041, 37.907663000227807 ], [ -122.115875000224179, 37.911224000354252 ], [ -122.121217999871035, 37.911796000162887 ], [ -122.121217000046144, 37.916508000156171 ], [ -122.120560999920016, 37.916544000043523 ], [ -122.118352000415541, 37.916079999988121 ], [ -122.113684000263035, 37.913739999842868 ], [ -122.111637000241942, 37.913978999766016 ], [ -122.107029000363923, 37.91183300025132 ], [ -122.10221100042358, 37.908693000329578 ], [ -122.100457000305468, 37.908362999740469 ], [ -122.099302000412067, 37.909791000010763 ], [ -122.099054999641524, 37.910208000147151 ], [ -122.09841500030727, 37.912371999832487 ], [ -122.099992999799966, 37.917099999688318 ], [ -122.100011000241622, 37.917397999684972 ], [ -122.100011000241622, 37.91896000024559 ], [ -122.099868000126506, 37.919407999740955 ], [ -122.097236999949317, 37.920889999819877 ], [ -122.096973000358688, 37.921547000138574 ], [ -122.096106000345358, 37.925106000268855 ], [ -122.095899999582713, 37.927536999761521 ], [ -122.097147000435939, 37.931924999703469 ], [ -122.09644299973094, 37.933024000214616 ], [ -122.092542999857557, 37.934589000302381 ], [ -122.090464000049423, 37.936065000221802 ], [ -122.08979500040283, 37.937578000148768 ], [ -122.08987599969538, 37.940861000208166 ], [ -122.089914000228518, 37.941275000308273 ], [ -122.090197000085723, 37.945000999687011 ], [ -122.090029999681164, 37.947726999691703 ], [ -122.089357999661502, 37.952321999791252 ], [ -122.087837000070209, 37.954159999825492 ], [ -122.089884999916194, 37.955343000348265 ], [ -122.091161000183419, 37.956509999700842 ], [ -122.092199999725864, 37.955484999957761 ], [ -122.092807000346525, 37.955112000007944 ], [ -122.102394999648297, 37.954976999969475 ], [ -122.104884000433529, 37.958673000109002 ], [ -122.106184000091915, 37.958464999689504 ], [ -122.106605999866289, 37.958400999932302 ], [ -122.105983000250447, 37.956270999904135 ], [ -122.106990000005837, 37.956000000168849 ], [ -122.10806000040877, 37.956815000152275 ], [ -122.108549999955216, 37.957184000210681 ], [ -122.109170000096313, 37.957823000107702 ], [ -122.109412999770541, 37.959215000103136 ], [ -122.109617999809984, 37.959667999745172 ], [ -122.112079999932746, 37.961139999986301 ], [ -122.118893999840552, 37.966210999865901 ], [ -122.119733000264773, 37.967130999670729 ], [ -122.123198999769897, 37.967303999798936 ], [ -122.126153999812161, 37.966789000244198 ], [ -122.128022999558013, 37.966227999692002 ], [ -122.129318000091786, 37.963907999787125 ], [ -122.131107000370022, 37.96364500010101 ], [ -122.133161000063808, 37.958843000062046 ], [ -122.135189999643217, 37.957465000209574 ], [ -122.137264000326766, 37.958759000226074 ], [ -122.13819300026438, 37.958329000050234 ], [ -122.137379999779426, 37.957071000124827 ], [ -122.135671999692036, 37.956669999921424 ], [ -122.134955000364883, 37.953481999955706 ], [ -122.136506000093419, 37.951286999887373 ], [ -122.13644499999404, 37.949590999892486 ], [ -122.134922999679517, 37.947511999859252 ], [ -122.134741000104626, 37.945789999975354 ], [ -122.135593000049354, 37.943719000313756 ], [ -122.136768999859143, 37.942770999666109 ], [ -122.137372000281815, 37.939714999801552 ], [ -122.138310000440228, 37.93921200024257 ], [ -122.137549999658731, 37.937963999760882 ], [ -122.141258999736422, 37.93691899988535 ], [ -122.141985000182743, 37.935042000176779 ], [ -122.143305999757487, 37.935334000108199 ], [ -122.148241999698584, 37.933734999783383 ], [ -122.148060000123706, 37.932851000117424 ], [ -122.149449000368833, 37.93056399973397 ], [ -122.151828999577532, 37.928771000223954 ], [ -122.155590000432099, 37.927473999797783 ], [ -122.159249000281051, 37.927125999666686 ], [ -122.16232099960088, 37.925803999952464 ], [ -122.162786999756207, 37.924477999748035 ], [ -122.163284999698575, 37.923475000125904 ], [ -122.163867000204831, 37.922663999740351 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013348000", "NAME": "Census Tract 3480", "state": "06", "county_fips": "013", "tract": "348000", "county_name": "Contra Costa County", "tot_pop_2050": 5100, "tot_pop_pov_det_2050": 5088, "tot_pop_civ_ni_2050": 5100, "tot_hh_2050": 1658, "pop_zvhhs_2050": 20, "tot_fam_2050": 1406, "tot_pop_over5_2050": 4820, "pop_hus_rent50_2050": 31, "pop_minority_2050": 1096, "pop_over75_2050": 346, "pop_spfam_2050": 101, "pop_lep_2050": 18, "pop_below200_2050": 292, "pop_disability_2050": 370, "pct_minority_2050": 0.21490196078431373, "pct_over75_2050": 0.067843137254901958, "pct_spfam_2050": 0.07183499288762446, "pct_lep_2050": 0.003734439834024896, "pct_below200_2050": 0.05738993710691824, "pct_disab_2050": 0.072549019607843143, "pct_zvhhs_2050": 0.012062726176115802, "pct_hus_rent50_2050": 0.018697225572979492, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.101651297447995, "pct_minority_2040": 0.19429551790692701, "pct_spfam_2040": 0.044107013738249996, "pct_lep_2040": 0.011411948981875, "pct_below200_2040": 0.061773568661214001, "pct_disab_2040": 0.068196440060047006, "pct_zvhhs_2040": 0.016383495145630998, "pct_hus_rent50_2040": 0.012202562538133, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.162005999956619, 37.912621000054266 ], [ -122.163036000176533, 37.91159799983285 ], [ -122.161981999667162, 37.909642999689865 ], [ -122.160938999926756, 37.909544000238022 ], [ -122.159157000219537, 37.909750000114492 ], [ -122.159048000439611, 37.908591000112217 ], [ -122.15295900025491, 37.906426999785005 ], [ -122.153036000247809, 37.904454999809694 ], [ -122.154580000303625, 37.904992000053362 ], [ -122.157710000248088, 37.904502999959277 ], [ -122.159650999963944, 37.903661000353367 ], [ -122.158387000290588, 37.902048999685512 ], [ -122.158456999712485, 37.899688999662402 ], [ -122.157312999689722, 37.898623000280914 ], [ -122.157829999898681, 37.896373999817506 ], [ -122.155295999805887, 37.895643000005755 ], [ -122.154144000285541, 37.895908999918262 ], [ -122.151210000159679, 37.895292000238577 ], [ -122.151517000306328, 37.892964999731014 ], [ -122.154397999830437, 37.891824000116515 ], [ -122.147465000096958, 37.890820000172802 ], [ -122.144399999551524, 37.891092000190731 ], [ -122.141390999980885, 37.891148999725715 ], [ -122.135572999957844, 37.890369000058072 ], [ -122.128475000367942, 37.892026999810241 ], [ -122.126086000040104, 37.892605000248047 ], [ -122.12098100004458, 37.893763999652897 ], [ -122.112151999902778, 37.895206999829163 ], [ -122.110698000258608, 37.895440999893836 ], [ -122.098433999675507, 37.897413999898504 ], [ -122.092858000400128, 37.897630999938983 ], [ -122.092782000232148, 37.897633999873015 ], [ -122.092274000244032, 37.902623999670595 ], [ -122.094105000355029, 37.904031000200071 ], [ -122.095588000311508, 37.904642999744183 ], [ -122.096393000400539, 37.906138000179006 ], [ -122.100457000305468, 37.908362999740469 ], [ -122.10221100042358, 37.908693000329578 ], [ -122.107029000363923, 37.91183300025132 ], [ -122.111637000241942, 37.913978999766016 ], [ -122.113684000263035, 37.913739999842868 ], [ -122.118352000415541, 37.916079999988121 ], [ -122.120560999920016, 37.916544000043523 ], [ -122.121217000046144, 37.916508000156171 ], [ -122.121217999871035, 37.911796000162887 ], [ -122.115875000224179, 37.911224000354252 ], [ -122.116605999795041, 37.907663000227807 ], [ -122.110371999845398, 37.905039999852661 ], [ -122.109514000052926, 37.904066999813764 ], [ -122.102881999720012, 37.906970000337978 ], [ -122.101988999767428, 37.905895999993767 ], [ -122.100494000115376, 37.906329999742098 ], [ -122.098292000283635, 37.902057000210476 ], [ -122.099483000162039, 37.901211999765849 ], [ -122.106569000056368, 37.898371999772905 ], [ -122.108700999567944, 37.90229499965826 ], [ -122.110273999936112, 37.90355900024862 ], [ -122.111520000066093, 37.903438000267634 ], [ -122.11349699976698, 37.905195999693007 ], [ -122.118313000057483, 37.904804000301674 ], [ -122.123182999876363, 37.905144999658887 ], [ -122.123885999858132, 37.90417299971616 ], [ -122.125749999581103, 37.90545499976529 ], [ -122.12684599992329, 37.905355000239481 ], [ -122.125864000282249, 37.903507999788843 ], [ -122.126253000444692, 37.90125700011798 ], [ -122.127311000253698, 37.904181000010212 ], [ -122.130263999747854, 37.905087000216511 ], [ -122.138287999800596, 37.909602999762704 ], [ -122.142818999685772, 37.909669999646113 ], [ -122.144248000113876, 37.911238000058205 ], [ -122.14397699995223, 37.909189999970103 ], [ -122.147116999942426, 37.909949999841885 ], [ -122.146422000356566, 37.911787999988029 ], [ -122.149210999819161, 37.91224400005941 ], [ -122.149492000026541, 37.913656000183664 ], [ -122.149752000317534, 37.915010000011875 ], [ -122.14410300034892, 37.91619499996002 ], [ -122.142694000012284, 37.916987000325122 ], [ -122.147772000243634, 37.917257000127158 ], [ -122.155022999994429, 37.918163000188891 ], [ -122.158008999998827, 37.917668000104399 ], [ -122.15973999965243, 37.917530000187071 ], [ -122.158574999713267, 37.914742999702881 ], [ -122.160549999764328, 37.91434800018633 ], [ -122.161842999749979, 37.914810999847006 ], [ -122.162689999671798, 37.914279000334851 ], [ -122.162005999956619, 37.912621000054266 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013349000", "NAME": "Census Tract 3490", "state": "06", "county_fips": "013", "tract": "349000", "county_name": "Contra Costa County", "tot_pop_2050": 5598, "tot_pop_pov_det_2050": 5548, "tot_pop_civ_ni_2050": 5536, "tot_hh_2050": 2103, "pop_zvhhs_2050": 178, "tot_fam_2050": 1451, "tot_pop_over5_2050": 5430, "pop_hus_rent50_2050": 230, "pop_minority_2050": 1591, "pop_over75_2050": 531, "pop_spfam_2050": 111, "pop_lep_2050": 315, "pop_below200_2050": 1091, "pop_disability_2050": 542, "pct_minority_2050": 0.28420864594498035, "pct_over75_2050": 0.094855305466237938, "pct_spfam_2050": 0.07649896623018608, "pct_lep_2050": 0.058011049723756897, "pct_below200_2050": 0.19664744051910601, "pct_disab_2050": 0.097904624277456637, "pct_zvhhs_2050": 0.08464098906324298, "pct_hus_rent50_2050": 0.10936757013789823, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079172468669185994, "pct_minority_2040": 0.32126516809230199, "pct_spfam_2040": 0.079248366013072002, "pct_lep_2040": 0.042381860563679, "pct_below200_2040": 0.21905144694533801, "pct_disab_2040": 0.073219658976931001, "pct_zvhhs_2040": 0.062832800851970003, "pct_hus_rent50_2040": 0.12134344528710699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.12098100004458, 37.893763999652897 ], [ -122.120277000237891, 37.891810999848182 ], [ -122.118728000159194, 37.892023999647698 ], [ -122.118436999906052, 37.890088999797747 ], [ -122.118006999735755, 37.886354999732049 ], [ -122.118169999942367, 37.885755000103053 ], [ -122.107686000314942, 37.882705999667216 ], [ -122.10066700036775, 37.879740000343133 ], [ -122.095170999661661, 37.87852600018357 ], [ -122.096579000173378, 37.881147999830702 ], [ -122.097431000118064, 37.885001000124468 ], [ -122.097874999633788, 37.885684000337456 ], [ -122.09310400044744, 37.885571000229881 ], [ -122.092619999850427, 37.887052999848372 ], [ -122.090193999712668, 37.887147000122319 ], [ -122.091192000145583, 37.89077100000803 ], [ -122.091156000160552, 37.89194699992445 ], [ -122.089770000288453, 37.891878000334145 ], [ -122.09158600033085, 37.895630999944395 ], [ -122.090017000160685, 37.896601000245674 ], [ -122.092858000400128, 37.897630999938983 ], [ -122.098433999675507, 37.897413999898504 ], [ -122.110698000258608, 37.895440999893836 ], [ -122.112151999902778, 37.895206999829163 ], [ -122.12098100004458, 37.893763999652897 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013350000", "NAME": "Census Tract 3500", "state": "06", "county_fips": "013", "tract": "350000", "county_name": "Contra Costa County", "tot_pop_2050": 6203, "tot_pop_pov_det_2050": 6187, "tot_pop_civ_ni_2050": 6187, "tot_hh_2050": 2579, "pop_zvhhs_2050": 120, "tot_fam_2050": 1625, "tot_pop_over5_2050": 5961, "pop_hus_rent50_2050": 232, "pop_minority_2050": 1767, "pop_over75_2050": 411, "pop_spfam_2050": 178, "pop_lep_2050": 98, "pop_below200_2050": 683, "pop_disability_2050": 402, "pct_minority_2050": 0.28486216346928905, "pct_over75_2050": 0.066258262131226819, "pct_spfam_2050": 0.10953846153846154, "pct_lep_2050": 0.016440194598221776, "pct_below200_2050": 0.11039275901082916, "pct_disab_2050": 0.06497494747050267, "pct_zvhhs_2050": 0.046529662659945716, "pct_hus_rent50_2050": 0.089957347809228386, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056226175349428004, "pct_minority_2040": 0.30368487928843702, "pct_spfam_2040": 0.145, "pct_lep_2040": 0.016487213997308001, "pct_below200_2040": 0.15641924179675101, "pct_disab_2040": 0.055590952532654003, "pct_zvhhs_2040": 0.045770331017573003, "pct_hus_rent50_2040": 0.13574660633484201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.162024000398276, 37.870017000351019 ], [ -122.162453999670262, 37.868993000216591 ], [ -122.158800999669069, 37.870080999753917 ], [ -122.155867000441518, 37.870031999972284 ], [ -122.153365000135778, 37.869967999817675 ], [ -122.15233099971789, 37.869387999915027 ], [ -122.146771000336003, 37.868366000063233 ], [ -122.142847999998082, 37.866439999882544 ], [ -122.140196999729426, 37.865361999915443 ], [ -122.135255999765462, 37.864165999666277 ], [ -122.131704999871516, 37.862421999671319 ], [ -122.12473299977998, 37.860224999930573 ], [ -122.124330000272167, 37.860202000333253 ], [ -122.125040999751548, 37.861662999879769 ], [ -122.124597000235866, 37.863302000344277 ], [ -122.124110000164137, 37.864947000221889 ], [ -122.125205999607985, 37.868174000055383 ], [ -122.123716999803747, 37.871539000299535 ], [ -122.123992999988261, 37.872698999965493 ], [ -122.12403900001901, 37.872803999810166 ], [ -122.127078999551813, 37.874941000221177 ], [ -122.123668000298238, 37.87787700034724 ], [ -122.126356000376859, 37.879910999653212 ], [ -122.125289000346996, 37.880704000307581 ], [ -122.121225000442067, 37.880790000178273 ], [ -122.118956999589741, 37.88285700010011 ], [ -122.118357000438436, 37.884999999738518 ], [ -122.118169999942367, 37.885755000103053 ], [ -122.118006999735755, 37.886354999732049 ], [ -122.118436999906052, 37.890088999797747 ], [ -122.118728000159194, 37.892023999647698 ], [ -122.120277000237891, 37.891810999848182 ], [ -122.12098100004458, 37.893763999652897 ], [ -122.126086000040104, 37.892605000248047 ], [ -122.128475000367942, 37.892026999810241 ], [ -122.135572999957844, 37.890369000058072 ], [ -122.141390999980885, 37.891148999725715 ], [ -122.144399999551524, 37.891092000190731 ], [ -122.147465000096958, 37.890820000172802 ], [ -122.154397999830437, 37.891824000116515 ], [ -122.154111999600175, 37.888909999689822 ], [ -122.156300999911466, 37.886632999994248 ], [ -122.159209999922993, 37.882785999667483 ], [ -122.157162000077008, 37.882458999747222 ], [ -122.158179999703052, 37.881567000047731 ], [ -122.158272999589471, 37.881154000332891 ], [ -122.159018000302368, 37.879452999688205 ], [ -122.159592000412729, 37.875097999842247 ], [ -122.160846999865242, 37.873745000159339 ], [ -122.162024000398276, 37.870017000351019 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013351101", "NAME": "Census Tract 3511.01", "state": "06", "county_fips": "013", "tract": "351101", "county_name": "Contra Costa County", "tot_pop_2050": 2646, "tot_pop_pov_det_2050": 2646, "tot_pop_civ_ni_2050": 2646, "tot_hh_2050": 1954, "pop_zvhhs_2050": 150, "tot_fam_2050": 609, "tot_pop_over5_2050": 2646, "pop_hus_rent50_2050": 0, "pop_minority_2050": 317, "pop_over75_2050": 1466, "pop_spfam_2050": 0, "pop_lep_2050": 27, "pop_below200_2050": 338, "pop_disability_2050": 583, "pct_minority_2050": 0.11980347694633407, "pct_over75_2050": 0.55404383975812543, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.010204081632653059, "pct_below200_2050": 0.12773998488284202, "pct_disab_2050": 0.22033257747543461, "pct_zvhhs_2050": 0.076765609007164795, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.59173754556500602, "pct_minority_2040": 0.14216281895504299, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.025921425678412002, "pct_below200_2040": 0.22357229647630603, "pct_disab_2040": 0.275820170109356, "pct_zvhhs_2040": 0.132795698924731, "pct_hus_rent50_2040": 0.018609742747674001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.079803999796596, 37.865345000165284 ], [ -122.081475000074064, 37.865282000139239 ], [ -122.077986999929308, 37.856750999964191 ], [ -122.077114000068192, 37.854922000317934 ], [ -122.075296000375985, 37.853575999713406 ], [ -122.07118100041744, 37.852022000009875 ], [ -122.06165900033956, 37.845865999687675 ], [ -122.0615689999279, 37.84298299994996 ], [ -122.052357000369753, 37.842497000292354 ], [ -122.052698999778201, 37.852955000283274 ], [ -122.055069999664369, 37.852902000013124 ], [ -122.056278999984457, 37.852674999656216 ], [ -122.057274000044274, 37.853545000048655 ], [ -122.063307999977397, 37.854573000284709 ], [ -122.065168000400718, 37.857092999935766 ], [ -122.067626000325532, 37.85826599986634 ], [ -122.070054000113117, 37.860988999651525 ], [ -122.071014000012852, 37.862652999721519 ], [ -122.071414999870854, 37.863283000175592 ], [ -122.076999000440466, 37.860538999851684 ], [ -122.07865200027625, 37.860837999782284 ], [ -122.078663000146904, 37.863087999766222 ], [ -122.079803999796596, 37.865345000165284 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013351102", "NAME": "Census Tract 3511.02", "state": "06", "county_fips": "013", "tract": "351102", "county_name": "Contra Costa County", "tot_pop_2050": 3664, "tot_pop_pov_det_2050": 3595, "tot_pop_civ_ni_2050": 3595, "tot_hh_2050": 2694, "pop_zvhhs_2050": 406, "tot_fam_2050": 767, "tot_pop_over5_2050": 3664, "pop_hus_rent50_2050": 98, "pop_minority_2050": 528, "pop_over75_2050": 2088, "pop_spfam_2050": 0, "pop_lep_2050": 33, "pop_below200_2050": 747, "pop_disability_2050": 1229, "pct_minority_2050": 0.14410480349344978, "pct_over75_2050": 0.56986899563318782, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0090065502183406133, "pct_below200_2050": 0.20778859527120999, "pct_disab_2050": 0.34186369958275381, "pct_zvhhs_2050": 0.15070527097253156, "pct_hus_rent50_2050": 0.036377134372680031, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.50631521142229496, "pct_minority_2040": 0.21773750686435997, "pct_spfam_2040": 0.013808975834291999, "pct_lep_2040": 0.024039789997237004, "pct_below200_2040": 0.180129468055165, "pct_disab_2040": 0.269912749788911, "pct_zvhhs_2040": 0.15538461538461498, "pct_hus_rent50_2040": 0.066272189349111998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.08970099979318, 37.88131900012592 ], [ -122.089330999897314, 37.875269000001872 ], [ -122.088986000115824, 37.875238000242923 ], [ -122.084127999992518, 37.869906999962069 ], [ -122.082685000219044, 37.868096000308199 ], [ -122.081475000074064, 37.865282000139239 ], [ -122.079803999796596, 37.865345000165284 ], [ -122.078663000146904, 37.863087999766222 ], [ -122.07865200027625, 37.860837999782284 ], [ -122.076999000440466, 37.860538999851684 ], [ -122.071414999870854, 37.863283000175592 ], [ -122.072604999924337, 37.865790999946199 ], [ -122.074260000308271, 37.867309000294163 ], [ -122.075515999585704, 37.871053000250605 ], [ -122.073339999693175, 37.871350000346297 ], [ -122.074246999889482, 37.873480999970027 ], [ -122.07162300028331, 37.876680999736735 ], [ -122.074194000186026, 37.877999000282003 ], [ -122.076406000063528, 37.881484999983016 ], [ -122.07627399981908, 37.880633999662635 ], [ -122.078961000072752, 37.880635000107844 ], [ -122.080575000448761, 37.881055999868295 ], [ -122.084486000192811, 37.881595000100809 ], [ -122.088069999698703, 37.881778999982124 ], [ -122.08970099979318, 37.88131900012592 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013351103", "NAME": "Census Tract 3511.03", "state": "06", "county_fips": "013", "tract": "351103", "county_name": "Contra Costa County", "tot_pop_2050": 1924, "tot_pop_pov_det_2050": 1915, "tot_pop_civ_ni_2050": 1915, "tot_hh_2050": 1312, "pop_zvhhs_2050": 49, "tot_fam_2050": 494, "tot_pop_over5_2050": 1924, "pop_hus_rent50_2050": 8, "pop_minority_2050": 186, "pop_over75_2050": 1221, "pop_spfam_2050": 0, "pop_lep_2050": 29, "pop_below200_2050": 337, "pop_disability_2050": 606, "pct_minority_2050": 0.096673596673596679, "pct_over75_2050": 0.63461538461538458, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.015072765072765075, "pct_below200_2050": 0.17597911227154048, "pct_disab_2050": 0.31644908616187989, "pct_zvhhs_2050": 0.037347560975609762, "pct_hus_rent50_2050": 0.0060975609756097563, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.59400406504064995, "pct_minority_2040": 0.23932926829268303, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.012703252032520001, "pct_below200_2040": 0.15902140672782902, "pct_disab_2040": 0.40265035677879707, "pct_zvhhs_2040": 0.039657853810263995, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.075515999585704, 37.871053000250605 ], [ -122.074260000308271, 37.867309000294163 ], [ -122.072604999924337, 37.865790999946199 ], [ -122.071414999870854, 37.863283000175592 ], [ -122.071014000012852, 37.862652999721519 ], [ -122.070054000113117, 37.860988999651525 ], [ -122.067626000325532, 37.85826599986634 ], [ -122.065168000400718, 37.857092999935766 ], [ -122.063307999977397, 37.854573000284709 ], [ -122.057274000044274, 37.853545000048655 ], [ -122.056278999984457, 37.852674999656216 ], [ -122.055069999664369, 37.852902000013124 ], [ -122.052698999778201, 37.852955000283274 ], [ -122.053009000297934, 37.859144999777975 ], [ -122.053220000185107, 37.863344999812135 ], [ -122.054077999977594, 37.86426299994843 ], [ -122.057734000351829, 37.864189000154141 ], [ -122.058808000054384, 37.864900999712098 ], [ -122.05895299981934, 37.871586999929058 ], [ -122.066710999733331, 37.873989000041036 ], [ -122.066668000075609, 37.87559699974026 ], [ -122.068002999894077, 37.87610100021044 ], [ -122.07162300028331, 37.876680999736735 ], [ -122.074246999889482, 37.873480999970027 ], [ -122.073339999693175, 37.871350000346297 ], [ -122.075515999585704, 37.871053000250605 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013351200", "NAME": "Census Tract 3512", "state": "06", "county_fips": "013", "tract": "351200", "county_name": "Contra Costa County", "tot_pop_2050": 6191, "tot_pop_pov_det_2050": 6147, "tot_pop_civ_ni_2050": 6174, "tot_hh_2050": 2103, "pop_zvhhs_2050": 38, "tot_fam_2050": 1842, "tot_pop_over5_2050": 5831, "pop_hus_rent50_2050": 12, "pop_minority_2050": 1556, "pop_over75_2050": 362, "pop_spfam_2050": 138, "pop_lep_2050": 30, "pop_below200_2050": 261, "pop_disability_2050": 250, "pct_minority_2050": 0.25133257955096105, "pct_over75_2050": 0.058471975448231302, "pct_spfam_2050": 0.074918566775244305, "pct_lep_2050": 0.0051449151089007043, "pct_below200_2050": 0.0424597364568082, "pct_disab_2050": 0.040492387431162936, "pct_zvhhs_2050": 0.018069424631478842, "pct_hus_rent50_2050": 0.0057061340941512136, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077998274374460996, "pct_minority_2040": 0.207592752372735, "pct_spfam_2040": 0.065315315315315009, "pct_lep_2040": 0.0038624241309549996, "pct_below200_2040": 0.059840885506744997, "pct_disab_2040": 0.044967139398132003, "pct_zvhhs_2040": 0.025186567164179004, "pct_hus_rent50_2040": 0.014560826679191998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.127078999551813, 37.874941000221177 ], [ -122.12403900001901, 37.872803999810166 ], [ -122.123992999988261, 37.872698999965493 ], [ -122.123716999803747, 37.871539000299535 ], [ -122.125205999607985, 37.868174000055383 ], [ -122.124110000164137, 37.864947000221889 ], [ -122.124597000235866, 37.863302000344277 ], [ -122.107737000368587, 37.855508000346155 ], [ -122.104317999820807, 37.855475999997623 ], [ -122.103355000446342, 37.855716999864669 ], [ -122.101637000313218, 37.85638200019374 ], [ -122.092874000293662, 37.855024999792498 ], [ -122.086956999638119, 37.854845000107161 ], [ -122.084071000091114, 37.855574999811765 ], [ -122.079963999630181, 37.855816000064436 ], [ -122.079975000399131, 37.856757999676688 ], [ -122.077986999929308, 37.856750999964191 ], [ -122.081475000074064, 37.865282000139239 ], [ -122.083702000020168, 37.865137000234931 ], [ -122.08431200011556, 37.866948000278896 ], [ -122.086939000094745, 37.867958000334937 ], [ -122.089018999727799, 37.869913999843426 ], [ -122.091543999599764, 37.870179999806631 ], [ -122.094243000447307, 37.874646000055179 ], [ -122.095170999661661, 37.87852600018357 ], [ -122.10066700036775, 37.879740000343133 ], [ -122.107686000314942, 37.882705999667216 ], [ -122.118169999942367, 37.885755000103053 ], [ -122.118357000438436, 37.884999999738518 ], [ -122.118956999589741, 37.88285700010011 ], [ -122.121225000442067, 37.880790000178273 ], [ -122.125289000346996, 37.880704000307581 ], [ -122.126356000376859, 37.879910999653212 ], [ -122.123668000298238, 37.87787700034724 ], [ -122.127078999551813, 37.874941000221177 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013352101", "NAME": "Census Tract 3521.01", "state": "06", "county_fips": "013", "tract": "352101", "county_name": "Contra Costa County", "tot_pop_2050": 3338, "tot_pop_pov_det_2050": 2207, "tot_pop_civ_ni_2050": 3338, "tot_hh_2050": 830, "pop_zvhhs_2050": 6, "tot_fam_2050": 675, "tot_pop_over5_2050": 3280, "pop_hus_rent50_2050": 6, "pop_minority_2050": 1181, "pop_over75_2050": 278, "pop_spfam_2050": 25, "pop_lep_2050": 71, "pop_below200_2050": 166, "pop_disability_2050": 357, "pct_minority_2050": 0.35380467345715999, "pct_over75_2050": 0.083283403235470344, "pct_spfam_2050": 0.037037037037037035, "pct_lep_2050": 0.021646341463414636, "pct_below200_2050": 0.075215224286361571, "pct_disab_2050": 0.10695026962252846, "pct_zvhhs_2050": 0.0072289156626506035, "pct_hus_rent50_2050": 0.0072289156626506035, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054204512159390997, "pct_minority_2040": 0.30881922062701395, "pct_spfam_2040": 0.050295857988165993, "pct_lep_2040": 0.0063617085731600001, "pct_below200_2040": 0.083643122676580001, "pct_disab_2040": 0.060943451508936, "pct_zvhhs_2040": 0.0060168471720820002, "pct_hus_rent50_2040": 0.038507821901323992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.127276000093616, 37.842333999911929 ], [ -122.126163999857894, 37.838470999987521 ], [ -122.124951000238184, 37.839785000299329 ], [ -122.122248000090977, 37.841465999722431 ], [ -122.119616000088897, 37.842291000247627 ], [ -122.114536000207735, 37.842768999972833 ], [ -122.113955000424696, 37.837895999988795 ], [ -122.109279999701172, 37.838172999753169 ], [ -122.105938000044603, 37.842946000021506 ], [ -122.103763999801927, 37.843530999937855 ], [ -122.102058000262701, 37.843135999993891 ], [ -122.099254999658072, 37.841268999940766 ], [ -122.097893999900364, 37.838430999707057 ], [ -122.09677800036502, 37.83686499966479 ], [ -122.09397200028566, 37.83527299980787 ], [ -122.092448000321312, 37.835175000048046 ], [ -122.088182999676633, 37.832720000123231 ], [ -122.087261000310036, 37.831397999859973 ], [ -122.074744999831864, 37.830090999976839 ], [ -122.070776000361462, 37.828766000245992 ], [ -122.070669000231348, 37.835558999781682 ], [ -122.063569999918201, 37.835625000000192 ], [ -122.061419000140077, 37.835609000124592 ], [ -122.06163199967709, 37.840311999657992 ], [ -122.0615689999279, 37.84298299994996 ], [ -122.06165900033956, 37.845865999687675 ], [ -122.07118100041744, 37.852022000009875 ], [ -122.075296000375985, 37.853575999713406 ], [ -122.077114000068192, 37.854922000317934 ], [ -122.077986999929308, 37.856750999964191 ], [ -122.079975000399131, 37.856757999676688 ], [ -122.079963999630181, 37.855816000064436 ], [ -122.084071000091114, 37.855574999811765 ], [ -122.086956999638119, 37.854845000107161 ], [ -122.092874000293662, 37.855024999792498 ], [ -122.101637000313218, 37.85638200019374 ], [ -122.103355000446342, 37.855716999864669 ], [ -122.104317999820807, 37.855475999997623 ], [ -122.107737000368587, 37.855508000346155 ], [ -122.124597000235866, 37.863302000344277 ], [ -122.125040999751548, 37.861662999879769 ], [ -122.124330000272167, 37.860202000333253 ], [ -122.123984999592366, 37.859679999956647 ], [ -122.125128999615086, 37.853172000108799 ], [ -122.125203000133254, 37.851309000033503 ], [ -122.126107999781397, 37.846675999823063 ], [ -122.127276000093616, 37.842333999911929 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013352102", "NAME": "Census Tract 3521.02", "state": "06", "county_fips": "013", "tract": "352102", "county_name": "Contra Costa County", "tot_pop_2050": 5873, "tot_pop_pov_det_2050": 5204, "tot_pop_civ_ni_2050": 5873, "tot_hh_2050": 1901, "pop_zvhhs_2050": 33, "tot_fam_2050": 1609, "tot_pop_over5_2050": 5716, "pop_hus_rent50_2050": 11, "pop_minority_2050": 1707, "pop_over75_2050": 459, "pop_spfam_2050": 108, "pop_lep_2050": 129, "pop_below200_2050": 387, "pop_disability_2050": 420, "pct_minority_2050": 0.29065213689766728, "pct_over75_2050": 0.078154265281798058, "pct_spfam_2050": 0.067122436295835919, "pct_lep_2050": 0.022568229531140658, "pct_below200_2050": 0.074365872405841679, "pct_disab_2050": 0.071513706793802145, "pct_zvhhs_2050": 0.017359284587059442, "pct_hus_rent50_2050": 0.0057864281956864815, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056567759847302002, "pct_minority_2040": 0.24535832031927801, "pct_spfam_2040": 0.045454545454545005, "pct_lep_2040": 0.015898825654923, "pct_below200_2040": 0.018216682646213001, "pct_disab_2040": 0.069581815026896005, "pct_zvhhs_2040": 0.0053763440860220002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.143966999906468, 37.821879999876487 ], [ -122.146485999930675, 37.818422000195099 ], [ -122.142153000412222, 37.810791999722603 ], [ -122.140111000414024, 37.808708000095592 ], [ -122.138401999603417, 37.804329999904844 ], [ -122.132765000228673, 37.804012000310365 ], [ -122.113812000309551, 37.8027290001043 ], [ -122.106302000092683, 37.802193999909285 ], [ -122.064302000212308, 37.79939599968079 ], [ -122.061681000080881, 37.799220000348107 ], [ -122.063044000386768, 37.800309000269088 ], [ -122.064229000417384, 37.801596000318654 ], [ -122.06451300009951, 37.802846999864506 ], [ -122.066006000101723, 37.803747000193816 ], [ -122.067618999754529, 37.806309000300878 ], [ -122.069880999860771, 37.80644699996477 ], [ -122.06906900009902, 37.808039999987713 ], [ -122.070687999599613, 37.80957800027042 ], [ -122.073619000250758, 37.811333999850696 ], [ -122.074131000436836, 37.813394999876024 ], [ -122.071120000318075, 37.814513000049715 ], [ -122.06966900014865, 37.814171999836717 ], [ -122.068744000409026, 37.816471999984721 ], [ -122.069768999707762, 37.817409000295569 ], [ -122.069943999609933, 37.819483999735475 ], [ -122.067680999678799, 37.818659000334449 ], [ -122.069115000129798, 37.82084400007944 ], [ -122.065313999990593, 37.821048999862427 ], [ -122.061445000079331, 37.821142000057435 ], [ -122.061520000422391, 37.828771000316472 ], [ -122.070776000361462, 37.828766000245992 ], [ -122.074744999831864, 37.830090999976839 ], [ -122.087261000310036, 37.831397999859973 ], [ -122.088182999676633, 37.832720000123231 ], [ -122.092448000321312, 37.835175000048046 ], [ -122.09397200028566, 37.83527299980787 ], [ -122.09677800036502, 37.83686499966479 ], [ -122.097893999900364, 37.838430999707057 ], [ -122.099254999658072, 37.841268999940766 ], [ -122.102058000262701, 37.843135999993891 ], [ -122.103763999801927, 37.843530999937855 ], [ -122.105938000044603, 37.842946000021506 ], [ -122.109279999701172, 37.838172999753169 ], [ -122.113955000424696, 37.837895999988795 ], [ -122.114536000207735, 37.842768999972833 ], [ -122.119616000088897, 37.842291000247627 ], [ -122.122248000090977, 37.841465999722431 ], [ -122.124951000238184, 37.839785000299329 ], [ -122.126163999857894, 37.838470999987521 ], [ -122.125665999915526, 37.836506000207493 ], [ -122.127503999699229, 37.834027000261088 ], [ -122.129835000300744, 37.83191800030707 ], [ -122.130099999716322, 37.831313000222956 ], [ -122.131533000342372, 37.827642000352625 ], [ -122.132265999563074, 37.825675999736383 ], [ -122.13221700005758, 37.823673000300417 ], [ -122.134927999702384, 37.821862000210984 ], [ -122.138528000000122, 37.822882000113637 ], [ -122.139118000004004, 37.823063000277358 ], [ -122.139729999749207, 37.823126999997697 ], [ -122.140142000376159, 37.82309499978966 ], [ -122.142189000397224, 37.822755999816067 ], [ -122.142940999884516, 37.82252099968872 ], [ -122.143593999637559, 37.822216999978096 ], [ -122.143966999906468, 37.821879999876487 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013352201", "NAME": "Census Tract 3522.01", "state": "06", "county_fips": "013", "tract": "352201", "county_name": "Contra Costa County", "tot_pop_2050": 6487, "tot_pop_pov_det_2050": 6451, "tot_pop_civ_ni_2050": 6451, "tot_hh_2050": 2444, "pop_zvhhs_2050": 56, "tot_fam_2050": 1508, "tot_pop_over5_2050": 6271, "pop_hus_rent50_2050": 238, "pop_minority_2050": 2245, "pop_over75_2050": 536, "pop_spfam_2050": 101, "pop_lep_2050": 182, "pop_below200_2050": 835, "pop_disability_2050": 360, "pct_minority_2050": 0.34607676892246031, "pct_over75_2050": 0.082626792045629727, "pct_spfam_2050": 0.066976127320954912, "pct_lep_2050": 0.029022484452240475, "pct_below200_2050": 0.1294372965431716, "pct_disab_2050": 0.055805301503642851, "pct_zvhhs_2050": 0.022913256955810143, "pct_hus_rent50_2050": 0.097381342062193121, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078475336322869987, "pct_minority_2040": 0.29475681269403198, "pct_spfam_2040": 0.061211340206186002, "pct_lep_2040": 0.011123267687818999, "pct_below200_2040": 0.11145833333333301, "pct_disab_2040": 0.047916666666666996, "pct_zvhhs_2040": 0.0026246719160100004, "pct_hus_rent50_2040": 0.087051618547680995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.155867000441518, 37.870031999972284 ], [ -122.15634699994223, 37.869142999794889 ], [ -122.153202999754058, 37.864121000047668 ], [ -122.15363700012233, 37.859723000119239 ], [ -122.155289999958129, 37.856478000017681 ], [ -122.151841000171402, 37.853057999668856 ], [ -122.152571999742293, 37.848099999845076 ], [ -122.151092000158869, 37.846010999905907 ], [ -122.143524000215692, 37.841864000175178 ], [ -122.14260600014876, 37.841367999677132 ], [ -122.134093000374421, 37.836813999842391 ], [ -122.127503999699229, 37.834027000261088 ], [ -122.125665999915526, 37.836506000207493 ], [ -122.126163999857894, 37.838470999987521 ], [ -122.127276000093616, 37.842333999911929 ], [ -122.126107999781397, 37.846675999823063 ], [ -122.125203000133254, 37.851309000033503 ], [ -122.125128999615086, 37.853172000108799 ], [ -122.123984999592366, 37.859679999956647 ], [ -122.124330000272167, 37.860202000333253 ], [ -122.12473299977998, 37.860224999930573 ], [ -122.131704999871516, 37.862421999671319 ], [ -122.135255999765462, 37.864165999666277 ], [ -122.140196999729426, 37.865361999915443 ], [ -122.142847999998082, 37.866439999882544 ], [ -122.146771000336003, 37.868366000063233 ], [ -122.15233099971789, 37.869387999915027 ], [ -122.153365000135778, 37.869967999817675 ], [ -122.155867000441518, 37.870031999972284 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013352202", "NAME": "Census Tract 3522.02", "state": "06", "county_fips": "013", "tract": "352202", "county_name": "Contra Costa County", "tot_pop_2050": 2837, "tot_pop_pov_det_2050": 2777, "tot_pop_civ_ni_2050": 2777, "tot_hh_2050": 1108, "pop_zvhhs_2050": 22, "tot_fam_2050": 795, "tot_pop_over5_2050": 2780, "pop_hus_rent50_2050": 32, "pop_minority_2050": 765, "pop_over75_2050": 440, "pop_spfam_2050": 64, "pop_lep_2050": 11, "pop_below200_2050": 199, "pop_disability_2050": 224, "pct_minority_2050": 0.26965103983080718, "pct_over75_2050": 0.15509340853013748, "pct_spfam_2050": 0.080503144654088046, "pct_lep_2050": 0.0039568345323741008, "pct_below200_2050": 0.071660064818149086, "pct_disab_2050": 0.0806625855239467, "pct_zvhhs_2050": 0.019855595667870041, "pct_hus_rent50_2050": 0.028880866425992781, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.18417945690673002, "pct_minority_2040": 0.27902400629673402, "pct_spfam_2040": 0.134210526315789, "pct_lep_2040": 0.021686746987951998, "pct_below200_2040": 0.093635995135793015, "pct_disab_2040": 0.088771787596270996, "pct_zvhhs_2040": 0.015609756097561, "pct_hus_rent50_2040": 0.065015479876160992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.188876999623261, 37.837626000003709 ], [ -122.185277000223834, 37.837026000124631 ], [ -122.184442999822522, 37.834923000067747 ], [ -122.184179000231836, 37.833921999804218 ], [ -122.185647000119687, 37.831725999728263 ], [ -122.18707700037271, 37.829525999975807 ], [ -122.186725000020203, 37.826877000177646 ], [ -122.185877000273464, 37.825525999697774 ], [ -122.186677000339657, 37.823525999852109 ], [ -122.185976999832604, 37.820725999984177 ], [ -122.181476999909563, 37.819526000064741 ], [ -122.177873000312189, 37.816323000299469 ], [ -122.17697699998655, 37.816227000009633 ], [ -122.172774999989372, 37.815825999917863 ], [ -122.16687300030074, 37.813424000216934 ], [ -122.157392000230786, 37.817951999979478 ], [ -122.152950000034082, 37.815034000170115 ], [ -122.148808000311334, 37.813759999958982 ], [ -122.145946000155504, 37.810723000079435 ], [ -122.144268000205358, 37.807693000302883 ], [ -122.140260000376927, 37.804562000276228 ], [ -122.138401999603417, 37.804329999904844 ], [ -122.140111000414024, 37.808708000095592 ], [ -122.142153000412222, 37.810791999722603 ], [ -122.146485999930675, 37.818422000195099 ], [ -122.143966999906468, 37.821879999876487 ], [ -122.143593999637559, 37.822216999978096 ], [ -122.142940999884516, 37.82252099968872 ], [ -122.142189000397224, 37.822755999816067 ], [ -122.140142000376159, 37.82309499978966 ], [ -122.139729999749207, 37.823126999997697 ], [ -122.139118000004004, 37.823063000277358 ], [ -122.138528000000122, 37.822882000113637 ], [ -122.134927999702384, 37.821862000210984 ], [ -122.13221700005758, 37.823673000300417 ], [ -122.132265999563074, 37.825675999736383 ], [ -122.131533000342372, 37.827642000352625 ], [ -122.130099999716322, 37.831313000222956 ], [ -122.129835000300744, 37.83191800030707 ], [ -122.127503999699229, 37.834027000261088 ], [ -122.134093000374421, 37.836813999842391 ], [ -122.14260600014876, 37.841367999677132 ], [ -122.143524000215692, 37.841864000175178 ], [ -122.151092000158869, 37.846010999905907 ], [ -122.152571999742293, 37.848099999845076 ], [ -122.153509000075815, 37.846961000079808 ], [ -122.154232999973999, 37.846407999749012 ], [ -122.155332999615808, 37.844816000142387 ], [ -122.158162000159706, 37.846256999805071 ], [ -122.160211999655516, 37.845366999922881 ], [ -122.162573000394261, 37.845778999987317 ], [ -122.165485999705425, 37.844504999900877 ], [ -122.168070000026958, 37.843741999831281 ], [ -122.172277000047004, 37.845057000095885 ], [ -122.181285000288952, 37.839716000091066 ], [ -122.183758000282367, 37.840070000228891 ], [ -122.188876999623261, 37.837626000003709 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013353001", "NAME": "Census Tract 3530.01", "state": "06", "county_fips": "013", "tract": "353001", "county_name": "Contra Costa County", "tot_pop_2050": 3880, "tot_pop_pov_det_2050": 3880, "tot_pop_civ_ni_2050": 3880, "tot_hh_2050": 1352, "pop_zvhhs_2050": 20, "tot_fam_2050": 1152, "tot_pop_over5_2050": 3658, "pop_hus_rent50_2050": 9, "pop_minority_2050": 1197, "pop_over75_2050": 222, "pop_spfam_2050": 54, "pop_lep_2050": 98, "pop_below200_2050": 256, "pop_disability_2050": 381, "pct_minority_2050": 0.30850515463917533, "pct_over75_2050": 0.057216494845360823, "pct_spfam_2050": 0.046875, "pct_lep_2050": 0.026790595954073262, "pct_below200_2050": 0.065979381443298971, "pct_disab_2050": 0.098195876288659806, "pct_zvhhs_2050": 0.014792899408284025, "pct_hus_rent50_2050": 0.0066568047337278108, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071658615136875992, "pct_minority_2040": 0.235373054213634, "pct_spfam_2040": 0.011090573012939, "pct_lep_2040": 0.0, "pct_below200_2040": 0.026570048309179001, "pct_disab_2040": 0.095813204508856997, "pct_zvhhs_2040": 0.017254313578395002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.213195999653792, 37.857601000220555 ], [ -122.212379999694107, 37.85723399984785 ], [ -122.210977999928502, 37.854526000302357 ], [ -122.208485999668511, 37.851689999791375 ], [ -122.204093999700504, 37.851386999814686 ], [ -122.200678000424119, 37.847589000215031 ], [ -122.195273999779545, 37.843586999857493 ], [ -122.195287000198334, 37.84281699989576 ], [ -122.196100999609897, 37.842005000126917 ], [ -122.191778000137177, 37.839826000135446 ], [ -122.18892500020219, 37.837649999868987 ], [ -122.188876999623261, 37.837626000003709 ], [ -122.183758000282367, 37.840070000228891 ], [ -122.181285000288952, 37.839716000091066 ], [ -122.172277000047004, 37.845057000095885 ], [ -122.168070000026958, 37.843741999831281 ], [ -122.165485999705425, 37.844504999900877 ], [ -122.162573000394261, 37.845778999987317 ], [ -122.160211999655516, 37.845366999922881 ], [ -122.158162000159706, 37.846256999805071 ], [ -122.155332999615808, 37.844816000142387 ], [ -122.154232999973999, 37.846407999749012 ], [ -122.153509000075815, 37.846961000079808 ], [ -122.152571999742293, 37.848099999845076 ], [ -122.151841000171402, 37.853057999668856 ], [ -122.155289999958129, 37.856478000017681 ], [ -122.15363700012233, 37.859723000119239 ], [ -122.153202999754058, 37.864121000047668 ], [ -122.15634699994223, 37.869142999794889 ], [ -122.155867000441518, 37.870031999972284 ], [ -122.158800999669069, 37.870080999753917 ], [ -122.162453999670262, 37.868993000216591 ], [ -122.164196999917721, 37.867589999852001 ], [ -122.168440999747716, 37.862208000084074 ], [ -122.173432999765325, 37.864466999686542 ], [ -122.175657000236697, 37.866347999989067 ], [ -122.176190000339176, 37.86717100026533 ], [ -122.17753199983035, 37.871620000232333 ], [ -122.179954999595054, 37.87753200035047 ], [ -122.182672999810862, 37.8793330002514 ], [ -122.183395000059207, 37.878397999686371 ], [ -122.186641000354626, 37.87477700013774 ], [ -122.194662000034342, 37.868637000146293 ], [ -122.196246000273163, 37.867728999716618 ], [ -122.197347999564769, 37.867388000081277 ], [ -122.203271999893047, 37.866960999972243 ], [ -122.207459999646531, 37.865627000060712 ], [ -122.208284999827043, 37.864647999940914 ], [ -122.209205000442111, 37.861141999922125 ], [ -122.213195999653792, 37.857601000220555 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013353002", "NAME": "Census Tract 3530.02", "state": "06", "county_fips": "013", "tract": "353002", "county_name": "Contra Costa County", "tot_pop_2050": 4353, "tot_pop_pov_det_2050": 4340, "tot_pop_civ_ni_2050": 4340, "tot_hh_2050": 1550, "pop_zvhhs_2050": 98, "tot_fam_2050": 1252, "tot_pop_over5_2050": 4090, "pop_hus_rent50_2050": 23, "pop_minority_2050": 999, "pop_over75_2050": 349, "pop_spfam_2050": 47, "pop_lep_2050": 53, "pop_below200_2050": 164, "pop_disability_2050": 349, "pct_minority_2050": 0.22949689869055825, "pct_over75_2050": 0.08017459223524008, "pct_spfam_2050": 0.037539936102236417, "pct_lep_2050": 0.01295843520782396, "pct_below200_2050": 0.037788018433179721, "pct_disab_2050": 0.080414746543778795, "pct_zvhhs_2050": 0.063225806451612909, "pct_hus_rent50_2050": 0.014838709677419357, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.101065088757396, "pct_minority_2040": 0.271242603550296, "pct_spfam_2040": 0.02827763496144, "pct_lep_2040": 0.019303083479569001, "pct_below200_2040": 0.052669039145907995, "pct_disab_2040": 0.065005931198101996, "pct_zvhhs_2040": 0.034228187919462999, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.182124999639768, 37.8800510001238 ], [ -122.182672999810862, 37.8793330002514 ], [ -122.179954999595054, 37.87753200035047 ], [ -122.17753199983035, 37.871620000232333 ], [ -122.176190000339176, 37.86717100026533 ], [ -122.175657000236697, 37.866347999989067 ], [ -122.173432999765325, 37.864466999686542 ], [ -122.168440999747716, 37.862208000084074 ], [ -122.164196999917721, 37.867589999852001 ], [ -122.162453999670262, 37.868993000216591 ], [ -122.162024000398276, 37.870017000351019 ], [ -122.160846999865242, 37.873745000159339 ], [ -122.159592000412729, 37.875097999842247 ], [ -122.159018000302368, 37.879452999688205 ], [ -122.158272999589471, 37.881154000332891 ], [ -122.158179999703052, 37.881567000047731 ], [ -122.157162000077008, 37.882458999747222 ], [ -122.159209999922993, 37.882785999667483 ], [ -122.156300999911466, 37.886632999994248 ], [ -122.154111999600175, 37.888909999689822 ], [ -122.154397999830437, 37.891824000116515 ], [ -122.161327000264251, 37.892766999772448 ], [ -122.165056000433452, 37.892710000072341 ], [ -122.168111000034827, 37.892252000307899 ], [ -122.171077999772677, 37.891413999981623 ], [ -122.174149999990789, 37.889987000025691 ], [ -122.175935999895955, 37.888674000171328 ], [ -122.177402000133981, 37.887131999732155 ], [ -122.182124999639768, 37.8800510001238 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013354001", "NAME": "Census Tract 3540.01", "state": "06", "county_fips": "013", "tract": "354001", "county_name": "Contra Costa County", "tot_pop_2050": 2121, "tot_pop_pov_det_2050": 2121, "tot_pop_civ_ni_2050": 2121, "tot_hh_2050": 751, "pop_zvhhs_2050": 0, "tot_fam_2050": 604, "tot_pop_over5_2050": 2028, "pop_hus_rent50_2050": 29, "pop_minority_2050": 608, "pop_over75_2050": 168, "pop_spfam_2050": 40, "pop_lep_2050": 29, "pop_below200_2050": 164, "pop_disability_2050": 168, "pct_minority_2050": 0.28665723715228664, "pct_over75_2050": 0.079207920792079209, "pct_spfam_2050": 0.066225165562913912, "pct_lep_2050": 0.014299802761341225, "pct_below200_2050": 0.077322017916077332, "pct_disab_2050": 0.079207920792079209, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.038615179760319571, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045693277310923999, "pct_minority_2040": 0.16386554621848701, "pct_spfam_2040": 0.073800738007380004, "pct_lep_2040": 0.002189381499726, "pct_below200_2040": 0.030987394957983, "pct_disab_2040": 0.065651260504202003, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.250298999951113, 37.900614999814806 ], [ -122.249708000122325, 37.899719999761842 ], [ -122.248240000234489, 37.899730999679697 ], [ -122.24622800037352, 37.8971120002997 ], [ -122.244229999857936, 37.896638999696165 ], [ -122.242351999891241, 37.894049000011897 ], [ -122.242386000226432, 37.89293300005302 ], [ -122.24442999987447, 37.892291999741502 ], [ -122.245707999791506, 37.893053000014291 ], [ -122.248976999653138, 37.891221999787078 ], [ -122.249779000267438, 37.889625000222345 ], [ -122.248988000422116, 37.88711700004793 ], [ -122.246919999586339, 37.885438000150899 ], [ -122.241971000124735, 37.881927000323714 ], [ -122.238678999798552, 37.883325000000966 ], [ -122.230978999610912, 37.881324999905203 ], [ -122.223877999647939, 37.878326000150913 ], [ -122.221376000240497, 37.875324999922242 ], [ -122.217375999909677, 37.871724000339469 ], [ -122.216276000267868, 37.868821999672413 ], [ -122.21918100008142, 37.867226000040553 ], [ -122.221488000393506, 37.865025999704535 ], [ -122.220388999678264, 37.86442700003272 ], [ -122.214736000409985, 37.859509999810378 ], [ -122.213195999653792, 37.857601000220555 ], [ -122.209205000442111, 37.861141999922125 ], [ -122.208284999827043, 37.864647999940914 ], [ -122.207459999646531, 37.865627000060712 ], [ -122.203271999893047, 37.866960999972243 ], [ -122.197347999564769, 37.867388000081277 ], [ -122.196246000273163, 37.867728999716618 ], [ -122.194662000034342, 37.868637000146293 ], [ -122.186641000354626, 37.87477700013774 ], [ -122.183395000059207, 37.878397999686371 ], [ -122.191374999731053, 37.882991000290737 ], [ -122.192510000431284, 37.884200999711794 ], [ -122.193600999852293, 37.886221999651099 ], [ -122.194195999879014, 37.88805199981109 ], [ -122.194658999661314, 37.888560999689453 ], [ -122.201249000161425, 37.891810000263689 ], [ -122.203237999557857, 37.892192000053363 ], [ -122.205332000332902, 37.893715000029722 ], [ -122.206882000236547, 37.896109999928754 ], [ -122.209485999751209, 37.898819999885283 ], [ -122.210494000229843, 37.899515999828139 ], [ -122.215507999988759, 37.899826000254727 ], [ -122.21590100034912, 37.900272999844681 ], [ -122.219485999679947, 37.897887999985926 ], [ -122.220280999723258, 37.899310999846364 ], [ -122.222787000226944, 37.898357000251998 ], [ -122.222581000362609, 37.898133000190889 ], [ -122.222923999595977, 37.898253000181853 ], [ -122.227186999692535, 37.899757000252166 ], [ -122.229943000441494, 37.898219000263339 ], [ -122.235671999877752, 37.899329999937834 ], [ -122.238846000203139, 37.900856999646059 ], [ -122.242162999745361, 37.903747000345753 ], [ -122.242791000282381, 37.90479399984148 ], [ -122.244720000302678, 37.904717000008944 ], [ -122.250298999951113, 37.900614999814806 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013354002", "NAME": "Census Tract 3540.02", "state": "06", "county_fips": "013", "tract": "354002", "county_name": "Contra Costa County", "tot_pop_2050": 7110, "tot_pop_pov_det_2050": 7050, "tot_pop_civ_ni_2050": 7065, "tot_hh_2050": 2752, "pop_zvhhs_2050": 159, "tot_fam_2050": 2147, "tot_pop_over5_2050": 6798, "pop_hus_rent50_2050": 12, "pop_minority_2050": 1921, "pop_over75_2050": 823, "pop_spfam_2050": 28, "pop_lep_2050": 69, "pop_below200_2050": 223, "pop_disability_2050": 579, "pct_minority_2050": 0.27018284106891705, "pct_over75_2050": 0.11575246132208156, "pct_spfam_2050": 0.01304145319049837, "pct_lep_2050": 0.010150044130626656, "pct_below200_2050": 0.031631205673758864, "pct_disab_2050": 0.081953290870488318, "pct_zvhhs_2050": 0.057776162790697673, "pct_hus_rent50_2050": 0.0043604651162790706, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.14635301547205601, "pct_minority_2040": 0.235869908430692, "pct_spfam_2040": 0.010976948408343, "pct_lep_2040": 0.017669611601933997, "pct_below200_2040": 0.069726810673442996, "pct_disab_2040": 0.092207586097445005, "pct_zvhhs_2040": 0.039183673469388003, "pct_hus_rent50_2040": 0.0067198656026880013, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.211097999579096, 37.907888999783871 ], [ -122.211256999587761, 37.906849999675728 ], [ -122.210539000435659, 37.905823000308864 ], [ -122.208124999993487, 37.903915000222256 ], [ -122.20719199985794, 37.902548999988966 ], [ -122.207087000275934, 37.901721000096721 ], [ -122.207177999614231, 37.901258000283036 ], [ -122.210494000229843, 37.899515999828139 ], [ -122.209485999751209, 37.898819999885283 ], [ -122.206882000236547, 37.896109999928754 ], [ -122.205332000332902, 37.893715000029722 ], [ -122.203237999557857, 37.892192000053363 ], [ -122.201249000161425, 37.891810000263689 ], [ -122.194658999661314, 37.888560999689453 ], [ -122.194195999879014, 37.88805199981109 ], [ -122.193600999852293, 37.886221999651099 ], [ -122.192510000431284, 37.884200999711794 ], [ -122.191374999731053, 37.882991000290737 ], [ -122.183395000059207, 37.878397999686371 ], [ -122.182672999810862, 37.8793330002514 ], [ -122.182124999639768, 37.8800510001238 ], [ -122.177402000133981, 37.887131999732155 ], [ -122.175935999895955, 37.888674000171328 ], [ -122.174149999990789, 37.889987000025691 ], [ -122.171077999772677, 37.891413999981623 ], [ -122.168111000034827, 37.892252000307899 ], [ -122.165056000433452, 37.892710000072341 ], [ -122.161327000264251, 37.892766999772448 ], [ -122.154397999830437, 37.891824000116515 ], [ -122.151517000306328, 37.892964999731014 ], [ -122.151210000159679, 37.895292000238577 ], [ -122.154144000285541, 37.895908999918262 ], [ -122.155295999805887, 37.895643000005755 ], [ -122.157829999898681, 37.896373999817506 ], [ -122.157312999689722, 37.898623000280914 ], [ -122.158456999712485, 37.899688999662402 ], [ -122.158387000290588, 37.902048999685512 ], [ -122.159650999963944, 37.903661000353367 ], [ -122.157710000248088, 37.904502999959277 ], [ -122.154580000303625, 37.904992000053362 ], [ -122.153036000247809, 37.904454999809694 ], [ -122.15295900025491, 37.906426999785005 ], [ -122.159048000439611, 37.908591000112217 ], [ -122.159157000219537, 37.909750000114492 ], [ -122.160938999926756, 37.909544000238022 ], [ -122.161981999667162, 37.909642999689865 ], [ -122.163036000176533, 37.91159799983285 ], [ -122.162005999956619, 37.912621000054266 ], [ -122.162689999671798, 37.914279000334851 ], [ -122.161842999749979, 37.914810999847006 ], [ -122.160549999764328, 37.91434800018633 ], [ -122.158574999713267, 37.914742999702881 ], [ -122.15973999965243, 37.917530000187071 ], [ -122.158008999998827, 37.917668000104399 ], [ -122.160723000016688, 37.918099000053402 ], [ -122.161456999960635, 37.919590000240191 ], [ -122.162052999812275, 37.920449000177499 ], [ -122.164545999897172, 37.921289999810028 ], [ -122.166382999855983, 37.919708000136367 ], [ -122.172979000203867, 37.917941999994447 ], [ -122.174715999705228, 37.917966999863765 ], [ -122.18472800022785, 37.919162000289447 ], [ -122.18888800039224, 37.920256999902236 ], [ -122.191799999878498, 37.920631000226649 ], [ -122.19417099976468, 37.921905000006525 ], [ -122.195641000200681, 37.922172999709204 ], [ -122.196830000429259, 37.921473999684366 ], [ -122.197263000074301, 37.919791999971096 ], [ -122.20014600014656, 37.917537999737426 ], [ -122.200719000431988, 37.91403799998637 ], [ -122.204159999822764, 37.90911900012577 ], [ -122.206006999827281, 37.908445000347221 ], [ -122.208811000256816, 37.908939000063597 ], [ -122.209521999736239, 37.908908999656049 ], [ -122.210762999843354, 37.908322999826211 ], [ -122.211097999579096, 37.907888999783871 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355107", "NAME": "Census Tract 3551.07", "state": "06", "county_fips": "013", "tract": "355107", "county_name": "Contra Costa County", "tot_pop_2050": 5432, "tot_pop_pov_det_2050": 5424, "tot_pop_civ_ni_2050": 5424, "tot_hh_2050": 1624, "pop_zvhhs_2050": 0, "tot_fam_2050": 1333, "tot_pop_over5_2050": 5072, "pop_hus_rent50_2050": 56, "pop_minority_2050": 3143, "pop_over75_2050": 228, "pop_spfam_2050": 107, "pop_lep_2050": 156, "pop_below200_2050": 799, "pop_disability_2050": 922, "pct_minority_2050": 0.57860824742268047, "pct_over75_2050": 0.041973490427098671, "pct_spfam_2050": 0.08027006751687922, "pct_lep_2050": 0.030757097791798107, "pct_below200_2050": 0.14730825958702065, "pct_disab_2050": 0.16998525073746312, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.034482758620689648, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019677292404564999, "pct_minority_2040": 0.56867375049193203, "pct_spfam_2040": 0.10692254969157002, "pct_lep_2040": 0.043910521955260996, "pct_below200_2040": 0.16725768321513002, "pct_disab_2040": 0.085894405043340991, "pct_zvhhs_2040": 0.011262596324837001, "pct_hus_rent50_2040": 0.025489033787788995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.924779000337637, 37.958065000114807 ], [ -121.924581999795834, 37.955496000035744 ], [ -121.914617000027178, 37.955141999982793 ], [ -121.9144639998663, 37.942992000330371 ], [ -121.914386000048509, 37.924968000135763 ], [ -121.911711000388735, 37.92429299974313 ], [ -121.90893600027151, 37.923717999744213 ], [ -121.903426000220023, 37.921970000256785 ], [ -121.896905000215213, 37.919282999923674 ], [ -121.892283999918348, 37.915829000201505 ], [ -121.887614999940951, 37.914136999769248 ], [ -121.885433000200663, 37.912570000205541 ], [ -121.882170000186818, 37.912135999701121 ], [ -121.879866000247802, 37.910811999773877 ], [ -121.878703999783383, 37.909554000052701 ], [ -121.876467999616409, 37.908563999760005 ], [ -121.875903999551809, 37.907320999698783 ], [ -121.874160000377728, 37.906039000263853 ], [ -121.871165000152516, 37.90323500014555 ], [ -121.865065000097147, 37.900275000201482 ], [ -121.862213999811942, 37.900136000084466 ], [ -121.86063499959603, 37.898786000228675 ], [ -121.8601750001868, 37.897540000228538 ], [ -121.856523000010526, 37.894050000274852 ], [ -121.852864000161546, 37.893291000221197 ], [ -121.848488000087102, 37.891493000148913 ], [ -121.847315999576935, 37.8905970001721 ], [ -121.846928999962643, 37.889253999940145 ], [ -121.842558999735985, 37.88562999983084 ], [ -121.840367999774855, 37.886331000124351 ], [ -121.836744999910906, 37.885167000190094 ], [ -121.833982000387536, 37.88527499971584 ], [ -121.831119000406801, 37.884873999924039 ], [ -121.829627000229493, 37.885633000253925 ], [ -121.826941999625632, 37.885323999993268 ], [ -121.825119999735477, 37.886667999955435 ], [ -121.822818000344569, 37.88626099986498 ], [ -121.8215949997808, 37.88479100031676 ], [ -121.819003999786574, 37.88472700022254 ], [ -121.817884999878203, 37.887534999983203 ], [ -121.815739999947823, 37.887771000316562 ], [ -121.81377400011759, 37.887096000343078 ], [ -121.810189999713415, 37.888818999832921 ], [ -121.808212000187609, 37.89050699987564 ], [ -121.805151999665043, 37.890680999924228 ], [ -121.802663999602999, 37.891632999869174 ], [ -121.800610999734161, 37.890964000265782 ], [ -121.798731000117655, 37.893018999820612 ], [ -121.796679999898615, 37.894407999973332 ], [ -121.795439999616391, 37.894473999965278 ], [ -121.791518999826579, 37.891438000059338 ], [ -121.790446999773863, 37.891026000002441 ], [ -121.784541999712204, 37.886426999926194 ], [ -121.777332999794197, 37.882018000189703 ], [ -121.77617000040317, 37.883496000204552 ], [ -121.775563999607471, 37.886170999940191 ], [ -121.771800000176526, 37.888506999874799 ], [ -121.766504000385311, 37.894063000147852 ], [ -121.766700000203869, 37.897254999916804 ], [ -121.764626000418616, 37.899150000030964 ], [ -121.764418999831079, 37.904287999872224 ], [ -121.763603999696301, 37.907728999674426 ], [ -121.765064000086539, 37.908801000072074 ], [ -121.765546000135373, 37.913018000349759 ], [ -121.766110000199987, 37.91383800003279 ], [ -121.772134999912268, 37.914988999759942 ], [ -121.777624000047325, 37.91703999984734 ], [ -121.778706000145803, 37.917962000174057 ], [ -121.787233000163823, 37.91797200026182 ], [ -121.796052000259877, 37.92383199996209 ], [ -121.803947000441227, 37.925647999877292 ], [ -121.804539999919868, 37.924954000210505 ], [ -121.813805000079725, 37.924995000135965 ], [ -121.81743499961641, 37.926027000270935 ], [ -121.82309299980588, 37.92939699994303 ], [ -121.823912999963511, 37.929632000179744 ], [ -121.826530999721896, 37.932872000228748 ], [ -121.830252000393457, 37.932931000171969 ], [ -121.831957999932712, 37.935384999758874 ], [ -121.836698999880127, 37.938379000254066 ], [ -121.837554000197912, 37.940686999798579 ], [ -121.837885999560584, 37.942398999944878 ], [ -121.835882999920443, 37.944176000334345 ], [ -121.833962000296069, 37.946343999687706 ], [ -121.831345000362617, 37.946965000091438 ], [ -121.83075100016076, 37.94793999983451 ], [ -121.823937000252968, 37.951230999677236 ], [ -121.820952999898381, 37.952883999789137 ], [ -121.8240529997056, 37.954590000325688 ], [ -121.823124999592906, 37.959851999883746 ], [ -121.821778999903813, 37.962812000186439 ], [ -121.82241300028862, 37.965344999975521 ], [ -121.812794000126388, 37.965463000079133 ], [ -121.808228999906063, 37.967468999737953 ], [ -121.805461000359855, 37.967575000314312 ], [ -121.805457999986771, 37.968964999684069 ], [ -121.804976999762872, 37.973459000086457 ], [ -121.803123999910525, 37.975290000331249 ], [ -121.804809000431675, 37.977047999733131 ], [ -121.805199000419023, 37.980228999811494 ], [ -121.805620000368492, 37.981717999714533 ], [ -121.805663999851106, 37.982489999666797 ], [ -121.809002000208039, 37.981691000021399 ], [ -121.811012000419183, 37.982558000153873 ], [ -121.812025000022359, 37.979785999742063 ], [ -121.812746000445813, 37.979456000338807 ], [ -121.823772000396531, 37.980078000276826 ], [ -121.825836999960941, 37.980308999968912 ], [ -121.829460999649811, 37.98311200008731 ], [ -121.831085999896516, 37.98313699973901 ], [ -121.841090999848134, 37.983264000217119 ], [ -121.841796000378025, 37.983378999863945 ], [ -121.843713999629387, 37.984380999915992 ], [ -121.845054000369004, 37.98512600032786 ], [ -121.851325000128597, 37.986548999853603 ], [ -121.85300599955346, 37.985489999661993 ], [ -121.853715000281355, 37.985496000149382 ], [ -121.853839999954801, 37.984783000038121 ], [ -121.854650999891632, 37.983215999800237 ], [ -121.855690000332388, 37.981087000014362 ], [ -121.857318000053823, 37.980406999919033 ], [ -121.858387999558431, 37.978791000112416 ], [ -121.861694999953173, 37.9761770002345 ], [ -121.861513000378309, 37.9744910001912 ], [ -121.8635770001178, 37.968522000322913 ], [ -121.863557999851253, 37.965632999895 ], [ -121.862698000408926, 37.962431000287509 ], [ -121.862946999930969, 37.959288999993234 ], [ -121.863808000096512, 37.957601000032163 ], [ -121.865466999780054, 37.95612800027034 ], [ -121.86899799958249, 37.956382000265037 ], [ -121.869024000420097, 37.957294999900128 ], [ -121.873074999906208, 37.957075999988184 ], [ -121.874444000059853, 37.956102999919473 ], [ -121.875982000267925, 37.957035999655588 ], [ -121.882539000257765, 37.958383999710726 ], [ -121.882679999824745, 37.960230000200255 ], [ -121.884037000282845, 37.964606999983403 ], [ -121.885418999956954, 37.966139999841346 ], [ -121.893857000286516, 37.971654000137363 ], [ -121.894903000399964, 37.973078000199344 ], [ -121.89640899992267, 37.97656999992541 ], [ -121.898327999897205, 37.982121000037885 ], [ -121.898881999916085, 37.982916999962754 ], [ -121.899436999759871, 37.981003999923843 ], [ -121.900087999863118, 37.979942000308085 ], [ -121.901301000381153, 37.978962000038045 ], [ -121.905577999823109, 37.977388999681445 ], [ -121.910579000061546, 37.974907000291239 ], [ -121.910425999900667, 37.969796999964061 ], [ -121.912656000219826, 37.968078999705128 ], [ -121.914427999881298, 37.962678000174108 ], [ -121.918437000432931, 37.961317000291018 ], [ -121.921542000263031, 37.960340000174234 ], [ -121.923722000353507, 37.960706000034769 ], [ -121.924779000337637, 37.958065000114807 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355108", "NAME": "Census Tract 3551.08", "state": "06", "county_fips": "013", "tract": "355108", "county_name": "Contra Costa County", "tot_pop_2050": 13712, "tot_pop_pov_det_2050": 13617, "tot_pop_civ_ni_2050": 13656, "tot_hh_2050": 3719, "pop_zvhhs_2050": 69, "tot_fam_2050": 3260, "tot_pop_over5_2050": 13302, "pop_hus_rent50_2050": 209, "pop_minority_2050": 11311, "pop_over75_2050": 768, "pop_spfam_2050": 701, "pop_lep_2050": 373, "pop_below200_2050": 2538, "pop_disability_2050": 1775, "pct_minority_2050": 0.82489789964994165, "pct_over75_2050": 0.056009334889148193, "pct_spfam_2050": 0.21503067484662575, "pct_lep_2050": 0.028040896105848742, "pct_below200_2050": 0.18638466622604094, "pct_disab_2050": 0.12997949619214996, "pct_zvhhs_2050": 0.018553374563054583, "pct_hus_rent50_2050": 0.056197902662005916, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034223826714801002, "pct_minority_2040": 0.79898916967509004, "pct_spfam_2040": 0.15164064988849998, "pct_lep_2040": 0.039514599924155999, "pct_below200_2040": 0.260999200058178, "pct_disab_2040": 0.10140213934663199, "pct_zvhhs_2040": 0.037462400875033997, "pct_hus_rent50_2040": 0.051387743885682999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.837885999560584, 37.942398999944878 ], [ -121.837554000197912, 37.940686999798579 ], [ -121.836698999880127, 37.938379000254066 ], [ -121.831957999932712, 37.935384999758874 ], [ -121.830252000393457, 37.932931000171969 ], [ -121.826530999721896, 37.932872000228748 ], [ -121.823912999963511, 37.929632000179744 ], [ -121.82309299980588, 37.92939699994303 ], [ -121.81743499961641, 37.926027000270935 ], [ -121.813805000079725, 37.924995000135965 ], [ -121.804539999919868, 37.924954000210505 ], [ -121.803947000441227, 37.925647999877292 ], [ -121.796052000259877, 37.92383199996209 ], [ -121.787233000163823, 37.91797200026182 ], [ -121.778706000145803, 37.917962000174057 ], [ -121.778891000093736, 37.918563000128515 ], [ -121.778616999559034, 37.920847999832915 ], [ -121.778159999624549, 37.923256000035629 ], [ -121.778111999943974, 37.925268999656019 ], [ -121.777042000439394, 37.931056000180234 ], [ -121.777998999966059, 37.933128999755596 ], [ -121.777916000125373, 37.933690000166997 ], [ -121.774741999799986, 37.937361000320998 ], [ -121.773774000402682, 37.93870799971058 ], [ -121.773562999617141, 37.939748999671508 ], [ -121.773726999648673, 37.945547000344945 ], [ -121.774438999851284, 37.946573000165678 ], [ -121.778065000088304, 37.948878000249714 ], [ -121.778171000393527, 37.949192999896965 ], [ -121.778224999921875, 37.953008999853267 ], [ -121.777558999749999, 37.955703999655341 ], [ -121.777926999996026, 37.957617999726679 ], [ -121.778864000329577, 37.96146399995569 ], [ -121.78095099963528, 37.964360000211229 ], [ -121.780307999927942, 37.965909000174229 ], [ -121.78591199969074, 37.968059999669975 ], [ -121.796527999562628, 37.971439000231754 ], [ -121.796811000318172, 37.969855000062715 ], [ -121.798997000256406, 37.970189999821393 ], [ -121.800766000443176, 37.968972000058557 ], [ -121.805457999986771, 37.968964999684069 ], [ -121.805461000359855, 37.967575000314312 ], [ -121.808228999906063, 37.967468999737953 ], [ -121.812794000126388, 37.965463000079133 ], [ -121.82241300028862, 37.965344999975521 ], [ -121.821778999903813, 37.962812000186439 ], [ -121.823124999592906, 37.959851999883746 ], [ -121.8240529997056, 37.954590000325688 ], [ -121.820952999898381, 37.952883999789137 ], [ -121.823937000252968, 37.951230999677236 ], [ -121.83075100016076, 37.94793999983451 ], [ -121.831345000362617, 37.946965000091438 ], [ -121.833962000296069, 37.946343999687706 ], [ -121.835882999920443, 37.944176000334345 ], [ -121.837885999560584, 37.942398999944878 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355109", "NAME": "Census Tract 3551.09", "state": "06", "county_fips": "013", "tract": "355109", "county_name": "Contra Costa County", "tot_pop_2050": 7073, "tot_pop_pov_det_2050": 6981, "tot_pop_civ_ni_2050": 6981, "tot_hh_2050": 2151, "pop_zvhhs_2050": 197, "tot_fam_2050": 1618, "tot_pop_over5_2050": 6796, "pop_hus_rent50_2050": 256, "pop_minority_2050": 4626, "pop_over75_2050": 407, "pop_spfam_2050": 100, "pop_lep_2050": 339, "pop_below200_2050": 1276, "pop_disability_2050": 943, "pct_minority_2050": 0.65403647674254206, "pct_over75_2050": 0.057542768273716953, "pct_spfam_2050": 0.061804697156983925, "pct_lep_2050": 0.049882283696291933, "pct_below200_2050": 0.18278183641312126, "pct_disab_2050": 0.13508093396361553, "pct_zvhhs_2050": 0.091585309158530928, "pct_hus_rent50_2050": 0.1190144119014412, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046019441368279013, "pct_minority_2040": 0.67946351667281901, "pct_spfam_2040": 0.097560975609756004, "pct_lep_2040": 0.055420141116099997, "pct_below200_2040": 0.272602739726027, "pct_disab_2040": 0.11574190308812501, "pct_zvhhs_2040": 0.082289803220035998, "pct_hus_rent50_2040": 0.058453237410071995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.805663999851106, 37.982489999666797 ], [ -121.805620000368492, 37.981717999714533 ], [ -121.805199000419023, 37.980228999811494 ], [ -121.804809000431675, 37.977047999733131 ], [ -121.803123999910525, 37.975290000331249 ], [ -121.804976999762872, 37.973459000086457 ], [ -121.805457999986771, 37.968964999684069 ], [ -121.800766000443176, 37.968972000058557 ], [ -121.798997000256406, 37.970189999821393 ], [ -121.796811000318172, 37.969855000062715 ], [ -121.796527999562628, 37.971439000231754 ], [ -121.78591199969074, 37.968059999669975 ], [ -121.780307999927942, 37.965909000174229 ], [ -121.779809000160668, 37.968569999727386 ], [ -121.782230000275561, 37.971208000240793 ], [ -121.78621200016471, 37.976620000136997 ], [ -121.786375000371336, 37.978318000160037 ], [ -121.783796999897618, 37.982023000252511 ], [ -121.785388999634023, 37.984801000256255 ], [ -121.78735100016462, 37.984156999931578 ], [ -121.790247999582249, 37.983893000108829 ], [ -121.794549000211958, 37.984348999656667 ], [ -121.798168999702852, 37.984151999788232 ], [ -121.802733999923177, 37.983882000036608 ], [ -121.805663999851106, 37.982489999666797 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355110", "NAME": "Census Tract 3551.10", "state": "06", "county_fips": "013", "tract": "355110", "county_name": "Contra Costa County", "tot_pop_2050": 4214, "tot_pop_pov_det_2050": 4203, "tot_pop_civ_ni_2050": 4214, "tot_hh_2050": 1128, "pop_zvhhs_2050": 8, "tot_fam_2050": 948, "tot_pop_over5_2050": 3816, "pop_hus_rent50_2050": 94, "pop_minority_2050": 3259, "pop_over75_2050": 80, "pop_spfam_2050": 207, "pop_lep_2050": 214, "pop_below200_2050": 765, "pop_disability_2050": 563, "pct_minority_2050": 0.77337446606549587, "pct_over75_2050": 0.018984337921215001, "pct_spfam_2050": 0.21835443037974686, "pct_lep_2050": 0.056079664570230614, "pct_below200_2050": 0.18201284796573874, "pct_disab_2050": 0.13360227812055053, "pct_zvhhs_2050": 0.0070921985815602844, "pct_hus_rent50_2050": 0.083333333333333329, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.021412184552637999, "pct_minority_2040": 0.80601580423145502, "pct_spfam_2040": 0.11134020618556699, "pct_lep_2040": 0.028617277346883997, "pct_below200_2040": 0.26637777211317898, "pct_disab_2040": 0.09635483048687199, "pct_zvhhs_2040": 0.0052677787532919998, "pct_hus_rent50_2040": 0.074487895716946001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.780952000358511, 37.971845000085295 ], [ -121.782230000275561, 37.971208000240793 ], [ -121.779809000160668, 37.968569999727386 ], [ -121.780307999927942, 37.965909000174229 ], [ -121.778063000438465, 37.965133000021233 ], [ -121.763227999952647, 37.961732999967779 ], [ -121.759964000113911, 37.96171000021063 ], [ -121.760010000144646, 37.96652400028271 ], [ -121.760026999863072, 37.968721000275494 ], [ -121.760202999590163, 37.970080999668149 ], [ -121.762511999552061, 37.971983000009082 ], [ -121.7627609999724, 37.973652999960535 ], [ -121.768922000127134, 37.973663000261389 ], [ -121.772524999899616, 37.971159999728407 ], [ -121.773495999670004, 37.972257999879005 ], [ -121.780952000358511, 37.971845000085295 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355111", "NAME": "Census Tract 3551.11", "state": "06", "county_fips": "013", "tract": "355111", "county_name": "Contra Costa County", "tot_pop_2050": 6059, "tot_pop_pov_det_2050": 6018, "tot_pop_civ_ni_2050": 6059, "tot_hh_2050": 1917, "pop_zvhhs_2050": 32, "tot_fam_2050": 1542, "tot_pop_over5_2050": 5689, "pop_hus_rent50_2050": 128, "pop_minority_2050": 4353, "pop_over75_2050": 172, "pop_spfam_2050": 265, "pop_lep_2050": 165, "pop_below200_2050": 829, "pop_disability_2050": 608, "pct_minority_2050": 0.71843538537712492, "pct_over75_2050": 0.028387522693513783, "pct_spfam_2050": 0.17185473411154345, "pct_lep_2050": 0.029003339778519949, "pct_below200_2050": 0.1377534064473247, "pct_disab_2050": 0.10034659184683943, "pct_zvhhs_2050": 0.016692749087115284, "pct_hus_rent50_2050": 0.06677099634846112, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023402076934328001, "pct_minority_2040": 0.66301009214567797, "pct_spfam_2040": 0.17162162162162201, "pct_lep_2040": 0.029707566145752998, "pct_below200_2040": 0.29515869533421102, "pct_disab_2040": 0.093608307737312005, "pct_zvhhs_2040": 0.036896364622897006, "pct_hus_rent50_2040": 0.080608793686583996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.786375000371336, 37.978318000160037 ], [ -121.78621200016471, 37.976620000136997 ], [ -121.782230000275561, 37.971208000240793 ], [ -121.780952000358511, 37.971845000085295 ], [ -121.773495999670004, 37.972257999879005 ], [ -121.772524999899616, 37.971159999728407 ], [ -121.768922000127134, 37.973663000261389 ], [ -121.7627609999724, 37.973652999960535 ], [ -121.762575000199575, 37.979191999889416 ], [ -121.763088000210587, 37.980090000012076 ], [ -121.766074000214985, 37.981687999976231 ], [ -121.76924000014445, 37.983088000187088 ], [ -121.77034499980914, 37.983230999712646 ], [ -121.773231000254455, 37.983212999817411 ], [ -121.773226000231588, 37.982899999753045 ], [ -121.774790000378886, 37.982979999830874 ], [ -121.778559999657631, 37.985063999911198 ], [ -121.781920999580748, 37.985818999821113 ], [ -121.783119000030197, 37.986817999994393 ], [ -121.78413199963336, 37.986690000292526 ], [ -121.785388999634023, 37.984801000256255 ], [ -121.783796999897618, 37.982023000252511 ], [ -121.786375000371336, 37.978318000160037 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355112", "NAME": "Census Tract 3551.12", "state": "06", "county_fips": "013", "tract": "355112", "county_name": "Contra Costa County", "tot_pop_2050": 5492, "tot_pop_pov_det_2050": 5421, "tot_pop_civ_ni_2050": 5421, "tot_hh_2050": 2073, "pop_zvhhs_2050": 74, "tot_fam_2050": 1634, "tot_pop_over5_2050": 5238, "pop_hus_rent50_2050": 52, "pop_minority_2050": 1243, "pop_over75_2050": 583, "pop_spfam_2050": 49, "pop_lep_2050": 22, "pop_below200_2050": 706, "pop_disability_2050": 549, "pct_minority_2050": 0.22632920611798979, "pct_over75_2050": 0.10615440640932264, "pct_spfam_2050": 0.02998776009791922, "pct_lep_2050": 0.004200076365024819, "pct_below200_2050": 0.13023427411916622, "pct_disab_2050": 0.10127282789153293, "pct_zvhhs_2050": 0.03569705740472745, "pct_hus_rent50_2050": 0.025084418716835505, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045715416584206997, "pct_minority_2040": 0.185632297644963, "pct_spfam_2040": 0.0099535500995350003, "pct_lep_2040": 0.014253716147424, "pct_below200_2040": 0.098670962545308008, "pct_disab_2040": 0.049536850583970997, "pct_zvhhs_2040": 0.036355051935789001, "pct_hus_rent50_2040": 0.0056657223796030007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.951974999694329, 37.832459999991308 ], [ -121.951920000341062, 37.831928000020518 ], [ -121.951752000111554, 37.831935999648373 ], [ -121.951041999558754, 37.831832999850086 ], [ -121.947179000393604, 37.830155999699464 ], [ -121.944152000381308, 37.829578000298589 ], [ -121.929306999849757, 37.82559300015005 ], [ -121.927330000148871, 37.824344000250058 ], [ -121.921191999560378, 37.821729000102415 ], [ -121.920938999840388, 37.817331999949097 ], [ -121.921040999947621, 37.815886999812157 ], [ -121.922467000002683, 37.81252699986586 ], [ -121.919179999699409, 37.811829999995894 ], [ -121.913792999671571, 37.81226900017495 ], [ -121.910767000382506, 37.814020999907285 ], [ -121.908547000109053, 37.816977000105354 ], [ -121.906342999729162, 37.817225000089955 ], [ -121.903001000072578, 37.816566000164855 ], [ -121.900964000097261, 37.815898000183267 ], [ -121.897032000436823, 37.813194999833307 ], [ -121.89511400028718, 37.812632000249387 ], [ -121.891535999730735, 37.812743000168027 ], [ -121.886691000026232, 37.811522999655054 ], [ -121.885211000442808, 37.808948000188707 ], [ -121.885537999782642, 37.803903000176653 ], [ -121.882571000044791, 37.800626000080058 ], [ -121.883233999843611, 37.799295000159375 ], [ -121.882084999797996, 37.799391999878054 ], [ -121.877819000226708, 37.799320999972061 ], [ -121.875748999741106, 37.798995999881164 ], [ -121.872364000426842, 37.798451999772453 ], [ -121.867651999893397, 37.796711000153621 ], [ -121.864907999738293, 37.794757000069595 ], [ -121.863784999631946, 37.790962000103221 ], [ -121.864188000038084, 37.788418000128914 ], [ -121.863157999818171, 37.784499000129955 ], [ -121.862561999966488, 37.779163000234426 ], [ -121.861701999625879, 37.775838000333501 ], [ -121.863670999829125, 37.770639000092586 ], [ -121.866329999595393, 37.765415000220784 ], [ -121.867811999726953, 37.759356999810706 ], [ -121.868114999675655, 37.756264999908325 ], [ -121.86966399975438, 37.754908000245187 ], [ -121.871355999948193, 37.752074999679309 ], [ -121.871569000383545, 37.749455999768159 ], [ -121.871623999736784, 37.743171999985258 ], [ -121.870733000332379, 37.740085999903769 ], [ -121.850726999728764, 37.744942000008017 ], [ -121.831834999909049, 37.749540999862191 ], [ -121.812589000086987, 37.754224999826953 ], [ -121.780564000020988, 37.761826999838682 ], [ -121.749599000312173, 37.769535999964354 ], [ -121.739279999642903, 37.772121999739348 ], [ -121.697169000332778, 37.782691999803703 ], [ -121.694755999715497, 37.790539000048788 ], [ -121.694222999612975, 37.791561000117575 ], [ -121.693354999774755, 37.792277999851834 ], [ -121.688844999806008, 37.793146000058201 ], [ -121.685252000079274, 37.796350999697474 ], [ -121.678474000156513, 37.79756000003178 ], [ -121.67715799970631, 37.798098000157033 ], [ -121.675879999789245, 37.799463999842992 ], [ -121.675282000287766, 37.803093000310227 ], [ -121.672738000149224, 37.806050000137759 ], [ -121.668203999891034, 37.808949000187475 ], [ -121.666985000423523, 37.810271000184578 ], [ -121.663569000248799, 37.812213999857455 ], [ -121.661712000198534, 37.815467000286652 ], [ -121.660040000096174, 37.817132999815165 ], [ -121.657295000116179, 37.818258999843245 ], [ -121.655562999739374, 37.819754000117243 ], [ -121.654978999583278, 37.821802000111653 ], [ -121.655344000354575, 37.828114999811767 ], [ -121.654360999990288, 37.832962000252294 ], [ -121.653458999816877, 37.834526999778468 ], [ -121.648094000428699, 37.83755100010832 ], [ -121.646829999857019, 37.840087000132598 ], [ -121.646654000129928, 37.848803000090044 ], [ -121.647603999983929, 37.851046999891587 ], [ -121.652180999899841, 37.855727999972267 ], [ -121.654988999629012, 37.857732000110147 ], [ -121.663785999983759, 37.862497999786179 ], [ -121.667665999765674, 37.865194000001487 ], [ -121.671312000094176, 37.867644000111135 ], [ -121.677922999612377, 37.871325000241136 ], [ -121.678998999863083, 37.872324999957989 ], [ -121.688647000337596, 37.882977999880801 ], [ -121.694343999986827, 37.88716100015283 ], [ -121.696484999719232, 37.887461999811038 ], [ -121.696502000335983, 37.886013999815887 ], [ -121.6965259997271, 37.883189000306047 ], [ -121.696550000016543, 37.880411000010668 ], [ -121.696808999584334, 37.879339999946204 ], [ -121.698408999716662, 37.874688999994312 ], [ -121.703051999754805, 37.87643000029199 ], [ -121.710409999635715, 37.877177999981285 ], [ -121.717195000129522, 37.876024000145158 ], [ -121.719957999652863, 37.875825000211258 ], [ -121.727297999990398, 37.872990999899095 ], [ -121.73249099984946, 37.870764000046812 ], [ -121.735090000239595, 37.870389000269036 ], [ -121.738010999946681, 37.870865000337673 ], [ -121.741972999744334, 37.870807999993978 ], [ -121.745989999793593, 37.869482000042957 ], [ -121.747147000235159, 37.869488000077247 ], [ -121.754770000429943, 37.870960999734585 ], [ -121.757012000444661, 37.871943999782317 ], [ -121.760354000101231, 37.874453000283239 ], [ -121.763544000320167, 37.875287999916303 ], [ -121.767420999729026, 37.877940000240024 ], [ -121.773425000423202, 37.879993000052274 ], [ -121.777332999794197, 37.882018000189703 ], [ -121.784541999712204, 37.886426999926194 ], [ -121.790446999773863, 37.891026000002441 ], [ -121.791518999826579, 37.891438000059338 ], [ -121.795439999616391, 37.894473999965278 ], [ -121.796679999898615, 37.894407999973332 ], [ -121.798731000117655, 37.893018999820612 ], [ -121.800610999734161, 37.890964000265782 ], [ -121.802663999602999, 37.891632999869174 ], [ -121.805151999665043, 37.890680999924228 ], [ -121.808212000187609, 37.89050699987564 ], [ -121.810189999713415, 37.888818999832921 ], [ -121.81377400011759, 37.887096000343078 ], [ -121.815739999947823, 37.887771000316562 ], [ -121.817884999878203, 37.887534999983203 ], [ -121.819003999786574, 37.88472700022254 ], [ -121.8215949997808, 37.88479100031676 ], [ -121.822818000344569, 37.88626099986498 ], [ -121.825119999735477, 37.886667999955435 ], [ -121.826941999625632, 37.885323999993268 ], [ -121.829627000229493, 37.885633000253925 ], [ -121.831119000406801, 37.884873999924039 ], [ -121.833982000387536, 37.88527499971584 ], [ -121.836744999910906, 37.885167000190094 ], [ -121.840367999774855, 37.886331000124351 ], [ -121.842558999735985, 37.88562999983084 ], [ -121.846928999962643, 37.889253999940145 ], [ -121.847315999576935, 37.8905970001721 ], [ -121.848488000087102, 37.891493000148913 ], [ -121.852864000161546, 37.893291000221197 ], [ -121.856523000010526, 37.894050000274852 ], [ -121.8601750001868, 37.897540000228538 ], [ -121.86063499959603, 37.898786000228675 ], [ -121.862213999811942, 37.900136000084466 ], [ -121.865065000097147, 37.900275000201482 ], [ -121.871165000152516, 37.90323500014555 ], [ -121.874160000377728, 37.906039000263853 ], [ -121.873596000313142, 37.900102999798818 ], [ -121.872340000137385, 37.896993000089338 ], [ -121.873324000326562, 37.893502999721768 ], [ -121.873258000204331, 37.891742000130421 ], [ -121.867364000013296, 37.887673999790429 ], [ -121.866543999855651, 37.883522000130277 ], [ -121.867780999764818, 37.879580000019594 ], [ -121.869384000270202, 37.877707000345247 ], [ -121.869917000372681, 37.875161999795047 ], [ -121.874250999716025, 37.873506999885606 ], [ -121.87399299997314, 37.87189300011179 ], [ -121.87462999983272, 37.868652999947329 ], [ -121.878532000254268, 37.867438000118213 ], [ -121.879104999641356, 37.866554000192551 ], [ -121.882944000313685, 37.864706000038097 ], [ -121.88433100001069, 37.862653999701713 ], [ -121.887717999873118, 37.861063999823834 ], [ -121.889663999611841, 37.861069999834328 ], [ -121.891341999561988, 37.859673999832992 ], [ -121.893752999631133, 37.8589489997375 ], [ -121.896454000128486, 37.859932999761156 ], [ -121.901549999903182, 37.858438000119584 ], [ -121.90212999986133, 37.857354999869216 ], [ -121.905563999579385, 37.856935000191683 ], [ -121.908494000405611, 37.857315999954345 ], [ -121.911004000208976, 37.855435000350951 ], [ -121.91100099983592, 37.846085999711264 ], [ -121.893392999781, 37.846089000326131 ], [ -121.896100999951074, 37.838250999949871 ], [ -121.909171000448126, 37.840316000081629 ], [ -121.921069000435054, 37.843024999673709 ], [ -121.922342000329223, 37.842584999860627 ], [ -121.922673999691924, 37.840880999743014 ], [ -121.925221000203507, 37.841145999932635 ], [ -121.92707599970565, 37.842782999924012 ], [ -121.929192000222031, 37.841843999893513 ], [ -121.931339999627113, 37.842188000009486 ], [ -121.932421999725591, 37.841561999814317 ], [ -121.933759000092181, 37.844022999854744 ], [ -121.936026000221275, 37.843621000167943 ], [ -121.937263999955363, 37.844270999750918 ], [ -121.937214999551571, 37.842694999882632 ], [ -121.938161999930827, 37.84117300017693 ], [ -121.940700000221582, 37.84192199975525 ], [ -121.940342000021303, 37.843189999724935 ], [ -121.941649000250649, 37.843408999687099 ], [ -121.943931000448373, 37.84197699992653 ], [ -121.946133000280142, 37.843306000300927 ], [ -121.947398999603308, 37.84237700026052 ], [ -121.948147999615841, 37.842283999870972 ], [ -121.949830999588883, 37.844114999947891 ], [ -121.950214999728431, 37.843921000141655 ], [ -121.949177999835783, 37.840865000298074 ], [ -121.947561999809935, 37.840227999934399 ], [ -121.947970000238954, 37.838902000339353 ], [ -121.951617000392332, 37.835169000058492 ], [ -121.951974999694329, 37.832459999991308 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355113", "NAME": "Census Tract 3551.13", "state": "06", "county_fips": "013", "tract": "355113", "county_name": "Contra Costa County", "tot_pop_2050": 5134, "tot_pop_pov_det_2050": 5122, "tot_pop_civ_ni_2050": 5134, "tot_hh_2050": 1690, "pop_zvhhs_2050": 0, "tot_fam_2050": 1574, "tot_pop_over5_2050": 4938, "pop_hus_rent50_2050": 9, "pop_minority_2050": 2030, "pop_over75_2050": 153, "pop_spfam_2050": 93, "pop_lep_2050": 61, "pop_below200_2050": 210, "pop_disability_2050": 197, "pct_minority_2050": 0.39540319439033889, "pct_over75_2050": 0.029801324503311258, "pct_spfam_2050": 0.059085133418043202, "pct_lep_2050": 0.012353179424868369, "pct_below200_2050": 0.040999609527528312, "pct_disab_2050": 0.038371640046747167, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0053254437869822494, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052101200686105992, "pct_minority_2040": 0.38379073756432208, "pct_spfam_2040": 0.016869095816463998, "pct_lep_2040": 0.031340944705619003, "pct_below200_2040": 0.093696397941680998, "pct_disab_2040": 0.063036020583190008, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0066991473812419988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.923402999612961, 37.810392999876122 ], [ -121.923378000396951, 37.805522000184368 ], [ -121.921394999949939, 37.801503000343743 ], [ -121.921507999927869, 37.799311000099806 ], [ -121.921533999867137, 37.799156999908377 ], [ -121.913908000197608, 37.798379000098898 ], [ -121.91292200035862, 37.79845799990774 ], [ -121.910707999932953, 37.798877000221914 ], [ -121.909428000366091, 37.798984999831227 ], [ -121.908925000400842, 37.799021999799095 ], [ -121.907731000149369, 37.799097999943555 ], [ -121.90460000038, 37.799486999925442 ], [ -121.902546999612824, 37.79972000001748 ], [ -121.898794000052533, 37.799733000205087 ], [ -121.896003999866693, 37.799757000327013 ], [ -121.896002000216882, 37.799644999927956 ], [ -121.891185000101473, 37.799615999853962 ], [ -121.886717999790392, 37.79883699977443 ], [ -121.883233999843611, 37.799295000159375 ], [ -121.882571000044791, 37.800626000080058 ], [ -121.885537999782642, 37.803903000176653 ], [ -121.885211000442808, 37.808948000188707 ], [ -121.886691000026232, 37.811522999655054 ], [ -121.891535999730735, 37.812743000168027 ], [ -121.89511400028718, 37.812632000249387 ], [ -121.897032000436823, 37.813194999833307 ], [ -121.900964000097261, 37.815898000183267 ], [ -121.903001000072578, 37.816566000164855 ], [ -121.906342999729162, 37.817225000089955 ], [ -121.908547000109053, 37.816977000105354 ], [ -121.910767000382506, 37.814020999907285 ], [ -121.913792999671571, 37.81226900017495 ], [ -121.919179999699409, 37.811829999995894 ], [ -121.922467000002683, 37.81252699986586 ], [ -121.923402999612961, 37.810392999876122 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355114", "NAME": "Census Tract 3551.14", "state": "06", "county_fips": "013", "tract": "355114", "county_name": "Contra Costa County", "tot_pop_2050": 11597, "tot_pop_pov_det_2050": 11529, "tot_pop_civ_ni_2050": 11543, "tot_hh_2050": 3423, "pop_zvhhs_2050": 251, "tot_fam_2050": 2886, "tot_pop_over5_2050": 11066, "pop_hus_rent50_2050": 166, "pop_minority_2050": 7210, "pop_over75_2050": 591, "pop_spfam_2050": 162, "pop_lep_2050": 622, "pop_below200_2050": 844, "pop_disability_2050": 804, "pct_minority_2050": 0.62171251185651466, "pct_over75_2050": 0.050961455548848837, "pct_spfam_2050": 0.056133056133056136, "pct_lep_2050": 0.056208205313573109, "pct_below200_2050": 0.073206696157515835, "pct_disab_2050": 0.069652603309364985, "pct_zvhhs_2050": 0.07332749050540463, "pct_hus_rent50_2050": 0.048495471808355235, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033144195262542003, "pct_minority_2040": 0.54435738088804797, "pct_spfam_2040": 0.07742167806986, "pct_lep_2040": 0.030653950953679, "pct_below200_2040": 0.058523245214220997, "pct_disab_2040": 0.036892321671967002, "pct_zvhhs_2040": 0.03150289017341, "pct_hus_rent50_2040": 0.046242774566474007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.927484999959574, 37.789507999814937 ], [ -121.925556999764169, 37.786866000181426 ], [ -121.924467000168107, 37.785103000186439 ], [ -121.922686000285793, 37.780730999769126 ], [ -121.922763000278692, 37.779069000017877 ], [ -121.924984000377052, 37.773709999792629 ], [ -121.923130999626409, 37.773560999756654 ], [ -121.918441999557515, 37.773516000253863 ], [ -121.913620000317536, 37.772098999659754 ], [ -121.90894999961688, 37.76971700021894 ], [ -121.905239999714283, 37.766466999905035 ], [ -121.904874000016392, 37.765893999825849 ], [ -121.904613999725399, 37.766774999877846 ], [ -121.907150000366329, 37.769706000070975 ], [ -121.904477000356366, 37.772184999797396 ], [ -121.904067000277522, 37.77434899999195 ], [ -121.901754000117691, 37.777887000266794 ], [ -121.899343999873437, 37.780105000153682 ], [ -121.898485000256059, 37.781404999867988 ], [ -121.895689000222433, 37.783431000164526 ], [ -121.894074000021476, 37.786776999897015 ], [ -121.892374000330065, 37.788645999687937 ], [ -121.890981999711855, 37.790452999966398 ], [ -121.886799999806186, 37.792742000327806 ], [ -121.886035999724996, 37.795697000343132 ], [ -121.883233999843611, 37.799295000159375 ], [ -121.886717999790392, 37.79883699977443 ], [ -121.891185000101473, 37.799615999853962 ], [ -121.896002000216882, 37.799644999927956 ], [ -121.896003999866693, 37.799757000327013 ], [ -121.898794000052533, 37.799733000205087 ], [ -121.902546999612824, 37.79972000001748 ], [ -121.90460000038, 37.799486999925442 ], [ -121.907731000149369, 37.799097999943555 ], [ -121.908925000400842, 37.799021999799095 ], [ -121.909428000366091, 37.798984999831227 ], [ -121.910707999932953, 37.798877000221914 ], [ -121.91292200035862, 37.79845799990774 ], [ -121.913908000197608, 37.798379000098898 ], [ -121.921533999867137, 37.799156999908377 ], [ -121.922636999881973, 37.793566000183979 ], [ -121.923708999934746, 37.791926000215113 ], [ -121.923714999782504, 37.792410999772137 ], [ -121.92546999972555, 37.792407999813925 ], [ -121.927484999959574, 37.789507999814937 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355115", "NAME": "Census Tract 3551.15", "state": "06", "county_fips": "013", "tract": "355115", "county_name": "Contra Costa County", "tot_pop_2050": 7865, "tot_pop_pov_det_2050": 7865, "tot_pop_civ_ni_2050": 7865, "tot_hh_2050": 2573, "pop_zvhhs_2050": 50, "tot_fam_2050": 1974, "tot_pop_over5_2050": 7190, "pop_hus_rent50_2050": 377, "pop_minority_2050": 6318, "pop_over75_2050": 186, "pop_spfam_2050": 262, "pop_lep_2050": 351, "pop_below200_2050": 1276, "pop_disability_2050": 283, "pct_minority_2050": 0.80330578512396689, "pct_over75_2050": 0.023649078194532741, "pct_spfam_2050": 0.13272543059777106, "pct_lep_2050": 0.048817802503477052, "pct_below200_2050": 0.16223776223776226, "pct_disab_2050": 0.035982199618563256, "pct_zvhhs_2050": 0.019432568985619899, "pct_hus_rent50_2050": 0.14652157015157405, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.023840810963018998, "pct_minority_2040": 0.74037920030035709, "pct_spfam_2040": 0.15, "pct_lep_2040": 0.046963055729492997, "pct_below200_2040": 0.20743382767035898, "pct_disab_2040": 0.046179838558287993, "pct_zvhhs_2040": 0.025139664804468997, "pct_hus_rent50_2040": 0.15878378378378399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.921608000385305, 37.764676000138358 ], [ -121.921067999711809, 37.763789999728324 ], [ -121.918741000206566, 37.7631340000246 ], [ -121.914283999941262, 37.756377999999657 ], [ -121.915588999622486, 37.754011999704623 ], [ -121.91498799974795, 37.750372999655326 ], [ -121.913926999565874, 37.74944400006455 ], [ -121.909938000004033, 37.752180000034187 ], [ -121.904793999650437, 37.760108999829598 ], [ -121.904062000254683, 37.763120999789805 ], [ -121.904207999844559, 37.764692999650485 ], [ -121.904874000016392, 37.765893999825849 ], [ -121.905239999714283, 37.766466999905035 ], [ -121.90894999961688, 37.76971700021894 ], [ -121.913620000317536, 37.772098999659754 ], [ -121.918441999557515, 37.773516000253863 ], [ -121.921608000385305, 37.764676000138358 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355116", "NAME": "Census Tract 3551.16", "state": "06", "county_fips": "013", "tract": "355116", "county_name": "Contra Costa County", "tot_pop_2050": 8342, "tot_pop_pov_det_2050": 8342, "tot_pop_civ_ni_2050": 8323, "tot_hh_2050": 2390, "pop_zvhhs_2050": 77, "tot_fam_2050": 2121, "tot_pop_over5_2050": 7902, "pop_hus_rent50_2050": 320, "pop_minority_2050": 6888, "pop_over75_2050": 364, "pop_spfam_2050": 155, "pop_lep_2050": 414, "pop_below200_2050": 492, "pop_disability_2050": 248, "pct_minority_2050": 0.82570127067849441, "pct_over75_2050": 0.043634619995204987, "pct_spfam_2050": 0.073078736445073081, "pct_lep_2050": 0.052391799544419138, "pct_below200_2050": 0.058978662191321023, "pct_disab_2050": 0.029796948215787575, "pct_zvhhs_2050": 0.03221757322175732, "pct_hus_rent50_2050": 0.13389121338912133, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0084940973222000001, "pct_minority_2040": 0.83299740858047799, "pct_spfam_2040": 0.030087527352297996, "pct_lep_2040": 0.02998126171143, "pct_below200_2040": 0.013389000863806998, "pct_disab_2040": 0.012093291102793001, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0094786729857819999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.907150000366329, 37.769706000070975 ], [ -121.904613999725399, 37.766774999877846 ], [ -121.904874000016392, 37.765893999825849 ], [ -121.904207999844559, 37.764692999650485 ], [ -121.904062000254683, 37.763120999789805 ], [ -121.900252999719555, 37.763309000176868 ], [ -121.895391000296598, 37.762915999718402 ], [ -121.891231000132208, 37.762051000054221 ], [ -121.88739099963496, 37.760510999786511 ], [ -121.886658000414258, 37.758082000337218 ], [ -121.88967700003063, 37.753184999849474 ], [ -121.889774000115025, 37.74663699971623 ], [ -121.889184000111143, 37.745143999707494 ], [ -121.887624000161793, 37.743763000130855 ], [ -121.885099000289827, 37.743035999733351 ], [ -121.883195000383864, 37.742992999779297 ], [ -121.882077000300384, 37.743342999769737 ], [ -121.878247999673789, 37.746395000124423 ], [ -121.876481999860118, 37.748808000203958 ], [ -121.874921000085862, 37.74958900002256 ], [ -121.874119000369859, 37.74958900002256 ], [ -121.871569000383545, 37.749455999768159 ], [ -121.871355999948193, 37.752074999679309 ], [ -121.86966399975438, 37.754908000245187 ], [ -121.868114999675655, 37.756264999908325 ], [ -121.867811999726953, 37.759356999810706 ], [ -121.866329999595393, 37.765415000220784 ], [ -121.863670999829125, 37.770639000092586 ], [ -121.861701999625879, 37.775838000333501 ], [ -121.862561999966488, 37.779163000234426 ], [ -121.863157999818171, 37.784499000129955 ], [ -121.864188000038084, 37.788418000128914 ], [ -121.863784999631946, 37.790962000103221 ], [ -121.864907999738293, 37.794757000069595 ], [ -121.867651999893397, 37.796711000153621 ], [ -121.872364000426842, 37.798451999772453 ], [ -121.875748999741106, 37.798995999881164 ], [ -121.877819000226708, 37.799320999972061 ], [ -121.882084999797996, 37.799391999878054 ], [ -121.883233999843611, 37.799295000159375 ], [ -121.886035999724996, 37.795697000343132 ], [ -121.886799999806186, 37.792742000327806 ], [ -121.890981999711855, 37.790452999966398 ], [ -121.892374000330065, 37.788645999687937 ], [ -121.894074000021476, 37.786776999897015 ], [ -121.895689000222433, 37.783431000164526 ], [ -121.898485000256059, 37.781404999867988 ], [ -121.899343999873437, 37.780105000153682 ], [ -121.901754000117691, 37.777887000266794 ], [ -121.904067000277522, 37.77434899999195 ], [ -121.904477000356366, 37.772184999797396 ], [ -121.907150000366329, 37.769706000070975 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355117", "NAME": "Census Tract 3551.17", "state": "06", "county_fips": "013", "tract": "355117", "county_name": "Contra Costa County", "tot_pop_2050": 7506, "tot_pop_pov_det_2050": 7506, "tot_pop_civ_ni_2050": 7506, "tot_hh_2050": 1960, "pop_zvhhs_2050": 34, "tot_fam_2050": 1866, "tot_pop_over5_2050": 7207, "pop_hus_rent50_2050": 0, "pop_minority_2050": 6274, "pop_over75_2050": 125, "pop_spfam_2050": 46, "pop_lep_2050": 309, "pop_below200_2050": 220, "pop_disability_2050": 201, "pct_minority_2050": 0.83586464162003726, "pct_over75_2050": 0.016653343991473488, "pct_spfam_2050": 0.02465166130760986, "pct_lep_2050": 0.042874982655751362, "pct_below200_2050": 0.029309885424993336, "pct_disab_2050": 0.026778577138289367, "pct_zvhhs_2050": 0.017346938775510204, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0044874491656150001, "pct_minority_2040": 0.78221848268125105, "pct_spfam_2040": 0.035914702581368994, "pct_lep_2040": 0.050739299610894996, "pct_below200_2040": 0.038564016267002996, "pct_disab_2040": 0.0058897770298700003, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.914969000379713, 37.74538099980537 ], [ -121.915116999619372, 37.744089999766508 ], [ -121.913996999886066, 37.739724000282322 ], [ -121.912400000126809, 37.735091999711038 ], [ -121.910416999679825, 37.73216600021442 ], [ -121.910459000410938, 37.730392999865266 ], [ -121.910138000020567, 37.730459999918132 ], [ -121.881566999764118, 37.737327999683394 ], [ -121.873541999886456, 37.739316999893028 ], [ -121.870733000332379, 37.740085999903769 ], [ -121.871623999736784, 37.743171999985258 ], [ -121.871569000383545, 37.749455999768159 ], [ -121.874119000369859, 37.74958900002256 ], [ -121.874921000085862, 37.74958900002256 ], [ -121.876481999860118, 37.748808000203958 ], [ -121.878247999673789, 37.746395000124423 ], [ -121.882077000300384, 37.743342999769737 ], [ -121.883195000383864, 37.742992999779297 ], [ -121.885099000289827, 37.743035999733351 ], [ -121.887624000161793, 37.743763000130855 ], [ -121.889184000111143, 37.745143999707494 ], [ -121.889774000115025, 37.74663699971623 ], [ -121.88967700003063, 37.753184999849474 ], [ -121.886658000414258, 37.758082000337218 ], [ -121.88739099963496, 37.760510999786511 ], [ -121.891231000132208, 37.762051000054221 ], [ -121.895391000296598, 37.762915999718402 ], [ -121.900252999719555, 37.763309000176868 ], [ -121.904062000254683, 37.763120999789805 ], [ -121.904793999650437, 37.760108999829598 ], [ -121.909938000004033, 37.752180000034187 ], [ -121.913926999565874, 37.74944400006455 ], [ -121.914576999844229, 37.748645999781438 ], [ -121.914969000379713, 37.74538099980537 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355200", "NAME": "Census Tract 3552", "state": "06", "county_fips": "013", "tract": "355200", "county_name": "Contra Costa County", "tot_pop_2050": 11313, "tot_pop_pov_det_2050": 11164, "tot_pop_civ_ni_2050": 11313, "tot_hh_2050": 2963, "pop_zvhhs_2050": 80, "tot_fam_2050": 2480, "tot_pop_over5_2050": 10570, "pop_hus_rent50_2050": 46, "pop_minority_2050": 9278, "pop_over75_2050": 254, "pop_spfam_2050": 454, "pop_lep_2050": 555, "pop_below200_2050": 2130, "pop_disability_2050": 725, "pct_minority_2050": 0.82011844780341192, "pct_over75_2050": 0.022452046318394769, "pct_spfam_2050": 0.18306451612903227, "pct_lep_2050": 0.052507095553453169, "pct_below200_2050": 0.19079183088498747, "pct_disab_2050": 0.064085565278882706, "pct_zvhhs_2050": 0.026999662504218699, "pct_hus_rent50_2050": 0.015524805939925753, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030960538002790999, "pct_minority_2040": 0.81284101002410902, "pct_spfam_2040": 0.13086692435118699, "pct_lep_2040": 0.052702520555330992, "pct_below200_2040": 0.18995051389417603, "pct_disab_2040": 0.096942012434970012, "pct_zvhhs_2040": 0.027198549410697999, "pct_hus_rent50_2040": 0.08982584784601301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.025198999749591, 38.002012000072376 ], [ -122.024677000416077, 37.998187999970853 ], [ -122.021200000141988, 37.994136999920009 ], [ -122.02307899993356, 37.993329999880928 ], [ -122.022689999771146, 37.989700000139557 ], [ -122.020497000160191, 37.990537999797809 ], [ -122.020112000195738, 37.98830000006194 ], [ -122.018047999557908, 37.986008000284833 ], [ -122.016754999572257, 37.985356999706148 ], [ -122.015701999786103, 37.983514000081271 ], [ -122.013186999959899, 37.984740999747977 ], [ -122.012246000326726, 37.985334999999004 ], [ -122.010338000222816, 37.986771000196221 ], [ -122.009512000217399, 37.992142000135239 ], [ -122.005759999583674, 37.994069000253106 ], [ -122.003197000076881, 37.992409000325836 ], [ -121.998400000052953, 37.989411000099871 ], [ -121.994706000043863, 37.986550000274441 ], [ -121.991274999800538, 37.984125000282567 ], [ -121.981602999934864, 37.97661799973266 ], [ -121.977638999589061, 37.973710999845281 ], [ -121.975476000115336, 37.975528999835355 ], [ -121.970022999965281, 37.971741999752453 ], [ -121.968324000098733, 37.973166000231799 ], [ -121.963876999879176, 37.972832999690084 ], [ -121.9584999998971, 37.968378999757 ], [ -121.959224999620204, 37.967676000179978 ], [ -121.957211999934316, 37.96733699967475 ], [ -121.953635000101102, 37.964914000110518 ], [ -121.948657000327188, 37.963084000315874 ], [ -121.945310999574346, 37.963545999700457 ], [ -121.940459000197151, 37.967744000228599 ], [ -121.939140000272204, 37.971602000250847 ], [ -121.939139000447284, 37.979871999913556 ], [ -121.951301999849747, 37.987095000332602 ], [ -121.950141000108559, 37.988506000129377 ], [ -121.94900799995645, 37.990015000262936 ], [ -121.948193999646605, 37.995025000277359 ], [ -121.947910999789372, 37.997168000173701 ], [ -121.9477209998186, 37.997672999791988 ], [ -121.947005000316338, 37.998393999879269 ], [ -121.946837000086845, 37.998751000267802 ], [ -121.946798999553721, 37.999093000128596 ], [ -121.947012999813936, 38.000679999934214 ], [ -121.946843999759537, 38.001619000028754 ], [ -121.946421000160214, 38.002083000080745 ], [ -121.945842000026985, 38.003587000277705 ], [ -121.944077999863154, 38.004752999844186 ], [ -121.941294000423412, 38.006218999653122 ], [ -121.940836999590601, 38.00711899980049 ], [ -121.941167000201801, 38.00982599979541 ], [ -121.941785999619697, 38.012067999814143 ], [ -121.941942000153617, 38.015361999960653 ], [ -121.941942000153617, 38.015470000058038 ], [ -121.941917000039282, 38.018496999699742 ], [ -121.94188799972693, 38.019094999658549 ], [ -121.947924000208161, 38.019146999855089 ], [ -121.948909000222287, 38.019316999859214 ], [ -121.955037999691626, 38.021019000050231 ], [ -121.965601999684978, 38.023065999970044 ], [ -121.970670999695457, 38.023971000170604 ], [ -121.974927999944242, 38.023816999657392 ], [ -121.978779000312159, 38.022756999842457 ], [ -121.987719999708617, 38.018871000240786 ], [ -121.993105999911563, 38.015755999966665 ], [ -121.996033000364733, 38.014411999901462 ], [ -121.999462999884841, 38.013481999925993 ], [ -122.003062000357659, 38.012921999675093 ], [ -122.022546999656029, 38.009948999667678 ], [ -122.022519999891841, 38.009478999906591 ], [ -122.022682000273562, 38.006336999867571 ], [ -122.023674999785243, 38.003455000053236 ], [ -122.025198999749591, 38.002012000072376 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355301", "NAME": "Census Tract 3553.01", "state": "06", "county_fips": "013", "tract": "355301", "county_name": "Contra Costa County", "tot_pop_2050": 8542, "tot_pop_pov_det_2050": 8474, "tot_pop_civ_ni_2050": 8542, "tot_hh_2050": 2893, "pop_zvhhs_2050": 37, "tot_fam_2050": 2156, "tot_pop_over5_2050": 8024, "pop_hus_rent50_2050": 31, "pop_minority_2050": 2504, "pop_over75_2050": 329, "pop_spfam_2050": 133, "pop_lep_2050": 92, "pop_below200_2050": 723, "pop_disability_2050": 411, "pct_minority_2050": 0.29313977991102785, "pct_over75_2050": 0.038515570124092721, "pct_spfam_2050": 0.061688311688311688, "pct_lep_2050": 0.011465603190428714, "pct_below200_2050": 0.085319801746518764, "pct_disab_2050": 0.048115195504565667, "pct_zvhhs_2050": 0.012789491876944349, "pct_hus_rent50_2050": 0.010715520221223645, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040309291418431002, "pct_minority_2040": 0.38762834326277101, "pct_spfam_2040": 0.15721304153640001, "pct_lep_2040": 0.033916554508747997, "pct_below200_2040": 0.20294080365065303, "pct_disab_2040": 0.095702877424261992, "pct_zvhhs_2040": 0.027064538514919998, "pct_hus_rent50_2040": 0.044452222611131, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995104000427133, 37.945529999982128 ], [ -121.996900000378048, 37.94268699987078 ], [ -121.985312000012556, 37.934342999914136 ], [ -121.986107999880744, 37.933209000216202 ], [ -121.983674000245372, 37.92977600014364 ], [ -121.985122999866661, 37.927755999856501 ], [ -121.98426599989908, 37.925841999911555 ], [ -121.980606000225208, 37.92386000023717 ], [ -121.980613999722792, 37.922953000330232 ], [ -121.978288000042454, 37.919799000071116 ], [ -121.978928000275062, 37.917645000018013 ], [ -121.97715700043851, 37.916104999781652 ], [ -121.973233000275698, 37.920712000014163 ], [ -121.96970800032102, 37.924286999922835 ], [ -121.967718000201344, 37.925778999912673 ], [ -121.967513000161915, 37.92596799974725 ], [ -121.962092999623835, 37.928156000054635 ], [ -121.960352999749432, 37.929252000160965 ], [ -121.958084999795403, 37.931209000136079 ], [ -121.957025000336571, 37.934072000065719 ], [ -121.944862000035783, 37.933983000229567 ], [ -121.941910000366562, 37.933996999852702 ], [ -121.941932000107855, 37.941249000240546 ], [ -121.944266000184129, 37.941234999873309 ], [ -121.949623000074709, 37.941234999873309 ], [ -121.950214999728431, 37.942715000049411 ], [ -121.950541000141641, 37.947739999997502 ], [ -121.950234999819912, 37.948326000275792 ], [ -121.956467000119716, 37.951756999892183 ], [ -121.957343000353873, 37.95210900031077 ], [ -121.963563000059835, 37.947505000272571 ], [ -121.965829000364025, 37.946095999862294 ], [ -121.969383999557593, 37.946020999875927 ], [ -121.970417999975496, 37.946289000221434 ], [ -121.978238999638663, 37.948105000069397 ], [ -121.980499999919985, 37.948432000148479 ], [ -121.992233999875367, 37.94715800029315 ], [ -121.995104000427133, 37.945529999982128 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355302", "NAME": "Census Tract 3553.02", "state": "06", "county_fips": "013", "tract": "355302", "county_name": "Contra Costa County", "tot_pop_2050": 3407, "tot_pop_pov_det_2050": 3404, "tot_pop_civ_ni_2050": 3404, "tot_hh_2050": 1201, "pop_zvhhs_2050": 10, "tot_fam_2050": 1015, "tot_pop_over5_2050": 3288, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1097, "pop_over75_2050": 375, "pop_spfam_2050": 33, "pop_lep_2050": 74, "pop_below200_2050": 130, "pop_disability_2050": 343, "pct_minority_2050": 0.3219841502788377, "pct_over75_2050": 0.11006750807161726, "pct_spfam_2050": 0.032512315270935961, "pct_lep_2050": 0.022506082725060828, "pct_below200_2050": 0.038190364277320803, "pct_disab_2050": 0.10076380728554643, "pct_zvhhs_2050": 0.0083263946711074101, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.069405885619100008, "pct_minority_2040": 0.249305941143809, "pct_spfam_2040": 0.047932330827068, "pct_lep_2040": 0.0070821529745040005, "pct_below200_2040": 0.034741523068371, "pct_disab_2040": 0.079488604780434013, "pct_zvhhs_2040": 0.0066334991708130002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.014678000312273, 37.927465999910993 ], [ -122.011600000246332, 37.924103999855028 ], [ -122.011004000394692, 37.921594999766732 ], [ -122.010313999933373, 37.917547999882835 ], [ -122.008661999922495, 37.915541999906928 ], [ -122.007638000448651, 37.914283000286943 ], [ -122.007204999905298, 37.91369100005334 ], [ -122.001976999886153, 37.913238999746675 ], [ -121.998590000023725, 37.913192000337801 ], [ -121.997760999645251, 37.912943999928721 ], [ -121.996097999763734, 37.911012000157989 ], [ -121.995783999944393, 37.90738099967033 ], [ -121.994194999682719, 37.904926000278195 ], [ -121.993327999669376, 37.90196799990354 ], [ -121.992449999785407, 37.900581000278592 ], [ -121.990643999788773, 37.899583999868881 ], [ -121.989461000306278, 37.899780999736485 ], [ -121.981537999637538, 37.910959999869462 ], [ -121.97715700043851, 37.916104999781652 ], [ -121.978928000275062, 37.917645000018013 ], [ -121.978288000042454, 37.919799000071116 ], [ -121.980613999722792, 37.922953000330232 ], [ -121.980606000225208, 37.92386000023717 ], [ -121.98426599989908, 37.925841999911555 ], [ -121.985122999866661, 37.927755999856501 ], [ -121.983674000245372, 37.92977600014364 ], [ -121.986107999880744, 37.933209000216202 ], [ -121.985312000012556, 37.934342999914136 ], [ -121.996900000378048, 37.94268699987078 ], [ -121.997090000348848, 37.938354999900163 ], [ -121.997702000094037, 37.937207999708015 ], [ -122.001002999742724, 37.934535999965746 ], [ -122.003884999990063, 37.930713000238292 ], [ -122.005331999961513, 37.929795000162059 ], [ -122.014678000312273, 37.927465999910993 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355304", "NAME": "Census Tract 3553.04", "state": "06", "county_fips": "013", "tract": "355304", "county_name": "Contra Costa County", "tot_pop_2050": 8585, "tot_pop_pov_det_2050": 8569, "tot_pop_civ_ni_2050": 8585, "tot_hh_2050": 3103, "pop_zvhhs_2050": 123, "tot_fam_2050": 2317, "tot_pop_over5_2050": 8119, "pop_hus_rent50_2050": 74, "pop_minority_2050": 2536, "pop_over75_2050": 626, "pop_spfam_2050": 49, "pop_lep_2050": 10, "pop_below200_2050": 768, "pop_disability_2050": 751, "pct_minority_2050": 0.29539895165987184, "pct_over75_2050": 0.072917880023296452, "pct_spfam_2050": 0.021148036253776439, "pct_lep_2050": 0.001231678778174652, "pct_below200_2050": 0.089625393861594113, "pct_disab_2050": 0.087478159580663947, "pct_zvhhs_2050": 0.039639058975185305, "pct_hus_rent50_2050": 0.023847889139542375, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062610007543374008, "pct_minority_2040": 0.263515212471712, "pct_spfam_2040": 0.069293478260869998, "pct_lep_2040": 0.026350635593220002, "pct_below200_2040": 0.091218344462643, "pct_disab_2040": 0.080839829016846998, "pct_zvhhs_2040": 0.085952533675433013, "pct_hus_rent50_2040": 0.031270358306188996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.957343000353873, 37.95210900031077 ], [ -121.956467000119716, 37.951756999892183 ], [ -121.950234999819912, 37.948326000275792 ], [ -121.946094999747004, 37.945809000104973 ], [ -121.941132000041719, 37.943311999800201 ], [ -121.937582999797598, 37.942196999977682 ], [ -121.937001000189625, 37.941615000292543 ], [ -121.934099999675709, 37.941223999785322 ], [ -121.933472000037, 37.940531999762634 ], [ -121.932696000260293, 37.936005999959917 ], [ -121.931214000128733, 37.934616000312133 ], [ -121.929649999981407, 37.934022999651816 ], [ -121.928793000013826, 37.933933000035559 ], [ -121.926621000319301, 37.933877000061244 ], [ -121.923104999687141, 37.932272000049771 ], [ -121.923188000426123, 37.929731000229502 ], [ -121.920728999778106, 37.927298999772795 ], [ -121.914417000010644, 37.924825999656598 ], [ -121.914386000048509, 37.924968000135763 ], [ -121.9144639998663, 37.942992000330371 ], [ -121.914617000027178, 37.955141999982793 ], [ -121.924581999795834, 37.955496000035744 ], [ -121.924779000337637, 37.958065000114807 ], [ -121.923722000353507, 37.960706000034769 ], [ -121.921542000263031, 37.960340000174234 ], [ -121.918437000432931, 37.961317000291018 ], [ -121.914427999881298, 37.962678000174108 ], [ -121.912656000219826, 37.968078999705128 ], [ -121.910425999900667, 37.969796999964061 ], [ -121.910579000061546, 37.974907000291239 ], [ -121.914030000396352, 37.974781000094509 ], [ -121.91585399993636, 37.974245000268773 ], [ -121.921459000422374, 37.970679999959998 ], [ -121.927125999934361, 37.967056999892591 ], [ -121.928782000143187, 37.962914000264504 ], [ -121.930140000426178, 37.962035999883433 ], [ -121.93292399986592, 37.961768000323424 ], [ -121.940670999909244, 37.962904999950901 ], [ -121.942832999558064, 37.962164000089309 ], [ -121.946021999952052, 37.959772000095725 ], [ -121.949863000274235, 37.957759999896034 ], [ -121.951340000382913, 37.956708000214789 ], [ -121.954671000168815, 37.954071000232823 ], [ -121.957343000353873, 37.95210900031077 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013355306", "NAME": "Census Tract 3553.06", "state": "06", "county_fips": "013", "tract": "355306", "county_name": "Contra Costa County", "tot_pop_2050": 5073, "tot_pop_pov_det_2050": 5072, "tot_pop_civ_ni_2050": 5073, "tot_hh_2050": 1790, "pop_zvhhs_2050": 29, "tot_fam_2050": 1459, "tot_pop_over5_2050": 4942, "pop_hus_rent50_2050": 25, "pop_minority_2050": 1030, "pop_over75_2050": 406, "pop_spfam_2050": 88, "pop_lep_2050": 13, "pop_below200_2050": 302, "pop_disability_2050": 435, "pct_minority_2050": 0.20303567908535386, "pct_over75_2050": 0.080031539522964712, "pct_spfam_2050": 0.060315284441398227, "pct_lep_2050": 0.0026305139619587211, "pct_below200_2050": 0.059542586750788634, "pct_disab_2050": 0.085748078060319338, "pct_zvhhs_2050": 0.016201117318435754, "pct_hus_rent50_2050": 0.013966480446927372, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042716099133588994, "pct_minority_2040": 0.17630465444287699, "pct_spfam_2040": 0.016506189821183001, "pct_lep_2040": 0.0016652789342209999, "pct_below200_2040": 0.044932500503727997, "pct_disab_2040": 0.053798105984284, "pct_zvhhs_2040": 0.012249443207126998, "pct_hus_rent50_2040": 0.020601336302895002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.989461000306278, 37.899780999736485 ], [ -121.990643999788773, 37.899583999868881 ], [ -121.988169000145518, 37.898120999826588 ], [ -121.98882199989859, 37.897176999773407 ], [ -121.987990000045372, 37.894688000112254 ], [ -121.985462999625298, 37.892168000221446 ], [ -121.983854999995344, 37.891574000115703 ], [ -121.981788999707689, 37.889901000261005 ], [ -121.978637000021934, 37.885939999889608 ], [ -121.974742000171403, 37.883178999745063 ], [ -121.972613999959464, 37.882977000176446 ], [ -121.971141000048746, 37.882218000123302 ], [ -121.96874400022331, 37.881877000193661 ], [ -121.968339999992253, 37.88114900026892 ], [ -121.966077000061119, 37.881079000046924 ], [ -121.965940999618695, 37.880197999941522 ], [ -121.963742999984873, 37.879293000159329 ], [ -121.96151000019097, 37.877749000140355 ], [ -121.962410999641165, 37.876787999864341 ], [ -121.962834000138784, 37.874967000330571 ], [ -121.957692000333324, 37.872589999880638 ], [ -121.954755999659326, 37.872437999824832 ], [ -121.950842000440531, 37.873395000074673 ], [ -121.949023999850013, 37.87295499997952 ], [ -121.950589999647121, 37.871505999959922 ], [ -121.95027400017797, 37.870716999751942 ], [ -121.946857000178326, 37.869531000190364 ], [ -121.943649000416059, 37.865782999735394 ], [ -121.942582000386224, 37.867582999749807 ], [ -121.943235999964173, 37.868909999732459 ], [ -121.940892999667128, 37.868378000313086 ], [ -121.940916000131622, 37.869566999655582 ], [ -121.939760000413301, 37.869508999838786 ], [ -121.942660000204015, 37.87210000026554 ], [ -121.942028000367344, 37.871618999664676 ], [ -121.938079999915047, 37.87104999994267 ], [ -121.935313000193744, 37.869669000054081 ], [ -121.93520699988855, 37.867611000154426 ], [ -121.932817999560697, 37.867357999759193 ], [ -121.931811999630199, 37.865691999669806 ], [ -121.933246000081198, 37.865030000205707 ], [ -121.93266500029813, 37.862671000072631 ], [ -121.93542899964639, 37.858956999980933 ], [ -121.935673000043849, 37.857527000120477 ], [ -121.934460000424153, 37.856119000279442 ], [ -121.93268500038964, 37.855446999869308 ], [ -121.930564999675298, 37.853479000261366 ], [ -121.925631000282323, 37.851883999728898 ], [ -121.926205000392684, 37.851370999811742 ], [ -121.92834899959982, 37.851817999873234 ], [ -121.930157999969524, 37.850256999670094 ], [ -121.932154999761877, 37.851065999667867 ], [ -121.932995000011019, 37.849997999792272 ], [ -121.933484999557479, 37.852349999672086 ], [ -121.933867999872135, 37.850391000282229 ], [ -121.927760000319168, 37.846060000052198 ], [ -121.923751999592426, 37.844741999978034 ], [ -121.921069000435054, 37.843024999673709 ], [ -121.909171000448126, 37.840316000081629 ], [ -121.896100999951074, 37.838250999949871 ], [ -121.893392999781, 37.846089000326131 ], [ -121.91100099983592, 37.846085999711264 ], [ -121.911004000208976, 37.855435000350951 ], [ -121.908494000405611, 37.857315999954345 ], [ -121.905563999579385, 37.856935000191683 ], [ -121.90212999986133, 37.857354999869216 ], [ -121.901549999903182, 37.858438000119584 ], [ -121.896454000128486, 37.859932999761156 ], [ -121.893752999631133, 37.8589489997375 ], [ -121.891341999561988, 37.859673999832992 ], [ -121.889663999611841, 37.861069999834328 ], [ -121.887717999873118, 37.861063999823834 ], [ -121.88433100001069, 37.862653999701713 ], [ -121.882944000313685, 37.864706000038097 ], [ -121.879104999641356, 37.866554000192551 ], [ -121.878532000254268, 37.867438000118213 ], [ -121.87462999983272, 37.868652999947329 ], [ -121.87399299997314, 37.87189300011179 ], [ -121.874250999716025, 37.873506999885606 ], [ -121.869917000372681, 37.875161999795047 ], [ -121.869384000270202, 37.877707000345247 ], [ -121.867780999764818, 37.879580000019594 ], [ -121.866543999855651, 37.883522000130277 ], [ -121.867364000013296, 37.887673999790429 ], [ -121.873258000204331, 37.891742000130421 ], [ -121.873324000326562, 37.893502999721768 ], [ -121.872340000137385, 37.896993000089338 ], [ -121.873596000313142, 37.900102999798818 ], [ -121.874160000377728, 37.906039000263853 ], [ -121.875903999551809, 37.907320999698783 ], [ -121.876467999616409, 37.908563999760005 ], [ -121.878703999783383, 37.909554000052701 ], [ -121.879866000247802, 37.910811999773877 ], [ -121.882170000186818, 37.912135999701121 ], [ -121.885433000200663, 37.912570000205541 ], [ -121.887614999940951, 37.914136999769248 ], [ -121.892283999918348, 37.915829000201505 ], [ -121.896905000215213, 37.919282999923674 ], [ -121.903426000220023, 37.921970000256785 ], [ -121.90893600027151, 37.923717999744213 ], [ -121.911711000388735, 37.92429299974313 ], [ -121.914386000048509, 37.924968000135763 ], [ -121.914417000010644, 37.924825999656598 ], [ -121.920728999778106, 37.927298999772795 ], [ -121.923188000426123, 37.929731000229502 ], [ -121.923104999687141, 37.932272000049771 ], [ -121.926621000319301, 37.933877000061244 ], [ -121.928793000013826, 37.933933000035559 ], [ -121.929649999981407, 37.934022999651816 ], [ -121.931214000128733, 37.934616000312133 ], [ -121.932696000260293, 37.936005999959917 ], [ -121.933472000037, 37.940531999762634 ], [ -121.934099999675709, 37.941223999785322 ], [ -121.937001000189625, 37.941615000292543 ], [ -121.937582999797598, 37.942196999977682 ], [ -121.941132000041719, 37.943311999800201 ], [ -121.946094999747004, 37.945809000104973 ], [ -121.950234999819912, 37.948326000275792 ], [ -121.950541000141641, 37.947739999997502 ], [ -121.950214999728431, 37.942715000049411 ], [ -121.949623000074709, 37.941234999873309 ], [ -121.944266000184129, 37.941234999873309 ], [ -121.941932000107855, 37.941249000240546 ], [ -121.941910000366562, 37.933996999852702 ], [ -121.944862000035783, 37.933983000229567 ], [ -121.957025000336571, 37.934072000065719 ], [ -121.958084999795403, 37.931209000136079 ], [ -121.960352999749432, 37.929252000160965 ], [ -121.962092999623835, 37.928156000054635 ], [ -121.967513000161915, 37.92596799974725 ], [ -121.967718000201344, 37.925778999912673 ], [ -121.96970800032102, 37.924286999922835 ], [ -121.973233000275698, 37.920712000014163 ], [ -121.97715700043851, 37.916104999781652 ], [ -121.981537999637538, 37.910959999869462 ], [ -121.989461000306278, 37.899780999736485 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013356001", "NAME": "Census Tract 3560.01", "state": "06", "county_fips": "013", "tract": "356001", "county_name": "Contra Costa County", "tot_pop_2050": 4480, "tot_pop_pov_det_2050": 4462, "tot_pop_civ_ni_2050": 4480, "tot_hh_2050": 1235, "pop_zvhhs_2050": 47, "tot_fam_2050": 1000, "tot_pop_over5_2050": 4162, "pop_hus_rent50_2050": 73, "pop_minority_2050": 3430, "pop_over75_2050": 241, "pop_spfam_2050": 104, "pop_lep_2050": 149, "pop_below200_2050": 1009, "pop_disability_2050": 510, "pct_minority_2050": 0.765625, "pct_over75_2050": 0.05379464285714286, "pct_spfam_2050": 0.104, "pct_lep_2050": 0.03580009610764056, "pct_below200_2050": 0.2261317794710892, "pct_disab_2050": 0.11383928571428573, "pct_zvhhs_2050": 0.038056680161943315, "pct_hus_rent50_2050": 0.059109311740890687, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057536852116024995, "pct_minority_2040": 0.78911079410366092, "pct_spfam_2040": 0.14432989690721601, "pct_lep_2040": 0.070570570570571006, "pct_below200_2040": 0.21165279429250897, "pct_disab_2040": 0.13079667063020201, "pct_zvhhs_2040": 0.040034812880765998, "pct_hus_rent50_2040": 0.047285464098074007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262314999938795, 38.02272999968698 ], [ -122.25752399976264, 38.018106000245901 ], [ -122.256117999799059, 38.016657999826592 ], [ -122.255959999615342, 38.015197000133661 ], [ -122.256686999886568, 38.013779000351256 ], [ -122.253671999569832, 38.014187000281687 ], [ -122.252484999889376, 38.013027999709635 ], [ -122.251412999836631, 38.014576000041536 ], [ -122.246082999710225, 38.015323000279565 ], [ -122.242109000216985, 38.015004999764464 ], [ -122.236845000212838, 38.0134519997303 ], [ -122.232357999810276, 38.011144999715704 ], [ -122.229314000079555, 38.010247000349715 ], [ -122.227308000066358, 38.009404999654585 ], [ -122.224542999994895, 38.008296999899883 ], [ -122.216196999726833, 38.007198000224967 ], [ -122.213413000287105, 38.007127999647068 ], [ -122.209664000026436, 38.007877999732123 ], [ -122.205622999687719, 38.008709999792792 ], [ -122.205051999950442, 38.008888000162024 ], [ -122.191635999846966, 38.014970000026281 ], [ -122.190383000044264, 38.015659999869392 ], [ -122.190887999659324, 38.016953000109353 ], [ -122.193598000377548, 38.018524999984223 ], [ -122.194949999914442, 38.019967999783525 ], [ -122.195970999913541, 38.022971000172625 ], [ -122.199771000227813, 38.026021999947062 ], [ -122.20732900012527, 38.028877999703802 ], [ -122.215462999782886, 38.035537000171381 ], [ -122.216364999956312, 38.036544999906958 ], [ -122.217252999886014, 38.038005000165079 ], [ -122.223573000049399, 38.043352000298128 ], [ -122.22640000004516, 38.044616999792169 ], [ -122.228077000170387, 38.044724000295467 ], [ -122.232531000062636, 38.043551999938998 ], [ -122.234091000012, 38.044254999647578 ], [ -122.235250000103377, 38.044791000041734 ], [ -122.238233999559625, 38.045168000342841 ], [ -122.247640000184859, 38.038456000030536 ], [ -122.255499000381178, 38.030052000345542 ], [ -122.262314999938795, 38.02272999968698 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013356002", "NAME": "Census Tract 3560.02", "state": "06", "county_fips": "013", "tract": "356002", "county_name": "Contra Costa County", "tot_pop_2050": 5438, "tot_pop_pov_det_2050": 5425, "tot_pop_civ_ni_2050": 5438, "tot_hh_2050": 1969, "pop_zvhhs_2050": 30, "tot_fam_2050": 1522, "tot_pop_over5_2050": 5200, "pop_hus_rent50_2050": 8, "pop_minority_2050": 3433, "pop_over75_2050": 254, "pop_spfam_2050": 57, "pop_lep_2050": 117, "pop_below200_2050": 400, "pop_disability_2050": 483, "pct_minority_2050": 0.6312982714233174, "pct_over75_2050": 0.046708348657594712, "pct_spfam_2050": 0.037450722733245734, "pct_lep_2050": 0.0225, "pct_below200_2050": 0.07373271889400923, "pct_disab_2050": 0.088819418904008823, "pct_zvhhs_2050": 0.015236160487557137, "pct_hus_rent50_2050": 0.0040629761300152358, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034162046145590999, "pct_minority_2040": 0.64961545340726212, "pct_spfam_2040": 0.13171080887616302, "pct_lep_2040": 0.021040766485064998, "pct_below200_2040": 0.10758472296933802, "pct_disab_2040": 0.084957968163118999, "pct_zvhhs_2040": 0.036772216547497003, "pct_hus_rent50_2040": 0.065082644628099012, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.27936499977686, 37.919609000056113 ], [ -122.277726000184799, 37.917770999724979 ], [ -122.27634299978746, 37.917968999739564 ], [ -122.275526999827761, 37.916178999857635 ], [ -122.272223999630938, 37.915076999932026 ], [ -122.270846999979682, 37.913647000214475 ], [ -122.272524999929828, 37.911917999886121 ], [ -122.26639499973723, 37.907474000131948 ], [ -122.268023000356976, 37.906535000018444 ], [ -122.267643000415404, 37.904246000329167 ], [ -122.264140000202019, 37.903774999761119 ], [ -122.26239199993168, 37.901722999705321 ], [ -122.261386000001181, 37.90145099998221 ], [ -122.260703000110894, 37.899639000251973 ], [ -122.258760999671807, 37.899090999922336 ], [ -122.256928999735877, 37.89984100018507 ], [ -122.256274000332994, 37.896969999919285 ], [ -122.255532999818072, 37.895965999976973 ], [ -122.253771000202335, 37.896220000174687 ], [ -122.25308199956595, 37.894115999878906 ], [ -122.249477000143656, 37.893085999916117 ], [ -122.248976999653138, 37.891221999787078 ], [ -122.245707999791506, 37.893053000014291 ], [ -122.24442999987447, 37.892291999741502 ], [ -122.242386000226432, 37.89293300005302 ], [ -122.242351999891241, 37.894049000011897 ], [ -122.244229999857936, 37.896638999696165 ], [ -122.24622800037352, 37.8971120002997 ], [ -122.248240000234489, 37.899730999679697 ], [ -122.249708000122325, 37.899719999761842 ], [ -122.250298999951113, 37.900614999814806 ], [ -122.244720000302678, 37.904717000008944 ], [ -122.242791000282381, 37.90479399984148 ], [ -122.242162999745361, 37.903747000345753 ], [ -122.238846000203139, 37.900856999646059 ], [ -122.235671999877752, 37.899329999937834 ], [ -122.229943000441494, 37.898219000263339 ], [ -122.227186999692535, 37.899757000252166 ], [ -122.222923999595977, 37.898253000181853 ], [ -122.222581000362609, 37.898133000190889 ], [ -122.222787000226944, 37.898357000251998 ], [ -122.220280999723258, 37.899310999846364 ], [ -122.219485999679947, 37.897887999985926 ], [ -122.21590100034912, 37.900272999844681 ], [ -122.215507999988759, 37.899826000254727 ], [ -122.210494000229843, 37.899515999828139 ], [ -122.207177999614231, 37.901258000283036 ], [ -122.207087000275934, 37.901721000096721 ], [ -122.20719199985794, 37.902548999988966 ], [ -122.208124999993487, 37.903915000222256 ], [ -122.210539000435659, 37.905823000308864 ], [ -122.211256999587761, 37.906849999675728 ], [ -122.211097999579096, 37.907888999783871 ], [ -122.210762999843354, 37.908322999826211 ], [ -122.209521999736239, 37.908908999656049 ], [ -122.208811000256816, 37.908939000063597 ], [ -122.206006999827281, 37.908445000347221 ], [ -122.204159999822764, 37.90911900012577 ], [ -122.200719000431988, 37.91403799998637 ], [ -122.20014600014656, 37.917537999737426 ], [ -122.197263000074301, 37.919791999971096 ], [ -122.196830000429259, 37.921473999684366 ], [ -122.195641000200681, 37.922172999709204 ], [ -122.19417099976468, 37.921905000006525 ], [ -122.191799999878498, 37.920631000226649 ], [ -122.18888800039224, 37.920256999902236 ], [ -122.18472800022785, 37.919162000289447 ], [ -122.174715999705228, 37.917966999863765 ], [ -122.172979000203867, 37.917941999994447 ], [ -122.166382999855983, 37.919708000136367 ], [ -122.164545999897172, 37.921289999810028 ], [ -122.163867000204831, 37.922663999740351 ], [ -122.163284999698575, 37.923475000125904 ], [ -122.162786999756207, 37.924477999748035 ], [ -122.16232099960088, 37.925803999952464 ], [ -122.159249000281051, 37.927125999666686 ], [ -122.155590000432099, 37.927473999797783 ], [ -122.151828999577532, 37.928771000223954 ], [ -122.149449000368833, 37.93056399973397 ], [ -122.148060000123706, 37.932851000117424 ], [ -122.148241999698584, 37.933734999783383 ], [ -122.143305999757487, 37.935334000108199 ], [ -122.141985000182743, 37.935042000176779 ], [ -122.141258999736422, 37.93691899988535 ], [ -122.137549999658731, 37.937963999760882 ], [ -122.138310000440228, 37.93921200024257 ], [ -122.137372000281815, 37.939714999801552 ], [ -122.136768999859143, 37.942770999666109 ], [ -122.135593000049354, 37.943719000313756 ], [ -122.134741000104626, 37.945789999975354 ], [ -122.134922999679517, 37.947511999859252 ], [ -122.13644499999404, 37.949590999892486 ], [ -122.136506000093419, 37.951286999887373 ], [ -122.134955000364883, 37.953481999955706 ], [ -122.135671999692036, 37.956669999921424 ], [ -122.137379999779426, 37.957071000124827 ], [ -122.13819300026438, 37.958329000050234 ], [ -122.137264000326766, 37.958759000226074 ], [ -122.135189999643217, 37.957465000209574 ], [ -122.133161000063808, 37.958843000062046 ], [ -122.131107000370022, 37.96364500010101 ], [ -122.129318000091786, 37.963907999787125 ], [ -122.128022999558013, 37.966227999692002 ], [ -122.126153999812161, 37.966789000244198 ], [ -122.12635700020175, 37.972955999995911 ], [ -122.1271570002679, 37.975127000003802 ], [ -122.126556000393379, 37.975982000093239 ], [ -122.126235999827898, 37.978044999991681 ], [ -122.125738999710478, 37.979099000221012 ], [ -122.12504900014747, 37.979743000326586 ], [ -122.124835999712118, 37.981070999876245 ], [ -122.125813000228604, 37.983748999998291 ], [ -122.126583999982458, 37.984441999752207 ], [ -122.129949999928471, 37.990556999678269 ], [ -122.130026999921384, 37.990733999855664 ], [ -122.134707999594369, 37.989815999987179 ], [ -122.138057999646847, 37.989670999795017 ], [ -122.140838999611859, 37.990603999883007 ], [ -122.142391999888503, 37.991846000196034 ], [ -122.145280999808534, 37.997009000001675 ], [ -122.147393000126954, 38.000117000288249 ], [ -122.155316999722288, 38.004814999900567 ], [ -122.158481000001942, 38.005623999883532 ], [ -122.162893000061416, 38.005885999757218 ], [ -122.165465999613943, 38.006518000073449 ], [ -122.167152999784918, 38.007523000162145 ], [ -122.174826000208398, 38.013216000074863 ], [ -122.177621000417105, 38.015076999961849 ], [ -122.17934000037512, 38.015647000266746 ], [ -122.1837530002595, 38.016116000096318 ], [ -122.187395000390026, 38.016326999959837 ], [ -122.190383000044264, 38.015659999869392 ], [ -122.191635999846966, 38.014970000026281 ], [ -122.205051999950442, 38.008888000162024 ], [ -122.205622999687719, 38.008709999792792 ], [ -122.209664000026436, 38.007877999732123 ], [ -122.213413000287105, 38.007127999647068 ], [ -122.216196999726833, 38.007198000224967 ], [ -122.224542999994895, 38.008296999899883 ], [ -122.227308000066358, 38.009404999654585 ], [ -122.229314000079555, 38.010247000349715 ], [ -122.232357999810276, 38.011144999715704 ], [ -122.236845000212838, 38.0134519997303 ], [ -122.242109000216985, 38.015004999764464 ], [ -122.246082999710225, 38.015323000279565 ], [ -122.251412999836631, 38.014576000041536 ], [ -122.252484999889376, 38.013027999709635 ], [ -122.252370000261649, 38.012913999893286 ], [ -122.248065000332289, 38.008678999648524 ], [ -122.239099999748035, 38.007218000175627 ], [ -122.236947000320086, 38.004341999960324 ], [ -122.243269000133282, 38.003467000212147 ], [ -122.24480800016623, 38.001903999967645 ], [ -122.243030999583581, 38.001545999846371 ], [ -122.241550000175266, 38.000120999815628 ], [ -122.242814999673513, 37.998289999736656 ], [ -122.24550100010228, 37.995804999911364 ], [ -122.247271000113912, 37.996398999781327 ], [ -122.247042999609974, 37.995657000048467 ], [ -122.248728999956015, 37.995418999853129 ], [ -122.249965999865196, 37.992076000017867 ], [ -122.23599900011591, 37.983406000352112 ], [ -122.234973000093945, 37.984353999786585 ], [ -122.229469999715164, 37.98459999981177 ], [ -122.227185000042681, 37.984991000244186 ], [ -122.226759000070359, 37.985879999877916 ], [ -122.221768999702576, 37.985889999928808 ], [ -122.22037799980761, 37.984170000161178 ], [ -122.218473000076756, 37.981730999668173 ], [ -122.20496900010977, 37.964742000026682 ], [ -122.209889999982238, 37.968326999675327 ], [ -122.215106000305852, 37.970328999957424 ], [ -122.22042499966328, 37.970327000089767 ], [ -122.223635999798589, 37.97253200023129 ], [ -122.225943999935566, 37.973333000236707 ], [ -122.22835199963167, 37.973131000352211 ], [ -122.231063000174785, 37.974833999725909 ], [ -122.237347000353168, 37.972103999795522 ], [ -122.2415119996421, 37.971829999970154 ], [ -122.243151999957405, 37.971104999722364 ], [ -122.24296000033678, 37.968467999716026 ], [ -122.243066999568583, 37.968112999904783 ], [ -122.245767000241045, 37.964496000013675 ], [ -122.247085000341087, 37.963947999918069 ], [ -122.251843999831848, 37.964102000112554 ], [ -122.252885999747377, 37.964038000310097 ], [ -122.255902999713911, 37.963119000027604 ], [ -122.259164000077945, 37.962454999859879 ], [ -122.259503999836539, 37.962270999868835 ], [ -122.260667999950812, 37.960978000173853 ], [ -122.264101999668881, 37.959491999797116 ], [ -122.26585099976414, 37.959386999675544 ], [ -122.26650600006532, 37.959093000236372 ], [ -122.268370999613211, 37.957504000200089 ], [ -122.269174999877322, 37.957006999861228 ], [ -122.270308000029431, 37.956151999777596 ], [ -122.270723000131127, 37.955746999693915 ], [ -122.271940999773719, 37.953213000181087 ], [ -122.271417999716988, 37.952891000280047 ], [ -122.270714999735205, 37.952206999656269 ], [ -122.269309999596544, 37.949933000074203 ], [ -122.268767000346642, 37.948623000288229 ], [ -122.268075000235541, 37.947565000047696 ], [ -122.264689000198032, 37.946065000179452 ], [ -122.261921999578405, 37.945051999713932 ], [ -122.265716000044918, 37.942565000182668 ], [ -122.271061000239911, 37.939807000121746 ], [ -122.268271999879005, 37.936903999721387 ], [ -122.254871999669078, 37.920860999932685 ], [ -122.254610999553165, 37.920578999651156 ], [ -122.25470400033791, 37.920610000162206 ], [ -122.260523000185856, 37.920817000130782 ], [ -122.263734000321165, 37.920930999885286 ], [ -122.264177999836861, 37.921471000013625 ], [ -122.270605999955251, 37.921384000296314 ], [ -122.270672000077511, 37.923920000183436 ], [ -122.27936499977686, 37.919609000056113 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013357000", "NAME": "Census Tract 3570", "state": "06", "county_fips": "013", "tract": "357000", "county_name": "Contra Costa County", "tot_pop_2050": 3170, "tot_pop_pov_det_2050": 3148, "tot_pop_civ_ni_2050": 3170, "tot_hh_2050": 1424, "pop_zvhhs_2050": 56, "tot_fam_2050": 750, "tot_pop_over5_2050": 3033, "pop_hus_rent50_2050": 121, "pop_minority_2050": 1126, "pop_over75_2050": 150, "pop_spfam_2050": 86, "pop_lep_2050": 107, "pop_below200_2050": 592, "pop_disability_2050": 443, "pct_minority_2050": 0.35520504731861202, "pct_over75_2050": 0.047318611987381701, "pct_spfam_2050": 0.11466666666666668, "pct_lep_2050": 0.035278602044180679, "pct_below200_2050": 0.18805590851334181, "pct_disab_2050": 0.13974763406940066, "pct_zvhhs_2050": 0.039325842696629212, "pct_hus_rent50_2050": 0.08497191011235955, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050088915234144007, "pct_minority_2040": 0.27474807350326003, "pct_spfam_2040": 0.12206047032474801, "pct_lep_2040": 0.0025396825396830002, "pct_below200_2040": 0.17990515708357999, "pct_disab_2040": 0.086865671641791001, "pct_zvhhs_2040": 0.039765319426336002, "pct_hus_rent50_2040": 0.09945872801082499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.238233999559625, 38.045168000342841 ], [ -122.235250000103377, 38.044791000041734 ], [ -122.234091000012, 38.044254999647578 ], [ -122.232531000062636, 38.043551999938998 ], [ -122.228077000170387, 38.044724000295467 ], [ -122.22640000004516, 38.044616999792169 ], [ -122.223573000049399, 38.043352000298128 ], [ -122.217252999886014, 38.038005000165079 ], [ -122.216364999956312, 38.036544999906958 ], [ -122.215462999782886, 38.035537000171381 ], [ -122.20732900012527, 38.028877999703802 ], [ -122.199771000227813, 38.026021999947062 ], [ -122.195970999913541, 38.022971000172625 ], [ -122.194949999914442, 38.019967999783525 ], [ -122.193598000377548, 38.018524999984223 ], [ -122.190887999659324, 38.016953000109353 ], [ -122.190383000044264, 38.015659999869392 ], [ -122.187395000390026, 38.016326999959837 ], [ -122.1837530002595, 38.016116000096318 ], [ -122.17934000037512, 38.015647000266746 ], [ -122.177621000417105, 38.015076999961849 ], [ -122.178168999689873, 38.019264999783246 ], [ -122.179721000141626, 38.021687000139664 ], [ -122.181795999751799, 38.023165999958962 ], [ -122.182293999694181, 38.024174000095321 ], [ -122.183329999761881, 38.025798999652523 ], [ -122.186775000248929, 38.025978000155298 ], [ -122.18774199982137, 38.029354000042552 ], [ -122.189244999869317, 38.030692000293399 ], [ -122.191045000018178, 38.030990999944812 ], [ -122.191272999623806, 38.032280999869393 ], [ -122.194240000259967, 38.03445999982668 ], [ -122.194985000074553, 38.036348000163528 ], [ -122.192440000111105, 38.041119999783511 ], [ -122.192384000034593, 38.041106000068936 ], [ -122.192281000102426, 38.041099999887244 ], [ -122.192076999887945, 38.041184000263918 ], [ -122.188674000132011, 38.042026000181473 ], [ -122.187005000402678, 38.041167999795348 ], [ -122.183653999626983, 38.040678000023696 ], [ -122.18257400007667, 38.039492999671516 ], [ -122.183086000262733, 38.038450000339225 ], [ -122.180618000292156, 38.037927000121584 ], [ -122.179527999797784, 38.035699999980906 ], [ -122.177074999895851, 38.036294999696736 ], [ -122.174667000199747, 38.035973999681126 ], [ -122.17430899999944, 38.03458300010147 ], [ -122.167577000107443, 38.036720999707228 ], [ -122.169536000264955, 38.03927499997949 ], [ -122.174939000186328, 38.046430999673859 ], [ -122.17618799979104, 38.047862999822343 ], [ -122.183862999864374, 38.053997000352567 ], [ -122.194805000149486, 38.056532999692941 ], [ -122.200676999700889, 38.057893999945222 ], [ -122.201778000065943, 38.058119999875906 ], [ -122.213700000342286, 38.059591000005163 ], [ -122.225178000204622, 38.061005999676098 ], [ -122.226412999565653, 38.06107300008069 ], [ -122.226112000165088, 38.05661800021845 ], [ -122.226075000355152, 38.055210999991218 ], [ -122.226371999557756, 38.054375000134613 ], [ -122.227043999577418, 38.053478000278609 ], [ -122.231811000362413, 38.049822000276905 ], [ -122.238233999559625, 38.045168000342841 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013358000", "NAME": "Census Tract 3580", "state": "06", "county_fips": "013", "tract": "358000", "county_name": "Contra Costa County", "tot_pop_2050": 6195, "tot_pop_pov_det_2050": 6195, "tot_pop_civ_ni_2050": 6195, "tot_hh_2050": 2232, "pop_zvhhs_2050": 198, "tot_fam_2050": 1589, "tot_pop_over5_2050": 5803, "pop_hus_rent50_2050": 311, "pop_minority_2050": 4520, "pop_over75_2050": 331, "pop_spfam_2050": 381, "pop_lep_2050": 378, "pop_below200_2050": 1883, "pop_disability_2050": 806, "pct_minority_2050": 0.72962066182405161, "pct_over75_2050": 0.053430185633575461, "pct_spfam_2050": 0.23977344241661425, "pct_lep_2050": 0.06513872135102533, "pct_below200_2050": 0.30395480225988697, "pct_disab_2050": 0.1301049233252623, "pct_zvhhs_2050": 0.088709677419354843, "pct_hus_rent50_2050": 0.13933691756272401, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059513390512865, "pct_minority_2040": 0.58673201470330794, "pct_spfam_2040": 0.214438884917798, "pct_lep_2040": 0.078613373745027013, "pct_below200_2040": 0.312105263157895, "pct_disab_2040": 0.13583056187642201, "pct_zvhhs_2040": 0.074688796680498007, "pct_hus_rent50_2040": 0.107181136120043, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.275151999909028, 38.037439999776389 ], [ -122.275560903144893, 38.035737794494644 ], [ -122.274654999791593, 38.034811000064472 ], [ -122.27427900004794, 38.034371999739214 ], [ -122.271302000264356, 38.031657000080102 ], [ -122.267479000383858, 38.027352999733438 ], [ -122.262314999938795, 38.02272999968698 ], [ -122.255499000381178, 38.030052000345542 ], [ -122.247640000184859, 38.038456000030536 ], [ -122.238233999559625, 38.045168000342841 ], [ -122.231811000362413, 38.049822000276905 ], [ -122.227043999577418, 38.053478000278609 ], [ -122.226371999557756, 38.054375000134613 ], [ -122.226075000355152, 38.055210999991218 ], [ -122.226112000165088, 38.05661800021845 ], [ -122.226412999565653, 38.06107300008069 ], [ -122.22799099995666, 38.061205999889353 ], [ -122.232952000012133, 38.062100000221037 ], [ -122.245482999660624, 38.063922000284521 ], [ -122.265346999973971, 38.059917999804803 ], [ -122.269666187894913, 38.060336289321313 ], [ -122.269606269367145, 38.060258249410936 ], [ -122.26807663247439, 38.058266002045201 ], [ -122.262860999561767, 38.051473000229429 ], [ -122.262860999561767, 38.044599999737507 ], [ -122.266952000129166, 38.041090000290772 ], [ -122.271421000090044, 38.040941000199041 ], [ -122.275151999909028, 38.037439999776389 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359102", "NAME": "Census Tract 3591.02", "state": "06", "county_fips": "013", "tract": "359102", "county_name": "Contra Costa County", "tot_pop_2050": 5989, "tot_pop_pov_det_2050": 5983, "tot_pop_civ_ni_2050": 5983, "tot_hh_2050": 1914, "pop_zvhhs_2050": 112, "tot_fam_2050": 1474, "tot_pop_over5_2050": 5596, "pop_hus_rent50_2050": 148, "pop_minority_2050": 4433, "pop_over75_2050": 460, "pop_spfam_2050": 319, "pop_lep_2050": 424, "pop_below200_2050": 1098, "pop_disability_2050": 810, "pct_minority_2050": 0.74019034897311742, "pct_over75_2050": 0.076807480380697943, "pct_spfam_2050": 0.21641791044776121, "pct_lep_2050": 0.075768406004288774, "pct_below200_2050": 0.18351997325756308, "pct_disab_2050": 0.13538358682934981, "pct_zvhhs_2050": 0.058516196447230925, "pct_hus_rent50_2050": 0.077324973876698011, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065123510105372012, "pct_minority_2040": 0.74814302988426296, "pct_spfam_2040": 0.20174799708667199, "pct_lep_2040": 0.043085987847542001, "pct_below200_2040": 0.28326929793922501, "pct_disab_2040": 0.14470954356846499, "pct_zvhhs_2040": 0.053542455381286998, "pct_hus_rent50_2040": 0.088427947598253009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.316938000427498, 38.00230999974606 ], [ -122.31755400037062, 38.000387999984675 ], [ -122.315689999749324, 37.997005000304576 ], [ -122.315681000426792, 37.996906999870149 ], [ -122.314009000324461, 37.997074999927939 ], [ -122.313435000214113, 37.997212999839213 ], [ -122.312938999921542, 37.997460000201798 ], [ -122.311727999951643, 37.998176999918208 ], [ -122.310470000126102, 37.998684999726088 ], [ -122.308668000327387, 37.995371000309106 ], [ -122.307279000082261, 37.996420999710374 ], [ -122.302287000064666, 37.995277999908524 ], [ -122.299658000435628, 38.000338999920437 ], [ -122.299276999770811, 38.001759000311026 ], [ -122.298552999872626, 38.004019999919485 ], [ -122.298516000062676, 38.004245000307854 ], [ -122.299568000023939, 38.00577200015956 ], [ -122.299482234270513, 38.011904895050229 ], [ -122.300823000374763, 38.010892999706662 ], [ -122.313324581994351, 38.01151055230725 ], [ -122.313331730787354, 38.011510905484982 ], [ -122.313323999886023, 38.010970000135551 ], [ -122.31438599989302, 38.004768999772452 ], [ -122.312938000096651, 38.005610999916705 ], [ -122.31188000028763, 38.004440999838124 ], [ -122.316938000427498, 38.00230999974606 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359103", "NAME": "Census Tract 3591.03", "state": "06", "county_fips": "013", "tract": "359103", "county_name": "Contra Costa County", "tot_pop_2050": 5019, "tot_pop_pov_det_2050": 4926, "tot_pop_civ_ni_2050": 5019, "tot_hh_2050": 1914, "pop_zvhhs_2050": 44, "tot_fam_2050": 1227, "tot_pop_over5_2050": 4844, "pop_hus_rent50_2050": 90, "pop_minority_2050": 3142, "pop_over75_2050": 270, "pop_spfam_2050": 148, "pop_lep_2050": 279, "pop_below200_2050": 897, "pop_disability_2050": 598, "pct_minority_2050": 0.6260211197449691, "pct_over75_2050": 0.05379557680812911, "pct_spfam_2050": 0.12061939690301547, "pct_lep_2050": 0.057597027250206441, "pct_below200_2050": 0.18209500609013396, "pct_disab_2050": 0.11914724048615262, "pct_zvhhs_2050": 0.02298850574712644, "pct_hus_rent50_2050": 0.047021943573667714, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053582426606446, "pct_minority_2040": 0.65735988503387399, "pct_spfam_2040": 0.18042366691015302, "pct_lep_2040": 0.053571428571428999, "pct_below200_2040": 0.27078628618353501, "pct_disab_2040": 0.125591929174388, "pct_zvhhs_2040": 0.058763413387837998, "pct_hus_rent50_2040": 0.090281465746149994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302287000064666, 37.995277999908524 ], [ -122.302400000042567, 37.994527000185904 ], [ -122.302049000413277, 37.993441000141857 ], [ -122.301688999664876, 37.993491999803574 ], [ -122.290158999923989, 37.995178999695092 ], [ -122.287849000137186, 37.996104000320891 ], [ -122.286182000057721, 37.997188000028459 ], [ -122.285590000404, 37.997709999830562 ], [ -122.279746000441705, 38.004006000193421 ], [ -122.281646999974598, 38.004107000179843 ], [ -122.284480999643051, 38.008876000182532 ], [ -122.285867000413432, 38.008414000186313 ], [ -122.285332999587737, 38.008887000045839 ], [ -122.284700999751067, 38.00945000030454 ], [ -122.288609000020372, 38.00816199999074 ], [ -122.290620999881369, 38.008460000150976 ], [ -122.294764000327305, 38.013355000098869 ], [ -122.293098000072732, 38.01523099973376 ], [ -122.295117747903063, 38.015198835291507 ], [ -122.299482234270513, 38.011904895050229 ], [ -122.299568000023939, 38.00577200015956 ], [ -122.298516000062676, 38.004245000307854 ], [ -122.298552999872626, 38.004019999919485 ], [ -122.299276999770811, 38.001759000311026 ], [ -122.299658000435628, 38.000338999920437 ], [ -122.302287000064666, 37.995277999908524 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359104", "NAME": "Census Tract 3591.04", "state": "06", "county_fips": "013", "tract": "359104", "county_name": "Contra Costa County", "tot_pop_2050": 2000, "tot_pop_pov_det_2050": 2000, "tot_pop_civ_ni_2050": 2000, "tot_hh_2050": 870, "pop_zvhhs_2050": 23, "tot_fam_2050": 493, "tot_pop_over5_2050": 1929, "pop_hus_rent50_2050": 30, "pop_minority_2050": 1646, "pop_over75_2050": 94, "pop_spfam_2050": 126, "pop_lep_2050": 68, "pop_below200_2050": 354, "pop_disability_2050": 229, "pct_minority_2050": 0.823, "pct_over75_2050": 0.047, "pct_spfam_2050": 0.25557809330628811, "pct_lep_2050": 0.0352514256091239, "pct_below200_2050": 0.177, "pct_disab_2050": 0.1145, "pct_zvhhs_2050": 0.026436781609195398, "pct_hus_rent50_2050": 0.034482758620689648, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.013866666666667001, "pct_minority_2040": 0.77653333333333296, "pct_spfam_2040": 0.15261044176706801, "pct_lep_2040": 0.041128084606345004, "pct_below200_2040": 0.16373333333333301, "pct_disab_2040": 0.032533333333332998, "pct_zvhhs_2040": 0.015312131919906, "pct_hus_rent50_2040": 0.043786982248520998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285332999587737, 38.008887000045839 ], [ -122.285867000413432, 38.008414000186313 ], [ -122.284480999643051, 38.008876000182532 ], [ -122.281646999974598, 38.004107000179843 ], [ -122.279746000441705, 38.004006000193421 ], [ -122.272710999702667, 38.011537999660774 ], [ -122.269372000419153, 38.015172000084597 ], [ -122.272453999784702, 38.016031999988343 ], [ -122.273042999963693, 38.013564000020658 ], [ -122.274526999745063, 38.012608999686833 ], [ -122.279660000227963, 38.011877999892626 ], [ -122.285332999587737, 38.008887000045839 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359105", "NAME": "Census Tract 3591.05", "state": "06", "county_fips": "013", "tract": "359105", "county_name": "Contra Costa County", "tot_pop_2050": 5054, "tot_pop_pov_det_2050": 5039, "tot_pop_civ_ni_2050": 5047, "tot_hh_2050": 1644, "pop_zvhhs_2050": 21, "tot_fam_2050": 1302, "tot_pop_over5_2050": 4760, "pop_hus_rent50_2050": 66, "pop_minority_2050": 4287, "pop_over75_2050": 259, "pop_spfam_2050": 91, "pop_lep_2050": 211, "pop_below200_2050": 431, "pop_disability_2050": 407, "pct_minority_2050": 0.84823901859912942, "pct_over75_2050": 0.051246537396121887, "pct_spfam_2050": 0.069892473118279563, "pct_lep_2050": 0.044327731092436984, "pct_below200_2050": 0.085532843818217894, "pct_disab_2050": 0.080641965524073711, "pct_zvhhs_2050": 0.012773722627737226, "pct_hus_rent50_2050": 0.040145985401459854, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030562884784520999, "pct_minority_2040": 0.81002638522427406, "pct_spfam_2040": 0.081994928148774002, "pct_lep_2040": 0.040473372781065005, "pct_below200_2040": 0.07001321003963, "pct_disab_2040": 0.11360634081902199, "pct_zvhhs_2040": 0.0033112582781459998, "pct_hus_rent50_2040": 0.032214765100670999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293929000101059, 38.01609599974234 ], [ -122.295117747903063, 38.015198835291507 ], [ -122.293098000072732, 38.01523099973376 ], [ -122.294764000327305, 38.013355000098869 ], [ -122.290620999881369, 38.008460000150976 ], [ -122.288609000020372, 38.00816199999074 ], [ -122.284700999751067, 38.00945000030454 ], [ -122.285332999587737, 38.008887000045839 ], [ -122.279660000227963, 38.011877999892626 ], [ -122.274526999745063, 38.012608999686833 ], [ -122.273042999963693, 38.013564000020658 ], [ -122.273124000154539, 38.015720999879413 ], [ -122.278297999747025, 38.018376999977022 ], [ -122.284253999862315, 38.019938000119573 ], [ -122.285571490617571, 38.022533257885556 ], [ -122.289413000284483, 38.022275000209184 ], [ -122.293929000101059, 38.01609599974234 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359202", "NAME": "Census Tract 3592.02", "state": "06", "county_fips": "013", "tract": "359202", "county_name": "Contra Costa County", "tot_pop_2050": 5972, "tot_pop_pov_det_2050": 5873, "tot_pop_civ_ni_2050": 5958, "tot_hh_2050": 2179, "pop_zvhhs_2050": 100, "tot_fam_2050": 1633, "tot_pop_over5_2050": 5812, "pop_hus_rent50_2050": 113, "pop_minority_2050": 3586, "pop_over75_2050": 596, "pop_spfam_2050": 96, "pop_lep_2050": 242, "pop_below200_2050": 1074, "pop_disability_2050": 1132, "pct_minority_2050": 0.60046885465505706, "pct_over75_2050": 0.099799062290689869, "pct_spfam_2050": 0.058787507654623386, "pct_lep_2050": 0.04163799036476256, "pct_below200_2050": 0.18287076451557974, "pct_disab_2050": 0.18999664316884859, "pct_zvhhs_2050": 0.045892611289582379, "pct_hus_rent50_2050": 0.051858650757228085, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.117666722380077, "pct_minority_2040": 0.55975263245863294, "pct_spfam_2040": 0.034090909090908998, "pct_lep_2040": 0.024790502793296004, "pct_below200_2040": 0.075699212862167006, "pct_disab_2040": 0.15474794841735098, "pct_zvhhs_2040": 0.067965564114181989, "pct_hus_rent50_2040": 0.024014499320344, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285590000404, 37.997709999830562 ], [ -122.286182000057721, 37.997188000028459 ], [ -122.284909000163523, 37.988746000172746 ], [ -122.284766999873284, 37.988302999836833 ], [ -122.280640000219194, 37.984775999755456 ], [ -122.27979300029736, 37.9843229999667 ], [ -122.278248000416625, 37.98311400031465 ], [ -122.27241899962462, 37.980960999805866 ], [ -122.269194000143912, 37.981549000107997 ], [ -122.266572000187566, 37.981192000258858 ], [ -122.263453000113785, 37.978795999912954 ], [ -122.257636999740569, 37.977621999717215 ], [ -122.256163999829823, 37.977184000107997 ], [ -122.251356999760134, 37.975228000101666 ], [ -122.250274999661684, 37.973586000317518 ], [ -122.247980999768387, 37.972377000108501 ], [ -122.243151999957405, 37.971104999722364 ], [ -122.2415119996421, 37.971829999970154 ], [ -122.237347000353168, 37.972103999795522 ], [ -122.231063000174785, 37.974833999725909 ], [ -122.22835199963167, 37.973131000352211 ], [ -122.225943999935566, 37.973333000236707 ], [ -122.223635999798589, 37.97253200023129 ], [ -122.22042499966328, 37.970327000089767 ], [ -122.215106000305852, 37.970328999957424 ], [ -122.209889999982238, 37.968326999675327 ], [ -122.20496900010977, 37.964742000026682 ], [ -122.218473000076756, 37.981730999668173 ], [ -122.22037799980761, 37.984170000161178 ], [ -122.221768999702576, 37.985889999928808 ], [ -122.226759000070359, 37.985879999877916 ], [ -122.227185000042681, 37.984991000244186 ], [ -122.229469999715164, 37.98459999981177 ], [ -122.234973000093945, 37.984353999786585 ], [ -122.23599900011591, 37.983406000352112 ], [ -122.249965999865196, 37.992076000017867 ], [ -122.253676999592699, 37.993613999850055 ], [ -122.256722999871556, 37.992465999914479 ], [ -122.259538000171759, 37.991759999898932 ], [ -122.265069999964524, 37.991872000051984 ], [ -122.268912999936518, 37.992732000005134 ], [ -122.274880999747381, 37.995064000137511 ], [ -122.277583000069683, 37.999212000024855 ], [ -122.278080000187131, 38.000039000257949 ], [ -122.282135999696109, 38.000389000216792 ], [ -122.279746000441705, 38.004006000193421 ], [ -122.285590000404, 37.997709999830562 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359203", "NAME": "Census Tract 3592.03", "state": "06", "county_fips": "013", "tract": "359203", "county_name": "Contra Costa County", "tot_pop_2050": 7304, "tot_pop_pov_det_2050": 7277, "tot_pop_civ_ni_2050": 7246, "tot_hh_2050": 2261, "pop_zvhhs_2050": 68, "tot_fam_2050": 1781, "tot_pop_over5_2050": 7018, "pop_hus_rent50_2050": 132, "pop_minority_2050": 5486, "pop_over75_2050": 361, "pop_spfam_2050": 139, "pop_lep_2050": 273, "pop_below200_2050": 1164, "pop_disability_2050": 694, "pct_minority_2050": 0.75109529025191679, "pct_over75_2050": 0.049424972617743701, "pct_spfam_2050": 0.078046041549691178, "pct_lep_2050": 0.038899971501852385, "pct_below200_2050": 0.15995602583482205, "pct_disab_2050": 0.095776980402980966, "pct_zvhhs_2050": 0.030075187969924814, "pct_hus_rent50_2050": 0.0583812472357364, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054931335830212001, "pct_minority_2040": 0.81703426272714708, "pct_spfam_2040": 0.23212258796821802, "pct_lep_2040": 0.052862149532709998, "pct_below200_2040": 0.16457985531441299, "pct_disab_2040": 0.075681691708402998, "pct_zvhhs_2040": 0.052181351582549003, "pct_hus_rent50_2040": 0.072711719418305995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.272710999702667, 38.011537999660774 ], [ -122.2718539997351, 38.009772999959466 ], [ -122.269841000049198, 38.009154000146864 ], [ -122.26913899989232, 38.00763500030979 ], [ -122.267265999948535, 38.006335999716583 ], [ -122.262338000403332, 38.004805999770014 ], [ -122.261377999605287, 38.004057000295063 ], [ -122.258929999726206, 38.002991999677292 ], [ -122.256840000047433, 38.002361000319446 ], [ -122.249527000372368, 37.998685999981433 ], [ -122.247841999851218, 37.996860000164311 ], [ -122.247271000113912, 37.996398999781327 ], [ -122.24550100010228, 37.995804999911364 ], [ -122.242814999673513, 37.998289999736656 ], [ -122.241550000175266, 38.000120999815628 ], [ -122.243030999583581, 38.001545999846371 ], [ -122.24480800016623, 38.001903999967645 ], [ -122.243269000133282, 38.003467000212147 ], [ -122.236947000320086, 38.004341999960324 ], [ -122.239099999748035, 38.007218000175627 ], [ -122.248065000332289, 38.008678999648524 ], [ -122.252370000261649, 38.012913999893286 ], [ -122.252484999889376, 38.013027999709635 ], [ -122.253671999569832, 38.014187000281687 ], [ -122.256686999886568, 38.013779000351256 ], [ -122.255959999615342, 38.015197000133661 ], [ -122.256117999799059, 38.016657999826592 ], [ -122.25752399976264, 38.018106000245901 ], [ -122.262314999938795, 38.02272999968698 ], [ -122.266446999615781, 38.018261999999361 ], [ -122.269372000419153, 38.015172000084597 ], [ -122.272710999702667, 38.011537999660774 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013359204", "NAME": "Census Tract 3592.04", "state": "06", "county_fips": "013", "tract": "359204", "county_name": "Contra Costa County", "tot_pop_2050": 4907, "tot_pop_pov_det_2050": 4861, "tot_pop_civ_ni_2050": 4901, "tot_hh_2050": 1475, "pop_zvhhs_2050": 63, "tot_fam_2050": 1240, "tot_pop_over5_2050": 4684, "pop_hus_rent50_2050": 51, "pop_minority_2050": 4091, "pop_over75_2050": 301, "pop_spfam_2050": 100, "pop_lep_2050": 392, "pop_below200_2050": 548, "pop_disability_2050": 508, "pct_minority_2050": 0.83370694925616462, "pct_over75_2050": 0.061340941512125526, "pct_spfam_2050": 0.080645161290322578, "pct_lep_2050": 0.083689154568744664, "pct_below200_2050": 0.11273400534869367, "pct_disab_2050": 0.10365231585390736, "pct_zvhhs_2050": 0.042711864406779661, "pct_hus_rent50_2050": 0.034576271186440681, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033228840125391998, "pct_minority_2040": 0.85350052246604013, "pct_spfam_2040": 0.091735537190083011, "pct_lep_2040": 0.078276165347405002, "pct_below200_2040": 0.093861303163629006, "pct_disab_2040": 0.067559088056891994, "pct_zvhhs_2040": 0.049836065573771002, "pct_hus_rent50_2040": 0.060327868852459006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.279746000441705, 38.004006000193421 ], [ -122.282135999696109, 38.000389000216792 ], [ -122.278080000187131, 38.000039000257949 ], [ -122.277583000069683, 37.999212000024855 ], [ -122.274880999747381, 37.995064000137511 ], [ -122.268912999936518, 37.992732000005134 ], [ -122.265069999964524, 37.991872000051984 ], [ -122.259538000171759, 37.991759999898932 ], [ -122.256722999871556, 37.992465999914479 ], [ -122.253676999592699, 37.993613999850055 ], [ -122.249965999865196, 37.992076000017867 ], [ -122.248728999956015, 37.995418999853129 ], [ -122.247042999609974, 37.995657000048467 ], [ -122.247271000113912, 37.996398999781327 ], [ -122.247841999851218, 37.996860000164311 ], [ -122.249527000372368, 37.998685999981433 ], [ -122.256840000047433, 38.002361000319446 ], [ -122.258929999726206, 38.002991999677292 ], [ -122.261377999605287, 38.004057000295063 ], [ -122.262338000403332, 38.004805999770014 ], [ -122.267265999948535, 38.006335999716583 ], [ -122.26913899989232, 38.00763500030979 ], [ -122.269841000049198, 38.009154000146864 ], [ -122.2718539997351, 38.009772999959466 ], [ -122.272710999702667, 38.011537999660774 ], [ -122.279746000441705, 38.004006000193421 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013360101", "NAME": "Census Tract 3601.01", "state": "06", "county_fips": "013", "tract": "360101", "county_name": "Contra Costa County", "tot_pop_2050": 4873, "tot_pop_pov_det_2050": 4873, "tot_pop_civ_ni_2050": 4873, "tot_hh_2050": 1698, "pop_zvhhs_2050": 113, "tot_fam_2050": 1217, "tot_pop_over5_2050": 4505, "pop_hus_rent50_2050": 109, "pop_minority_2050": 3052, "pop_over75_2050": 520, "pop_spfam_2050": 128, "pop_lep_2050": 191, "pop_below200_2050": 1013, "pop_disability_2050": 823, "pct_minority_2050": 0.62630822901703265, "pct_over75_2050": 0.10671044531089678, "pct_spfam_2050": 0.10517666392769104, "pct_lep_2050": 0.042397336293007772, "pct_below200_2050": 0.20788015596142007, "pct_disab_2050": 0.16888980094397699, "pct_zvhhs_2050": 0.066548881036513546, "pct_hus_rent50_2050": 0.064193168433451131, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056693211983314007, "pct_minority_2040": 0.60447478194918502, "pct_spfam_2040": 0.089514066496164002, "pct_lep_2040": 0.052140393588963004, "pct_below200_2040": 0.22487675388699302, "pct_disab_2040": 0.112059158134243, "pct_zvhhs_2040": 0.045022194039315004, "pct_hus_rent50_2040": 0.072112316528397988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301688999664876, 37.993491999803574 ], [ -122.299085999975091, 37.990199999761117 ], [ -122.298348999658117, 37.986097999828779 ], [ -122.297449000032842, 37.984558999864873 ], [ -122.297165000350716, 37.983465999827928 ], [ -122.296962999786032, 37.980740000086563 ], [ -122.295186000101694, 37.978082000016968 ], [ -122.29541200005751, 37.977073999876367 ], [ -122.293478000014332, 37.97767599996331 ], [ -122.292078999723444, 37.977327999647137 ], [ -122.291539999773221, 37.976884999769261 ], [ -122.29027299972681, 37.974446999920168 ], [ -122.288552000118983, 37.972123000200355 ], [ -122.287598999891941, 37.970466999898335 ], [ -122.285962999774597, 37.970849999735293 ], [ -122.285077000393017, 37.971004000324982 ], [ -122.279124999577363, 37.970556000158879 ], [ -122.275348999552534, 37.972466000177889 ], [ -122.27209099956157, 37.975390000339921 ], [ -122.26991300001923, 37.973084000285382 ], [ -122.267988000196866, 37.97419999996923 ], [ -122.268047999573028, 37.974269000228432 ], [ -122.273234999584304, 37.977348999792362 ], [ -122.274387000002974, 37.97818000010848 ], [ -122.278856999788772, 37.980617999873132 ], [ -122.278859000336908, 37.981500999985371 ], [ -122.279019999995384, 37.982476999847613 ], [ -122.278248000416625, 37.98311400031465 ], [ -122.27979300029736, 37.9843229999667 ], [ -122.280640000219194, 37.984775999755456 ], [ -122.284766999873284, 37.988302999836833 ], [ -122.284909000163523, 37.988746000172746 ], [ -122.286182000057721, 37.997188000028459 ], [ -122.287849000137186, 37.996104000320891 ], [ -122.290158999923989, 37.995178999695092 ], [ -122.301688999664876, 37.993491999803574 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013360102", "NAME": "Census Tract 3601.02", "state": "06", "county_fips": "013", "tract": "360102", "county_name": "Contra Costa County", "tot_pop_2050": 4318, "tot_pop_pov_det_2050": 4302, "tot_pop_civ_ni_2050": 4308, "tot_hh_2050": 1471, "pop_zvhhs_2050": 0, "tot_fam_2050": 1169, "tot_pop_over5_2050": 4217, "pop_hus_rent50_2050": 25, "pop_minority_2050": 2653, "pop_over75_2050": 227, "pop_spfam_2050": 65, "pop_lep_2050": 115, "pop_below200_2050": 395, "pop_disability_2050": 500, "pct_minority_2050": 0.61440481704492822, "pct_over75_2050": 0.052570634553033811, "pct_spfam_2050": 0.055603079555175364, "pct_lep_2050": 0.027270571496324399, "pct_below200_2050": 0.091817759181775926, "pct_disab_2050": 0.11606313834726092, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.016995241332426917, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053121452894437995, "pct_minority_2040": 0.62996594778660597, "pct_spfam_2040": 0.015151515151514999, "pct_lep_2040": 0.024191616766467, "pct_below200_2040": 0.091806288730778021, "pct_disab_2040": 0.101412944393801, "pct_zvhhs_2040": 0.021625163826999, "pct_hus_rent50_2040": 0.037748798901852995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287598999891941, 37.970466999898335 ], [ -122.286870999795795, 37.969020999828636 ], [ -122.284955000194273, 37.967652000189446 ], [ -122.282585999957917, 37.966299000339632 ], [ -122.281114999697039, 37.961822000191873 ], [ -122.28146399967649, 37.961107000158414 ], [ -122.283203999550906, 37.960101000091697 ], [ -122.280866000174996, 37.958689000171326 ], [ -122.274638000073139, 37.95400099996013 ], [ -122.272801000114356, 37.953506000327486 ], [ -122.271940999773719, 37.953213000181087 ], [ -122.270723000131127, 37.955746999693915 ], [ -122.270308000029431, 37.956151999777596 ], [ -122.269174999877322, 37.957006999861228 ], [ -122.268370999613211, 37.957504000200089 ], [ -122.26650600006532, 37.959093000236372 ], [ -122.26585099976414, 37.959386999675544 ], [ -122.264101999668881, 37.959491999797116 ], [ -122.260667999950812, 37.960978000173853 ], [ -122.259503999836539, 37.962270999868835 ], [ -122.259164000077945, 37.962454999859879 ], [ -122.255902999713911, 37.963119000027604 ], [ -122.252885999747377, 37.964038000310097 ], [ -122.251843999831848, 37.964102000112554 ], [ -122.247085000341087, 37.963947999918069 ], [ -122.245767000241045, 37.964496000013675 ], [ -122.243066999568583, 37.968112999904783 ], [ -122.24296000033678, 37.968467999716026 ], [ -122.243151999957405, 37.971104999722364 ], [ -122.247980999768387, 37.972377000108501 ], [ -122.250274999661684, 37.973586000317518 ], [ -122.251356999760134, 37.975228000101666 ], [ -122.256163999829823, 37.977184000107997 ], [ -122.257636999740569, 37.977621999717215 ], [ -122.263453000113785, 37.978795999912954 ], [ -122.266572000187566, 37.981192000258858 ], [ -122.269194000143912, 37.981549000107997 ], [ -122.27241899962462, 37.980960999805866 ], [ -122.278248000416625, 37.98311400031465 ], [ -122.279019999995384, 37.982476999847613 ], [ -122.278859000336908, 37.981500999985371 ], [ -122.278856999788772, 37.980617999873132 ], [ -122.274387000002974, 37.97818000010848 ], [ -122.273234999584304, 37.977348999792362 ], [ -122.268047999573028, 37.974269000228432 ], [ -122.267988000196866, 37.97419999996923 ], [ -122.26991300001923, 37.973084000285382 ], [ -122.27209099956157, 37.975390000339921 ], [ -122.275348999552534, 37.972466000177889 ], [ -122.279124999577363, 37.970556000158879 ], [ -122.285077000393017, 37.971004000324982 ], [ -122.285962999774597, 37.970849999735293 ], [ -122.287598999891941, 37.970466999898335 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013360200", "NAME": "Census Tract 3602", "state": "06", "county_fips": "013", "tract": "360200", "county_name": "Contra Costa County", "tot_pop_2050": 4843, "tot_pop_pov_det_2050": 4843, "tot_pop_civ_ni_2050": 4843, "tot_hh_2050": 1801, "pop_zvhhs_2050": 65, "tot_fam_2050": 1344, "tot_pop_over5_2050": 4712, "pop_hus_rent50_2050": 126, "pop_minority_2050": 3346, "pop_over75_2050": 391, "pop_spfam_2050": 214, "pop_lep_2050": 358, "pop_below200_2050": 1072, "pop_disability_2050": 938, "pct_minority_2050": 0.69089407392112323, "pct_over75_2050": 0.080735081561015901, "pct_spfam_2050": 0.15922619047619047, "pct_lep_2050": 0.07597623089983023, "pct_below200_2050": 0.22135040264298989, "pct_disab_2050": 0.19368160231261614, "pct_zvhhs_2050": 0.036091060521932262, "pct_hus_rent50_2050": 0.069961132704053297, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053121124431582997, "pct_minority_2040": 0.59673418768086006, "pct_spfam_2040": 0.16057233704292498, "pct_lep_2040": 0.043125533731852995, "pct_below200_2040": 0.21748135874067898, "pct_disab_2040": 0.13104588673005399, "pct_zvhhs_2040": 0.067590027700831001, "pct_hus_rent50_2040": 0.073821692220329013, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309434999883294, 37.96686800019733 ], [ -122.309378999806782, 37.966261000051418 ], [ -122.307458000182407, 37.966216999804971 ], [ -122.305379000374288, 37.966675000081374 ], [ -122.303553000286144, 37.966987999936563 ], [ -122.297099000228471, 37.964558000100382 ], [ -122.295951000007747, 37.963934999647698 ], [ -122.294628999709786, 37.963489000310659 ], [ -122.291471000176216, 37.963340999712962 ], [ -122.290347000244978, 37.963305000077533 ], [ -122.285972999820345, 37.962305999968066 ], [ -122.283203999550906, 37.960101000091697 ], [ -122.28146399967649, 37.961107000158414 ], [ -122.281114999697039, 37.961822000191873 ], [ -122.282585999957917, 37.966299000339632 ], [ -122.284955000194273, 37.967652000189446 ], [ -122.286870999795795, 37.969020999828636 ], [ -122.287598999891941, 37.970466999898335 ], [ -122.288552000118983, 37.972123000200355 ], [ -122.29027299972681, 37.974446999920168 ], [ -122.291539999773221, 37.976884999769261 ], [ -122.292078999723444, 37.977327999647137 ], [ -122.293478000014332, 37.97767599996331 ], [ -122.29541200005751, 37.977073999876367 ], [ -122.297073000289203, 37.976394000127634 ], [ -122.305699000041415, 37.971116000293421 ], [ -122.306878000224259, 37.970277999775035 ], [ -122.307458000182407, 37.969663999894514 ], [ -122.309434999883294, 37.96686800019733 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013361000", "NAME": "Census Tract 3610", "state": "06", "county_fips": "013", "tract": "361000", "county_name": "Contra Costa County", "tot_pop_2050": 5129, "tot_pop_pov_det_2050": 5089, "tot_pop_civ_ni_2050": 5089, "tot_hh_2050": 1772, "pop_zvhhs_2050": 99, "tot_fam_2050": 1225, "tot_pop_over5_2050": 4996, "pop_hus_rent50_2050": 215, "pop_minority_2050": 3438, "pop_over75_2050": 264, "pop_spfam_2050": 142, "pop_lep_2050": 258, "pop_below200_2050": 1232, "pop_disability_2050": 615, "pct_minority_2050": 0.67030610255410417, "pct_over75_2050": 0.051472021836615325, "pct_spfam_2050": 0.11591836734693878, "pct_lep_2050": 0.051641313050440348, "pct_below200_2050": 0.24209078404401649, "pct_disab_2050": 0.12084888976223225, "pct_zvhhs_2050": 0.055869074492099324, "pct_hus_rent50_2050": 0.12133182844243792, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038009239815204002, "pct_minority_2040": 0.69697606047879013, "pct_spfam_2040": 0.19494290375203896, "pct_lep_2040": 0.062655507803663996, "pct_below200_2040": 0.30093976932934602, "pct_disab_2040": 0.13024941377105101, "pct_zvhhs_2040": 0.049944506104327997, "pct_hus_rent50_2040": 0.083811710677382009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.320522999758282, 37.960169000072852 ], [ -122.319936000127456, 37.959216000188292 ], [ -122.318826000439898, 37.95842099972959 ], [ -122.31861100035475, 37.957735000100598 ], [ -122.318510999897299, 37.956938999785599 ], [ -122.318402000117359, 37.956488999969167 ], [ -122.318238000085827, 37.956023999717928 ], [ -122.318421000383921, 37.955720999788909 ], [ -122.318284000116591, 37.95492300002627 ], [ -122.316130999790303, 37.953218000307054 ], [ -122.316690999656956, 37.95101200010275 ], [ -122.312090000349897, 37.9472320002874 ], [ -122.311780999655099, 37.946823000305699 ], [ -122.311903999678762, 37.945126999980992 ], [ -122.310911999991973, 37.943602000285622 ], [ -122.307602000122444, 37.942729999735839 ], [ -122.303189000238092, 37.93912300025368 ], [ -122.303575000027436, 37.938203999973325 ], [ -122.298405999559535, 37.933222000256244 ], [ -122.296628000050276, 37.932360000089616 ], [ -122.295207000018095, 37.931384000065655 ], [ -122.292237999732109, 37.930689000215516 ], [ -122.290640000147945, 37.92924500025223 ], [ -122.291799000239294, 37.927256000091596 ], [ -122.289645000088115, 37.925306999891596 ], [ -122.286700000091585, 37.924253999839721 ], [ -122.281206999758552, 37.918696999813164 ], [ -122.279001999553728, 37.916594000015294 ], [ -122.273367999653686, 37.911050999995908 ], [ -122.272524999929828, 37.911917999886121 ], [ -122.270846999979682, 37.913647000214475 ], [ -122.272223999630938, 37.915076999932026 ], [ -122.275526999827761, 37.916178999857635 ], [ -122.27634299978746, 37.917968999739564 ], [ -122.277726000184799, 37.917770999724979 ], [ -122.27936499977686, 37.919609000056113 ], [ -122.270672000077511, 37.923920000183436 ], [ -122.270605999955251, 37.921384000296314 ], [ -122.264177999836861, 37.921471000013625 ], [ -122.263734000321165, 37.920930999885286 ], [ -122.260523000185856, 37.920817000130782 ], [ -122.25470400033791, 37.920610000162206 ], [ -122.254610999553165, 37.920578999651156 ], [ -122.254871999669078, 37.920860999932685 ], [ -122.268271999879005, 37.936903999721387 ], [ -122.271061000239911, 37.939807000121746 ], [ -122.265716000044918, 37.942565000182668 ], [ -122.261921999578405, 37.945051999713932 ], [ -122.264689000198032, 37.946065000179452 ], [ -122.268075000235541, 37.947565000047696 ], [ -122.268767000346642, 37.948623000288229 ], [ -122.269309999596544, 37.949933000074203 ], [ -122.270714999735205, 37.952206999656269 ], [ -122.271417999716988, 37.952891000280047 ], [ -122.271940999773719, 37.953213000181087 ], [ -122.272801000114356, 37.953506000327486 ], [ -122.274638000073139, 37.95400099996013 ], [ -122.280866000174996, 37.958689000171326 ], [ -122.283203999550906, 37.960101000091697 ], [ -122.285972999820345, 37.962305999968066 ], [ -122.290347000244978, 37.963305000077533 ], [ -122.291471000176216, 37.963340999712962 ], [ -122.294628999709786, 37.963489000310659 ], [ -122.295951000007747, 37.963934999647698 ], [ -122.297099000228471, 37.964558000100382 ], [ -122.303553000286144, 37.966987999936563 ], [ -122.305379000374288, 37.966675000081374 ], [ -122.307458000182407, 37.966216999804971 ], [ -122.309378999806782, 37.966261000051418 ], [ -122.311254000298732, 37.965620999920922 ], [ -122.314792999598779, 37.964818000031059 ], [ -122.314240000303144, 37.963124000187413 ], [ -122.315780999985932, 37.961301000092909 ], [ -122.317386000141113, 37.961197999841055 ], [ -122.318418000010894, 37.960299000132366 ], [ -122.320522999758282, 37.960169000072852 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013362000", "NAME": "Census Tract 3620", "state": "06", "county_fips": "013", "tract": "362000", "county_name": "Contra Costa County", "tot_pop_2050": 2835, "tot_pop_pov_det_2050": 2830, "tot_pop_civ_ni_2050": 2830, "tot_hh_2050": 1194, "pop_zvhhs_2050": 23, "tot_fam_2050": 722, "tot_pop_over5_2050": 2755, "pop_hus_rent50_2050": 61, "pop_minority_2050": 1312, "pop_over75_2050": 329, "pop_spfam_2050": 68, "pop_lep_2050": 123, "pop_below200_2050": 477, "pop_disability_2050": 337, "pct_minority_2050": 0.46278659611992951, "pct_over75_2050": 0.11604938271604938, "pct_spfam_2050": 0.09418282548476456, "pct_lep_2050": 0.044646098003629772, "pct_below200_2050": 0.1685512367491166, "pct_disab_2050": 0.11908127208480565, "pct_zvhhs_2050": 0.019262981574539359, "pct_hus_rent50_2050": 0.051088777219430483, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073662966700302993, "pct_minority_2040": 0.46922300706357206, "pct_spfam_2040": 0.199197860962567, "pct_lep_2040": 0.074991029781126997, "pct_below200_2040": 0.28277027027027002, "pct_disab_2040": 0.093297406534187, "pct_zvhhs_2040": 0.037942664418213, "pct_hus_rent50_2040": 0.033737024221452999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.324118999858044, 37.953908000253556 ], [ -122.324403000438508, 37.953845000225513 ], [ -122.322076999859874, 37.951996000209263 ], [ -122.322481000090903, 37.951286999887373 ], [ -122.323295000400776, 37.949747999666123 ], [ -122.320290999954693, 37.945099000013052 ], [ -122.319777000118776, 37.945346999661417 ], [ -122.319614999737084, 37.945398000156615 ], [ -122.318182999834249, 37.943252000094283 ], [ -122.316782999718455, 37.943334999650865 ], [ -122.318089000122924, 37.940978999974632 ], [ -122.317101999560691, 37.938955000020769 ], [ -122.313256999938858, 37.94002500015889 ], [ -122.312170999642433, 37.939549999855224 ], [ -122.310723999670984, 37.939706999829902 ], [ -122.308701999764267, 37.938713000115158 ], [ -122.307973999668135, 37.938287999933365 ], [ -122.303575000027436, 37.938203999973325 ], [ -122.303189000238092, 37.93912300025368 ], [ -122.307602000122444, 37.942729999735839 ], [ -122.310911999991973, 37.943602000285622 ], [ -122.311903999678762, 37.945126999980992 ], [ -122.311780999655099, 37.946823000305699 ], [ -122.312090000349897, 37.9472320002874 ], [ -122.316690999656956, 37.95101200010275 ], [ -122.316130999790303, 37.953218000307054 ], [ -122.318284000116591, 37.95492300002627 ], [ -122.318927999648821, 37.954118999875327 ], [ -122.324118999858044, 37.953908000253556 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013363000", "NAME": "Census Tract 3630", "state": "06", "county_fips": "013", "tract": "363000", "county_name": "Contra Costa County", "tot_pop_2050": 7250, "tot_pop_pov_det_2050": 7250, "tot_pop_civ_ni_2050": 7250, "tot_hh_2050": 2669, "pop_zvhhs_2050": 103, "tot_fam_2050": 1823, "tot_pop_over5_2050": 6979, "pop_hus_rent50_2050": 140, "pop_minority_2050": 4873, "pop_over75_2050": 344, "pop_spfam_2050": 197, "pop_lep_2050": 420, "pop_below200_2050": 2193, "pop_disability_2050": 1177, "pct_minority_2050": 0.67213793103448272, "pct_over75_2050": 0.047448275862068963, "pct_spfam_2050": 0.10806363137685136, "pct_lep_2050": 0.060180541624874628, "pct_below200_2050": 0.30248275862068963, "pct_disab_2050": 0.16234482758620689, "pct_zvhhs_2050": 0.038591232671412512, "pct_hus_rent50_2050": 0.05245410266017235, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052446569178853, "pct_minority_2040": 0.70106861642294704, "pct_spfam_2040": 0.10074074074074099, "pct_lep_2040": 0.063046010483400985, "pct_below200_2040": 0.203880764904387, "pct_disab_2040": 0.15016872890888597, "pct_zvhhs_2040": 0.036036036036036008, "pct_hus_rent50_2040": 0.061561561561561999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.321973999927707, 37.966954999903884 ], [ -122.322552000236016, 37.966331999958982 ], [ -122.3211649996407, 37.965992000337565 ], [ -122.31917700006916, 37.965492000075578 ], [ -122.31859000043832, 37.964813999995556 ], [ -122.318392000071597, 37.96422700020765 ], [ -122.314792999598779, 37.964818000031059 ], [ -122.311254000298732, 37.965620999920922 ], [ -122.309378999806782, 37.966261000051418 ], [ -122.309434999883294, 37.96686800019733 ], [ -122.307458000182407, 37.969663999894514 ], [ -122.306878000224259, 37.970277999775035 ], [ -122.305699000041415, 37.971116000293421 ], [ -122.297073000289203, 37.976394000127634 ], [ -122.29541200005751, 37.977073999876367 ], [ -122.295186000101694, 37.978082000016968 ], [ -122.296962999786032, 37.980740000086563 ], [ -122.297165000350716, 37.983465999827928 ], [ -122.297449000032842, 37.984558999864873 ], [ -122.298348999658117, 37.986097999828779 ], [ -122.299085999975091, 37.990199999761117 ], [ -122.301688999664876, 37.993491999803574 ], [ -122.302049000413277, 37.993441000141857 ], [ -122.306966999912717, 37.992450000133786 ], [ -122.312086999976856, 37.989670999795017 ], [ -122.31442100005313, 37.987375000145818 ], [ -122.315559000228077, 37.985641000096777 ], [ -122.318510999897299, 37.97633200012249 ], [ -122.321405999665132, 37.967805999697362 ], [ -122.321973999927707, 37.966954999903884 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013364002", "NAME": "Census Tract 3640.02", "state": "06", "county_fips": "013", "tract": "364002", "county_name": "Contra Costa County", "tot_pop_2050": 5980, "tot_pop_pov_det_2050": 5980, "tot_pop_civ_ni_2050": 5980, "tot_hh_2050": 1899, "pop_zvhhs_2050": 227, "tot_fam_2050": 1353, "tot_pop_over5_2050": 5702, "pop_hus_rent50_2050": 196, "pop_minority_2050": 4630, "pop_over75_2050": 261, "pop_spfam_2050": 183, "pop_lep_2050": 603, "pop_below200_2050": 1794, "pop_disability_2050": 749, "pct_minority_2050": 0.77424749163879591, "pct_over75_2050": 0.043645484949832766, "pct_spfam_2050": 0.1352549889135255, "pct_lep_2050": 0.10575236759031917, "pct_below200_2050": 0.3, "pct_disab_2050": 0.12525083612040133, "pct_zvhhs_2050": 0.119536598209584, "pct_hus_rent50_2050": 0.1032122169562928, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057849666983824995, "pct_minority_2040": 0.68772597526165602, "pct_spfam_2040": 0.21555555555555606, "pct_lep_2040": 0.13904840032813801, "pct_below200_2040": 0.38306374881065702, "pct_disab_2040": 0.15071360608943901, "pct_zvhhs_2040": 0.063422635319847001, "pct_hus_rent50_2040": 0.21922428330522797, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.331789999733417, 37.991656000261017 ], [ -122.332199999812232, 37.991331999736076 ], [ -122.331548999709, 37.990850000192204 ], [ -122.330064000102709, 37.992185999708539 ], [ -122.326882000279724, 37.991777000179688 ], [ -122.31662700008286, 37.986844999925125 ], [ -122.315825000366857, 37.985600000023524 ], [ -122.315555999855022, 37.986104999985379 ], [ -122.315559000228077, 37.985641000096777 ], [ -122.31442100005313, 37.987375000145818 ], [ -122.312086999976856, 37.989670999795017 ], [ -122.306966999912717, 37.992450000133786 ], [ -122.302049000413277, 37.993441000141857 ], [ -122.302400000042567, 37.994527000185904 ], [ -122.302287000064666, 37.995277999908524 ], [ -122.307279000082261, 37.996420999710374 ], [ -122.308668000327387, 37.995371000309106 ], [ -122.310470000126102, 37.998684999726088 ], [ -122.311727999951643, 37.998176999918208 ], [ -122.312938999921542, 37.997460000201798 ], [ -122.313435000214113, 37.997212999839213 ], [ -122.314009000324461, 37.997074999927939 ], [ -122.315681000426792, 37.996906999870149 ], [ -122.315689999749324, 37.997005000304576 ], [ -122.31755400037062, 38.000387999984675 ], [ -122.316938000427498, 38.00230999974606 ], [ -122.318536000011662, 38.00160000018225 ], [ -122.320686999789814, 38.000641000228811 ], [ -122.322470000220235, 37.999699999870238 ], [ -122.323714999627015, 37.99886599970764 ], [ -122.327249999627426, 37.995717999712454 ], [ -122.331789999733417, 37.991656000261017 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013365002", "NAME": "Census Tract 3650.02", "state": "06", "county_fips": "013", "tract": "365002", "county_name": "Contra Costa County", "tot_pop_2050": 5739, "tot_pop_pov_det_2050": 5739, "tot_pop_civ_ni_2050": 5739, "tot_hh_2050": 1444, "pop_zvhhs_2050": 72, "tot_fam_2050": 1171, "tot_pop_over5_2050": 5278, "pop_hus_rent50_2050": 228, "pop_minority_2050": 5469, "pop_over75_2050": 167, "pop_spfam_2050": 346, "pop_lep_2050": 1310, "pop_below200_2050": 2741, "pop_disability_2050": 713, "pct_minority_2050": 0.95295347621536841, "pct_over75_2050": 0.029099146192716505, "pct_spfam_2050": 0.29547395388556791, "pct_lep_2050": 0.2482000757862827, "pct_below200_2050": 0.47760933960620322, "pct_disab_2050": 0.12423767206830458, "pct_zvhhs_2050": 0.049861495844875349, "pct_hus_rent50_2050": 0.15789473684210525, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.030041493775934, "pct_minority_2040": 0.96248962655601711, "pct_spfam_2040": 0.35357142857142898, "pct_lep_2040": 0.17637051039697502, "pct_below200_2040": 0.59788270878843897, "pct_disab_2040": 0.128796680497925, "pct_zvhhs_2040": 0.117493472584856, "pct_hus_rent50_2040": 0.23282967032967, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.401133710749264, 37.967766000251686 ], [ -122.401479999613215, 37.965721000353298 ], [ -122.397168234471451, 37.961505744429857 ], [ -122.395187999937221, 37.960153000332909 ], [ -122.393098000258448, 37.957005999746002 ], [ -122.387639000260592, 37.952670000347261 ], [ -122.382131999683878, 37.95380900018521 ], [ -122.380462000129654, 37.954062999699069 ], [ -122.378138000099142, 37.954053000270278 ], [ -122.370584000399646, 37.954058000339018 ], [ -122.370615000361809, 37.953690999772029 ], [ -122.370634999554966, 37.953471999739428 ], [ -122.370663999867276, 37.951245000265068 ], [ -122.368862999893523, 37.951248000137646 ], [ -122.363750000400401, 37.951259000141796 ], [ -122.361422000171927, 37.952036999927699 ], [ -122.360067000261978, 37.950320999665955 ], [ -122.358645000404877, 37.952187999764455 ], [ -122.358057000050806, 37.954742000018904 ], [ -122.357730999637596, 37.958759000226074 ], [ -122.35754999988761, 37.961049000231839 ], [ -122.357344999848209, 37.963316999721911 ], [ -122.356485000405911, 37.966766999928367 ], [ -122.356386999598286, 37.967180999937966 ], [ -122.358662999948223, 37.967593999766756 ], [ -122.359969000352692, 37.967826999734008 ], [ -122.362721999830285, 37.968601999785065 ], [ -122.363695999973714, 37.968773000078116 ], [ -122.365225999785835, 37.968603999699674 ], [ -122.369405000216801, 37.967757999793406 ], [ -122.375620999724802, 37.967740000352499 ], [ -122.377945999580234, 37.968561000107002 ], [ -122.378328999894862, 37.968228999884289 ], [ -122.381422000029374, 37.971432000092499 ], [ -122.381622804038116, 37.971775817676338 ], [ -122.381751999742292, 37.971716999759877 ], [ -122.401004000310436, 37.968531999906361 ], [ -122.401133710749264, 37.967766000251686 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013365003", "NAME": "Census Tract 3650.03", "state": "06", "county_fips": "013", "tract": "365003", "county_name": "Contra Costa County", "tot_pop_2050": 5236, "tot_pop_pov_det_2050": 5236, "tot_pop_civ_ni_2050": 5196, "tot_hh_2050": 2304, "pop_zvhhs_2050": 177, "tot_fam_2050": 1119, "tot_pop_over5_2050": 5070, "pop_hus_rent50_2050": 306, "pop_minority_2050": 4303, "pop_over75_2050": 286, "pop_spfam_2050": 231, "pop_lep_2050": 424, "pop_below200_2050": 1209, "pop_disability_2050": 609, "pct_minority_2050": 0.82181054239877771, "pct_over75_2050": 0.054621848739495799, "pct_spfam_2050": 0.2064343163538874, "pct_lep_2050": 0.083629191321499013, "pct_below200_2050": 0.2309014514896868, "pct_disab_2050": 0.1172055427251732, "pct_zvhhs_2050": 0.076822916666666671, "pct_hus_rent50_2050": 0.1328125, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034918723660446002, "pct_minority_2040": 0.78848083483845099, "pct_spfam_2040": 0.20781379883624301, "pct_lep_2040": 0.091042584434654988, "pct_below200_2040": 0.19205298013245001, "pct_disab_2040": 0.14524576954069299, "pct_zvhhs_2040": 0.033179723502303998, "pct_hus_rent50_2040": 0.15584415584415601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.341377999933513, 37.977723999755355 ], [ -122.342056999625854, 37.97611800031904 ], [ -122.339540000149796, 37.975644000273476 ], [ -122.337620000350313, 37.976106999789501 ], [ -122.334637999645579, 37.977276000239527 ], [ -122.333245000100789, 37.978180999935326 ], [ -122.332079000336734, 37.977684000048839 ], [ -122.328352999642306, 37.976518999830304 ], [ -122.325570999852388, 37.976564999973228 ], [ -122.324231999835973, 37.976755999888752 ], [ -122.320140000341937, 37.976631999729527 ], [ -122.318510999897299, 37.97633200012249 ], [ -122.315559000228077, 37.985641000096777 ], [ -122.315555999855022, 37.986104999985379 ], [ -122.315825000366857, 37.985600000023524 ], [ -122.31662700008286, 37.986844999925125 ], [ -122.326882000279724, 37.991777000179688 ], [ -122.330064000102709, 37.992185999708539 ], [ -122.331548999709, 37.990850000192204 ], [ -122.332199999812232, 37.991331999736076 ], [ -122.332727000066939, 37.990883000101881 ], [ -122.333368999949357, 37.990096000035578 ], [ -122.335369000114753, 37.985937000291322 ], [ -122.336303000075219, 37.984064000182876 ], [ -122.338326999631761, 37.981558000260243 ], [ -122.340632000294008, 37.978873999873471 ], [ -122.341377999933513, 37.977723999755355 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013366001", "NAME": "Census Tract 3660.01", "state": "06", "county_fips": "013", "tract": "366001", "county_name": "Contra Costa County", "tot_pop_2050": 4540, "tot_pop_pov_det_2050": 4540, "tot_pop_civ_ni_2050": 4540, "tot_hh_2050": 1259, "pop_zvhhs_2050": 54, "tot_fam_2050": 1001, "tot_pop_over5_2050": 4338, "pop_hus_rent50_2050": 102, "pop_minority_2050": 4241, "pop_over75_2050": 110, "pop_spfam_2050": 264, "pop_lep_2050": 949, "pop_below200_2050": 1763, "pop_disability_2050": 424, "pct_minority_2050": 0.9341409691629956, "pct_over75_2050": 0.024229074889867842, "pct_spfam_2050": 0.26373626373626369, "pct_lep_2050": 0.21876440756108809, "pct_below200_2050": 0.38832599118942729, "pct_disab_2050": 0.093392070484581494, "pct_zvhhs_2050": 0.042891183478951551, "pct_hus_rent50_2050": 0.081016679904686265, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038118591172537006, "pct_minority_2040": 0.84707980383415094, "pct_spfam_2040": 0.23686818632309198, "pct_lep_2040": 0.141149425287356, "pct_below200_2040": 0.40236290682122205, "pct_disab_2040": 0.10410164957646001, "pct_zvhhs_2040": 0.061036789297659003, "pct_hus_rent50_2040": 0.11187607573149699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35295299988023, 37.979904000001085 ], [ -122.353258000377068, 37.978730999646558 ], [ -122.350747999675406, 37.978287999739891 ], [ -122.351789999590906, 37.975136000235544 ], [ -122.350109000166015, 37.973440999918829 ], [ -122.349099000037583, 37.972405000301116 ], [ -122.34588899972718, 37.969174000056427 ], [ -122.34669399981621, 37.968070999989102 ], [ -122.346226999835977, 37.968045000197925 ], [ -122.344149999677668, 37.9674000001691 ], [ -122.343162000188855, 37.972053000138075 ], [ -122.34201099959509, 37.972007999911071 ], [ -122.342828000278018, 37.97369999966309 ], [ -122.342056999625854, 37.97611800031904 ], [ -122.341377999933513, 37.977723999755355 ], [ -122.340632000294008, 37.978873999873471 ], [ -122.338326999631761, 37.981558000260243 ], [ -122.346711000432961, 37.981555000209639 ], [ -122.346711000432961, 37.980760999963557 ], [ -122.35295299988023, 37.979904000001085 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013366002", "NAME": "Census Tract 3660.02", "state": "06", "county_fips": "013", "tract": "366002", "county_name": "Contra Costa County", "tot_pop_2050": 6342, "tot_pop_pov_det_2050": 6342, "tot_pop_civ_ni_2050": 6342, "tot_hh_2050": 1689, "pop_zvhhs_2050": 70, "tot_fam_2050": 1354, "tot_pop_over5_2050": 5863, "pop_hus_rent50_2050": 183, "pop_minority_2050": 6003, "pop_over75_2050": 199, "pop_spfam_2050": 418, "pop_lep_2050": 1255, "pop_below200_2050": 2720, "pop_disability_2050": 570, "pct_minority_2050": 0.94654683065279077, "pct_over75_2050": 0.031378114159571112, "pct_spfam_2050": 0.3087149187592319, "pct_lep_2050": 0.21405423844448235, "pct_below200_2050": 0.42888678650268047, "pct_disab_2050": 0.08987701040681173, "pct_zvhhs_2050": 0.041444641799881589, "pct_hus_rent50_2050": 0.10834813499111901, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040627107215103993, "pct_minority_2040": 0.92970330411328406, "pct_spfam_2040": 0.27091043671354603, "pct_lep_2040": 0.21856287425149698, "pct_below200_2040": 0.48701955495616994, "pct_disab_2040": 0.10468644639244801, "pct_zvhhs_2040": 0.087088915956150995, "pct_hus_rent50_2040": 0.17729591836734698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.356386999598286, 37.967180999937966 ], [ -122.356485000405911, 37.966766999928367 ], [ -122.355393000261671, 37.96574500026685 ], [ -122.354829000197071, 37.963940999772809 ], [ -122.351552999764436, 37.964483999853783 ], [ -122.351393999755771, 37.963339999683932 ], [ -122.345437999640495, 37.962874000278568 ], [ -122.34546199992991, 37.962930000111179 ], [ -122.345499999564765, 37.963678000204887 ], [ -122.344149999677668, 37.9674000001691 ], [ -122.346226999835977, 37.968045000197925 ], [ -122.34669399981621, 37.968070999989102 ], [ -122.34588899972718, 37.969174000056427 ], [ -122.349099000037583, 37.972405000301116 ], [ -122.350109000166015, 37.973440999918829 ], [ -122.351789999590906, 37.975136000235544 ], [ -122.350747999675406, 37.978287999739891 ], [ -122.353258000377068, 37.978730999646558 ], [ -122.356386999598286, 37.967180999937966 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013367100", "NAME": "Census Tract 3671", "state": "06", "county_fips": "013", "tract": "367100", "county_name": "Contra Costa County", "tot_pop_2050": 5193, "tot_pop_pov_det_2050": 5156, "tot_pop_civ_ni_2050": 5178, "tot_hh_2050": 1979, "pop_zvhhs_2050": 230, "tot_fam_2050": 1229, "tot_pop_over5_2050": 4914, "pop_hus_rent50_2050": 343, "pop_minority_2050": 4715, "pop_over75_2050": 411, "pop_spfam_2050": 329, "pop_lep_2050": 494, "pop_below200_2050": 1853, "pop_disability_2050": 606, "pct_minority_2050": 0.90795301367225123, "pct_over75_2050": 0.079145002888503749, "pct_spfam_2050": 0.26769731489015458, "pct_lep_2050": 0.10052910052910052, "pct_below200_2050": 0.35938712179984483, "pct_disab_2050": 0.11703360370799536, "pct_zvhhs_2050": 0.11622031328954018, "pct_hus_rent50_2050": 0.17331985851440121, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.062867572500507007, "pct_minority_2040": 0.87852362603934298, "pct_spfam_2040": 0.34494477485131703, "pct_lep_2040": 0.057860506840099003, "pct_below200_2040": 0.39873546808076704, "pct_disab_2040": 0.084963325183374003, "pct_zvhhs_2040": 0.073673364245234005, "pct_hus_rent50_2040": 0.20467532467532501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.342056999625854, 37.97611800031904 ], [ -122.342828000278018, 37.97369999966309 ], [ -122.34201099959509, 37.972007999911071 ], [ -122.340078000275156, 37.972277000243984 ], [ -122.337007999706827, 37.969324000122931 ], [ -122.33701600010275, 37.967774000000951 ], [ -122.334537000261534, 37.966838000054786 ], [ -122.333979999869626, 37.966364000283875 ], [ -122.332547000141872, 37.966331999958982 ], [ -122.332535000446313, 37.966706000273597 ], [ -122.328633000024766, 37.967812000214295 ], [ -122.326563000437488, 37.969453000317465 ], [ -122.322189000012855, 37.969607000296783 ], [ -122.322865000230451, 37.967577000256938 ], [ -122.323266000088452, 37.966756000122089 ], [ -122.322552000236016, 37.966331999958982 ], [ -122.321973999927707, 37.966954999903884 ], [ -122.321405999665132, 37.967805999697362 ], [ -122.318510999897299, 37.97633200012249 ], [ -122.320140000341937, 37.976631999729527 ], [ -122.324231999835973, 37.976755999888752 ], [ -122.325570999852388, 37.976564999973228 ], [ -122.328352999642306, 37.976518999830304 ], [ -122.332079000336734, 37.977684000048839 ], [ -122.333245000100789, 37.978180999935326 ], [ -122.334637999645579, 37.977276000239527 ], [ -122.337620000350313, 37.976106999789501 ], [ -122.339540000149796, 37.975644000273476 ], [ -122.342056999625854, 37.97611800031904 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013367200", "NAME": "Census Tract 3672", "state": "06", "county_fips": "013", "tract": "367200", "county_name": "Contra Costa County", "tot_pop_2050": 5727, "tot_pop_pov_det_2050": 5714, "tot_pop_civ_ni_2050": 5705, "tot_hh_2050": 1692, "pop_zvhhs_2050": 144, "tot_fam_2050": 1286, "tot_pop_over5_2050": 5427, "pop_hus_rent50_2050": 242, "pop_minority_2050": 5215, "pop_over75_2050": 239, "pop_spfam_2050": 325, "pop_lep_2050": 859, "pop_below200_2050": 2359, "pop_disability_2050": 1055, "pct_minority_2050": 0.91059891740876564, "pct_over75_2050": 0.041732145975205172, "pct_spfam_2050": 0.25272161741835147, "pct_lep_2050": 0.15828266077022296, "pct_below200_2050": 0.41284564228211412, "pct_disab_2050": 0.18492550394390889, "pct_zvhhs_2050": 0.085106382978723402, "pct_hus_rent50_2050": 0.1430260047281324, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.054043545878694005, "pct_minority_2040": 0.88063763608087098, "pct_spfam_2040": 0.13808267370272601, "pct_lep_2040": 0.19524901021046101, "pct_below200_2040": 0.43299571484222799, "pct_disab_2040": 0.13992974238875899, "pct_zvhhs_2040": 0.10569620253164599, "pct_hus_rent50_2040": 0.10926517571885001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.345499999564765, 37.963678000204887 ], [ -122.34546199992991, 37.962930000111179 ], [ -122.343768000086243, 37.962924999938153 ], [ -122.340171999986481, 37.960837999978096 ], [ -122.336446000190364, 37.961983000219824 ], [ -122.334627999599817, 37.962811000150261 ], [ -122.329243999945049, 37.962228000108553 ], [ -122.328010000408938, 37.963209000019248 ], [ -122.324386999646663, 37.96516800017281 ], [ -122.322552000236016, 37.966331999958982 ], [ -122.323266000088452, 37.966756000122089 ], [ -122.322865000230451, 37.967577000256938 ], [ -122.322189000012855, 37.969607000296783 ], [ -122.326563000437488, 37.969453000317465 ], [ -122.328633000024766, 37.967812000214295 ], [ -122.332535000446313, 37.966706000273597 ], [ -122.332547000141872, 37.966331999958982 ], [ -122.333979999869626, 37.966364000283875 ], [ -122.334537000261534, 37.966838000054786 ], [ -122.33701600010275, 37.967774000000951 ], [ -122.337007999706827, 37.969324000122931 ], [ -122.340078000275156, 37.972277000243984 ], [ -122.34201099959509, 37.972007999911071 ], [ -122.343162000188855, 37.972053000138075 ], [ -122.344149999677668, 37.9674000001691 ], [ -122.345499999564765, 37.963678000204887 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013368001", "NAME": "Census Tract 3680.01", "state": "06", "county_fips": "013", "tract": "368001", "county_name": "Contra Costa County", "tot_pop_2050": 4912, "tot_pop_pov_det_2050": 4912, "tot_pop_civ_ni_2050": 4912, "tot_hh_2050": 1262, "pop_zvhhs_2050": 98, "tot_fam_2050": 1099, "tot_pop_over5_2050": 4689, "pop_hus_rent50_2050": 286, "pop_minority_2050": 4507, "pop_over75_2050": 111, "pop_spfam_2050": 245, "pop_lep_2050": 1279, "pop_below200_2050": 2350, "pop_disability_2050": 686, "pct_minority_2050": 0.91754885993485358, "pct_over75_2050": 0.02259771986970684, "pct_spfam_2050": 0.22292993630573249, "pct_lep_2050": 0.27276604819791, "pct_below200_2050": 0.4784201954397394, "pct_disab_2050": 0.13965798045602607, "pct_zvhhs_2050": 0.077654516640253579, "pct_hus_rent50_2050": 0.22662440570522979, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020744474602558998, "pct_minority_2040": 0.94028693291973586, "pct_spfam_2040": 0.15766550522648098, "pct_lep_2040": 0.28759949727691697, "pct_below200_2040": 0.53974408685537001, "pct_disab_2040": 0.095385808452889007, "pct_zvhhs_2040": 0.12630792227204798, "pct_hus_rent50_2040": 0.24006001500375099, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.357730999637596, 37.958759000226074 ], [ -122.358057000050806, 37.954742000018904 ], [ -122.356921000423995, 37.954729999681796 ], [ -122.356978000325384, 37.953405000097163 ], [ -122.35712999976306, 37.950334999718777 ], [ -122.355542000224602, 37.95032300007842 ], [ -122.352076999646087, 37.950327000194889 ], [ -122.347409000391877, 37.950324000284645 ], [ -122.347402999645794, 37.950583000111628 ], [ -122.347364000186062, 37.953222000265882 ], [ -122.346359000080483, 37.956180999909535 ], [ -122.347309999759361, 37.956846999666432 ], [ -122.351300000044446, 37.957717000327619 ], [ -122.354768999922626, 37.958467999975582 ], [ -122.356632999645569, 37.958856999907304 ], [ -122.357730999637596, 37.958759000226074 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013368002", "NAME": "Census Tract 3680.02", "state": "06", "county_fips": "013", "tract": "368002", "county_name": "Contra Costa County", "tot_pop_2050": 3659, "tot_pop_pov_det_2050": 3646, "tot_pop_civ_ni_2050": 3659, "tot_hh_2050": 1048, "pop_zvhhs_2050": 92, "tot_fam_2050": 822, "tot_pop_over5_2050": 3384, "pop_hus_rent50_2050": 158, "pop_minority_2050": 3453, "pop_over75_2050": 71, "pop_spfam_2050": 179, "pop_lep_2050": 783, "pop_below200_2050": 1409, "pop_disability_2050": 568, "pct_minority_2050": 0.94370046460781642, "pct_over75_2050": 0.019404208800218641, "pct_spfam_2050": 0.21776155717761561, "pct_lep_2050": 0.23138297872340424, "pct_below200_2050": 0.38645090510148106, "pct_disab_2050": 0.15523367040174912, "pct_zvhhs_2050": 0.087786259541984726, "pct_hus_rent50_2050": 0.15076335877862596, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.017934241115908002, "pct_minority_2040": 0.880770508136832, "pct_spfam_2040": 0.23168908819132999, "pct_lep_2040": 0.19818840579710101, "pct_below200_2040": 0.55384615384615388, "pct_disab_2040": 0.13284623048821001, "pct_zvhhs_2040": 0.13450937155457598, "pct_hus_rent50_2040": 0.19955898566703401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35754999988761, 37.961049000231839 ], [ -122.357730999637596, 37.958759000226074 ], [ -122.356632999645569, 37.958856999907304 ], [ -122.354768999922626, 37.958467999975582 ], [ -122.351300000044446, 37.957717000327619 ], [ -122.347309999759361, 37.956846999666432 ], [ -122.346949999909256, 37.958604000065769 ], [ -122.346307000201932, 37.960401000159614 ], [ -122.345319999639699, 37.962593999766845 ], [ -122.345437999640495, 37.962874000278568 ], [ -122.351393999755771, 37.963339999683932 ], [ -122.351552999764436, 37.964483999853783 ], [ -122.354829000197071, 37.963940999772809 ], [ -122.355393000261671, 37.96574500026685 ], [ -122.356485000405911, 37.966766999928367 ], [ -122.357344999848209, 37.963316999721911 ], [ -122.35754999988761, 37.961049000231839 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013369001", "NAME": "Census Tract 3690.01", "state": "06", "county_fips": "013", "tract": "369001", "county_name": "Contra Costa County", "tot_pop_2050": 7336, "tot_pop_pov_det_2050": 6960, "tot_pop_civ_ni_2050": 6960, "tot_hh_2050": 2389, "pop_zvhhs_2050": 312, "tot_fam_2050": 1456, "tot_pop_over5_2050": 6812, "pop_hus_rent50_2050": 735, "pop_minority_2050": 6448, "pop_over75_2050": 515, "pop_spfam_2050": 508, "pop_lep_2050": 1618, "pop_below200_2050": 3478, "pop_disability_2050": 1018, "pct_minority_2050": 0.87895310796074155, "pct_over75_2050": 0.070201744820065429, "pct_spfam_2050": 0.34890109890109888, "pct_lep_2050": 0.23752201996476804, "pct_below200_2050": 0.49971264367816087, "pct_disab_2050": 0.14626436781609195, "pct_zvhhs_2050": 0.13059857681038092, "pct_hus_rent50_2050": 0.30766010883214728, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.071458362296677, "pct_minority_2040": 0.828027248714028, "pct_spfam_2040": 0.33164556962025299, "pct_lep_2040": 0.18601563652456102, "pct_below200_2040": 0.54969126727433104, "pct_disab_2040": 0.11731843575419, "pct_zvhhs_2040": 0.20131470829909601, "pct_hus_rent50_2040": 0.213778705636743, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.346949999909256, 37.958604000065769 ], [ -122.347309999759361, 37.956846999666432 ], [ -122.346359000080483, 37.956180999909535 ], [ -122.342643000330085, 37.955375999932834 ], [ -122.340303000406038, 37.952467000105194 ], [ -122.339858000167112, 37.952731000327816 ], [ -122.338887000396724, 37.953449000228609 ], [ -122.33564500029928, 37.952159999653986 ], [ -122.333917000120422, 37.951729000325798 ], [ -122.333615999821546, 37.951671000076878 ], [ -122.332732999914725, 37.949880000177259 ], [ -122.331638000295783, 37.94908799992848 ], [ -122.326394000383104, 37.949153999744055 ], [ -122.329942999728885, 37.955906000029735 ], [ -122.330730000274585, 37.959486000016831 ], [ -122.329243999945049, 37.962228000108553 ], [ -122.334627999599817, 37.962811000150261 ], [ -122.336446000190364, 37.961983000219824 ], [ -122.340171999986481, 37.960837999978096 ], [ -122.343768000086243, 37.962924999938153 ], [ -122.34546199992991, 37.962930000111179 ], [ -122.345437999640495, 37.962874000278568 ], [ -122.345319999639699, 37.962593999766845 ], [ -122.346307000201932, 37.960401000159614 ], [ -122.346949999909256, 37.958604000065769 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013369002", "NAME": "Census Tract 3690.02", "state": "06", "county_fips": "013", "tract": "369002", "county_name": "Contra Costa County", "tot_pop_2050": 2782, "tot_pop_pov_det_2050": 2782, "tot_pop_civ_ni_2050": 2782, "tot_hh_2050": 1063, "pop_zvhhs_2050": 55, "tot_fam_2050": 656, "tot_pop_over5_2050": 2586, "pop_hus_rent50_2050": 168, "pop_minority_2050": 2026, "pop_over75_2050": 85, "pop_spfam_2050": 99, "pop_lep_2050": 289, "pop_below200_2050": 1143, "pop_disability_2050": 344, "pct_minority_2050": 0.72825305535585894, "pct_over75_2050": 0.030553558590941769, "pct_spfam_2050": 0.15091463414634146, "pct_lep_2050": 0.11175560711523587, "pct_below200_2050": 0.41085549964054641, "pct_disab_2050": 0.12365204888569375, "pct_zvhhs_2050": 0.051740357478833487, "pct_hus_rent50_2050": 0.15804327375352775, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.077445109780439003, "pct_minority_2040": 0.70259481037924199, "pct_spfam_2040": 0.31034482758620696, "pct_lep_2040": 0.103079555175364, "pct_below200_2040": 0.34637096774193504, "pct_disab_2040": 0.15833666533386601, "pct_zvhhs_2040": 0.090447154471544999, "pct_hus_rent50_2040": 0.155102040816327, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.330730000274585, 37.959486000016831 ], [ -122.329942999728885, 37.955906000029735 ], [ -122.326394000383104, 37.949153999744055 ], [ -122.324845000304364, 37.949179000334851 ], [ -122.323295000400776, 37.949747999666123 ], [ -122.322481000090903, 37.951286999887373 ], [ -122.322076999859874, 37.951996000209263 ], [ -122.324403000438508, 37.953845000225513 ], [ -122.324118999858044, 37.953908000253556 ], [ -122.318927999648821, 37.954118999875327 ], [ -122.318284000116591, 37.95492300002627 ], [ -122.318421000383921, 37.955720999788909 ], [ -122.318238000085827, 37.956023999717928 ], [ -122.318402000117359, 37.956488999969167 ], [ -122.318510999897299, 37.956938999785599 ], [ -122.31861100035475, 37.957735000100598 ], [ -122.318826000439898, 37.95842099972959 ], [ -122.319936000127456, 37.959216000188292 ], [ -122.320522999758282, 37.960169000072852 ], [ -122.318418000010894, 37.960299000132366 ], [ -122.317386000141113, 37.961197999841055 ], [ -122.315780999985932, 37.961301000092909 ], [ -122.314240000303144, 37.963124000187413 ], [ -122.314792999598779, 37.964818000031059 ], [ -122.318392000071597, 37.96422700020765 ], [ -122.31859000043832, 37.964813999995556 ], [ -122.31917700006916, 37.965492000075578 ], [ -122.3211649996407, 37.965992000337565 ], [ -122.322552000236016, 37.966331999958982 ], [ -122.324386999646663, 37.96516800017281 ], [ -122.328010000408938, 37.963209000019248 ], [ -122.329243999945049, 37.962228000108553 ], [ -122.330730000274585, 37.959486000016831 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013370000", "NAME": "Census Tract 3700", "state": "06", "county_fips": "013", "tract": "370000", "county_name": "Contra Costa County", "tot_pop_2050": 2814, "tot_pop_pov_det_2050": 2814, "tot_pop_civ_ni_2050": 2814, "tot_hh_2050": 1091, "pop_zvhhs_2050": 49, "tot_fam_2050": 660, "tot_pop_over5_2050": 2732, "pop_hus_rent50_2050": 121, "pop_minority_2050": 1598, "pop_over75_2050": 244, "pop_spfam_2050": 72, "pop_lep_2050": 190, "pop_below200_2050": 372, "pop_disability_2050": 217, "pct_minority_2050": 0.5678749111584932, "pct_over75_2050": 0.086709310589907607, "pct_spfam_2050": 0.10909090909090907, "pct_lep_2050": 0.069546120058565156, "pct_below200_2050": 0.13219616204690832, "pct_disab_2050": 0.077114427860696513, "pct_zvhhs_2050": 0.044912923923006422, "pct_hus_rent50_2050": 0.11090742438130156, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047757929274516997, "pct_minority_2040": 0.55049216186656902, "pct_spfam_2040": 0.11764705882352902, "pct_lep_2040": 0.10447185813415601, "pct_below200_2040": 0.22792231586661801, "pct_disab_2040": 0.063092633114515004, "pct_zvhhs_2040": 0.055243445692884002, "pct_hus_rent50_2040": 0.10018726591760302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.326972999617993, 37.935020999976842 ], [ -122.326134000092082, 37.932682999719368 ], [ -122.32336700037078, 37.932297000007416 ], [ -122.322657999642914, 37.931100999991919 ], [ -122.321063000431764, 37.93111200017789 ], [ -122.320379999643137, 37.931119999667963 ], [ -122.320284000281973, 37.934763999979467 ], [ -122.320322999741748, 37.938342000059428 ], [ -122.316857000236624, 37.93833599996865 ], [ -122.317101999560691, 37.938955000020769 ], [ -122.318089000122924, 37.940978999974632 ], [ -122.316782999718455, 37.943334999650865 ], [ -122.318182999834249, 37.943252000094283 ], [ -122.319614999737084, 37.945398000156615 ], [ -122.319777000118776, 37.945346999661417 ], [ -122.320290999954693, 37.945099000013052 ], [ -122.323295000400776, 37.949747999666123 ], [ -122.324845000304364, 37.949179000334851 ], [ -122.326394000383104, 37.949153999744055 ], [ -122.324512000218462, 37.945158000059514 ], [ -122.323871999985869, 37.942570000324828 ], [ -122.326104999779773, 37.937539999879128 ], [ -122.326972999617993, 37.935020999976842 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013371000", "NAME": "Census Tract 3710", "state": "06", "county_fips": "013", "tract": "371000", "county_name": "Contra Costa County", "tot_pop_2050": 5892, "tot_pop_pov_det_2050": 5892, "tot_pop_civ_ni_2050": 5892, "tot_hh_2050": 1954, "pop_zvhhs_2050": 109, "tot_fam_2050": 1270, "tot_pop_over5_2050": 5581, "pop_hus_rent50_2050": 177, "pop_minority_2050": 4407, "pop_over75_2050": 190, "pop_spfam_2050": 229, "pop_lep_2050": 907, "pop_below200_2050": 1761, "pop_disability_2050": 405, "pct_minority_2050": 0.74796334012219956, "pct_over75_2050": 0.032247114731839784, "pct_spfam_2050": 0.18031496062992125, "pct_lep_2050": 0.16251567819387205, "pct_below200_2050": 0.29887983706720977, "pct_disab_2050": 0.068737270875763742, "pct_zvhhs_2050": 0.055783009211873083, "pct_hus_rent50_2050": 0.09058341862845444, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027748507200562, "pct_minority_2040": 0.73691605198454502, "pct_spfam_2040": 0.17777777777777803, "pct_lep_2040": 0.11595582635186599, "pct_below200_2040": 0.35331452750352599, "pct_disab_2040": 0.074288724973657003, "pct_zvhhs_2040": 0.074092999489014003, "pct_hus_rent50_2040": 0.113695090439276, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.336002999601249, 37.938442999742577 ], [ -122.336949999980504, 37.934225000121224 ], [ -122.334232999589616, 37.933836999851067 ], [ -122.332464000301201, 37.933585000010247 ], [ -122.326134000092082, 37.932682999719368 ], [ -122.326972999617993, 37.935020999976842 ], [ -122.326104999779773, 37.937539999879128 ], [ -122.323871999985869, 37.942570000324828 ], [ -122.324512000218462, 37.945158000059514 ], [ -122.326394000383104, 37.949153999744055 ], [ -122.331638000295783, 37.94908799992848 ], [ -122.33066699962707, 37.947096999935475 ], [ -122.329085999761304, 37.943795000111166 ], [ -122.329037000255823, 37.943690999809355 ], [ -122.330966000276121, 37.943645999912405 ], [ -122.334702000117971, 37.943652000278057 ], [ -122.336002999601249, 37.938442999742577 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013372000", "NAME": "Census Tract 3720", "state": "06", "county_fips": "013", "tract": "372000", "county_name": "Contra Costa County", "tot_pop_2050": 7703, "tot_pop_pov_det_2050": 7703, "tot_pop_civ_ni_2050": 7703, "tot_hh_2050": 2270, "pop_zvhhs_2050": 108, "tot_fam_2050": 1681, "tot_pop_over5_2050": 7223, "pop_hus_rent50_2050": 196, "pop_minority_2050": 6613, "pop_over75_2050": 344, "pop_spfam_2050": 256, "pop_lep_2050": 1466, "pop_below200_2050": 2979, "pop_disability_2050": 762, "pct_minority_2050": 0.85849668960145409, "pct_over75_2050": 0.044657925483577832, "pct_spfam_2050": 0.15229030339083879, "pct_lep_2050": 0.2029627578568462, "pct_below200_2050": 0.38673244190575101, "pct_disab_2050": 0.098922497728157879, "pct_zvhhs_2050": 0.047577092511013219, "pct_hus_rent50_2050": 0.086343612334801756, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041751114714228002, "pct_minority_2040": 0.8794757465207399, "pct_spfam_2040": 0.17141162514828001, "pct_lep_2040": 0.21468184471687102, "pct_below200_2040": 0.45560525959061898, "pct_disab_2040": 0.083502229428456004, "pct_zvhhs_2040": 0.036668175645088001, "pct_hus_rent50_2040": 0.094288304623752997, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.347471000316148, 37.943831999685806 ], [ -122.347471000316148, 37.943628999818216 ], [ -122.340935000242723, 37.943652000278057 ], [ -122.335580999826874, 37.943644000026524 ], [ -122.334702000117971, 37.943652000278057 ], [ -122.330966000276121, 37.943645999912405 ], [ -122.329037000255823, 37.943690999809355 ], [ -122.329085999761304, 37.943795000111166 ], [ -122.33066699962707, 37.947096999935475 ], [ -122.331638000295783, 37.94908799992848 ], [ -122.332732999914725, 37.949880000177259 ], [ -122.333615999821546, 37.951671000076878 ], [ -122.333917000120422, 37.951729000325798 ], [ -122.33564500029928, 37.952159999653986 ], [ -122.338887000396724, 37.953449000228609 ], [ -122.339858000167112, 37.952731000327816 ], [ -122.340303000406038, 37.952467000105194 ], [ -122.342643000330085, 37.955375999932834 ], [ -122.346359000080483, 37.956180999909535 ], [ -122.347364000186062, 37.953222000265882 ], [ -122.347402999645794, 37.950583000111628 ], [ -122.347409000391877, 37.950324000284645 ], [ -122.347442000003852, 37.94705800008677 ], [ -122.347471000316148, 37.943831999685806 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013373000", "NAME": "Census Tract 3730", "state": "06", "county_fips": "013", "tract": "373000", "county_name": "Contra Costa County", "tot_pop_2050": 4248, "tot_pop_pov_det_2050": 4189, "tot_pop_civ_ni_2050": 4216, "tot_hh_2050": 1128, "pop_zvhhs_2050": 129, "tot_fam_2050": 903, "tot_pop_over5_2050": 4015, "pop_hus_rent50_2050": 114, "pop_minority_2050": 4121, "pop_over75_2050": 165, "pop_spfam_2050": 262, "pop_lep_2050": 1094, "pop_below200_2050": 1855, "pop_disability_2050": 437, "pct_minority_2050": 0.97010357815442561, "pct_over75_2050": 0.038841807909604516, "pct_spfam_2050": 0.29014396456256919, "pct_lep_2050": 0.27247820672478212, "pct_below200_2050": 0.44282645022678452, "pct_disab_2050": 0.10365275142314991, "pct_zvhhs_2050": 0.11436170212765955, "pct_hus_rent50_2050": 0.10106382978723404, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043311403508772002, "pct_minority_2040": 0.97779605263157909, "pct_spfam_2040": 0.25555555555555604, "pct_lep_2040": 0.288140643623361, "pct_below200_2040": 0.49443826473859792, "pct_disab_2040": 0.081976262765663999, "pct_zvhhs_2040": 0.054316197866149003, "pct_hus_rent50_2040": 0.14851485148514904, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.360067000261978, 37.950320999665955 ], [ -122.359420000356693, 37.947028000352475 ], [ -122.358189000295297, 37.943630999704446 ], [ -122.357789000262215, 37.944222000196014 ], [ -122.35554899989728, 37.943834000275004 ], [ -122.353809999847783, 37.943836000155656 ], [ -122.352074000171314, 37.943827000337954 ], [ -122.347471000316148, 37.943831999685806 ], [ -122.347442000003852, 37.94705800008677 ], [ -122.347409000391877, 37.950324000284645 ], [ -122.352076999646087, 37.950327000194889 ], [ -122.355542000224602, 37.95032300007842 ], [ -122.35712999976306, 37.950334999718777 ], [ -122.356978000325384, 37.953405000097163 ], [ -122.356921000423995, 37.954729999681796 ], [ -122.358057000050806, 37.954742000018904 ], [ -122.358645000404877, 37.952187999764455 ], [ -122.360067000261978, 37.950320999665955 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013374000", "NAME": "Census Tract 3740", "state": "06", "county_fips": "013", "tract": "374000", "county_name": "Contra Costa County", "tot_pop_2050": 4893, "tot_pop_pov_det_2050": 4893, "tot_pop_civ_ni_2050": 4875, "tot_hh_2050": 1783, "pop_zvhhs_2050": 257, "tot_fam_2050": 1043, "tot_pop_over5_2050": 4501, "pop_hus_rent50_2050": 323, "pop_minority_2050": 3934, "pop_over75_2050": 167, "pop_spfam_2050": 279, "pop_lep_2050": 768, "pop_below200_2050": 2327, "pop_disability_2050": 629, "pct_minority_2050": 0.80400572246065793, "pct_over75_2050": 0.034130390353566319, "pct_spfam_2050": 0.26749760306807285, "pct_lep_2050": 0.17062874916685181, "pct_below200_2050": 0.47557735540568158, "pct_disab_2050": 0.12902564102564099, "pct_zvhhs_2050": 0.14413909141895681, "pct_hus_rent50_2050": 0.18115535614133479, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.043946574752262005, "pct_minority_2040": 0.83067643257216695, "pct_spfam_2040": 0.14488348530901701, "pct_lep_2040": 0.10865051903114199, "pct_below200_2040": 0.39831968978888399, "pct_disab_2040": 0.10728134424816901, "pct_zvhhs_2040": 0.130688448074679, "pct_hus_rent50_2040": 0.16866746698679502, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.347508999951017, 37.939984000113512 ], [ -122.34754699958583, 37.935718000067254 ], [ -122.342015999617985, 37.934933000288474 ], [ -122.341126000038415, 37.934805999811658 ], [ -122.336949999980504, 37.934225000121224 ], [ -122.336002999601249, 37.938442999742577 ], [ -122.334702000117971, 37.943652000278057 ], [ -122.335580999826874, 37.943644000026524 ], [ -122.340935000242723, 37.943652000278057 ], [ -122.347471000316148, 37.943628999818216 ], [ -122.347508999951017, 37.939984000113512 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013375000", "NAME": "Census Tract 3750", "state": "06", "county_fips": "013", "tract": "375000", "county_name": "Contra Costa County", "tot_pop_2050": 4617, "tot_pop_pov_det_2050": 4612, "tot_pop_civ_ni_2050": 4612, "tot_hh_2050": 1204, "pop_zvhhs_2050": 157, "tot_fam_2050": 1061, "tot_pop_over5_2050": 4196, "pop_hus_rent50_2050": 272, "pop_minority_2050": 4324, "pop_over75_2050": 95, "pop_spfam_2050": 359, "pop_lep_2050": 846, "pop_below200_2050": 2125, "pop_disability_2050": 424, "pct_minority_2050": 0.93653887805934599, "pct_over75_2050": 0.020576131687242798, "pct_spfam_2050": 0.33836003770028278, "pct_lep_2050": 0.20162059103908486, "pct_below200_2050": 0.46075455333911541, "pct_disab_2050": 0.091934084995663481, "pct_zvhhs_2050": 0.13039867109634551, "pct_hus_rent50_2050": 0.22591362126245851, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020708221163801999, "pct_minority_2040": 0.96831642161938292, "pct_spfam_2040": 0.37315010570824497, "pct_lep_2040": 0.29247715022263898, "pct_below200_2040": 0.62944374738603104, "pct_disab_2040": 0.091625207296849004, "pct_zvhhs_2040": 0.16468435498627598, "pct_hus_rent50_2040": 0.28453796889295502, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.357789000262215, 37.944222000196014 ], [ -122.358189000295297, 37.943630999704446 ], [ -122.357533999994089, 37.942274000248112 ], [ -122.356154999794697, 37.94002500015889 ], [ -122.354947000197839, 37.93842999991741 ], [ -122.352488000448119, 37.935699999859352 ], [ -122.34754699958583, 37.935718000067254 ], [ -122.347508999951017, 37.939984000113512 ], [ -122.347471000316148, 37.943628999818216 ], [ -122.347471000316148, 37.943831999685806 ], [ -122.352074000171314, 37.943827000337954 ], [ -122.353809999847783, 37.943836000155656 ], [ -122.35554899989728, 37.943834000275004 ], [ -122.357789000262215, 37.944222000196014 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013376000", "NAME": "Census Tract 3760", "state": "06", "county_fips": "013", "tract": "376000", "county_name": "Contra Costa County", "tot_pop_2050": 5653, "tot_pop_pov_det_2050": 5620, "tot_pop_civ_ni_2050": 5653, "tot_hh_2050": 1691, "pop_zvhhs_2050": 262, "tot_fam_2050": 1184, "tot_pop_over5_2050": 5098, "pop_hus_rent50_2050": 227, "pop_minority_2050": 5540, "pop_over75_2050": 231, "pop_spfam_2050": 378, "pop_lep_2050": 1013, "pop_below200_2050": 3248, "pop_disability_2050": 695, "pct_minority_2050": 0.98001061383336285, "pct_over75_2050": 0.040863258446842382, "pct_spfam_2050": 0.31925675675675674, "pct_lep_2050": 0.19870537465672813, "pct_below200_2050": 0.57793594306049823, "pct_disab_2050": 0.12294356978595435, "pct_zvhhs_2050": 0.15493790656416326, "pct_hus_rent50_2050": 0.13424009461856889, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042392761394102002, "pct_minority_2040": 0.96347184986595202, "pct_spfam_2040": 0.38798701298701294, "pct_lep_2040": 0.21870477568741001, "pct_below200_2040": 0.61071008897095891, "pct_disab_2040": 0.14410187667560301, "pct_zvhhs_2040": 0.22174148188209802, "pct_hus_rent50_2040": 0.20793201133144501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.371510999789137, 37.938502999832394 ], [ -122.37204999973936, 37.936854000097256 ], [ -122.368682999968456, 37.936827000201049 ], [ -122.363743999654275, 37.936831000343723 ], [ -122.361853000167145, 37.936825999811099 ], [ -122.360000000314812, 37.936829000272439 ], [ -122.35712200026542, 37.936742000305657 ], [ -122.357127000288315, 37.935702999658133 ], [ -122.354234999995214, 37.935715999965623 ], [ -122.352488000448119, 37.935699999859352 ], [ -122.354947000197839, 37.93842999991741 ], [ -122.356154999794697, 37.94002500015889 ], [ -122.357533999994089, 37.942274000248112 ], [ -122.358189000295297, 37.943630999704446 ], [ -122.359420000356693, 37.947028000352475 ], [ -122.360067000261978, 37.950320999665955 ], [ -122.367350999624719, 37.943346999724078 ], [ -122.367611999740618, 37.942536999946881 ], [ -122.371510999789137, 37.938502999832394 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013377000", "NAME": "Census Tract 3770", "state": "06", "county_fips": "013", "tract": "377000", "county_name": "Contra Costa County", "tot_pop_2050": 7040, "tot_pop_pov_det_2050": 6956, "tot_pop_civ_ni_2050": 7040, "tot_hh_2050": 2254, "pop_zvhhs_2050": 368, "tot_fam_2050": 1366, "tot_pop_over5_2050": 6766, "pop_hus_rent50_2050": 415, "pop_minority_2050": 6333, "pop_over75_2050": 307, "pop_spfam_2050": 221, "pop_lep_2050": 1256, "pop_below200_2050": 3307, "pop_disability_2050": 1038, "pct_minority_2050": 0.8995738636363636, "pct_over75_2050": 0.043607954545454547, "pct_spfam_2050": 0.16178623718887261, "pct_lep_2050": 0.18563405261602128, "pct_below200_2050": 0.47541690626797012, "pct_disab_2050": 0.14744318181818181, "pct_zvhhs_2050": 0.16326530612244894, "pct_hus_rent50_2050": 0.18411712511091394, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028148365342325, "pct_minority_2040": 0.915848116112007, "pct_spfam_2040": 0.26386913229018499, "pct_lep_2040": 0.23757993113625198, "pct_below200_2040": 0.60170990566037708, "pct_disab_2040": 0.08354169730842799, "pct_zvhhs_2040": 0.18425925925925896, "pct_hus_rent50_2040": 0.22681403171552103, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.377105000404484, 37.932239999751566 ], [ -122.377709999578656, 37.931360000261925 ], [ -122.375075999926764, 37.931360000261925 ], [ -122.368676000295764, 37.931387000040566 ], [ -122.361857000365106, 37.931351000333507 ], [ -122.360023999705959, 37.931255000319887 ], [ -122.357098999800925, 37.931124000121208 ], [ -122.356461999941345, 37.931358000041726 ], [ -122.354257999561455, 37.931474999722674 ], [ -122.353060999835265, 37.9314880000694 ], [ -122.348632999882255, 37.93151100007757 ], [ -122.347241999987304, 37.931543999737947 ], [ -122.347894999740362, 37.932014999652466 ], [ -122.352488000448119, 37.935699999859352 ], [ -122.354234999995214, 37.935715999965623 ], [ -122.357127000288315, 37.935702999658133 ], [ -122.35712200026542, 37.936742000305657 ], [ -122.360000000314812, 37.936829000272439 ], [ -122.361853000167145, 37.936825999811099 ], [ -122.363743999654275, 37.936831000343723 ], [ -122.368682999968456, 37.936827000201049 ], [ -122.37204999973936, 37.936854000097256 ], [ -122.377105000404484, 37.932239999751566 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013378000", "NAME": "Census Tract 3780", "state": "06", "county_fips": "013", "tract": "378000", "county_name": "Contra Costa County", "tot_pop_2050": 3284, "tot_pop_pov_det_2050": 3275, "tot_pop_civ_ni_2050": 3284, "tot_hh_2050": 1727, "pop_zvhhs_2050": 148, "tot_fam_2050": 796, "tot_pop_over5_2050": 3182, "pop_hus_rent50_2050": 156, "pop_minority_2050": 1143, "pop_over75_2050": 299, "pop_spfam_2050": 97, "pop_lep_2050": 195, "pop_below200_2050": 404, "pop_disability_2050": 315, "pct_minority_2050": 0.34805115712545681, "pct_over75_2050": 0.09104750304506698, "pct_spfam_2050": 0.12185929648241205, "pct_lep_2050": 0.061282212445003134, "pct_below200_2050": 0.12335877862595419, "pct_disab_2050": 0.095919610231425076, "pct_zvhhs_2050": 0.085697741748697182, "pct_hus_rent50_2050": 0.090330052113491599, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074733096085408998, "pct_minority_2040": 0.34681332901973499, "pct_spfam_2040": 0.14449213161659499, "pct_lep_2040": 0.027334851936218998, "pct_below200_2040": 0.21115796302303003, "pct_disab_2040": 0.10611452604335198, "pct_zvhhs_2040": 0.032739804709937002, "pct_hus_rent50_2040": 0.114269141531323, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.429759999616479, 37.965405000051916 ], [ -122.430086999854637, 37.963114999899553 ], [ -122.425010000346532, 37.956913000302535 ], [ -122.420732000181346, 37.954851999712609 ], [ -122.419306000126298, 37.95091600026781 ], [ -122.422632999714253, 37.947167999952107 ], [ -122.414077000282234, 37.945292999723534 ], [ -122.410986999622438, 37.939670000303757 ], [ -122.413724999929741, 37.937261999919052 ], [ -122.410035999943545, 37.932359000347425 ], [ -122.401954999989357, 37.931421999975058 ], [ -122.401288999817481, 37.928425999950171 ], [ -122.397676999824171, 37.929360000187074 ], [ -122.391497000301214, 37.925423000153522 ], [ -122.390606051202425, 37.922867825660859 ], [ -122.390489999647485, 37.922535000284888 ], [ -122.387455999962484, 37.920547999835698 ], [ -122.390545999723997, 37.909110000310307 ], [ -122.385907999708706, 37.908136000151245 ], [ -122.378661999980778, 37.907235000339391 ], [ -122.367581999603402, 37.903882000213521 ], [ -122.363450999751336, 37.905171999848143 ], [ -122.360850360834135, 37.908102407378841 ], [ -122.361173999576479, 37.912077000081553 ], [ -122.361828000052768, 37.917584999912961 ], [ -122.362013999825621, 37.91804699981369 ], [ -122.362048000160812, 37.922648000336515 ], [ -122.365911000224273, 37.925246999659848 ], [ -122.370042000076339, 37.927661999720939 ], [ -122.375075999926764, 37.931360000261925 ], [ -122.377709999578656, 37.931360000261925 ], [ -122.377105000404484, 37.932239999751566 ], [ -122.37204999973936, 37.936854000097256 ], [ -122.371510999789137, 37.938502999832394 ], [ -122.367611999740618, 37.942536999946881 ], [ -122.367350999624719, 37.943346999724078 ], [ -122.360067000261978, 37.950320999665955 ], [ -122.361422000171927, 37.952036999927699 ], [ -122.363750000400401, 37.951259000141796 ], [ -122.368862999893523, 37.951248000137646 ], [ -122.370663999867276, 37.951245000265068 ], [ -122.370634999554966, 37.953471999739428 ], [ -122.370615000361809, 37.953690999772029 ], [ -122.370584000399646, 37.954058000339018 ], [ -122.378138000099142, 37.954053000270278 ], [ -122.380462000129654, 37.954062999699069 ], [ -122.382131999683878, 37.95380900018521 ], [ -122.387639000260592, 37.952670000347261 ], [ -122.393098000258448, 37.957005999746002 ], [ -122.395187999937221, 37.960153000332909 ], [ -122.397168234471451, 37.961505744429857 ], [ -122.395537999741592, 37.959912000198791 ], [ -122.402905999668263, 37.954851999712609 ], [ -122.408383000107747, 37.957544000277792 ], [ -122.411760999749333, 37.960497000347495 ], [ -122.412650000402266, 37.963285000193785 ], [ -122.418592000273875, 37.964783999722023 ], [ -122.429759999616479, 37.965405000051916 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013379000", "NAME": "Census Tract 3790", "state": "06", "county_fips": "013", "tract": "379000", "county_name": "Contra Costa County", "tot_pop_2050": 6831, "tot_pop_pov_det_2050": 6734, "tot_pop_civ_ni_2050": 6753, "tot_hh_2050": 1874, "pop_zvhhs_2050": 352, "tot_fam_2050": 1423, "tot_pop_over5_2050": 6215, "pop_hus_rent50_2050": 327, "pop_minority_2050": 6642, "pop_over75_2050": 329, "pop_spfam_2050": 477, "pop_lep_2050": 1240, "pop_below200_2050": 3860, "pop_disability_2050": 920, "pct_minority_2050": 0.97233201581027684, "pct_over75_2050": 0.048162787293222084, "pct_spfam_2050": 0.33520730850316233, "pct_lep_2050": 0.19951729686242961, "pct_below200_2050": 0.57321057321057323, "pct_disab_2050": 0.13623574707537392, "pct_zvhhs_2050": 0.18783351120597647, "pct_hus_rent50_2050": 0.17449306296691569, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.065814696485623006, "pct_minority_2040": 0.97875399361022408, "pct_spfam_2040": 0.38888888888888895, "pct_lep_2040": 0.18999646518204302, "pct_below200_2040": 0.53578431372548996, "pct_disab_2040": 0.15245185305065501, "pct_zvhhs_2040": 0.189749182115594, "pct_hus_rent50_2040": 0.17851051733939699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.375075999926764, 37.931360000261925 ], [ -122.370042000076339, 37.927661999720939 ], [ -122.365911000224273, 37.925246999659848 ], [ -122.36005499966808, 37.925214000007514 ], [ -122.353038000269024, 37.925204000195883 ], [ -122.348569000308146, 37.925192999834586 ], [ -122.347664999586598, 37.925193999674221 ], [ -122.338535000044232, 37.925159000317912 ], [ -122.346258999623032, 37.930831000000211 ], [ -122.347241999987304, 37.931543999737947 ], [ -122.348632999882255, 37.93151100007757 ], [ -122.353060999835265, 37.9314880000694 ], [ -122.354257999561455, 37.931474999722674 ], [ -122.356461999941345, 37.931358000041726 ], [ -122.357098999800925, 37.931124000121208 ], [ -122.360023999705959, 37.931255000319887 ], [ -122.361857000365106, 37.931351000333507 ], [ -122.368676000295764, 37.931387000040566 ], [ -122.375075999926764, 37.931360000261925 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013380000", "NAME": "Census Tract 3800", "state": "06", "county_fips": "013", "tract": "380000", "county_name": "Contra Costa County", "tot_pop_2050": 6376, "tot_pop_pov_det_2050": 6346, "tot_pop_civ_ni_2050": 6376, "tot_hh_2050": 2803, "pop_zvhhs_2050": 178, "tot_fam_2050": 1588, "tot_pop_over5_2050": 5993, "pop_hus_rent50_2050": 353, "pop_minority_2050": 4712, "pop_over75_2050": 209, "pop_spfam_2050": 301, "pop_lep_2050": 538, "pop_below200_2050": 1836, "pop_disability_2050": 620, "pct_minority_2050": 0.73902132998745307, "pct_over75_2050": 0.032779171894604768, "pct_spfam_2050": 0.18954659949622168, "pct_lep_2050": 0.089771399966627738, "pct_below200_2050": 0.28931610463283958, "pct_disab_2050": 0.097239648682559604, "pct_zvhhs_2050": 0.063503389225829474, "pct_hus_rent50_2050": 0.12593649661077416, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.024923702950153, "pct_minority_2040": 0.71447948457104082, "pct_spfam_2040": 0.28391401037805797, "pct_lep_2040": 0.10296296296296301, "pct_below200_2040": 0.3597829772804339, "pct_disab_2040": 0.089182773821634004, "pct_zvhhs_2040": 0.091435185185184994, "pct_hus_rent50_2040": 0.075944333996024002, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.365911000224273, 37.925246999659848 ], [ -122.362048000160812, 37.922648000336515 ], [ -122.362013999825621, 37.91804699981369 ], [ -122.361828000052768, 37.917584999912961 ], [ -122.361173999576479, 37.912077000081553 ], [ -122.360850360834135, 37.908102407378841 ], [ -122.360123000338461, 37.908921999739619 ], [ -122.352280000035648, 37.907610000328688 ], [ -122.344673999559305, 37.907235000339391 ], [ -122.334529999690545, 37.908791000155105 ], [ -122.333621842464169, 37.908543274794688 ], [ -122.323729999695615, 37.905844999736047 ], [ -122.326225000328677, 37.897732999753323 ], [ -122.322332000127986, 37.895419000192085 ], [ -122.31900499964172, 37.897856999823745 ], [ -122.315570000098731, 37.896961000035667 ], [ -122.315150304503049, 37.896843573996321 ], [ -122.311467999660678, 37.897629000219197 ], [ -122.32531899995729, 37.914777999764048 ], [ -122.328269999801606, 37.917613999674579 ], [ -122.338535000044232, 37.925159000317912 ], [ -122.347664999586598, 37.925193999674221 ], [ -122.348569000308146, 37.925192999834586 ], [ -122.353038000269024, 37.925204000195883 ], [ -122.36005499966808, 37.925214000007514 ], [ -122.365911000224273, 37.925246999659848 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013381000", "NAME": "Census Tract 3810", "state": "06", "county_fips": "013", "tract": "381000", "county_name": "Contra Costa County", "tot_pop_2050": 6632, "tot_pop_pov_det_2050": 6608, "tot_pop_civ_ni_2050": 6617, "tot_hh_2050": 1944, "pop_zvhhs_2050": 294, "tot_fam_2050": 1297, "tot_pop_over5_2050": 6284, "pop_hus_rent50_2050": 396, "pop_minority_2050": 6249, "pop_over75_2050": 193, "pop_spfam_2050": 236, "pop_lep_2050": 1215, "pop_below200_2050": 3389, "pop_disability_2050": 1147, "pct_minority_2050": 0.94224969843184558, "pct_over75_2050": 0.029101326899879376, "pct_spfam_2050": 0.18195836545875094, "pct_lep_2050": 0.19334818586887331, "pct_below200_2050": 0.51286319612590803, "pct_disab_2050": 0.1733413933806861, "pct_zvhhs_2050": 0.15123456790123455, "pct_hus_rent50_2050": 0.20370370370370369, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039814293753516999, "pct_minority_2040": 0.92374788970174404, "pct_spfam_2040": 0.31626120358514698, "pct_lep_2040": 0.151964531417215, "pct_below200_2040": 0.46716671384092801, "pct_disab_2040": 0.133314543404735, "pct_zvhhs_2040": 0.128780487804878, "pct_hus_rent50_2040": 0.108759842519685, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.352488000448119, 37.935699999859352 ], [ -122.347894999740362, 37.932014999652466 ], [ -122.347241999987304, 37.931543999737947 ], [ -122.346258999623032, 37.930831000000211 ], [ -122.338535000044232, 37.925159000317912 ], [ -122.337677000251745, 37.925215999686252 ], [ -122.334291000214264, 37.925336000151361 ], [ -122.331692999649022, 37.925438999662234 ], [ -122.321082999624934, 37.925461000309518 ], [ -122.320700000208618, 37.925441999879723 ], [ -122.320697999660453, 37.927297999961787 ], [ -122.32316599963103, 37.930887000169207 ], [ -122.322657999642914, 37.931100999991919 ], [ -122.32336700037078, 37.932297000007416 ], [ -122.326134000092082, 37.932682999719368 ], [ -122.332464000301201, 37.933585000010247 ], [ -122.334232999589616, 37.933836999851067 ], [ -122.336949999980504, 37.934225000121224 ], [ -122.341126000038415, 37.934805999811658 ], [ -122.342015999617985, 37.934933000288474 ], [ -122.34754699958583, 37.935718000067254 ], [ -122.352488000448119, 37.935699999859352 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013382000", "NAME": "Census Tract 3820", "state": "06", "county_fips": "013", "tract": "382000", "county_name": "Contra Costa County", "tot_pop_2050": 7809, "tot_pop_pov_det_2050": 7780, "tot_pop_civ_ni_2050": 7809, "tot_hh_2050": 2795, "pop_zvhhs_2050": 385, "tot_fam_2050": 1640, "tot_pop_over5_2050": 7085, "pop_hus_rent50_2050": 505, "pop_minority_2050": 7114, "pop_over75_2050": 372, "pop_spfam_2050": 732, "pop_lep_2050": 693, "pop_below200_2050": 3676, "pop_disability_2050": 1163, "pct_minority_2050": 0.91100012805736963, "pct_over75_2050": 0.047637341529004985, "pct_spfam_2050": 0.44634146341463415, "pct_lep_2050": 0.09781227946365563, "pct_below200_2050": 0.47249357326478147, "pct_disab_2050": 0.14893072096299145, "pct_zvhhs_2050": 0.13774597495527727, "pct_hus_rent50_2050": 0.18067978533094811, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047482427198392997, "pct_minority_2040": 0.92655286185626207, "pct_spfam_2040": 0.40276035131743998, "pct_lep_2040": 0.13837440685749303, "pct_below200_2040": 0.50796155501362805, "pct_disab_2040": 0.13441400086070901, "pct_zvhhs_2040": 0.20014880952381001, "pct_hus_rent50_2040": 0.19607843137254896, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.337677000251745, 37.925215999686252 ], [ -122.338535000044232, 37.925159000317912 ], [ -122.328269999801606, 37.917613999674579 ], [ -122.32531899995729, 37.914777999764048 ], [ -122.311467999660678, 37.897629000219197 ], [ -122.309315000232701, 37.897866999808905 ], [ -122.309877999574084, 37.899185999905775 ], [ -122.316285999600993, 37.908729999852355 ], [ -122.317382999768085, 37.910949000212604 ], [ -122.317536999753855, 37.919102999927006 ], [ -122.320646999606851, 37.919210000056907 ], [ -122.320670999896294, 37.920972999824862 ], [ -122.320700000208618, 37.925441999879723 ], [ -122.321082999624934, 37.925461000309518 ], [ -122.331692999649022, 37.925438999662234 ], [ -122.334291000214264, 37.925336000151361 ], [ -122.337677000251745, 37.925215999686252 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013383000", "NAME": "Census Tract 3830", "state": "06", "county_fips": "013", "tract": "383000", "county_name": "Contra Costa County", "tot_pop_2050": 4755, "tot_pop_pov_det_2050": 4747, "tot_pop_civ_ni_2050": 4747, "tot_hh_2050": 2015, "pop_zvhhs_2050": 99, "tot_fam_2050": 1257, "tot_pop_over5_2050": 4322, "pop_hus_rent50_2050": 163, "pop_minority_2050": 2411, "pop_over75_2050": 229, "pop_spfam_2050": 194, "pop_lep_2050": 224, "pop_below200_2050": 1254, "pop_disability_2050": 420, "pct_minority_2050": 0.50704521556256577, "pct_over75_2050": 0.048159831756046267, "pct_spfam_2050": 0.15433571996817819, "pct_lep_2050": 0.051827857473391949, "pct_below200_2050": 0.26416684221613651, "pct_disab_2050": 0.088476932799662941, "pct_zvhhs_2050": 0.049131513647642684, "pct_hus_rent50_2050": 0.080893300248138969, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039745627980922002, "pct_minority_2040": 0.55723370429252794, "pct_spfam_2040": 0.139756944444444, "pct_lep_2040": 0.082451974962228003, "pct_below200_2040": 0.28864951127069605, "pct_disab_2040": 0.070817585040779993, "pct_zvhhs_2040": 0.075910931174089008, "pct_hus_rent50_2040": 0.158738366080662, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.317536999753855, 37.919102999927006 ], [ -122.317382999768085, 37.910949000212604 ], [ -122.316285999600993, 37.908729999852355 ], [ -122.309877999574084, 37.899185999905775 ], [ -122.309315000232701, 37.897866999808905 ], [ -122.308946000161725, 37.897970000214777 ], [ -122.305771000011447, 37.898315000159577 ], [ -122.307211000310204, 37.901415999960498 ], [ -122.306696999575991, 37.901568999912577 ], [ -122.30730699967134, 37.902452999944707 ], [ -122.309167999919609, 37.900835000145342 ], [ -122.309885000145087, 37.901975999728464 ], [ -122.305842999981479, 37.903774000339141 ], [ -122.304271000336541, 37.904302000187158 ], [ -122.305323000297776, 37.906607000322239 ], [ -122.306070999587092, 37.907747000350874 ], [ -122.30848900022724, 37.911272999660838 ], [ -122.310241999622136, 37.913811000188772 ], [ -122.311577000338914, 37.91573900028397 ], [ -122.312239000312829, 37.916317000183554 ], [ -122.31418400022666, 37.918681000255035 ], [ -122.317536999753855, 37.919102999927006 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013384000", "NAME": "Census Tract 3840", "state": "06", "county_fips": "013", "tract": "384000", "county_name": "Contra Costa County", "tot_pop_2050": 3872, "tot_pop_pov_det_2050": 3852, "tot_pop_civ_ni_2050": 3867, "tot_hh_2050": 1631, "pop_zvhhs_2050": 42, "tot_fam_2050": 1121, "tot_pop_over5_2050": 3624, "pop_hus_rent50_2050": 23, "pop_minority_2050": 1750, "pop_over75_2050": 378, "pop_spfam_2050": 46, "pop_lep_2050": 107, "pop_below200_2050": 531, "pop_disability_2050": 329, "pct_minority_2050": 0.45196280991735538, "pct_over75_2050": 0.097623966942148768, "pct_spfam_2050": 0.041034790365744866, "pct_lep_2050": 0.029525386313465782, "pct_below200_2050": 0.13785046728971961, "pct_disab_2050": 0.08507887251099043, "pct_zvhhs_2050": 0.02575107296137339, "pct_hus_rent50_2050": 0.014101778050275904, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080261437908497005, "pct_minority_2040": 0.45934640522875803, "pct_spfam_2040": 0.077458659704089994, "pct_lep_2040": 0.030795072788354, "pct_below200_2040": 0.094126900891453008, "pct_disab_2040": 0.068848167539266994, "pct_zvhhs_2040": 0.0186799501868, "pct_hus_rent50_2040": 0.016321406151915002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.320379999643137, 37.931119999667963 ], [ -122.321063000431764, 37.93111200017789 ], [ -122.320186000372701, 37.930170999703698 ], [ -122.318177999811368, 37.92767100010095 ], [ -122.316422999868323, 37.926385000295753 ], [ -122.313661000169915, 37.926712999762238 ], [ -122.312989999975187, 37.927910000105371 ], [ -122.311246999727715, 37.929597000101644 ], [ -122.311137000122855, 37.931560999793383 ], [ -122.309896999840646, 37.932230999930823 ], [ -122.306812999926947, 37.932278999670345 ], [ -122.301836999802873, 37.932939999907013 ], [ -122.298405999559535, 37.933222000256244 ], [ -122.303575000027436, 37.938203999973325 ], [ -122.307973999668135, 37.938287999933365 ], [ -122.308701999764267, 37.938713000115158 ], [ -122.310723999670984, 37.939706999829902 ], [ -122.312170999642433, 37.939549999855224 ], [ -122.313256999938858, 37.94002500015889 ], [ -122.317101999560691, 37.938955000020769 ], [ -122.316857000236624, 37.93833599996865 ], [ -122.320322999741748, 37.938342000059428 ], [ -122.320284000281973, 37.934763999979467 ], [ -122.320379999643137, 37.931119999667963 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013385100", "NAME": "Census Tract 3851", "state": "06", "county_fips": "013", "tract": "385100", "county_name": "Contra Costa County", "tot_pop_2050": 2953, "tot_pop_pov_det_2050": 2953, "tot_pop_civ_ni_2050": 2953, "tot_hh_2050": 1119, "pop_zvhhs_2050": 11, "tot_fam_2050": 907, "tot_pop_over5_2050": 2809, "pop_hus_rent50_2050": 14, "pop_minority_2050": 1301, "pop_over75_2050": 378, "pop_spfam_2050": 54, "pop_lep_2050": 84, "pop_below200_2050": 412, "pop_disability_2050": 406, "pct_minority_2050": 0.44056891296986123, "pct_over75_2050": 0.12800541821876055, "pct_spfam_2050": 0.059536934950385888, "pct_lep_2050": 0.029903880384478464, "pct_below200_2050": 0.1395191330849983, "pct_disab_2050": 0.13748730104977988, "pct_zvhhs_2050": 0.0098302055406613055, "pct_hus_rent50_2050": 0.012511170688114387, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.129685157421289, "pct_minority_2040": 0.44415292353823105, "pct_spfam_2040": 0.083969465648854991, "pct_lep_2040": 0.035142522452167001, "pct_below200_2040": 0.130059970014993, "pct_disab_2040": 0.097451274362819015, "pct_zvhhs_2040": 0.030783582089552005, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.306822999972709, 37.923897999783662 ], [ -122.305823999714889, 37.922690000004152 ], [ -122.304220000282911, 37.922542000123826 ], [ -122.302317000201896, 37.919832999939949 ], [ -122.299248000356812, 37.915431000221155 ], [ -122.295926999718304, 37.916922999875005 ], [ -122.29501600022239, 37.917218000035867 ], [ -122.293958000413369, 37.918021000034365 ], [ -122.290372000359341, 37.918643000138864 ], [ -122.286547999755598, 37.919287000312323 ], [ -122.284704999949014, 37.917373000330947 ], [ -122.282551999622754, 37.918903000280189 ], [ -122.281206999758552, 37.918696999813164 ], [ -122.286700000091585, 37.924253999839721 ], [ -122.289645000088115, 37.925306999891596 ], [ -122.291799000239294, 37.927256000091596 ], [ -122.290640000147945, 37.92924500025223 ], [ -122.292237999732109, 37.930689000215516 ], [ -122.295207000018095, 37.931384000065655 ], [ -122.296628000050276, 37.932360000089616 ], [ -122.298405999559535, 37.933222000256244 ], [ -122.301836999802873, 37.932939999907013 ], [ -122.306812999926947, 37.932278999670345 ], [ -122.306089000028763, 37.929614999678307 ], [ -122.304343000306574, 37.929734000271871 ], [ -122.304113999977716, 37.928262999767043 ], [ -122.302449000446359, 37.927039000262262 ], [ -122.304291000428023, 37.924858000347434 ], [ -122.306822999972709, 37.923897999783662 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013385200", "NAME": "Census Tract 3852", "state": "06", "county_fips": "013", "tract": "385200", "county_name": "Contra Costa County", "tot_pop_2050": 1254, "tot_pop_pov_det_2050": 1254, "tot_pop_civ_ni_2050": 1254, "tot_hh_2050": 505, "pop_zvhhs_2050": 15, "tot_fam_2050": 364, "tot_pop_over5_2050": 1193, "pop_hus_rent50_2050": 34, "pop_minority_2050": 607, "pop_over75_2050": 146, "pop_spfam_2050": 30, "pop_lep_2050": 62, "pop_below200_2050": 165, "pop_disability_2050": 125, "pct_minority_2050": 0.48405103668261562, "pct_over75_2050": 0.11642743221690592, "pct_spfam_2050": 0.08241758241758243, "pct_lep_2050": 0.051969823973176864, "pct_below200_2050": 0.13157894736842105, "pct_disab_2050": 0.099681020733652329, "pct_zvhhs_2050": 0.029702970297029702, "pct_hus_rent50_2050": 0.067326732673267331, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10513833992094901, "pct_minority_2040": 0.50197628458498, "pct_spfam_2040": 0.012690355329948999, "pct_lep_2040": 0.052074857607810998, "pct_below200_2040": 0.121739130434783, "pct_disab_2040": 0.105928853754941, "pct_zvhhs_2040": 0.024955436720142998, "pct_hus_rent50_2040": 0.043715846994534999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.316422999868323, 37.926385000295753 ], [ -122.313743000185681, 37.925307999729675 ], [ -122.311951000432742, 37.92323400014584 ], [ -122.308101999714665, 37.924936000201463 ], [ -122.306822999972709, 37.923897999783662 ], [ -122.304291000428023, 37.924858000347434 ], [ -122.302449000446359, 37.927039000262262 ], [ -122.304113999977716, 37.928262999767043 ], [ -122.304343000306574, 37.929734000271871 ], [ -122.306089000028763, 37.929614999678307 ], [ -122.306812999926947, 37.932278999670345 ], [ -122.309896999840646, 37.932230999930823 ], [ -122.311137000122855, 37.931560999793383 ], [ -122.311246999727715, 37.929597000101644 ], [ -122.312989999975187, 37.927910000105371 ], [ -122.313661000169915, 37.926712999762238 ], [ -122.316422999868323, 37.926385000295753 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013386000", "NAME": "Census Tract 3860", "state": "06", "county_fips": "013", "tract": "386000", "county_name": "Contra Costa County", "tot_pop_2050": 3666, "tot_pop_pov_det_2050": 3666, "tot_pop_civ_ni_2050": 3666, "tot_hh_2050": 1475, "pop_zvhhs_2050": 242, "tot_fam_2050": 966, "tot_pop_over5_2050": 3503, "pop_hus_rent50_2050": 326, "pop_minority_2050": 2404, "pop_over75_2050": 369, "pop_spfam_2050": 130, "pop_lep_2050": 460, "pop_below200_2050": 1360, "pop_disability_2050": 496, "pct_minority_2050": 0.65575559192580468, "pct_over75_2050": 0.10065466448445172, "pct_spfam_2050": 0.13457556935817805, "pct_lep_2050": 0.13131601484441907, "pct_below200_2050": 0.37097654118930717, "pct_disab_2050": 0.13529732678668849, "pct_zvhhs_2050": 0.16406779661016949, "pct_hus_rent50_2050": 0.22101694915254241, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.10342823939570001, "pct_minority_2040": 0.66385822196397404, "pct_spfam_2040": 0.12380952380952401, "pct_lep_2040": 0.064851636586111996, "pct_below200_2040": 0.39254513686662801, "pct_disab_2040": 0.14177803602556699, "pct_zvhhs_2040": 0.16955017301038097, "pct_hus_rent50_2040": 0.21745249824067603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.322657999642914, 37.931100999991919 ], [ -122.32316599963103, 37.930887000169207 ], [ -122.320697999660453, 37.927297999961787 ], [ -122.320700000208618, 37.925441999879723 ], [ -122.320670999896294, 37.920972999824862 ], [ -122.320646999606851, 37.919210000056907 ], [ -122.317536999753855, 37.919102999927006 ], [ -122.31418400022666, 37.918681000255035 ], [ -122.312239000312829, 37.916317000183554 ], [ -122.311577000338914, 37.91573900028397 ], [ -122.3091689997445, 37.916799000040335 ], [ -122.311388000193034, 37.919968000056123 ], [ -122.307662000396903, 37.921592999989578 ], [ -122.305823999714889, 37.922690000004152 ], [ -122.306822999972709, 37.923897999783662 ], [ -122.308101999714665, 37.924936000201463 ], [ -122.311951000432742, 37.92323400014584 ], [ -122.313743000185681, 37.925307999729675 ], [ -122.316422999868323, 37.926385000295753 ], [ -122.318177999811368, 37.92767100010095 ], [ -122.320186000372701, 37.930170999703698 ], [ -122.321063000431764, 37.93111200017789 ], [ -122.322657999642914, 37.931100999991919 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013387000", "NAME": "Census Tract 3870", "state": "06", "county_fips": "013", "tract": "387000", "county_name": "Contra Costa County", "tot_pop_2050": 2975, "tot_pop_pov_det_2050": 2975, "tot_pop_civ_ni_2050": 2975, "tot_hh_2050": 1105, "pop_zvhhs_2050": 65, "tot_fam_2050": 702, "tot_pop_over5_2050": 2719, "pop_hus_rent50_2050": 177, "pop_minority_2050": 1602, "pop_over75_2050": 226, "pop_spfam_2050": 93, "pop_lep_2050": 179, "pop_below200_2050": 962, "pop_disability_2050": 253, "pct_minority_2050": 0.53848739495798315, "pct_over75_2050": 0.075966386554621845, "pct_spfam_2050": 0.13247863247863248, "pct_lep_2050": 0.065833026848105922, "pct_below200_2050": 0.32336134453781512, "pct_disab_2050": 0.085042016806722687, "pct_zvhhs_2050": 0.058823529411764712, "pct_hus_rent50_2050": 0.16018099547511316, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.080668604651163003, "pct_minority_2040": 0.44077034883720895, "pct_spfam_2040": 0.036535859269283003, "pct_lep_2040": 0.040777439024390003, "pct_below200_2040": 0.23946220930232603, "pct_disab_2040": 0.12354651162790699, "pct_zvhhs_2040": 0.047402005469462008, "pct_hus_rent50_2040": 0.12931034482758599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.311577000338914, 37.91573900028397 ], [ -122.310241999622136, 37.913811000188772 ], [ -122.30848900022724, 37.911272999660838 ], [ -122.304274999636178, 37.91315100021064 ], [ -122.302276000193999, 37.914044999925288 ], [ -122.299248000356812, 37.915431000221155 ], [ -122.302317000201896, 37.919832999939949 ], [ -122.304220000282911, 37.922542000123826 ], [ -122.305823999714889, 37.922690000004152 ], [ -122.307662000396903, 37.921592999989578 ], [ -122.311388000193034, 37.919968000056123 ], [ -122.3091689997445, 37.916799000040335 ], [ -122.311577000338914, 37.91573900028397 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013388000", "NAME": "Census Tract 3880", "state": "06", "county_fips": "013", "tract": "388000", "county_name": "Contra Costa County", "tot_pop_2050": 2532, "tot_pop_pov_det_2050": 2532, "tot_pop_civ_ni_2050": 2532, "tot_hh_2050": 1092, "pop_zvhhs_2050": 31, "tot_fam_2050": 649, "tot_pop_over5_2050": 2329, "pop_hus_rent50_2050": 96, "pop_minority_2050": 1237, "pop_over75_2050": 69, "pop_spfam_2050": 56, "pop_lep_2050": 72, "pop_below200_2050": 465, "pop_disability_2050": 245, "pct_minority_2050": 0.48854660347551337, "pct_over75_2050": 0.027251184834123227, "pct_spfam_2050": 0.086286594761171037, "pct_lep_2050": 0.030914555603263207, "pct_below200_2050": 0.18364928909952608, "pct_disab_2050": 0.096761453396524477, "pct_zvhhs_2050": 0.028388278388278388, "pct_hus_rent50_2050": 0.087912087912087919, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054026152787337002, "pct_minority_2040": 0.52408809359944897, "pct_spfam_2040": 0.088888888888889017, "pct_lep_2040": 0.059970014992504012, "pct_below200_2040": 0.22790055248618801, "pct_disab_2040": 0.07811424638678599, "pct_zvhhs_2040": 0.066607460035524008, "pct_hus_rent50_2040": 0.081081081081081002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.30848900022724, 37.911272999660838 ], [ -122.306070999587092, 37.907747000350874 ], [ -122.305323000297776, 37.906607000322239 ], [ -122.304271000336541, 37.904302000187158 ], [ -122.29500399962852, 37.907048000025604 ], [ -122.2959950003887, 37.908370000219371 ], [ -122.297767999875063, 37.909557000209446 ], [ -122.299296999862293, 37.910688000269083 ], [ -122.301213000362111, 37.912571000216836 ], [ -122.302276000193999, 37.914044999925288 ], [ -122.304274999636178, 37.91315100021064 ], [ -122.30848900022724, 37.911272999660838 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013389100", "NAME": "Census Tract 3891", "state": "06", "county_fips": "013", "tract": "389100", "county_name": "Contra Costa County", "tot_pop_2050": 2196, "tot_pop_pov_det_2050": 2196, "tot_pop_civ_ni_2050": 2196, "tot_hh_2050": 895, "pop_zvhhs_2050": 91, "tot_fam_2050": 533, "tot_pop_over5_2050": 2116, "pop_hus_rent50_2050": 86, "pop_minority_2050": 1393, "pop_over75_2050": 77, "pop_spfam_2050": 31, "pop_lep_2050": 193, "pop_below200_2050": 341, "pop_disability_2050": 121, "pct_minority_2050": 0.63433515482695813, "pct_over75_2050": 0.035063752276867033, "pct_spfam_2050": 0.058161350844277676, "pct_lep_2050": 0.091209829867674841, "pct_below200_2050": 0.15528233151183971, "pct_disab_2050": 0.055100182149362478, "pct_zvhhs_2050": 0.10167597765363127, "pct_hus_rent50_2050": 0.096089385474860331, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074074074074074001, "pct_minority_2040": 0.54449254449254403, "pct_spfam_2040": 0.105032822757112, "pct_lep_2040": 0.083333333333332996, "pct_below200_2040": 0.23569023569023601, "pct_disab_2040": 0.101449275362319, "pct_zvhhs_2040": 0.14773980154354999, "pct_hus_rent50_2040": 0.14659090909090899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.304271000336541, 37.904302000187158 ], [ -122.303278999751441, 37.902224000249014 ], [ -122.302224000315476, 37.899563999654916 ], [ -122.30166799974846, 37.898524999673256 ], [ -122.300280000226564, 37.898225000083301 ], [ -122.296207000100793, 37.898925000059911 ], [ -122.29357900029666, 37.898624999973691 ], [ -122.292655000381956, 37.898337999909359 ], [ -122.292640000313327, 37.899707000179077 ], [ -122.293755999848699, 37.903325999902876 ], [ -122.294340000004794, 37.904878999811572 ], [ -122.29500399962852, 37.907048000025604 ], [ -122.304271000336541, 37.904302000187158 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013389200", "NAME": "Census Tract 3892", "state": "06", "county_fips": "013", "tract": "389200", "county_name": "Contra Costa County", "tot_pop_2050": 1868, "tot_pop_pov_det_2050": 1798, "tot_pop_civ_ni_2050": 1828, "tot_hh_2050": 691, "pop_zvhhs_2050": 72, "tot_fam_2050": 366, "tot_pop_over5_2050": 1693, "pop_hus_rent50_2050": 144, "pop_minority_2050": 1488, "pop_over75_2050": 30, "pop_spfam_2050": 47, "pop_lep_2050": 142, "pop_below200_2050": 528, "pop_disability_2050": 105, "pct_minority_2050": 0.79657387580299788, "pct_over75_2050": 0.016059957173447537, "pct_spfam_2050": 0.12841530054644809, "pct_lep_2050": 0.083874778499704664, "pct_below200_2050": 0.29365962180200222, "pct_disab_2050": 0.057439824945295412, "pct_zvhhs_2050": 0.10419681620839363, "pct_hus_rent50_2050": 0.20839363241678727, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.041154791154791003, "pct_minority_2040": 0.67137592137592106, "pct_spfam_2040": 0.16129032258064499, "pct_lep_2040": 0.075581395348836997, "pct_below200_2040": 0.455242966751918, "pct_disab_2040": 0.070253164556962011, "pct_zvhhs_2040": 0.20329670329670299, "pct_hus_rent50_2040": 0.19794721407624599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309885000145087, 37.901975999728464 ], [ -122.309167999919609, 37.900835000145342 ], [ -122.30730699967134, 37.902452999944707 ], [ -122.306696999575991, 37.901568999912577 ], [ -122.307211000310204, 37.901415999960498 ], [ -122.305771000011447, 37.898315000159577 ], [ -122.305279999741757, 37.898424999945789 ], [ -122.30166799974846, 37.898524999673256 ], [ -122.302224000315476, 37.899563999654916 ], [ -122.303278999751441, 37.902224000249014 ], [ -122.304271000336541, 37.904302000187158 ], [ -122.305842999981479, 37.903774000339141 ], [ -122.309885000145087, 37.901975999728464 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013390100", "NAME": "Census Tract 3901", "state": "06", "county_fips": "013", "tract": "390100", "county_name": "Contra Costa County", "tot_pop_2050": 2465, "tot_pop_pov_det_2050": 2465, "tot_pop_civ_ni_2050": 2465, "tot_hh_2050": 914, "pop_zvhhs_2050": 16, "tot_fam_2050": 663, "tot_pop_over5_2050": 2347, "pop_hus_rent50_2050": 13, "pop_minority_2050": 928, "pop_over75_2050": 253, "pop_spfam_2050": 46, "pop_lep_2050": 64, "pop_below200_2050": 147, "pop_disability_2050": 165, "pct_minority_2050": 0.37647058823529411, "pct_over75_2050": 0.1026369168356998, "pct_spfam_2050": 0.069381598793363503, "pct_lep_2050": 0.027268853855986361, "pct_below200_2050": 0.059634888438133873, "pct_disab_2050": 0.066937119675456389, "pct_zvhhs_2050": 0.017505470459518599, "pct_hus_rent50_2050": 0.014223194748358862, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13903743315507999, "pct_minority_2040": 0.41577540106951899, "pct_spfam_2040": 0.038596491228069997, "pct_lep_2040": 0.045179319981369002, "pct_below200_2040": 0.10472370766488399, "pct_disab_2040": 0.090909090909091009, "pct_zvhhs_2040": 0.033407572383073, "pct_hus_rent50_2040": 0.023622047244093999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.302276000193999, 37.914044999925288 ], [ -122.301213000362111, 37.912571000216836 ], [ -122.299296999862293, 37.910688000269083 ], [ -122.297767999875063, 37.909557000209446 ], [ -122.2959950003887, 37.908370000219371 ], [ -122.293423999587645, 37.909532999660733 ], [ -122.292583000411923, 37.908514000000395 ], [ -122.292523000137479, 37.909564999918132 ], [ -122.287804999756233, 37.911335000009437 ], [ -122.288990999611798, 37.91434800018633 ], [ -122.288043000305933, 37.91498499984624 ], [ -122.284704999949014, 37.917373000330947 ], [ -122.286547999755598, 37.919287000312323 ], [ -122.290372000359341, 37.918643000138864 ], [ -122.293958000413369, 37.918021000034365 ], [ -122.29501600022239, 37.917218000035867 ], [ -122.295926999718304, 37.916922999875005 ], [ -122.299248000356812, 37.915431000221155 ], [ -122.302276000193999, 37.914044999925288 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013390200", "NAME": "Census Tract 3902", "state": "06", "county_fips": "013", "tract": "390200", "county_name": "Contra Costa County", "tot_pop_2050": 1667, "tot_pop_pov_det_2050": 1649, "tot_pop_civ_ni_2050": 1667, "tot_hh_2050": 717, "pop_zvhhs_2050": 54, "tot_fam_2050": 469, "tot_pop_over5_2050": 1553, "pop_hus_rent50_2050": 13, "pop_minority_2050": 475, "pop_over75_2050": 133, "pop_spfam_2050": 12, "pop_lep_2050": 72, "pop_below200_2050": 280, "pop_disability_2050": 210, "pct_minority_2050": 0.28494301139772044, "pct_over75_2050": 0.079784043191361731, "pct_spfam_2050": 0.025586353944562899, "pct_lep_2050": 0.046361880231809399, "pct_below200_2050": 0.16979987871437235, "pct_disab_2050": 0.12597480503899219, "pct_zvhhs_2050": 0.075313807531380769, "pct_hus_rent50_2050": 0.01813110181311018, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091286307053941987, "pct_minority_2040": 0.27622999407231802, "pct_spfam_2040": 0.070663811563169004, "pct_lep_2040": 0.018125, "pct_below200_2040": 0.089934484812387985, "pct_disab_2040": 0.11262596324836999, "pct_zvhhs_2040": 0.028683181225554001, "pct_hus_rent50_2040": 0.0078843626806830002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.2959950003887, 37.908370000219371 ], [ -122.29500399962852, 37.907048000025604 ], [ -122.294340000004794, 37.904878999811572 ], [ -122.293755999848699, 37.903325999902876 ], [ -122.292640000313327, 37.899707000179077 ], [ -122.292655000381956, 37.898337999909359 ], [ -122.291078999640746, 37.897926000189756 ], [ -122.289861999823074, 37.897825000145701 ], [ -122.288161000306715, 37.898102000131907 ], [ -122.288679000340565, 37.903625999965058 ], [ -122.291041000005919, 37.904153000040509 ], [ -122.288455999859494, 37.905622999995195 ], [ -122.289055000084218, 37.909075999737489 ], [ -122.287181000315513, 37.909913000223852 ], [ -122.287804999756233, 37.911335000009437 ], [ -122.292523000137479, 37.909564999918132 ], [ -122.292583000411923, 37.908514000000395 ], [ -122.293423999587645, 37.909532999660733 ], [ -122.2959950003887, 37.908370000219371 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013391000", "NAME": "Census Tract 3910", "state": "06", "county_fips": "013", "tract": "391000", "county_name": "Contra Costa County", "tot_pop_2050": 2749, "tot_pop_pov_det_2050": 2749, "tot_pop_civ_ni_2050": 2749, "tot_hh_2050": 1148, "pop_zvhhs_2050": 26, "tot_fam_2050": 765, "tot_pop_over5_2050": 2662, "pop_hus_rent50_2050": 78, "pop_minority_2050": 821, "pop_over75_2050": 293, "pop_spfam_2050": 54, "pop_lep_2050": 19, "pop_below200_2050": 354, "pop_disability_2050": 228, "pct_minority_2050": 0.29865405602037104, "pct_over75_2050": 0.1065842124408876, "pct_spfam_2050": 0.070588235294117646, "pct_lep_2050": 0.007137490608564989, "pct_below200_2050": 0.12877409967260822, "pct_disab_2050": 0.08293925063659513, "pct_zvhhs_2050": 0.022648083623693381, "pct_hus_rent50_2050": 0.067944250871080136, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099417475728155, "pct_minority_2040": 0.19145631067961202, "pct_spfam_2040": 0.13825503355704702, "pct_lep_2040": 0.0032076984763429999, "pct_below200_2040": 0.166796570537802, "pct_disab_2040": 0.097475728155339988, "pct_zvhhs_2040": 0.015137180700094999, "pct_hus_rent50_2040": 0.048249763481552008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291041000005919, 37.904153000040509 ], [ -122.288679000340565, 37.903625999965058 ], [ -122.288161000306715, 37.898102000131907 ], [ -122.28693400044331, 37.898707000090347 ], [ -122.286012000178403, 37.898987000180441 ], [ -122.282980000143226, 37.90032499988871 ], [ -122.279880000336007, 37.900625000134099 ], [ -122.277979999729709, 37.901625999841208 ], [ -122.278100000278613, 37.903302000156962 ], [ -122.279568000166449, 37.907311000289397 ], [ -122.280470000339889, 37.908235000080069 ], [ -122.280549999807505, 37.910118999775925 ], [ -122.280189000132467, 37.910566999962143 ], [ -122.279943000085197, 37.911285000006735 ], [ -122.281779000219061, 37.914501000180771 ], [ -122.284704999949014, 37.917373000330947 ], [ -122.288043000305933, 37.91498499984624 ], [ -122.288990999611798, 37.91434800018633 ], [ -122.287804999756233, 37.911335000009437 ], [ -122.287181000315513, 37.909913000223852 ], [ -122.289055000084218, 37.909075999737489 ], [ -122.288455999859494, 37.905622999995195 ], [ -122.291041000005919, 37.904153000040509 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013392000", "NAME": "Census Tract 3920", "state": "06", "county_fips": "013", "tract": "392000", "county_name": "Contra Costa County", "tot_pop_2050": 2666, "tot_pop_pov_det_2050": 2655, "tot_pop_civ_ni_2050": 2666, "tot_hh_2050": 1185, "pop_zvhhs_2050": 8, "tot_fam_2050": 710, "tot_pop_over5_2050": 2579, "pop_hus_rent50_2050": 25, "pop_minority_2050": 729, "pop_over75_2050": 334, "pop_spfam_2050": 43, "pop_lep_2050": 62, "pop_below200_2050": 283, "pop_disability_2050": 244, "pct_minority_2050": 0.27344336084021004, "pct_over75_2050": 0.12528132033008252, "pct_spfam_2050": 0.060563380281690136, "pct_lep_2050": 0.024040325707638619, "pct_below200_2050": 0.10659133709981168, "pct_disab_2050": 0.091522880720180042, "pct_zvhhs_2050": 0.0067510548523206752, "pct_hus_rent50_2050": 0.021097046413502109, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090875643855775998, "pct_minority_2040": 0.270419426048565, "pct_spfam_2040": 0.027631578947367993, "pct_lep_2040": 0.0065637065637070002, "pct_below200_2040": 0.070162481536189009, "pct_disab_2040": 0.06107431935246499, "pct_zvhhs_2040": 0.032090199479617998, "pct_hus_rent50_2040": 0.0069991251093610004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282551999622754, 37.918903000280189 ], [ -122.284704999949014, 37.917373000330947 ], [ -122.281779000219061, 37.914501000180771 ], [ -122.279943000085197, 37.911285000006735 ], [ -122.280189000132467, 37.910566999962143 ], [ -122.280549999807505, 37.910118999775925 ], [ -122.280470000339889, 37.908235000080069 ], [ -122.279568000166449, 37.907311000289397 ], [ -122.278100000278613, 37.903302000156962 ], [ -122.276179999580819, 37.903826000035913 ], [ -122.274944000394882, 37.904527000022327 ], [ -122.271079999608176, 37.905823999703017 ], [ -122.270236999884332, 37.904362999908017 ], [ -122.269933999935617, 37.904430999723154 ], [ -122.269528000054748, 37.904326999730259 ], [ -122.269194000143912, 37.904182000135485 ], [ -122.268323999757555, 37.903982999742603 ], [ -122.268172000319908, 37.903972999879606 ], [ -122.267643000415404, 37.904246000329167 ], [ -122.268023000356976, 37.906535000018444 ], [ -122.26639499973723, 37.907474000131948 ], [ -122.272524999929828, 37.911917999886121 ], [ -122.273367999653686, 37.911050999995908 ], [ -122.279001999553728, 37.916594000015294 ], [ -122.281206999758552, 37.918696999813164 ], [ -122.282551999622754, 37.918903000280189 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013392200", "NAME": "Census Tract 3922", "state": "06", "county_fips": "013", "tract": "392200", "county_name": "Contra Costa County", "tot_pop_2050": 12241, "tot_pop_pov_det_2050": 11666, "tot_pop_civ_ni_2050": 11617, "tot_hh_2050": 3188, "pop_zvhhs_2050": 70, "tot_fam_2050": 2585, "tot_pop_over5_2050": 11425, "pop_hus_rent50_2050": 383, "pop_minority_2050": 10223, "pop_over75_2050": 728, "pop_spfam_2050": 465, "pop_lep_2050": 1400, "pop_below200_2050": 2749, "pop_disability_2050": 1662, "pct_minority_2050": 0.83514418756637532, "pct_over75_2050": 0.059472265337799202, "pct_spfam_2050": 0.17988394584139264, "pct_lep_2050": 0.12253829321663021, "pct_below200_2050": 0.2356420366878107, "pct_disab_2050": 0.14306619609193424, "pct_zvhhs_2050": 0.021957340025094103, "pct_hus_rent50_2050": 0.12013801756587203, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050779510022272004, "pct_minority_2040": 0.80944320712694917, "pct_spfam_2040": 0.14786649767638399, "pct_lep_2040": 0.15093986720284303, "pct_below200_2040": 0.32180323220867602, "pct_disab_2040": 0.099565463820140004, "pct_zvhhs_2040": 0.013867002836431998, "pct_hus_rent50_2040": 0.078205128205127983, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.381622804038116, 37.971775817676338 ], [ -122.381422000029374, 37.971432000092499 ], [ -122.378328999894862, 37.968228999884289 ], [ -122.377945999580234, 37.968561000107002 ], [ -122.375620999724802, 37.967740000352499 ], [ -122.369405000216801, 37.967757999793406 ], [ -122.365225999785835, 37.968603999699674 ], [ -122.363695999973714, 37.968773000078116 ], [ -122.362721999830285, 37.968601999785065 ], [ -122.359969000352692, 37.967826999734008 ], [ -122.358662999948223, 37.967593999766756 ], [ -122.356386999598286, 37.967180999937966 ], [ -122.353258000377068, 37.978730999646558 ], [ -122.35295299988023, 37.979904000001085 ], [ -122.346711000432961, 37.980760999963557 ], [ -122.346711000432961, 37.981555000209639 ], [ -122.338326999631761, 37.981558000260243 ], [ -122.336303000075219, 37.984064000182876 ], [ -122.335369000114753, 37.985937000291322 ], [ -122.333368999949357, 37.990096000035578 ], [ -122.332727000066939, 37.990883000101881 ], [ -122.332199999812232, 37.991331999736076 ], [ -122.331789999733417, 37.991656000261017 ], [ -122.327249999627426, 37.995717999712454 ], [ -122.323714999627015, 37.99886599970764 ], [ -122.322470000220235, 37.999699999870238 ], [ -122.320686999789814, 38.000641000228811 ], [ -122.318536000011662, 38.00160000018225 ], [ -122.316938000427498, 38.00230999974606 ], [ -122.31188000028763, 38.004440999838124 ], [ -122.312938000096651, 38.005610999916705 ], [ -122.31438599989302, 38.004768999772452 ], [ -122.313323999886023, 38.010970000135551 ], [ -122.313331730787354, 38.011510905484982 ], [ -122.31371875555449, 38.011530023792176 ], [ -122.315438999679174, 38.011615000119988 ], [ -122.324471000210565, 38.005622000269881 ], [ -122.328669432997771, 38.00348147996246 ], [ -122.330390920390784, 38.002603800617003 ], [ -122.332552000164739, 38.001502000224939 ], [ -122.340093000343757, 38.003693999840166 ], [ -122.355538999851547, 38.00866799975401 ], [ -122.362024999696288, 38.00861900026819 ], [ -122.364639000155023, 38.012925999919567 ], [ -122.367908999841546, 38.012530000138838 ], [ -122.368891000380913, 38.007948000301759 ], [ -122.366928000025425, 37.998458000166004 ], [ -122.363001000387854, 37.994375000027546 ], [ -122.361905000045667, 37.989990999788695 ], [ -122.367581999603402, 37.978168000060933 ], [ -122.381622804038116, 37.971775817676338 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06013392300", "NAME": "Census Tract 3923", "state": "06", "county_fips": "013", "tract": "392300", "county_name": "Contra Costa County", "tot_pop_2050": 3119, "tot_pop_pov_det_2050": 3119, "tot_pop_civ_ni_2050": 3119, "tot_hh_2050": 821, "pop_zvhhs_2050": 9, "tot_fam_2050": 780, "tot_pop_over5_2050": 2931, "pop_hus_rent50_2050": 84, "pop_minority_2050": 2897, "pop_over75_2050": 169, "pop_spfam_2050": 128, "pop_lep_2050": 174, "pop_below200_2050": 451, "pop_disability_2050": 301, "pct_minority_2050": 0.92882334081436357, "pct_over75_2050": 0.05418403334402052, "pct_spfam_2050": 0.1641025641025641, "pct_lep_2050": 0.059365404298874103, "pct_below200_2050": 0.14459762744469382, "pct_disab_2050": 0.096505290157101631, "pct_zvhhs_2050": 0.010962241169305723, "pct_hus_rent50_2050": 0.1023142509135201, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045172413793102995, "pct_minority_2040": 0.89448275862068993, "pct_spfam_2040": 0.051144010767159999, "pct_lep_2040": 0.085193452380951995, "pct_below200_2040": 0.134827586206897, "pct_disab_2040": 0.11241379310344803, "pct_zvhhs_2040": 0.094339622641509011, "pct_hus_rent50_2040": 0.12918660287081302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285571490617571, 38.022533257885556 ], [ -122.284253999862315, 38.019938000119573 ], [ -122.278297999747025, 38.018376999977022 ], [ -122.273124000154539, 38.015720999879413 ], [ -122.273042999963693, 38.013564000020658 ], [ -122.272453999784702, 38.016031999988343 ], [ -122.269372000419153, 38.015172000084597 ], [ -122.266446999615781, 38.018261999999361 ], [ -122.262314999938795, 38.02272999968698 ], [ -122.267479000383858, 38.027352999733438 ], [ -122.271302000264356, 38.031657000080102 ], [ -122.27427900004794, 38.034371999739214 ], [ -122.274654999791593, 38.034811000064472 ], [ -122.275560903144893, 38.035737794494644 ], [ -122.276815999615465, 38.030512999986755 ], [ -122.283478000085609, 38.022674000197682 ], [ -122.285571490617571, 38.022533257885556 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041101100", "NAME": "Census Tract 1011", "state": "06", "county_fips": "041", "tract": "101100", "county_name": "Marin County", "tot_pop_2050": 2648, "tot_pop_pov_det_2050": 2648, "tot_pop_civ_ni_2050": 2648, "tot_hh_2050": 1106, "pop_zvhhs_2050": 0, "tot_fam_2050": 759, "tot_pop_over5_2050": 2546, "pop_hus_rent50_2050": 90, "pop_minority_2050": 332, "pop_over75_2050": 220, "pop_spfam_2050": 42, "pop_lep_2050": 12, "pop_below200_2050": 277, "pop_disability_2050": 382, "pct_minority_2050": 0.12537764350453173, "pct_over75_2050": 0.083081570996978854, "pct_spfam_2050": 0.05533596837944664, "pct_lep_2050": 0.0047132757266300082, "pct_below200_2050": 0.104607250755287, "pct_disab_2050": 0.14425981873111782, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.08137432188065101, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054710144927535995, "pct_minority_2040": 0.14891304347826098, "pct_spfam_2040": 0.012738853503184999, "pct_lep_2040": 0.035437881873727005, "pct_below200_2040": 0.055072463768115996, "pct_disab_2040": 0.126811594202899, "pct_zvhhs_2040": 0.0071355759429150003, "pct_hus_rent50_2040": 0.0091743119266059995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.600916999744911, 38.185262999744147 ], [ -122.599284000000608, 38.181005000072354 ], [ -122.597445000392, 38.179169000018945 ], [ -122.585915999577708, 38.170618999877838 ], [ -122.578963999577681, 38.166175000312187 ], [ -122.570331999977682, 38.159415000028737 ], [ -122.569034999794056, 38.157689999858235 ], [ -122.568499000216832, 38.156531000307801 ], [ -122.564662999917559, 38.145306000103886 ], [ -122.564358000319032, 38.143623000022473 ], [ -122.563590999864843, 38.132922999735442 ], [ -122.564170999822963, 38.129407999932205 ], [ -122.564366999641535, 38.12893300021107 ], [ -122.565498000143833, 38.126461000182893 ], [ -122.565832999879561, 38.125132000055295 ], [ -122.565878000085405, 38.123700000288707 ], [ -122.564945999774764, 38.117622000318335 ], [ -122.561496000163174, 38.11649199992592 ], [ -122.560607000408524, 38.116490999865952 ], [ -122.553955999809062, 38.118178000339938 ], [ -122.553451000194002, 38.118242999883037 ], [ -122.549499000442083, 38.118126999853303 ], [ -122.548981000408205, 38.11802600022569 ], [ -122.542725999643849, 38.115313000243695 ], [ -122.540938000088858, 38.114536999937656 ], [ -122.526312999665308, 38.10673299999879 ], [ -122.525452000398118, 38.106567000184072 ], [ -122.519985999829245, 38.105722000117431 ], [ -122.518471000085739, 38.104890000192135 ], [ -122.513619999635125, 38.105438000022048 ], [ -122.512873000170728, 38.10562599992997 ], [ -122.512206000173975, 38.105611000331052 ], [ -122.511580000185063, 38.105396999827462 ], [ -122.512934000270107, 38.104216999659592 ], [ -122.516169999621468, 38.101502999687483 ], [ -122.534554000351392, 38.087289999966153 ], [ -122.53363600028446, 38.084383999720423 ], [ -122.529911000313234, 38.082022999783518 ], [ -122.52807000015649, 38.081703000011466 ], [ -122.52586599977657, 38.081826999930236 ], [ -122.528107999791317, 38.084932999679516 ], [ -122.528287999716383, 38.086899999914159 ], [ -122.526728999591953, 38.087632999896734 ], [ -122.522071000383477, 38.087298999861211 ], [ -122.519965999737778, 38.089870000166634 ], [ -122.516214999827284, 38.091423999863444 ], [ -122.514716999802232, 38.090242000159044 ], [ -122.51478499957426, 38.087381999783915 ], [ -122.512099000043833, 38.085058000267281 ], [ -122.509051000115136, 38.084010999817636 ], [ -122.506629000175352, 38.084048000095855 ], [ -122.503881999647206, 38.085379999761969 ], [ -122.502494000125296, 38.088133000175723 ], [ -122.501088000161744, 38.089783999670935 ], [ -122.497297999893192, 38.091701999713948 ], [ -122.493670999831281, 38.092241999870822 ], [ -122.489473999856969, 38.095020000277515 ], [ -122.487164000070166, 38.099270999936607 ], [ -122.485911065844476, 38.099244010325634 ], [ -122.486045999986672, 38.101190999686303 ], [ -122.48794700041789, 38.105118000254372 ], [ -122.488372047277707, 38.105496287226956 ], [ -122.489601718730796, 38.106590679729649 ], [ -122.491283000226659, 38.108087000096951 ], [ -122.490726960133799, 38.109755119000354 ], [ -122.493351999989045, 38.110553000055539 ], [ -122.493910000205872, 38.110647999989702 ], [ -122.499960000032502, 38.111544999920945 ], [ -122.500555000059279, 38.111780999999894 ], [ -122.502819999640238, 38.113001999748391 ], [ -122.505706999910444, 38.11552599989551 ], [ -122.50792600035895, 38.118098000170463 ], [ -122.511290999581746, 38.124919000155835 ], [ -122.511512000412992, 38.127147000282783 ], [ -122.513104000149397, 38.13211999996085 ], [ -122.515952000061588, 38.136453999958697 ], [ -122.519019000256804, 38.139741999946601 ], [ -122.523964000418772, 38.143511000223079 ], [ -122.529548999914994, 38.146105000288024 ], [ -122.533257000167765, 38.148118999752533 ], [ -122.537696999816333, 38.151514000025806 ], [ -122.541497000130605, 38.155184000316325 ], [ -122.543709999833027, 38.158068000333039 ], [ -122.5453760000876, 38.158733000284251 ], [ -122.547601000383892, 38.157473000217728 ], [ -122.5496149998947, 38.157289999927833 ], [ -122.554802999730896, 38.158654999735106 ], [ -122.557137999632062, 38.159577999943942 ], [ -122.558434999815688, 38.161974000214862 ], [ -122.557992000124912, 38.163530000128951 ], [ -122.555992999784394, 38.165467999976606 ], [ -122.553492000201871, 38.166618000131038 ], [ -122.55197999993311, 38.169001000086837 ], [ -122.553292000185337, 38.169977000348958 ], [ -122.55628300021263, 38.169710000130756 ], [ -122.559243000277775, 38.168619000291308 ], [ -122.563193000379869, 38.169318000096268 ], [ -122.564263999709368, 38.170694000269059 ], [ -122.563993000446033, 38.173518000013779 ], [ -122.564462999901011, 38.175080999729062 ], [ -122.568383999690809, 38.176835999708075 ], [ -122.566462000241501, 38.17913100000299 ], [ -122.565093000087856, 38.182217000264998 ], [ -122.56788099972556, 38.1838010000588 ], [ -122.570732000010764, 38.187141999946377 ], [ -122.572502000022396, 38.187067000243552 ], [ -122.573174000042044, 38.185876999710338 ], [ -122.570931000202378, 38.184594000289565 ], [ -122.570692999652678, 38.18351799997015 ], [ -122.573236999791234, 38.183298999838129 ], [ -122.57820100021975, 38.183582999918087 ], [ -122.579798999803955, 38.185535999798816 ], [ -122.581864000266677, 38.186113000194887 ], [ -122.582117999811601, 38.188020000015619 ], [ -122.583708999723072, 38.187040999820219 ], [ -122.584513999812117, 38.188072999939273 ], [ -122.586806000055574, 38.187720999910603 ], [ -122.587221000157285, 38.186987999851766 ], [ -122.591145000320125, 38.185992000254366 ], [ -122.59145699959133, 38.187630999702399 ], [ -122.592600999614064, 38.188775000285183 ], [ -122.594929999667471, 38.188384999986859 ], [ -122.598169000290156, 38.18719400000564 ], [ -122.600916999744911, 38.185262999744147 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041101200", "NAME": "Census Tract 1012", "state": "06", "county_fips": "041", "tract": "101200", "county_name": "Marin County", "tot_pop_2050": 2986, "tot_pop_pov_det_2050": 2986, "tot_pop_civ_ni_2050": 2968, "tot_hh_2050": 1137, "pop_zvhhs_2050": 33, "tot_fam_2050": 818, "tot_pop_over5_2050": 2817, "pop_hus_rent50_2050": 30, "pop_minority_2050": 919, "pop_over75_2050": 195, "pop_spfam_2050": 28, "pop_lep_2050": 148, "pop_below200_2050": 421, "pop_disability_2050": 326, "pct_minority_2050": 0.30776959142665772, "pct_over75_2050": 0.065304755525787003, "pct_spfam_2050": 0.034229828850855744, "pct_lep_2050": 0.052538161164359248, "pct_below200_2050": 0.14099129269926322, "pct_disab_2050": 0.10983827493261457, "pct_zvhhs_2050": 0.029023746701846969, "pct_hus_rent50_2050": 0.02638522427440633, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050955414012739009, "pct_minority_2040": 0.30077848549186104, "pct_spfam_2040": 0.083870967741935989, "pct_lep_2040": 0.047317436661699006, "pct_below200_2040": 0.23531493276716198, "pct_disab_2040": 0.083926031294451989, "pct_zvhhs_2040": 0.053490480507705995, "pct_hus_rent50_2040": 0.079782411604713999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.564945999774764, 38.117622000318335 ], [ -122.563999000293819, 38.111608000166385 ], [ -122.561449000307505, 38.102092000131918 ], [ -122.561705000400551, 38.098433000349225 ], [ -122.561554999714417, 38.096711999889493 ], [ -122.560125000359704, 38.093536999715241 ], [ -122.552950999703498, 38.086563999832684 ], [ -122.546108000381707, 38.080079999831618 ], [ -122.543410000257381, 38.081694999963887 ], [ -122.538448000376988, 38.08443900030526 ], [ -122.534554000351392, 38.087289999966153 ], [ -122.516169999621468, 38.101502999687483 ], [ -122.512934000270107, 38.104216999659592 ], [ -122.511580000185063, 38.105396999827462 ], [ -122.512206000173975, 38.105611000331052 ], [ -122.512873000170728, 38.10562599992997 ], [ -122.513619999635125, 38.105438000022048 ], [ -122.518471000085739, 38.104890000192135 ], [ -122.519985999829245, 38.105722000117431 ], [ -122.525452000398118, 38.106567000184072 ], [ -122.526312999665308, 38.10673299999879 ], [ -122.540938000088858, 38.114536999937656 ], [ -122.542725999643849, 38.115313000243695 ], [ -122.548981000408205, 38.11802600022569 ], [ -122.549499000442083, 38.118126999853303 ], [ -122.553451000194002, 38.118242999883037 ], [ -122.553955999809062, 38.118178000339938 ], [ -122.560607000408524, 38.116490999865952 ], [ -122.561496000163174, 38.11649199992592 ], [ -122.564945999774764, 38.117622000318335 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041102100", "NAME": "Census Tract 1021", "state": "06", "county_fips": "041", "tract": "102100", "county_name": "Marin County", "tot_pop_2050": 2341, "tot_pop_pov_det_2050": 2341, "tot_pop_civ_ni_2050": 2333, "tot_hh_2050": 988, "pop_zvhhs_2050": 5, "tot_fam_2050": 679, "tot_pop_over5_2050": 2287, "pop_hus_rent50_2050": 50, "pop_minority_2050": 353, "pop_over75_2050": 105, "pop_spfam_2050": 25, "pop_lep_2050": 0, "pop_below200_2050": 278, "pop_disability_2050": 171, "pct_minority_2050": 0.15079026057240494, "pct_over75_2050": 0.044852627082443398, "pct_spfam_2050": 0.036818851251840944, "pct_lep_2050": 0.0, "pct_below200_2050": 0.1187526697992311, "pct_disab_2050": 0.073296185169309899, "pct_zvhhs_2050": 0.0050607287449392713, "pct_hus_rent50_2050": 0.050607287449392711, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044552271724745997, "pct_minority_2040": 0.152183502426114, "pct_spfam_2040": 0.07779578606158799, "pct_lep_2040": 0.0068430656934309999, "pct_below200_2040": 0.11436170212766, "pct_disab_2040": 0.05838124723573599, "pct_zvhhs_2040": 0.0072164948453610003, "pct_hus_rent50_2040": 0.031958762886597998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.616750999590195, 38.12520899976316 ], [ -122.618486000340056, 38.120722999741005 ], [ -122.614908999608545, 38.119840999669698 ], [ -122.609765999978194, 38.117922000337238 ], [ -122.60915599988283, 38.118905000230477 ], [ -122.607191999702422, 38.121175999972955 ], [ -122.595909999658701, 38.122877999927248 ], [ -122.59181999981449, 38.123947000201078 ], [ -122.587839999575138, 38.124392999848695 ], [ -122.586031999928665, 38.122398000223264 ], [ -122.584755999661468, 38.12160799972898 ], [ -122.58106900022338, 38.121449999735155 ], [ -122.579319000303229, 38.120894999891703 ], [ -122.571686999887618, 38.121263000266758 ], [ -122.569290000062182, 38.120548999883042 ], [ -122.568707999555912, 38.120205999675676 ], [ -122.567043000024555, 38.118373000209168 ], [ -122.564945999774764, 38.117622000318335 ], [ -122.565878000085405, 38.123700000288707 ], [ -122.565832999879561, 38.125132000055295 ], [ -122.565498000143833, 38.126461000182893 ], [ -122.564366999641535, 38.12893300021107 ], [ -122.564807999682515, 38.129283000305293 ], [ -122.564458999703049, 38.13186999988897 ], [ -122.564891000421497, 38.131994000184257 ], [ -122.565256000294497, 38.134903000079305 ], [ -122.565828999681585, 38.13478899999447 ], [ -122.566665999557699, 38.135064999856283 ], [ -122.56789699961908, 38.13507000029729 ], [ -122.568275999735775, 38.135683999844204 ], [ -122.568891999678925, 38.136064000191148 ], [ -122.569834999860205, 38.13645499974524 ], [ -122.584411999704869, 38.141404999801935 ], [ -122.585742000398753, 38.140323999804906 ], [ -122.586986999805532, 38.138696999738585 ], [ -122.590505999912423, 38.140802999898568 ], [ -122.589514000225634, 38.142685999891299 ], [ -122.588860999574237, 38.143037999836231 ], [ -122.58895199981086, 38.143538000322913 ], [ -122.590678000339878, 38.144800000277719 ], [ -122.590883000379307, 38.146193999848222 ], [ -122.592104000394926, 38.145888999744997 ], [ -122.599094000029808, 38.147019000072916 ], [ -122.607335999642459, 38.146946000044814 ], [ -122.608794000382886, 38.147819000200478 ], [ -122.60890399998776, 38.138779000161485 ], [ -122.611824999694846, 38.131798999949844 ], [ -122.613773999806639, 38.129551000034347 ], [ -122.614721000185895, 38.126065999665883 ], [ -122.616750999590195, 38.12520899976316 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041102202", "NAME": "Census Tract 1022.02", "state": "06", "county_fips": "041", "tract": "102202", "county_name": "Marin County", "tot_pop_2050": 6238, "tot_pop_pov_det_2050": 6238, "tot_pop_civ_ni_2050": 6238, "tot_hh_2050": 2316, "pop_zvhhs_2050": 52, "tot_fam_2050": 1659, "tot_pop_over5_2050": 5995, "pop_hus_rent50_2050": 146, "pop_minority_2050": 1605, "pop_over75_2050": 410, "pop_spfam_2050": 180, "pop_lep_2050": 259, "pop_below200_2050": 799, "pop_disability_2050": 585, "pct_minority_2050": 0.25729400448861817, "pct_over75_2050": 0.065726194293042647, "pct_spfam_2050": 0.108499095840868, "pct_lep_2050": 0.043202668890742285, "pct_below200_2050": 0.12808592497595386, "pct_disab_2050": 0.093780057710804762, "pct_zvhhs_2050": 0.02245250431778929, "pct_hus_rent50_2050": 0.063039723661485331, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082451074751362985, "pct_minority_2040": 0.33285210137953197, "pct_spfam_2040": 0.08338261383796601, "pct_lep_2040": 0.020027387880862998, "pct_below200_2040": 0.21485879332477498, "pct_disab_2040": 0.11858151476251598, "pct_zvhhs_2040": 0.022301516503122003, "pct_hus_rent50_2040": 0.07869305108145401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.60915599988283, 38.118905000230477 ], [ -122.609765999978194, 38.117922000337238 ], [ -122.60598800030354, 38.116350999811459 ], [ -122.604055999910187, 38.114649999760118 ], [ -122.60359300012793, 38.114330000059567 ], [ -122.598920999777448, 38.112497000113486 ], [ -122.595629000349604, 38.111722999823563 ], [ -122.590987999961271, 38.111636000179509 ], [ -122.589905999862793, 38.11114799972713 ], [ -122.586936999576821, 38.109806000226094 ], [ -122.583435000086709, 38.108214000310319 ], [ -122.578987999867124, 38.106232000235309 ], [ -122.578401000236298, 38.107097000299056 ], [ -122.578291999558033, 38.109199999881483 ], [ -122.57780799985936, 38.110591999902105 ], [ -122.57759000029948, 38.111220000091613 ], [ -122.578202000044655, 38.113012000118765 ], [ -122.578617000146338, 38.117698000128712 ], [ -122.580151999981368, 38.119201999857019 ], [ -122.579319000303229, 38.120894999891703 ], [ -122.58106900022338, 38.121449999735155 ], [ -122.584755999661468, 38.12160799972898 ], [ -122.586031999928665, 38.122398000223264 ], [ -122.587839999575138, 38.124392999848695 ], [ -122.59181999981449, 38.123947000201078 ], [ -122.595909999658701, 38.122877999927248 ], [ -122.607191999702422, 38.121175999972955 ], [ -122.60915599988283, 38.118905000230477 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041102203", "NAME": "Census Tract 1022.03", "state": "06", "county_fips": "041", "tract": "102203", "county_name": "Marin County", "tot_pop_2050": 5736, "tot_pop_pov_det_2050": 5736, "tot_pop_civ_ni_2050": 5736, "tot_hh_2050": 2169, "pop_zvhhs_2050": 149, "tot_fam_2050": 1401, "tot_pop_over5_2050": 5292, "pop_hus_rent50_2050": 403, "pop_minority_2050": 2970, "pop_over75_2050": 334, "pop_spfam_2050": 187, "pop_lep_2050": 364, "pop_below200_2050": 1871, "pop_disability_2050": 659, "pct_minority_2050": 0.51778242677824271, "pct_over75_2050": 0.058228730822873075, "pct_spfam_2050": 0.13347608850820841, "pct_lep_2050": 0.068783068783068779, "pct_below200_2050": 0.3261854951185495, "pct_disab_2050": 0.1148884239888424, "pct_zvhhs_2050": 0.068695251267865381, "pct_hus_rent50_2050": 0.18579990779160904, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.051558752997602, "pct_minority_2040": 0.50359712230215792, "pct_spfam_2040": 0.191383595691798, "pct_lep_2040": 0.113557858376511, "pct_below200_2040": 0.31023432805928303, "pct_disab_2040": 0.098740755546671985, "pct_zvhhs_2040": 0.083333333333332996, "pct_hus_rent50_2040": 0.15724206349206302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.579319000303229, 38.120894999891703 ], [ -122.580151999981368, 38.119201999857019 ], [ -122.578617000146338, 38.117698000128712 ], [ -122.578202000044655, 38.113012000118765 ], [ -122.57759000029948, 38.111220000091613 ], [ -122.57780799985936, 38.110591999902105 ], [ -122.578291999558033, 38.109199999881483 ], [ -122.578401000236298, 38.107097000299056 ], [ -122.578987999867124, 38.106232000235309 ], [ -122.573552000333805, 38.103584999817215 ], [ -122.573246000012048, 38.103197999782985 ], [ -122.571203000188959, 38.105333999880159 ], [ -122.569243000206527, 38.101731999977922 ], [ -122.564324999808747, 38.097123999992895 ], [ -122.561554999714417, 38.096711999889493 ], [ -122.561705000400551, 38.098433000349225 ], [ -122.561449000307505, 38.102092000131918 ], [ -122.563999000293819, 38.111608000166385 ], [ -122.564945999774764, 38.117622000318335 ], [ -122.567043000024555, 38.118373000209168 ], [ -122.568707999555912, 38.120205999675676 ], [ -122.569290000062182, 38.120548999883042 ], [ -122.571686999887618, 38.121263000266758 ], [ -122.579319000303229, 38.120894999891703 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041103100", "NAME": "Census Tract 1031", "state": "06", "county_fips": "041", "tract": "103100", "county_name": "Marin County", "tot_pop_2050": 7774, "tot_pop_pov_det_2050": 7774, "tot_pop_civ_ni_2050": 7759, "tot_hh_2050": 2903, "pop_zvhhs_2050": 24, "tot_fam_2050": 2304, "tot_pop_over5_2050": 7441, "pop_hus_rent50_2050": 51, "pop_minority_2050": 1323, "pop_over75_2050": 737, "pop_spfam_2050": 121, "pop_lep_2050": 54, "pop_below200_2050": 1033, "pop_disability_2050": 520, "pct_minority_2050": 0.17018266014921532, "pct_over75_2050": 0.09480319012091587, "pct_spfam_2050": 0.052517361111111112, "pct_lep_2050": 0.0072570891009272956, "pct_below200_2050": 0.13287882685875996, "pct_disab_2050": 0.067018945740430463, "pct_zvhhs_2050": 0.0082673096796417496, "pct_hus_rent50_2050": 0.017568033069238719, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067990138834825992, "pct_minority_2040": 0.15505384715194001, "pct_spfam_2040": 0.058930190389845996, "pct_lep_2040": 0.0067003965540819999, "pct_below200_2040": 0.11846373426754901, "pct_disab_2040": 0.069794645178060985, "pct_zvhhs_2040": 0.014311926605504998, "pct_hus_rent50_2040": 0.021509433962263999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.7001989998802, 38.134173000347893 ], [ -122.699798000022227, 38.132631999843447 ], [ -122.699233999957613, 38.124941000346752 ], [ -122.698679000113827, 38.120948999855457 ], [ -122.696313000250527, 38.116454999816987 ], [ -122.691474000393782, 38.114271999787071 ], [ -122.687106999641827, 38.114320999959418 ], [ -122.68372800017535, 38.11477900003802 ], [ -122.679860999913927, 38.115726000131268 ], [ -122.67607099964539, 38.116027000231064 ], [ -122.673317000342877, 38.115398999673516 ], [ -122.667519000411318, 38.11292999972693 ], [ -122.667004999677133, 38.111514000195356 ], [ -122.665417999963594, 38.102642000240998 ], [ -122.665356999864215, 38.095722000072954 ], [ -122.66436500017744, 38.094119999957094 ], [ -122.663160000055299, 38.093311000326672 ], [ -122.65629199972085, 38.091525999911028 ], [ -122.652981000026415, 38.089596000010609 ], [ -122.646054000140751, 38.088185000132839 ], [ -122.639558000250275, 38.091723000320911 ], [ -122.635566000315364, 38.090871000343782 ], [ -122.633710999914911, 38.089742000164804 ], [ -122.63049200028199, 38.08983399972481 ], [ -122.627893999716775, 38.088320000324799 ], [ -122.620452000170289, 38.084892999785666 ], [ -122.615358000045433, 38.082940000198846 ], [ -122.607286000312087, 38.077828000182258 ], [ -122.603716999976484, 38.07606300028489 ], [ -122.599873000179571, 38.076459000268699 ], [ -122.597991000014943, 38.078680000135506 ], [ -122.593347999976814, 38.080983000000153 ], [ -122.593336000281226, 38.083635999820736 ], [ -122.589976000183015, 38.085667999843224 ], [ -122.592884000369594, 38.09044899971132 ], [ -122.598299999811431, 38.092837999879571 ], [ -122.602352999845706, 38.09576500002153 ], [ -122.599492000413065, 38.099787000160887 ], [ -122.598955999937559, 38.100518999998634 ], [ -122.590987999961271, 38.111636000179509 ], [ -122.595629000349604, 38.111722999823563 ], [ -122.598920999777448, 38.112497000113486 ], [ -122.60359300012793, 38.114330000059567 ], [ -122.604055999910187, 38.114649999760118 ], [ -122.60598800030354, 38.116350999811459 ], [ -122.609765999978194, 38.117922000337238 ], [ -122.614908999608545, 38.119840999669698 ], [ -122.618486000340056, 38.120722999741005 ], [ -122.61908300001663, 38.120925999875773 ], [ -122.624769999620099, 38.123055999769228 ], [ -122.625544999571915, 38.123141999974102 ], [ -122.626517999890439, 38.124432000078109 ], [ -122.628595000048747, 38.13021300031582 ], [ -122.630534999939698, 38.132870999820454 ], [ -122.632145000117774, 38.133884999959065 ], [ -122.636300000259311, 38.135391999854562 ], [ -122.639481000257376, 38.138768000032542 ], [ -122.641433999668791, 38.14433200028283 ], [ -122.641595000225621, 38.146319000182288 ], [ -122.645091999692866, 38.146647999907763 ], [ -122.649087000000819, 38.147527000026187 ], [ -122.652854999629724, 38.148014000014356 ], [ -122.654988999689436, 38.147617999944593 ], [ -122.660092000035121, 38.145552999669974 ], [ -122.66198199969736, 38.145699999981524 ], [ -122.66341500032344, 38.146463000002107 ], [ -122.664800000370619, 38.148141000014903 ], [ -122.666917999638486, 38.148585000231733 ], [ -122.680752000216685, 38.149231000083383 ], [ -122.683242999753475, 38.149163999943646 ], [ -122.68721499959689, 38.147219999859942 ], [ -122.692208000337729, 38.145816999657335 ], [ -122.696579000389306, 38.142447999969782 ], [ -122.698272000408039, 38.140042000212887 ], [ -122.699596000355839, 38.137532000035634 ], [ -122.699561000195757, 38.135440000184786 ], [ -122.7001989998802, 38.134173000347893 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041103200", "NAME": "Census Tract 1032", "state": "06", "county_fips": "041", "tract": "103200", "county_name": "Marin County", "tot_pop_2050": 7260, "tot_pop_pov_det_2050": 7089, "tot_pop_civ_ni_2050": 7089, "tot_hh_2050": 2882, "pop_zvhhs_2050": 346, "tot_fam_2050": 1729, "tot_pop_over5_2050": 6949, "pop_hus_rent50_2050": 316, "pop_minority_2050": 2520, "pop_over75_2050": 822, "pop_spfam_2050": 183, "pop_lep_2050": 438, "pop_below200_2050": 1339, "pop_disability_2050": 1065, "pct_minority_2050": 0.34710743801652888, "pct_over75_2050": 0.11322314049586775, "pct_spfam_2050": 0.10584152689415847, "pct_lep_2050": 0.063030651892358611, "pct_below200_2050": 0.18888418676823249, "pct_disab_2050": 0.15023275497249258, "pct_zvhhs_2050": 0.12005551700208188, "pct_hus_rent50_2050": 0.10964607911172797, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13529046287667001, "pct_minority_2040": 0.28191985088536797, "pct_spfam_2040": 0.20631970260223001, "pct_lep_2040": 0.043400809716598994, "pct_below200_2040": 0.20206085976493302, "pct_disab_2040": 0.13334397955924601, "pct_zvhhs_2040": 0.104134165366615, "pct_hus_rent50_2040": 0.12738853503184699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.599492000413065, 38.099787000160887 ], [ -122.602352999845706, 38.09576500002153 ], [ -122.598299999811431, 38.092837999879571 ], [ -122.592884000369594, 38.09044899971132 ], [ -122.589976000183015, 38.085667999843224 ], [ -122.589373999585234, 38.085873000076546 ], [ -122.586591999795317, 38.085471000084524 ], [ -122.584092000037714, 38.087615999936027 ], [ -122.579280999770077, 38.089407999866822 ], [ -122.578795000421593, 38.089671999991694 ], [ -122.575812999716817, 38.092248999786406 ], [ -122.575221999888043, 38.092974000344114 ], [ -122.572880000314186, 38.09430399995928 ], [ -122.57047799956753, 38.096687999722633 ], [ -122.570114000417803, 38.098153000029022 ], [ -122.570352000069164, 38.098576000316051 ], [ -122.573246000012048, 38.103197999782985 ], [ -122.573552000333805, 38.103584999817215 ], [ -122.578987999867124, 38.106232000235309 ], [ -122.583435000086709, 38.108214000310319 ], [ -122.586936999576821, 38.109806000226094 ], [ -122.589905999862793, 38.11114799972713 ], [ -122.590987999961271, 38.111636000179509 ], [ -122.598955999937559, 38.100518999998634 ], [ -122.599492000413065, 38.099787000160887 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041104101", "NAME": "Census Tract 1041.01", "state": "06", "county_fips": "041", "tract": "104101", "county_name": "Marin County", "tot_pop_2050": 7837, "tot_pop_pov_det_2050": 7763, "tot_pop_civ_ni_2050": 7837, "tot_hh_2050": 3195, "pop_zvhhs_2050": 47, "tot_fam_2050": 2002, "tot_pop_over5_2050": 7561, "pop_hus_rent50_2050": 263, "pop_minority_2050": 2186, "pop_over75_2050": 688, "pop_spfam_2050": 206, "pop_lep_2050": 300, "pop_below200_2050": 1537, "pop_disability_2050": 773, "pct_minority_2050": 0.27893326528008172, "pct_over75_2050": 0.08778869465356641, "pct_spfam_2050": 0.1028971028971029, "pct_lep_2050": 0.039677291363576249, "pct_below200_2050": 0.1979904676027309, "pct_disab_2050": 0.098634681638382044, "pct_zvhhs_2050": 0.014710485133020344, "pct_hus_rent50_2050": 0.082316118935837249, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087606573582108008, "pct_minority_2040": 0.28147782033856394, "pct_spfam_2040": 0.088957055214723996, "pct_lep_2040": 0.046255210434314999, "pct_below200_2040": 0.19597182750525102, "pct_disab_2040": 0.090954089840366001, "pct_zvhhs_2040": 0.040757381258022994, "pct_hus_rent50_2040": 0.068709677419355006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.586591999795317, 38.085471000084524 ], [ -122.58575499991926, 38.078572999775922 ], [ -122.582455000095493, 38.076962000274484 ], [ -122.579606000358439, 38.076013000005872 ], [ -122.575821999937659, 38.076417000179241 ], [ -122.57218599965492, 38.076085000340221 ], [ -122.568279000108816, 38.074937000314598 ], [ -122.56513900011862, 38.07310100023026 ], [ -122.562295000404418, 38.0696789999255 ], [ -122.560614999906164, 38.068961999647939 ], [ -122.553196999750796, 38.068961000351834 ], [ -122.55174200028172, 38.068673000240693 ], [ -122.546306999675011, 38.068013000247504 ], [ -122.545308000315543, 38.067349999881777 ], [ -122.545412999897522, 38.066903999946092 ], [ -122.545366999866786, 38.06671700019163 ], [ -122.545607999891189, 38.066263000319189 ], [ -122.544863000076617, 38.066092999651296 ], [ -122.543770999932406, 38.065784000000995 ], [ -122.541969999958638, 38.064228999882971 ], [ -122.539572000308283, 38.064871999767682 ], [ -122.540636999789996, 38.065590999916672 ], [ -122.5368499998945, 38.066433999922694 ], [ -122.542314999740114, 38.076278000317146 ], [ -122.543673999848025, 38.077739000013707 ], [ -122.546009999574096, 38.079371999850132 ], [ -122.547412000238012, 38.077420999654962 ], [ -122.556075999625065, 38.07756899985165 ], [ -122.557671999559446, 38.079099999676586 ], [ -122.558454999907156, 38.081474999726083 ], [ -122.55971799975562, 38.0835819998494 ], [ -122.561775999647352, 38.085272000234411 ], [ -122.56529300010439, 38.088078999990756 ], [ -122.567740999983471, 38.092335999893706 ], [ -122.570114000417803, 38.098153000029022 ], [ -122.57047799956753, 38.096687999722633 ], [ -122.572880000314186, 38.09430399995928 ], [ -122.575221999888043, 38.092974000344114 ], [ -122.575812999716817, 38.092248999786406 ], [ -122.578795000421593, 38.089671999991694 ], [ -122.579280999770077, 38.089407999866822 ], [ -122.584092000037714, 38.087615999936027 ], [ -122.586591999795317, 38.085471000084524 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041104102", "NAME": "Census Tract 1041.02", "state": "06", "county_fips": "041", "tract": "104102", "county_name": "Marin County", "tot_pop_2050": 5861, "tot_pop_pov_det_2050": 5858, "tot_pop_civ_ni_2050": 5844, "tot_hh_2050": 2163, "pop_zvhhs_2050": 71, "tot_fam_2050": 1152, "tot_pop_over5_2050": 5392, "pop_hus_rent50_2050": 389, "pop_minority_2050": 3432, "pop_over75_2050": 289, "pop_spfam_2050": 195, "pop_lep_2050": 179, "pop_below200_2050": 2197, "pop_disability_2050": 667, "pct_minority_2050": 0.58556560313939598, "pct_over75_2050": 0.049308991639651939, "pct_spfam_2050": 0.16927083333333334, "pct_lep_2050": 0.033197329376854601, "pct_below200_2050": 0.3750426766814613, "pct_disab_2050": 0.11413415468856948, "pct_zvhhs_2050": 0.032824780397595933, "pct_hus_rent50_2050": 0.17984281091077209, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034311926605505, "pct_minority_2040": 0.41541284403669698, "pct_spfam_2040": 0.19237147595356602, "pct_lep_2040": 0.087475149105367994, "pct_below200_2040": 0.31375068845235898, "pct_disab_2040": 0.057646410868367998, "pct_zvhhs_2040": 0.020930232558139, "pct_hus_rent50_2040": 0.13720930232558098, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.571203000188959, 38.105333999880159 ], [ -122.573246000012048, 38.103197999782985 ], [ -122.570352000069164, 38.098576000316051 ], [ -122.570114000417803, 38.098153000029022 ], [ -122.567740999983471, 38.092335999893706 ], [ -122.56529300010439, 38.088078999990756 ], [ -122.561775999647352, 38.085272000234411 ], [ -122.55971799975562, 38.0835819998494 ], [ -122.558454999907156, 38.081474999726083 ], [ -122.557671999559446, 38.079099999676586 ], [ -122.556075999625065, 38.07756899985165 ], [ -122.547412000238012, 38.077420999654962 ], [ -122.546009999574096, 38.079371999850132 ], [ -122.543673999848025, 38.077739000013707 ], [ -122.546108000381707, 38.080079999831618 ], [ -122.552950999703498, 38.086563999832684 ], [ -122.560125000359704, 38.093536999715241 ], [ -122.561554999714417, 38.096711999889493 ], [ -122.564324999808747, 38.097123999992895 ], [ -122.569243000206527, 38.101731999977922 ], [ -122.571203000188959, 38.105333999880159 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041104200", "NAME": "Census Tract 1042", "state": "06", "county_fips": "041", "tract": "104200", "county_name": "Marin County", "tot_pop_2050": 5842, "tot_pop_pov_det_2050": 5842, "tot_pop_civ_ni_2050": 5842, "tot_hh_2050": 2583, "pop_zvhhs_2050": 62, "tot_fam_2050": 1668, "tot_pop_over5_2050": 5574, "pop_hus_rent50_2050": 233, "pop_minority_2050": 1770, "pop_over75_2050": 630, "pop_spfam_2050": 281, "pop_lep_2050": 75, "pop_below200_2050": 1041, "pop_disability_2050": 382, "pct_minority_2050": 0.30297843204382063, "pct_over75_2050": 0.10783978089695308, "pct_spfam_2050": 0.16846522781774581, "pct_lep_2050": 0.013455328310010764, "pct_below200_2050": 0.1781923998630606, "pct_disab_2050": 0.06538856555973982, "pct_zvhhs_2050": 0.024003097173828883, "pct_hus_rent50_2050": 0.090205187766163361, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10035273368606698, "pct_minority_2040": 0.27795414462081103, "pct_spfam_2040": 0.15123456790123499, "pct_lep_2040": 0.053512356489588998, "pct_below200_2040": 0.22045855379188697, "pct_disab_2040": 0.087301587301586991, "pct_zvhhs_2040": 0.03310175725378, "pct_hus_rent50_2040": 0.14573070607553401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.604322000048981, 38.059214999850639 ], [ -122.606191999619725, 38.05802099966354 ], [ -122.596776999672002, 38.05352000009843 ], [ -122.595538999937915, 38.053761999938175 ], [ -122.590582000080417, 38.052973000339122 ], [ -122.589278000224084, 38.050510999871655 ], [ -122.585901000407418, 38.050361000301656 ], [ -122.583353000070915, 38.049844999999415 ], [ -122.575038999589921, 38.046503000116893 ], [ -122.574058999598719, 38.045842999654376 ], [ -122.573042999622487, 38.045395999894481 ], [ -122.572356000432535, 38.045840000111362 ], [ -122.571121000173193, 38.046322000332388 ], [ -122.554299999765675, 38.046763999979774 ], [ -122.54033100036655, 38.043398000263885 ], [ -122.539573999958066, 38.043210999869288 ], [ -122.536414999701307, 38.041619999660384 ], [ -122.532661000316125, 38.047205000195184 ], [ -122.530964999924279, 38.051620999869741 ], [ -122.530522000233518, 38.054843000124151 ], [ -122.530913000045786, 38.058161999861227 ], [ -122.531848999656063, 38.060029999789535 ], [ -122.535576000175411, 38.065271999731067 ], [ -122.536756000183161, 38.06633400031059 ], [ -122.5368499998945, 38.066433999922694 ], [ -122.540636999789996, 38.065590999916672 ], [ -122.539572000308283, 38.064871999767682 ], [ -122.541969999958638, 38.064228999882971 ], [ -122.543770999932406, 38.065784000000995 ], [ -122.544863000076617, 38.066092999651296 ], [ -122.545607999891189, 38.066263000319189 ], [ -122.545366999866786, 38.06671700019163 ], [ -122.545412999897522, 38.066903999946092 ], [ -122.545308000315543, 38.067349999881777 ], [ -122.546306999675011, 38.068013000247504 ], [ -122.55174200028172, 38.068673000240693 ], [ -122.553196999750796, 38.068961000351834 ], [ -122.560614999906164, 38.068961999647939 ], [ -122.562295000404418, 38.0696789999255 ], [ -122.56513900011862, 38.07310100023026 ], [ -122.568279000108816, 38.074937000314598 ], [ -122.57218599965492, 38.076085000340221 ], [ -122.575821999937659, 38.076417000179241 ], [ -122.579606000358439, 38.076013000005872 ], [ -122.582455000095493, 38.076962000274484 ], [ -122.58575499991926, 38.078572999775922 ], [ -122.586591999795317, 38.085471000084524 ], [ -122.589373999585234, 38.085873000076546 ], [ -122.589976000183015, 38.085667999843224 ], [ -122.593336000281226, 38.083635999820736 ], [ -122.593347999976814, 38.080983000000153 ], [ -122.597991000014943, 38.078680000135506 ], [ -122.599873000179571, 38.076459000268699 ], [ -122.603716999976484, 38.07606300028489 ], [ -122.601213000020905, 38.070509999716151 ], [ -122.59745999956229, 38.067116999969151 ], [ -122.600602999925542, 38.062987999729586 ], [ -122.604322000048981, 38.059214999850639 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041104300", "NAME": "Census Tract 1043", "state": "06", "county_fips": "041", "tract": "104300", "county_name": "Marin County", "tot_pop_2050": 1631, "tot_pop_pov_det_2050": 1631, "tot_pop_civ_ni_2050": 1631, "tot_hh_2050": 673, "pop_zvhhs_2050": 0, "tot_fam_2050": 445, "tot_pop_over5_2050": 1511, "pop_hus_rent50_2050": 11, "pop_minority_2050": 218, "pop_over75_2050": 196, "pop_spfam_2050": 59, "pop_lep_2050": 5, "pop_below200_2050": 225, "pop_disability_2050": 146, "pct_minority_2050": 0.13366033108522379, "pct_over75_2050": 0.12017167381974247, "pct_spfam_2050": 0.13258426966292136, "pct_lep_2050": 0.0033090668431502322, "pct_below200_2050": 0.13795217657878606, "pct_disab_2050": 0.089515634580012257, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.016344725111441308, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12, "pct_minority_2040": 0.18484848484848498, "pct_spfam_2040": 0.079913606911446999, "pct_lep_2040": 0.00809968847352, "pct_below200_2040": 0.106860959319976, "pct_disab_2040": 0.076363636363636009, "pct_zvhhs_2040": 0.0060422960725080004, "pct_hus_rent50_2040": 0.049382716049382991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.546108000381707, 38.080079999831618 ], [ -122.543673999848025, 38.077739000013707 ], [ -122.542314999740114, 38.076278000317146 ], [ -122.5368499998945, 38.066433999922694 ], [ -122.536756000183161, 38.06633400031059 ], [ -122.53673899956641, 38.067030000263777 ], [ -122.536073000292873, 38.071159000106029 ], [ -122.532652000095254, 38.074805999856096 ], [ -122.530016999720132, 38.076013999912803 ], [ -122.527036999563492, 38.075143000145289 ], [ -122.522189000384273, 38.07401999995669 ], [ -122.518687999820713, 38.07111999972323 ], [ -122.518188000228534, 38.068920000203882 ], [ -122.511587999682661, 38.063519999857888 ], [ -122.500586999846306, 38.060819999814683 ], [ -122.496686999972937, 38.07102000015184 ], [ -122.485666130300814, 38.068310621179847 ], [ -122.48555491886863, 38.068511672157989 ], [ -122.48375700011627, 38.071761999896403 ], [ -122.485332999959141, 38.090903000047767 ], [ -122.485911065844476, 38.099244010325634 ], [ -122.487164000070166, 38.099270999936607 ], [ -122.489473999856969, 38.095020000277515 ], [ -122.493670999831281, 38.092241999870822 ], [ -122.497297999893192, 38.091701999713948 ], [ -122.501088000161744, 38.089783999670935 ], [ -122.502494000125296, 38.088133000175723 ], [ -122.503881999647206, 38.085379999761969 ], [ -122.506629000175352, 38.084048000095855 ], [ -122.509051000115136, 38.084010999817636 ], [ -122.512099000043833, 38.085058000267281 ], [ -122.51478499957426, 38.087381999783915 ], [ -122.514716999802232, 38.090242000159044 ], [ -122.516214999827284, 38.091423999863444 ], [ -122.519965999737778, 38.089870000166634 ], [ -122.522071000383477, 38.087298999861211 ], [ -122.526728999591953, 38.087632999896734 ], [ -122.528287999716383, 38.086899999914159 ], [ -122.528107999791317, 38.084932999679516 ], [ -122.52586599977657, 38.081826999930236 ], [ -122.52807000015649, 38.081703000011466 ], [ -122.529911000313234, 38.082022999783518 ], [ -122.53363600028446, 38.084383999720423 ], [ -122.534554000351392, 38.087289999966153 ], [ -122.538448000376988, 38.08443900030526 ], [ -122.543410000257381, 38.081694999963887 ], [ -122.546108000381707, 38.080079999831618 ] ] ], [ [ [ -122.495141000267282, 38.048315999674095 ], [ -122.495086999840595, 38.047621000287926 ], [ -122.493339368777839, 38.047427930369537 ], [ -122.492937999712254, 38.048427999728389 ], [ -122.492636354422999, 38.051992615085609 ], [ -122.495141000267282, 38.048315999674095 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041105000", "NAME": "Census Tract 1050", "state": "06", "county_fips": "041", "tract": "105000", "county_name": "Marin County", "tot_pop_2050": 6883, "tot_pop_pov_det_2050": 6883, "tot_pop_civ_ni_2050": 6836, "tot_hh_2050": 2741, "pop_zvhhs_2050": 170, "tot_fam_2050": 1532, "tot_pop_over5_2050": 6504, "pop_hus_rent50_2050": 359, "pop_minority_2050": 3155, "pop_over75_2050": 254, "pop_spfam_2050": 91, "pop_lep_2050": 253, "pop_below200_2050": 780, "pop_disability_2050": 375, "pct_minority_2050": 0.45837570826674418, "pct_over75_2050": 0.03690251343890745, "pct_spfam_2050": 0.05939947780678851, "pct_lep_2050": 0.038899138991389921, "pct_below200_2050": 0.11332267906436147, "pct_disab_2050": 0.054856641310708019, "pct_zvhhs_2050": 0.062021160160525363, "pct_hus_rent50_2050": 0.13097409704487414, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050626808100289002, "pct_minority_2040": 0.38138862102217896, "pct_spfam_2040": 0.10861182519280199, "pct_lep_2040": 0.019800304620070999, "pct_below200_2040": 0.280662272946472, "pct_disab_2040": 0.080214773836641995, "pct_zvhhs_2040": 0.052610601833400002, "pct_hus_rent50_2040": 0.17207392197125301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.53673899956641, 38.067030000263777 ], [ -122.536756000183161, 38.06633400031059 ], [ -122.535576000175411, 38.065271999731067 ], [ -122.531848999656063, 38.060029999789535 ], [ -122.530913000045786, 38.058161999861227 ], [ -122.530522000233518, 38.054843000124151 ], [ -122.530964999924279, 38.051620999869741 ], [ -122.532661000316125, 38.047205000195184 ], [ -122.536414999701307, 38.041619999660384 ], [ -122.530765999732694, 38.042340999766786 ], [ -122.527547000099773, 38.041241999810872 ], [ -122.527176000379015, 38.040109000272167 ], [ -122.521731999551449, 38.039386999714083 ], [ -122.519408000419261, 38.040573999734093 ], [ -122.519281000197637, 38.040561000306532 ], [ -122.519282999847491, 38.040620000030025 ], [ -122.520287999953055, 38.047920999738068 ], [ -122.519789000185781, 38.048320000108475 ], [ -122.520595999924637, 38.052613000230089 ], [ -122.515461999616818, 38.05115299979304 ], [ -122.514170000354355, 38.048653999884714 ], [ -122.514013999820449, 38.044394999849274 ], [ -122.508034000314012, 38.045267999873687 ], [ -122.506626999627201, 38.047683000157178 ], [ -122.498338000158881, 38.04747300034218 ], [ -122.495086999840595, 38.047621000287926 ], [ -122.495141000267282, 38.048315999674095 ], [ -122.492636354422999, 38.051992615085609 ], [ -122.4922649998677, 38.056381000088237 ], [ -122.488094959233393, 38.063919716526968 ], [ -122.485666130300814, 38.068310621179847 ], [ -122.496686999972937, 38.07102000015184 ], [ -122.500586999846306, 38.060819999814683 ], [ -122.511587999682661, 38.063519999857888 ], [ -122.518188000228534, 38.068920000203882 ], [ -122.518687999820713, 38.07111999972323 ], [ -122.522189000384273, 38.07401999995669 ], [ -122.527036999563492, 38.075143000145289 ], [ -122.530016999720132, 38.076013999912803 ], [ -122.532652000095254, 38.074805999856096 ], [ -122.536073000292873, 38.071159000106029 ], [ -122.53673899956641, 38.067030000263777 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041106001", "NAME": "Census Tract 1060.01", "state": "06", "county_fips": "041", "tract": "106001", "county_name": "Marin County", "tot_pop_2050": 4287, "tot_pop_pov_det_2050": 3926, "tot_pop_civ_ni_2050": 3926, "tot_hh_2050": 2121, "pop_zvhhs_2050": 79, "tot_fam_2050": 856, "tot_pop_over5_2050": 4110, "pop_hus_rent50_2050": 425, "pop_minority_2050": 1434, "pop_over75_2050": 756, "pop_spfam_2050": 152, "pop_lep_2050": 94, "pop_below200_2050": 508, "pop_disability_2050": 450, "pct_minority_2050": 0.33449965010496852, "pct_over75_2050": 0.17634709587123862, "pct_spfam_2050": 0.17757009345794392, "pct_lep_2050": 0.022871046228710463, "pct_below200_2050": 0.12939378502292409, "pct_disab_2050": 0.11462047885888944, "pct_zvhhs_2050": 0.037246581801037251, "pct_hus_rent50_2050": 0.2003771805752004, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.156739811912226, "pct_minority_2040": 0.30166385338799107, "pct_spfam_2040": 0.19799498746867197, "pct_lep_2040": 0.055766793409379005, "pct_below200_2040": 0.28998426848453102, "pct_disab_2040": 0.15731515469323498, "pct_zvhhs_2040": 0.097513408093613016, "pct_hus_rent50_2040": 0.20383104125736703, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.541806999751998, 38.013810999803404 ], [ -122.541851999957842, 38.008908999767506 ], [ -122.541376999581701, 38.007067999705171 ], [ -122.541114999640868, 38.006515999776404 ], [ -122.5388209997476, 38.003371000301506 ], [ -122.538912999809099, 38.003261999881893 ], [ -122.537442000446518, 38.001561000258249 ], [ -122.531373000353312, 38.007219999745693 ], [ -122.530326000414917, 38.009057999896399 ], [ -122.526386000358556, 38.017685000242871 ], [ -122.523822000128547, 38.01664199966217 ], [ -122.522781000037952, 38.018416000156144 ], [ -122.520785000070518, 38.019536000182484 ], [ -122.515495999951995, 38.020928000237404 ], [ -122.514170000354355, 38.020331000334629 ], [ -122.512427999931802, 38.019869000350511 ], [ -122.510354000146549, 38.016796999692723 ], [ -122.509242999735747, 38.016165000232846 ], [ -122.503144000403651, 38.016212000304066 ], [ -122.495735729901114, 38.016681793412175 ], [ -122.497827999622601, 38.019401999713416 ], [ -122.49946499956485, 38.03216499997967 ], [ -122.496350665340671, 38.039924831369248 ], [ -122.493339368777839, 38.047427930369537 ], [ -122.495086999840595, 38.047621000287926 ], [ -122.498338000158881, 38.04747300034218 ], [ -122.506626999627201, 38.047683000157178 ], [ -122.508034000314012, 38.045267999873687 ], [ -122.514013999820449, 38.044394999849274 ], [ -122.514170000354355, 38.048653999884714 ], [ -122.515461999616818, 38.05115299979304 ], [ -122.520595999924637, 38.052613000230089 ], [ -122.519789000185781, 38.048320000108475 ], [ -122.520287999953055, 38.047920999738068 ], [ -122.519282999847491, 38.040620000030025 ], [ -122.519281000197637, 38.040561000306532 ], [ -122.519408000419261, 38.040573999734093 ], [ -122.521731999551449, 38.039386999714083 ], [ -122.527176000379015, 38.040109000272167 ], [ -122.527547000099773, 38.041241999810872 ], [ -122.530765999732694, 38.042340999766786 ], [ -122.536414999701307, 38.041619999660384 ], [ -122.53678600032039, 38.040492000149925 ], [ -122.536289000202942, 38.03712999969602 ], [ -122.538138999682204, 38.024911999666514 ], [ -122.539030999809867, 38.02116800033194 ], [ -122.541663999636881, 38.014432000007211 ], [ -122.541806999751998, 38.013810999803404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041106002", "NAME": "Census Tract 1060.02", "state": "06", "county_fips": "041", "tract": "106002", "county_name": "Marin County", "tot_pop_2050": 5920, "tot_pop_pov_det_2050": 5489, "tot_pop_civ_ni_2050": 5489, "tot_hh_2050": 2217, "pop_zvhhs_2050": 151, "tot_fam_2050": 1331, "tot_pop_over5_2050": 5534, "pop_hus_rent50_2050": 52, "pop_minority_2050": 1762, "pop_over75_2050": 487, "pop_spfam_2050": 112, "pop_lep_2050": 21, "pop_below200_2050": 604, "pop_disability_2050": 615, "pct_minority_2050": 0.29763513513513512, "pct_over75_2050": 0.08226351351351352, "pct_spfam_2050": 0.08414725770097671, "pct_lep_2050": 0.0037947235272858689, "pct_below200_2050": 0.11003825833485152, "pct_disab_2050": 0.1120422663508836, "pct_zvhhs_2050": 0.068110058637798829, "pct_hus_rent50_2050": 0.023455119530897611, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.06703125, "pct_minority_2040": 0.37921875, "pct_spfam_2040": 0.15598455598455602, "pct_lep_2040": 0.084717045069468006, "pct_below200_2040": 0.24670778463077198, "pct_disab_2040": 0.104684114019003, "pct_zvhhs_2040": 0.020206766917293, "pct_hus_rent50_2040": 0.068466730954677008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.531373000353312, 38.007219999745693 ], [ -122.537442000446518, 38.001561000258249 ], [ -122.530206999690947, 37.991824999951703 ], [ -122.529024000208437, 37.990547000263476 ], [ -122.525741000103082, 37.990508000125672 ], [ -122.522278000072703, 37.992600000064733 ], [ -122.520667999894641, 37.991860999760114 ], [ -122.518158999916196, 37.991349999763429 ], [ -122.514666999573521, 37.99338 ], [ -122.513300999792918, 37.995734000196187 ], [ -122.510011000014885, 37.99707600020524 ], [ -122.50796200034398, 37.995931000114176 ], [ -122.503760000346773, 37.998216000226051 ], [ -122.501632000134876, 37.996319999756601 ], [ -122.501104000055264, 37.996403000219452 ], [ -122.498689999613063, 37.995600000107686 ], [ -122.49563599983658, 37.995770000209923 ], [ -122.495049000205739, 37.996592000317293 ], [ -122.49025200018184, 37.995985000337079 ], [ -122.489564000268658, 37.99621199976427 ], [ -122.487865000402138, 37.995763000267594 ], [ -122.485671000067953, 37.996863999869312 ], [ -122.482931999935758, 37.997192999991277 ], [ -122.474753000072269, 38.001163999743078 ], [ -122.464964000030733, 38.000138000282242 ], [ -122.45811999998574, 37.996589000173465 ], [ -122.456471000347904, 37.996517999801362 ], [ -122.455348442212681, 37.996505431464726 ], [ -122.455922749546843, 37.997033416555041 ], [ -122.461868003116408, 38.002499143181524 ], [ -122.462645308145227, 38.003213752768055 ], [ -122.462812000427661, 38.003367000243514 ], [ -122.465186149807238, 38.00390841895625 ], [ -122.465883304451467, 38.004067403462038 ], [ -122.466070061504084, 38.004109992937728 ], [ -122.466545167881449, 38.004218340174866 ], [ -122.469456307679962, 38.004882218064083 ], [ -122.473352898446862, 38.005770826583429 ], [ -122.474182702817515, 38.005960061602849 ], [ -122.475596781330466, 38.006282538689291 ], [ -122.481465999697733, 38.007620999858311 ], [ -122.48747200004172, 38.014354999676208 ], [ -122.494556000286266, 38.015148000057735 ], [ -122.49474097508137, 38.015388489724032 ], [ -122.495735729901114, 38.016681793412175 ], [ -122.503144000403651, 38.016212000304066 ], [ -122.509242999735747, 38.016165000232846 ], [ -122.510354000146549, 38.016796999692723 ], [ -122.512427999931802, 38.019869000350511 ], [ -122.514170000354355, 38.020331000334629 ], [ -122.515495999951995, 38.020928000237404 ], [ -122.520785000070518, 38.019536000182484 ], [ -122.522781000037952, 38.018416000156144 ], [ -122.523822000128547, 38.01664199966217 ], [ -122.526386000358556, 38.017685000242871 ], [ -122.530326000414917, 38.009057999896399 ], [ -122.531373000353312, 38.007219999745693 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041107000", "NAME": "Census Tract 1070", "state": "06", "county_fips": "041", "tract": "107000", "county_name": "Marin County", "tot_pop_2050": 6953, "tot_pop_pov_det_2050": 6926, "tot_pop_civ_ni_2050": 6893, "tot_hh_2050": 2449, "pop_zvhhs_2050": 71, "tot_fam_2050": 1893, "tot_pop_over5_2050": 6652, "pop_hus_rent50_2050": 68, "pop_minority_2050": 1590, "pop_over75_2050": 806, "pop_spfam_2050": 184, "pop_lep_2050": 148, "pop_below200_2050": 752, "pop_disability_2050": 806, "pct_minority_2050": 0.228678268373364, "pct_over75_2050": 0.11592118509995684, "pct_spfam_2050": 0.097200211304807202, "pct_lep_2050": 0.022248947684906799, "pct_below200_2050": 0.10857637886225817, "pct_disab_2050": 0.11693021906281735, "pct_zvhhs_2050": 0.028991425071457737, "pct_hus_rent50_2050": 0.027766435279706004, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087548638132295978, "pct_minority_2040": 0.18125810635538298, "pct_spfam_2040": 0.092467850581750999, "pct_lep_2040": 0.025181679905357003, "pct_below200_2040": 0.064684743547859996, "pct_disab_2040": 0.09400456174649699, "pct_zvhhs_2040": 0.014358108108108, "pct_hus_rent50_2040": 0.011092150170648999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.624410999594915, 38.041498999933999 ], [ -122.624469000219548, 38.039501999787653 ], [ -122.622635999560387, 38.037617999704203 ], [ -122.621449999704851, 38.037508000252984 ], [ -122.619214000436187, 38.03601100019992 ], [ -122.619288000056045, 38.033680000351659 ], [ -122.617272999822021, 38.031195999854837 ], [ -122.617288999715555, 38.028572000278864 ], [ -122.622433000069108, 38.026496999860399 ], [ -122.620798999601604, 38.026062000185135 ], [ -122.618551999563991, 38.023556000097877 ], [ -122.619646000256324, 38.021913999965022 ], [ -122.616709999582326, 38.020886000122346 ], [ -122.616333000013796, 38.021236000345532 ], [ -122.615592000397172, 38.020221999654296 ], [ -122.612770000424277, 38.022221000240698 ], [ -122.611322999554517, 38.024930999840208 ], [ -122.609555000091021, 38.02509599968873 ], [ -122.607503000047046, 38.026530999879071 ], [ -122.603374999669725, 38.02651700020629 ], [ -122.598940000044024, 38.027393999816134 ], [ -122.598792999730946, 38.028583000016717 ], [ -122.597000000153074, 38.029179999908699 ], [ -122.589551000035556, 38.02654100004812 ], [ -122.587716999551503, 38.026854999848496 ], [ -122.586642000024028, 38.02747800034539 ], [ -122.584450000238007, 38.025408000239409 ], [ -122.577347999551819, 38.026460000196757 ], [ -122.575862999945528, 38.025672999827009 ], [ -122.574304999646003, 38.024888999896596 ], [ -122.573866999978065, 38.025877999758379 ], [ -122.573815999924463, 38.026886999959942 ], [ -122.56980399989807, 38.025313999832321 ], [ -122.568731999845355, 38.025205000195413 ], [ -122.557961999987668, 38.025634999859577 ], [ -122.555740999889323, 38.026704000062907 ], [ -122.552961999574151, 38.027020000317535 ], [ -122.550833000435631, 38.027034999762783 ], [ -122.547757000019516, 38.026062000185135 ], [ -122.545024999560027, 38.024970000069516 ], [ -122.539030999809867, 38.02116800033194 ], [ -122.538138999682204, 38.024911999666514 ], [ -122.536289000202942, 38.03712999969602 ], [ -122.53678600032039, 38.040492000149925 ], [ -122.536414999701307, 38.041619999660384 ], [ -122.539573999958066, 38.043210999869288 ], [ -122.54033100036655, 38.043398000263885 ], [ -122.554299999765675, 38.046763999979774 ], [ -122.571121000173193, 38.046322000332388 ], [ -122.572356000432535, 38.045840000111362 ], [ -122.573042999622487, 38.045395999894481 ], [ -122.574058999598719, 38.045842999654376 ], [ -122.575038999589921, 38.046503000116893 ], [ -122.583353000070915, 38.049844999999415 ], [ -122.585901000407418, 38.050361000301656 ], [ -122.589278000224084, 38.050510999871655 ], [ -122.590582000080417, 38.052973000339122 ], [ -122.595538999937915, 38.053761999938175 ], [ -122.596776999672002, 38.05352000009843 ], [ -122.606191999619725, 38.05802099966354 ], [ -122.613152000015702, 38.061301999712654 ], [ -122.616092999814256, 38.061120999741732 ], [ -122.618811000030064, 38.056532999692941 ], [ -122.620620000399768, 38.045913000039086 ], [ -122.621289999871294, 38.047501999752839 ], [ -122.62248900014562, 38.048066000033813 ], [ -122.621764000422544, 38.047017000023956 ], [ -122.622689000162154, 38.044062999723913 ], [ -122.624410999594915, 38.041498999933999 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041108100", "NAME": "Census Tract 1081", "state": "06", "county_fips": "041", "tract": "108100", "county_name": "Marin County", "tot_pop_2050": 6466, "tot_pop_pov_det_2050": 6451, "tot_pop_civ_ni_2050": 6451, "tot_hh_2050": 2586, "pop_zvhhs_2050": 75, "tot_fam_2050": 2011, "tot_pop_over5_2050": 6220, "pop_hus_rent50_2050": 119, "pop_minority_2050": 1115, "pop_over75_2050": 663, "pop_spfam_2050": 223, "pop_lep_2050": 95, "pop_below200_2050": 593, "pop_disability_2050": 589, "pct_minority_2050": 0.17244045777915248, "pct_over75_2050": 0.10253634395298483, "pct_spfam_2050": 0.11089010442565887, "pct_lep_2050": 0.015273311897106109, "pct_below200_2050": 0.091923732754611673, "pct_disab_2050": 0.091303673849015637, "pct_zvhhs_2050": 0.029002320185614851, "pct_hus_rent50_2050": 0.046017014694508897, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11476629949389698, "pct_minority_2040": 0.22476927657040802, "pct_spfam_2040": 0.065677966101695004, "pct_lep_2040": 0.0088757396449699998, "pct_below200_2040": 0.089699506652713007, "pct_disab_2040": 0.090366835669550005, "pct_zvhhs_2040": 0.050490374137305005, "pct_hus_rent50_2040": 0.027128862094951002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.588188999554617, 38.025985999926441 ], [ -122.589714000242196, 38.023909000039666 ], [ -122.5774930002151, 38.014504000059766 ], [ -122.573794000183142, 38.01239899980483 ], [ -122.571860999964898, 38.010842000113399 ], [ -122.568591000278374, 38.007144999904781 ], [ -122.565857000169032, 38.003545000135539 ], [ -122.564040000301702, 38.003761999785276 ], [ -122.562193000297171, 38.006144000203861 ], [ -122.562744999767915, 38.007795000223886 ], [ -122.56116599955196, 38.008594000099002 ], [ -122.559189999676008, 38.008472000198559 ], [ -122.557911999758957, 38.006992999708778 ], [ -122.556592999834024, 38.00824200012422 ], [ -122.555662000246585, 38.011763999703348 ], [ -122.551394000127189, 38.009670999886907 ], [ -122.549007000347473, 38.009559000018484 ], [ -122.542753000306348, 38.007077000265838 ], [ -122.541376999581701, 38.007067999705171 ], [ -122.541851999957842, 38.008908999767506 ], [ -122.541806999751998, 38.013810999803404 ], [ -122.541663999636881, 38.014432000007211 ], [ -122.539030999809867, 38.02116800033194 ], [ -122.545024999560027, 38.024970000069516 ], [ -122.547757000019516, 38.026062000185135 ], [ -122.550833000435631, 38.027034999762783 ], [ -122.552961999574151, 38.027020000317535 ], [ -122.555740999889323, 38.026704000062907 ], [ -122.557961999987668, 38.025634999859577 ], [ -122.568731999845355, 38.025205000195413 ], [ -122.56980399989807, 38.025313999832321 ], [ -122.573815999924463, 38.026886999959942 ], [ -122.573866999978065, 38.025877999758379 ], [ -122.574304999646003, 38.024888999896596 ], [ -122.575862999945528, 38.025672999827009 ], [ -122.577347999551819, 38.026460000196757 ], [ -122.584450000238007, 38.025408000239409 ], [ -122.586642000024028, 38.02747800034539 ], [ -122.587716999551503, 38.026854999848496 ], [ -122.589551000035556, 38.02654100004812 ], [ -122.588188999554617, 38.025985999926441 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041108200", "NAME": "Census Tract 1082", "state": "06", "county_fips": "041", "tract": "108200", "county_name": "Marin County", "tot_pop_2050": 6549, "tot_pop_pov_det_2050": 6448, "tot_pop_civ_ni_2050": 6456, "tot_hh_2050": 2808, "pop_zvhhs_2050": 496, "tot_fam_2050": 1536, "tot_pop_over5_2050": 6316, "pop_hus_rent50_2050": 299, "pop_minority_2050": 2743, "pop_over75_2050": 1114, "pop_spfam_2050": 150, "pop_lep_2050": 385, "pop_below200_2050": 1875, "pop_disability_2050": 811, "pct_minority_2050": 0.41884257138494413, "pct_over75_2050": 0.17010230569552606, "pct_spfam_2050": 0.09765625, "pct_lep_2050": 0.060956301456618123, "pct_below200_2050": 0.29078784119106704, "pct_disab_2050": 0.12561957868649318, "pct_zvhhs_2050": 0.17663817663817666, "pct_hus_rent50_2050": 0.10648148148148147, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.206335109532268, "pct_minority_2040": 0.30550621669627004, "pct_spfam_2040": 0.12777777777777802, "pct_lep_2040": 0.016339869281046002, "pct_below200_2040": 0.20405709992486898, "pct_disab_2040": 0.20458289651040901, "pct_zvhhs_2040": 0.181908548707753, "pct_hus_rent50_2040": 0.117046614494726, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.564040000301702, 38.003761999785276 ], [ -122.565857000169032, 38.003545000135539 ], [ -122.56138900003306, 37.998422000055818 ], [ -122.558089000209293, 37.994421999909868 ], [ -122.557818000047632, 37.993825999668637 ], [ -122.557588999718774, 37.993322000085222 ], [ -122.552698999808428, 37.991678000196735 ], [ -122.551003000314935, 37.991321999718942 ], [ -122.550568999946663, 37.991176000021753 ], [ -122.549788000147075, 37.992122000320499 ], [ -122.542369000166772, 37.988318999813998 ], [ -122.539778000172618, 37.988915000195298 ], [ -122.538395999600141, 37.987112000278415 ], [ -122.535069999837106, 37.98807100012953 ], [ -122.532786999814491, 37.986822999956111 ], [ -122.532487000238817, 37.988922000083122 ], [ -122.530357000377052, 37.989506999876745 ], [ -122.529993000329, 37.990011000184403 ], [ -122.529024000208437, 37.990547000263476 ], [ -122.530206999690947, 37.991824999951703 ], [ -122.537442000446518, 38.001561000258249 ], [ -122.538912999809099, 38.003261999881893 ], [ -122.5388209997476, 38.003371000301506 ], [ -122.541114999640868, 38.006515999776404 ], [ -122.541376999581701, 38.007067999705171 ], [ -122.542753000306348, 38.007077000265838 ], [ -122.549007000347473, 38.009559000018484 ], [ -122.551394000127189, 38.009670999886907 ], [ -122.555662000246585, 38.011763999703348 ], [ -122.556592999834024, 38.00824200012422 ], [ -122.557911999758957, 38.006992999708778 ], [ -122.559189999676008, 38.008472000198559 ], [ -122.56116599955196, 38.008594000099002 ], [ -122.562744999767915, 38.007795000223886 ], [ -122.562193000297171, 38.006144000203861 ], [ -122.564040000301702, 38.003761999785276 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041109001", "NAME": "Census Tract 1090.01", "state": "06", "county_fips": "041", "tract": "109001", "county_name": "Marin County", "tot_pop_2050": 4269, "tot_pop_pov_det_2050": 4238, "tot_pop_civ_ni_2050": 4269, "tot_hh_2050": 1797, "pop_zvhhs_2050": 175, "tot_fam_2050": 1007, "tot_pop_over5_2050": 3945, "pop_hus_rent50_2050": 258, "pop_minority_2050": 1821, "pop_over75_2050": 220, "pop_spfam_2050": 117, "pop_lep_2050": 127, "pop_below200_2050": 910, "pop_disability_2050": 308, "pct_minority_2050": 0.42656359803232607, "pct_over75_2050": 0.051534317170297488, "pct_spfam_2050": 0.11618669314796425, "pct_lep_2050": 0.032192648922686945, "pct_below200_2050": 0.21472392638036811, "pct_disab_2050": 0.072148044038416487, "pct_zvhhs_2050": 0.097384529771841963, "pct_hus_rent50_2050": 0.14357262103505844, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.065489130434782994, "pct_minority_2040": 0.42010869565217396, "pct_spfam_2040": 0.10463576158940401, "pct_lep_2040": 0.098157743235463016, "pct_below200_2040": 0.22707423580785996, "pct_disab_2040": 0.072010869565216989, "pct_zvhhs_2040": 0.05387803433984599, "pct_hus_rent50_2040": 0.10999371464487699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.540220999863379, 37.983681999658792 ], [ -122.5419890002252, 37.980685000177949 ], [ -122.540056999831862, 37.979428000003558 ], [ -122.535924000329942, 37.976572000331061 ], [ -122.536653000250993, 37.975654000303031 ], [ -122.530450000263485, 37.975080999667789 ], [ -122.529030999881144, 37.975223000058023 ], [ -122.526709000398768, 37.975004999665273 ], [ -122.52098199971401, 37.973921999930504 ], [ -122.520399000281145, 37.977676999797019 ], [ -122.521717000381145, 37.981606000345579 ], [ -122.523737999564659, 37.985108000189491 ], [ -122.529024000208437, 37.990547000263476 ], [ -122.529993000329, 37.990011000184403 ], [ -122.530357000377052, 37.989506999876745 ], [ -122.532487000238817, 37.988922000083122 ], [ -122.532786999814491, 37.986822999956111 ], [ -122.535069999837106, 37.98807100012953 ], [ -122.538395999600141, 37.987112000278415 ], [ -122.541253999558037, 37.986429999945173 ], [ -122.540220999863379, 37.983681999658792 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041109002", "NAME": "Census Tract 1090.02", "state": "06", "county_fips": "041", "tract": "109002", "county_name": "Marin County", "tot_pop_2050": 3942, "tot_pop_pov_det_2050": 3942, "tot_pop_civ_ni_2050": 3942, "tot_hh_2050": 1753, "pop_zvhhs_2050": 81, "tot_fam_2050": 995, "tot_pop_over5_2050": 3724, "pop_hus_rent50_2050": 201, "pop_minority_2050": 496, "pop_over75_2050": 342, "pop_spfam_2050": 76, "pop_lep_2050": 27, "pop_below200_2050": 349, "pop_disability_2050": 215, "pct_minority_2050": 0.12582445459157787, "pct_over75_2050": 0.086757990867579904, "pct_spfam_2050": 0.076381909547738699, "pct_lep_2050": 0.0072502685284640172, "pct_below200_2050": 0.088533739218670721, "pct_disab_2050": 0.054540842212075086, "pct_zvhhs_2050": 0.046206503137478615, "pct_hus_rent50_2050": 0.11466058185966915, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.093307278944796998, "pct_minority_2040": 0.13971665852467, "pct_spfam_2040": 0.17547169811320801, "pct_lep_2040": 0.0020423793719679998, "pct_below200_2040": 0.13580850024426, "pct_disab_2040": 0.084025403028823012, "pct_zvhhs_2040": 0.10201854882705901, "pct_hus_rent50_2040": 0.097520661157024985, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.562107999908349, 37.989204000064937 ], [ -122.563897000186586, 37.987472000163109 ], [ -122.561069000365904, 37.98572699977889 ], [ -122.559089000291991, 37.986422999819645 ], [ -122.55950000019574, 37.984526999683119 ], [ -122.560973999931363, 37.979184999781417 ], [ -122.557344000394707, 37.983540000057907 ], [ -122.554072999984939, 37.982677999735124 ], [ -122.550184999807101, 37.98049900025881 ], [ -122.550957000284185, 37.979255999935333 ], [ -122.550927999971876, 37.976461000040025 ], [ -122.550339999617805, 37.97628999995213 ], [ -122.541299999588801, 37.974173000342788 ], [ -122.538624000104079, 37.974191000330919 ], [ -122.538431999585171, 37.975180000093495 ], [ -122.536653000250993, 37.975654000303031 ], [ -122.535924000329942, 37.976572000331061 ], [ -122.540056999831862, 37.979428000003558 ], [ -122.5419890002252, 37.980685000177949 ], [ -122.540220999863379, 37.983681999658792 ], [ -122.541253999558037, 37.986429999945173 ], [ -122.538395999600141, 37.987112000278415 ], [ -122.539778000172618, 37.988915000195298 ], [ -122.542369000166772, 37.988318999813998 ], [ -122.549788000147075, 37.992122000320499 ], [ -122.550568999946663, 37.991176000021753 ], [ -122.551003000314935, 37.991321999718942 ], [ -122.552698999808428, 37.991678000196735 ], [ -122.557588999718774, 37.993322000085222 ], [ -122.558388999784938, 37.989523000299378 ], [ -122.560597000362819, 37.988829999683787 ], [ -122.561245999917915, 37.989543000114679 ], [ -122.562107999908349, 37.989204000064937 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041110100", "NAME": "Census Tract 1101", "state": "06", "county_fips": "041", "tract": "110100", "county_name": "Marin County", "tot_pop_2050": 5646, "tot_pop_pov_det_2050": 4993, "tot_pop_civ_ni_2050": 5604, "tot_hh_2050": 2255, "pop_zvhhs_2050": 146, "tot_fam_2050": 1294, "tot_pop_over5_2050": 5416, "pop_hus_rent50_2050": 331, "pop_minority_2050": 1732, "pop_over75_2050": 568, "pop_spfam_2050": 128, "pop_lep_2050": 361, "pop_below200_2050": 1163, "pop_disability_2050": 572, "pct_minority_2050": 0.30676585193057032, "pct_over75_2050": 0.1006021962451293, "pct_spfam_2050": 0.098918083462132919, "pct_lep_2050": 0.066654357459379629, "pct_below200_2050": 0.2329260965351492, "pct_disab_2050": 0.10206995003568881, "pct_zvhhs_2050": 0.064745011086474499, "pct_hus_rent50_2050": 0.1467849223946785, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.098069900886801981, "pct_minority_2040": 0.21457137889062802, "pct_spfam_2040": 0.110878661087866, "pct_lep_2040": 0.025673025494741, "pct_below200_2040": 0.155788655788656, "pct_disab_2040": 0.15202939118264497, "pct_zvhhs_2040": 0.083510864933957984, "pct_hus_rent50_2040": 0.097604259094941984, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.525741000103082, 37.990508000125672 ], [ -122.529024000208437, 37.990547000263476 ], [ -122.523737999564659, 37.985108000189491 ], [ -122.521717000381145, 37.981606000345579 ], [ -122.520399000281145, 37.977676999797019 ], [ -122.52098199971401, 37.973921999930504 ], [ -122.521697000289663, 37.971338999797638 ], [ -122.521635000365393, 37.97012499972346 ], [ -122.521148000293678, 37.970068999712865 ], [ -122.51339799987727, 37.968329000305616 ], [ -122.512210000371923, 37.968276000226737 ], [ -122.509398000444762, 37.96700900020717 ], [ -122.508409000232746, 37.966292999699043 ], [ -122.50736200029435, 37.96611500006572 ], [ -122.504372000091976, 37.968023000258384 ], [ -122.49899599993482, 37.969795000081959 ], [ -122.496115000410697, 37.970799999842228 ], [ -122.49526461114533, 37.970488094776407 ], [ -122.495017157623892, 37.970458144268477 ], [ -122.495004999824815, 37.97394099986478 ], [ -122.496551000428795, 37.974964000022574 ], [ -122.496112999862561, 37.975216000279602 ], [ -122.497266000106137, 37.976910000126047 ], [ -122.498989000262142, 37.976823000178868 ], [ -122.499339999891404, 37.979368999869138 ], [ -122.496291000137788, 37.979331999784634 ], [ -122.497143000082502, 37.980932000255471 ], [ -122.496495000352297, 37.981690000242388 ], [ -122.495361000375297, 37.987093999919189 ], [ -122.495049000205739, 37.996592000317293 ], [ -122.49563599983658, 37.995770000209923 ], [ -122.498689999613063, 37.995600000107686 ], [ -122.501104000055264, 37.996403000219452 ], [ -122.501632000134876, 37.996319999756601 ], [ -122.503760000346773, 37.998216000226051 ], [ -122.50796200034398, 37.995931000114176 ], [ -122.510011000014885, 37.99707600020524 ], [ -122.513300999792918, 37.995734000196187 ], [ -122.514666999573521, 37.99338 ], [ -122.518158999916196, 37.991349999763429 ], [ -122.520667999894641, 37.991860999760114 ], [ -122.522278000072703, 37.992600000064733 ], [ -122.525741000103082, 37.990508000125672 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041110200", "NAME": "Census Tract 1102", "state": "06", "county_fips": "041", "tract": "110200", "county_name": "Marin County", "tot_pop_2050": 4951, "tot_pop_pov_det_2050": 4951, "tot_pop_civ_ni_2050": 4951, "tot_hh_2050": 2121, "pop_zvhhs_2050": 0, "tot_fam_2050": 1554, "tot_pop_over5_2050": 4699, "pop_hus_rent50_2050": 41, "pop_minority_2050": 533, "pop_over75_2050": 817, "pop_spfam_2050": 64, "pop_lep_2050": 47, "pop_below200_2050": 167, "pop_disability_2050": 550, "pct_minority_2050": 0.10765501918804282, "pct_over75_2050": 0.16501716824883861, "pct_spfam_2050": 0.041184041184041183, "pct_lep_2050": 0.01000212811236433, "pct_below200_2050": 0.033730559482932736, "pct_disab_2050": 0.11108866895576652, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.019330504479019333, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12518768768768801, "pct_minority_2040": 0.143581081081081, "pct_spfam_2040": 0.063020214030915997, "pct_lep_2040": 0.0083268783888459999, "pct_below200_2040": 0.057750188111362004, "pct_disab_2040": 0.097034534534534991, "pct_zvhhs_2040": 0.0078449469312409995, "pct_hus_rent50_2040": 0.023037141513869, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.499339999891404, 37.979368999869138 ], [ -122.498989000262142, 37.976823000178868 ], [ -122.497266000106137, 37.976910000126047 ], [ -122.496112999862561, 37.975216000279602 ], [ -122.496551000428795, 37.974964000022574 ], [ -122.495004999824815, 37.97394099986478 ], [ -122.495017157623892, 37.970458144268477 ], [ -122.492463000234423, 37.970149000321953 ], [ -122.484415999717129, 37.970547000073758 ], [ -122.477251000180047, 37.971647999934447 ], [ -122.475170503778671, 37.974331791540877 ], [ -122.474636999721312, 37.975019999839709 ], [ -122.474636999721312, 37.977642999778269 ], [ -122.471974999582017, 37.981767999959239 ], [ -122.46655599976711, 37.984761999896051 ], [ -122.463708999679909, 37.981482999665786 ], [ -122.456098000078981, 37.979890999723807 ], [ -122.447304000097262, 37.984386999786075 ], [ -122.448412999959928, 37.988313000265443 ], [ -122.449254776178378, 37.989755729591366 ], [ -122.450699000355613, 37.992231000306745 ], [ -122.455348442212681, 37.996505431464726 ], [ -122.456471000347904, 37.996517999801362 ], [ -122.45811999998574, 37.996589000173465 ], [ -122.464964000030733, 38.000138000282242 ], [ -122.474753000072269, 38.001163999743078 ], [ -122.482931999935758, 37.997192999991277 ], [ -122.485671000067953, 37.996863999869312 ], [ -122.487865000402138, 37.995763000267594 ], [ -122.489564000268658, 37.99621199976427 ], [ -122.49025200018184, 37.995985000337079 ], [ -122.495049000205739, 37.996592000317293 ], [ -122.495361000375297, 37.987093999919189 ], [ -122.496495000352297, 37.981690000242388 ], [ -122.497143000082502, 37.980932000255471 ], [ -122.496291000137788, 37.979331999784634 ], [ -122.499339999891404, 37.979368999869138 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041111000", "NAME": "Census Tract 1110", "state": "06", "county_fips": "041", "tract": "111000", "county_name": "Marin County", "tot_pop_2050": 5669, "tot_pop_pov_det_2050": 5613, "tot_pop_civ_ni_2050": 5622, "tot_hh_2050": 2805, "pop_zvhhs_2050": 213, "tot_fam_2050": 977, "tot_pop_over5_2050": 5498, "pop_hus_rent50_2050": 558, "pop_minority_2050": 2026, "pop_over75_2050": 212, "pop_spfam_2050": 189, "pop_lep_2050": 439, "pop_below200_2050": 1554, "pop_disability_2050": 457, "pct_minority_2050": 0.35738225436584936, "pct_over75_2050": 0.037396366202152052, "pct_spfam_2050": 0.19344933469805528, "pct_lep_2050": 0.079847217169879969, "pct_below200_2050": 0.27685729556386962, "pct_disab_2050": 0.081287797936677342, "pct_zvhhs_2050": 0.075935828877005354, "pct_hus_rent50_2050": 0.19893048128342247, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.035317200784827002, "pct_minority_2040": 0.393230869849575, "pct_spfam_2040": 0.11288963774220699, "pct_lep_2040": 0.046333333333333004, "pct_below200_2040": 0.31777557100297904, "pct_disab_2040": 0.10584544253632801, "pct_zvhhs_2040": 0.10439137134052399, "pct_hus_rent50_2040": 0.186739897999215, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.551055000193486, 37.973217999718543 ], [ -122.550897999834632, 37.972318999877935 ], [ -122.54848299956754, 37.972207000328602 ], [ -122.548398999901949, 37.970848999808595 ], [ -122.545458000103366, 37.968368000192228 ], [ -122.546165000283111, 37.967158999739588 ], [ -122.540473999583341, 37.963827000145777 ], [ -122.538253000383349, 37.962937999679028 ], [ -122.537597000257222, 37.962000000316515 ], [ -122.53316299955813, 37.96024599992343 ], [ -122.532763000423358, 37.959773000173278 ], [ -122.53237199971278, 37.960137999953837 ], [ -122.53404299999022, 37.961946999918652 ], [ -122.533150999862556, 37.962845999992169 ], [ -122.53319100004552, 37.965876999651037 ], [ -122.532810000279028, 37.96833100022765 ], [ -122.531763000340632, 37.968225999996996 ], [ -122.53029299990466, 37.968042000303114 ], [ -122.526535000321488, 37.967890999774902 ], [ -122.525999999670873, 37.970950000127402 ], [ -122.521635000365393, 37.97012499972346 ], [ -122.521697000289663, 37.971338999797638 ], [ -122.52098199971401, 37.973921999930504 ], [ -122.526709000398768, 37.975004999665273 ], [ -122.529030999881144, 37.975223000058023 ], [ -122.530450000263485, 37.975080999667789 ], [ -122.536653000250993, 37.975654000303031 ], [ -122.538431999585171, 37.975180000093495 ], [ -122.538624000104079, 37.974191000330919 ], [ -122.541299999588801, 37.974173000342788 ], [ -122.550339999617805, 37.97628999995213 ], [ -122.550927999971876, 37.976461000040025 ], [ -122.550855000176952, 37.975730000341734 ], [ -122.551055000193486, 37.973217999718543 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041112100", "NAME": "Census Tract 1121", "state": "06", "county_fips": "041", "tract": "112100", "county_name": "Marin County", "tot_pop_2050": 4782, "tot_pop_pov_det_2050": 4757, "tot_pop_civ_ni_2050": 4782, "tot_hh_2050": 1830, "pop_zvhhs_2050": 79, "tot_fam_2050": 1018, "tot_pop_over5_2050": 4349, "pop_hus_rent50_2050": 279, "pop_minority_2050": 1940, "pop_over75_2050": 218, "pop_spfam_2050": 188, "pop_lep_2050": 299, "pop_below200_2050": 1507, "pop_disability_2050": 346, "pct_minority_2050": 0.4056879966541197, "pct_over75_2050": 0.045587620242576329, "pct_spfam_2050": 0.18467583497053044, "pct_lep_2050": 0.068751437111979771, "pct_below200_2050": 0.31679630018919491, "pct_disab_2050": 0.072354663320786286, "pct_zvhhs_2050": 0.043169398907103834, "pct_hus_rent50_2050": 0.15245901639344259, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.049177190968235994, "pct_minority_2040": 0.47818599311136606, "pct_spfam_2040": 0.18969746524938699, "pct_lep_2040": 0.12677773262901301, "pct_below200_2040": 0.36318407960199001, "pct_disab_2040": 0.073470170727029008, "pct_zvhhs_2040": 0.065762004175364999, "pct_hus_rent50_2040": 0.17315789473684198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.533150999862556, 37.962845999992169 ], [ -122.53404299999022, 37.961946999918652 ], [ -122.53237199971278, 37.960137999953837 ], [ -122.532763000423358, 37.959773000173278 ], [ -122.529625000082973, 37.958643000159753 ], [ -122.52915899992766, 37.95867699977078 ], [ -122.528153999822081, 37.95933200005787 ], [ -122.524202999895053, 37.955807999952533 ], [ -122.520698999856805, 37.954368999837733 ], [ -122.518057999633868, 37.951927000268711 ], [ -122.51627000007889, 37.951540000140049 ], [ -122.513971999987646, 37.952166000032705 ], [ -122.511770999980783, 37.952555000048704 ], [ -122.510065000441557, 37.952179000261395 ], [ -122.509538000186851, 37.951874999870292 ], [ -122.508410000057637, 37.953418000106531 ], [ -122.508764000059955, 37.956969999838286 ], [ -122.509645000316993, 37.961444000278796 ], [ -122.510236000145767, 37.9624620001468 ], [ -122.521067999927723, 37.969132999989583 ], [ -122.521635000365393, 37.97012499972346 ], [ -122.525999999670873, 37.970950000127402 ], [ -122.526535000321488, 37.967890999774902 ], [ -122.53029299990466, 37.968042000303114 ], [ -122.531763000340632, 37.968225999996996 ], [ -122.532810000279028, 37.96833100022765 ], [ -122.53319100004552, 37.965876999651037 ], [ -122.533150999862556, 37.962845999992169 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041112201", "NAME": "Census Tract 1122.01", "state": "06", "county_fips": "041", "tract": "112201", "county_name": "Marin County", "tot_pop_2050": 8176, "tot_pop_pov_det_2050": 8083, "tot_pop_civ_ni_2050": 8176, "tot_hh_2050": 1813, "pop_zvhhs_2050": 221, "tot_fam_2050": 1497, "tot_pop_over5_2050": 7284, "pop_hus_rent50_2050": 708, "pop_minority_2050": 7719, "pop_over75_2050": 70, "pop_spfam_2050": 552, "pop_lep_2050": 2651, "pop_below200_2050": 5363, "pop_disability_2050": 432, "pct_minority_2050": 0.94410469667318997, "pct_over75_2050": 0.0085616438356164379, "pct_spfam_2050": 0.36873747494989978, "pct_lep_2050": 0.36394838001098295, "pct_below200_2050": 0.66349127799084495, "pct_disab_2050": 0.052837573385518588, "pct_zvhhs_2050": 0.12189740761169332, "pct_hus_rent50_2050": 0.39051296194153329, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0057671673819740003, "pct_minority_2040": 0.96861587982832598, "pct_spfam_2040": 0.29616477272727298, "pct_lep_2040": 0.396159207062103, "pct_below200_2040": 0.70077789699570803, "pct_disab_2040": 0.046807939914162995, "pct_zvhhs_2040": 0.17555422408627896, "pct_hus_rent50_2040": 0.48389057750759901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.512210000371923, 37.968276000226737 ], [ -122.51339799987727, 37.968329000305616 ], [ -122.51196500014953, 37.967238999978697 ], [ -122.512633999796137, 37.966507999802765 ], [ -122.508965999726342, 37.964411000255183 ], [ -122.507211999608217, 37.965426000067062 ], [ -122.502135999925031, 37.962713000079347 ], [ -122.500873999901486, 37.965435000071729 ], [ -122.500461000347926, 37.965973999755505 ], [ -122.499684999672894, 37.967923000128486 ], [ -122.49899599993482, 37.969795000081959 ], [ -122.504372000091976, 37.968023000258384 ], [ -122.50736200029435, 37.96611500006572 ], [ -122.508409000232746, 37.966292999699043 ], [ -122.509398000444762, 37.96700900020717 ], [ -122.512210000371923, 37.968276000226737 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041112202", "NAME": "Census Tract 1122.02", "state": "06", "county_fips": "041", "tract": "112202", "county_name": "Marin County", "tot_pop_2050": 4964, "tot_pop_pov_det_2050": 4877, "tot_pop_civ_ni_2050": 4964, "tot_hh_2050": 1272, "pop_zvhhs_2050": 118, "tot_fam_2050": 956, "tot_pop_over5_2050": 4515, "pop_hus_rent50_2050": 312, "pop_minority_2050": 4026, "pop_over75_2050": 180, "pop_spfam_2050": 303, "pop_lep_2050": 1319, "pop_below200_2050": 2532, "pop_disability_2050": 339, "pct_minority_2050": 0.81103948428686545, "pct_over75_2050": 0.036261079774375503, "pct_spfam_2050": 0.31694560669456068, "pct_lep_2050": 0.29213732004429682, "pct_below200_2050": 0.51917162189870825, "pct_disab_2050": 0.068291700241740527, "pct_zvhhs_2050": 0.09276729559748427, "pct_hus_rent50_2050": 0.2452830188679245, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.030703720304796001, "pct_minority_2040": 0.82675930076199, "pct_spfam_2040": 0.18066743383199102, "pct_lep_2040": 0.32702702702702696, "pct_below200_2040": 0.58835904628331004, "pct_disab_2040": 0.068256194483404017, "pct_zvhhs_2040": 0.098658247829518986, "pct_hus_rent50_2040": 0.24704025256511397, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.521148000293678, 37.970068999712865 ], [ -122.521635000365393, 37.97012499972346 ], [ -122.521067999927723, 37.969132999989583 ], [ -122.510236000145767, 37.9624620001468 ], [ -122.509645000316993, 37.961444000278796 ], [ -122.508764000059955, 37.956969999838286 ], [ -122.508410000057637, 37.953418000106531 ], [ -122.509538000186851, 37.951874999870292 ], [ -122.509266000200313, 37.951800000116272 ], [ -122.506184999761345, 37.951724000098537 ], [ -122.504584999628989, 37.94932399976868 ], [ -122.501739000264976, 37.947824999923917 ], [ -122.49332199985183, 37.945714999676639 ], [ -122.491777999795985, 37.946014000147215 ], [ -122.487983000402892, 37.944380999973575 ], [ -122.484882999697348, 37.944523000228095 ], [ -122.479645621266641, 37.942927000245703 ], [ -122.480484000056677, 37.945442999689078 ], [ -122.486521000362828, 37.946910999925869 ], [ -122.490302000410537, 37.959187999923664 ], [ -122.490302000410537, 37.960976900248241 ], [ -122.490302000410537, 37.964751000115186 ], [ -122.491685576627987, 37.965411886034886 ], [ -122.496502999849909, 37.967712999766434 ], [ -122.495552999995908, 37.97052300031357 ], [ -122.49526461114533, 37.970488094776407 ], [ -122.496115000410697, 37.970799999842228 ], [ -122.49899599993482, 37.969795000081959 ], [ -122.499684999672894, 37.967923000128486 ], [ -122.500461000347926, 37.965973999755505 ], [ -122.500873999901486, 37.965435000071729 ], [ -122.502135999925031, 37.962713000079347 ], [ -122.507211999608217, 37.965426000067062 ], [ -122.508965999726342, 37.964411000255183 ], [ -122.512633999796137, 37.966507999802765 ], [ -122.51196500014953, 37.967238999978697 ], [ -122.51339799987727, 37.968329000305616 ], [ -122.521148000293678, 37.970068999712865 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041113000", "NAME": "Census Tract 1130", "state": "06", "county_fips": "041", "tract": "113000", "county_name": "Marin County", "tot_pop_2050": 3283, "tot_pop_pov_det_2050": 3283, "tot_pop_civ_ni_2050": 3283, "tot_hh_2050": 1533, "pop_zvhhs_2050": 58, "tot_fam_2050": 758, "tot_pop_over5_2050": 3125, "pop_hus_rent50_2050": 31, "pop_minority_2050": 274, "pop_over75_2050": 305, "pop_spfam_2050": 81, "pop_lep_2050": 0, "pop_below200_2050": 517, "pop_disability_2050": 353, "pct_minority_2050": 0.083460249771550407, "pct_over75_2050": 0.092902832774900995, "pct_spfam_2050": 0.10686015831134564, "pct_lep_2050": 0.0, "pct_below200_2050": 0.15747791653975024, "pct_disab_2050": 0.10752360645750836, "pct_zvhhs_2050": 0.037834311806914551, "pct_hus_rent50_2050": 0.020221787345075012, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040442946557535005, "pct_minority_2040": 0.16754935002407301, "pct_spfam_2040": 0.10922787193973599, "pct_lep_2040": 0.0, "pct_below200_2040": 0.19427058257101604, "pct_disab_2040": 0.067164179104478, "pct_zvhhs_2040": 0.01281269066504, "pct_hus_rent50_2040": 0.086956521739130002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.723660999943149, 38.016833999989451 ], [ -122.723393000154559, 38.016131999667877 ], [ -122.719746000001152, 38.01549900010955 ], [ -122.716160999772029, 38.013934000066747 ], [ -122.712054000209406, 38.009811999762398 ], [ -122.71083700039172, 38.005021999766022 ], [ -122.708959000425054, 38.004535000120349 ], [ -122.708554000369077, 38.00457299970325 ], [ -122.707995000327358, 38.001505999676787 ], [ -122.706980000176046, 38.004271000015677 ], [ -122.705863999742377, 38.003662000218924 ], [ -122.705036000087134, 38.001346000196108 ], [ -122.703753999972093, 38.001132999947615 ], [ -122.700839999937727, 37.998684000178642 ], [ -122.699155000314889, 37.995532999971658 ], [ -122.698727999619308, 37.998832000304454 ], [ -122.696412999809638, 38.001567000138976 ], [ -122.692331000361364, 38.004513999969888 ], [ -122.687444999750667, 38.002937999658684 ], [ -122.685170000123946, 38.00348600028282 ], [ -122.681213000349132, 38.002448999920773 ], [ -122.680265000144956, 38.003348000142012 ], [ -122.679710000301185, 38.003531000318731 ], [ -122.677511999769081, 38.002927999808129 ], [ -122.67624399989775, 38.000834000219896 ], [ -122.674300999633743, 38.000806999774902 ], [ -122.673445000389393, 37.998832999849931 ], [ -122.671230000138834, 37.996923999665952 ], [ -122.668620999702952, 37.999651000054193 ], [ -122.665457000321624, 38.000309000009416 ], [ -122.661439000447459, 37.998826999745461 ], [ -122.658946000362562, 37.999620999861733 ], [ -122.657624000064573, 37.999368999884069 ], [ -122.656757000051243, 37.997891999652957 ], [ -122.653875999628852, 37.999949999650077 ], [ -122.653231000271674, 37.998108000194073 ], [ -122.650648999600008, 37.995387000160612 ], [ -122.647767000250965, 37.996667000333559 ], [ -122.646214999799213, 37.996058999974906 ], [ -122.642339000215273, 37.996153999964989 ], [ -122.640093999827485, 37.993781000048905 ], [ -122.637303999641645, 37.99475900000666 ], [ -122.634249000040271, 37.994647000013913 ], [ -122.631776999871747, 37.995467000073674 ], [ -122.629446000168514, 37.997081000175697 ], [ -122.62754800011038, 37.999679999992608 ], [ -122.6262400000561, 38.000048000265657 ], [ -122.626937000190097, 38.0019820001379 ], [ -122.627242999613543, 38.0056489996498 ], [ -122.624306999837827, 38.007618000165685 ], [ -122.621863000156722, 38.00780399998748 ], [ -122.617163000217175, 38.006453999742774 ], [ -122.616784999925414, 38.005382999688997 ], [ -122.614280000144916, 38.004069999829497 ], [ -122.614556000329458, 38.00573200017179 ], [ -122.617232999639072, 38.008163000116824 ], [ -122.618231000071944, 38.01123500026732 ], [ -122.616228000431789, 38.01231899996116 ], [ -122.613654000156032, 38.010869999783459 ], [ -122.614403000168551, 38.016764000120055 ], [ -122.613673000422608, 38.018208999893524 ], [ -122.616835999979017, 38.0183140000793 ], [ -122.616562000342626, 38.019645999729519 ], [ -122.61709700009493, 38.019494999948797 ], [ -122.62280399978988, 38.020823000258467 ], [ -122.626264000345543, 38.022795999813631 ], [ -122.632605000425329, 38.025583000021136 ], [ -122.63388599981711, 38.025621000015583 ], [ -122.639456999967933, 38.025153999946077 ], [ -122.642475999584306, 38.025723999715076 ], [ -122.643684000079475, 38.028099000082136 ], [ -122.645502999596616, 38.027108999905877 ], [ -122.64992600042504, 38.028281000181195 ], [ -122.651407999658275, 38.027753000233218 ], [ -122.654382999792048, 38.027884999869372 ], [ -122.65465399995368, 38.026855999719508 ], [ -122.65649699976025, 38.026107999688918 ], [ -122.658845999905139, 38.025820999959301 ], [ -122.661614000349658, 38.025690000029535 ], [ -122.661929999818838, 38.026176000071601 ], [ -122.664056000380938, 38.026815000043371 ], [ -122.664734000248359, 38.026233000302128 ], [ -122.664083999970046, 38.025747999816659 ], [ -122.664673000149008, 38.025578999759908 ], [ -122.664489999850915, 38.023526999696294 ], [ -122.663617999814718, 38.022299000025157 ], [ -122.665972999807337, 38.022704000156857 ], [ -122.666382000061262, 38.02433800032788 ], [ -122.66650699973475, 38.024950999905933 ], [ -122.667726000100572, 38.025451999665833 ], [ -122.668225999692766, 38.025469999809573 ], [ -122.669072999614599, 38.025430999846414 ], [ -122.669618000310948, 38.025810999691998 ], [ -122.671432999630113, 38.026585000209359 ], [ -122.675345000097366, 38.028202999688638 ], [ -122.67589699956811, 38.028248999970991 ], [ -122.677346999912615, 38.027936000340539 ], [ -122.677961000205954, 38.028031999924004 ], [ -122.678555000407783, 38.028427000299303 ], [ -122.67842099961517, 38.028821999960059 ], [ -122.679168999802798, 38.029691000208196 ], [ -122.680528999735614, 38.030312000291147 ], [ -122.681536000389315, 38.030456000255832 ], [ -122.682742000336347, 38.030945999784208 ], [ -122.682791999666776, 38.031374000098424 ], [ -122.686400000360436, 38.031478999816649 ], [ -122.687380000351638, 38.030441999917876 ], [ -122.687895000012446, 38.030438999744 ], [ -122.688461999551791, 38.030710999675733 ], [ -122.689280999884517, 38.030587999974784 ], [ -122.690455999869414, 38.030197999764539 ], [ -122.691587000371712, 38.030901000303544 ], [ -122.692151000436297, 38.031905000242787 ], [ -122.697691999551594, 38.033543000230374 ], [ -122.699738999572673, 38.032270999776344 ], [ -122.70095399974052, 38.031216000333089 ], [ -122.703105000416997, 38.03143799989742 ], [ -122.705643999634361, 38.030894000177454 ], [ -122.706960000084536, 38.030104999669064 ], [ -122.709078000250742, 38.030086000129607 ], [ -122.709663000231743, 38.029525000259433 ], [ -122.712295000233851, 38.029319000081365 ], [ -122.713383000180087, 38.027765999811244 ], [ -122.71573599962457, 38.028231999654672 ], [ -122.715991999717616, 38.027730999799012 ], [ -122.716293000016506, 38.023571000252289 ], [ -122.714878999657017, 38.021966000284337 ], [ -122.713564999754965, 38.021300999748 ], [ -122.711865000063497, 38.019544999920036 ], [ -122.711203000089611, 38.018588999684397 ], [ -122.71046099974977, 38.01848599986311 ], [ -122.710366000213526, 38.017190999769561 ], [ -122.709590000436805, 38.016174999693384 ], [ -122.708576000110398, 38.015190999952786 ], [ -122.707690999655441, 38.012046000332703 ], [ -122.708398999660062, 38.009097000079699 ], [ -122.711002000248158, 38.011226000217128 ], [ -122.713746000403248, 38.012481999762691 ], [ -122.715675000423545, 38.014474000282362 ], [ -122.720218999829171, 38.016399000274028 ], [ -122.723660999943149, 38.016833999989451 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041114100", "NAME": "Census Tract 1141", "state": "06", "county_fips": "041", "tract": "114100", "county_name": "Marin County", "tot_pop_2050": 5228, "tot_pop_pov_det_2050": 5228, "tot_pop_civ_ni_2050": 5228, "tot_hh_2050": 2260, "pop_zvhhs_2050": 129, "tot_fam_2050": 1504, "tot_pop_over5_2050": 5034, "pop_hus_rent50_2050": 238, "pop_minority_2050": 914, "pop_over75_2050": 347, "pop_spfam_2050": 91, "pop_lep_2050": 147, "pop_below200_2050": 439, "pop_disability_2050": 507, "pct_minority_2050": 0.17482785003825554, "pct_over75_2050": 0.066373374139250194, "pct_spfam_2050": 0.060505319148936178, "pct_lep_2050": 0.029201430274135881, "pct_below200_2050": 0.083970925784238731, "pct_disab_2050": 0.096977811782708478, "pct_zvhhs_2050": 0.057079646017699125, "pct_hus_rent50_2050": 0.10530973451327434, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040115163147792995, "pct_minority_2040": 0.14299424184260998, "pct_spfam_2040": 0.144483985765125, "pct_lep_2040": 0.0, "pct_below200_2040": 0.15415626799769599, "pct_disab_2040": 0.068919178345172, "pct_zvhhs_2040": 0.036435469710271999, "pct_hus_rent50_2040": 0.113291703835861, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.615266999808853, 37.979220000314641 ], [ -122.617173000262909, 37.975806000301702 ], [ -122.614552000131482, 37.976918000295072 ], [ -122.608221000097444, 37.975532000132304 ], [ -122.608533000266988, 37.97462700034712 ], [ -122.601288000363994, 37.975599000123481 ], [ -122.601074000103736, 37.974035000287188 ], [ -122.598925999800315, 37.974321000350102 ], [ -122.600672000420815, 37.973031999995563 ], [ -122.605338999850105, 37.972680999908242 ], [ -122.604695000317875, 37.971933000179526 ], [ -122.604492999753205, 37.968887999769613 ], [ -122.604897999809154, 37.967514999886582 ], [ -122.605264000405356, 37.964970999810582 ], [ -122.604890000311542, 37.964602999936353 ], [ -122.604446999722455, 37.963730000037948 ], [ -122.604568999921199, 37.9630649996964 ], [ -122.604652999586762, 37.96287600034924 ], [ -122.603865000114496, 37.962687999845201 ], [ -122.60354700009718, 37.962791000131965 ], [ -122.601710000138368, 37.962810000114075 ], [ -122.599227999924111, 37.963174999673384 ], [ -122.595944999818755, 37.963396999897633 ], [ -122.594805999818888, 37.964853000332781 ], [ -122.592867999577777, 37.962405999957348 ], [ -122.593592000374272, 37.959858999710562 ], [ -122.590608999844576, 37.959735000049136 ], [ -122.583409000147427, 37.955322999712777 ], [ -122.582952000212913, 37.955027000012663 ], [ -122.582450000072612, 37.954774999873472 ], [ -122.581998999985899, 37.954841000246468 ], [ -122.58186000006873, 37.954807999713218 ], [ -122.581172999980453, 37.954236000156314 ], [ -122.580943999651609, 37.954169999948057 ], [ -122.580588999824357, 37.954214999774514 ], [ -122.57842499962743, 37.95475700008344 ], [ -122.57719100009129, 37.956055000156795 ], [ -122.578182999778065, 37.957044999980177 ], [ -122.575730999701051, 37.957277000019324 ], [ -122.577110999725363, 37.957970999785303 ], [ -122.577143000410729, 37.960008000317615 ], [ -122.578229999633763, 37.960831000244589 ], [ -122.579268000249598, 37.960007000243259 ], [ -122.581239999927604, 37.96096199990189 ], [ -122.579519000319777, 37.9626649996789 ], [ -122.580962999918199, 37.96303400009166 ], [ -122.581998999985899, 37.962431000287509 ], [ -122.582173999888099, 37.963549999805082 ], [ -122.580760000426892, 37.965809999993247 ], [ -122.580608999915853, 37.966067999756362 ], [ -122.580598999870119, 37.966553999845324 ], [ -122.580486999717138, 37.966663000277535 ], [ -122.582347000140459, 37.967909999853738 ], [ -122.582710000363605, 37.968153999832992 ], [ -122.58296599955834, 37.968013999862791 ], [ -122.583449000330404, 37.968410999897934 ], [ -122.58337099961426, 37.96893600035115 ], [ -122.582435000003983, 37.969004999892853 ], [ -122.58192199999, 37.969233999836504 ], [ -122.580988000032534, 37.969358999693043 ], [ -122.580449000082268, 37.96943200003772 ], [ -122.580671999665043, 37.969731000284497 ], [ -122.580890000123262, 37.970022999748046 ], [ -122.580789999665811, 37.973222999898766 ], [ -122.585790000079342, 37.976722999998174 ], [ -122.581381000392909, 37.977632000185402 ], [ -122.58213100023039, 37.97920900025003 ], [ -122.58116700013268, 37.982619000089443 ], [ -122.579351000090284, 37.986627999781419 ], [ -122.581886999832889, 37.986646000254964 ], [ -122.583486000140326, 37.986615999699282 ], [ -122.589946000045771, 37.987505999876049 ], [ -122.590413999850909, 37.9877090002499 ], [ -122.591271999643396, 37.989111000341374 ], [ -122.594948000109142, 37.994534999850188 ], [ -122.596024000359819, 37.995345000277489 ], [ -122.596318000087678, 37.994421000304321 ], [ -122.598093999947096, 37.995088999964302 ], [ -122.599309999939877, 37.994741999709056 ], [ -122.599683000208771, 37.995448000049137 ], [ -122.60355999961763, 37.996349000304235 ], [ -122.605977000432887, 37.997240999758773 ], [ -122.609175000149406, 37.996694999753643 ], [ -122.611895999839945, 37.997418000089951 ], [ -122.612408000026008, 37.995681999673195 ], [ -122.61003899978968, 37.991159999959699 ], [ -122.606759999882314, 37.989472999675129 ], [ -122.604794000052095, 37.988598000227007 ], [ -122.601462000441245, 37.985143000021843 ], [ -122.602013000087098, 37.983224999748039 ], [ -122.60081899983561, 37.981357999920817 ], [ -122.603154999561681, 37.980679000005168 ], [ -122.60439900004188, 37.981497000150782 ], [ -122.604763000089932, 37.980509000335012 ], [ -122.609468999877279, 37.97963400019696 ], [ -122.610612999900013, 37.978003000093572 ], [ -122.612603999844609, 37.978567000058348 ], [ -122.614117999763224, 37.978242999794787 ], [ -122.615266999808853, 37.979220000314641 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041114200", "NAME": "Census Tract 1142", "state": "06", "county_fips": "041", "tract": "114200", "county_name": "Marin County", "tot_pop_2050": 3084, "tot_pop_pov_det_2050": 3058, "tot_pop_civ_ni_2050": 3067, "tot_hh_2050": 1408, "pop_zvhhs_2050": 108, "tot_fam_2050": 807, "tot_pop_over5_2050": 2914, "pop_hus_rent50_2050": 171, "pop_minority_2050": 621, "pop_over75_2050": 311, "pop_spfam_2050": 97, "pop_lep_2050": 41, "pop_below200_2050": 424, "pop_disability_2050": 295, "pct_minority_2050": 0.20136186770428016, "pct_over75_2050": 0.10084306095979248, "pct_spfam_2050": 0.1201982651796778, "pct_lep_2050": 0.014070006863417981, "pct_below200_2050": 0.13865271419228253, "pct_disab_2050": 0.096185197261167268, "pct_zvhhs_2050": 0.076704545454545456, "pct_hus_rent50_2050": 0.12144886363636365, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071272272585182997, "pct_minority_2040": 0.13785557986870903, "pct_spfam_2040": 0.13708690330477399, "pct_lep_2040": 0.005523066926576, "pct_below200_2040": 0.15343583307185402, "pct_disab_2040": 0.064323815500470991, "pct_zvhhs_2040": 0.066716085989622004, "pct_hus_rent50_2040": 0.081541882876204994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.618231000071944, 38.01123500026732 ], [ -122.617232999639072, 38.008163000116824 ], [ -122.614556000329458, 38.00573200017179 ], [ -122.614280000144916, 38.004069999829497 ], [ -122.613620999645761, 38.002905000217545 ], [ -122.609027999836314, 38.00101600007622 ], [ -122.607247999778949, 38.000361000083352 ], [ -122.603610999671261, 37.999784000287768 ], [ -122.598093999947096, 37.995088999964302 ], [ -122.596318000087678, 37.994421000304321 ], [ -122.596024000359819, 37.995345000277489 ], [ -122.594948000109142, 37.994534999850188 ], [ -122.591271999643396, 37.989111000341374 ], [ -122.590413999850909, 37.9877090002499 ], [ -122.589946000045771, 37.987505999876049 ], [ -122.583486000140326, 37.986615999699282 ], [ -122.581886999832889, 37.986646000254964 ], [ -122.586709999796113, 37.999403999991763 ], [ -122.586930999729049, 37.999388000308656 ], [ -122.585487000130627, 38.002699000239062 ], [ -122.586447999855281, 38.003293000193075 ], [ -122.585011999754485, 38.004925000305334 ], [ -122.587282000256636, 38.005902000146023 ], [ -122.591812000316878, 38.006899999889832 ], [ -122.595316000355169, 38.008003000298032 ], [ -122.595260000278657, 38.008127999942992 ], [ -122.595285000393034, 38.008318999798597 ], [ -122.595675000380368, 38.008397000222793 ], [ -122.597272999964545, 38.007720999687699 ], [ -122.597882000235003, 38.007683999745453 ], [ -122.598749000248333, 38.00793999997714 ], [ -122.599298000244318, 38.007970000305257 ], [ -122.599832000171702, 38.008198000273936 ], [ -122.602736999985254, 38.009932000060154 ], [ -122.602177000118616, 38.011063999832565 ], [ -122.607540999681902, 38.013280000164478 ], [ -122.608058999715752, 38.014614000082048 ], [ -122.609760999955327, 38.018488999818743 ], [ -122.611561999929108, 38.017398000076646 ], [ -122.613160000411597, 38.018173000280477 ], [ -122.612770000424277, 38.022221000240698 ], [ -122.615592000397172, 38.020221999654296 ], [ -122.616562000342626, 38.019645999729519 ], [ -122.616835999979017, 38.0183140000793 ], [ -122.613673000422608, 38.018208999893524 ], [ -122.614403000168551, 38.016764000120055 ], [ -122.613654000156032, 38.010869999783459 ], [ -122.616228000431789, 38.01231899996116 ], [ -122.618231000071944, 38.01123500026732 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041115000", "NAME": "Census Tract 1150", "state": "06", "county_fips": "041", "tract": "115000", "county_name": "Marin County", "tot_pop_2050": 7288, "tot_pop_pov_det_2050": 7146, "tot_pop_civ_ni_2050": 7279, "tot_hh_2050": 2781, "pop_zvhhs_2050": 47, "tot_fam_2050": 2026, "tot_pop_over5_2050": 7028, "pop_hus_rent50_2050": 126, "pop_minority_2050": 807, "pop_over75_2050": 612, "pop_spfam_2050": 121, "pop_lep_2050": 71, "pop_below200_2050": 465, "pop_disability_2050": 427, "pct_minority_2050": 0.11072996706915478, "pct_over75_2050": 0.083973655323819979, "pct_spfam_2050": 0.05972359328726555, "pct_lep_2050": 0.010102447353443369, "pct_below200_2050": 0.065071368597816981, "pct_disab_2050": 0.058661904107707101, "pct_zvhhs_2050": 0.016900395541172241, "pct_hus_rent50_2050": 0.045307443365695803, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044607643138855006, "pct_minority_2040": 0.18414252685978502, "pct_spfam_2040": 0.062193927522037, "pct_lep_2040": 0.0084899095337509986, "pct_below200_2040": 0.091034482758620999, "pct_disab_2040": 0.053785403050108996, "pct_zvhhs_2040": 0.017907303370786998, "pct_hus_rent50_2040": 0.040917107583774003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.612770000424277, 38.022221000240698 ], [ -122.613160000411597, 38.018173000280477 ], [ -122.611561999929108, 38.017398000076646 ], [ -122.609760999955327, 38.018488999818743 ], [ -122.608058999715752, 38.014614000082048 ], [ -122.607540999681902, 38.013280000164478 ], [ -122.602177000118616, 38.011063999832565 ], [ -122.602736999985254, 38.009932000060154 ], [ -122.599832000171702, 38.008198000273936 ], [ -122.599298000244318, 38.007970000305257 ], [ -122.598749000248333, 38.00793999997714 ], [ -122.597882000235003, 38.007683999745453 ], [ -122.597272999964545, 38.007720999687699 ], [ -122.595675000380368, 38.008397000222793 ], [ -122.595285000393034, 38.008318999798597 ], [ -122.595260000278657, 38.008127999942992 ], [ -122.595316000355169, 38.008003000298032 ], [ -122.591812000316878, 38.006899999889832 ], [ -122.587282000256636, 38.005902000146023 ], [ -122.585011999754485, 38.004925000305334 ], [ -122.586447999855281, 38.003293000193075 ], [ -122.585487000130627, 38.002699000239062 ], [ -122.586930999729049, 37.999388000308656 ], [ -122.586709999796113, 37.999403999991763 ], [ -122.581886999832889, 37.986646000254964 ], [ -122.579351000090284, 37.986627999781419 ], [ -122.578869000041436, 37.986703999784062 ], [ -122.577733000414611, 37.986813999741607 ], [ -122.571464000304871, 37.98384599985306 ], [ -122.565118000202219, 37.980028000296826 ], [ -122.564229000447583, 37.980138000349534 ], [ -122.55950000019574, 37.984526999683119 ], [ -122.559089000291991, 37.986422999819645 ], [ -122.561069000365904, 37.98572699977889 ], [ -122.563897000186586, 37.987472000163109 ], [ -122.562107999908349, 37.989204000064937 ], [ -122.561245999917915, 37.989543000114679 ], [ -122.560597000362819, 37.988829999683787 ], [ -122.558388999784938, 37.989523000299378 ], [ -122.557588999718774, 37.993322000085222 ], [ -122.557818000047632, 37.993825999668637 ], [ -122.558089000209293, 37.994421999909868 ], [ -122.56138900003306, 37.998422000055818 ], [ -122.565857000169032, 38.003545000135539 ], [ -122.568591000278374, 38.007144999904781 ], [ -122.571860999964898, 38.010842000113399 ], [ -122.573794000183142, 38.01239899980483 ], [ -122.5774930002151, 38.014504000059766 ], [ -122.589714000242196, 38.023909000039666 ], [ -122.588188999554617, 38.025985999926441 ], [ -122.589551000035556, 38.02654100004812 ], [ -122.597000000153074, 38.029179999908699 ], [ -122.598792999730946, 38.028583000016717 ], [ -122.598940000044024, 38.027393999816134 ], [ -122.603374999669725, 38.02651700020629 ], [ -122.607503000047046, 38.026530999879071 ], [ -122.609555000091021, 38.02509599968873 ], [ -122.611322999554517, 38.024930999840208 ], [ -122.612770000424277, 38.022221000240698 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041116000", "NAME": "Census Tract 1160", "state": "06", "county_fips": "041", "tract": "116000", "county_name": "Marin County", "tot_pop_2050": 3194, "tot_pop_pov_det_2050": 3166, "tot_pop_civ_ni_2050": 3166, "tot_hh_2050": 1310, "pop_zvhhs_2050": 43, "tot_fam_2050": 962, "tot_pop_over5_2050": 3172, "pop_hus_rent50_2050": 138, "pop_minority_2050": 424, "pop_over75_2050": 197, "pop_spfam_2050": 102, "pop_lep_2050": 0, "pop_below200_2050": 327, "pop_disability_2050": 252, "pct_minority_2050": 0.13274890419536631, "pct_over75_2050": 0.061678146524733878, "pct_spfam_2050": 0.10602910602910603, "pct_lep_2050": 0.0, "pct_below200_2050": 0.1032849020846494, "pct_disab_2050": 0.079595704358812386, "pct_zvhhs_2050": 0.032824427480916032, "pct_hus_rent50_2050": 0.10534351145038168, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033147358057105003, "pct_minority_2040": 0.11913357400722001, "pct_spfam_2040": 0.15643802647412802, "pct_lep_2040": 0.0013717421124830001, "pct_below200_2040": 0.13769077637690802, "pct_disab_2040": 0.063941990771259005, "pct_zvhhs_2040": 0.036894696387393996, "pct_hus_rent50_2040": 0.099154496541121989, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.581381000392909, 37.977632000185402 ], [ -122.585790000079342, 37.976722999998174 ], [ -122.580789999665811, 37.973222999898766 ], [ -122.580890000123262, 37.970022999748046 ], [ -122.579312999557132, 37.971775999672062 ], [ -122.577143000410729, 37.972871000117472 ], [ -122.578622000169233, 37.97358700020694 ], [ -122.575801000021258, 37.97551500033623 ], [ -122.573225000095675, 37.976583000082847 ], [ -122.574575999807649, 37.977616000002129 ], [ -122.572426999679337, 37.978702999742801 ], [ -122.569305000130797, 37.976750999949189 ], [ -122.567546999814709, 37.977595999768113 ], [ -122.564898000094175, 37.978642999913092 ], [ -122.564165999800082, 37.978753999736512 ], [ -122.565118000202219, 37.980028000296826 ], [ -122.571464000304871, 37.98384599985306 ], [ -122.577733000414611, 37.986813999741607 ], [ -122.578869000041436, 37.986703999784062 ], [ -122.579351000090284, 37.986627999781419 ], [ -122.58116700013268, 37.982619000089443 ], [ -122.58213100023039, 37.97920900025003 ], [ -122.581381000392909, 37.977632000185402 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041117000", "NAME": "Census Tract 1170", "state": "06", "county_fips": "041", "tract": "117000", "county_name": "Marin County", "tot_pop_2050": 4397, "tot_pop_pov_det_2050": 4397, "tot_pop_civ_ni_2050": 4397, "tot_hh_2050": 1982, "pop_zvhhs_2050": 78, "tot_fam_2050": 1238, "tot_pop_over5_2050": 4228, "pop_hus_rent50_2050": 204, "pop_minority_2050": 730, "pop_over75_2050": 307, "pop_spfam_2050": 146, "pop_lep_2050": 0, "pop_below200_2050": 455, "pop_disability_2050": 362, "pct_minority_2050": 0.16602228792358426, "pct_over75_2050": 0.069820332044575842, "pct_spfam_2050": 0.11793214862681745, "pct_lep_2050": 0.0, "pct_below200_2050": 0.10347964521264498, "pct_disab_2050": 0.082328860586763697, "pct_zvhhs_2050": 0.039354187689202826, "pct_hus_rent50_2050": 0.1029263370332997, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065038939170700999, "pct_minority_2040": 0.116396548095138, "pct_spfam_2040": 0.15604575163398701, "pct_lep_2040": 0.0, "pct_below200_2040": 0.223303023895115, "pct_disab_2040": 0.11915789473684199, "pct_zvhhs_2040": 0.11998041136141001, "pct_hus_rent50_2040": 0.061758893280631999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.580890000123262, 37.970022999748046 ], [ -122.580671999665043, 37.969731000284497 ], [ -122.580449000082268, 37.96943200003772 ], [ -122.571019999890865, 37.966836000092087 ], [ -122.568924000364262, 37.967537999950153 ], [ -122.566380000225735, 37.967728000014567 ], [ -122.56348000043505, 37.968645000061876 ], [ -122.560893999565408, 37.969462999774109 ], [ -122.560587000317057, 37.969557000265326 ], [ -122.560732999906932, 37.970030000021652 ], [ -122.556903000353728, 37.970991999812391 ], [ -122.554647000095301, 37.973075999698466 ], [ -122.552774999976378, 37.972241999940529 ], [ -122.550897999834632, 37.972318999877935 ], [ -122.551055000193486, 37.973217999718543 ], [ -122.550855000176952, 37.975730000341734 ], [ -122.550927999971876, 37.976461000040025 ], [ -122.550957000284185, 37.979255999935333 ], [ -122.550184999807101, 37.98049900025881 ], [ -122.554072999984939, 37.982677999735124 ], [ -122.557344000394707, 37.983540000057907 ], [ -122.560973999931363, 37.979184999781417 ], [ -122.55950000019574, 37.984526999683119 ], [ -122.564229000447583, 37.980138000349534 ], [ -122.565118000202219, 37.980028000296826 ], [ -122.564165999800082, 37.978753999736512 ], [ -122.564898000094175, 37.978642999913092 ], [ -122.567546999814709, 37.977595999768113 ], [ -122.569305000130797, 37.976750999949189 ], [ -122.572426999679337, 37.978702999742801 ], [ -122.574575999807649, 37.977616000002129 ], [ -122.573225000095675, 37.976583000082847 ], [ -122.575801000021258, 37.97551500033623 ], [ -122.578622000169233, 37.97358700020694 ], [ -122.577143000410729, 37.972871000117472 ], [ -122.579312999557132, 37.971775999672062 ], [ -122.580890000123262, 37.970022999748046 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041118100", "NAME": "Census Tract 1181", "state": "06", "county_fips": "041", "tract": "118100", "county_name": "Marin County", "tot_pop_2050": 2309, "tot_pop_pov_det_2050": 2293, "tot_pop_civ_ni_2050": 2309, "tot_hh_2050": 807, "pop_zvhhs_2050": 20, "tot_fam_2050": 654, "tot_pop_over5_2050": 2259, "pop_hus_rent50_2050": 11, "pop_minority_2050": 205, "pop_over75_2050": 271, "pop_spfam_2050": 63, "pop_lep_2050": 20, "pop_below200_2050": 251, "pop_disability_2050": 165, "pct_minority_2050": 0.088783022953659599, "pct_over75_2050": 0.11736682546556952, "pct_spfam_2050": 0.096330275229357804, "pct_lep_2050": 0.0088534749889331559, "pct_below200_2050": 0.1094635848233755, "pct_disab_2050": 0.071459506279774793, "pct_zvhhs_2050": 0.024783147459727387, "pct_hus_rent50_2050": 0.013630731102850062, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073378076062640005, "pct_minority_2040": 0.10559284116331098, "pct_spfam_2040": 0.060955518945634002, "pct_lep_2040": 0.0072393822393820003, "pct_below200_2040": 0.127191011235955, "pct_disab_2040": 0.070246085011185982, "pct_zvhhs_2040": 0.013404825737264999, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.58337099961426, 37.96893600035115 ], [ -122.583449000330404, 37.968410999897934 ], [ -122.58296599955834, 37.968013999862791 ], [ -122.582710000363605, 37.968153999832992 ], [ -122.582347000140459, 37.967909999853738 ], [ -122.580486999717138, 37.966663000277535 ], [ -122.580598999870119, 37.966553999845324 ], [ -122.580608999915853, 37.966067999756362 ], [ -122.580760000426892, 37.965809999993247 ], [ -122.577931999707914, 37.965265999800202 ], [ -122.578986000217313, 37.962573999689432 ], [ -122.575548000301268, 37.959284999656568 ], [ -122.572293999609926, 37.957863000011677 ], [ -122.573270000301505, 37.957473999773342 ], [ -122.574068999644453, 37.956395999871091 ], [ -122.574589000226467, 37.956173000313917 ], [ -122.574488999769017, 37.955059999739191 ], [ -122.57058899989562, 37.954924000169861 ], [ -122.570589999720511, 37.955716999966164 ], [ -122.568611000369842, 37.956872999881178 ], [ -122.567395000377076, 37.956841999787542 ], [ -122.565962999575916, 37.956076000012544 ], [ -122.564801000009808, 37.955654000072997 ], [ -122.557839999788925, 37.955313999885462 ], [ -122.555548000443792, 37.957183000097871 ], [ -122.55517900037286, 37.957325999802563 ], [ -122.555503000237948, 37.957671999813442 ], [ -122.554792999685148, 37.957935000350624 ], [ -122.554668999836593, 37.95769400002105 ], [ -122.55330499970583, 37.958164000113278 ], [ -122.553282000139603, 37.959184999667052 ], [ -122.552727000295818, 37.9595349997429 ], [ -122.552575999784779, 37.9594079999952 ], [ -122.550737000176142, 37.96116099980469 ], [ -122.548089000280541, 37.959549000164536 ], [ -122.546490999798024, 37.961322999921713 ], [ -122.54439600009637, 37.96331999980972 ], [ -122.542694999681714, 37.962813000222653 ], [ -122.540473999583341, 37.963827000145777 ], [ -122.546165000283111, 37.967158999739588 ], [ -122.545458000103366, 37.968368000192228 ], [ -122.548398999901949, 37.970848999808595 ], [ -122.54848299956754, 37.972207000328602 ], [ -122.550897999834632, 37.972318999877935 ], [ -122.552774999976378, 37.972241999940529 ], [ -122.554647000095301, 37.973075999698466 ], [ -122.556903000353728, 37.970991999812391 ], [ -122.560732999906932, 37.970030000021652 ], [ -122.560587000317057, 37.969557000265326 ], [ -122.560893999565408, 37.969462999774109 ], [ -122.56348000043505, 37.968645000061876 ], [ -122.566380000225735, 37.967728000014567 ], [ -122.568924000364262, 37.967537999950153 ], [ -122.571019999890865, 37.966836000092087 ], [ -122.580449000082268, 37.96943200003772 ], [ -122.580988000032534, 37.969358999693043 ], [ -122.58192199999, 37.969233999836504 ], [ -122.582435000003983, 37.969004999892853 ], [ -122.58337099961426, 37.96893600035115 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041119100", "NAME": "Census Tract 1191", "state": "06", "county_fips": "041", "tract": "119100", "county_name": "Marin County", "tot_pop_2050": 5061, "tot_pop_pov_det_2050": 5061, "tot_pop_civ_ni_2050": 5061, "tot_hh_2050": 1947, "pop_zvhhs_2050": 93, "tot_fam_2050": 1388, "tot_pop_over5_2050": 4882, "pop_hus_rent50_2050": 53, "pop_minority_2050": 419, "pop_over75_2050": 539, "pop_spfam_2050": 57, "pop_lep_2050": 51, "pop_below200_2050": 392, "pop_disability_2050": 386, "pct_minority_2050": 0.082789962458012248, "pct_over75_2050": 0.10650069156293222, "pct_spfam_2050": 0.041066282420749278, "pct_lep_2050": 0.010446538303973782, "pct_below200_2050": 0.077455048409405258, "pct_disab_2050": 0.076269511954159264, "pct_zvhhs_2050": 0.047765793528505386, "pct_hus_rent50_2050": 0.027221366204417053, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089341367130688007, "pct_minority_2040": 0.08601703719094099, "pct_spfam_2040": 0.081360946745561991, "pct_lep_2040": 0.0038477982043609994, "pct_below200_2040": 0.080440656828102003, "pct_disab_2040": 0.075436408977555991, "pct_zvhhs_2040": 0.041237113402062001, "pct_hus_rent50_2040": 0.077881619937695004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.570983000080915, 37.948591000025012 ], [ -122.569655999760073, 37.94422900009544 ], [ -122.56623000043794, 37.940452999819662 ], [ -122.565781999825958, 37.93945799992175 ], [ -122.566547999556931, 37.935530999896791 ], [ -122.563174999938212, 37.935191999810868 ], [ -122.56146400037612, 37.934238999698266 ], [ -122.560984999802031, 37.932521000211864 ], [ -122.558194999616163, 37.930345000208831 ], [ -122.556783999629744, 37.928818000306457 ], [ -122.555422000047102, 37.927870000191383 ], [ -122.554182999589798, 37.926704999792662 ], [ -122.553026999871477, 37.926011000181617 ], [ -122.553046999962973, 37.926573000168922 ], [ -122.553219000390413, 37.927575000242136 ], [ -122.55230799999616, 37.933387000237815 ], [ -122.551709999596355, 37.933527000318229 ], [ -122.549887999706172, 37.934523999870855 ], [ -122.543838999704462, 37.935291000166863 ], [ -122.546488000323308, 37.940437000036084 ], [ -122.546370000322511, 37.941112999900021 ], [ -122.54926799956506, 37.944197000043765 ], [ -122.551073999561723, 37.947932000049839 ], [ -122.549369999672308, 37.948669999719854 ], [ -122.549667999598142, 37.950770000234158 ], [ -122.545791000189283, 37.951609999924486 ], [ -122.544943000442572, 37.949001999822265 ], [ -122.543233999631966, 37.947954999871172 ], [ -122.539579999805866, 37.947158999834038 ], [ -122.538542999913261, 37.944498999755332 ], [ -122.53719600039922, 37.945854999652788 ], [ -122.537266999646008, 37.946560999910886 ], [ -122.537612000325822, 37.947494999951076 ], [ -122.537500999997761, 37.948040000257251 ], [ -122.536966000245457, 37.948623000288229 ], [ -122.536309000294409, 37.948878000249714 ], [ -122.535363999564979, 37.949080999783568 ], [ -122.534463000114798, 37.949511999771204 ], [ -122.534001999982351, 37.950029999987187 ], [ -122.533685999614846, 37.950539999883574 ], [ -122.535644999772387, 37.951370999768287 ], [ -122.538192000283971, 37.952953999709571 ], [ -122.536122999623259, 37.956744000250865 ], [ -122.533987999738642, 37.959304999921414 ], [ -122.532763000423358, 37.959773000173278 ], [ -122.53316299955813, 37.96024599992343 ], [ -122.537597000257222, 37.962000000316515 ], [ -122.538253000383349, 37.962937999679028 ], [ -122.540473999583341, 37.963827000145777 ], [ -122.542694999681714, 37.962813000222653 ], [ -122.54439600009637, 37.96331999980972 ], [ -122.546490999798024, 37.961322999921713 ], [ -122.548089000280541, 37.959549000164536 ], [ -122.550737000176142, 37.96116099980469 ], [ -122.552575999784779, 37.9594079999952 ], [ -122.552727000295818, 37.9595349997429 ], [ -122.553282000139603, 37.959184999667052 ], [ -122.55330499970583, 37.958164000113278 ], [ -122.554668999836593, 37.95769400002105 ], [ -122.554792999685148, 37.957935000350624 ], [ -122.555503000237948, 37.957671999813442 ], [ -122.55517900037286, 37.957325999802563 ], [ -122.555548000443792, 37.957183000097871 ], [ -122.557839999788925, 37.955313999885462 ], [ -122.564801000009808, 37.955654000072997 ], [ -122.565962999575916, 37.956076000012544 ], [ -122.56755299966251, 37.953506999782029 ], [ -122.56895199995337, 37.952975999913676 ], [ -122.568486999622962, 37.951613999970867 ], [ -122.570983000080915, 37.948591000025012 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041119201", "NAME": "Census Tract 1192.01", "state": "06", "county_fips": "041", "tract": "119201", "county_name": "Marin County", "tot_pop_2050": 3437, "tot_pop_pov_det_2050": 3357, "tot_pop_civ_ni_2050": 3341, "tot_hh_2050": 1866, "pop_zvhhs_2050": 107, "tot_fam_2050": 748, "tot_pop_over5_2050": 3291, "pop_hus_rent50_2050": 389, "pop_minority_2050": 893, "pop_over75_2050": 750, "pop_spfam_2050": 80, "pop_lep_2050": 57, "pop_below200_2050": 666, "pop_disability_2050": 481, "pct_minority_2050": 0.25981961012510912, "pct_over75_2050": 0.21821355833575792, "pct_spfam_2050": 0.10695187165775399, "pct_lep_2050": 0.017319963536918868, "pct_below200_2050": 0.19839142091152812, "pct_disab_2050": 0.14396887159533073, "pct_zvhhs_2050": 0.057341907824222937, "pct_hus_rent50_2050": 0.20846730975348335, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.190151290418274, "pct_minority_2040": 0.24503114802729201, "pct_spfam_2040": 0.19916434540389999, "pct_lep_2040": 0.035395506309634006, "pct_below200_2040": 0.19786910197869101, "pct_disab_2040": 0.10106544901065399, "pct_zvhhs_2040": 0.060524906266737996, "pct_hus_rent50_2040": 0.22668112798264603, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.538542999913261, 37.944498999755332 ], [ -122.537578999815551, 37.943180000240865 ], [ -122.53488300023939, 37.942389000345358 ], [ -122.532133000236499, 37.942486999904254 ], [ -122.530435000194885, 37.943320999680985 ], [ -122.529127999965525, 37.943671999840454 ], [ -122.528521000243217, 37.943921999932776 ], [ -122.521212999692679, 37.941818999669692 ], [ -122.51868000032313, 37.941786999985453 ], [ -122.518214000167802, 37.942108999671035 ], [ -122.515935000343134, 37.942124000189672 ], [ -122.516701000074107, 37.9437380002705 ], [ -122.520258999640717, 37.945654000246243 ], [ -122.52529699968909, 37.947583999718333 ], [ -122.533685999614846, 37.950539999883574 ], [ -122.534001999982351, 37.950029999987187 ], [ -122.534463000114798, 37.949511999771204 ], [ -122.535363999564979, 37.949080999783568 ], [ -122.536309000294409, 37.948878000249714 ], [ -122.536966000245457, 37.948623000288229 ], [ -122.537500999997761, 37.948040000257251 ], [ -122.537612000325822, 37.947494999951076 ], [ -122.537266999646008, 37.946560999910886 ], [ -122.53719600039922, 37.945854999652788 ], [ -122.538542999913261, 37.944498999755332 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041119202", "NAME": "Census Tract 1192.02", "state": "06", "county_fips": "041", "tract": "119202", "county_name": "Marin County", "tot_pop_2050": 3465, "tot_pop_pov_det_2050": 3455, "tot_pop_civ_ni_2050": 3455, "tot_hh_2050": 1226, "pop_zvhhs_2050": 19, "tot_fam_2050": 987, "tot_pop_over5_2050": 3325, "pop_hus_rent50_2050": 34, "pop_minority_2050": 652, "pop_over75_2050": 259, "pop_spfam_2050": 128, "pop_lep_2050": 63, "pop_below200_2050": 496, "pop_disability_2050": 266, "pct_minority_2050": 0.18816738816738815, "pct_over75_2050": 0.074747474747474743, "pct_spfam_2050": 0.12968591691995948, "pct_lep_2050": 0.018947368421052636, "pct_below200_2050": 0.14356005788712012, "pct_disab_2050": 0.076989869753979742, "pct_zvhhs_2050": 0.015497553017944537, "pct_hus_rent50_2050": 0.027732463295269169, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062310030395136995, "pct_minority_2040": 0.13525835866261401, "pct_spfam_2040": 0.072927072927072997, "pct_lep_2040": 0.014245014245013999, "pct_below200_2040": 0.11882998171846401, "pct_disab_2040": 0.090188909201705997, "pct_zvhhs_2040": 0.029244516653127998, "pct_hus_rent50_2040": 0.044189852700491, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.536122999623259, 37.956744000250865 ], [ -122.538192000283971, 37.952953999709571 ], [ -122.535644999772387, 37.951370999768287 ], [ -122.533685999614846, 37.950539999883574 ], [ -122.52529699968909, 37.947583999718333 ], [ -122.520258999640717, 37.945654000246243 ], [ -122.516701000074107, 37.9437380002705 ], [ -122.515935000343134, 37.942124000189672 ], [ -122.51587300041885, 37.942195999660825 ], [ -122.515858000350235, 37.942561999955501 ], [ -122.515962000107294, 37.943652999866693 ], [ -122.515378999776118, 37.942846000135951 ], [ -122.515232000361323, 37.942952999719708 ], [ -122.514389999564074, 37.945533000088119 ], [ -122.511610000322293, 37.950038999753517 ], [ -122.509538000186851, 37.951874999870292 ], [ -122.510065000441557, 37.952179000261395 ], [ -122.511770999980783, 37.952555000048704 ], [ -122.513971999987646, 37.952166000032705 ], [ -122.51627000007889, 37.951540000140049 ], [ -122.518057999633868, 37.951927000268711 ], [ -122.520698999856805, 37.954368999837733 ], [ -122.524202999895053, 37.955807999952533 ], [ -122.528153999822081, 37.95933200005787 ], [ -122.52915899992766, 37.95867699977078 ], [ -122.529625000082973, 37.958643000159753 ], [ -122.532763000423358, 37.959773000173278 ], [ -122.533987999738642, 37.959304999921414 ], [ -122.536122999623259, 37.956744000250865 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041120000", "NAME": "Census Tract 1200", "state": "06", "county_fips": "041", "tract": "120000", "county_name": "Marin County", "tot_pop_2050": 6284, "tot_pop_pov_det_2050": 6226, "tot_pop_civ_ni_2050": 6284, "tot_hh_2050": 2801, "pop_zvhhs_2050": 112, "tot_fam_2050": 1601, "tot_pop_over5_2050": 5995, "pop_hus_rent50_2050": 189, "pop_minority_2050": 861, "pop_over75_2050": 305, "pop_spfam_2050": 126, "pop_lep_2050": 84, "pop_below200_2050": 615, "pop_disability_2050": 490, "pct_minority_2050": 0.13701464035646085, "pct_over75_2050": 0.048535964353914704, "pct_spfam_2050": 0.078700811992504685, "pct_lep_2050": 0.014011676396997498, "pct_below200_2050": 0.098779312560231272, "pct_disab_2050": 0.077975811584977725, "pct_zvhhs_2050": 0.0399857193859336, "pct_hus_rent50_2050": 0.067475901463762936, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057069573581275998, "pct_minority_2040": 0.17104841295286999, "pct_spfam_2040": 0.12701252236136001, "pct_lep_2040": 0.021153528342423001, "pct_below200_2040": 0.087508132726089996, "pct_disab_2040": 0.080634818852196005, "pct_zvhhs_2040": 0.015021459227468002, "pct_hus_rent50_2040": 0.090190441969098006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.553219000390413, 37.927575000242136 ], [ -122.553046999962973, 37.926573000168922 ], [ -122.553026999871477, 37.926011000181617 ], [ -122.549445999840316, 37.924703000237486 ], [ -122.549137999868748, 37.923745000203382 ], [ -122.547026000448639, 37.926007999987341 ], [ -122.546463000208945, 37.925062000172396 ], [ -122.544672000280897, 37.923696999852638 ], [ -122.542990999957709, 37.923706999869253 ], [ -122.540841000004477, 37.921997999823603 ], [ -122.539618000339019, 37.922122999986861 ], [ -122.539677999715153, 37.925143999880099 ], [ -122.53609500003418, 37.924147999816086 ], [ -122.535017000133692, 37.926839000231212 ], [ -122.531953000311432, 37.927787999980808 ], [ -122.531959000159233, 37.929330000313811 ], [ -122.527154999564303, 37.929343000331265 ], [ -122.525166999992763, 37.931197999964624 ], [ -122.527053000355366, 37.931867999867677 ], [ -122.526738999637686, 37.93393000016453 ], [ -122.520775000024784, 37.934432999736941 ], [ -122.521294999708445, 37.937505999695823 ], [ -122.518849000377514, 37.938989999894332 ], [ -122.517277999659214, 37.93988499970235 ], [ -122.516321999957427, 37.940571000241206 ], [ -122.515881999741339, 37.940400999801867 ], [ -122.515232000361323, 37.942952999719708 ], [ -122.515378999776118, 37.942846000135951 ], [ -122.515962000107294, 37.943652999866693 ], [ -122.515858000350235, 37.942561999955501 ], [ -122.51587300041885, 37.942195999660825 ], [ -122.515935000343134, 37.942124000189672 ], [ -122.518214000167802, 37.942108999671035 ], [ -122.51868000032313, 37.941786999985453 ], [ -122.521212999692679, 37.941818999669692 ], [ -122.528521000243217, 37.943921999932776 ], [ -122.529127999965525, 37.943671999840454 ], [ -122.530435000194885, 37.943320999680985 ], [ -122.532133000236499, 37.942486999904254 ], [ -122.53488300023939, 37.942389000345358 ], [ -122.537578999815551, 37.943180000240865 ], [ -122.538542999913261, 37.944498999755332 ], [ -122.539579999805866, 37.947158999834038 ], [ -122.543233999631966, 37.947954999871172 ], [ -122.544943000442572, 37.949001999822265 ], [ -122.545791000189283, 37.951609999924486 ], [ -122.549667999598142, 37.950770000234158 ], [ -122.549369999672308, 37.948669999719854 ], [ -122.551073999561723, 37.947932000049839 ], [ -122.54926799956506, 37.944197000043765 ], [ -122.546370000322511, 37.941112999900021 ], [ -122.546488000323308, 37.940437000036084 ], [ -122.543838999704462, 37.935291000166863 ], [ -122.549887999706172, 37.934523999870855 ], [ -122.551709999596355, 37.933527000318229 ], [ -122.55230799999616, 37.933387000237815 ], [ -122.553219000390413, 37.927575000242136 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041121100", "NAME": "Census Tract 1211", "state": "06", "county_fips": "041", "tract": "121100", "county_name": "Marin County", "tot_pop_2050": 5497, "tot_pop_pov_det_2050": 5497, "tot_pop_civ_ni_2050": 5497, "tot_hh_2050": 2253, "pop_zvhhs_2050": 77, "tot_fam_2050": 1295, "tot_pop_over5_2050": 5211, "pop_hus_rent50_2050": 152, "pop_minority_2050": 1442, "pop_over75_2050": 244, "pop_spfam_2050": 183, "pop_lep_2050": 0, "pop_below200_2050": 675, "pop_disability_2050": 335, "pct_minority_2050": 0.26232490449335999, "pct_over75_2050": 0.044387847917045663, "pct_spfam_2050": 0.14131274131274132, "pct_lep_2050": 0.0, "pct_below200_2050": 0.12279425140985993, "pct_disab_2050": 0.060942332181189739, "pct_zvhhs_2050": 0.034176653351087438, "pct_hus_rent50_2050": 0.067465601420328453, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087474784522280996, "pct_minority_2040": 0.24646983311938397, "pct_spfam_2040": 0.089726027397259989, "pct_lep_2040": 0.014065247118578001, "pct_below200_2040": 0.169998166147075, "pct_disab_2040": 0.085274161012287006, "pct_zvhhs_2040": 0.025932666060054999, "pct_hus_rent50_2040": 0.094531974050045986, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.539677999715153, 37.925143999880099 ], [ -122.539618000339019, 37.922122999986861 ], [ -122.53744999994413, 37.92085000033898 ], [ -122.536988999811669, 37.9212959998748 ], [ -122.536900999948116, 37.920359000243756 ], [ -122.534140000074615, 37.918987000325643 ], [ -122.533242999924056, 37.917821000280043 ], [ -122.531703999891107, 37.917946999685519 ], [ -122.52829399956417, 37.916043999873722 ], [ -122.525771000240326, 37.91711500034954 ], [ -122.522367999586081, 37.917132000197633 ], [ -122.520041000080838, 37.917404000067258 ], [ -122.518348999887024, 37.91775799978771 ], [ -122.515516999868368, 37.911764000167111 ], [ -122.515466999639656, 37.911287000064156 ], [ -122.513986000231355, 37.908649999692329 ], [ -122.512716999636794, 37.911655999812908 ], [ -122.511073000021867, 37.917017000273326 ], [ -122.511129999923284, 37.918937999779295 ], [ -122.511698000185859, 37.920768000095002 ], [ -122.514501999717083, 37.92600600033014 ], [ -122.515189999630238, 37.92799099966971 ], [ -122.51661700040853, 37.935546000341006 ], [ -122.517254000268068, 37.935272000151826 ], [ -122.51726199976568, 37.938037999803669 ], [ -122.515881999741339, 37.940400999801867 ], [ -122.516321999957427, 37.940571000241206 ], [ -122.517277999659214, 37.93988499970235 ], [ -122.518849000377514, 37.938989999894332 ], [ -122.521294999708445, 37.937505999695823 ], [ -122.520775000024784, 37.934432999736941 ], [ -122.526738999637686, 37.93393000016453 ], [ -122.527053000355366, 37.931867999867677 ], [ -122.525166999992763, 37.931197999964624 ], [ -122.527154999564303, 37.929343000331265 ], [ -122.531959000159233, 37.929330000313811 ], [ -122.531953000311432, 37.927787999980808 ], [ -122.535017000133692, 37.926839000231212 ], [ -122.53609500003418, 37.924147999816086 ], [ -122.539677999715153, 37.925143999880099 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041121200", "NAME": "Census Tract 1212", "state": "06", "county_fips": "041", "tract": "121200", "county_name": "Marin County", "tot_pop_2050": 6126, "tot_pop_pov_det_2050": 5780, "tot_pop_civ_ni_2050": 5811, "tot_hh_2050": 2480, "pop_zvhhs_2050": 291, "tot_fam_2050": 1451, "tot_pop_over5_2050": 5742, "pop_hus_rent50_2050": 202, "pop_minority_2050": 1319, "pop_over75_2050": 628, "pop_spfam_2050": 147, "pop_lep_2050": 76, "pop_below200_2050": 774, "pop_disability_2050": 578, "pct_minority_2050": 0.21531178583088481, "pct_over75_2050": 0.10251387528566763, "pct_spfam_2050": 0.10130944176430047, "pct_lep_2050": 0.013235806339254615, "pct_below200_2050": 0.13391003460207612, "pct_disab_2050": 0.099466528996730336, "pct_zvhhs_2050": 0.11733870967741936, "pct_hus_rent50_2050": 0.081451612903225806, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077589192933841006, "pct_minority_2040": 0.213543470730862, "pct_spfam_2040": 0.046545454545455001, "pct_lep_2040": 0.029266508139747995, "pct_below200_2040": 0.094669117647059001, "pct_disab_2040": 0.074470046082949007, "pct_zvhhs_2040": 0.081515026759982998, "pct_hus_rent50_2040": 0.096992799661160992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.51726199976568, 37.938037999803669 ], [ -122.517254000268068, 37.935272000151826 ], [ -122.51661700040853, 37.935546000341006 ], [ -122.515189999630238, 37.92799099966971 ], [ -122.514501999717083, 37.92600600033014 ], [ -122.511698000185859, 37.920768000095002 ], [ -122.511129999923284, 37.918937999779295 ], [ -122.511073000021867, 37.917017000273326 ], [ -122.512716999636794, 37.911655999812908 ], [ -122.513986000231355, 37.908649999692329 ], [ -122.514024999691074, 37.908560000205789 ], [ -122.510585000125218, 37.907824999923619 ], [ -122.510785000141766, 37.909425000283953 ], [ -122.503385000428068, 37.909324999774647 ], [ -122.502985000394986, 37.909324999774647 ], [ -122.504885000102959, 37.911925000026756 ], [ -122.498848999621728, 37.911727000043918 ], [ -122.49593600031055, 37.911727000043918 ], [ -122.495712999829479, 37.915626000247308 ], [ -122.489184000327057, 37.915325000237168 ], [ -122.489083999869621, 37.917925000333575 ], [ -122.487185999811459, 37.918749000302 ], [ -122.48791599955743, 37.919845000306779 ], [ -122.485881999955126, 37.920123000225161 ], [ -122.485564999762744, 37.92070300019963 ], [ -122.485035224612147, 37.920855669502302 ], [ -122.486374999874641, 37.921880999943156 ], [ -122.4935739997469, 37.921880999943156 ], [ -122.503064000037696, 37.928752999732147 ], [ -122.505060000005159, 37.936414000237889 ], [ -122.505060000005159, 37.941897023327307 ], [ -122.505060000005159, 37.942318248623501 ], [ -122.505060000005159, 37.942787999958789 ], [ -122.50199372385201, 37.942160601045465 ], [ -122.498642999757408, 37.941475000031112 ], [ -122.497034000302548, 37.938936000244375 ], [ -122.489847999950783, 37.936601999971899 ], [ -122.486521000362828, 37.939787999857124 ], [ -122.479511999563059, 37.942526000053782 ], [ -122.479645621266641, 37.942927000245703 ], [ -122.484882999697348, 37.944523000228095 ], [ -122.487983000402892, 37.944380999973575 ], [ -122.491777999795985, 37.946014000147215 ], [ -122.49332199985183, 37.945714999676639 ], [ -122.501739000264976, 37.947824999923917 ], [ -122.504584999628989, 37.94932399976868 ], [ -122.506184999761345, 37.951724000098537 ], [ -122.509266000200313, 37.951800000116272 ], [ -122.509538000186851, 37.951874999870292 ], [ -122.511610000322293, 37.950038999753517 ], [ -122.514389999564074, 37.945533000088119 ], [ -122.515232000361323, 37.942952999719708 ], [ -122.515881999741339, 37.940400999801867 ], [ -122.51726199976568, 37.938037999803669 ] ], [ [ -122.493955000411717, 37.940126999999691 ], [ -122.493955000411717, 37.942095000176081 ], [ -122.488694999707178, 37.941718999990229 ], [ -122.488195000115013, 37.94101499992572 ], [ -122.48818000004637, 37.938711999750886 ], [ -122.490108000241776, 37.938358000299075 ], [ -122.491264999785002, 37.940636999914076 ], [ -122.493955000411717, 37.940126999999691 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041122000", "NAME": "Census Tract 1220", "state": "06", "county_fips": "041", "tract": "122000", "county_name": "Marin County", "tot_pop_2050": 2818, "tot_pop_pov_det_2050": 0, "tot_pop_civ_ni_2050": 0, "tot_hh_2050": 0, "pop_zvhhs_2050": 0, "tot_fam_2050": 0, "tot_pop_over5_2050": 2818, "pop_hus_rent50_2050": 0, "pop_minority_2050": 2349, "pop_over75_2050": 0, "pop_spfam_2050": 0, "pop_lep_2050": 132, "pop_below200_2050": 0, "pop_disability_2050": 0, "pct_minority_2050": 0.83356990773598294, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.046841731724627397, "pct_below200_2050": 0.0, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.82351344013032912, "pct_spfam_2040": null, "pct_lep_2040": 0.048873201194678008, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.493955000411717, 37.942095000176081 ], [ -122.493955000411717, 37.940126999999691 ], [ -122.491264999785002, 37.940636999914076 ], [ -122.490108000241776, 37.938358000299075 ], [ -122.48818000004637, 37.938711999750886 ], [ -122.488195000115013, 37.94101499992572 ], [ -122.488694999707178, 37.941718999990229 ], [ -122.493955000411717, 37.942095000176081 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041123000", "NAME": "Census Tract 1230", "state": "06", "county_fips": "041", "tract": "123000", "county_name": "Marin County", "tot_pop_2050": 2099, "tot_pop_pov_det_2050": 2099, "tot_pop_civ_ni_2050": 2099, "tot_hh_2050": 917, "pop_zvhhs_2050": 45, "tot_fam_2050": 600, "tot_pop_over5_2050": 2044, "pop_hus_rent50_2050": 72, "pop_minority_2050": 187, "pop_over75_2050": 415, "pop_spfam_2050": 25, "pop_lep_2050": 11, "pop_below200_2050": 91, "pop_disability_2050": 223, "pct_minority_2050": 0.089090042877560741, "pct_over75_2050": 0.19771319676036209, "pct_spfam_2050": 0.041666666666666657, "pct_lep_2050": 0.0053816046966731895, "pct_below200_2050": 0.043353978084802285, "pct_disab_2050": 0.10624106717484516, "pct_zvhhs_2050": 0.049073064340239912, "pct_hus_rent50_2050": 0.078516902944383862, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.18293281020107899, "pct_minority_2040": 0.16871015203531101, "pct_spfam_2040": 0.095934959349592994, "pct_lep_2040": 0.010106114199091, "pct_below200_2040": 0.099558607160373, "pct_disab_2040": 0.10348209906817099, "pct_zvhhs_2040": 0.028665931642778, "pct_hus_rent50_2040": 0.075221238938052992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.475112000097454, 37.87734199968282 ], [ -122.47426600000054, 37.874429000342388 ], [ -122.468457000198327, 37.868147999676047 ], [ -122.457998999611888, 37.861768999840926 ], [ -122.458711999639405, 37.865709000049051 ], [ -122.46227799960198, 37.870775000036083 ], [ -122.456811000106541, 37.871337999871358 ], [ -122.456608521638103, 37.8713502861225 ], [ -122.457092000313921, 37.872634000155486 ], [ -122.457685999617468, 37.872657000127546 ], [ -122.457700999686054, 37.872780999884 ], [ -122.45773300037142, 37.872888000003627 ], [ -122.458054999688386, 37.873243000261581 ], [ -122.458480999660736, 37.873422999688827 ], [ -122.458765000241172, 37.873497000137341 ], [ -122.458819999594439, 37.873812000064945 ], [ -122.459258999985607, 37.873788999744413 ], [ -122.460002999975273, 37.874227999998986 ], [ -122.460067000447665, 37.875925000145479 ], [ -122.462511000128799, 37.877315999702617 ], [ -122.463603000273011, 37.878730000139583 ], [ -122.466869999586507, 37.881610999923772 ], [ -122.473334663544918, 37.883439864695184 ], [ -122.472848638145265, 37.882645162796905 ], [ -122.471784999611202, 37.880905999729428 ], [ -122.473271270333612, 37.879313854607851 ], [ -122.475112000097454, 37.87734199968282 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041124100", "NAME": "Census Tract 1241", "state": "06", "county_fips": "041", "tract": "124100", "county_name": "Marin County", "tot_pop_2050": 5707, "tot_pop_pov_det_2050": 5707, "tot_pop_civ_ni_2050": 5707, "tot_hh_2050": 2244, "pop_zvhhs_2050": 41, "tot_fam_2050": 1561, "tot_pop_over5_2050": 5504, "pop_hus_rent50_2050": 103, "pop_minority_2050": 1325, "pop_over75_2050": 317, "pop_spfam_2050": 130, "pop_lep_2050": 58, "pop_below200_2050": 317, "pop_disability_2050": 464, "pct_minority_2050": 0.23217101804801121, "pct_over75_2050": 0.055545820921675135, "pct_spfam_2050": 0.083279948750800775, "pct_lep_2050": 0.010537790697674418, "pct_below200_2050": 0.055545820921675135, "pct_disab_2050": 0.081303662169265808, "pct_zvhhs_2050": 0.018270944741532975, "pct_hus_rent50_2050": 0.045900178253119428, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087895142636853996, "pct_minority_2040": 0.20682343870470302, "pct_spfam_2040": 0.16948008102633402, "pct_lep_2040": 0.0027010180760440004, "pct_below200_2040": 0.104684788895315, "pct_disab_2040": 0.076537497590128997, "pct_zvhhs_2040": 0.019518837948251998, "pct_hus_rent50_2040": 0.090331366318655987, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.515330000270652, 37.905253999758287 ], [ -122.515579999617586, 37.902755999746894 ], [ -122.512191000105332, 37.902476999967504 ], [ -122.506783999986041, 37.899871000036647 ], [ -122.504660999796968, 37.899373999832413 ], [ -122.504700000155054, 37.899183000035038 ], [ -122.504094000257638, 37.899035000352214 ], [ -122.501687000386468, 37.89872699982832 ], [ -122.501133000367588, 37.894608999828968 ], [ -122.499879872105794, 37.893662000009975 ], [ -122.499421508528698, 37.893662000009975 ], [ -122.493413999913315, 37.893662000009975 ], [ -122.489372999574641, 37.895162000031348 ], [ -122.484347680144822, 37.890879229516202 ], [ -122.482745000337999, 37.892505000276181 ], [ -122.485974999841559, 37.894226000268937 ], [ -122.487948000242781, 37.897983000104325 ], [ -122.486979000122204, 37.899184999712602 ], [ -122.484154999601216, 37.90021299974827 ], [ -122.481505000055762, 37.902305999900044 ], [ -122.479293000178259, 37.903068000274729 ], [ -122.478719999892817, 37.90294700019524 ], [ -122.477072000079914, 37.90337199980754 ], [ -122.474530912279505, 37.904035259423985 ], [ -122.477014000353591, 37.90566500016994 ], [ -122.476141449650157, 37.907729393042807 ], [ -122.476062999776389, 37.907915000309259 ], [ -122.472973000014903, 37.908852999760292 ], [ -122.473580999562103, 37.91254099987281 ], [ -122.475588000298544, 37.916916000209959 ], [ -122.479153000436185, 37.916354000124215 ], [ -122.481030910571349, 37.917791165781018 ], [ -122.481563432770074, 37.918198705167768 ], [ -122.482592992815526, 37.918986628277352 ], [ -122.485035224612147, 37.920855669502302 ], [ -122.485564999762744, 37.92070300019963 ], [ -122.485881999955126, 37.920123000225161 ], [ -122.48791599955743, 37.919845000306779 ], [ -122.487185999811459, 37.918749000302 ], [ -122.489083999869621, 37.917925000333575 ], [ -122.489184000327057, 37.915325000237168 ], [ -122.495712999829479, 37.915626000247308 ], [ -122.49593600031055, 37.911727000043918 ], [ -122.498848999621728, 37.911727000043918 ], [ -122.504885000102959, 37.911925000026756 ], [ -122.502985000394986, 37.909324999774647 ], [ -122.503385000428068, 37.909324999774647 ], [ -122.510785000141766, 37.909425000283953 ], [ -122.510585000125218, 37.907824999923619 ], [ -122.514024999691074, 37.908560000205789 ], [ -122.514248999997065, 37.908022999776172 ], [ -122.515330000270652, 37.905253999758287 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041124200", "NAME": "Census Tract 1242", "state": "06", "county_fips": "041", "tract": "124200", "county_name": "Marin County", "tot_pop_2050": 5948, "tot_pop_pov_det_2050": 5916, "tot_pop_civ_ni_2050": 5916, "tot_hh_2050": 2561, "pop_zvhhs_2050": 42, "tot_fam_2050": 1868, "tot_pop_over5_2050": 5809, "pop_hus_rent50_2050": 161, "pop_minority_2050": 1121, "pop_over75_2050": 905, "pop_spfam_2050": 126, "pop_lep_2050": 0, "pop_below200_2050": 672, "pop_disability_2050": 502, "pct_minority_2050": 0.18846671149966376, "pct_over75_2050": 0.15215198386012105, "pct_spfam_2050": 0.067451820128479653, "pct_lep_2050": 0.0, "pct_below200_2050": 0.11359026369168355, "pct_disab_2050": 0.08485463150777553, "pct_zvhhs_2050": 0.016399843811011325, "pct_hus_rent50_2050": 0.062866067942210072, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13532454530285301, "pct_minority_2040": 0.12931753712664801, "pct_spfam_2040": 0.060476481368356996, "pct_lep_2040": 0.0027548209366390006, "pct_below200_2040": 0.12058423913043499, "pct_disab_2040": 0.10288687479019802, "pct_zvhhs_2040": 0.033747090768037002, "pct_hus_rent50_2040": 0.084807073954984005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.486979000122204, 37.899184999712602 ], [ -122.487948000242781, 37.897983000104325 ], [ -122.485974999841559, 37.894226000268937 ], [ -122.482745000337999, 37.892505000276181 ], [ -122.484347680144822, 37.890879229516202 ], [ -122.483430999703032, 37.890097999812511 ], [ -122.475112000097454, 37.886345999968697 ], [ -122.474771542198056, 37.885789315603823 ], [ -122.473956436062068, 37.88445653010114 ], [ -122.473334663544918, 37.883439864695184 ], [ -122.466869999586507, 37.881610999923772 ], [ -122.463603000273011, 37.878730000139583 ], [ -122.462511000128799, 37.877315999702617 ], [ -122.460067000447665, 37.875925000145479 ], [ -122.460002999975273, 37.874227999998986 ], [ -122.459258999985607, 37.873788999744413 ], [ -122.458819999594439, 37.873812000064945 ], [ -122.458765000241172, 37.873497000137341 ], [ -122.458480999660736, 37.873422999688827 ], [ -122.458054999688386, 37.873243000261581 ], [ -122.45773300037142, 37.872888000003627 ], [ -122.457700999686054, 37.872780999884 ], [ -122.457685999617468, 37.872657000127546 ], [ -122.457092000313921, 37.872634000155486 ], [ -122.456608521638103, 37.8713502861225 ], [ -122.450630999685245, 37.871712999782808 ], [ -122.448730000152338, 37.874528000225325 ], [ -122.444650000353889, 37.876193999776866 ], [ -122.444599214997609, 37.876873437761354 ], [ -122.4445838448231, 37.877079076693654 ], [ -122.44445199998718, 37.878843000108361 ], [ -122.44316274956951, 37.879690751021741 ], [ -122.441599000052165, 37.88071899988001 ], [ -122.439900000185617, 37.879750999701145 ], [ -122.438268000266234, 37.88097399994367 ], [ -122.438987214838917, 37.883131643649634 ], [ -122.439249999907304, 37.883919999701419 ], [ -122.443738999959663, 37.886721999700846 ], [ -122.444475106452913, 37.887775290966907 ], [ -122.448412999959928, 37.893410000036077 ], [ -122.458557999653635, 37.8940639997017 ], [ -122.462515000326746, 37.897412999681208 ], [ -122.469419790265349, 37.901053040595151 ], [ -122.471441977021655, 37.902119089131126 ], [ -122.472302999645066, 37.902572999980464 ], [ -122.472784649350956, 37.902889124481312 ], [ -122.474061133810125, 37.903726926838054 ], [ -122.474530912279505, 37.904035259423985 ], [ -122.477072000079914, 37.90337199980754 ], [ -122.478719999892817, 37.90294700019524 ], [ -122.479293000178259, 37.903068000274729 ], [ -122.481505000055762, 37.902305999900044 ], [ -122.484154999601216, 37.90021299974827 ], [ -122.486979000122204, 37.899184999712602 ] ] ], [ [ [ -122.446315999710137, 37.861045999789468 ], [ -122.442452999646676, 37.858222000231912 ], [ -122.442921000350125, 37.85707400029419 ], [ -122.442650000188479, 37.856169000160115 ], [ -122.441270999989086, 37.855142000274292 ], [ -122.439772999964006, 37.855546999799003 ], [ -122.43693599992254, 37.854146999787304 ], [ -122.434533000249303, 37.853493000307132 ], [ -122.433231999867687, 37.85417799990821 ], [ -122.430829000194478, 37.85539099973591 ], [ -122.427283000323413, 37.854799999762534 ], [ -122.423106000440583, 37.854519999759169 ], [ -122.419086999843174, 37.852373000300759 ], [ -122.418470000075132, 37.852720999994347 ], [ -122.419520000386555, 37.854395999772564 ], [ -122.419757000213025, 37.856666999815545 ], [ -122.420978000228658, 37.858658000221411 ], [ -122.41982734907954, 37.860083008561723 ], [ -122.42036573637877, 37.863342297053983 ], [ -122.421333000055895, 37.863416999805011 ], [ -122.421963000242755, 37.864661999993011 ], [ -122.421923999884683, 37.866466000155427 ], [ -122.423303000084061, 37.869513999983738 ], [ -122.424651000321319, 37.870736000131238 ], [ -122.426336999769077, 37.870509999967197 ], [ -122.427203999782378, 37.870726999877547 ], [ -122.428635999685213, 37.871687999800827 ], [ -122.430958000065914, 37.872241999681876 ], [ -122.432221999739241, 37.871597999795391 ], [ -122.432719999681623, 37.87060300020962 ], [ -122.434611000067108, 37.869669999939113 ], [ -122.435083999895113, 37.868052000159757 ], [ -122.434375000065529, 37.867337000093727 ], [ -122.435872000265718, 37.866653000019994 ], [ -122.436896999564453, 37.866839000195789 ], [ -122.438748999591851, 37.868518999910805 ], [ -122.440173999822008, 37.867111000141378 ], [ -122.441270999989086, 37.863106000011136 ], [ -122.446315999710137, 37.861045999789468 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041125000", "NAME": "Census Tract 1250", "state": "06", "county_fips": "041", "tract": "125000", "county_name": "Marin County", "tot_pop_2050": 4448, "tot_pop_pov_det_2050": 4126, "tot_pop_civ_ni_2050": 4444, "tot_hh_2050": 1991, "pop_zvhhs_2050": 77, "tot_fam_2050": 1109, "tot_pop_over5_2050": 4196, "pop_hus_rent50_2050": 325, "pop_minority_2050": 1252, "pop_over75_2050": 342, "pop_spfam_2050": 206, "pop_lep_2050": 121, "pop_below200_2050": 620, "pop_disability_2050": 297, "pct_minority_2050": 0.28147482014388492, "pct_over75_2050": 0.076888489208633087, "pct_spfam_2050": 0.18575293056807932, "pct_lep_2050": 0.028836987607244995, "pct_below200_2050": 0.15026660203587008, "pct_disab_2050": 0.066831683168316836, "pct_zvhhs_2050": 0.038674033149171269, "pct_hus_rent50_2050": 0.16323455549974886, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.062062937062937001, "pct_minority_2040": 0.25590034965034997, "pct_spfam_2040": 0.136556403731976, "pct_lep_2040": 0.014358499305234, "pct_below200_2040": 0.20467000238265398, "pct_disab_2040": 0.061255742725880996, "pct_zvhhs_2040": 0.057230454777720992, "pct_hus_rent50_2040": 0.177241740954379, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.516573999852497, 37.889896999692454 ], [ -122.516583999898231, 37.884154000190954 ], [ -122.498466881452686, 37.875791695469267 ], [ -122.496502999849909, 37.87734199968282 ], [ -122.501018999666442, 37.893662000009975 ], [ -122.499879872105794, 37.893662000009975 ], [ -122.501133000367588, 37.894608999828968 ], [ -122.501687000386468, 37.89872699982832 ], [ -122.504094000257638, 37.899035000352214 ], [ -122.504700000155054, 37.899183000035038 ], [ -122.504660999796968, 37.899373999832413 ], [ -122.506783999986041, 37.899871000036647 ], [ -122.512191000105332, 37.902476999967504 ], [ -122.515579999617586, 37.902755999746894 ], [ -122.515798999900682, 37.900078999710651 ], [ -122.516463000422732, 37.891320000192607 ], [ -122.516573999852497, 37.889896999692454 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041126100", "NAME": "Census Tract 1261", "state": "06", "county_fips": "041", "tract": "126100", "county_name": "Marin County", "tot_pop_2050": 6145, "tot_pop_pov_det_2050": 6145, "tot_pop_civ_ni_2050": 6145, "tot_hh_2050": 2344, "pop_zvhhs_2050": 77, "tot_fam_2050": 1796, "tot_pop_over5_2050": 5918, "pop_hus_rent50_2050": 109, "pop_minority_2050": 967, "pop_over75_2050": 482, "pop_spfam_2050": 164, "pop_lep_2050": 33, "pop_below200_2050": 332, "pop_disability_2050": 449, "pct_minority_2050": 0.15736371033360455, "pct_over75_2050": 0.078437754271765664, "pct_spfam_2050": 0.091314031180400879, "pct_lep_2050": 0.0055762081784386606, "pct_below200_2050": 0.054027664768104153, "pct_disab_2050": 0.073067534580960131, "pct_zvhhs_2050": 0.032849829351535839, "pct_hus_rent50_2050": 0.046501706484641636, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051577875805904005, "pct_minority_2040": 0.11129962673905698, "pct_spfam_2040": 0.146966854283927, "pct_lep_2040": 0.0096068315246399996, "pct_below200_2040": 0.071937563624023995, "pct_disab_2040": 0.069392602646759005, "pct_zvhhs_2040": 0.031357388316151001, "pct_hus_rent50_2040": 0.027996500437444997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.560414999889616, 37.93060599984009 ], [ -122.560310000307638, 37.929416999841663 ], [ -122.560382000277642, 37.929383000152463 ], [ -122.560245000010283, 37.928117999874296 ], [ -122.556901999630497, 37.922617999850615 ], [ -122.554991000051885, 37.920643999656114 ], [ -122.551410999845615, 37.912590999730675 ], [ -122.549270999938116, 37.910959999869462 ], [ -122.548172999946118, 37.909409000126544 ], [ -122.546890000006215, 37.907347999798347 ], [ -122.544088999949722, 37.907414000236244 ], [ -122.543992999690261, 37.905234999778571 ], [ -122.541441000054121, 37.903971000332142 ], [ -122.540311000275068, 37.902282999972563 ], [ -122.543333000264496, 37.900643999886348 ], [ -122.538620999731052, 37.897970000214777 ], [ -122.538363999813086, 37.896514999700521 ], [ -122.536696999733621, 37.895046000252457 ], [ -122.535970000360706, 37.895174999707976 ], [ -122.534546999780389, 37.895252000308332 ], [ -122.53167999960165, 37.893623000171701 ], [ -122.532016999885542, 37.892827999837913 ], [ -122.532228999597635, 37.892970999979234 ], [ -122.53273599976086, 37.892538999998266 ], [ -122.531626000073302, 37.891940000010038 ], [ -122.530039000359764, 37.892850000313992 ], [ -122.530090000413381, 37.896557000111201 ], [ -122.528681000076745, 37.900419000229483 ], [ -122.52690699986718, 37.904202999928302 ], [ -122.528888999590919, 37.907008000105307 ], [ -122.527989999790549, 37.907957999958498 ], [ -122.528452999572806, 37.910252999959404 ], [ -122.527407000357684, 37.910800000059524 ], [ -122.526160000402783, 37.914155000295352 ], [ -122.526886999775698, 37.914992999673366 ], [ -122.525771000240326, 37.91711500034954 ], [ -122.52829399956417, 37.916043999873722 ], [ -122.531703999891107, 37.917946999685519 ], [ -122.533242999924056, 37.917821000280043 ], [ -122.534140000074615, 37.918987000325643 ], [ -122.536900999948116, 37.920359000243756 ], [ -122.536988999811669, 37.9212959998748 ], [ -122.53744999994413, 37.92085000033898 ], [ -122.539618000339019, 37.922122999986861 ], [ -122.540841000004477, 37.921997999823603 ], [ -122.542990999957709, 37.923706999869253 ], [ -122.544672000280897, 37.923696999852638 ], [ -122.546463000208945, 37.925062000172396 ], [ -122.547026000448639, 37.926007999987341 ], [ -122.549137999868748, 37.923745000203382 ], [ -122.549445999840316, 37.924703000237486 ], [ -122.553026999871477, 37.926011000181617 ], [ -122.554182999589798, 37.926704999792662 ], [ -122.555422000047102, 37.927870000191383 ], [ -122.556783999629744, 37.928818000306457 ], [ -122.558194999616163, 37.930345000208831 ], [ -122.560414999889616, 37.93060599984009 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041126200", "NAME": "Census Tract 1262", "state": "06", "county_fips": "041", "tract": "126200", "county_name": "Marin County", "tot_pop_2050": 4324, "tot_pop_pov_det_2050": 4255, "tot_pop_civ_ni_2050": 4255, "tot_hh_2050": 2030, "pop_zvhhs_2050": 271, "tot_fam_2050": 1084, "tot_pop_over5_2050": 4238, "pop_hus_rent50_2050": 222, "pop_minority_2050": 806, "pop_over75_2050": 727, "pop_spfam_2050": 114, "pop_lep_2050": 22, "pop_below200_2050": 576, "pop_disability_2050": 456, "pct_minority_2050": 0.18640148011100832, "pct_over75_2050": 0.1681313598519889, "pct_spfam_2050": 0.1051660516605166, "pct_lep_2050": 0.0051911278905143934, "pct_below200_2050": 0.13537015276145711, "pct_disab_2050": 0.10716803760282022, "pct_zvhhs_2050": 0.13349753694581282, "pct_hus_rent50_2050": 0.10935960591133004, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.15629947975571098, "pct_minority_2040": 0.20696674960416198, "pct_spfam_2040": 0.10094909404659198, "pct_lep_2040": 0.0021251475796929997, "pct_below200_2040": 0.18037683823529396, "pct_disab_2040": 0.08203125, "pct_zvhhs_2040": 0.078985860555825987, "pct_hus_rent50_2040": 0.15051647811116597, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.531626000073302, 37.891940000010038 ], [ -122.531830000287798, 37.891143000037943 ], [ -122.52641800014564, 37.889279000340849 ], [ -122.52408200041954, 37.886379999699095 ], [ -122.523003999620727, 37.885945000337287 ], [ -122.518939999715798, 37.88255300021342 ], [ -122.516522999798866, 37.881913000007152 ], [ -122.516583999898231, 37.884154000190954 ], [ -122.516573999852497, 37.889896999692454 ], [ -122.516463000422732, 37.891320000192607 ], [ -122.515798999900682, 37.900078999710651 ], [ -122.515579999617586, 37.902755999746894 ], [ -122.515330000270652, 37.905253999758287 ], [ -122.514248999997065, 37.908022999776172 ], [ -122.514024999691074, 37.908560000205789 ], [ -122.513986000231355, 37.908649999692329 ], [ -122.515466999639656, 37.911287000064156 ], [ -122.515516999868368, 37.911764000167111 ], [ -122.518348999887024, 37.91775799978771 ], [ -122.520041000080838, 37.917404000067258 ], [ -122.522367999586081, 37.917132000197633 ], [ -122.525771000240326, 37.91711500034954 ], [ -122.526886999775698, 37.914992999673366 ], [ -122.526160000402783, 37.914155000295352 ], [ -122.527407000357684, 37.910800000059524 ], [ -122.528452999572806, 37.910252999959404 ], [ -122.527989999790549, 37.907957999958498 ], [ -122.528888999590919, 37.907008000105307 ], [ -122.52690699986718, 37.904202999928302 ], [ -122.528681000076745, 37.900419000229483 ], [ -122.530090000413381, 37.896557000111201 ], [ -122.530039000359764, 37.892850000313992 ], [ -122.531626000073302, 37.891940000010038 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041127000", "NAME": "Census Tract 1270", "state": "06", "county_fips": "041", "tract": "127000", "county_name": "Marin County", "tot_pop_2050": 4678, "tot_pop_pov_det_2050": 4678, "tot_pop_civ_ni_2050": 4678, "tot_hh_2050": 2031, "pop_zvhhs_2050": 36, "tot_fam_2050": 1366, "tot_pop_over5_2050": 4511, "pop_hus_rent50_2050": 60, "pop_minority_2050": 689, "pop_over75_2050": 339, "pop_spfam_2050": 144, "pop_lep_2050": 43, "pop_below200_2050": 430, "pop_disability_2050": 369, "pct_minority_2050": 0.14728516460025651, "pct_over75_2050": 0.072466866182129108, "pct_spfam_2050": 0.10541727672035139, "pct_lep_2050": 0.0095322544890268229, "pct_below200_2050": 0.091919623770842243, "pct_disab_2050": 0.078879863189397173, "pct_zvhhs_2050": 0.017725258493353033, "pct_hus_rent50_2050": 0.029542097488921712, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072614567190612989, "pct_minority_2040": 0.17113128182422002, "pct_spfam_2040": 0.093023255813954001, "pct_lep_2040": 0.014975041597338002, "pct_below200_2040": 0.081387591727818995, "pct_disab_2040": 0.063537746291787003, "pct_zvhhs_2040": 0.015466666666667, "pct_hus_rent50_2040": 0.063474986551910001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.575881000387213, 37.911472000182989 ], [ -122.577022000036905, 37.910021000301782 ], [ -122.573490000409549, 37.907160999771726 ], [ -122.570966000362489, 37.907496999854537 ], [ -122.56987000002033, 37.906055999836362 ], [ -122.566983999575015, 37.905829000217743 ], [ -122.564436000136837, 37.903475000306358 ], [ -122.565048999706931, 37.901934000283525 ], [ -122.565026000140719, 37.901929999660048 ], [ -122.564960000018473, 37.901917999914886 ], [ -122.564923000208552, 37.901911999687123 ], [ -122.564867000132054, 37.901902999699011 ], [ -122.564822999751129, 37.901898999782681 ], [ -122.564740999735378, 37.901926999901164 ], [ -122.564710999598134, 37.901961999679848 ], [ -122.56468300000904, 37.901995999995762 ], [ -122.563144999800997, 37.902799000284446 ], [ -122.560871999824101, 37.901395000081237 ], [ -122.558428000142996, 37.902103000199446 ], [ -122.556270999618761, 37.902642000178218 ], [ -122.554815000324794, 37.901621999909828 ], [ -122.551457999701285, 37.901318000236373 ], [ -122.545716999671129, 37.900017999983042 ], [ -122.545038999803708, 37.900179000026291 ], [ -122.542435000289046, 37.89964399976926 ], [ -122.543872000214748, 37.897956000112998 ], [ -122.542037999730667, 37.896753000056719 ], [ -122.538363999813086, 37.896514999700521 ], [ -122.538620999731052, 37.897970000214777 ], [ -122.543333000264496, 37.900643999886348 ], [ -122.540311000275068, 37.902282999972563 ], [ -122.541441000054121, 37.903971000332142 ], [ -122.543992999690261, 37.905234999778571 ], [ -122.544088999949722, 37.907414000236244 ], [ -122.546890000006215, 37.907347999798347 ], [ -122.548172999946118, 37.909409000126544 ], [ -122.549270999938116, 37.910959999869462 ], [ -122.551410999845615, 37.912590999730675 ], [ -122.554991000051885, 37.920643999656114 ], [ -122.556901999630497, 37.922617999850615 ], [ -122.560245000010283, 37.928117999874296 ], [ -122.560382000277642, 37.929383000152463 ], [ -122.560105000268223, 37.925314000175234 ], [ -122.562826999783667, 37.925323000134092 ], [ -122.561988000257756, 37.923424999871528 ], [ -122.563993000446033, 37.923223000198426 ], [ -122.564392999580804, 37.921664999729352 ], [ -122.562360999628368, 37.920100000197863 ], [ -122.563308999832515, 37.919832000027419 ], [ -122.566992999795858, 37.920465000059686 ], [ -122.569823000164646, 37.921374999855416 ], [ -122.569203000023521, 37.919092000070421 ], [ -122.566498000226531, 37.918141000192875 ], [ -122.567308000338429, 37.915846000346754 ], [ -122.568347999705807, 37.916079000024574 ], [ -122.568127999597763, 37.914411000055857 ], [ -122.570685000155109, 37.914693999872682 ], [ -122.571337999908181, 37.913593999664933 ], [ -122.572977000398552, 37.913541999783988 ], [ -122.57240199956496, 37.912769000054297 ], [ -122.575881000387213, 37.911472000182989 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041128100", "NAME": "Census Tract 1281", "state": "06", "county_fips": "041", "tract": "128100", "county_name": "Marin County", "tot_pop_2050": 6610, "tot_pop_pov_det_2050": 6610, "tot_pop_civ_ni_2050": 6610, "tot_hh_2050": 2882, "pop_zvhhs_2050": 40, "tot_fam_2050": 1809, "tot_pop_over5_2050": 6428, "pop_hus_rent50_2050": 101, "pop_minority_2050": 895, "pop_over75_2050": 471, "pop_spfam_2050": 243, "pop_lep_2050": 85, "pop_below200_2050": 562, "pop_disability_2050": 397, "pct_minority_2050": 0.13540090771558244, "pct_over75_2050": 0.07125567322239032, "pct_spfam_2050": 0.13432835820895522, "pct_lep_2050": 0.013223397635345364, "pct_below200_2050": 0.085022692889561269, "pct_disab_2050": 0.060060514372163386, "pct_zvhhs_2050": 0.013879250520471894, "pct_hus_rent50_2050": 0.035045107564191533, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045579268292683002, "pct_minority_2040": 0.18445121951219498, "pct_spfam_2040": 0.11222222222222197, "pct_lep_2040": 0.0011130545396720001, "pct_below200_2040": 0.093597560975610006, "pct_disab_2040": 0.069969512195122013, "pct_zvhhs_2040": 0.0086045641601200009, "pct_hus_rent50_2040": 0.041776439593525998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.553954000159251, 37.879209000178889 ], [ -122.553827999762532, 37.877705999860268 ], [ -122.551764000023041, 37.876384999654199 ], [ -122.552289999554503, 37.874525999878045 ], [ -122.551057999668203, 37.873148999968286 ], [ -122.55275099968695, 37.871680000230263 ], [ -122.551220000049923, 37.869259999849682 ], [ -122.549359999626574, 37.869540999767793 ], [ -122.54904800035537, 37.86923200007169 ], [ -122.551206999631134, 37.867331999801038 ], [ -122.548880000125877, 37.867156999980779 ], [ -122.546003999726324, 37.868060000124231 ], [ -122.545771000097815, 37.868234999927459 ], [ -122.545658000119914, 37.868622000241032 ], [ -122.545519000202745, 37.868839999934998 ], [ -122.545293000246915, 37.869041999980034 ], [ -122.545160000177532, 37.869318999752274 ], [ -122.545053999872309, 37.869413999856803 ], [ -122.544816000220948, 37.869489999852171 ], [ -122.540247999627539, 37.870447000102295 ], [ -122.538538999715286, 37.868532999936576 ], [ -122.53721300011766, 37.865997000288424 ], [ -122.538263000429083, 37.863776000167618 ], [ -122.53663200033462, 37.86195000033873 ], [ -122.535357999717206, 37.861995999853697 ], [ -122.535922999606726, 37.860779000181395 ], [ -122.533047999930389, 37.858836999784316 ], [ -122.533550999895638, 37.857475000350782 ], [ -122.53511500004295, 37.85697100013622 ], [ -122.53264299987444, 37.855520999929652 ], [ -122.533145999839675, 37.853839000188763 ], [ -122.528338999769986, 37.851435999935134 ], [ -122.527546000274853, 37.850436999917456 ], [ -122.52585300025612, 37.850086000340283 ], [ -122.523966000068597, 37.852337999649627 ], [ -122.524910000074811, 37.854666000070935 ], [ -122.522489999784824, 37.856077000211634 ], [ -122.515904000380971, 37.856719000155238 ], [ -122.511433999696891, 37.854884999996401 ], [ -122.509410999965269, 37.855748000034659 ], [ -122.507424000218649, 37.855715999790363 ], [ -122.510170999848427, 37.856854999779152 ], [ -122.508417999555249, 37.858939000141206 ], [ -122.511721999576963, 37.863215999914907 ], [ -122.512800000375805, 37.863499000124911 ], [ -122.519368000236284, 37.86903200033489 ], [ -122.520246000120267, 37.870106000281197 ], [ -122.520318000090299, 37.870462000345157 ], [ -122.519343000121935, 37.874506999767021 ], [ -122.519603000412928, 37.875554000331199 ], [ -122.518307000054207, 37.876655000232297 ], [ -122.513304999990865, 37.876169999694142 ], [ -122.511615000345159, 37.875360000294009 ], [ -122.511493999971336, 37.874937000258093 ], [ -122.511883000133764, 37.872915999810466 ], [ -122.511365999924834, 37.8718699999012 ], [ -122.510655000445439, 37.871474000175162 ], [ -122.509343000193184, 37.871473000314666 ], [ -122.507113999698916, 37.871636000094732 ], [ -122.505985999569702, 37.872324999957989 ], [ -122.505619000046906, 37.872583000253513 ], [ -122.507091999957623, 37.873420000186528 ], [ -122.510210000206513, 37.875704000024335 ], [ -122.511524000108579, 37.876717999752081 ], [ -122.51464300018236, 37.878526999948399 ], [ -122.51620399995663, 37.880310999785273 ], [ -122.520520999581549, 37.88096500023174 ], [ -122.522606000135781, 37.879536000348303 ], [ -122.52326399991172, 37.879704000176524 ], [ -122.524818999838203, 37.881801000214601 ], [ -122.524915000097693, 37.882136999790212 ], [ -122.524739000370587, 37.884001999890941 ], [ -122.527634999963311, 37.884641999668005 ], [ -122.530172000429147, 37.887685000090414 ], [ -122.532364000215182, 37.887712999944242 ], [ -122.534002999807242, 37.889706000117471 ], [ -122.537404999738285, 37.886028000061813 ], [ -122.538980999581156, 37.886072999770903 ], [ -122.541250000258373, 37.888061999710253 ], [ -122.542120999571367, 37.885988000061047 ], [ -122.543534000105936, 37.887251999931955 ], [ -122.548034999853868, 37.886910999915933 ], [ -122.551086999980512, 37.887271999946257 ], [ -122.553719999807527, 37.884190999997259 ], [ -122.553734000051236, 37.879639999915753 ], [ -122.553954000159251, 37.879209000178889 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041128200", "NAME": "Census Tract 1282", "state": "06", "county_fips": "041", "tract": "128200", "county_name": "Marin County", "tot_pop_2050": 4974, "tot_pop_pov_det_2050": 4974, "tot_pop_civ_ni_2050": 4974, "tot_hh_2050": 1917, "pop_zvhhs_2050": 56, "tot_fam_2050": 1337, "tot_pop_over5_2050": 4686, "pop_hus_rent50_2050": 38, "pop_minority_2050": 996, "pop_over75_2050": 352, "pop_spfam_2050": 118, "pop_lep_2050": 46, "pop_below200_2050": 423, "pop_disability_2050": 390, "pct_minority_2050": 0.20024125452352232, "pct_over75_2050": 0.07076799356654602, "pct_spfam_2050": 0.088257292445774127, "pct_lep_2050": 0.0098164746052069977, "pct_below200_2050": 0.085042219541616407, "pct_disab_2050": 0.07840772014475271, "pct_zvhhs_2050": 0.02921231090245175, "pct_hus_rent50_2050": 0.019822639540949399, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044988344988345003, "pct_minority_2040": 0.17505827505827498, "pct_spfam_2040": 0.11753902662993598, "pct_lep_2040": 0.0037000493339909997, "pct_below200_2040": 0.078683166005137015, "pct_disab_2040": 0.084149184149184, "pct_zvhhs_2040": 0.034045008655511001, "pct_hus_rent50_2040": 0.062100986651189995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.573490000409549, 37.907160999771726 ], [ -122.577022000036905, 37.910021000301782 ], [ -122.57291200010124, 37.90543200011318 ], [ -122.570352000069164, 37.904683999651034 ], [ -122.568280999758642, 37.901210000143365 ], [ -122.567571999929086, 37.901028999704266 ], [ -122.566464999716246, 37.90036099989765 ], [ -122.565180000126489, 37.899985000353347 ], [ -122.564374000212538, 37.900371000251447 ], [ -122.562841999852296, 37.899815000351126 ], [ -122.562293999681202, 37.898024000177251 ], [ -122.558960000420569, 37.89589999990492 ], [ -122.558469000150865, 37.894528999913391 ], [ -122.557182999837906, 37.893484999814639 ], [ -122.556146999770178, 37.89033899987853 ], [ -122.555042000105487, 37.889335999861522 ], [ -122.554277000199434, 37.883414999859106 ], [ -122.553719999807527, 37.884190999997259 ], [ -122.551086999980512, 37.887271999946257 ], [ -122.548034999853868, 37.886910999915933 ], [ -122.543534000105936, 37.887251999931955 ], [ -122.542120999571367, 37.885988000061047 ], [ -122.541250000258373, 37.888061999710253 ], [ -122.538980999581156, 37.886072999770903 ], [ -122.537404999738285, 37.886028000061813 ], [ -122.534002999807242, 37.889706000117471 ], [ -122.532364000215182, 37.887712999944242 ], [ -122.530172000429147, 37.887685000090414 ], [ -122.527634999963311, 37.884641999668005 ], [ -122.524739000370587, 37.884001999890941 ], [ -122.524915000097693, 37.882136999790212 ], [ -122.524818999838203, 37.881801000214601 ], [ -122.52326399991172, 37.879704000176524 ], [ -122.522606000135781, 37.879536000348303 ], [ -122.520520999581549, 37.88096500023174 ], [ -122.51620399995663, 37.880310999785273 ], [ -122.516522999798866, 37.881913000007152 ], [ -122.518939999715798, 37.88255300021342 ], [ -122.523003999620727, 37.885945000337287 ], [ -122.52408200041954, 37.886379999699095 ], [ -122.52641800014564, 37.889279000340849 ], [ -122.531830000287798, 37.891143000037943 ], [ -122.531626000073302, 37.891940000010038 ], [ -122.53273599976086, 37.892538999998266 ], [ -122.532228999597635, 37.892970999979234 ], [ -122.532016999885542, 37.892827999837913 ], [ -122.53167999960165, 37.893623000171701 ], [ -122.534546999780389, 37.895252000308332 ], [ -122.535970000360706, 37.895174999707976 ], [ -122.536696999733621, 37.895046000252457 ], [ -122.538363999813086, 37.896514999700521 ], [ -122.542037999730667, 37.896753000056719 ], [ -122.543872000214748, 37.897956000112998 ], [ -122.542435000289046, 37.89964399976926 ], [ -122.545038999803708, 37.900179000026291 ], [ -122.545716999671129, 37.900017999983042 ], [ -122.551457999701285, 37.901318000236373 ], [ -122.554815000324794, 37.901621999909828 ], [ -122.556270999618761, 37.902642000178218 ], [ -122.558428000142996, 37.902103000199446 ], [ -122.560871999824101, 37.901395000081237 ], [ -122.563144999800997, 37.902799000284446 ], [ -122.56468300000904, 37.901995999995762 ], [ -122.564710999598134, 37.901961999679848 ], [ -122.564740999735378, 37.901926999901164 ], [ -122.564822999751129, 37.901898999782681 ], [ -122.564867000132054, 37.901902999699011 ], [ -122.564923000208552, 37.901911999687123 ], [ -122.564960000018473, 37.901917999914886 ], [ -122.565026000140719, 37.901929999660048 ], [ -122.565048999706931, 37.901934000283525 ], [ -122.564436000136837, 37.903475000306358 ], [ -122.566983999575015, 37.905829000217743 ], [ -122.56987000002033, 37.906055999836362 ], [ -122.570966000362489, 37.907496999854537 ], [ -122.573490000409549, 37.907160999771726 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041129000", "NAME": "Census Tract 1290", "state": "06", "county_fips": "041", "tract": "129000", "county_name": "Marin County", "tot_pop_2050": 2940, "tot_pop_pov_det_2050": 2926, "tot_pop_civ_ni_2050": 2940, "tot_hh_2050": 1170, "pop_zvhhs_2050": 94, "tot_fam_2050": 688, "tot_pop_over5_2050": 2658, "pop_hus_rent50_2050": 306, "pop_minority_2050": 2245, "pop_over75_2050": 121, "pop_spfam_2050": 216, "pop_lep_2050": 352, "pop_below200_2050": 1607, "pop_disability_2050": 532, "pct_minority_2050": 0.76360544217687076, "pct_over75_2050": 0.041156462585034012, "pct_spfam_2050": 0.31395348837209303, "pct_lep_2050": 0.13243039879608728, "pct_below200_2050": 0.54921394395078604, "pct_disab_2050": 0.18095238095238092, "pct_zvhhs_2050": 0.080341880341880348, "pct_hus_rent50_2050": 0.26153846153846155, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.037623762376237997, "pct_minority_2040": 0.74653465346534698, "pct_spfam_2040": 0.39829059829059793, "pct_lep_2040": 0.09287257019438401, "pct_below200_2040": 0.57911518533280204, "pct_disab_2040": 0.15445544554455401, "pct_zvhhs_2040": 0.094, "pct_hus_rent50_2040": 0.31845841784989898, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.520318000090299, 37.870462000345157 ], [ -122.520246000120267, 37.870106000281197 ], [ -122.519368000236284, 37.86903200033489 ], [ -122.512800000375805, 37.863499000124911 ], [ -122.511721999576963, 37.863215999914907 ], [ -122.508417999555249, 37.858939000141206 ], [ -122.505066999677851, 37.86209500013085 ], [ -122.506799999879576, 37.864507999982941 ], [ -122.507041999728912, 37.866943999881833 ], [ -122.507087999759648, 37.871435999792318 ], [ -122.507113999698916, 37.871636000094732 ], [ -122.509343000193184, 37.871473000314666 ], [ -122.510655000445439, 37.871474000175162 ], [ -122.511365999924834, 37.8718699999012 ], [ -122.511883000133764, 37.872915999810466 ], [ -122.511493999971336, 37.874937000258093 ], [ -122.511615000345159, 37.875360000294009 ], [ -122.513304999990865, 37.876169999694142 ], [ -122.518307000054207, 37.876655000232297 ], [ -122.519603000412928, 37.875554000331199 ], [ -122.519343000121935, 37.874506999767021 ], [ -122.520318000090299, 37.870462000345157 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041130201", "NAME": "Census Tract 1302.01", "state": "06", "county_fips": "041", "tract": "130201", "county_name": "Marin County", "tot_pop_2050": 3364, "tot_pop_pov_det_2050": 3351, "tot_pop_civ_ni_2050": 3349, "tot_hh_2050": 1899, "pop_zvhhs_2050": 112, "tot_fam_2050": 826, "tot_pop_over5_2050": 3250, "pop_hus_rent50_2050": 136, "pop_minority_2050": 480, "pop_over75_2050": 350, "pop_spfam_2050": 32, "pop_lep_2050": 2, "pop_below200_2050": 335, "pop_disability_2050": 294, "pct_minority_2050": 0.1426872770511296, "pct_over75_2050": 0.10404280618311534, "pct_spfam_2050": 0.038740920096852302, "pct_lep_2050": 0.0006153846153846153, "pct_below200_2050": 0.099970158161742761, "pct_disab_2050": 0.087787399223648852, "pct_zvhhs_2050": 0.05897840968931016, "pct_hus_rent50_2050": 0.071616640337019477, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057321380059765996, "pct_minority_2040": 0.10404781309426801, "pct_spfam_2040": 0.076098606645229994, "pct_lep_2040": 0.018544534981735999, "pct_below200_2040": 0.121857923497268, "pct_disab_2040": 0.083401249660417995, "pct_zvhhs_2040": 0.027607361963189997, "pct_hus_rent50_2040": 0.14212416623909699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.497960999692012, 37.849472000291392 ], [ -122.497661999941272, 37.848974999723715 ], [ -122.497004999990224, 37.849472000291392 ], [ -122.493806000448785, 37.849811999674834 ], [ -122.491282000401753, 37.847010999787294 ], [ -122.488082999962032, 37.845178000240644 ], [ -122.487586999669432, 37.846337999860395 ], [ -122.486707000135667, 37.845303999846159 ], [ -122.484108999570452, 37.845295000033509 ], [ -122.481347999696951, 37.844190000262728 ], [ -122.480551000003842, 37.845198000327507 ], [ -122.477523266966259, 37.845569428918672 ], [ -122.478414277150478, 37.84726990801024 ], [ -122.478440000408668, 37.847319000245285 ], [ -122.478971999787888, 37.849217416104707 ], [ -122.479394656230781, 37.850725644313478 ], [ -122.479447999988949, 37.850916000180796 ], [ -122.478935825529732, 37.852425594519914 ], [ -122.478440000408668, 37.853886999998991 ], [ -122.478440000408668, 37.855122000047487 ], [ -122.478440000408668, 37.857009000176845 ], [ -122.483993999942726, 37.858784000196771 ], [ -122.486116000306879, 37.856283000044876 ], [ -122.490268999900266, 37.853880000013831 ], [ -122.48946100033649, 37.854709000321378 ], [ -122.489349000183495, 37.856038999690604 ], [ -122.491842000268406, 37.85767999977579 ], [ -122.491708000374103, 37.855106000145817 ], [ -122.493391000347103, 37.85477100007752 ], [ -122.492578999687069, 37.853123999833045 ], [ -122.490247000158945, 37.851321000223443 ], [ -122.492716999779333, 37.851672999724983 ], [ -122.495433000345329, 37.850646999768884 ], [ -122.496193000228516, 37.850445999811868 ], [ -122.496870000271031, 37.849885999716726 ], [ -122.497960999692012, 37.849472000291392 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041130202", "NAME": "Census Tract 1302.02", "state": "06", "county_fips": "041", "tract": "130202", "county_name": "Marin County", "tot_pop_2050": 4369, "tot_pop_pov_det_2050": 4369, "tot_pop_civ_ni_2050": 4369, "tot_hh_2050": 2478, "pop_zvhhs_2050": 84, "tot_fam_2050": 1163, "tot_pop_over5_2050": 4215, "pop_hus_rent50_2050": 103, "pop_minority_2050": 529, "pop_over75_2050": 434, "pop_spfam_2050": 123, "pop_lep_2050": 122, "pop_below200_2050": 484, "pop_disability_2050": 318, "pct_minority_2050": 0.12108033875028611, "pct_over75_2050": 0.0993362325474937, "pct_spfam_2050": 0.10576096302665521, "pct_lep_2050": 0.028944246737841045, "pct_below200_2050": 0.11078049897001603, "pct_disab_2050": 0.072785534447241937, "pct_zvhhs_2050": 0.033898305084745763, "pct_hus_rent50_2050": 0.041565778853914451, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.083015024191494993, "pct_minority_2040": 0.14336643748408498, "pct_spfam_2040": 0.091978609625669006, "pct_lep_2040": 0.018572565667286, "pct_below200_2040": 0.12503183091418402, "pct_disab_2040": 0.035395976572447002, "pct_zvhhs_2040": 0.063893653516295001, "pct_hus_rent50_2040": 0.11560191221208198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.516583999898231, 37.884154000190954 ], [ -122.516522999798866, 37.881913000007152 ], [ -122.51620399995663, 37.880310999785273 ], [ -122.51464300018236, 37.878526999948399 ], [ -122.511524000108579, 37.876717999752081 ], [ -122.510210000206513, 37.875704000024335 ], [ -122.507091999957623, 37.873420000186528 ], [ -122.505619000046906, 37.872583000253513 ], [ -122.505985999569702, 37.872324999957989 ], [ -122.507113999698916, 37.871636000094732 ], [ -122.507087999759648, 37.871435999792318 ], [ -122.507041999728912, 37.866943999881833 ], [ -122.506799999879576, 37.864507999982941 ], [ -122.505066999677851, 37.86209500013085 ], [ -122.504198000014696, 37.861506999994219 ], [ -122.502413999759355, 37.860682000278175 ], [ -122.498037999684911, 37.857211000026439 ], [ -122.494316999911661, 37.856010999854092 ], [ -122.493391000347103, 37.85477100007752 ], [ -122.491708000374103, 37.855106000145817 ], [ -122.491842000268406, 37.85767999977579 ], [ -122.489349000183495, 37.856038999690604 ], [ -122.48946100033649, 37.854709000321378 ], [ -122.490268999900266, 37.853880000013831 ], [ -122.486116000306879, 37.856283000044876 ], [ -122.483993999942726, 37.858784000196771 ], [ -122.478440000408668, 37.857009000176845 ], [ -122.478440000408668, 37.859516999970175 ], [ -122.48770899986819, 37.864208000089235 ], [ -122.494602000317002, 37.866272000298721 ], [ -122.496266000023439, 37.870775000036083 ], [ -122.498123597453372, 37.872241364316096 ], [ -122.500544000188626, 37.874151999927335 ], [ -122.498466881452686, 37.875791695469267 ], [ -122.516583999898231, 37.884154000190954 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041131100", "NAME": "Census Tract 1311", "state": "06", "county_fips": "041", "tract": "131100", "county_name": "Marin County", "tot_pop_2050": 1165, "tot_pop_pov_det_2050": 1115, "tot_pop_civ_ni_2050": 1160, "tot_hh_2050": 411, "pop_zvhhs_2050": 5, "tot_fam_2050": 264, "tot_pop_over5_2050": 1143, "pop_hus_rent50_2050": 9, "pop_minority_2050": 100, "pop_over75_2050": 109, "pop_spfam_2050": 4, "pop_lep_2050": 66, "pop_below200_2050": 193, "pop_disability_2050": 184, "pct_minority_2050": 0.085836909871244621, "pct_over75_2050": 0.093562231759656639, "pct_spfam_2050": 0.015151515151515154, "pct_lep_2050": 0.057742782152230977, "pct_below200_2050": 0.17309417040358746, "pct_disab_2050": 0.15862068965517245, "pct_zvhhs_2050": 0.012165450121654502, "pct_hus_rent50_2050": 0.021897810218978103, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.081726354453626998, "pct_minority_2040": 0.15243342516069799, "pct_spfam_2040": 0.055793991416309009, "pct_lep_2040": 0.0, "pct_below200_2040": 0.15857284440039598, "pct_disab_2040": 0.079335793357934004, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.071428571428570994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.719299999937306, 37.997351000198798 ], [ -122.720281999578376, 37.995985000337079 ], [ -122.718314000098317, 37.993170000261607 ], [ -122.7163840002531, 37.991493999823469 ], [ -122.714974000091601, 37.988771999711382 ], [ -122.71521500011599, 37.987446999864375 ], [ -122.713269000377295, 37.983528000178786 ], [ -122.710716000017896, 37.983997999878525 ], [ -122.705106000407326, 37.980506000241476 ], [ -122.703794000155071, 37.977401999693825 ], [ -122.701203999985779, 37.975733999782513 ], [ -122.69963200034087, 37.973867999754972 ], [ -122.696997999790653, 37.972049999698925 ], [ -122.694255000358794, 37.968135999780969 ], [ -122.691801999558535, 37.966474000276285 ], [ -122.688664000116475, 37.965285999852625 ], [ -122.686284999834371, 37.962372999990102 ], [ -122.684430000332213, 37.961906000065746 ], [ -122.682612999566601, 37.959731999814871 ], [ -122.683641999961623, 37.958941999720054 ], [ -122.683383000393846, 37.957854999891005 ], [ -122.680549999652015, 37.955032000015102 ], [ -122.676696999634302, 37.953488000226457 ], [ -122.675877000374953, 37.95129699969268 ], [ -122.674833999736222, 37.952058999698089 ], [ -122.673433999620443, 37.951668000221517 ], [ -122.672477999918655, 37.950187999739121 ], [ -122.668995999621686, 37.948985999774941 ], [ -122.668783999909593, 37.947027000101386 ], [ -122.667166000233905, 37.946980000327159 ], [ -122.66314699963651, 37.945297000113854 ], [ -122.659677999758358, 37.941658000076416 ], [ -122.658450999894924, 37.940569999902223 ], [ -122.657993999960439, 37.938337000338045 ], [ -122.656745000355698, 37.936894999763204 ], [ -122.653508000281121, 37.93548300015523 ], [ -122.650516000428922, 37.935737999663303 ], [ -122.646525000318917, 37.933841000156463 ], [ -122.644259999839647, 37.929824000068926 ], [ -122.641211999910979, 37.92634600008472 ], [ -122.640318000133476, 37.924588000104798 ], [ -122.639030999995583, 37.924741000056933 ], [ -122.637731000337226, 37.923751999927156 ], [ -122.635100999984957, 37.922705000233982 ], [ -122.633105999842414, 37.921399999975094 ], [ -122.630204000401918, 37.920502999943146 ], [ -122.628734999790836, 37.918877000094824 ], [ -122.628605000094481, 37.916428999908554 ], [ -122.627496000231844, 37.916325999826078 ], [ -122.62639400004187, 37.91422400026309 ], [ -122.624637000449042, 37.912493000005696 ], [ -122.625204999813292, 37.91122799976371 ], [ -122.620755999943881, 37.910593000249889 ], [ -122.619222999758719, 37.909221999667913 ], [ -122.615927000132928, 37.909090999908777 ], [ -122.613581000361094, 37.910409000087611 ], [ -122.612657000446376, 37.910474999906015 ], [ -122.612603999844609, 37.909569000126481 ], [ -122.614244000159914, 37.908200999811683 ], [ -122.614821999569926, 37.906138000179006 ], [ -122.613694000338995, 37.904476000233409 ], [ -122.613632000414739, 37.906783000059505 ], [ -122.611342999645984, 37.907478999825713 ], [ -122.604327000071848, 37.904200000262009 ], [ -122.604926000296544, 37.903258999913312 ], [ -122.607006999754518, 37.904073999992569 ], [ -122.608423999588723, 37.903893000218076 ], [ -122.610125000003393, 37.904796000075351 ], [ -122.608771999743269, 37.902253999838067 ], [ -122.610072000299951, 37.900146999940091 ], [ -122.610802000045894, 37.898557999957561 ], [ -122.612940000303581, 37.896502000260583 ], [ -122.616418000402589, 37.89518800009116 ], [ -122.619119000001632, 37.89320600033686 ], [ -122.624136000133603, 37.887489999749661 ], [ -122.626533999783959, 37.886723999716914 ], [ -122.628205000061399, 37.885945000337287 ], [ -122.628957632860974, 37.88522105421039 ], [ -122.628205999886319, 37.88451100011428 ], [ -122.628713999874435, 37.881692999848205 ], [ -122.626933999817041, 37.880740999720125 ], [ -122.62409299957757, 37.881050000067098 ], [ -122.621116999618906, 37.878820999701354 ], [ -122.617441999876434, 37.877234999650888 ], [ -122.613942000036118, 37.878433999782189 ], [ -122.601290000013805, 37.875126000227326 ], [ -122.598412154474644, 37.872434695364426 ], [ -122.589776711632169, 37.864359000145846 ], [ -122.58428899968122, 37.859226999886332 ], [ -122.581819999885752, 37.857040999859848 ], [ -122.579690999848921, 37.86008000000561 ], [ -122.578188239651155, 37.859609819756486 ], [ -122.575389000292603, 37.858733999962134 ], [ -122.573527000219443, 37.855733999707844 ], [ -122.561486999942332, 37.851827000308411 ], [ -122.559327819206914, 37.847236683996805 ], [ -122.558993999857435, 37.846527000116531 ], [ -122.554643421207189, 37.842049486159475 ], [ -122.549120365041389, 37.836365285587867 ], [ -122.5489860004311, 37.836226999891103 ], [ -122.537285000087664, 37.830328000250233 ], [ -122.534783999606859, 37.826854000111737 ], [ -122.535853181644526, 37.824332955015279 ], [ -122.535977000033412, 37.824041000037354 ], [ -122.533981873228413, 37.82192585905328 ], [ -122.531857716907552, 37.819673926017572 ], [ -122.527398999961761, 37.81494700030089 ], [ -122.529184999866914, 37.819028000096715 ], [ -122.525982999952447, 37.820765999929343 ], [ -122.525725503266145, 37.821202176675179 ], [ -122.523585000302091, 37.824828000020801 ], [ -122.512978999577626, 37.824566999965519 ], [ -122.505383000045342, 37.822127999709117 ], [ -122.499556999626364, 37.820030000022804 ], [ -122.499190999928501, 37.820340000002581 ], [ -122.500027999804587, 37.821642000317908 ], [ -122.499792999627928, 37.822055999843556 ], [ -122.499027999721847, 37.822395000194014 ], [ -122.497644000397941, 37.822395000194014 ], [ -122.495482999675701, 37.822427999812142 ], [ -122.491182999769251, 37.826427999846807 ], [ -122.483482999581554, 37.826728000209521 ], [ -122.479150999888063, 37.825427999763377 ], [ -122.478641134099064, 37.828617214113947 ], [ -122.478201999858967, 37.831364000300745 ], [ -122.478005000215475, 37.832475999840348 ], [ -122.476171999556342, 37.833284000119662 ], [ -122.474178000137016, 37.833369999991852 ], [ -122.473531000231702, 37.831837000024038 ], [ -122.472736000188434, 37.831927000333025 ], [ -122.472259999987372, 37.836807999986206 ], [ -122.475588000298544, 37.841875999774039 ], [ -122.477523266966259, 37.845569428918672 ], [ -122.480551000003842, 37.845198000327507 ], [ -122.481347999696951, 37.844190000262728 ], [ -122.484108999570452, 37.845295000033509 ], [ -122.486707000135667, 37.845303999846159 ], [ -122.487586999669432, 37.846337999860395 ], [ -122.488082999962032, 37.845178000240644 ], [ -122.491282000401753, 37.847010999787294 ], [ -122.493806000448785, 37.849811999674834 ], [ -122.497004999990224, 37.849472000291392 ], [ -122.497661999941272, 37.848974999723715 ], [ -122.497960999692012, 37.849472000291392 ], [ -122.496870000271031, 37.849885999716726 ], [ -122.496193000228516, 37.850445999811868 ], [ -122.495433000345329, 37.850646999768884 ], [ -122.492716999779333, 37.851672999724983 ], [ -122.490247000158945, 37.851321000223443 ], [ -122.492578999687069, 37.853123999833045 ], [ -122.493391000347103, 37.85477100007752 ], [ -122.494316999911661, 37.856010999854092 ], [ -122.498037999684911, 37.857211000026439 ], [ -122.502413999759355, 37.860682000278175 ], [ -122.504198000014696, 37.861506999994219 ], [ -122.505066999677851, 37.86209500013085 ], [ -122.508417999555249, 37.858939000141206 ], [ -122.510170999848427, 37.856854999779152 ], [ -122.507424000218649, 37.855715999790363 ], [ -122.509410999965269, 37.855748000034659 ], [ -122.511433999696891, 37.854884999996401 ], [ -122.515904000380971, 37.856719000155238 ], [ -122.522489999784824, 37.856077000211634 ], [ -122.524910000074811, 37.854666000070935 ], [ -122.523966000068597, 37.852337999649627 ], [ -122.52585300025612, 37.850086000340283 ], [ -122.527546000274853, 37.850436999917456 ], [ -122.528338999769986, 37.851435999935134 ], [ -122.533145999839675, 37.853839000188763 ], [ -122.53264299987444, 37.855520999929652 ], [ -122.53511500004295, 37.85697100013622 ], [ -122.533550999895638, 37.857475000350782 ], [ -122.533047999930389, 37.858836999784316 ], [ -122.535922999606726, 37.860779000181395 ], [ -122.535357999717206, 37.861995999853697 ], [ -122.53663200033462, 37.86195000033873 ], [ -122.538263000429083, 37.863776000167618 ], [ -122.53721300011766, 37.865997000288424 ], [ -122.538538999715286, 37.868532999936576 ], [ -122.540247999627539, 37.870447000102295 ], [ -122.544816000220948, 37.869489999852171 ], [ -122.545053999872309, 37.869413999856803 ], [ -122.545160000177532, 37.869318999752274 ], [ -122.545293000246915, 37.869041999980034 ], [ -122.545519000202745, 37.868839999934998 ], [ -122.545658000119914, 37.868622000241032 ], [ -122.545771000097815, 37.868234999927459 ], [ -122.546003999726324, 37.868060000124231 ], [ -122.548880000125877, 37.867156999980779 ], [ -122.551206999631134, 37.867331999801038 ], [ -122.54904800035537, 37.86923200007169 ], [ -122.549359999626574, 37.869540999767793 ], [ -122.551220000049923, 37.869259999849682 ], [ -122.55275099968695, 37.871680000230263 ], [ -122.551057999668203, 37.873148999968286 ], [ -122.552289999554503, 37.874525999878045 ], [ -122.551764000023041, 37.876384999654199 ], [ -122.553827999762532, 37.877705999860268 ], [ -122.553954000159251, 37.879209000178889 ], [ -122.553734000051236, 37.879639999915753 ], [ -122.553719999807527, 37.884190999997259 ], [ -122.554277000199434, 37.883414999859106 ], [ -122.555042000105487, 37.889335999861522 ], [ -122.556146999770178, 37.89033899987853 ], [ -122.557182999837906, 37.893484999814639 ], [ -122.558469000150865, 37.894528999913391 ], [ -122.558960000420569, 37.89589999990492 ], [ -122.562293999681202, 37.898024000177251 ], [ -122.562841999852296, 37.899815000351126 ], [ -122.564374000212538, 37.900371000251447 ], [ -122.565180000126489, 37.899985000353347 ], [ -122.566464999716246, 37.90036099989765 ], [ -122.567571999929086, 37.901028999704266 ], [ -122.568280999758642, 37.901210000143365 ], [ -122.570352000069164, 37.904683999651034 ], [ -122.57291200010124, 37.90543200011318 ], [ -122.577022000036905, 37.910021000301782 ], [ -122.575881000387213, 37.911472000182989 ], [ -122.57240199956496, 37.912769000054297 ], [ -122.572977000398552, 37.913541999783988 ], [ -122.571337999908181, 37.913593999664933 ], [ -122.570685000155109, 37.914693999872682 ], [ -122.568127999597763, 37.914411000055857 ], [ -122.568347999705807, 37.916079000024574 ], [ -122.567308000338429, 37.915846000346754 ], [ -122.566498000226531, 37.918141000192875 ], [ -122.569203000023521, 37.919092000070421 ], [ -122.569823000164646, 37.921374999855416 ], [ -122.566992999795858, 37.920465000059686 ], [ -122.563308999832515, 37.919832000027419 ], [ -122.562360999628368, 37.920100000197863 ], [ -122.564392999580804, 37.921664999729352 ], [ -122.563993000446033, 37.923223000198426 ], [ -122.561988000257756, 37.923424999871528 ], [ -122.562826999783667, 37.925323000134092 ], [ -122.560105000268223, 37.925314000175234 ], [ -122.560382000277642, 37.929383000152463 ], [ -122.560310000307638, 37.929416999841663 ], [ -122.560414999889616, 37.93060599984009 ], [ -122.558194999616163, 37.930345000208831 ], [ -122.560984999802031, 37.932521000211864 ], [ -122.56146400037612, 37.934238999698266 ], [ -122.563174999938212, 37.935191999810868 ], [ -122.566547999556931, 37.935530999896791 ], [ -122.565781999825958, 37.93945799992175 ], [ -122.56623000043794, 37.940452999819662 ], [ -122.569655999760073, 37.94422900009544 ], [ -122.570983000080915, 37.948591000025012 ], [ -122.568486999622962, 37.951613999970867 ], [ -122.56895199995337, 37.952975999913676 ], [ -122.56755299966251, 37.953506999782029 ], [ -122.565962999575916, 37.956076000012544 ], [ -122.567395000377076, 37.956841999787542 ], [ -122.568611000369842, 37.956872999881178 ], [ -122.570589999720511, 37.955716999966164 ], [ -122.57058899989562, 37.954924000169861 ], [ -122.574488999769017, 37.955059999739191 ], [ -122.574589000226467, 37.956173000313917 ], [ -122.574068999644453, 37.956395999871091 ], [ -122.573270000301505, 37.957473999773342 ], [ -122.572293999609926, 37.957863000011677 ], [ -122.575548000301268, 37.959284999656568 ], [ -122.578986000217313, 37.962573999689432 ], [ -122.577931999707914, 37.965265999800202 ], [ -122.580760000426892, 37.965809999993247 ], [ -122.582173999888099, 37.963549999805082 ], [ -122.581998999985899, 37.962431000287509 ], [ -122.580962999918199, 37.96303400009166 ], [ -122.579519000319777, 37.9626649996789 ], [ -122.581239999927604, 37.96096199990189 ], [ -122.579268000249598, 37.960007000243259 ], [ -122.578229999633763, 37.960831000244589 ], [ -122.577143000410729, 37.960008000317615 ], [ -122.577110999725363, 37.957970999785303 ], [ -122.575730999701051, 37.957277000019324 ], [ -122.578182999778065, 37.957044999980177 ], [ -122.57719100009129, 37.956055000156795 ], [ -122.57842499962743, 37.95475700008344 ], [ -122.580588999824357, 37.954214999774514 ], [ -122.580943999651609, 37.954169999948057 ], [ -122.581172999980453, 37.954236000156314 ], [ -122.58186000006873, 37.954807999713218 ], [ -122.581998999985899, 37.954841000246468 ], [ -122.582450000072612, 37.954774999873472 ], [ -122.582952000212913, 37.955027000012663 ], [ -122.583409000147427, 37.955322999712777 ], [ -122.590608999844576, 37.959735000049136 ], [ -122.593592000374272, 37.959858999710562 ], [ -122.592867999577777, 37.962405999957348 ], [ -122.594805999818888, 37.964853000332781 ], [ -122.595944999818755, 37.963396999897633 ], [ -122.599227999924111, 37.963174999673384 ], [ -122.601710000138368, 37.962810000114075 ], [ -122.60354700009718, 37.962791000131965 ], [ -122.603865000114496, 37.962687999845201 ], [ -122.604652999586762, 37.96287600034924 ], [ -122.604568999921199, 37.9630649996964 ], [ -122.604446999722455, 37.963730000037948 ], [ -122.604890000311542, 37.964602999936353 ], [ -122.605264000405356, 37.964970999810582 ], [ -122.604897999809154, 37.967514999886582 ], [ -122.604492999753205, 37.968887999769613 ], [ -122.604695000317875, 37.971933000179526 ], [ -122.605338999850105, 37.972680999908242 ], [ -122.600672000420815, 37.973031999995563 ], [ -122.598925999800315, 37.974321000350102 ], [ -122.601074000103736, 37.974035000287188 ], [ -122.601288000363994, 37.975599000123481 ], [ -122.608533000266988, 37.97462700034712 ], [ -122.608221000097444, 37.975532000132304 ], [ -122.614552000131482, 37.976918000295072 ], [ -122.617173000262909, 37.975806000301702 ], [ -122.615266999808853, 37.979220000314641 ], [ -122.614117999763224, 37.978242999794787 ], [ -122.612603999844609, 37.978567000058348 ], [ -122.610612999900013, 37.978003000093572 ], [ -122.609468999877279, 37.97963400019696 ], [ -122.604763000089932, 37.980509000335012 ], [ -122.60439900004188, 37.981497000150782 ], [ -122.603154999561681, 37.980679000005168 ], [ -122.60081899983561, 37.981357999920817 ], [ -122.602013000087098, 37.983224999748039 ], [ -122.601462000441245, 37.985143000021843 ], [ -122.604794000052095, 37.988598000227007 ], [ -122.606759999882314, 37.989472999675129 ], [ -122.61003899978968, 37.991159999959699 ], [ -122.612408000026008, 37.995681999673195 ], [ -122.611895999839945, 37.997418000089951 ], [ -122.609175000149406, 37.996694999753643 ], [ -122.605977000432887, 37.997240999758773 ], [ -122.60355999961763, 37.996349000304235 ], [ -122.599683000208771, 37.995448000049137 ], [ -122.599309999939877, 37.994741999709056 ], [ -122.598093999947096, 37.995088999964302 ], [ -122.603610999671261, 37.999784000287768 ], [ -122.607247999778949, 38.000361000083352 ], [ -122.609027999836314, 38.00101600007622 ], [ -122.613620999645761, 38.002905000217545 ], [ -122.614280000144916, 38.004069999829497 ], [ -122.616784999925414, 38.005382999688997 ], [ -122.617163000217175, 38.006453999742774 ], [ -122.621863000156722, 38.00780399998748 ], [ -122.624306999837827, 38.007618000165685 ], [ -122.627242999613543, 38.0056489996498 ], [ -122.626937000190097, 38.0019820001379 ], [ -122.6262400000561, 38.000048000265657 ], [ -122.62754800011038, 37.999679999992608 ], [ -122.629446000168514, 37.997081000175697 ], [ -122.631776999871747, 37.995467000073674 ], [ -122.634249000040271, 37.994647000013913 ], [ -122.637303999641645, 37.99475900000666 ], [ -122.640093999827485, 37.993781000048905 ], [ -122.642339000215273, 37.996153999964989 ], [ -122.646214999799213, 37.996058999974906 ], [ -122.647767000250965, 37.996667000333559 ], [ -122.650648999600008, 37.995387000160612 ], [ -122.653231000271674, 37.998108000194073 ], [ -122.653875999628852, 37.999949999650077 ], [ -122.656757000051243, 37.997891999652957 ], [ -122.657624000064573, 37.999368999884069 ], [ -122.658946000362562, 37.999620999861733 ], [ -122.661439000447459, 37.998826999745461 ], [ -122.665457000321624, 38.000309000009416 ], [ -122.668620999702952, 37.999651000054193 ], [ -122.671230000138834, 37.996923999665952 ], [ -122.673445000389393, 37.998832999849931 ], [ -122.674300999633743, 38.000806999774902 ], [ -122.67624399989775, 38.000834000219896 ], [ -122.677511999769081, 38.002927999808129 ], [ -122.679710000301185, 38.003531000318731 ], [ -122.680265000144956, 38.003348000142012 ], [ -122.681213000349132, 38.002448999920773 ], [ -122.685170000123946, 38.00348600028282 ], [ -122.687444999750667, 38.002937999658684 ], [ -122.692331000361364, 38.004513999969888 ], [ -122.696412999809638, 38.001567000138976 ], [ -122.698727999619308, 37.998832000304454 ], [ -122.699155000314889, 37.995532999971658 ], [ -122.700839999937727, 37.998684000178642 ], [ -122.703753999972093, 38.001132999947615 ], [ -122.705036000087134, 38.001346000196108 ], [ -122.705863999742377, 38.003662000218924 ], [ -122.706980000176046, 38.004271000015677 ], [ -122.707995000327358, 38.001505999676787 ], [ -122.708554000369077, 38.00457299970325 ], [ -122.708959000425054, 38.004535000120349 ], [ -122.708588999630862, 38.00253700012437 ], [ -122.709248999954937, 38.000153000274288 ], [ -122.708766000081198, 37.999088000295252 ], [ -122.71027199960389, 37.997604999863768 ], [ -122.7109779999587, 37.998640999803889 ], [ -122.713338999799163, 37.999623999881528 ], [ -122.713157000224257, 37.998764000035024 ], [ -122.715574000141189, 37.999897999992605 ], [ -122.71572300010412, 37.998226000011236 ], [ -122.719299999937306, 37.997351000198798 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041132100", "NAME": "Census Tract 1321", "state": "06", "county_fips": "041", "tract": "132100", "county_name": "Marin County", "tot_pop_2050": 1823, "tot_pop_pov_det_2050": 1812, "tot_pop_civ_ni_2050": 1823, "tot_hh_2050": 922, "pop_zvhhs_2050": 9, "tot_fam_2050": 414, "tot_pop_over5_2050": 1781, "pop_hus_rent50_2050": 76, "pop_minority_2050": 239, "pop_over75_2050": 155, "pop_spfam_2050": 10, "pop_lep_2050": 27, "pop_below200_2050": 459, "pop_disability_2050": 112, "pct_minority_2050": 0.13110257816785514, "pct_over75_2050": 0.085024684585847499, "pct_spfam_2050": 0.024154589371980683, "pct_lep_2050": 0.015160022459292532, "pct_below200_2050": 0.25331125827814571, "pct_disab_2050": 0.061437191442676897, "pct_zvhhs_2050": 0.0097613882863340565, "pct_hus_rent50_2050": 0.082429501084598705, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.736883744581249, 37.925805042299622 ], [ -122.732897999615673, 37.920225000043864 ], [ -122.730060201870188, 37.912321622074003 ], [ -122.72784600022193, 37.906154986261662 ], [ -122.727297000225917, 37.904625999845308 ], [ -122.725180999709551, 37.902691000238292 ], [ -122.721767000082963, 37.901347000030903 ], [ -122.718971999874256, 37.902196000243521 ], [ -122.714023000412681, 37.90046800035195 ], [ -122.710228999946168, 37.896425000258901 ], [ -122.702640000086589, 37.893819999688638 ], [ -122.700383000003214, 37.89493800017177 ], [ -122.699717999656272, 37.897135999937575 ], [ -122.693569000095437, 37.90117100005115 ], [ -122.684296000437911, 37.905004000006144 ], [ -122.678536847252531, 37.906586728426682 ], [ -122.678474000216937, 37.906604000045213 ], [ -122.658823000338927, 37.904737999649086 ], [ -122.641962999573295, 37.897507000196697 ], [ -122.628957632860974, 37.88522105421039 ], [ -122.628205000061399, 37.885945000337287 ], [ -122.626533999783959, 37.886723999716914 ], [ -122.624136000133603, 37.887489999749661 ], [ -122.619119000001632, 37.89320600033686 ], [ -122.616418000402589, 37.89518800009116 ], [ -122.612940000303581, 37.896502000260583 ], [ -122.610802000045894, 37.898557999957561 ], [ -122.610072000299951, 37.900146999940091 ], [ -122.608771999743269, 37.902253999838067 ], [ -122.610125000003393, 37.904796000075351 ], [ -122.608423999588723, 37.903893000218076 ], [ -122.607006999754518, 37.904073999992569 ], [ -122.604926000296544, 37.903258999913312 ], [ -122.604327000071848, 37.904200000262009 ], [ -122.611342999645984, 37.907478999825713 ], [ -122.613632000414739, 37.906783000059505 ], [ -122.613694000338995, 37.904476000233409 ], [ -122.614821999569926, 37.906138000179006 ], [ -122.614244000159914, 37.908200999811683 ], [ -122.612603999844609, 37.909569000126481 ], [ -122.612657000446376, 37.910474999906015 ], [ -122.613581000361094, 37.910409000087611 ], [ -122.615927000132928, 37.909090999908777 ], [ -122.619222999758719, 37.909221999667913 ], [ -122.620755999943881, 37.910593000249889 ], [ -122.625204999813292, 37.91122799976371 ], [ -122.624637000449042, 37.912493000005696 ], [ -122.62639400004187, 37.91422400026309 ], [ -122.627496000231844, 37.916325999826078 ], [ -122.628605000094481, 37.916428999908554 ], [ -122.628734999790836, 37.918877000094824 ], [ -122.630204000401918, 37.920502999943146 ], [ -122.633105999842414, 37.921399999975094 ], [ -122.635100999984957, 37.922705000233982 ], [ -122.637731000337226, 37.923751999927156 ], [ -122.639030999995583, 37.924741000056933 ], [ -122.640318000133476, 37.924588000104798 ], [ -122.641211999910979, 37.92634600008472 ], [ -122.644259999839647, 37.929824000068926 ], [ -122.646525000318917, 37.933841000156463 ], [ -122.650516000428922, 37.935737999663303 ], [ -122.653508000281121, 37.93548300015523 ], [ -122.656745000355698, 37.936894999763204 ], [ -122.657993999960439, 37.938337000338045 ], [ -122.658450999894924, 37.940569999902223 ], [ -122.659677999758358, 37.941658000076416 ], [ -122.66314699963651, 37.945297000113854 ], [ -122.667166000233905, 37.946980000327159 ], [ -122.668783999909593, 37.947027000101386 ], [ -122.668995999621686, 37.948985999774941 ], [ -122.672477999918655, 37.950187999739121 ], [ -122.673433999620443, 37.951668000221517 ], [ -122.674833999736222, 37.952058999698089 ], [ -122.675877000374953, 37.95129699969268 ], [ -122.676696999634302, 37.953488000226457 ], [ -122.680549999652015, 37.955032000015102 ], [ -122.683383000393846, 37.957854999891005 ], [ -122.683641999961623, 37.958941999720054 ], [ -122.682612999566601, 37.959731999814871 ], [ -122.684430000332213, 37.961906000065746 ], [ -122.686284999834371, 37.962372999990102 ], [ -122.688664000116475, 37.965285999852625 ], [ -122.691801999558535, 37.966474000276285 ], [ -122.694255000358794, 37.968135999780969 ], [ -122.695946999654311, 37.966571000300235 ], [ -122.699088000367752, 37.964639999654899 ], [ -122.700721000112026, 37.962604000157633 ], [ -122.701209000008646, 37.961012000120398 ], [ -122.703578000245002, 37.958655999950395 ], [ -122.706067999956872, 37.955133000133301 ], [ -122.705917000344115, 37.954363999790161 ], [ -122.709017999976297, 37.951601999831063 ], [ -122.711242000447697, 37.951466000234674 ], [ -122.71324400026289, 37.952391000069149 ], [ -122.710753999652738, 37.947709000299866 ], [ -122.708484999873804, 37.946634000249972 ], [ -122.714396999608155, 37.942425000314131 ], [ -122.713262999631155, 37.939148000006718 ], [ -122.713574999800713, 37.937582000250579 ], [ -122.715763000287083, 37.936232000286047 ], [ -122.715034000366018, 37.93446100022615 ], [ -122.717842999920123, 37.933416999872605 ], [ -122.722658000385707, 37.933504000232205 ], [ -122.724881000133905, 37.934535000253092 ], [ -122.736883744581249, 37.925805042299622 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041132200", "NAME": "Census Tract 1322", "state": "06", "county_fips": "041", "tract": "132200", "county_name": "Marin County", "tot_pop_2050": 1816, "tot_pop_pov_det_2050": 1816, "tot_pop_civ_ni_2050": 1816, "tot_hh_2050": 917, "pop_zvhhs_2050": 35, "tot_fam_2050": 565, "tot_pop_over5_2050": 1768, "pop_hus_rent50_2050": 96, "pop_minority_2050": 336, "pop_over75_2050": 348, "pop_spfam_2050": 20, "pop_lep_2050": 13, "pop_below200_2050": 330, "pop_disability_2050": 183, "pct_minority_2050": 0.18502202643171808, "pct_over75_2050": 0.19162995594713653, "pct_spfam_2050": 0.035398230088495575, "pct_lep_2050": 0.0073529411764705873, "pct_below200_2050": 0.18171806167400881, "pct_disab_2050": 0.10077092511013216, "pct_zvhhs_2050": 0.038167938931297711, "pct_hus_rent50_2050": 0.10468920392584516, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.020561999619645, 37.999544000255369 ], [ -123.024065999657907, 37.994877999855795 ], [ -123.014275999791479, 37.993929000157436 ], [ -123.011672000276789, 37.995092999765937 ], [ -123.007477999777223, 37.995359999833958 ], [ -123.006327999906659, 37.993630000084814 ], [ -122.994223000230534, 37.993174999790426 ], [ -122.991496999618818, 37.994450000186966 ], [ -122.986010999856788, 37.992078000000831 ], [ -122.974389999879335, 37.992429000062323 ], [ -122.972104000381947, 37.990127000248265 ], [ -122.96354399985367, 37.989913999984097 ], [ -122.967697000345339, 37.993775999853433 ], [ -122.97404300044802, 37.994295999946608 ], [ -122.983034000073204, 37.997405999649018 ], [ -122.983655999864141, 38.000740999667784 ], [ -122.983137999830276, 38.005756999901287 ], [ -122.981776000247663, 38.009118999738348 ], [ -122.972378000018338, 38.020247000103815 ], [ -122.956811000136739, 38.028720000215827 ], [ -122.939711000069934, 38.031907999648972 ], [ -122.923139000082756, 38.028679000167593 ], [ -122.905105999880405, 38.028383999679235 ], [ -122.882114000170759, 38.025273000000873 ], [ -122.856573000299662, 38.016716999695085 ], [ -122.821383000129117, 37.996734999715656 ], [ -122.811471000063918, 37.98511699990523 ], [ -122.808777000137567, 37.985358999872339 ], [ -122.806818179643102, 37.983860085559783 ], [ -122.797404999682129, 37.976657000172544 ], [ -122.791738999995033, 37.969421999868715 ], [ -122.783243999764082, 37.95133399973983 ], [ -122.78266999965372, 37.948503999814392 ], [ -122.77928399961624, 37.948271999693716 ], [ -122.776121000059788, 37.946292999849121 ], [ -122.776475999887055, 37.943771999696082 ], [ -122.771779000320535, 37.94401700011322 ], [ -122.768235000099295, 37.941674999918106 ], [ -122.766137999849519, 37.938003999850686 ], [ -122.758976999612102, 37.935973999870143 ], [ -122.754605999560511, 37.935526999683368 ], [ -122.748745999704667, 37.931080999842834 ], [ -122.736897999946493, 37.925824999950883 ], [ -122.736883744581249, 37.925805042299622 ], [ -122.724881000133905, 37.934535000253092 ], [ -122.722658000385707, 37.933504000232205 ], [ -122.717842999920123, 37.933416999872605 ], [ -122.715034000366018, 37.93446100022615 ], [ -122.715763000287083, 37.936232000286047 ], [ -122.713574999800713, 37.937582000250579 ], [ -122.713262999631155, 37.939148000006718 ], [ -122.714396999608155, 37.942425000314131 ], [ -122.708484999873804, 37.946634000249972 ], [ -122.710753999652738, 37.947709000299866 ], [ -122.71324400026289, 37.952391000069149 ], [ -122.711242000447697, 37.951466000234674 ], [ -122.709017999976297, 37.951601999831063 ], [ -122.705917000344115, 37.954363999790161 ], [ -122.706067999956872, 37.955133000133301 ], [ -122.703578000245002, 37.958655999950395 ], [ -122.701209000008646, 37.961012000120398 ], [ -122.700721000112026, 37.962604000157633 ], [ -122.699088000367752, 37.964639999654899 ], [ -122.695946999654311, 37.966571000300235 ], [ -122.694255000358794, 37.968135999780969 ], [ -122.696997999790653, 37.972049999698925 ], [ -122.69963200034087, 37.973867999754972 ], [ -122.701203999985779, 37.975733999782513 ], [ -122.703794000155071, 37.977401999693825 ], [ -122.705106000407326, 37.980506000241476 ], [ -122.710716000017896, 37.983997999878525 ], [ -122.713269000377295, 37.983528000178786 ], [ -122.71521500011599, 37.987446999864375 ], [ -122.714974000091601, 37.988771999711382 ], [ -122.7163840002531, 37.991493999823469 ], [ -122.718314000098317, 37.993170000261607 ], [ -122.720281999578376, 37.995985000337079 ], [ -122.719299999937306, 37.997351000198798 ], [ -122.71572300010412, 37.998226000011236 ], [ -122.715574000141189, 37.999897999992605 ], [ -122.713157000224257, 37.998764000035024 ], [ -122.713338999799163, 37.999623999881528 ], [ -122.7109779999587, 37.998640999803889 ], [ -122.71027199960389, 37.997604999863768 ], [ -122.708766000081198, 37.999088000295252 ], [ -122.709248999954937, 38.000153000274288 ], [ -122.708588999630862, 38.00253700012437 ], [ -122.708959000425054, 38.004535000120349 ], [ -122.71083700039172, 38.005021999766022 ], [ -122.712054000209406, 38.009811999762398 ], [ -122.716160999772029, 38.013934000066747 ], [ -122.719746000001152, 38.01549900010955 ], [ -122.723393000154559, 38.016131999667877 ], [ -122.723660999943149, 38.016833999989451 ], [ -122.720218999829171, 38.016399000274028 ], [ -122.715675000423545, 38.014474000282362 ], [ -122.713746000403248, 38.012481999762691 ], [ -122.711002000248158, 38.011226000217128 ], [ -122.708398999660062, 38.009097000079699 ], [ -122.707690999655441, 38.012046000332703 ], [ -122.708576000110398, 38.015190999952786 ], [ -122.709590000436805, 38.016174999693384 ], [ -122.710366000213526, 38.017190999769561 ], [ -122.71046099974977, 38.01848599986311 ], [ -122.711203000089611, 38.018588999684397 ], [ -122.711865000063497, 38.019544999920036 ], [ -122.713564999754965, 38.021300999748 ], [ -122.714878999657017, 38.021966000284337 ], [ -122.716293000016506, 38.023571000252289 ], [ -122.715991999717616, 38.027730999799012 ], [ -122.71573599962457, 38.028231999654672 ], [ -122.713383000180087, 38.027765999811244 ], [ -122.712295000233851, 38.029319000081365 ], [ -122.709663000231743, 38.029525000259433 ], [ -122.709078000250742, 38.030086000129607 ], [ -122.706960000084536, 38.030104999669064 ], [ -122.705643999634361, 38.030894000177454 ], [ -122.703105000416997, 38.03143799989742 ], [ -122.70095399974052, 38.031216000333089 ], [ -122.699738999572673, 38.032270999776344 ], [ -122.697691999551594, 38.033543000230374 ], [ -122.697529000243293, 38.03450400018454 ], [ -122.698855999665838, 38.036732000343981 ], [ -122.698337999631988, 38.038928000150079 ], [ -122.701922999861097, 38.040539000181624 ], [ -122.704532000296965, 38.039512000308484 ], [ -122.70891300039429, 38.039301999697422 ], [ -122.709879999966702, 38.040424000321579 ], [ -122.709171000137175, 38.041217000158156 ], [ -122.710890999920068, 38.042402000203651 ], [ -122.708696999585896, 38.044450000082698 ], [ -122.709469000062981, 38.047240000098476 ], [ -122.711176000325423, 38.049272999926806 ], [ -122.712453000417568, 38.049886000225008 ], [ -122.711384999664489, 38.046846000321949 ], [ -122.7122869998379, 38.045137999678772 ], [ -122.714927000235903, 38.046544000091927 ], [ -122.718423999703163, 38.04713200014087 ], [ -122.720817000228976, 38.048922999956318 ], [ -122.723074000312351, 38.049565999925008 ], [ -122.724014000120576, 38.049948000298215 ], [ -122.724533999804265, 38.051806000237249 ], [ -122.727474999602819, 38.055764999872885 ], [ -122.730556999866707, 38.056015000098547 ], [ -122.73587500029754, 38.057290000273298 ], [ -122.741754000419974, 38.061705999799109 ], [ -122.742330000180146, 38.063113000342717 ], [ -122.744480999958299, 38.06504900013438 ], [ -122.746357000275154, 38.067873999973159 ], [ -122.748624000404234, 38.067112999854899 ], [ -122.751827999968555, 38.065822000353407 ], [ -122.754658000337358, 38.064976000194811 ], [ -122.758302000117723, 38.066430999808979 ], [ -122.763700000016172, 38.064657000156771 ], [ -122.765261999615376, 38.064912000003865 ], [ -122.76889500042337, 38.066899999820187 ], [ -122.771877000229821, 38.066652000074228 ], [ -122.772295999631169, 38.06838099965799 ], [ -122.769999000263169, 38.069930999978482 ], [ -122.771851000290567, 38.074849000086459 ], [ -122.776860999851536, 38.078076000223376 ], [ -122.778153999837173, 38.078355999669611 ], [ -122.779431999754223, 38.080828999888617 ], [ -122.782725999730218, 38.081846000184335 ], [ -122.784381000114138, 38.080990000286796 ], [ -122.784330999885441, 38.079847000163028 ], [ -122.784012999868111, 38.078571999903978 ], [ -122.784639999681914, 38.076143999716706 ], [ -122.784494999916959, 38.073600000234748 ], [ -122.787511000058601, 38.072942000040875 ], [ -122.789317999880183, 38.073265999741196 ], [ -122.792243999610122, 38.075892999762551 ], [ -122.794550999922194, 38.076464999673419 ], [ -122.795711999663382, 38.075921000025524 ], [ -122.79893799986732, 38.072860999891518 ], [ -122.79893799986732, 38.070729999702316 ], [ -122.79814600019705, 38.068757000095552 ], [ -122.79956399985619, 38.066663999784708 ], [ -122.801057999683323, 38.066818000020056 ], [ -122.802913000083748, 38.065201000123508 ], [ -122.805109000067745, 38.064729000353424 ], [ -122.808382000127352, 38.065312999801776 ], [ -122.812887000073232, 38.063173999738282 ], [ -122.820281999764063, 38.063184999936915 ], [ -122.820966000377595, 38.067153000280349 ], [ -122.821245000036853, 38.073799000028153 ], [ -122.825724999868385, 38.07758000000721 ], [ -122.827438999803533, 38.081010999728498 ], [ -122.827376999879235, 38.082742000345554 ], [ -122.828961000118042, 38.085072999842644 ], [ -122.831520000325199, 38.087266999993631 ], [ -122.833173000160983, 38.089717000110682 ], [ -122.836577999566728, 38.093033999907149 ], [ -122.839972999825051, 38.095955999684605 ], [ -122.847325999683122, 38.100813000048049 ], [ -122.852047000437381, 38.103766000026482 ], [ -122.859425000409757, 38.110075999649411 ], [ -122.865861000025788, 38.115149000294196 ], [ -122.871190000327275, 38.118878000204475 ], [ -122.876105000351998, 38.121959000298872 ], [ -122.88115400027101, 38.126921000273825 ], [ -122.885737000034709, 38.134097999840861 ], [ -122.887823000413832, 38.138286999774763 ], [ -122.890072999926176, 38.141780999763668 ], [ -122.893511999667112, 38.148576000115717 ], [ -122.896476999755151, 38.152232000258905 ], [ -122.899785999799732, 38.157735999949722 ], [ -122.907214000000849, 38.16763699981577 ], [ -122.928706999860552, 38.194056000275182 ], [ -122.932001999661423, 38.197920000172061 ], [ -122.937911999745992, 38.201372000214597 ], [ -122.943728000119194, 38.206198000097856 ], [ -122.952620000010185, 38.212813000079898 ], [ -122.956580999982975, 38.216475000040738 ], [ -122.962859000313543, 38.222742000260162 ], [ -122.967179000311489, 38.226606999709311 ], [ -122.97195899971868, 38.230469000130789 ], [ -122.973294655307299, 38.232069893905006 ], [ -122.978992999734501, 38.229291000276454 ], [ -122.982321000045673, 38.234144999959405 ], [ -122.987149000031764, 38.237537999867783 ], [ -122.995327999895224, 38.24075400001427 ], [ -122.995630999843925, 38.238626000235726 ], [ -122.994204999788877, 38.236385999954322 ], [ -122.991952999728369, 38.233185000135279 ], [ -122.985511000264594, 38.224875999702633 ], [ -122.98183099960093, 38.223101999734482 ], [ -122.98042499963735, 38.220983999691086 ], [ -122.980732999608918, 38.215340000208258 ], [ -122.96811200044705, 38.202427999866188 ], [ -122.966370000024511, 38.198514000152507 ], [ -122.965407999576655, 38.1871130001552 ], [ -122.967349000190822, 38.182764000148772 ], [ -122.960859999973053, 38.179408999959094 ], [ -122.955842000016162, 38.178013999843017 ], [ -122.95362900031374, 38.175669999766917 ], [ -122.953537000252226, 38.170284000060256 ], [ -122.949625999609864, 38.164040999845604 ], [ -122.949074000139149, 38.154060000130478 ], [ -122.952086000082815, 38.13856200007379 ], [ -122.960889000285349, 38.112961999666709 ], [ -122.992419999708616, 38.04175799990535 ], [ -123.01153300035962, 38.003437999647794 ], [ -123.015202000254305, 38.000277999852521 ], [ -123.020561999619645, 37.999544000255369 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06041133000", "NAME": "Census Tract 1330", "state": "06", "county_fips": "041", "tract": "133000", "county_name": "Marin County", "tot_pop_2050": 2803, "tot_pop_pov_det_2050": 2776, "tot_pop_civ_ni_2050": 2803, "tot_hh_2050": 1207, "pop_zvhhs_2050": 60, "tot_fam_2050": 743, "tot_pop_over5_2050": 2699, "pop_hus_rent50_2050": 96, "pop_minority_2050": 689, "pop_over75_2050": 318, "pop_spfam_2050": 37, "pop_lep_2050": 116, "pop_below200_2050": 627, "pop_disability_2050": 203, "pct_minority_2050": 0.245808062789868, "pct_over75_2050": 0.11344987513378522, "pct_spfam_2050": 0.049798115746971738, "pct_lep_2050": 0.042978881067061867, "pct_below200_2050": 0.22586455331412106, "pct_disab_2050": 0.072422404566535856, "pct_zvhhs_2050": 0.049710024855012434, "pct_hus_rent50_2050": 0.079536039768019887, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.002787000058476, 38.295709999818598 ], [ -123.002911201129663, 38.295708355010895 ], [ -122.997106000302779, 38.289457999821174 ], [ -122.99460300017212, 38.283096000162431 ], [ -122.989451000320955, 38.280243999906993 ], [ -122.986318999828356, 38.273164000224902 ], [ -122.977247418627215, 38.267996233047192 ], [ -122.977082000155875, 38.267902000230265 ], [ -122.973488810884618, 38.260851852673262 ], [ -122.969011000247406, 38.252066000294889 ], [ -122.969091887250556, 38.251481340188967 ], [ -122.970198999752782, 38.243479000081471 ], [ -122.97305099986292, 38.238438999975045 ], [ -122.972385570121247, 38.234385480575092 ], [ -122.972101000008919, 38.232651999812774 ], [ -122.972567015435587, 38.232424739846401 ], [ -122.973294655307299, 38.232069893905006 ], [ -122.97195899971868, 38.230469000130789 ], [ -122.967179000311489, 38.226606999709311 ], [ -122.962859000313543, 38.222742000260162 ], [ -122.956580999982975, 38.216475000040738 ], [ -122.952620000010185, 38.212813000079898 ], [ -122.943728000119194, 38.206198000097856 ], [ -122.937911999745992, 38.201372000214597 ], [ -122.932001999661423, 38.197920000172061 ], [ -122.928706999860552, 38.194056000275182 ], [ -122.907214000000849, 38.16763699981577 ], [ -122.899785999799732, 38.157735999949722 ], [ -122.896476999755151, 38.152232000258905 ], [ -122.893511999667112, 38.148576000115717 ], [ -122.890072999926176, 38.141780999763668 ], [ -122.887823000413832, 38.138286999774763 ], [ -122.885737000034709, 38.134097999840861 ], [ -122.88115400027101, 38.126921000273825 ], [ -122.876105000351998, 38.121959000298872 ], [ -122.871190000327275, 38.118878000204475 ], [ -122.865861000025788, 38.115149000294196 ], [ -122.859425000409757, 38.110075999649411 ], [ -122.852047000437381, 38.103766000026482 ], [ -122.847325999683122, 38.100813000048049 ], [ -122.839972999825051, 38.095955999684605 ], [ -122.836577999566728, 38.093033999907149 ], [ -122.833173000160983, 38.089717000110682 ], [ -122.831520000325199, 38.087266999993631 ], [ -122.828961000118042, 38.085072999842644 ], [ -122.827376999879235, 38.082742000345554 ], [ -122.827438999803533, 38.081010999728498 ], [ -122.825724999868385, 38.07758000000721 ], [ -122.821245000036853, 38.073799000028153 ], [ -122.820966000377595, 38.067153000280349 ], [ -122.820281999764063, 38.063184999936915 ], [ -122.812887000073232, 38.063173999738282 ], [ -122.808382000127352, 38.065312999801776 ], [ -122.805109000067745, 38.064729000353424 ], [ -122.802913000083748, 38.065201000123508 ], [ -122.801057999683323, 38.066818000020056 ], [ -122.79956399985619, 38.066663999784708 ], [ -122.79814600019705, 38.068757000095552 ], [ -122.79893799986732, 38.070729999702316 ], [ -122.79893799986732, 38.072860999891518 ], [ -122.795711999663382, 38.075921000025524 ], [ -122.794550999922194, 38.076464999673419 ], [ -122.792243999610122, 38.075892999762551 ], [ -122.789317999880183, 38.073265999741196 ], [ -122.787511000058601, 38.072942000040875 ], [ -122.784494999916959, 38.073600000234748 ], [ -122.784639999681914, 38.076143999716706 ], [ -122.784012999868111, 38.078571999903978 ], [ -122.784330999885441, 38.079847000163028 ], [ -122.784381000114138, 38.080990000286796 ], [ -122.782725999730218, 38.081846000184335 ], [ -122.779431999754223, 38.080828999888617 ], [ -122.778153999837173, 38.078355999669611 ], [ -122.776860999851536, 38.078076000223376 ], [ -122.771851000290567, 38.074849000086459 ], [ -122.769999000263169, 38.069930999978482 ], [ -122.772295999631169, 38.06838099965799 ], [ -122.771877000229821, 38.066652000074228 ], [ -122.76889500042337, 38.066899999820187 ], [ -122.765261999615376, 38.064912000003865 ], [ -122.763700000016172, 38.064657000156771 ], [ -122.758302000117723, 38.066430999808979 ], [ -122.754658000337358, 38.064976000194811 ], [ -122.751827999968555, 38.065822000353407 ], [ -122.748624000404234, 38.067112999854899 ], [ -122.746357000275154, 38.067873999973159 ], [ -122.744480999958299, 38.06504900013438 ], [ -122.742330000180146, 38.063113000342717 ], [ -122.741754000419974, 38.061705999799109 ], [ -122.73587500029754, 38.057290000273298 ], [ -122.730556999866707, 38.056015000098547 ], [ -122.727474999602819, 38.055764999872885 ], [ -122.724533999804265, 38.051806000237249 ], [ -122.724014000120576, 38.049948000298215 ], [ -122.723074000312351, 38.049565999925008 ], [ -122.720817000228976, 38.048922999956318 ], [ -122.718423999703163, 38.04713200014087 ], [ -122.714927000235903, 38.046544000091927 ], [ -122.7122869998379, 38.045137999678772 ], [ -122.711384999664489, 38.046846000321949 ], [ -122.712453000417568, 38.049886000225008 ], [ -122.711176000325423, 38.049272999926806 ], [ -122.709469000062981, 38.047240000098476 ], [ -122.708696999585896, 38.044450000082698 ], [ -122.710890999920068, 38.042402000203651 ], [ -122.709171000137175, 38.041217000158156 ], [ -122.709879999966702, 38.040424000321579 ], [ -122.70891300039429, 38.039301999697422 ], [ -122.704532000296965, 38.039512000308484 ], [ -122.701922999861097, 38.040539000181624 ], [ -122.698337999631988, 38.038928000150079 ], [ -122.698855999665838, 38.036732000343981 ], [ -122.697529000243293, 38.03450400018454 ], [ -122.697691999551594, 38.033543000230374 ], [ -122.692151000436297, 38.031905000242787 ], [ -122.691587000371712, 38.030901000303544 ], [ -122.690455999869414, 38.030197999764539 ], [ -122.689280999884517, 38.030587999974784 ], [ -122.688461999551791, 38.030710999675733 ], [ -122.687895000012446, 38.030438999744 ], [ -122.687380000351638, 38.030441999917876 ], [ -122.686400000360436, 38.031478999816649 ], [ -122.682791999666776, 38.031374000098424 ], [ -122.682742000336347, 38.030945999784208 ], [ -122.681536000389315, 38.030456000255832 ], [ -122.680528999735614, 38.030312000291147 ], [ -122.679168999802798, 38.029691000208196 ], [ -122.67842099961517, 38.028821999960059 ], [ -122.678555000407783, 38.028427000299303 ], [ -122.677961000205954, 38.028031999924004 ], [ -122.677346999912615, 38.027936000340539 ], [ -122.67589699956811, 38.028248999970991 ], [ -122.675345000097366, 38.028202999688638 ], [ -122.671432999630113, 38.026585000209359 ], [ -122.669618000310948, 38.025810999691998 ], [ -122.669072999614599, 38.025430999846414 ], [ -122.668225999692766, 38.025469999809573 ], [ -122.667726000100572, 38.025451999665833 ], [ -122.66650699973475, 38.024950999905933 ], [ -122.666382000061262, 38.02433800032788 ], [ -122.665972999807337, 38.022704000156857 ], [ -122.663617999814718, 38.022299000025157 ], [ -122.664489999850915, 38.023526999696294 ], [ -122.664673000149008, 38.025578999759908 ], [ -122.664083999970046, 38.025747999816659 ], [ -122.664734000248359, 38.026233000302128 ], [ -122.664056000380938, 38.026815000043371 ], [ -122.661929999818838, 38.026176000071601 ], [ -122.661614000349658, 38.025690000029535 ], [ -122.658845999905139, 38.025820999959301 ], [ -122.65649699976025, 38.026107999688918 ], [ -122.65465399995368, 38.026855999719508 ], [ -122.654382999792048, 38.027884999869372 ], [ -122.651407999658275, 38.027753000233218 ], [ -122.64992600042504, 38.028281000181195 ], [ -122.645502999596616, 38.027108999905877 ], [ -122.643684000079475, 38.028099000082136 ], [ -122.642475999584306, 38.025723999715076 ], [ -122.639456999967933, 38.025153999946077 ], [ -122.63388599981711, 38.025621000015583 ], [ -122.632605000425329, 38.025583000021136 ], [ -122.626264000345543, 38.022795999813631 ], [ -122.62280399978988, 38.020823000258467 ], [ -122.61709700009493, 38.019494999948797 ], [ -122.616562000342626, 38.019645999729519 ], [ -122.615592000397172, 38.020221999654296 ], [ -122.616333000013796, 38.021236000345532 ], [ -122.616709999582326, 38.020886000122346 ], [ -122.619646000256324, 38.021913999965022 ], [ -122.618551999563991, 38.023556000097877 ], [ -122.620798999601604, 38.026062000185135 ], [ -122.622433000069108, 38.026496999860399 ], [ -122.617288999715555, 38.028572000278864 ], [ -122.617272999822021, 38.031195999854837 ], [ -122.619288000056045, 38.033680000351659 ], [ -122.619214000436187, 38.03601100019992 ], [ -122.621449999704851, 38.037508000252984 ], [ -122.622635999560387, 38.037617999704203 ], [ -122.624469000219548, 38.039501999787653 ], [ -122.624410999594915, 38.041498999933999 ], [ -122.622689000162154, 38.044062999723913 ], [ -122.621764000422544, 38.047017000023956 ], [ -122.62248900014562, 38.048066000033813 ], [ -122.621289999871294, 38.047501999752839 ], [ -122.620620000399768, 38.045913000039086 ], [ -122.618811000030064, 38.056532999692941 ], [ -122.616092999814256, 38.061120999741732 ], [ -122.613152000015702, 38.061301999712654 ], [ -122.606191999619725, 38.05802099966354 ], [ -122.604322000048981, 38.059214999850639 ], [ -122.600602999925542, 38.062987999729586 ], [ -122.59745999956229, 38.067116999969151 ], [ -122.601213000020905, 38.070509999716151 ], [ -122.603716999976484, 38.07606300028489 ], [ -122.607286000312087, 38.077828000182258 ], [ -122.615358000045433, 38.082940000198846 ], [ -122.620452000170289, 38.084892999785666 ], [ -122.627893999716775, 38.088320000324799 ], [ -122.63049200028199, 38.08983399972481 ], [ -122.633710999914911, 38.089742000164804 ], [ -122.635566000315364, 38.090871000343782 ], [ -122.639558000250275, 38.091723000320911 ], [ -122.646054000140751, 38.088185000132839 ], [ -122.652981000026415, 38.089596000010609 ], [ -122.65629199972085, 38.091525999911028 ], [ -122.663160000055299, 38.093311000326672 ], [ -122.66436500017744, 38.094119999957094 ], [ -122.665356999864215, 38.095722000072954 ], [ -122.665417999963594, 38.102642000240998 ], [ -122.667004999677133, 38.111514000195356 ], [ -122.667519000411318, 38.11292999972693 ], [ -122.673317000342877, 38.115398999673516 ], [ -122.67607099964539, 38.116027000231064 ], [ -122.679860999913927, 38.115726000131268 ], [ -122.68372800017535, 38.11477900003802 ], [ -122.687106999641827, 38.114320999959418 ], [ -122.691474000393782, 38.114271999787071 ], [ -122.696313000250527, 38.116454999816987 ], [ -122.698679000113827, 38.120948999855457 ], [ -122.699233999957613, 38.124941000346752 ], [ -122.699798000022227, 38.132631999843447 ], [ -122.7001989998802, 38.134173000347893 ], [ -122.699561000195757, 38.135440000184786 ], [ -122.699596000355839, 38.137532000035634 ], [ -122.698272000408039, 38.140042000212887 ], [ -122.696579000389306, 38.142447999969782 ], [ -122.692208000337729, 38.145816999657335 ], [ -122.68721499959689, 38.147219999859942 ], [ -122.683242999753475, 38.149163999943646 ], [ -122.680752000216685, 38.149231000083383 ], [ -122.666917999638486, 38.148585000231733 ], [ -122.664800000370619, 38.148141000014903 ], [ -122.66341500032344, 38.146463000002107 ], [ -122.66198199969736, 38.145699999981524 ], [ -122.660092000035121, 38.145552999669974 ], [ -122.654988999689436, 38.147617999944593 ], [ -122.652854999629724, 38.148014000014356 ], [ -122.649087000000819, 38.147527000026187 ], [ -122.645091999692866, 38.146647999907763 ], [ -122.641595000225621, 38.146319000182288 ], [ -122.641433999668791, 38.14433200028283 ], [ -122.639481000257376, 38.138768000032542 ], [ -122.636300000259311, 38.135391999854562 ], [ -122.632145000117774, 38.133884999959065 ], [ -122.630534999939698, 38.132870999820454 ], [ -122.628595000048747, 38.13021300031582 ], [ -122.626517999890439, 38.124432000078109 ], [ -122.625544999571915, 38.123141999974102 ], [ -122.624769999620099, 38.123055999769228 ], [ -122.61908300001663, 38.120925999875773 ], [ -122.618486000340056, 38.120722999741005 ], [ -122.616750999590195, 38.12520899976316 ], [ -122.614721000185895, 38.126065999665883 ], [ -122.613773999806639, 38.129551000034347 ], [ -122.611824999694846, 38.131798999949844 ], [ -122.60890399998776, 38.138779000161485 ], [ -122.608794000382886, 38.147819000200478 ], [ -122.607335999642459, 38.146946000044814 ], [ -122.599094000029808, 38.147019000072916 ], [ -122.592104000394926, 38.145888999744997 ], [ -122.590883000379307, 38.146193999848222 ], [ -122.590678000339878, 38.144800000277719 ], [ -122.58895199981086, 38.143538000322913 ], [ -122.588860999574237, 38.143037999836231 ], [ -122.589514000225634, 38.142685999891299 ], [ -122.590505999912423, 38.140802999898568 ], [ -122.586986999805532, 38.138696999738585 ], [ -122.585742000398753, 38.140323999804906 ], [ -122.584411999704869, 38.141404999801935 ], [ -122.569834999860205, 38.13645499974524 ], [ -122.568891999678925, 38.136064000191148 ], [ -122.568275999735775, 38.135683999844204 ], [ -122.56789699961908, 38.13507000029729 ], [ -122.566665999557699, 38.135064999856283 ], [ -122.565828999681585, 38.13478899999447 ], [ -122.565256000294497, 38.134903000079305 ], [ -122.564891000421497, 38.131994000184257 ], [ -122.564458999703049, 38.13186999988897 ], [ -122.564807999682515, 38.129283000305293 ], [ -122.564366999641535, 38.12893300021107 ], [ -122.564170999822963, 38.129407999932205 ], [ -122.563590999864843, 38.132922999735442 ], [ -122.564358000319032, 38.143623000022473 ], [ -122.564662999917559, 38.145306000103886 ], [ -122.568499000216832, 38.156531000307801 ], [ -122.569034999794056, 38.157689999858235 ], [ -122.570331999977682, 38.159415000028737 ], [ -122.578963999577681, 38.166175000312187 ], [ -122.585915999577708, 38.170618999877838 ], [ -122.597445000392, 38.179169000018945 ], [ -122.599284000000608, 38.181005000072354 ], [ -122.600916999744911, 38.185262999744147 ], [ -122.601639999818175, 38.183341999754767 ], [ -122.603505000264391, 38.180852000304974 ], [ -122.605634000301208, 38.180428000175368 ], [ -122.609998999606702, 38.181299999986081 ], [ -122.612504000285497, 38.1805909997111 ], [ -122.615108999625079, 38.182353000193707 ], [ -122.61883199994648, 38.182312999991794 ], [ -122.620947999564535, 38.181959999800029 ], [ -122.622647000329366, 38.182624000135803 ], [ -122.625408000202881, 38.182394000236648 ], [ -122.628183000320107, 38.178887000208938 ], [ -122.633869999923576, 38.178451000232705 ], [ -122.636320000350779, 38.178802999859286 ], [ -122.637948000072186, 38.180248999879538 ], [ -122.645126999852977, 38.181054999806712 ], [ -122.646953999766026, 38.181202999751292 ], [ -122.648985999718477, 38.181077000017865 ], [ -122.65260500028279, 38.18348500005041 ], [ -122.659439000282077, 38.186976000133306 ], [ -122.663997999756305, 38.186503999754876 ], [ -122.664478000155341, 38.187626999831778 ], [ -122.667157999838011, 38.189696999899397 ], [ -122.672879999601577, 38.189829999996306 ], [ -122.675761999848902, 38.189060999741685 ], [ -122.676597000075162, 38.189770000194983 ], [ -122.680717999881495, 38.189743000268301 ], [ -122.68305299978266, 38.191686000032853 ], [ -122.688299000243489, 38.194687999692697 ], [ -122.689531000129776, 38.19475899983528 ], [ -122.691035000002643, 38.194483999653492 ], [ -122.694065000387994, 38.195139000187417 ], [ -122.694862999906022, 38.195100000341064 ], [ -122.698253000141463, 38.196127000153673 ], [ -122.70103800030445, 38.19598399996638 ], [ -122.704442999710196, 38.19845500008833 ], [ -122.706009000405629, 38.198292999929549 ], [ -122.714338000056927, 38.201221999683519 ], [ -122.715035000190937, 38.203397999653156 ], [ -122.71770900002582, 38.20500800015008 ], [ -122.721587999982816, 38.206714999900242 ], [ -122.722994999771288, 38.207131999995575 ], [ -122.739899999844411, 38.207017999886851 ], [ -122.748235000241806, 38.212722999826525 ], [ -122.787099000329931, 38.239003000098919 ], [ -122.800924999613912, 38.248392999660219 ], [ -122.802934999825069, 38.249916999860133 ], [ -122.811970999656111, 38.256128999981655 ], [ -122.828559000435149, 38.267321999765663 ], [ -122.841840999746012, 38.27624400029076 ], [ -122.853712999793615, 38.284188999720428 ], [ -122.87440599958714, 38.298088000243744 ], [ -122.898444000308601, 38.314515999851814 ], [ -122.899933000112824, 38.316793000124257 ], [ -122.901725999690683, 38.316942999765736 ], [ -122.908163000029944, 38.314290000330367 ], [ -122.909236999732499, 38.314268000227081 ], [ -122.910882000070643, 38.316865000300993 ], [ -122.910155999624337, 38.317892000275812 ], [ -122.907304000412537, 38.318642000221971 ], [ -122.906660999806888, 38.319935000030085 ], [ -122.908105000303607, 38.320752000147635 ], [ -122.911318999913647, 38.321209000130644 ], [ -122.91290999982516, 38.320317999868664 ], [ -122.916074000104786, 38.320256999799795 ], [ -122.918000999576975, 38.317952000105976 ], [ -122.920952000319588, 38.316836000072016 ], [ -122.919640999892252, 38.31465000023961 ], [ -122.916601000359506, 38.313209999746711 ], [ -122.918240999776472, 38.310134000116733 ], [ -122.92151200018624, 38.308567999891771 ], [ -122.922871000294151, 38.309027999845469 ], [ -122.923805000254617, 38.311515999896073 ], [ -122.925636000365643, 38.31273599974881 ], [ -122.928410999584528, 38.312803999689045 ], [ -122.932521000418518, 38.311709000049831 ], [ -122.935426000232098, 38.309613999793115 ], [ -122.936695999753212, 38.310452999763235 ], [ -122.936554000361312, 38.311847000074899 ], [ -122.934568000439612, 38.312566000324104 ], [ -122.933800999985422, 38.313590000050233 ], [ -122.935059999635882, 38.313952000249351 ], [ -122.937592999903757, 38.312945999773241 ], [ -122.937453999986587, 38.312129999994362 ], [ -122.940327999838033, 38.310899000308495 ], [ -122.943600999897583, 38.312562999758484 ], [ -122.946754000306598, 38.31120899965957 ], [ -122.94972199986934, 38.312080000118819 ], [ -122.951884000416456, 38.31329399998522 ], [ -122.955276000301751, 38.313534000130609 ], [ -122.956775999976657, 38.314064000104587 ], [ -122.96129000014335, 38.316539999866123 ], [ -122.966123999977199, 38.316969999696418 ], [ -122.967314999855631, 38.31598800008301 ], [ -122.967505999651323, 38.313647000100183 ], [ -122.969048999882261, 38.310798000022231 ], [ -122.971076999636779, 38.309942000225412 ], [ -122.974867999730208, 38.311470999910561 ], [ -122.977161999623476, 38.310929000303602 ], [ -122.98160700019325, 38.311134999793936 ], [ -122.983162999944625, 38.310407999822999 ], [ -122.984133999715013, 38.308223000302789 ], [ -122.987708000073511, 38.308115000179967 ], [ -122.990613999711954, 38.30585500006115 ], [ -122.991628999863295, 38.305530999910829 ], [ -122.993125000238535, 38.306441000268698 ], [ -122.994957999999386, 38.306012000314006 ], [ -122.994136000191901, 38.30398900001299 ], [ -122.993578999799965, 38.300078999887639 ], [ -122.994111000077552, 38.299385000021452 ], [ -122.998708000084946, 38.298413000182137 ], [ -123.001587999784149, 38.297155000089141 ], [ -123.002787000058476, 38.295709999818598 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200201", "NAME": "Census Tract 2002.01", "state": "06", "county_fips": "055", "tract": "200201", "county_name": "Napa County", "tot_pop_2050": 3491, "tot_pop_pov_det_2050": 3442, "tot_pop_civ_ni_2050": 3444, "tot_hh_2050": 1295, "pop_zvhhs_2050": 31, "tot_fam_2050": 783, "tot_pop_over5_2050": 3261, "pop_hus_rent50_2050": 112, "pop_minority_2050": 1543, "pop_over75_2050": 245, "pop_spfam_2050": 138, "pop_lep_2050": 423, "pop_below200_2050": 1243, "pop_disability_2050": 398, "pct_minority_2050": 0.44199369808077921, "pct_over75_2050": 0.07018046405041535, "pct_spfam_2050": 0.17624521072796934, "pct_lep_2050": 0.12971481140754371, "pct_below200_2050": 0.36112725159790821, "pct_disab_2050": 0.11556329849012775, "pct_zvhhs_2050": 0.023938223938223938, "pct_hus_rent50_2050": 0.086486486486486491, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048490687219010994, "pct_minority_2040": 0.42035966602440605, "pct_spfam_2040": 0.11779769526248401, "pct_lep_2040": 0.078501628664494991, "pct_below200_2040": 0.383063182269269, "pct_disab_2040": 0.090879584550470988, "pct_zvhhs_2040": 0.043613707165109004, "pct_hus_rent50_2040": 0.139240506329114, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.303180000017235, 38.301268000282036 ], [ -122.302774999961301, 38.29986299990334 ], [ -122.30184400037389, 38.296275999692263 ], [ -122.301835000153019, 38.295686000286906 ], [ -122.302109999614331, 38.293935000083117 ], [ -122.302225999965316, 38.29220199991893 ], [ -122.302082999850143, 38.29120200032181 ], [ -122.301136000369212, 38.287611999756272 ], [ -122.300768000123185, 38.286057000319211 ], [ -122.300440999885026, 38.281937000275185 ], [ -122.293604000411037, 38.281970999880656 ], [ -122.294261000362056, 38.287732999936082 ], [ -122.29427499970744, 38.288090000339892 ], [ -122.294263999836787, 38.291206000138949 ], [ -122.294247000118361, 38.292129999934517 ], [ -122.293787999635725, 38.294878999868139 ], [ -122.29298699974467, 38.299688000198444 ], [ -122.293390000150808, 38.300557999781041 ], [ -122.295299999904501, 38.29923900009625 ], [ -122.299712999788895, 38.301108000001186 ], [ -122.303180000017235, 38.301268000282036 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200202", "NAME": "Census Tract 2002.02", "state": "06", "county_fips": "055", "tract": "200202", "county_name": "Napa County", "tot_pop_2050": 2772, "tot_pop_pov_det_2050": 2580, "tot_pop_civ_ni_2050": 2619, "tot_hh_2050": 1108, "pop_zvhhs_2050": 150, "tot_fam_2050": 565, "tot_pop_over5_2050": 2577, "pop_hus_rent50_2050": 178, "pop_minority_2050": 1384, "pop_over75_2050": 135, "pop_spfam_2050": 168, "pop_lep_2050": 336, "pop_below200_2050": 873, "pop_disability_2050": 392, "pct_minority_2050": 0.49927849927849932, "pct_over75_2050": 0.048701298701298704, "pct_spfam_2050": 0.29734513274336283, "pct_lep_2050": 0.13038416763678695, "pct_below200_2050": 0.33837209302325583, "pct_disab_2050": 0.14967544864452079, "pct_zvhhs_2050": 0.13537906137184114, "pct_hus_rent50_2050": 0.16064981949458484, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.035607321131447996, "pct_minority_2040": 0.54309484193011603, "pct_spfam_2040": 0.289241622574956, "pct_lep_2040": 0.20792439113049802, "pct_below200_2040": 0.46516939474685998, "pct_disab_2040": 0.098681732580038012, "pct_zvhhs_2040": 0.17583408476104598, "pct_hus_rent50_2040": 0.30269266480965601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294247000118361, 38.292129999934517 ], [ -122.294263999836787, 38.291206000138949 ], [ -122.289025999771908, 38.291187999902526 ], [ -122.282841000226057, 38.289686000165695 ], [ -122.281357000444686, 38.292032000310954 ], [ -122.2814989998366, 38.292833000016394 ], [ -122.282494999721322, 38.294447999754084 ], [ -122.281769000173327, 38.296373999929479 ], [ -122.283391999871867, 38.298104999790674 ], [ -122.28428499982445, 38.297768999795146 ], [ -122.286602000182285, 38.300581000167291 ], [ -122.289486000079421, 38.300264999770036 ], [ -122.291051000051652, 38.302052000223149 ], [ -122.292267000044433, 38.301019000123986 ], [ -122.293390000150808, 38.300557999781041 ], [ -122.29298699974467, 38.299688000198444 ], [ -122.293787999635725, 38.294878999868139 ], [ -122.294247000118361, 38.292129999934517 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200203", "NAME": "Census Tract 2002.03", "state": "06", "county_fips": "055", "tract": "200203", "county_name": "Napa County", "tot_pop_2050": 2352, "tot_pop_pov_det_2050": 2352, "tot_pop_civ_ni_2050": 2352, "tot_hh_2050": 844, "pop_zvhhs_2050": 59, "tot_fam_2050": 534, "tot_pop_over5_2050": 2168, "pop_hus_rent50_2050": 122, "pop_minority_2050": 1217, "pop_over75_2050": 87, "pop_spfam_2050": 46, "pop_lep_2050": 119, "pop_below200_2050": 645, "pop_disability_2050": 249, "pct_minority_2050": 0.51743197278911568, "pct_over75_2050": 0.036989795918367353, "pct_spfam_2050": 0.086142322097378279, "pct_lep_2050": 0.054889298892988929, "pct_below200_2050": 0.27423469387755106, "pct_disab_2050": 0.10586734693877553, "pct_zvhhs_2050": 0.06990521327014218, "pct_hus_rent50_2050": 0.14454976303317535, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024579560155238999, "pct_minority_2040": 0.37818025010780498, "pct_spfam_2040": 0.122340425531915, "pct_lep_2040": 0.092876465284039991, "pct_below200_2040": 0.30702889176369103, "pct_disab_2040": 0.098318240620956981, "pct_zvhhs_2040": 0.064994298745724016, "pct_hus_rent50_2040": 0.14285714285714302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294263999836787, 38.291206000138949 ], [ -122.29427499970744, 38.288090000339892 ], [ -122.294261000362056, 38.287732999936082 ], [ -122.293604000411037, 38.281970999880656 ], [ -122.28911000033581, 38.281735999917771 ], [ -122.285211000287319, 38.281675999745332 ], [ -122.286106999714647, 38.284045999875943 ], [ -122.282714999829338, 38.28660100000269 ], [ -122.282841000226057, 38.289686000165695 ], [ -122.289025999771908, 38.291187999902526 ], [ -122.294263999836787, 38.291206000138949 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200301", "NAME": "Census Tract 2003.01", "state": "06", "county_fips": "055", "tract": "200301", "county_name": "Napa County", "tot_pop_2050": 5481, "tot_pop_pov_det_2050": 5436, "tot_pop_civ_ni_2050": 5481, "tot_hh_2050": 1723, "pop_zvhhs_2050": 139, "tot_fam_2050": 1124, "tot_pop_over5_2050": 4988, "pop_hus_rent50_2050": 181, "pop_minority_2050": 3243, "pop_over75_2050": 299, "pop_spfam_2050": 239, "pop_lep_2050": 1050, "pop_below200_2050": 1817, "pop_disability_2050": 921, "pct_minority_2050": 0.59168035030103994, "pct_over75_2050": 0.054552089034847664, "pct_spfam_2050": 0.21263345195729536, "pct_lep_2050": 0.21050521251002405, "pct_below200_2050": 0.33425312729948492, "pct_disab_2050": 0.16803503010399562, "pct_zvhhs_2050": 0.080673244341265229, "pct_hus_rent50_2050": 0.10504933255948927, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044963334619838001, "pct_minority_2040": 0.59455808568120394, "pct_spfam_2040": 0.224806201550388, "pct_lep_2040": 0.13369770863989902, "pct_below200_2040": 0.45784313725490206, "pct_disab_2040": 0.10362794287919698, "pct_zvhhs_2040": 0.079564968517458992, "pct_hus_rent50_2040": 0.19425287356321799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286106999714647, 38.284045999875943 ], [ -122.285211000287319, 38.281675999745332 ], [ -122.277489000358329, 38.280839000348656 ], [ -122.276683000444407, 38.280726999966113 ], [ -122.274233999842096, 38.280507999719902 ], [ -122.272993999559873, 38.280360999966554 ], [ -122.269107999930185, 38.280196999703406 ], [ -122.265040999652214, 38.28005199988884 ], [ -122.263655999605035, 38.280015000293432 ], [ -122.263644999734396, 38.283458000232294 ], [ -122.263662000351133, 38.284554000294854 ], [ -122.263729000298298, 38.286877000133991 ], [ -122.265172999896663, 38.289266000200151 ], [ -122.267036999619648, 38.289100999800496 ], [ -122.26661800021833, 38.290288999804751 ], [ -122.269353000152577, 38.290482999820739 ], [ -122.269435000168315, 38.297445000189001 ], [ -122.27300100013089, 38.297867999817022 ], [ -122.275962999845845, 38.299527000294518 ], [ -122.283391999871867, 38.298104999790674 ], [ -122.281769000173327, 38.296373999929479 ], [ -122.282494999721322, 38.294447999754084 ], [ -122.2814989998366, 38.292833000016394 ], [ -122.281357000444686, 38.292032000310954 ], [ -122.282841000226057, 38.289686000165695 ], [ -122.282714999829338, 38.28660100000269 ], [ -122.286106999714647, 38.284045999875943 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200302", "NAME": "Census Tract 2003.02", "state": "06", "county_fips": "055", "tract": "200302", "county_name": "Napa County", "tot_pop_2050": 2957, "tot_pop_pov_det_2050": 2957, "tot_pop_civ_ni_2050": 2957, "tot_hh_2050": 992, "pop_zvhhs_2050": 15, "tot_fam_2050": 754, "tot_pop_over5_2050": 2803, "pop_hus_rent50_2050": 88, "pop_minority_2050": 1365, "pop_over75_2050": 127, "pop_spfam_2050": 151, "pop_lep_2050": 131, "pop_below200_2050": 750, "pop_disability_2050": 284, "pct_minority_2050": 0.46161650321271558, "pct_over75_2050": 0.042948934731146429, "pct_spfam_2050": 0.20026525198938991, "pct_lep_2050": 0.046735640385301459, "pct_below200_2050": 0.2536354413256679, "pct_disab_2050": 0.096043287115319578, "pct_zvhhs_2050": 0.015120967741935484, "pct_hus_rent50_2050": 0.088709677419354843, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073037790697674021, "pct_minority_2040": 0.46039244186046502, "pct_spfam_2040": 0.11944869831546699, "pct_lep_2040": 0.081960784313725013, "pct_below200_2040": 0.16969476744185999, "pct_disab_2040": 0.134447674418605, "pct_zvhhs_2040": 0.055991041433370997, "pct_hus_rent50_2040": 0.073280721533258, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.269435000168315, 38.297445000189001 ], [ -122.269353000152577, 38.290482999820739 ], [ -122.26661800021833, 38.290288999804751 ], [ -122.267036999619648, 38.289100999800496 ], [ -122.265172999896663, 38.289266000200151 ], [ -122.263729000298298, 38.286877000133991 ], [ -122.263662000351133, 38.284554000294854 ], [ -122.263644999734396, 38.283458000232294 ], [ -122.263655999605035, 38.280015000293432 ], [ -122.262588999575186, 38.279966000075959 ], [ -122.259932000357054, 38.279858000199496 ], [ -122.255839999964721, 38.279830999852678 ], [ -122.25552399959723, 38.279830999852678 ], [ -122.255024000005037, 38.279830999852678 ], [ -122.24899699974462, 38.279740000098535 ], [ -122.24868399975017, 38.282131999953251 ], [ -122.247569999864652, 38.282291999767992 ], [ -122.254928999570467, 38.287049000206125 ], [ -122.255501999855909, 38.28705000004139 ], [ -122.257292999783957, 38.288284999706377 ], [ -122.261231000190506, 38.289564999716411 ], [ -122.257290000309226, 38.29211799993017 ], [ -122.252255999560518, 38.293280000074951 ], [ -122.251153000443963, 38.295414999824523 ], [ -122.252715999868045, 38.295171000051191 ], [ -122.255068000385961, 38.294269999766527 ], [ -122.256938999781624, 38.295255999753294 ], [ -122.261221999969663, 38.296381999698404 ], [ -122.264358999586818, 38.296165000278066 ], [ -122.265620999610363, 38.296510000111319 ], [ -122.268769999821373, 38.297372999766743 ], [ -122.269435000168315, 38.297445000189001 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200400", "NAME": "Census Tract 2004", "state": "06", "county_fips": "055", "tract": "200400", "county_name": "Napa County", "tot_pop_2050": 4127, "tot_pop_pov_det_2050": 4125, "tot_pop_civ_ni_2050": 4127, "tot_hh_2050": 1550, "pop_zvhhs_2050": 9, "tot_fam_2050": 981, "tot_pop_over5_2050": 3909, "pop_hus_rent50_2050": 32, "pop_minority_2050": 1253, "pop_over75_2050": 197, "pop_spfam_2050": 53, "pop_lep_2050": 341, "pop_below200_2050": 591, "pop_disability_2050": 382, "pct_minority_2050": 0.30361037072934333, "pct_over75_2050": 0.047734431790646965, "pct_spfam_2050": 0.054026503567787966, "pct_lep_2050": 0.087234586850856985, "pct_below200_2050": 0.14327272727272727, "pct_disab_2050": 0.092561182456990562, "pct_zvhhs_2050": 0.0058064516129032254, "pct_hus_rent50_2050": 0.020645161290322581, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072703062583221997, "pct_minority_2040": 0.33315579227696401, "pct_spfam_2040": 0.090725806451613003, "pct_lep_2040": 0.060277777777778006, "pct_below200_2040": 0.155425219941349, "pct_disab_2040": 0.083888149134487, "pct_zvhhs_2040": 0.014861995753716002, "pct_hus_rent50_2040": 0.053918044572249996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.283981000050829, 38.324911000025075 ], [ -122.283215000319856, 38.323531999837193 ], [ -122.281638999578689, 38.318710000262037 ], [ -122.28034499976809, 38.318165000159105 ], [ -122.280319999653713, 38.318206999887273 ], [ -122.278573999931538, 38.317793000095158 ], [ -122.27799499979831, 38.317480000336118 ], [ -122.277142000028704, 38.316749000020216 ], [ -122.276712999683326, 38.314682999865823 ], [ -122.278157000180002, 38.313030000317625 ], [ -122.277762999994721, 38.310453999980908 ], [ -122.282159999985566, 38.30533599965797 ], [ -122.282163000358622, 38.302549000021138 ], [ -122.281404000300356, 38.302584000166526 ], [ -122.280024000276043, 38.304207999902808 ], [ -122.278959999720939, 38.302444000188665 ], [ -122.279111000231978, 38.299483999953203 ], [ -122.281658999670157, 38.299837999971338 ], [ -122.28376400031587, 38.298994999787588 ], [ -122.283391999871867, 38.298104999790674 ], [ -122.275962999845845, 38.299527000294518 ], [ -122.27300100013089, 38.297867999817022 ], [ -122.269435000168315, 38.297445000189001 ], [ -122.268769999821373, 38.297372999766743 ], [ -122.265620999610363, 38.296510000111319 ], [ -122.264358999586818, 38.296165000278066 ], [ -122.261221999969663, 38.296381999698404 ], [ -122.256938999781624, 38.295255999753294 ], [ -122.255068000385961, 38.294269999766527 ], [ -122.252715999868045, 38.295171000051191 ], [ -122.254447000419944, 38.305384999665982 ], [ -122.255578999848836, 38.306877000260116 ], [ -122.256583000129481, 38.313427000340127 ], [ -122.255953999767527, 38.315229999662336 ], [ -122.255997000323546, 38.323431000233533 ], [ -122.263329000265188, 38.323935999663576 ], [ -122.266352999904441, 38.323490999708035 ], [ -122.267579999767889, 38.324398000138316 ], [ -122.271621000106578, 38.322915000306509 ], [ -122.271659999566324, 38.322839000312861 ], [ -122.271729999886517, 38.322735000303737 ], [ -122.271775000092362, 38.322698999967649 ], [ -122.272545999846201, 38.32267999974389 ], [ -122.274072000358714, 38.325178000169849 ], [ -122.276251999550837, 38.325145999697561 ], [ -122.276915000247968, 38.325105999792136 ], [ -122.283981000050829, 38.324911000025075 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200501", "NAME": "Census Tract 2005.01", "state": "06", "county_fips": "055", "tract": "200501", "county_name": "Napa County", "tot_pop_2050": 5255, "tot_pop_pov_det_2050": 5218, "tot_pop_civ_ni_2050": 5218, "tot_hh_2050": 1648, "pop_zvhhs_2050": 89, "tot_fam_2050": 1164, "tot_pop_over5_2050": 4906, "pop_hus_rent50_2050": 191, "pop_minority_2050": 3540, "pop_over75_2050": 165, "pop_spfam_2050": 230, "pop_lep_2050": 784, "pop_below200_2050": 1601, "pop_disability_2050": 332, "pct_minority_2050": 0.67364414843006659, "pct_over75_2050": 0.031398667935299718, "pct_spfam_2050": 0.19759450171821305, "pct_lep_2050": 0.15980432123929886, "pct_below200_2050": 0.30682253737064008, "pct_disab_2050": 0.063625910310463774, "pct_zvhhs_2050": 0.054004854368932036, "pct_hus_rent50_2050": 0.1158980582524272, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035557184750733002, "pct_minority_2040": 0.52584310850439897, "pct_spfam_2040": 0.24830508474576302, "pct_lep_2040": 0.15192228193468399, "pct_below200_2040": 0.48240551107801199, "pct_disab_2040": 0.055893746541229, "pct_zvhhs_2040": 0.035231943628889997, "pct_hus_rent50_2040": 0.142102172636524, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.308553999626284, 38.321308999943199 ], [ -122.307609999620055, 38.319535000123508 ], [ -122.306932999577555, 38.31401000018338 ], [ -122.306280999649402, 38.311709000049831 ], [ -122.304782999624322, 38.306787000143501 ], [ -122.303180000017235, 38.301268000282036 ], [ -122.299712999788895, 38.301108000001186 ], [ -122.295299999904501, 38.29923900009625 ], [ -122.293390000150808, 38.300557999781041 ], [ -122.293641000220958, 38.301198000114447 ], [ -122.295718000379267, 38.308391000252456 ], [ -122.296756000096792, 38.311992999999404 ], [ -122.297808999882946, 38.315636999674737 ], [ -122.299717999811762, 38.322085999918556 ], [ -122.300122000042791, 38.32275900004803 ], [ -122.308553999626284, 38.321308999943199 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200503", "NAME": "Census Tract 2005.03", "state": "06", "county_fips": "055", "tract": "200503", "county_name": "Napa County", "tot_pop_2050": 1683, "tot_pop_pov_det_2050": 1683, "tot_pop_civ_ni_2050": 1683, "tot_hh_2050": 687, "pop_zvhhs_2050": 61, "tot_fam_2050": 310, "tot_pop_over5_2050": 1590, "pop_hus_rent50_2050": 143, "pop_minority_2050": 839, "pop_over75_2050": 59, "pop_spfam_2050": 3, "pop_lep_2050": 140, "pop_below200_2050": 672, "pop_disability_2050": 196, "pct_minority_2050": 0.49851455733808681, "pct_over75_2050": 0.035056446821152706, "pct_spfam_2050": 0.0096774193548387101, "pct_lep_2050": 0.088050314465408799, "pct_below200_2050": 0.39928698752228159, "pct_disab_2050": 0.1164587046939988, "pct_zvhhs_2050": 0.088791848617176122, "pct_hus_rent50_2050": 0.20815138282387191, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.033490011750881003, "pct_minority_2040": 0.59635722679200898, "pct_spfam_2040": 0.097560975609756004, "pct_lep_2040": 0.22333125389893901, "pct_below200_2040": 0.42328042328042298, "pct_disab_2040": 0.12925969447708599, "pct_zvhhs_2040": 0.045871559633026998, "pct_hus_rent50_2040": 0.18238993710691798, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.295718000379267, 38.308391000252456 ], [ -122.293641000220958, 38.301198000114447 ], [ -122.293390000150808, 38.300557999781041 ], [ -122.292267000044433, 38.301019000123986 ], [ -122.291051000051652, 38.302052000223149 ], [ -122.289486000079421, 38.300264999770036 ], [ -122.286602000182285, 38.300581000167291 ], [ -122.28428499982445, 38.297768999795146 ], [ -122.283391999871867, 38.298104999790674 ], [ -122.28376400031587, 38.298994999787588 ], [ -122.281658999670157, 38.299837999971338 ], [ -122.279111000231978, 38.299483999953203 ], [ -122.278959999720939, 38.302444000188665 ], [ -122.280024000276043, 38.304207999902808 ], [ -122.281404000300356, 38.302584000166526 ], [ -122.282163000358622, 38.302549000021138 ], [ -122.282159999985566, 38.30533599965797 ], [ -122.277762999994721, 38.310453999980908 ], [ -122.279563000143582, 38.31021199977323 ], [ -122.285145000165073, 38.310230999740114 ], [ -122.290224000221329, 38.309365000088349 ], [ -122.295718000379267, 38.308391000252456 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200504", "NAME": "Census Tract 2005.04", "state": "06", "county_fips": "055", "tract": "200504", "county_name": "Napa County", "tot_pop_2050": 6470, "tot_pop_pov_det_2050": 6230, "tot_pop_civ_ni_2050": 6233, "tot_hh_2050": 2109, "pop_zvhhs_2050": 178, "tot_fam_2050": 1384, "tot_pop_over5_2050": 6211, "pop_hus_rent50_2050": 290, "pop_minority_2050": 3503, "pop_over75_2050": 533, "pop_spfam_2050": 195, "pop_lep_2050": 612, "pop_below200_2050": 1405, "pop_disability_2050": 783, "pct_minority_2050": 0.54142194744976813, "pct_over75_2050": 0.082380216383307572, "pct_spfam_2050": 0.14089595375722544, "pct_lep_2050": 0.098534857510867796, "pct_below200_2050": 0.22552166934189405, "pct_disab_2050": 0.1256216909995187, "pct_zvhhs_2050": 0.084400189663347558, "pct_hus_rent50_2050": 0.1375059269796112, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.09000144696860099, "pct_minority_2040": 0.530603385906526, "pct_spfam_2040": 0.16061293984108999, "pct_lep_2040": 0.13936170212766, "pct_below200_2040": 0.29256047466910101, "pct_disab_2040": 0.117992766726944, "pct_zvhhs_2040": 0.066439522998295988, "pct_hus_rent50_2040": 0.12196180555555601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300122000042791, 38.32275900004803 ], [ -122.299717999811762, 38.322085999918556 ], [ -122.297808999882946, 38.315636999674737 ], [ -122.296756000096792, 38.311992999999404 ], [ -122.295718000379267, 38.308391000252456 ], [ -122.290224000221329, 38.309365000088349 ], [ -122.285145000165073, 38.310230999740114 ], [ -122.285139000317287, 38.314051000035839 ], [ -122.285171999929261, 38.316474000174523 ], [ -122.285149000363049, 38.317915000099106 ], [ -122.285135999944259, 38.324872000008696 ], [ -122.288850999869709, 38.324745999649835 ], [ -122.300122000042791, 38.32275900004803 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200505", "NAME": "Census Tract 2005.05", "state": "06", "county_fips": "055", "tract": "200505", "county_name": "Napa County", "tot_pop_2050": 2636, "tot_pop_pov_det_2050": 2636, "tot_pop_civ_ni_2050": 2636, "tot_hh_2050": 952, "pop_zvhhs_2050": 47, "tot_fam_2050": 582, "tot_pop_over5_2050": 2464, "pop_hus_rent50_2050": 179, "pop_minority_2050": 1592, "pop_over75_2050": 150, "pop_spfam_2050": 82, "pop_lep_2050": 402, "pop_below200_2050": 631, "pop_disability_2050": 297, "pct_minority_2050": 0.60394537177541729, "pct_over75_2050": 0.056904400606980272, "pct_spfam_2050": 0.14089347079037803, "pct_lep_2050": 0.16314935064935066, "pct_below200_2050": 0.23937784522003039, "pct_disab_2050": 0.11267071320182095, "pct_zvhhs_2050": 0.049369747899159662, "pct_hus_rent50_2050": 0.18802521008403361, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.026116578349735003, "pct_minority_2040": 0.52233156699470096, "pct_spfam_2040": 0.11073825503355698, "pct_lep_2040": 0.18079800498753101, "pct_below200_2040": 0.42438095238095203, "pct_disab_2040": 0.11203633610900801, "pct_zvhhs_2040": 0.016715830875123003, "pct_hus_rent50_2040": 0.22517207472959697, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285149000363049, 38.317915000099106 ], [ -122.285171999929261, 38.316474000174523 ], [ -122.285139000317287, 38.314051000035839 ], [ -122.285145000165073, 38.310230999740114 ], [ -122.279563000143582, 38.31021199977323 ], [ -122.277762999994721, 38.310453999980908 ], [ -122.278157000180002, 38.313030000317625 ], [ -122.276712999683326, 38.314682999865823 ], [ -122.277142000028704, 38.316749000020216 ], [ -122.27799499979831, 38.317480000336118 ], [ -122.278573999931538, 38.317793000095158 ], [ -122.280319999653713, 38.318206999887273 ], [ -122.28034499976809, 38.318165000159105 ], [ -122.281638999578689, 38.318710000262037 ], [ -122.283215000319856, 38.323531999837193 ], [ -122.283981000050829, 38.324911000025075 ], [ -122.285135999944259, 38.324872000008696 ], [ -122.285149000363049, 38.317915000099106 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200601", "NAME": "Census Tract 2006.01", "state": "06", "county_fips": "055", "tract": "200601", "county_name": "Napa County", "tot_pop_2050": 5439, "tot_pop_pov_det_2050": 5403, "tot_pop_civ_ni_2050": 5417, "tot_hh_2050": 1595, "pop_zvhhs_2050": 71, "tot_fam_2050": 1320, "tot_pop_over5_2050": 5097, "pop_hus_rent50_2050": 93, "pop_minority_2050": 2591, "pop_over75_2050": 339, "pop_spfam_2050": 91, "pop_lep_2050": 420, "pop_below200_2050": 1110, "pop_disability_2050": 524, "pct_minority_2050": 0.47637433351719061, "pct_over75_2050": 0.062327633756205175, "pct_spfam_2050": 0.068939393939393939, "pct_lep_2050": 0.082401412595644499, "pct_below200_2050": 0.20544142143253749, "pct_disab_2050": 0.096732508768691161, "pct_zvhhs_2050": 0.044514106583072102, "pct_hus_rent50_2050": 0.058307210031347964, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11170872983036802, "pct_minority_2040": 0.43897393462970602, "pct_spfam_2040": 0.083059210526315999, "pct_lep_2040": 0.095796460176991005, "pct_below200_2040": 0.22088436786381602, "pct_disab_2040": 0.148640232509861, "pct_zvhhs_2040": 0.068280571073867008, "pct_hus_rent50_2040": 0.101449275362319, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.323844000396761, 38.339801000226906 ], [ -122.324386999646663, 38.339536000039793 ], [ -122.321785999606718, 38.336134000068938 ], [ -122.320591000428649, 38.334638000191624 ], [ -122.317272000338306, 38.330619999708915 ], [ -122.314160999762109, 38.327021999995715 ], [ -122.3115680001181, 38.324006999763306 ], [ -122.308553999626284, 38.321308999943199 ], [ -122.300122000042791, 38.32275900004803 ], [ -122.300666999840857, 38.323595000042054 ], [ -122.304806999913737, 38.328775999814297 ], [ -122.307332999610637, 38.332072000130211 ], [ -122.308001000330634, 38.332787000291837 ], [ -122.308219999715405, 38.333085000206964 ], [ -122.309874000274434, 38.336124999888852 ], [ -122.310599999822429, 38.336981999730817 ], [ -122.312671000132951, 38.33953100025294 ], [ -122.315734999955168, 38.342404000152328 ], [ -122.323844000396761, 38.339801000226906 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200602", "NAME": "Census Tract 2006.02", "state": "06", "county_fips": "055", "tract": "200602", "county_name": "Napa County", "tot_pop_2050": 4187, "tot_pop_pov_det_2050": 4163, "tot_pop_civ_ni_2050": 4170, "tot_hh_2050": 1769, "pop_zvhhs_2050": 183, "tot_fam_2050": 943, "tot_pop_over5_2050": 4016, "pop_hus_rent50_2050": 285, "pop_minority_2050": 1674, "pop_over75_2050": 418, "pop_spfam_2050": 130, "pop_lep_2050": 210, "pop_below200_2050": 1261, "pop_disability_2050": 492, "pct_minority_2050": 0.39980893240984, "pct_over75_2050": 0.09983281585860998, "pct_spfam_2050": 0.13785790031813361, "pct_lep_2050": 0.052290836653386456, "pct_below200_2050": 0.30290655777083841, "pct_disab_2050": 0.11798561151079134, "pct_zvhhs_2050": 0.10344827586206896, "pct_hus_rent50_2050": 0.16110797060486151, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.085986521031838001, "pct_minority_2040": 0.29514292354171501, "pct_spfam_2040": 0.082259663032706001, "pct_lep_2040": 0.062636562272396001, "pct_below200_2040": 0.265691363850873, "pct_disab_2040": 0.129400792725577, "pct_zvhhs_2040": 0.063439065108514006, "pct_hus_rent50_2040": 0.123076923076923, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.315734999955168, 38.342404000152328 ], [ -122.312671000132951, 38.33953100025294 ], [ -122.310599999822429, 38.336981999730817 ], [ -122.309874000274434, 38.336124999888852 ], [ -122.308219999715405, 38.333085000206964 ], [ -122.308001000330634, 38.332787000291837 ], [ -122.307332999610637, 38.332072000130211 ], [ -122.304806999913737, 38.328775999814297 ], [ -122.300666999840857, 38.323595000042054 ], [ -122.300122000042791, 38.32275900004803 ], [ -122.288850999869709, 38.324745999649835 ], [ -122.289805999746562, 38.328215999691935 ], [ -122.290087999778876, 38.329043999776538 ], [ -122.294367999593845, 38.336383000145588 ], [ -122.296397000071607, 38.339823000331812 ], [ -122.303356999569246, 38.349077000217349 ], [ -122.309707999694751, 38.345646000255165 ], [ -122.311410999759246, 38.344726999686259 ], [ -122.312492000032833, 38.344130000234145 ], [ -122.315734999955168, 38.342404000152328 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200703", "NAME": "Census Tract 2007.03", "state": "06", "county_fips": "055", "tract": "200703", "county_name": "Napa County", "tot_pop_2050": 2840, "tot_pop_pov_det_2050": 2826, "tot_pop_civ_ni_2050": 2840, "tot_hh_2050": 1099, "pop_zvhhs_2050": 9, "tot_fam_2050": 821, "tot_pop_over5_2050": 2766, "pop_hus_rent50_2050": 0, "pop_minority_2050": 267, "pop_over75_2050": 210, "pop_spfam_2050": 46, "pop_lep_2050": 0, "pop_below200_2050": 191, "pop_disability_2050": 307, "pct_minority_2050": 0.094014084507042239, "pct_over75_2050": 0.073943661971830971, "pct_spfam_2050": 0.056029232643118147, "pct_lep_2050": 0.0, "pct_below200_2050": 0.067586694975230011, "pct_disab_2050": 0.10809859154929577, "pct_zvhhs_2050": 0.0081892629663330302, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094444444444443998, "pct_minority_2040": 0.16111111111111098, "pct_spfam_2040": 0.085297418630752006, "pct_lep_2040": 0.0, "pct_below200_2040": 0.073119777158773991, "pct_disab_2040": 0.085763888888889014, "pct_zvhhs_2040": 0.010919017288444001, "pct_hus_rent50_2040": 0.0056022408963589997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.340905999930399, 38.315370000334795 ], [ -122.340869999945369, 38.306888999938259 ], [ -122.340791000302687, 38.306643000147595 ], [ -122.338910999787885, 38.305417999983632 ], [ -122.333551000422545, 38.305813999804471 ], [ -122.328927999577559, 38.304799999681769 ], [ -122.323155999585268, 38.303786000187728 ], [ -122.321398000167505, 38.303700000298832 ], [ -122.320808999988543, 38.30357100027426 ], [ -122.319109000297104, 38.30298199988664 ], [ -122.317078999994479, 38.302352000257521 ], [ -122.315990000223294, 38.304358000199031 ], [ -122.313328000083999, 38.304640999734644 ], [ -122.315246000233628, 38.305871999902884 ], [ -122.319895999944492, 38.306986999937699 ], [ -122.321203999998758, 38.309015999816324 ], [ -122.322111000195036, 38.310637000105629 ], [ -122.320474000252801, 38.311585999974639 ], [ -122.322281000074355, 38.313519000321001 ], [ -122.322685000305384, 38.314152000020513 ], [ -122.323634000334479, 38.313924999899704 ], [ -122.32550999975301, 38.316908000206048 ], [ -122.327600000330108, 38.317728000251854 ], [ -122.328961000087844, 38.317560000083354 ], [ -122.330280999837683, 38.317097999727082 ], [ -122.330459000112924, 38.31706900029608 ], [ -122.331587000242138, 38.316975000335091 ], [ -122.331778000037843, 38.316927999956505 ], [ -122.331984999727098, 38.316815000166272 ], [ -122.332121999994442, 38.316662999996012 ], [ -122.332174999697898, 38.316479000142571 ], [ -122.332123999644253, 38.316208999964367 ], [ -122.332024000085141, 38.316068000066814 ], [ -122.331778999862763, 38.315202999788553 ], [ -122.332998000228557, 38.314466000211731 ], [ -122.333496999995859, 38.314532999777967 ], [ -122.33397400002184, 38.31477099973538 ], [ -122.334353999963426, 38.314842999805499 ], [ -122.337720999734358, 38.315128000321266 ], [ -122.33895400034389, 38.315229999662336 ], [ -122.340905999930399, 38.315370000334795 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200704", "NAME": "Census Tract 2007.04", "state": "06", "county_fips": "055", "tract": "200704", "county_name": "Napa County", "tot_pop_2050": 5029, "tot_pop_pov_det_2050": 5005, "tot_pop_civ_ni_2050": 5005, "tot_hh_2050": 1662, "pop_zvhhs_2050": 182, "tot_fam_2050": 1202, "tot_pop_over5_2050": 4725, "pop_hus_rent50_2050": 196, "pop_minority_2050": 2422, "pop_over75_2050": 346, "pop_spfam_2050": 191, "pop_lep_2050": 492, "pop_below200_2050": 1639, "pop_disability_2050": 873, "pct_minority_2050": 0.48160668124875722, "pct_over75_2050": 0.06880095446410818, "pct_spfam_2050": 0.15890183028286189, "pct_lep_2050": 0.10412698412698412, "pct_below200_2050": 0.32747252747252747, "pct_disab_2050": 0.17442557442557444, "pct_zvhhs_2050": 0.1095066185318893, "pct_hus_rent50_2050": 0.11793020457280386, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071609262502432006, "pct_minority_2040": 0.53317766102354491, "pct_spfam_2040": 0.17903930131004397, "pct_lep_2040": 0.10712035286704499, "pct_below200_2040": 0.39491691104594295, "pct_disab_2040": 0.10316529894489999, "pct_zvhhs_2040": 0.13740920096852299, "pct_hus_rent50_2040": 0.116222760290557, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327155000091182, 38.31787200008651 ], [ -122.327600000330108, 38.317728000251854 ], [ -122.32550999975301, 38.316908000206048 ], [ -122.323634000334479, 38.313924999899704 ], [ -122.322685000305384, 38.314152000020513 ], [ -122.322281000074355, 38.313519000321001 ], [ -122.320474000252801, 38.311585999974639 ], [ -122.322111000195036, 38.310637000105629 ], [ -122.321203999998758, 38.309015999816324 ], [ -122.319324000382252, 38.309338999673585 ], [ -122.315560000052997, 38.310031999951427 ], [ -122.306280999649402, 38.311709000049831 ], [ -122.306932999577555, 38.31401000018338 ], [ -122.307609999620055, 38.319535000123508 ], [ -122.308553999626284, 38.321308999943199 ], [ -122.313856999988502, 38.320367000325795 ], [ -122.318395000444681, 38.319576999762837 ], [ -122.32659900042249, 38.318103999688326 ], [ -122.327155000091182, 38.31787200008651 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200705", "NAME": "Census Tract 2007.05", "state": "06", "county_fips": "055", "tract": "200705", "county_name": "Napa County", "tot_pop_2050": 2964, "tot_pop_pov_det_2050": 2932, "tot_pop_civ_ni_2050": 2964, "tot_hh_2050": 1017, "pop_zvhhs_2050": 33, "tot_fam_2050": 743, "tot_pop_over5_2050": 2770, "pop_hus_rent50_2050": 199, "pop_minority_2050": 1424, "pop_over75_2050": 195, "pop_spfam_2050": 174, "pop_lep_2050": 286, "pop_below200_2050": 764, "pop_disability_2050": 302, "pct_minority_2050": 0.48043184885290152, "pct_over75_2050": 0.065789473684210523, "pct_spfam_2050": 0.23418573351278599, "pct_lep_2050": 0.10324909747292417, "pct_below200_2050": 0.26057298772169168, "pct_disab_2050": 0.101889338731444, "pct_zvhhs_2050": 0.032448377581120944, "pct_hus_rent50_2050": 0.19567354965585051, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047169811320754998, "pct_minority_2040": 0.517295597484277, "pct_spfam_2040": 0.17676767676767699, "pct_lep_2040": 0.111534464842397, "pct_below200_2040": 0.41750948166877394, "pct_disab_2040": 0.084591194968552996, "pct_zvhhs_2040": 0.034917555771096002, "pct_hus_rent50_2040": 0.15768854064642499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.321203999998758, 38.309015999816324 ], [ -122.319895999944492, 38.306986999937699 ], [ -122.315246000233628, 38.305871999902884 ], [ -122.313328000083999, 38.304640999734644 ], [ -122.315990000223294, 38.304358000199031 ], [ -122.317078999994479, 38.302352000257521 ], [ -122.314286000333908, 38.301500000132989 ], [ -122.306843000064177, 38.299701999682782 ], [ -122.302774999961301, 38.29986299990334 ], [ -122.303180000017235, 38.301268000282036 ], [ -122.304782999624322, 38.306787000143501 ], [ -122.306280999649402, 38.311709000049831 ], [ -122.315560000052997, 38.310031999951427 ], [ -122.319324000382252, 38.309338999673585 ], [ -122.321203999998758, 38.309015999816324 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200706", "NAME": "Census Tract 2007.06", "state": "06", "county_fips": "055", "tract": "200706", "county_name": "Napa County", "tot_pop_2050": 3192, "tot_pop_pov_det_2050": 3179, "tot_pop_civ_ni_2050": 3181, "tot_hh_2050": 1127, "pop_zvhhs_2050": 37, "tot_fam_2050": 937, "tot_pop_over5_2050": 3097, "pop_hus_rent50_2050": 38, "pop_minority_2050": 1030, "pop_over75_2050": 214, "pop_spfam_2050": 46, "pop_lep_2050": 57, "pop_below200_2050": 407, "pop_disability_2050": 358, "pct_minority_2050": 0.32268170426065163, "pct_over75_2050": 0.067042606516290723, "pct_spfam_2050": 0.04909284951974386, "pct_lep_2050": 0.018404907975460124, "pct_below200_2050": 0.12802768166089964, "pct_disab_2050": 0.11254322540081736, "pct_zvhhs_2050": 0.032830523513753325, "pct_hus_rent50_2050": 0.033717834960070983, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050731125037302004, "pct_minority_2040": 0.35243210981796502, "pct_spfam_2040": 0.021413276231263, "pct_lep_2040": 0.017182130584192001, "pct_below200_2040": 0.14367126574685099, "pct_disab_2040": 0.097035040431267011, "pct_zvhhs_2040": 0.010582010582010999, "pct_hus_rent50_2040": 0.037037037037037, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.340716999784519, 38.335002000039673 ], [ -122.343121000180986, 38.334293999816097 ], [ -122.338810000403853, 38.3298350000019 ], [ -122.337924000123948, 38.328944000064261 ], [ -122.335975999837061, 38.326920000331469 ], [ -122.332034999955781, 38.322831999984899 ], [ -122.324519999716046, 38.32674800035138 ], [ -122.317272000338306, 38.330619999708915 ], [ -122.320591000428649, 38.334638000191624 ], [ -122.321785999606718, 38.336134000068938 ], [ -122.326286000428041, 38.334690999661824 ], [ -122.329931000033341, 38.332710000168923 ], [ -122.331276999722434, 38.334173999677795 ], [ -122.3341470002742, 38.337376000107078 ], [ -122.335971999639114, 38.336842999782498 ], [ -122.340716999784519, 38.335002000039673 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200707", "NAME": "Census Tract 2007.07", "state": "06", "county_fips": "055", "tract": "200707", "county_name": "Napa County", "tot_pop_2050": 3190, "tot_pop_pov_det_2050": 3169, "tot_pop_civ_ni_2050": 3171, "tot_hh_2050": 1324, "pop_zvhhs_2050": 81, "tot_fam_2050": 819, "tot_pop_over5_2050": 2994, "pop_hus_rent50_2050": 238, "pop_minority_2050": 947, "pop_over75_2050": 323, "pop_spfam_2050": 154, "pop_lep_2050": 101, "pop_below200_2050": 851, "pop_disability_2050": 352, "pct_minority_2050": 0.29686520376175546, "pct_over75_2050": 0.1012539184952978, "pct_spfam_2050": 0.18803418803418806, "pct_lep_2050": 0.033734134936539747, "pct_below200_2050": 0.26853897128431681, "pct_disab_2050": 0.1110059918006938, "pct_zvhhs_2050": 0.061178247734138977, "pct_hus_rent50_2050": 0.1797583081570997, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.087862024080702997, "pct_minority_2040": 0.29092092417832693, "pct_spfam_2040": 0.11596009975062299, "pct_lep_2040": 0.040436005625878998, "pct_below200_2040": 0.23021346469622303, "pct_disab_2040": 0.128968903436989, "pct_zvhhs_2040": 0.10705789056304499, "pct_hus_rent50_2040": 0.21508828250401299, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.332034999955781, 38.322831999984899 ], [ -122.331162999919613, 38.321876000289322 ], [ -122.327155000091182, 38.31787200008651 ], [ -122.32659900042249, 38.318103999688326 ], [ -122.318395000444681, 38.319576999762837 ], [ -122.313856999988502, 38.320367000325795 ], [ -122.308553999626284, 38.321308999943199 ], [ -122.3115680001181, 38.324006999763306 ], [ -122.314160999762109, 38.327021999995715 ], [ -122.317272000338306, 38.330619999708915 ], [ -122.324519999716046, 38.32674800035138 ], [ -122.332034999955781, 38.322831999984899 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200802", "NAME": "Census Tract 2008.02", "state": "06", "county_fips": "055", "tract": "200802", "county_name": "Napa County", "tot_pop_2050": 6042, "tot_pop_pov_det_2050": 5939, "tot_pop_civ_ni_2050": 5974, "tot_hh_2050": 2362, "pop_zvhhs_2050": 157, "tot_fam_2050": 1468, "tot_pop_over5_2050": 5661, "pop_hus_rent50_2050": 152, "pop_minority_2050": 2776, "pop_over75_2050": 723, "pop_spfam_2050": 278, "pop_lep_2050": 131, "pop_below200_2050": 1089, "pop_disability_2050": 385, "pct_minority_2050": 0.45945051307514068, "pct_over75_2050": 0.11966236345580933, "pct_spfam_2050": 0.18937329700272479, "pct_lep_2050": 0.023140787846670199, "pct_below200_2050": 0.18336420272773196, "pct_disab_2050": 0.064445932373619022, "pct_zvhhs_2050": 0.066469093988145642, "pct_hus_rent50_2050": 0.064352243861134625, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10241194486983199, "pct_minority_2040": 0.26493108728943304, "pct_spfam_2040": 0.26225680933852102, "pct_lep_2040": 0.026545086119554001, "pct_below200_2040": 0.208121827411168, "pct_disab_2040": 0.081960860298392002, "pct_zvhhs_2040": 0.063438256658595996, "pct_hus_rent50_2040": 0.106164383561644, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.325337000398974, 38.281254000140208 ], [ -122.324752000417959, 38.279869000181215 ], [ -122.321753999819663, 38.277332000205533 ], [ -122.320771000353702, 38.275134000310558 ], [ -122.321127000005873, 38.272937000202816 ], [ -122.31963499982858, 38.268679000316347 ], [ -122.318457000368952, 38.267321999765663 ], [ -122.319871999655021, 38.265833000183505 ], [ -122.319370000413016, 38.262976999725211 ], [ -122.318532999638606, 38.261592000307033 ], [ -122.312144999703193, 38.258826000039456 ], [ -122.310901000121319, 38.258963000254873 ], [ -122.30638399958157, 38.25836199976429 ], [ -122.305699999866334, 38.248971999915895 ], [ -122.303324999782191, 38.248295000262011 ], [ -122.307532999627171, 38.24587999985058 ], [ -122.303590999920999, 38.24181299965646 ], [ -122.308459000090011, 38.238891999909917 ], [ -122.30603100030244, 38.236463999837284 ], [ -122.307196000241603, 38.235720999662377 ], [ -122.3034160000188, 38.231917000019401 ], [ -122.304683000065182, 38.230345999989154 ], [ -122.304931999587225, 38.22874499981905 ], [ -122.304014000418604, 38.227469000319594 ], [ -122.303729999838168, 38.227612000051046 ], [ -122.303328999980167, 38.2269799999574 ], [ -122.302328000072535, 38.227100000281432 ], [ -122.297295000047058, 38.230570999901076 ], [ -122.292125999579127, 38.232134000220427 ], [ -122.28920300022223, 38.232294000090576 ], [ -122.288157999933659, 38.232952000142582 ], [ -122.287470999845425, 38.234254999776802 ], [ -122.286828999962978, 38.239574999759185 ], [ -122.285279000059376, 38.244134999664091 ], [ -122.284668000139121, 38.245634999691838 ], [ -122.284709999971909, 38.253911000143816 ], [ -122.283658000010647, 38.256720999737624 ], [ -122.283825000415206, 38.258015000140922 ], [ -122.286890999887277, 38.25987500021801 ], [ -122.287085000056024, 38.261947999993325 ], [ -122.285095999761282, 38.264756999675299 ], [ -122.286281999616818, 38.266598999958724 ], [ -122.287224999798113, 38.271963000081826 ], [ -122.283933000370268, 38.274579999958753 ], [ -122.281908999915416, 38.278297999890988 ], [ -122.285211000287319, 38.281675999745332 ], [ -122.28911000033581, 38.281735999917771 ], [ -122.293604000411037, 38.281970999880656 ], [ -122.300440999885026, 38.281937000275185 ], [ -122.300768000123185, 38.286057000319211 ], [ -122.301136000369212, 38.287611999756272 ], [ -122.302543999982603, 38.287757999808221 ], [ -122.307514000258919, 38.287736999944407 ], [ -122.310107999727833, 38.287751000324377 ], [ -122.312328000001287, 38.287765999821936 ], [ -122.315227999791972, 38.287744999960395 ], [ -122.316331999631743, 38.287401999717147 ], [ -122.323476999975654, 38.284435000199089 ], [ -122.325337000398974, 38.281254000140208 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200803", "NAME": "Census Tract 2008.03", "state": "06", "county_fips": "055", "tract": "200803", "county_name": "Napa County", "tot_pop_2050": 2107, "tot_pop_pov_det_2050": 2103, "tot_pop_civ_ni_2050": 2107, "tot_hh_2050": 856, "pop_zvhhs_2050": 54, "tot_fam_2050": 655, "tot_pop_over5_2050": 2014, "pop_hus_rent50_2050": 54, "pop_minority_2050": 570, "pop_over75_2050": 131, "pop_spfam_2050": 118, "pop_lep_2050": 112, "pop_below200_2050": 422, "pop_disability_2050": 261, "pct_minority_2050": 0.27052681537731371, "pct_over75_2050": 0.062173706691979122, "pct_spfam_2050": 0.18015267175572519, "pct_lep_2050": 0.055610724925521347, "pct_below200_2050": 0.20066571564431765, "pct_disab_2050": 0.12387280493592788, "pct_zvhhs_2050": 0.063084112149532703, "pct_hus_rent50_2050": 0.063084112149532703, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058376839107735994, "pct_minority_2040": 0.32320835310868495, "pct_spfam_2040": 0.18877551020408198, "pct_lep_2040": 0.13621794871794901, "pct_below200_2040": 0.38142857142857106, "pct_disab_2040": 0.079047619047619005, "pct_zvhhs_2040": 0.10841983852364501, "pct_hus_rent50_2040": 0.013840830449826999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.342839999973592, 38.294558999679793 ], [ -122.34298899993648, 38.291100000327404 ], [ -122.339350000178996, 38.286520999952351 ], [ -122.337935999819521, 38.286096000057626 ], [ -122.331649999991328, 38.286891999812106 ], [ -122.327382999696809, 38.28431500003537 ], [ -122.325325999629996, 38.284032000191615 ], [ -122.323476999975654, 38.284435000199089 ], [ -122.316331999631743, 38.287401999717147 ], [ -122.315227999791972, 38.287744999960395 ], [ -122.312328000001287, 38.287765999821936 ], [ -122.310107999727833, 38.287751000324377 ], [ -122.310113999575634, 38.291183000306091 ], [ -122.310075000115887, 38.293945000306501 ], [ -122.312256999856174, 38.293921999931619 ], [ -122.313778000345792, 38.296731000127494 ], [ -122.315274999647642, 38.299490999715388 ], [ -122.314286000333908, 38.301500000132989 ], [ -122.317078999994479, 38.302352000257521 ], [ -122.319109000297104, 38.30298199988664 ], [ -122.320808999988543, 38.30357100027426 ], [ -122.321398000167505, 38.303700000298832 ], [ -122.323155999585268, 38.303786000187728 ], [ -122.328927999577559, 38.304799999681769 ], [ -122.333551000422545, 38.305813999804471 ], [ -122.338910999787885, 38.305417999983632 ], [ -122.341707999646374, 38.300278999847997 ], [ -122.341290000069961, 38.297088999675978 ], [ -122.341468000345174, 38.296591000134761 ], [ -122.342839999973592, 38.294558999679793 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200804", "NAME": "Census Tract 2008.04", "state": "06", "county_fips": "055", "tract": "200804", "county_name": "Napa County", "tot_pop_2050": 5613, "tot_pop_pov_det_2050": 5613, "tot_pop_civ_ni_2050": 5613, "tot_hh_2050": 1612, "pop_zvhhs_2050": 58, "tot_fam_2050": 1218, "tot_pop_over5_2050": 5271, "pop_hus_rent50_2050": 217, "pop_minority_2050": 4237, "pop_over75_2050": 168, "pop_spfam_2050": 250, "pop_lep_2050": 1202, "pop_below200_2050": 2112, "pop_disability_2050": 377, "pct_minority_2050": 0.75485480135399963, "pct_over75_2050": 0.02993051843933725, "pct_spfam_2050": 0.20525451559934321, "pct_lep_2050": 0.22804022007209254, "pct_below200_2050": 0.37626937466595411, "pct_disab_2050": 0.067165508640655625, "pct_zvhhs_2050": 0.035980148883374689, "pct_hus_rent50_2050": 0.13461538461538461, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.014490253579438001, "pct_minority_2040": 0.72485768500948788, "pct_spfam_2040": 0.30022918258212394, "pct_lep_2040": 0.25694573932500503, "pct_below200_2040": 0.45427881297446504, "pct_disab_2040": 0.06831119544592, "pct_zvhhs_2040": 0.080367393800230003, "pct_hus_rent50_2040": 0.19201409277745199, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.314286000333908, 38.301500000132989 ], [ -122.315274999647642, 38.299490999715388 ], [ -122.313778000345792, 38.296731000127494 ], [ -122.312256999856174, 38.293921999931619 ], [ -122.310075000115887, 38.293945000306501 ], [ -122.310113999575634, 38.291183000306091 ], [ -122.310107999727833, 38.287751000324377 ], [ -122.307514000258919, 38.287736999944407 ], [ -122.302543999982603, 38.287757999808221 ], [ -122.301136000369212, 38.287611999756272 ], [ -122.302082999850143, 38.29120200032181 ], [ -122.302225999965316, 38.29220199991893 ], [ -122.302109999614331, 38.293935000083117 ], [ -122.301835000153019, 38.295686000286906 ], [ -122.30184400037389, 38.296275999692263 ], [ -122.302774999961301, 38.29986299990334 ], [ -122.306843000064177, 38.299701999682782 ], [ -122.314286000333908, 38.301500000132989 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055200900", "NAME": "Census Tract 2009", "state": "06", "county_fips": "055", "tract": "200900", "county_name": "Napa County", "tot_pop_2050": 722, "tot_pop_pov_det_2050": 119, "tot_pop_civ_ni_2050": 119, "tot_hh_2050": 37, "pop_zvhhs_2050": 33, "tot_fam_2050": 11, "tot_pop_over5_2050": 722, "pop_hus_rent50_2050": 22, "pop_minority_2050": 326, "pop_over75_2050": 23, "pop_spfam_2050": 4, "pop_lep_2050": 6, "pop_below200_2050": 103, "pop_disability_2050": 80, "pct_minority_2050": 0.45152354570637121, "pct_over75_2050": 0.031855955678670361, "pct_spfam_2050": 0.3636363636363637, "pct_lep_2050": 0.0083102493074792248, "pct_below200_2050": 0.8655462184873951, "pct_disab_2050": 0.67226890756302526, "pct_zvhhs_2050": 0.89189189189189189, "pct_hus_rent50_2050": 0.59459459459459463, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0042780748663100001, "pct_minority_2040": 0.39893048128342201, "pct_spfam_2040": null, "pct_lep_2040": 0.0053475935828880003, "pct_below200_2040": 0.89935760171306212, "pct_disab_2040": 0.79657387580299799, "pct_zvhhs_2040": 0.44680851063829796, "pct_hus_rent50_2040": 0.42553191489361702, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.287224999798113, 38.271963000081826 ], [ -122.286281999616818, 38.266598999958724 ], [ -122.285095999761282, 38.264756999675299 ], [ -122.287085000056024, 38.261947999993325 ], [ -122.286890999887277, 38.25987500021801 ], [ -122.283825000415206, 38.258015000140922 ], [ -122.282215000237144, 38.258010999905871 ], [ -122.280902000160026, 38.259619999963576 ], [ -122.280812999573229, 38.25730799979511 ], [ -122.27888299972804, 38.257397999904995 ], [ -122.271194000309322, 38.257759000173628 ], [ -122.270980000049065, 38.257777999766859 ], [ -122.270769000161863, 38.263959000265075 ], [ -122.271483000014314, 38.268807000215681 ], [ -122.254931999943523, 38.268012999844643 ], [ -122.255282999572785, 38.27251499987598 ], [ -122.251432000103222, 38.274802999765917 ], [ -122.252150999978539, 38.27753999982626 ], [ -122.255477999566466, 38.278813999927515 ], [ -122.25552399959723, 38.279830999852678 ], [ -122.255839999964721, 38.279830999852678 ], [ -122.259932000357054, 38.279858000199496 ], [ -122.262588999575186, 38.279966000075959 ], [ -122.263655999605035, 38.280015000293432 ], [ -122.265040999652214, 38.28005199988884 ], [ -122.269107999930185, 38.280196999703406 ], [ -122.272993999559873, 38.280360999966554 ], [ -122.274233999842096, 38.280507999719902 ], [ -122.276683000444407, 38.280726999966113 ], [ -122.277489000358329, 38.280839000348656 ], [ -122.285211000287319, 38.281675999745332 ], [ -122.281908999915416, 38.278297999890988 ], [ -122.283933000370268, 38.274579999958753 ], [ -122.287224999798113, 38.271963000081826 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201003", "NAME": "Census Tract 2010.03", "state": "06", "county_fips": "055", "tract": "201003", "county_name": "Napa County", "tot_pop_2050": 5370, "tot_pop_pov_det_2050": 5370, "tot_pop_civ_ni_2050": 5370, "tot_hh_2050": 1401, "pop_zvhhs_2050": 18, "tot_fam_2050": 1176, "tot_pop_over5_2050": 5065, "pop_hus_rent50_2050": 167, "pop_minority_2050": 4328, "pop_over75_2050": 355, "pop_spfam_2050": 174, "pop_lep_2050": 394, "pop_below200_2050": 945, "pop_disability_2050": 579, "pct_minority_2050": 0.80595903165735572, "pct_over75_2050": 0.066108007448789571, "pct_spfam_2050": 0.14795918367346941, "pct_lep_2050": 0.077788746298124378, "pct_below200_2050": 0.17597765363128492, "pct_disab_2050": 0.10782122905027933, "pct_zvhhs_2050": 0.01284796573875803, "pct_hus_rent50_2050": 0.1192005710206995, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046230287319074997, "pct_minority_2040": 0.79023547202419486, "pct_spfam_2040": 0.128060263653484, "pct_lep_2040": 0.107126222636237, "pct_below200_2040": 0.14763352149370401, "pct_disab_2040": 0.087059840138259015, "pct_zvhhs_2040": 0.017322834645669, "pct_hus_rent50_2040": 0.060096153846154007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.271483000014314, 38.268807000215681 ], [ -122.270769000161863, 38.263959000265075 ], [ -122.270980000049065, 38.257777999766859 ], [ -122.271431000135777, 38.253791000327595 ], [ -122.26811500041849, 38.241671000086306 ], [ -122.267503999599896, 38.240121999823536 ], [ -122.260929000066696, 38.234443000067408 ], [ -122.255173999792859, 38.230455999907612 ], [ -122.253234999726828, 38.228894000151477 ], [ -122.253264000039138, 38.22259900012947 ], [ -122.253720999973623, 38.220750000092302 ], [ -122.253206000312815, 38.218278000073596 ], [ -122.253196000267081, 38.211143000151417 ], [ -122.255394999725794, 38.208165000092741 ], [ -122.256276999807724, 38.207640999857006 ], [ -122.25621700043159, 38.206271000087789 ], [ -122.256234999974936, 38.20455399998594 ], [ -122.256302999747021, 38.195175999931848 ], [ -122.255815999675306, 38.191528000004446 ], [ -122.255669000260497, 38.189412999649306 ], [ -122.255393000075983, 38.182668000310109 ], [ -122.254843000255065, 38.179146999937785 ], [ -122.253499000215783, 38.171232000351552 ], [ -122.252848999937427, 38.166504000165432 ], [ -122.252924000280515, 38.165622999740933 ], [ -122.244138999621313, 38.16518199972414 ], [ -122.241643999886577, 38.1647990002933 ], [ -122.239938000347379, 38.164406999981665 ], [ -122.234313999594761, 38.164164999850456 ], [ -122.232798999851255, 38.163541000055545 ], [ -122.227770000023725, 38.162738999774191 ], [ -122.227031000056911, 38.161663000231925 ], [ -122.221504000287013, 38.156829999838273 ], [ -122.221125000170318, 38.154932999909356 ], [ -122.214660000242006, 38.154920000323472 ], [ -122.213464000340736, 38.154893999731996 ], [ -122.196631000237616, 38.155017000220511 ], [ -122.195380000084768, 38.155017000220511 ], [ -122.197877000367626, 38.157115000151265 ], [ -122.198981000207397, 38.159317000151319 ], [ -122.195970999913541, 38.162991000281188 ], [ -122.194484999584034, 38.164714999949894 ], [ -122.198079999858905, 38.168417000100511 ], [ -122.199064000048082, 38.168727000177675 ], [ -122.199711999778287, 38.168390000029106 ], [ -122.201892999693655, 38.16829899989785 ], [ -122.202520000405755, 38.168320999722695 ], [ -122.20357999986463, 38.168716999671766 ], [ -122.203179999831548, 38.171517000160527 ], [ -122.204579999947327, 38.172817000244621 ], [ -122.208879999853792, 38.172717000029252 ], [ -122.211179999594862, 38.174717000158751 ], [ -122.21137999961141, 38.175617000000351 ], [ -122.215080000366569, 38.179717000089298 ], [ -122.213680000250775, 38.181017000068216 ], [ -122.212979999743723, 38.184317000182901 ], [ -122.215580999783683, 38.188417000024799 ], [ -122.209479999903451, 38.189917000326439 ], [ -122.211480999893723, 38.192116999819788 ], [ -122.205879999605685, 38.196216000074138 ], [ -122.205980000063107, 38.197916000160504 ], [ -122.204979999980409, 38.198516000141908 ], [ -122.205681000312381, 38.20361599978429 ], [ -122.204580999772219, 38.204815999686076 ], [ -122.205681000312381, 38.208215999749925 ], [ -122.201477999591972, 38.211619999782265 ], [ -122.19957299986109, 38.210622000017501 ], [ -122.19757299969568, 38.211814999734379 ], [ -122.194980000051657, 38.212317000327403 ], [ -122.193979999968974, 38.213614000325116 ], [ -122.194681000300918, 38.21521400024514 ], [ -122.196281000433274, 38.216116000347618 ], [ -122.196176999777876, 38.218920000219065 ], [ -122.193374000071557, 38.221214999841614 ], [ -122.193581999585703, 38.223523999818163 ], [ -122.194980999876577, 38.225222000180324 ], [ -122.195980000134384, 38.230409999859326 ], [ -122.19717900040871, 38.231413000081538 ], [ -122.197186999906322, 38.232817000041429 ], [ -122.201772000218142, 38.240323000340425 ], [ -122.204379000105888, 38.241018999900724 ], [ -122.205389000234305, 38.244620000114679 ], [ -122.208284000002124, 38.244216000269908 ], [ -122.20958200001067, 38.244816000222471 ], [ -122.210181000235394, 38.247414999788624 ], [ -122.212480999976449, 38.248715000179189 ], [ -122.21108099986067, 38.252215000105338 ], [ -122.209080999695232, 38.251115000211172 ], [ -122.206489999701077, 38.250932999876532 ], [ -122.204367000410315, 38.249302000004825 ], [ -122.200799999724524, 38.249410999818309 ], [ -122.19948099979959, 38.250915000237292 ], [ -122.19518000006822, 38.250716000048648 ], [ -122.194081000251302, 38.252914999898628 ], [ -122.194482000109303, 38.254118999826176 ], [ -122.193281000185138, 38.25641500000841 ], [ -122.196781000025439, 38.258414999959321 ], [ -122.202980999639919, 38.25921500004354 ], [ -122.206072999949541, 38.258795000145369 ], [ -122.208480999645644, 38.258414999959321 ], [ -122.212982000291859, 38.259114999985705 ], [ -122.216882000165256, 38.262314999870604 ], [ -122.216482000132189, 38.266014999874699 ], [ -122.212281999784835, 38.272813999981437 ], [ -122.21098200012645, 38.27191400007235 ], [ -122.208482000368846, 38.272213999870885 ], [ -122.206381999746014, 38.271613999739827 ], [ -122.200480999882316, 38.272014000142903 ], [ -122.197381000075069, 38.272714000307218 ], [ -122.19568100038363, 38.271513999823732 ], [ -122.188381000229043, 38.271613999739827 ], [ -122.19108100000318, 38.275913999858155 ], [ -122.190680999970098, 38.277513999994426 ], [ -122.194380999826947, 38.280814000208942 ], [ -122.196380999992357, 38.2819140003256 ], [ -122.196680999568045, 38.284414000079003 ], [ -122.198282000423575, 38.284813999777896 ], [ -122.198482000440123, 38.285813999958535 ], [ -122.20148199978992, 38.289313999976763 ], [ -122.201681999806453, 38.292413999693302 ], [ -122.203481999955329, 38.292913999914241 ], [ -122.201982000280424, 38.296714000258632 ], [ -122.199081999591428, 38.30011300015947 ], [ -122.199382000065398, 38.301591000099847 ], [ -122.201256999659009, 38.300791000138538 ], [ -122.204128999860643, 38.297928999684942 ], [ -122.207714999914657, 38.297043999904631 ], [ -122.209053000106152, 38.295604999958208 ], [ -122.210696999721122, 38.295733000331758 ], [ -122.21317800011046, 38.296757999828124 ], [ -122.215124999674103, 38.296085999905607 ], [ -122.215973000319153, 38.293359999725531 ], [ -122.217078999808763, 38.292069999892881 ], [ -122.225126000326057, 38.293156999770297 ], [ -122.228144999942444, 38.293265000306874 ], [ -122.24293000019955, 38.294660999747649 ], [ -122.251153000443963, 38.295414999824523 ], [ -122.252255999560518, 38.293280000074951 ], [ -122.257290000309226, 38.29211799993017 ], [ -122.261231000190506, 38.289564999716411 ], [ -122.257292999783957, 38.288284999706377 ], [ -122.255501999855909, 38.28705000004139 ], [ -122.254928999570467, 38.287049000206125 ], [ -122.247569999864652, 38.282291999767992 ], [ -122.24868399975017, 38.282131999953251 ], [ -122.24899699974462, 38.279740000098535 ], [ -122.255024000005037, 38.279830999852678 ], [ -122.25552399959723, 38.279830999852678 ], [ -122.255477999566466, 38.278813999927515 ], [ -122.252150999978539, 38.27753999982626 ], [ -122.251432000103222, 38.274802999765917 ], [ -122.255282999572785, 38.27251499987598 ], [ -122.254931999943523, 38.268012999844643 ], [ -122.271483000014314, 38.268807000215681 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201004", "NAME": "Census Tract 2010.04", "state": "06", "county_fips": "055", "tract": "201004", "county_name": "Napa County", "tot_pop_2050": 5945, "tot_pop_pov_det_2050": 5934, "tot_pop_civ_ni_2050": 5945, "tot_hh_2050": 1794, "pop_zvhhs_2050": 7, "tot_fam_2050": 1426, "tot_pop_over5_2050": 5577, "pop_hus_rent50_2050": 64, "pop_minority_2050": 4678, "pop_over75_2050": 269, "pop_spfam_2050": 253, "pop_lep_2050": 377, "pop_below200_2050": 1496, "pop_disability_2050": 739, "pct_minority_2050": 0.78687973086627416, "pct_over75_2050": 0.045248107653490334, "pct_spfam_2050": 0.17741935483870969, "pct_lep_2050": 0.0675990675990676, "pct_below200_2050": 0.2521065048870913, "pct_disab_2050": 0.12430613961312027, "pct_zvhhs_2050": 0.0039018952062430329, "pct_hus_rent50_2050": 0.035674470457079152, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049248235655108996, "pct_minority_2040": 0.784749923289353, "pct_spfam_2040": 0.13726747915330301, "pct_lep_2040": 0.075578572584560993, "pct_below200_2040": 0.24957789716039899, "pct_disab_2040": 0.11184412396440599, "pct_zvhhs_2040": 0.022601707684581002, "pct_hus_rent50_2040": 0.028126569563033998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25372599999649, 38.155309000078553 ], [ -122.253766000179468, 38.154935999922131 ], [ -122.252793999685863, 38.155041999823553 ], [ -122.252166999872031, 38.155116999993915 ], [ -122.241990000391311, 38.155044000299995 ], [ -122.238353000283652, 38.155014999743337 ], [ -122.221125000170318, 38.154932999909356 ], [ -122.221504000287013, 38.156829999838273 ], [ -122.227031000056911, 38.161663000231925 ], [ -122.227770000023725, 38.162738999774191 ], [ -122.232798999851255, 38.163541000055545 ], [ -122.234313999594761, 38.164164999850456 ], [ -122.239938000347379, 38.164406999981665 ], [ -122.241643999886577, 38.1647990002933 ], [ -122.244138999621313, 38.16518199972414 ], [ -122.252924000280515, 38.165622999740933 ], [ -122.253103000380662, 38.163147999915637 ], [ -122.25372599999649, 38.155309000078553 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201005", "NAME": "Census Tract 2010.05", "state": "06", "county_fips": "055", "tract": "201005", "county_name": "Napa County", "tot_pop_2050": 2423, "tot_pop_pov_det_2050": 2423, "tot_pop_civ_ni_2050": 2409, "tot_hh_2050": 598, "pop_zvhhs_2050": 7, "tot_fam_2050": 519, "tot_pop_over5_2050": 2281, "pop_hus_rent50_2050": 9, "pop_minority_2050": 1742, "pop_over75_2050": 131, "pop_spfam_2050": 84, "pop_lep_2050": 145, "pop_below200_2050": 383, "pop_disability_2050": 335, "pct_minority_2050": 0.71894345852249275, "pct_over75_2050": 0.054065208419314899, "pct_spfam_2050": 0.16184971098265896, "pct_lep_2050": 0.063568610258658481, "pct_below200_2050": 0.15806851011143211, "pct_disab_2050": 0.13906185139061852, "pct_zvhhs_2050": 0.011705685618729096, "pct_hus_rent50_2050": 0.015050167224080268, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027888446215138998, "pct_minority_2040": 0.63346613545816699, "pct_spfam_2040": 0.085714285714285993, "pct_lep_2040": 0.052459016393443005, "pct_below200_2040": 0.19698981850376301, "pct_disab_2040": 0.097147950089126994, "pct_zvhhs_2040": 0.013782542113323, "pct_hus_rent50_2040": 0.0061255742725879999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.314746999568015, 38.197154999968312 ], [ -122.313574999956202, 38.192972000071741 ], [ -122.31309200008242, 38.185066000333975 ], [ -122.310527999852397, 38.183116000122482 ], [ -122.307721999773065, 38.181987999655668 ], [ -122.300240999868507, 38.18047400004231 ], [ -122.296340999995095, 38.178068999829428 ], [ -122.294947999551994, 38.176471999723574 ], [ -122.294161999729539, 38.17452199971671 ], [ -122.293101000445802, 38.169790000224708 ], [ -122.295169000383268, 38.159007999798042 ], [ -122.294884999802804, 38.155217999865975 ], [ -122.293683000053747, 38.155217999865975 ], [ -122.291963000270826, 38.155133999786337 ], [ -122.290379999856924, 38.155217000336542 ], [ -122.269549999796041, 38.155189000084896 ], [ -122.264741000076555, 38.155121999767083 ], [ -122.264742999726394, 38.155385999735032 ], [ -122.264780000434612, 38.159377999780553 ], [ -122.264794999604931, 38.160784999702777 ], [ -122.2659260001072, 38.160967999697341 ], [ -122.264668000281603, 38.162982999953385 ], [ -122.266653000378412, 38.161994000250147 ], [ -122.268481000116381, 38.165951999966609 ], [ -122.268887999822155, 38.167680999858355 ], [ -122.268692000003554, 38.169646999889075 ], [ -122.268973000210977, 38.171301000020975 ], [ -122.270563000297528, 38.173811999891633 ], [ -122.270626999871638, 38.174121000351327 ], [ -122.266733999670961, 38.174555000165 ], [ -122.263012000072806, 38.174963999687137 ], [ -122.261630000398668, 38.175470999924528 ], [ -122.261138000304086, 38.175941999800926 ], [ -122.260353000306523, 38.177299999706122 ], [ -122.258369000034648, 38.177737000140844 ], [ -122.25703400021618, 38.178991999980248 ], [ -122.255368999786526, 38.179161999961735 ], [ -122.254843000255065, 38.179146999937785 ], [ -122.255393000075983, 38.182668000310109 ], [ -122.255669000260497, 38.189412999649306 ], [ -122.255815999675306, 38.191528000004446 ], [ -122.256302999747021, 38.195175999931848 ], [ -122.256234999974936, 38.20455399998594 ], [ -122.25621700043159, 38.206271000087789 ], [ -122.256276999807724, 38.207640999857006 ], [ -122.255394999725794, 38.208165000092741 ], [ -122.253196000267081, 38.211143000151417 ], [ -122.253206000312815, 38.218278000073596 ], [ -122.253720999973623, 38.220750000092302 ], [ -122.253264000039138, 38.22259900012947 ], [ -122.253234999726828, 38.228894000151477 ], [ -122.255173999792859, 38.230455999907612 ], [ -122.260929000066696, 38.234443000067408 ], [ -122.267503999599896, 38.240121999823536 ], [ -122.26811500041849, 38.241671000086306 ], [ -122.271431000135777, 38.253791000327595 ], [ -122.270980000049065, 38.257777999766859 ], [ -122.271194000309322, 38.257759000173628 ], [ -122.27888299972804, 38.257397999904995 ], [ -122.280812999573229, 38.25730799979511 ], [ -122.280902000160026, 38.259619999963576 ], [ -122.282215000237144, 38.258010999905871 ], [ -122.283825000415206, 38.258015000140922 ], [ -122.283658000010647, 38.256720999737624 ], [ -122.284709999971909, 38.253911000143816 ], [ -122.284668000139121, 38.245634999691838 ], [ -122.285279000059376, 38.244134999664091 ], [ -122.286828999962978, 38.239574999759185 ], [ -122.287470999845425, 38.234254999776802 ], [ -122.288157999933659, 38.232952000142582 ], [ -122.28920300022223, 38.232294000090576 ], [ -122.292125999579127, 38.232134000220427 ], [ -122.297295000047058, 38.230570999901076 ], [ -122.302328000072535, 38.227100000281432 ], [ -122.303328999980167, 38.2269799999574 ], [ -122.306832000193523, 38.225938999706784 ], [ -122.30841200023437, 38.224075999924871 ], [ -122.310444000186806, 38.220612999839155 ], [ -122.310742999937574, 38.218692000050893 ], [ -122.309937000023609, 38.215496999974661 ], [ -122.30715299968557, 38.210292000138601 ], [ -122.30667700038282, 38.207229999810124 ], [ -122.307299000173771, 38.205611000322079 ], [ -122.311341000337379, 38.202441999743968 ], [ -122.313364999893921, 38.200218000126192 ], [ -122.314746999568015, 38.197154999968312 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201006", "NAME": "Census Tract 2010.06", "state": "06", "county_fips": "055", "tract": "201006", "county_name": "Napa County", "tot_pop_2050": 3217, "tot_pop_pov_det_2050": 3211, "tot_pop_civ_ni_2050": 3206, "tot_hh_2050": 885, "pop_zvhhs_2050": 12, "tot_fam_2050": 753, "tot_pop_over5_2050": 3072, "pop_hus_rent50_2050": 52, "pop_minority_2050": 1917, "pop_over75_2050": 160, "pop_spfam_2050": 108, "pop_lep_2050": 120, "pop_below200_2050": 746, "pop_disability_2050": 445, "pct_minority_2050": 0.5958967982592478, "pct_over75_2050": 0.049735778675784895, "pct_spfam_2050": 0.14342629482071714, "pct_lep_2050": 0.0390625, "pct_below200_2050": 0.23232637807536596, "pct_disab_2050": 0.13880224578914535, "pct_zvhhs_2050": 0.013559322033898305, "pct_hus_rent50_2050": 0.058757062146892663, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039721946375371998, "pct_minority_2040": 0.590201919894075, "pct_spfam_2040": 0.087301587301586991, "pct_lep_2040": 0.051528684300928003, "pct_below200_2040": 0.342762063227953, "pct_disab_2040": 0.090787269681741986, "pct_zvhhs_2040": 0.0073529411764710001, "pct_hus_rent50_2040": 0.08668076109936601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.270626999871638, 38.174121000351327 ], [ -122.270563000297528, 38.173811999891633 ], [ -122.268973000210977, 38.171301000020975 ], [ -122.268692000003554, 38.169646999889075 ], [ -122.268887999822155, 38.167680999858355 ], [ -122.268481000116381, 38.165951999966609 ], [ -122.267706999989485, 38.166076000252467 ], [ -122.252924000280515, 38.165622999740933 ], [ -122.252848999937427, 38.166504000165432 ], [ -122.253499000215783, 38.171232000351552 ], [ -122.254843000255065, 38.179146999937785 ], [ -122.255368999786526, 38.179161999961735 ], [ -122.25703400021618, 38.178991999980248 ], [ -122.258369000034648, 38.177737000140844 ], [ -122.260353000306523, 38.177299999706122 ], [ -122.261138000304086, 38.175941999800926 ], [ -122.261630000398668, 38.175470999924528 ], [ -122.263012000072806, 38.174963999687137 ], [ -122.266733999670961, 38.174555000165 ], [ -122.270626999871638, 38.174121000351327 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201007", "NAME": "Census Tract 2010.07", "state": "06", "county_fips": "055", "tract": "201007", "county_name": "Napa County", "tot_pop_2050": 4295, "tot_pop_pov_det_2050": 4267, "tot_pop_civ_ni_2050": 4295, "tot_hh_2050": 1059, "pop_zvhhs_2050": 11, "tot_fam_2050": 922, "tot_pop_over5_2050": 3906, "pop_hus_rent50_2050": 56, "pop_minority_2050": 3340, "pop_over75_2050": 195, "pop_spfam_2050": 181, "pop_lep_2050": 283, "pop_below200_2050": 901, "pop_disability_2050": 524, "pct_minority_2050": 0.77764842840512227, "pct_over75_2050": 0.045401629802095465, "pct_spfam_2050": 0.1963123644251627, "pct_lep_2050": 0.072452636968765999, "pct_below200_2050": 0.21115537848605576, "pct_disab_2050": 0.1220023282887078, "pct_zvhhs_2050": 0.010387157695939566, "pct_hus_rent50_2050": 0.05288007554296506, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027371839480399, "pct_minority_2040": 0.69427047088842508, "pct_spfam_2040": 0.15415415415415398, "pct_lep_2040": 0.038080731150037996, "pct_below200_2040": 0.263304671159656, "pct_disab_2040": 0.090930178612850993, "pct_zvhhs_2040": 0.0062277580071169996, "pct_hus_rent50_2040": 0.063255813953488005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.267706999989485, 38.166076000252467 ], [ -122.268481000116381, 38.165951999966609 ], [ -122.266653000378412, 38.161994000250147 ], [ -122.264668000281603, 38.162982999953385 ], [ -122.2659260001072, 38.160967999697341 ], [ -122.264794999604931, 38.160784999702777 ], [ -122.264780000434612, 38.159377999780553 ], [ -122.264742999726394, 38.155385999735032 ], [ -122.264741000076555, 38.155121999767083 ], [ -122.264357999761899, 38.155116999993915 ], [ -122.261861000377351, 38.155121000236278 ], [ -122.26113599975595, 38.155079999684013 ], [ -122.258857999756174, 38.15504600007003 ], [ -122.253766000179468, 38.154935999922131 ], [ -122.25372599999649, 38.155309000078553 ], [ -122.253103000380662, 38.163147999915637 ], [ -122.252924000280515, 38.165622999740933 ], [ -122.267706999989485, 38.166076000252467 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201101", "NAME": "Census Tract 2011.01", "state": "06", "county_fips": "055", "tract": "201101", "county_name": "Napa County", "tot_pop_2050": 2123, "tot_pop_pov_det_2050": 2118, "tot_pop_civ_ni_2050": 2118, "tot_hh_2050": 798, "pop_zvhhs_2050": 10, "tot_fam_2050": 629, "tot_pop_over5_2050": 2050, "pop_hus_rent50_2050": 23, "pop_minority_2050": 425, "pop_over75_2050": 202, "pop_spfam_2050": 10, "pop_lep_2050": 34, "pop_below200_2050": 133, "pop_disability_2050": 211, "pct_minority_2050": 0.20018841262364576, "pct_over75_2050": 0.095148374941121036, "pct_spfam_2050": 0.015898251192368842, "pct_lep_2050": 0.016585365853658537, "pct_below200_2050": 0.062795089707271004, "pct_disab_2050": 0.099622285174693126, "pct_zvhhs_2050": 0.012531328320802004, "pct_hus_rent50_2050": 0.028822055137844613, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11593487913172199, "pct_minority_2040": 0.18648248643315196, "pct_spfam_2040": 0.026143790849672999, "pct_lep_2040": 0.0041343669250649999, "pct_below200_2040": 0.042016806722688989, "pct_disab_2040": 0.099851705388038003, "pct_zvhhs_2040": 0.036553524804177, "pct_hus_rent50_2040": 0.0026881720430110001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.354045999849333, 38.302018999784053 ], [ -122.354923999733316, 38.299266000273541 ], [ -122.353700000242938, 38.300890999911203 ], [ -122.350849999782653, 38.301679999980223 ], [ -122.347801000029037, 38.299669999951057 ], [ -122.347425000285426, 38.298028999877531 ], [ -122.343610999727417, 38.29804600014328 ], [ -122.341290000069961, 38.297088999675978 ], [ -122.341707999646374, 38.300278999847997 ], [ -122.338910999787885, 38.305417999983632 ], [ -122.340791000302687, 38.306643000147595 ], [ -122.340869999945369, 38.306888999938259 ], [ -122.340905999930399, 38.315370000334795 ], [ -122.33895400034389, 38.315229999662336 ], [ -122.337720999734358, 38.315128000321266 ], [ -122.334353999963426, 38.314842999805499 ], [ -122.33397400002184, 38.31477099973538 ], [ -122.333496999995859, 38.314532999777967 ], [ -122.332998000228557, 38.314466000211731 ], [ -122.333821999685881, 38.314923999798935 ], [ -122.33635300030393, 38.315313000229565 ], [ -122.339156999835168, 38.317278999753611 ], [ -122.339617000142695, 38.316449000329065 ], [ -122.342635999759082, 38.315685000330866 ], [ -122.343907999828332, 38.31693799982969 ], [ -122.345386999586836, 38.317004999931008 ], [ -122.346494999624568, 38.31654300026716 ], [ -122.348846000317579, 38.316691000162599 ], [ -122.348685999585697, 38.310958000075637 ], [ -122.349827999958634, 38.311493000157554 ], [ -122.350244999710156, 38.311161999772722 ], [ -122.348960000120414, 38.310589999848062 ], [ -122.351603999818053, 38.307922999877846 ], [ -122.352546000174456, 38.307497999853773 ], [ -122.352107999608222, 38.304991999791838 ], [ -122.35009800029539, 38.303297999728144 ], [ -122.351978999736787, 38.303073000109265 ], [ -122.354045999849333, 38.302018999784053 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201102", "NAME": "Census Tract 2011.02", "state": "06", "county_fips": "055", "tract": "201102", "county_name": "Napa County", "tot_pop_2050": 1803, "tot_pop_pov_det_2050": 1803, "tot_pop_civ_ni_2050": 1803, "tot_hh_2050": 711, "pop_zvhhs_2050": 18, "tot_fam_2050": 473, "tot_pop_over5_2050": 1765, "pop_hus_rent50_2050": 25, "pop_minority_2050": 284, "pop_over75_2050": 160, "pop_spfam_2050": 11, "pop_lep_2050": 42, "pop_below200_2050": 277, "pop_disability_2050": 243, "pct_minority_2050": 0.15751525235718247, "pct_over75_2050": 0.088740987243483088, "pct_spfam_2050": 0.023255813953488368, "pct_lep_2050": 0.023796033994334283, "pct_below200_2050": 0.15363283416528009, "pct_disab_2050": 0.13477537437603992, "pct_zvhhs_2050": 0.025316455696202531, "pct_hus_rent50_2050": 0.035161744022503522, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10995623632385099, "pct_minority_2040": 0.095733041575491992, "pct_spfam_2040": 0.110416666666667, "pct_lep_2040": 0.013016411997736002, "pct_below200_2040": 0.19988986784141, "pct_disab_2040": 0.13621444201312899, "pct_zvhhs_2040": 0.028606965174129001, "pct_hus_rent50_2040": 0.08788282290279599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.472079000237386, 38.407387000349516 ], [ -122.472399999729433, 38.405513999928139 ], [ -122.470591000258068, 38.404911000085455 ], [ -122.470791000274602, 38.402810999898421 ], [ -122.468090999602154, 38.400010999780861 ], [ -122.470191000224986, 38.397510999977662 ], [ -122.465891000318507, 38.390411000198348 ], [ -122.459537999644866, 38.387494999662202 ], [ -122.453989999958566, 38.383912000305898 ], [ -122.453522000153399, 38.382391999763591 ], [ -122.447889999903225, 38.37931199978167 ], [ -122.449989999627746, 38.374912000100501 ], [ -122.453574000031935, 38.374186999843829 ], [ -122.457114999880133, 38.370548000281566 ], [ -122.457740999869031, 38.367466000091838 ], [ -122.454490000449056, 38.365619000157807 ], [ -122.45305400034826, 38.362811000203109 ], [ -122.449690000052072, 38.361012000035487 ], [ -122.447196000142256, 38.35903500004175 ], [ -122.444113999878368, 38.35870699987408 ], [ -122.442282999767372, 38.35903500004175 ], [ -122.439506000000321, 38.358111999964805 ], [ -122.437429999666932, 38.35666200004065 ], [ -122.436683000202535, 38.355137000330416 ], [ -122.432928999919, 38.353427999754622 ], [ -122.429327999796342, 38.351001000013753 ], [ -122.429114000434438, 38.349452999759734 ], [ -122.427329000354149, 38.349140000053815 ], [ -122.427207000155434, 38.346042999894955 ], [ -122.424990000255036, 38.345113000184767 ], [ -122.424390000205406, 38.344413000238504 ], [ -122.421513999805853, 38.339513000031047 ], [ -122.420126000283972, 38.338345000338968 ], [ -122.418752999932337, 38.339589000154774 ], [ -122.417256999557097, 38.339322000258043 ], [ -122.417562000053934, 38.33800999989505 ], [ -122.414403999622053, 38.336269999679196 ], [ -122.411992999552893, 38.334012000338518 ], [ -122.413503999996777, 38.332089000167592 ], [ -122.413731999602419, 38.330693000184894 ], [ -122.412099999683036, 38.327869999882388 ], [ -122.409718999751135, 38.32596300028316 ], [ -122.409460000183344, 38.321132999757921 ], [ -122.408574999728387, 38.320111000304699 ], [ -122.406865999816105, 38.321805000216671 ], [ -122.405401000301282, 38.322118000332196 ], [ -122.403738000419764, 38.319722000243573 ], [ -122.401953000339532, 38.31419100016533 ], [ -122.398931000350103, 38.311795999805078 ], [ -122.396336000157945, 38.309179000277631 ], [ -122.394916999775575, 38.304478999948735 ], [ -122.397603000204356, 38.303532999665869 ], [ -122.400334999765519, 38.303242999932749 ], [ -122.401739000079289, 38.302450000042178 ], [ -122.402770000124121, 38.300549000118295 ], [ -122.403588999558551, 38.299113999980008 ], [ -122.402623999635949, 38.297986999742911 ], [ -122.40169300004851, 38.295201999929198 ], [ -122.402410000274017, 38.293973999818519 ], [ -122.400822999662168, 38.289549000084783 ], [ -122.401524999819031, 38.288319999681839 ], [ -122.40123500028912, 38.286886000082283 ], [ -122.4020289996092, 38.284436999941605 ], [ -122.404760000243797, 38.281819999934839 ], [ -122.403128000324415, 38.280095999688122 ], [ -122.399998000379952, 38.274137999752881 ], [ -122.396992000284044, 38.272093999959111 ], [ -122.394139000349043, 38.272155000332823 ], [ -122.393863999989421, 38.27313100004833 ], [ -122.389851000138123, 38.274267999926757 ], [ -122.388188000256605, 38.274215000014173 ], [ -122.387241999702255, 38.273252999707523 ], [ -122.388387000448233, 38.271459999966993 ], [ -122.387379999794518, 38.270202000272775 ], [ -122.389272000004894, 38.267867000284859 ], [ -122.38907299981328, 38.264387999849689 ], [ -122.389896000343967, 38.260695000183851 ], [ -122.388157000294456, 38.258345000079487 ], [ -122.38558700021666, 38.256715000336257 ], [ -122.38434199991157, 38.25450000018953 ], [ -122.382487000409427, 38.254115000082081 ], [ -122.380770999926142, 38.2528370000297 ], [ -122.378986999670815, 38.250714000082972 ], [ -122.377286999979347, 38.249914999872466 ], [ -122.37718700042025, 38.248414999982089 ], [ -122.373864999956851, 38.247438000081708 ], [ -122.374587000205224, 38.244514999738804 ], [ -122.370480999569182, 38.245318000276811 ], [ -122.370386999857843, 38.246915000176593 ], [ -122.366786999560105, 38.247015000091928 ], [ -122.359924000146833, 38.230501000018741 ], [ -122.358267000113116, 38.218524000027031 ], [ -122.358036999959339, 38.214705999827757 ], [ -122.358344000105987, 38.21169299998116 ], [ -122.359241000256532, 38.209988999663651 ], [ -122.357533999994089, 38.208865999959613 ], [ -122.356376999552523, 38.206795999831435 ], [ -122.354070000138776, 38.205420999836406 ], [ -122.352284000233624, 38.202666999830974 ], [ -122.35068099972824, 38.201830999849292 ], [ -122.350391000198329, 38.200551999656646 ], [ -122.35085499980552, 38.196925999724897 ], [ -122.349564000367977, 38.193971999765388 ], [ -122.350501999628094, 38.192611000091446 ], [ -122.353209999798167, 38.195481999692504 ], [ -122.355127999947811, 38.196862000052164 ], [ -122.357779000216468, 38.197673000106271 ], [ -122.360257000232764, 38.197115000128768 ], [ -122.360544000287931, 38.195060000078655 ], [ -122.358175999876508, 38.192738000071415 ], [ -122.357051000120336, 38.190634000331492 ], [ -122.356908000005205, 38.18868199993112 ], [ -122.357369999962543, 38.183958000060557 ], [ -122.358565000038951, 38.181974000082235 ], [ -122.360078999957537, 38.181929000325582 ], [ -122.362823999937518, 38.183430999764354 ], [ -122.366789999933161, 38.183823999990288 ], [ -122.369026999925055, 38.181898000131866 ], [ -122.369750999823239, 38.175875000193152 ], [ -122.368749999915593, 38.172949000092814 ], [ -122.366493999657166, 38.169431999898514 ], [ -122.365582000336332, 38.166028999684777 ], [ -122.366214999997908, 38.16085500023739 ], [ -122.367560999687001, 38.158792000028477 ], [ -122.371115999778922, 38.157720000259054 ], [ -122.374357999876338, 38.158010000200598 ], [ -122.375072999553709, 38.158653000064028 ], [ -122.381704999886608, 38.160486000143692 ], [ -122.384773999731706, 38.160963999775724 ], [ -122.39682200040474, 38.161450999746613 ], [ -122.40136300033565, 38.161012000233548 ], [ -122.404002999835342, 38.160409000221705 ], [ -122.406793000021153, 38.15871999996309 ], [ -122.407511999896471, 38.157812999869016 ], [ -122.40678600034849, 38.155632000257754 ], [ -122.40347499975573, 38.155464999775106 ], [ -122.380267999960907, 38.155823999692899 ], [ -122.294884999802804, 38.155217999865975 ], [ -122.295169000383268, 38.159007999798042 ], [ -122.293101000445802, 38.169790000224708 ], [ -122.294161999729539, 38.17452199971671 ], [ -122.294947999551994, 38.176471999723574 ], [ -122.296340999995095, 38.178068999829428 ], [ -122.300240999868507, 38.18047400004231 ], [ -122.307721999773065, 38.181987999655668 ], [ -122.310527999852397, 38.183116000122482 ], [ -122.31309200008242, 38.185066000333975 ], [ -122.313574999956202, 38.192972000071741 ], [ -122.314746999568015, 38.197154999968312 ], [ -122.313364999893921, 38.200218000126192 ], [ -122.311341000337379, 38.202441999743968 ], [ -122.307299000173771, 38.205611000322079 ], [ -122.30667700038282, 38.207229999810124 ], [ -122.30715299968557, 38.210292000138601 ], [ -122.309937000023609, 38.215496999974661 ], [ -122.310742999937574, 38.218692000050893 ], [ -122.310444000186806, 38.220612999839155 ], [ -122.30841200023437, 38.224075999924871 ], [ -122.306832000193523, 38.225938999706784 ], [ -122.303328999980167, 38.2269799999574 ], [ -122.303729999838168, 38.227612000051046 ], [ -122.304014000418604, 38.227469000319594 ], [ -122.304931999587225, 38.22874499981905 ], [ -122.304683000065182, 38.230345999989154 ], [ -122.3034160000188, 38.231917000019401 ], [ -122.307196000241603, 38.235720999662377 ], [ -122.30603100030244, 38.236463999837284 ], [ -122.308459000090011, 38.238891999909917 ], [ -122.303590999920999, 38.24181299965646 ], [ -122.307532999627171, 38.24587999985058 ], [ -122.303324999782191, 38.248295000262011 ], [ -122.305699999866334, 38.248971999915895 ], [ -122.30638399958157, 38.25836199976429 ], [ -122.310901000121319, 38.258963000254873 ], [ -122.312144999703193, 38.258826000039456 ], [ -122.318532999638606, 38.261592000307033 ], [ -122.319370000413016, 38.262976999725211 ], [ -122.319871999655021, 38.265833000183505 ], [ -122.318457000368952, 38.267321999765663 ], [ -122.31963499982858, 38.268679000316347 ], [ -122.321127000005873, 38.272937000202816 ], [ -122.320771000353702, 38.275134000310558 ], [ -122.321753999819663, 38.277332000205533 ], [ -122.324752000417959, 38.279869000181215 ], [ -122.325337000398974, 38.281254000140208 ], [ -122.323476999975654, 38.284435000199089 ], [ -122.325325999629996, 38.284032000191615 ], [ -122.327382999696809, 38.28431500003537 ], [ -122.331649999991328, 38.286891999812106 ], [ -122.337935999819521, 38.286096000057626 ], [ -122.339350000178996, 38.286520999952351 ], [ -122.34298899993648, 38.291100000327404 ], [ -122.342839999973592, 38.294558999679793 ], [ -122.341468000345174, 38.296591000134761 ], [ -122.341290000069961, 38.297088999675978 ], [ -122.343610999727417, 38.29804600014328 ], [ -122.347425000285426, 38.298028999877531 ], [ -122.347801000029037, 38.299669999951057 ], [ -122.350849999782653, 38.301679999980223 ], [ -122.353700000242938, 38.300890999911203 ], [ -122.354923999733316, 38.299266000273541 ], [ -122.354045999849333, 38.302018999784053 ], [ -122.351978999736787, 38.303073000109265 ], [ -122.35009800029539, 38.303297999728144 ], [ -122.352107999608222, 38.304991999791838 ], [ -122.352546000174456, 38.307497999853773 ], [ -122.351603999818053, 38.307922999877846 ], [ -122.348960000120414, 38.310589999848062 ], [ -122.350244999710156, 38.311161999772722 ], [ -122.349827999958634, 38.311493000157554 ], [ -122.348685999585697, 38.310958000075637 ], [ -122.348846000317579, 38.316691000162599 ], [ -122.346494999624568, 38.31654300026716 ], [ -122.345386999586836, 38.317004999931008 ], [ -122.343907999828332, 38.31693799982969 ], [ -122.342635999759082, 38.315685000330866 ], [ -122.339617000142695, 38.316449000329065 ], [ -122.339156999835168, 38.317278999753611 ], [ -122.33635300030393, 38.315313000229565 ], [ -122.333821999685881, 38.314923999798935 ], [ -122.332998000228557, 38.314466000211731 ], [ -122.331778999862763, 38.315202999788553 ], [ -122.332024000085141, 38.316068000066814 ], [ -122.332123999644253, 38.316208999964367 ], [ -122.332174999697898, 38.316479000142571 ], [ -122.332121999994442, 38.316662999996012 ], [ -122.331984999727098, 38.316815000166272 ], [ -122.331778000037843, 38.316927999956505 ], [ -122.331587000242138, 38.316975000335091 ], [ -122.330459000112924, 38.31706900029608 ], [ -122.330280999837683, 38.317097999727082 ], [ -122.328961000087844, 38.317560000083354 ], [ -122.327600000330108, 38.317728000251854 ], [ -122.327155000091182, 38.31787200008651 ], [ -122.331162999919613, 38.321876000289322 ], [ -122.332034999955781, 38.322831999984899 ], [ -122.335975999837061, 38.326920000331469 ], [ -122.337924000123948, 38.328944000064261 ], [ -122.338810000403853, 38.3298350000019 ], [ -122.343121000180986, 38.334293999816097 ], [ -122.347380000079553, 38.337445000032957 ], [ -122.34955900034511, 38.340322999953692 ], [ -122.351879000177647, 38.34362499990678 ], [ -122.35578599972375, 38.347614000029417 ], [ -122.36051599980054, 38.350600999676274 ], [ -122.364500000237825, 38.355446999980884 ], [ -122.367328000058507, 38.358230000075125 ], [ -122.36826600021692, 38.360011999823165 ], [ -122.371258000069133, 38.361398999887072 ], [ -122.372460999643124, 38.361514999840011 ], [ -122.374054000102731, 38.365567999692615 ], [ -122.37741099982793, 38.368407000018095 ], [ -122.379250000334849, 38.369268000061808 ], [ -122.380969000292879, 38.371454999677688 ], [ -122.383274999881721, 38.373306000194219 ], [ -122.384021000419523, 38.373489000068012 ], [ -122.386428000290692, 38.373894000244334 ], [ -122.38820699962487, 38.375076000274923 ], [ -122.390240000300551, 38.375094000108255 ], [ -122.392335999827125, 38.377138000334973 ], [ -122.39455600010055, 38.378638999675687 ], [ -122.397609999877034, 38.379996000251509 ], [ -122.399307000093742, 38.381739000313011 ], [ -122.400689999592785, 38.382089000261956 ], [ -122.402625000359166, 38.385375999867215 ], [ -122.410235000135145, 38.390528999749385 ], [ -122.412492000218521, 38.391031000174387 ], [ -122.413785000204157, 38.392766999849442 ], [ -122.415941999830139, 38.393004000004964 ], [ -122.418578999855086, 38.394515000042752 ], [ -122.422432999697719, 38.399324000134307 ], [ -122.425321999617736, 38.401388999976156 ], [ -122.427267000429879, 38.40132599985823 ], [ -122.428671999670215, 38.402983999788262 ], [ -122.430413000267876, 38.40718200031705 ], [ -122.432933999941852, 38.407175999984581 ], [ -122.441023000291992, 38.406375999998026 ], [ -122.442477999761039, 38.407576000176732 ], [ -122.445036000143276, 38.408222000208049 ], [ -122.446713000268488, 38.409512000029437 ], [ -122.450607000294113, 38.410547999907237 ], [ -122.453394999931817, 38.410543000097746 ], [ -122.454949999858272, 38.409805999896577 ], [ -122.456543000317907, 38.40811099979738 ], [ -122.457899000052777, 38.409089000269809 ], [ -122.462111000095717, 38.40906799965807 ], [ -122.463280000232828, 38.408240999811021 ], [ -122.46725499955096, 38.408860000074093 ], [ -122.470019999622423, 38.408797000132722 ], [ -122.470608999801414, 38.407505999933349 ], [ -122.472079000237386, 38.407387000349516 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201200", "NAME": "Census Tract 2012", "state": "06", "county_fips": "055", "tract": "201200", "county_name": "Napa County", "tot_pop_2050": 4897, "tot_pop_pov_det_2050": 4887, "tot_pop_civ_ni_2050": 4897, "tot_hh_2050": 2059, "pop_zvhhs_2050": 120, "tot_fam_2050": 1321, "tot_pop_over5_2050": 4740, "pop_hus_rent50_2050": 100, "pop_minority_2050": 1763, "pop_over75_2050": 729, "pop_spfam_2050": 28, "pop_lep_2050": 393, "pop_below200_2050": 1205, "pop_disability_2050": 732, "pct_minority_2050": 0.36001633653257104, "pct_over75_2050": 0.14886665305288951, "pct_spfam_2050": 0.021196063588190761, "pct_lep_2050": 0.082911392405063289, "pct_below200_2050": 0.24657253939021889, "pct_disab_2050": 0.14947927302430061, "pct_zvhhs_2050": 0.058280718795531809, "pct_hus_rent50_2050": 0.048567265662943178, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12696701875404198, "pct_minority_2040": 0.41215779262772201, "pct_spfam_2040": 0.097560975609756004, "pct_lep_2040": 0.10069993226461998, "pct_below200_2040": 0.31751509922346799, "pct_disab_2040": 0.17525328734641102, "pct_zvhhs_2040": 0.031405782652043995, "pct_hus_rent50_2040": 0.053877139979859004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.431352000251209, 38.40804700033285 ], [ -122.432933999941852, 38.407175999984581 ], [ -122.430413000267876, 38.40718200031705 ], [ -122.428671999670215, 38.402983999788262 ], [ -122.427267000429879, 38.40132599985823 ], [ -122.425321999617736, 38.401388999976156 ], [ -122.422432999697719, 38.399324000134307 ], [ -122.418578999855086, 38.394515000042752 ], [ -122.415941999830139, 38.393004000004964 ], [ -122.413785000204157, 38.392766999849442 ], [ -122.412492000218521, 38.391031000174387 ], [ -122.410235000135145, 38.390528999749385 ], [ -122.402625000359166, 38.385375999867215 ], [ -122.400689999592785, 38.382089000261956 ], [ -122.399307000093742, 38.381739000313011 ], [ -122.397609999877034, 38.379996000251509 ], [ -122.39455600010055, 38.378638999675687 ], [ -122.392335999827125, 38.377138000334973 ], [ -122.390240000300551, 38.375094000108255 ], [ -122.38820699962487, 38.375076000274923 ], [ -122.386428000290692, 38.373894000244334 ], [ -122.384021000419523, 38.373489000068012 ], [ -122.383274999881721, 38.373306000194219 ], [ -122.380969000292879, 38.371454999677688 ], [ -122.379250000334849, 38.369268000061808 ], [ -122.37741099982793, 38.368407000018095 ], [ -122.374054000102731, 38.365567999692615 ], [ -122.372460999643124, 38.361514999840011 ], [ -122.371258000069133, 38.361398999887072 ], [ -122.36826600021692, 38.360011999823165 ], [ -122.367328000058507, 38.358230000075125 ], [ -122.364500000237825, 38.355446999980884 ], [ -122.36051599980054, 38.350600999676274 ], [ -122.35578599972375, 38.347614000029417 ], [ -122.351879000177647, 38.34362499990678 ], [ -122.34955900034511, 38.340322999953692 ], [ -122.347380000079553, 38.337445000032957 ], [ -122.343121000180986, 38.334293999816097 ], [ -122.340716999784519, 38.335002000039673 ], [ -122.335971999639114, 38.336842999782498 ], [ -122.3341470002742, 38.337376000107078 ], [ -122.331276999722434, 38.334173999677795 ], [ -122.329931000033341, 38.332710000168923 ], [ -122.326286000428041, 38.334690999661824 ], [ -122.321785999606718, 38.336134000068938 ], [ -122.324386999646663, 38.339536000039793 ], [ -122.323844000396761, 38.339801000226906 ], [ -122.315734999955168, 38.342404000152328 ], [ -122.312492000032833, 38.344130000234145 ], [ -122.311410999759246, 38.344726999686259 ], [ -122.309707999694751, 38.345646000255165 ], [ -122.303356999569246, 38.349077000217349 ], [ -122.296397000071607, 38.339823000331812 ], [ -122.294367999593845, 38.336383000145588 ], [ -122.290087999778876, 38.329043999776538 ], [ -122.289805999746562, 38.328215999691935 ], [ -122.288850999869709, 38.324745999649835 ], [ -122.285135999944259, 38.324872000008696 ], [ -122.283981000050829, 38.324911000025075 ], [ -122.284246000364718, 38.325344000278662 ], [ -122.28457000022982, 38.325816000293933 ], [ -122.28340299974252, 38.326561000032882 ], [ -122.283098000143994, 38.327995999743564 ], [ -122.283579000367936, 38.329048000325905 ], [ -122.28330499983322, 38.329615000035275 ], [ -122.282266000290775, 38.330362000072718 ], [ -122.282178000427251, 38.33146100028263 ], [ -122.2834350004279, 38.332995000205678 ], [ -122.284500999734519, 38.335484000001848 ], [ -122.284513000328417, 38.33882399972147 ], [ -122.286556999976412, 38.339802999852388 ], [ -122.287825999672663, 38.341654000185081 ], [ -122.287516999876161, 38.346318000279204 ], [ -122.289559999699293, 38.347905999933602 ], [ -122.289419999957204, 38.34893899991431 ], [ -122.290682999805639, 38.349753000220417 ], [ -122.290758999973619, 38.352290999839695 ], [ -122.292913999949718, 38.354284999890005 ], [ -122.294595000272892, 38.356438999664348 ], [ -122.296318000428883, 38.356522000235287 ], [ -122.297803999860079, 38.358769000234425 ], [ -122.30054600036533, 38.359230999793425 ], [ -122.300510000380342, 38.361148000129937 ], [ -122.302184000132499, 38.364510000112119 ], [ -122.304423999599109, 38.365207999861582 ], [ -122.303376999660742, 38.36765299976993 ], [ -122.303342000398956, 38.369257000256709 ], [ -122.30448600042169, 38.371492999891892 ], [ -122.307837000299088, 38.375437000341151 ], [ -122.309287999570202, 38.375877000143916 ], [ -122.31057200023335, 38.378530000284279 ], [ -122.312059000387748, 38.379245000255771 ], [ -122.314864999568812, 38.381677999850822 ], [ -122.31667200028869, 38.382282999689288 ], [ -122.316909999940052, 38.383387000303649 ], [ -122.318172999788501, 38.384128999700778 ], [ -122.322590999695748, 38.385286999956826 ], [ -122.323527000204365, 38.386967999883275 ], [ -122.327749000293025, 38.38613300025559 ], [ -122.330639000037962, 38.3869020002737 ], [ -122.336571999688744, 38.387208000324279 ], [ -122.339357999676608, 38.390493000014153 ], [ -122.339218999759439, 38.391717999767344 ], [ -122.341152999802603, 38.392844000184226 ], [ -122.342948999753517, 38.397683000161869 ], [ -122.342593999926279, 38.400885999984524 ], [ -122.341435999659836, 38.402814999892406 ], [ -122.341974999610088, 38.404687999861707 ], [ -122.341702999623507, 38.407111000105004 ], [ -122.34267500011714, 38.410048999896659 ], [ -122.343597000382047, 38.411093000298358 ], [ -122.344373000158754, 38.414103000030607 ], [ -122.344059000339399, 38.415202000292403 ], [ -122.346503999845439, 38.416607999684132 ], [ -122.347656000264095, 38.41665699974272 ], [ -122.351772000047561, 38.418280000038386 ], [ -122.354131000238155, 38.419769999976118 ], [ -122.355247999598419, 38.419544000204638 ], [ -122.357323000106888, 38.421120000065926 ], [ -122.360550000135731, 38.421987000200453 ], [ -122.362330000193126, 38.421470000115356 ], [ -122.365912999874098, 38.422155000221025 ], [ -122.369975999954121, 38.421176999946255 ], [ -122.373148999556278, 38.422716000123231 ], [ -122.374316000043549, 38.424429999913897 ], [ -122.376450999928181, 38.425872000297467 ], [ -122.379349999893961, 38.426748999883706 ], [ -122.380785999994757, 38.426631000344393 ], [ -122.386010999640874, 38.424680000328422 ], [ -122.390283999783179, 38.422536999852476 ], [ -122.398416999615904, 38.431970999667982 ], [ -122.400501000345187, 38.434248000306319 ], [ -122.402685999560219, 38.43249300028122 ], [ -122.411308000012795, 38.425473000086491 ], [ -122.412373000392819, 38.423506000139497 ], [ -122.414601000163856, 38.421909999943097 ], [ -122.416693000390794, 38.422103000122355 ], [ -122.417724000435626, 38.421422999988138 ], [ -122.423313000129809, 38.421102999821265 ], [ -122.425503000266048, 38.422387000042811 ], [ -122.427070999712996, 38.421754999797727 ], [ -122.426909000229614, 38.419916999952449 ], [ -122.425935000086184, 38.418928000351762 ], [ -122.425398999610636, 38.41652099982862 ], [ -122.426467000363715, 38.415265999754737 ], [ -122.426159000392147, 38.414114000054546 ], [ -122.427248999988223, 38.41133000020637 ], [ -122.428681999715963, 38.411351999689181 ], [ -122.428710000203381, 38.408713000125466 ], [ -122.431352000251209, 38.40804700033285 ] ], [ [ -122.386834000171561, 38.391043999808083 ], [ -122.386984999784318, 38.394658000260087 ], [ -122.376492999760998, 38.394696000255557 ], [ -122.367504999610517, 38.398494999909659 ], [ -122.364937999905763, 38.395294999712569 ], [ -122.364363999795401, 38.394644000108528 ], [ -122.360371999860476, 38.39712399965115 ], [ -122.360213999676759, 38.397361000309807 ], [ -122.361944000403724, 38.399719999968262 ], [ -122.365879000437218, 38.403192000092325 ], [ -122.369104999742845, 38.40553199993014 ], [ -122.368062999827359, 38.406480999867533 ], [ -122.370205000282979, 38.408245000208431 ], [ -122.366662999711536, 38.410289999993431 ], [ -122.367451000082156, 38.411541999934727 ], [ -122.365128999701454, 38.413391999920762 ], [ -122.35651399981991, 38.405707999870195 ], [ -122.355568000163871, 38.404826000166572 ], [ -122.355385999690668, 38.40460900022665 ], [ -122.350157999671524, 38.399783999766264 ], [ -122.35596099962595, 38.395259000237964 ], [ -122.354804000082723, 38.394135000350673 ], [ -122.353892999688455, 38.393006000273289 ], [ -122.3544640003241, 38.392740999791037 ], [ -122.370098000152851, 38.385778000044269 ], [ -122.374213999936302, 38.391171999922136 ], [ -122.375461999716137, 38.390570999769842 ], [ -122.377944999755314, 38.387174999932398 ], [ -122.377553999943046, 38.383281999986743 ], [ -122.377974000067624, 38.382100000228888 ], [ -122.380652999925374, 38.380615000127136 ], [ -122.381159000263679, 38.38031799996957 ], [ -122.381904000078251, 38.379880000343043 ], [ -122.381838999780911, 38.380300999985302 ], [ -122.382224999570312, 38.391068000154803 ], [ -122.386834000171561, 38.391043999808083 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201300", "NAME": "Census Tract 2013", "state": "06", "county_fips": "055", "tract": "201300", "county_name": "Napa County", "tot_pop_2050": 2982, "tot_pop_pov_det_2050": 2537, "tot_pop_civ_ni_2050": 2537, "tot_hh_2050": 1368, "pop_zvhhs_2050": 135, "tot_fam_2050": 692, "tot_pop_over5_2050": 2948, "pop_hus_rent50_2050": 194, "pop_minority_2050": 590, "pop_over75_2050": 873, "pop_spfam_2050": 83, "pop_lep_2050": 50, "pop_below200_2050": 620, "pop_disability_2050": 471, "pct_minority_2050": 0.19785378940308521, "pct_over75_2050": 0.29275653923541245, "pct_spfam_2050": 0.1199421965317919, "pct_lep_2050": 0.016960651289009497, "pct_below200_2050": 0.24438312968072529, "pct_disab_2050": 0.18565234528971225, "pct_zvhhs_2050": 0.098684210526315805, "pct_hus_rent50_2050": 0.14181286549707606, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.31441048034934499, "pct_minority_2040": 0.14208935169633899, "pct_spfam_2040": 0.066115702479339011, "pct_lep_2040": 0.011961722488038, "pct_below200_2040": 0.20064856100527001, "pct_disab_2040": 0.18270401948842899, "pct_zvhhs_2040": 0.110941086457536, "pct_hus_rent50_2040": 0.10470779220779199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.386984999784318, 38.394658000260087 ], [ -122.386834000171561, 38.391043999808083 ], [ -122.382224999570312, 38.391068000154803 ], [ -122.381838999780911, 38.380300999985302 ], [ -122.381904000078251, 38.379880000343043 ], [ -122.381159000263679, 38.38031799996957 ], [ -122.380652999925374, 38.380615000127136 ], [ -122.377974000067624, 38.382100000228888 ], [ -122.377553999943046, 38.383281999986743 ], [ -122.377944999755314, 38.387174999932398 ], [ -122.375461999716137, 38.390570999769842 ], [ -122.374213999936302, 38.391171999922136 ], [ -122.370098000152851, 38.385778000044269 ], [ -122.3544640003241, 38.392740999791037 ], [ -122.353892999688455, 38.393006000273289 ], [ -122.354804000082723, 38.394135000350673 ], [ -122.35596099962595, 38.395259000237964 ], [ -122.350157999671524, 38.399783999766264 ], [ -122.355385999690668, 38.40460900022665 ], [ -122.355568000163871, 38.404826000166572 ], [ -122.35651399981991, 38.405707999870195 ], [ -122.365128999701454, 38.413391999920762 ], [ -122.367451000082156, 38.411541999934727 ], [ -122.366662999711536, 38.410289999993431 ], [ -122.370205000282979, 38.408245000208431 ], [ -122.368062999827359, 38.406480999867533 ], [ -122.369104999742845, 38.40553199993014 ], [ -122.365879000437218, 38.403192000092325 ], [ -122.361944000403724, 38.399719999968262 ], [ -122.360213999676759, 38.397361000309807 ], [ -122.360371999860476, 38.39712399965115 ], [ -122.364363999795401, 38.394644000108528 ], [ -122.364937999905763, 38.395294999712569 ], [ -122.367504999610517, 38.398494999909659 ], [ -122.376492999760998, 38.394696000255557 ], [ -122.386984999784318, 38.394658000260087 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201401", "NAME": "Census Tract 2014.01", "state": "06", "county_fips": "055", "tract": "201401", "county_name": "Napa County", "tot_pop_2050": 3203, "tot_pop_pov_det_2050": 3192, "tot_pop_civ_ni_2050": 3203, "tot_hh_2050": 1193, "pop_zvhhs_2050": 55, "tot_fam_2050": 960, "tot_pop_over5_2050": 3077, "pop_hus_rent50_2050": 41, "pop_minority_2050": 494, "pop_over75_2050": 487, "pop_spfam_2050": 66, "pop_lep_2050": 23, "pop_below200_2050": 208, "pop_disability_2050": 360, "pct_minority_2050": 0.15423040899157039, "pct_over75_2050": 0.15204495785201375, "pct_spfam_2050": 0.06875, "pct_lep_2050": 0.007474813129671758, "pct_below200_2050": 0.065162907268170422, "pct_disab_2050": 0.1123946300343428, "pct_zvhhs_2050": 0.046102263202011738, "pct_hus_rent50_2050": 0.034367141659681466, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094713656387664991, "pct_minority_2040": 0.067023285084959014, "pct_spfam_2040": 0.055396370582616997, "pct_lep_2040": 0.0035087719298249995, "pct_below200_2040": 0.068246445497629996, "pct_disab_2040": 0.067023285084959014, "pct_zvhhs_2040": 0.011938202247191002, "pct_hus_rent50_2040": 0.026850507982582993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.351772000047561, 38.418280000038386 ], [ -122.347656000264095, 38.41665699974272 ], [ -122.346503999845439, 38.416607999684132 ], [ -122.344059000339399, 38.415202000292403 ], [ -122.344373000158754, 38.414103000030607 ], [ -122.343597000382047, 38.411093000298358 ], [ -122.34267500011714, 38.410048999896659 ], [ -122.341702999623507, 38.407111000105004 ], [ -122.341974999610088, 38.404687999861707 ], [ -122.341435999659836, 38.402814999892406 ], [ -122.342593999926279, 38.400885999984524 ], [ -122.342948999753517, 38.397683000161869 ], [ -122.341152999802603, 38.392844000184226 ], [ -122.339218999759439, 38.391717999767344 ], [ -122.339357999676608, 38.390493000014153 ], [ -122.336571999688744, 38.387208000324279 ], [ -122.330639000037962, 38.3869020002737 ], [ -122.327749000293025, 38.38613300025559 ], [ -122.323527000204365, 38.386967999883275 ], [ -122.322590999695748, 38.385286999956826 ], [ -122.318172999788501, 38.384128999700778 ], [ -122.316909999940052, 38.383387000303649 ], [ -122.31667200028869, 38.382282999689288 ], [ -122.314864999568812, 38.381677999850822 ], [ -122.312059000387748, 38.379245000255771 ], [ -122.31057200023335, 38.378530000284279 ], [ -122.309287999570202, 38.375877000143916 ], [ -122.307837000299088, 38.375437000341151 ], [ -122.30448600042169, 38.371492999891892 ], [ -122.303342000398956, 38.369257000256709 ], [ -122.303376999660742, 38.36765299976993 ], [ -122.304423999599109, 38.365207999861582 ], [ -122.302184000132499, 38.364510000112119 ], [ -122.300510000380342, 38.361148000129937 ], [ -122.30054600036533, 38.359230999793425 ], [ -122.297803999860079, 38.358769000234425 ], [ -122.296318000428883, 38.356522000235287 ], [ -122.294595000272892, 38.356438999664348 ], [ -122.292913999949718, 38.354284999890005 ], [ -122.290758999973619, 38.352290999839695 ], [ -122.290682999805639, 38.349753000220417 ], [ -122.289419999957204, 38.34893899991431 ], [ -122.289559999699293, 38.347905999933602 ], [ -122.287516999876161, 38.346318000279204 ], [ -122.287825999672663, 38.341654000185081 ], [ -122.286556999976412, 38.339802999852388 ], [ -122.284513000328417, 38.33882399972147 ], [ -122.284500999734519, 38.335484000001848 ], [ -122.2834350004279, 38.332995000205678 ], [ -122.282178000427251, 38.33146100028263 ], [ -122.282266000290775, 38.330362000072718 ], [ -122.28330499983322, 38.329615000035275 ], [ -122.283579000367936, 38.329048000325905 ], [ -122.283098000143994, 38.327995999743564 ], [ -122.28340299974252, 38.326561000032882 ], [ -122.28457000022982, 38.325816000293933 ], [ -122.284246000364718, 38.325344000278662 ], [ -122.283981000050829, 38.324911000025075 ], [ -122.276915000247968, 38.325105999792136 ], [ -122.276251999550837, 38.325145999697561 ], [ -122.275260999688982, 38.325359999768118 ], [ -122.273365000178956, 38.326283000058218 ], [ -122.260969000249702, 38.337732999994408 ], [ -122.259918999938265, 38.338660999676577 ], [ -122.254291999710929, 38.343819000288576 ], [ -122.251797999801113, 38.344939999963827 ], [ -122.244896999854689, 38.345525999896722 ], [ -122.244777000204095, 38.345780999892376 ], [ -122.244210999591346, 38.346744000009373 ], [ -122.243430999616663, 38.347131999749728 ], [ -122.240762999629567, 38.346598000327837 ], [ -122.23845299984275, 38.346998999943935 ], [ -122.236064000413222, 38.348664000323268 ], [ -122.235886999962901, 38.349751000165099 ], [ -122.233750000428458, 38.350532999969793 ], [ -122.230069999764765, 38.350704000187513 ], [ -122.225549999750271, 38.351806000045137 ], [ -122.224087999710221, 38.353113999988778 ], [ -122.221648000227077, 38.353282000162977 ], [ -122.220012000109719, 38.354140000232313 ], [ -122.218521999582265, 38.354010000170881 ], [ -122.215195999819201, 38.354549999655902 ], [ -122.213994000070144, 38.355754000230945 ], [ -122.212022000392139, 38.355945000349195 ], [ -122.210130000181763, 38.355408999795145 ], [ -122.208222000077853, 38.356387999775556 ], [ -122.205672999916459, 38.354330000064856 ], [ -122.202938999807131, 38.354536999804324 ], [ -122.200717999708786, 38.355167000331853 ], [ -122.20036299988152, 38.357078000239838 ], [ -122.201515000300191, 38.362675999912511 ], [ -122.202507999811914, 38.364587000241279 ], [ -122.201191000435102, 38.365330999793919 ], [ -122.201766000370355, 38.368597999855851 ], [ -122.203810999843327, 38.371306000276178 ], [ -122.203979999897712, 38.374555999713643 ], [ -122.202281999856083, 38.375667000091646 ], [ -122.202467999628908, 38.376547999867455 ], [ -122.201046999596755, 38.37694199977755 ], [ -122.200075000001448, 38.378323000141549 ], [ -122.200178999758506, 38.383552000191855 ], [ -122.200977999999751, 38.384343000147368 ], [ -122.201674000308856, 38.387462000105401 ], [ -122.201383999880619, 38.388338999788488 ], [ -122.202163000030382, 38.391349000130162 ], [ -122.202118999649457, 38.393317000139874 ], [ -122.204409000243103, 38.396511999801895 ], [ -122.203945999562521, 38.398190000161769 ], [ -122.204445000228105, 38.401096999704599 ], [ -122.205395999907012, 38.401615999878672 ], [ -122.204790000009609, 38.404968999699463 ], [ -122.203681999971863, 38.408115999775141 ], [ -122.204739999780898, 38.407228000268525 ], [ -122.208146999734794, 38.407925000096775 ], [ -122.209640999561913, 38.408881000042335 ], [ -122.211701999826687, 38.412972999781154 ], [ -122.216520999591935, 38.415488000243876 ], [ -122.217505999606033, 38.417048000269219 ], [ -122.22066300021298, 38.419288999700711 ], [ -122.222075000024319, 38.421457999711421 ], [ -122.224938999830002, 38.423132999922153 ], [ -122.227481000318733, 38.423488999752607 ], [ -122.229653000013286, 38.42470800025341 ], [ -122.230576000103071, 38.426037000343648 ], [ -122.233726000139001, 38.427146000055416 ], [ -122.238985999945228, 38.428071999709708 ], [ -122.241304000127954, 38.427456000099014 ], [ -122.244229999857936, 38.427410999664453 ], [ -122.243644999876906, 38.429506000011799 ], [ -122.246687999782708, 38.429546999923154 ], [ -122.248898999835347, 38.428037999673997 ], [ -122.24817999996003, 38.425290000157204 ], [ -122.248544000008081, 38.4245610001743 ], [ -122.246825000050094, 38.422393999895391 ], [ -122.246901000218045, 38.421253000185949 ], [ -122.249035000277786, 38.419220999789665 ], [ -122.250211000087575, 38.417237000166438 ], [ -122.249579000250904, 38.416337999742012 ], [ -122.252566000080222, 38.416865000109794 ], [ -122.258988000350854, 38.419883999710891 ], [ -122.261006000059595, 38.420274999663341 ], [ -122.262212999831533, 38.421308999866881 ], [ -122.262678999986875, 38.423181999777569 ], [ -122.264674999954309, 38.424842000146256 ], [ -122.266029000039367, 38.426786999897097 ], [ -122.268897999867889, 38.428794000207695 ], [ -122.274864000028956, 38.430633999982014 ], [ -122.277942999919787, 38.432571999687994 ], [ -122.281841000143359, 38.43298800034917 ], [ -122.287543999640349, 38.432943999776882 ], [ -122.290469000443693, 38.435748999693345 ], [ -122.290839000339545, 38.437105999989306 ], [ -122.292857000048315, 38.438869999829762 ], [ -122.292995999965484, 38.440995999923793 ], [ -122.295844999702567, 38.442579000254469 ], [ -122.298382000168374, 38.442580000054413 ], [ -122.299840999835411, 38.443380999959338 ], [ -122.3017330000458, 38.445748999915324 ], [ -122.305107000387707, 38.44582699983642 ], [ -122.304736999593558, 38.447419999888794 ], [ -122.309018999956677, 38.44807900022564 ], [ -122.315061000285695, 38.447205999756484 ], [ -122.317638999861117, 38.44745300021107 ], [ -122.318806000348388, 38.448277000124769 ], [ -122.323939999757926, 38.448387000303057 ], [ -122.324953000259427, 38.446673000005433 ], [ -122.328641000420717, 38.444144999894391 ], [ -122.331526000142787, 38.444699999902596 ], [ -122.332644000226239, 38.444150000192387 ], [ -122.332697999754615, 38.439919999976652 ], [ -122.332173999872978, 38.438557999822194 ], [ -122.335080000409761, 38.440255000089984 ], [ -122.338566000006367, 38.44011100020235 ], [ -122.341150000327872, 38.441089000180369 ], [ -122.347436999980985, 38.440994000280078 ], [ -122.350465999643092, 38.438293000310495 ], [ -122.345816999757147, 38.431493000282842 ], [ -122.343188000128123, 38.429624999758886 ], [ -122.341167000046312, 38.427615000002369 ], [ -122.351772000047561, 38.418280000038386 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201402", "NAME": "Census Tract 2014.02", "state": "06", "county_fips": "055", "tract": "201402", "county_name": "Napa County", "tot_pop_2050": 3055, "tot_pop_pov_det_2050": 3032, "tot_pop_civ_ni_2050": 3050, "tot_hh_2050": 1206, "pop_zvhhs_2050": 9, "tot_fam_2050": 975, "tot_pop_over5_2050": 3000, "pop_hus_rent50_2050": 23, "pop_minority_2050": 353, "pop_over75_2050": 268, "pop_spfam_2050": 47, "pop_lep_2050": 38, "pop_below200_2050": 299, "pop_disability_2050": 287, "pct_minority_2050": 0.11554828150572832, "pct_over75_2050": 0.087725040916530272, "pct_spfam_2050": 0.048205128205128206, "pct_lep_2050": 0.012666666666666666, "pct_below200_2050": 0.09861477572559367, "pct_disab_2050": 0.094098360655737706, "pct_zvhhs_2050": 0.0074626865671641798, "pct_hus_rent50_2050": 0.019071310116086239, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090439276485788006, "pct_minority_2040": 0.22383720930232603, "pct_spfam_2040": 0.0088397790055249996, "pct_lep_2040": 0.025726695623121, "pct_below200_2040": 0.13712807244501901, "pct_disab_2040": 0.11190168175937901, "pct_zvhhs_2040": 0.013404825737264999, "pct_hus_rent50_2040": 0.017595307917889002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.275260999688982, 38.325359999768118 ], [ -122.276251999550837, 38.325145999697561 ], [ -122.274072000358714, 38.325178000169849 ], [ -122.272545999846201, 38.32267999974389 ], [ -122.271775000092362, 38.322698999967649 ], [ -122.271729999886517, 38.322735000303737 ], [ -122.271659999566324, 38.322839000312861 ], [ -122.271621000106578, 38.322915000306509 ], [ -122.267579999767889, 38.324398000138316 ], [ -122.266352999904441, 38.323490999708035 ], [ -122.263329000265188, 38.323935999663576 ], [ -122.255997000323546, 38.323431000233533 ], [ -122.255953999767527, 38.315229999662336 ], [ -122.256583000129481, 38.313427000340127 ], [ -122.255578999848836, 38.306877000260116 ], [ -122.254447000419944, 38.305384999665982 ], [ -122.252715999868045, 38.295171000051191 ], [ -122.251153000443963, 38.295414999824523 ], [ -122.24293000019955, 38.294660999747649 ], [ -122.228144999942444, 38.293265000306874 ], [ -122.225126000326057, 38.293156999770297 ], [ -122.217078999808763, 38.292069999892881 ], [ -122.215973000319153, 38.293359999725531 ], [ -122.215124999674103, 38.296085999905607 ], [ -122.21317800011046, 38.296757999828124 ], [ -122.210696999721122, 38.295733000331758 ], [ -122.209053000106152, 38.295604999958208 ], [ -122.207714999914657, 38.297043999904631 ], [ -122.204128999860643, 38.297928999684942 ], [ -122.201256999659009, 38.300791000138538 ], [ -122.199382000065398, 38.301591000099847 ], [ -122.202583000154974, 38.304112999883721 ], [ -122.202481999872617, 38.305713000190856 ], [ -122.201395999576206, 38.308012999994617 ], [ -122.204081000180054, 38.310109999717568 ], [ -122.206179000254735, 38.314014000152831 ], [ -122.205981999712932, 38.315713000170355 ], [ -122.197377999702013, 38.315661999800213 ], [ -122.196391999863025, 38.316681999682345 ], [ -122.196621000191911, 38.318098999832337 ], [ -122.195138000235431, 38.316105000311396 ], [ -122.191337000096226, 38.320470000128822 ], [ -122.192240999919449, 38.321904999911872 ], [ -122.192250000140291, 38.324385999833758 ], [ -122.194499999652649, 38.329714000279075 ], [ -122.193719999677953, 38.332106000201037 ], [ -122.196635000435592, 38.335300000005816 ], [ -122.197935000093949, 38.33948100025173 ], [ -122.199719000349262, 38.342191999947389 ], [ -122.204889999568721, 38.340415000325493 ], [ -122.206645000410077, 38.342372000240914 ], [ -122.208027000084186, 38.345881000322471 ], [ -122.207158000421046, 38.351058000232463 ], [ -122.208114999947739, 38.353911000016275 ], [ -122.205672999916459, 38.354330000064856 ], [ -122.208222000077853, 38.356387999775556 ], [ -122.210130000181763, 38.355408999795145 ], [ -122.212022000392139, 38.355945000349195 ], [ -122.213994000070144, 38.355754000230945 ], [ -122.215195999819201, 38.354549999655902 ], [ -122.218521999582265, 38.354010000170881 ], [ -122.220012000109719, 38.354140000232313 ], [ -122.221648000227077, 38.353282000162977 ], [ -122.224087999710221, 38.353113999988778 ], [ -122.225549999750271, 38.351806000045137 ], [ -122.230069999764765, 38.350704000187513 ], [ -122.233750000428458, 38.350532999969793 ], [ -122.235886999962901, 38.349751000165099 ], [ -122.236064000413222, 38.348664000323268 ], [ -122.23845299984275, 38.346998999943935 ], [ -122.240762999629567, 38.346598000327837 ], [ -122.243430999616663, 38.347131999749728 ], [ -122.244210999591346, 38.346744000009373 ], [ -122.244777000204095, 38.345780999892376 ], [ -122.244896999854689, 38.345525999896722 ], [ -122.251797999801113, 38.344939999963827 ], [ -122.254291999710929, 38.343819000288576 ], [ -122.259918999938265, 38.338660999676577 ], [ -122.260969000249702, 38.337732999994408 ], [ -122.273365000178956, 38.326283000058218 ], [ -122.275260999688982, 38.325359999768118 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201403", "NAME": "Census Tract 2014.03", "state": "06", "county_fips": "055", "tract": "201403", "county_name": "Napa County", "tot_pop_2050": 682, "tot_pop_pov_det_2050": 656, "tot_pop_civ_ni_2050": 682, "tot_hh_2050": 279, "pop_zvhhs_2050": 15, "tot_fam_2050": 204, "tot_pop_over5_2050": 655, "pop_hus_rent50_2050": 0, "pop_minority_2050": 217, "pop_over75_2050": 84, "pop_spfam_2050": 14, "pop_lep_2050": 24, "pop_below200_2050": 132, "pop_disability_2050": 59, "pct_minority_2050": 0.31818181818181818, "pct_over75_2050": 0.12316715542521996, "pct_spfam_2050": 0.068627450980392163, "pct_lep_2050": 0.036641221374045803, "pct_below200_2050": 0.20121951219512199, "pct_disab_2050": 0.086510263929618775, "pct_zvhhs_2050": 0.053763440860215055, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.402693999956142, 38.487877000272405 ], [ -122.404375000279344, 38.486894000145469 ], [ -122.402417999771629, 38.486182999673431 ], [ -122.400194000198539, 38.483430000015545 ], [ -122.398498999631656, 38.482184000258123 ], [ -122.389681000258804, 38.477383000153345 ], [ -122.384110000107995, 38.472262999812855 ], [ -122.381304999853526, 38.469322000127043 ], [ -122.378477000032873, 38.467419999787865 ], [ -122.374425999648423, 38.463886000255478 ], [ -122.365691999941149, 38.458438000153706 ], [ -122.364559999613974, 38.457526000215488 ], [ -122.362132999651323, 38.453822000085914 ], [ -122.360684999854954, 38.450511999683677 ], [ -122.359553000426075, 38.449235000128986 ], [ -122.353460999868318, 38.445128000323201 ], [ -122.351387000083079, 38.43961800010257 ], [ -122.350465999643092, 38.438293000310495 ], [ -122.347436999980985, 38.440994000280078 ], [ -122.341150000327872, 38.441089000180369 ], [ -122.338566000006367, 38.44011100020235 ], [ -122.335080000409761, 38.440255000089984 ], [ -122.332173999872978, 38.438557999822194 ], [ -122.332697999754615, 38.439919999976652 ], [ -122.332644000226239, 38.444150000192387 ], [ -122.331526000142787, 38.444699999902596 ], [ -122.328641000420717, 38.444144999894391 ], [ -122.324953000259427, 38.446673000005433 ], [ -122.323939999757926, 38.448387000303057 ], [ -122.318806000348388, 38.448277000124769 ], [ -122.317638999861117, 38.44745300021107 ], [ -122.315061000285695, 38.447205999756484 ], [ -122.309018999956677, 38.44807900022564 ], [ -122.304736999593558, 38.447419999888794 ], [ -122.305107000387707, 38.44582699983642 ], [ -122.3017330000458, 38.445748999915324 ], [ -122.299840999835411, 38.443380999959338 ], [ -122.298382000168374, 38.442580000054413 ], [ -122.295844999702567, 38.442579000254469 ], [ -122.292995999965484, 38.440995999923793 ], [ -122.292857000048315, 38.438869999829762 ], [ -122.290839000339545, 38.437105999989306 ], [ -122.290469000443693, 38.435748999693345 ], [ -122.287543999640349, 38.432943999776882 ], [ -122.281841000143359, 38.43298800034917 ], [ -122.277942999919787, 38.432571999687994 ], [ -122.274864000028956, 38.430633999982014 ], [ -122.268897999867889, 38.428794000207695 ], [ -122.266029000039367, 38.426786999897097 ], [ -122.264674999954309, 38.424842000146256 ], [ -122.262678999986875, 38.423181999777569 ], [ -122.262212999831533, 38.421308999866881 ], [ -122.261006000059595, 38.420274999663341 ], [ -122.258988000350854, 38.419883999710891 ], [ -122.252566000080222, 38.416865000109794 ], [ -122.249579000250904, 38.416337999742012 ], [ -122.250211000087575, 38.417237000166438 ], [ -122.249035000277786, 38.419220999789665 ], [ -122.246901000218045, 38.421253000185949 ], [ -122.246825000050094, 38.422393999895391 ], [ -122.248544000008081, 38.4245610001743 ], [ -122.24817999996003, 38.425290000157204 ], [ -122.248898999835347, 38.428037999673997 ], [ -122.246687999782708, 38.429546999923154 ], [ -122.243644999876906, 38.429506000011799 ], [ -122.244229999857936, 38.427410999664453 ], [ -122.241304000127954, 38.427456000099014 ], [ -122.238985999945228, 38.428071999709708 ], [ -122.233726000139001, 38.427146000055416 ], [ -122.230576000103071, 38.426037000343648 ], [ -122.229653000013286, 38.42470800025341 ], [ -122.227481000318733, 38.423488999752607 ], [ -122.224938999830002, 38.423132999922153 ], [ -122.222075000024319, 38.421457999711421 ], [ -122.22066300021298, 38.419288999700711 ], [ -122.217505999606033, 38.417048000269219 ], [ -122.216520999591935, 38.415488000243876 ], [ -122.211701999826687, 38.412972999781154 ], [ -122.209640999561913, 38.408881000042335 ], [ -122.208146999734794, 38.407925000096775 ], [ -122.204739999780898, 38.407228000268525 ], [ -122.203681999971863, 38.408115999775141 ], [ -122.204790000009609, 38.404968999699463 ], [ -122.205395999907012, 38.401615999878672 ], [ -122.204445000228105, 38.401096999704599 ], [ -122.203945999562521, 38.398190000161769 ], [ -122.204409000243103, 38.396511999801895 ], [ -122.202118999649457, 38.393317000139874 ], [ -122.202163000030382, 38.391349000130162 ], [ -122.201383999880619, 38.388338999788488 ], [ -122.201674000308856, 38.387462000105401 ], [ -122.200977999999751, 38.384343000147368 ], [ -122.200178999758506, 38.383552000191855 ], [ -122.200075000001448, 38.378323000141549 ], [ -122.201046999596755, 38.37694199977755 ], [ -122.202467999628908, 38.376547999867455 ], [ -122.202281999856083, 38.375667000091646 ], [ -122.203979999897712, 38.374555999713643 ], [ -122.203810999843327, 38.371306000276178 ], [ -122.201766000370355, 38.368597999855851 ], [ -122.201191000435102, 38.365330999793919 ], [ -122.202507999811914, 38.364587000241279 ], [ -122.201515000300191, 38.362675999912511 ], [ -122.20036299988152, 38.357078000239838 ], [ -122.200717999708786, 38.355167000331853 ], [ -122.202938999807131, 38.354536999804324 ], [ -122.205672999916459, 38.354330000064856 ], [ -122.208114999947739, 38.353911000016275 ], [ -122.207158000421046, 38.351058000232463 ], [ -122.208027000084186, 38.345881000322471 ], [ -122.206645000410077, 38.342372000240914 ], [ -122.204889999568721, 38.340415000325493 ], [ -122.199719000349262, 38.342191999947389 ], [ -122.197935000093949, 38.33948100025173 ], [ -122.196635000435592, 38.335300000005816 ], [ -122.193719999677953, 38.332106000201037 ], [ -122.194499999652649, 38.329714000279075 ], [ -122.192250000140291, 38.324385999833758 ], [ -122.192240999919449, 38.321904999911872 ], [ -122.191337000096226, 38.320470000128822 ], [ -122.195138000235431, 38.316105000311396 ], [ -122.196621000191911, 38.318098999832337 ], [ -122.196391999863025, 38.316681999682345 ], [ -122.197377999702013, 38.315661999800213 ], [ -122.191194999806015, 38.315614999980141 ], [ -122.179946000272537, 38.315913000018064 ], [ -122.16244699999757, 38.315798999911692 ], [ -122.133742999671739, 38.315611000098997 ], [ -122.064779000238318, 38.315911999875695 ], [ -122.065078999813949, 38.317112000080151 ], [ -122.068178999621168, 38.318411999738302 ], [ -122.066278999913195, 38.321012000307697 ], [ -122.065271000332885, 38.323204000268802 ], [ -122.063379000122509, 38.324811000248232 ], [ -122.062078999565827, 38.325110999869608 ], [ -122.0613789999571, 38.327411000347809 ], [ -122.0613789999571, 38.329611000221917 ], [ -122.062979000089427, 38.333511000246446 ], [ -122.064779000238318, 38.333410999651612 ], [ -122.068378999637716, 38.339711000112523 ], [ -122.069778999753495, 38.342810999773889 ], [ -122.069479000177864, 38.344210999910203 ], [ -122.07067900027711, 38.346410999803979 ], [ -122.069679000194384, 38.350810999900013 ], [ -122.073379999876153, 38.358411000216734 ], [ -122.073379999876153, 38.360910999846645 ], [ -122.076079999650304, 38.363711000166823 ], [ -122.077679999782646, 38.363711000166823 ], [ -122.085879999562508, 38.379409999733198 ], [ -122.086071000256524, 38.380497999847861 ], [ -122.089164000391065, 38.384661999835139 ], [ -122.090337999652732, 38.385445999711898 ], [ -122.092779999684012, 38.388515000045359 ], [ -122.098474999683404, 38.393007000055427 ], [ -122.098873000066646, 38.393893999894523 ], [ -122.107357000426973, 38.402386999984209 ], [ -122.109582999649874, 38.40460999984829 ], [ -122.109709000046593, 38.407441999933049 ], [ -122.112182000040008, 38.409508999959975 ], [ -122.114080999923075, 38.412197999802366 ], [ -122.114982000271581, 38.412309000270277 ], [ -122.114691999843359, 38.41390799990382 ], [ -122.117983000344623, 38.414108999787963 ], [ -122.119720999670875, 38.418028999855167 ], [ -122.123458000235985, 38.423074000037744 ], [ -122.124952000063075, 38.423921000187363 ], [ -122.126388999988791, 38.428917999666304 ], [ -122.126628000363382, 38.435451000259917 ], [ -122.12586599993206, 38.436680000315491 ], [ -122.123582000084525, 38.447608000073117 ], [ -122.120526999584825, 38.453926000286735 ], [ -122.113177999924744, 38.474816000029222 ], [ -122.112069000062107, 38.476143000175732 ], [ -122.11118199995731, 38.47720799980447 ], [ -122.108181999709174, 38.486107000293892 ], [ -122.104881999885407, 38.490806999983597 ], [ -122.104982000342829, 38.49280700007106 ], [ -122.107183000349693, 38.494506999735464 ], [ -122.106282999826107, 38.508306999778718 ], [ -122.103439000111919, 38.512186000169038 ], [ -122.106170999673125, 38.512180000129739 ], [ -122.109046000247787, 38.511338999984936 ], [ -122.113187000145587, 38.507998000140674 ], [ -122.112821000447695, 38.506931000086688 ], [ -122.111278000216757, 38.505789999935494 ], [ -122.111941999840496, 38.505226000195449 ], [ -122.114930000393031, 38.505143999890393 ], [ -122.118785999885517, 38.501999000126943 ], [ -122.121658000087095, 38.497672999856853 ], [ -122.124644000091521, 38.494270000085486 ], [ -122.12599399997859, 38.492234999991048 ], [ -122.126459000308998, 38.490082000216859 ], [ -122.127170999613313, 38.48877000008946 ], [ -122.12990499972264, 38.487041999726578 ], [ -122.131433999709856, 38.484436999841627 ], [ -122.133341999813737, 38.48304000033167 ], [ -122.135162000054109, 38.480440999822491 ], [ -122.13512000022132, 38.479037000230392 ], [ -122.137439000228952, 38.476694000060711 ], [ -122.14017900018608, 38.477123999908059 ], [ -122.143492000428637, 38.474372999668198 ], [ -122.141722000416976, 38.471683999842448 ], [ -122.141637999853103, 38.469828000080959 ], [ -122.142379000368024, 38.469424999653533 ], [ -122.145598000000945, 38.469988999737261 ], [ -122.146443000272953, 38.469510000210299 ], [ -122.147043000322583, 38.466246999899134 ], [ -122.147997000374545, 38.465762999927044 ], [ -122.151691000383607, 38.467221000213378 ], [ -122.152628999643724, 38.466382000231874 ], [ -122.152524000061717, 38.464695000163658 ], [ -122.153181000012765, 38.463246000000119 ], [ -122.152662000153995, 38.458436999870074 ], [ -122.152796999873203, 38.455656000185982 ], [ -122.15182600010283, 38.452447000025749 ], [ -122.151881000354408, 38.449151999718964 ], [ -122.151837999798374, 38.44371799976075 ], [ -122.15211999983066, 38.440589000228364 ], [ -122.153892000390471, 38.437117999904061 ], [ -122.153110999692544, 38.433298999871546 ], [ -122.156040999620473, 38.430164999937844 ], [ -122.157023000159811, 38.430053000190924 ], [ -122.158820999760565, 38.431372000185419 ], [ -122.161150999638849, 38.433973999776128 ], [ -122.164420000398792, 38.435711000174066 ], [ -122.17194800015902, 38.436355999950941 ], [ -122.17454800037406, 38.437671999895713 ], [ -122.178414999737186, 38.437113999698163 ], [ -122.182341000448147, 38.438462000252194 ], [ -122.186564000361756, 38.439489000104388 ], [ -122.188090999800806, 38.440402999714209 ], [ -122.194559000102203, 38.443665999710298 ], [ -122.195987999631996, 38.445331000092295 ], [ -122.19641299977944, 38.445774000142784 ], [ -122.19694300040716, 38.446728999673269 ], [ -122.202065999946015, 38.449345000253992 ], [ -122.204779999963876, 38.452890000010001 ], [ -122.209099999961822, 38.454377999877735 ], [ -122.212397000310872, 38.456374000029939 ], [ -122.222547999852353, 38.463054999809394 ], [ -122.223382000253693, 38.46377400007561 ], [ -122.224062999595859, 38.464631999691534 ], [ -122.226482000060926, 38.470179999850593 ], [ -122.22759699977135, 38.471624000151778 ], [ -122.234214999860569, 38.475165999959685 ], [ -122.235754999718438, 38.476911000008229 ], [ -122.237190999819234, 38.479823999929444 ], [ -122.238663999729965, 38.481532999663742 ], [ -122.243675999839041, 38.485103000338441 ], [ -122.244701999861022, 38.4860769997766 ], [ -122.24712399980082, 38.491730000337661 ], [ -122.246742000209409, 38.494031999866003 ], [ -122.247029000264575, 38.494460999846588 ], [ -122.251170000162404, 38.496628000312526 ], [ -122.253042000281283, 38.496791000080066 ], [ -122.256241999647642, 38.4988119997955 ], [ -122.257524999587559, 38.501096000036618 ], [ -122.262140999861529, 38.503289000201015 ], [ -122.263407999907926, 38.504548999809728 ], [ -122.265301999768127, 38.505107000005125 ], [ -122.266326999965202, 38.50662999990039 ], [ -122.267772000286797, 38.507001000227575 ], [ -122.27120199980692, 38.508752999786871 ], [ -122.275101999680317, 38.50803899973446 ], [ -122.276632000390762, 38.507332999989359 ], [ -122.278014000064886, 38.505406000263342 ], [ -122.283762999592625, 38.505079999981817 ], [ -122.288055999826412, 38.502836000314012 ], [ -122.294094999782388, 38.504965999849937 ], [ -122.296108000366601, 38.503845000306534 ], [ -122.296633999898035, 38.502637999757205 ], [ -122.294895999673471, 38.501207000193205 ], [ -122.292585000061749, 38.49675400012206 ], [ -122.293771999742205, 38.493003999723349 ], [ -122.295295999706568, 38.490772999973316 ], [ -122.296218999796352, 38.490231999967015 ], [ -122.297710000148754, 38.48799500022529 ], [ -122.299172000188832, 38.486716000009075 ], [ -122.303360999767222, 38.486656000172161 ], [ -122.309415999616732, 38.487903999712586 ], [ -122.313211999733042, 38.486663000120544 ], [ -122.315433999656307, 38.486935999686885 ], [ -122.319356000169321, 38.488180999687181 ], [ -122.320208000114022, 38.489157000131236 ], [ -122.322434000235205, 38.489969000100409 ], [ -122.325985000129151, 38.490307000076534 ], [ -122.328850999584674, 38.489909000159479 ], [ -122.330969999575757, 38.491042000112444 ], [ -122.334082999801794, 38.491175999890714 ], [ -122.336083999792123, 38.492291999959349 ], [ -122.337608999581363, 38.492524000031118 ], [ -122.340021000373753, 38.491985000152525 ], [ -122.341966000287556, 38.492638000168469 ], [ -122.343680000222733, 38.491806000114906 ], [ -122.346319999722397, 38.491330000188576 ], [ -122.348641000278178, 38.490158000326154 ], [ -122.34911999995397, 38.488579000007753 ], [ -122.353080999926732, 38.487416000040632 ], [ -122.35364499999136, 38.48566099998822 ], [ -122.354780999618171, 38.485190999728374 ], [ -122.35547100007949, 38.483256000222582 ], [ -122.357514999727499, 38.483271000015201 ], [ -122.360438999807641, 38.481637999953179 ], [ -122.36423099972599, 38.481740000208369 ], [ -122.366190999708451, 38.480663000322458 ], [ -122.370189000389431, 38.481083000006052 ], [ -122.370729999989521, 38.4798180000071 ], [ -122.372249999755923, 38.479069000156969 ], [ -122.372592999887573, 38.480256000055618 ], [ -122.375034000093962, 38.480190999853725 ], [ -122.376721000264936, 38.480647999987092 ], [ -122.38167899994734, 38.482870000079529 ], [ -122.386107999725255, 38.485733000218133 ], [ -122.391782999633165, 38.487514000332141 ], [ -122.394004999556401, 38.487541999788263 ], [ -122.398430999859599, 38.486774000014925 ], [ -122.400565999744217, 38.487632000176262 ], [ -122.402693999956142, 38.487877000272405 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201500", "NAME": "Census Tract 2015", "state": "06", "county_fips": "055", "tract": "201500", "county_name": "Napa County", "tot_pop_2050": 1984, "tot_pop_pov_det_2050": 1968, "tot_pop_civ_ni_2050": 1984, "tot_hh_2050": 744, "pop_zvhhs_2050": 5, "tot_fam_2050": 523, "tot_pop_over5_2050": 1944, "pop_hus_rent50_2050": 21, "pop_minority_2050": 715, "pop_over75_2050": 300, "pop_spfam_2050": 6, "pop_lep_2050": 117, "pop_below200_2050": 354, "pop_disability_2050": 244, "pct_minority_2050": 0.36038306451612906, "pct_over75_2050": 0.15120967741935484, "pct_spfam_2050": 0.011472275334608031, "pct_lep_2050": 0.060185185185185175, "pct_below200_2050": 0.1798780487804878, "pct_disab_2050": 0.12298387096774195, "pct_zvhhs_2050": 0.0067204301075268818, "pct_hus_rent50_2050": 0.028225806451612906, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094444444444443998, "pct_minority_2040": 0.40470085470085504, "pct_spfam_2040": 0.043219076005960998, "pct_lep_2040": 0.080602302922940988, "pct_below200_2040": 0.12693631669535302, "pct_disab_2040": 0.12136752136752099, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.020380434782608998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.567484999890425, 38.530380999961743 ], [ -122.569473000360276, 38.529659000092884 ], [ -122.566628999747778, 38.528625000330571 ], [ -122.566643999816392, 38.5255430001449 ], [ -122.563607999583269, 38.525368000107065 ], [ -122.561898999670987, 38.526785999720914 ], [ -122.557132999609195, 38.525484999729748 ], [ -122.552781999649085, 38.525689000328732 ], [ -122.550623000373349, 38.522132000112116 ], [ -122.547175000411542, 38.521858000287601 ], [ -122.546392999888752, 38.521207999860891 ], [ -122.543893000131149, 38.51996599966089 ], [ -122.543556999672148, 38.518013000020943 ], [ -122.54529800026981, 38.516455999968002 ], [ -122.54287100030713, 38.515746999941527 ], [ -122.542366999618636, 38.513197999876134 ], [ -122.5463200000938, 38.512603000269031 ], [ -122.548807000330953, 38.511626999750547 ], [ -122.547219999719076, 38.510338000276946 ], [ -122.545526999700343, 38.50679799970176 ], [ -122.543160000012122, 38.507492999920828 ], [ -122.542961999645428, 38.506256999827386 ], [ -122.541237999664531, 38.504174000204934 ], [ -122.538795999633251, 38.502694000261009 ], [ -122.535490999786589, 38.501725999985659 ], [ -122.538200999606502, 38.49790200026569 ], [ -122.541252999733146, 38.498917000218334 ], [ -122.543923000268364, 38.498085999996135 ], [ -122.544733000380262, 38.495675000095524 ], [ -122.540978000271863, 38.491676000095616 ], [ -122.54053600040595, 38.488312000256215 ], [ -122.538223000246106, 38.486540999817734 ], [ -122.538008999985848, 38.485349999712021 ], [ -122.536079999965551, 38.482338000083175 ], [ -122.533531999629048, 38.48072900007314 ], [ -122.531395999919525, 38.478539000245206 ], [ -122.53133499982016, 38.476341999741855 ], [ -122.529625999907893, 38.473129999722126 ], [ -122.529591999572688, 38.46960899965687 ], [ -122.524803999769603, 38.470260999742209 ], [ -122.522637000097916, 38.470184999751027 ], [ -122.520318000090299, 38.471291000292837 ], [ -122.517174999727047, 38.470246000055717 ], [ -122.516244000139608, 38.470871999934879 ], [ -122.511117000402791, 38.467148000320179 ], [ -122.508798000395146, 38.467002999773591 ], [ -122.50582200043651, 38.464493000208066 ], [ -122.508191999599447, 38.464308999811799 ], [ -122.510048999649712, 38.462160000290829 ], [ -122.508842999702679, 38.460802000219402 ], [ -122.508569000066288, 38.459183999662919 ], [ -122.509728000157651, 38.458253999786429 ], [ -122.50728699995129, 38.457254000013393 ], [ -122.504066999595139, 38.457140000187508 ], [ -122.501550000119082, 38.455919000029347 ], [ -122.496845999981588, 38.455634000128853 ], [ -122.493690999922777, 38.456510000159511 ], [ -122.49209099979042, 38.454510000307302 ], [ -122.488390999933571, 38.454309999945913 ], [ -122.485390999685492, 38.45291000018328 ], [ -122.482991000385283, 38.452710000311122 ], [ -122.479955000152174, 38.448726000079184 ], [ -122.480002999832749, 38.443030000067438 ], [ -122.483043000263848, 38.440389999811686 ], [ -122.484194999784165, 38.438006000023577 ], [ -122.485507000036421, 38.437477999937798 ], [ -122.487107000168749, 38.431718000012189 ], [ -122.491391000181721, 38.434409999771098 ], [ -122.494191000413267, 38.431110000210133 ], [ -122.493490999906243, 38.42921000011556 ], [ -122.497475000343528, 38.424305999787016 ], [ -122.497190999763092, 38.423811000025395 ], [ -122.494397000277587, 38.422719000348074 ], [ -122.475590999773274, 38.409110999730906 ], [ -122.475389999931807, 38.406510999701709 ], [ -122.472399999729433, 38.405513999928139 ], [ -122.472079000237386, 38.407387000349516 ], [ -122.470608999801414, 38.407505999933349 ], [ -122.470019999622423, 38.408797000132722 ], [ -122.46725499955096, 38.408860000074093 ], [ -122.463280000232828, 38.408240999811021 ], [ -122.462111000095717, 38.40906799965807 ], [ -122.457899000052777, 38.409089000269809 ], [ -122.456543000317907, 38.40811099979738 ], [ -122.454949999858272, 38.409805999896577 ], [ -122.453394999931817, 38.410543000097746 ], [ -122.450607000294113, 38.410547999907237 ], [ -122.446713000268488, 38.409512000029437 ], [ -122.445036000143276, 38.408222000208049 ], [ -122.442477999761039, 38.407576000176732 ], [ -122.441023000291992, 38.406375999998026 ], [ -122.432933999941852, 38.407175999984581 ], [ -122.431352000251209, 38.40804700033285 ], [ -122.428710000203381, 38.408713000125466 ], [ -122.428681999715963, 38.411351999689181 ], [ -122.427248999988223, 38.41133000020637 ], [ -122.426159000392147, 38.414114000054546 ], [ -122.426467000363715, 38.415265999754737 ], [ -122.425398999610636, 38.41652099982862 ], [ -122.425935000086184, 38.418928000351762 ], [ -122.426909000229614, 38.419916999952449 ], [ -122.427070999712996, 38.421754999797727 ], [ -122.425503000266048, 38.422387000042811 ], [ -122.423313000129809, 38.421102999821265 ], [ -122.417724000435626, 38.421422999988138 ], [ -122.416693000390794, 38.422103000122355 ], [ -122.414601000163856, 38.421909999943097 ], [ -122.412373000392819, 38.423506000139497 ], [ -122.411308000012795, 38.425473000086491 ], [ -122.402685999560219, 38.43249300028122 ], [ -122.400501000345187, 38.434248000306319 ], [ -122.398416999615904, 38.431970999667982 ], [ -122.390283999783179, 38.422536999852476 ], [ -122.386010999640874, 38.424680000328422 ], [ -122.380785999994757, 38.426631000344393 ], [ -122.379349999893961, 38.426748999883706 ], [ -122.376450999928181, 38.425872000297467 ], [ -122.374316000043549, 38.424429999913897 ], [ -122.373148999556278, 38.422716000123231 ], [ -122.369975999954121, 38.421176999946255 ], [ -122.365912999874098, 38.422155000221025 ], [ -122.362330000193126, 38.421470000115356 ], [ -122.360550000135731, 38.421987000200453 ], [ -122.357323000106888, 38.421120000065926 ], [ -122.355247999598419, 38.419544000204638 ], [ -122.354131000238155, 38.419769999976118 ], [ -122.351772000047561, 38.418280000038386 ], [ -122.341167000046312, 38.427615000002369 ], [ -122.343188000128123, 38.429624999758886 ], [ -122.345816999757147, 38.431493000282842 ], [ -122.350465999643092, 38.438293000310495 ], [ -122.351387000083079, 38.43961800010257 ], [ -122.353460999868318, 38.445128000323201 ], [ -122.359553000426075, 38.449235000128986 ], [ -122.360684999854954, 38.450511999683677 ], [ -122.362132999651323, 38.453822000085914 ], [ -122.364559999613974, 38.457526000215488 ], [ -122.365691999941149, 38.458438000153706 ], [ -122.374425999648423, 38.463886000255478 ], [ -122.378477000032873, 38.467419999787865 ], [ -122.381304999853526, 38.469322000127043 ], [ -122.384110000107995, 38.472262999812855 ], [ -122.389681000258804, 38.477383000153345 ], [ -122.398498999631656, 38.482184000258123 ], [ -122.400194000198539, 38.483430000015545 ], [ -122.402417999771629, 38.486182999673431 ], [ -122.404375000279344, 38.486894000145469 ], [ -122.407374999629141, 38.487959999717198 ], [ -122.411538999991478, 38.490042000090128 ], [ -122.41881099965866, 38.493142999785611 ], [ -122.424417999794514, 38.497078999673633 ], [ -122.425839999651615, 38.49509599975211 ], [ -122.427865999756264, 38.497334999986244 ], [ -122.43214399992145, 38.498186999736241 ], [ -122.432493999725821, 38.499813000131525 ], [ -122.434612999716919, 38.502038999942293 ], [ -122.436319000154469, 38.502064000342834 ], [ -122.440327999807806, 38.498652000263014 ], [ -122.441711000205146, 38.499774000196268 ], [ -122.44200900013098, 38.501013000257394 ], [ -122.4539079999428, 38.492196000171766 ], [ -122.459560000284469, 38.488009999734736 ], [ -122.461528999589433, 38.489693999667793 ], [ -122.465256000108781, 38.486947999752296 ], [ -122.469530000075991, 38.48697999968249 ], [ -122.470865999719351, 38.486493999870724 ], [ -122.476307999998767, 38.486526999896597 ], [ -122.478594000394438, 38.487494999790989 ], [ -122.479021000191679, 38.486929999653462 ], [ -122.481437000283719, 38.488160000282356 ], [ -122.481397999925676, 38.494658999679082 ], [ -122.490966000034263, 38.49462200003228 ], [ -122.490873000147857, 38.504326000137603 ], [ -122.48725600013168, 38.504019999946024 ], [ -122.486769000059951, 38.506104999752459 ], [ -122.488600999995882, 38.506907000283761 ], [ -122.491022000110746, 38.506746999753261 ], [ -122.492617000220207, 38.507311999840191 ], [ -122.490920000003499, 38.508884999789096 ], [ -122.492192999897696, 38.510949000238043 ], [ -122.49083200013996, 38.510483000109922 ], [ -122.490797999804784, 38.512550999978764 ], [ -122.492683000342467, 38.513981999763942 ], [ -122.487933000174181, 38.517504999959186 ], [ -122.484140000430926, 38.521114000191332 ], [ -122.481337999651188, 38.52481299970227 ], [ -122.485404000104253, 38.528398999985995 ], [ -122.488381999712757, 38.528377000343639 ], [ -122.490545999909685, 38.529914999833942 ], [ -122.490261000402654, 38.531911999716556 ], [ -122.490786999934116, 38.533376000032113 ], [ -122.489441000244994, 38.538947999750356 ], [ -122.490052000165278, 38.540683000127288 ], [ -122.490379000403436, 38.54620199979226 ], [ -122.49089599971407, 38.547467999944473 ], [ -122.492471999556955, 38.548632000065389 ], [ -122.49688199996659, 38.550411999660483 ], [ -122.498119999700648, 38.552345000235171 ], [ -122.498436000068182, 38.553030999858024 ], [ -122.504321999863294, 38.556180999907603 ], [ -122.506168999867796, 38.556480999772056 ], [ -122.50684500008542, 38.557801000036903 ], [ -122.509139999803594, 38.55812099994175 ], [ -122.512526999665994, 38.556832000110369 ], [ -122.513241000416755, 38.555986000272725 ], [ -122.520226000028771, 38.552412000017753 ], [ -122.521289999685578, 38.551236999778553 ], [ -122.529911000313234, 38.547241000024307 ], [ -122.535493000334753, 38.546318999961919 ], [ -122.540600999804994, 38.54452999999004 ], [ -122.542031999882909, 38.543202999793394 ], [ -122.551346000446586, 38.541592000152271 ], [ -122.558480999846452, 38.538631999726029 ], [ -122.562180999703301, 38.538149000274935 ], [ -122.564992999630419, 38.536797000117048 ], [ -122.565971999796758, 38.535863000026318 ], [ -122.56571999990166, 38.531907999849594 ], [ -122.567484999890425, 38.530380999961743 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201601", "NAME": "Census Tract 2016.01", "state": "06", "county_fips": "055", "tract": "201601", "county_name": "Napa County", "tot_pop_2050": 2684, "tot_pop_pov_det_2050": 2684, "tot_pop_civ_ni_2050": 2684, "tot_hh_2050": 1065, "pop_zvhhs_2050": 42, "tot_fam_2050": 665, "tot_pop_over5_2050": 2454, "pop_hus_rent50_2050": 85, "pop_minority_2050": 1309, "pop_over75_2050": 281, "pop_spfam_2050": 124, "pop_lep_2050": 414, "pop_below200_2050": 749, "pop_disability_2050": 359, "pct_minority_2050": 0.48770491803278693, "pct_over75_2050": 0.10469448584202684, "pct_spfam_2050": 0.18646616541353386, "pct_lep_2050": 0.1687041564792176, "pct_below200_2050": 0.27906110283159463, "pct_disab_2050": 0.13375558867362147, "pct_zvhhs_2050": 0.039436619718309862, "pct_hus_rent50_2050": 0.079812206572769953, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.106858054226475, "pct_minority_2040": 0.53628389154704903, "pct_spfam_2040": 0.22398843930635798, "pct_lep_2040": 0.16786774056803699, "pct_below200_2040": 0.40829346092503993, "pct_disab_2040": 0.10326953748006401, "pct_zvhhs_2040": 0.072727272727273001, "pct_hus_rent50_2040": 0.170301142263759, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.479509999913247, 38.487804000198878 ], [ -122.481437000283719, 38.488160000282356 ], [ -122.479021000191679, 38.486929999653462 ], [ -122.478594000394438, 38.487494999790989 ], [ -122.476307999998767, 38.486526999896597 ], [ -122.470865999719351, 38.486493999870724 ], [ -122.469530000075991, 38.48697999968249 ], [ -122.465256000108781, 38.486947999752296 ], [ -122.461528999589433, 38.489693999667793 ], [ -122.459560000284469, 38.488009999734736 ], [ -122.4539079999428, 38.492196000171766 ], [ -122.44200900013098, 38.501013000257394 ], [ -122.441711000205146, 38.499774000196268 ], [ -122.440327999807806, 38.498652000263014 ], [ -122.436319000154469, 38.502064000342834 ], [ -122.438116999755195, 38.502784000000361 ], [ -122.441394999837655, 38.505357000000394 ], [ -122.44419800044227, 38.505680999771648 ], [ -122.445893000110843, 38.507127000169163 ], [ -122.449735000257917, 38.508493000225101 ], [ -122.452138999756059, 38.510325999889872 ], [ -122.450945000402896, 38.510636000344249 ], [ -122.447600000373313, 38.509151000336502 ], [ -122.442096000169627, 38.508918999686578 ], [ -122.445174000235525, 38.510084000326266 ], [ -122.444268999689072, 38.512279000011183 ], [ -122.442995999794903, 38.51289399988908 ], [ -122.439675999879654, 38.51292600024415 ], [ -122.439577999970339, 38.51985500030591 ], [ -122.442528999814655, 38.519913000338498 ], [ -122.448857000373934, 38.520042999999362 ], [ -122.449925000228717, 38.516087999715538 ], [ -122.449468000294218, 38.513137000076469 ], [ -122.454394000189595, 38.513290999816896 ], [ -122.458188999582688, 38.511441999918738 ], [ -122.462516000151666, 38.508452999776637 ], [ -122.463746000388142, 38.505266000327516 ], [ -122.466627999737142, 38.503411999925248 ], [ -122.466867000111748, 38.503196999658449 ], [ -122.467926999570608, 38.503849999980758 ], [ -122.472478000445577, 38.498591999819418 ], [ -122.47754499990792, 38.49157700001556 ], [ -122.479509999913247, 38.487804000198878 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201602", "NAME": "Census Tract 2016.02", "state": "06", "county_fips": "055", "tract": "201602", "county_name": "Napa County", "tot_pop_2050": 3395, "tot_pop_pov_det_2050": 3281, "tot_pop_civ_ni_2050": 3395, "tot_hh_2050": 1535, "pop_zvhhs_2050": 96, "tot_fam_2050": 894, "tot_pop_over5_2050": 3296, "pop_hus_rent50_2050": 90, "pop_minority_2050": 889, "pop_over75_2050": 440, "pop_spfam_2050": 73, "pop_lep_2050": 195, "pop_below200_2050": 798, "pop_disability_2050": 405, "pct_minority_2050": 0.2618556701030928, "pct_over75_2050": 0.12960235640648013, "pct_spfam_2050": 0.081655480984340043, "pct_lep_2050": 0.059162621359223302, "pct_below200_2050": 0.24321853093569035, "pct_disab_2050": 0.11929307805596465, "pct_zvhhs_2050": 0.062540716612377853, "pct_hus_rent50_2050": 0.058631921824104226, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.102155299675229, "pct_minority_2040": 0.20844405078240302, "pct_spfam_2040": 0.116869918699187, "pct_lep_2040": 0.042486722899093998, "pct_below200_2040": 0.146319297182672, "pct_disab_2040": 0.102745792736935, "pct_zvhhs_2040": 0.027883396704688999, "pct_hus_rent50_2040": 0.089032258064516007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.492683000342467, 38.513981999763942 ], [ -122.490797999804784, 38.512550999978764 ], [ -122.49083200013996, 38.510483000109922 ], [ -122.492192999897696, 38.510949000238043 ], [ -122.490920000003499, 38.508884999789096 ], [ -122.492617000220207, 38.507311999840191 ], [ -122.491022000110746, 38.506746999753261 ], [ -122.488600999995882, 38.506907000283761 ], [ -122.486769000059951, 38.506104999752459 ], [ -122.48725600013168, 38.504019999946024 ], [ -122.490873000147857, 38.504326000137603 ], [ -122.490966000034263, 38.49462200003228 ], [ -122.481397999925676, 38.494658999679082 ], [ -122.481437000283719, 38.488160000282356 ], [ -122.479509999913247, 38.487804000198878 ], [ -122.47754499990792, 38.49157700001556 ], [ -122.472478000445577, 38.498591999819418 ], [ -122.467926999570608, 38.503849999980758 ], [ -122.466867000111748, 38.503196999658449 ], [ -122.466627999737142, 38.503411999925248 ], [ -122.463746000388142, 38.505266000327516 ], [ -122.462516000151666, 38.508452999776637 ], [ -122.458188999582688, 38.511441999918738 ], [ -122.458596000186802, 38.514188999866974 ], [ -122.46170699986466, 38.514562000322677 ], [ -122.467190999976864, 38.518856999962168 ], [ -122.471336999897545, 38.519021000171549 ], [ -122.472730000340647, 38.520663000233853 ], [ -122.474912000080934, 38.521403999734034 ], [ -122.481262000381534, 38.522993999775267 ], [ -122.484140000430926, 38.521114000191332 ], [ -122.487933000174181, 38.517504999959186 ], [ -122.492683000342467, 38.513981999763942 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201700", "NAME": "Census Tract 2017", "state": "06", "county_fips": "055", "tract": "201700", "county_name": "Napa County", "tot_pop_2050": 5633, "tot_pop_pov_det_2050": 4471, "tot_pop_civ_ni_2050": 5614, "tot_hh_2050": 1619, "pop_zvhhs_2050": 36, "tot_fam_2050": 1172, "tot_pop_over5_2050": 5479, "pop_hus_rent50_2050": 111, "pop_minority_2050": 2274, "pop_over75_2050": 266, "pop_spfam_2050": 80, "pop_lep_2050": 247, "pop_below200_2050": 842, "pop_disability_2050": 527, "pct_minority_2050": 0.40369252618498136, "pct_over75_2050": 0.047221729096396235, "pct_spfam_2050": 0.068259385665529013, "pct_lep_2050": 0.045081219200584048, "pct_below200_2050": 0.18832475956161929, "pct_disab_2050": 0.093872461702885643, "pct_zvhhs_2050": 0.022235948116121063, "pct_hus_rent50_2050": 0.06856084002470661, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085821532161747011, "pct_minority_2040": 0.41016891315475201, "pct_spfam_2040": 0.078925956061839012, "pct_lep_2040": 0.030728241563054998, "pct_below200_2040": 0.28376651043885803, "pct_disab_2040": 0.14182815983536301, "pct_zvhhs_2040": 0.017381228273464999, "pct_hus_rent50_2040": 0.063482466747279004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.534945999988551, 38.618427999805618 ], [ -122.533904000073051, 38.615132000112119 ], [ -122.522839999589195, 38.617793999991676 ], [ -122.52098199971401, 38.617028999755767 ], [ -122.503274000099978, 38.60973799974154 ], [ -122.502544000354035, 38.606520000238234 ], [ -122.501935999908483, 38.603840000069873 ], [ -122.501951999802017, 38.601279999876809 ], [ -122.502934000341369, 38.598512000145796 ], [ -122.502734000324836, 38.595342000228491 ], [ -122.504027000310472, 38.589964999785529 ], [ -122.503685000003713, 38.587959000324517 ], [ -122.50441599957459, 38.58509200026888 ], [ -122.507475000272251, 38.582900000177183 ], [ -122.509790999906841, 38.580327999725213 ], [ -122.513239999693539, 38.57963900009053 ], [ -122.513247000264542, 38.578830999702184 ], [ -122.516172000169604, 38.577598999665049 ], [ -122.519667999811929, 38.576776000232606 ], [ -122.520407999603648, 38.574474999957786 ], [ -122.520712000275566, 38.569112999849423 ], [ -122.519237999641646, 38.566443000012526 ], [ -122.514992000161826, 38.563958000161776 ], [ -122.514426000447401, 38.562792999983536 ], [ -122.510662999943037, 38.561072000100275 ], [ -122.510915999663027, 38.559369000007912 ], [ -122.509139999803594, 38.55812099994175 ], [ -122.50684500008542, 38.557801000036903 ], [ -122.506168999867796, 38.556480999772056 ], [ -122.504321999863294, 38.556180999907603 ], [ -122.498436000068182, 38.553030999858024 ], [ -122.498119999700648, 38.552345000235171 ], [ -122.49688199996659, 38.550411999660483 ], [ -122.492471999556955, 38.548632000065389 ], [ -122.49089599971407, 38.547467999944473 ], [ -122.490379000403436, 38.54620199979226 ], [ -122.490052000165278, 38.540683000127288 ], [ -122.489441000244994, 38.538947999750356 ], [ -122.490786999934116, 38.533376000032113 ], [ -122.490261000402654, 38.531911999716556 ], [ -122.490545999909685, 38.529914999833942 ], [ -122.488381999712757, 38.528377000343639 ], [ -122.485404000104253, 38.528398999985995 ], [ -122.481337999651188, 38.52481299970227 ], [ -122.484140000430926, 38.521114000191332 ], [ -122.481262000381534, 38.522993999775267 ], [ -122.474912000080934, 38.521403999734034 ], [ -122.472730000340647, 38.520663000233853 ], [ -122.471336999897545, 38.519021000171549 ], [ -122.467190999976864, 38.518856999962168 ], [ -122.46170699986466, 38.514562000322677 ], [ -122.458596000186802, 38.514188999866974 ], [ -122.458188999582688, 38.511441999918738 ], [ -122.454394000189595, 38.513290999816896 ], [ -122.449468000294218, 38.513137000076469 ], [ -122.449925000228717, 38.516087999715538 ], [ -122.448857000373934, 38.520042999999362 ], [ -122.442528999814655, 38.519913000338498 ], [ -122.439577999970339, 38.51985500030591 ], [ -122.439675999879654, 38.51292600024415 ], [ -122.442995999794903, 38.51289399988908 ], [ -122.444268999689072, 38.512279000011183 ], [ -122.445174000235525, 38.510084000326266 ], [ -122.442096000169627, 38.508918999686578 ], [ -122.447600000373313, 38.509151000336502 ], [ -122.450945000402896, 38.510636000344249 ], [ -122.452138999756059, 38.510325999889872 ], [ -122.449735000257917, 38.508493000225101 ], [ -122.445893000110843, 38.507127000169163 ], [ -122.44419800044227, 38.505680999771648 ], [ -122.441394999837655, 38.505357000000394 ], [ -122.438116999755195, 38.502784000000361 ], [ -122.436319000154469, 38.502064000342834 ], [ -122.434612999716919, 38.502038999942293 ], [ -122.432493999725821, 38.499813000131525 ], [ -122.43214399992145, 38.498186999736241 ], [ -122.427865999756264, 38.497334999986244 ], [ -122.425839999651615, 38.49509599975211 ], [ -122.424417999794514, 38.497078999673633 ], [ -122.41881099965866, 38.493142999785611 ], [ -122.411538999991478, 38.490042000090128 ], [ -122.407374999629141, 38.487959999717198 ], [ -122.404375000279344, 38.486894000145469 ], [ -122.402693999956142, 38.487877000272405 ], [ -122.400565999744217, 38.487632000176262 ], [ -122.398430999859599, 38.486774000014925 ], [ -122.394004999556401, 38.487541999788263 ], [ -122.391782999633165, 38.487514000332141 ], [ -122.386107999725255, 38.485733000218133 ], [ -122.38167899994734, 38.482870000079529 ], [ -122.376721000264936, 38.480647999987092 ], [ -122.375034000093962, 38.480190999853725 ], [ -122.372592999887573, 38.480256000055618 ], [ -122.372249999755923, 38.479069000156969 ], [ -122.370729999989521, 38.4798180000071 ], [ -122.370189000389431, 38.481083000006052 ], [ -122.366190999708451, 38.480663000322458 ], [ -122.36423099972599, 38.481740000208369 ], [ -122.360438999807641, 38.481637999953179 ], [ -122.357514999727499, 38.483271000015201 ], [ -122.35547100007949, 38.483256000222582 ], [ -122.354780999618171, 38.485190999728374 ], [ -122.35364499999136, 38.48566099998822 ], [ -122.353080999926732, 38.487416000040632 ], [ -122.34911999995397, 38.488579000007753 ], [ -122.348641000278178, 38.490158000326154 ], [ -122.346319999722397, 38.491330000188576 ], [ -122.343680000222733, 38.491806000114906 ], [ -122.341966000287556, 38.492638000168469 ], [ -122.340021000373753, 38.491985000152525 ], [ -122.337608999581363, 38.492524000031118 ], [ -122.336083999792123, 38.492291999959349 ], [ -122.334082999801794, 38.491175999890714 ], [ -122.330969999575757, 38.491042000112444 ], [ -122.328850999584674, 38.489909000159479 ], [ -122.325985000129151, 38.490307000076534 ], [ -122.322434000235205, 38.489969000100409 ], [ -122.320208000114022, 38.489157000131236 ], [ -122.319356000169321, 38.488180999687181 ], [ -122.315433999656307, 38.486935999686885 ], [ -122.313211999733042, 38.486663000120544 ], [ -122.309415999616732, 38.487903999712586 ], [ -122.303360999767222, 38.486656000172161 ], [ -122.299172000188832, 38.486716000009075 ], [ -122.297710000148754, 38.48799500022529 ], [ -122.296218999796352, 38.490231999967015 ], [ -122.295295999706568, 38.490772999973316 ], [ -122.293771999742205, 38.493003999723349 ], [ -122.292585000061749, 38.49675400012206 ], [ -122.294895999673471, 38.501207000193205 ], [ -122.296633999898035, 38.502637999757205 ], [ -122.296108000366601, 38.503845000306534 ], [ -122.301269000438595, 38.507706000112734 ], [ -122.301696000235879, 38.509572000143294 ], [ -122.304481000398852, 38.512772999955615 ], [ -122.307388999687134, 38.513723000324859 ], [ -122.308298000431549, 38.513412999806491 ], [ -122.31038200026255, 38.515300000182414 ], [ -122.312147000251329, 38.51625499975767 ], [ -122.312728999859289, 38.517948000143896 ], [ -122.316360000119161, 38.523042999983275 ], [ -122.317690999739654, 38.524227999846566 ], [ -122.318387000048759, 38.525831000011578 ], [ -122.319883000423999, 38.52726300007803 ], [ -122.322383000181603, 38.528970000265069 ], [ -122.325299999690714, 38.529902999899384 ], [ -122.332495000263336, 38.534006000022565 ], [ -122.33701600010275, 38.535443999927416 ], [ -122.337590000213112, 38.536726000239618 ], [ -122.337899999834491, 38.539730999650295 ], [ -122.343303999580755, 38.542076000198271 ], [ -122.347457999897358, 38.542921000191612 ], [ -122.348512000406743, 38.54345000015816 ], [ -122.356258999551784, 38.549836000266133 ], [ -122.358579000282631, 38.551912999739528 ], [ -122.362212000192329, 38.554353000259759 ], [ -122.366028000400149, 38.555894999981106 ], [ -122.370642000125983, 38.556963000121691 ], [ -122.371939000309609, 38.557711999854092 ], [ -122.373042000324475, 38.559407999968158 ], [ -122.376609000111955, 38.561257000185513 ], [ -122.381679999772274, 38.563248999706417 ], [ -122.382916999681441, 38.564343000214038 ], [ -122.387758000086293, 38.567393999954454 ], [ -122.396726000145293, 38.572528999690462 ], [ -122.398752000249928, 38.578396000321632 ], [ -122.39822900019324, 38.580699999968495 ], [ -122.399211999659173, 38.584912000118848 ], [ -122.400558000246619, 38.588232999701027 ], [ -122.397942000138059, 38.59056700025122 ], [ -122.397506000119975, 38.591586999766207 ], [ -122.398659000363537, 38.592967999942879 ], [ -122.399542000270387, 38.596049000348408 ], [ -122.401746999576886, 38.597598000135008 ], [ -122.403780000252567, 38.597975000230811 ], [ -122.402939000178534, 38.599489000248106 ], [ -122.403339000211616, 38.601348999772796 ], [ -122.405381000209815, 38.603761999929233 ], [ -122.409128999747239, 38.605883000157291 ], [ -122.411369999937094, 38.609082999716712 ], [ -122.41263199996061, 38.611488000232789 ], [ -122.417016000430976, 38.616997000101172 ], [ -122.417630999650896, 38.617475000079494 ], [ -122.421487999866585, 38.617767000155268 ], [ -122.425087000339431, 38.617172999779434 ], [ -122.428192000169531, 38.615221000048194 ], [ -122.430172000243431, 38.615133000324938 ], [ -122.431873999584724, 38.615744000012356 ], [ -122.438921000019306, 38.621293000273944 ], [ -122.440276999754175, 38.623099999824831 ], [ -122.444466000230875, 38.624649999686831 ], [ -122.446832999919096, 38.627726999809688 ], [ -122.448685999771413, 38.63153700030437 ], [ -122.453343999878172, 38.636851000027576 ], [ -122.453506000259893, 38.639484000106727 ], [ -122.454210999891501, 38.64084899996935 ], [ -122.456832999847833, 38.642777000176245 ], [ -122.457247999949516, 38.643918000276628 ], [ -122.457109999857266, 38.647723999955453 ], [ -122.458186999932877, 38.649984000243059 ], [ -122.45915600005344, 38.65059400001109 ], [ -122.462204999807028, 38.650863000168918 ], [ -122.463534999602601, 38.651509000097285 ], [ -122.465473999668674, 38.65435400000343 ], [ -122.471300999912543, 38.654535999965603 ], [ -122.474936000370363, 38.653225999891681 ], [ -122.476906000398557, 38.653135000058064 ], [ -122.477713999962347, 38.652198999770661 ], [ -122.481041000448599, 38.650792999779107 ], [ -122.483906999904093, 38.648523000178805 ], [ -122.484644000221067, 38.646991000126853 ], [ -122.486589999959818, 38.645366999924697 ], [ -122.486926000418791, 38.643499000219805 ], [ -122.490006999959462, 38.638452000040019 ], [ -122.492690000015159, 38.637387000269172 ], [ -122.493668000356564, 38.636054000018085 ], [ -122.496360999559684, 38.635260999997541 ], [ -122.498186999647814, 38.633787000002677 ], [ -122.500731999611261, 38.633675000303711 ], [ -122.502371999926567, 38.634490999717578 ], [ -122.507311000240747, 38.633757999965859 ], [ -122.512733000428668, 38.63233699992913 ], [ -122.514905000123193, 38.631145999857466 ], [ -122.518329999620448, 38.630554000113541 ], [ -122.523224999553662, 38.630979000010974 ], [ -122.527260000044592, 38.630052000177699 ], [ -122.531231999887993, 38.62806499965599 ], [ -122.531590000088272, 38.625604000289229 ], [ -122.532892000294794, 38.624228999814036 ], [ -122.533459999659016, 38.622059000065214 ], [ -122.534945999988551, 38.618427999805618 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201800", "NAME": "Census Tract 2018", "state": "06", "county_fips": "055", "tract": "201800", "county_name": "Napa County", "tot_pop_2050": 1745, "tot_pop_pov_det_2050": 1742, "tot_pop_civ_ni_2050": 1745, "tot_hh_2050": 720, "pop_zvhhs_2050": 15, "tot_fam_2050": 464, "tot_pop_over5_2050": 1673, "pop_hus_rent50_2050": 23, "pop_minority_2050": 466, "pop_over75_2050": 66, "pop_spfam_2050": 48, "pop_lep_2050": 77, "pop_below200_2050": 379, "pop_disability_2050": 249, "pct_minority_2050": 0.2670487106017192, "pct_over75_2050": 0.037822349570200565, "pct_spfam_2050": 0.10344827586206896, "pct_lep_2050": 0.046025104602510462, "pct_below200_2050": 0.21756601607347875, "pct_disab_2050": 0.14269340974212033, "pct_zvhhs_2050": 0.020833333333333329, "pct_hus_rent50_2050": 0.031944444444444435, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.464538999883288, 38.655493999898646 ], [ -122.465473999668674, 38.65435400000343 ], [ -122.463534999602601, 38.651509000097285 ], [ -122.462204999807028, 38.650863000168918 ], [ -122.45915600005344, 38.65059400001109 ], [ -122.458186999932877, 38.649984000243059 ], [ -122.457109999857266, 38.647723999955453 ], [ -122.457247999949516, 38.643918000276628 ], [ -122.456832999847833, 38.642777000176245 ], [ -122.454210999891501, 38.64084899996935 ], [ -122.453506000259893, 38.639484000106727 ], [ -122.453343999878172, 38.636851000027576 ], [ -122.448685999771413, 38.63153700030437 ], [ -122.446832999919096, 38.627726999809688 ], [ -122.444466000230875, 38.624649999686831 ], [ -122.440276999754175, 38.623099999824831 ], [ -122.438921000019306, 38.621293000273944 ], [ -122.431873999584724, 38.615744000012356 ], [ -122.430172000243431, 38.615133000324938 ], [ -122.428192000169531, 38.615221000048194 ], [ -122.425087000339431, 38.617172999779434 ], [ -122.421487999866585, 38.617767000155268 ], [ -122.417630999650896, 38.617475000079494 ], [ -122.417016000430976, 38.616997000101172 ], [ -122.41263199996061, 38.611488000232789 ], [ -122.411369999937094, 38.609082999716712 ], [ -122.409128999747239, 38.605883000157291 ], [ -122.405381000209815, 38.603761999929233 ], [ -122.403339000211616, 38.601348999772796 ], [ -122.402939000178534, 38.599489000248106 ], [ -122.403780000252567, 38.597975000230811 ], [ -122.401746999576886, 38.597598000135008 ], [ -122.399542000270387, 38.596049000348408 ], [ -122.398659000363537, 38.592967999942879 ], [ -122.397506000119975, 38.591586999766207 ], [ -122.397942000138059, 38.59056700025122 ], [ -122.400558000246619, 38.588232999701027 ], [ -122.399211999659173, 38.584912000118848 ], [ -122.39822900019324, 38.580699999968495 ], [ -122.398752000249928, 38.578396000321632 ], [ -122.396726000145293, 38.572528999690462 ], [ -122.387758000086293, 38.567393999954454 ], [ -122.382916999681441, 38.564343000214038 ], [ -122.381679999772274, 38.563248999706417 ], [ -122.376609000111955, 38.561257000185513 ], [ -122.373042000324475, 38.559407999968158 ], [ -122.371939000309609, 38.557711999854092 ], [ -122.370642000125983, 38.556963000121691 ], [ -122.366028000400149, 38.555894999981106 ], [ -122.362212000192329, 38.554353000259759 ], [ -122.358579000282631, 38.551912999739528 ], [ -122.356258999551784, 38.549836000266133 ], [ -122.348512000406743, 38.54345000015816 ], [ -122.347457999897358, 38.542921000191612 ], [ -122.343303999580755, 38.542076000198271 ], [ -122.337899999834491, 38.539730999650295 ], [ -122.337590000213112, 38.536726000239618 ], [ -122.33701600010275, 38.535443999927416 ], [ -122.332495000263336, 38.534006000022565 ], [ -122.325299999690714, 38.529902999899384 ], [ -122.322383000181603, 38.528970000265069 ], [ -122.319883000423999, 38.52726300007803 ], [ -122.318387000048759, 38.525831000011578 ], [ -122.317690999739654, 38.524227999846566 ], [ -122.316360000119161, 38.523042999983275 ], [ -122.312728999859289, 38.517948000143896 ], [ -122.312147000251329, 38.51625499975767 ], [ -122.31038200026255, 38.515300000182414 ], [ -122.308298000431549, 38.513412999806491 ], [ -122.307388999687134, 38.513723000324859 ], [ -122.304481000398852, 38.512772999955615 ], [ -122.301696000235879, 38.509572000143294 ], [ -122.301269000438595, 38.507706000112734 ], [ -122.296108000366601, 38.503845000306534 ], [ -122.294094999782388, 38.504965999849937 ], [ -122.288055999826412, 38.502836000314012 ], [ -122.283762999592625, 38.505079999981817 ], [ -122.278014000064886, 38.505406000263342 ], [ -122.276632000390762, 38.507332999989359 ], [ -122.275101999680317, 38.50803899973446 ], [ -122.27120199980692, 38.508752999786871 ], [ -122.267772000286797, 38.507001000227575 ], [ -122.266326999965202, 38.50662999990039 ], [ -122.265301999768127, 38.505107000005125 ], [ -122.263407999907926, 38.504548999809728 ], [ -122.262140999861529, 38.503289000201015 ], [ -122.257524999587559, 38.501096000036618 ], [ -122.256241999647642, 38.4988119997955 ], [ -122.253042000281283, 38.496791000080066 ], [ -122.251170000162404, 38.496628000312526 ], [ -122.247029000264575, 38.494460999846588 ], [ -122.246742000209409, 38.494031999866003 ], [ -122.24712399980082, 38.491730000337661 ], [ -122.244701999861022, 38.4860769997766 ], [ -122.243675999839041, 38.485103000338441 ], [ -122.238663999729965, 38.481532999663742 ], [ -122.237190999819234, 38.479823999929444 ], [ -122.235754999718438, 38.476911000008229 ], [ -122.234214999860569, 38.475165999959685 ], [ -122.22759699977135, 38.471624000151778 ], [ -122.226482000060926, 38.470179999850593 ], [ -122.224062999595859, 38.464631999691534 ], [ -122.223382000253693, 38.46377400007561 ], [ -122.222547999852353, 38.463054999809394 ], [ -122.212397000310872, 38.456374000029939 ], [ -122.209099999961822, 38.454377999877735 ], [ -122.204779999963876, 38.452890000010001 ], [ -122.202065999946015, 38.449345000253992 ], [ -122.19694300040716, 38.446728999673269 ], [ -122.19641299977944, 38.445774000142784 ], [ -122.195987999631996, 38.445331000092295 ], [ -122.194559000102203, 38.443665999710298 ], [ -122.188090999800806, 38.440402999714209 ], [ -122.186564000361756, 38.439489000104388 ], [ -122.182341000448147, 38.438462000252194 ], [ -122.178414999737186, 38.437113999698163 ], [ -122.17454800037406, 38.437671999895713 ], [ -122.17194800015902, 38.436355999950941 ], [ -122.164420000398792, 38.435711000174066 ], [ -122.161150999638849, 38.433973999776128 ], [ -122.158820999760565, 38.431372000185419 ], [ -122.157023000159811, 38.430053000190924 ], [ -122.156040999620473, 38.430164999937844 ], [ -122.153110999692544, 38.433298999871546 ], [ -122.153892000390471, 38.437117999904061 ], [ -122.15211999983066, 38.440589000228364 ], [ -122.151837999798374, 38.44371799976075 ], [ -122.151881000354408, 38.449151999718964 ], [ -122.15182600010283, 38.452447000025749 ], [ -122.152796999873203, 38.455656000185982 ], [ -122.152662000153995, 38.458436999870074 ], [ -122.153181000012765, 38.463246000000119 ], [ -122.152524000061717, 38.464695000163658 ], [ -122.152628999643724, 38.466382000231874 ], [ -122.151691000383607, 38.467221000213378 ], [ -122.147997000374545, 38.465762999927044 ], [ -122.147043000322583, 38.466246999899134 ], [ -122.146443000272953, 38.469510000210299 ], [ -122.145598000000945, 38.469988999737261 ], [ -122.142379000368024, 38.469424999653533 ], [ -122.141637999853103, 38.469828000080959 ], [ -122.141722000416976, 38.471683999842448 ], [ -122.143492000428637, 38.474372999668198 ], [ -122.14017900018608, 38.477123999908059 ], [ -122.137439000228952, 38.476694000060711 ], [ -122.13512000022132, 38.479037000230392 ], [ -122.135162000054109, 38.480440999822491 ], [ -122.133341999813737, 38.48304000033167 ], [ -122.131433999709856, 38.484436999841627 ], [ -122.12990499972264, 38.487041999726578 ], [ -122.127170999613313, 38.48877000008946 ], [ -122.126459000308998, 38.490082000216859 ], [ -122.12599399997859, 38.492234999991048 ], [ -122.124644000091521, 38.494270000085486 ], [ -122.121658000087095, 38.497672999856853 ], [ -122.118785999885517, 38.501999000126943 ], [ -122.114930000393031, 38.505143999890393 ], [ -122.111941999840496, 38.505226000195449 ], [ -122.111278000216757, 38.505789999935494 ], [ -122.112821000447695, 38.506931000086688 ], [ -122.113187000145587, 38.507998000140674 ], [ -122.109046000247787, 38.511338999984936 ], [ -122.106170999673125, 38.512180000129739 ], [ -122.103439000111919, 38.512186000169038 ], [ -122.103280999928174, 38.513347999993329 ], [ -122.104922999893304, 38.517043000083156 ], [ -122.109595000243772, 38.521410999820084 ], [ -122.109386999831301, 38.523139000122057 ], [ -122.111562999723802, 38.524050999973149 ], [ -122.112731000035993, 38.526626999836239 ], [ -122.112955000341984, 38.528993999740663 ], [ -122.111643000089757, 38.530641999866887 ], [ -122.113227000328564, 38.532689999827319 ], [ -122.114954999609083, 38.533729999849179 ], [ -122.115291000068055, 38.535201999781471 ], [ -122.114027000394728, 38.537889999966715 ], [ -122.115003000187983, 38.540993999667919 ], [ -122.11727500033993, 38.546433999708952 ], [ -122.118107000193177, 38.550801999835883 ], [ -122.119963000418551, 38.555617999866534 ], [ -122.120730999799321, 38.55985799981579 ], [ -122.122315000038114, 38.562434000103956 ], [ -122.126187000322432, 38.575138000311036 ], [ -122.127754999769408, 38.576945999981014 ], [ -122.127882999815924, 38.578738000211025 ], [ -122.128842999715644, 38.580194000177386 ], [ -122.128970999762188, 38.582945999721453 ], [ -122.128123000015435, 38.583697000295984 ], [ -122.12898699965568, 38.586993000219323 ], [ -122.130476000358243, 38.59024100035036 ], [ -122.132412000051247, 38.591649000284214 ], [ -122.134156000123639, 38.595073000253862 ], [ -122.133819999664638, 38.597601000102657 ], [ -122.136700000262167, 38.602624999729457 ], [ -122.136891999882792, 38.604672999695659 ], [ -122.139388000340759, 38.60916899995167 ], [ -122.140364000133985, 38.609872999892943 ], [ -122.141980000159862, 38.609681000147319 ], [ -122.144412000145394, 38.612208999982919 ], [ -122.145291999679188, 38.615520999728972 ], [ -122.147723999664734, 38.618816999796813 ], [ -122.150020999931058, 38.621016999802819 ], [ -122.151355999749526, 38.622816999953827 ], [ -122.150827999669929, 38.624433000221103 ], [ -122.151467999902508, 38.625249000256716 ], [ -122.1532119999749, 38.624737000287581 ], [ -122.154971999940784, 38.623249000089338 ], [ -122.157563999759901, 38.622689000349652 ], [ -122.160923999858113, 38.61929699988768 ], [ -122.162508000096949, 38.61939299994151 ], [ -122.165965000279542, 38.617680999698813 ], [ -122.168348999686216, 38.61929699988768 ], [ -122.168460999839198, 38.624640999667037 ], [ -122.169420999738918, 38.625808999655824 ], [ -122.169485000211353, 38.627760999662797 ], [ -122.170429000217553, 38.629601000116317 ], [ -122.168285000112107, 38.630369000287587 ], [ -122.166653000192724, 38.631648999834852 ], [ -122.165133000426323, 38.631713000089512 ], [ -122.162539999884004, 38.63268900005157 ], [ -122.161211999738214, 38.635761000097077 ], [ -122.163645000447005, 38.638561000335507 ], [ -122.165949000386007, 38.640256999664309 ], [ -122.165932999594162, 38.641920999796213 ], [ -122.164944000280443, 38.642461999871287 ], [ -122.162333000194749, 38.644096000152111 ], [ -122.163165000047968, 38.646960000281823 ], [ -122.164396999934269, 38.64857600008488 ], [ -122.16647699956728, 38.652672000239953 ], [ -122.168301000005627, 38.655296000214456 ], [ -122.171773000256863, 38.656512000255738 ], [ -122.175643999817922, 38.658575999874323 ], [ -122.177452000362692, 38.657887999829057 ], [ -122.182061000065659, 38.657808000308421 ], [ -122.183245000271398, 38.657136000246417 ], [ -122.187037000189733, 38.659552000183467 ], [ -122.187453000116363, 38.660319999988246 ], [ -122.191932999947909, 38.663311999934535 ], [ -122.193564999867263, 38.665808000344327 ], [ -122.198029999630165, 38.669056000167956 ], [ -122.199966000221494, 38.673184000275334 ], [ -122.20342199968087, 38.67718400033155 ], [ -122.202910000393132, 38.678639999800296 ], [ -122.200478000407585, 38.68027200023333 ], [ -122.199726000021997, 38.683311999836143 ], [ -122.202061999748068, 38.686399999683012 ], [ -122.201998000173958, 38.688336000073136 ], [ -122.204542000312486, 38.691472000223492 ], [ -122.207197999705699, 38.693344000259394 ], [ -122.208206000184333, 38.695535999705044 ], [ -122.21098999962409, 38.69488000001553 ], [ -122.212094000362171, 38.695920000083397 ], [ -122.212349999556864, 38.694208000149125 ], [ -122.21382199964269, 38.693408000089732 ], [ -122.216846000180254, 38.69472000011914 ], [ -122.219037999966304, 38.694928000265193 ], [ -122.221645999678941, 38.696015999855831 ], [ -122.224205999710975, 38.699983999944784 ], [ -122.223038000297095, 38.704511000092616 ], [ -122.225054000356025, 38.70950300005638 ], [ -122.22841500027917, 38.720623000073267 ], [ -122.22567299977392, 38.72097100027942 ], [ -122.225037999564208, 38.722334999781303 ], [ -122.226943000193373, 38.725470999750584 ], [ -122.22646299979435, 38.726686999665262 ], [ -122.22831900001971, 38.727487000236536 ], [ -122.229663000059006, 38.730031000290779 ], [ -122.230814999579366, 38.730782999884426 ], [ -122.230191000138618, 38.732190999725191 ], [ -122.231951000104502, 38.734959000268425 ], [ -122.234174999677592, 38.736878999857574 ], [ -122.233502999657944, 38.737822999747408 ], [ -122.234830999803691, 38.738542999981192 ], [ -122.235134999577312, 38.740222999858879 ], [ -122.239503000154158, 38.742975000158026 ], [ -122.241487000426076, 38.743150999990739 ], [ -122.242607000159367, 38.746366999909746 ], [ -122.244414999805841, 38.748798999753681 ], [ -122.246943000050834, 38.749854999987143 ], [ -122.247871000163542, 38.75231799986917 ], [ -122.250110999630152, 38.755262000115025 ], [ -122.250062999949563, 38.758333999865798 ], [ -122.250591000029189, 38.758846000044841 ], [ -122.251982999749018, 38.767726000186983 ], [ -122.252831000394082, 38.769982000218597 ], [ -122.253054999801762, 38.77268599999131 ], [ -122.254302999581583, 38.775229999876196 ], [ -122.255695000199765, 38.781134000320712 ], [ -122.256862999613659, 38.783661999934026 ], [ -122.258333999874537, 38.785532000338875 ], [ -122.259774999998214, 38.786253000334312 ], [ -122.259646999951713, 38.789917000328451 ], [ -122.261534999964113, 38.791005000154158 ], [ -122.261806999950679, 38.793164999682851 ], [ -122.265598999869042, 38.796797000284521 ], [ -122.267023000274278, 38.800701000005773 ], [ -122.269278999634409, 38.801868999909104 ], [ -122.270734999826701, 38.804765000295859 ], [ -122.273982999771917, 38.80943700007218 ], [ -122.27462300000451, 38.812844999769794 ], [ -122.2766070002764, 38.817324000037658 ], [ -122.2766070002764, 38.818619999724149 ], [ -122.278783000168929, 38.822059999934773 ], [ -122.281646999974598, 38.824620000098136 ], [ -122.283006999907386, 38.828476000054458 ], [ -122.285342999633485, 38.8335000001791 ], [ -122.286926999872279, 38.838012000035256 ], [ -122.287998000100089, 38.839931000091966 ], [ -122.289758999890907, 38.839292000144248 ], [ -122.296031000373702, 38.838684000059381 ], [ -122.302446999898223, 38.839851999861772 ], [ -122.302606999731793, 38.841883999711868 ], [ -122.303918999984049, 38.842332000312084 ], [ -122.307007000095723, 38.841068000066976 ], [ -122.315359000211544, 38.839468000230504 ], [ -122.317647000257026, 38.840796000204953 ], [ -122.319967000089591, 38.843852000318918 ], [ -122.32404699988804, 38.846251999982954 ], [ -122.326206999887006, 38.845932000181094 ], [ -122.329758999605872, 38.84236399994716 ], [ -122.332670999990427, 38.84236399994716 ], [ -122.335439000434945, 38.843467999884325 ], [ -122.338335999852575, 38.842171999821829 ], [ -122.342080000090377, 38.842075999914691 ], [ -122.343552000176203, 38.841291999790066 ], [ -122.348623999661442, 38.836059999730992 ], [ -122.349967999700723, 38.835755999826461 ], [ -122.354303999592219, 38.837148000276237 ], [ -122.362048000160812, 38.84069999984078 ], [ -122.366656000038859, 38.843212000075781 ], [ -122.371551999797006, 38.844651000070513 ], [ -122.37302399988279, 38.845739000101027 ], [ -122.373583999749471, 38.847178999826944 ], [ -122.376959999741217, 38.849211000313396 ], [ -122.379535999666828, 38.849242999653057 ], [ -122.385183999810522, 38.8524750001231 ], [ -122.385248000282942, 38.853786999681795 ], [ -122.388256000028662, 38.856186999956776 ], [ -122.389840000267469, 38.856810999885617 ], [ -122.391904000006988, 38.859611000121816 ], [ -122.393455999560416, 38.862939000070547 ], [ -122.395055999692772, 38.864244999676522 ], [ -122.403288999982891, 38.856099000010595 ], [ -122.403885999659465, 38.855599999774803 ], [ -122.381987999743842, 38.833800000100624 ], [ -122.373488000388306, 38.817000000280458 ], [ -122.379388000427099, 38.802101000171398 ], [ -122.397988999993714, 38.804000999954091 ], [ -122.412288999828945, 38.785801000063252 ], [ -122.410088999646973, 38.785501000302851 ], [ -122.40898900000515, 38.776301000058929 ], [ -122.402888999949809, 38.772902000328436 ], [ -122.41578899966926, 38.768001999691812 ], [ -122.42728800034628, 38.752987999827951 ], [ -122.463890000328178, 38.705203000045316 ], [ -122.46144099972588, 38.702953999899343 ], [ -122.453251999816644, 38.700022999908484 ], [ -122.449627000302911, 38.698916000223164 ], [ -122.444796999768684, 38.695314999786937 ], [ -122.444563000315242, 38.694168000008091 ], [ -122.445979000324556, 38.691751000230624 ], [ -122.446315999710137, 38.687356999745859 ], [ -122.446786000063412, 38.685282000241536 ], [ -122.445828999638422, 38.683291999877838 ], [ -122.44623299986948, 38.681955999683041 ], [ -122.444564999965095, 38.679845000248719 ], [ -122.444561999592011, 38.678846999685774 ], [ -122.446083000081643, 38.676863000224678 ], [ -122.446042000073746, 38.675734999776779 ], [ -122.444566999614906, 38.67314599981141 ], [ -122.444693999836517, 38.671393000202862 ], [ -122.446413999619438, 38.670177999780961 ], [ -122.445828999638422, 38.667513000262538 ], [ -122.447894999926064, 38.664689000254228 ], [ -122.450307999645062, 38.660002999772708 ], [ -122.453937000255095, 38.658534000242447 ], [ -122.458226000290935, 38.658409000106722 ], [ -122.460970000445997, 38.656917000248292 ], [ -122.464538999883288, 38.655493999898646 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055201900", "NAME": "Census Tract 2019", "state": "06", "county_fips": "055", "tract": "201900", "county_name": "Napa County", "tot_pop_2050": 1260, "tot_pop_pov_det_2050": 1257, "tot_pop_civ_ni_2050": 1254, "tot_hh_2050": 548, "pop_zvhhs_2050": 20, "tot_fam_2050": 298, "tot_pop_over5_2050": 1219, "pop_hus_rent50_2050": 36, "pop_minority_2050": 376, "pop_over75_2050": 127, "pop_spfam_2050": 0, "pop_lep_2050": 55, "pop_below200_2050": 163, "pop_disability_2050": 147, "pct_minority_2050": 0.29841269841269841, "pct_over75_2050": 0.1007936507936508, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.045118949958982767, "pct_below200_2050": 0.12967382657120127, "pct_disab_2050": 0.11722488038277512, "pct_zvhhs_2050": 0.036496350364963501, "pct_hus_rent50_2050": 0.06569343065693431, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.646420999663519, 38.598593000301989 ], [ -122.645063000278867, 38.597769000194823 ], [ -122.643566999903598, 38.594894000343885 ], [ -122.642118000282309, 38.593902000278803 ], [ -122.640530999670489, 38.591095000099358 ], [ -122.634992000205003, 38.586387000336785 ], [ -122.635495999995172, 38.585707999755677 ], [ -122.634982000159269, 38.583009999893257 ], [ -122.633114000238336, 38.580458999743733 ], [ -122.630493999931829, 38.579008000303979 ], [ -122.631601999969547, 38.576209999839648 ], [ -122.631206000134441, 38.575569000212042 ], [ -122.632274999814115, 38.572380000153359 ], [ -122.631832000123325, 38.569367000035378 ], [ -122.628795000065281, 38.57030799996128 ], [ -122.626095000291144, 38.569908000258955 ], [ -122.624737000008153, 38.568457999966277 ], [ -122.622768999629798, 38.567824999957175 ], [ -122.620402999766469, 38.565741999675723 ], [ -122.620678000126091, 38.563613000168964 ], [ -122.621441000382333, 38.563330000306486 ], [ -122.620846000355598, 38.560317000017349 ], [ -122.615030999807288, 38.558531000108772 ], [ -122.611079000055369, 38.558417000341628 ], [ -122.607600000131427, 38.559524000139099 ], [ -122.603281999783292, 38.558784000172402 ], [ -122.602659000167463, 38.557495999899224 ], [ -122.600228000006837, 38.555656000117885 ], [ -122.596063999644485, 38.55528099982741 ], [ -122.589426000362096, 38.552100000288966 ], [ -122.586329000029608, 38.551580999767275 ], [ -122.58507600022692, 38.549133000087771 ], [ -122.582147999948802, 38.549399000128169 ], [ -122.582285000216189, 38.548521999702494 ], [ -122.579705999917522, 38.546507999833828 ], [ -122.577193999566049, 38.542308000075913 ], [ -122.573999000222585, 38.540358999796972 ], [ -122.573673999634238, 38.538724999828396 ], [ -122.569818999966699, 38.533103000103175 ], [ -122.569473000360276, 38.529659000092884 ], [ -122.567484999890425, 38.530380999961743 ], [ -122.56571999990166, 38.531907999849594 ], [ -122.565971999796758, 38.535863000026318 ], [ -122.564992999630419, 38.536797000117048 ], [ -122.562180999703301, 38.538149000274935 ], [ -122.558480999846452, 38.538631999726029 ], [ -122.551346000446586, 38.541592000152271 ], [ -122.542031999882909, 38.543202999793394 ], [ -122.540600999804994, 38.54452999999004 ], [ -122.535493000334753, 38.546318999961919 ], [ -122.529911000313234, 38.547241000024307 ], [ -122.521289999685578, 38.551236999778553 ], [ -122.520226000028771, 38.552412000017753 ], [ -122.513241000416755, 38.555986000272725 ], [ -122.512526999665994, 38.556832000110369 ], [ -122.509139999803594, 38.55812099994175 ], [ -122.510915999663027, 38.559369000007912 ], [ -122.510662999943037, 38.561072000100275 ], [ -122.514426000447401, 38.562792999983536 ], [ -122.514992000161826, 38.563958000161776 ], [ -122.519237999641646, 38.566443000012526 ], [ -122.520712000275566, 38.569112999849423 ], [ -122.520407999603648, 38.574474999957786 ], [ -122.519667999811929, 38.576776000232606 ], [ -122.516172000169604, 38.577598999665049 ], [ -122.513247000264542, 38.578830999702184 ], [ -122.513239999693539, 38.57963900009053 ], [ -122.509790999906841, 38.580327999725213 ], [ -122.507475000272251, 38.582900000177183 ], [ -122.50441599957459, 38.58509200026888 ], [ -122.503685000003713, 38.587959000324517 ], [ -122.504027000310472, 38.589964999785529 ], [ -122.502734000324836, 38.595342000228491 ], [ -122.502934000341369, 38.598512000145796 ], [ -122.501951999802017, 38.601279999876809 ], [ -122.501935999908483, 38.603840000069873 ], [ -122.502544000354035, 38.606520000238234 ], [ -122.503274000099978, 38.60973799974154 ], [ -122.52098199971401, 38.617028999755767 ], [ -122.522839999589195, 38.617793999991676 ], [ -122.533904000073051, 38.615132000112119 ], [ -122.534945999988551, 38.618427999805618 ], [ -122.533459999659016, 38.622059000065214 ], [ -122.532892000294794, 38.624228999814036 ], [ -122.531590000088272, 38.625604000289229 ], [ -122.531231999887993, 38.62806499965599 ], [ -122.527260000044592, 38.630052000177699 ], [ -122.523224999553662, 38.630979000010974 ], [ -122.518329999620448, 38.630554000113541 ], [ -122.514905000123193, 38.631145999857466 ], [ -122.512733000428668, 38.63233699992913 ], [ -122.507311000240747, 38.633757999965859 ], [ -122.502371999926567, 38.634490999717578 ], [ -122.500731999611261, 38.633675000303711 ], [ -122.498186999647814, 38.633787000002677 ], [ -122.496360999559684, 38.635260999997541 ], [ -122.493668000356564, 38.636054000018085 ], [ -122.492690000015159, 38.637387000269172 ], [ -122.490006999959462, 38.638452000040019 ], [ -122.486926000418791, 38.643499000219805 ], [ -122.486589999959818, 38.645366999924697 ], [ -122.484644000221067, 38.646991000126853 ], [ -122.483906999904093, 38.648523000178805 ], [ -122.481041000448599, 38.650792999779107 ], [ -122.477713999962347, 38.652198999770661 ], [ -122.476906000398557, 38.653135000058064 ], [ -122.474936000370363, 38.653225999891681 ], [ -122.471300999912543, 38.654535999965603 ], [ -122.465473999668674, 38.65435400000343 ], [ -122.464538999883288, 38.655493999898646 ], [ -122.460970000445997, 38.656917000248292 ], [ -122.458226000290935, 38.658409000106722 ], [ -122.453937000255095, 38.658534000242447 ], [ -122.450307999645062, 38.660002999772708 ], [ -122.447894999926064, 38.664689000254228 ], [ -122.445828999638422, 38.667513000262538 ], [ -122.446413999619438, 38.670177999780961 ], [ -122.444693999836517, 38.671393000202862 ], [ -122.444566999614906, 38.67314599981141 ], [ -122.446042000073746, 38.675734999776779 ], [ -122.446083000081643, 38.676863000224678 ], [ -122.444561999592011, 38.678846999685774 ], [ -122.444564999965095, 38.679845000248719 ], [ -122.44623299986948, 38.681955999683041 ], [ -122.445828999638422, 38.683291999877838 ], [ -122.446786000063412, 38.685282000241536 ], [ -122.446315999710137, 38.687356999745859 ], [ -122.445979000324556, 38.691751000230624 ], [ -122.444563000315242, 38.694168000008091 ], [ -122.444796999768684, 38.695314999786937 ], [ -122.449627000302911, 38.698916000223164 ], [ -122.453251999816644, 38.700022999908484 ], [ -122.46144099972588, 38.702953999899343 ], [ -122.463890000328178, 38.705203000045316 ], [ -122.484522999847243, 38.700530000305584 ], [ -122.592194999733223, 38.675804000268023 ], [ -122.627395999774421, 38.667505999679463 ], [ -122.623784999606031, 38.664383000133434 ], [ -122.624196000408077, 38.649806000261144 ], [ -122.626995999741339, 38.647405999657607 ], [ -122.627795999807475, 38.644305999696869 ], [ -122.634095999879378, 38.636906999873766 ], [ -122.632996000237569, 38.627607000157845 ], [ -122.630096000446883, 38.62680699968606 ], [ -122.628292999924966, 38.623037999807252 ], [ -122.633587999891262, 38.619863999769507 ], [ -122.633268000224135, 38.616628999888896 ], [ -122.63473199991401, 38.614569000205762 ], [ -122.637342000174812, 38.612792000159267 ], [ -122.639142000323673, 38.612058999691392 ], [ -122.63998099984957, 38.610456999675584 ], [ -122.639142000323673, 38.609267000110087 ], [ -122.641796999891966, 38.605482999918394 ], [ -122.64469500003284, 38.603224000304252 ], [ -122.644695999857731, 38.602507000276134 ], [ -122.646420999663519, 38.598593000301989 ] ], [ [ -122.604269000345525, 38.580829000033354 ], [ -122.604291999911737, 38.583661999973344 ], [ -122.602849000138264, 38.585162000205365 ], [ -122.602288000446691, 38.584836000341362 ], [ -122.597687000241336, 38.589043000087656 ], [ -122.595431999807801, 38.590448999932519 ], [ -122.5971780004283, 38.592114999836504 ], [ -122.598094999772016, 38.59154600003977 ], [ -122.597684999693172, 38.594371000053918 ], [ -122.594383000219594, 38.591127999917063 ], [ -122.583379999835103, 38.598067000335419 ], [ -122.582270999972451, 38.596031999928691 ], [ -122.578980000369526, 38.591900999754714 ], [ -122.577412999849173, 38.589028999739007 ], [ -122.577242000144921, 38.588977999800072 ], [ -122.57722700007632, 38.588974000298961 ], [ -122.576935999823192, 38.588870999727753 ], [ -122.570446999605394, 38.585209000335105 ], [ -122.563645000291487, 38.586096000272057 ], [ -122.561101000152959, 38.585364000201324 ], [ -122.562954000005277, 38.582121999788505 ], [ -122.566616000227285, 38.575356000044792 ], [ -122.556190000326197, 38.57105600026275 ], [ -122.554763000446229, 38.57029500030977 ], [ -122.555434999567566, 38.568752999778717 ], [ -122.557849000009767, 38.569517000348405 ], [ -122.560059000237459, 38.572090999741327 ], [ -122.562974000096744, 38.572682000029545 ], [ -122.564183000416861, 38.57402799988585 ], [ -122.566815000418927, 38.574991000004331 ], [ -122.567618999784727, 38.573252999895878 ], [ -122.568922999641046, 38.571045000294106 ], [ -122.571048000378255, 38.567337999924064 ], [ -122.576089999726264, 38.569280999873826 ], [ -122.589673000234299, 38.573764999943791 ], [ -122.600217999961075, 38.578544000001365 ], [ -122.604269000345525, 38.580829000033354 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06055202000", "NAME": "Census Tract 2020", "state": "06", "county_fips": "055", "tract": "202000", "county_name": "Napa County", "tot_pop_2050": 5285, "tot_pop_pov_det_2050": 5221, "tot_pop_civ_ni_2050": 5201, "tot_hh_2050": 2082, "pop_zvhhs_2050": 147, "tot_fam_2050": 1346, "tot_pop_over5_2050": 5001, "pop_hus_rent50_2050": 116, "pop_minority_2050": 2468, "pop_over75_2050": 527, "pop_spfam_2050": 245, "pop_lep_2050": 799, "pop_below200_2050": 1556, "pop_disability_2050": 852, "pct_minority_2050": 0.4669820245979186, "pct_over75_2050": 0.099716177861873243, "pct_spfam_2050": 0.18202080237741453, "pct_lep_2050": 0.15976804639072187, "pct_below200_2050": 0.29802719785481713, "pct_disab_2050": 0.16381465102864834, "pct_zvhhs_2050": 0.07060518731988473, "pct_hus_rent50_2050": 0.055715658021133534, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.095728451563691988, "pct_minority_2040": 0.40980167810831397, "pct_spfam_2040": 0.191629955947137, "pct_lep_2040": 0.16327751196172199, "pct_below200_2040": 0.32877503852080103, "pct_disab_2040": 0.16612189963468599, "pct_zvhhs_2040": 0.032921810699589001, "pct_hus_rent50_2040": 0.12251502542764699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.604291999911737, 38.583661999973344 ], [ -122.604269000345525, 38.580829000033354 ], [ -122.600217999961075, 38.578544000001365 ], [ -122.589673000234299, 38.573764999943791 ], [ -122.576089999726264, 38.569280999873826 ], [ -122.571048000378255, 38.567337999924064 ], [ -122.568922999641046, 38.571045000294106 ], [ -122.567618999784727, 38.573252999895878 ], [ -122.566815000418927, 38.574991000004331 ], [ -122.564183000416861, 38.57402799988585 ], [ -122.562974000096744, 38.572682000029545 ], [ -122.560059000237459, 38.572090999741327 ], [ -122.557849000009767, 38.569517000348405 ], [ -122.555434999567566, 38.568752999778717 ], [ -122.554763000446229, 38.57029500030977 ], [ -122.556190000326197, 38.57105600026275 ], [ -122.566616000227285, 38.575356000044792 ], [ -122.562954000005277, 38.582121999788505 ], [ -122.561101000152959, 38.585364000201324 ], [ -122.563645000291487, 38.586096000272057 ], [ -122.570446999605394, 38.585209000335105 ], [ -122.576935999823192, 38.588870999727753 ], [ -122.57722700007632, 38.588974000298961 ], [ -122.577242000144921, 38.588977999800072 ], [ -122.577412999849173, 38.589028999739007 ], [ -122.578980000369526, 38.591900999754714 ], [ -122.582270999972451, 38.596031999928691 ], [ -122.583379999835103, 38.598067000335419 ], [ -122.594383000219594, 38.591127999917063 ], [ -122.597684999693172, 38.594371000053918 ], [ -122.598094999772016, 38.59154600003977 ], [ -122.5971780004283, 38.592114999836504 ], [ -122.595431999807801, 38.590448999932519 ], [ -122.597687000241336, 38.589043000087656 ], [ -122.602288000446691, 38.584836000341362 ], [ -122.602849000138264, 38.585162000205365 ], [ -122.604291999911737, 38.583661999973344 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010100", "NAME": "Census Tract 101", "state": "06", "county_fips": "075", "tract": "010100", "county_name": "San Francisco County", "tot_pop_2050": 3850, "tot_pop_pov_det_2050": 3850, "tot_pop_civ_ni_2050": 3850, "tot_hh_2050": 2061, "pop_zvhhs_2050": 993, "tot_fam_2050": 848, "tot_pop_over5_2050": 3775, "pop_hus_rent50_2050": 336, "pop_minority_2050": 1985, "pop_over75_2050": 430, "pop_spfam_2050": 133, "pop_lep_2050": 760, "pop_below200_2050": 1522, "pop_disability_2050": 711, "pct_minority_2050": 0.51558441558441559, "pct_over75_2050": 0.11168831168831167, "pct_spfam_2050": 0.15683962264150944, "pct_lep_2050": 0.20132450331125828, "pct_below200_2050": 0.3953246753246753, "pct_disab_2050": 0.18467532467532469, "pct_zvhhs_2050": 0.4818049490538574, "pct_hus_rent50_2050": 0.16302765647743814, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.120982492814215, "pct_minority_2040": 0.54977789391168008, "pct_spfam_2040": 0.018950437317784001, "pct_lep_2040": 0.15644989339019197, "pct_below200_2040": 0.33333333333333304, "pct_disab_2040": 0.13247974915077099, "pct_zvhhs_2040": 0.39907407407407397, "pct_hus_rent50_2040": 0.149706457925636, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.420612314941081, 37.811112170196473 ], [ -122.419224000110532, 37.808452999851632 ], [ -122.418717999772255, 37.805931999817091 ], [ -122.416888000384461, 37.805211999729906 ], [ -122.414877000348397, 37.803541999920107 ], [ -122.411580999824267, 37.803962999918532 ], [ -122.408332000054131, 37.804367000034333 ], [ -122.40662499979166, 37.804535000120573 ], [ -122.405173999622264, 37.804763000336145 ], [ -122.403494999847226, 37.805088999944601 ], [ -122.401786999759864, 37.805313999725449 ], [ -122.399638840454642, 37.806565850447136 ], [ -122.407451999622012, 37.811440999731744 ], [ -122.420612314941081, 37.811112170196473 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010200", "NAME": "Census Tract 102", "state": "06", "county_fips": "075", "tract": "010200", "county_name": "San Francisco County", "tot_pop_2050": 4299, "tot_pop_pov_det_2050": 4299, "tot_pop_civ_ni_2050": 4299, "tot_hh_2050": 2541, "pop_zvhhs_2050": 820, "tot_fam_2050": 813, "tot_pop_over5_2050": 4214, "pop_hus_rent50_2050": 202, "pop_minority_2050": 935, "pop_over75_2050": 531, "pop_spfam_2050": 24, "pop_lep_2050": 0, "pop_below200_2050": 481, "pop_disability_2050": 356, "pct_minority_2050": 0.21749244010234939, "pct_over75_2050": 0.12351709699930215, "pct_spfam_2050": 0.029520295202952032, "pct_lep_2050": 0.0, "pct_below200_2050": 0.11188648522912303, "pct_disab_2050": 0.08280995580367527, "pct_zvhhs_2050": 0.32270759543486816, "pct_hus_rent50_2050": 0.079496261314443137, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094312796208531002, "pct_minority_2040": 0.15450236966824601, "pct_spfam_2040": 0.048338368580059993, "pct_lep_2040": 0.0031901840490799996, "pct_below200_2040": 0.16137440758293803, "pct_disab_2040": 0.036966824644549999, "pct_zvhhs_2040": 0.28587443946188301, "pct_hus_rent50_2040": 0.12247233880198401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.426670999679914, 37.809638999649295 ], [ -122.426612999953576, 37.808151999721943 ], [ -122.425627999939493, 37.80645600025791 ], [ -122.425208999639835, 37.80413300034197 ], [ -122.424835000444332, 37.802268000160574 ], [ -122.42446399982525, 37.800402000327786 ], [ -122.424274999679369, 37.799472000150224 ], [ -122.420882999794102, 37.799902000306247 ], [ -122.420768999991282, 37.799938999814785 ], [ -122.417587000168311, 37.80034099970721 ], [ -122.417798999880404, 37.801266999889386 ], [ -122.418280999929252, 37.804023000321436 ], [ -122.418717999772255, 37.805931999817091 ], [ -122.419224000110532, 37.808452999851632 ], [ -122.420612314941081, 37.811112170196473 ], [ -122.425041162005414, 37.811001508483308 ], [ -122.42487599955389, 37.810799000248451 ], [ -122.426670999679914, 37.809638999649295 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010300", "NAME": "Census Tract 103", "state": "06", "county_fips": "075", "tract": "010300", "county_name": "San Francisco County", "tot_pop_2050": 4229, "tot_pop_pov_det_2050": 4229, "tot_pop_civ_ni_2050": 4229, "tot_hh_2050": 1970, "pop_zvhhs_2050": 518, "tot_fam_2050": 943, "tot_pop_over5_2050": 4172, "pop_hus_rent50_2050": 276, "pop_minority_2050": 1698, "pop_over75_2050": 329, "pop_spfam_2050": 54, "pop_lep_2050": 475, "pop_below200_2050": 775, "pop_disability_2050": 358, "pct_minority_2050": 0.40151336013241901, "pct_over75_2050": 0.07779616930716482, "pct_spfam_2050": 0.057264050901378573, "pct_lep_2050": 0.1138542665388303, "pct_below200_2050": 0.18325845353511469, "pct_disab_2050": 0.084653582407188455, "pct_zvhhs_2050": 0.26294416243654822, "pct_hus_rent50_2050": 0.1401015228426396, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.115048320294524, "pct_minority_2040": 0.43442245743212105, "pct_spfam_2040": 0.021879021879022, "pct_lep_2040": 0.162785055798156, "pct_below200_2040": 0.32351587666820097, "pct_disab_2040": 0.076622181316153004, "pct_zvhhs_2040": 0.43394359228104906, "pct_hus_rent50_2040": 0.22565922920892501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.418717999772255, 37.805931999817091 ], [ -122.418280999929252, 37.804023000321436 ], [ -122.417798999880404, 37.801266999889386 ], [ -122.417587000168311, 37.80034099970721 ], [ -122.417384999603613, 37.799413999855062 ], [ -122.417218000097336, 37.798471999748244 ], [ -122.412282999981159, 37.799095999679238 ], [ -122.412471000302119, 37.800032000339343 ], [ -122.412848999695598, 37.801892999820815 ], [ -122.412908000145123, 37.802183999716171 ], [ -122.414877000348397, 37.803541999920107 ], [ -122.416888000384461, 37.805211999729906 ], [ -122.418717999772255, 37.805931999817091 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010400", "NAME": "Census Tract 104", "state": "06", "county_fips": "075", "tract": "010400", "county_name": "San Francisco County", "tot_pop_2050": 4430, "tot_pop_pov_det_2050": 4430, "tot_pop_civ_ni_2050": 4430, "tot_hh_2050": 2418, "pop_zvhhs_2050": 868, "tot_fam_2050": 870, "tot_pop_over5_2050": 4289, "pop_hus_rent50_2050": 171, "pop_minority_2050": 1730, "pop_over75_2050": 296, "pop_spfam_2050": 59, "pop_lep_2050": 154, "pop_below200_2050": 706, "pop_disability_2050": 306, "pct_minority_2050": 0.3905191873589165, "pct_over75_2050": 0.066817155756207669, "pct_spfam_2050": 0.067816091954022995, "pct_lep_2050": 0.035905805549079038, "pct_below200_2050": 0.15936794582392774, "pct_disab_2050": 0.069074492099322801, "pct_zvhhs_2050": 0.35897435897435903, "pct_hus_rent50_2050": 0.070719602977667495, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054700854700855006, "pct_minority_2040": 0.43494776828110204, "pct_spfam_2040": 0.017031630170316003, "pct_lep_2040": 0.065603190428714001, "pct_below200_2040": 0.173962695089456, "pct_disab_2040": 0.077113010446344013, "pct_zvhhs_2040": 0.31467181467181499, "pct_hus_rent50_2040": 0.12397660818713499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.414877000348397, 37.803541999920107 ], [ -122.412908000145123, 37.802183999716171 ], [ -122.411375999784852, 37.801125000064651 ], [ -122.411019000307803, 37.801169999793721 ], [ -122.407769999639356, 37.801570999985799 ], [ -122.406198999819338, 37.80172000033965 ], [ -122.406023999917153, 37.800834999654633 ], [ -122.405644999800458, 37.79896899982019 ], [ -122.40242100014467, 37.799382000015399 ], [ -122.402790000215603, 37.801242000154986 ], [ -122.403160000111441, 37.803097999990555 ], [ -122.404797999878639, 37.802900999980629 ], [ -122.405173999622264, 37.804763000336145 ], [ -122.40662499979166, 37.804535000120573 ], [ -122.408332000054131, 37.804367000034333 ], [ -122.411580999824267, 37.803962999918532 ], [ -122.414877000348397, 37.803541999920107 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010500", "NAME": "Census Tract 105", "state": "06", "county_fips": "075", "tract": "010500", "county_name": "San Francisco County", "tot_pop_2050": 2932, "tot_pop_pov_det_2050": 2932, "tot_pop_civ_ni_2050": 2932, "tot_hh_2050": 1717, "pop_zvhhs_2050": 732, "tot_fam_2050": 613, "tot_pop_over5_2050": 2731, "pop_hus_rent50_2050": 204, "pop_minority_2050": 1590, "pop_over75_2050": 469, "pop_spfam_2050": 47, "pop_lep_2050": 57, "pop_below200_2050": 751, "pop_disability_2050": 425, "pct_minority_2050": 0.54229195088676674, "pct_over75_2050": 0.15995907230559345, "pct_spfam_2050": 0.076672104404567704, "pct_lep_2050": 0.020871475649945074, "pct_below200_2050": 0.25613915416098226, "pct_disab_2050": 0.14495225102319234, "pct_zvhhs_2050": 0.42632498543972042, "pct_hus_rent50_2050": 0.11881188118811881, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.142747505755948, "pct_minority_2040": 0.399079048349962, "pct_spfam_2040": 0.045977011494252998, "pct_lep_2040": 0.038893344025662004, "pct_below200_2040": 0.174213353798926, "pct_disab_2040": 0.075211051419801001, "pct_zvhhs_2040": 0.35330450895614601, "pct_hus_rent50_2040": 0.15369522563767202, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.405173999622264, 37.804763000336145 ], [ -122.404797999878639, 37.802900999980629 ], [ -122.403160000111441, 37.803097999990555 ], [ -122.402790000215603, 37.801242000154986 ], [ -122.40242100014467, 37.799382000015399 ], [ -122.40204100020307, 37.797505000116232 ], [ -122.400681000270254, 37.79677700033087 ], [ -122.400148999992695, 37.794133999889226 ], [ -122.396586000403204, 37.794588000265335 ], [ -122.396315000241543, 37.793336999978706 ], [ -122.394747999721162, 37.794479999906486 ], [ -122.393181000099133, 37.793230000132375 ], [ -122.391487000255452, 37.793858999926073 ], [ -122.389708268619245, 37.795824406182 ], [ -122.394407919114158, 37.80129046432674 ], [ -122.398138999781551, 37.805630000014148 ], [ -122.399638840454642, 37.806565850447136 ], [ -122.401786999759864, 37.805313999725449 ], [ -122.403494999847226, 37.805088999944601 ], [ -122.405173999622264, 37.804763000336145 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010600", "NAME": "Census Tract 106", "state": "06", "county_fips": "075", "tract": "010600", "county_name": "San Francisco County", "tot_pop_2050": 3356, "tot_pop_pov_det_2050": 3356, "tot_pop_civ_ni_2050": 3343, "tot_hh_2050": 1797, "pop_zvhhs_2050": 1248, "tot_fam_2050": 673, "tot_pop_over5_2050": 3335, "pop_hus_rent50_2050": 264, "pop_minority_2050": 2107, "pop_over75_2050": 425, "pop_spfam_2050": 34, "pop_lep_2050": 1012, "pop_below200_2050": 1388, "pop_disability_2050": 488, "pct_minority_2050": 0.62783075089392137, "pct_over75_2050": 0.12663885578069131, "pct_spfam_2050": 0.050520059435364036, "pct_lep_2050": 0.30344827586206896, "pct_below200_2050": 0.41358760429082242, "pct_disab_2050": 0.14597666766377504, "pct_zvhhs_2050": 0.69449081803005008, "pct_hus_rent50_2050": 0.14691151919866444, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.086517467248908006, "pct_minority_2040": 0.71260917030567705, "pct_spfam_2040": 0.19444444444444395, "pct_lep_2040": 0.39554700384826796, "pct_below200_2040": 0.57942139737991294, "pct_disab_2040": 0.139413859216653, "pct_zvhhs_2040": 0.63443780554046703, "pct_hus_rent50_2040": 0.249714285714286, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.411019000307803, 37.801169999793721 ], [ -122.411375999784852, 37.801125000064651 ], [ -122.409014000119527, 37.799490000306029 ], [ -122.407869000271859, 37.798696999812272 ], [ -122.407082999551065, 37.798152000196005 ], [ -122.406668000347693, 37.7978649999175 ], [ -122.405512999555981, 37.797065000027175 ], [ -122.40204100020307, 37.797505000116232 ], [ -122.40242100014467, 37.799382000015399 ], [ -122.405644999800458, 37.79896899982019 ], [ -122.406023999917153, 37.800834999654633 ], [ -122.406198999819338, 37.80172000033965 ], [ -122.407769999639356, 37.801570999985799 ], [ -122.411019000307803, 37.801169999793721 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010700", "NAME": "Census Tract 107", "state": "06", "county_fips": "075", "tract": "010700", "county_name": "San Francisco County", "tot_pop_2050": 5522, "tot_pop_pov_det_2050": 5522, "tot_pop_civ_ni_2050": 5522, "tot_hh_2050": 2491, "pop_zvhhs_2050": 1829, "tot_fam_2050": 1378, "tot_pop_over5_2050": 5370, "pop_hus_rent50_2050": 527, "pop_minority_2050": 4792, "pop_over75_2050": 871, "pop_spfam_2050": 121, "pop_lep_2050": 3078, "pop_below200_2050": 3170, "pop_disability_2050": 788, "pct_minority_2050": 0.86780152118797538, "pct_over75_2050": 0.15773270554147048, "pct_spfam_2050": 0.087808417997097238, "pct_lep_2050": 0.57318435754189945, "pct_below200_2050": 0.5740673668960522, "pct_disab_2050": 0.14270191959434989, "pct_zvhhs_2050": 0.73424327579285431, "pct_hus_rent50_2050": 0.21156162183861904, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.16456411221992098, "pct_minority_2040": 0.7975899077386559, "pct_spfam_2040": 0.102057613168724, "pct_lep_2040": 0.53314176245210709, "pct_below200_2040": 0.55921672001506295, "pct_disab_2040": 0.18678215025418901, "pct_zvhhs_2040": 0.74443528441879581, "pct_hus_rent50_2040": 0.238876889848812, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.412908000145123, 37.802183999716171 ], [ -122.412848999695598, 37.801892999820815 ], [ -122.412471000302119, 37.800032000339343 ], [ -122.412282999981159, 37.799095999679238 ], [ -122.411911000435467, 37.797245000154518 ], [ -122.41171899991653, 37.796291000160721 ], [ -122.408430999788322, 37.79670399971193 ], [ -122.405512999555981, 37.797065000027175 ], [ -122.406668000347693, 37.7978649999175 ], [ -122.407082999551065, 37.798152000196005 ], [ -122.407869000271859, 37.798696999812272 ], [ -122.409014000119527, 37.799490000306029 ], [ -122.411375999784852, 37.801125000064651 ], [ -122.412908000145123, 37.802183999716171 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010800", "NAME": "Census Tract 108", "state": "06", "county_fips": "075", "tract": "010800", "county_name": "San Francisco County", "tot_pop_2050": 4860, "tot_pop_pov_det_2050": 4860, "tot_pop_civ_ni_2050": 4860, "tot_hh_2050": 2466, "pop_zvhhs_2050": 1102, "tot_fam_2050": 910, "tot_pop_over5_2050": 4626, "pop_hus_rent50_2050": 256, "pop_minority_2050": 2651, "pop_over75_2050": 563, "pop_spfam_2050": 35, "pop_lep_2050": 637, "pop_below200_2050": 1088, "pop_disability_2050": 622, "pct_minority_2050": 0.54547325102880662, "pct_over75_2050": 0.11584362139917695, "pct_spfam_2050": 0.038461538461538464, "pct_lep_2050": 0.13769995676610464, "pct_below200_2050": 0.22386831275720165, "pct_disab_2050": 0.12798353909465021, "pct_zvhhs_2050": 0.44687753446877532, "pct_hus_rent50_2050": 0.1038118410381184, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088721489851433022, "pct_minority_2040": 0.57313245448838712, "pct_spfam_2040": 0.16666666666666699, "pct_lep_2040": 0.16482817140432801, "pct_below200_2040": 0.26721071353839698, "pct_disab_2040": 0.095835948943294003, "pct_zvhhs_2040": 0.44671294405879997, "pct_hus_rent50_2040": 0.15029635901778199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.417218000097336, 37.798471999748244 ], [ -122.416838999980641, 37.796596000316896 ], [ -122.416653000207816, 37.79566999978622 ], [ -122.416473000282778, 37.794777000335891 ], [ -122.416291999634481, 37.793892000231246 ], [ -122.415217999931954, 37.794029000178973 ], [ -122.411364000089307, 37.794526999812604 ], [ -122.41171899991653, 37.796291000160721 ], [ -122.411911000435467, 37.797245000154518 ], [ -122.412282999981159, 37.799095999679238 ], [ -122.417218000097336, 37.798471999748244 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075010900", "NAME": "Census Tract 109", "state": "06", "county_fips": "075", "tract": "010900", "county_name": "San Francisco County", "tot_pop_2050": 4510, "tot_pop_pov_det_2050": 4510, "tot_pop_civ_ni_2050": 4510, "tot_hh_2050": 2547, "pop_zvhhs_2050": 1168, "tot_fam_2050": 811, "tot_pop_over5_2050": 4464, "pop_hus_rent50_2050": 260, "pop_minority_2050": 1361, "pop_over75_2050": 341, "pop_spfam_2050": 21, "pop_lep_2050": 367, "pop_below200_2050": 751, "pop_disability_2050": 469, "pct_minority_2050": 0.30177383592017737, "pct_over75_2050": 0.075609756097560973, "pct_spfam_2050": 0.025893958076448828, "pct_lep_2050": 0.082213261648745525, "pct_below200_2050": 0.16651884700665187, "pct_disab_2050": 0.10399113082039912, "pct_zvhhs_2050": 0.45857872006281897, "pct_hus_rent50_2050": 0.10208087946603847, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076160337552742999, "pct_minority_2040": 0.35485232067510503, "pct_spfam_2040": 0.13596491228070198, "pct_lep_2040": 0.048013967699694994, "pct_below200_2040": 0.16518987341772198, "pct_disab_2040": 0.076793248945147996, "pct_zvhhs_2040": 0.466334164588529, "pct_hus_rent50_2040": 0.08462104488594599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.424274999679369, 37.799472000150224 ], [ -122.423704999766983, 37.796677999687979 ], [ -122.423481000359317, 37.795739000006726 ], [ -122.42176800024906, 37.795945000106805 ], [ -122.416838999980641, 37.796596000316896 ], [ -122.417218000097336, 37.798471999748244 ], [ -122.417384999603613, 37.799413999855062 ], [ -122.417587000168311, 37.80034099970721 ], [ -122.420768999991282, 37.799938999814785 ], [ -122.420882999794102, 37.799902000306247 ], [ -122.424274999679369, 37.799472000150224 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011000", "NAME": "Census Tract 110", "state": "06", "county_fips": "075", "tract": "011000", "county_name": "San Francisco County", "tot_pop_2050": 4792, "tot_pop_pov_det_2050": 4792, "tot_pop_civ_ni_2050": 4792, "tot_hh_2050": 2497, "pop_zvhhs_2050": 1350, "tot_fam_2050": 836, "tot_pop_over5_2050": 4718, "pop_hus_rent50_2050": 381, "pop_minority_2050": 2301, "pop_over75_2050": 315, "pop_spfam_2050": 8, "pop_lep_2050": 645, "pop_below200_2050": 778, "pop_disability_2050": 230, "pct_minority_2050": 0.48017529215358928, "pct_over75_2050": 0.065734557595993323, "pct_spfam_2050": 0.0095693779904306216, "pct_lep_2050": 0.13671047053836372, "pct_below200_2050": 0.16235392320534225, "pct_disab_2050": 0.047996661101836403, "pct_zvhhs_2050": 0.54064877853424109, "pct_hus_rent50_2050": 0.15258309971966361, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.059400339430510998, "pct_minority_2040": 0.53780878747878602, "pct_spfam_2040": 0.161036036036036, "pct_lep_2040": 0.146543423839784, "pct_below200_2040": 0.272864416368094, "pct_disab_2040": 0.059211766924382001, "pct_zvhhs_2040": 0.52152380952380994, "pct_hus_rent50_2040": 0.100817438692098, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.423481000359317, 37.795739000006726 ], [ -122.423282999992594, 37.794810000231017 ], [ -122.423143000250505, 37.793923000117339 ], [ -122.422800999943746, 37.792160999761343 ], [ -122.416113000432645, 37.79301400025571 ], [ -122.416291999634481, 37.793892000231246 ], [ -122.416473000282778, 37.794777000335891 ], [ -122.416653000207816, 37.79566999978622 ], [ -122.416838999980641, 37.796596000316896 ], [ -122.42176800024906, 37.795945000106805 ], [ -122.423481000359317, 37.795739000006726 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011100", "NAME": "Census Tract 111", "state": "06", "county_fips": "075", "tract": "011100", "county_name": "San Francisco County", "tot_pop_2050": 4778, "tot_pop_pov_det_2050": 4767, "tot_pop_civ_ni_2050": 4767, "tot_hh_2050": 3144, "pop_zvhhs_2050": 1959, "tot_fam_2050": 617, "tot_pop_over5_2050": 4645, "pop_hus_rent50_2050": 580, "pop_minority_2050": 2204, "pop_over75_2050": 313, "pop_spfam_2050": 21, "pop_lep_2050": 463, "pop_below200_2050": 937, "pop_disability_2050": 665, "pct_minority_2050": 0.46128087065717871, "pct_over75_2050": 0.065508580996232718, "pct_spfam_2050": 0.034035656401944885, "pct_lep_2050": 0.099677072120559762, "pct_below200_2050": 0.19655968114117892, "pct_disab_2050": 0.1395007342143906, "pct_zvhhs_2050": 0.62309160305343514, "pct_hus_rent50_2050": 0.18447837150127228, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.081725088617566, "pct_minority_2040": 0.45510043324143395, "pct_spfam_2040": 0.038834951456311002, "pct_lep_2040": 0.11350253807106599, "pct_below200_2040": 0.221957040572792, "pct_disab_2040": 0.126766249495357, "pct_zvhhs_2040": 0.63847429519071308, "pct_hus_rent50_2040": 0.18986463033668899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.422800999943746, 37.792160999761343 ], [ -122.422610999972932, 37.791276999794114 ], [ -122.42242000017724, 37.790357999659946 ], [ -122.422236999879118, 37.789399000285883 ], [ -122.422077000045562, 37.788473999986152 ], [ -122.415371999917724, 37.789320000018698 ], [ -122.415559000413793, 37.790253999804698 ], [ -122.415750000209485, 37.791205999897656 ], [ -122.415935999982338, 37.792132999815337 ], [ -122.416113000432645, 37.79301400025571 ], [ -122.422800999943746, 37.792160999761343 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011200", "NAME": "Census Tract 112", "state": "06", "county_fips": "075", "tract": "011200", "county_name": "San Francisco County", "tot_pop_2050": 3459, "tot_pop_pov_det_2050": 3459, "tot_pop_civ_ni_2050": 3459, "tot_hh_2050": 1920, "pop_zvhhs_2050": 688, "tot_fam_2050": 708, "tot_pop_over5_2050": 3435, "pop_hus_rent50_2050": 260, "pop_minority_2050": 1486, "pop_over75_2050": 368, "pop_spfam_2050": 0, "pop_lep_2050": 329, "pop_below200_2050": 604, "pop_disability_2050": 284, "pct_minority_2050": 0.42960393177218847, "pct_over75_2050": 0.1063891298063024, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.095778748180494921, "pct_below200_2050": 0.17461694131251804, "pct_disab_2050": 0.082104654524429027, "pct_zvhhs_2050": 0.35833333333333328, "pct_hus_rent50_2050": 0.13541666666666666, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10916179337232002, "pct_minority_2040": 0.490253411306043, "pct_spfam_2040": 0.10543657331136699, "pct_lep_2040": 0.12179487179487199, "pct_below200_2040": 0.29012345679012297, "pct_disab_2040": 0.11046133853151402, "pct_zvhhs_2040": 0.42707728065078399, "pct_hus_rent50_2040": 0.14726688102893901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.416291999634481, 37.793892000231246 ], [ -122.416113000432645, 37.79301400025571 ], [ -122.415935999982338, 37.792132999815337 ], [ -122.415750000209485, 37.791205999897656 ], [ -122.412461000256386, 37.791626999926464 ], [ -122.409170999580041, 37.792042999967826 ], [ -122.40954100037419, 37.793851999924001 ], [ -122.409722000124177, 37.79473699979787 ], [ -122.411364000089307, 37.794526999812604 ], [ -122.415217999931954, 37.794029000178973 ], [ -122.416291999634481, 37.793892000231246 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011300", "NAME": "Census Tract 113", "state": "06", "county_fips": "075", "tract": "011300", "county_name": "San Francisco County", "tot_pop_2050": 3046, "tot_pop_pov_det_2050": 3010, "tot_pop_civ_ni_2050": 3046, "tot_hh_2050": 1546, "pop_zvhhs_2050": 1188, "tot_fam_2050": 675, "tot_pop_over5_2050": 2927, "pop_hus_rent50_2050": 332, "pop_minority_2050": 2585, "pop_over75_2050": 737, "pop_spfam_2050": 83, "pop_lep_2050": 1429, "pop_below200_2050": 1434, "pop_disability_2050": 745, "pct_minority_2050": 0.84865397242284968, "pct_over75_2050": 0.24195666447800396, "pct_spfam_2050": 0.12296296296296295, "pct_lep_2050": 0.48821318756405868, "pct_below200_2050": 0.47641196013289039, "pct_disab_2050": 0.24458305975049244, "pct_zvhhs_2050": 0.76843467011642952, "pct_hus_rent50_2050": 0.2147477360931436, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.16677567037279301, "pct_minority_2040": 0.81098757357750206, "pct_spfam_2040": 0.064356435643564011, "pct_lep_2040": 0.43884892086330896, "pct_below200_2040": 0.56784417299438794, "pct_disab_2040": 0.229561805101373, "pct_zvhhs_2040": 0.802233902759527, "pct_hus_rent50_2040": 0.20276816608996498, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.41171899991653, 37.796291000160721 ], [ -122.411364000089307, 37.794526999812604 ], [ -122.409722000124177, 37.79473699979787 ], [ -122.40954100037419, 37.793851999924001 ], [ -122.409170999580041, 37.792042999967826 ], [ -122.407536000185914, 37.792248999725288 ], [ -122.407902999708739, 37.794060000007534 ], [ -122.40825300041142, 37.795824000148635 ], [ -122.408430999788322, 37.79670399971193 ], [ -122.41171899991653, 37.796291000160721 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011700", "NAME": "Census Tract 117", "state": "06", "county_fips": "075", "tract": "011700", "county_name": "San Francisco County", "tot_pop_2050": 1768, "tot_pop_pov_det_2050": 1714, "tot_pop_civ_ni_2050": 1768, "tot_hh_2050": 1019, "pop_zvhhs_2050": 785, "tot_fam_2050": 324, "tot_pop_over5_2050": 1727, "pop_hus_rent50_2050": 184, "pop_minority_2050": 1212, "pop_over75_2050": 163, "pop_spfam_2050": 22, "pop_lep_2050": 491, "pop_below200_2050": 549, "pop_disability_2050": 314, "pct_minority_2050": 0.68552036199095023, "pct_over75_2050": 0.092194570135746598, "pct_spfam_2050": 0.067901234567901231, "pct_lep_2050": 0.28430804863925885, "pct_below200_2050": 0.32030338389731622, "pct_disab_2050": 0.17760180995475114, "pct_zvhhs_2050": 0.77036310107948969, "pct_hus_rent50_2050": 0.18056918547595679, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.074337427278603999, "pct_minority_2040": 0.69747899159663895, "pct_spfam_2040": 0.073593073593074015, "pct_lep_2040": 0.19842312746386301, "pct_below200_2040": 0.37859531772575294, "pct_disab_2040": 0.18681318681318695, "pct_zvhhs_2040": 0.58259911894273098, "pct_hus_rent50_2040": 0.22635135135135104, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.40878599961556, 37.790160000205468 ], [ -122.408402000374323, 37.788293000218417 ], [ -122.408226999573841, 37.78735899978345 ], [ -122.407853000378338, 37.785492000022593 ], [ -122.407450999797092, 37.784603999893598 ], [ -122.406061999551966, 37.785757000311676 ], [ -122.399194999940732, 37.791057999874106 ], [ -122.396315000241543, 37.793336999978706 ], [ -122.396586000403204, 37.794588000265335 ], [ -122.400148999992695, 37.794133999889226 ], [ -122.404612999930706, 37.793564999976923 ], [ -122.404417999937024, 37.792638999788373 ], [ -122.407536000185914, 37.792248999725288 ], [ -122.407340000367356, 37.791296000054793 ], [ -122.407148999673339, 37.790366000243466 ], [ -122.40878599961556, 37.790160000205468 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011800", "NAME": "Census Tract 118", "state": "06", "county_fips": "075", "tract": "011800", "county_name": "San Francisco County", "tot_pop_2050": 1477, "tot_pop_pov_det_2050": 1477, "tot_pop_civ_ni_2050": 1477, "tot_hh_2050": 735, "pop_zvhhs_2050": 605, "tot_fam_2050": 370, "tot_pop_over5_2050": 1426, "pop_hus_rent50_2050": 173, "pop_minority_2050": 1338, "pop_over75_2050": 250, "pop_spfam_2050": 37, "pop_lep_2050": 710, "pop_below200_2050": 780, "pop_disability_2050": 204, "pct_minority_2050": 0.90589031821259325, "pct_over75_2050": 0.16926201760324985, "pct_spfam_2050": 0.1, "pct_lep_2050": 0.49789621318373067, "pct_below200_2050": 0.52809749492213942, "pct_disab_2050": 0.13811780636425186, "pct_zvhhs_2050": 0.8231292517006803, "pct_hus_rent50_2050": 0.23537414965986395, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.11896551724137901, "pct_minority_2040": 0.93275862068965509, "pct_spfam_2040": 0.19897959183673497, "pct_lep_2040": 0.54453681710213797, "pct_below200_2040": 0.72931034482758594, "pct_disab_2040": 0.15574712643678199, "pct_zvhhs_2040": 0.83381924198250712, "pct_hus_rent50_2040": 0.27164179104477598, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.407902999708739, 37.794060000007534 ], [ -122.407536000185914, 37.792248999725288 ], [ -122.404417999937024, 37.792638999788373 ], [ -122.404612999930706, 37.793564999976923 ], [ -122.404796000228799, 37.794453000324538 ], [ -122.407902999708739, 37.794060000007534 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011901", "NAME": "Census Tract 119.01", "state": "06", "county_fips": "075", "tract": "011901", "county_name": "San Francisco County", "tot_pop_2050": 2674, "tot_pop_pov_det_2050": 2390, "tot_pop_civ_ni_2050": 2674, "tot_hh_2050": 1534, "pop_zvhhs_2050": 767, "tot_fam_2050": 452, "tot_pop_over5_2050": 2674, "pop_hus_rent50_2050": 192, "pop_minority_2050": 1180, "pop_over75_2050": 136, "pop_spfam_2050": 9, "pop_lep_2050": 13, "pop_below200_2050": 271, "pop_disability_2050": 118, "pct_minority_2050": 0.44128646222887058, "pct_over75_2050": 0.050860134629768135, "pct_spfam_2050": 0.019911504424778761, "pct_lep_2050": 0.0048616305160807784, "pct_below200_2050": 0.11338912133891213, "pct_disab_2050": 0.044128646222887057, "pct_zvhhs_2050": 0.5, "pct_hus_rent50_2050": 0.12516297262059975, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067636649626426001, "pct_minority_2040": 0.49823043649233201, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.045400710619817999, "pct_below200_2040": 0.269046582498912, "pct_disab_2040": 0.11049941014549698, "pct_zvhhs_2040": 0.52835223482321503, "pct_hus_rent50_2040": 0.116766467065868, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.415750000209485, 37.791205999897656 ], [ -122.415559000413793, 37.790253999804698 ], [ -122.415371999917724, 37.789320000018698 ], [ -122.412076000291904, 37.789739999885896 ], [ -122.412266000262704, 37.790672999796087 ], [ -122.412461000256386, 37.791626999926464 ], [ -122.415750000209485, 37.791205999897656 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075011902", "NAME": "Census Tract 119.02", "state": "06", "county_fips": "075", "tract": "011902", "county_name": "San Francisco County", "tot_pop_2050": 2813, "tot_pop_pov_det_2050": 2813, "tot_pop_civ_ni_2050": 2813, "tot_hh_2050": 1748, "pop_zvhhs_2050": 1245, "tot_fam_2050": 387, "tot_pop_over5_2050": 2730, "pop_hus_rent50_2050": 239, "pop_minority_2050": 1295, "pop_over75_2050": 133, "pop_spfam_2050": 9, "pop_lep_2050": 189, "pop_below200_2050": 562, "pop_disability_2050": 183, "pct_minority_2050": 0.46036260220405262, "pct_over75_2050": 0.047280483469605401, "pct_spfam_2050": 0.023255813953488368, "pct_lep_2050": 0.069230769230769221, "pct_below200_2050": 0.1997867045858514, "pct_disab_2050": 0.065055101315321731, "pct_zvhhs_2050": 0.71224256292906174, "pct_hus_rent50_2050": 0.13672768878718536, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052952380952381001, "pct_minority_2040": 0.56380952380952398, "pct_spfam_2040": 0.18978102189780999, "pct_lep_2040": 0.081923076923077001, "pct_below200_2040": 0.38476190476190503, "pct_disab_2040": 0.077714285714285999, "pct_zvhhs_2040": 0.74214202561117593, "pct_hus_rent50_2040": 0.2075, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.412461000256386, 37.791626999926464 ], [ -122.412266000262704, 37.790672999796087 ], [ -122.412076000291904, 37.789739999885896 ], [ -122.40878599961556, 37.790160000205468 ], [ -122.407148999673339, 37.790366000243466 ], [ -122.407340000367356, 37.791296000054793 ], [ -122.407536000185914, 37.792248999725288 ], [ -122.409170999580041, 37.792042999967826 ], [ -122.412461000256386, 37.791626999926464 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012000", "NAME": "Census Tract 120", "state": "06", "county_fips": "075", "tract": "012000", "county_name": "San Francisco County", "tot_pop_2050": 3993, "tot_pop_pov_det_2050": 3960, "tot_pop_civ_ni_2050": 3993, "tot_hh_2050": 2484, "pop_zvhhs_2050": 1852, "tot_fam_2050": 646, "tot_pop_over5_2050": 3962, "pop_hus_rent50_2050": 612, "pop_minority_2050": 2435, "pop_over75_2050": 132, "pop_spfam_2050": 52, "pop_lep_2050": 463, "pop_below200_2050": 1471, "pop_disability_2050": 548, "pct_minority_2050": 0.60981718006511398, "pct_over75_2050": 0.033057851239669415, "pct_spfam_2050": 0.080495356037151702, "pct_lep_2050": 0.11686017163048965, "pct_below200_2050": 0.37146464646464639, "pct_disab_2050": 0.13724017029802155, "pct_zvhhs_2050": 0.74557165861513686, "pct_hus_rent50_2050": 0.24637681159420291, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.071007577883805989, "pct_minority_2040": 0.539713724389559, "pct_spfam_2040": 0.31782945736434104, "pct_lep_2040": 0.093493552168815997, "pct_below200_2040": 0.47137188208616793, "pct_disab_2040": 0.078866124052764011, "pct_zvhhs_2040": 0.83515198752922803, "pct_hus_rent50_2040": 0.30789133247089301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.422077000045562, 37.788473999986152 ], [ -122.421857999762466, 37.787534999685683 ], [ -122.421461000102411, 37.786631999714693 ], [ -122.418270999883489, 37.787038000076301 ], [ -122.414995000349165, 37.787453999685944 ], [ -122.41518500031998, 37.788388000340063 ], [ -122.415371999917724, 37.789320000018698 ], [ -122.422077000045562, 37.788473999986152 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012100", "NAME": "Census Tract 121", "state": "06", "county_fips": "075", "tract": "012100", "county_name": "San Francisco County", "tot_pop_2050": 4002, "tot_pop_pov_det_2050": 3407, "tot_pop_civ_ni_2050": 4002, "tot_hh_2050": 2176, "pop_zvhhs_2050": 1674, "tot_fam_2050": 351, "tot_pop_over5_2050": 3920, "pop_hus_rent50_2050": 446, "pop_minority_2050": 2251, "pop_over75_2050": 155, "pop_spfam_2050": 17, "pop_lep_2050": 237, "pop_below200_2050": 874, "pop_disability_2050": 227, "pct_minority_2050": 0.56246876561719139, "pct_over75_2050": 0.038730634682658666, "pct_spfam_2050": 0.04843304843304843, "pct_lep_2050": 0.060459183673469384, "pct_below200_2050": 0.25653067214558262, "pct_disab_2050": 0.056721639180409802, "pct_zvhhs_2050": 0.76930147058823528, "pct_hus_rent50_2050": 0.20496323529411764, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.061919504643963001, "pct_minority_2040": 0.48968008255933998, "pct_spfam_2040": 0.10271903323262802, "pct_lep_2040": 0.080010357327809006, "pct_below200_2040": 0.37185628742515003, "pct_disab_2040": 0.10887512899896801, "pct_zvhhs_2040": 0.83677051338306296, "pct_hus_rent50_2040": 0.28218048557031605, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.415371999917724, 37.789320000018698 ], [ -122.41518500031998, 37.788388000340063 ], [ -122.414995000349165, 37.787453999685944 ], [ -122.413354000208969, 37.787663999896417 ], [ -122.411698999825063, 37.787871999651834 ], [ -122.408402000374323, 37.788293000218417 ], [ -122.40878599961556, 37.790160000205468 ], [ -122.412076000291904, 37.789739999885896 ], [ -122.415371999917724, 37.789320000018698 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012201", "NAME": "Census Tract 122.01", "state": "06", "county_fips": "075", "tract": "012201", "county_name": "San Francisco County", "tot_pop_2050": 4638, "tot_pop_pov_det_2050": 4638, "tot_pop_civ_ni_2050": 4638, "tot_hh_2050": 2683, "pop_zvhhs_2050": 2251, "tot_fam_2050": 599, "tot_pop_over5_2050": 4529, "pop_hus_rent50_2050": 570, "pop_minority_2050": 2990, "pop_over75_2050": 141, "pop_spfam_2050": 13, "pop_lep_2050": 447, "pop_below200_2050": 1548, "pop_disability_2050": 602, "pct_minority_2050": 0.64467442863303148, "pct_over75_2050": 0.030401034928848637, "pct_spfam_2050": 0.021702838063439062, "pct_lep_2050": 0.098697284168690641, "pct_below200_2050": 0.33376455368693403, "pct_disab_2050": 0.12979732643380767, "pct_zvhhs_2050": 0.83898620946701452, "pct_hus_rent50_2050": 0.21244875139768915, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.069055944055944007, "pct_minority_2040": 0.69645979020978999, "pct_spfam_2040": 0.083109919571045993, "pct_lep_2040": 0.16666666666666699, "pct_below200_2040": 0.46153846153846206, "pct_disab_2040": 0.21940559440559398, "pct_zvhhs_2040": 0.79422788605697092, "pct_hus_rent50_2040": 0.32304129679660404, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.418270999883489, 37.787038000076301 ], [ -122.417900999987651, 37.785167000152391 ], [ -122.41770699981889, 37.784236000256534 ], [ -122.416072000424776, 37.784448999953433 ], [ -122.414429999561335, 37.78465700023829 ], [ -122.414617000057405, 37.785582000039796 ], [ -122.414995000349165, 37.787453999685944 ], [ -122.418270999883489, 37.787038000076301 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012202", "NAME": "Census Tract 122.02", "state": "06", "county_fips": "075", "tract": "012202", "county_name": "San Francisco County", "tot_pop_2050": 3525, "tot_pop_pov_det_2050": 3525, "tot_pop_civ_ni_2050": 3515, "tot_hh_2050": 1631, "pop_zvhhs_2050": 1302, "tot_fam_2050": 408, "tot_pop_over5_2050": 3468, "pop_hus_rent50_2050": 555, "pop_minority_2050": 2452, "pop_over75_2050": 146, "pop_spfam_2050": 13, "pop_lep_2050": 625, "pop_below200_2050": 1968, "pop_disability_2050": 831, "pct_minority_2050": 0.69560283687943258, "pct_over75_2050": 0.04141843971631206, "pct_spfam_2050": 0.031862745098039214, "pct_lep_2050": 0.18021914648212226, "pct_below200_2050": 0.55829787234042549, "pct_disab_2050": 0.23641536273115221, "pct_zvhhs_2050": 0.79828326180257514, "pct_hus_rent50_2050": 0.3402820355610055, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.023059434881454999, "pct_minority_2040": 0.67586878856771704, "pct_spfam_2040": 0.39111111111111102, "pct_lep_2040": 0.18595450049456, "pct_below200_2040": 0.57681065280935395, "pct_disab_2040": 0.20526144852224695, "pct_zvhhs_2040": 0.81672025723472697, "pct_hus_rent50_2040": 0.40995907230559298, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.421461000102411, 37.786631999714693 ], [ -122.421256000062996, 37.784744999909556 ], [ -122.421068999566927, 37.78381600034551 ], [ -122.41770699981889, 37.784236000256534 ], [ -122.417900999987651, 37.785167000152391 ], [ -122.418270999883489, 37.787038000076301 ], [ -122.421461000102411, 37.786631999714693 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012301", "NAME": "Census Tract 123.01", "state": "06", "county_fips": "075", "tract": "012301", "county_name": "San Francisco County", "tot_pop_2050": 2116, "tot_pop_pov_det_2050": 2116, "tot_pop_civ_ni_2050": 2116, "tot_hh_2050": 1233, "pop_zvhhs_2050": 1016, "tot_fam_2050": 281, "tot_pop_over5_2050": 2025, "pop_hus_rent50_2050": 386, "pop_minority_2050": 1562, "pop_over75_2050": 161, "pop_spfam_2050": 32, "pop_lep_2050": 583, "pop_below200_2050": 1318, "pop_disability_2050": 654, "pct_minority_2050": 0.73818525519848777, "pct_over75_2050": 0.076086956521739135, "pct_spfam_2050": 0.11387900355871886, "pct_lep_2050": 0.28790123456790123, "pct_below200_2050": 0.62287334593572774, "pct_disab_2050": 0.30907372400756145, "pct_zvhhs_2050": 0.82400648824006484, "pct_hus_rent50_2050": 0.31305758313057586, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.14916201117318401, "pct_minority_2040": 0.6916201117318439, "pct_spfam_2040": 0.27306273062730602, "pct_lep_2040": 0.35421412300683403, "pct_below200_2040": 0.73854748603351994, "pct_disab_2040": 0.36312849162011207, "pct_zvhhs_2040": 0.90065146579804589, "pct_hus_rent50_2040": 0.37381567614125805, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.414617000057405, 37.785582000039796 ], [ -122.414429999561335, 37.78465700023829 ], [ -122.412781999748432, 37.784866000262582 ], [ -122.411139999783316, 37.785074999695837 ], [ -122.407853000378338, 37.785492000022593 ], [ -122.408226999573841, 37.78735899978345 ], [ -122.411516000425266, 37.786940000168705 ], [ -122.411325999556141, 37.78599600012712 ], [ -122.412970000069393, 37.785789999975719 ], [ -122.414617000057405, 37.785582000039796 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012302", "NAME": "Census Tract 123.02", "state": "06", "county_fips": "075", "tract": "012302", "county_name": "San Francisco County", "tot_pop_2050": 2621, "tot_pop_pov_det_2050": 2621, "tot_pop_civ_ni_2050": 2621, "tot_hh_2050": 1943, "pop_zvhhs_2050": 1633, "tot_fam_2050": 228, "tot_pop_over5_2050": 2598, "pop_hus_rent50_2050": 530, "pop_minority_2050": 1568, "pop_over75_2050": 130, "pop_spfam_2050": 31, "pop_lep_2050": 129, "pop_below200_2050": 906, "pop_disability_2050": 388, "pct_minority_2050": 0.59824494467760392, "pct_over75_2050": 0.049599389545974822, "pct_spfam_2050": 0.13596491228070176, "pct_lep_2050": 0.049653579676674366, "pct_below200_2050": 0.34566959175887069, "pct_disab_2050": 0.14803510110644791, "pct_zvhhs_2050": 0.84045290787442084, "pct_hus_rent50_2050": 0.2727740607308286, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.035345512311357997, "pct_minority_2040": 0.59372517871326402, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.039398862713240994, "pct_below200_2040": 0.50848827809215802, "pct_disab_2040": 0.13423351866560801, "pct_zvhhs_2040": 0.85946248600224007, "pct_hus_rent50_2040": 0.28838451268357801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.414995000349165, 37.787453999685944 ], [ -122.414617000057405, 37.785582000039796 ], [ -122.412970000069393, 37.785789999975719 ], [ -122.411325999556141, 37.78599600012712 ], [ -122.411516000425266, 37.786940000168705 ], [ -122.408226999573841, 37.78735899978345 ], [ -122.408402000374323, 37.788293000218417 ], [ -122.411698999825063, 37.787871999651834 ], [ -122.413354000208969, 37.787663999896417 ], [ -122.414995000349165, 37.787453999685944 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012401", "NAME": "Census Tract 124.01", "state": "06", "county_fips": "075", "tract": "012401", "county_name": "San Francisco County", "tot_pop_2050": 4782, "tot_pop_pov_det_2050": 4782, "tot_pop_civ_ni_2050": 4782, "tot_hh_2050": 2749, "pop_zvhhs_2050": 2138, "tot_fam_2050": 725, "tot_pop_over5_2050": 4521, "pop_hus_rent50_2050": 878, "pop_minority_2050": 3424, "pop_over75_2050": 166, "pop_spfam_2050": 110, "pop_lep_2050": 785, "pop_below200_2050": 2284, "pop_disability_2050": 1021, "pct_minority_2050": 0.71601840234211622, "pct_over75_2050": 0.034713508992053534, "pct_spfam_2050": 0.15172413793103448, "pct_lep_2050": 0.17363415173634153, "pct_below200_2050": 0.47762442492680879, "pct_disab_2050": 0.21350899205353407, "pct_zvhhs_2050": 0.7777373590396508, "pct_hus_rent50_2050": 0.31938886867951982, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031649685670929996, "pct_minority_2040": 0.78105354433123797, "pct_spfam_2040": 0.26941362916006301, "pct_lep_2040": 0.26032110091743105, "pct_below200_2040": 0.75509761388286289, "pct_disab_2040": 0.22328202904834199, "pct_zvhhs_2040": 0.86325852036575212, "pct_hus_rent50_2040": 0.45869947275922707, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.41770699981889, 37.784236000256534 ], [ -122.417338999572848, 37.782378999732984 ], [ -122.417146000127303, 37.781446999845599 ], [ -122.415504999987107, 37.781653999690839 ], [ -122.413866000395032, 37.781862999687256 ], [ -122.41405399981771, 37.782793999656093 ], [ -122.414242000138671, 37.783724000337109 ], [ -122.414429999561335, 37.78465700023829 ], [ -122.416072000424776, 37.784448999953433 ], [ -122.41770699981889, 37.784236000256534 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012402", "NAME": "Census Tract 124.02", "state": "06", "county_fips": "075", "tract": "012402", "county_name": "San Francisco County", "tot_pop_2050": 4320, "tot_pop_pov_det_2050": 4018, "tot_pop_civ_ni_2050": 4320, "tot_hh_2050": 2643, "pop_zvhhs_2050": 1908, "tot_fam_2050": 537, "tot_pop_over5_2050": 4188, "pop_hus_rent50_2050": 587, "pop_minority_2050": 2869, "pop_over75_2050": 186, "pop_spfam_2050": 75, "pop_lep_2050": 471, "pop_below200_2050": 1289, "pop_disability_2050": 715, "pct_minority_2050": 0.66412037037037042, "pct_over75_2050": 0.043055555555555562, "pct_spfam_2050": 0.13966480446927373, "pct_lep_2050": 0.11246418338108882, "pct_below200_2050": 0.3208063713290194, "pct_disab_2050": 0.16550925925925927, "pct_zvhhs_2050": 0.72190692395005673, "pct_hus_rent50_2050": 0.22209610291335605, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.064544650751547, "pct_minority_2040": 0.59062776304155606, "pct_spfam_2040": 0.064853556485355998, "pct_lep_2040": 0.14564290067032301, "pct_below200_2040": 0.44746317512275002, "pct_disab_2040": 0.20866489832007104, "pct_zvhhs_2040": 0.74734299516908198, "pct_hus_rent50_2040": 0.37196631996037605, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.421068999566927, 37.78381600034551 ], [ -122.420688999625355, 37.781954999882217 ], [ -122.42035800008756, 37.78007200008129 ], [ -122.419764999710623, 37.777291000042716 ], [ -122.419358999829754, 37.775432000221748 ], [ -122.419333999715406, 37.77521000026362 ], [ -122.419219000087665, 37.775316000186052 ], [ -122.418704000426857, 37.775644999727668 ], [ -122.41761499975739, 37.776599999742473 ], [ -122.416291999634481, 37.777493999887838 ], [ -122.413365000079637, 37.779862000308178 ], [ -122.413866000395032, 37.781862999687256 ], [ -122.415504999987107, 37.781653999690839 ], [ -122.417146000127303, 37.781446999845599 ], [ -122.417338999572848, 37.782378999732984 ], [ -122.41770699981889, 37.784236000256534 ], [ -122.421068999566927, 37.78381600034551 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012501", "NAME": "Census Tract 125.01", "state": "06", "county_fips": "075", "tract": "012501", "county_name": "San Francisco County", "tot_pop_2050": 4002, "tot_pop_pov_det_2050": 3921, "tot_pop_civ_ni_2050": 4002, "tot_hh_2050": 2259, "pop_zvhhs_2050": 1877, "tot_fam_2050": 728, "tot_pop_over5_2050": 3869, "pop_hus_rent50_2050": 602, "pop_minority_2050": 2925, "pop_over75_2050": 228, "pop_spfam_2050": 169, "pop_lep_2050": 877, "pop_below200_2050": 2692, "pop_disability_2050": 1315, "pct_minority_2050": 0.73088455772113947, "pct_over75_2050": 0.056971514242878565, "pct_spfam_2050": 0.23214285714285715, "pct_lep_2050": 0.22667355905918846, "pct_below200_2050": 0.68655955113491451, "pct_disab_2050": 0.32858570714642682, "pct_zvhhs_2050": 0.83089862771137668, "pct_hus_rent50_2050": 0.26648959716688803, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.089089371299690009, "pct_minority_2040": 0.72568367634620801, "pct_spfam_2040": 0.11191335740072199, "pct_lep_2040": 0.26885150812064995, "pct_below200_2040": 0.79475353127702508, "pct_disab_2040": 0.42489391796322495, "pct_zvhhs_2040": 0.82900136798905599, "pct_hus_rent50_2040": 0.36839554047503598, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.41405399981771, 37.782793999656093 ], [ -122.413866000395032, 37.781862999687256 ], [ -122.413365000079637, 37.779862000308178 ], [ -122.412548000295018, 37.780507999720115 ], [ -122.410336000417516, 37.782244999855479 ], [ -122.408952000195228, 37.78328799978933 ], [ -122.408104000448489, 37.784019999647022 ], [ -122.407450999797092, 37.784603999893598 ], [ -122.407853000378338, 37.785492000022593 ], [ -122.411139999783316, 37.785074999695837 ], [ -122.410952000360638, 37.784140999767125 ], [ -122.410764999864568, 37.783213999695057 ], [ -122.41405399981771, 37.782793999656093 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012502", "NAME": "Census Tract 125.02", "state": "06", "county_fips": "075", "tract": "012502", "county_name": "San Francisco County", "tot_pop_2050": 3584, "tot_pop_pov_det_2050": 3424, "tot_pop_civ_ni_2050": 3424, "tot_hh_2050": 2208, "pop_zvhhs_2050": 1957, "tot_fam_2050": 521, "tot_pop_over5_2050": 3452, "pop_hus_rent50_2050": 341, "pop_minority_2050": 2934, "pop_over75_2050": 600, "pop_spfam_2050": 10, "pop_lep_2050": 1280, "pop_below200_2050": 2140, "pop_disability_2050": 1253, "pct_minority_2050": 0.8186383928571429, "pct_over75_2050": 0.16741071428571427, "pct_spfam_2050": 0.019193857965451054, "pct_lep_2050": 0.3707995365005794, "pct_below200_2050": 0.625, "pct_disab_2050": 0.36594626168224298, "pct_zvhhs_2050": 0.88632246376811596, "pct_hus_rent50_2050": 0.15443840579710144, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.12063106796116499, "pct_minority_2040": 0.86820388349514599, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.38788627935723102, "pct_below200_2040": 0.72512690355329901, "pct_disab_2040": 0.327217893943202, "pct_zvhhs_2040": 0.90091743119266088, "pct_hus_rent50_2040": 0.245254745254745, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.414429999561335, 37.78465700023829 ], [ -122.414242000138671, 37.783724000337109 ], [ -122.41405399981771, 37.782793999656093 ], [ -122.410764999864568, 37.783213999695057 ], [ -122.410952000360638, 37.784140999767125 ], [ -122.411139999783316, 37.785074999695837 ], [ -122.412781999748432, 37.784866000262582 ], [ -122.414429999561335, 37.78465700023829 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012601", "NAME": "Census Tract 126.01", "state": "06", "county_fips": "075", "tract": "012601", "county_name": "San Francisco County", "tot_pop_2050": 2630, "tot_pop_pov_det_2050": 2630, "tot_pop_civ_ni_2050": 2617, "tot_hh_2050": 1568, "pop_zvhhs_2050": 464, "tot_fam_2050": 496, "tot_pop_over5_2050": 2424, "pop_hus_rent50_2050": 195, "pop_minority_2050": 623, "pop_over75_2050": 111, "pop_spfam_2050": 13, "pop_lep_2050": 25, "pop_below200_2050": 195, "pop_disability_2050": 124, "pct_minority_2050": 0.23688212927756649, "pct_over75_2050": 0.042205323193916351, "pct_spfam_2050": 0.02620967741935484, "pct_lep_2050": 0.010313531353135312, "pct_below200_2050": 0.074144486692015205, "pct_disab_2050": 0.047382499044707684, "pct_zvhhs_2050": 0.29591836734693883, "pct_hus_rent50_2050": 0.1243622448979592, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054421768707482998, "pct_minority_2040": 0.21888755502200899, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.013763440860215, "pct_below200_2040": 0.071228491396558999, "pct_disab_2040": 0.044417767106842997, "pct_zvhhs_2040": 0.25081221572449597, "pct_hus_rent50_2040": 0.14324507807196199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.441905000373893, 37.80374399998621 ], [ -122.441753999862854, 37.802985000319318 ], [ -122.441368000073467, 37.801126000169347 ], [ -122.441177000277762, 37.800189999885866 ], [ -122.436273999948611, 37.800814000209776 ], [ -122.436798999655153, 37.802714999651094 ], [ -122.437137999588884, 37.804351999830573 ], [ -122.441905000373893, 37.80374399998621 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012602", "NAME": "Census Tract 126.02", "state": "06", "county_fips": "075", "tract": "012602", "county_name": "San Francisco County", "tot_pop_2050": 2688, "tot_pop_pov_det_2050": 2688, "tot_pop_civ_ni_2050": 2688, "tot_hh_2050": 1512, "pop_zvhhs_2050": 320, "tot_fam_2050": 499, "tot_pop_over5_2050": 2479, "pop_hus_rent50_2050": 186, "pop_minority_2050": 481, "pop_over75_2050": 183, "pop_spfam_2050": 42, "pop_lep_2050": 57, "pop_below200_2050": 297, "pop_disability_2050": 167, "pct_minority_2050": 0.17894345238095238, "pct_over75_2050": 0.068080357142857137, "pct_spfam_2050": 0.084168336673346694, "pct_lep_2050": 0.022993142396127472, "pct_below200_2050": 0.11049107142857142, "pct_disab_2050": 0.062127976190476185, "pct_zvhhs_2050": 0.21164021164021166, "pct_hus_rent50_2050": 0.123015873015873, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063527894227667997, "pct_minority_2040": 0.15607868429538901, "pct_spfam_2040": 0.17322834645669299, "pct_lep_2040": 0.048381601362862001, "pct_below200_2040": 0.072879716220574001, "pct_disab_2040": 0.065140277329894011, "pct_zvhhs_2040": 0.132551319648094, "pct_hus_rent50_2040": 0.06992163954189301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.441908999673558, 37.807315999787178 ], [ -122.441905000373893, 37.80374399998621 ], [ -122.437137999588884, 37.804351999830573 ], [ -122.436798999655153, 37.802714999651094 ], [ -122.431678999591043, 37.803267000200037 ], [ -122.430045000021849, 37.803518000318306 ], [ -122.425208999639835, 37.80413300034197 ], [ -122.425627999939493, 37.80645600025791 ], [ -122.426612999953576, 37.808151999721943 ], [ -122.426670999679914, 37.809638999649295 ], [ -122.42487599955389, 37.810799000248451 ], [ -122.425041162005414, 37.811001508483308 ], [ -122.425941999758834, 37.81097900026213 ], [ -122.439690935269539, 37.808681154046589 ], [ -122.441908999673558, 37.807315999787178 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012700", "NAME": "Census Tract 127", "state": "06", "county_fips": "075", "tract": "012700", "county_name": "San Francisco County", "tot_pop_2050": 4027, "tot_pop_pov_det_2050": 4027, "tot_pop_civ_ni_2050": 4027, "tot_hh_2050": 2228, "pop_zvhhs_2050": 449, "tot_fam_2050": 684, "tot_pop_over5_2050": 3940, "pop_hus_rent50_2050": 152, "pop_minority_2050": 913, "pop_over75_2050": 454, "pop_spfam_2050": 26, "pop_lep_2050": 30, "pop_below200_2050": 335, "pop_disability_2050": 204, "pct_minority_2050": 0.22671964241370751, "pct_over75_2050": 0.11273901167121927, "pct_spfam_2050": 0.038011695906432746, "pct_lep_2050": 0.0076142131979695434, "pct_below200_2050": 0.083188477775018629, "pct_disab_2050": 0.050658058107772533, "pct_zvhhs_2050": 0.20152603231597849, "pct_hus_rent50_2050": 0.06822262118491923, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061468866418308003, "pct_minority_2040": 0.17296434273549802, "pct_spfam_2040": 0.035582822085890004, "pct_lep_2040": 0.0, "pct_below200_2040": 0.11575306013837101, "pct_disab_2040": 0.100851516764236, "pct_zvhhs_2040": 0.121882352941176, "pct_hus_rent50_2040": 0.152122079160706, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.448241129788187, 37.807252168761444 ], [ -122.449178999690929, 37.802074000341776 ], [ -122.44781999958299, 37.801632999688451 ], [ -122.447465999580672, 37.799390000331513 ], [ -122.441177000277762, 37.800189999885866 ], [ -122.441368000073467, 37.801126000169347 ], [ -122.441753999862854, 37.802985000319318 ], [ -122.441905000373893, 37.80374399998621 ], [ -122.441908999673558, 37.807315999787178 ], [ -122.439690935269539, 37.808681154046589 ], [ -122.448241129788187, 37.807252168761444 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012800", "NAME": "Census Tract 128", "state": "06", "county_fips": "075", "tract": "012800", "county_name": "San Francisco County", "tot_pop_2050": 4436, "tot_pop_pov_det_2050": 4436, "tot_pop_civ_ni_2050": 4436, "tot_hh_2050": 2295, "pop_zvhhs_2050": 498, "tot_fam_2050": 746, "tot_pop_over5_2050": 4074, "pop_hus_rent50_2050": 278, "pop_minority_2050": 872, "pop_over75_2050": 225, "pop_spfam_2050": 71, "pop_lep_2050": 121, "pop_below200_2050": 579, "pop_disability_2050": 350, "pct_minority_2050": 0.19657348963029755, "pct_over75_2050": 0.050721370604147879, "pct_spfam_2050": 0.095174262734584444, "pct_lep_2050": 0.029700540009818362, "pct_below200_2050": 0.13052299368800721, "pct_disab_2050": 0.07889990982867448, "pct_zvhhs_2050": 0.21699346405228759, "pct_hus_rent50_2050": 0.12113289760348585, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047677261613691999, "pct_minority_2040": 0.26487367563162195, "pct_spfam_2040": 0.091557669441141992, "pct_lep_2040": 0.013129573826948, "pct_below200_2040": 0.114710676446618, "pct_disab_2040": 0.056438467807661, "pct_zvhhs_2040": 0.16106268161062698, "pct_hus_rent50_2040": 0.077898550724637999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.447465999580672, 37.799390000331513 ], [ -122.44730300027237, 37.798459000048496 ], [ -122.447015000392298, 37.796579000332059 ], [ -122.446728000337117, 37.794706000253377 ], [ -122.440234000096453, 37.795533000042099 ], [ -122.438591000306417, 37.795740999652089 ], [ -122.43695000016622, 37.795949000096186 ], [ -122.437325999909874, 37.797810999668734 ], [ -122.435678000096942, 37.798021000256668 ], [ -122.436273999948611, 37.800814000209776 ], [ -122.441177000277762, 37.800189999885866 ], [ -122.447465999580672, 37.799390000331513 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012901", "NAME": "Census Tract 129.01", "state": "06", "county_fips": "075", "tract": "012901", "county_name": "San Francisco County", "tot_pop_2050": 2661, "tot_pop_pov_det_2050": 2650, "tot_pop_civ_ni_2050": 2650, "tot_hh_2050": 1496, "pop_zvhhs_2050": 425, "tot_fam_2050": 466, "tot_pop_over5_2050": 2503, "pop_hus_rent50_2050": 137, "pop_minority_2050": 547, "pop_over75_2050": 85, "pop_spfam_2050": 0, "pop_lep_2050": 34, "pop_below200_2050": 175, "pop_disability_2050": 125, "pct_minority_2050": 0.20556181886508831, "pct_over75_2050": 0.031942878617061264, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.013583699560527369, "pct_below200_2050": 0.066037735849056603, "pct_disab_2050": 0.04716981132075472, "pct_zvhhs_2050": 0.28409090909090912, "pct_hus_rent50_2050": 0.091577540106951877, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040958268933539002, "pct_minority_2040": 0.22874806800618203, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.011721907841552, "pct_below200_2040": 0.060512024825446001, "pct_disab_2040": 0.049921996879874996, "pct_zvhhs_2040": 0.246308724832215, "pct_hus_rent50_2040": 0.066171505739364991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.430045000021849, 37.803518000318306 ], [ -122.42966699973006, 37.801654000320077 ], [ -122.429290000161529, 37.799787999881467 ], [ -122.42446399982525, 37.800402000327786 ], [ -122.424835000444332, 37.802268000160574 ], [ -122.425208999639835, 37.80413300034197 ], [ -122.430045000021849, 37.803518000318306 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075012902", "NAME": "Census Tract 129.02", "state": "06", "county_fips": "075", "tract": "012902", "county_name": "San Francisco County", "tot_pop_2050": 4026, "tot_pop_pov_det_2050": 3943, "tot_pop_civ_ni_2050": 4001, "tot_hh_2050": 2057, "pop_zvhhs_2050": 533, "tot_fam_2050": 608, "tot_pop_over5_2050": 3952, "pop_hus_rent50_2050": 187, "pop_minority_2050": 879, "pop_over75_2050": 339, "pop_spfam_2050": 105, "pop_lep_2050": 29, "pop_below200_2050": 380, "pop_disability_2050": 256, "pct_minority_2050": 0.21833084947839049, "pct_over75_2050": 0.084202682563338307, "pct_spfam_2050": 0.17269736842105265, "pct_lep_2050": 0.007338056680161944, "pct_below200_2050": 0.09637331980725336, "pct_disab_2050": 0.063984003999000269, "pct_zvhhs_2050": 0.25911521633446771, "pct_hus_rent50_2050": 0.090909090909090925, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068234610917537991, "pct_minority_2040": 0.27235772357723603, "pct_spfam_2040": 0.21541501976284602, "pct_lep_2040": 0.01942319011183, "pct_below200_2040": 0.137144549763033, "pct_disab_2040": 0.037807737397421, "pct_zvhhs_2040": 0.33365711510441998, "pct_hus_rent50_2040": 0.11947547353084, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.436798999655153, 37.802714999651094 ], [ -122.436273999948611, 37.800814000209776 ], [ -122.435678000096942, 37.798021000256668 ], [ -122.434036000131826, 37.798230000103715 ], [ -122.432393000341776, 37.79843900006923 ], [ -122.430747000178712, 37.798648000153243 ], [ -122.427457000400679, 37.799067000099534 ], [ -122.424274999679369, 37.799472000150224 ], [ -122.42446399982525, 37.800402000327786 ], [ -122.429290000161529, 37.799787999881467 ], [ -122.42966699973006, 37.801654000320077 ], [ -122.430045000021849, 37.803518000318306 ], [ -122.431678999591043, 37.803267000200037 ], [ -122.436798999655153, 37.802714999651094 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013000", "NAME": "Census Tract 130", "state": "06", "county_fips": "075", "tract": "013000", "county_name": "San Francisco County", "tot_pop_2050": 4863, "tot_pop_pov_det_2050": 4849, "tot_pop_civ_ni_2050": 4863, "tot_hh_2050": 2535, "pop_zvhhs_2050": 732, "tot_fam_2050": 656, "tot_pop_over5_2050": 4670, "pop_hus_rent50_2050": 167, "pop_minority_2050": 789, "pop_over75_2050": 153, "pop_spfam_2050": 17, "pop_lep_2050": 16, "pop_below200_2050": 637, "pop_disability_2050": 232, "pct_minority_2050": 0.16224552745219001, "pct_over75_2050": 0.031462060456508331, "pct_spfam_2050": 0.025914634146341462, "pct_lep_2050": 0.0034261241970021412, "pct_below200_2050": 0.13136729222520108, "pct_disab_2050": 0.0477071766399342, "pct_zvhhs_2050": 0.28875739644970416, "pct_hus_rent50_2050": 0.065877712031558192, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040457343887422996, "pct_minority_2040": 0.18579595426561102, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.0036806993328729999, "pct_below200_2040": 0.14399117971334099, "pct_disab_2040": 0.057387862796834006, "pct_zvhhs_2040": 0.25958466453674106, "pct_hus_rent50_2040": 0.10697868783953199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.437325999909874, 37.797810999668734 ], [ -122.43695000016622, 37.795949000096186 ], [ -122.435113000207423, 37.795226000097152 ], [ -122.433468999694156, 37.795435000043383 ], [ -122.430183000114098, 37.795853999757867 ], [ -122.426893000336065, 37.796271999764912 ], [ -122.423704999766983, 37.796677999687979 ], [ -122.424274999679369, 37.799472000150224 ], [ -122.427457000400679, 37.799067000099534 ], [ -122.430747000178712, 37.798648000153243 ], [ -122.432393000341776, 37.79843900006923 ], [ -122.434036000131826, 37.798230000103715 ], [ -122.435678000096942, 37.798021000256668 ], [ -122.437325999909874, 37.797810999668734 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013101", "NAME": "Census Tract 131.01", "state": "06", "county_fips": "075", "tract": "013101", "county_name": "San Francisco County", "tot_pop_2050": 4139, "tot_pop_pov_det_2050": 4012, "tot_pop_civ_ni_2050": 4139, "tot_hh_2050": 2451, "pop_zvhhs_2050": 714, "tot_fam_2050": 735, "tot_pop_over5_2050": 3885, "pop_hus_rent50_2050": 303, "pop_minority_2050": 1129, "pop_over75_2050": 172, "pop_spfam_2050": 0, "pop_lep_2050": 26, "pop_below200_2050": 369, "pop_disability_2050": 184, "pct_minority_2050": 0.2727712007731336, "pct_over75_2050": 0.041555931384392363, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0066924066924066933, "pct_below200_2050": 0.091974077766699899, "pct_disab_2050": 0.044455182411210437, "pct_zvhhs_2050": 0.29130966952264381, "pct_hus_rent50_2050": 0.12362301101591187, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019519915589554002, "pct_minority_2040": 0.30150356106568205, "pct_spfam_2040": 0.031666666666667002, "pct_lep_2040": 0.004199328107503, "pct_below200_2040": 0.078557976863061998, "pct_disab_2040": 0.032709047744658, "pct_zvhhs_2040": 0.257697174188106, "pct_hus_rent50_2040": 0.113557858376511, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.426893000336065, 37.796271999764912 ], [ -122.426335000119238, 37.793516999961064 ], [ -122.425802000016773, 37.790874000026257 ], [ -122.422610999972932, 37.791276999794114 ], [ -122.422800999943746, 37.792160999761343 ], [ -122.423143000250505, 37.793923000117339 ], [ -122.423282999992594, 37.794810000231017 ], [ -122.423481000359317, 37.795739000006726 ], [ -122.423704999766983, 37.796677999687979 ], [ -122.426893000336065, 37.796271999764912 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013102", "NAME": "Census Tract 131.02", "state": "06", "county_fips": "075", "tract": "013102", "county_name": "San Francisco County", "tot_pop_2050": 2959, "tot_pop_pov_det_2050": 2915, "tot_pop_civ_ni_2050": 2959, "tot_hh_2050": 1514, "pop_zvhhs_2050": 337, "tot_fam_2050": 711, "tot_pop_over5_2050": 2792, "pop_hus_rent50_2050": 149, "pop_minority_2050": 1051, "pop_over75_2050": 150, "pop_spfam_2050": 47, "pop_lep_2050": 18, "pop_below200_2050": 304, "pop_disability_2050": 128, "pct_minority_2050": 0.35518756336600205, "pct_over75_2050": 0.050692801622169652, "pct_spfam_2050": 0.066104078762306631, "pct_lep_2050": 0.0064469914040114606, "pct_below200_2050": 0.10428816466552317, "pct_disab_2050": 0.043257857384251433, "pct_zvhhs_2050": 0.22258916776750329, "pct_hus_rent50_2050": 0.098414795244385719, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12258543833581001, "pct_minority_2040": 0.12890044576522999, "pct_spfam_2040": 0.021052631578946997, "pct_lep_2040": 0.0, "pct_below200_2040": 0.11284194528875399, "pct_disab_2040": 0.098439821693908011, "pct_zvhhs_2040": 0.26732673267326701, "pct_hus_rent50_2040": 0.21125, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.430183000114098, 37.795853999757867 ], [ -122.429624999897271, 37.793097999770126 ], [ -122.429270000070034, 37.791339000327817 ], [ -122.428905000197048, 37.789534000232415 ], [ -122.42561600024392, 37.789951999791178 ], [ -122.42242000017724, 37.790357999659946 ], [ -122.422610999972932, 37.791276999794114 ], [ -122.425802000016773, 37.790874000026257 ], [ -122.426335000119238, 37.793516999961064 ], [ -122.426893000336065, 37.796271999764912 ], [ -122.430183000114098, 37.795853999757867 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013200", "NAME": "Census Tract 132", "state": "06", "county_fips": "075", "tract": "013200", "county_name": "San Francisco County", "tot_pop_2050": 4274, "tot_pop_pov_det_2050": 4245, "tot_pop_civ_ni_2050": 4274, "tot_hh_2050": 2191, "pop_zvhhs_2050": 284, "tot_fam_2050": 979, "tot_pop_over5_2050": 4087, "pop_hus_rent50_2050": 199, "pop_minority_2050": 1176, "pop_over75_2050": 248, "pop_spfam_2050": 19, "pop_lep_2050": 17, "pop_below200_2050": 142, "pop_disability_2050": 218, "pct_minority_2050": 0.2751520823584464, "pct_over75_2050": 0.058025269068788028, "pct_spfam_2050": 0.019407558733401432, "pct_lep_2050": 0.0041595302177636403, "pct_below200_2050": 0.033451118963486452, "pct_disab_2050": 0.051006083294337853, "pct_zvhhs_2050": 0.12962117754450025, "pct_hus_rent50_2050": 0.090826106800547701, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086687965921192989, "pct_minority_2040": 0.19723109691160801, "pct_spfam_2040": 0.029304029304029002, "pct_lep_2040": 0.0, "pct_below200_2040": 0.071505031042602987, "pct_disab_2040": 0.068796592119275995, "pct_zvhhs_2040": 0.16484440706476, "pct_hus_rent50_2040": 0.062740076824584004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.446728000337117, 37.794706000253377 ], [ -122.446299999816617, 37.791879000074182 ], [ -122.446117000416834, 37.790998999830052 ], [ -122.439487999558665, 37.791843000308539 ], [ -122.43784599959352, 37.792054000341551 ], [ -122.436203999628404, 37.792263000032563 ], [ -122.434558000363651, 37.792471999842277 ], [ -122.429624999897271, 37.793097999770126 ], [ -122.430183000114098, 37.795853999757867 ], [ -122.433468999694156, 37.795435000043383 ], [ -122.435113000207423, 37.795226000097152 ], [ -122.43695000016622, 37.795949000096186 ], [ -122.438591000306417, 37.795740999652089 ], [ -122.440234000096453, 37.795533000042099 ], [ -122.446728000337117, 37.794706000253377 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013300", "NAME": "Census Tract 133", "state": "06", "county_fips": "075", "tract": "013300", "county_name": "San Francisco County", "tot_pop_2050": 4729, "tot_pop_pov_det_2050": 4688, "tot_pop_civ_ni_2050": 4694, "tot_hh_2050": 1974, "pop_zvhhs_2050": 386, "tot_fam_2050": 1100, "tot_pop_over5_2050": 4333, "pop_hus_rent50_2050": 60, "pop_minority_2050": 1429, "pop_over75_2050": 476, "pop_spfam_2050": 96, "pop_lep_2050": 120, "pop_below200_2050": 679, "pop_disability_2050": 419, "pct_minority_2050": 0.30217805032776485, "pct_over75_2050": 0.10065552971029816, "pct_spfam_2050": 0.08727272727272728, "pct_lep_2050": 0.027694438033694899, "pct_below200_2050": 0.14483788395904434, "pct_disab_2050": 0.089262888794205381, "pct_zvhhs_2050": 0.1955420466058764, "pct_hus_rent50_2050": 0.030395136778115506, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.105310129406515, "pct_minority_2040": 0.28915662650602403, "pct_spfam_2040": 0.016985138004246, "pct_lep_2040": 0.049829018075232004, "pct_below200_2040": 0.178378378378378, "pct_disab_2040": 0.11769991015274001, "pct_zvhhs_2040": 0.20743034055727602, "pct_hus_rent50_2040": 0.08141403320835601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.459475999720567, 37.789711000183068 ], [ -122.459387999857015, 37.788405000079905 ], [ -122.459178999619652, 37.785682000245913 ], [ -122.455050000315694, 37.786208999721175 ], [ -122.454774000131181, 37.786243999795722 ], [ -122.450117999674262, 37.786837999648839 ], [ -122.445401999841152, 37.787438000017282 ], [ -122.445589000337222, 37.788364000074267 ], [ -122.445758000391621, 37.789248000106028 ], [ -122.445934000118712, 37.790118999753759 ], [ -122.446117000416834, 37.790998999830052 ], [ -122.446299999816617, 37.791879000074182 ], [ -122.45273999963058, 37.790974000170166 ], [ -122.459475999720567, 37.789711000183068 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013400", "NAME": "Census Tract 134", "state": "06", "county_fips": "075", "tract": "013400", "county_name": "San Francisco County", "tot_pop_2050": 3880, "tot_pop_pov_det_2050": 3836, "tot_pop_civ_ni_2050": 3836, "tot_hh_2050": 1986, "pop_zvhhs_2050": 301, "tot_fam_2050": 755, "tot_pop_over5_2050": 3775, "pop_hus_rent50_2050": 222, "pop_minority_2050": 1150, "pop_over75_2050": 223, "pop_spfam_2050": 0, "pop_lep_2050": 9, "pop_below200_2050": 302, "pop_disability_2050": 241, "pct_minority_2050": 0.29639175257731959, "pct_over75_2050": 0.057474226804123715, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0023841059602649011, "pct_below200_2050": 0.07872784150156413, "pct_disab_2050": 0.062825860271115752, "pct_zvhhs_2050": 0.15156092648539779, "pct_hus_rent50_2050": 0.11178247734138973, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045110887096774001, "pct_minority_2040": 0.21799395161290303, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.018770402611533999, "pct_below200_2040": 0.118617439120189, "pct_disab_2040": 0.053840265373820001, "pct_zvhhs_2040": 0.21560077519379803, "pct_hus_rent50_2040": 0.099558607160373, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.446117000416834, 37.790998999830052 ], [ -122.445934000118712, 37.790118999753759 ], [ -122.445758000391621, 37.789248000106028 ], [ -122.445589000337222, 37.788364000074267 ], [ -122.445401999841152, 37.787438000017282 ], [ -122.443753000203344, 37.787646999986059 ], [ -122.440487999641377, 37.788060999863909 ], [ -122.438772999881294, 37.788278000300167 ], [ -122.435485999578034, 37.788697000137546 ], [ -122.435848999801166, 37.790502000091656 ], [ -122.436203999628404, 37.792263000032563 ], [ -122.43784599959352, 37.792054000341551 ], [ -122.439487999558665, 37.791843000308539 ], [ -122.446117000416834, 37.790998999830052 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075013500", "NAME": "Census Tract 135", "state": "06", "county_fips": "075", "tract": "013500", "county_name": "San Francisco County", "tot_pop_2050": 2673, "tot_pop_pov_det_2050": 2673, "tot_pop_civ_ni_2050": 2656, "tot_hh_2050": 1550, "pop_zvhhs_2050": 550, "tot_fam_2050": 452, "tot_pop_over5_2050": 2531, "pop_hus_rent50_2050": 98, "pop_minority_2050": 955, "pop_over75_2050": 225, "pop_spfam_2050": 20, "pop_lep_2050": 102, "pop_below200_2050": 317, "pop_disability_2050": 312, "pct_minority_2050": 0.35727646838757948, "pct_over75_2050": 0.084175084175084181, "pct_spfam_2050": 0.044247787610619468, "pct_lep_2050": 0.040300276570525491, "pct_below200_2050": 0.11859334081556305, "pct_disab_2050": 0.11746987951807228, "pct_zvhhs_2050": 0.35483870967741937, "pct_hus_rent50_2050": 0.063225806451612909, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053626543209875997, "pct_minority_2040": 0.264274691358025, "pct_spfam_2040": 0.094339622641509011, "pct_lep_2040": 0.03277409285993, "pct_below200_2040": 0.106867283950617, "pct_disab_2040": 0.084104938271605006, "pct_zvhhs_2040": 0.29262394195888797, "pct_hus_rent50_2040": 0.063001852995675997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.436203999628404, 37.792263000032563 ], [ -122.435848999801166, 37.790502000091656 ], [ -122.435485999578034, 37.788697000137546 ], [ -122.433840000313253, 37.78890600009516 ], [ -122.428905000197048, 37.789534000232415 ], [ -122.429270000070034, 37.791339000327817 ], [ -122.429624999897271, 37.793097999770126 ], [ -122.434558000363651, 37.792471999842277 ], [ -122.436203999628404, 37.792263000032563 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015100", "NAME": "Census Tract 151", "state": "06", "county_fips": "075", "tract": "015100", "county_name": "San Francisco County", "tot_pop_2050": 2600, "tot_pop_pov_det_2050": 2572, "tot_pop_civ_ni_2050": 2572, "tot_hh_2050": 1618, "pop_zvhhs_2050": 738, "tot_fam_2050": 457, "tot_pop_over5_2050": 2585, "pop_hus_rent50_2050": 166, "pop_minority_2050": 1223, "pop_over75_2050": 492, "pop_spfam_2050": 0, "pop_lep_2050": 67, "pop_below200_2050": 311, "pop_disability_2050": 249, "pct_minority_2050": 0.4703846153846154, "pct_over75_2050": 0.18923076923076926, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.025918762088974853, "pct_below200_2050": 0.1209175738724728, "pct_disab_2050": 0.096811819595645429, "pct_zvhhs_2050": 0.45611866501854142, "pct_hus_rent50_2050": 0.10259579728059333, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.29344729344729303, "pct_minority_2040": 0.40265906932573603, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.056980056980056995, "pct_below200_2040": 0.153066151617576, "pct_disab_2040": 0.192660550458716, "pct_zvhhs_2040": 0.45763842561707796, "pct_hus_rent50_2040": 0.223521320495186, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.42561600024392, 37.789951999791178 ], [ -122.425047000156454, 37.787130000218944 ], [ -122.424704000024775, 37.785418000005251 ], [ -122.424678000085478, 37.78529100006179 ], [ -122.422837999753668, 37.784547000324402 ], [ -122.421256000062996, 37.784744999909556 ], [ -122.421461000102411, 37.786631999714693 ], [ -122.421857999762466, 37.787534999685683 ], [ -122.422077000045562, 37.788473999986152 ], [ -122.422236999879118, 37.789399000285883 ], [ -122.42242000017724, 37.790357999659946 ], [ -122.42561600024392, 37.789951999791178 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015200", "NAME": "Census Tract 152", "state": "06", "county_fips": "075", "tract": "015200", "county_name": "San Francisco County", "tot_pop_2050": 4301, "tot_pop_pov_det_2050": 4212, "tot_pop_civ_ni_2050": 4212, "tot_hh_2050": 2370, "pop_zvhhs_2050": 1103, "tot_fam_2050": 680, "tot_pop_over5_2050": 4103, "pop_hus_rent50_2050": 403, "pop_minority_2050": 1804, "pop_over75_2050": 579, "pop_spfam_2050": 51, "pop_lep_2050": 261, "pop_below200_2050": 967, "pop_disability_2050": 787, "pct_minority_2050": 0.41943734015345269, "pct_over75_2050": 0.13461985584747732, "pct_spfam_2050": 0.075, "pct_lep_2050": 0.063611991225932238, "pct_below200_2050": 0.2295821462488129, "pct_disab_2050": 0.18684710351377015, "pct_zvhhs_2050": 0.46540084388185649, "pct_hus_rent50_2050": 0.170042194092827, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.12833117723156501, "pct_minority_2040": 0.34023285899094396, "pct_spfam_2040": 0.034904013961606001, "pct_lep_2040": 0.051976177585272995, "pct_below200_2040": 0.225464190981432, "pct_disab_2040": 0.115384615384615, "pct_zvhhs_2040": 0.40099626400996297, "pct_hus_rent50_2040": 0.121186076493339, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.435485999578034, 37.788697000137546 ], [ -122.434918000213756, 37.785875999805469 ], [ -122.431635000108443, 37.786292999872273 ], [ -122.428336000109567, 37.786712999905461 ], [ -122.425047000156454, 37.787130000218944 ], [ -122.42561600024392, 37.789951999791178 ], [ -122.428905000197048, 37.789534000232415 ], [ -122.433840000313253, 37.78890600009516 ], [ -122.435485999578034, 37.788697000137546 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015300", "NAME": "Census Tract 153", "state": "06", "county_fips": "075", "tract": "015300", "county_name": "San Francisco County", "tot_pop_2050": 2236, "tot_pop_pov_det_2050": 2116, "tot_pop_civ_ni_2050": 2116, "tot_hh_2050": 963, "pop_zvhhs_2050": 200, "tot_fam_2050": 382, "tot_pop_over5_2050": 2100, "pop_hus_rent50_2050": 92, "pop_minority_2050": 943, "pop_over75_2050": 125, "pop_spfam_2050": 63, "pop_lep_2050": 71, "pop_below200_2050": 255, "pop_disability_2050": 160, "pct_minority_2050": 0.42173524150268338, "pct_over75_2050": 0.055903398926654739, "pct_spfam_2050": 0.16492146596858639, "pct_lep_2050": 0.03380952380952381, "pct_below200_2050": 0.12051039697542533, "pct_disab_2050": 0.075614366729678639, "pct_zvhhs_2050": 0.20768431983385252, "pct_hus_rent50_2050": 0.095534787123572176, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070667957405615003, "pct_minority_2040": 0.35382381413359099, "pct_spfam_2040": 0.10204081632653099, "pct_lep_2040": 0.059626073774634004, "pct_below200_2040": 0.182773109243697, "pct_disab_2040": 0.061618798955614007, "pct_zvhhs_2040": 0.253164556962025, "pct_hus_rent50_2040": 0.17222820236813799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.443753000203344, 37.787646999986059 ], [ -122.443369999888688, 37.785759000227202 ], [ -122.443183000290958, 37.784826999654094 ], [ -122.438206000341964, 37.785459000225494 ], [ -122.436556999805816, 37.785668000111599 ], [ -122.434918000213756, 37.785875999805469 ], [ -122.435485999578034, 37.788697000137546 ], [ -122.438772999881294, 37.788278000300167 ], [ -122.440487999641377, 37.788060999863909 ], [ -122.443753000203344, 37.787646999986059 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015400", "NAME": "Census Tract 154", "state": "06", "county_fips": "075", "tract": "015400", "county_name": "San Francisco County", "tot_pop_2050": 5970, "tot_pop_pov_det_2050": 5962, "tot_pop_civ_ni_2050": 5962, "tot_hh_2050": 2865, "pop_zvhhs_2050": 669, "tot_fam_2050": 1253, "tot_pop_over5_2050": 5607, "pop_hus_rent50_2050": 225, "pop_minority_2050": 2367, "pop_over75_2050": 231, "pop_spfam_2050": 12, "pop_lep_2050": 76, "pop_below200_2050": 662, "pop_disability_2050": 492, "pct_minority_2050": 0.39648241206030149, "pct_over75_2050": 0.038693467336683419, "pct_spfam_2050": 0.0095770151636073424, "pct_lep_2050": 0.013554485464597824, "pct_below200_2050": 0.11103656491110367, "pct_disab_2050": 0.082522643408252258, "pct_zvhhs_2050": 0.23350785340314134, "pct_hus_rent50_2050": 0.078534031413612579, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074236544626285997, "pct_minority_2040": 0.40020246330352599, "pct_spfam_2040": 0.072908036454018013, "pct_lep_2040": 0.032018813314037997, "pct_below200_2040": 0.189221152221659, "pct_disab_2040": 0.096300050684236999, "pct_zvhhs_2040": 0.24923391215526, "pct_hus_rent50_2040": 0.14153211954654799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.459178999619652, 37.785682000245913 ], [ -122.458997999869695, 37.7831890002413 ], [ -122.458878000219087, 37.781326000284999 ], [ -122.456303999943316, 37.781448999877746 ], [ -122.454185999777138, 37.781651000005915 ], [ -122.447302000447479, 37.782392000131999 ], [ -122.445826000163677, 37.782511999720811 ], [ -122.442793000303595, 37.782884999760576 ], [ -122.442810000022035, 37.782971000130836 ], [ -122.443183000290958, 37.784826999654094 ], [ -122.443369999888688, 37.785759000227202 ], [ -122.443753000203344, 37.787646999986059 ], [ -122.445401999841152, 37.787438000017282 ], [ -122.450117999674262, 37.786837999648839 ], [ -122.454774000131181, 37.786243999795722 ], [ -122.455050000315694, 37.786208999721175 ], [ -122.459178999619652, 37.785682000245913 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015500", "NAME": "Census Tract 155", "state": "06", "county_fips": "075", "tract": "015500", "county_name": "San Francisco County", "tot_pop_2050": 3532, "tot_pop_pov_det_2050": 3487, "tot_pop_civ_ni_2050": 3487, "tot_hh_2050": 2324, "pop_zvhhs_2050": 1375, "tot_fam_2050": 538, "tot_pop_over5_2050": 3471, "pop_hus_rent50_2050": 550, "pop_minority_2050": 1879, "pop_over75_2050": 967, "pop_spfam_2050": 37, "pop_lep_2050": 725, "pop_below200_2050": 1055, "pop_disability_2050": 1039, "pct_minority_2050": 0.5319932049830125, "pct_over75_2050": 0.27378255945639862, "pct_spfam_2050": 0.068773234200743494, "pct_lep_2050": 0.20887352348026506, "pct_below200_2050": 0.30255233725265274, "pct_disab_2050": 0.29796386578720963, "pct_zvhhs_2050": 0.59165232358003439, "pct_hus_rent50_2050": 0.23666092943201375, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.27871362940275701, "pct_minority_2040": 0.51863195507912208, "pct_spfam_2040": 0.165526675786594, "pct_lep_2040": 0.20499060906895605, "pct_below200_2040": 0.38986151032140098, "pct_disab_2040": 0.27326783867631799, "pct_zvhhs_2040": 0.53105861767279106, "pct_hus_rent50_2040": 0.22544642857142899, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.443183000290958, 37.784826999654094 ], [ -122.442810000022035, 37.782971000130836 ], [ -122.43890099992781, 37.783450000312669 ], [ -122.437863000210285, 37.783790999675475 ], [ -122.434561999663302, 37.784151999897318 ], [ -122.43129100015183, 37.784620999793987 ], [ -122.424704000024775, 37.785418000005251 ], [ -122.425047000156454, 37.787130000218944 ], [ -122.428336000109567, 37.786712999905461 ], [ -122.431635000108443, 37.786292999872273 ], [ -122.434918000213756, 37.785875999805469 ], [ -122.436556999805816, 37.785668000111599 ], [ -122.438206000341964, 37.785459000225494 ], [ -122.443183000290958, 37.784826999654094 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015600", "NAME": "Census Tract 156", "state": "06", "county_fips": "075", "tract": "015600", "county_name": "San Francisco County", "tot_pop_2050": 3432, "tot_pop_pov_det_2050": 3432, "tot_pop_civ_ni_2050": 3432, "tot_hh_2050": 1450, "pop_zvhhs_2050": 371, "tot_fam_2050": 715, "tot_pop_over5_2050": 3235, "pop_hus_rent50_2050": 218, "pop_minority_2050": 1847, "pop_over75_2050": 255, "pop_spfam_2050": 51, "pop_lep_2050": 314, "pop_below200_2050": 862, "pop_disability_2050": 229, "pct_minority_2050": 0.5381701631701632, "pct_over75_2050": 0.074300699300699297, "pct_spfam_2050": 0.071328671328671323, "pct_lep_2050": 0.097063369397217936, "pct_below200_2050": 0.25116550116550118, "pct_disab_2050": 0.066724941724941728, "pct_zvhhs_2050": 0.25586206896551722, "pct_hus_rent50_2050": 0.1503448275862069, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039137645107794002, "pct_minority_2040": 0.46633499170812609, "pct_spfam_2040": 0.013282732447818002, "pct_lep_2040": 0.082177161152615003, "pct_below200_2040": 0.27454242928452599, "pct_disab_2040": 0.095522388059700994, "pct_zvhhs_2040": 0.23704268292682898, "pct_hus_rent50_2040": 0.19493476592478898, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.458878000219087, 37.781326000284999 ], [ -122.458504999950179, 37.776189999916497 ], [ -122.458371000055891, 37.774308999757025 ], [ -122.454682999894587, 37.77475499966063 ], [ -122.455216999821971, 37.777598999662445 ], [ -122.453384999886055, 37.777826999937595 ], [ -122.454185999777138, 37.781651000005915 ], [ -122.456303999943316, 37.781448999877746 ], [ -122.458878000219087, 37.781326000284999 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015700", "NAME": "Census Tract 157", "state": "06", "county_fips": "075", "tract": "015700", "county_name": "San Francisco County", "tot_pop_2050": 8912, "tot_pop_pov_det_2050": 6059, "tot_pop_civ_ni_2050": 8766, "tot_hh_2050": 2600, "pop_zvhhs_2050": 462, "tot_fam_2050": 1195, "tot_pop_over5_2050": 8530, "pop_hus_rent50_2050": 292, "pop_minority_2050": 4592, "pop_over75_2050": 260, "pop_spfam_2050": 65, "pop_lep_2050": 179, "pop_below200_2050": 1043, "pop_disability_2050": 433, "pct_minority_2050": 0.51526032315978454, "pct_over75_2050": 0.029174147217235189, "pct_spfam_2050": 0.054393305439330547, "pct_lep_2050": 0.020984759671746771, "pct_below200_2050": 0.17214061726357485, "pct_disab_2050": 0.04939539128450833, "pct_zvhhs_2050": 0.1776923076923077, "pct_hus_rent50_2050": 0.1123076923076923, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053505314702017998, "pct_minority_2040": 0.49528245551176397, "pct_spfam_2040": 0.13187954309449601, "pct_lep_2040": 0.022086638194020999, "pct_below200_2040": 0.24202438617003499, "pct_disab_2040": 0.080889540566960003, "pct_zvhhs_2040": 0.26681614349775801, "pct_hus_rent50_2040": 0.16294555424990198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.455216999821971, 37.777598999662445 ], [ -122.454682999894587, 37.77475499966063 ], [ -122.451357999956457, 37.775174999934308 ], [ -122.448068000178452, 37.775599000333017 ], [ -122.446471000419152, 37.775801999854011 ], [ -122.444780000050244, 37.776016999893159 ], [ -122.441487999724046, 37.776434999930039 ], [ -122.441866000015835, 37.778299999732425 ], [ -122.442052999613594, 37.779244000090948 ], [ -122.440957999994637, 37.779363999820426 ], [ -122.441512000013503, 37.782095999981955 ], [ -122.442793000303595, 37.782884999760576 ], [ -122.445826000163677, 37.782511999720811 ], [ -122.447302000447479, 37.782392000131999 ], [ -122.454185999777138, 37.781651000005915 ], [ -122.453384999886055, 37.777826999937595 ], [ -122.455216999821971, 37.777598999662445 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015801", "NAME": "Census Tract 158.01", "state": "06", "county_fips": "075", "tract": "015801", "county_name": "San Francisco County", "tot_pop_2050": 4164, "tot_pop_pov_det_2050": 4114, "tot_pop_civ_ni_2050": 4124, "tot_hh_2050": 1800, "pop_zvhhs_2050": 603, "tot_fam_2050": 835, "tot_pop_over5_2050": 3864, "pop_hus_rent50_2050": 152, "pop_minority_2050": 2534, "pop_over75_2050": 250, "pop_spfam_2050": 210, "pop_lep_2050": 212, "pop_below200_2050": 1276, "pop_disability_2050": 596, "pct_minority_2050": 0.60854947166186357, "pct_over75_2050": 0.060038424591738727, "pct_spfam_2050": 0.25149700598802394, "pct_lep_2050": 0.054865424430641824, "pct_below200_2050": 0.31016042780748665, "pct_disab_2050": 0.14451988360814744, "pct_zvhhs_2050": 0.335, "pct_hus_rent50_2050": 0.084444444444444447, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043338683788122001, "pct_minority_2040": 0.58400214018191499, "pct_spfam_2040": 0.16746987951807199, "pct_lep_2040": 0.090508940852820019, "pct_below200_2040": 0.361557310100735, "pct_disab_2040": 0.12060985570378401, "pct_zvhhs_2040": 0.43372781065088795, "pct_hus_rent50_2040": 0.079450418160096001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.442810000022035, 37.782971000130836 ], [ -122.442793000303595, 37.782884999760576 ], [ -122.441512000013503, 37.782095999981955 ], [ -122.440957999994637, 37.779363999820426 ], [ -122.437072000364964, 37.779867000140669 ], [ -122.43669700044623, 37.778005999651441 ], [ -122.433406999769886, 37.778421999688391 ], [ -122.433595999915767, 37.779354999776473 ], [ -122.433973000382636, 37.781219000086018 ], [ -122.434561999663302, 37.784151999897318 ], [ -122.437863000210285, 37.783790999675475 ], [ -122.43890099992781, 37.783450000312669 ], [ -122.442810000022035, 37.782971000130836 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015802", "NAME": "Census Tract 158.02", "state": "06", "county_fips": "075", "tract": "015802", "county_name": "San Francisco County", "tot_pop_2050": 3321, "tot_pop_pov_det_2050": 3321, "tot_pop_civ_ni_2050": 3321, "tot_hh_2050": 1586, "pop_zvhhs_2050": 622, "tot_fam_2050": 461, "tot_pop_over5_2050": 3028, "pop_hus_rent50_2050": 67, "pop_minority_2050": 1223, "pop_over75_2050": 87, "pop_spfam_2050": 0, "pop_lep_2050": 25, "pop_below200_2050": 458, "pop_disability_2050": 355, "pct_minority_2050": 0.36826257151460401, "pct_over75_2050": 0.026196928635953028, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0082562747688243055, "pct_below200_2050": 0.1379102679915688, "pct_disab_2050": 0.10689551339957844, "pct_zvhhs_2050": 0.39218158890290039, "pct_hus_rent50_2050": 0.042244640605296341, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.010927035600987, "pct_minority_2040": 0.35389495946422295, "pct_spfam_2040": 0.11830985915492999, "pct_lep_2040": 0.0083575581395350009, "pct_below200_2040": 0.28485064011379807, "pct_disab_2040": 0.092351075079309008, "pct_zvhhs_2040": 0.405063291139241, "pct_hus_rent50_2040": 0.12178619756427601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.442052999613594, 37.779244000090948 ], [ -122.441866000015835, 37.778299999732425 ], [ -122.441487999724046, 37.776434999930039 ], [ -122.438243999976791, 37.77684799969726 ], [ -122.433219000347236, 37.777490000319503 ], [ -122.433406999769886, 37.778421999688391 ], [ -122.43669700044623, 37.778005999651441 ], [ -122.437072000364964, 37.779867000140669 ], [ -122.440957999994637, 37.779363999820426 ], [ -122.442052999613594, 37.779244000090948 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075015900", "NAME": "Census Tract 159", "state": "06", "county_fips": "075", "tract": "015900", "county_name": "San Francisco County", "tot_pop_2050": 4563, "tot_pop_pov_det_2050": 4489, "tot_pop_civ_ni_2050": 4489, "tot_hh_2050": 2085, "pop_zvhhs_2050": 864, "tot_fam_2050": 810, "tot_pop_over5_2050": 4464, "pop_hus_rent50_2050": 367, "pop_minority_2050": 2988, "pop_over75_2050": 426, "pop_spfam_2050": 42, "pop_lep_2050": 495, "pop_below200_2050": 1265, "pop_disability_2050": 703, "pct_minority_2050": 0.65483234714003946, "pct_over75_2050": 0.093359631821170269, "pct_spfam_2050": 0.05185185185185185, "pct_lep_2050": 0.11088709677419356, "pct_below200_2050": 0.28179995544664738, "pct_disab_2050": 0.1566050345288483, "pct_zvhhs_2050": 0.41438848920863308, "pct_hus_rent50_2050": 0.17601918465227814, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.095809850526831983, "pct_minority_2040": 0.60867434452340108, "pct_spfam_2040": 0.148427672955975, "pct_lep_2040": 0.12683047902705399, "pct_below200_2040": 0.41279360319840103, "pct_disab_2040": 0.14017991004497801, "pct_zvhhs_2040": 0.46635514018691598, "pct_hus_rent50_2040": 0.20386826973340302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.434561999663302, 37.784151999897318 ], [ -122.433973000382636, 37.781219000086018 ], [ -122.43069600012511, 37.781634999790938 ], [ -122.427396000301343, 37.782057000041739 ], [ -122.424108000173121, 37.782477000008825 ], [ -122.424678000085478, 37.78529100006179 ], [ -122.424704000024775, 37.785418000005251 ], [ -122.43129100015183, 37.784620999793987 ], [ -122.434561999663302, 37.784151999897318 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016000", "NAME": "Census Tract 160", "state": "06", "county_fips": "075", "tract": "016000", "county_name": "San Francisco County", "tot_pop_2050": 2850, "tot_pop_pov_det_2050": 2850, "tot_pop_civ_ni_2050": 2850, "tot_hh_2050": 1765, "pop_zvhhs_2050": 777, "tot_fam_2050": 398, "tot_pop_over5_2050": 2804, "pop_hus_rent50_2050": 320, "pop_minority_2050": 1337, "pop_over75_2050": 336, "pop_spfam_2050": 0, "pop_lep_2050": 267, "pop_below200_2050": 980, "pop_disability_2050": 496, "pct_minority_2050": 0.46912280701754389, "pct_over75_2050": 0.11789473684210525, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.095221112696148358, "pct_below200_2050": 0.34385964912280703, "pct_disab_2050": 0.17403508771929824, "pct_zvhhs_2050": 0.44022662889518416, "pct_hus_rent50_2050": 0.18130311614730879, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.10344827586206901, "pct_minority_2040": 0.50195924764890298, "pct_spfam_2040": 0.024271844660194001, "pct_lep_2040": 0.096346848655158995, "pct_below200_2040": 0.27390282131661398, "pct_disab_2040": 0.15830721003134801, "pct_zvhhs_2040": 0.45354523227383897, "pct_hus_rent50_2040": 0.150031786395423, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.424678000085478, 37.78529100006179 ], [ -122.424108000173121, 37.782477000008825 ], [ -122.423540999735451, 37.779674000113381 ], [ -122.42035800008756, 37.78007200008129 ], [ -122.420688999625355, 37.781954999882217 ], [ -122.421068999566927, 37.78381600034551 ], [ -122.421256000062996, 37.784744999909556 ], [ -122.422837999753668, 37.784547000324402 ], [ -122.424678000085478, 37.78529100006179 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016100", "NAME": "Census Tract 161", "state": "06", "county_fips": "075", "tract": "016100", "county_name": "San Francisco County", "tot_pop_2050": 5140, "tot_pop_pov_det_2050": 5134, "tot_pop_civ_ni_2050": 5140, "tot_hh_2050": 2544, "pop_zvhhs_2050": 1383, "tot_fam_2050": 1070, "tot_pop_over5_2050": 5059, "pop_hus_rent50_2050": 531, "pop_minority_2050": 3960, "pop_over75_2050": 779, "pop_spfam_2050": 223, "pop_lep_2050": 1067, "pop_below200_2050": 3033, "pop_disability_2050": 1364, "pct_minority_2050": 0.77042801556420237, "pct_over75_2050": 0.15155642023346302, "pct_spfam_2050": 0.20841121495327106, "pct_lep_2050": 0.21091124728207161, "pct_below200_2050": 0.59076743280093491, "pct_disab_2050": 0.26536964980544753, "pct_zvhhs_2050": 0.54363207547169812, "pct_hus_rent50_2050": 0.20872641509433959, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.15673549655850499, "pct_minority_2040": 0.7465093411996071, "pct_spfam_2040": 0.29951690821256, "pct_lep_2040": 0.2106, "pct_below200_2040": 0.631204271307099, "pct_disab_2040": 0.23291986611537699, "pct_zvhhs_2040": 0.57142857142857106, "pct_hus_rent50_2040": 0.22816265060240998, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.433973000382636, 37.781219000086018 ], [ -122.433595999915767, 37.779354999776473 ], [ -122.433406999769886, 37.778421999688391 ], [ -122.433219000347236, 37.777490000319503 ], [ -122.429928999670892, 37.777909000256955 ], [ -122.426641000440995, 37.778328999652885 ], [ -122.424997999752634, 37.778537999820571 ], [ -122.423354000137707, 37.778747000107437 ], [ -122.423540999735451, 37.779674000113381 ], [ -122.424108000173121, 37.782477000008825 ], [ -122.427396000301343, 37.782057000041739 ], [ -122.43069600012511, 37.781634999790938 ], [ -122.433973000382636, 37.781219000086018 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016200", "NAME": "Census Tract 162", "state": "06", "county_fips": "075", "tract": "016200", "county_name": "San Francisco County", "tot_pop_2050": 3358, "tot_pop_pov_det_2050": 3358, "tot_pop_civ_ni_2050": 3358, "tot_hh_2050": 1903, "pop_zvhhs_2050": 917, "tot_fam_2050": 423, "tot_pop_over5_2050": 3292, "pop_hus_rent50_2050": 194, "pop_minority_2050": 1333, "pop_over75_2050": 137, "pop_spfam_2050": 34, "pop_lep_2050": 153, "pop_below200_2050": 626, "pop_disability_2050": 449, "pct_minority_2050": 0.39696247766527692, "pct_over75_2050": 0.040798094103633116, "pct_spfam_2050": 0.080378250591016553, "pct_lep_2050": 0.046476306196840816, "pct_below200_2050": 0.18642048838594399, "pct_disab_2050": 0.13371054198927934, "pct_zvhhs_2050": 0.48187073042564371, "pct_hus_rent50_2050": 0.10194429847609038, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037250384024577997, "pct_minority_2040": 0.41205837173579102, "pct_spfam_2040": 0.220472440944882, "pct_lep_2040": 0.044117647058822998, "pct_below200_2040": 0.32296466973886301, "pct_disab_2040": 0.090629800307219996, "pct_zvhhs_2040": 0.54376996805111799, "pct_hus_rent50_2040": 0.22107304460245603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.426641000440995, 37.778328999652885 ], [ -122.426263000149234, 37.776463999872142 ], [ -122.425888000230486, 37.774598999904768 ], [ -122.42424600026537, 37.774810999929649 ], [ -122.419358999829754, 37.775432000221748 ], [ -122.419764999710623, 37.777291000042716 ], [ -122.42035800008756, 37.78007200008129 ], [ -122.423540999735451, 37.779674000113381 ], [ -122.423354000137707, 37.778747000107437 ], [ -122.424997999752634, 37.778537999820571 ], [ -122.426641000440995, 37.778328999652885 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016300", "NAME": "Census Tract 163", "state": "06", "county_fips": "075", "tract": "016300", "county_name": "San Francisco County", "tot_pop_2050": 4745, "tot_pop_pov_det_2050": 4706, "tot_pop_civ_ni_2050": 4745, "tot_hh_2050": 2023, "pop_zvhhs_2050": 690, "tot_fam_2050": 733, "tot_pop_over5_2050": 4508, "pop_hus_rent50_2050": 163, "pop_minority_2050": 1890, "pop_over75_2050": 166, "pop_spfam_2050": 52, "pop_lep_2050": 121, "pop_below200_2050": 729, "pop_disability_2050": 382, "pct_minority_2050": 0.39831401475237088, "pct_over75_2050": 0.034984193888303483, "pct_spfam_2050": 0.070941336971350619, "pct_lep_2050": 0.026841171251109141, "pct_below200_2050": 0.1549086272843179, "pct_disab_2050": 0.080505795574288719, "pct_zvhhs_2050": 0.34107760751359367, "pct_hus_rent50_2050": 0.080573405832921399, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018534119629318002, "pct_minority_2040": 0.54443976411120509, "pct_spfam_2040": 0.35185185185185203, "pct_lep_2040": 0.051552926262412993, "pct_below200_2040": 0.31396577223748201, "pct_disab_2040": 0.11415332771693303, "pct_zvhhs_2040": 0.42533267619517001, "pct_hus_rent50_2040": 0.16024036054081101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.433219000347236, 37.777490000319503 ], [ -122.432466999961662, 37.773757000127731 ], [ -122.430824999996503, 37.773973000195603 ], [ -122.42917800000852, 37.774181000137993 ], [ -122.425888000230486, 37.774598999904768 ], [ -122.426263000149234, 37.776463999872142 ], [ -122.426641000440995, 37.778328999652885 ], [ -122.429928999670892, 37.777909000256955 ], [ -122.433219000347236, 37.777490000319503 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016400", "NAME": "Census Tract 164", "state": "06", "county_fips": "075", "tract": "016400", "county_name": "San Francisco County", "tot_pop_2050": 4187, "tot_pop_pov_det_2050": 3982, "tot_pop_civ_ni_2050": 4019, "tot_hh_2050": 1806, "pop_zvhhs_2050": 599, "tot_fam_2050": 512, "tot_pop_over5_2050": 4004, "pop_hus_rent50_2050": 106, "pop_minority_2050": 1629, "pop_over75_2050": 168, "pop_spfam_2050": 41, "pop_lep_2050": 83, "pop_below200_2050": 340, "pop_disability_2050": 183, "pct_minority_2050": 0.38906138046333888, "pct_over75_2050": 0.040124193933604009, "pct_spfam_2050": 0.080078125, "pct_lep_2050": 0.020729270729270728, "pct_below200_2050": 0.085384229030637873, "pct_disab_2050": 0.045533714854441402, "pct_zvhhs_2050": 0.33167220376522705, "pct_hus_rent50_2050": 0.058693244739756366, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037968561064087004, "pct_minority_2040": 0.36590084643289, "pct_spfam_2040": 0.049661399548532999, "pct_lep_2040": 0.055208593554834005, "pct_below200_2040": 0.23022312373225198, "pct_disab_2040": 0.065922920892495004, "pct_zvhhs_2040": 0.4009873834339, "pct_hus_rent50_2040": 0.141519823788546, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.441487999724046, 37.776434999930039 ], [ -122.440922000009635, 37.773635000283846 ], [ -122.440735000411863, 37.772713000134466 ], [ -122.43746900002499, 37.773126999875593 ], [ -122.435750999891894, 37.773345999675875 ], [ -122.432466999961662, 37.773757000127731 ], [ -122.433219000347236, 37.777490000319503 ], [ -122.438243999976791, 37.77684799969726 ], [ -122.441487999724046, 37.776434999930039 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016500", "NAME": "Census Tract 165", "state": "06", "county_fips": "075", "tract": "016500", "county_name": "San Francisco County", "tot_pop_2050": 5487, "tot_pop_pov_det_2050": 5279, "tot_pop_civ_ni_2050": 5313, "tot_hh_2050": 2252, "pop_zvhhs_2050": 695, "tot_fam_2050": 838, "tot_pop_over5_2050": 5240, "pop_hus_rent50_2050": 206, "pop_minority_2050": 1840, "pop_over75_2050": 361, "pop_spfam_2050": 33, "pop_lep_2050": 206, "pop_below200_2050": 966, "pop_disability_2050": 486, "pct_minority_2050": 0.3353380718060871, "pct_over75_2050": 0.065791871696737739, "pct_spfam_2050": 0.039379474940334135, "pct_lep_2050": 0.039312977099236639, "pct_below200_2050": 0.1829892025004736, "pct_disab_2050": 0.091473743647656675, "pct_zvhhs_2050": 0.3086145648312611, "pct_hus_rent50_2050": 0.091474245115452921, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041817867634352995, "pct_minority_2040": 0.41662346639018499, "pct_spfam_2040": 0.24631578947368399, "pct_lep_2040": 0.037217705510387999, "pct_below200_2040": 0.237741193131528, "pct_disab_2040": 0.097599717613836998, "pct_zvhhs_2040": 0.27659574468085102, "pct_hus_rent50_2040": 0.12680710450227198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.454682999894587, 37.77475499966063 ], [ -122.454082999844971, 37.771929999873997 ], [ -122.450787000219151, 37.772368000236277 ], [ -122.447497000441146, 37.772790000134854 ], [ -122.444215999985616, 37.773211999755119 ], [ -122.440922000009635, 37.773635000283846 ], [ -122.441487999724046, 37.776434999930039 ], [ -122.444780000050244, 37.776016999893159 ], [ -122.446471000419152, 37.775801999854011 ], [ -122.448068000178452, 37.775599000333017 ], [ -122.451357999956457, 37.775174999934308 ], [ -122.454682999894587, 37.77475499966063 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016600", "NAME": "Census Tract 166", "state": "06", "county_fips": "075", "tract": "016600", "county_name": "San Francisco County", "tot_pop_2050": 5583, "tot_pop_pov_det_2050": 5583, "tot_pop_civ_ni_2050": 5583, "tot_hh_2050": 2398, "pop_zvhhs_2050": 940, "tot_fam_2050": 916, "tot_pop_over5_2050": 5487, "pop_hus_rent50_2050": 154, "pop_minority_2050": 1422, "pop_over75_2050": 206, "pop_spfam_2050": 0, "pop_lep_2050": 69, "pop_below200_2050": 812, "pop_disability_2050": 326, "pct_minority_2050": 0.25470177324019344, "pct_over75_2050": 0.036897725237327601, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.012575177692728269, "pct_below200_2050": 0.14544151889665055, "pct_disab_2050": 0.058391545763926203, "pct_zvhhs_2050": 0.39199332777314427, "pct_hus_rent50_2050": 0.064220183486238536, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0041538739389559995, "pct_minority_2040": 0.297453494672205, "pct_spfam_2040": 0.045774647887324001, "pct_lep_2040": 0.043165467625898998, "pct_below200_2040": 0.23225573415206802, "pct_disab_2040": 0.080729636987537989, "pct_zvhhs_2040": 0.45353618421052599, "pct_hus_rent50_2040": 0.104426299957026, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.453902000095013, 37.771053999886639 ], [ -122.453352000274094, 37.768246000121557 ], [ -122.450521999905291, 37.76859299974911 ], [ -122.448390000393715, 37.76886499979225 ], [ -122.44276499981622, 37.769661000352315 ], [ -122.443312000162393, 37.770469999810203 ], [ -122.44035799994505, 37.770847000182968 ], [ -122.440735000411863, 37.772713000134466 ], [ -122.445717000383752, 37.772080000144271 ], [ -122.45059999972311, 37.771459999896877 ], [ -122.453902000095013, 37.771053999886639 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016700", "NAME": "Census Tract 167", "state": "06", "county_fips": "075", "tract": "016700", "county_name": "San Francisco County", "tot_pop_2050": 5225, "tot_pop_pov_det_2050": 5225, "tot_pop_civ_ni_2050": 5225, "tot_hh_2050": 2405, "pop_zvhhs_2050": 715, "tot_fam_2050": 960, "tot_pop_over5_2050": 5028, "pop_hus_rent50_2050": 203, "pop_minority_2050": 1372, "pop_over75_2050": 140, "pop_spfam_2050": 168, "pop_lep_2050": 23, "pop_below200_2050": 682, "pop_disability_2050": 457, "pct_minority_2050": 0.26258373205741625, "pct_over75_2050": 0.026794258373205745, "pct_spfam_2050": 0.175, "pct_lep_2050": 0.004574383452665076, "pct_below200_2050": 0.13052631578947368, "pct_disab_2050": 0.087464114832535869, "pct_zvhhs_2050": 0.29729729729729731, "pct_hus_rent50_2050": 0.084407484407484412, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.020967741935483997, "pct_minority_2040": 0.22721774193548397, "pct_spfam_2040": 0.051376146788991002, "pct_lep_2040": 0.0061149612719119993, "pct_below200_2040": 0.20369618196588102, "pct_disab_2040": 0.037007077856420996, "pct_zvhhs_2040": 0.294141914191419, "pct_hus_rent50_2040": 0.118573797678275, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.443866000181274, 37.767535999816339 ], [ -122.443533000095329, 37.766691000270711 ], [ -122.442574999845419, 37.765927999706577 ], [ -122.44200900013098, 37.765907000283335 ], [ -122.439300999960921, 37.768166000127884 ], [ -122.43833799968813, 37.769006999834978 ], [ -122.43658799976798, 37.769001000148698 ], [ -122.435794000447899, 37.769058000343833 ], [ -122.433571999626309, 37.769178000274579 ], [ -122.431569999811089, 37.769306999858763 ], [ -122.431903999721925, 37.770963999932334 ], [ -122.432466999961662, 37.773757000127731 ], [ -122.435750999891894, 37.773345999675875 ], [ -122.43746900002499, 37.773126999875593 ], [ -122.440735000411863, 37.772713000134466 ], [ -122.44035799994505, 37.770847000182968 ], [ -122.443312000162393, 37.770469999810203 ], [ -122.44276499981622, 37.769661000352315 ], [ -122.443355999645007, 37.768943999909638 ], [ -122.443866000181274, 37.767535999816339 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016801", "NAME": "Census Tract 168.01", "state": "06", "county_fips": "075", "tract": "016801", "county_name": "San Francisco County", "tot_pop_2050": 3746, "tot_pop_pov_det_2050": 3746, "tot_pop_civ_ni_2050": 3727, "tot_hh_2050": 1795, "pop_zvhhs_2050": 772, "tot_fam_2050": 401, "tot_pop_over5_2050": 3640, "pop_hus_rent50_2050": 292, "pop_minority_2050": 1308, "pop_over75_2050": 52, "pop_spfam_2050": 14, "pop_lep_2050": 143, "pop_below200_2050": 636, "pop_disability_2050": 240, "pct_minority_2050": 0.34917245061398833, "pct_over75_2050": 0.013881473571809931, "pct_spfam_2050": 0.034912718204488775, "pct_lep_2050": 0.039285714285714285, "pct_below200_2050": 0.16978109983982914, "pct_disab_2050": 0.064394955728467942, "pct_zvhhs_2050": 0.43008356545961002, "pct_hus_rent50_2050": 0.16267409470752089, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.015019525382998002, "pct_minority_2040": 0.42565334935415999, "pct_spfam_2040": 0.22051282051282101, "pct_lep_2040": 0.0097087378640780021, "pct_below200_2040": 0.234761617380809, "pct_disab_2040": 0.080805046560529004, "pct_zvhhs_2040": 0.40060422960725106, "pct_hus_rent50_2040": 0.13410194174757301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.432466999961662, 37.773757000127731 ], [ -122.431903999721925, 37.770963999932334 ], [ -122.431569999811089, 37.769306999858763 ], [ -122.42821999975861, 37.76944099975546 ], [ -122.426402000066403, 37.769595999921307 ], [ -122.424929000155657, 37.770778000152951 ], [ -122.425511999588537, 37.772733999755232 ], [ -122.428802000264895, 37.772316000095529 ], [ -122.428989999687559, 37.773248000075625 ], [ -122.430824999996503, 37.773973000195603 ], [ -122.432466999961662, 37.773757000127731 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016802", "NAME": "Census Tract 168.02", "state": "06", "county_fips": "075", "tract": "016802", "county_name": "San Francisco County", "tot_pop_2050": 3642, "tot_pop_pov_det_2050": 3623, "tot_pop_civ_ni_2050": 3623, "tot_hh_2050": 1984, "pop_zvhhs_2050": 993, "tot_fam_2050": 571, "tot_pop_over5_2050": 3480, "pop_hus_rent50_2050": 248, "pop_minority_2050": 1903, "pop_over75_2050": 109, "pop_spfam_2050": 52, "pop_lep_2050": 182, "pop_below200_2050": 831, "pop_disability_2050": 397, "pct_minority_2050": 0.52251510159253156, "pct_over75_2050": 0.029928610653487092, "pct_spfam_2050": 0.09106830122591944, "pct_lep_2050": 0.052298850574712653, "pct_below200_2050": 0.22936792713221091, "pct_disab_2050": 0.1095776980402981, "pct_zvhhs_2050": 0.5005040322580645, "pct_hus_rent50_2050": 0.125, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039228948258370006, "pct_minority_2040": 0.42204937436591106, "pct_spfam_2040": 0.122754491017964, "pct_lep_2040": 0.040163376446562003, "pct_below200_2040": 0.25245346869712398, "pct_disab_2040": 0.12487309644670098, "pct_zvhhs_2040": 0.40377358490566001, "pct_hus_rent50_2040": 0.17241379310344801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.42917800000852, 37.774181000137993 ], [ -122.430824999996503, 37.773973000195603 ], [ -122.428989999687559, 37.773248000075625 ], [ -122.428802000264895, 37.772316000095529 ], [ -122.425511999588537, 37.772733999755232 ], [ -122.424929000155657, 37.770778000152951 ], [ -122.423641000192873, 37.771827999942396 ], [ -122.42262000019376, 37.772503000048523 ], [ -122.422185999825487, 37.772908999913213 ], [ -122.419333999715406, 37.77521000026362 ], [ -122.419358999829754, 37.775432000221748 ], [ -122.42424600026537, 37.774810999929649 ], [ -122.425888000230486, 37.774598999904768 ], [ -122.42917800000852, 37.774181000137993 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075016900", "NAME": "Census Tract 169", "state": "06", "county_fips": "075", "tract": "016900", "county_name": "San Francisco County", "tot_pop_2050": 3191, "tot_pop_pov_det_2050": 3167, "tot_pop_civ_ni_2050": 3167, "tot_hh_2050": 1614, "pop_zvhhs_2050": 710, "tot_fam_2050": 418, "tot_pop_over5_2050": 3054, "pop_hus_rent50_2050": 116, "pop_minority_2050": 1140, "pop_over75_2050": 152, "pop_spfam_2050": 36, "pop_lep_2050": 57, "pop_below200_2050": 380, "pop_disability_2050": 256, "pct_minority_2050": 0.35725477906612346, "pct_over75_2050": 0.047633970542149802, "pct_spfam_2050": 0.086124401913875603, "pct_lep_2050": 0.018664047151277011, "pct_below200_2050": 0.11998736975055255, "pct_disab_2050": 0.080833596463530152, "pct_zvhhs_2050": 0.4399008674101611, "pct_hus_rent50_2050": 0.071871127633209422, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.03541873551804, "pct_minority_2040": 0.29857663025488296, "pct_spfam_2040": 0.037542662116041001, "pct_lep_2040": 0.026148172980221002, "pct_below200_2040": 0.21043827367012399, "pct_disab_2040": 0.108732017397123, "pct_zvhhs_2040": 0.35620711166562696, "pct_hus_rent50_2040": 0.082597730138714007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.435794000447899, 37.769058000343833 ], [ -122.435472000232636, 37.765726999808734 ], [ -122.435192999675067, 37.762726999838563 ], [ -122.430824000171611, 37.766013999919942 ], [ -122.428948999679662, 37.767503999664022 ], [ -122.428634999860293, 37.767845999997839 ], [ -122.426947999689361, 37.769175000083415 ], [ -122.426402000066403, 37.769595999921307 ], [ -122.42821999975861, 37.76944099975546 ], [ -122.431569999811089, 37.769306999858763 ], [ -122.433571999626309, 37.769178000274579 ], [ -122.435794000447899, 37.769058000343833 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017000", "NAME": "Census Tract 170", "state": "06", "county_fips": "075", "tract": "017000", "county_name": "San Francisco County", "tot_pop_2050": 4268, "tot_pop_pov_det_2050": 4268, "tot_pop_civ_ni_2050": 4238, "tot_hh_2050": 2230, "pop_zvhhs_2050": 557, "tot_fam_2050": 847, "tot_pop_over5_2050": 4115, "pop_hus_rent50_2050": 164, "pop_minority_2050": 1227, "pop_over75_2050": 258, "pop_spfam_2050": 82, "pop_lep_2050": 0, "pop_below200_2050": 244, "pop_disability_2050": 389, "pct_minority_2050": 0.28748828491096529, "pct_over75_2050": 0.060449859418931585, "pct_spfam_2050": 0.096812278630460435, "pct_lep_2050": 0.0, "pct_below200_2050": 0.057169634489222125, "pct_disab_2050": 0.091788579518640862, "pct_zvhhs_2050": 0.24977578475336326, "pct_hus_rent50_2050": 0.073542600896860988, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.092818252527871001, "pct_minority_2040": 0.22582317863624599, "pct_spfam_2040": 0.16571428571428601, "pct_lep_2040": 0.0072347266881030003, "pct_below200_2040": 0.11589318122893401, "pct_disab_2040": 0.068446979517760007, "pct_zvhhs_2040": 0.18535681186283604, "pct_hus_rent50_2040": 0.072289156626506007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.446247000113189, 37.762246999686404 ], [ -122.446384000380519, 37.761815999937433 ], [ -122.444195999894148, 37.761947000139962 ], [ -122.440167999974221, 37.762187000158526 ], [ -122.439490999931692, 37.762226999849162 ], [ -122.435837000105607, 37.762485000316914 ], [ -122.435192999675067, 37.762726999838563 ], [ -122.435472000232636, 37.765726999808734 ], [ -122.435794000447899, 37.769058000343833 ], [ -122.43658799976798, 37.769001000148698 ], [ -122.43833799968813, 37.769006999834978 ], [ -122.439300999960921, 37.768166000127884 ], [ -122.44200900013098, 37.765907000283335 ], [ -122.442574999845419, 37.765927999706577 ], [ -122.443347000322476, 37.765333000247232 ], [ -122.443538000118195, 37.765323000036354 ], [ -122.446247000113189, 37.762246999686404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017101", "NAME": "Census Tract 171.01", "state": "06", "county_fips": "075", "tract": "017101", "county_name": "San Francisco County", "tot_pop_2050": 3888, "tot_pop_pov_det_2050": 3888, "tot_pop_civ_ni_2050": 3870, "tot_hh_2050": 1700, "pop_zvhhs_2050": 369, "tot_fam_2050": 773, "tot_pop_over5_2050": 3750, "pop_hus_rent50_2050": 91, "pop_minority_2050": 957, "pop_over75_2050": 117, "pop_spfam_2050": 46, "pop_lep_2050": 0, "pop_below200_2050": 309, "pop_disability_2050": 215, "pct_minority_2050": 0.24614197530864201, "pct_over75_2050": 0.030092592592592587, "pct_spfam_2050": 0.059508408796895215, "pct_lep_2050": 0.0, "pct_below200_2050": 0.079475308641975315, "pct_disab_2050": 0.055555555555555552, "pct_zvhhs_2050": 0.21705882352941175, "pct_hus_rent50_2050": 0.053529411764705881, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044419454596570006, "pct_minority_2040": 0.19482710149002, "pct_spfam_2040": 0.025210084033612998, "pct_lep_2040": 0.0, "pct_below200_2040": 0.093899353387685999, "pct_disab_2040": 0.065088757396449995, "pct_zvhhs_2040": 0.16105082809823001, "pct_hus_rent50_2040": 0.053386911595867004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.449433000134135, 37.76319999965181 ], [ -122.449120000139686, 37.761648000015796 ], [ -122.446782999690384, 37.761780999659713 ], [ -122.446384000380519, 37.761815999937433 ], [ -122.446247000113189, 37.762246999686404 ], [ -122.443538000118195, 37.765323000036354 ], [ -122.443347000322476, 37.765333000247232 ], [ -122.442574999845419, 37.765927999706577 ], [ -122.443533000095329, 37.766691000270711 ], [ -122.443866000181274, 37.767535999816339 ], [ -122.443355999645007, 37.768943999909638 ], [ -122.44276499981622, 37.769661000352315 ], [ -122.448390000393715, 37.76886499979225 ], [ -122.448012999926874, 37.767007000292267 ], [ -122.447634999635071, 37.765139000034331 ], [ -122.448274000042787, 37.764195999851879 ], [ -122.449433000134135, 37.76319999965181 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017102", "NAME": "Census Tract 171.02", "state": "06", "county_fips": "075", "tract": "017102", "county_name": "San Francisco County", "tot_pop_2050": 3828, "tot_pop_pov_det_2050": 3805, "tot_pop_civ_ni_2050": 3822, "tot_hh_2050": 1658, "pop_zvhhs_2050": 495, "tot_fam_2050": 837, "tot_pop_over5_2050": 3538, "pop_hus_rent50_2050": 112, "pop_minority_2050": 1171, "pop_over75_2050": 155, "pop_spfam_2050": 24, "pop_lep_2050": 73, "pop_below200_2050": 525, "pop_disability_2050": 165, "pct_minority_2050": 0.30590386624869381, "pct_over75_2050": 0.040491118077324965, "pct_spfam_2050": 0.028673835125448032, "pct_lep_2050": 0.020633126059920855, "pct_below200_2050": 0.13797634691195795, "pct_disab_2050": 0.043171114599686033, "pct_zvhhs_2050": 0.2985524728588661, "pct_hus_rent50_2050": 0.067551266586248493, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.017866390471258001, "pct_minority_2040": 0.23614707405489399, "pct_spfam_2040": 0.11367127496159801, "pct_lep_2040": 0.0, "pct_below200_2040": 0.15863141524105803, "pct_disab_2040": 0.042249870399171004, "pct_zvhhs_2040": 0.28968713789107797, "pct_hus_rent50_2040": 0.144868035190616, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.453352000274094, 37.768246000121557 ], [ -122.452947000218145, 37.766373999744125 ], [ -122.452758000072237, 37.765443000346842 ], [ -122.452568999926356, 37.764509000211568 ], [ -122.452399999871957, 37.763668999675012 ], [ -122.451958000006101, 37.761477999850356 ], [ -122.449120000139686, 37.761648000015796 ], [ -122.449433000134135, 37.76319999965181 ], [ -122.448274000042787, 37.764195999851879 ], [ -122.447634999635071, 37.765139000034331 ], [ -122.448012999926874, 37.767007000292267 ], [ -122.448390000393715, 37.76886499979225 ], [ -122.450521999905291, 37.76859299974911 ], [ -122.453352000274094, 37.768246000121557 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017601", "NAME": "Census Tract 176.01", "state": "06", "county_fips": "075", "tract": "017601", "county_name": "San Francisco County", "tot_pop_2050": 9244, "tot_pop_pov_det_2050": 9244, "tot_pop_civ_ni_2050": 9224, "tot_hh_2050": 5273, "pop_zvhhs_2050": 3563, "tot_fam_2050": 1458, "tot_pop_over5_2050": 9204, "pop_hus_rent50_2050": 1349, "pop_minority_2050": 6959, "pop_over75_2050": 326, "pop_spfam_2050": 190, "pop_lep_2050": 1137, "pop_below200_2050": 3221, "pop_disability_2050": 1846, "pct_minority_2050": 0.75281263522284725, "pct_over75_2050": 0.035266118563392471, "pct_spfam_2050": 0.13031550068587106, "pct_lep_2050": 0.12353324641460235, "pct_below200_2050": 0.34844223279965381, "pct_disab_2050": 0.20013009540329574, "pct_zvhhs_2050": 0.67570642897781152, "pct_hus_rent50_2050": 0.25583159491750429, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029639889196676001, "pct_minority_2040": 0.732548476454294, "pct_spfam_2040": 0.170320404721754, "pct_lep_2040": 0.132045552832637, "pct_below200_2040": 0.55086158977209609, "pct_disab_2040": 0.22714681440443199, "pct_zvhhs_2040": 0.62625741552746994, "pct_hus_rent50_2040": 0.27689352360043901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.41761499975739, 37.776599999742473 ], [ -122.418704000426857, 37.775644999727668 ], [ -122.415561000063605, 37.773101000076693 ], [ -122.413160999865113, 37.774992000052578 ], [ -122.411605999938629, 37.776221000128309 ], [ -122.409387000388421, 37.777977000314301 ], [ -122.407158999719044, 37.779739000204593 ], [ -122.405719000318626, 37.780878000216788 ], [ -122.404932999597861, 37.781500000324243 ], [ -122.402708000199851, 37.783258999684442 ], [ -122.406061999551966, 37.785757000311676 ], [ -122.407450999797092, 37.784603999893598 ], [ -122.408104000448489, 37.784019999647022 ], [ -122.408952000195228, 37.78328799978933 ], [ -122.410336000417516, 37.782244999855479 ], [ -122.412548000295018, 37.780507999720115 ], [ -122.413365000079637, 37.779862000308178 ], [ -122.416291999634481, 37.777493999887838 ], [ -122.41761499975739, 37.776599999742473 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017700", "NAME": "Census Tract 177", "state": "06", "county_fips": "075", "tract": "017700", "county_name": "San Francisco County", "tot_pop_2050": 1956, "tot_pop_pov_det_2050": 1944, "tot_pop_civ_ni_2050": 1956, "tot_hh_2050": 758, "pop_zvhhs_2050": 236, "tot_fam_2050": 337, "tot_pop_over5_2050": 1850, "pop_hus_rent50_2050": 65, "pop_minority_2050": 1284, "pop_over75_2050": 67, "pop_spfam_2050": 30, "pop_lep_2050": 113, "pop_below200_2050": 419, "pop_disability_2050": 132, "pct_minority_2050": 0.65644171779141103, "pct_over75_2050": 0.034253578732106341, "pct_spfam_2050": 0.089020771513353122, "pct_lep_2050": 0.061081081081081075, "pct_below200_2050": 0.21553497942386832, "pct_disab_2050": 0.067484662576687129, "pct_zvhhs_2050": 0.31134564643799473, "pct_hus_rent50_2050": 0.085751978891820568, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033857315598549001, "pct_minority_2040": 0.5652962515114871, "pct_spfam_2040": 0.063291139240506, "pct_lep_2040": 0.14019851116625301, "pct_below200_2040": 0.32648125755743701, "pct_disab_2040": 0.15779927448609399, "pct_zvhhs_2040": 0.32373113854595298, "pct_hus_rent50_2040": 0.126801152737752, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.418704000426857, 37.775644999727668 ], [ -122.419219000087665, 37.775316000186052 ], [ -122.417793999857537, 37.770435000077377 ], [ -122.417802000253459, 37.768405000011811 ], [ -122.417486999710846, 37.765182999783143 ], [ -122.417331999900156, 37.763571999935351 ], [ -122.413587999662354, 37.763822999966798 ], [ -122.413002999681368, 37.764091000217221 ], [ -122.408424000115645, 37.764426999943602 ], [ -122.405089999956687, 37.764627999823809 ], [ -122.404496999579749, 37.764664000062623 ], [ -122.404990000397575, 37.769714999869393 ], [ -122.408007000364108, 37.769244000189062 ], [ -122.409736000367872, 37.770349000034635 ], [ -122.410931000444236, 37.769411000075216 ], [ -122.412479999624622, 37.770629999696482 ], [ -122.415561000063605, 37.773101000076693 ], [ -122.418704000426857, 37.775644999727668 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017801", "NAME": "Census Tract 178.01", "state": "06", "county_fips": "075", "tract": "017801", "county_name": "San Francisco County", "tot_pop_2050": 3654, "tot_pop_pov_det_2050": 3654, "tot_pop_civ_ni_2050": 3654, "tot_hh_2050": 2389, "pop_zvhhs_2050": 1698, "tot_fam_2050": 833, "tot_pop_over5_2050": 3564, "pop_hus_rent50_2050": 90, "pop_minority_2050": 2525, "pop_over75_2050": 1343, "pop_spfam_2050": 0, "pop_lep_2050": 1322, "pop_below200_2050": 1808, "pop_disability_2050": 1244, "pct_minority_2050": 0.69102353585112208, "pct_over75_2050": 0.36754241926655717, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.37093153759820413, "pct_below200_2050": 0.49480021893815002, "pct_disab_2050": 0.34044882320744391, "pct_zvhhs_2050": 0.71075763917957302, "pct_hus_rent50_2050": 0.037672666387609882, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.41095890410958902, "pct_minority_2040": 0.74103065883887798, "pct_spfam_2040": 0.053054662379420997, "pct_lep_2040": 0.41737985516787396, "pct_below200_2040": 0.57793058284217391, "pct_disab_2040": 0.45205479452054798, "pct_zvhhs_2040": 0.71890435563538402, "pct_hus_rent50_2040": 0.053302961275626004, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.404932999597861, 37.781500000324243 ], [ -122.403386999892192, 37.780264999779426 ], [ -122.401842999836347, 37.779031999998068 ], [ -122.397385999571014, 37.782553999779388 ], [ -122.398929999626873, 37.783784999768983 ], [ -122.40046799983493, 37.785030000102189 ], [ -122.402708000199851, 37.783258999684442 ], [ -122.404932999597861, 37.781500000324243 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017802", "NAME": "Census Tract 178.02", "state": "06", "county_fips": "075", "tract": "017802", "county_name": "San Francisco County", "tot_pop_2050": 5782, "tot_pop_pov_det_2050": 5771, "tot_pop_civ_ni_2050": 5756, "tot_hh_2050": 2535, "pop_zvhhs_2050": 1512, "tot_fam_2050": 936, "tot_pop_over5_2050": 5582, "pop_hus_rent50_2050": 507, "pop_minority_2050": 3863, "pop_over75_2050": 142, "pop_spfam_2050": 130, "pop_lep_2050": 590, "pop_below200_2050": 2746, "pop_disability_2050": 952, "pct_minority_2050": 0.66810792113455553, "pct_over75_2050": 0.02455897613282601, "pct_spfam_2050": 0.1388888888888889, "pct_lep_2050": 0.1056968828376926, "pct_below200_2050": 0.4758274129267025, "pct_disab_2050": 0.16539263377345378, "pct_zvhhs_2050": 0.59644970414201182, "pct_hus_rent50_2050": 0.2, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.050383097283492002, "pct_minority_2040": 0.58393313211051789, "pct_spfam_2040": 0.158518518518519, "pct_lep_2040": 0.095874355368025993, "pct_below200_2040": 0.32736156351791496, "pct_disab_2040": 0.22888732063044001, "pct_zvhhs_2040": 0.49173333333333291, "pct_hus_rent50_2040": 0.15488976823063902, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.413160999865113, 37.774992000052578 ], [ -122.415561000063605, 37.773101000076693 ], [ -122.412479999624622, 37.770629999696482 ], [ -122.408516000177144, 37.773760000132995 ], [ -122.404069999782479, 37.777273000158971 ], [ -122.401842999836347, 37.779031999998068 ], [ -122.403386999892192, 37.780264999779426 ], [ -122.404932999597861, 37.781500000324243 ], [ -122.405719000318626, 37.780878000216788 ], [ -122.407158999719044, 37.779739000204593 ], [ -122.409387000388421, 37.777977000314301 ], [ -122.411605999938629, 37.776221000128309 ], [ -122.413160999865113, 37.774992000052578 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075017902", "NAME": "Census Tract 179.02", "state": "06", "county_fips": "075", "tract": "017902", "county_name": "San Francisco County", "tot_pop_2050": 3064, "tot_pop_pov_det_2050": 2977, "tot_pop_civ_ni_2050": 3064, "tot_hh_2050": 595, "pop_zvhhs_2050": 185, "tot_fam_2050": 286, "tot_pop_over5_2050": 2993, "pop_hus_rent50_2050": 130, "pop_minority_2050": 2240, "pop_over75_2050": 7, "pop_spfam_2050": 125, "pop_lep_2050": 118, "pop_below200_2050": 1929, "pop_disability_2050": 517, "pct_minority_2050": 0.7310704960835509, "pct_over75_2050": 0.0022845953002610967, "pct_spfam_2050": 0.43706293706293708, "pct_lep_2050": 0.039425325760106919, "pct_below200_2050": 0.64796775277124619, "pct_disab_2050": 0.16873368146214099, "pct_zvhhs_2050": 0.31092436974789922, "pct_hus_rent50_2050": 0.21848739495798319, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0064871878040870003, "pct_minority_2040": 0.72591631527732703, "pct_spfam_2040": 0.52043596730245201, "pct_lep_2040": 0.075722351378279998, "pct_below200_2040": 0.71121297602256706, "pct_disab_2040": 0.17030283295343498, "pct_zvhhs_2040": 0.27070063694267499, "pct_hus_rent50_2040": 0.34459459459459496, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.377678999616535, 37.830460000054437 ], [ -122.378961999556438, 37.82689700025999 ], [ -122.371268999939801, 37.814668999998766 ], [ -122.372835999561829, 37.811067999779553 ], [ -122.371648999881373, 37.809378999817099 ], [ -122.367138000087706, 37.807428999929151 ], [ -122.362294000208124, 37.807016000016048 ], [ -122.361106999629314, 37.808028999865222 ], [ -122.360775000266614, 37.812830999742012 ], [ -122.35877900029918, 37.814277999936351 ], [ -122.364289000350638, 37.81886999969548 ], [ -122.362910999976165, 37.822695999733909 ], [ -122.368751999565433, 37.831285999917093 ], [ -122.373453000228224, 37.832297999816937 ], [ -122.377678999616535, 37.830460000054437 ] ] ], [ [ [ -122.332045780637515, 37.787760346846248 ], [ -122.332270000132453, 37.78151700022859 ], [ -122.3275616198096, 37.780644112139711 ], [ -122.332045780637515, 37.787760346846248 ] ] ], [ [ [ -122.42036573637877, 37.863342297053983 ], [ -122.41982734907954, 37.860083008561723 ], [ -122.418470000075132, 37.861763999879607 ], [ -122.419584999785556, 37.863282000203881 ], [ -122.42036573637877, 37.863342297053983 ] ] ], [ [ [ -122.375978999925096, 37.738477000322867 ], [ -122.376457999600859, 37.738252000240315 ], [ -122.375137000026129, 37.737802999695631 ], [ -122.374916000093194, 37.737452999795146 ], [ -122.375167999988264, 37.736504000314888 ], [ -122.371996000211013, 37.737043000344393 ], [ -122.373536999893801, 37.737176000172425 ], [ -122.374327999739123, 37.737789999982652 ], [ -122.375978999925096, 37.738477000322867 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075018000", "NAME": "Census Tract 180", "state": "06", "county_fips": "075", "tract": "018000", "county_name": "San Francisco County", "tot_pop_2050": 3091, "tot_pop_pov_det_2050": 2854, "tot_pop_civ_ni_2050": 2854, "tot_hh_2050": 1289, "pop_zvhhs_2050": 503, "tot_fam_2050": 448, "tot_pop_over5_2050": 3044, "pop_hus_rent50_2050": 113, "pop_minority_2050": 1696, "pop_over75_2050": 21, "pop_spfam_2050": 31, "pop_lep_2050": 55, "pop_below200_2050": 770, "pop_disability_2050": 450, "pct_minority_2050": 0.54868974441928176, "pct_over75_2050": 0.0067939178259462957, "pct_spfam_2050": 0.069196428571428575, "pct_lep_2050": 0.018068331143232589, "pct_below200_2050": 0.2697967764540995, "pct_disab_2050": 0.15767344078486334, "pct_zvhhs_2050": 0.39022498060512018, "pct_hus_rent50_2050": 0.087664856477889838, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.60210396039603997, "pct_spfam_2040": 0.025943396226415002, "pct_lep_2040": 0.061003607740242993, "pct_below200_2040": 0.29961538461538501, "pct_disab_2040": 0.130612244897959, "pct_zvhhs_2040": 0.25572801182557298, "pct_hus_rent50_2040": 0.11987381703469999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.412479999624622, 37.770629999696482 ], [ -122.410931000444236, 37.769411000075216 ], [ -122.409736000367872, 37.770349000034635 ], [ -122.408007000364108, 37.769244000189062 ], [ -122.404990000397575, 37.769714999869393 ], [ -122.404391000172851, 37.769749999943009 ], [ -122.401657000063508, 37.771817000108477 ], [ -122.399432999592122, 37.773572999808827 ], [ -122.400981999670833, 37.774808999717898 ], [ -122.398754999724702, 37.776567999962538 ], [ -122.397205999646005, 37.775332000348705 ], [ -122.392750000103916, 37.778852000232334 ], [ -122.397385999571014, 37.782553999779388 ], [ -122.401842999836347, 37.779031999998068 ], [ -122.404069999782479, 37.777273000158971 ], [ -122.408516000177144, 37.773760000132995 ], [ -122.412479999624622, 37.770629999696482 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020100", "NAME": "Census Tract 201", "state": "06", "county_fips": "075", "tract": "020100", "county_name": "San Francisco County", "tot_pop_2050": 6039, "tot_pop_pov_det_2050": 6039, "tot_pop_civ_ni_2050": 6039, "tot_hh_2050": 3309, "pop_zvhhs_2050": 2030, "tot_fam_2050": 941, "tot_pop_over5_2050": 5844, "pop_hus_rent50_2050": 655, "pop_minority_2050": 4067, "pop_over75_2050": 443, "pop_spfam_2050": 159, "pop_lep_2050": 733, "pop_below200_2050": 2824, "pop_disability_2050": 1366, "pct_minority_2050": 0.67345587017718167, "pct_over75_2050": 0.073356515979466796, "pct_spfam_2050": 0.1689691817215728, "pct_lep_2050": 0.12542778918548941, "pct_below200_2050": 0.46762709057791019, "pct_disab_2050": 0.22619639013081635, "pct_zvhhs_2050": 0.61347839226352374, "pct_hus_rent50_2050": 0.19794499848896949, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.069431234544417006, "pct_minority_2040": 0.65094160167395898, "pct_spfam_2040": 0.25930851063829802, "pct_lep_2040": 0.15611482500983098, "pct_below200_2040": 0.50970593888141502, "pct_disab_2040": 0.23758797793418304, "pct_zvhhs_2040": 0.56353591160220995, "pct_hus_rent50_2040": 0.22407267221801699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.42262000019376, 37.772503000048523 ], [ -122.422364999925662, 37.769867999825586 ], [ -122.422308000024231, 37.769277999949807 ], [ -122.422044000433601, 37.76653999985777 ], [ -122.421732000264058, 37.763300000308973 ], [ -122.417331999900156, 37.763571999935351 ], [ -122.417486999710846, 37.765182999783143 ], [ -122.417802000253459, 37.768405000011811 ], [ -122.417793999857537, 37.770435000077377 ], [ -122.419219000087665, 37.775316000186052 ], [ -122.419333999715406, 37.77521000026362 ], [ -122.422185999825487, 37.772908999913213 ], [ -122.42262000019376, 37.772503000048523 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020200", "NAME": "Census Tract 202", "state": "06", "county_fips": "075", "tract": "020200", "county_name": "San Francisco County", "tot_pop_2050": 6181, "tot_pop_pov_det_2050": 6181, "tot_pop_civ_ni_2050": 6181, "tot_hh_2050": 3143, "pop_zvhhs_2050": 1316, "tot_fam_2050": 1170, "tot_pop_over5_2050": 6006, "pop_hus_rent50_2050": 383, "pop_minority_2050": 3144, "pop_over75_2050": 433, "pop_spfam_2050": 176, "pop_lep_2050": 337, "pop_below200_2050": 1818, "pop_disability_2050": 966, "pct_minority_2050": 0.50865555735317913, "pct_over75_2050": 0.070053389419187831, "pct_spfam_2050": 0.15042735042735042, "pct_lep_2050": 0.056110556110556112, "pct_below200_2050": 0.29412716388933829, "pct_disab_2050": 0.15628539071347675, "pct_zvhhs_2050": 0.41870824053452121, "pct_hus_rent50_2050": 0.12185809735921095, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049144582354914007, "pct_minority_2040": 0.48490439449849004, "pct_spfam_2040": 0.12918660287081302, "pct_lep_2040": 0.05, "pct_below200_2040": 0.32824555518282506, "pct_disab_2040": 0.17779268701777898, "pct_zvhhs_2040": 0.46297488731487391, "pct_hus_rent50_2040": 0.10675808031341802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.426947999689361, 37.769175000083415 ], [ -122.426713000411027, 37.768981999837195 ], [ -122.426462000340848, 37.766271999960033 ], [ -122.426293000286449, 37.764651000096755 ], [ -122.426136999752515, 37.763035999673271 ], [ -122.421732000264058, 37.763300000308973 ], [ -122.422044000433601, 37.76653999985777 ], [ -122.422308000024231, 37.769277999949807 ], [ -122.422364999925662, 37.769867999825586 ], [ -122.42262000019376, 37.772503000048523 ], [ -122.423641000192873, 37.771827999942396 ], [ -122.424929000155657, 37.770778000152951 ], [ -122.426402000066403, 37.769595999921307 ], [ -122.426947999689361, 37.769175000083415 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020300", "NAME": "Census Tract 203", "state": "06", "county_fips": "075", "tract": "020300", "county_name": "San Francisco County", "tot_pop_2050": 3413, "tot_pop_pov_det_2050": 3405, "tot_pop_civ_ni_2050": 3413, "tot_hh_2050": 1760, "pop_zvhhs_2050": 696, "tot_fam_2050": 526, "tot_pop_over5_2050": 3311, "pop_hus_rent50_2050": 112, "pop_minority_2050": 1264, "pop_over75_2050": 64, "pop_spfam_2050": 34, "pop_lep_2050": 25, "pop_below200_2050": 562, "pop_disability_2050": 288, "pct_minority_2050": 0.37034866686199824, "pct_over75_2050": 0.018751831233518899, "pct_spfam_2050": 0.064638783269961975, "pct_lep_2050": 0.0075505889459377825, "pct_below200_2050": 0.16505139500734214, "pct_disab_2050": 0.084383240550835042, "pct_zvhhs_2050": 0.3954545454545455, "pct_hus_rent50_2050": 0.06363636363636363, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056213017751479001, "pct_minority_2040": 0.34779750164365503, "pct_spfam_2040": 0.21039603960396, "pct_lep_2040": 0.028206850235057004, "pct_below200_2040": 0.20841551610782397, "pct_disab_2040": 0.10486522024983599, "pct_zvhhs_2040": 0.33737864077669893, "pct_hus_rent50_2040": 0.107277289836888, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.435192999675067, 37.762726999838563 ], [ -122.4351879996522, 37.762670999649913 ], [ -122.432123999829969, 37.762667999904941 ], [ -122.430727000087245, 37.762752999734204 ], [ -122.426136999752515, 37.763035999673271 ], [ -122.426293000286449, 37.764651000096755 ], [ -122.426462000340848, 37.766271999960033 ], [ -122.426713000411027, 37.768981999837195 ], [ -122.426947999689361, 37.769175000083415 ], [ -122.428634999860293, 37.767845999997839 ], [ -122.428948999679662, 37.767503999664022 ], [ -122.430824000171611, 37.766013999919942 ], [ -122.435192999675067, 37.762726999838563 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020401", "NAME": "Census Tract 204.01", "state": "06", "county_fips": "075", "tract": "020401", "county_name": "San Francisco County", "tot_pop_2050": 3260, "tot_pop_pov_det_2050": 3260, "tot_pop_civ_ni_2050": 3260, "tot_hh_2050": 1590, "pop_zvhhs_2050": 233, "tot_fam_2050": 536, "tot_pop_over5_2050": 3165, "pop_hus_rent50_2050": 95, "pop_minority_2050": 984, "pop_over75_2050": 92, "pop_spfam_2050": 11, "pop_lep_2050": 11, "pop_below200_2050": 349, "pop_disability_2050": 319, "pct_minority_2050": 0.30184049079754605, "pct_over75_2050": 0.028220858895705518, "pct_spfam_2050": 0.020522388059701489, "pct_lep_2050": 0.0034755134281200628, "pct_below200_2050": 0.1070552147239264, "pct_disab_2050": 0.097852760736196323, "pct_zvhhs_2050": 0.14654088050314465, "pct_hus_rent50_2050": 0.059748427672955975, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.017152103559870999, "pct_minority_2040": 0.22103559870550196, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.012965425531915001, "pct_below200_2040": 0.088033909357679005, "pct_disab_2040": 0.07993527508090599, "pct_zvhhs_2040": 0.084316037735849003, "pct_hus_rent50_2040": 0.081242532855435992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.447915000017574, 37.757589000085041 ], [ -122.446950000094944, 37.756549999807383 ], [ -122.445283000015479, 37.756572999751334 ], [ -122.44448499959914, 37.756353999994722 ], [ -122.445105999565158, 37.756960999859096 ], [ -122.442220000018182, 37.756639000261053 ], [ -122.442257999652995, 37.757733999706495 ], [ -122.442174999812337, 37.758938999818874 ], [ -122.439167000066618, 37.759028000239319 ], [ -122.439336999945922, 37.760627000321925 ], [ -122.439490999931692, 37.762226999849162 ], [ -122.440167999974221, 37.762187000158526 ], [ -122.444195999894148, 37.761947000139962 ], [ -122.446384000380519, 37.761815999937433 ], [ -122.446782999690384, 37.761780999659713 ], [ -122.446394000426281, 37.760907000056598 ], [ -122.446395000251172, 37.758855999801121 ], [ -122.447915000017574, 37.757589000085041 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020402", "NAME": "Census Tract 204.02", "state": "06", "county_fips": "075", "tract": "020402", "county_name": "San Francisco County", "tot_pop_2050": 4675, "tot_pop_pov_det_2050": 4675, "tot_pop_civ_ni_2050": 4675, "tot_hh_2050": 2495, "pop_zvhhs_2050": 290, "tot_fam_2050": 835, "tot_pop_over5_2050": 4540, "pop_hus_rent50_2050": 195, "pop_minority_2050": 1826, "pop_over75_2050": 224, "pop_spfam_2050": 19, "pop_lep_2050": 58, "pop_below200_2050": 685, "pop_disability_2050": 301, "pct_minority_2050": 0.39058823529411762, "pct_over75_2050": 0.047914438502673802, "pct_spfam_2050": 0.022754491017964076, "pct_lep_2050": 0.01277533039647577, "pct_below200_2050": 0.14652406417112301, "pct_disab_2050": 0.064385026737967921, "pct_zvhhs_2050": 0.11623246492985972, "pct_hus_rent50_2050": 0.078156312625250496, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080184108527132009, "pct_minority_2040": 0.29554263565891498, "pct_spfam_2040": 0.116766467065868, "pct_lep_2040": 0.032452830188678998, "pct_below200_2040": 0.12548449612403098, "pct_disab_2040": 0.12136627906976701, "pct_zvhhs_2040": 0.079127977392005999, "pct_hus_rent50_2040": 0.13141683778234101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.449447000377816, 37.746659999900466 ], [ -122.450839999922607, 37.745903999706904 ], [ -122.449362999813914, 37.746128999971276 ], [ -122.447398999633535, 37.746595999987825 ], [ -122.444857000043143, 37.747025000075531 ], [ -122.444555999744253, 37.746686999891345 ], [ -122.444620000216673, 37.747081000032622 ], [ -122.443420999942347, 37.750099000336526 ], [ -122.443255000260962, 37.750769000211754 ], [ -122.442524999616708, 37.752379999756734 ], [ -122.440345000424543, 37.755228000243648 ], [ -122.438864000117917, 37.75543400032717 ], [ -122.439167000066618, 37.759028000239319 ], [ -122.442174999812337, 37.758938999818874 ], [ -122.442257999652995, 37.757733999706495 ], [ -122.442220000018182, 37.756639000261053 ], [ -122.445105999565158, 37.756960999859096 ], [ -122.44448499959914, 37.756353999994722 ], [ -122.445283000015479, 37.756572999751334 ], [ -122.446950000094944, 37.756549999807383 ], [ -122.445348000312805, 37.755619000333958 ], [ -122.447942999606653, 37.755532000096629 ], [ -122.446734000184904, 37.753572999968974 ], [ -122.447089999837033, 37.75150499982059 ], [ -122.449423000088373, 37.750411999971021 ], [ -122.445697000292256, 37.74885500002776 ], [ -122.44779399964375, 37.749408000231774 ], [ -122.449447000377816, 37.746659999900466 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020500", "NAME": "Census Tract 205", "state": "06", "county_fips": "075", "tract": "020500", "county_name": "San Francisco County", "tot_pop_2050": 2949, "tot_pop_pov_det_2050": 2924, "tot_pop_civ_ni_2050": 2924, "tot_hh_2050": 1398, "pop_zvhhs_2050": 421, "tot_fam_2050": 560, "tot_pop_over5_2050": 2835, "pop_hus_rent50_2050": 128, "pop_minority_2050": 742, "pop_over75_2050": 51, "pop_spfam_2050": 51, "pop_lep_2050": 28, "pop_below200_2050": 259, "pop_disability_2050": 285, "pct_minority_2050": 0.25161071549677849, "pct_over75_2050": 0.017293997965412006, "pct_spfam_2050": 0.091071428571428567, "pct_lep_2050": 0.009876543209876543, "pct_below200_2050": 0.088577291381668949, "pct_disab_2050": 0.097469220246238039, "pct_zvhhs_2050": 0.30114449213161659, "pct_hus_rent50_2050": 0.091559370529327597, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045351473922903, "pct_minority_2040": 0.22108843537414999, "pct_spfam_2040": 0.203703703703704, "pct_lep_2040": 0.016783762685402, "pct_below200_2040": 0.19043977055449299, "pct_disab_2040": 0.057361376673039997, "pct_zvhhs_2040": 0.23567802755620001, "pct_hus_rent50_2040": 0.11729323308270699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.439490999931692, 37.762226999849162 ], [ -122.439336999945922, 37.760627000321925 ], [ -122.439167000066618, 37.759028000239319 ], [ -122.438864000117917, 37.75543400032717 ], [ -122.43776899960065, 37.755541000199401 ], [ -122.434545999769753, 37.756093000148297 ], [ -122.43469800010574, 37.757686999840708 ], [ -122.43485399974135, 37.759288999673878 ], [ -122.435001000054442, 37.760888999735236 ], [ -122.4351879996522, 37.762670999649913 ], [ -122.435192999675067, 37.762726999838563 ], [ -122.435837000105607, 37.762485000316914 ], [ -122.439490999931692, 37.762226999849162 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020600", "NAME": "Census Tract 206", "state": "06", "county_fips": "075", "tract": "020600", "county_name": "San Francisco County", "tot_pop_2050": 5203, "tot_pop_pov_det_2050": 5203, "tot_pop_civ_ni_2050": 5203, "tot_hh_2050": 2738, "pop_zvhhs_2050": 695, "tot_fam_2050": 1016, "tot_pop_over5_2050": 4867, "pop_hus_rent50_2050": 145, "pop_minority_2050": 1428, "pop_over75_2050": 263, "pop_spfam_2050": 61, "pop_lep_2050": 93, "pop_below200_2050": 551, "pop_disability_2050": 639, "pct_minority_2050": 0.27445704401306936, "pct_over75_2050": 0.050547760907168934, "pct_spfam_2050": 0.060039370078740162, "pct_lep_2050": 0.019108280254777069, "pct_below200_2050": 0.10590044205266193, "pct_disab_2050": 0.12281376129156255, "pct_zvhhs_2050": 0.25383491599707808, "pct_hus_rent50_2050": 0.05295836376917458, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053831126546559992, "pct_minority_2040": 0.27262860863902799, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.025402585620322004, "pct_below200_2040": 0.175168222270458, "pct_disab_2040": 0.14000434121988301, "pct_zvhhs_2040": 0.36391792489353503, "pct_hus_rent50_2040": 0.087942697970552985, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.4351879996522, 37.762670999649913 ], [ -122.435001000054442, 37.760888999735236 ], [ -122.43485399974135, 37.759288999673878 ], [ -122.43469800010574, 37.757686999840708 ], [ -122.434545999769753, 37.756093000148297 ], [ -122.43233100041752, 37.756226999838823 ], [ -122.430115000342042, 37.756359999996661 ], [ -122.425531999680047, 37.756636000271463 ], [ -122.425684999840897, 37.758232000287862 ], [ -122.425836000351964, 37.759835000345333 ], [ -122.426136999752515, 37.763035999673271 ], [ -122.430727000087245, 37.762752999734204 ], [ -122.432123999829969, 37.762667999904941 ], [ -122.4351879996522, 37.762670999649913 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020700", "NAME": "Census Tract 207", "state": "06", "county_fips": "075", "tract": "020700", "county_name": "San Francisco County", "tot_pop_2050": 5075, "tot_pop_pov_det_2050": 5075, "tot_pop_civ_ni_2050": 5075, "tot_hh_2050": 2491, "pop_zvhhs_2050": 1053, "tot_fam_2050": 870, "tot_pop_over5_2050": 4803, "pop_hus_rent50_2050": 98, "pop_minority_2050": 2078, "pop_over75_2050": 119, "pop_spfam_2050": 32, "pop_lep_2050": 315, "pop_below200_2050": 672, "pop_disability_2050": 216, "pct_minority_2050": 0.40945812807881771, "pct_over75_2050": 0.023448275862068969, "pct_spfam_2050": 0.036781609195402298, "pct_lep_2050": 0.065584009993753897, "pct_below200_2050": 0.13241379310344828, "pct_disab_2050": 0.042561576354679803, "pct_zvhhs_2050": 0.42272179847450825, "pct_hus_rent50_2050": 0.039341629867523084, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037958356366317003, "pct_minority_2040": 0.308457711442786, "pct_spfam_2040": 0.18543956043956, "pct_lep_2040": 0.023344814389590997, "pct_below200_2040": 0.16307352128247699, "pct_disab_2040": 0.065229408512991, "pct_zvhhs_2040": 0.33212865919768703, "pct_hus_rent50_2040": 0.08565233104445201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.426136999752515, 37.763035999673271 ], [ -122.425836000351964, 37.759835000345333 ], [ -122.425684999840897, 37.758232000287862 ], [ -122.425531999680047, 37.756636000271463 ], [ -122.425384000440317, 37.755034999824296 ], [ -122.420963999984949, 37.755294999837311 ], [ -122.421117999970747, 37.756902000297899 ], [ -122.421425000117409, 37.760101000232268 ], [ -122.421578000278288, 37.761700999774405 ], [ -122.421732000264058, 37.763300000308973 ], [ -122.426136999752515, 37.763035999673271 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020800", "NAME": "Census Tract 208", "state": "06", "county_fips": "075", "tract": "020800", "county_name": "San Francisco County", "tot_pop_2050": 6399, "tot_pop_pov_det_2050": 6399, "tot_pop_civ_ni_2050": 6399, "tot_hh_2050": 2719, "pop_zvhhs_2050": 1450, "tot_fam_2050": 823, "tot_pop_over5_2050": 6186, "pop_hus_rent50_2050": 475, "pop_minority_2050": 3962, "pop_over75_2050": 245, "pop_spfam_2050": 78, "pop_lep_2050": 524, "pop_below200_2050": 1651, "pop_disability_2050": 709, "pct_minority_2050": 0.61915924363181751, "pct_over75_2050": 0.038287232380059377, "pct_spfam_2050": 0.094775212636695, "pct_lep_2050": 0.084707403815066279, "pct_below200_2050": 0.2580090639162369, "pct_disab_2050": 0.11079856227535552, "pct_zvhhs_2050": 0.53328429569694735, "pct_hus_rent50_2050": 0.17469657962486207, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.051763183435780999, "pct_minority_2040": 0.69540601747007402, "pct_spfam_2040": 0.074974670719352002, "pct_lep_2040": 0.16795043536503698, "pct_below200_2040": 0.42736978324166902, "pct_disab_2040": 0.110805564542219, "pct_zvhhs_2040": 0.46129289704708704, "pct_hus_rent50_2040": 0.24041237113402103, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.421732000264058, 37.763300000308973 ], [ -122.421578000278288, 37.761700999774405 ], [ -122.421425000117409, 37.760101000232268 ], [ -122.421117999970747, 37.756902000297899 ], [ -122.420963999984949, 37.755294999837311 ], [ -122.418747999909471, 37.755436999655309 ], [ -122.416566999994075, 37.755567999790905 ], [ -122.416720000154953, 37.757167000088721 ], [ -122.41687199959263, 37.758763999980594 ], [ -122.417025999578428, 37.760366999872879 ], [ -122.417178999739278, 37.761967999977394 ], [ -122.417331999900156, 37.763571999935351 ], [ -122.421732000264058, 37.763300000308973 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075020900", "NAME": "Census Tract 209", "state": "06", "county_fips": "075", "tract": "020900", "county_name": "San Francisco County", "tot_pop_2050": 4746, "tot_pop_pov_det_2050": 4724, "tot_pop_civ_ni_2050": 4746, "tot_hh_2050": 1887, "pop_zvhhs_2050": 827, "tot_fam_2050": 750, "tot_pop_over5_2050": 4640, "pop_hus_rent50_2050": 247, "pop_minority_2050": 2771, "pop_over75_2050": 303, "pop_spfam_2050": 163, "pop_lep_2050": 771, "pop_below200_2050": 1515, "pop_disability_2050": 720, "pct_minority_2050": 0.58386009270965022, "pct_over75_2050": 0.063843236409608095, "pct_spfam_2050": 0.21733333333333327, "pct_lep_2050": 0.16616379310344828, "pct_below200_2050": 0.32070279424216763, "pct_disab_2050": 0.15170670037926676, "pct_zvhhs_2050": 0.43826179120296771, "pct_hus_rent50_2050": 0.13089560148383678, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034300232902816002, "pct_minority_2040": 0.66144399745924209, "pct_spfam_2040": 0.19787516600265601, "pct_lep_2040": 0.17455102934735001, "pct_below200_2040": 0.46447507953340395, "pct_disab_2040": 0.12047427482532302, "pct_zvhhs_2040": 0.44843568945538798, "pct_hus_rent50_2040": 0.174480712166172, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.420963999984949, 37.755294999837311 ], [ -122.42081199964899, 37.753702999817548 ], [ -122.420665000234195, 37.752103999941056 ], [ -122.420507000050435, 37.750505999682176 ], [ -122.420281999919553, 37.748161000048682 ], [ -122.418205999586164, 37.748202999730921 ], [ -122.415869999860107, 37.748266999674435 ], [ -122.416108000409807, 37.750770999653191 ], [ -122.416413000008305, 37.753967999702958 ], [ -122.416566999994075, 37.755567999790905 ], [ -122.418747999909471, 37.755436999655309 ], [ -122.420963999984949, 37.755294999837311 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021000", "NAME": "Census Tract 210", "state": "06", "county_fips": "075", "tract": "021000", "county_name": "San Francisco County", "tot_pop_2050": 4692, "tot_pop_pov_det_2050": 4680, "tot_pop_civ_ni_2050": 4680, "tot_hh_2050": 2192, "pop_zvhhs_2050": 576, "tot_fam_2050": 683, "tot_pop_over5_2050": 4555, "pop_hus_rent50_2050": 234, "pop_minority_2050": 1978, "pop_over75_2050": 143, "pop_spfam_2050": 44, "pop_lep_2050": 43, "pop_below200_2050": 641, "pop_disability_2050": 501, "pct_minority_2050": 0.42156862745098039, "pct_over75_2050": 0.030477408354646206, "pct_spfam_2050": 0.064421669106881407, "pct_lep_2050": 0.0094401756311745313, "pct_below200_2050": 0.13696581196581198, "pct_disab_2050": 0.10705128205128203, "pct_zvhhs_2050": 0.26277372262773724, "pct_hus_rent50_2050": 0.10675182481751824, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.021290605794556997, "pct_minority_2040": 0.31277436347673399, "pct_spfam_2040": 0.091036414565825979, "pct_lep_2040": 0.037617554858933998, "pct_below200_2040": 0.111160417128911, "pct_disab_2040": 0.072923551443049017, "pct_zvhhs_2040": 0.31756440281030396, "pct_hus_rent50_2040": 0.12806933076552698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.425384000440317, 37.755034999824296 ], [ -122.425239999601999, 37.753436000323902 ], [ -122.425097000385165, 37.751845000140122 ], [ -122.424934000178524, 37.750236999850671 ], [ -122.424776999819727, 37.748644000282589 ], [ -122.424849999614651, 37.747825000312069 ], [ -122.421393000330355, 37.748124000190487 ], [ -122.420281999919553, 37.748161000048682 ], [ -122.420507000050435, 37.750505999682176 ], [ -122.420665000234195, 37.752103999941056 ], [ -122.42081199964899, 37.753702999817548 ], [ -122.420963999984949, 37.755294999837311 ], [ -122.425384000440317, 37.755034999824296 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021100", "NAME": "Census Tract 211", "state": "06", "county_fips": "075", "tract": "021100", "county_name": "San Francisco County", "tot_pop_2050": 4199, "tot_pop_pov_det_2050": 4199, "tot_pop_civ_ni_2050": 4199, "tot_hh_2050": 1887, "pop_zvhhs_2050": 332, "tot_fam_2050": 986, "tot_pop_over5_2050": 3905, "pop_hus_rent50_2050": 68, "pop_minority_2050": 1227, "pop_over75_2050": 316, "pop_spfam_2050": 66, "pop_lep_2050": 121, "pop_below200_2050": 348, "pop_disability_2050": 285, "pct_minority_2050": 0.29221243153131699, "pct_over75_2050": 0.075256013336508693, "pct_spfam_2050": 0.066937119675456389, "pct_lep_2050": 0.03098591549295775, "pct_below200_2050": 0.082876875446534895, "pct_disab_2050": 0.067873303167420809, "pct_zvhhs_2050": 0.17594064652888186, "pct_hus_rent50_2050": 0.036036036036036036, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052091159529175993, "pct_minority_2040": 0.31955922865013803, "pct_spfam_2040": 0.13636363636363599, "pct_lep_2040": 0.0044247787610620006, "pct_below200_2040": 0.14659290922806101, "pct_disab_2040": 0.091660405709991996, "pct_zvhhs_2040": 0.15811965811965803, "pct_hus_rent50_2040": 0.11111111111111099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.434545999769753, 37.756093000148297 ], [ -122.434317000339206, 37.753690000056018 ], [ -122.434240000346335, 37.752891000058817 ], [ -122.434089999660173, 37.751303999795162 ], [ -122.429659000232448, 37.751570999879469 ], [ -122.425097000385165, 37.751845000140122 ], [ -122.425239999601999, 37.753436000323902 ], [ -122.425384000440317, 37.755034999824296 ], [ -122.425531999680047, 37.756636000271463 ], [ -122.430115000342042, 37.756359999996661 ], [ -122.43233100041752, 37.756226999838823 ], [ -122.434545999769753, 37.756093000148297 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021200", "NAME": "Census Tract 212", "state": "06", "county_fips": "075", "tract": "021200", "county_name": "San Francisco County", "tot_pop_2050": 3095, "tot_pop_pov_det_2050": 3084, "tot_pop_civ_ni_2050": 3084, "tot_hh_2050": 1453, "pop_zvhhs_2050": 144, "tot_fam_2050": 785, "tot_pop_over5_2050": 2830, "pop_hus_rent50_2050": 62, "pop_minority_2050": 925, "pop_over75_2050": 114, "pop_spfam_2050": 37, "pop_lep_2050": 0, "pop_below200_2050": 119, "pop_disability_2050": 208, "pct_minority_2050": 0.29886914378029078, "pct_over75_2050": 0.036833602584814218, "pct_spfam_2050": 0.047133757961783436, "pct_lep_2050": 0.0, "pct_below200_2050": 0.038586251621271078, "pct_disab_2050": 0.06744487678339818, "pct_zvhhs_2050": 0.099105299380591871, "pct_hus_rent50_2050": 0.042670337233310401, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032371569317382005, "pct_minority_2040": 0.24067558057705801, "pct_spfam_2040": 0.080789946140035998, "pct_lep_2040": 0.0055720653788999992, "pct_below200_2040": 0.13418079096045199, "pct_disab_2040": 0.042019774011298992, "pct_zvhhs_2040": 0.093184979137690999, "pct_hus_rent50_2040": 0.078114004222379005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.442524999616708, 37.752379999756734 ], [ -122.443255000260962, 37.750769000211754 ], [ -122.438474000130569, 37.751023999938077 ], [ -122.434089999660173, 37.751303999795162 ], [ -122.434240000346335, 37.752891000058817 ], [ -122.434317000339206, 37.753690000056018 ], [ -122.434545999769753, 37.756093000148297 ], [ -122.43776899960065, 37.755541000199401 ], [ -122.438864000117917, 37.75543400032717 ], [ -122.440345000424543, 37.755228000243648 ], [ -122.442524999616708, 37.752379999756734 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021300", "NAME": "Census Tract 213", "state": "06", "county_fips": "075", "tract": "021300", "county_name": "San Francisco County", "tot_pop_2050": 2650, "tot_pop_pov_det_2050": 2650, "tot_pop_civ_ni_2050": 2650, "tot_hh_2050": 1250, "pop_zvhhs_2050": 80, "tot_fam_2050": 608, "tot_pop_over5_2050": 2501, "pop_hus_rent50_2050": 29, "pop_minority_2050": 751, "pop_over75_2050": 93, "pop_spfam_2050": 36, "pop_lep_2050": 11, "pop_below200_2050": 226, "pop_disability_2050": 152, "pct_minority_2050": 0.28339622641509432, "pct_over75_2050": 0.03509433962264151, "pct_spfam_2050": 0.059210526315789477, "pct_lep_2050": 0.0043982407037185135, "pct_below200_2050": 0.085283018867924526, "pct_disab_2050": 0.057358490566037736, "pct_zvhhs_2050": 0.064, "pct_hus_rent50_2050": 0.0232, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046839299314547007, "pct_minority_2040": 0.25209444021325195, "pct_spfam_2040": 0.067681895093062994, "pct_lep_2040": 0.018359853121174999, "pct_below200_2040": 0.116907844630617, "pct_disab_2040": 0.065498857578065992, "pct_zvhhs_2040": 0.098305084745762994, "pct_hus_rent50_2040": 0.042992261392948997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.444620000216673, 37.747081000032622 ], [ -122.444555999744253, 37.746686999891345 ], [ -122.44396099971749, 37.746765000125535 ], [ -122.441408000256445, 37.748610000270766 ], [ -122.438245999626631, 37.748665000344793 ], [ -122.438089999991007, 37.747049999681096 ], [ -122.435915999748332, 37.747179000210743 ], [ -122.433697000198109, 37.747296999876113 ], [ -122.433769000168141, 37.748097000013558 ], [ -122.434089999660173, 37.751303999795162 ], [ -122.438474000130569, 37.751023999938077 ], [ -122.443255000260962, 37.750769000211754 ], [ -122.443420999942347, 37.750099000336526 ], [ -122.444620000216673, 37.747081000032622 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021400", "NAME": "Census Tract 214", "state": "06", "county_fips": "075", "tract": "021400", "county_name": "San Francisco County", "tot_pop_2050": 3783, "tot_pop_pov_det_2050": 3783, "tot_pop_civ_ni_2050": 3783, "tot_hh_2050": 1744, "pop_zvhhs_2050": 272, "tot_fam_2050": 798, "tot_pop_over5_2050": 3484, "pop_hus_rent50_2050": 131, "pop_minority_2050": 1144, "pop_over75_2050": 207, "pop_spfam_2050": 63, "pop_lep_2050": 46, "pop_below200_2050": 292, "pop_disability_2050": 284, "pct_minority_2050": 0.30240549828178692, "pct_over75_2050": 0.05471847739888977, "pct_spfam_2050": 0.078947368421052627, "pct_lep_2050": 0.013203214695752009, "pct_below200_2050": 0.077187417393602964, "pct_disab_2050": 0.075072693629394657, "pct_zvhhs_2050": 0.15596330275229359, "pct_hus_rent50_2050": 0.075114678899082563, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025440878866725001, "pct_minority_2040": 0.30557964729690695, "pct_spfam_2040": 0.074792243767313013, "pct_lep_2040": 0.012566760917373002, "pct_below200_2040": 0.070251517779705008, "pct_disab_2040": 0.042208730847066001, "pct_zvhhs_2040": 0.16033755274261599, "pct_hus_rent50_2040": 0.077063106796115999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.434089999660173, 37.751303999795162 ], [ -122.433769000168141, 37.748097000013558 ], [ -122.433697000198109, 37.747296999876113 ], [ -122.431476999924669, 37.747434000232744 ], [ -122.427044999773713, 37.747696000198154 ], [ -122.424849999614651, 37.747825000312069 ], [ -122.424776999819727, 37.748644000282589 ], [ -122.424934000178524, 37.750236999850671 ], [ -122.425097000385165, 37.751845000140122 ], [ -122.429659000232448, 37.751570999879469 ], [ -122.434089999660173, 37.751303999795162 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021500", "NAME": "Census Tract 215", "state": "06", "county_fips": "075", "tract": "021500", "county_name": "San Francisco County", "tot_pop_2050": 5435, "tot_pop_pov_det_2050": 5435, "tot_pop_civ_ni_2050": 5435, "tot_hh_2050": 2466, "pop_zvhhs_2050": 535, "tot_fam_2050": 1110, "tot_pop_over5_2050": 5028, "pop_hus_rent50_2050": 214, "pop_minority_2050": 2017, "pop_over75_2050": 197, "pop_spfam_2050": 27, "pop_lep_2050": 124, "pop_below200_2050": 766, "pop_disability_2050": 304, "pct_minority_2050": 0.37111315547378093, "pct_over75_2050": 0.036246550137994479, "pct_spfam_2050": 0.024324324324324329, "pct_lep_2050": 0.024661893396976928, "pct_below200_2050": 0.14093836246550134, "pct_disab_2050": 0.055933762649494019, "pct_zvhhs_2050": 0.21695052716950528, "pct_hus_rent50_2050": 0.086780210867802104, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057126145447455992, "pct_minority_2040": 0.36751803470462108, "pct_spfam_2040": 0.155688622754491, "pct_lep_2040": 0.017037190941201, "pct_below200_2040": 0.120491323844804, "pct_disab_2040": 0.073503606940924018, "pct_zvhhs_2040": 0.26640926640926604, "pct_hus_rent50_2040": 0.084006462035540991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.431476999924669, 37.747434000232744 ], [ -122.431255999991748, 37.745031999660902 ], [ -122.431021999639995, 37.742631000167002 ], [ -122.430887999745693, 37.741833000298399 ], [ -122.423360999810384, 37.742289999944994 ], [ -122.422708999882232, 37.743940000269433 ], [ -122.422174000129928, 37.745613999983028 ], [ -122.421703999776653, 37.746412000285993 ], [ -122.421393000330355, 37.748124000190487 ], [ -122.424849999614651, 37.747825000312069 ], [ -122.427044999773713, 37.747696000198154 ], [ -122.431476999924669, 37.747434000232744 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021600", "NAME": "Census Tract 216", "state": "06", "county_fips": "075", "tract": "021600", "county_name": "San Francisco County", "tot_pop_2050": 4345, "tot_pop_pov_det_2050": 4345, "tot_pop_civ_ni_2050": 4345, "tot_hh_2050": 2116, "pop_zvhhs_2050": 257, "tot_fam_2050": 1051, "tot_pop_over5_2050": 4205, "pop_hus_rent50_2050": 17, "pop_minority_2050": 1902, "pop_over75_2050": 322, "pop_spfam_2050": 121, "pop_lep_2050": 38, "pop_below200_2050": 552, "pop_disability_2050": 420, "pct_minority_2050": 0.43774453394706558, "pct_over75_2050": 0.074108170310701951, "pct_spfam_2050": 0.11512844909609896, "pct_lep_2050": 0.0090368608799048771, "pct_below200_2050": 0.12704257767548907, "pct_disab_2050": 0.096662830840046024, "pct_zvhhs_2050": 0.12145557655954632, "pct_hus_rent50_2050": 0.0080340264650283558, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074971164936563001, "pct_minority_2040": 0.45467128027681702, "pct_spfam_2040": 0.14186046511627901, "pct_lep_2040": 0.0, "pct_below200_2040": 0.131718569780854, "pct_disab_2040": 0.081199538638985005, "pct_zvhhs_2040": 0.079692750840134011, "pct_hus_rent50_2040": 0.055208833413345988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.447398999633535, 37.746595999987825 ], [ -122.445214000418503, 37.74368800008893 ], [ -122.444148000213559, 37.743297000173918 ], [ -122.440049000148548, 37.745299000354912 ], [ -122.435560000096174, 37.741550000234234 ], [ -122.435559000271255, 37.743161000151751 ], [ -122.433319999731239, 37.743295999997088 ], [ -122.433258999631903, 37.74190299982105 ], [ -122.430887999745693, 37.741833000298399 ], [ -122.431021999639995, 37.742631000167002 ], [ -122.431255999991748, 37.745031999660902 ], [ -122.431476999924669, 37.747434000232744 ], [ -122.433697000198109, 37.747296999876113 ], [ -122.435915999748332, 37.747179000210743 ], [ -122.438089999991007, 37.747049999681096 ], [ -122.438245999626631, 37.748665000344793 ], [ -122.441408000256445, 37.748610000270766 ], [ -122.44396099971749, 37.746765000125535 ], [ -122.444555999744253, 37.746686999891345 ], [ -122.444857000043143, 37.747025000075531 ], [ -122.447398999633535, 37.746595999987825 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021700", "NAME": "Census Tract 217", "state": "06", "county_fips": "075", "tract": "021700", "county_name": "San Francisco County", "tot_pop_2050": 4309, "tot_pop_pov_det_2050": 4309, "tot_pop_civ_ni_2050": 4286, "tot_hh_2050": 1812, "pop_zvhhs_2050": 230, "tot_fam_2050": 1067, "tot_pop_over5_2050": 3957, "pop_hus_rent50_2050": 58, "pop_minority_2050": 2032, "pop_over75_2050": 316, "pop_spfam_2050": 85, "pop_lep_2050": 163, "pop_below200_2050": 494, "pop_disability_2050": 326, "pct_minority_2050": 0.47157113019262009, "pct_over75_2050": 0.073334880482710599, "pct_spfam_2050": 0.079662605435801309, "pct_lep_2050": 0.041192822845590095, "pct_below200_2050": 0.11464376885588305, "pct_disab_2050": 0.076061595893607087, "pct_zvhhs_2050": 0.12693156732891833, "pct_hus_rent50_2050": 0.032008830022075052, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080657023780337997, "pct_minority_2040": 0.40156901201274797, "pct_spfam_2040": 0.124579124579125, "pct_lep_2040": 0.022077922077922002, "pct_below200_2040": 0.16474626133856302, "pct_disab_2040": 0.10492767835253698, "pct_zvhhs_2040": 0.091825902335455997, "pct_hus_rent50_2040": 0.080148619957536998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.450839999922607, 37.745903999706904 ], [ -122.451691999867293, 37.745629000033347 ], [ -122.449860999756297, 37.743265000191194 ], [ -122.446658000016896, 37.74244200032134 ], [ -122.445986999822168, 37.741179999735728 ], [ -122.442524999616708, 37.73944800015083 ], [ -122.442488999631706, 37.737289000287291 ], [ -122.443649000446285, 37.736519000080143 ], [ -122.443829000371323, 37.736134000170253 ], [ -122.439915000254246, 37.734900999928428 ], [ -122.438392000114817, 37.734420000119272 ], [ -122.435825000410063, 37.733923999739147 ], [ -122.434401000004797, 37.73619900016633 ], [ -122.434697000280821, 37.737256000290444 ], [ -122.432442999672205, 37.735879000290247 ], [ -122.431348999878153, 37.736618000301682 ], [ -122.428726000096916, 37.738325999863036 ], [ -122.431758999956969, 37.739803000264374 ], [ -122.430741000330926, 37.740423999686953 ], [ -122.430887999745693, 37.741833000298399 ], [ -122.433258999631903, 37.74190299982105 ], [ -122.433319999731239, 37.743295999997088 ], [ -122.435559000271255, 37.743161000151751 ], [ -122.435560000096174, 37.741550000234234 ], [ -122.440049000148548, 37.745299000354912 ], [ -122.444148000213559, 37.743297000173918 ], [ -122.445214000418503, 37.74368800008893 ], [ -122.447398999633535, 37.746595999987825 ], [ -122.449362999813914, 37.746128999971276 ], [ -122.450839999922607, 37.745903999706904 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075021800", "NAME": "Census Tract 218", "state": "06", "county_fips": "075", "tract": "021800", "county_name": "San Francisco County", "tot_pop_2050": 4332, "tot_pop_pov_det_2050": 4332, "tot_pop_civ_ni_2050": 4332, "tot_hh_2050": 1868, "pop_zvhhs_2050": 194, "tot_fam_2050": 1023, "tot_pop_over5_2050": 3986, "pop_hus_rent50_2050": 10, "pop_minority_2050": 1385, "pop_over75_2050": 140, "pop_spfam_2050": 75, "pop_lep_2050": 26, "pop_below200_2050": 338, "pop_disability_2050": 182, "pct_minority_2050": 0.31971375807940905, "pct_over75_2050": 0.032317636195752536, "pct_spfam_2050": 0.07331378299120235, "pct_lep_2050": 0.0065228299046663323, "pct_below200_2050": 0.078024007386888278, "pct_disab_2050": 0.042012927054478302, "pct_zvhhs_2050": 0.10385438972162743, "pct_hus_rent50_2050": 0.0053533190578158463, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027135441245871, "pct_minority_2040": 0.26262387918829599, "pct_spfam_2040": 0.081836327345309004, "pct_lep_2040": 0.0063243106501390004, "pct_below200_2040": 0.14865502595563901, "pct_disab_2040": 0.036101934874941004, "pct_zvhhs_2040": 0.128, "pct_hus_rent50_2040": 0.065264293419632996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.434401000004797, 37.73619900016633 ], [ -122.435825000410063, 37.733923999739147 ], [ -122.433103999821171, 37.733419000348597 ], [ -122.432421999755789, 37.73317599985478 ], [ -122.429391000443857, 37.73463599996817 ], [ -122.428572999936023, 37.735081999675131 ], [ -122.42672199973353, 37.73637200026041 ], [ -122.425285999632735, 37.737639999795604 ], [ -122.424724000116271, 37.738430999834328 ], [ -122.424269999656502, 37.73986600014468 ], [ -122.424257999960957, 37.739934999884404 ], [ -122.423360999810384, 37.742289999944994 ], [ -122.430887999745693, 37.741833000298399 ], [ -122.430741000330926, 37.740423999686953 ], [ -122.431758999956969, 37.739803000264374 ], [ -122.428726000096916, 37.738325999863036 ], [ -122.431348999878153, 37.736618000301682 ], [ -122.432442999672205, 37.735879000290247 ], [ -122.434697000280821, 37.737256000290444 ], [ -122.434401000004797, 37.73619900016633 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022600", "NAME": "Census Tract 226", "state": "06", "county_fips": "075", "tract": "022600", "county_name": "San Francisco County", "tot_pop_2050": 2648, "tot_pop_pov_det_2050": 2648, "tot_pop_civ_ni_2050": 2648, "tot_hh_2050": 1241, "pop_zvhhs_2050": 256, "tot_fam_2050": 596, "tot_pop_over5_2050": 2458, "pop_hus_rent50_2050": 65, "pop_minority_2050": 1108, "pop_over75_2050": 35, "pop_spfam_2050": 67, "pop_lep_2050": 26, "pop_below200_2050": 224, "pop_disability_2050": 100, "pct_minority_2050": 0.4184290030211481, "pct_over75_2050": 0.013217522658610271, "pct_spfam_2050": 0.11241610738255034, "pct_lep_2050": 0.010577705451586657, "pct_below200_2050": 0.084592145015105744, "pct_disab_2050": 0.037764350453172203, "pct_zvhhs_2050": 0.20628525382755841, "pct_hus_rent50_2050": 0.052377115229653513, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.012861736334405001, "pct_minority_2040": 0.43944265809217603, "pct_spfam_2040": 0.054131054131054006, "pct_lep_2040": 0.020442930153321999, "pct_below200_2040": 0.071811361200428997, "pct_disab_2040": 0.024115755627009999, "pct_zvhhs_2040": 0.123569794050343, "pct_hus_rent50_2040": 0.069005847953216001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.393967999746508, 37.766614000310327 ], [ -122.393848000095886, 37.765306999838224 ], [ -122.392714000118886, 37.764084000236309 ], [ -122.392519999950139, 37.762818999701381 ], [ -122.392319000108671, 37.76105999977073 ], [ -122.392494000010871, 37.760244999953571 ], [ -122.392447000155215, 37.756435999979509 ], [ -122.391231999987326, 37.752657000013777 ], [ -122.390682999991313, 37.752663000315586 ], [ -122.381710999734395, 37.753185999892672 ], [ -122.380985000186399, 37.75322800027417 ], [ -122.378560351114842, 37.75355177188743 ], [ -122.380756999682433, 37.755287999734179 ], [ -122.379568000352194, 37.760549999729704 ], [ -122.38046216901293, 37.76751635291884 ], [ -122.385823000218195, 37.767254999759025 ], [ -122.387917000094959, 37.764379000177613 ], [ -122.388163999967162, 37.766958000213315 ], [ -122.393967999746508, 37.766614000310327 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022702", "NAME": "Census Tract 227.02", "state": "06", "county_fips": "075", "tract": "022702", "county_name": "San Francisco County", "tot_pop_2050": 2287, "tot_pop_pov_det_2050": 2269, "tot_pop_civ_ni_2050": 2269, "tot_hh_2050": 1012, "pop_zvhhs_2050": 131, "tot_fam_2050": 488, "tot_pop_over5_2050": 2184, "pop_hus_rent50_2050": 73, "pop_minority_2050": 759, "pop_over75_2050": 76, "pop_spfam_2050": 25, "pop_lep_2050": 12, "pop_below200_2050": 164, "pop_disability_2050": 41, "pct_minority_2050": 0.33187581985133363, "pct_over75_2050": 0.033231307389593352, "pct_spfam_2050": 0.051229508196721313, "pct_lep_2050": 0.0054945054945054949, "pct_below200_2050": 0.07227853680035258, "pct_disab_2050": 0.018069634200088145, "pct_zvhhs_2050": 0.12944664031620556, "pct_hus_rent50_2050": 0.072134387351778656, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042228994340444005, "pct_minority_2040": 0.318676534610361, "pct_spfam_2040": 0.048355899419729002, "pct_lep_2040": 0.025833724753405, "pct_below200_2040": 0.065807025344597994, "pct_disab_2040": 0.044908848377055999, "pct_zvhhs_2040": 0.056680161943319998, "pct_hus_rent50_2040": 0.061538461538462007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.398702999846137, 37.765013999814279 ], [ -122.398460999996828, 37.762462999998313 ], [ -122.398337999973165, 37.761184000346603 ], [ -122.398215999774422, 37.759908999694403 ], [ -122.392494000010871, 37.760244999953571 ], [ -122.392319000108671, 37.76105999977073 ], [ -122.392519999950139, 37.762818999701381 ], [ -122.392714000118886, 37.764084000236309 ], [ -122.393848000095886, 37.765306999838224 ], [ -122.398702999846137, 37.765013999814279 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022704", "NAME": "Census Tract 227.04", "state": "06", "county_fips": "075", "tract": "022704", "county_name": "San Francisco County", "tot_pop_2050": 3297, "tot_pop_pov_det_2050": 3289, "tot_pop_civ_ni_2050": 3297, "tot_hh_2050": 1540, "pop_zvhhs_2050": 92, "tot_fam_2050": 773, "tot_pop_over5_2050": 3060, "pop_hus_rent50_2050": 32, "pop_minority_2050": 971, "pop_over75_2050": 230, "pop_spfam_2050": 53, "pop_lep_2050": 38, "pop_below200_2050": 387, "pop_disability_2050": 219, "pct_minority_2050": 0.29451016075219894, "pct_over75_2050": 0.069760388231725812, "pct_spfam_2050": 0.0685640362225097, "pct_lep_2050": 0.01241830065359477, "pct_below200_2050": 0.11766494375190027, "pct_disab_2050": 0.066424021838034572, "pct_zvhhs_2050": 0.059740259740259739, "pct_hus_rent50_2050": 0.020779220779220783, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045564272782135998, "pct_minority_2040": 0.30808690404345196, "pct_spfam_2040": 0.045123726346434009, "pct_lep_2040": 0.0079668578712559987, "pct_below200_2040": 0.093240796620398012, "pct_disab_2040": 0.076041038020518995, "pct_zvhhs_2040": 0.088326127239036004, "pct_hus_rent50_2040": 0.060317460317459999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.406480000026733, 37.760730999961595 ], [ -122.406388999790124, 37.759803999655517 ], [ -122.403689000015973, 37.757015000126451 ], [ -122.397969999727138, 37.757358999931093 ], [ -122.398215999774422, 37.759908999694403 ], [ -122.398337999973165, 37.761184000346603 ], [ -122.398460999996828, 37.762462999998313 ], [ -122.398702999846137, 37.765013999814279 ], [ -122.404496999579749, 37.764664000062623 ], [ -122.405089999956687, 37.764627999823809 ], [ -122.405105000025287, 37.763851999884416 ], [ -122.406480000026733, 37.760730999961595 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022801", "NAME": "Census Tract 228.01", "state": "06", "county_fips": "075", "tract": "022801", "county_name": "San Francisco County", "tot_pop_2050": 5765, "tot_pop_pov_det_2050": 5703, "tot_pop_civ_ni_2050": 5752, "tot_hh_2050": 1923, "pop_zvhhs_2050": 457, "tot_fam_2050": 1157, "tot_pop_over5_2050": 5315, "pop_hus_rent50_2050": 173, "pop_minority_2050": 3574, "pop_over75_2050": 94, "pop_spfam_2050": 246, "pop_lep_2050": 844, "pop_below200_2050": 1590, "pop_disability_2050": 416, "pct_minority_2050": 0.61994796183868173, "pct_over75_2050": 0.016305290546400692, "pct_spfam_2050": 0.21261884183232502, "pct_lep_2050": 0.1587958607714017, "pct_below200_2050": 0.27880063124671228, "pct_disab_2050": 0.072322670375521564, "pct_zvhhs_2050": 0.23764950598023921, "pct_hus_rent50_2050": 0.089963598543941758, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.021251002405773996, "pct_minority_2040": 0.5493183640737771, "pct_spfam_2040": 0.16591928251121099, "pct_lep_2040": 0.129715981348029, "pct_below200_2040": 0.29384460141271396, "pct_disab_2040": 0.058705267390429999, "pct_zvhhs_2040": 0.22940563086548499, "pct_hus_rent50_2040": 0.13080168776371301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.417331999900156, 37.763571999935351 ], [ -122.417178999739278, 37.761967999977394 ], [ -122.417025999578428, 37.760366999872879 ], [ -122.41687199959263, 37.758763999980594 ], [ -122.416720000154953, 37.757167000088721 ], [ -122.412348000278485, 37.757429999668915 ], [ -122.407753999745808, 37.757705000231056 ], [ -122.40806400026554, 37.760600999678978 ], [ -122.408424000115645, 37.764426999943602 ], [ -122.413002999681368, 37.764091000217221 ], [ -122.413587999662354, 37.763822999966798 ], [ -122.417331999900156, 37.763571999935351 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022802", "NAME": "Census Tract 228.02", "state": "06", "county_fips": "075", "tract": "022802", "county_name": "San Francisco County", "tot_pop_2050": 2329, "tot_pop_pov_det_2050": 1911, "tot_pop_civ_ni_2050": 1906, "tot_hh_2050": 680, "pop_zvhhs_2050": 192, "tot_fam_2050": 382, "tot_pop_over5_2050": 2234, "pop_hus_rent50_2050": 77, "pop_minority_2050": 1501, "pop_over75_2050": 163, "pop_spfam_2050": 37, "pop_lep_2050": 300, "pop_below200_2050": 567, "pop_disability_2050": 224, "pct_minority_2050": 0.64448261056247313, "pct_over75_2050": 0.069987118935165307, "pct_spfam_2050": 0.096858638743455502, "pct_lep_2050": 0.13428827215756492, "pct_below200_2050": 0.2967032967032967, "pct_disab_2050": 0.11752360965372508, "pct_zvhhs_2050": 0.28235294117647058, "pct_hus_rent50_2050": 0.11323529411764705, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12027027027027, "pct_minority_2040": 0.66351351351351406, "pct_spfam_2040": 0.19298245614035101, "pct_lep_2040": 0.12350230414746501, "pct_below200_2040": 0.4544474393531, "pct_disab_2040": 0.15148247978436702, "pct_zvhhs_2040": 0.26288659793814401, "pct_hus_rent50_2040": 0.161512027491409, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.408424000115645, 37.764426999943602 ], [ -122.40806400026554, 37.760600999678978 ], [ -122.407753999745808, 37.757705000231056 ], [ -122.40760200030816, 37.75610900020888 ], [ -122.407449000147309, 37.754505999670556 ], [ -122.406453000262545, 37.754276999903759 ], [ -122.40312699960117, 37.754477999665781 ], [ -122.403396000113005, 37.756470999945307 ], [ -122.403689000015973, 37.757015000126451 ], [ -122.406388999790124, 37.759803999655517 ], [ -122.406480000026733, 37.760730999961595 ], [ -122.405105000025287, 37.763851999884416 ], [ -122.405089999956687, 37.764627999823809 ], [ -122.408424000115645, 37.764426999943602 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022803", "NAME": "Census Tract 228.03", "state": "06", "county_fips": "075", "tract": "022803", "county_name": "San Francisco County", "tot_pop_2050": 5117, "tot_pop_pov_det_2050": 5089, "tot_pop_civ_ni_2050": 5089, "tot_hh_2050": 1580, "pop_zvhhs_2050": 320, "tot_fam_2050": 723, "tot_pop_over5_2050": 4955, "pop_hus_rent50_2050": 91, "pop_minority_2050": 3342, "pop_over75_2050": 148, "pop_spfam_2050": 134, "pop_lep_2050": 510, "pop_below200_2050": 1190, "pop_disability_2050": 468, "pct_minority_2050": 0.65311706077779952, "pct_over75_2050": 0.028923197185851089, "pct_spfam_2050": 0.18533886583679121, "pct_lep_2050": 0.1029263370332997, "pct_below200_2050": 0.23383768913342504, "pct_disab_2050": 0.091963057575162127, "pct_zvhhs_2050": 0.20253164556962025, "pct_hus_rent50_2050": 0.057594936708860761, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026977687626775, "pct_minority_2040": 0.70446247464503009, "pct_spfam_2040": 0.19156214367160801, "pct_lep_2040": 0.196015424164524, "pct_below200_2040": 0.34266448712709396, "pct_disab_2040": 0.089814247805675013, "pct_zvhhs_2040": 0.24952621604548303, "pct_hus_rent50_2040": 0.10604113110539802, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.416720000154953, 37.757167000088721 ], [ -122.416566999994075, 37.755567999790905 ], [ -122.416413000008305, 37.753967999702958 ], [ -122.412046999979594, 37.75422999997253 ], [ -122.409252999595779, 37.754397999695179 ], [ -122.407449000147309, 37.754505999670556 ], [ -122.40760200030816, 37.75610900020888 ], [ -122.407753999745808, 37.757705000231056 ], [ -122.412348000278485, 37.757429999668915 ], [ -122.416720000154953, 37.757167000088721 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022901", "NAME": "Census Tract 229.01", "state": "06", "county_fips": "075", "tract": "022901", "county_name": "San Francisco County", "tot_pop_2050": 5174, "tot_pop_pov_det_2050": 5174, "tot_pop_civ_ni_2050": 5174, "tot_hh_2050": 1547, "pop_zvhhs_2050": 666, "tot_fam_2050": 953, "tot_pop_over5_2050": 4884, "pop_hus_rent50_2050": 260, "pop_minority_2050": 3392, "pop_over75_2050": 159, "pop_spfam_2050": 208, "pop_lep_2050": 918, "pop_below200_2050": 1775, "pop_disability_2050": 477, "pct_minority_2050": 0.655585620409741, "pct_over75_2050": 0.030730575956706613, "pct_spfam_2050": 0.21825813221406087, "pct_lep_2050": 0.18796068796068799, "pct_below200_2050": 0.34306146115191344, "pct_disab_2050": 0.092191727870119825, "pct_zvhhs_2050": 0.43051066580478348, "pct_hus_rent50_2050": 0.16806722689075632, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040406050955414004, "pct_minority_2040": 0.75199044585987296, "pct_spfam_2040": 0.28486293206197899, "pct_lep_2040": 0.27176266782156799, "pct_below200_2040": 0.42237261146496796, "pct_disab_2040": 0.115445859872611, "pct_zvhhs_2040": 0.43566433566433599, "pct_hus_rent50_2040": 0.11861969805894999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.416413000008305, 37.753967999702958 ], [ -122.416108000409807, 37.750770999653191 ], [ -122.415869999860107, 37.748266999674435 ], [ -122.413673000051176, 37.748297000117233 ], [ -122.411487999937833, 37.748344000265639 ], [ -122.411745999680718, 37.751033999951204 ], [ -122.411899999666502, 37.752629000019546 ], [ -122.412046999979594, 37.75422999997253 ], [ -122.416413000008305, 37.753967999702958 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022902", "NAME": "Census Tract 229.02", "state": "06", "county_fips": "075", "tract": "022902", "county_name": "San Francisco County", "tot_pop_2050": 2605, "tot_pop_pov_det_2050": 2598, "tot_pop_civ_ni_2050": 2605, "tot_hh_2050": 803, "pop_zvhhs_2050": 245, "tot_fam_2050": 504, "tot_pop_over5_2050": 2517, "pop_hus_rent50_2050": 92, "pop_minority_2050": 1674, "pop_over75_2050": 211, "pop_spfam_2050": 38, "pop_lep_2050": 274, "pop_below200_2050": 747, "pop_disability_2050": 318, "pct_minority_2050": 0.64261036468330135, "pct_over75_2050": 0.080998080614203452, "pct_spfam_2050": 0.075396825396825393, "pct_lep_2050": 0.10885975367500993, "pct_below200_2050": 0.28752886836027713, "pct_disab_2050": 0.12207293666026872, "pct_zvhhs_2050": 0.30510585305105847, "pct_hus_rent50_2050": 0.1145703611457036, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045121951219511999, "pct_minority_2040": 0.67479674796748002, "pct_spfam_2040": 0.108932461873638, "pct_lep_2040": 0.161522198731501, "pct_below200_2040": 0.259349593495935, "pct_disab_2040": 0.100813008130081, "pct_zvhhs_2040": 0.35344827586206901, "pct_hus_rent50_2040": 0.13602015113350099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.412046999979594, 37.75422999997253 ], [ -122.411899999666502, 37.752629000019546 ], [ -122.411745999680718, 37.751033999951204 ], [ -122.411487999937833, 37.748344000265639 ], [ -122.410550999604339, 37.748366999919298 ], [ -122.408710000345891, 37.74839700032156 ], [ -122.408978000134525, 37.751200999757828 ], [ -122.409252999595779, 37.754397999695179 ], [ -122.412046999979594, 37.75422999997253 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075022903", "NAME": "Census Tract 229.03", "state": "06", "county_fips": "075", "tract": "022903", "county_name": "San Francisco County", "tot_pop_2050": 3561, "tot_pop_pov_det_2050": 3487, "tot_pop_civ_ni_2050": 3561, "tot_hh_2050": 1128, "pop_zvhhs_2050": 272, "tot_fam_2050": 639, "tot_pop_over5_2050": 3292, "pop_hus_rent50_2050": 48, "pop_minority_2050": 2501, "pop_over75_2050": 126, "pop_spfam_2050": 202, "pop_lep_2050": 399, "pop_below200_2050": 707, "pop_disability_2050": 295, "pct_minority_2050": 0.70233080595338393, "pct_over75_2050": 0.035383319292333612, "pct_spfam_2050": 0.31611893583724571, "pct_lep_2050": 0.12120291616038882, "pct_below200_2050": 0.20275308287926586, "pct_disab_2050": 0.082841898343162038, "pct_zvhhs_2050": 0.24113475177304966, "pct_hus_rent50_2050": 0.042553191489361701, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042621892153696994, "pct_minority_2040": 0.68098159509202394, "pct_spfam_2040": 0.27536231884058004, "pct_lep_2040": 0.080507022953065999, "pct_below200_2040": 0.31745513866231606, "pct_disab_2040": 0.097836616080078001, "pct_zvhhs_2040": 0.21633752244165197, "pct_hus_rent50_2040": 0.18290441176470604, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.409252999595779, 37.754397999695179 ], [ -122.408978000134525, 37.751200999757828 ], [ -122.408710000345891, 37.74839700032156 ], [ -122.406787999998286, 37.748804999896784 ], [ -122.40523899991959, 37.749125000009116 ], [ -122.403783999552218, 37.749432999742645 ], [ -122.403006999950591, 37.752445999745412 ], [ -122.40312699960117, 37.754477999665781 ], [ -122.406453000262545, 37.754276999903759 ], [ -122.407449000147309, 37.754505999670556 ], [ -122.409252999595779, 37.754397999695179 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023001", "NAME": "Census Tract 230.01", "state": "06", "county_fips": "075", "tract": "023001", "county_name": "San Francisco County", "tot_pop_2050": 5095, "tot_pop_pov_det_2050": 5088, "tot_pop_civ_ni_2050": 5088, "tot_hh_2050": 1306, "pop_zvhhs_2050": 137, "tot_fam_2050": 1034, "tot_pop_over5_2050": 4796, "pop_hus_rent50_2050": 107, "pop_minority_2050": 4794, "pop_over75_2050": 321, "pop_spfam_2050": 141, "pop_lep_2050": 1429, "pop_below200_2050": 1652, "pop_disability_2050": 425, "pct_minority_2050": 0.94092247301275755, "pct_over75_2050": 0.063002944062806682, "pct_spfam_2050": 0.13636363636363635, "pct_lep_2050": 0.29795663052543786, "pct_below200_2050": 0.32468553459119504, "pct_disab_2050": 0.08352987421383648, "pct_zvhhs_2050": 0.10490045941807044, "pct_hus_rent50_2050": 0.081929555895865244, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071975180972079014, "pct_minority_2040": 0.94643226473629805, "pct_spfam_2040": 0.11099899091826401, "pct_lep_2040": 0.326290568503594, "pct_below200_2040": 0.49657747355320497, "pct_disab_2040": 0.10723916199958501, "pct_zvhhs_2040": 0.24287856071964004, "pct_hus_rent50_2040": 0.118580060422961, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.406853000295627, 37.738050000202534 ], [ -122.406551000171817, 37.735720999681547 ], [ -122.406295000078771, 37.735307000156354 ], [ -122.405059999819443, 37.733651999815862 ], [ -122.40465700031163, 37.732949000079309 ], [ -122.402751999682465, 37.729356999666791 ], [ -122.402104999777151, 37.727789999855204 ], [ -122.399866999960409, 37.730291999851232 ], [ -122.399423000444699, 37.731703000010057 ], [ -122.400021999771084, 37.732310999919434 ], [ -122.398487999760988, 37.733807999967226 ], [ -122.396515000258091, 37.737155999951845 ], [ -122.395945000345677, 37.737783999895704 ], [ -122.399685000385503, 37.739901999646257 ], [ -122.406853000295627, 37.738050000202534 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023003", "NAME": "Census Tract 230.03", "state": "06", "county_fips": "075", "tract": "023003", "county_name": "San Francisco County", "tot_pop_2050": 3830, "tot_pop_pov_det_2050": 3793, "tot_pop_civ_ni_2050": 3814, "tot_hh_2050": 1252, "pop_zvhhs_2050": 80, "tot_fam_2050": 975, "tot_pop_over5_2050": 3701, "pop_hus_rent50_2050": 48, "pop_minority_2050": 3380, "pop_over75_2050": 296, "pop_spfam_2050": 116, "pop_lep_2050": 697, "pop_below200_2050": 1032, "pop_disability_2050": 338, "pct_minority_2050": 0.88250652741514357, "pct_over75_2050": 0.077284595300261091, "pct_spfam_2050": 0.11897435897435896, "pct_lep_2050": 0.18832747905971359, "pct_below200_2050": 0.27208014764039018, "pct_disab_2050": 0.088620870477189306, "pct_zvhhs_2050": 0.063897763578274758, "pct_hus_rent50_2050": 0.038338658146964855, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058136873426412994, "pct_minority_2040": 0.90753032730602001, "pct_spfam_2040": 0.149726775956284, "pct_lep_2040": 0.16916023166023197, "pct_below200_2040": 0.22273460917685003, "pct_disab_2040": 0.071035747021081994, "pct_zvhhs_2040": 0.100877192982456, "pct_hus_rent50_2040": 0.078538812785388004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.400021999771084, 37.732310999919434 ], [ -122.399423000444699, 37.731703000010057 ], [ -122.399866999960409, 37.730291999851232 ], [ -122.396408999952868, 37.729800999902643 ], [ -122.392699000050257, 37.72928399997167 ], [ -122.391890999588199, 37.731684000065655 ], [ -122.391616999951808, 37.73248700012067 ], [ -122.393904000172398, 37.733788000257604 ], [ -122.392776000043156, 37.735037999785241 ], [ -122.396515000258091, 37.737155999951845 ], [ -122.398487999760988, 37.733807999967226 ], [ -122.400021999771084, 37.732310999919434 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023102", "NAME": "Census Tract 231.02", "state": "06", "county_fips": "075", "tract": "023102", "county_name": "San Francisco County", "tot_pop_2050": 4526, "tot_pop_pov_det_2050": 4509, "tot_pop_civ_ni_2050": 4526, "tot_hh_2050": 1579, "pop_zvhhs_2050": 541, "tot_fam_2050": 953, "tot_pop_over5_2050": 4092, "pop_hus_rent50_2050": 294, "pop_minority_2050": 4323, "pop_over75_2050": 246, "pop_spfam_2050": 502, "pop_lep_2050": 401, "pop_below200_2050": 2384, "pop_disability_2050": 508, "pct_minority_2050": 0.95514803358373845, "pct_over75_2050": 0.054352629253203714, "pct_spfam_2050": 0.52675760755508916, "pct_lep_2050": 0.097996089931573799, "pct_below200_2050": 0.52872033710357058, "pct_disab_2050": 0.11224038886433936, "pct_zvhhs_2050": 0.34262191260291325, "pct_hus_rent50_2050": 0.18619379354021531, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031622176591375999, "pct_minority_2040": 0.9435318275154001, "pct_spfam_2040": 0.57016683022571113, "pct_lep_2040": 0.063834672789897004, "pct_below200_2040": 0.60143737166324396, "pct_disab_2040": 0.110266940451745, "pct_zvhhs_2040": 0.225785340314136, "pct_hus_rent50_2040": 0.14913448735020002, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.387399000061109, 37.734738000032976 ], [ -122.389035000178438, 37.732918999809669 ], [ -122.385286999742689, 37.730791000021583 ], [ -122.383431000415626, 37.729737999983229 ], [ -122.38208999985109, 37.730634999908141 ], [ -122.381438999747829, 37.730581999922357 ], [ -122.379779000239338, 37.730798999945634 ], [ -122.379932000400245, 37.733380999914694 ], [ -122.381283999937139, 37.734033999648965 ], [ -122.380185999945127, 37.732659999652356 ], [ -122.382919000229563, 37.734511000073219 ], [ -122.384047000358777, 37.737513999744621 ], [ -122.381557999573516, 37.738122999780387 ], [ -122.385281999719822, 37.740240000269587 ], [ -122.388528999840133, 37.736475000333833 ], [ -122.387169999732251, 37.73569799965027 ], [ -122.387399000061109, 37.734738000032976 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023103", "NAME": "Census Tract 231.03", "state": "06", "county_fips": "075", "tract": "023103", "county_name": "San Francisco County", "tot_pop_2050": 2654, "tot_pop_pov_det_2050": 2654, "tot_pop_civ_ni_2050": 2654, "tot_hh_2050": 952, "pop_zvhhs_2050": 224, "tot_fam_2050": 670, "tot_pop_over5_2050": 2337, "pop_hus_rent50_2050": 155, "pop_minority_2050": 2550, "pop_over75_2050": 75, "pop_spfam_2050": 382, "pop_lep_2050": 136, "pop_below200_2050": 1832, "pop_disability_2050": 228, "pct_minority_2050": 0.96081386586284856, "pct_over75_2050": 0.028259231348907312, "pct_spfam_2050": 0.57014925373134329, "pct_lep_2050": 0.058194266153187853, "pct_below200_2050": 0.69027882441597588, "pct_disab_2050": 0.085908063300678225, "pct_zvhhs_2050": 0.23529411764705879, "pct_hus_rent50_2050": 0.16281512605042014, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0095432856169050014, "pct_minority_2040": 0.92638036809815894, "pct_spfam_2040": 0.62825788751714695, "pct_lep_2040": 0.028940164254986002, "pct_below200_2040": 0.84014996591683699, "pct_disab_2040": 0.126107702794819, "pct_zvhhs_2040": 0.43953934740882894, "pct_hus_rent50_2040": 0.23695652173913001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.384047000358777, 37.737513999744621 ], [ -122.382919000229563, 37.734511000073219 ], [ -122.380185999945127, 37.732659999652356 ], [ -122.381283999937139, 37.734033999648965 ], [ -122.379932000400245, 37.733380999914694 ], [ -122.379779000239338, 37.730798999945634 ], [ -122.381438999747829, 37.730581999922357 ], [ -122.38208999985109, 37.730634999908141 ], [ -122.383431000415626, 37.729737999983229 ], [ -122.379697000223601, 37.727617999992006 ], [ -122.378542000330199, 37.728941999711758 ], [ -122.373766000222659, 37.728005000188183 ], [ -122.369771405953202, 37.732698968095434 ], [ -122.370077000236449, 37.732788000076482 ], [ -122.37202399980012, 37.734213000205621 ], [ -122.373326999831505, 37.733186000148116 ], [ -122.374608999946517, 37.732880000222465 ], [ -122.374982000215411, 37.733862000079597 ], [ -122.374887290835019, 37.734296881102793 ], [ -122.37471500025174, 37.735087999981005 ], [ -122.375167999988264, 37.736504000314888 ], [ -122.374916000093194, 37.737452999795146 ], [ -122.375137000026129, 37.737802999695631 ], [ -122.376457999600859, 37.738252000240315 ], [ -122.375978999925096, 37.738477000322867 ], [ -122.374327999739123, 37.737789999982652 ], [ -122.373536999893801, 37.737176000172425 ], [ -122.371996000211013, 37.737043000344393 ], [ -122.369647999891072, 37.73768400027032 ], [ -122.367554000014323, 37.738099999784922 ], [ -122.367344999776932, 37.738479000096341 ], [ -122.370761999776576, 37.738180999860823 ], [ -122.373633000153262, 37.738853999651312 ], [ -122.373572000053883, 37.739414999695583 ], [ -122.369101000443194, 37.739592999802525 ], [ -122.367579999953577, 37.74021400027646 ], [ -122.373364367052389, 37.745763279365384 ], [ -122.376846999763316, 37.740191999728644 ], [ -122.37910999969445, 37.737679999969899 ], [ -122.380887000277085, 37.738827999881735 ], [ -122.381557999573516, 37.738122999780387 ], [ -122.384047000358777, 37.737513999744621 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023200", "NAME": "Census Tract 232", "state": "06", "county_fips": "075", "tract": "023200", "county_name": "San Francisco County", "tot_pop_2050": 4179, "tot_pop_pov_det_2050": 4155, "tot_pop_civ_ni_2050": 4179, "tot_hh_2050": 1222, "pop_zvhhs_2050": 247, "tot_fam_2050": 869, "tot_pop_over5_2050": 3930, "pop_hus_rent50_2050": 257, "pop_minority_2050": 3897, "pop_over75_2050": 224, "pop_spfam_2050": 207, "pop_lep_2050": 554, "pop_below200_2050": 1494, "pop_disability_2050": 562, "pct_minority_2050": 0.93251974156496764, "pct_over75_2050": 0.053601340033500838, "pct_spfam_2050": 0.23820483314154201, "pct_lep_2050": 0.14096692111959289, "pct_below200_2050": 0.35956678700361011, "pct_disab_2050": 0.13448193347690834, "pct_zvhhs_2050": 0.20212765957446807, "pct_hus_rent50_2050": 0.21031096563011456, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.043760129659642995, "pct_minority_2040": 0.94281083584162995, "pct_spfam_2040": 0.29054842473745601, "pct_lep_2040": 0.15859808371154799, "pct_below200_2040": 0.42764528826117204, "pct_disab_2040": 0.108358416300069, "pct_zvhhs_2040": 0.18011409942950302, "pct_hus_rent50_2040": 0.22212978369384401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.392699000050257, 37.72928399997167 ], [ -122.393284000031301, 37.727763999752796 ], [ -122.389800999909411, 37.725790999896262 ], [ -122.387929999615409, 37.724729000229587 ], [ -122.38520999974979, 37.7230879999832 ], [ -122.384516999813769, 37.722862000290384 ], [ -122.386898999570576, 37.724288999741233 ], [ -122.385023999976966, 37.724097999804016 ], [ -122.382176000064803, 37.722246000116613 ], [ -122.377832999602305, 37.726559999714532 ], [ -122.379697000223601, 37.727617999992006 ], [ -122.383431000415626, 37.729737999983229 ], [ -122.385286999742689, 37.730791000021583 ], [ -122.389035000178438, 37.732918999809669 ], [ -122.3910599995599, 37.734066000069973 ], [ -122.391616999951808, 37.73248700012067 ], [ -122.391890999588199, 37.731684000065655 ], [ -122.392699000050257, 37.72928399997167 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023300", "NAME": "Census Tract 233", "state": "06", "county_fips": "075", "tract": "023300", "county_name": "San Francisco County", "tot_pop_2050": 3456, "tot_pop_pov_det_2050": 3443, "tot_pop_civ_ni_2050": 3453, "tot_hh_2050": 1100, "pop_zvhhs_2050": 286, "tot_fam_2050": 841, "tot_pop_over5_2050": 3299, "pop_hus_rent50_2050": 163, "pop_minority_2050": 3209, "pop_over75_2050": 177, "pop_spfam_2050": 146, "pop_lep_2050": 940, "pop_below200_2050": 1169, "pop_disability_2050": 331, "pct_minority_2050": 0.92853009259259256, "pct_over75_2050": 0.051215277777777776, "pct_spfam_2050": 0.17360285374554102, "pct_lep_2050": 0.28493482873598058, "pct_below200_2050": 0.33952948010456002, "pct_disab_2050": 0.095858673617144521, "pct_zvhhs_2050": 0.26, "pct_hus_rent50_2050": 0.14818181818181819, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029106029106028997, "pct_minority_2040": 0.9245619245619251, "pct_spfam_2040": 0.14958448753462603, "pct_lep_2040": 0.34359137055837602, "pct_below200_2040": 0.26533650982727802, "pct_disab_2040": 0.070983070983070995, "pct_zvhhs_2040": 0.078179696616102995, "pct_hus_rent50_2040": 0.073405535499397989, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.402104999777151, 37.727789999855204 ], [ -122.401183000410583, 37.7245880001865 ], [ -122.400785000027312, 37.723615999722078 ], [ -122.398862999679736, 37.718682999862423 ], [ -122.398515000423473, 37.71766399966549 ], [ -122.397024999896018, 37.719514999719735 ], [ -122.396681999764368, 37.720265999781297 ], [ -122.393284000031301, 37.727763999752796 ], [ -122.392699000050257, 37.72928399997167 ], [ -122.396408999952868, 37.729800999902643 ], [ -122.399866999960409, 37.730291999851232 ], [ -122.402104999777151, 37.727789999855204 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075023400", "NAME": "Census Tract 234", "state": "06", "county_fips": "075", "tract": "023400", "county_name": "San Francisco County", "tot_pop_2050": 3663, "tot_pop_pov_det_2050": 3620, "tot_pop_civ_ni_2050": 3663, "tot_hh_2050": 968, "pop_zvhhs_2050": 234, "tot_fam_2050": 752, "tot_pop_over5_2050": 3453, "pop_hus_rent50_2050": 36, "pop_minority_2050": 3529, "pop_over75_2050": 220, "pop_spfam_2050": 233, "pop_lep_2050": 683, "pop_below200_2050": 1602, "pop_disability_2050": 283, "pct_minority_2050": 0.96341796341796337, "pct_over75_2050": 0.06006006006006006, "pct_spfam_2050": 0.30984042553191488, "pct_lep_2050": 0.1977990153489719, "pct_below200_2050": 0.44254143646408839, "pct_disab_2050": 0.077259077259077269, "pct_zvhhs_2050": 0.24173553719008264, "pct_hus_rent50_2050": 0.0371900826446281, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057312787239795, "pct_minority_2040": 0.96377399297107291, "pct_spfam_2040": 0.33860342555994705, "pct_lep_2040": 0.28207517862690301, "pct_below200_2040": 0.62935928629359306, "pct_disab_2040": 0.14922952149229501, "pct_zvhhs_2040": 0.25456498388829196, "pct_hus_rent50_2040": 0.11491712707182301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.396681999764368, 37.720265999781297 ], [ -122.393545000147185, 37.718486999964149 ], [ -122.391140999750746, 37.718039999985663 ], [ -122.388131000355187, 37.716298000158609 ], [ -122.386850000065095, 37.717509000140303 ], [ -122.386265000084109, 37.717179000185624 ], [ -122.382819999597032, 37.721872000049473 ], [ -122.384516999813769, 37.722862000290384 ], [ -122.38520999974979, 37.7230879999832 ], [ -122.387929999615409, 37.724729000229587 ], [ -122.389800999909411, 37.725790999896262 ], [ -122.393284000031301, 37.727763999752796 ], [ -122.396681999764368, 37.720265999781297 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025100", "NAME": "Census Tract 251", "state": "06", "county_fips": "075", "tract": "025100", "county_name": "San Francisco County", "tot_pop_2050": 3573, "tot_pop_pov_det_2050": 3573, "tot_pop_civ_ni_2050": 3557, "tot_hh_2050": 1327, "pop_zvhhs_2050": 128, "tot_fam_2050": 765, "tot_pop_over5_2050": 3246, "pop_hus_rent50_2050": 81, "pop_minority_2050": 1761, "pop_over75_2050": 127, "pop_spfam_2050": 31, "pop_lep_2050": 58, "pop_below200_2050": 549, "pop_disability_2050": 252, "pct_minority_2050": 0.49286314021830402, "pct_over75_2050": 0.03554436048138819, "pct_spfam_2050": 0.040522875816993466, "pct_lep_2050": 0.017868145409735057, "pct_below200_2050": 0.15365239294710328, "pct_disab_2050": 0.070846218723643523, "pct_zvhhs_2050": 0.096458176337603618, "pct_hus_rent50_2050": 0.061039939713639788, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051734273956495998, "pct_minority_2040": 0.47971781305114597, "pct_spfam_2040": 0.079470198675497011, "pct_lep_2040": 0.019230769230768996, "pct_below200_2040": 0.21751910640799499, "pct_disab_2040": 0.085866037179109012, "pct_zvhhs_2040": 0.07475943745373799, "pct_hus_rent50_2040": 0.054640718562874002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.410661999932401, 37.742423999769628 ], [ -122.410364999831515, 37.7413619999625 ], [ -122.410507000121711, 37.739778999856114 ], [ -122.410377000425385, 37.736894000328007 ], [ -122.408217000426419, 37.737611999802809 ], [ -122.406853000295627, 37.738050000202534 ], [ -122.406952000029818, 37.740495000046359 ], [ -122.404590000364465, 37.744126000055232 ], [ -122.403560999969443, 37.747762000102803 ], [ -122.403569000365394, 37.749475000123532 ], [ -122.403783999552218, 37.749432999742645 ], [ -122.40523899991959, 37.749125000009116 ], [ -122.406787999998286, 37.748804999896784 ], [ -122.408710000345891, 37.74839700032156 ], [ -122.410550999604339, 37.748366999919298 ], [ -122.410619000274693, 37.746941000060424 ], [ -122.410440999999466, 37.744917999845306 ], [ -122.409378000167578, 37.742922999866764 ], [ -122.410661999932401, 37.742423999769628 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025200", "NAME": "Census Tract 252", "state": "06", "county_fips": "075", "tract": "025200", "county_name": "San Francisco County", "tot_pop_2050": 5407, "tot_pop_pov_det_2050": 5407, "tot_pop_civ_ni_2050": 5407, "tot_hh_2050": 2004, "pop_zvhhs_2050": 253, "tot_fam_2050": 1188, "tot_pop_over5_2050": 4876, "pop_hus_rent50_2050": 74, "pop_minority_2050": 2102, "pop_over75_2050": 229, "pop_spfam_2050": 60, "pop_lep_2050": 144, "pop_below200_2050": 744, "pop_disability_2050": 509, "pct_minority_2050": 0.38875531718143147, "pct_over75_2050": 0.042352506010726834, "pct_spfam_2050": 0.050505050505050497, "pct_lep_2050": 0.029532403609515995, "pct_below200_2050": 0.13759940817458849, "pct_disab_2050": 0.094137229517292406, "pct_zvhhs_2050": 0.12624750499001994, "pct_hus_rent50_2050": 0.036926147704590816, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030216551955682003, "pct_minority_2040": 0.5091489004532479, "pct_spfam_2040": 0.106804478897502, "pct_lep_2040": 0.03766210694617201, "pct_below200_2040": 0.27578663974423701, "pct_disab_2040": 0.060600973644452001, "pct_zvhhs_2040": 0.16875289754288403, "pct_hus_rent50_2040": 0.095538312318138002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.418205999586164, 37.748202999730921 ], [ -122.419121000178393, 37.746775000003872 ], [ -122.417818999971871, 37.74596499979566 ], [ -122.417639999871739, 37.745882000140014 ], [ -122.416103000386912, 37.745252999843757 ], [ -122.418752000107418, 37.741179999735728 ], [ -122.41776999956808, 37.740563999910172 ], [ -122.418583999877953, 37.739297000250808 ], [ -122.415899000172416, 37.739001999750393 ], [ -122.415183999596735, 37.738932999851428 ], [ -122.413938000365036, 37.738929999854335 ], [ -122.411991999728002, 37.739709999970927 ], [ -122.410507000121711, 37.739778999856114 ], [ -122.410364999831515, 37.7413619999625 ], [ -122.410661999932401, 37.742423999769628 ], [ -122.409378000167578, 37.742922999866764 ], [ -122.410440999999466, 37.744917999845306 ], [ -122.410619000274693, 37.746941000060424 ], [ -122.410550999604339, 37.748366999919298 ], [ -122.411487999937833, 37.748344000265639 ], [ -122.413673000051176, 37.748297000117233 ], [ -122.415869999860107, 37.748266999674435 ], [ -122.418205999586164, 37.748202999730921 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025300", "NAME": "Census Tract 253", "state": "06", "county_fips": "075", "tract": "025300", "county_name": "San Francisco County", "tot_pop_2050": 4819, "tot_pop_pov_det_2050": 4741, "tot_pop_civ_ni_2050": 4741, "tot_hh_2050": 1819, "pop_zvhhs_2050": 289, "tot_fam_2050": 1027, "tot_pop_over5_2050": 4481, "pop_hus_rent50_2050": 107, "pop_minority_2050": 2191, "pop_over75_2050": 202, "pop_spfam_2050": 82, "pop_lep_2050": 252, "pop_below200_2050": 782, "pop_disability_2050": 182, "pct_minority_2050": 0.45465864287196511, "pct_over75_2050": 0.041917410251089436, "pct_spfam_2050": 0.079844206426484904, "pct_lep_2050": 0.05623744699843785, "pct_below200_2050": 0.16494410461927864, "pct_disab_2050": 0.038388525627504749, "pct_zvhhs_2050": 0.15887850467289719, "pct_hus_rent50_2050": 0.058823529411764712, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057439593047901999, "pct_minority_2040": 0.49194573972021999, "pct_spfam_2040": 0.15203426124197, "pct_lep_2040": 0.099356025758970012, "pct_below200_2040": 0.20437324096124698, "pct_disab_2040": 0.057198359594214994, "pct_zvhhs_2040": 0.20621468926553699, "pct_hus_rent50_2040": 0.093785310734463015, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.424257999960957, 37.739934999884404 ], [ -122.424269999656502, 37.73986600014468 ], [ -122.422841000126724, 37.741027000112233 ], [ -122.421742000309791, 37.740580999990293 ], [ -122.418583999877953, 37.739297000250808 ], [ -122.41776999956808, 37.740563999910172 ], [ -122.418752000107418, 37.741179999735728 ], [ -122.416103000386912, 37.745252999843757 ], [ -122.417639999871739, 37.745882000140014 ], [ -122.417818999971871, 37.74596499979566 ], [ -122.419121000178393, 37.746775000003872 ], [ -122.418205999586164, 37.748202999730921 ], [ -122.420281999919553, 37.748161000048682 ], [ -122.421393000330355, 37.748124000190487 ], [ -122.421703999776653, 37.746412000285993 ], [ -122.422174000129928, 37.745613999983028 ], [ -122.422708999882232, 37.743940000269433 ], [ -122.423360999810384, 37.742289999944994 ], [ -122.424257999960957, 37.739934999884404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025401", "NAME": "Census Tract 254.01", "state": "06", "county_fips": "075", "tract": "025401", "county_name": "San Francisco County", "tot_pop_2050": 3725, "tot_pop_pov_det_2050": 3725, "tot_pop_civ_ni_2050": 3725, "tot_hh_2050": 1373, "pop_zvhhs_2050": 307, "tot_fam_2050": 766, "tot_pop_over5_2050": 3552, "pop_hus_rent50_2050": 94, "pop_minority_2050": 1816, "pop_over75_2050": 99, "pop_spfam_2050": 138, "pop_lep_2050": 192, "pop_below200_2050": 760, "pop_disability_2050": 377, "pct_minority_2050": 0.48751677852349001, "pct_over75_2050": 0.026577181208053691, "pct_spfam_2050": 0.18015665796344649, "pct_lep_2050": 0.054054054054054064, "pct_below200_2050": 0.20402684563758389, "pct_disab_2050": 0.10120805369127517, "pct_zvhhs_2050": 0.22359796067006554, "pct_hus_rent50_2050": 0.068463219227967956, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035511787526111997, "pct_minority_2040": 0.58161742763354196, "pct_spfam_2040": 0.16063675832127403, "pct_lep_2040": 0.06536346976175901, "pct_below200_2040": 0.32010985657613694, "pct_disab_2040": 0.112503730229782, "pct_zvhhs_2040": 0.30551053484602897, "pct_hus_rent50_2040": 0.061889250814332004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.425285999632735, 37.737639999795604 ], [ -122.42672199973353, 37.73637200026041 ], [ -122.422687999965831, 37.735205000165031 ], [ -122.422121000426486, 37.735153000185022 ], [ -122.420224000193258, 37.735057999867593 ], [ -122.420163000093893, 37.735776999666101 ], [ -122.416760000337959, 37.735604999883314 ], [ -122.415955000248928, 37.737211000012714 ], [ -122.415899000172416, 37.739001999750393 ], [ -122.418583999877953, 37.739297000250808 ], [ -122.421742000309791, 37.740580999990293 ], [ -122.422841000126724, 37.741027000112233 ], [ -122.424269999656502, 37.73986600014468 ], [ -122.424724000116271, 37.738430999834328 ], [ -122.425285999632735, 37.737639999795604 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025402", "NAME": "Census Tract 254.02", "state": "06", "county_fips": "075", "tract": "025402", "county_name": "San Francisco County", "tot_pop_2050": 3284, "tot_pop_pov_det_2050": 3284, "tot_pop_civ_ni_2050": 3284, "tot_hh_2050": 1118, "pop_zvhhs_2050": 106, "tot_fam_2050": 728, "tot_pop_over5_2050": 3105, "pop_hus_rent50_2050": 42, "pop_minority_2050": 1985, "pop_over75_2050": 205, "pop_spfam_2050": 56, "pop_lep_2050": 161, "pop_below200_2050": 456, "pop_disability_2050": 289, "pct_minority_2050": 0.60444579780755181, "pct_over75_2050": 0.062423873325213153, "pct_spfam_2050": 0.076923076923076927, "pct_lep_2050": 0.05185185185185185, "pct_below200_2050": 0.13885505481120586, "pct_disab_2050": 0.088002436053593175, "pct_zvhhs_2050": 0.094812164579606437, "pct_hus_rent50_2050": 0.037567084078711989, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038941283845452007, "pct_minority_2040": 0.62549437176756895, "pct_spfam_2040": 0.24566088117490001, "pct_lep_2040": 0.093895155938951994, "pct_below200_2040": 0.17681071211199001, "pct_disab_2040": 0.047778454047474002, "pct_zvhhs_2040": 0.039451114922812995, "pct_hus_rent50_2040": 0.016, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.416760000337959, 37.735604999883314 ], [ -122.41682399991204, 37.734887999705826 ], [ -122.414313000283784, 37.734763000236335 ], [ -122.412447000012691, 37.734670000005352 ], [ -122.410512999969498, 37.734591999813226 ], [ -122.409798000292156, 37.73482800001522 ], [ -122.408778999942882, 37.735817000136542 ], [ -122.408217000426419, 37.737611999802809 ], [ -122.410377000425385, 37.736894000328007 ], [ -122.410507000121711, 37.739778999856114 ], [ -122.411991999728002, 37.739709999970927 ], [ -122.413938000365036, 37.738929999854335 ], [ -122.415183999596735, 37.738932999851428 ], [ -122.415899000172416, 37.739001999750393 ], [ -122.415955000248928, 37.737211000012714 ], [ -122.416760000337959, 37.735604999883314 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025403", "NAME": "Census Tract 254.03", "state": "06", "county_fips": "075", "tract": "025403", "county_name": "San Francisco County", "tot_pop_2050": 5050, "tot_pop_pov_det_2050": 5009, "tot_pop_civ_ni_2050": 5050, "tot_hh_2050": 1408, "pop_zvhhs_2050": 177, "tot_fam_2050": 987, "tot_pop_over5_2050": 4769, "pop_hus_rent50_2050": 119, "pop_minority_2050": 3729, "pop_over75_2050": 329, "pop_spfam_2050": 216, "pop_lep_2050": 530, "pop_below200_2050": 770, "pop_disability_2050": 700, "pct_minority_2050": 0.73841584158415841, "pct_over75_2050": 0.065148514851485151, "pct_spfam_2050": 0.21884498480243161, "pct_lep_2050": 0.11113440972950303, "pct_below200_2050": 0.15372329806348572, "pct_disab_2050": 0.13861386138613865, "pct_zvhhs_2050": 0.12571022727272727, "pct_hus_rent50_2050": 0.084517045454545456, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057560975609756003, "pct_minority_2040": 0.79258536585365902, "pct_spfam_2040": 0.240721102863203, "pct_lep_2040": 0.19962802231866103, "pct_below200_2040": 0.36649009221110501, "pct_disab_2040": 0.122779621315635, "pct_zvhhs_2040": 0.15967523680649501, "pct_hus_rent50_2040": 0.12820512820512803, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.42672199973353, 37.73637200026041 ], [ -122.428572999936023, 37.735081999675131 ], [ -122.426157999668931, 37.73397099977872 ], [ -122.428038000183733, 37.732016000000293 ], [ -122.426104000140555, 37.731650999701912 ], [ -122.423981999776402, 37.731551999943399 ], [ -122.421702999951762, 37.731806999806309 ], [ -122.415939000355365, 37.73207199994529 ], [ -122.414387999728547, 37.732417000219897 ], [ -122.409798000292156, 37.73482800001522 ], [ -122.410512999969498, 37.734591999813226 ], [ -122.412447000012691, 37.734670000005352 ], [ -122.414313000283784, 37.734763000236335 ], [ -122.41682399991204, 37.734887999705826 ], [ -122.416760000337959, 37.735604999883314 ], [ -122.420163000093893, 37.735776999666101 ], [ -122.420224000193258, 37.735057999867593 ], [ -122.422121000426486, 37.735153000185022 ], [ -122.422687999965831, 37.735205000165031 ], [ -122.42672199973353, 37.73637200026041 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025500", "NAME": "Census Tract 255", "state": "06", "county_fips": "075", "tract": "025500", "county_name": "San Francisco County", "tot_pop_2050": 9754, "tot_pop_pov_det_2050": 9744, "tot_pop_civ_ni_2050": 9744, "tot_hh_2050": 2768, "pop_zvhhs_2050": 476, "tot_fam_2050": 1984, "tot_pop_over5_2050": 9162, "pop_hus_rent50_2050": 331, "pop_minority_2050": 7590, "pop_over75_2050": 779, "pop_spfam_2050": 302, "pop_lep_2050": 1574, "pop_below200_2050": 1932, "pop_disability_2050": 914, "pct_minority_2050": 0.77814230059462786, "pct_over75_2050": 0.079864670904244414, "pct_spfam_2050": 0.15221774193548387, "pct_lep_2050": 0.17179655097140362, "pct_below200_2050": 0.19827586206896552, "pct_disab_2050": 0.093801313628899832, "pct_zvhhs_2050": 0.17196531791907516, "pct_hus_rent50_2050": 0.11958092485549135, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057267709291627993, "pct_minority_2040": 0.80657773689052403, "pct_spfam_2040": 0.171792152704136, "pct_lep_2040": 0.14829659318637303, "pct_below200_2040": 0.23419041000694896, "pct_disab_2040": 0.064464141821112, "pct_zvhhs_2040": 0.082628747117602, "pct_hus_rent50_2040": 0.085446742099102996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.446308000212554, 37.725978000219051 ], [ -122.447878000207652, 37.723005000257857 ], [ -122.444729999821519, 37.722986999954173 ], [ -122.444486000322371, 37.722973999771604 ], [ -122.438787000125018, 37.723636999779252 ], [ -122.437019999588088, 37.723723000120224 ], [ -122.435385000194003, 37.723909000251894 ], [ -122.434797999664852, 37.724682999725985 ], [ -122.433981999705153, 37.725761999982481 ], [ -122.432446999870152, 37.727637000269148 ], [ -122.431800999789772, 37.728249000269308 ], [ -122.431293999626575, 37.728729999667564 ], [ -122.430199000007619, 37.729871999792664 ], [ -122.430164999672428, 37.729851000082427 ], [ -122.42930400040521, 37.730742000112421 ], [ -122.428038000183733, 37.732016000000293 ], [ -122.426157999668931, 37.73397099977872 ], [ -122.428572999936023, 37.735081999675131 ], [ -122.429391000443857, 37.73463599996817 ], [ -122.432421999755789, 37.73317599985478 ], [ -122.4358920003572, 37.731576999801653 ], [ -122.439557999878858, 37.730190999699438 ], [ -122.439483000434109, 37.730112000117821 ], [ -122.443075000335924, 37.728633999970704 ], [ -122.443663999616575, 37.728303999841728 ], [ -122.446308000212554, 37.725978000219051 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025600", "NAME": "Census Tract 256", "state": "06", "county_fips": "075", "tract": "025600", "county_name": "San Francisco County", "tot_pop_2050": 5403, "tot_pop_pov_det_2050": 5377, "tot_pop_civ_ni_2050": 5403, "tot_hh_2050": 1482, "pop_zvhhs_2050": 170, "tot_fam_2050": 1076, "tot_pop_over5_2050": 5163, "pop_hus_rent50_2050": 73, "pop_minority_2050": 4717, "pop_over75_2050": 469, "pop_spfam_2050": 63, "pop_lep_2050": 1189, "pop_below200_2050": 954, "pop_disability_2050": 448, "pct_minority_2050": 0.87303349990745882, "pct_over75_2050": 0.086803627614288364, "pct_spfam_2050": 0.058550185873605949, "pct_lep_2050": 0.23029246562076311, "pct_below200_2050": 0.17742235447275431, "pct_disab_2050": 0.082916898019618726, "pct_zvhhs_2050": 0.11470985155195683, "pct_hus_rent50_2050": 0.049257759784075567, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079956973825744002, "pct_minority_2040": 0.82359268555037601, "pct_spfam_2040": 0.047701647875108, "pct_lep_2040": 0.25870178739416699, "pct_below200_2040": 0.26963069200430301, "pct_disab_2040": 0.095374686267479011, "pct_zvhhs_2040": 0.112415071031501, "pct_hus_rent50_2040": 0.10253164556962001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.431293999626575, 37.728729999667564 ], [ -122.430389999803324, 37.728546999982562 ], [ -122.424199000409715, 37.72873599977769 ], [ -122.423335999696036, 37.727791999917343 ], [ -122.421846999891798, 37.72419899973918 ], [ -122.419875000213793, 37.724709999916939 ], [ -122.41888799965156, 37.72496600031706 ], [ -122.418403999952886, 37.726424999902029 ], [ -122.414459999698551, 37.727456999766375 ], [ -122.415192999817577, 37.729223000346394 ], [ -122.41663700031431, 37.728809000013008 ], [ -122.419486000051364, 37.729045999833218 ], [ -122.419513999640444, 37.731489999718697 ], [ -122.421702999951762, 37.731806999806309 ], [ -122.423981999776402, 37.731551999943399 ], [ -122.426104000140555, 37.731650999701912 ], [ -122.428038000183733, 37.732016000000293 ], [ -122.42930400040521, 37.730742000112421 ], [ -122.430164999672428, 37.729851000082427 ], [ -122.430199000007619, 37.729871999792664 ], [ -122.431293999626575, 37.728729999667564 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025701", "NAME": "Census Tract 257.01", "state": "06", "county_fips": "075", "tract": "025701", "county_name": "San Francisco County", "tot_pop_2050": 5307, "tot_pop_pov_det_2050": 5282, "tot_pop_civ_ni_2050": 5307, "tot_hh_2050": 1458, "pop_zvhhs_2050": 127, "tot_fam_2050": 1154, "tot_pop_over5_2050": 5141, "pop_hus_rent50_2050": 95, "pop_minority_2050": 4717, "pop_over75_2050": 460, "pop_spfam_2050": 34, "pop_lep_2050": 1026, "pop_below200_2050": 860, "pop_disability_2050": 461, "pct_minority_2050": 0.88882607876389674, "pct_over75_2050": 0.086677972489165256, "pct_spfam_2050": 0.029462738301559793, "pct_lep_2050": 0.19957206769111069, "pct_below200_2050": 0.16281711472926921, "pct_disab_2050": 0.086866402864141698, "pct_zvhhs_2050": 0.087105624142661181, "pct_hus_rent50_2050": 0.065157750342935528, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073494917904612989, "pct_minority_2040": 0.78967943706020294, "pct_spfam_2040": 0.112983151635282, "pct_lep_2040": 0.24263816054860801, "pct_below200_2040": 0.261538461538462, "pct_disab_2040": 0.082486317435497003, "pct_zvhhs_2040": 0.17739628040057201, "pct_hus_rent50_2040": 0.095025983667408997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.421702999951762, 37.731806999806309 ], [ -122.419513999640444, 37.731489999718697 ], [ -122.419486000051364, 37.729045999833218 ], [ -122.41663700031431, 37.728809000013008 ], [ -122.415192999817577, 37.729223000346394 ], [ -122.414459999698551, 37.727456999766375 ], [ -122.410518999817285, 37.728487999793607 ], [ -122.407559999577046, 37.729261000072277 ], [ -122.408508999606113, 37.731551999943399 ], [ -122.405607999990536, 37.732439000236454 ], [ -122.406295000078771, 37.735307000156354 ], [ -122.406551000171817, 37.735720999681547 ], [ -122.406853000295627, 37.738050000202534 ], [ -122.408217000426419, 37.737611999802809 ], [ -122.408778999942882, 37.735817000136542 ], [ -122.409798000292156, 37.73482800001522 ], [ -122.414387999728547, 37.732417000219897 ], [ -122.415939000355365, 37.73207199994529 ], [ -122.421702999951762, 37.731806999806309 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025702", "NAME": "Census Tract 257.02", "state": "06", "county_fips": "075", "tract": "025702", "county_name": "San Francisco County", "tot_pop_2050": 4427, "tot_pop_pov_det_2050": 4422, "tot_pop_civ_ni_2050": 4422, "tot_hh_2050": 1248, "pop_zvhhs_2050": 339, "tot_fam_2050": 1018, "tot_pop_over5_2050": 4233, "pop_hus_rent50_2050": 118, "pop_minority_2050": 4082, "pop_over75_2050": 396, "pop_spfam_2050": 132, "pop_lep_2050": 1451, "pop_below200_2050": 1716, "pop_disability_2050": 369, "pct_minority_2050": 0.92206912130110685, "pct_over75_2050": 0.089451095550033888, "pct_spfam_2050": 0.12966601178781925, "pct_lep_2050": 0.34278289629104652, "pct_below200_2050": 0.38805970149253732, "pct_disab_2050": 0.083446404341926725, "pct_zvhhs_2050": 0.27163461538461536, "pct_hus_rent50_2050": 0.094551282051282035, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056303042848272006, "pct_minority_2040": 0.90581660111778095, "pct_spfam_2040": 0.22252747252747301, "pct_lep_2040": 0.31105683836589698, "pct_below200_2040": 0.42490159519370208, "pct_disab_2040": 0.06567226020302501, "pct_zvhhs_2040": 0.12063227953411, "pct_hus_rent50_2040": 0.11302847282139801, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.410518999817285, 37.728487999793607 ], [ -122.408528999697594, 37.723688000299212 ], [ -122.405572000005506, 37.724461000230399 ], [ -122.402600000244789, 37.725235000330891 ], [ -122.402061000294566, 37.723920000103668 ], [ -122.400785000027312, 37.723615999722078 ], [ -122.401183000410583, 37.7245880001865 ], [ -122.402104999777151, 37.727789999855204 ], [ -122.402751999682465, 37.729356999666791 ], [ -122.40465700031163, 37.732949000079309 ], [ -122.405059999819443, 37.733651999815862 ], [ -122.406295000078771, 37.735307000156354 ], [ -122.405607999990536, 37.732439000236454 ], [ -122.408508999606113, 37.731551999943399 ], [ -122.407559999577046, 37.729261000072277 ], [ -122.410518999817285, 37.728487999793607 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025800", "NAME": "Census Tract 258", "state": "06", "county_fips": "075", "tract": "025800", "county_name": "San Francisco County", "tot_pop_2050": 2020, "tot_pop_pov_det_2050": 2020, "tot_pop_civ_ni_2050": 2020, "tot_hh_2050": 613, "pop_zvhhs_2050": 94, "tot_fam_2050": 405, "tot_pop_over5_2050": 1939, "pop_hus_rent50_2050": 76, "pop_minority_2050": 1717, "pop_over75_2050": 82, "pop_spfam_2050": 52, "pop_lep_2050": 508, "pop_below200_2050": 496, "pop_disability_2050": 195, "pct_minority_2050": 0.85, "pct_over75_2050": 0.040594059405940602, "pct_spfam_2050": 0.12839506172839507, "pct_lep_2050": 0.26199071686436309, "pct_below200_2050": 0.24554455445544554, "pct_disab_2050": 0.096534653465346537, "pct_zvhhs_2050": 0.15334420880913541, "pct_hus_rent50_2050": 0.12398042414355627, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061183550651955992, "pct_minority_2040": 0.891675025075226, "pct_spfam_2040": 0.27333333333333304, "pct_lep_2040": 0.22597402597402599, "pct_below200_2040": 0.42619647355163703, "pct_disab_2040": 0.11183550651955901, "pct_zvhhs_2040": 0.067961165048544006, "pct_hus_rent50_2040": 0.22491909385113298, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.405572000005506, 37.724461000230399 ], [ -122.404058999911825, 37.720863999968742 ], [ -122.403078000095704, 37.72112999995052 ], [ -122.402103000127369, 37.718721000021965 ], [ -122.40043500022297, 37.719161999980322 ], [ -122.39961500006531, 37.716277999983973 ], [ -122.398862999679736, 37.718682999862423 ], [ -122.400785000027312, 37.723615999722078 ], [ -122.402061000294566, 37.723920000103668 ], [ -122.402600000244789, 37.725235000330891 ], [ -122.405572000005506, 37.724461000230399 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075025900", "NAME": "Census Tract 259", "state": "06", "county_fips": "075", "tract": "025900", "county_name": "San Francisco County", "tot_pop_2050": 4809, "tot_pop_pov_det_2050": 4809, "tot_pop_civ_ni_2050": 4809, "tot_hh_2050": 1475, "pop_zvhhs_2050": 182, "tot_fam_2050": 971, "tot_pop_over5_2050": 4559, "pop_hus_rent50_2050": 72, "pop_minority_2050": 3597, "pop_over75_2050": 380, "pop_spfam_2050": 81, "pop_lep_2050": 808, "pop_below200_2050": 576, "pop_disability_2050": 548, "pct_minority_2050": 0.74797255146600128, "pct_over75_2050": 0.079018506966105226, "pct_spfam_2050": 0.083419155509783724, "pct_lep_2050": 0.17723184908971265, "pct_below200_2050": 0.11977542108546475, "pct_disab_2050": 0.11395300478269912, "pct_zvhhs_2050": 0.12338983050847455, "pct_hus_rent50_2050": 0.048813559322033899, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.110860860860861, "pct_minority_2040": 0.79279279279279291, "pct_spfam_2040": 0.082299887260428001, "pct_lep_2040": 0.19799176107106101, "pct_below200_2040": 0.17523188769115103, "pct_disab_2040": 0.10177989471045401, "pct_zvhhs_2040": 0.13289760348583901, "pct_hus_rent50_2040": 0.095025983667408997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.41888799965156, 37.72496600031706 ], [ -122.419875000213793, 37.724709999916939 ], [ -122.416632000291429, 37.722157000226268 ], [ -122.412969000244502, 37.723857999884054 ], [ -122.412467999929063, 37.722657999988137 ], [ -122.410989999995479, 37.71907399973103 ], [ -122.40703599969541, 37.72008500005974 ], [ -122.406664999974637, 37.719215000322293 ], [ -122.406100000085132, 37.719837000241327 ], [ -122.403071000423012, 37.718465000066466 ], [ -122.402103000127369, 37.718721000021965 ], [ -122.403078000095704, 37.72112999995052 ], [ -122.404058999911825, 37.720863999968742 ], [ -122.405572000005506, 37.724461000230399 ], [ -122.408528999697594, 37.723688000299212 ], [ -122.410518999817285, 37.728487999793607 ], [ -122.414459999698551, 37.727456999766375 ], [ -122.418403999952886, 37.726424999902029 ], [ -122.41888799965156, 37.72496600031706 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026001", "NAME": "Census Tract 260.01", "state": "06", "county_fips": "075", "tract": "026001", "county_name": "San Francisco County", "tot_pop_2050": 6018, "tot_pop_pov_det_2050": 6018, "tot_pop_civ_ni_2050": 6018, "tot_hh_2050": 1591, "pop_zvhhs_2050": 179, "tot_fam_2050": 1273, "tot_pop_over5_2050": 5756, "pop_hus_rent50_2050": 263, "pop_minority_2050": 5383, "pop_over75_2050": 250, "pop_spfam_2050": 278, "pop_lep_2050": 1109, "pop_below200_2050": 1985, "pop_disability_2050": 485, "pct_minority_2050": 0.89448321701561984, "pct_over75_2050": 0.041542040545031571, "pct_spfam_2050": 0.21838177533385705, "pct_lep_2050": 0.19266851980542046, "pct_below200_2050": 0.32984380192755069, "pct_disab_2050": 0.080591558657361256, "pct_zvhhs_2050": 0.1125078566939032, "pct_hus_rent50_2050": 0.16530483972344434, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.049375917767987998, "pct_minority_2040": 0.89739353891336293, "pct_spfam_2040": 0.15904761904761902, "pct_lep_2040": 0.22542204568023802, "pct_below200_2040": 0.35003671071953008, "pct_disab_2040": 0.086820851688692996, "pct_zvhhs_2040": 0.23819301848049301, "pct_hus_rent50_2040": 0.198749131341209, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.435385000194003, 37.723909000251894 ], [ -122.437150000182754, 37.72157500023927 ], [ -122.433985000078209, 37.720062999926014 ], [ -122.432384999945867, 37.719298000030818 ], [ -122.431204999938117, 37.720855999682023 ], [ -122.430025999755273, 37.722397999721991 ], [ -122.428837000424977, 37.723954999815106 ], [ -122.428074000168735, 37.723591000018509 ], [ -122.42691199970433, 37.725150999747349 ], [ -122.432446999870152, 37.727637000269148 ], [ -122.433981999705153, 37.725761999982481 ], [ -122.434797999664852, 37.724682999725985 ], [ -122.435385000194003, 37.723909000251894 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026002", "NAME": "Census Tract 260.02", "state": "06", "county_fips": "075", "tract": "026002", "county_name": "San Francisco County", "tot_pop_2050": 3527, "tot_pop_pov_det_2050": 3206, "tot_pop_civ_ni_2050": 3217, "tot_hh_2050": 976, "pop_zvhhs_2050": 76, "tot_fam_2050": 706, "tot_pop_over5_2050": 3413, "pop_hus_rent50_2050": 13, "pop_minority_2050": 2747, "pop_over75_2050": 356, "pop_spfam_2050": 94, "pop_lep_2050": 581, "pop_below200_2050": 599, "pop_disability_2050": 291, "pct_minority_2050": 0.77884888006804653, "pct_over75_2050": 0.10093563935355826, "pct_spfam_2050": 0.13314447592067988, "pct_lep_2050": 0.17023146791678875, "pct_below200_2050": 0.18683718028696195, "pct_disab_2050": 0.090456947466583768, "pct_zvhhs_2050": 0.077868852459016397, "pct_hus_rent50_2050": 0.01331967213114754, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.109326570865032, "pct_minority_2040": 0.74612566920259205, "pct_spfam_2040": 0.16066481994459803, "pct_lep_2040": 0.222708698190309, "pct_below200_2040": 0.27772685609532499, "pct_disab_2040": 0.096853040024441978, "pct_zvhhs_2040": 0.076131687242798007, "pct_hus_rent50_2040": 0.027979274611398996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.431800999789772, 37.728249000269308 ], [ -122.432446999870152, 37.727637000269148 ], [ -122.42691199970433, 37.725150999747349 ], [ -122.428074000168735, 37.723591000018509 ], [ -122.42477099997194, 37.722172000055615 ], [ -122.42380699987423, 37.723691000203338 ], [ -122.421846999891798, 37.72419899973918 ], [ -122.423335999696036, 37.727791999917343 ], [ -122.424199000409715, 37.72873599977769 ], [ -122.430389999803324, 37.728546999982562 ], [ -122.431293999626575, 37.728729999667564 ], [ -122.431800999789772, 37.728249000269308 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026003", "NAME": "Census Tract 260.03", "state": "06", "county_fips": "075", "tract": "026003", "county_name": "San Francisco County", "tot_pop_2050": 5011, "tot_pop_pov_det_2050": 4926, "tot_pop_civ_ni_2050": 5011, "tot_hh_2050": 1400, "pop_zvhhs_2050": 233, "tot_fam_2050": 1075, "tot_pop_over5_2050": 4876, "pop_hus_rent50_2050": 75, "pop_minority_2050": 4248, "pop_over75_2050": 534, "pop_spfam_2050": 80, "pop_lep_2050": 814, "pop_below200_2050": 897, "pop_disability_2050": 601, "pct_minority_2050": 0.84773498303731787, "pct_over75_2050": 0.10656555577728996, "pct_spfam_2050": 0.07441860465116279, "pct_lep_2050": 0.16694011484823626, "pct_below200_2050": 0.18209500609013396, "pct_disab_2050": 0.11993614049091998, "pct_zvhhs_2050": 0.16642857142857145, "pct_hus_rent50_2050": 0.053571428571428568, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053168530508141999, "pct_minority_2040": 0.9058269570335491, "pct_spfam_2040": 0.165094339622642, "pct_lep_2040": 0.23742786479802103, "pct_below200_2040": 0.43142687512368894, "pct_disab_2040": 0.085148126348832995, "pct_zvhhs_2040": 0.074506939371803999, "pct_hus_rent50_2040": 0.11844077961019502, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.432384999945867, 37.719298000030818 ], [ -122.433554999907898, 37.717744000256268 ], [ -122.431153999884486, 37.716593999980446 ], [ -122.427188999713763, 37.715748000139186 ], [ -122.426390000370844, 37.718561000153478 ], [ -122.425829999605853, 37.719301999903116 ], [ -122.42477099997194, 37.722172000055615 ], [ -122.428074000168735, 37.723591000018509 ], [ -122.428837000424977, 37.723954999815106 ], [ -122.430025999755273, 37.722397999721991 ], [ -122.431204999938117, 37.720855999682023 ], [ -122.432384999945867, 37.719298000030818 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026004", "NAME": "Census Tract 260.04", "state": "06", "county_fips": "075", "tract": "026004", "county_name": "San Francisco County", "tot_pop_2050": 5011, "tot_pop_pov_det_2050": 4996, "tot_pop_civ_ni_2050": 5011, "tot_hh_2050": 1301, "pop_zvhhs_2050": 53, "tot_fam_2050": 966, "tot_pop_over5_2050": 4644, "pop_hus_rent50_2050": 96, "pop_minority_2050": 4432, "pop_over75_2050": 279, "pop_spfam_2050": 137, "pop_lep_2050": 1004, "pop_below200_2050": 1125, "pop_disability_2050": 415, "pct_minority_2050": 0.8844542007583317, "pct_over75_2050": 0.055677509479145883, "pct_spfam_2050": 0.14182194616977226, "pct_lep_2050": 0.21619293712316967, "pct_below200_2050": 0.22518014411529225, "pct_disab_2050": 0.082817800838156069, "pct_zvhhs_2050": 0.04073789392774789, "pct_hus_rent50_2050": 0.073789392774788631, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047445255474452989, "pct_minority_2040": 0.91047659939888403, "pct_spfam_2040": 0.15212527964205802, "pct_lep_2040": 0.27197613036493001, "pct_below200_2040": 0.37161872048089295, "pct_disab_2040": 0.094890510948904994, "pct_zvhhs_2040": 0.125, "pct_hus_rent50_2040": 0.20406435224386105, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.440141000210062, 37.717692000095248 ], [ -122.440418000219466, 37.717245000294149 ], [ -122.437046000425696, 37.716008000295446 ], [ -122.432776999583041, 37.714437000047305 ], [ -122.431153999884486, 37.716593999980446 ], [ -122.433554999907898, 37.717744000256268 ], [ -122.432384999945867, 37.719298000030818 ], [ -122.433985000078209, 37.720062999926014 ], [ -122.437150000182754, 37.72157500023927 ], [ -122.437501999636964, 37.721175999818399 ], [ -122.440141000210062, 37.717692000095248 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026100", "NAME": "Census Tract 261", "state": "06", "county_fips": "075", "tract": "026100", "county_name": "San Francisco County", "tot_pop_2050": 7516, "tot_pop_pov_det_2050": 7482, "tot_pop_civ_ni_2050": 7516, "tot_hh_2050": 2069, "pop_zvhhs_2050": 341, "tot_fam_2050": 1378, "tot_pop_over5_2050": 7216, "pop_hus_rent50_2050": 282, "pop_minority_2050": 6963, "pop_over75_2050": 416, "pop_spfam_2050": 98, "pop_lep_2050": 2182, "pop_below200_2050": 1744, "pop_disability_2050": 611, "pct_minority_2050": 0.92642362959020763, "pct_over75_2050": 0.05534858967535923, "pct_spfam_2050": 0.071117561683599423, "pct_lep_2050": 0.30238359201773835, "pct_below200_2050": 0.23309275594760759, "pct_disab_2050": 0.081293241085683879, "pct_zvhhs_2050": 0.16481391976800386, "pct_hus_rent50_2050": 0.1362977283711938, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085852135660565015, "pct_minority_2040": 0.89158507166169998, "pct_spfam_2040": 0.15138888888888902, "pct_lep_2040": 0.28949392401169105, "pct_below200_2040": 0.27726168357867698, "pct_disab_2040": 0.10642826734780801, "pct_zvhhs_2040": 0.21791645697030701, "pct_hus_rent50_2040": 0.16328653146125799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.448582000014326, 37.718411000096125 ], [ -122.448726999779282, 37.71744999968567 ], [ -122.447960000223418, 37.716999999670705 ], [ -122.446945000072077, 37.716186999654084 ], [ -122.443706000347689, 37.713592000316147 ], [ -122.441896000153079, 37.715308000310671 ], [ -122.440999000002535, 37.716487999772056 ], [ -122.440418000219466, 37.717245000294149 ], [ -122.440141000210062, 37.717692000095248 ], [ -122.437501999636964, 37.721175999818399 ], [ -122.437150000182754, 37.72157500023927 ], [ -122.435385000194003, 37.723909000251894 ], [ -122.437019999588088, 37.723723000120224 ], [ -122.438787000125018, 37.723636999779252 ], [ -122.444486000322371, 37.722973999771604 ], [ -122.444729999821519, 37.722986999954173 ], [ -122.447878000207652, 37.723005000257857 ], [ -122.448582000014326, 37.718411000096125 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026200", "NAME": "Census Tract 262", "state": "06", "county_fips": "075", "tract": "026200", "county_name": "San Francisco County", "tot_pop_2050": 7583, "tot_pop_pov_det_2050": 7563, "tot_pop_civ_ni_2050": 7573, "tot_hh_2050": 1995, "pop_zvhhs_2050": 175, "tot_fam_2050": 1529, "tot_pop_over5_2050": 7417, "pop_hus_rent50_2050": 134, "pop_minority_2050": 7093, "pop_over75_2050": 579, "pop_spfam_2050": 125, "pop_lep_2050": 1866, "pop_below200_2050": 2337, "pop_disability_2050": 637, "pct_minority_2050": 0.93538177502307807, "pct_over75_2050": 0.076355004615587502, "pct_spfam_2050": 0.08175277959450622, "pct_lep_2050": 0.2515841984629904, "pct_below200_2050": 0.30900436334787784, "pct_disab_2050": 0.084114617720850396, "pct_zvhhs_2050": 0.08771929824561403, "pct_hus_rent50_2050": 0.067167919799498751, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060887250540230989, "pct_minority_2040": 0.88445404855726495, "pct_spfam_2040": 0.071911493546404012, "pct_lep_2040": 0.238809899947341, "pct_below200_2040": 0.27647359020158196, "pct_disab_2040": 0.090122199592668026, "pct_zvhhs_2040": 0.14454732510288099, "pct_hus_rent50_2040": 0.058390320883745003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.465994000250674, 37.710154000300342 ], [ -122.46893900024719, 37.708232000238361 ], [ -122.459049999748231, 37.708231000298589 ], [ -122.45850900014814, 37.708231000298589 ], [ -122.453983000285859, 37.708232000238361 ], [ -122.452665000185846, 37.708805999697965 ], [ -122.449309000285567, 37.709946000160251 ], [ -122.446090999579226, 37.711592000338463 ], [ -122.444570999812854, 37.712783000080975 ], [ -122.443706000347689, 37.713592000316147 ], [ -122.446945000072077, 37.716186999654084 ], [ -122.447960000223418, 37.716999999670705 ], [ -122.448726999779282, 37.71744999968567 ], [ -122.449627000302911, 37.715739000172135 ], [ -122.452883999570645, 37.712829000157292 ], [ -122.455027999676091, 37.711316999717639 ], [ -122.455619000403217, 37.711065999981315 ], [ -122.45637599991332, 37.710824999864762 ], [ -122.457312000421936, 37.710648000158706 ], [ -122.460858000293015, 37.710586000201808 ], [ -122.465994000250674, 37.710154000300342 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026301", "NAME": "Census Tract 263.01", "state": "06", "county_fips": "075", "tract": "026301", "county_name": "San Francisco County", "tot_pop_2050": 5246, "tot_pop_pov_det_2050": 5235, "tot_pop_civ_ni_2050": 5235, "tot_hh_2050": 1384, "pop_zvhhs_2050": 181, "tot_fam_2050": 1020, "tot_pop_over5_2050": 5084, "pop_hus_rent50_2050": 134, "pop_minority_2050": 4571, "pop_over75_2050": 327, "pop_spfam_2050": 155, "pop_lep_2050": 1402, "pop_below200_2050": 1788, "pop_disability_2050": 585, "pct_minority_2050": 0.87133053755242085, "pct_over75_2050": 0.062333206252382777, "pct_spfam_2050": 0.15196078431372548, "pct_lep_2050": 0.27576711250983482, "pct_below200_2050": 0.34154727793696282, "pct_disab_2050": 0.11174785100286533, "pct_zvhhs_2050": 0.13078034682080925, "pct_hus_rent50_2050": 0.096820809248554907, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076840753424658001, "pct_minority_2040": 0.85723458904109595, "pct_spfam_2040": 0.109311740890688, "pct_lep_2040": 0.30037769384581203, "pct_below200_2040": 0.40240498174790601, "pct_disab_2040": 0.108966108966109, "pct_zvhhs_2040": 0.188235294117647, "pct_hus_rent50_2040": 0.084539223153085, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.444570999812854, 37.712783000080975 ], [ -122.444097000159928, 37.711688999985761 ], [ -122.443334999728606, 37.710555000203939 ], [ -122.437811000331749, 37.711919999814107 ], [ -122.436642000194638, 37.713550000185762 ], [ -122.436202999803484, 37.714171000194881 ], [ -122.43614400025227, 37.714253999869278 ], [ -122.433682000129508, 37.713181000351774 ], [ -122.432776999583041, 37.714437000047305 ], [ -122.437046000425696, 37.716008000295446 ], [ -122.440418000219466, 37.717245000294149 ], [ -122.440999000002535, 37.716487999772056 ], [ -122.441896000153079, 37.715308000310671 ], [ -122.443706000347689, 37.713592000316147 ], [ -122.444570999812854, 37.712783000080975 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026302", "NAME": "Census Tract 263.02", "state": "06", "county_fips": "075", "tract": "026302", "county_name": "San Francisco County", "tot_pop_2050": 5269, "tot_pop_pov_det_2050": 5212, "tot_pop_civ_ni_2050": 5269, "tot_hh_2050": 1498, "pop_zvhhs_2050": 116, "tot_fam_2050": 1113, "tot_pop_over5_2050": 5138, "pop_hus_rent50_2050": 87, "pop_minority_2050": 4554, "pop_over75_2050": 422, "pop_spfam_2050": 155, "pop_lep_2050": 1087, "pop_below200_2050": 1116, "pop_disability_2050": 636, "pct_minority_2050": 0.86430062630480164, "pct_over75_2050": 0.08009109888024292, "pct_spfam_2050": 0.13926325247079965, "pct_lep_2050": 0.21156091864538731, "pct_below200_2050": 0.21412125863392173, "pct_disab_2050": 0.12070601632188273, "pct_zvhhs_2050": 0.077436582109479304, "pct_hus_rent50_2050": 0.058077436582109475, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057790368271955002, "pct_minority_2040": 0.83663833805476906, "pct_spfam_2040": 0.092444444444443996, "pct_lep_2040": 0.20679380214541099, "pct_below200_2040": 0.22379603399433395, "pct_disab_2040": 0.095372993389991001, "pct_zvhhs_2040": 0.071238348868175996, "pct_hus_rent50_2040": 0.058068872383524997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.437811000331749, 37.711919999814107 ], [ -122.43837000037351, 37.711132999750632 ], [ -122.436992999823929, 37.710746000236881 ], [ -122.436771000066074, 37.710156000128038 ], [ -122.435381999820947, 37.708131999796066 ], [ -122.433981999705153, 37.708131999796066 ], [ -122.433381999655538, 37.708232000238361 ], [ -122.431341000380542, 37.708231000298589 ], [ -122.430026999580164, 37.708281000114496 ], [ -122.428081999666361, 37.708431000070391 ], [ -122.423889999714902, 37.708235999997441 ], [ -122.423376999703919, 37.709203000082411 ], [ -122.424478000068973, 37.710109999813739 ], [ -122.426736999802159, 37.711224999791241 ], [ -122.425547999573553, 37.714516999858894 ], [ -122.427188999713763, 37.715748000139186 ], [ -122.431153999884486, 37.716593999980446 ], [ -122.432776999583041, 37.714437000047305 ], [ -122.433682000129508, 37.713181000351774 ], [ -122.43614400025227, 37.714253999869278 ], [ -122.436202999803484, 37.714171000194881 ], [ -122.436642000194638, 37.713550000185762 ], [ -122.437811000331749, 37.711919999814107 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026303", "NAME": "Census Tract 263.03", "state": "06", "county_fips": "075", "tract": "026303", "county_name": "San Francisco County", "tot_pop_2050": 5216, "tot_pop_pov_det_2050": 5153, "tot_pop_civ_ni_2050": 5153, "tot_hh_2050": 1255, "pop_zvhhs_2050": 88, "tot_fam_2050": 1091, "tot_pop_over5_2050": 4938, "pop_hus_rent50_2050": 142, "pop_minority_2050": 4588, "pop_over75_2050": 338, "pop_spfam_2050": 102, "pop_lep_2050": 1125, "pop_below200_2050": 1173, "pop_disability_2050": 411, "pct_minority_2050": 0.87960122699386489, "pct_over75_2050": 0.06480061349693253, "pct_spfam_2050": 0.093492208982584771, "pct_lep_2050": 0.22782503037667071, "pct_below200_2050": 0.22763438773529979, "pct_disab_2050": 0.079759363477585873, "pct_zvhhs_2050": 0.070119521912350602, "pct_hus_rent50_2050": 0.11314741035856575, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063932898415656997, "pct_minority_2040": 0.88424976700838787, "pct_spfam_2040": 0.17725118483412303, "pct_lep_2040": 0.322037257233452, "pct_below200_2040": 0.29234251225952501, "pct_disab_2040": 0.087136929460581006, "pct_zvhhs_2040": 0.087025316455696, "pct_hus_rent50_2040": 0.14536741214057503, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.452665000185846, 37.708805999697965 ], [ -122.453983000285859, 37.708232000238361 ], [ -122.452470000192164, 37.708148000273894 ], [ -122.45230000031286, 37.70813800015334 ], [ -122.449751000151437, 37.708212999958661 ], [ -122.445874999669186, 37.708233000178183 ], [ -122.444482000124395, 37.708331999835082 ], [ -122.442078999552862, 37.708231000298589 ], [ -122.440781000442655, 37.708304000132181 ], [ -122.435381999820947, 37.708131999796066 ], [ -122.436771000066074, 37.710156000128038 ], [ -122.436992999823929, 37.710746000236881 ], [ -122.43837000037351, 37.711132999750632 ], [ -122.437811000331749, 37.711919999814107 ], [ -122.443334999728606, 37.710555000203939 ], [ -122.444097000159928, 37.711688999985761 ], [ -122.444570999812854, 37.712783000080975 ], [ -122.446090999579226, 37.711592000338463 ], [ -122.449309000285567, 37.709946000160251 ], [ -122.452665000185846, 37.708805999697965 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026401", "NAME": "Census Tract 264.01", "state": "06", "county_fips": "075", "tract": "026401", "county_name": "San Francisco County", "tot_pop_2050": 3548, "tot_pop_pov_det_2050": 3535, "tot_pop_civ_ni_2050": 3548, "tot_hh_2050": 1003, "pop_zvhhs_2050": 165, "tot_fam_2050": 839, "tot_pop_over5_2050": 3331, "pop_hus_rent50_2050": 79, "pop_minority_2050": 3416, "pop_over75_2050": 374, "pop_spfam_2050": 145, "pop_lep_2050": 925, "pop_below200_2050": 981, "pop_disability_2050": 293, "pct_minority_2050": 0.96279594137542279, "pct_over75_2050": 0.10541149943630214, "pct_spfam_2050": 0.17282479141835519, "pct_lep_2050": 0.27769438607024921, "pct_below200_2050": 0.27751060820367751, "pct_disab_2050": 0.082581736189402469, "pct_zvhhs_2050": 0.16450648055832506, "pct_hus_rent50_2050": 0.078763708873379856, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077853761178326999, "pct_minority_2040": 0.96002104155707491, "pct_spfam_2040": 0.17294900221729503, "pct_lep_2040": 0.31492168178070901, "pct_below200_2040": 0.435034192530247, "pct_disab_2040": 0.10889005786428201, "pct_zvhhs_2040": 0.26950998185118002, "pct_hus_rent50_2040": 0.14446529080675399, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.415634999683448, 37.712732999749406 ], [ -122.415999999556433, 37.711914999653132 ], [ -122.412887000228721, 37.711036000086196 ], [ -122.411349000020664, 37.710604999873169 ], [ -122.410641000016014, 37.712205999788289 ], [ -122.407926999998153, 37.711447999763358 ], [ -122.406188999773576, 37.715244000298874 ], [ -122.410432999603543, 37.716414000354533 ], [ -122.411316000408718, 37.714367000141308 ], [ -122.415396000207167, 37.715473999861707 ], [ -122.415290999726878, 37.713503999846445 ], [ -122.415634999683448, 37.712732999749406 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026402", "NAME": "Census Tract 264.02", "state": "06", "county_fips": "075", "tract": "026402", "county_name": "San Francisco County", "tot_pop_2050": 5164, "tot_pop_pov_det_2050": 5096, "tot_pop_civ_ni_2050": 5141, "tot_hh_2050": 1214, "pop_zvhhs_2050": 86, "tot_fam_2050": 897, "tot_pop_over5_2050": 4731, "pop_hus_rent50_2050": 102, "pop_minority_2050": 4732, "pop_over75_2050": 262, "pop_spfam_2050": 141, "pop_lep_2050": 885, "pop_below200_2050": 1267, "pop_disability_2050": 363, "pct_minority_2050": 0.91634391944229276, "pct_over75_2050": 0.050735863671572422, "pct_spfam_2050": 0.15719063545150502, "pct_lep_2050": 0.18706404565630946, "pct_below200_2050": 0.24862637362637366, "pct_disab_2050": 0.070608830966737993, "pct_zvhhs_2050": 0.070840197693574955, "pct_hus_rent50_2050": 0.084019769357495888, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051022864019254009, "pct_minority_2040": 0.90998796630565582, "pct_spfam_2040": 0.18317972350230399, "pct_lep_2040": 0.255324608673338, "pct_below200_2040": 0.17845854607342601, "pct_disab_2040": 0.100603136308806, "pct_zvhhs_2040": 0.052542372881355992, "pct_hus_rent50_2040": 0.050788091068300997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.408949999647092, 37.716457999940253 ], [ -122.410432999603543, 37.716414000354533 ], [ -122.406188999773576, 37.715244000298874 ], [ -122.403617000045941, 37.714327000165355 ], [ -122.402187999617837, 37.714730999783022 ], [ -122.402154000180971, 37.712655999783898 ], [ -122.402545999818159, 37.71226600004033 ], [ -122.400626000018647, 37.71298400023494 ], [ -122.398327999927432, 37.716259000346028 ], [ -122.398515000423473, 37.71766399966549 ], [ -122.398862999679736, 37.718682999862423 ], [ -122.39961500006531, 37.716277999983973 ], [ -122.40043500022297, 37.719161999980322 ], [ -122.402103000127369, 37.718721000021965 ], [ -122.403071000423012, 37.718465000066466 ], [ -122.406100000085132, 37.719837000241327 ], [ -122.406664999974637, 37.719215000322293 ], [ -122.407271999696974, 37.717820000097994 ], [ -122.408255000061231, 37.718090000288896 ], [ -122.408949999647092, 37.716457999940253 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026403", "NAME": "Census Tract 264.03", "state": "06", "county_fips": "075", "tract": "026403", "county_name": "San Francisco County", "tot_pop_2050": 3962, "tot_pop_pov_det_2050": 3892, "tot_pop_civ_ni_2050": 3922, "tot_hh_2050": 1134, "pop_zvhhs_2050": 251, "tot_fam_2050": 811, "tot_pop_over5_2050": 3800, "pop_hus_rent50_2050": 152, "pop_minority_2050": 3692, "pop_over75_2050": 335, "pop_spfam_2050": 130, "pop_lep_2050": 1034, "pop_below200_2050": 1113, "pop_disability_2050": 455, "pct_minority_2050": 0.93185259969712264, "pct_over75_2050": 0.084553255931347798, "pct_spfam_2050": 0.16029593094944514, "pct_lep_2050": 0.27210526315789474, "pct_below200_2050": 0.28597122302158273, "pct_disab_2050": 0.11601223865374807, "pct_zvhhs_2050": 0.22134038800705466, "pct_hus_rent50_2050": 0.13403880070546734, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.092616749282545985, "pct_minority_2040": 0.95903991651447995, "pct_spfam_2040": 0.083870967741935989, "pct_lep_2040": 0.43725599553820399, "pct_below200_2040": 0.51952191235059797, "pct_disab_2040": 0.090310689836755997, "pct_zvhhs_2040": 0.216165413533835, "pct_hus_rent50_2040": 0.14961389961390001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.411349000020664, 37.710604999873169 ], [ -122.412380000065539, 37.708303000193318 ], [ -122.406480999851624, 37.708322999677904 ], [ -122.405582000051254, 37.708231000298589 ], [ -122.404821000343162, 37.709747000132381 ], [ -122.404347999616846, 37.710442999713756 ], [ -122.403109000057825, 37.711997999722719 ], [ -122.402545999818159, 37.71226600004033 ], [ -122.402154000180971, 37.712655999783898 ], [ -122.402187999617837, 37.714730999783022 ], [ -122.403617000045941, 37.714327000165355 ], [ -122.406188999773576, 37.715244000298874 ], [ -122.407926999998153, 37.711447999763358 ], [ -122.410641000016014, 37.712205999788289 ], [ -122.411349000020664, 37.710604999873169 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075026404", "NAME": "Census Tract 264.04", "state": "06", "county_fips": "075", "tract": "026404", "county_name": "San Francisco County", "tot_pop_2050": 2843, "tot_pop_pov_det_2050": 2826, "tot_pop_civ_ni_2050": 2843, "tot_hh_2050": 701, "pop_zvhhs_2050": 86, "tot_fam_2050": 577, "tot_pop_over5_2050": 2677, "pop_hus_rent50_2050": 151, "pop_minority_2050": 2712, "pop_over75_2050": 130, "pop_spfam_2050": 120, "pop_lep_2050": 702, "pop_below200_2050": 1016, "pop_disability_2050": 191, "pct_minority_2050": 0.95392191347168476, "pct_over75_2050": 0.0457263454097784, "pct_spfam_2050": 0.20797227036395147, "pct_lep_2050": 0.26223384385506165, "pct_below200_2050": 0.35951875442321291, "pct_disab_2050": 0.067182553640520573, "pct_zvhhs_2050": 0.12268188302425105, "pct_hus_rent50_2050": 0.21540656205420827, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.053715670436187003, "pct_minority_2040": 0.98142164781906294, "pct_spfam_2040": 0.16698292220113903, "pct_lep_2040": 0.27229845626072002, "pct_below200_2040": 0.43457189014539599, "pct_disab_2040": 0.09678731191541301, "pct_zvhhs_2040": 0.15220700152207001, "pct_hus_rent50_2040": 0.16434108527131799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.420082999727938, 37.708310999703521 ], [ -122.420081999903047, 37.708231000298589 ], [ -122.416222000212599, 37.708328000081195 ], [ -122.415181999946924, 37.708231000298589 ], [ -122.412380000065539, 37.708303000193318 ], [ -122.411349000020664, 37.710604999873169 ], [ -122.412887000228721, 37.711036000086196 ], [ -122.415999999556433, 37.711914999653132 ], [ -122.416648000184949, 37.710472999848953 ], [ -122.419347999959101, 37.709947000076895 ], [ -122.420082999727938, 37.708310999703521 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030101", "NAME": "Census Tract 301.01", "state": "06", "county_fips": "075", "tract": "030101", "county_name": "San Francisco County", "tot_pop_2050": 5045, "tot_pop_pov_det_2050": 4901, "tot_pop_civ_ni_2050": 5045, "tot_hh_2050": 2061, "pop_zvhhs_2050": 577, "tot_fam_2050": 908, "tot_pop_over5_2050": 4643, "pop_hus_rent50_2050": 181, "pop_minority_2050": 2105, "pop_over75_2050": 147, "pop_spfam_2050": 75, "pop_lep_2050": 247, "pop_below200_2050": 1050, "pop_disability_2050": 369, "pct_minority_2050": 0.4172447968285431, "pct_over75_2050": 0.029137760158572844, "pct_spfam_2050": 0.082599118942731281, "pct_lep_2050": 0.053198363127288401, "pct_below200_2050": 0.21424199143032041, "pct_disab_2050": 0.073141724479682854, "pct_zvhhs_2050": 0.27996118389131491, "pct_hus_rent50_2050": 0.08782144590004852, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041878172588833001, "pct_minority_2040": 0.38388324873096397, "pct_spfam_2040": 0.108597285067873, "pct_lep_2040": 0.031154684095860998, "pct_below200_2040": 0.26993191302438002, "pct_disab_2040": 0.085871404399323004, "pct_zvhhs_2040": 0.25630052306229201, "pct_hus_rent50_2040": 0.13942307692307698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.464297000033952, 37.76596300015229 ], [ -122.464172000360492, 37.764131000298526 ], [ -122.464041999765826, 37.762269000069203 ], [ -122.463912000069499, 37.760404999946353 ], [ -122.463782000373143, 37.758537999812269 ], [ -122.463225999806141, 37.758561999818909 ], [ -122.462972000261246, 37.762315999864462 ], [ -122.460843000224415, 37.762627999742605 ], [ -122.457535999829616, 37.763565999808137 ], [ -122.455466000242339, 37.764160999990203 ], [ -122.452568999926356, 37.764509000211568 ], [ -122.452758000072237, 37.765443000346842 ], [ -122.452947000218145, 37.766373999744125 ], [ -122.456913000213774, 37.765874000264631 ], [ -122.457790000272837, 37.766014999789704 ], [ -122.458405000391053, 37.766159999937578 ], [ -122.461090000096604, 37.766132000082976 ], [ -122.464297000033952, 37.76596300015229 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030102", "NAME": "Census Tract 301.02", "state": "06", "county_fips": "075", "tract": "030102", "county_name": "San Francisco County", "tot_pop_2050": 5255, "tot_pop_pov_det_2050": 4743, "tot_pop_civ_ni_2050": 5255, "tot_hh_2050": 2344, "pop_zvhhs_2050": 210, "tot_fam_2050": 1081, "tot_pop_over5_2050": 5123, "pop_hus_rent50_2050": 206, "pop_minority_2050": 1679, "pop_over75_2050": 371, "pop_spfam_2050": 74, "pop_lep_2050": 29, "pop_below200_2050": 426, "pop_disability_2050": 280, "pct_minority_2050": 0.31950523311132256, "pct_over75_2050": 0.070599429115128454, "pct_spfam_2050": 0.068455134135060131, "pct_lep_2050": 0.0056607456568416939, "pct_below200_2050": 0.089816571790006322, "pct_disab_2050": 0.053282588011417699, "pct_zvhhs_2050": 0.089590443686006827, "pct_hus_rent50_2050": 0.087883959044368604, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071332950851022994, "pct_minority_2040": 0.37827500478102899, "pct_spfam_2040": 0.06040268456375799, "pct_lep_2040": 0.028871391076115003, "pct_below200_2040": 0.085750582257039992, "pct_disab_2040": 0.038461538461537992, "pct_zvhhs_2040": 0.11495285136955499, "pct_hus_rent50_2040": 0.078321678321677995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.463782000373143, 37.758537999812269 ], [ -122.463657999626278, 37.756763999720029 ], [ -122.463769999779274, 37.754142000202329 ], [ -122.463361000423646, 37.753038999790213 ], [ -122.462107999722662, 37.751972000004976 ], [ -122.46147000003819, 37.751522000228817 ], [ -122.456091000406303, 37.751803999745725 ], [ -122.455537000387423, 37.75377400022299 ], [ -122.45417200043174, 37.756506999892913 ], [ -122.454077999822104, 37.757027000022724 ], [ -122.453871999957769, 37.757377999677551 ], [ -122.451367000177299, 37.758576000115156 ], [ -122.448535000158671, 37.759045000339398 ], [ -122.447915000017574, 37.757589000085041 ], [ -122.446395000251172, 37.758855999801121 ], [ -122.446394000426281, 37.760907000056598 ], [ -122.446782999690384, 37.761780999659713 ], [ -122.449120000139686, 37.761648000015796 ], [ -122.451958000006101, 37.761477999850356 ], [ -122.452399999871957, 37.763668999675012 ], [ -122.452568999926356, 37.764509000211568 ], [ -122.455466000242339, 37.764160999990203 ], [ -122.457535999829616, 37.763565999808137 ], [ -122.460843000224415, 37.762627999742605 ], [ -122.462972000261246, 37.762315999864462 ], [ -122.463225999806141, 37.758561999818909 ], [ -122.463782000373143, 37.758537999812269 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030201", "NAME": "Census Tract 302.01", "state": "06", "county_fips": "075", "tract": "030201", "county_name": "San Francisco County", "tot_pop_2050": 4542, "tot_pop_pov_det_2050": 4505, "tot_pop_civ_ni_2050": 4542, "tot_hh_2050": 1976, "pop_zvhhs_2050": 276, "tot_fam_2050": 1067, "tot_pop_over5_2050": 4312, "pop_hus_rent50_2050": 191, "pop_minority_2050": 2212, "pop_over75_2050": 199, "pop_spfam_2050": 108, "pop_lep_2050": 372, "pop_below200_2050": 574, "pop_disability_2050": 327, "pct_minority_2050": 0.48701012769704982, "pct_over75_2050": 0.04381329810656099, "pct_spfam_2050": 0.10121836925960637, "pct_lep_2050": 0.086270871985157704, "pct_below200_2050": 0.12741398446170921, "pct_disab_2050": 0.071994715984147958, "pct_zvhhs_2050": 0.1396761133603239, "pct_hus_rent50_2050": 0.096659919028340077, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089388145315487999, "pct_minority_2040": 0.40965583173996201, "pct_spfam_2040": 0.024213075060532996, "pct_lep_2040": 0.081597222222222002, "pct_below200_2040": 0.17136711281070702, "pct_disab_2040": 0.089149139579350001, "pct_zvhhs_2040": 0.18191546281433899, "pct_hus_rent50_2040": 0.11498637602179801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.477261000225795, 37.765486000037825 ], [ -122.477115999562542, 37.763562000196544 ], [ -122.476974000170614, 37.761700999774405 ], [ -122.476761999560196, 37.75983700025192 ], [ -122.470335000165022, 37.760123999782408 ], [ -122.470468000234405, 37.76202699975925 ], [ -122.470594999557704, 37.763849000187285 ], [ -122.470730000175237, 37.765779000322283 ], [ -122.477261000225795, 37.765486000037825 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030202", "NAME": "Census Tract 302.02", "state": "06", "county_fips": "075", "tract": "030202", "county_name": "San Francisco County", "tot_pop_2050": 4487, "tot_pop_pov_det_2050": 4487, "tot_pop_civ_ni_2050": 4487, "tot_hh_2050": 2095, "pop_zvhhs_2050": 517, "tot_fam_2050": 934, "tot_pop_over5_2050": 4304, "pop_hus_rent50_2050": 147, "pop_minority_2050": 2186, "pop_over75_2050": 103, "pop_spfam_2050": 0, "pop_lep_2050": 274, "pop_below200_2050": 772, "pop_disability_2050": 200, "pct_minority_2050": 0.4871852016937821, "pct_over75_2050": 0.022955203922442609, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.063661710037174732, "pct_below200_2050": 0.17205259638956988, "pct_disab_2050": 0.04457321149988857, "pct_zvhhs_2050": 0.24677804295942721, "pct_hus_rent50_2050": 0.070167064439140808, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031890130353816999, "pct_minority_2040": 0.51419925512104292, "pct_spfam_2040": 0.074944071588366995, "pct_lep_2040": 0.06625766871165599, "pct_below200_2040": 0.24255121042830502, "pct_disab_2040": 0.023510242085661, "pct_zvhhs_2040": 0.264261335933691, "pct_hus_rent50_2040": 0.14563106796116501, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.470730000175237, 37.765779000322283 ], [ -122.470594999557704, 37.763849000187285 ], [ -122.470468000234405, 37.76202699975925 ], [ -122.470335000165022, 37.760123999782408 ], [ -122.469263000112306, 37.760171000230422 ], [ -122.463912000069499, 37.760404999946353 ], [ -122.464041999765826, 37.762269000069203 ], [ -122.464172000360492, 37.764131000298526 ], [ -122.464297000033952, 37.76596300015229 ], [ -122.470730000175237, 37.765779000322283 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030301", "NAME": "Census Tract 303.01", "state": "06", "county_fips": "075", "tract": "030301", "county_name": "San Francisco County", "tot_pop_2050": 5663, "tot_pop_pov_det_2050": 5607, "tot_pop_civ_ni_2050": 5607, "tot_hh_2050": 2291, "pop_zvhhs_2050": 387, "tot_fam_2050": 1254, "tot_pop_over5_2050": 5371, "pop_hus_rent50_2050": 135, "pop_minority_2050": 3345, "pop_over75_2050": 457, "pop_spfam_2050": 72, "pop_lep_2050": 512, "pop_below200_2050": 1008, "pop_disability_2050": 586, "pct_minority_2050": 0.59067631997174641, "pct_over75_2050": 0.080699276002119014, "pct_spfam_2050": 0.057416267942583726, "pct_lep_2050": 0.0953267547942655, "pct_below200_2050": 0.1797752808988764, "pct_disab_2050": 0.10451221687176744, "pct_zvhhs_2050": 0.16892186817983412, "pct_hus_rent50_2050": 0.058926233085988648, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058604815864022997, "pct_minority_2040": 0.51434135977337103, "pct_spfam_2040": 0.059335443037975, "pct_lep_2040": 0.074881516587677985, "pct_below200_2040": 0.12828770799785302, "pct_disab_2040": 0.077652531758811996, "pct_zvhhs_2040": 0.1412623443538, "pct_hus_rent50_2040": 0.115761353517364, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.476761999560196, 37.75983700025192 ], [ -122.476870000413555, 37.759831999775137 ], [ -122.476698999811006, 37.757968000029244 ], [ -122.476600000076814, 37.756108000205202 ], [ -122.473682999669364, 37.756236999859055 ], [ -122.471209999675949, 37.755193999705853 ], [ -122.470907999552139, 37.752616000069317 ], [ -122.470679999946526, 37.752376000250536 ], [ -122.469781999971062, 37.752675000207418 ], [ -122.468334999999584, 37.753244000244131 ], [ -122.466600000148063, 37.752803000116543 ], [ -122.464461999890389, 37.752898999725531 ], [ -122.463433000393678, 37.75302800000275 ], [ -122.463361000423646, 37.753038999790213 ], [ -122.463769999779274, 37.754142000202329 ], [ -122.463657999626278, 37.756763999720029 ], [ -122.463782000373143, 37.758537999812269 ], [ -122.463912000069499, 37.760404999946353 ], [ -122.469263000112306, 37.760171000230422 ], [ -122.470335000165022, 37.760123999782408 ], [ -122.476761999560196, 37.75983700025192 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030302", "NAME": "Census Tract 303.02", "state": "06", "county_fips": "075", "tract": "030302", "county_name": "San Francisco County", "tot_pop_2050": 4315, "tot_pop_pov_det_2050": 4315, "tot_pop_civ_ni_2050": 4315, "tot_hh_2050": 1493, "pop_zvhhs_2050": 52, "tot_fam_2050": 960, "tot_pop_over5_2050": 4121, "pop_hus_rent50_2050": 63, "pop_minority_2050": 2917, "pop_over75_2050": 230, "pop_spfam_2050": 29, "pop_lep_2050": 353, "pop_below200_2050": 496, "pop_disability_2050": 237, "pct_minority_2050": 0.67601390498261882, "pct_over75_2050": 0.053302433371958287, "pct_spfam_2050": 0.03020833333333333, "pct_lep_2050": 0.085658820674593544, "pct_below200_2050": 0.11494785631517961, "pct_disab_2050": 0.054924681344148317, "pct_zvhhs_2050": 0.034829202947086406, "pct_hus_rent50_2050": 0.04219691895512391, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094004065040649995, "pct_minority_2040": 0.58206300813008105, "pct_spfam_2040": 0.052192066805845004, "pct_lep_2040": 0.096824980320125986, "pct_below200_2040": 0.19512195121951201, "pct_disab_2040": 0.076981707317073003, "pct_zvhhs_2040": 0.095541401273884996, "pct_hus_rent50_2040": 0.08078602620087301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.476600000076814, 37.756108000205202 ], [ -122.476354999854408, 37.752376000250536 ], [ -122.476220999960105, 37.750508999920328 ], [ -122.476131000446756, 37.748643000178014 ], [ -122.470594999557704, 37.74886900002997 ], [ -122.469549000342568, 37.748902999922848 ], [ -122.466335999659094, 37.749075000060621 ], [ -122.466468999728505, 37.750939000126948 ], [ -122.465403000421873, 37.750986000017861 ], [ -122.464185999705862, 37.750716999800417 ], [ -122.46344199971621, 37.751195000047751 ], [ -122.464461999890389, 37.752898999725531 ], [ -122.466600000148063, 37.752803000116543 ], [ -122.468334999999584, 37.753244000244131 ], [ -122.469781999971062, 37.752675000207418 ], [ -122.470679999946526, 37.752376000250536 ], [ -122.470907999552139, 37.752616000069317 ], [ -122.471209999675949, 37.755193999705853 ], [ -122.473682999669364, 37.756236999859055 ], [ -122.476600000076814, 37.756108000205202 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030400", "NAME": "Census Tract 304", "state": "06", "county_fips": "075", "tract": "030400", "county_name": "San Francisco County", "tot_pop_2050": 5641, "tot_pop_pov_det_2050": 5629, "tot_pop_civ_ni_2050": 5641, "tot_hh_2050": 1975, "pop_zvhhs_2050": 102, "tot_fam_2050": 1463, "tot_pop_over5_2050": 5163, "pop_hus_rent50_2050": 65, "pop_minority_2050": 3004, "pop_over75_2050": 452, "pop_spfam_2050": 53, "pop_lep_2050": 203, "pop_below200_2050": 604, "pop_disability_2050": 392, "pct_minority_2050": 0.53252969331678779, "pct_over75_2050": 0.080127636943804287, "pct_spfam_2050": 0.036226930963773066, "pct_lep_2050": 0.039318225837691262, "pct_below200_2050": 0.10730147450701724, "pct_disab_2050": 0.069491224960113451, "pct_zvhhs_2050": 0.051645569620253171, "pct_hus_rent50_2050": 0.032911392405063286, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080761411938644001, "pct_minority_2040": 0.538717427462576, "pct_spfam_2040": 0.061155913978495, "pct_lep_2040": 0.060980392156862996, "pct_below200_2040": 0.16022916281648497, "pct_disab_2040": 0.067085566438735991, "pct_zvhhs_2040": 0.071938775510204001, "pct_hus_rent50_2040": 0.037447257383966003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.476131000446756, 37.748643000178014 ], [ -122.476006999699877, 37.746777999683026 ], [ -122.475854000437323, 37.74491500009082 ], [ -122.475726000390807, 37.743048999945813 ], [ -122.4702349997076, 37.743289000179551 ], [ -122.466042999756155, 37.743554999884552 ], [ -122.465806999754591, 37.743574000334299 ], [ -122.463686000113697, 37.743748999873077 ], [ -122.461381000349732, 37.745568999813798 ], [ -122.459173999596786, 37.747285999945333 ], [ -122.458634999646534, 37.747769000207633 ], [ -122.46147000003819, 37.751522000228817 ], [ -122.462107999722662, 37.751972000004976 ], [ -122.463361000423646, 37.753038999790213 ], [ -122.463433000393678, 37.75302800000275 ], [ -122.464461999890389, 37.752898999725531 ], [ -122.46344199971621, 37.751195000047751 ], [ -122.464185999705862, 37.750716999800417 ], [ -122.465403000421873, 37.750986000017861 ], [ -122.466468999728505, 37.750939000126948 ], [ -122.466335999659094, 37.749075000060621 ], [ -122.469549000342568, 37.748902999922848 ], [ -122.470594999557704, 37.74886900002997 ], [ -122.476131000446756, 37.748643000178014 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030500", "NAME": "Census Tract 305", "state": "06", "county_fips": "075", "tract": "030500", "county_name": "San Francisco County", "tot_pop_2050": 3344, "tot_pop_pov_det_2050": 2599, "tot_pop_civ_ni_2050": 2608, "tot_hh_2050": 1051, "pop_zvhhs_2050": 139, "tot_fam_2050": 633, "tot_pop_over5_2050": 3231, "pop_hus_rent50_2050": 27, "pop_minority_2050": 1959, "pop_over75_2050": 558, "pop_spfam_2050": 63, "pop_lep_2050": 271, "pop_below200_2050": 338, "pop_disability_2050": 369, "pct_minority_2050": 0.58582535885167464, "pct_over75_2050": 0.16686602870813394, "pct_spfam_2050": 0.099526066350710901, "pct_lep_2050": 0.083874961312287222, "pct_below200_2050": 0.13005001923816853, "pct_disab_2050": 0.14148773006134968, "pct_zvhhs_2050": 0.13225499524262607, "pct_hus_rent50_2050": 0.025689819219790674, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.16141592920354, "pct_minority_2040": 0.47115044247787602, "pct_spfam_2040": 0.013461538461539, "pct_lep_2040": 0.10772578890097902, "pct_below200_2040": 0.16406579502319699, "pct_disab_2040": 0.206106870229008, "pct_zvhhs_2040": 0.14056224899598402, "pct_hus_rent50_2040": 0.028397565922921003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.46147000003819, 37.751522000228817 ], [ -122.458634999646534, 37.747769000207633 ], [ -122.459173999596786, 37.747285999945333 ], [ -122.45874299960154, 37.746876000262382 ], [ -122.454636999863851, 37.746142000350822 ], [ -122.454275000363907, 37.745908000273246 ], [ -122.453897000072132, 37.745742000030639 ], [ -122.451691999867293, 37.745629000033347 ], [ -122.450839999922607, 37.745903999706904 ], [ -122.449447000377816, 37.746659999900466 ], [ -122.44779399964375, 37.749408000231774 ], [ -122.445697000292256, 37.74885500002776 ], [ -122.449423000088373, 37.750411999971021 ], [ -122.447089999837033, 37.75150499982059 ], [ -122.446734000184904, 37.753572999968974 ], [ -122.447942999606653, 37.755532000096629 ], [ -122.445348000312805, 37.755619000333958 ], [ -122.446950000094944, 37.756549999807383 ], [ -122.447915000017574, 37.757589000085041 ], [ -122.448535000158671, 37.759045000339398 ], [ -122.451367000177299, 37.758576000115156 ], [ -122.453871999957769, 37.757377999677551 ], [ -122.454077999822104, 37.757027000022724 ], [ -122.45417200043174, 37.756506999892913 ], [ -122.455537000387423, 37.75377400022299 ], [ -122.456091000406303, 37.751803999745725 ], [ -122.46147000003819, 37.751522000228817 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030600", "NAME": "Census Tract 306", "state": "06", "county_fips": "075", "tract": "030600", "county_name": "San Francisco County", "tot_pop_2050": 2516, "tot_pop_pov_det_2050": 2507, "tot_pop_civ_ni_2050": 2516, "tot_hh_2050": 896, "pop_zvhhs_2050": 27, "tot_fam_2050": 667, "tot_pop_over5_2050": 2333, "pop_hus_rent50_2050": 39, "pop_minority_2050": 1215, "pop_over75_2050": 225, "pop_spfam_2050": 43, "pop_lep_2050": 34, "pop_below200_2050": 274, "pop_disability_2050": 241, "pct_minority_2050": 0.48290937996820349, "pct_over75_2050": 0.08942766295707473, "pct_spfam_2050": 0.064467766116941536, "pct_lep_2050": 0.014573510501500212, "pct_below200_2050": 0.10929397686477862, "pct_disab_2050": 0.095786963434022238, "pct_zvhhs_2050": 0.030133928571428568, "pct_hus_rent50_2050": 0.043526785714285712, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087547811304716991, "pct_minority_2040": 0.38886527836804097, "pct_spfam_2040": 0.058637083993660993, "pct_lep_2040": 0.020279405137448997, "pct_below200_2040": 0.066298342541437003, "pct_disab_2040": 0.069273268168296001, "pct_zvhhs_2040": 0.052747252747253004, "pct_hus_rent50_2040": 0.011507479861910001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.461381000349732, 37.745568999813798 ], [ -122.463686000113697, 37.743748999873077 ], [ -122.461234000036654, 37.742583999942241 ], [ -122.459839999768619, 37.741061000055907 ], [ -122.459386000207203, 37.740570999985415 ], [ -122.459183999642519, 37.739870999839709 ], [ -122.458848999906763, 37.739157999995285 ], [ -122.458082000350871, 37.739098999736406 ], [ -122.454932000314955, 37.741776999922266 ], [ -122.454640000236878, 37.742325999688454 ], [ -122.45423799965566, 37.742835000146592 ], [ -122.453773000223578, 37.743218999836586 ], [ -122.452306000160661, 37.742819000057104 ], [ -122.449860999756297, 37.743265000191194 ], [ -122.451691999867293, 37.745629000033347 ], [ -122.453897000072132, 37.745742000030639 ], [ -122.454275000363907, 37.745908000273246 ], [ -122.454636999863851, 37.746142000350822 ], [ -122.45874299960154, 37.746876000262382 ], [ -122.459173999596786, 37.747285999945333 ], [ -122.461381000349732, 37.745568999813798 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030700", "NAME": "Census Tract 307", "state": "06", "county_fips": "075", "tract": "030700", "county_name": "San Francisco County", "tot_pop_2050": 7022, "tot_pop_pov_det_2050": 7022, "tot_pop_civ_ni_2050": 7022, "tot_hh_2050": 2684, "pop_zvhhs_2050": 85, "tot_fam_2050": 2110, "tot_pop_over5_2050": 6511, "pop_hus_rent50_2050": 131, "pop_minority_2050": 3436, "pop_over75_2050": 772, "pop_spfam_2050": 150, "pop_lep_2050": 127, "pop_below200_2050": 1107, "pop_disability_2050": 687, "pct_minority_2050": 0.4893192822557676, "pct_over75_2050": 0.10994018798063228, "pct_spfam_2050": 0.071090047393364927, "pct_lep_2050": 0.019505452311472889, "pct_below200_2050": 0.1576473939048704, "pct_disab_2050": 0.097835374537168895, "pct_zvhhs_2050": 0.03166915052160954, "pct_hus_rent50_2050": 0.048807749627421765, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088341781317886003, "pct_minority_2040": 0.48254887762490994, "pct_spfam_2040": 0.081599123767799014, "pct_lep_2040": 0.031905195989061004, "pct_below200_2040": 0.120782041998552, "pct_disab_2040": 0.108182476466329, "pct_zvhhs_2040": 0.019187358916478998, "pct_hus_rent50_2040": 0.0060836501901140004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.459592000071524, 37.738533000353939 ], [ -122.460281999634532, 37.73785499994559 ], [ -122.459505000032891, 37.734291000086607 ], [ -122.456155999805304, 37.734211999906044 ], [ -122.453425000069032, 37.733039999709845 ], [ -122.448873000267483, 37.733069000325855 ], [ -122.439752000047605, 37.73311100004652 ], [ -122.438816000437328, 37.733087000310569 ], [ -122.438392000114817, 37.734420000119272 ], [ -122.439915000254246, 37.734900999928428 ], [ -122.443829000371323, 37.736134000170253 ], [ -122.443649000446285, 37.736519000080143 ], [ -122.442488999631706, 37.737289000287291 ], [ -122.442524999616708, 37.73944800015083 ], [ -122.445986999822168, 37.741179999735728 ], [ -122.446658000016896, 37.74244200032134 ], [ -122.449860999756297, 37.743265000191194 ], [ -122.452306000160661, 37.742819000057104 ], [ -122.453773000223578, 37.743218999836586 ], [ -122.45423799965566, 37.742835000146592 ], [ -122.454640000236878, 37.742325999688454 ], [ -122.454932000314955, 37.741776999922266 ], [ -122.458082000350871, 37.739098999736406 ], [ -122.458848999906763, 37.739157999995285 ], [ -122.459592000071524, 37.738533000353939 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030800", "NAME": "Census Tract 308", "state": "06", "county_fips": "075", "tract": "030800", "county_name": "San Francisco County", "tot_pop_2050": 6584, "tot_pop_pov_det_2050": 6543, "tot_pop_civ_ni_2050": 6543, "tot_hh_2050": 2278, "pop_zvhhs_2050": 135, "tot_fam_2050": 1734, "tot_pop_over5_2050": 6261, "pop_hus_rent50_2050": 69, "pop_minority_2050": 3453, "pop_over75_2050": 526, "pop_spfam_2050": 76, "pop_lep_2050": 435, "pop_below200_2050": 316, "pop_disability_2050": 578, "pct_minority_2050": 0.52445321992709604, "pct_over75_2050": 0.079890643985419202, "pct_spfam_2050": 0.043829296424452137, "pct_lep_2050": 0.06947771921418304, "pct_below200_2050": 0.048295888736053803, "pct_disab_2050": 0.088338682561516127, "pct_zvhhs_2050": 0.059262510974539072, "pct_hus_rent50_2050": 0.030289727831431083, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091392136025505014, "pct_minority_2040": 0.485476443499823, "pct_spfam_2040": 0.042526579111944997, "pct_lep_2040": 0.048984241503702002, "pct_below200_2040": 0.057372654155495993, "pct_disab_2040": 0.089677304332323016, "pct_zvhhs_2040": 0.077392120075046991, "pct_hus_rent50_2040": 0.033061811212266007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.475726000390807, 37.743048999945813 ], [ -122.47562099991049, 37.741183000352024 ], [ -122.475485000366376, 37.739321000104944 ], [ -122.475389999931807, 37.737449999738082 ], [ -122.475189000090381, 37.734761999944183 ], [ -122.475173000196818, 37.734562000209287 ], [ -122.471568999701162, 37.734707000195257 ], [ -122.46624799979557, 37.734936999713121 ], [ -122.462912999811692, 37.736013000353424 ], [ -122.463136000292764, 37.737023000087838 ], [ -122.461242000432563, 37.735782000347726 ], [ -122.459505000032891, 37.734291000086607 ], [ -122.460281999634532, 37.73785499994559 ], [ -122.459592000071524, 37.738533000353939 ], [ -122.458848999906763, 37.739157999995285 ], [ -122.459183999642519, 37.739870999839709 ], [ -122.459386000207203, 37.740570999985415 ], [ -122.459839999768619, 37.741061000055907 ], [ -122.461234000036654, 37.742583999942241 ], [ -122.463686000113697, 37.743748999873077 ], [ -122.465806999754591, 37.743574000334299 ], [ -122.466042999756155, 37.743554999884552 ], [ -122.4702349997076, 37.743289000179551 ], [ -122.475726000390807, 37.743048999945813 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075030900", "NAME": "Census Tract 309", "state": "06", "county_fips": "075", "tract": "030900", "county_name": "San Francisco County", "tot_pop_2050": 7314, "tot_pop_pov_det_2050": 7291, "tot_pop_civ_ni_2050": 7309, "tot_hh_2050": 2343, "pop_zvhhs_2050": 55, "tot_fam_2050": 1820, "tot_pop_over5_2050": 7169, "pop_hus_rent50_2050": 0, "pop_minority_2050": 4189, "pop_over75_2050": 933, "pop_spfam_2050": 170, "pop_lep_2050": 522, "pop_below200_2050": 715, "pop_disability_2050": 652, "pct_minority_2050": 0.57273721629751162, "pct_over75_2050": 0.12756357670221494, "pct_spfam_2050": 0.093406593406593394, "pct_lep_2050": 0.072813502580555162, "pct_below200_2050": 0.098066108901385271, "pct_disab_2050": 0.089205089615542479, "pct_zvhhs_2050": 0.023474178403755867, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12267714156216999, "pct_minority_2040": 0.53603263332829709, "pct_spfam_2040": 0.054140127388534999, "pct_lep_2040": 0.032674653804262994, "pct_below200_2040": 0.079860584937111997, "pct_disab_2040": 0.083308134260659, "pct_zvhhs_2040": 0.061591103507270997, "pct_hus_rent50_2040": 0.0060501296456349999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.475347000274127, 37.720913999787065 ], [ -122.4753680001905, 37.720370000006206 ], [ -122.474527999941387, 37.719065000167951 ], [ -122.472671999716013, 37.717247999748587 ], [ -122.472547000042525, 37.71964000005751 ], [ -122.47243999991241, 37.721602999901428 ], [ -122.471982999977925, 37.721661000132158 ], [ -122.469740000138273, 37.721643999971228 ], [ -122.466277999932785, 37.721667999862923 ], [ -122.462265000081487, 37.721747999682584 ], [ -122.46219899995927, 37.725292999849202 ], [ -122.462785999590082, 37.725548999655302 ], [ -122.462887999697344, 37.728055999831916 ], [ -122.460815999561902, 37.728680999815658 ], [ -122.461726999956156, 37.72999299969856 ], [ -122.461747999872557, 37.730064000115036 ], [ -122.45906399999194, 37.733644999796837 ], [ -122.459505000032891, 37.734291000086607 ], [ -122.461242000432563, 37.735782000347726 ], [ -122.463136000292764, 37.737023000087838 ], [ -122.462912999811692, 37.736013000353424 ], [ -122.46624799979557, 37.734936999713121 ], [ -122.471568999701162, 37.734707000195257 ], [ -122.475173000196818, 37.734562000209287 ], [ -122.474972000355393, 37.73107200003426 ], [ -122.474634000246596, 37.728991999761071 ], [ -122.474744999676346, 37.726936000353028 ], [ -122.475347000274127, 37.720913999787065 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031000", "NAME": "Census Tract 310", "state": "06", "county_fips": "075", "tract": "031000", "county_name": "San Francisco County", "tot_pop_2050": 3520, "tot_pop_pov_det_2050": 3520, "tot_pop_civ_ni_2050": 3520, "tot_hh_2050": 1307, "pop_zvhhs_2050": 147, "tot_fam_2050": 1055, "tot_pop_over5_2050": 3256, "pop_hus_rent50_2050": 25, "pop_minority_2050": 1850, "pop_over75_2050": 354, "pop_spfam_2050": 58, "pop_lep_2050": 181, "pop_below200_2050": 354, "pop_disability_2050": 330, "pct_minority_2050": 0.52556818181818177, "pct_over75_2050": 0.10056818181818182, "pct_spfam_2050": 0.054976303317535537, "pct_lep_2050": 0.055589680589680585, "pct_below200_2050": 0.10056818181818182, "pct_disab_2050": 0.09375, "pct_zvhhs_2050": 0.11247130833970924, "pct_hus_rent50_2050": 0.01912777352716144, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.098023504273503995, "pct_minority_2040": 0.57772435897435903, "pct_spfam_2040": 0.07188160676532801, "pct_lep_2040": 0.088770652478297005, "pct_below200_2040": 0.15037393162393201, "pct_disab_2040": 0.096153846153845993, "pct_zvhhs_2040": 0.075528700906344004, "pct_hus_rent50_2040": 0.065284178187404007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.462887999697344, 37.728055999831916 ], [ -122.462785999590082, 37.725548999655302 ], [ -122.46219899995927, 37.725292999849202 ], [ -122.4612020002496, 37.724974000159882 ], [ -122.459212999954843, 37.72456300010046 ], [ -122.458191000130824, 37.724344000122862 ], [ -122.453105000401891, 37.723205999680829 ], [ -122.45233499957466, 37.723180000100832 ], [ -122.452382000328612, 37.727868000107669 ], [ -122.454001999654125, 37.729166000010586 ], [ -122.453394000106897, 37.729837000035481 ], [ -122.453410999825337, 37.731568000336786 ], [ -122.453425000069032, 37.733039999709845 ], [ -122.456155999805304, 37.734211999906044 ], [ -122.459505000032891, 37.734291000086607 ], [ -122.45906399999194, 37.733644999796837 ], [ -122.461747999872557, 37.730064000115036 ], [ -122.461726999956156, 37.72999299969856 ], [ -122.460815999561902, 37.728680999815658 ], [ -122.462887999697344, 37.728055999831916 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031100", "NAME": "Census Tract 311", "state": "06", "county_fips": "075", "tract": "031100", "county_name": "San Francisco County", "tot_pop_2050": 6899, "tot_pop_pov_det_2050": 6899, "tot_pop_civ_ni_2050": 6899, "tot_hh_2050": 2433, "pop_zvhhs_2050": 300, "tot_fam_2050": 1645, "tot_pop_over5_2050": 6532, "pop_hus_rent50_2050": 83, "pop_minority_2050": 3870, "pop_over75_2050": 527, "pop_spfam_2050": 135, "pop_lep_2050": 497, "pop_below200_2050": 651, "pop_disability_2050": 626, "pct_minority_2050": 0.56095086244383241, "pct_over75_2050": 0.076387882301782881, "pct_spfam_2050": 0.082066869300911852, "pct_lep_2050": 0.076086956521739135, "pct_below200_2050": 0.094361501666908237, "pct_disab_2050": 0.09073778808522974, "pct_zvhhs_2050": 0.12330456226880394, "pct_hus_rent50_2050": 0.034114262227702426, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063314147228113002, "pct_minority_2040": 0.54135110572553802, "pct_spfam_2040": 0.061317677756034007, "pct_lep_2040": 0.069648456841063008, "pct_below200_2040": 0.16510148439866698, "pct_disab_2040": 0.073614056346561998, "pct_zvhhs_2040": 0.099524187153053001, "pct_hus_rent50_2040": 0.063441712926249005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.453394000106897, 37.729837000035481 ], [ -122.454001999654125, 37.729166000010586 ], [ -122.452382000328612, 37.727868000107669 ], [ -122.45233499957466, 37.723180000100832 ], [ -122.451595999607846, 37.723033000089977 ], [ -122.449546000112036, 37.723011000121289 ], [ -122.447878000207652, 37.723005000257857 ], [ -122.446308000212554, 37.725978000219051 ], [ -122.443663999616575, 37.728303999841728 ], [ -122.443075000335924, 37.728633999970704 ], [ -122.439483000434109, 37.730112000117821 ], [ -122.439557999878858, 37.730190999699438 ], [ -122.4358920003572, 37.731576999801653 ], [ -122.432421999755789, 37.73317599985478 ], [ -122.433103999821171, 37.733419000348597 ], [ -122.435825000410063, 37.733923999739147 ], [ -122.438392000114817, 37.734420000119272 ], [ -122.438816000437328, 37.733087000310569 ], [ -122.439752000047605, 37.73311100004652 ], [ -122.448873000267483, 37.733069000325855 ], [ -122.453425000069032, 37.733039999709845 ], [ -122.453410999825337, 37.731568000336786 ], [ -122.453394000106897, 37.729837000035481 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031201", "NAME": "Census Tract 312.01", "state": "06", "county_fips": "075", "tract": "031201", "county_name": "San Francisco County", "tot_pop_2050": 7251, "tot_pop_pov_det_2050": 7209, "tot_pop_civ_ni_2050": 7219, "tot_hh_2050": 2073, "pop_zvhhs_2050": 462, "tot_fam_2050": 1364, "tot_pop_over5_2050": 6982, "pop_hus_rent50_2050": 285, "pop_minority_2050": 5896, "pop_over75_2050": 417, "pop_spfam_2050": 144, "pop_lep_2050": 1459, "pop_below200_2050": 1805, "pop_disability_2050": 592, "pct_minority_2050": 0.81312922355537165, "pct_over75_2050": 0.057509309060819198, "pct_spfam_2050": 0.10557184750733138, "pct_lep_2050": 0.20896591234603265, "pct_below200_2050": 0.25038146760993202, "pct_disab_2050": 0.082005817980329687, "pct_zvhhs_2050": 0.22286541244573085, "pct_hus_rent50_2050": 0.13748191027496379, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073371460454735984, "pct_minority_2040": 0.84670107406890793, "pct_spfam_2040": 0.046003016591251993, "pct_lep_2040": 0.25193798449612398, "pct_below200_2040": 0.331839820778493, "pct_disab_2040": 0.12807190001404303, "pct_zvhhs_2040": 0.134368308351178, "pct_hus_rent50_2040": 0.119565217391304, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.462265000081487, 37.721747999682584 ], [ -122.462244999990006, 37.718219999924607 ], [ -122.459187000015575, 37.718230000105798 ], [ -122.459197999886243, 37.72002399996363 ], [ -122.452506000177166, 37.720030000068519 ], [ -122.451645999836558, 37.719686000140108 ], [ -122.449546000112036, 37.723011000121289 ], [ -122.451595999607846, 37.723033000089977 ], [ -122.45233499957466, 37.723180000100832 ], [ -122.453105000401891, 37.723205999680829 ], [ -122.458191000130824, 37.724344000122862 ], [ -122.459212999954843, 37.72456300010046 ], [ -122.4612020002496, 37.724974000159882 ], [ -122.46219899995927, 37.725292999849202 ], [ -122.462265000081487, 37.721747999682584 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031202", "NAME": "Census Tract 312.02", "state": "06", "county_fips": "075", "tract": "031202", "county_name": "San Francisco County", "tot_pop_2050": 3515, "tot_pop_pov_det_2050": 3482, "tot_pop_civ_ni_2050": 3515, "tot_hh_2050": 909, "pop_zvhhs_2050": 177, "tot_fam_2050": 634, "tot_pop_over5_2050": 3336, "pop_hus_rent50_2050": 69, "pop_minority_2050": 3238, "pop_over75_2050": 190, "pop_spfam_2050": 93, "pop_lep_2050": 871, "pop_below200_2050": 1032, "pop_disability_2050": 293, "pct_minority_2050": 0.92119487908961595, "pct_over75_2050": 0.054054054054054064, "pct_spfam_2050": 0.14668769716088328, "pct_lep_2050": 0.26109112709832127, "pct_below200_2050": 0.29638139000574382, "pct_disab_2050": 0.083357041251778091, "pct_zvhhs_2050": 0.19471947194719472, "pct_hus_rent50_2050": 0.07590759075907591, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072099262240107001, "pct_minority_2040": 0.87625754527163002, "pct_spfam_2040": 0.10961214165261399, "pct_lep_2040": 0.22782188470831896, "pct_below200_2040": 0.24577417173766103, "pct_disab_2040": 0.099597585513078013, "pct_zvhhs_2040": 0.16289592760181001, "pct_hus_rent50_2040": 0.112903225806452, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.459197999886243, 37.72002399996363 ], [ -122.459187000015575, 37.718230000105798 ], [ -122.456108000124729, 37.718234999840561 ], [ -122.45418900015018, 37.718238999770257 ], [ -122.453378000213362, 37.717767999990322 ], [ -122.451895000256883, 37.716978000042054 ], [ -122.450377999965255, 37.716168999825477 ], [ -122.448582000014326, 37.718411000096125 ], [ -122.447878000207652, 37.723005000257857 ], [ -122.449546000112036, 37.723011000121289 ], [ -122.451645999836558, 37.719686000140108 ], [ -122.452506000177166, 37.720030000068519 ], [ -122.459197999886243, 37.72002399996363 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031301", "NAME": "Census Tract 313.01", "state": "06", "county_fips": "075", "tract": "031301", "county_name": "San Francisco County", "tot_pop_2050": 4510, "tot_pop_pov_det_2050": 4510, "tot_pop_civ_ni_2050": 4503, "tot_hh_2050": 1279, "pop_zvhhs_2050": 96, "tot_fam_2050": 946, "tot_pop_over5_2050": 4382, "pop_hus_rent50_2050": 63, "pop_minority_2050": 3600, "pop_over75_2050": 407, "pop_spfam_2050": 100, "pop_lep_2050": 775, "pop_below200_2050": 1452, "pop_disability_2050": 523, "pct_minority_2050": 0.79822616407982261, "pct_over75_2050": 0.090243902439024401, "pct_spfam_2050": 0.10570824524312897, "pct_lep_2050": 0.17685988133272479, "pct_below200_2050": 0.32195121951219513, "pct_disab_2050": 0.11614479236064845, "pct_zvhhs_2050": 0.075058639562157942, "pct_hus_rent50_2050": 0.049257232212666147, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084116433646572994, "pct_minority_2040": 0.81939032775613097, "pct_spfam_2040": 0.113686534216336, "pct_lep_2040": 0.16361886429258901, "pct_below200_2040": 0.26707932141219604, "pct_disab_2040": 0.115384615384615, "pct_zvhhs_2040": 0.14285714285714302, "pct_hus_rent50_2040": 0.047281323877069001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.472547000042525, 37.71964000005751 ], [ -122.472671999716013, 37.717247999748587 ], [ -122.47157200007419, 37.716125999901372 ], [ -122.468016999982297, 37.716103000179643 ], [ -122.468036000248858, 37.71789999980971 ], [ -122.466235000275063, 37.717911999652465 ], [ -122.462640000000221, 37.717936000042656 ], [ -122.462244999990006, 37.718219999924607 ], [ -122.462265000081487, 37.721747999682584 ], [ -122.466277999932785, 37.721667999862923 ], [ -122.469740000138273, 37.721643999971228 ], [ -122.471982999977925, 37.721661000132158 ], [ -122.47243999991241, 37.721602999901428 ], [ -122.472547000042525, 37.71964000005751 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031302", "NAME": "Census Tract 313.02", "state": "06", "county_fips": "075", "tract": "031302", "county_name": "San Francisco County", "tot_pop_2050": 6198, "tot_pop_pov_det_2050": 6167, "tot_pop_civ_ni_2050": 6198, "tot_hh_2050": 1972, "pop_zvhhs_2050": 168, "tot_fam_2050": 1185, "tot_pop_over5_2050": 5898, "pop_hus_rent50_2050": 170, "pop_minority_2050": 5514, "pop_over75_2050": 373, "pop_spfam_2050": 178, "pop_lep_2050": 916, "pop_below200_2050": 1565, "pop_disability_2050": 682, "pct_minority_2050": 0.88964181994191671, "pct_over75_2050": 0.060180703452726685, "pct_spfam_2050": 0.15021097046413501, "pct_lep_2050": 0.15530688368938622, "pct_below200_2050": 0.2537700664828928, "pct_disab_2050": 0.11003549532107132, "pct_zvhhs_2050": 0.085192697768762676, "pct_hus_rent50_2050": 0.086206896551724144, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053324869068401996, "pct_minority_2040": 0.87017933661323588, "pct_spfam_2040": 0.26409017713365501, "pct_lep_2040": 0.19042821158690199, "pct_below200_2040": 0.38313869780835097, "pct_disab_2040": 0.115238095238095, "pct_zvhhs_2040": 0.058455114822547005, "pct_hus_rent50_2040": 0.14075286415711902, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.47157200007419, 37.716125999901372 ], [ -122.472671999716013, 37.717247999748587 ], [ -122.471471999616767, 37.713426999971546 ], [ -122.471355000339202, 37.712801999899675 ], [ -122.471214999698816, 37.708938999779029 ], [ -122.4713190003542, 37.708305000070965 ], [ -122.469236000348104, 37.708232000238361 ], [ -122.46893900024719, 37.708232000238361 ], [ -122.465994000250674, 37.710154000300342 ], [ -122.460858000293015, 37.710586000201808 ], [ -122.462556000334644, 37.711253999710877 ], [ -122.462568999855108, 37.713150000018246 ], [ -122.462602000365408, 37.714308000027096 ], [ -122.462614999885858, 37.715619000269633 ], [ -122.462640000000221, 37.717936000042656 ], [ -122.466235000275063, 37.717911999652465 ], [ -122.468036000248858, 37.71789999980971 ], [ -122.468016999982297, 37.716103000179643 ], [ -122.47157200007419, 37.716125999901372 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075031400", "NAME": "Census Tract 314", "state": "06", "county_fips": "075", "tract": "031400", "county_name": "San Francisco County", "tot_pop_2050": 6743, "tot_pop_pov_det_2050": 6719, "tot_pop_civ_ni_2050": 6734, "tot_hh_2050": 1830, "pop_zvhhs_2050": 256, "tot_fam_2050": 1402, "tot_pop_over5_2050": 6521, "pop_hus_rent50_2050": 259, "pop_minority_2050": 5999, "pop_over75_2050": 454, "pop_spfam_2050": 187, "pop_lep_2050": 1472, "pop_below200_2050": 2034, "pop_disability_2050": 687, "pct_minority_2050": 0.88966335458994517, "pct_over75_2050": 0.067329082010974331, "pct_spfam_2050": 0.13338088445078458, "pct_lep_2050": 0.22573224965496089, "pct_below200_2050": 0.30272361958624794, "pct_disab_2050": 0.10201960201960203, "pct_zvhhs_2050": 0.13989071038251366, "pct_hus_rent50_2050": 0.14153005464480875, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.056248099726360988, "pct_minority_2040": 0.89768926725448506, "pct_spfam_2040": 0.09069767441860499, "pct_lep_2040": 0.29578341372335498, "pct_below200_2040": 0.42178642561666896, "pct_disab_2040": 0.111720774272215, "pct_zvhhs_2040": 0.103671706263499, "pct_hus_rent50_2040": 0.12933930571108601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.462640000000221, 37.717936000042656 ], [ -122.462614999885858, 37.715619000269633 ], [ -122.462602000365408, 37.714308000027096 ], [ -122.462568999855108, 37.713150000018246 ], [ -122.462556000334644, 37.711253999710877 ], [ -122.460858000293015, 37.710586000201808 ], [ -122.457312000421936, 37.710648000158706 ], [ -122.45637599991332, 37.710824999864762 ], [ -122.455619000403217, 37.711065999981315 ], [ -122.455027999676091, 37.711316999717639 ], [ -122.452883999570645, 37.712829000157292 ], [ -122.449627000302911, 37.715739000172135 ], [ -122.448726999779282, 37.71744999968567 ], [ -122.448582000014326, 37.718411000096125 ], [ -122.450377999965255, 37.716168999825477 ], [ -122.451895000256883, 37.716978000042054 ], [ -122.453378000213362, 37.717767999990322 ], [ -122.45418900015018, 37.718238999770257 ], [ -122.456108000124729, 37.718234999840561 ], [ -122.459187000015575, 37.718230000105798 ], [ -122.462244999990006, 37.718219999924607 ], [ -122.462640000000221, 37.717936000042656 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032601", "NAME": "Census Tract 326.01", "state": "06", "county_fips": "075", "tract": "032601", "county_name": "San Francisco County", "tot_pop_2050": 5404, "tot_pop_pov_det_2050": 5404, "tot_pop_civ_ni_2050": 5404, "tot_hh_2050": 1823, "pop_zvhhs_2050": 207, "tot_fam_2050": 1071, "tot_pop_over5_2050": 5208, "pop_hus_rent50_2050": 192, "pop_minority_2050": 3890, "pop_over75_2050": 263, "pop_spfam_2050": 111, "pop_lep_2050": 562, "pop_below200_2050": 1020, "pop_disability_2050": 548, "pct_minority_2050": 0.71983715766099188, "pct_over75_2050": 0.048667653589933378, "pct_spfam_2050": 0.10364145658263306, "pct_lep_2050": 0.10791090629800308, "pct_below200_2050": 0.18874907475943745, "pct_disab_2050": 0.10140636565507033, "pct_zvhhs_2050": 0.11354909489851893, "pct_hus_rent50_2050": 0.10532089961601757, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051405791019722993, "pct_minority_2040": 0.66156105749055794, "pct_spfam_2040": 0.023562676720075001, "pct_lep_2040": 0.10292524377031401, "pct_below200_2040": 0.19744020142677299, "pct_disab_2040": 0.071128829206882002, "pct_zvhhs_2040": 0.22328999434708902, "pct_hus_rent50_2040": 0.10697940503432499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.484763000046755, 37.765159999675639 ], [ -122.484626999604302, 37.763231000338692 ], [ -122.484496000083055, 37.761370000110453 ], [ -122.484364999663498, 37.759501000270134 ], [ -122.476870000413555, 37.759831999775137 ], [ -122.476761999560196, 37.75983700025192 ], [ -122.476974000170614, 37.761700999774405 ], [ -122.477115999562542, 37.763562000196544 ], [ -122.477261000225795, 37.765486000037825 ], [ -122.484763000046755, 37.765159999675639 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032602", "NAME": "Census Tract 326.02", "state": "06", "county_fips": "075", "tract": "032602", "county_name": "San Francisco County", "tot_pop_2050": 4891, "tot_pop_pov_det_2050": 4891, "tot_pop_civ_ni_2050": 4891, "tot_hh_2050": 1817, "pop_zvhhs_2050": 302, "tot_fam_2050": 1084, "tot_pop_over5_2050": 4687, "pop_hus_rent50_2050": 244, "pop_minority_2050": 3388, "pop_over75_2050": 515, "pop_spfam_2050": 31, "pop_lep_2050": 750, "pop_below200_2050": 803, "pop_disability_2050": 647, "pct_minority_2050": 0.6927008791658148, "pct_over75_2050": 0.10529544060519321, "pct_spfam_2050": 0.02859778597785978, "pct_lep_2050": 0.16001706848730532, "pct_below200_2050": 0.16417910447761194, "pct_disab_2050": 0.13228378654671846, "pct_zvhhs_2050": 0.16620803522289487, "pct_hus_rent50_2050": 0.13428728673637866, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.096035242290749015, "pct_minority_2040": 0.62973568281938297, "pct_spfam_2040": 0.11478599221789901, "pct_lep_2040": 0.14259555962462803, "pct_below200_2040": 0.28571428571428603, "pct_disab_2040": 0.11434878587196499, "pct_zvhhs_2040": 0.15114873035066501, "pct_hus_rent50_2040": 0.17474489795918396, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.486906000327281, 37.765054000106552 ], [ -122.486769999884856, 37.763136999750678 ], [ -122.48664000018853, 37.761275999998105 ], [ -122.486512000141985, 37.759406999913196 ], [ -122.486382000445658, 37.757542000127138 ], [ -122.486247999653045, 37.755683000255488 ], [ -122.484104000445896, 37.755776999662523 ], [ -122.479817000059896, 37.755966000254595 ], [ -122.476600000076814, 37.756108000205202 ], [ -122.476698999811006, 37.757968000029244 ], [ -122.476870000413555, 37.759831999775137 ], [ -122.484364999663498, 37.759501000270134 ], [ -122.484496000083055, 37.761370000110453 ], [ -122.484626999604302, 37.763231000338692 ], [ -122.484763000046755, 37.765159999675639 ], [ -122.486906000327281, 37.765054000106552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032700", "NAME": "Census Tract 327", "state": "06", "county_fips": "075", "tract": "032700", "county_name": "San Francisco County", "tot_pop_2050": 6681, "tot_pop_pov_det_2050": 6681, "tot_pop_civ_ni_2050": 6681, "tot_hh_2050": 2441, "pop_zvhhs_2050": 294, "tot_fam_2050": 1671, "tot_pop_over5_2050": 6468, "pop_hus_rent50_2050": 105, "pop_minority_2050": 4174, "pop_over75_2050": 570, "pop_spfam_2050": 77, "pop_lep_2050": 1050, "pop_below200_2050": 985, "pop_disability_2050": 563, "pct_minority_2050": 0.62475677293818288, "pct_over75_2050": 0.085316569375841936, "pct_spfam_2050": 0.046080191502094553, "pct_lep_2050": 0.16233766233766234, "pct_below200_2050": 0.14743301900913036, "pct_disab_2050": 0.08426882203262985, "pct_zvhhs_2050": 0.12044244162228596, "pct_hus_rent50_2050": 0.043015157722244977, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091023842917250991, "pct_minority_2040": 0.65624123422159908, "pct_spfam_2040": 0.056487695749440993, "pct_lep_2040": 0.145296671490593, "pct_below200_2040": 0.21635290812025898, "pct_disab_2040": 0.097475455820476994, "pct_zvhhs_2040": 0.061688311688312, "pct_hus_rent50_2040": 0.066940451745379992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.496085000273482, 37.764675000250477 ], [ -122.495949999655949, 37.762732000119648 ], [ -122.495821999609433, 37.76087100011965 ], [ -122.495691999913078, 37.759000999779971 ], [ -122.495554999645734, 37.757136999691078 ], [ -122.495433000345329, 37.75527300022123 ], [ -122.492674999946544, 37.755397999857493 ], [ -122.486247999653045, 37.755683000255488 ], [ -122.486382000445658, 37.757542000127138 ], [ -122.486512000141985, 37.759406999913196 ], [ -122.48664000018853, 37.761275999998105 ], [ -122.486769999884856, 37.763136999750678 ], [ -122.486906000327281, 37.765054000106552 ], [ -122.49333600009551, 37.764773999736946 ], [ -122.496085000273482, 37.764675000250477 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032801", "NAME": "Census Tract 328.01", "state": "06", "county_fips": "075", "tract": "032801", "county_name": "San Francisco County", "tot_pop_2050": 4396, "tot_pop_pov_det_2050": 4258, "tot_pop_civ_ni_2050": 4258, "tot_hh_2050": 1469, "pop_zvhhs_2050": 114, "tot_fam_2050": 897, "tot_pop_over5_2050": 4230, "pop_hus_rent50_2050": 119, "pop_minority_2050": 3356, "pop_over75_2050": 572, "pop_spfam_2050": 32, "pop_lep_2050": 881, "pop_below200_2050": 557, "pop_disability_2050": 418, "pct_minority_2050": 0.76342129208371245, "pct_over75_2050": 0.13011828935395814, "pct_spfam_2050": 0.035674470457079152, "pct_lep_2050": 0.20827423167848699, "pct_below200_2050": 0.13081258806951621, "pct_disab_2050": 0.098168154062940341, "pct_zvhhs_2050": 0.07760381211708646, "pct_hus_rent50_2050": 0.081007488087134108, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088786183410361999, "pct_minority_2040": 0.72342495743128199, "pct_spfam_2040": 0.087332053742801993, "pct_lep_2040": 0.16922277099038199, "pct_below200_2040": 0.222081859525013, "pct_disab_2040": 0.10998990918264401, "pct_zvhhs_2040": 0.17958001448225897, "pct_hus_rent50_2040": 0.14145234493192099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.485727000144465, 37.748220000187494 ], [ -122.485597000448109, 37.746354000261945 ], [ -122.485466000028552, 37.744493000262722 ], [ -122.485334999608952, 37.742625999948018 ], [ -122.475726000390807, 37.743048999945813 ], [ -122.475854000437323, 37.74491500009082 ], [ -122.476006999699877, 37.746777999683026 ], [ -122.476131000446756, 37.748643000178014 ], [ -122.476220999960105, 37.750508999920328 ], [ -122.479426000247656, 37.750367999959387 ], [ -122.479295999653019, 37.748503999715737 ], [ -122.485727000144465, 37.748220000187494 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032802", "NAME": "Census Tract 328.02", "state": "06", "county_fips": "075", "tract": "032802", "county_name": "San Francisco County", "tot_pop_2050": 4355, "tot_pop_pov_det_2050": 4355, "tot_pop_civ_ni_2050": 4355, "tot_hh_2050": 1561, "pop_zvhhs_2050": 213, "tot_fam_2050": 1023, "tot_pop_over5_2050": 4205, "pop_hus_rent50_2050": 220, "pop_minority_2050": 3238, "pop_over75_2050": 304, "pop_spfam_2050": 109, "pop_lep_2050": 412, "pop_below200_2050": 710, "pop_disability_2050": 328, "pct_minority_2050": 0.74351320321469572, "pct_over75_2050": 0.06980482204362802, "pct_spfam_2050": 0.10654936461388076, "pct_lep_2050": 0.097978596908442336, "pct_below200_2050": 0.16303099885189434, "pct_disab_2050": 0.07531572904707233, "pct_zvhhs_2050": 0.1364509929532351, "pct_hus_rent50_2050": 0.14093529788597053, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.11741093828399402, "pct_minority_2040": 0.80306071249372812, "pct_spfam_2040": 0.055913978494624005, "pct_lep_2040": 0.16517386722866198, "pct_below200_2040": 0.24805031446540898, "pct_disab_2040": 0.11490215755143, "pct_zvhhs_2040": 0.148706896551724, "pct_hus_rent50_2040": 0.14530551415797302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.486247999653045, 37.755683000255488 ], [ -122.486117999956704, 37.753815000235996 ], [ -122.485988000260349, 37.751951000170983 ], [ -122.485856999840792, 37.750084999856711 ], [ -122.485727000144465, 37.748220000187494 ], [ -122.479295999653019, 37.748503999715737 ], [ -122.479426000247656, 37.750367999959387 ], [ -122.476220999960105, 37.750508999920328 ], [ -122.476354999854408, 37.752376000250536 ], [ -122.476600000076814, 37.756108000205202 ], [ -122.479817000059896, 37.755966000254595 ], [ -122.484104000445896, 37.755776999662523 ], [ -122.486247999653045, 37.755683000255488 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032901", "NAME": "Census Tract 329.01", "state": "06", "county_fips": "075", "tract": "032901", "county_name": "San Francisco County", "tot_pop_2050": 5765, "tot_pop_pov_det_2050": 5709, "tot_pop_civ_ni_2050": 5744, "tot_hh_2050": 1740, "pop_zvhhs_2050": 151, "tot_fam_2050": 1236, "tot_pop_over5_2050": 5468, "pop_hus_rent50_2050": 88, "pop_minority_2050": 4453, "pop_over75_2050": 624, "pop_spfam_2050": 68, "pop_lep_2050": 841, "pop_below200_2050": 643, "pop_disability_2050": 705, "pct_minority_2050": 0.77241977450130095, "pct_over75_2050": 0.10823937554206417, "pct_spfam_2050": 0.055016181229773461, "pct_lep_2050": 0.1538039502560351, "pct_below200_2050": 0.11262918199334385, "pct_disab_2050": 0.12273676880222842, "pct_zvhhs_2050": 0.086781609195402301, "pct_hus_rent50_2050": 0.05057471264367816, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090469365818703004, "pct_minority_2040": 0.78179863848083098, "pct_spfam_2040": 0.085062240663900002, "pct_lep_2040": 0.18683966635773896, "pct_below200_2040": 0.21171988388969501, "pct_disab_2040": 0.10082674335010801, "pct_zvhhs_2040": 0.084024322830292986, "pct_hus_rent50_2040": 0.098559077809798015, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.495045999832698, 37.749680999887772 ], [ -122.494911000113504, 37.747813999749447 ], [ -122.494773999846146, 37.745948999672457 ], [ -122.49464599979963, 37.744089000310751 ], [ -122.49450400040773, 37.742221999750349 ], [ -122.485334999608952, 37.742625999948018 ], [ -122.485466000028552, 37.744493000262722 ], [ -122.485597000448109, 37.746354000261945 ], [ -122.485727000144465, 37.748220000187494 ], [ -122.485856999840792, 37.750084999856711 ], [ -122.495045999832698, 37.749680999887772 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075032902", "NAME": "Census Tract 329.02", "state": "06", "county_fips": "075", "tract": "032902", "county_name": "San Francisco County", "tot_pop_2050": 4211, "tot_pop_pov_det_2050": 4142, "tot_pop_civ_ni_2050": 4211, "tot_hh_2050": 1398, "pop_zvhhs_2050": 201, "tot_fam_2050": 944, "tot_pop_over5_2050": 4033, "pop_hus_rent50_2050": 86, "pop_minority_2050": 3164, "pop_over75_2050": 435, "pop_spfam_2050": 92, "pop_lep_2050": 991, "pop_below200_2050": 991, "pop_disability_2050": 487, "pct_minority_2050": 0.7513654713844693, "pct_over75_2050": 0.10330087865115174, "pct_spfam_2050": 0.097457627118644072, "pct_lep_2050": 0.24572278700719069, "pct_below200_2050": 0.23925639787542249, "pct_disab_2050": 0.11564948943243886, "pct_zvhhs_2050": 0.14377682403433475, "pct_hus_rent50_2050": 0.061516452074391985, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11414267834793501, "pct_minority_2040": 0.71764705882352908, "pct_spfam_2040": 0.10318331503841902, "pct_lep_2040": 0.17406324740898199, "pct_below200_2040": 0.24654782827014801, "pct_disab_2040": 0.10888610763454301, "pct_zvhhs_2040": 0.109478324761205, "pct_hus_rent50_2040": 0.067073170731707002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.495433000345329, 37.75527300022123 ], [ -122.49530699994861, 37.753409999994531 ], [ -122.495164999658414, 37.751543000184512 ], [ -122.495045999832698, 37.749680999887772 ], [ -122.485856999840792, 37.750084999856711 ], [ -122.485988000260349, 37.751951000170983 ], [ -122.486117999956704, 37.753815000235996 ], [ -122.486247999653045, 37.755683000255488 ], [ -122.492674999946544, 37.755397999857493 ], [ -122.495433000345329, 37.75527300022123 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075033000", "NAME": "Census Tract 330", "state": "06", "county_fips": "075", "tract": "033000", "county_name": "San Francisco County", "tot_pop_2050": 8425, "tot_pop_pov_det_2050": 8365, "tot_pop_civ_ni_2050": 8381, "tot_hh_2050": 2824, "pop_zvhhs_2050": 107, "tot_fam_2050": 1926, "tot_pop_over5_2050": 8087, "pop_hus_rent50_2050": 185, "pop_minority_2050": 5582, "pop_over75_2050": 781, "pop_spfam_2050": 107, "pop_lep_2050": 837, "pop_below200_2050": 1384, "pop_disability_2050": 823, "pct_minority_2050": 0.66255192878338276, "pct_over75_2050": 0.092700296735905033, "pct_spfam_2050": 0.055555555555555552, "pct_lep_2050": 0.10349944355137876, "pct_below200_2050": 0.16545128511655707, "pct_disab_2050": 0.098198305691444929, "pct_zvhhs_2050": 0.037889518413597736, "pct_hus_rent50_2050": 0.065509915014164311, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084606613454960011, "pct_minority_2040": 0.64446978335233795, "pct_spfam_2040": 0.04775440591244999, "pct_lep_2040": 0.140004811161896, "pct_below200_2040": 0.22560625215492497, "pct_disab_2040": 0.07949982792245, "pct_zvhhs_2040": 0.11148025101513499, "pct_hus_rent50_2040": 0.109935776350586, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.49450400040773, 37.742221999750349 ], [ -122.494403999950308, 37.74035199975323 ], [ -122.494253000337551, 37.738492999930116 ], [ -122.494126000115941, 37.736631000220505 ], [ -122.493783999809182, 37.733989000254603 ], [ -122.491294000097312, 37.734095999874881 ], [ -122.485855000190966, 37.734182000148131 ], [ -122.485517999907074, 37.734356000279831 ], [ -122.480253999902899, 37.734589999934755 ], [ -122.479546999723169, 37.734618999943663 ], [ -122.475189000090381, 37.734761999944183 ], [ -122.475389999931807, 37.737449999738082 ], [ -122.475485000366376, 37.739321000104944 ], [ -122.47562099991049, 37.741183000352024 ], [ -122.475726000390807, 37.743048999945813 ], [ -122.485334999608952, 37.742625999948018 ], [ -122.49450400040773, 37.742221999750349 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075033100", "NAME": "Census Tract 331", "state": "06", "county_fips": "075", "tract": "033100", "county_name": "San Francisco County", "tot_pop_2050": 3861, "tot_pop_pov_det_2050": 3782, "tot_pop_civ_ni_2050": 3840, "tot_hh_2050": 1416, "pop_zvhhs_2050": 66, "tot_fam_2050": 993, "tot_pop_over5_2050": 3701, "pop_hus_rent50_2050": 96, "pop_minority_2050": 2428, "pop_over75_2050": 441, "pop_spfam_2050": 56, "pop_lep_2050": 222, "pop_below200_2050": 423, "pop_disability_2050": 344, "pct_minority_2050": 0.62885262885262883, "pct_over75_2050": 0.11421911421911422, "pct_spfam_2050": 0.056394763343403827, "pct_lep_2050": 0.059983788165360728, "pct_below200_2050": 0.1118455843469064, "pct_disab_2050": 0.08958333333333332, "pct_zvhhs_2050": 0.046610169491525424, "pct_hus_rent50_2050": 0.067796610169491525, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10113320504597001, "pct_minority_2040": 0.66987385075903394, "pct_spfam_2040": 0.013923013923014, "pct_lep_2040": 0.082968476357268006, "pct_below200_2040": 0.11896070431608301, "pct_disab_2040": 0.063989692935365994, "pct_zvhhs_2040": 0.021462105969148, "pct_hus_rent50_2040": 0.051712089447939008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.49905899968401, 37.731576000176894 ], [ -122.497016999685812, 37.729302999821364 ], [ -122.493529000439366, 37.729593999864704 ], [ -122.492161000110613, 37.728836000120751 ], [ -122.488889999700845, 37.730257000292561 ], [ -122.48660599985331, 37.729554999947204 ], [ -122.486179000056069, 37.730878999849438 ], [ -122.485301999997006, 37.730946000173113 ], [ -122.481930000203207, 37.731172000064696 ], [ -122.480015000426619, 37.731147999700262 ], [ -122.474972000355393, 37.73107200003426 ], [ -122.475173000196818, 37.734562000209287 ], [ -122.475189000090381, 37.734761999944183 ], [ -122.479546999723169, 37.734618999943663 ], [ -122.480253999902899, 37.734589999934755 ], [ -122.485517999907074, 37.734356000279831 ], [ -122.485855000190966, 37.734182000148131 ], [ -122.491294000097312, 37.734095999874881 ], [ -122.493783999809182, 37.733989000254603 ], [ -122.496563999949274, 37.733855999674368 ], [ -122.49905899968401, 37.731576000176894 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075033201", "NAME": "Census Tract 332.01", "state": "06", "county_fips": "075", "tract": "033201", "county_name": "San Francisco County", "tot_pop_2050": 4483, "tot_pop_pov_det_2050": 1824, "tot_pop_civ_ni_2050": 4483, "tot_hh_2050": 620, "pop_zvhhs_2050": 257, "tot_fam_2050": 200, "tot_pop_over5_2050": 4443, "pop_hus_rent50_2050": 329, "pop_minority_2050": 3141, "pop_over75_2050": 64, "pop_spfam_2050": 28, "pop_lep_2050": 97, "pop_below200_2050": 1222, "pop_disability_2050": 300, "pct_minority_2050": 0.70064688824447918, "pct_over75_2050": 0.014276154360919028, "pct_spfam_2050": 0.14, "pct_lep_2050": 0.021832095431015081, "pct_below200_2050": 0.66995614035087714, "pct_disab_2050": 0.066919473566807941, "pct_zvhhs_2050": 0.4145161290322581, "pct_hus_rent50_2050": 0.53064516129032258, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021880064829821997, "pct_minority_2040": 0.54213938411669393, "pct_spfam_2040": 0.12707182320442001, "pct_lep_2040": 0.034725990233315004, "pct_below200_2040": 0.6781767955801099, "pct_disab_2040": 0.090761750405185984, "pct_zvhhs_2040": 0.44688026981450296, "pct_hus_rent50_2040": 0.56133828996282498, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.486179000056069, 37.730878999849438 ], [ -122.48660599985331, 37.729554999947204 ], [ -122.483810999644604, 37.72702900035069 ], [ -122.484908999636616, 37.724032000116708 ], [ -122.479631000287071, 37.719663000102386 ], [ -122.478987999681422, 37.720844000316134 ], [ -122.475347000274127, 37.720913999787065 ], [ -122.474744999676346, 37.726936000353028 ], [ -122.474634000246596, 37.728991999761071 ], [ -122.474972000355393, 37.73107200003426 ], [ -122.480015000426619, 37.731147999700262 ], [ -122.481930000203207, 37.731172000064696 ], [ -122.485301999997006, 37.730946000173113 ], [ -122.486179000056069, 37.730878999849438 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075033203", "NAME": "Census Tract 332.03", "state": "06", "county_fips": "075", "tract": "033203", "county_name": "San Francisco County", "tot_pop_2050": 3797, "tot_pop_pov_det_2050": 3797, "tot_pop_civ_ni_2050": 3797, "tot_hh_2050": 1550, "pop_zvhhs_2050": 455, "tot_fam_2050": 656, "tot_pop_over5_2050": 3754, "pop_hus_rent50_2050": 617, "pop_minority_2050": 2167, "pop_over75_2050": 153, "pop_spfam_2050": 81, "pop_lep_2050": 266, "pop_below200_2050": 1641, "pop_disability_2050": 406, "pct_minority_2050": 0.57071372135896759, "pct_over75_2050": 0.040294969712931263, "pct_spfam_2050": 0.12347560975609755, "pct_lep_2050": 0.07085775173148641, "pct_below200_2050": 0.43218330260732157, "pct_disab_2050": 0.1069265209375823, "pct_zvhhs_2050": 0.29354838709677417, "pct_hus_rent50_2050": 0.39806451612903226, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.064614601882472991, "pct_minority_2040": 0.57924192317476508, "pct_spfam_2040": 0.16666666666666699, "pct_lep_2040": 0.083600427350427012, "pct_below200_2040": 0.37013482574408502, "pct_disab_2040": 0.10326364099949001, "pct_zvhhs_2040": 0.21765498652291101, "pct_hus_rent50_2040": 0.35893854748603399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.485123999721779, 37.71857500020019 ], [ -122.485043000429229, 37.714753999930714 ], [ -122.476624000366243, 37.714566999697254 ], [ -122.471355000339202, 37.712801999899675 ], [ -122.471471999616767, 37.713426999971546 ], [ -122.472671999716013, 37.717247999748587 ], [ -122.474527999941387, 37.719065000167951 ], [ -122.474383000176417, 37.717506999800442 ], [ -122.475817999553996, 37.716890999863814 ], [ -122.477240000309422, 37.717708999741959 ], [ -122.478673999862082, 37.71790299994823 ], [ -122.479981000091442, 37.716942000054196 ], [ -122.48320499974723, 37.717585000223053 ], [ -122.483142999822931, 37.718516999684901 ], [ -122.484831999643731, 37.718571000288634 ], [ -122.485123999721779, 37.71857500020019 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075033204", "NAME": "Census Tract 332.04", "state": "06", "county_fips": "075", "tract": "033204", "county_name": "San Francisco County", "tot_pop_2050": 4806, "tot_pop_pov_det_2050": 4806, "tot_pop_civ_ni_2050": 4799, "tot_hh_2050": 1679, "pop_zvhhs_2050": 391, "tot_fam_2050": 655, "tot_pop_over5_2050": 4715, "pop_hus_rent50_2050": 650, "pop_minority_2050": 3413, "pop_over75_2050": 214, "pop_spfam_2050": 68, "pop_lep_2050": 528, "pop_below200_2050": 2541, "pop_disability_2050": 424, "pct_minority_2050": 0.7101539741989179, "pct_over75_2050": 0.04452767374115689, "pct_spfam_2050": 0.10381679389312977, "pct_lep_2050": 0.111983032873807, "pct_below200_2050": 0.52871410736579272, "pct_disab_2050": 0.088351739945822044, "pct_zvhhs_2050": 0.23287671232876711, "pct_hus_rent50_2050": 0.38713519952352587, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.095556745182013014, "pct_minority_2040": 0.66488222698072807, "pct_spfam_2040": 0.12842465753424698, "pct_lep_2040": 0.095647501343363986, "pct_below200_2040": 0.49304068522483901, "pct_disab_2040": 0.11826508620689699, "pct_zvhhs_2040": 0.26958667489204197, "pct_hus_rent50_2040": 0.40956340956340997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.484908999636616, 37.724032000116708 ], [ -122.485123999721779, 37.71857500020019 ], [ -122.484831999643731, 37.718571000288634 ], [ -122.483142999822931, 37.718516999684901 ], [ -122.48320499974723, 37.717585000223053 ], [ -122.479981000091442, 37.716942000054196 ], [ -122.478673999862082, 37.71790299994823 ], [ -122.477240000309422, 37.717708999741959 ], [ -122.475817999553996, 37.716890999863814 ], [ -122.474383000176417, 37.717506999800442 ], [ -122.474527999941387, 37.719065000167951 ], [ -122.4753680001905, 37.720370000006206 ], [ -122.475347000274127, 37.720913999787065 ], [ -122.478987999681422, 37.720844000316134 ], [ -122.479631000287071, 37.719663000102386 ], [ -122.484908999636616, 37.724032000116708 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075035100", "NAME": "Census Tract 351", "state": "06", "county_fips": "075", "tract": "035100", "county_name": "San Francisco County", "tot_pop_2050": 9053, "tot_pop_pov_det_2050": 9033, "tot_pop_civ_ni_2050": 9031, "tot_hh_2050": 2855, "pop_zvhhs_2050": 413, "tot_fam_2050": 2040, "tot_pop_over5_2050": 8518, "pop_hus_rent50_2050": 125, "pop_minority_2050": 6163, "pop_over75_2050": 568, "pop_spfam_2050": 232, "pop_lep_2050": 1390, "pop_below200_2050": 1312, "pop_disability_2050": 622, "pct_minority_2050": 0.68076880592068922, "pct_over75_2050": 0.062741632607975259, "pct_spfam_2050": 0.11372549019607844, "pct_lep_2050": 0.16318384597323315, "pct_below200_2050": 0.14524521200044282, "pct_disab_2050": 0.068873878861698587, "pct_zvhhs_2050": 0.1446584938704028, "pct_hus_rent50_2050": 0.043782837127845885, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084298343917319996, "pct_minority_2040": 0.67451126883327095, "pct_spfam_2040": 0.11447212336892099, "pct_lep_2040": 0.18001835584109102, "pct_below200_2040": 0.209018967466399, "pct_disab_2040": 0.076214196762142, "pct_zvhhs_2040": 0.11623748211731, "pct_hus_rent50_2040": 0.063775510204081995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.502978999648874, 37.764343999692436 ], [ -122.502843999929681, 37.762427000108481 ], [ -122.502713000408406, 37.76056700019015 ], [ -122.502581999988848, 37.758699999883589 ], [ -122.502449999744371, 37.756835000028886 ], [ -122.502318000398191, 37.754952999707143 ], [ -122.502191000176609, 37.753105999945625 ], [ -122.502059999757023, 37.751240000347416 ], [ -122.501930000060696, 37.749377000144719 ], [ -122.499784000305411, 37.749471999843458 ], [ -122.499914000001752, 37.751333999716969 ], [ -122.495164999658414, 37.751543000184512 ], [ -122.49530699994861, 37.753409999994531 ], [ -122.495433000345329, 37.75527300022123 ], [ -122.495554999645734, 37.757136999691078 ], [ -122.495691999913078, 37.759000999779971 ], [ -122.495821999609433, 37.76087100011965 ], [ -122.495949999655949, 37.762732000119648 ], [ -122.496085000273482, 37.764675000250477 ], [ -122.502978999648874, 37.764343999692436 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075035201", "NAME": "Census Tract 352.01", "state": "06", "county_fips": "075", "tract": "035201", "county_name": "San Francisco County", "tot_pop_2050": 5987, "tot_pop_pov_det_2050": 5984, "tot_pop_civ_ni_2050": 5984, "tot_hh_2050": 1946, "pop_zvhhs_2050": 168, "tot_fam_2050": 1376, "tot_pop_over5_2050": 5621, "pop_hus_rent50_2050": 92, "pop_minority_2050": 3785, "pop_over75_2050": 456, "pop_spfam_2050": 152, "pop_lep_2050": 745, "pop_below200_2050": 1204, "pop_disability_2050": 503, "pct_minority_2050": 0.63220310673125091, "pct_over75_2050": 0.076165024219141481, "pct_spfam_2050": 0.11046511627906977, "pct_lep_2050": 0.13253869418252981, "pct_below200_2050": 0.20120320855614973, "pct_disab_2050": 0.084057486631016046, "pct_zvhhs_2050": 0.08633093525179858, "pct_hus_rent50_2050": 0.047276464542651601, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053502482073910999, "pct_minority_2040": 0.67310167310167301, "pct_spfam_2040": 0.110659072416599, "pct_lep_2040": 0.14985590778098001, "pct_below200_2040": 0.21889996308601001, "pct_disab_2040": 0.081730769230768996, "pct_zvhhs_2040": 0.12649294245385501, "pct_hus_rent50_2040": 0.13263621353880001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.512070758807937, 37.76365930247637 ], [ -122.509993368780798, 37.74881495048885 ], [ -122.507942000252498, 37.749111000055386 ], [ -122.505147999868697, 37.749235000061113 ], [ -122.501930000060696, 37.749377000144719 ], [ -122.502059999757023, 37.751240000347416 ], [ -122.502191000176609, 37.753105999945625 ], [ -122.502318000398191, 37.754952999707143 ], [ -122.502449999744371, 37.756835000028886 ], [ -122.502581999988848, 37.758699999883589 ], [ -122.509111000389609, 37.758413999772287 ], [ -122.509381999652945, 37.76027199995886 ], [ -122.509621999852442, 37.762126999871775 ], [ -122.509870000447876, 37.764090000321438 ], [ -122.512070758807937, 37.76365930247637 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075035202", "NAME": "Census Tract 352.02", "state": "06", "county_fips": "075", "tract": "035202", "county_name": "San Francisco County", "tot_pop_2050": 4960, "tot_pop_pov_det_2050": 4960, "tot_pop_civ_ni_2050": 4960, "tot_hh_2050": 1880, "pop_zvhhs_2050": 305, "tot_fam_2050": 971, "tot_pop_over5_2050": 4667, "pop_hus_rent50_2050": 300, "pop_minority_2050": 3172, "pop_over75_2050": 291, "pop_spfam_2050": 82, "pop_lep_2050": 559, "pop_below200_2050": 1061, "pop_disability_2050": 457, "pct_minority_2050": 0.63951612903225807, "pct_over75_2050": 0.058669354838709678, "pct_spfam_2050": 0.084449021627188481, "pct_lep_2050": 0.11977715877437325, "pct_below200_2050": 0.21391129032258066, "pct_disab_2050": 0.092137096774193544, "pct_zvhhs_2050": 0.16223404255319149, "pct_hus_rent50_2050": 0.15957446808510639, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.049879147440122999, "pct_minority_2040": 0.57657657657657702, "pct_spfam_2040": 0.098343685300206984, "pct_lep_2040": 0.13897142857142902, "pct_below200_2040": 0.30344979125466903, "pct_disab_2040": 0.075368050977807008, "pct_zvhhs_2040": 0.14700854700854701, "pct_hus_rent50_2040": 0.164712778429074, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.509870000447876, 37.764090000321438 ], [ -122.509621999852442, 37.762126999871775 ], [ -122.509381999652945, 37.76027199995886 ], [ -122.509111000389609, 37.758413999772287 ], [ -122.502581999988848, 37.758699999883589 ], [ -122.502713000408406, 37.76056700019015 ], [ -122.502843999929681, 37.762427000108481 ], [ -122.502978999648874, 37.764343999692436 ], [ -122.509870000447876, 37.764090000321438 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075035300", "NAME": "Census Tract 353", "state": "06", "county_fips": "075", "tract": "035300", "county_name": "San Francisco County", "tot_pop_2050": 7309, "tot_pop_pov_det_2050": 7309, "tot_pop_civ_ni_2050": 7309, "tot_hh_2050": 2573, "pop_zvhhs_2050": 294, "tot_fam_2050": 1750, "tot_pop_over5_2050": 6977, "pop_hus_rent50_2050": 267, "pop_minority_2050": 5107, "pop_over75_2050": 748, "pop_spfam_2050": 194, "pop_lep_2050": 1243, "pop_below200_2050": 1523, "pop_disability_2050": 742, "pct_minority_2050": 0.69872759611437951, "pct_over75_2050": 0.10233958133807634, "pct_spfam_2050": 0.11085714285714286, "pct_lep_2050": 0.17815680091729971, "pct_below200_2050": 0.20837323847311531, "pct_disab_2050": 0.10151867560541797, "pct_zvhhs_2050": 0.114263505635445, "pct_hus_rent50_2050": 0.10376991838321026, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082435003170577004, "pct_minority_2040": 0.755358275206088, "pct_spfam_2040": 0.031711317659924, "pct_lep_2040": 0.23022257978010199, "pct_below200_2040": 0.214403868176613, "pct_disab_2040": 0.095244134432467001, "pct_zvhhs_2040": 0.097788125727589992, "pct_hus_rent50_2040": 0.117298578199052, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.501930000060696, 37.749377000144719 ], [ -122.501535999875401, 37.743785000327598 ], [ -122.501403999630924, 37.741909999769668 ], [ -122.501141999690091, 37.738191999723966 ], [ -122.501041000306074, 37.73530000029379 ], [ -122.499139000049965, 37.734404000342217 ], [ -122.497487000039087, 37.733925000042596 ], [ -122.496563999949274, 37.733855999674368 ], [ -122.493783999809182, 37.733989000254603 ], [ -122.494126000115941, 37.736631000220505 ], [ -122.494253000337551, 37.738492999930116 ], [ -122.494403999950308, 37.74035199975323 ], [ -122.49450400040773, 37.742221999750349 ], [ -122.49464599979963, 37.744089000310751 ], [ -122.494773999846146, 37.745948999672457 ], [ -122.494911000113504, 37.747813999749447 ], [ -122.495045999832698, 37.749680999887772 ], [ -122.495164999658414, 37.751543000184512 ], [ -122.499914000001752, 37.751333999716969 ], [ -122.499784000305411, 37.749471999843458 ], [ -122.501930000060696, 37.749377000144719 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075035400", "NAME": "Census Tract 354", "state": "06", "county_fips": "075", "tract": "035400", "county_name": "San Francisco County", "tot_pop_2050": 7112, "tot_pop_pov_det_2050": 7112, "tot_pop_civ_ni_2050": 7112, "tot_hh_2050": 2548, "pop_zvhhs_2050": 382, "tot_fam_2050": 1709, "tot_pop_over5_2050": 6781, "pop_hus_rent50_2050": 253, "pop_minority_2050": 4692, "pop_over75_2050": 823, "pop_spfam_2050": 91, "pop_lep_2050": 1070, "pop_below200_2050": 1217, "pop_disability_2050": 856, "pct_minority_2050": 0.65973003374578176, "pct_over75_2050": 0.11571991001124859, "pct_spfam_2050": 0.053247513165593917, "pct_lep_2050": 0.15779383571744579, "pct_below200_2050": 0.17111923509561305, "pct_disab_2050": 0.1203599550056243, "pct_zvhhs_2050": 0.14992150706436422, "pct_hus_rent50_2050": 0.099293563579277863, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070300157977882999, "pct_minority_2040": 0.64044233807267004, "pct_spfam_2040": 0.072036673215454997, "pct_lep_2040": 0.18331121433311201, "pct_below200_2040": 0.24651678277390801, "pct_disab_2040": 0.118046776232617, "pct_zvhhs_2040": 0.15323645970937899, "pct_hus_rent50_2040": 0.15095215977705498, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.509993368780798, 37.74881495048885 ], [ -122.508121548324937, 37.735439533509989 ], [ -122.5067959996816, 37.7355589997415 ], [ -122.505261999671518, 37.735565000008719 ], [ -122.502031000343024, 37.735515000135145 ], [ -122.501041000306074, 37.73530000029379 ], [ -122.501141999690091, 37.738191999723966 ], [ -122.501403999630924, 37.741909999769668 ], [ -122.501535999875401, 37.743785000327598 ], [ -122.501930000060696, 37.749377000144719 ], [ -122.505147999868697, 37.749235000061113 ], [ -122.507942000252498, 37.749111000055386 ], [ -122.509993368780798, 37.74881495048885 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075040100", "NAME": "Census Tract 401", "state": "06", "county_fips": "075", "tract": "040100", "county_name": "San Francisco County", "tot_pop_2050": 4436, "tot_pop_pov_det_2050": 4391, "tot_pop_civ_ni_2050": 4391, "tot_hh_2050": 1936, "pop_zvhhs_2050": 438, "tot_fam_2050": 811, "tot_pop_over5_2050": 4108, "pop_hus_rent50_2050": 224, "pop_minority_2050": 2083, "pop_over75_2050": 299, "pop_spfam_2050": 91, "pop_lep_2050": 398, "pop_below200_2050": 755, "pop_disability_2050": 286, "pct_minority_2050": 0.46956717763751132, "pct_over75_2050": 0.067403065825067623, "pct_spfam_2050": 0.11220715166461161, "pct_lep_2050": 0.09688412852969816, "pct_below200_2050": 0.17194260988385335, "pct_disab_2050": 0.06513322705534047, "pct_zvhhs_2050": 0.2262396694214876, "pct_hus_rent50_2050": 0.11570247933884298, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.069028992176714002, "pct_minority_2040": 0.399907961343764, "pct_spfam_2040": 0.018796992481203, "pct_lep_2040": 0.10705712914066301, "pct_below200_2040": 0.26426566884939201, "pct_disab_2040": 0.11576239476145901, "pct_zvhhs_2040": 0.25, "pct_hus_rent50_2040": 0.141032464076637, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.464780999732639, 37.788563999921301 ], [ -122.464550999578861, 37.784792000328387 ], [ -122.464283999615162, 37.781089000319355 ], [ -122.461068000355297, 37.781227000238964 ], [ -122.458878000219087, 37.781326000284999 ], [ -122.458997999869695, 37.7831890002413 ], [ -122.459178999619652, 37.785682000245913 ], [ -122.459387999857015, 37.788405000079905 ], [ -122.459475999720567, 37.789711000183068 ], [ -122.463580999633393, 37.788805999992199 ], [ -122.464780999732639, 37.788563999921301 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075040200", "NAME": "Census Tract 402", "state": "06", "county_fips": "075", "tract": "040200", "county_name": "San Francisco County", "tot_pop_2050": 5541, "tot_pop_pov_det_2050": 5541, "tot_pop_civ_ni_2050": 5541, "tot_hh_2050": 2319, "pop_zvhhs_2050": 508, "tot_fam_2050": 1111, "tot_pop_over5_2050": 5238, "pop_hus_rent50_2050": 320, "pop_minority_2050": 2367, "pop_over75_2050": 546, "pop_spfam_2050": 84, "pop_lep_2050": 598, "pop_below200_2050": 891, "pop_disability_2050": 553, "pct_minority_2050": 0.42717920952896588, "pct_over75_2050": 0.098538170005414205, "pct_spfam_2050": 0.075607560756075609, "pct_lep_2050": 0.11416571210385645, "pct_below200_2050": 0.16080129940443966, "pct_disab_2050": 0.099801479877278471, "pct_zvhhs_2050": 0.21905993962915049, "pct_hus_rent50_2050": 0.13799051315222075, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091179385530228016, "pct_minority_2040": 0.51060455896927603, "pct_spfam_2040": 0.029980657640232, "pct_lep_2040": 0.082979626485569002, "pct_below200_2040": 0.161559888579387, "pct_disab_2040": 0.084076938330359008, "pct_zvhhs_2040": 0.29774564015312605, "pct_hus_rent50_2040": 0.097849934181658993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.472583000027555, 37.786317000100738 ], [ -122.47251600008039, 37.784452999855198 ], [ -122.472378999813046, 37.782581000159382 ], [ -122.472264000185319, 37.78074700017978 ], [ -122.46749200027574, 37.780938000199576 ], [ -122.466431999918584, 37.780989999955871 ], [ -122.464283999615162, 37.781089000319355 ], [ -122.464550999578861, 37.784792000328387 ], [ -122.464780999732639, 37.788563999921301 ], [ -122.466924000013194, 37.788131999942671 ], [ -122.470911999750115, 37.787220999954137 ], [ -122.472352000048858, 37.787234000211384 ], [ -122.472583000027555, 37.786317000100738 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075042601", "NAME": "Census Tract 426.01", "state": "06", "county_fips": "075", "tract": "042601", "county_name": "San Francisco County", "tot_pop_2050": 3824, "tot_pop_pov_det_2050": 3824, "tot_pop_civ_ni_2050": 3824, "tot_hh_2050": 1744, "pop_zvhhs_2050": 414, "tot_fam_2050": 852, "tot_pop_over5_2050": 3568, "pop_hus_rent50_2050": 216, "pop_minority_2050": 1936, "pop_over75_2050": 367, "pop_spfam_2050": 94, "pop_lep_2050": 432, "pop_below200_2050": 832, "pop_disability_2050": 469, "pct_minority_2050": 0.50627615062761511, "pct_over75_2050": 0.095972803347280339, "pct_spfam_2050": 0.11032863849765258, "pct_lep_2050": 0.1210762331838565, "pct_below200_2050": 0.21757322175732219, "pct_disab_2050": 0.12264644351464435, "pct_zvhhs_2050": 0.23738532110091745, "pct_hus_rent50_2050": 0.12385321100917432, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084407686694234998, "pct_minority_2040": 0.59474580394064691, "pct_spfam_2040": 0.079487179487178997, "pct_lep_2040": 0.16523994811932599, "pct_below200_2040": 0.38457796156652896, "pct_disab_2040": 0.078326441255169008, "pct_zvhhs_2040": 0.40382387022016203, "pct_hus_rent50_2040": 0.26102719033232602, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.484080000156439, 37.785795000117155 ], [ -122.483936000216403, 37.783931000195047 ], [ -122.483803999971926, 37.782077000195677 ], [ -122.483666999704568, 37.78020700002611 ], [ -122.482598000024922, 37.780264999779426 ], [ -122.479387999714504, 37.780402999817461 ], [ -122.478309999814002, 37.780448999772879 ], [ -122.478443999708304, 37.782307999806925 ], [ -122.478579000325809, 37.784174000152738 ], [ -122.478714000045031, 37.78603100030255 ], [ -122.484080000156439, 37.785795000117155 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075042602", "NAME": "Census Tract 426.02", "state": "06", "county_fips": "075", "tract": "042602", "county_name": "San Francisco County", "tot_pop_2050": 3022, "tot_pop_pov_det_2050": 3022, "tot_pop_civ_ni_2050": 3022, "tot_hh_2050": 1416, "pop_zvhhs_2050": 259, "tot_fam_2050": 773, "tot_pop_over5_2050": 2741, "pop_hus_rent50_2050": 158, "pop_minority_2050": 1454, "pop_over75_2050": 278, "pop_spfam_2050": 35, "pop_lep_2050": 155, "pop_below200_2050": 336, "pop_disability_2050": 210, "pct_minority_2050": 0.48113831899404369, "pct_over75_2050": 0.091992058239576444, "pct_spfam_2050": 0.045278137128072452, "pct_lep_2050": 0.056548704852243697, "pct_below200_2050": 0.11118464592984778, "pct_disab_2050": 0.069490403706154863, "pct_zvhhs_2050": 0.18290960451977398, "pct_hus_rent50_2050": 0.1115819209039548, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049039288786922999, "pct_minority_2040": 0.44995698308001103, "pct_spfam_2040": 0.098859315589353999, "pct_lep_2040": 0.10793157076205301, "pct_below200_2040": 0.165313225058005, "pct_disab_2040": 0.089157319528329018, "pct_zvhhs_2040": 0.20783764870538801, "pct_hus_rent50_2040": 0.11997073884418399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.478714000045031, 37.78603100030255 ], [ -122.478579000325809, 37.784174000152738 ], [ -122.478443999708304, 37.782307999806925 ], [ -122.478309999814002, 37.780448999772879 ], [ -122.472264000185319, 37.78074700017978 ], [ -122.472378999813046, 37.782581000159382 ], [ -122.47251600008039, 37.784452999855198 ], [ -122.472583000027555, 37.786317000100738 ], [ -122.478714000045031, 37.78603100030255 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075042700", "NAME": "Census Tract 427", "state": "06", "county_fips": "075", "tract": "042700", "county_name": "San Francisco County", "tot_pop_2050": 5422, "tot_pop_pov_det_2050": 5422, "tot_pop_civ_ni_2050": 5422, "tot_hh_2050": 2427, "pop_zvhhs_2050": 729, "tot_fam_2050": 1357, "tot_pop_over5_2050": 5145, "pop_hus_rent50_2050": 337, "pop_minority_2050": 3570, "pop_over75_2050": 475, "pop_spfam_2050": 67, "pop_lep_2050": 788, "pop_below200_2050": 1662, "pop_disability_2050": 921, "pct_minority_2050": 0.65842862412393954, "pct_over75_2050": 0.087606049428255256, "pct_spfam_2050": 0.049373618275607961, "pct_lep_2050": 0.1531584062196307, "pct_below200_2050": 0.30652895610475839, "pct_disab_2050": 0.1698635189966802, "pct_zvhhs_2050": 0.30037082818294192, "pct_hus_rent50_2050": 0.13885455294602389, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088826815642458021, "pct_minority_2040": 0.61973929236499092, "pct_spfam_2040": 0.074175824175823996, "pct_lep_2040": 0.20391389432485302, "pct_below200_2040": 0.35426761088334002, "pct_disab_2040": 0.132216014897579, "pct_zvhhs_2040": 0.33190025795356798, "pct_hus_rent50_2040": 0.21611886537595701, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.493490999906243, 37.7834979997685 ], [ -122.493445999700384, 37.781626999682153 ], [ -122.493305000133375, 37.779751999647964 ], [ -122.491171999898597, 37.779869000215562 ], [ -122.489018999572309, 37.779976999919732 ], [ -122.483666999704568, 37.78020700002611 ], [ -122.483803999971926, 37.782077000195677 ], [ -122.483936000216403, 37.783931000195047 ], [ -122.484080000156439, 37.785795000117155 ], [ -122.487286000268909, 37.785648999823636 ], [ -122.487150999651377, 37.783784999768983 ], [ -122.490364000334822, 37.783640000105905 ], [ -122.493490999906243, 37.7834979997685 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075042800", "NAME": "Census Tract 428", "state": "06", "county_fips": "075", "tract": "042800", "county_name": "San Francisco County", "tot_pop_2050": 2490, "tot_pop_pov_det_2050": 2490, "tot_pop_civ_ni_2050": 2490, "tot_hh_2050": 923, "pop_zvhhs_2050": 26, "tot_fam_2050": 703, "tot_pop_over5_2050": 2327, "pop_hus_rent50_2050": 63, "pop_minority_2050": 693, "pop_over75_2050": 225, "pop_spfam_2050": 47, "pop_lep_2050": 45, "pop_below200_2050": 170, "pop_disability_2050": 150, "pct_minority_2050": 0.27831325301204818, "pct_over75_2050": 0.09036144578313253, "pct_spfam_2050": 0.066856330014224752, "pct_lep_2050": 0.019338203695745598, "pct_below200_2050": 0.068273092369477914, "pct_disab_2050": 0.060240963855421686, "pct_zvhhs_2050": 0.028169014084507043, "pct_hus_rent50_2050": 0.068255687973997836, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10352142554094199, "pct_minority_2040": 0.32668646584641498, "pct_spfam_2040": 0.143695014662757, "pct_lep_2040": 0.043819188191881998, "pct_below200_2040": 0.097581671616461987, "pct_disab_2040": 0.06491302503181999, "pct_zvhhs_2040": 0.040659340659341001, "pct_hus_rent50_2040": 0.048943270300334005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.49333799974535, 37.787402999798275 ], [ -122.493490999906243, 37.7834979997685 ], [ -122.490364000334822, 37.783640000105905 ], [ -122.487150999651377, 37.783784999768983 ], [ -122.487286000268909, 37.785648999823636 ], [ -122.484080000156439, 37.785795000117155 ], [ -122.478714000045031, 37.78603100030255 ], [ -122.472583000027555, 37.786317000100738 ], [ -122.472352000048858, 37.787234000211384 ], [ -122.479844999649004, 37.786795999894956 ], [ -122.483798999949059, 37.787739999656466 ], [ -122.483984999721912, 37.789769000287265 ], [ -122.485827332978559, 37.7906121409303 ], [ -122.492883000359015, 37.787929000206198 ], [ -122.493048716172723, 37.787934107401441 ], [ -122.49333799974535, 37.787402999798275 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075045100", "NAME": "Census Tract 451", "state": "06", "county_fips": "075", "tract": "045100", "county_name": "San Francisco County", "tot_pop_2050": 5330, "tot_pop_pov_det_2050": 5287, "tot_pop_civ_ni_2050": 5330, "tot_hh_2050": 2102, "pop_zvhhs_2050": 491, "tot_fam_2050": 1032, "tot_pop_over5_2050": 5078, "pop_hus_rent50_2050": 196, "pop_minority_2050": 2694, "pop_over75_2050": 345, "pop_spfam_2050": 38, "pop_lep_2050": 450, "pop_below200_2050": 941, "pop_disability_2050": 462, "pct_minority_2050": 0.50544090056285174, "pct_over75_2050": 0.064727954971857404, "pct_spfam_2050": 0.036821705426356585, "pct_lep_2050": 0.08861756597085467, "pct_below200_2050": 0.17798373368640061, "pct_disab_2050": 0.086679174484052532, "pct_zvhhs_2050": 0.23358705994291151, "pct_hus_rent50_2050": 0.093244529019980968, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070453196121116002, "pct_minority_2040": 0.55115772808232699, "pct_spfam_2040": 0.077117572692794012, "pct_lep_2040": 0.074459234608985, "pct_below200_2040": 0.38689887195725298, "pct_disab_2040": 0.076786067682565004, "pct_zvhhs_2040": 0.31164069660861604, "pct_hus_rent50_2040": 0.164107485604607, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.464283999615162, 37.781089000319355 ], [ -122.464010999803662, 37.777235000232167 ], [ -122.463748999862858, 37.773624000008681 ], [ -122.460552999796178, 37.774030999869709 ], [ -122.458371000055891, 37.774308999757025 ], [ -122.458504999950179, 37.776189999916497 ], [ -122.458878000219087, 37.781326000284999 ], [ -122.461068000355297, 37.781227000238964 ], [ -122.464283999615162, 37.781089000319355 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075045200", "NAME": "Census Tract 452", "state": "06", "county_fips": "075", "tract": "045200", "county_name": "San Francisco County", "tot_pop_2050": 6913, "tot_pop_pov_det_2050": 6900, "tot_pop_civ_ni_2050": 6900, "tot_hh_2050": 2958, "pop_zvhhs_2050": 530, "tot_fam_2050": 1529, "tot_pop_over5_2050": 6751, "pop_hus_rent50_2050": 393, "pop_minority_2050": 3908, "pop_over75_2050": 474, "pop_spfam_2050": 124, "pop_lep_2050": 711, "pop_below200_2050": 1251, "pop_disability_2050": 584, "pct_minority_2050": 0.56531173152032399, "pct_over75_2050": 0.068566468971502981, "pct_spfam_2050": 0.08109875735775017, "pct_lep_2050": 0.105317730706562, "pct_below200_2050": 0.18130434782608693, "pct_disab_2050": 0.084637681159420289, "pct_zvhhs_2050": 0.17917511832319136, "pct_hus_rent50_2050": 0.13286004056795131, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077001160092806997, "pct_minority_2040": 0.547998839907193, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.124196682110297, "pct_below200_2040": 0.25867828612926697, "pct_disab_2040": 0.10717397618356099, "pct_zvhhs_2040": 0.272948539638387, "pct_hus_rent50_2040": 0.15758896151053001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.472264000185319, 37.78074700017978 ], [ -122.472102999628518, 37.778730999973881 ], [ -122.471967000084405, 37.776870999719648 ], [ -122.471842000410916, 37.775006000078925 ], [ -122.471705999968492, 37.77314100025508 ], [ -122.466951999602244, 37.773350999949059 ], [ -122.46533200027676, 37.77342299972711 ], [ -122.463748999862858, 37.773624000008681 ], [ -122.464010999803662, 37.777235000232167 ], [ -122.464283999615162, 37.781089000319355 ], [ -122.466431999918584, 37.780989999955871 ], [ -122.46749200027574, 37.780938000199576 ], [ -122.472264000185319, 37.78074700017978 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047600", "NAME": "Census Tract 476", "state": "06", "county_fips": "075", "tract": "047600", "county_name": "San Francisco County", "tot_pop_2050": 5605, "tot_pop_pov_det_2050": 5605, "tot_pop_civ_ni_2050": 5605, "tot_hh_2050": 2324, "pop_zvhhs_2050": 298, "tot_fam_2050": 1257, "tot_pop_over5_2050": 5358, "pop_hus_rent50_2050": 156, "pop_minority_2050": 3397, "pop_over75_2050": 457, "pop_spfam_2050": 93, "pop_lep_2050": 590, "pop_below200_2050": 566, "pop_disability_2050": 382, "pct_minority_2050": 0.60606601248884928, "pct_over75_2050": 0.081534344335414802, "pct_spfam_2050": 0.073985680190930769, "pct_lep_2050": 0.1101157148189623, "pct_below200_2050": 0.10098126672613736, "pct_disab_2050": 0.068153434433541479, "pct_zvhhs_2050": 0.12822719449225473, "pct_hus_rent50_2050": 0.067125645438898457, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073576799140708998, "pct_minority_2040": 0.60042964554242795, "pct_spfam_2040": 0.14873417721519, "pct_lep_2040": 0.15185185185185199, "pct_below200_2040": 0.19351951306838502, "pct_disab_2040": 0.087361260293591009, "pct_zvhhs_2040": 0.15959328028293499, "pct_hus_rent50_2040": 0.12974976830398499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.479387999714504, 37.780402999817461 ], [ -122.479241000299723, 37.778408000308886 ], [ -122.47910599968219, 37.776546000283339 ], [ -122.478971999787888, 37.774681000254432 ], [ -122.478837000068665, 37.772815000265297 ], [ -122.471705999968492, 37.77314100025508 ], [ -122.471842000410916, 37.775006000078925 ], [ -122.471967000084405, 37.776870999719648 ], [ -122.472102999628518, 37.778730999973881 ], [ -122.472264000185319, 37.78074700017978 ], [ -122.478309999814002, 37.780448999772879 ], [ -122.479387999714504, 37.780402999817461 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047701", "NAME": "Census Tract 477.01", "state": "06", "county_fips": "075", "tract": "047701", "county_name": "San Francisco County", "tot_pop_2050": 4469, "tot_pop_pov_det_2050": 4461, "tot_pop_civ_ni_2050": 4469, "tot_hh_2050": 2024, "pop_zvhhs_2050": 484, "tot_fam_2050": 941, "tot_pop_over5_2050": 4320, "pop_hus_rent50_2050": 251, "pop_minority_2050": 2794, "pop_over75_2050": 474, "pop_spfam_2050": 71, "pop_lep_2050": 624, "pop_below200_2050": 952, "pop_disability_2050": 510, "pct_minority_2050": 0.6251957932423361, "pct_over75_2050": 0.10606399641978073, "pct_spfam_2050": 0.075451647183846976, "pct_lep_2050": 0.14444444444444446, "pct_below200_2050": 0.21340506612867069, "pct_disab_2050": 0.1141194898187514, "pct_zvhhs_2050": 0.2391304347826087, "pct_hus_rent50_2050": 0.12401185770750987, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099352589641434008, "pct_minority_2040": 0.63446215139442197, "pct_spfam_2040": 0.023109243697479, "pct_lep_2040": 0.17384615384615398, "pct_below200_2040": 0.25273904382470103, "pct_disab_2040": 0.091384462151394008, "pct_zvhhs_2040": 0.195991091314031, "pct_hus_rent50_2040": 0.14121699196326098, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.489018999572309, 37.779976999919732 ], [ -122.488876000355475, 37.777972000353984 ], [ -122.488740999737971, 37.776107000087187 ], [ -122.482317999642419, 37.776400000180665 ], [ -122.47910599968219, 37.776546000283339 ], [ -122.479241000299723, 37.778408000308886 ], [ -122.479387999714504, 37.780402999817461 ], [ -122.482598000024922, 37.780264999779426 ], [ -122.483666999704568, 37.78020700002611 ], [ -122.489018999572309, 37.779976999919732 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047702", "NAME": "Census Tract 477.02", "state": "06", "county_fips": "075", "tract": "047702", "county_name": "San Francisco County", "tot_pop_2050": 3877, "tot_pop_pov_det_2050": 3877, "tot_pop_civ_ni_2050": 3877, "tot_hh_2050": 1512, "pop_zvhhs_2050": 350, "tot_fam_2050": 846, "tot_pop_over5_2050": 3754, "pop_hus_rent50_2050": 184, "pop_minority_2050": 2261, "pop_over75_2050": 268, "pop_spfam_2050": 95, "pop_lep_2050": 504, "pop_below200_2050": 933, "pop_disability_2050": 345, "pct_minority_2050": 0.58318287335568741, "pct_over75_2050": 0.069125612587051841, "pct_spfam_2050": 0.11229314420803782, "pct_lep_2050": 0.13425679275439531, "pct_below200_2050": 0.2406499871034305, "pct_disab_2050": 0.088986329636316738, "pct_zvhhs_2050": 0.23148148148148151, "pct_hus_rent50_2050": 0.12169312169312167, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.095475005922767003, "pct_minority_2040": 0.60886045960672808, "pct_spfam_2040": 0.074885844748857996, "pct_lep_2040": 0.16153846153846202, "pct_below200_2040": 0.19639895759298701, "pct_disab_2040": 0.11513859275053299, "pct_zvhhs_2040": 0.20568252007411997, "pct_hus_rent50_2040": 0.11805998723675801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.488740999737971, 37.776107000087187 ], [ -122.488606000018748, 37.774240999876042 ], [ -122.488471000299526, 37.772373999649304 ], [ -122.482049000028923, 37.772667000335694 ], [ -122.478837000068665, 37.772815000265297 ], [ -122.478971999787888, 37.774681000254432 ], [ -122.47910599968219, 37.776546000283339 ], [ -122.482317999642419, 37.776400000180665 ], [ -122.488740999737971, 37.776107000087187 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047801", "NAME": "Census Tract 478.01", "state": "06", "county_fips": "075", "tract": "047801", "county_name": "San Francisco County", "tot_pop_2050": 4521, "tot_pop_pov_det_2050": 4472, "tot_pop_civ_ni_2050": 4510, "tot_hh_2050": 1715, "pop_zvhhs_2050": 384, "tot_fam_2050": 1000, "tot_pop_over5_2050": 4253, "pop_hus_rent50_2050": 126, "pop_minority_2050": 2955, "pop_over75_2050": 507, "pop_spfam_2050": 61, "pop_lep_2050": 856, "pop_below200_2050": 759, "pop_disability_2050": 659, "pct_minority_2050": 0.65361645653616451, "pct_over75_2050": 0.11214333112143331, "pct_spfam_2050": 0.061, "pct_lep_2050": 0.20126969198213027, "pct_below200_2050": 0.16972271914132378, "pct_disab_2050": 0.14611973392461194, "pct_zvhhs_2050": 0.2239067055393586, "pct_hus_rent50_2050": 0.073469387755102047, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.117470632341915, "pct_minority_2040": 0.68382904273931489, "pct_spfam_2040": 0.028169014084507005, "pct_lep_2040": 0.19269190325972699, "pct_below200_2040": 0.22906713603218501, "pct_disab_2040": 0.14013537227375303, "pct_zvhhs_2040": 0.17060702875399403, "pct_hus_rent50_2040": 0.15049504950495002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.497455000252046, 37.77757899971688 ], [ -122.497318999809593, 37.775714999924723 ], [ -122.495174999704147, 37.775812999805183 ], [ -122.495039000160006, 37.773946999984183 ], [ -122.494902999717581, 37.772080999932022 ], [ -122.488471000299526, 37.772373999649304 ], [ -122.488606000018748, 37.774240999876042 ], [ -122.488740999737971, 37.776107000087187 ], [ -122.488876000355475, 37.777972000353984 ], [ -122.489018999572309, 37.779976999919732 ], [ -122.491171999898597, 37.779869000215562 ], [ -122.493305000133375, 37.779751999647964 ], [ -122.493167999866031, 37.77777399966542 ], [ -122.497455000252046, 37.77757899971688 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047802", "NAME": "Census Tract 478.02", "state": "06", "county_fips": "075", "tract": "047802", "county_name": "San Francisco County", "tot_pop_2050": 3783, "tot_pop_pov_det_2050": 3783, "tot_pop_civ_ni_2050": 3775, "tot_hh_2050": 1419, "pop_zvhhs_2050": 204, "tot_fam_2050": 842, "tot_pop_over5_2050": 3676, "pop_hus_rent50_2050": 181, "pop_minority_2050": 2323, "pop_over75_2050": 307, "pop_spfam_2050": 51, "pop_lep_2050": 426, "pop_below200_2050": 897, "pop_disability_2050": 486, "pct_minority_2050": 0.61406291303198524, "pct_over75_2050": 0.081152524451493527, "pct_spfam_2050": 0.060570071258907364, "pct_lep_2050": 0.11588683351468987, "pct_below200_2050": 0.23711340206185569, "pct_disab_2050": 0.12874172185430466, "pct_zvhhs_2050": 0.14376321353065538, "pct_hus_rent50_2050": 0.12755461592670894, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094382591093116974, "pct_minority_2040": 0.69939271255060698, "pct_spfam_2040": 0.059556786703600997, "pct_lep_2040": 0.158565115674552, "pct_below200_2040": 0.29484218629715198, "pct_disab_2040": 0.11184210526315801, "pct_zvhhs_2040": 0.23086496577473603, "pct_hus_rent50_2040": 0.175449871465296, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.498800999941153, 37.781377000106311 ], [ -122.498668999696662, 37.779506999977414 ], [ -122.49852099955865, 37.777530999967475 ], [ -122.498385999839456, 37.775666999675039 ], [ -122.498250000295315, 37.773799999954868 ], [ -122.49811399985289, 37.771933999743119 ], [ -122.494902999717581, 37.772080999932022 ], [ -122.495039000160006, 37.773946999984183 ], [ -122.495174999704147, 37.775812999805183 ], [ -122.497318999809593, 37.775714999924723 ], [ -122.497455000252046, 37.77757899971688 ], [ -122.493167999866031, 37.77777399966542 ], [ -122.493305000133375, 37.779751999647964 ], [ -122.493445999700384, 37.781626999682153 ], [ -122.498800999941153, 37.781377000106311 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047901", "NAME": "Census Tract 479.01", "state": "06", "county_fips": "075", "tract": "047901", "county_name": "San Francisco County", "tot_pop_2050": 7597, "tot_pop_pov_det_2050": 7578, "tot_pop_civ_ni_2050": 7578, "tot_hh_2050": 2669, "pop_zvhhs_2050": 405, "tot_fam_2050": 1464, "tot_pop_over5_2050": 7052, "pop_hus_rent50_2050": 222, "pop_minority_2050": 4648, "pop_over75_2050": 637, "pop_spfam_2050": 88, "pop_lep_2050": 595, "pop_below200_2050": 1181, "pop_disability_2050": 666, "pct_minority_2050": 0.61182045544293795, "pct_over75_2050": 0.083848887718836376, "pct_spfam_2050": 0.060109289617486336, "pct_lep_2050": 0.08437322745320476, "pct_below200_2050": 0.15584586962259173, "pct_disab_2050": 0.087885985748218529, "pct_zvhhs_2050": 0.15174222555264144, "pct_hus_rent50_2050": 0.083177219932559013, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088875361436615008, "pct_minority_2040": 0.57297215035763216, "pct_spfam_2040": 0.14744801512287303, "pct_lep_2040": 0.10136674259681099, "pct_below200_2040": 0.255078661982587, "pct_disab_2040": 0.115715162676489, "pct_zvhhs_2040": 0.12844036697247699, "pct_hus_rent50_2040": 0.150884086444008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.51448300034879, 37.780829000100056 ], [ -122.513128000438883, 37.771213999929444 ], [ -122.513067688448999, 37.770783033263925 ], [ -122.511124000075498, 37.771323000004472 ], [ -122.505610999650969, 37.77159199985374 ], [ -122.49811399985289, 37.771933999743119 ], [ -122.498250000295315, 37.773799999954868 ], [ -122.498385999839456, 37.775666999675039 ], [ -122.49852099955865, 37.777530999967475 ], [ -122.501733000417204, 37.777384999680045 ], [ -122.506021999554704, 37.777190000125479 ], [ -122.509227999667146, 37.777043999874621 ], [ -122.509593000438443, 37.780173000320943 ], [ -122.509878999770407, 37.780626999855485 ], [ -122.510780999943819, 37.782059000057387 ], [ -122.507483999594783, 37.782185000223649 ], [ -122.509842514695137, 37.784614539193377 ], [ -122.51448300034879, 37.780829000100056 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075047902", "NAME": "Census Tract 479.02", "state": "06", "county_fips": "075", "tract": "047902", "county_name": "San Francisco County", "tot_pop_2050": 3771, "tot_pop_pov_det_2050": 3771, "tot_pop_civ_ni_2050": 3771, "tot_hh_2050": 1516, "pop_zvhhs_2050": 164, "tot_fam_2050": 820, "tot_pop_over5_2050": 3564, "pop_hus_rent50_2050": 194, "pop_minority_2050": 2176, "pop_over75_2050": 305, "pop_spfam_2050": 87, "pop_lep_2050": 309, "pop_below200_2050": 737, "pop_disability_2050": 455, "pct_minority_2050": 0.5770352691593742, "pct_over75_2050": 0.080880403076107138, "pct_spfam_2050": 0.10609756097560977, "pct_lep_2050": 0.086700336700336694, "pct_below200_2050": 0.19543887562980641, "pct_disab_2050": 0.12065765049058605, "pct_zvhhs_2050": 0.10817941952506596, "pct_hus_rent50_2050": 0.12796833773087071, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.083401471790678999, "pct_minority_2040": 0.53992913600436099, "pct_spfam_2040": 0.12849162011173199, "pct_lep_2040": 0.092715231788079014, "pct_below200_2040": 0.29054238212046901, "pct_disab_2040": 0.085036794766967003, "pct_zvhhs_2040": 0.17616240995415802, "pct_hus_rent50_2040": 0.14372881355932199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.509878999770407, 37.780626999855485 ], [ -122.509593000438443, 37.780173000320943 ], [ -122.509227999667146, 37.777043999874621 ], [ -122.506021999554704, 37.777190000125479 ], [ -122.501733000417204, 37.777384999680045 ], [ -122.49852099955865, 37.777530999967475 ], [ -122.498668999696662, 37.779506999977414 ], [ -122.498800999941153, 37.781377000106311 ], [ -122.502012000076462, 37.781227000238964 ], [ -122.505225999686488, 37.781077000067206 ], [ -122.506508999626419, 37.780857000069311 ], [ -122.509878999770407, 37.780626999855485 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075060100", "NAME": "Census Tract 601", "state": "06", "county_fips": "075", "tract": "060100", "county_name": "San Francisco County", "tot_pop_2050": 4119, "tot_pop_pov_det_2050": 4094, "tot_pop_civ_ni_2050": 4119, "tot_hh_2050": 1329, "pop_zvhhs_2050": 37, "tot_fam_2050": 768, "tot_pop_over5_2050": 3819, "pop_hus_rent50_2050": 154, "pop_minority_2050": 1128, "pop_over75_2050": 24, "pop_spfam_2050": 196, "pop_lep_2050": 51, "pop_below200_2050": 444, "pop_disability_2050": 139, "pct_minority_2050": 0.27385287691187182, "pct_over75_2050": 0.005826656955571741, "pct_spfam_2050": 0.25520833333333331, "pct_lep_2050": 0.013354281225451691, "pct_below200_2050": 0.10845139228138739, "pct_disab_2050": 0.03374605486768633, "pct_zvhhs_2050": 0.02784048156508653, "pct_hus_rent50_2050": 0.11587659894657636, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019414662416691004, "pct_minority_2040": 0.215879455230368, "pct_spfam_2040": 0.066115702479339011, "pct_lep_2040": 0.012227362855254, "pct_below200_2040": 0.10049375544583197, "pct_disab_2040": 0.047232686177919002, "pct_zvhhs_2040": 0.061576354679802998, "pct_hus_rent50_2040": 0.08623548922056401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.485783000220962, 37.790629000308499 ], [ -122.485827332978559, 37.7906121409303 ], [ -122.483984999721912, 37.789769000287265 ], [ -122.483798999949059, 37.787739999656466 ], [ -122.479844999649004, 37.786795999894956 ], [ -122.472352000048858, 37.787234000211384 ], [ -122.470911999750115, 37.787220999954137 ], [ -122.466924000013194, 37.788131999942671 ], [ -122.464780999732639, 37.788563999921301 ], [ -122.463580999633393, 37.788805999992199 ], [ -122.459475999720567, 37.789711000183068 ], [ -122.45273999963058, 37.790974000170166 ], [ -122.446299999816617, 37.791879000074182 ], [ -122.446728000337117, 37.794706000253377 ], [ -122.447015000392298, 37.796579000332059 ], [ -122.44730300027237, 37.798459000048496 ], [ -122.447465999580672, 37.799390000331513 ], [ -122.44781999958299, 37.801632999688451 ], [ -122.449178999690929, 37.802074000341776 ], [ -122.448241129788187, 37.807252168761444 ], [ -122.463793000243783, 37.804652999834403 ], [ -122.470335999989942, 37.808671000011792 ], [ -122.478083000033266, 37.810828000189673 ], [ -122.480295999735702, 37.80129299971771 ], [ -122.485783000220962, 37.790629000308499 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075060400", "NAME": "Census Tract 604", "state": "06", "county_fips": "075", "tract": "060400", "county_name": "San Francisco County", "tot_pop_2050": 1557, "tot_pop_pov_det_2050": 1557, "tot_pop_civ_ni_2050": 1557, "tot_hh_2050": 989, "pop_zvhhs_2050": 336, "tot_fam_2050": 279, "tot_pop_over5_2050": 1514, "pop_hus_rent50_2050": 316, "pop_minority_2050": 727, "pop_over75_2050": 298, "pop_spfam_2050": 6, "pop_lep_2050": 90, "pop_below200_2050": 375, "pop_disability_2050": 398, "pct_minority_2050": 0.46692357096981379, "pct_over75_2050": 0.19139370584457291, "pct_spfam_2050": 0.021505376344086027, "pct_lep_2050": 0.059445178335535011, "pct_below200_2050": 0.24084778420038536, "pct_disab_2050": 0.2556197816313423, "pct_zvhhs_2050": 0.33973710819009101, "pct_hus_rent50_2050": 0.31951466127401418, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.107874865156419, "pct_minority_2040": 0.48975188781014001, "pct_spfam_2040": 0.125348189415042, "pct_lep_2040": 0.10285075461151499, "pct_below200_2040": 0.36947141316073401, "pct_disab_2040": 0.18554476806903999, "pct_zvhhs_2040": 0.30018939393939398, "pct_hus_rent50_2040": 0.33912155260469901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.5067959996816, 37.7355589997415 ], [ -122.508121548324937, 37.735439533509989 ], [ -122.506482999687151, 37.723731000097303 ], [ -122.502426880702245, 37.708132986234098 ], [ -122.486041999788725, 37.708233000178183 ], [ -122.4713190003542, 37.708305000070965 ], [ -122.471214999698816, 37.708938999779029 ], [ -122.471355000339202, 37.712801999899675 ], [ -122.476624000366243, 37.714566999697254 ], [ -122.485043000429229, 37.714753999930714 ], [ -122.485123999721779, 37.71857500020019 ], [ -122.484908999636616, 37.724032000116708 ], [ -122.483810999644604, 37.72702900035069 ], [ -122.48660599985331, 37.729554999947204 ], [ -122.488889999700845, 37.730257000292561 ], [ -122.492161000110613, 37.728836000120751 ], [ -122.493529000439366, 37.729593999864704 ], [ -122.497016999685812, 37.729302999821364 ], [ -122.49905899968401, 37.731576000176894 ], [ -122.496563999949274, 37.733855999674368 ], [ -122.497487000039087, 37.733925000042596 ], [ -122.499139000049965, 37.734404000342217 ], [ -122.501041000306074, 37.73530000029379 ], [ -122.502031000343024, 37.735515000135145 ], [ -122.505261999671518, 37.735565000008719 ], [ -122.5067959996816, 37.7355589997415 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075060502", "NAME": "Census Tract 605.02", "state": "06", "county_fips": "075", "tract": "060502", "county_name": "San Francisco County", "tot_pop_2050": 3488, "tot_pop_pov_det_2050": 3473, "tot_pop_civ_ni_2050": 3488, "tot_hh_2050": 997, "pop_zvhhs_2050": 389, "tot_fam_2050": 790, "tot_pop_over5_2050": 3255, "pop_hus_rent50_2050": 117, "pop_minority_2050": 3373, "pop_over75_2050": 99, "pop_spfam_2050": 360, "pop_lep_2050": 562, "pop_below200_2050": 2091, "pop_disability_2050": 458, "pct_minority_2050": 0.96702981651376163, "pct_over75_2050": 0.02838302752293578, "pct_spfam_2050": 0.45569620253164561, "pct_lep_2050": 0.17265745007680491, "pct_below200_2050": 0.60207313561762166, "pct_disab_2050": 0.13130733944954129, "pct_zvhhs_2050": 0.3901705115346038, "pct_hus_rent50_2050": 0.11735205616850553, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018216080402010001, "pct_minority_2040": 0.95979899497487398, "pct_spfam_2040": 0.42051282051282107, "pct_lep_2040": 0.18175720992622402, "pct_below200_2040": 0.65788638527451593, "pct_disab_2040": 0.110866834170854, "pct_zvhhs_2040": 0.405951115834219, "pct_hus_rent50_2040": 0.13120176405733197, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.424478000068973, 37.710109999813739 ], [ -122.423376999703919, 37.709203000082411 ], [ -122.423889999714902, 37.708235999997441 ], [ -122.420081999903047, 37.708231000298589 ], [ -122.420082999727938, 37.708310999703521 ], [ -122.419347999959101, 37.709947000076895 ], [ -122.416648000184949, 37.710472999848953 ], [ -122.415999999556433, 37.711914999653132 ], [ -122.415634999683448, 37.712732999749406 ], [ -122.420907999908451, 37.713774000132275 ], [ -122.421475000346121, 37.712200999646619 ], [ -122.422241000077094, 37.711316999717639 ], [ -122.423026999899548, 37.710376999942099 ], [ -122.424478000068973, 37.710109999813739 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075060700", "NAME": "Census Tract 607", "state": "06", "county_fips": "075", "tract": "060700", "county_name": "San Francisco County", "tot_pop_2050": 12180, "tot_pop_pov_det_2050": 11816, "tot_pop_civ_ni_2050": 12180, "tot_hh_2050": 5870, "pop_zvhhs_2050": 1886, "tot_fam_2050": 2824, "tot_pop_over5_2050": 11388, "pop_hus_rent50_2050": 518, "pop_minority_2050": 7868, "pop_over75_2050": 334, "pop_spfam_2050": 215, "pop_lep_2050": 1118, "pop_below200_2050": 1966, "pop_disability_2050": 1231, "pct_minority_2050": 0.64597701149425291, "pct_over75_2050": 0.027422003284072249, "pct_spfam_2050": 0.076133144475920678, "pct_lep_2050": 0.098173515981735168, "pct_below200_2050": 0.16638456330399459, "pct_disab_2050": 0.10106732348111658, "pct_zvhhs_2050": 0.3212947189097104, "pct_hus_rent50_2050": 0.08824531516183988, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019481844145246997, "pct_minority_2040": 0.62117503059975498, "pct_spfam_2040": 0.094436652641420996, "pct_lep_2040": 0.08360638410316, "pct_below200_2040": 0.223174603174603, "pct_disab_2040": 0.049163606691146, "pct_zvhhs_2040": 0.30591477634089503, "pct_hus_rent50_2040": 0.10295752724038199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.404990000397575, 37.769714999869393 ], [ -122.404496999579749, 37.764664000062623 ], [ -122.398702999846137, 37.765013999814279 ], [ -122.393848000095886, 37.765306999838224 ], [ -122.393967999746508, 37.766614000310327 ], [ -122.388163999967162, 37.766958000213315 ], [ -122.387917000094959, 37.764379000177613 ], [ -122.385823000218195, 37.767254999759025 ], [ -122.38046216901293, 37.76751635291884 ], [ -122.381232000058603, 37.773514000007083 ], [ -122.383505768993373, 37.783079280000976 ], [ -122.387420999802416, 37.78278999966453 ], [ -122.388423000433264, 37.781798000043864 ], [ -122.389168000247821, 37.781648999979232 ], [ -122.390527000355732, 37.780607000019153 ], [ -122.392750000103916, 37.778852000232334 ], [ -122.397205999646005, 37.775332000348705 ], [ -122.398754999724702, 37.776567999962538 ], [ -122.400981999670833, 37.774808999717898 ], [ -122.399432999592122, 37.773572999808827 ], [ -122.401657000063508, 37.771817000108477 ], [ -122.404391000172851, 37.769749999943009 ], [ -122.404990000397575, 37.769714999869393 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075061000", "NAME": "Census Tract 610", "state": "06", "county_fips": "075", "tract": "061000", "county_name": "San Francisco County", "tot_pop_2050": 4851, "tot_pop_pov_det_2050": 4851, "tot_pop_civ_ni_2050": 4851, "tot_hh_2050": 1752, "pop_zvhhs_2050": 245, "tot_fam_2050": 1218, "tot_pop_over5_2050": 4527, "pop_hus_rent50_2050": 198, "pop_minority_2050": 4223, "pop_over75_2050": 187, "pop_spfam_2050": 202, "pop_lep_2050": 728, "pop_below200_2050": 1179, "pop_disability_2050": 281, "pct_minority_2050": 0.87054215625644193, "pct_over75_2050": 0.038548752834467119, "pct_spfam_2050": 0.16584564860426929, "pct_lep_2050": 0.16081290037552462, "pct_below200_2050": 0.24304267161410015, "pct_disab_2050": 0.057926200783343637, "pct_zvhhs_2050": 0.13984018264840184, "pct_hus_rent50_2050": 0.11301369863013698, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041797049620027005, "pct_minority_2040": 0.88667858739383087, "pct_spfam_2040": 0.15054744525547401, "pct_lep_2040": 0.14977973568281899, "pct_below200_2040": 0.12986142154671401, "pct_disab_2040": 0.06526598122485501, "pct_zvhhs_2040": 0.070140280561122009, "pct_hus_rent50_2040": 0.069688768606225013, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.405582000051254, 37.708231000298589 ], [ -122.405291999623046, 37.708261999847295 ], [ -122.404682000425979, 37.708330999896603 ], [ -122.395106999746375, 37.708339000114499 ], [ -122.393634999660563, 37.708244000225534 ], [ -122.391375031543504, 37.708330999896603 ], [ -122.390673999770499, 37.708640000132924 ], [ -122.375290000186993, 37.708481999687763 ], [ -122.379568000352194, 37.711491000270385 ], [ -122.377250999994345, 37.714556999732274 ], [ -122.3749809114573, 37.715557631238013 ], [ -122.383250999592278, 37.720150999711059 ], [ -122.382819999597032, 37.721872000049473 ], [ -122.386265000084109, 37.717179000185624 ], [ -122.386850000065095, 37.717509000140303 ], [ -122.388131000355187, 37.716298000158609 ], [ -122.391140999750746, 37.718039999985663 ], [ -122.393545000147185, 37.718486999964149 ], [ -122.396681999764368, 37.720265999781297 ], [ -122.397024999896018, 37.719514999719735 ], [ -122.398515000423473, 37.71766399966549 ], [ -122.398327999927432, 37.716259000346028 ], [ -122.400626000018647, 37.71298400023494 ], [ -122.402545999818159, 37.71226600004033 ], [ -122.403109000057825, 37.711997999722719 ], [ -122.404347999616846, 37.710442999713756 ], [ -122.404821000343162, 37.709747000132381 ], [ -122.405582000051254, 37.708231000298589 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075061100", "NAME": "Census Tract 611", "state": "06", "county_fips": "075", "tract": "061100", "county_name": "San Francisco County", "tot_pop_2050": 4692, "tot_pop_pov_det_2050": 4692, "tot_pop_civ_ni_2050": 4692, "tot_hh_2050": 2062, "pop_zvhhs_2050": 1646, "tot_fam_2050": 1171, "tot_pop_over5_2050": 4428, "pop_hus_rent50_2050": 556, "pop_minority_2050": 4518, "pop_over75_2050": 676, "pop_spfam_2050": 81, "pop_lep_2050": 2835, "pop_below200_2050": 3361, "pop_disability_2050": 690, "pct_minority_2050": 0.96291560102301799, "pct_over75_2050": 0.14407502131287298, "pct_spfam_2050": 0.069171648163962429, "pct_lep_2050": 0.6402439024390244, "pct_below200_2050": 0.71632566069906223, "pct_disab_2050": 0.14705882352941174, "pct_zvhhs_2050": 0.79825412221144521, "pct_hus_rent50_2050": 0.2696411251212415, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.15641711229946501, "pct_minority_2040": 0.95811051693404581, "pct_spfam_2040": 0.14272030651341, "pct_lep_2040": 0.65788267644362997, "pct_below200_2040": 0.80035650623885901, "pct_disab_2040": 0.16131907308377899, "pct_zvhhs_2040": 0.83358246138515202, "pct_hus_rent50_2040": 0.31473899692937607, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.408430999788322, 37.79670399971193 ], [ -122.40825300041142, 37.795824000148635 ], [ -122.407902999708739, 37.794060000007534 ], [ -122.404796000228799, 37.794453000324538 ], [ -122.404612999930706, 37.793564999976923 ], [ -122.400148999992695, 37.794133999889226 ], [ -122.400681000270254, 37.79677700033087 ], [ -122.40204100020307, 37.797505000116232 ], [ -122.405512999555981, 37.797065000027175 ], [ -122.408430999788322, 37.79670399971193 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075061200", "NAME": "Census Tract 612", "state": "06", "county_fips": "075", "tract": "061200", "county_name": "San Francisco County", "tot_pop_2050": 4293, "tot_pop_pov_det_2050": 4288, "tot_pop_civ_ni_2050": 4288, "tot_hh_2050": 1229, "pop_zvhhs_2050": 334, "tot_fam_2050": 740, "tot_pop_over5_2050": 4175, "pop_hus_rent50_2050": 161, "pop_minority_2050": 3887, "pop_over75_2050": 295, "pop_spfam_2050": 187, "pop_lep_2050": 876, "pop_below200_2050": 1373, "pop_disability_2050": 669, "pct_minority_2050": 0.90542744001863495, "pct_over75_2050": 0.068716515257395763, "pct_spfam_2050": 0.25270270270270268, "pct_lep_2050": 0.20982035928143716, "pct_below200_2050": 0.32019589552238809, "pct_disab_2050": 0.15601679104477612, "pct_zvhhs_2050": 0.27176566314076483, "pct_hus_rent50_2050": 0.13100081366965013, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043748446433009999, "pct_minority_2040": 0.9174745215013671, "pct_spfam_2040": 0.25064935064935101, "pct_lep_2040": 0.28238410596026503, "pct_below200_2040": 0.50377643504531699, "pct_disab_2040": 0.090072157253048013, "pct_zvhhs_2040": 0.28584070796460198, "pct_hus_rent50_2040": 0.19926199261992603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.395945000345677, 37.737783999895704 ], [ -122.396515000258091, 37.737155999951845 ], [ -122.392776000043156, 37.735037999785241 ], [ -122.393904000172398, 37.733788000257604 ], [ -122.391616999951808, 37.73248700012067 ], [ -122.3910599995599, 37.734066000069973 ], [ -122.389035000178438, 37.732918999809669 ], [ -122.387399000061109, 37.734738000032976 ], [ -122.387169999732251, 37.73569799965027 ], [ -122.388528999840133, 37.736475000333833 ], [ -122.385281999719822, 37.740240000269587 ], [ -122.387142999968063, 37.741297000237331 ], [ -122.387705000382837, 37.742697000326373 ], [ -122.389425000165787, 37.738803000340582 ], [ -122.391267999972342, 37.739853000083528 ], [ -122.394093000318279, 37.736729000026699 ], [ -122.395945000345677, 37.737783999895704 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075061400", "NAME": "Census Tract 614", "state": "06", "county_fips": "075", "tract": "061400", "county_name": "San Francisco County", "tot_pop_2050": 5977, "tot_pop_pov_det_2050": 5977, "tot_pop_civ_ni_2050": 5977, "tot_hh_2050": 2521, "pop_zvhhs_2050": 402, "tot_fam_2050": 1411, "tot_pop_over5_2050": 5612, "pop_hus_rent50_2050": 189, "pop_minority_2050": 3470, "pop_over75_2050": 331, "pop_spfam_2050": 511, "pop_lep_2050": 459, "pop_below200_2050": 1895, "pop_disability_2050": 684, "pct_minority_2050": 0.58055880876693988, "pct_over75_2050": 0.055378952651832021, "pct_spfam_2050": 0.36215450035435859, "pct_lep_2050": 0.081789023521026377, "pct_below200_2050": 0.31704868663208968, "pct_disab_2050": 0.11443868161284924, "pct_zvhhs_2050": 0.15946053153510512, "pct_hus_rent50_2050": 0.074970249900833008, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038044444444443999, "pct_minority_2040": 0.42951111111111107, "pct_spfam_2040": 0.21292460646230302, "pct_lep_2040": 0.046723536254362, "pct_below200_2040": 0.20071111111111101, "pct_disab_2040": 0.07271111111111099, "pct_zvhhs_2040": 0.10545752974969198, "pct_hus_rent50_2040": 0.084297520661156991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.403783999552218, 37.749432999742645 ], [ -122.403569000365394, 37.749475000123532 ], [ -122.402605000267684, 37.750558000241853 ], [ -122.396408000127977, 37.751179000345012 ], [ -122.394587000062685, 37.752427000152913 ], [ -122.390682999991313, 37.752663000315586 ], [ -122.391231999987326, 37.752657000013777 ], [ -122.392447000155215, 37.756435999979509 ], [ -122.392494000010871, 37.760244999953571 ], [ -122.398215999774422, 37.759908999694403 ], [ -122.397969999727138, 37.757358999931093 ], [ -122.403689000015973, 37.757015000126451 ], [ -122.403396000113005, 37.756470999945307 ], [ -122.40312699960117, 37.754477999665781 ], [ -122.403006999950591, 37.752445999745412 ], [ -122.403783999552218, 37.749432999742645 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075061500", "NAME": "Census Tract 615", "state": "06", "county_fips": "075", "tract": "061500", "county_name": "San Francisco County", "tot_pop_2050": 14758, "tot_pop_pov_det_2050": 14598, "tot_pop_civ_ni_2050": 14758, "tot_hh_2050": 7900, "pop_zvhhs_2050": 2790, "tot_fam_2050": 2958, "tot_pop_over5_2050": 14202, "pop_hus_rent50_2050": 533, "pop_minority_2050": 7936, "pop_over75_2050": 482, "pop_spfam_2050": 93, "pop_lep_2050": 456, "pop_below200_2050": 2184, "pop_disability_2050": 770, "pct_minority_2050": 0.5377422414961377, "pct_over75_2050": 0.0326602520666757, "pct_spfam_2050": 0.031440162271805266, "pct_lep_2050": 0.032108153781157583, "pct_below200_2050": 0.14960953555281545, "pct_disab_2050": 0.052175091475809732, "pct_zvhhs_2050": 0.35316455696202531, "pct_hus_rent50_2050": 0.06746835443037974, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.014365265111774999, "pct_minority_2040": 0.4897102735856671, "pct_spfam_2040": 0.09771986970683999, "pct_lep_2040": 0.074838049778384, "pct_below200_2040": 0.171948308502757, "pct_disab_2040": 0.081289589085594, "pct_zvhhs_2040": 0.30369498012660101, "pct_hus_rent50_2040": 0.089880952380951992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.406061999551966, 37.785757000311676 ], [ -122.402708000199851, 37.783258999684442 ], [ -122.40046799983493, 37.785030000102189 ], [ -122.398929999626873, 37.783784999768983 ], [ -122.397385999571014, 37.782553999779388 ], [ -122.392750000103916, 37.778852000232334 ], [ -122.390527000355732, 37.780607000019153 ], [ -122.389168000247821, 37.781648999979232 ], [ -122.388423000433264, 37.781798000043864 ], [ -122.387420999802416, 37.78278999966453 ], [ -122.383505768993373, 37.783079280000976 ], [ -122.385322999727691, 37.790724000266522 ], [ -122.385555859219011, 37.790994833457269 ], [ -122.388570312461724, 37.7945008755066 ], [ -122.389708268619245, 37.795824406182 ], [ -122.391487000255452, 37.793858999926073 ], [ -122.393181000099133, 37.793230000132375 ], [ -122.394747999721162, 37.794479999906486 ], [ -122.396315000241543, 37.793336999978706 ], [ -122.399194999940732, 37.791057999874106 ], [ -122.406061999551966, 37.785757000311676 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075980200", "NAME": "Census Tract 9802", "state": "06", "county_fips": "075", "tract": "980200", "county_name": "San Francisco County", "tot_pop_2050": 305, "tot_pop_pov_det_2050": 106, "tot_pop_civ_ni_2050": 106, "tot_hh_2050": 57, "pop_zvhhs_2050": 5, "tot_fam_2050": 30, "tot_pop_over5_2050": 299, "pop_hus_rent50_2050": 0, "pop_minority_2050": 147, "pop_over75_2050": 101, "pop_spfam_2050": 0, "pop_lep_2050": 28, "pop_below200_2050": 0, "pop_disability_2050": 15, "pct_minority_2050": 0.4819672131147541, "pct_over75_2050": 0.33114754098360649, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.093645484949832769, "pct_below200_2050": 0.0, "pct_disab_2050": 0.14150943396226415, "pct_zvhhs_2050": 0.08771929824561403, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.18394648829431401, "pct_minority_2040": 0.28093645484949797, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.10847457627118599, "pct_below200_2040": 0.10526315789473699, "pct_disab_2040": 0.0, "pct_zvhhs_2040": 0.058823529411765003, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.510780999943819, 37.782059000057387 ], [ -122.509878999770407, 37.780626999855485 ], [ -122.506508999626419, 37.780857000069311 ], [ -122.505225999686488, 37.781077000067206 ], [ -122.502012000076462, 37.781227000238964 ], [ -122.498800999941153, 37.781377000106311 ], [ -122.493445999700384, 37.781626999682153 ], [ -122.493490999906243, 37.7834979997685 ], [ -122.49333799974535, 37.787402999798275 ], [ -122.493048716172723, 37.787934107401441 ], [ -122.505310000250418, 37.78831199982659 ], [ -122.509842514695137, 37.784614539193377 ], [ -122.507483999594783, 37.782185000223649 ], [ -122.510780999943819, 37.782059000057387 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075980300", "NAME": "Census Tract 9803", "state": "06", "county_fips": "075", "tract": "980300", "county_name": "San Francisco County", "tot_pop_2050": 66, "tot_pop_pov_det_2050": 66, "tot_pop_civ_ni_2050": 66, "tot_hh_2050": 49, "pop_zvhhs_2050": 19, "tot_fam_2050": 0, "tot_pop_over5_2050": 66, "pop_hus_rent50_2050": 0, "pop_minority_2050": 11, "pop_over75_2050": 0, "pop_spfam_2050": 0, "pop_lep_2050": 0, "pop_below200_2050": 5, "pop_disability_2050": 10, "pct_minority_2050": 0.16666666666666666, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0, "pct_below200_2050": 0.07575757575757576, "pct_disab_2050": 0.15151515151515152, "pct_zvhhs_2050": 0.38775510204081631, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.11111111111111099, "pct_spfam_2040": null, "pct_lep_2040": 0.0, "pct_below200_2040": 0.0, "pct_disab_2040": 0.0, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.513067688448999, 37.770783033263925 ], [ -122.512070758807937, 37.76365930247637 ], [ -122.509870000447876, 37.764090000321438 ], [ -122.502978999648874, 37.764343999692436 ], [ -122.496085000273482, 37.764675000250477 ], [ -122.49333600009551, 37.764773999736946 ], [ -122.486906000327281, 37.765054000106552 ], [ -122.484763000046755, 37.765159999675639 ], [ -122.477261000225795, 37.765486000037825 ], [ -122.470730000175237, 37.765779000322283 ], [ -122.464297000033952, 37.76596300015229 ], [ -122.461090000096604, 37.766132000082976 ], [ -122.458405000391053, 37.766159999937578 ], [ -122.457790000272837, 37.766014999789704 ], [ -122.456913000213774, 37.765874000264631 ], [ -122.452947000218145, 37.766373999744125 ], [ -122.453352000274094, 37.768246000121557 ], [ -122.453902000095013, 37.771053999886639 ], [ -122.45059999972311, 37.771459999896877 ], [ -122.445717000383752, 37.772080000144271 ], [ -122.440735000411863, 37.772713000134466 ], [ -122.440922000009635, 37.773635000283846 ], [ -122.444215999985616, 37.773211999755119 ], [ -122.447497000441146, 37.772790000134854 ], [ -122.450787000219151, 37.772368000236277 ], [ -122.454082999844971, 37.771929999873997 ], [ -122.454682999894587, 37.77475499966063 ], [ -122.458371000055891, 37.774308999757025 ], [ -122.460552999796178, 37.774030999869709 ], [ -122.463748999862858, 37.773624000008681 ], [ -122.46533200027676, 37.77342299972711 ], [ -122.466951999602244, 37.773350999949059 ], [ -122.471705999968492, 37.77314100025508 ], [ -122.478837000068665, 37.772815000265297 ], [ -122.482049000028923, 37.772667000335694 ], [ -122.488471000299526, 37.772373999649304 ], [ -122.494902999717581, 37.772080999932022 ], [ -122.49811399985289, 37.771933999743119 ], [ -122.505610999650969, 37.77159199985374 ], [ -122.511124000075498, 37.771323000004472 ], [ -122.513067688448999, 37.770783033263925 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075980401", "NAME": "Census Tract 9804.01", "state": "06", "county_fips": "075", "tract": "980401", "county_name": "San Francisco County", "tot_pop_2050": 0, "tot_pop_pov_det_2050": 0, "tot_pop_civ_ni_2050": 0, "tot_hh_2050": 0, "pop_zvhhs_2050": 0, "tot_fam_2050": 0, "tot_pop_over5_2050": 0, "pop_hus_rent50_2050": 0, "pop_minority_2050": 0, "pop_over75_2050": 0, "pop_spfam_2050": 0, "pop_lep_2050": 0, "pop_below200_2050": 0, "pop_disability_2050": 0, "pct_minority_2050": 0.0, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0, "pct_below200_2050": 0.0, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.013915999941347, 37.700354999837145 ], [ -123.012776999941465, 37.696497999767011 ], [ -123.007548000097401, 37.695933999875244 ], [ -123.005884000390964, 37.693488999675864 ], [ -123.002793999731196, 37.692736000187274 ], [ -122.998754000115682, 37.697438000003572 ], [ -123.000893000198261, 37.701011000139758 ], [ -123.003506999758713, 37.704395999758965 ], [ -123.007548000097401, 37.702140000145079 ], [ -123.007785999748762, 37.698943000250615 ], [ -123.013915999941347, 37.700354999837145 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075980501", "NAME": "Census Tract 9805.01", "state": "06", "county_fips": "075", "tract": "980501", "county_name": "San Francisco County", "tot_pop_2050": 669, "tot_pop_pov_det_2050": 669, "tot_pop_civ_ni_2050": 669, "tot_hh_2050": 246, "pop_zvhhs_2050": 143, "tot_fam_2050": 156, "tot_pop_over5_2050": 644, "pop_hus_rent50_2050": 5, "pop_minority_2050": 665, "pop_over75_2050": 125, "pop_spfam_2050": 57, "pop_lep_2050": 180, "pop_below200_2050": 332, "pop_disability_2050": 203, "pct_minority_2050": 0.99402092675635279, "pct_over75_2050": 0.18684603886397608, "pct_spfam_2050": 0.36538461538461536, "pct_lep_2050": 0.27950310559006208, "pct_below200_2050": 0.4962630792227205, "pct_disab_2050": 0.30343796711509718, "pct_zvhhs_2050": 0.58130081300813008, "pct_hus_rent50_2050": 0.02032520325203252, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.16705882352941198, "pct_minority_2040": 0.9, "pct_spfam_2040": 0.13714285714285698, "pct_lep_2040": 0.26770708283313299, "pct_below200_2040": 0.64352941176470613, "pct_disab_2040": 0.2, "pct_zvhhs_2040": 0.48464163822525608, "pct_hus_rent50_2040": 0.189075630252101, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.426390000370844, 37.718561000153478 ], [ -122.427188999713763, 37.715748000139186 ], [ -122.425547999573553, 37.714516999858894 ], [ -122.426736999802159, 37.711224999791241 ], [ -122.424478000068973, 37.710109999813739 ], [ -122.423026999899548, 37.710376999942099 ], [ -122.422241000077094, 37.711316999717639 ], [ -122.421475000346121, 37.712200999646619 ], [ -122.420907999908451, 37.713774000132275 ], [ -122.415634999683448, 37.712732999749406 ], [ -122.415290999726878, 37.713503999846445 ], [ -122.415396000207167, 37.715473999861707 ], [ -122.411316000408718, 37.714367000141308 ], [ -122.410432999603543, 37.716414000354533 ], [ -122.408949999647092, 37.716457999940253 ], [ -122.408255000061231, 37.718090000288896 ], [ -122.407271999696974, 37.717820000097994 ], [ -122.406664999974637, 37.719215000322293 ], [ -122.40703599969541, 37.72008500005974 ], [ -122.410989999995479, 37.71907399973103 ], [ -122.412467999929063, 37.722657999988137 ], [ -122.412969000244502, 37.723857999884054 ], [ -122.416632000291429, 37.722157000226268 ], [ -122.419875000213793, 37.724709999916939 ], [ -122.421846999891798, 37.72419899973918 ], [ -122.42380699987423, 37.723691000203338 ], [ -122.42477099997194, 37.722172000055615 ], [ -122.425829999605853, 37.719301999903116 ], [ -122.426390000370844, 37.718561000153478 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075980600", "NAME": "Census Tract 9806", "state": "06", "county_fips": "075", "tract": "980600", "county_name": "San Francisco County", "tot_pop_2050": 575, "tot_pop_pov_det_2050": 575, "tot_pop_civ_ni_2050": 575, "tot_hh_2050": 225, "pop_zvhhs_2050": 56, "tot_fam_2050": 132, "tot_pop_over5_2050": 555, "pop_hus_rent50_2050": 42, "pop_minority_2050": 472, "pop_over75_2050": 20, "pop_spfam_2050": 41, "pop_lep_2050": 42, "pop_below200_2050": 242, "pop_disability_2050": 111, "pct_minority_2050": 0.82086956521739129, "pct_over75_2050": 0.034782608695652174, "pct_spfam_2050": 0.31060606060606061, "pct_lep_2050": 0.07567567567567568, "pct_below200_2050": 0.42086956521739127, "pct_disab_2050": 0.19304347826086959, "pct_zvhhs_2050": 0.24888888888888891, "pct_hus_rent50_2050": 0.18666666666666668, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0099750623441399993, "pct_minority_2040": 0.93017456359102202, "pct_spfam_2040": 0.17857142857142899, "pct_lep_2040": 0.104060913705584, "pct_below200_2040": 0.46384039900249402, "pct_disab_2040": 0.094763092269326984, "pct_zvhhs_2040": 0.11594202898550698, "pct_hus_rent50_2040": 0.14615384615384602, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.385023999976966, 37.724097999804016 ], [ -122.386898999570576, 37.724288999741233 ], [ -122.384516999813769, 37.722862000290384 ], [ -122.382819999597032, 37.721872000049473 ], [ -122.383250999592278, 37.720150999711059 ], [ -122.3749809114573, 37.715557631238013 ], [ -122.370411000147314, 37.717571999803042 ], [ -122.364084000311252, 37.715700999904243 ], [ -122.360237999966174, 37.719420999736037 ], [ -122.356784000156637, 37.72950500027801 ], [ -122.364670999942049, 37.73185900000491 ], [ -122.366160999571221, 37.732844000148091 ], [ -122.367385999784801, 37.732004000311093 ], [ -122.369771405953202, 37.732698968095434 ], [ -122.373766000222659, 37.728005000188183 ], [ -122.378542000330199, 37.728941999711758 ], [ -122.379697000223601, 37.727617999992006 ], [ -122.377832999602305, 37.726559999714532 ], [ -122.382176000064803, 37.722246000116613 ], [ -122.385023999976966, 37.724097999804016 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06075980900", "NAME": "Census Tract 9809", "state": "06", "county_fips": "075", "tract": "980900", "county_name": "San Francisco County", "tot_pop_2050": 272, "tot_pop_pov_det_2050": 272, "tot_pop_civ_ni_2050": 272, "tot_hh_2050": 154, "pop_zvhhs_2050": 37, "tot_fam_2050": 60, "tot_pop_over5_2050": 236, "pop_hus_rent50_2050": 48, "pop_minority_2050": 134, "pop_over75_2050": 17, "pop_spfam_2050": 18, "pop_lep_2050": 6, "pop_below200_2050": 66, "pop_disability_2050": 0, "pct_minority_2050": 0.49264705882352938, "pct_over75_2050": 0.0625, "pct_spfam_2050": 0.3, "pct_lep_2050": 0.025423728813559324, "pct_below200_2050": 0.24264705882352941, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.24025974025974026, "pct_hus_rent50_2050": 0.31168831168831168, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.59756097560975596, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.0, "pct_below200_2040": 0.35772357723577203, "pct_disab_2040": 0.134146341463415, "pct_zvhhs_2040": 0.18705035971223, "pct_hus_rent50_2040": 0.338983050847458, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.406952000029818, 37.740495000046359 ], [ -122.406853000295627, 37.738050000202534 ], [ -122.399685000385503, 37.739901999646257 ], [ -122.395945000345677, 37.737783999895704 ], [ -122.394093000318279, 37.736729000026699 ], [ -122.391267999972342, 37.739853000083528 ], [ -122.389425000165787, 37.738803000340582 ], [ -122.387705000382837, 37.742697000326373 ], [ -122.387142999968063, 37.741297000237331 ], [ -122.385281999719822, 37.740240000269587 ], [ -122.381557999573516, 37.738122999780387 ], [ -122.380887000277085, 37.738827999881735 ], [ -122.37910999969445, 37.737679999969899 ], [ -122.376846999763316, 37.740191999728644 ], [ -122.373364367052389, 37.745763279365384 ], [ -122.3762409998659, 37.748523000315544 ], [ -122.376716000242041, 37.752094000072539 ], [ -122.378560351114842, 37.75355177188743 ], [ -122.380985000186399, 37.75322800027417 ], [ -122.381710999734395, 37.753185999892672 ], [ -122.390682999991313, 37.752663000315586 ], [ -122.394587000062685, 37.752427000152913 ], [ -122.396408000127977, 37.751179000345012 ], [ -122.402605000267684, 37.750558000241853 ], [ -122.403569000365394, 37.749475000123532 ], [ -122.403560999969443, 37.747762000102803 ], [ -122.404590000364465, 37.744126000055232 ], [ -122.406952000029818, 37.740495000046359 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600100", "NAME": "Census Tract 6001", "state": "06", "county_fips": "081", "tract": "600100", "county_name": "San Mateo County", "tot_pop_2050": 5182, "tot_pop_pov_det_2050": 5162, "tot_pop_civ_ni_2050": 5182, "tot_hh_2050": 2035, "pop_zvhhs_2050": 78, "tot_fam_2050": 1297, "tot_pop_over5_2050": 4963, "pop_hus_rent50_2050": 176, "pop_minority_2050": 3008, "pop_over75_2050": 296, "pop_spfam_2050": 81, "pop_lep_2050": 122, "pop_below200_2050": 669, "pop_disability_2050": 399, "pct_minority_2050": 0.5804708606715554, "pct_over75_2050": 0.057120802778849865, "pct_spfam_2050": 0.062451811873554364, "pct_lep_2050": 0.024581906105178318, "pct_below200_2050": 0.12960092987214258, "pct_disab_2050": 0.076997298340409109, "pct_zvhhs_2050": 0.038329238329238333, "pct_hus_rent50_2050": 0.086486486486486491, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050149253731342991, "pct_minority_2040": 0.61313432835820902, "pct_spfam_2040": 0.12286995515695098, "pct_lep_2040": 0.040391156462585003, "pct_below200_2040": 0.18766272781894699, "pct_disab_2040": 0.10805970149253698, "pct_zvhhs_2040": 0.10431654676259, "pct_hus_rent50_2040": 0.093525179856114998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.456308000141291, 37.6934749998656 ], [ -122.454769999933234, 37.692338000305469 ], [ -122.45390700011788, 37.692780999762711 ], [ -122.430737999957898, 37.682724999779339 ], [ -122.429383000047935, 37.682133000005663 ], [ -122.429172000160762, 37.68296999995588 ], [ -122.428199999667129, 37.68129200006284 ], [ -122.423995000195191, 37.67899600002567 ], [ -122.424030000355302, 37.676925000067023 ], [ -122.421755999655218, 37.675071999973831 ], [ -122.418351000249444, 37.674179999904005 ], [ -122.415264999787581, 37.672266999647213 ], [ -122.413468999836695, 37.671351999890625 ], [ -122.413237000033092, 37.671158000147848 ], [ -122.412360999798949, 37.671021000207183 ], [ -122.411876000275385, 37.671042000235268 ], [ -122.410449000395388, 37.67082899977656 ], [ -122.408472999621111, 37.671153999810613 ], [ -122.407666999707189, 37.671897999809033 ], [ -122.404710999839978, 37.666708999872142 ], [ -122.404682000425979, 37.666519999748012 ], [ -122.40494600001665, 37.665212000315478 ], [ -122.399439000338219, 37.664126000134011 ], [ -122.393699999957903, 37.669390999772055 ], [ -122.393139000266345, 37.670034000006076 ], [ -122.393280999658217, 37.66970800029619 ], [ -122.391339000117469, 37.670048999718325 ], [ -122.388220999868565, 37.671783999782804 ], [ -122.380995000232133, 37.67176997027812 ], [ -122.380995000232133, 37.672369999962342 ], [ -122.381708000259664, 37.677261000087093 ], [ -122.387625999841802, 37.679060000053092 ], [ -122.389310374237212, 37.687678946605089 ], [ -122.393190000319947, 37.707531000045002 ], [ -122.391375031543504, 37.708330999896603 ], [ -122.393634999660563, 37.708244000225534 ], [ -122.395106999746375, 37.708339000114499 ], [ -122.404682000425979, 37.708330999896603 ], [ -122.405291999623046, 37.708261999847295 ], [ -122.406957999877605, 37.704639000148234 ], [ -122.410307000105178, 37.705576000285589 ], [ -122.411452999777751, 37.703193000171872 ], [ -122.41127600022574, 37.701227000043794 ], [ -122.41220400033842, 37.698953000190251 ], [ -122.41378199983113, 37.698331999888872 ], [ -122.412799000365169, 37.69771900001453 ], [ -122.419223000285612, 37.699143000208061 ], [ -122.421086000183692, 37.699147999809163 ], [ -122.42166399959369, 37.698748000092479 ], [ -122.423955999837133, 37.69602600030165 ], [ -122.425329000188739, 37.695674999769139 ], [ -122.430017000432741, 37.698345000130452 ], [ -122.430590999644807, 37.698376000259991 ], [ -122.433280000446615, 37.695756000039538 ], [ -122.433924999803736, 37.695702999977961 ], [ -122.436518000346084, 37.696569999686353 ], [ -122.440407000348841, 37.698795999774411 ], [ -122.445879999692053, 37.700831999660132 ], [ -122.447607000045991, 37.701469000129755 ], [ -122.448910999902296, 37.701435999809185 ], [ -122.44944499982968, 37.7011450000293 ], [ -122.451272999567664, 37.697069000266218 ], [ -122.456308000141291, 37.6934749998656 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600200", "NAME": "Census Tract 6002", "state": "06", "county_fips": "081", "tract": "600200", "county_name": "San Mateo County", "tot_pop_2050": 4173, "tot_pop_pov_det_2050": 4158, "tot_pop_civ_ni_2050": 4173, "tot_hh_2050": 1170, "pop_zvhhs_2050": 106, "tot_fam_2050": 900, "tot_pop_over5_2050": 4018, "pop_hus_rent50_2050": 149, "pop_minority_2050": 3909, "pop_over75_2050": 279, "pop_spfam_2050": 166, "pop_lep_2050": 933, "pop_below200_2050": 911, "pop_disability_2050": 425, "pct_minority_2050": 0.93673616103522639, "pct_over75_2050": 0.066858375269590223, "pct_spfam_2050": 0.18444444444444444, "pct_lep_2050": 0.23220507715281241, "pct_below200_2050": 0.21909571909571909, "pct_disab_2050": 0.10184519530313922, "pct_zvhhs_2050": 0.090598290598290596, "pct_hus_rent50_2050": 0.12735042735042734, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049187828872111997, "pct_minority_2040": 0.96614047128803504, "pct_spfam_2040": 0.22091782283884698, "pct_lep_2040": 0.24775974812303198, "pct_below200_2040": 0.35524798154555892, "pct_disab_2040": 0.068957617411225997, "pct_zvhhs_2040": 0.10176991150442499, "pct_hus_rent50_2040": 0.16502242152466401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.424590000221968, 37.706598000306784 ], [ -122.424668000039773, 37.705678999835179 ], [ -122.423340999718917, 37.703564999997269 ], [ -122.418095999981318, 37.701871000141693 ], [ -122.419161000361342, 37.699268000085183 ], [ -122.419223000285612, 37.699143000208061 ], [ -122.412799000365169, 37.69771900001453 ], [ -122.41378199983113, 37.698331999888872 ], [ -122.41220400033842, 37.698953000190251 ], [ -122.41127600022574, 37.701227000043794 ], [ -122.411452999777751, 37.703193000171872 ], [ -122.410307000105178, 37.705576000285589 ], [ -122.406957999877605, 37.704639000148234 ], [ -122.405291999623046, 37.708261999847295 ], [ -122.405582000051254, 37.708231000298589 ], [ -122.406480999851624, 37.708322999677904 ], [ -122.412380000065539, 37.708303000193318 ], [ -122.415181999946924, 37.708231000298589 ], [ -122.416222000212599, 37.708328000081195 ], [ -122.420081999903047, 37.708231000298589 ], [ -122.423889999714902, 37.708235999997441 ], [ -122.424590000221968, 37.706598000306784 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600300", "NAME": "Census Tract 6003", "state": "06", "county_fips": "081", "tract": "600300", "county_name": "San Mateo County", "tot_pop_2050": 3952, "tot_pop_pov_det_2050": 3952, "tot_pop_civ_ni_2050": 3952, "tot_hh_2050": 1272, "pop_zvhhs_2050": 56, "tot_fam_2050": 963, "tot_pop_over5_2050": 3839, "pop_hus_rent50_2050": 6, "pop_minority_2050": 3233, "pop_over75_2050": 335, "pop_spfam_2050": 101, "pop_lep_2050": 376, "pop_below200_2050": 378, "pop_disability_2050": 312, "pct_minority_2050": 0.81806680161943324, "pct_over75_2050": 0.084767206477732795, "pct_spfam_2050": 0.10488058151609553, "pct_lep_2050": 0.097942172440739758, "pct_below200_2050": 0.095647773279352241, "pct_disab_2050": 0.078947368421052627, "pct_zvhhs_2050": 0.0440251572327044, "pct_hus_rent50_2050": 0.0047169811320754715, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058486809357890003, "pct_minority_2040": 0.83673469387755095, "pct_spfam_2040": 0.10429447852760698, "pct_lep_2040": 0.113329875518672, "pct_below200_2040": 0.19910403185664496, "pct_disab_2040": 0.067197610751617995, "pct_zvhhs_2040": 0.050330033003300002, "pct_hus_rent50_2040": 0.071065989847716005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.448963999605752, 37.701505999847143 ], [ -122.448910999902296, 37.701435999809185 ], [ -122.447607000045991, 37.701469000129755 ], [ -122.445879999692053, 37.700831999660132 ], [ -122.440407000348841, 37.698795999774411 ], [ -122.436518000346084, 37.696569999686353 ], [ -122.433924999803736, 37.695702999977961 ], [ -122.433280000446615, 37.695756000039538 ], [ -122.430590999644807, 37.698376000259991 ], [ -122.430017000432741, 37.698345000130452 ], [ -122.425329000188739, 37.695674999769139 ], [ -122.423955999837133, 37.69602600030165 ], [ -122.42166399959369, 37.698748000092479 ], [ -122.421086000183692, 37.699147999809163 ], [ -122.419223000285612, 37.699143000208061 ], [ -122.419161000361342, 37.699268000085183 ], [ -122.418095999981318, 37.701871000141693 ], [ -122.423340999718917, 37.703564999997269 ], [ -122.424668000039773, 37.705678999835179 ], [ -122.424590000221968, 37.706598000306784 ], [ -122.423889999714902, 37.708235999997441 ], [ -122.428081999666361, 37.708431000070391 ], [ -122.430026999580164, 37.708281000114496 ], [ -122.431341000380542, 37.708231000298589 ], [ -122.433381999655538, 37.708232000238361 ], [ -122.433981999705153, 37.708131999796066 ], [ -122.435381999820947, 37.708131999796066 ], [ -122.440781000442655, 37.708304000132181 ], [ -122.442078999552862, 37.708231000298589 ], [ -122.441604999899923, 37.707347999868226 ], [ -122.441574999762707, 37.707264000323221 ], [ -122.440331000180834, 37.706514999874621 ], [ -122.439483000434109, 37.707826000120313 ], [ -122.437356000047089, 37.706222000200469 ], [ -122.44005599982124, 37.704687000280018 ], [ -122.442106000215361, 37.704101000245679 ], [ -122.442218000368371, 37.701727999895766 ], [ -122.445847999904998, 37.702301999974694 ], [ -122.446617000009027, 37.702704999747986 ], [ -122.448963999605752, 37.701505999847143 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600401", "NAME": "Census Tract 6004.01", "state": "06", "county_fips": "081", "tract": "600401", "county_name": "San Mateo County", "tot_pop_2050": 3313, "tot_pop_pov_det_2050": 3313, "tot_pop_civ_ni_2050": 3313, "tot_hh_2050": 1090, "pop_zvhhs_2050": 73, "tot_fam_2050": 692, "tot_pop_over5_2050": 3021, "pop_hus_rent50_2050": 62, "pop_minority_2050": 2978, "pop_over75_2050": 355, "pop_spfam_2050": 62, "pop_lep_2050": 337, "pop_below200_2050": 415, "pop_disability_2050": 526, "pct_minority_2050": 0.89888318744340479, "pct_over75_2050": 0.10715363718683972, "pct_spfam_2050": 0.089595375722543349, "pct_lep_2050": 0.11155246607083748, "pct_below200_2050": 0.12526411107757321, "pct_disab_2050": 0.15876848777543012, "pct_zvhhs_2050": 0.066972477064220187, "pct_hus_rent50_2050": 0.056880733944954125, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070881769208959, "pct_minority_2040": 0.90983838956620411, "pct_spfam_2040": 0.017759562841530002, "pct_lep_2040": 0.07743496672716299, "pct_below200_2040": 0.16869861071732403, "pct_disab_2040": 0.092713354125318989, "pct_zvhhs_2040": 0.045207956600361997, "pct_hus_rent50_2040": 0.0075614366729680003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.449132999660165, 37.703230999746737 ], [ -122.450546000194734, 37.70244999991322 ], [ -122.448257000324332, 37.703200000225927 ], [ -122.446617000009027, 37.702704999747986 ], [ -122.445847999904998, 37.702301999974694 ], [ -122.442218000368371, 37.701727999895766 ], [ -122.442106000215361, 37.704101000245679 ], [ -122.44005599982124, 37.704687000280018 ], [ -122.437356000047089, 37.706222000200469 ], [ -122.439483000434109, 37.707826000120313 ], [ -122.440331000180834, 37.706514999874621 ], [ -122.441574999762707, 37.707264000323221 ], [ -122.441604999899923, 37.707347999868226 ], [ -122.442078999552862, 37.708231000298589 ], [ -122.444482000124395, 37.708331999835082 ], [ -122.445874999669186, 37.708233000178183 ], [ -122.449751000151437, 37.708212999958661 ], [ -122.448078000224157, 37.70505299981879 ], [ -122.449958999665583, 37.704410000349988 ], [ -122.449132999660165, 37.703230999746737 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600402", "NAME": "Census Tract 6004.02", "state": "06", "county_fips": "081", "tract": "600402", "county_name": "San Mateo County", "tot_pop_2050": 5039, "tot_pop_pov_det_2050": 5030, "tot_pop_civ_ni_2050": 5039, "tot_hh_2050": 1266, "pop_zvhhs_2050": 91, "tot_fam_2050": 1076, "tot_pop_over5_2050": 4885, "pop_hus_rent50_2050": 73, "pop_minority_2050": 4719, "pop_over75_2050": 363, "pop_spfam_2050": 66, "pop_lep_2050": 939, "pop_below200_2050": 1017, "pop_disability_2050": 431, "pct_minority_2050": 0.93649533637626525, "pct_over75_2050": 0.072038102798174242, "pct_spfam_2050": 0.061338289962825275, "pct_lep_2050": 0.19222108495394066, "pct_below200_2050": 0.20218687872763419, "pct_disab_2050": 0.085532843818217894, "pct_zvhhs_2050": 0.071879936808846759, "pct_hus_rent50_2050": 0.057661927330173772, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043022260273973004, "pct_minority_2040": 0.93407534246575297, "pct_spfam_2040": 0.24083769633507895, "pct_lep_2040": 0.206514513627299, "pct_below200_2040": 0.247094274644856, "pct_disab_2040": 0.048587328767122996, "pct_zvhhs_2040": 0.077493816982686994, "pct_hus_rent50_2040": 0.079324894514767999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.456373000438603, 37.706780000243903 ], [ -122.458115999787765, 37.705410999860071 ], [ -122.456339999928346, 37.702909000263553 ], [ -122.454778000329156, 37.702224999832175 ], [ -122.453623000435755, 37.702318000289672 ], [ -122.453000999746493, 37.70222199976962 ], [ -122.450546000194734, 37.70244999991322 ], [ -122.449132999660165, 37.703230999746737 ], [ -122.449958999665583, 37.704410000349988 ], [ -122.448078000224157, 37.70505299981879 ], [ -122.449751000151437, 37.708212999958661 ], [ -122.45230000031286, 37.70813800015334 ], [ -122.452470000192164, 37.708148000273894 ], [ -122.454391999641459, 37.707462999911712 ], [ -122.456373000438603, 37.706780000243903 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600500", "NAME": "Census Tract 6005", "state": "06", "county_fips": "081", "tract": "600500", "county_name": "San Mateo County", "tot_pop_2050": 8477, "tot_pop_pov_det_2050": 8477, "tot_pop_civ_ni_2050": 8477, "tot_hh_2050": 2164, "pop_zvhhs_2050": 55, "tot_fam_2050": 1728, "tot_pop_over5_2050": 8200, "pop_hus_rent50_2050": 118, "pop_minority_2050": 7864, "pop_over75_2050": 421, "pop_spfam_2050": 194, "pop_lep_2050": 851, "pop_below200_2050": 1888, "pop_disability_2050": 668, "pct_minority_2050": 0.92768668160905976, "pct_over75_2050": 0.049663796154299868, "pct_spfam_2050": 0.11226851851851853, "pct_lep_2050": 0.10378048780487804, "pct_below200_2050": 0.22272030199362985, "pct_disab_2050": 0.078801462781644446, "pct_zvhhs_2050": 0.025415896487985208, "pct_hus_rent50_2050": 0.054528650646950096, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044807590933052005, "pct_minority_2040": 0.91512915129151295, "pct_spfam_2040": 0.082103912764593001, "pct_lep_2040": 0.075855300056085012, "pct_below200_2040": 0.20622773452962101, "pct_disab_2040": 0.064124554690592001, "pct_zvhhs_2040": 0.059063136456212008, "pct_hus_rent50_2040": 0.0067287784679090001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.462034999927738, 37.704106000223092 ], [ -122.462217000400926, 37.703154999866776 ], [ -122.462019999859095, 37.697389000067176 ], [ -122.461819000017641, 37.693587999832822 ], [ -122.461731999979023, 37.693023999841216 ], [ -122.461178999785062, 37.68995300007645 ], [ -122.461096999769296, 37.689588000108067 ], [ -122.460899000300884, 37.689466000128967 ], [ -122.459669999889329, 37.688807000145658 ], [ -122.457689999815386, 37.688538000104799 ], [ -122.45574800027461, 37.688350000340023 ], [ -122.455224000393002, 37.688836000305898 ], [ -122.452808000300962, 37.691647000003542 ], [ -122.454769999933234, 37.692338000305469 ], [ -122.456308000141291, 37.6934749998656 ], [ -122.451272999567664, 37.697069000266218 ], [ -122.44944499982968, 37.7011450000293 ], [ -122.448910999902296, 37.701435999809185 ], [ -122.448963999605752, 37.701505999847143 ], [ -122.446617000009027, 37.702704999747986 ], [ -122.448257000324332, 37.703200000225927 ], [ -122.450546000194734, 37.70244999991322 ], [ -122.453000999746493, 37.70222199976962 ], [ -122.453623000435755, 37.702318000289672 ], [ -122.454778000329156, 37.702224999832175 ], [ -122.456339999928346, 37.702909000263553 ], [ -122.456873000030797, 37.702680000095661 ], [ -122.459131999763997, 37.702929999793497 ], [ -122.459813999829379, 37.704800000215918 ], [ -122.462034999927738, 37.704106000223092 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600600", "NAME": "Census Tract 6006", "state": "06", "county_fips": "081", "tract": "600600", "county_name": "San Mateo County", "tot_pop_2050": 5864, "tot_pop_pov_det_2050": 5849, "tot_pop_civ_ni_2050": 5864, "tot_hh_2050": 1525, "pop_zvhhs_2050": 115, "tot_fam_2050": 1235, "tot_pop_over5_2050": 5608, "pop_hus_rent50_2050": 206, "pop_minority_2050": 5586, "pop_over75_2050": 418, "pop_spfam_2050": 218, "pop_lep_2050": 1024, "pop_below200_2050": 1376, "pop_disability_2050": 390, "pct_minority_2050": 0.95259208731241485, "pct_over75_2050": 0.07128240109140517, "pct_spfam_2050": 0.17651821862348174, "pct_lep_2050": 0.18259629101283881, "pct_below200_2050": 0.23525388955376991, "pct_disab_2050": 0.066507503410641197, "pct_zvhhs_2050": 0.075409836065573776, "pct_hus_rent50_2050": 0.13508196721311475, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058943089430894005, "pct_minority_2040": 0.95602365114560206, "pct_spfam_2040": 0.18867924528301899, "pct_lep_2040": 0.125293657008614, "pct_below200_2040": 0.21359940872135996, "pct_disab_2040": 0.063932002956392994, "pct_zvhhs_2040": 0.12163892445582598, "pct_hus_rent50_2040": 0.083388925950634005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.471742999778414, 37.701518000212545 ], [ -122.471700000120705, 37.700079000115814 ], [ -122.471587000142804, 37.698025000191137 ], [ -122.470602999953627, 37.693305999662442 ], [ -122.469013999691953, 37.693366000287597 ], [ -122.4650669999629, 37.693377999838162 ], [ -122.465148999978638, 37.692920000332187 ], [ -122.461731999979023, 37.693023999841216 ], [ -122.461819000017641, 37.693587999832822 ], [ -122.462019999859095, 37.697389000067176 ], [ -122.462217000400926, 37.703154999866776 ], [ -122.462973999911071, 37.703168999981457 ], [ -122.463481999899173, 37.701287999978362 ], [ -122.466344000055017, 37.701277000320154 ], [ -122.466574000208794, 37.701477999697723 ], [ -122.469833999849612, 37.701872000167278 ], [ -122.471742999778414, 37.701518000212545 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600700", "NAME": "Census Tract 6007", "state": "06", "county_fips": "081", "tract": "600700", "county_name": "San Mateo County", "tot_pop_2050": 7594, "tot_pop_pov_det_2050": 7584, "tot_pop_civ_ni_2050": 7584, "tot_hh_2050": 2206, "pop_zvhhs_2050": 259, "tot_fam_2050": 1619, "tot_pop_over5_2050": 7183, "pop_hus_rent50_2050": 183, "pop_minority_2050": 6769, "pop_over75_2050": 552, "pop_spfam_2050": 284, "pop_lep_2050": 918, "pop_below200_2050": 1706, "pop_disability_2050": 880, "pct_minority_2050": 0.89136160126415587, "pct_over75_2050": 0.072688964972346587, "pct_spfam_2050": 0.17541692402717726, "pct_lep_2050": 0.12780175414172351, "pct_below200_2050": 0.22494725738396626, "pct_disab_2050": 0.1160337552742616, "pct_zvhhs_2050": 0.11740707162284678, "pct_hus_rent50_2050": 0.082955575702629195, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058716785482826002, "pct_minority_2040": 0.91121192482177582, "pct_spfam_2040": 0.128423615337797, "pct_lep_2040": 0.151669886834115, "pct_below200_2040": 0.32390345185569702, "pct_disab_2040": 0.094342071113418011, "pct_zvhhs_2040": 0.158583899127061, "pct_hus_rent50_2040": 0.16373411534701901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.471257000429929, 37.702019000230003 ], [ -122.471742999778414, 37.701518000212545 ], [ -122.469833999849612, 37.701872000167278 ], [ -122.466574000208794, 37.701477999697723 ], [ -122.466344000055017, 37.701277000320154 ], [ -122.463481999899173, 37.701287999978362 ], [ -122.462973999911071, 37.703168999981457 ], [ -122.462217000400926, 37.703154999866776 ], [ -122.462034999927738, 37.704106000223092 ], [ -122.459813999829379, 37.704800000215918 ], [ -122.459131999763997, 37.702929999793497 ], [ -122.456873000030797, 37.702680000095661 ], [ -122.456339999928346, 37.702909000263553 ], [ -122.458115999787765, 37.705410999860071 ], [ -122.456373000438603, 37.706780000243903 ], [ -122.454391999641459, 37.707462999911712 ], [ -122.452470000192164, 37.708148000273894 ], [ -122.453983000285859, 37.708232000238361 ], [ -122.45850900014814, 37.708231000298589 ], [ -122.459049999748231, 37.708231000298589 ], [ -122.46893900024719, 37.708232000238361 ], [ -122.469236000348104, 37.708232000238361 ], [ -122.468914000132841, 37.708121999673352 ], [ -122.471029999750883, 37.705096999754261 ], [ -122.471257000429929, 37.702019000230003 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600800", "NAME": "Census Tract 6008", "state": "06", "county_fips": "081", "tract": "600800", "county_name": "San Mateo County", "tot_pop_2050": 7410, "tot_pop_pov_det_2050": 7398, "tot_pop_civ_ni_2050": 7410, "tot_hh_2050": 2761, "pop_zvhhs_2050": 815, "tot_fam_2050": 1509, "tot_pop_over5_2050": 7117, "pop_hus_rent50_2050": 974, "pop_minority_2050": 6429, "pop_over75_2050": 353, "pop_spfam_2050": 286, "pop_lep_2050": 588, "pop_below200_2050": 2921, "pop_disability_2050": 528, "pct_minority_2050": 0.86761133603238871, "pct_over75_2050": 0.047638326585695015, "pct_spfam_2050": 0.18952948972829689, "pct_lep_2050": 0.08261908107348602, "pct_below200_2050": 0.39483644228169767, "pct_disab_2050": 0.071255060728744921, "pct_zvhhs_2050": 0.29518290474465769, "pct_hus_rent50_2050": 0.35277073524085478, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031879437762642994, "pct_minority_2040": 0.84408056803361786, "pct_spfam_2040": 0.13165680473372801, "pct_lep_2040": 0.084208923404903005, "pct_below200_2040": 0.334599649327878, "pct_disab_2040": 0.10665120996957, "pct_zvhhs_2040": 0.248538011695906, "pct_hus_rent50_2040": 0.27739726027397299, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.486066000078139, 37.700770000020604 ], [ -122.487036999848556, 37.700485000024628 ], [ -122.48549399961766, 37.697348000080957 ], [ -122.486620999921939, 37.696615999874666 ], [ -122.486624000294995, 37.696205999693198 ], [ -122.480150000145841, 37.695818000318305 ], [ -122.47967300011986, 37.695425999884542 ], [ -122.479136999644325, 37.697253000320529 ], [ -122.477530999664225, 37.702792000235121 ], [ -122.472210999583552, 37.701566000233193 ], [ -122.471700000120705, 37.700079000115814 ], [ -122.471742999778414, 37.701518000212545 ], [ -122.471257000429929, 37.702019000230003 ], [ -122.471029999750883, 37.705096999754261 ], [ -122.472116999872227, 37.704977999658574 ], [ -122.482034999785185, 37.702193999890703 ], [ -122.482055999701586, 37.701927000133033 ], [ -122.484734999559336, 37.7011609998832 ], [ -122.486066000078139, 37.700770000020604 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081600900", "NAME": "Census Tract 6009", "state": "06", "county_fips": "081", "tract": "600900", "county_name": "San Mateo County", "tot_pop_2050": 4083, "tot_pop_pov_det_2050": 4083, "tot_pop_civ_ni_2050": 4083, "tot_hh_2050": 1365, "pop_zvhhs_2050": 105, "tot_fam_2050": 1004, "tot_pop_over5_2050": 3921, "pop_hus_rent50_2050": 118, "pop_minority_2050": 2569, "pop_over75_2050": 410, "pop_spfam_2050": 79, "pop_lep_2050": 409, "pop_below200_2050": 647, "pop_disability_2050": 417, "pct_minority_2050": 0.6291942199363213, "pct_over75_2050": 0.10041636051922606, "pct_spfam_2050": 0.078685258964143426, "pct_lep_2050": 0.10431012496812038, "pct_below200_2050": 0.15846191525838846, "pct_disab_2050": 0.10213078618662748, "pct_zvhhs_2050": 0.076923076923076927, "pct_hus_rent50_2050": 0.086446886446886445, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.102836879432624, "pct_minority_2040": 0.63171225937183395, "pct_spfam_2040": 0.064115822130299996, "pct_lep_2040": 0.10080088373377501, "pct_below200_2040": 0.29609929078014197, "pct_disab_2040": 0.083586626139817988, "pct_zvhhs_2040": 0.082171680117387999, "pct_hus_rent50_2040": 0.079485238455714993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.502426880702245, 37.708132986234098 ], [ -122.500529185172951, 37.700835302562766 ], [ -122.496178000159901, 37.700852999778476 ], [ -122.495332000062973, 37.699191000345031 ], [ -122.495055000053554, 37.698379999840142 ], [ -122.493656999587571, 37.698787999948031 ], [ -122.487036999848556, 37.700485000024628 ], [ -122.486066000078139, 37.700770000020604 ], [ -122.484734999559336, 37.7011609998832 ], [ -122.482055999701586, 37.701927000133033 ], [ -122.482034999785185, 37.702193999890703 ], [ -122.472116999872227, 37.704977999658574 ], [ -122.471029999750883, 37.705096999754261 ], [ -122.468914000132841, 37.708121999673352 ], [ -122.469236000348104, 37.708232000238361 ], [ -122.4713190003542, 37.708305000070965 ], [ -122.486041999788725, 37.708233000178183 ], [ -122.502426880702245, 37.708132986234098 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601000", "NAME": "Census Tract 6010", "state": "06", "county_fips": "081", "tract": "601000", "county_name": "San Mateo County", "tot_pop_2050": 7025, "tot_pop_pov_det_2050": 6997, "tot_pop_civ_ni_2050": 7025, "tot_hh_2050": 2036, "pop_zvhhs_2050": 49, "tot_fam_2050": 1539, "tot_pop_over5_2050": 6730, "pop_hus_rent50_2050": 31, "pop_minority_2050": 5973, "pop_over75_2050": 432, "pop_spfam_2050": 117, "pop_lep_2050": 635, "pop_below200_2050": 957, "pop_disability_2050": 547, "pct_minority_2050": 0.85024911032028472, "pct_over75_2050": 0.061494661921708188, "pct_spfam_2050": 0.076023391812865493, "pct_lep_2050": 0.09435364041604756, "pct_below200_2050": 0.13677290267257394, "pct_disab_2050": 0.077864768683274022, "pct_zvhhs_2050": 0.02406679764243615, "pct_hus_rent50_2050": 0.015225933202357562, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037535816618911005, "pct_minority_2040": 0.85100286532951297, "pct_spfam_2040": 0.11757425742574301, "pct_lep_2040": 0.050905824225183, "pct_below200_2040": 0.094087181700475017, "pct_disab_2040": 0.070608495981630007, "pct_zvhhs_2040": 0.028120374938332002, "pct_hus_rent50_2040": 0.008919722497521999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.500529185172951, 37.700835302562766 ], [ -122.496784000057318, 37.686432999828419 ], [ -122.496589966650873, 37.68338497658754 ], [ -122.495723093300015, 37.669767453298078 ], [ -122.495430755455402, 37.665175171643149 ], [ -122.495378215689428, 37.664349843634525 ], [ -122.493642000417267, 37.664413000119147 ], [ -122.493063000284053, 37.663650000140507 ], [ -122.49176399955229, 37.662322000114287 ], [ -122.491388999633557, 37.662123000271336 ], [ -122.4898220000115, 37.661130999757795 ], [ -122.485597000448109, 37.661677000201038 ], [ -122.4857249995963, 37.664310999959177 ], [ -122.485015999766745, 37.664289000338542 ], [ -122.485146000361397, 37.666845000164052 ], [ -122.48159799994221, 37.666133999684938 ], [ -122.481903000439047, 37.666381999985461 ], [ -122.48540999995204, 37.668548999974703 ], [ -122.486442999646727, 37.669705000340159 ], [ -122.488853999715872, 37.673800999849405 ], [ -122.489817999813567, 37.675676000206913 ], [ -122.49025100035692, 37.677389000236197 ], [ -122.490304999885296, 37.678493000176516 ], [ -122.489343000335722, 37.683360999843934 ], [ -122.489058999755258, 37.685148999837537 ], [ -122.489226000159846, 37.686349000043471 ], [ -122.490022999852954, 37.687931000159125 ], [ -122.492796000320368, 37.690467000253797 ], [ -122.494409999798094, 37.692557000342255 ], [ -122.495055000053554, 37.698379999840142 ], [ -122.495332000062973, 37.699191000345031 ], [ -122.496178000159901, 37.700852999778476 ], [ -122.500529185172951, 37.700835302562766 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601100", "NAME": "Census Tract 6011", "state": "06", "county_fips": "081", "tract": "601100", "county_name": "San Mateo County", "tot_pop_2050": 6222, "tot_pop_pov_det_2050": 6185, "tot_pop_civ_ni_2050": 6222, "tot_hh_2050": 1835, "pop_zvhhs_2050": 59, "tot_fam_2050": 1489, "tot_pop_over5_2050": 5981, "pop_hus_rent50_2050": 39, "pop_minority_2050": 5071, "pop_over75_2050": 505, "pop_spfam_2050": 96, "pop_lep_2050": 524, "pop_below200_2050": 718, "pop_disability_2050": 530, "pct_minority_2050": 0.81501125040180011, "pct_over75_2050": 0.08116361298617808, "pct_spfam_2050": 0.06447280053727332, "pct_lep_2050": 0.087610767430195621, "pct_below200_2050": 0.11608730800323365, "pct_disab_2050": 0.08518161362905817, "pct_zvhhs_2050": 0.03215258855585832, "pct_hus_rent50_2050": 0.02125340599455041, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090425531914893997, "pct_minority_2040": 0.80473575840768696, "pct_spfam_2040": 0.057187017001545999, "pct_lep_2040": 0.13014679556032901, "pct_below200_2040": 0.15099519560741198, "pct_disab_2040": 0.121310912834592, "pct_zvhhs_2040": 0.051948051948052, "pct_hus_rent50_2040": 0.014827995255042, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.495055000053554, 37.698379999840142 ], [ -122.494409999798094, 37.692557000342255 ], [ -122.492796000320368, 37.690467000253797 ], [ -122.490022999852954, 37.687931000159125 ], [ -122.489226000159846, 37.686349000043471 ], [ -122.489058999755258, 37.685148999837537 ], [ -122.489343000335722, 37.683360999843934 ], [ -122.487085000427456, 37.683063999962599 ], [ -122.484743999780179, 37.683533000069282 ], [ -122.48410199989776, 37.685716000026147 ], [ -122.48350600004612, 37.686040000015829 ], [ -122.48140799997141, 37.685881000210927 ], [ -122.483853000375746, 37.686533999917792 ], [ -122.48437499970926, 37.689334000135304 ], [ -122.488907000317639, 37.690104000340469 ], [ -122.488683000011619, 37.692969999813613 ], [ -122.488650000399673, 37.69620400019997 ], [ -122.486624000294995, 37.696205999693198 ], [ -122.486620999921939, 37.696615999874666 ], [ -122.48549399961766, 37.697348000080957 ], [ -122.487036999848556, 37.700485000024628 ], [ -122.493656999587571, 37.698787999948031 ], [ -122.495055000053554, 37.698379999840142 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601200", "NAME": "Census Tract 6012", "state": "06", "county_fips": "081", "tract": "601200", "county_name": "San Mateo County", "tot_pop_2050": 7126, "tot_pop_pov_det_2050": 7076, "tot_pop_civ_ni_2050": 7062, "tot_hh_2050": 2153, "pop_zvhhs_2050": 143, "tot_fam_2050": 1607, "tot_pop_over5_2050": 6836, "pop_hus_rent50_2050": 204, "pop_minority_2050": 5836, "pop_over75_2050": 419, "pop_spfam_2050": 73, "pop_lep_2050": 563, "pop_below200_2050": 1175, "pop_disability_2050": 597, "pct_minority_2050": 0.81897277575077188, "pct_over75_2050": 0.058798765085602028, "pct_spfam_2050": 0.04542626011200996, "pct_lep_2050": 0.082358104154476308, "pct_below200_2050": 0.16605426794799322, "pct_disab_2050": 0.08453695836873408, "pct_zvhhs_2050": 0.066418950301904325, "pct_hus_rent50_2050": 0.094751509521597777, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068575974542562007, "pct_minority_2040": 0.76881463802704897, "pct_spfam_2040": 0.087457627118643994, "pct_lep_2040": 0.098238482384824008, "pct_below200_2040": 0.20221295702373299, "pct_disab_2040": 0.092687620269403012, "pct_zvhhs_2040": 0.080382775119617, "pct_hus_rent50_2040": 0.13951170901843499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.488683000011619, 37.692969999813613 ], [ -122.488907000317639, 37.690104000340469 ], [ -122.48437499970926, 37.689334000135304 ], [ -122.483853000375746, 37.686533999917792 ], [ -122.48140799997141, 37.685881000210927 ], [ -122.479503000240555, 37.686639000083147 ], [ -122.478231999996197, 37.685764000324554 ], [ -122.475431999764609, 37.685963000045568 ], [ -122.474310000381493, 37.687878999695037 ], [ -122.471131000033211, 37.687895000279184 ], [ -122.470749000441813, 37.689070000154054 ], [ -122.470609999626305, 37.689720999839118 ], [ -122.470602999953627, 37.693305999662442 ], [ -122.471587000142804, 37.698025000191137 ], [ -122.471700000120705, 37.700079000115814 ], [ -122.472210999583552, 37.701566000233193 ], [ -122.477530999664225, 37.702792000235121 ], [ -122.479136999644325, 37.697253000320529 ], [ -122.47967300011986, 37.695425999884542 ], [ -122.480150000145841, 37.695818000318305 ], [ -122.486624000294995, 37.696205999693198 ], [ -122.488650000399673, 37.69620400019997 ], [ -122.488683000011619, 37.692969999813613 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601300", "NAME": "Census Tract 6013", "state": "06", "county_fips": "081", "tract": "601300", "county_name": "San Mateo County", "tot_pop_2050": 8538, "tot_pop_pov_det_2050": 8476, "tot_pop_civ_ni_2050": 8538, "tot_hh_2050": 2523, "pop_zvhhs_2050": 381, "tot_fam_2050": 1838, "tot_pop_over5_2050": 7989, "pop_hus_rent50_2050": 643, "pop_minority_2050": 7813, "pop_over75_2050": 635, "pop_spfam_2050": 490, "pop_lep_2050": 1368, "pop_below200_2050": 2123, "pop_disability_2050": 940, "pct_minority_2050": 0.91508550011712342, "pct_over75_2050": 0.074373389552588431, "pct_spfam_2050": 0.26659412404787808, "pct_lep_2050": 0.17123544874202029, "pct_below200_2050": 0.2504719207173195, "pct_disab_2050": 0.11009604122745374, "pct_zvhhs_2050": 0.15101070154577886, "pct_hus_rent50_2050": 0.25485533095521212, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039570835256113997, "pct_minority_2040": 0.88486386709737008, "pct_spfam_2040": 0.19637959407569897, "pct_lep_2040": 0.19354838709677399, "pct_below200_2040": 0.43389478541762799, "pct_disab_2040": 0.074642362713429, "pct_zvhhs_2040": 0.11683713611329699, "pct_hus_rent50_2040": 0.25199044585987301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.471623999952726, 37.683934999933285 ], [ -122.471671999633301, 37.683156000005063 ], [ -122.470694000190235, 37.682109000107346 ], [ -122.470694000190235, 37.682249999932054 ], [ -122.466289999628358, 37.682359999785632 ], [ -122.46352200008215, 37.682522999753502 ], [ -122.464365999630928, 37.685370000273537 ], [ -122.459731999813613, 37.685398000108101 ], [ -122.458690999723046, 37.684925000113303 ], [ -122.45574800027461, 37.688350000340023 ], [ -122.457689999815386, 37.688538000104799 ], [ -122.459669999889329, 37.688807000145658 ], [ -122.460899000300884, 37.689466000128967 ], [ -122.461096999769296, 37.689588000108067 ], [ -122.461178999785062, 37.68995300007645 ], [ -122.461731999979023, 37.693023999841216 ], [ -122.465148999978638, 37.692920000332187 ], [ -122.4650669999629, 37.693377999838162 ], [ -122.469013999691953, 37.693366000287597 ], [ -122.470602999953627, 37.693305999662442 ], [ -122.470609999626305, 37.689720999839118 ], [ -122.470749000441813, 37.689070000154054 ], [ -122.471131000033211, 37.687895000279184 ], [ -122.471510999974825, 37.686305000355105 ], [ -122.471561000203536, 37.685009000089146 ], [ -122.471623999952726, 37.683934999933285 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601400", "NAME": "Census Tract 6014", "state": "06", "county_fips": "081", "tract": "601400", "county_name": "San Mateo County", "tot_pop_2050": 7164, "tot_pop_pov_det_2050": 7102, "tot_pop_civ_ni_2050": 7102, "tot_hh_2050": 2171, "pop_zvhhs_2050": 197, "tot_fam_2050": 1586, "tot_pop_over5_2050": 6909, "pop_hus_rent50_2050": 255, "pop_minority_2050": 6044, "pop_over75_2050": 681, "pop_spfam_2050": 32, "pop_lep_2050": 923, "pop_below200_2050": 1840, "pop_disability_2050": 957, "pct_minority_2050": 0.84366275823562253, "pct_over75_2050": 0.095058626465661641, "pct_spfam_2050": 0.020176544766708701, "pct_lep_2050": 0.13359386307714574, "pct_below200_2050": 0.25908194874683188, "pct_disab_2050": 0.1347507744297381, "pct_zvhhs_2050": 0.090741593735605725, "pct_hus_rent50_2050": 0.11745739290649471, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099928005759539001, "pct_minority_2040": 0.89474442044636393, "pct_spfam_2040": 0.152490421455939, "pct_lep_2040": 0.131960900473934, "pct_below200_2040": 0.254799301919721, "pct_disab_2040": 0.080424665503199988, "pct_zvhhs_2040": 0.050150451354062008, "pct_hus_rent50_2040": 0.092868137506413012, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.487085000427456, 37.683063999962599 ], [ -122.486822999588298, 37.677079000205872 ], [ -122.485118999698912, 37.676094000274588 ], [ -122.483377000174684, 37.676098000345519 ], [ -122.480488000254624, 37.676103000078342 ], [ -122.479566999814637, 37.675855000267312 ], [ -122.478996999902265, 37.675652000352656 ], [ -122.472937000029873, 37.675864999765437 ], [ -122.47236200009462, 37.677087999890148 ], [ -122.471671999633301, 37.683156000005063 ], [ -122.471623999952726, 37.683934999933285 ], [ -122.471561000203536, 37.685009000089146 ], [ -122.471510999974825, 37.686305000355105 ], [ -122.471131000033211, 37.687895000279184 ], [ -122.474310000381493, 37.687878999695037 ], [ -122.475431999764609, 37.685963000045568 ], [ -122.478231999996197, 37.685764000324554 ], [ -122.479503000240555, 37.686639000083147 ], [ -122.48140799997141, 37.685881000210927 ], [ -122.48350600004612, 37.686040000015829 ], [ -122.48410199989776, 37.685716000026147 ], [ -122.484743999780179, 37.683533000069282 ], [ -122.487085000427456, 37.683063999962599 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601501", "NAME": "Census Tract 6015.01", "state": "06", "county_fips": "081", "tract": "601501", "county_name": "San Mateo County", "tot_pop_2050": 5561, "tot_pop_pov_det_2050": 5533, "tot_pop_civ_ni_2050": 5548, "tot_hh_2050": 1307, "pop_zvhhs_2050": 62, "tot_fam_2050": 1058, "tot_pop_over5_2050": 5270, "pop_hus_rent50_2050": 66, "pop_minority_2050": 5016, "pop_over75_2050": 447, "pop_spfam_2050": 118, "pop_lep_2050": 610, "pop_below200_2050": 731, "pop_disability_2050": 452, "pct_minority_2050": 0.90199604387700039, "pct_over75_2050": 0.080381226398129821, "pct_spfam_2050": 0.111531190926276, "pct_lep_2050": 0.1157495256166983, "pct_below200_2050": 0.13211639255376831, "pct_disab_2050": 0.081470800288392209, "pct_zvhhs_2050": 0.047436878347360371, "pct_hus_rent50_2050": 0.050497322111706197, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.081494732657522995, "pct_minority_2040": 0.91174716756112095, "pct_spfam_2040": 0.058479532163742992, "pct_lep_2040": 0.12022979072630301, "pct_below200_2040": 0.13875984649565698, "pct_disab_2040": 0.074716078900178992, "pct_zvhhs_2040": 0.038051750380518001, "pct_hus_rent50_2040": 0.050989345509894007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.490304999885296, 37.678493000176516 ], [ -122.49025100035692, 37.677389000236197 ], [ -122.489817999813567, 37.675676000206913 ], [ -122.488853999715872, 37.673800999849405 ], [ -122.486442999646727, 37.669705000340159 ], [ -122.48540999995204, 37.668548999974703 ], [ -122.483788999903325, 37.670047000230909 ], [ -122.483266999671486, 37.67028100033334 ], [ -122.480140999924998, 37.670557999771354 ], [ -122.480144000298054, 37.671234000114801 ], [ -122.480120999833531, 37.674707000009917 ], [ -122.479566999814637, 37.675855000267312 ], [ -122.480488000254624, 37.676103000078342 ], [ -122.483377000174684, 37.676098000345519 ], [ -122.485118999698912, 37.676094000274588 ], [ -122.486822999588298, 37.677079000205872 ], [ -122.487085000427456, 37.683063999962599 ], [ -122.489343000335722, 37.683360999843934 ], [ -122.490304999885296, 37.678493000176516 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601502", "NAME": "Census Tract 6015.02", "state": "06", "county_fips": "081", "tract": "601502", "county_name": "San Mateo County", "tot_pop_2050": 5591, "tot_pop_pov_det_2050": 5262, "tot_pop_civ_ni_2050": 5262, "tot_hh_2050": 1791, "pop_zvhhs_2050": 191, "tot_fam_2050": 1154, "tot_pop_over5_2050": 5323, "pop_hus_rent50_2050": 546, "pop_minority_2050": 4891, "pop_over75_2050": 423, "pop_spfam_2050": 141, "pop_lep_2050": 604, "pop_below200_2050": 1599, "pop_disability_2050": 397, "pct_minority_2050": 0.87479878375961362, "pct_over75_2050": 0.075657306385262024, "pct_spfam_2050": 0.12218370883882147, "pct_lep_2050": 0.11346984783017094, "pct_below200_2050": 0.30387685290763972, "pct_disab_2050": 0.075446598251615357, "pct_zvhhs_2050": 0.10664433277498604, "pct_hus_rent50_2050": 0.30485762144053602, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.080088046054860001, "pct_minority_2040": 0.86657636302065699, "pct_spfam_2040": 0.15101427498121697, "pct_lep_2040": 0.16362960208255897, "pct_below200_2040": 0.39964093357271097, "pct_disab_2040": 0.040035906642728998, "pct_zvhhs_2040": 0.120854412591343, "pct_hus_rent50_2040": 0.28171428571428603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.483788999903325, 37.670047000230909 ], [ -122.48540999995204, 37.668548999974703 ], [ -122.481903000439047, 37.666381999985461 ], [ -122.48159799994221, 37.666133999684938 ], [ -122.476788000397775, 37.661981999888262 ], [ -122.475790999789808, 37.660514000144339 ], [ -122.475066999891624, 37.661206000173848 ], [ -122.475731000413674, 37.66347400000334 ], [ -122.474678999554101, 37.665254000097661 ], [ -122.475236999770928, 37.6663640001521 ], [ -122.475185999717326, 37.671097000314496 ], [ -122.476058999578413, 37.671640000098193 ], [ -122.474955999563548, 37.672703999862854 ], [ -122.472937000029873, 37.675864999765437 ], [ -122.478996999902265, 37.675652000352656 ], [ -122.479566999814637, 37.675855000267312 ], [ -122.480120999833531, 37.674707000009917 ], [ -122.480144000298054, 37.671234000114801 ], [ -122.480140999924998, 37.670557999771354 ], [ -122.483266999671486, 37.67028100033334 ], [ -122.483788999903325, 37.670047000230909 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601601", "NAME": "Census Tract 6016.01", "state": "06", "county_fips": "081", "tract": "601601", "county_name": "San Mateo County", "tot_pop_2050": 2812, "tot_pop_pov_det_2050": 2812, "tot_pop_civ_ni_2050": 2812, "tot_hh_2050": 886, "pop_zvhhs_2050": 39, "tot_fam_2050": 653, "tot_pop_over5_2050": 2670, "pop_hus_rent50_2050": 70, "pop_minority_2050": 2139, "pop_over75_2050": 201, "pop_spfam_2050": 65, "pop_lep_2050": 207, "pop_below200_2050": 396, "pop_disability_2050": 305, "pct_minority_2050": 0.76066856330014221, "pct_over75_2050": 0.071479374110953064, "pct_spfam_2050": 0.099540581929555894, "pct_lep_2050": 0.077528089887640456, "pct_below200_2050": 0.14082503556187767, "pct_disab_2050": 0.10846372688477952, "pct_zvhhs_2050": 0.044018058690744918, "pct_hus_rent50_2050": 0.07900677200902935, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067964601769910996, "pct_minority_2040": 0.79398230088495603, "pct_spfam_2040": 0.11940298507462699, "pct_lep_2040": 0.13009049773755699, "pct_below200_2040": 0.23150442477876101, "pct_disab_2040": 0.111504424778761, "pct_zvhhs_2040": 0.058891454965358005, "pct_hus_rent50_2040": 0.093533487297922005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.470694000190235, 37.682249999932054 ], [ -122.470694000190235, 37.682109000107346 ], [ -122.470536999831381, 37.678445000149786 ], [ -122.465444000429741, 37.671871000286437 ], [ -122.461258000326097, 37.668035000088025 ], [ -122.459982000058872, 37.666647000147812 ], [ -122.453420000046151, 37.670787000304962 ], [ -122.451787000301877, 37.669115999757118 ], [ -122.450596000423445, 37.670100000139449 ], [ -122.449910999985008, 37.669521000200106 ], [ -122.44850099982348, 37.667499000105579 ], [ -122.447190000294469, 37.666344000016139 ], [ -122.445700999591907, 37.665369999812825 ], [ -122.445127000379898, 37.665839999929673 ], [ -122.444709999730051, 37.665551000164783 ], [ -122.444615000193807, 37.665485000252552 ], [ -122.436858999929626, 37.671247999856995 ], [ -122.436217000047222, 37.671370999662244 ], [ -122.4361319996584, 37.671302999783556 ], [ -122.435920999771199, 37.671534000309777 ], [ -122.433785000061675, 37.67039900020238 ], [ -122.432549999802291, 37.672100000323496 ], [ -122.431783000246426, 37.67493300008239 ], [ -122.430412000442956, 37.679045000029426 ], [ -122.429383000047935, 37.682133000005663 ], [ -122.430737999957898, 37.682724999779339 ], [ -122.45390700011788, 37.692780999762711 ], [ -122.454769999933234, 37.692338000305469 ], [ -122.452808000300962, 37.691647000003542 ], [ -122.455224000393002, 37.688836000305898 ], [ -122.45574800027461, 37.688350000340023 ], [ -122.458690999723046, 37.684925000113303 ], [ -122.459731999813613, 37.685398000108101 ], [ -122.464365999630928, 37.685370000273537 ], [ -122.46352200008215, 37.682522999753502 ], [ -122.466289999628358, 37.682359999785632 ], [ -122.470694000190235, 37.682249999932054 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601603", "NAME": "Census Tract 6016.03", "state": "06", "county_fips": "081", "tract": "601603", "county_name": "San Mateo County", "tot_pop_2050": 5712, "tot_pop_pov_det_2050": 5705, "tot_pop_civ_ni_2050": 5705, "tot_hh_2050": 1871, "pop_zvhhs_2050": 128, "tot_fam_2050": 1261, "tot_pop_over5_2050": 5458, "pop_hus_rent50_2050": 228, "pop_minority_2050": 4709, "pop_over75_2050": 634, "pop_spfam_2050": 98, "pop_lep_2050": 474, "pop_below200_2050": 1001, "pop_disability_2050": 642, "pct_minority_2050": 0.82440476190476186, "pct_over75_2050": 0.11099439775910364, "pct_spfam_2050": 0.077716098334655037, "pct_lep_2050": 0.086844998167827037, "pct_below200_2050": 0.17546012269938649, "pct_disab_2050": 0.11253286590709903, "pct_zvhhs_2050": 0.068412613575628001, "pct_hus_rent50_2050": 0.1218599679315874, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074098798397863999, "pct_minority_2040": 0.85730974632843793, "pct_spfam_2040": 0.055722891566265004, "pct_lep_2040": 0.069898329702250989, "pct_below200_2040": 0.10753229323938901, "pct_disab_2040": 0.092184368737475014, "pct_zvhhs_2040": 0.075421940928270009, "pct_hus_rent50_2040": 0.098778544875199006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.469219999556287, 37.662704000008027 ], [ -122.469169000400967, 37.662057000155642 ], [ -122.466715999600709, 37.658159999985116 ], [ -122.461840999758962, 37.654201999876186 ], [ -122.46452899983754, 37.652530000082706 ], [ -122.467565999895584, 37.652272999887586 ], [ -122.467581999789104, 37.650421000236634 ], [ -122.466852999868053, 37.650255000136241 ], [ -122.460757999835593, 37.649948999912844 ], [ -122.458997000044775, 37.649830000236214 ], [ -122.456785999992192, 37.649985999725629 ], [ -122.455648999642108, 37.650554999772801 ], [ -122.454778000329156, 37.649995999864068 ], [ -122.452387000351507, 37.649648999962025 ], [ -122.450393999858775, 37.648504999915112 ], [ -122.450763999754642, 37.649228000246936 ], [ -122.452999000096682, 37.654619000035815 ], [ -122.453794000139979, 37.655921000183447 ], [ -122.455547000433185, 37.654045000038124 ], [ -122.457073000047345, 37.655628999681497 ], [ -122.463744999664911, 37.661154000177902 ], [ -122.463370999571097, 37.662322999962029 ], [ -122.460307999573772, 37.664138000148185 ], [ -122.460782999949927, 37.66463600009223 ], [ -122.46301599974386, 37.663166999662344 ], [ -122.469043000004277, 37.664455000353442 ], [ -122.469219999556287, 37.662704000008027 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601604", "NAME": "Census Tract 6016.04", "state": "06", "county_fips": "081", "tract": "601604", "county_name": "San Mateo County", "tot_pop_2050": 2693, "tot_pop_pov_det_2050": 2693, "tot_pop_civ_ni_2050": 2693, "tot_hh_2050": 1100, "pop_zvhhs_2050": 50, "tot_fam_2050": 684, "tot_pop_over5_2050": 2615, "pop_hus_rent50_2050": 91, "pop_minority_2050": 1869, "pop_over75_2050": 164, "pop_spfam_2050": 72, "pop_lep_2050": 153, "pop_below200_2050": 364, "pop_disability_2050": 206, "pct_minority_2050": 0.69402153731897509, "pct_over75_2050": 0.060898626067582624, "pct_spfam_2050": 0.10526315789473684, "pct_lep_2050": 0.058508604206500961, "pct_below200_2050": 0.13516524322317119, "pct_disab_2050": 0.076494615670256214, "pct_zvhhs_2050": 0.045454545454545456, "pct_hus_rent50_2050": 0.082727272727272719, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044029587883056998, "pct_minority_2040": 0.65762592462134606, "pct_spfam_2040": 0.042962962962962994, "pct_lep_2040": 0.050300300300299999, "pct_below200_2040": 0.163437830221909, "pct_disab_2040": 0.084536808735470009, "pct_zvhhs_2040": 0.034790365744871002, "pct_hus_rent50_2040": 0.055103884372177003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.476058999578413, 37.671640000098193 ], [ -122.475185999717326, 37.671097000314496 ], [ -122.475236999770928, 37.6663640001521 ], [ -122.474678999554101, 37.665254000097661 ], [ -122.47206099979573, 37.662852999878645 ], [ -122.471565000401512, 37.662003000340519 ], [ -122.470602999953627, 37.662358000314747 ], [ -122.469219999556287, 37.662704000008027 ], [ -122.469043000004277, 37.664455000353442 ], [ -122.46301599974386, 37.663166999662344 ], [ -122.460782999949927, 37.66463600009223 ], [ -122.46151900044201, 37.665355999672904 ], [ -122.459982000058872, 37.666647000147812 ], [ -122.461258000326097, 37.668035000088025 ], [ -122.465444000429741, 37.671871000286437 ], [ -122.470536999831381, 37.678445000149786 ], [ -122.470694000190235, 37.682109000107346 ], [ -122.471671999633301, 37.683156000005063 ], [ -122.47236200009462, 37.677087999890148 ], [ -122.472937000029873, 37.675864999765437 ], [ -122.474955999563548, 37.672703999862854 ], [ -122.476058999578413, 37.671640000098193 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601605", "NAME": "Census Tract 6016.05", "state": "06", "county_fips": "081", "tract": "601605", "county_name": "San Mateo County", "tot_pop_2050": 6300, "tot_pop_pov_det_2050": 6276, "tot_pop_civ_ni_2050": 6292, "tot_hh_2050": 1662, "pop_zvhhs_2050": 61, "tot_fam_2050": 1390, "tot_pop_over5_2050": 6078, "pop_hus_rent50_2050": 47, "pop_minority_2050": 5767, "pop_over75_2050": 323, "pop_spfam_2050": 121, "pop_lep_2050": 606, "pop_below200_2050": 854, "pop_disability_2050": 483, "pct_minority_2050": 0.91539682539682543, "pct_over75_2050": 0.051269841269841271, "pct_spfam_2050": 0.087050359712230213, "pct_lep_2050": 0.09970384995064166, "pct_below200_2050": 0.13607393244104524, "pct_disab_2050": 0.07676414494596312, "pct_zvhhs_2050": 0.036702767749699147, "pct_hus_rent50_2050": 0.028279181708784601, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058860960865415, "pct_minority_2040": 0.93127585109767708, "pct_spfam_2040": 0.077554064131244993, "pct_lep_2040": 0.058070866141732, "pct_below200_2040": 0.17190240790942402, "pct_disab_2040": 0.068800764452937993, "pct_zvhhs_2040": 0.016548463356973998, "pct_hus_rent50_2040": 0.029411764705882002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.475066999891624, 37.661206000173848 ], [ -122.475790999789808, 37.660514000144339 ], [ -122.473874000363381, 37.65744900023536 ], [ -122.471337999722465, 37.653036000156021 ], [ -122.471864000152237, 37.649140000205954 ], [ -122.470760000312467, 37.649406000059507 ], [ -122.46905499969985, 37.650390999988865 ], [ -122.467581999789104, 37.650421000236634 ], [ -122.467565999895584, 37.652272999887586 ], [ -122.46452899983754, 37.652530000082706 ], [ -122.461840999758962, 37.654201999876186 ], [ -122.466715999600709, 37.658159999985116 ], [ -122.469169000400967, 37.662057000155642 ], [ -122.469219999556287, 37.662704000008027 ], [ -122.470602999953627, 37.662358000314747 ], [ -122.471565000401512, 37.662003000340519 ], [ -122.47206099979573, 37.662852999878645 ], [ -122.474678999554101, 37.665254000097661 ], [ -122.475731000413674, 37.66347400000334 ], [ -122.475066999891624, 37.661206000173848 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601700", "NAME": "Census Tract 6017", "state": "06", "county_fips": "081", "tract": "601700", "county_name": "San Mateo County", "tot_pop_2050": 4326, "tot_pop_pov_det_2050": 4313, "tot_pop_civ_ni_2050": 4313, "tot_hh_2050": 1311, "pop_zvhhs_2050": 27, "tot_fam_2050": 1029, "tot_pop_over5_2050": 4051, "pop_hus_rent50_2050": 45, "pop_minority_2050": 3207, "pop_over75_2050": 318, "pop_spfam_2050": 75, "pop_lep_2050": 61, "pop_below200_2050": 414, "pop_disability_2050": 541, "pct_minority_2050": 0.74133148404993066, "pct_over75_2050": 0.073509015256588081, "pct_spfam_2050": 0.072886297376093298, "pct_lep_2050": 0.015058010367810419, "pct_below200_2050": 0.09598887085555298, "pct_disab_2050": 0.12543473220496176, "pct_zvhhs_2050": 0.020594965675057208, "pct_hus_rent50_2050": 0.034324942791762014, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060090458755114998, "pct_minority_2040": 0.72905449063105787, "pct_spfam_2040": 0.066074950690335005, "pct_lep_2040": 0.060861839182586003, "pct_below200_2040": 0.12318683697770098, "pct_disab_2040": 0.11668107173725201, "pct_zvhhs_2040": 0.042428675932698993, "pct_hus_rent50_2040": 0.030052592036062999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.463370999571097, 37.662322999962029 ], [ -122.463744999664911, 37.661154000177902 ], [ -122.457073000047345, 37.655628999681497 ], [ -122.455547000433185, 37.654045000038124 ], [ -122.453794000139979, 37.655921000183447 ], [ -122.452999000096682, 37.654619000035815 ], [ -122.453927000209347, 37.657716000105538 ], [ -122.450660999822475, 37.66052199983212 ], [ -122.452167000243463, 37.662077000024503 ], [ -122.449762000022105, 37.664110000112089 ], [ -122.449197000132557, 37.66448800006367 ], [ -122.451059000205717, 37.666154999673665 ], [ -122.451459000238827, 37.666637000118605 ], [ -122.451263000420212, 37.667743000301613 ], [ -122.451787000301877, 37.669115999757118 ], [ -122.453420000046151, 37.670787000304962 ], [ -122.459982000058872, 37.666647000147812 ], [ -122.46151900044201, 37.665355999672904 ], [ -122.460782999949927, 37.66463600009223 ], [ -122.460307999573772, 37.664138000148185 ], [ -122.463370999571097, 37.662322999962029 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601800", "NAME": "Census Tract 6018", "state": "06", "county_fips": "081", "tract": "601800", "county_name": "San Mateo County", "tot_pop_2050": 7169, "tot_pop_pov_det_2050": 7151, "tot_pop_civ_ni_2050": 7169, "tot_hh_2050": 2078, "pop_zvhhs_2050": 97, "tot_fam_2050": 1847, "tot_pop_over5_2050": 6553, "pop_hus_rent50_2050": 91, "pop_minority_2050": 5289, "pop_over75_2050": 674, "pop_spfam_2050": 141, "pop_lep_2050": 371, "pop_below200_2050": 1046, "pop_disability_2050": 900, "pct_minority_2050": 0.73775979913516532, "pct_over75_2050": 0.094015901799414131, "pct_spfam_2050": 0.07634001082837033, "pct_lep_2050": 0.056615290706546625, "pct_below200_2050": 0.14627324849671375, "pct_disab_2050": 0.12554052169061236, "pct_zvhhs_2050": 0.046679499518768049, "pct_hus_rent50_2050": 0.043792107795957651, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073124406457740002, "pct_minority_2040": 0.70180436847103511, "pct_spfam_2040": 0.109114249037227, "pct_lep_2040": 0.053444180522565006, "pct_below200_2040": 0.14949109414758299, "pct_disab_2040": 0.10178882380877001, "pct_zvhhs_2040": 0.058515699333967996, "pct_hus_rent50_2040": 0.052178075634275005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.453927000209347, 37.657716000105538 ], [ -122.452999000096682, 37.654619000035815 ], [ -122.450763999754642, 37.649228000246936 ], [ -122.450393999858775, 37.648504999915112 ], [ -122.452387000351507, 37.649648999962025 ], [ -122.45007400019162, 37.645835000225716 ], [ -122.449459999898309, 37.645152999988674 ], [ -122.448340999989924, 37.645980000247988 ], [ -122.446032000028012, 37.647759000074039 ], [ -122.441850000122315, 37.65002100020434 ], [ -122.439283000417575, 37.653612000060185 ], [ -122.436155999947843, 37.654247000067507 ], [ -122.434432999791852, 37.655078999782468 ], [ -122.437409999575465, 37.657173000151381 ], [ -122.441028000314859, 37.65927600020143 ], [ -122.444682999965863, 37.66290800033758 ], [ -122.44619600005953, 37.663419999796794 ], [ -122.447590000327551, 37.663610999653152 ], [ -122.448454999792745, 37.663900999686881 ], [ -122.449197000132557, 37.66448800006367 ], [ -122.449762000022105, 37.664110000112089 ], [ -122.452167000243463, 37.662077000024503 ], [ -122.450660999822475, 37.66052199983212 ], [ -122.453927000209347, 37.657716000105538 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601901", "NAME": "Census Tract 6019.01", "state": "06", "county_fips": "081", "tract": "601901", "county_name": "San Mateo County", "tot_pop_2050": 4198, "tot_pop_pov_det_2050": 4198, "tot_pop_civ_ni_2050": 4198, "tot_hh_2050": 1383, "pop_zvhhs_2050": 79, "tot_fam_2050": 1023, "tot_pop_over5_2050": 4120, "pop_hus_rent50_2050": 106, "pop_minority_2050": 3321, "pop_over75_2050": 234, "pop_spfam_2050": 44, "pop_lep_2050": 188, "pop_below200_2050": 585, "pop_disability_2050": 323, "pct_minority_2050": 0.79109099571224406, "pct_over75_2050": 0.055740828966174369, "pct_spfam_2050": 0.043010752688172053, "pct_lep_2050": 0.045631067961165048, "pct_below200_2050": 0.13935207241543593, "pct_disab_2050": 0.07694140066698428, "pct_zvhhs_2050": 0.057122198120028923, "pct_hus_rent50_2050": 0.076644974692697029, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059858350468357004, "pct_minority_2040": 0.77061914553346988, "pct_spfam_2040": 0.138418079096045, "pct_lep_2040": 0.050216242191254, "pct_below200_2040": 0.15055974411697501, "pct_disab_2040": 0.10783641763765101, "pct_zvhhs_2040": 0.041725601131542001, "pct_hus_rent50_2040": 0.049180327868852, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.444615000193807, 37.665485000252552 ], [ -122.442727000181378, 37.664219999837549 ], [ -122.439541999985323, 37.66690699972294 ], [ -122.435586000035443, 37.663959000268783 ], [ -122.434505999586804, 37.662280000095336 ], [ -122.43303699987402, 37.661324000248307 ], [ -122.433565999778551, 37.659880000277958 ], [ -122.430146000304177, 37.659593999719185 ], [ -122.429799999799457, 37.660566999748823 ], [ -122.427449000004756, 37.667195000114553 ], [ -122.42930500023013, 37.667719000014849 ], [ -122.429902999731624, 37.668014999691209 ], [ -122.43198300026296, 37.669126000163395 ], [ -122.433196999707604, 37.670098999685393 ], [ -122.433785000061675, 37.67039900020238 ], [ -122.435920999771199, 37.671534000309777 ], [ -122.4361319996584, 37.671302999783556 ], [ -122.436217000047222, 37.671370999662244 ], [ -122.436858999929626, 37.671247999856995 ], [ -122.444615000193807, 37.665485000252552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081601902", "NAME": "Census Tract 6019.02", "state": "06", "county_fips": "081", "tract": "601902", "county_name": "San Mateo County", "tot_pop_2050": 5472, "tot_pop_pov_det_2050": 5472, "tot_pop_civ_ni_2050": 5472, "tot_hh_2050": 2132, "pop_zvhhs_2050": 269, "tot_fam_2050": 1349, "tot_pop_over5_2050": 5361, "pop_hus_rent50_2050": 208, "pop_minority_2050": 3950, "pop_over75_2050": 388, "pop_spfam_2050": 105, "pop_lep_2050": 340, "pop_below200_2050": 990, "pop_disability_2050": 556, "pct_minority_2050": 0.72185672514619881, "pct_over75_2050": 0.070906432748538015, "pct_spfam_2050": 0.07783543365455893, "pct_lep_2050": 0.063421003544114909, "pct_below200_2050": 0.18092105263157893, "pct_disab_2050": 0.10160818713450293, "pct_zvhhs_2050": 0.12617260787992496, "pct_hus_rent50_2050": 0.097560975609756101, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.108600721473324, "pct_minority_2040": 0.78336814125688214, "pct_spfam_2040": 0.11764705882352902, "pct_lep_2040": 0.060176627644280001, "pct_below200_2040": 0.19274591720470899, "pct_disab_2040": 0.086023547284466012, "pct_zvhhs_2040": 0.13028169014084498, "pct_hus_rent50_2040": 0.073378076062640005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.451787000301877, 37.669115999757118 ], [ -122.451263000420212, 37.667743000301613 ], [ -122.451459000238827, 37.666637000118605 ], [ -122.451059000205717, 37.666154999673665 ], [ -122.449197000132557, 37.66448800006367 ], [ -122.448454999792745, 37.663900999686881 ], [ -122.447590000327551, 37.663610999653152 ], [ -122.44619600005953, 37.663419999796794 ], [ -122.444682999965863, 37.66290800033758 ], [ -122.441028000314859, 37.65927600020143 ], [ -122.437409999575465, 37.657173000151381 ], [ -122.434432999791852, 37.655078999782468 ], [ -122.433715999566374, 37.655502000344597 ], [ -122.428579999608715, 37.652780000265963 ], [ -122.4269240002982, 37.652069000206424 ], [ -122.424063999792196, 37.655237000222257 ], [ -122.423760000018575, 37.656096999736441 ], [ -122.430840999890066, 37.657660000156433 ], [ -122.430146000304177, 37.659593999719185 ], [ -122.433565999778551, 37.659880000277958 ], [ -122.43303699987402, 37.661324000248307 ], [ -122.434505999586804, 37.662280000095336 ], [ -122.435586000035443, 37.663959000268783 ], [ -122.439541999985323, 37.66690699972294 ], [ -122.442727000181378, 37.664219999837549 ], [ -122.444615000193807, 37.665485000252552 ], [ -122.444709999730051, 37.665551000164783 ], [ -122.445127000379898, 37.665839999929673 ], [ -122.445700999591907, 37.665369999812825 ], [ -122.447190000294469, 37.666344000016139 ], [ -122.44850099982348, 37.667499000105579 ], [ -122.449910999985008, 37.669521000200106 ], [ -122.450596000423445, 37.670100000139449 ], [ -122.451787000301877, 37.669115999757118 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602000", "NAME": "Census Tract 6020", "state": "06", "county_fips": "081", "tract": "602000", "county_name": "San Mateo County", "tot_pop_2050": 8439, "tot_pop_pov_det_2050": 8376, "tot_pop_civ_ni_2050": 8413, "tot_hh_2050": 2418, "pop_zvhhs_2050": 75, "tot_fam_2050": 1905, "tot_pop_over5_2050": 8057, "pop_hus_rent50_2050": 173, "pop_minority_2050": 7072, "pop_over75_2050": 607, "pop_spfam_2050": 182, "pop_lep_2050": 731, "pop_below200_2050": 1801, "pop_disability_2050": 981, "pct_minority_2050": 0.838013982699372, "pct_over75_2050": 0.071927953548998697, "pct_spfam_2050": 0.095538057742782165, "pct_lep_2050": 0.090728559017003843, "pct_below200_2050": 0.21501910219675266, "pct_disab_2050": 0.11660525377392132, "pct_zvhhs_2050": 0.031017369727047151, "pct_hus_rent50_2050": 0.071546732837055413, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058360978007126002, "pct_minority_2040": 0.78191424007863397, "pct_spfam_2040": 0.073666849917536997, "pct_lep_2040": 0.10636065573770501, "pct_below200_2040": 0.25104705592510501, "pct_disab_2040": 0.11242167342425401, "pct_zvhhs_2040": 0.054108216432866001, "pct_hus_rent50_2040": 0.029659318637275001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.433785000061675, 37.67039900020238 ], [ -122.433196999707604, 37.670098999685393 ], [ -122.43198300026296, 37.669126000163395 ], [ -122.429902999731624, 37.668014999691209 ], [ -122.42930500023013, 37.667719000014849 ], [ -122.427449000004756, 37.667195000114553 ], [ -122.429799999799457, 37.660566999748823 ], [ -122.426253999928392, 37.6597850001748 ], [ -122.422725999600686, 37.659005999863645 ], [ -122.41920400001905, 37.658228999718453 ], [ -122.41569099975996, 37.657452999888896 ], [ -122.412134000018227, 37.656667999745771 ], [ -122.411470000394488, 37.658575000165932 ], [ -122.410261999899348, 37.662540000033822 ], [ -122.408551000337255, 37.663461999881818 ], [ -122.407829999913801, 37.664038999795487 ], [ -122.407013000129197, 37.666069000088449 ], [ -122.40494600001665, 37.665212000315478 ], [ -122.404682000425979, 37.666519999748012 ], [ -122.404710999839978, 37.666708999872142 ], [ -122.407666999707189, 37.671897999809033 ], [ -122.408472999621111, 37.671153999810613 ], [ -122.410449000395388, 37.67082899977656 ], [ -122.411876000275385, 37.671042000235268 ], [ -122.412360999798949, 37.671021000207183 ], [ -122.413237000033092, 37.671158000147848 ], [ -122.413468999836695, 37.671351999890625 ], [ -122.415264999787581, 37.672266999647213 ], [ -122.418351000249444, 37.674179999904005 ], [ -122.421755999655218, 37.675071999973831 ], [ -122.424030000355302, 37.676925000067023 ], [ -122.423995000195191, 37.67899600002567 ], [ -122.428199999667129, 37.68129200006284 ], [ -122.429172000160762, 37.68296999995588 ], [ -122.429383000047935, 37.682133000005663 ], [ -122.430412000442956, 37.679045000029426 ], [ -122.431783000246426, 37.67493300008239 ], [ -122.432549999802291, 37.672100000323496 ], [ -122.433785000061675, 37.67039900020238 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602100", "NAME": "Census Tract 6021", "state": "06", "county_fips": "081", "tract": "602100", "county_name": "San Mateo County", "tot_pop_2050": 3279, "tot_pop_pov_det_2050": 3271, "tot_pop_civ_ni_2050": 3267, "tot_hh_2050": 967, "pop_zvhhs_2050": 66, "tot_fam_2050": 736, "tot_pop_over5_2050": 3041, "pop_hus_rent50_2050": 259, "pop_minority_2050": 2895, "pop_over75_2050": 99, "pop_spfam_2050": 148, "pop_lep_2050": 596, "pop_below200_2050": 1545, "pop_disability_2050": 305, "pct_minority_2050": 0.88289112534309244, "pct_over75_2050": 0.030192131747483988, "pct_spfam_2050": 0.20108695652173916, "pct_lep_2050": 0.19598816178888526, "pct_below200_2050": 0.47233261999388571, "pct_disab_2050": 0.0933578206305479, "pct_zvhhs_2050": 0.068252326783867626, "pct_hus_rent50_2050": 0.26783867631851088, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.027392845633258001, "pct_minority_2040": 0.874637447631325, "pct_spfam_2040": 0.215988779803647, "pct_lep_2040": 0.22802850356294502, "pct_below200_2040": 0.37640992587818201, "pct_disab_2040": 0.084893479664300012, "pct_zvhhs_2040": 0.12068965517241399, "pct_hus_rent50_2040": 0.166837256908905, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.410261999899348, 37.662540000033822 ], [ -122.411470000394488, 37.658575000165932 ], [ -122.409116000226774, 37.658049999813933 ], [ -122.406388999790124, 37.65744200012999 ], [ -122.404919000252434, 37.660116000187799 ], [ -122.404024999576663, 37.661097000113173 ], [ -122.399439000338219, 37.664126000134011 ], [ -122.40494600001665, 37.665212000315478 ], [ -122.407013000129197, 37.666069000088449 ], [ -122.407829999913801, 37.664038999795487 ], [ -122.408551000337255, 37.663461999881818 ], [ -122.410261999899348, 37.662540000033822 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602200", "NAME": "Census Tract 6022", "state": "06", "county_fips": "081", "tract": "602200", "county_name": "San Mateo County", "tot_pop_2050": 8740, "tot_pop_pov_det_2050": 8540, "tot_pop_civ_ni_2050": 8740, "tot_hh_2050": 2506, "pop_zvhhs_2050": 263, "tot_fam_2050": 1714, "tot_pop_over5_2050": 8110, "pop_hus_rent50_2050": 447, "pop_minority_2050": 7584, "pop_over75_2050": 323, "pop_spfam_2050": 415, "pop_lep_2050": 1362, "pop_below200_2050": 2630, "pop_disability_2050": 570, "pct_minority_2050": 0.86773455377574371, "pct_over75_2050": 0.036956521739130437, "pct_spfam_2050": 0.24212368728121356, "pct_lep_2050": 0.16794081381011094, "pct_below200_2050": 0.30796252927400469, "pct_disab_2050": 0.065217391304347824, "pct_zvhhs_2050": 0.10494812450119713, "pct_hus_rent50_2050": 0.17837190742218675, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.061451071520785001, "pct_minority_2040": 0.91182545830105899, "pct_spfam_2040": 0.23857566765578603, "pct_lep_2040": 0.269628387817826, "pct_below200_2040": 0.44216369739220202, "pct_disab_2040": 0.10224632068164199, "pct_zvhhs_2040": 0.15022513303315602, "pct_hus_rent50_2040": 0.34683544303797498, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.430146000304177, 37.659593999719185 ], [ -122.430840999890066, 37.657660000156433 ], [ -122.423760000018575, 37.656096999736441 ], [ -122.424063999792196, 37.655237000222257 ], [ -122.420538000012598, 37.654472999857489 ], [ -122.410656000084643, 37.652009000319076 ], [ -122.410246999830719, 37.651582999795941 ], [ -122.410210000020797, 37.650026000271396 ], [ -122.40826799958171, 37.653711000093821 ], [ -122.406388999790124, 37.65744200012999 ], [ -122.409116000226774, 37.658049999813933 ], [ -122.411470000394488, 37.658575000165932 ], [ -122.412134000018227, 37.656667999745771 ], [ -122.41569099975996, 37.657452999888896 ], [ -122.41920400001905, 37.658228999718453 ], [ -122.422725999600686, 37.659005999863645 ], [ -122.426253999928392, 37.6597850001748 ], [ -122.429799999799457, 37.660566999748823 ], [ -122.430146000304177, 37.659593999719185 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602300", "NAME": "Census Tract 6023", "state": "06", "county_fips": "081", "tract": "602300", "county_name": "San Mateo County", "tot_pop_2050": 4167, "tot_pop_pov_det_2050": 4155, "tot_pop_civ_ni_2050": 4160, "tot_hh_2050": 1136, "pop_zvhhs_2050": 97, "tot_fam_2050": 893, "tot_pop_over5_2050": 3928, "pop_hus_rent50_2050": 138, "pop_minority_2050": 3654, "pop_over75_2050": 403, "pop_spfam_2050": 141, "pop_lep_2050": 354, "pop_below200_2050": 1191, "pop_disability_2050": 477, "pct_minority_2050": 0.87688984881209509, "pct_over75_2050": 0.09671226301895848, "pct_spfam_2050": 0.15789473684210525, "pct_lep_2050": 0.09012219959266804, "pct_below200_2050": 0.28664259927797842, "pct_disab_2050": 0.11466346153846152, "pct_zvhhs_2050": 0.085387323943661969, "pct_hus_rent50_2050": 0.12147887323943662, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062262718299165007, "pct_minority_2040": 0.83320678309288798, "pct_spfam_2040": 0.080662983425414003, "pct_lep_2040": 0.15255612658912601, "pct_below200_2040": 0.31792355371900799, "pct_disab_2040": 0.087198986058301994, "pct_zvhhs_2040": 0.064730290456431, "pct_hus_rent50_2040": 0.13596491228070198, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.433715999566374, 37.655502000344597 ], [ -122.434432999791852, 37.655078999782468 ], [ -122.433353000241539, 37.654156999657538 ], [ -122.429533999660677, 37.648747999920566 ], [ -122.427491999662479, 37.646049999985706 ], [ -122.424996999927743, 37.642667999709353 ], [ -122.423575000070642, 37.640677999674409 ], [ -122.423435000328553, 37.640471999871053 ], [ -122.423330999673141, 37.640340000214785 ], [ -122.419005999652327, 37.641980000251635 ], [ -122.417316000006636, 37.639187999920104 ], [ -122.416762999812661, 37.639352999700463 ], [ -122.41157699962632, 37.641230999923188 ], [ -122.411425000188672, 37.641228000239074 ], [ -122.411309999662606, 37.63533799966207 ], [ -122.406885999907573, 37.635269000001848 ], [ -122.406059000077235, 37.635127999847384 ], [ -122.40541200017195, 37.635401000130997 ], [ -122.403661000426894, 37.635537999645223 ], [ -122.398341000346221, 37.635133999708053 ], [ -122.380495536035838, 37.635352611564194 ], [ -122.384321999820088, 37.640381999839839 ], [ -122.389313000012777, 37.640193000272994 ], [ -122.391215000268915, 37.646404000067484 ], [ -122.38724500007531, 37.64733999970219 ], [ -122.380043999654916, 37.647720999818624 ], [ -122.3762409998659, 37.655249000250954 ], [ -122.374290999929201, 37.662205999902632 ], [ -122.380995000232133, 37.66785499987823 ], [ -122.380995000232133, 37.67176997027812 ], [ -122.388220999868565, 37.671783999782804 ], [ -122.391339000117469, 37.670048999718325 ], [ -122.393280999658217, 37.66970800029619 ], [ -122.393139000266345, 37.670034000006076 ], [ -122.393699999957903, 37.669390999772055 ], [ -122.399439000338219, 37.664126000134011 ], [ -122.404024999576663, 37.661097000113173 ], [ -122.404919000252434, 37.660116000187799 ], [ -122.406388999790124, 37.65744200012999 ], [ -122.40826799958171, 37.653711000093821 ], [ -122.410210000020797, 37.650026000271396 ], [ -122.410246999830719, 37.651582999795941 ], [ -122.410656000084643, 37.652009000319076 ], [ -122.420538000012598, 37.654472999857489 ], [ -122.424063999792196, 37.655237000222257 ], [ -122.4269240002982, 37.652069000206424 ], [ -122.428579999608715, 37.652780000265963 ], [ -122.433715999566374, 37.655502000344597 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602400", "NAME": "Census Tract 6024", "state": "06", "county_fips": "081", "tract": "602400", "county_name": "San Mateo County", "tot_pop_2050": 7603, "tot_pop_pov_det_2050": 7603, "tot_pop_civ_ni_2050": 7603, "tot_hh_2050": 2690, "pop_zvhhs_2050": 262, "tot_fam_2050": 1834, "tot_pop_over5_2050": 7234, "pop_hus_rent50_2050": 173, "pop_minority_2050": 4832, "pop_over75_2050": 814, "pop_spfam_2050": 183, "pop_lep_2050": 438, "pop_below200_2050": 1454, "pop_disability_2050": 893, "pct_minority_2050": 0.63553860318295408, "pct_over75_2050": 0.10706300144679733, "pct_spfam_2050": 0.099781897491821162, "pct_lep_2050": 0.060547414984794025, "pct_below200_2050": 0.19124029988162566, "pct_disab_2050": 0.11745363672234645, "pct_zvhhs_2050": 0.097397769516728641, "pct_hus_rent50_2050": 0.06431226765799257, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10905240868184199, "pct_minority_2040": 0.64174166225516105, "pct_spfam_2040": 0.079147640791476001, "pct_lep_2040": 0.046067415730337007, "pct_below200_2040": 0.19952210274790899, "pct_disab_2040": 0.115890083632019, "pct_zvhhs_2040": 0.093852309930884004, "pct_hus_rent50_2040": 0.071292413267250998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.448340999989924, 37.645980000247988 ], [ -122.449459999898309, 37.645152999988674 ], [ -122.444520999584142, 37.642032000160292 ], [ -122.442090000321826, 37.63955800031826 ], [ -122.44018300004285, 37.637269999703427 ], [ -122.439679000252681, 37.636303000073013 ], [ -122.436530999866562, 37.637726999664864 ], [ -122.432694999567246, 37.634549000343242 ], [ -122.423575000070642, 37.640677999674409 ], [ -122.424996999927743, 37.642667999709353 ], [ -122.427491999662479, 37.646049999985706 ], [ -122.429533999660677, 37.648747999920566 ], [ -122.433353000241539, 37.654156999657538 ], [ -122.434432999791852, 37.655078999782468 ], [ -122.436155999947843, 37.654247000067507 ], [ -122.439283000417575, 37.653612000060185 ], [ -122.441850000122315, 37.65002100020434 ], [ -122.446032000028012, 37.647759000074039 ], [ -122.448340999989924, 37.645980000247988 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602500", "NAME": "Census Tract 6025", "state": "06", "county_fips": "081", "tract": "602500", "county_name": "San Mateo County", "tot_pop_2050": 5407, "tot_pop_pov_det_2050": 5323, "tot_pop_civ_ni_2050": 5367, "tot_hh_2050": 1585, "pop_zvhhs_2050": 33, "tot_fam_2050": 1379, "tot_pop_over5_2050": 5210, "pop_hus_rent50_2050": 34, "pop_minority_2050": 4481, "pop_over75_2050": 495, "pop_spfam_2050": 53, "pop_lep_2050": 365, "pop_below200_2050": 517, "pop_disability_2050": 560, "pct_minority_2050": 0.82874052154614386, "pct_over75_2050": 0.091547993341964132, "pct_spfam_2050": 0.038433647570703409, "pct_lep_2050": 0.070057581573896355, "pct_below200_2050": 0.097125681006950959, "pct_disab_2050": 0.10434134525805852, "pct_zvhhs_2050": 0.02082018927444795, "pct_hus_rent50_2050": 0.021451104100946368, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065117104329312003, "pct_minority_2040": 0.83321504613200803, "pct_spfam_2040": 0.074313408723748003, "pct_lep_2040": 0.051491016854972996, "pct_below200_2040": 0.105357784969435, "pct_disab_2040": 0.099819168173598996, "pct_zvhhs_2040": 0.016490765171503999, "pct_hus_rent50_2040": 0.028018679119412998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.463285000255695, 37.642019000008744 ], [ -122.46326799963893, 37.63915099970778 ], [ -122.46246300044821, 37.639526999796139 ], [ -122.458741999776649, 37.64044099973038 ], [ -122.448708000411045, 37.635046000043182 ], [ -122.448108000361401, 37.634939999936584 ], [ -122.448100999790398, 37.635120000269545 ], [ -122.445914999852135, 37.636086999645507 ], [ -122.445563000397954, 37.634800000087608 ], [ -122.444089999588925, 37.634373000235094 ], [ -122.439679000252681, 37.636303000073013 ], [ -122.44018300004285, 37.637269999703427 ], [ -122.442090000321826, 37.63955800031826 ], [ -122.444520999584142, 37.642032000160292 ], [ -122.449459999898309, 37.645152999988674 ], [ -122.450053000275247, 37.644664000297681 ], [ -122.452857999631377, 37.643416999775567 ], [ -122.454199000195928, 37.642783999858672 ], [ -122.459463000200103, 37.643458999795001 ], [ -122.462142999882772, 37.642717000223762 ], [ -122.463285000255695, 37.642019000008744 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602600", "NAME": "Census Tract 6026", "state": "06", "county_fips": "081", "tract": "602600", "county_name": "San Mateo County", "tot_pop_2050": 8195, "tot_pop_pov_det_2050": 8181, "tot_pop_civ_ni_2050": 8195, "tot_hh_2050": 2725, "pop_zvhhs_2050": 52, "tot_fam_2050": 2128, "tot_pop_over5_2050": 7958, "pop_hus_rent50_2050": 127, "pop_minority_2050": 7210, "pop_over75_2050": 545, "pop_spfam_2050": 197, "pop_lep_2050": 666, "pop_below200_2050": 690, "pop_disability_2050": 576, "pct_minority_2050": 0.87980475899938992, "pct_over75_2050": 0.066503965832824891, "pct_spfam_2050": 0.092575187969924796, "pct_lep_2050": 0.083689369188238244, "pct_below200_2050": 0.084341767510084348, "pct_disab_2050": 0.070286760219646124, "pct_zvhhs_2050": 0.01908256880733945, "pct_hus_rent50_2050": 0.046605504587155962, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051266941661755994, "pct_minority_2040": 0.89593400117854993, "pct_spfam_2040": 0.10230053842388601, "pct_lep_2040": 0.066975463194792001, "pct_below200_2040": 0.17984678845020605, "pct_disab_2040": 0.076968480698854994, "pct_zvhhs_2040": 0.081168831168830988, "pct_hus_rent50_2040": 0.100147819660015, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.470760000312467, 37.649406000059507 ], [ -122.471864000152237, 37.649140000205954 ], [ -122.468508000251987, 37.643656999769888 ], [ -122.464132000177514, 37.638791000352455 ], [ -122.46326799963893, 37.63915099970778 ], [ -122.463285000255695, 37.642019000008744 ], [ -122.462142999882772, 37.642717000223762 ], [ -122.459463000200103, 37.643458999795001 ], [ -122.454199000195928, 37.642783999858672 ], [ -122.452857999631377, 37.643416999775567 ], [ -122.450053000275247, 37.644664000297681 ], [ -122.449459999898309, 37.645152999988674 ], [ -122.45007400019162, 37.645835000225716 ], [ -122.452387000351507, 37.649648999962025 ], [ -122.454778000329156, 37.649995999864068 ], [ -122.455648999642108, 37.650554999772801 ], [ -122.456785999992192, 37.649985999725629 ], [ -122.458997000044775, 37.649830000236214 ], [ -122.460757999835593, 37.649948999912844 ], [ -122.466852999868053, 37.650255000136241 ], [ -122.467581999789104, 37.650421000236634 ], [ -122.46905499969985, 37.650390999988865 ], [ -122.470760000312467, 37.649406000059507 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602700", "NAME": "Census Tract 6027", "state": "06", "county_fips": "081", "tract": "602700", "county_name": "San Mateo County", "tot_pop_2050": 6218, "tot_pop_pov_det_2050": 6208, "tot_pop_civ_ni_2050": 6218, "tot_hh_2050": 1937, "pop_zvhhs_2050": 35, "tot_fam_2050": 1509, "tot_pop_over5_2050": 5796, "pop_hus_rent50_2050": 133, "pop_minority_2050": 4691, "pop_over75_2050": 278, "pop_spfam_2050": 146, "pop_lep_2050": 181, "pop_below200_2050": 673, "pop_disability_2050": 566, "pct_minority_2050": 0.75442264393695724, "pct_over75_2050": 0.044708909617240271, "pct_spfam_2050": 0.09675281643472497, "pct_lep_2050": 0.031228433402346444, "pct_below200_2050": 0.10840850515463918, "pct_disab_2050": 0.091026053393374079, "pct_zvhhs_2050": 0.018069179143004648, "pct_hus_rent50_2050": 0.068662880743417656, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036404416839198997, "pct_minority_2040": 0.711870255348516, "pct_spfam_2040": 0.130935251798561, "pct_lep_2040": 0.042320321050710992, "pct_below200_2040": 0.17095937770095099, "pct_disab_2040": 0.059291270527225992, "pct_zvhhs_2040": 0.021298174442191002, "pct_hus_rent50_2040": 0.071792260692463999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.484599000015223, 37.64818899992467 ], [ -122.484168999844925, 37.645233999940899 ], [ -122.48007200032805, 37.644857000202407 ], [ -122.472634999906091, 37.641671999827523 ], [ -122.470596000280935, 37.64031000016319 ], [ -122.469780000321251, 37.637007999826139 ], [ -122.468451000350541, 37.638373000070345 ], [ -122.467943000362453, 37.637750000220613 ], [ -122.464132000177514, 37.638791000352455 ], [ -122.468508000251987, 37.643656999769888 ], [ -122.471864000152237, 37.649140000205954 ], [ -122.471337999722465, 37.653036000156021 ], [ -122.473874000363381, 37.65744900023536 ], [ -122.475790999789808, 37.660514000144339 ], [ -122.47694499985829, 37.660413000189457 ], [ -122.477977999552976, 37.659700000203969 ], [ -122.478314000011949, 37.659343999720775 ], [ -122.478564000257208, 37.658984999985854 ], [ -122.478799000433852, 37.658542999859264 ], [ -122.478914999886484, 37.658224000203724 ], [ -122.479017999818652, 37.657620000166908 ], [ -122.478897000343153, 37.655562000254378 ], [ -122.47956199979177, 37.654639999726065 ], [ -122.480099999917101, 37.654334999746517 ], [ -122.481968999662982, 37.652691000189101 ], [ -122.481346999872031, 37.651670999787065 ], [ -122.481185000388635, 37.650836000286759 ], [ -122.481457000375201, 37.650867999647602 ], [ -122.480044999665552, 37.648241999791814 ], [ -122.484599000015223, 37.64818899992467 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602800", "NAME": "Census Tract 6028", "state": "06", "county_fips": "081", "tract": "602800", "county_name": "San Mateo County", "tot_pop_2050": 4855, "tot_pop_pov_det_2050": 4846, "tot_pop_civ_ni_2050": 4842, "tot_hh_2050": 1503, "pop_zvhhs_2050": 27, "tot_fam_2050": 1100, "tot_pop_over5_2050": 4482, "pop_hus_rent50_2050": 79, "pop_minority_2050": 3159, "pop_over75_2050": 231, "pop_spfam_2050": 92, "pop_lep_2050": 183, "pop_below200_2050": 588, "pop_disability_2050": 402, "pct_minority_2050": 0.65066941297631309, "pct_over75_2050": 0.047579814624098868, "pct_spfam_2050": 0.08363636363636362, "pct_lep_2050": 0.040829986613119137, "pct_below200_2050": 0.12133718530747008, "pct_disab_2050": 0.08302354399008674, "pct_zvhhs_2050": 0.017964071856287425, "pct_hus_rent50_2050": 0.052561543579507652, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063678160919539997, "pct_minority_2040": 0.71494252873563213, "pct_spfam_2040": 0.152293577981651, "pct_lep_2040": 0.043937575030011999, "pct_below200_2040": 0.086206896551724005, "pct_disab_2040": 0.08137931034482801, "pct_zvhhs_2040": 0.052224371373308001, "pct_hus_rent50_2040": 0.076420640104506998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.492272000438732, 37.659922000232427 ], [ -122.491894000146942, 37.656493000050133 ], [ -122.491355000196691, 37.656544999754864 ], [ -122.489180999954002, 37.655759000032177 ], [ -122.487996999748304, 37.656217999898359 ], [ -122.486341000437761, 37.654695999819346 ], [ -122.484356000340995, 37.655026999762256 ], [ -122.483119000431799, 37.651830000355218 ], [ -122.481346999872031, 37.651670999787065 ], [ -122.481968999662982, 37.652691000189101 ], [ -122.480099999917101, 37.654334999746517 ], [ -122.47956199979177, 37.654639999726065 ], [ -122.478897000343153, 37.655562000254378 ], [ -122.479017999818652, 37.657620000166908 ], [ -122.478914999886484, 37.658224000203724 ], [ -122.478799000433852, 37.658542999859264 ], [ -122.478564000257208, 37.658984999985854 ], [ -122.478314000011949, 37.659343999720775 ], [ -122.477977999552976, 37.659700000203969 ], [ -122.47694499985829, 37.660413000189457 ], [ -122.475790999789808, 37.660514000144339 ], [ -122.476788000397775, 37.661981999888262 ], [ -122.48159799994221, 37.666133999684938 ], [ -122.485146000361397, 37.666845000164052 ], [ -122.485015999766745, 37.664289000338542 ], [ -122.4857249995963, 37.664310999959177 ], [ -122.485597000448109, 37.661677000201038 ], [ -122.4898220000115, 37.661130999757795 ], [ -122.491388999633557, 37.662123000271336 ], [ -122.49176399955229, 37.662322000114287 ], [ -122.492272000438732, 37.659922000232427 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081602900", "NAME": "Census Tract 6029", "state": "06", "county_fips": "081", "tract": "602900", "county_name": "San Mateo County", "tot_pop_2050": 3908, "tot_pop_pov_det_2050": 3845, "tot_pop_civ_ni_2050": 3845, "tot_hh_2050": 1578, "pop_zvhhs_2050": 113, "tot_fam_2050": 939, "tot_pop_over5_2050": 3698, "pop_hus_rent50_2050": 135, "pop_minority_2050": 1926, "pop_over75_2050": 177, "pop_spfam_2050": 155, "pop_lep_2050": 67, "pop_below200_2050": 522, "pop_disability_2050": 358, "pct_minority_2050": 0.49283520982599788, "pct_over75_2050": 0.045291709314227234, "pct_spfam_2050": 0.1650692225772098, "pct_lep_2050": 0.018117901568415359, "pct_below200_2050": 0.13576072821846555, "pct_disab_2050": 0.093107932379713931, "pct_zvhhs_2050": 0.071609632446134344, "pct_hus_rent50_2050": 0.085551330798479069, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025953389830507999, "pct_minority_2040": 0.52118644067796605, "pct_spfam_2040": 0.052921719955898998, "pct_lep_2040": 0.010123734533183, "pct_below200_2040": 0.12267457535723901, "pct_disab_2040": 0.10056619034780301, "pct_zvhhs_2040": 0.013707165109033999, "pct_hus_rent50_2040": 0.054838709677419009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.495378215689428, 37.664349843634525 ], [ -122.494284930055997, 37.647175663498771 ], [ -122.494085000108043, 37.644035000002397 ], [ -122.492734000396084, 37.646183000230366 ], [ -122.491619999612254, 37.646494999976611 ], [ -122.490980000277943, 37.646587999893654 ], [ -122.486663999579662, 37.643228000105601 ], [ -122.486018000397593, 37.643259999899136 ], [ -122.484168999844925, 37.645233999940899 ], [ -122.484599000015223, 37.64818899992467 ], [ -122.480044999665552, 37.648241999791814 ], [ -122.481457000375201, 37.650867999647602 ], [ -122.481185000388635, 37.650836000286759 ], [ -122.481346999872031, 37.651670999787065 ], [ -122.483119000431799, 37.651830000355218 ], [ -122.484356000340995, 37.655026999762256 ], [ -122.486341000437761, 37.654695999819346 ], [ -122.487996999748304, 37.656217999898359 ], [ -122.489180999954002, 37.655759000032177 ], [ -122.491355000196691, 37.656544999754864 ], [ -122.491894000146942, 37.656493000050133 ], [ -122.492272000438732, 37.659922000232427 ], [ -122.49176399955229, 37.662322000114287 ], [ -122.493063000284053, 37.663650000140507 ], [ -122.493642000417267, 37.664413000119147 ], [ -122.495378215689428, 37.664349843634525 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603000", "NAME": "Census Tract 6030", "state": "06", "county_fips": "081", "tract": "603000", "county_name": "San Mateo County", "tot_pop_2050": 4427, "tot_pop_pov_det_2050": 4427, "tot_pop_civ_ni_2050": 4427, "tot_hh_2050": 1850, "pop_zvhhs_2050": 90, "tot_fam_2050": 1104, "tot_pop_over5_2050": 4223, "pop_hus_rent50_2050": 287, "pop_minority_2050": 1417, "pop_over75_2050": 148, "pop_spfam_2050": 117, "pop_lep_2050": 94, "pop_below200_2050": 803, "pop_disability_2050": 341, "pct_minority_2050": 0.32008131917777283, "pct_over75_2050": 0.033431217528800544, "pct_spfam_2050": 0.10597826086956523, "pct_lep_2050": 0.022259057542031731, "pct_below200_2050": 0.18138694375423536, "pct_disab_2050": 0.077027332279195837, "pct_zvhhs_2050": 0.048648648648648651, "pct_hus_rent50_2050": 0.15513513513513513, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.035172565398988997, "pct_minority_2040": 0.35722136733347998, "pct_spfam_2040": 0.12306201550387598, "pct_lep_2040": 0.035747232472324995, "pct_below200_2040": 0.196746537700594, "pct_disab_2040": 0.092547812706089, "pct_zvhhs_2040": 0.031729785056295, "pct_hus_rent50_2040": 0.15023721665788098, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.495033226687696, 37.632837920660158 ], [ -122.495273297854112, 37.630003059788969 ], [ -122.491244999693521, 37.629888999701365 ], [ -122.488375999864971, 37.625612999971075 ], [ -122.487862000029068, 37.62589099990393 ], [ -122.48648100017985, 37.626691999739471 ], [ -122.485275000232818, 37.625285000192513 ], [ -122.483147999845798, 37.624748999695242 ], [ -122.479858999892684, 37.627043000025118 ], [ -122.478391999829739, 37.627214000238801 ], [ -122.476794000245576, 37.630900000111026 ], [ -122.477257000027848, 37.63302500034505 ], [ -122.475849000414456, 37.633741999844425 ], [ -122.472720000294913, 37.633802000259799 ], [ -122.471679000204304, 37.634524999997339 ], [ -122.469780000321251, 37.637007999826139 ], [ -122.470596000280935, 37.64031000016319 ], [ -122.472634999906091, 37.641671999827523 ], [ -122.48007200032805, 37.644857000202407 ], [ -122.484168999844925, 37.645233999940899 ], [ -122.486018000397593, 37.643259999899136 ], [ -122.486663999579662, 37.643228000105601 ], [ -122.490980000277943, 37.646587999893654 ], [ -122.491619999612254, 37.646494999976611 ], [ -122.492734000396084, 37.646183000230366 ], [ -122.494085000108043, 37.644035000002397 ], [ -122.494579555909638, 37.638195067717433 ], [ -122.495033226687696, 37.632837920660158 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603100", "NAME": "Census Tract 6031", "state": "06", "county_fips": "081", "tract": "603100", "county_name": "San Mateo County", "tot_pop_2050": 3482, "tot_pop_pov_det_2050": 3470, "tot_pop_civ_ni_2050": 3477, "tot_hh_2050": 1223, "pop_zvhhs_2050": 29, "tot_fam_2050": 924, "tot_pop_over5_2050": 3212, "pop_hus_rent50_2050": 54, "pop_minority_2050": 1410, "pop_over75_2050": 197, "pop_spfam_2050": 99, "pop_lep_2050": 63, "pop_below200_2050": 342, "pop_disability_2050": 177, "pct_minority_2050": 0.40493968983342893, "pct_over75_2050": 0.056576680068925897, "pct_spfam_2050": 0.10714285714285714, "pct_lep_2050": 0.019613947696139482, "pct_below200_2050": 0.098559077809798279, "pct_disab_2050": 0.050905953408110438, "pct_zvhhs_2050": 0.023712183156173343, "pct_hus_rent50_2050": 0.044153720359771054, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050482132728303999, "pct_minority_2040": 0.33380601247872899, "pct_spfam_2040": 0.052406417112299, "pct_lep_2040": 0.041224970553591998, "pct_below200_2040": 0.13068181818181801, "pct_disab_2040": 0.055965909090909011, "pct_zvhhs_2040": 0.0097481722177089995, "pct_hus_rent50_2040": 0.065800162469537002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.49818981496793, 37.614207534593888 ], [ -122.498191999670681, 37.614115999874336 ], [ -122.496785999707114, 37.612135999760213 ], [ -122.497006193851249, 37.611537734198784 ], [ -122.497168000196851, 37.610868999768229 ], [ -122.493619999777636, 37.609848000343291 ], [ -122.496852999654266, 37.607796999754825 ], [ -122.495532999904412, 37.60679699983784 ], [ -122.493165000391286, 37.603039000326966 ], [ -122.489254999573845, 37.600933999797441 ], [ -122.484917000032553, 37.599338000096566 ], [ -122.482584999606132, 37.59905799984049 ], [ -122.481603999789996, 37.598980000059363 ], [ -122.475384000084048, 37.603538999826547 ], [ -122.471589999617535, 37.608824000142661 ], [ -122.46854800043495, 37.608446000137796 ], [ -122.470961000153906, 37.609421000185236 ], [ -122.468170999968081, 37.613458000300696 ], [ -122.471693000448013, 37.613736000145238 ], [ -122.471521999845478, 37.614188999807794 ], [ -122.466684999638574, 37.617735000188013 ], [ -122.463885000305282, 37.61863500020339 ], [ -122.460685000040655, 37.617534999970125 ], [ -122.461184999632835, 37.619135000169109 ], [ -122.462784999765177, 37.619335000352329 ], [ -122.468679999781116, 37.626846000210776 ], [ -122.470024999645318, 37.628519000033101 ], [ -122.47080100032035, 37.630459000297748 ], [ -122.47270600005119, 37.632108000190534 ], [ -122.472720000294913, 37.633802000259799 ], [ -122.475849000414456, 37.633741999844425 ], [ -122.477257000027848, 37.63302500034505 ], [ -122.476794000245576, 37.630900000111026 ], [ -122.478391999829739, 37.627214000238801 ], [ -122.479858999892684, 37.627043000025118 ], [ -122.483147999845798, 37.624748999695242 ], [ -122.485275000232818, 37.625285000192513 ], [ -122.48648100017985, 37.626691999739471 ], [ -122.487862000029068, 37.62589099990393 ], [ -122.488375999864971, 37.625612999971075 ], [ -122.491244999693521, 37.629888999701365 ], [ -122.495273297854112, 37.630003059788969 ], [ -122.495285574230778, 37.629858095458189 ], [ -122.495886000081839, 37.622767999878846 ], [ -122.498031999837153, 37.620819000132194 ], [ -122.498061927210799, 37.619565221898043 ], [ -122.49818981496793, 37.614207534593888 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603200", "NAME": "Census Tract 6032", "state": "06", "county_fips": "081", "tract": "603200", "county_name": "San Mateo County", "tot_pop_2050": 3974, "tot_pop_pov_det_2050": 3929, "tot_pop_civ_ni_2050": 3929, "tot_hh_2050": 1410, "pop_zvhhs_2050": 22, "tot_fam_2050": 1032, "tot_pop_over5_2050": 3744, "pop_hus_rent50_2050": 48, "pop_minority_2050": 1300, "pop_over75_2050": 222, "pop_spfam_2050": 63, "pop_lep_2050": 0, "pop_below200_2050": 395, "pop_disability_2050": 414, "pct_minority_2050": 0.32712632108706591, "pct_over75_2050": 0.055863110216406636, "pct_spfam_2050": 0.061046511627906974, "pct_lep_2050": 0.0, "pct_below200_2050": 0.10053448714685673, "pct_disab_2050": 0.10537032323746499, "pct_zvhhs_2050": 0.015602836879432626, "pct_hus_rent50_2050": 0.034042553191489362, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034670116429496002, "pct_minority_2040": 0.29236739974126802, "pct_spfam_2040": 0.162027833001988, "pct_lep_2040": 0.020297699594046002, "pct_below200_2040": 0.15211119853133998, "pct_disab_2040": 0.088119590873328005, "pct_zvhhs_2040": 0.032833690221271, "pct_hus_rent50_2040": 0.025716385011021001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.520852000017655, 37.59417800024022 ], [ -122.517187000320888, 37.59063699976678 ], [ -122.517417749669619, 37.586797587415759 ], [ -122.514049999805451, 37.585175000224218 ], [ -122.508881000235831, 37.585054999878928 ], [ -122.513441000433303, 37.584466000119079 ], [ -122.51233000002253, 37.581418999702898 ], [ -122.514009999622473, 37.579147999676273 ], [ -122.512940999942785, 37.578576999917054 ], [ -122.512233999763055, 37.576860000276831 ], [ -122.509737000378493, 37.57577799997965 ], [ -122.509124999734979, 37.574060999875257 ], [ -122.50054099981557, 37.572386000354136 ], [ -122.499889999712309, 37.572268999661709 ], [ -122.498534999802374, 37.571346999664819 ], [ -122.497581999575331, 37.570513999970927 ], [ -122.496587000413811, 37.570337999961431 ], [ -122.498663999673795, 37.574786000142275 ], [ -122.499462000090148, 37.575456000108744 ], [ -122.501586999929017, 37.577237999851732 ], [ -122.502644999738038, 37.576785000161323 ], [ -122.504387000160591, 37.576038000013547 ], [ -122.505809000017692, 37.577983999793531 ], [ -122.504202000212672, 37.580051000280456 ], [ -122.502967999778249, 37.580257000208626 ], [ -122.495265000115808, 37.580583999718925 ], [ -122.493312999630987, 37.582347000138995 ], [ -122.497795999835574, 37.583196999735073 ], [ -122.498554999893841, 37.583577999759868 ], [ -122.498477000076051, 37.583631000139491 ], [ -122.493956000236636, 37.588385000125079 ], [ -122.493027000299051, 37.588871999674957 ], [ -122.491777999795985, 37.593478999679661 ], [ -122.493311999806096, 37.593709000180525 ], [ -122.495897999777412, 37.59332499985679 ], [ -122.497124999640846, 37.594276999739961 ], [ -122.496893999662163, 37.596941999666022 ], [ -122.500103999972566, 37.59954799995301 ], [ -122.498335999610745, 37.601965000077769 ], [ -122.498261000165982, 37.606220999937918 ], [ -122.496852999654266, 37.607796999754825 ], [ -122.493619999777636, 37.609848000343291 ], [ -122.497168000196851, 37.610868999768229 ], [ -122.497006193851249, 37.611537734198784 ], [ -122.498210000112365, 37.608266999832324 ], [ -122.498432110362984, 37.608267970518604 ], [ -122.502330000093778, 37.608285000224456 ], [ -122.502125999879269, 37.606415999828918 ], [ -122.501967398722613, 37.606203565532887 ], [ -122.501021606577396, 37.604936750572968 ], [ -122.50042899966256, 37.604142999733419 ], [ -122.501258817507974, 37.600235834921705 ], [ -122.501386000087578, 37.599637000340316 ], [ -122.502021451251565, 37.599275030272736 ], [ -122.507464202522542, 37.596174695901318 ], [ -122.5076479996263, 37.596069999836203 ], [ -122.514290175176427, 37.598149199915618 ], [ -122.514724000373235, 37.598284999759017 ], [ -122.515326000072676, 37.59556399975699 ], [ -122.520852000017655, 37.59417800024022 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603300", "NAME": "Census Tract 6033", "state": "06", "county_fips": "081", "tract": "603300", "county_name": "San Mateo County", "tot_pop_2050": 6416, "tot_pop_pov_det_2050": 6416, "tot_pop_civ_ni_2050": 6416, "tot_hh_2050": 2379, "pop_zvhhs_2050": 94, "tot_fam_2050": 1633, "tot_pop_over5_2050": 6101, "pop_hus_rent50_2050": 127, "pop_minority_2050": 2117, "pop_over75_2050": 545, "pop_spfam_2050": 159, "pop_lep_2050": 87, "pop_below200_2050": 618, "pop_disability_2050": 804, "pct_minority_2050": 0.32995635910224441, "pct_over75_2050": 0.084943890274314218, "pct_spfam_2050": 0.097366809552970002, "pct_lep_2050": 0.014259957384035403, "pct_below200_2050": 0.0963216957605985, "pct_disab_2050": 0.12531172069825436, "pct_zvhhs_2050": 0.039512400168137882, "pct_hus_rent50_2050": 0.053383774695250102, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059362079149439001, "pct_minority_2040": 0.34805079740106298, "pct_spfam_2040": 0.12728278915329302, "pct_lep_2040": 0.011945392491468001, "pct_below200_2040": 0.08816568047337299, "pct_disab_2040": 0.077672770230359997, "pct_zvhhs_2040": 0.037238493723848999, "pct_hus_rent50_2040": 0.061754684838160004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.505809000017692, 37.577983999793531 ], [ -122.504387000160591, 37.576038000013547 ], [ -122.502644999738038, 37.576785000161323 ], [ -122.501586999929017, 37.577237999851732 ], [ -122.499462000090148, 37.575456000108744 ], [ -122.498663999673795, 37.574786000142275 ], [ -122.496587000413811, 37.570337999961431 ], [ -122.494424999866681, 37.570291000196022 ], [ -122.493808999923544, 37.569342999837154 ], [ -122.492571000189486, 37.566594000143347 ], [ -122.485425999845546, 37.565513999675666 ], [ -122.482398000008345, 37.563249000188371 ], [ -122.480068000130046, 37.562139000100977 ], [ -122.477887000214679, 37.562138000329526 ], [ -122.477694999695771, 37.563548000141665 ], [ -122.467638999690507, 37.563507000307197 ], [ -122.467623999621907, 37.566286999736754 ], [ -122.465686000279078, 37.566137999925324 ], [ -122.465486000262544, 37.569436999822834 ], [ -122.467885999562739, 37.569536999859075 ], [ -122.467904999829287, 37.570097000001958 ], [ -122.467980999997266, 37.572544999649494 ], [ -122.476167000431758, 37.572565000114494 ], [ -122.471753999649067, 37.57818400027292 ], [ -122.473708999608633, 37.579746000307836 ], [ -122.475539999719658, 37.5787520001291 ], [ -122.475589999948355, 37.57930100010222 ], [ -122.476396999687225, 37.580623999884814 ], [ -122.474085000250582, 37.583390999972671 ], [ -122.475213000379824, 37.584214999876146 ], [ -122.475964000042168, 37.584916000239701 ], [ -122.477074999554645, 37.58647000015479 ], [ -122.477094999646127, 37.588792999768629 ], [ -122.479462000232658, 37.589841000047727 ], [ -122.480703000339801, 37.592109999720449 ], [ -122.478982999658541, 37.591884999680154 ], [ -122.478955999894382, 37.593913999981417 ], [ -122.480869000021158, 37.59446700008607 ], [ -122.482314000342768, 37.596459000342868 ], [ -122.482584999606132, 37.59905799984049 ], [ -122.484917000032553, 37.599338000096566 ], [ -122.489254999573845, 37.600933999797441 ], [ -122.493165000391286, 37.603039000326966 ], [ -122.495532999904412, 37.60679699983784 ], [ -122.496852999654266, 37.607796999754825 ], [ -122.498261000165982, 37.606220999937918 ], [ -122.498335999610745, 37.601965000077769 ], [ -122.500103999972566, 37.59954799995301 ], [ -122.496893999662163, 37.596941999666022 ], [ -122.497124999640846, 37.594276999739961 ], [ -122.495897999777412, 37.59332499985679 ], [ -122.493311999806096, 37.593709000180525 ], [ -122.491777999795985, 37.593478999679661 ], [ -122.493027000299051, 37.588871999674957 ], [ -122.493956000236636, 37.588385000125079 ], [ -122.498477000076051, 37.583631000139491 ], [ -122.498554999893841, 37.583577999759868 ], [ -122.497795999835574, 37.583196999735073 ], [ -122.493312999630987, 37.582347000138995 ], [ -122.495265000115808, 37.580583999718925 ], [ -122.502967999778249, 37.580257000208626 ], [ -122.504202000212672, 37.580051000280456 ], [ -122.505809000017692, 37.577983999793531 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603400", "NAME": "Census Tract 6034", "state": "06", "county_fips": "081", "tract": "603400", "county_name": "San Mateo County", "tot_pop_2050": 5785, "tot_pop_pov_det_2050": 5692, "tot_pop_civ_ni_2050": 5785, "tot_hh_2050": 2074, "pop_zvhhs_2050": 120, "tot_fam_2050": 1424, "tot_pop_over5_2050": 5479, "pop_hus_rent50_2050": 91, "pop_minority_2050": 2302, "pop_over75_2050": 425, "pop_spfam_2050": 118, "pop_lep_2050": 118, "pop_below200_2050": 557, "pop_disability_2050": 616, "pct_minority_2050": 0.3979256698357822, "pct_over75_2050": 0.073465859982713919, "pct_spfam_2050": 0.082865168539325837, "pct_lep_2050": 0.021536776784084687, "pct_below200_2050": 0.097856640899508074, "pct_disab_2050": 0.10648228176318064, "pct_zvhhs_2050": 0.057859209257473475, "pct_hus_rent50_2050": 0.043876567020250716, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.069007263922518006, "pct_minority_2040": 0.40055344171566903, "pct_spfam_2040": 0.077388963660835003, "pct_lep_2040": 0.024331797235022996, "pct_below200_2040": 0.13279085872576199, "pct_disab_2040": 0.087858872362504004, "pct_zvhhs_2040": 0.062884160756500995, "pct_hus_rent50_2040": 0.050614947965940994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.482584999606132, 37.59905799984049 ], [ -122.482314000342768, 37.596459000342868 ], [ -122.480869000021158, 37.59446700008607 ], [ -122.478955999894382, 37.593913999981417 ], [ -122.478982999658541, 37.591884999680154 ], [ -122.480703000339801, 37.592109999720449 ], [ -122.479462000232658, 37.589841000047727 ], [ -122.477094999646127, 37.588792999768629 ], [ -122.477074999554645, 37.58647000015479 ], [ -122.475964000042168, 37.584916000239701 ], [ -122.475213000379824, 37.584214999876146 ], [ -122.474085000250582, 37.583390999972671 ], [ -122.476396999687225, 37.580623999884814 ], [ -122.475589999948355, 37.57930100010222 ], [ -122.475539999719658, 37.5787520001291 ], [ -122.473708999608633, 37.579746000307836 ], [ -122.471753999649067, 37.57818400027292 ], [ -122.476167000431758, 37.572565000114494 ], [ -122.467980999997266, 37.572544999649494 ], [ -122.467904999829287, 37.570097000001958 ], [ -122.467885999562739, 37.569536999859075 ], [ -122.465486000262544, 37.569436999822834 ], [ -122.465686000279078, 37.566137999925324 ], [ -122.459786000240285, 37.566036999878882 ], [ -122.459485999766315, 37.566036999878882 ], [ -122.459407000123591, 37.570084000088372 ], [ -122.450579999631614, 37.570060999961775 ], [ -122.450584999654481, 37.578036999883906 ], [ -122.459585000398818, 37.578136999763622 ], [ -122.459385000382284, 37.584737000270742 ], [ -122.462784999765177, 37.584836999694041 ], [ -122.457784000425022, 37.587285999691531 ], [ -122.450381000338297, 37.590917999776202 ], [ -122.443421999767239, 37.594396000114642 ], [ -122.450068000343833, 37.615585999659913 ], [ -122.451444999995118, 37.617127999708366 ], [ -122.450950000425792, 37.617537000159956 ], [ -122.451598000155968, 37.618133999990313 ], [ -122.453517999955452, 37.618797999924098 ], [ -122.454499999596493, 37.618418999656321 ], [ -122.461184999632835, 37.619135000169109 ], [ -122.460685000040655, 37.617534999970125 ], [ -122.463885000305282, 37.61863500020339 ], [ -122.466684999638574, 37.617735000188013 ], [ -122.471521999845478, 37.614188999807794 ], [ -122.471693000448013, 37.613736000145238 ], [ -122.468170999968081, 37.613458000300696 ], [ -122.470961000153906, 37.609421000185236 ], [ -122.46854800043495, 37.608446000137796 ], [ -122.471589999617535, 37.608824000142661 ], [ -122.475384000084048, 37.603538999826547 ], [ -122.481603999789996, 37.598980000059363 ], [ -122.482584999606132, 37.59905799984049 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603700", "NAME": "Census Tract 6037", "state": "06", "county_fips": "081", "tract": "603700", "county_name": "San Mateo County", "tot_pop_2050": 5525, "tot_pop_pov_det_2050": 5486, "tot_pop_civ_ni_2050": 5486, "tot_hh_2050": 1695, "pop_zvhhs_2050": 65, "tot_fam_2050": 1330, "tot_pop_over5_2050": 5283, "pop_hus_rent50_2050": 79, "pop_minority_2050": 3539, "pop_over75_2050": 596, "pop_spfam_2050": 119, "pop_lep_2050": 205, "pop_below200_2050": 873, "pop_disability_2050": 668, "pct_minority_2050": 0.64054298642533936, "pct_over75_2050": 0.10787330316742083, "pct_spfam_2050": 0.08947368421052633, "pct_lep_2050": 0.038803710013250052, "pct_below200_2050": 0.15913233685745534, "pct_disab_2050": 0.12176449143273788, "pct_zvhhs_2050": 0.038348082595870206, "pct_hus_rent50_2050": 0.046607669616519166, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090107913669064996, "pct_minority_2040": 0.656115107913669, "pct_spfam_2040": 0.064692127825409007, "pct_lep_2040": 0.050294173467450999, "pct_below200_2040": 0.20500725689404897, "pct_disab_2040": 0.12536284470246697, "pct_zvhhs_2040": 0.0097323600973240002, "pct_hus_rent50_2040": 0.019619865113426997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.46326799963893, 37.63915099970778 ], [ -122.464132000177514, 37.638791000352455 ], [ -122.46202400005707, 37.636778000187753 ], [ -122.456885999551275, 37.633937000127972 ], [ -122.454273999640662, 37.632058000249359 ], [ -122.448085999721798, 37.625735999959574 ], [ -122.447238999799964, 37.624339999786294 ], [ -122.442539999685309, 37.625904000031483 ], [ -122.439324000425444, 37.62785300021401 ], [ -122.43770599985146, 37.629677999852213 ], [ -122.435037999864363, 37.630338000144739 ], [ -122.43781999965428, 37.632863000050683 ], [ -122.439679000252681, 37.636303000073013 ], [ -122.444089999588925, 37.634373000235094 ], [ -122.445563000397954, 37.634800000087608 ], [ -122.445914999852135, 37.636086999645507 ], [ -122.448100999790398, 37.635120000269545 ], [ -122.448108000361401, 37.634939999936584 ], [ -122.448708000411045, 37.635046000043182 ], [ -122.458741999776649, 37.64044099973038 ], [ -122.46246300044821, 37.639526999796139 ], [ -122.46326799963893, 37.63915099970778 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603801", "NAME": "Census Tract 6038.01", "state": "06", "county_fips": "081", "tract": "603801", "county_name": "San Mateo County", "tot_pop_2050": 2335, "tot_pop_pov_det_2050": 2330, "tot_pop_civ_ni_2050": 2335, "tot_hh_2050": 1159, "pop_zvhhs_2050": 79, "tot_fam_2050": 537, "tot_pop_over5_2050": 2215, "pop_hus_rent50_2050": 93, "pop_minority_2050": 1626, "pop_over75_2050": 59, "pop_spfam_2050": 57, "pop_lep_2050": 131, "pop_below200_2050": 370, "pop_disability_2050": 120, "pct_minority_2050": 0.69635974304068526, "pct_over75_2050": 0.025267665952890792, "pct_spfam_2050": 0.10614525139664804, "pct_lep_2050": 0.059142212189616253, "pct_below200_2050": 0.15879828326180254, "pct_disab_2050": 0.051391862955032119, "pct_zvhhs_2050": 0.068162208800690252, "pct_hus_rent50_2050": 0.080241587575496112, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038844149692088999, "pct_minority_2040": 0.66366650876361899, "pct_spfam_2040": 0.10514541387024601, "pct_lep_2040": 0.082922013820335996, "pct_below200_2040": 0.26622453813358599, "pct_disab_2040": 0.116058739933681, "pct_zvhhs_2040": 0.047818791946309003, "pct_hus_rent50_2040": 0.06879194630872501, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.431011999594261, 37.61998799990851 ], [ -122.431409000152627, 37.617738000108908 ], [ -122.42656199989996, 37.618257999986767 ], [ -122.424484999741651, 37.61769500004516 ], [ -122.424714999895428, 37.618368000028511 ], [ -122.428574999585877, 37.624393999950172 ], [ -122.43009400042564, 37.620702000148817 ], [ -122.431011999594261, 37.61998799990851 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603802", "NAME": "Census Tract 6038.02", "state": "06", "county_fips": "081", "tract": "603802", "county_name": "San Mateo County", "tot_pop_2050": 4915, "tot_pop_pov_det_2050": 4898, "tot_pop_civ_ni_2050": 4876, "tot_hh_2050": 1838, "pop_zvhhs_2050": 89, "tot_fam_2050": 1264, "tot_pop_over5_2050": 4565, "pop_hus_rent50_2050": 101, "pop_minority_2050": 2528, "pop_over75_2050": 469, "pop_spfam_2050": 62, "pop_lep_2050": 145, "pop_below200_2050": 572, "pop_disability_2050": 492, "pct_minority_2050": 0.51434384537131228, "pct_over75_2050": 0.095422177009155631, "pct_spfam_2050": 0.049050632911392403, "pct_lep_2050": 0.031763417305585982, "pct_below200_2050": 0.11678236014699878, "pct_disab_2050": 0.10090237899917966, "pct_zvhhs_2050": 0.048422198041349285, "pct_hus_rent50_2050": 0.054951033732317738, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10604476051035301, "pct_minority_2040": 0.50428780589834798, "pct_spfam_2040": 0.067475360121304007, "pct_lep_2040": 0.040584769801440004, "pct_below200_2040": 0.14787701317716001, "pct_disab_2040": 0.090775988286969006, "pct_zvhhs_2040": 0.044002095337872998, "pct_hus_rent50_2040": 0.10567823343848599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.447238999799964, 37.624339999786294 ], [ -122.446648999796082, 37.623343000028875 ], [ -122.445635000367986, 37.622143999731193 ], [ -122.441948000031616, 37.618313000027982 ], [ -122.437473000222965, 37.61367400031601 ], [ -122.430341000297844, 37.606143999730719 ], [ -122.42831299964503, 37.604791000062427 ], [ -122.428119000374579, 37.604676000304011 ], [ -122.428148999613526, 37.604751999984842 ], [ -122.428202000215265, 37.604966999756904 ], [ -122.428367999896622, 37.605729999754807 ], [ -122.427344000422778, 37.610042000136794 ], [ -122.424375999961725, 37.615608000187294 ], [ -122.424484999741651, 37.61769500004516 ], [ -122.42656199989996, 37.618257999986767 ], [ -122.431409000152627, 37.617738000108908 ], [ -122.431011999594261, 37.61998799990851 ], [ -122.43009400042564, 37.620702000148817 ], [ -122.428574999585877, 37.624393999950172 ], [ -122.430455000100665, 37.626756000038803 ], [ -122.435037999864363, 37.630338000144739 ], [ -122.43770599985146, 37.629677999852213 ], [ -122.439324000425444, 37.62785300021401 ], [ -122.442539999685309, 37.625904000031483 ], [ -122.447238999799964, 37.624339999786294 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081603900", "NAME": "Census Tract 6039", "state": "06", "county_fips": "081", "tract": "603900", "county_name": "San Mateo County", "tot_pop_2050": 5551, "tot_pop_pov_det_2050": 5551, "tot_pop_civ_ni_2050": 5524, "tot_hh_2050": 2051, "pop_zvhhs_2050": 0, "tot_fam_2050": 1283, "tot_pop_over5_2050": 5344, "pop_hus_rent50_2050": 47, "pop_minority_2050": 2748, "pop_over75_2050": 341, "pop_spfam_2050": 76, "pop_lep_2050": 330, "pop_below200_2050": 733, "pop_disability_2050": 530, "pct_minority_2050": 0.49504593766888849, "pct_over75_2050": 0.061430372905782737, "pct_spfam_2050": 0.059236165237724077, "pct_lep_2050": 0.061751497005988025, "pct_below200_2050": 0.13204827958926318, "pct_disab_2050": 0.095944967414916718, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.022915650901999023, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068952734012974998, "pct_minority_2040": 0.52159406858202007, "pct_spfam_2040": 0.097318007662835007, "pct_lep_2040": 0.054253051734160007, "pct_below200_2040": 0.10565338276181697, "pct_disab_2040": 0.090824837812789994, "pct_zvhhs_2040": 0.015274463007159999, "pct_hus_rent50_2040": 0.05823389021479701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.427344000422778, 37.610042000136794 ], [ -122.428367999896622, 37.605729999754807 ], [ -122.426303000332183, 37.605036999697568 ], [ -122.425448000014455, 37.605747000151602 ], [ -122.423831000163659, 37.606328000324609 ], [ -122.422877999936645, 37.607139999659637 ], [ -122.418735000388992, 37.61008700003493 ], [ -122.41576899957775, 37.61058000029869 ], [ -122.413082000222403, 37.612145000200258 ], [ -122.41075900001681, 37.613355999897486 ], [ -122.410186999556274, 37.613582000267584 ], [ -122.409481000099746, 37.613942999843317 ], [ -122.406040999635593, 37.612225000031174 ], [ -122.408590999621893, 37.609781000190665 ], [ -122.409286999930998, 37.607979000082693 ], [ -122.408388999955534, 37.607907000326833 ], [ -122.407429000055799, 37.607835999659251 ], [ -122.403925000017523, 37.60967500034635 ], [ -122.406301999751491, 37.612632999893762 ], [ -122.405280999752378, 37.613603999964667 ], [ -122.406141000093001, 37.615051000163177 ], [ -122.406537999753027, 37.615448999657993 ], [ -122.408815999752804, 37.617760999735637 ], [ -122.41063299962012, 37.620195999693806 ], [ -122.411471000219407, 37.621358999968301 ], [ -122.41264600020429, 37.622992999724815 ], [ -122.416455999666013, 37.621274000135628 ], [ -122.417953999691065, 37.620596999915662 ], [ -122.420206999576479, 37.61958100026682 ], [ -122.423151999573022, 37.618252999916272 ], [ -122.423676000352984, 37.6180160003181 ], [ -122.424484999741651, 37.61769500004516 ], [ -122.424375999961725, 37.615608000187294 ], [ -122.427344000422778, 37.610042000136794 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604000", "NAME": "Census Tract 6040", "state": "06", "county_fips": "081", "tract": "604000", "county_name": "San Mateo County", "tot_pop_2050": 3371, "tot_pop_pov_det_2050": 3371, "tot_pop_civ_ni_2050": 3371, "tot_hh_2050": 1130, "pop_zvhhs_2050": 45, "tot_fam_2050": 864, "tot_pop_over5_2050": 3125, "pop_hus_rent50_2050": 19, "pop_minority_2050": 1815, "pop_over75_2050": 221, "pop_spfam_2050": 114, "pop_lep_2050": 216, "pop_below200_2050": 462, "pop_disability_2050": 321, "pct_minority_2050": 0.5384159003263127, "pct_over75_2050": 0.065559181251854046, "pct_spfam_2050": 0.13194444444444445, "pct_lep_2050": 0.06912, "pct_below200_2050": 0.1370513200830614, "pct_disab_2050": 0.095223969148620594, "pct_zvhhs_2050": 0.039823008849557522, "pct_hus_rent50_2050": 0.016814159292035398, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089252625077208006, "pct_minority_2040": 0.47189623224212496, "pct_spfam_2040": 0.13403263403263399, "pct_lep_2040": 0.056889181190397993, "pct_below200_2040": 0.16126042632066698, "pct_disab_2040": 0.086808773555760999, "pct_zvhhs_2040": 0.057904411764705989, "pct_hus_rent50_2040": 0.044485634847080999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.427588999746845, 37.624983000257643 ], [ -122.428574999585877, 37.624393999950172 ], [ -122.424714999895428, 37.618368000028511 ], [ -122.424484999741651, 37.61769500004516 ], [ -122.423676000352984, 37.6180160003181 ], [ -122.423151999573022, 37.618252999916272 ], [ -122.420206999576479, 37.61958100026682 ], [ -122.417953999691065, 37.620596999915662 ], [ -122.416455999666013, 37.621274000135628 ], [ -122.41264600020429, 37.622992999724815 ], [ -122.416599999606049, 37.628825999901451 ], [ -122.419782000327359, 37.627608000240464 ], [ -122.423382999551706, 37.626273999697808 ], [ -122.427588999746845, 37.624983000257643 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604101", "NAME": "Census Tract 6041.01", "state": "06", "county_fips": "081", "tract": "604101", "county_name": "San Mateo County", "tot_pop_2050": 8125, "tot_pop_pov_det_2050": 8072, "tot_pop_civ_ni_2050": 8072, "tot_hh_2050": 2461, "pop_zvhhs_2050": 170, "tot_fam_2050": 1576, "tot_pop_over5_2050": 7809, "pop_hus_rent50_2050": 630, "pop_minority_2050": 6858, "pop_over75_2050": 305, "pop_spfam_2050": 215, "pop_lep_2050": 988, "pop_below200_2050": 2571, "pop_disability_2050": 664, "pct_minority_2050": 0.84406153846153842, "pct_over75_2050": 0.037538461538461534, "pct_spfam_2050": 0.13642131979695432, "pct_lep_2050": 0.12652068126520682, "pct_below200_2050": 0.31850842418235875, "pct_disab_2050": 0.082259663032705654, "pct_zvhhs_2050": 0.069077610727346611, "pct_hus_rent50_2050": 0.25599349857781389, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040426313855199993, "pct_minority_2040": 0.76797745926742589, "pct_spfam_2040": 0.150057937427578, "pct_lep_2040": 0.14843031656377301, "pct_below200_2040": 0.22637308263235997, "pct_disab_2040": 0.046267735965452993, "pct_zvhhs_2040": 0.055533828705514009, "pct_hus_rent50_2040": 0.18057234985892803, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.417119000363144, 37.633677999869697 ], [ -122.418981000436276, 37.632887999754665 ], [ -122.416599999606049, 37.628825999901451 ], [ -122.41264600020429, 37.622992999724815 ], [ -122.411471000219407, 37.621358999968301 ], [ -122.41063299962012, 37.620195999693806 ], [ -122.408815999752804, 37.617760999735637 ], [ -122.406537999753027, 37.615448999657993 ], [ -122.406141000093001, 37.615051000163177 ], [ -122.401743000277236, 37.610852999659507 ], [ -122.400163000236404, 37.612646000204883 ], [ -122.405228000048936, 37.619436999669396 ], [ -122.404863000175965, 37.619606999880482 ], [ -122.404954000412545, 37.619727000004701 ], [ -122.407251999605506, 37.622842000235366 ], [ -122.409457999635208, 37.626656000036085 ], [ -122.411774000168123, 37.63067300017422 ], [ -122.412370000019763, 37.631581000029882 ], [ -122.413615000324853, 37.633921000003589 ], [ -122.413759000264918, 37.634184000321667 ], [ -122.415669999843558, 37.634043000242542 ], [ -122.417119000363144, 37.633677999869697 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604102", "NAME": "Census Tract 6041.02", "state": "06", "county_fips": "081", "tract": "604102", "county_name": "San Mateo County", "tot_pop_2050": 2917, "tot_pop_pov_det_2050": 2917, "tot_pop_civ_ni_2050": 2917, "tot_hh_2050": 1578, "pop_zvhhs_2050": 160, "tot_fam_2050": 620, "tot_pop_over5_2050": 2824, "pop_hus_rent50_2050": 329, "pop_minority_2050": 1990, "pop_over75_2050": 210, "pop_spfam_2050": 23, "pop_lep_2050": 139, "pop_below200_2050": 562, "pop_disability_2050": 167, "pct_minority_2050": 0.68220774768597869, "pct_over75_2050": 0.071991772368872123, "pct_spfam_2050": 0.037096774193548392, "pct_lep_2050": 0.049220963172804527, "pct_below200_2050": 0.19266369557764826, "pct_disab_2050": 0.057250599931436413, "pct_zvhhs_2050": 0.10139416983523447, "pct_hus_rent50_2050": 0.20849176172370087, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.089105339105339007, "pct_minority_2040": 0.71753246753246802, "pct_spfam_2040": 0.14965986394557801, "pct_lep_2040": 0.091391733029958011, "pct_below200_2040": 0.26082251082251101, "pct_disab_2040": 0.11038961038961001, "pct_zvhhs_2040": 0.14285714285714302, "pct_hus_rent50_2040": 0.230563002680965, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.439679000252681, 37.636303000073013 ], [ -122.43781999965428, 37.632863000050683 ], [ -122.435037999864363, 37.630338000144739 ], [ -122.430455000100665, 37.626756000038803 ], [ -122.428574999585877, 37.624393999950172 ], [ -122.427588999746845, 37.624983000257643 ], [ -122.423382999551706, 37.626273999697808 ], [ -122.419782000327359, 37.627608000240464 ], [ -122.416599999606049, 37.628825999901451 ], [ -122.418981000436276, 37.632887999754665 ], [ -122.417119000363144, 37.633677999869697 ], [ -122.415669999843558, 37.634043000242542 ], [ -122.413759000264918, 37.634184000321667 ], [ -122.416762999812661, 37.639352999700463 ], [ -122.417316000006636, 37.639187999920104 ], [ -122.419005999652327, 37.641980000251635 ], [ -122.423330999673141, 37.640340000214785 ], [ -122.423435000328553, 37.640471999871053 ], [ -122.423575000070642, 37.640677999674409 ], [ -122.432694999567246, 37.634549000343242 ], [ -122.436530999866562, 37.637726999664864 ], [ -122.439679000252681, 37.636303000073013 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604200", "NAME": "Census Tract 6042", "state": "06", "county_fips": "081", "tract": "604200", "county_name": "San Mateo County", "tot_pop_2050": 4445, "tot_pop_pov_det_2050": 4428, "tot_pop_civ_ni_2050": 4436, "tot_hh_2050": 1124, "pop_zvhhs_2050": 57, "tot_fam_2050": 936, "tot_pop_over5_2050": 4017, "pop_hus_rent50_2050": 77, "pop_minority_2050": 3498, "pop_over75_2050": 184, "pop_spfam_2050": 121, "pop_lep_2050": 363, "pop_below200_2050": 525, "pop_disability_2050": 328, "pct_minority_2050": 0.7869516310461192, "pct_over75_2050": 0.041394825646794149, "pct_spfam_2050": 0.12927350427350429, "pct_lep_2050": 0.09036594473487676, "pct_below200_2050": 0.11856368563685638, "pct_disab_2050": 0.073940486925157797, "pct_zvhhs_2050": 0.050711743772242003, "pct_hus_rent50_2050": 0.06850533807829183, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027914614121511, "pct_minority_2040": 0.78442411447337601, "pct_spfam_2040": 0.31641086186540696, "pct_lep_2040": 0.16653512233622697, "pct_below200_2040": 0.24729156853509199, "pct_disab_2040": 0.070138400187661001, "pct_zvhhs_2040": 0.029574861367837001, "pct_hus_rent50_2040": 0.086255924170615991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.416762999812661, 37.639352999700463 ], [ -122.413759000264918, 37.634184000321667 ], [ -122.413615000324853, 37.633921000003589 ], [ -122.412370000019763, 37.631581000029882 ], [ -122.411774000168123, 37.63067300017422 ], [ -122.409457999635208, 37.626656000036085 ], [ -122.407251999605506, 37.622842000235366 ], [ -122.404954000412545, 37.619727000004701 ], [ -122.404863000175965, 37.619606999880482 ], [ -122.405228000048936, 37.619436999669396 ], [ -122.400163000236404, 37.612646000204883 ], [ -122.399082999787751, 37.61201900034542 ], [ -122.398082999705039, 37.612635000215448 ], [ -122.396469000227327, 37.612861999732338 ], [ -122.398008000260276, 37.615210000120328 ], [ -122.400252999749753, 37.621349999932022 ], [ -122.40239299965728, 37.627935999728628 ], [ -122.402864999660366, 37.631312999844354 ], [ -122.403656000404027, 37.634458000028125 ], [ -122.403661000426894, 37.635537999645223 ], [ -122.40541200017195, 37.635401000130997 ], [ -122.406059000077235, 37.635127999847384 ], [ -122.406885999907573, 37.635269000001848 ], [ -122.411309999662606, 37.63533799966207 ], [ -122.411425000188672, 37.641228000239074 ], [ -122.41157699962632, 37.641230999923188 ], [ -122.416762999812661, 37.639352999700463 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604400", "NAME": "Census Tract 6044", "state": "06", "county_fips": "081", "tract": "604400", "county_name": "San Mateo County", "tot_pop_2050": 5196, "tot_pop_pov_det_2050": 5012, "tot_pop_civ_ni_2050": 5013, "tot_hh_2050": 1800, "pop_zvhhs_2050": 61, "tot_fam_2050": 1130, "tot_pop_over5_2050": 4880, "pop_hus_rent50_2050": 246, "pop_minority_2050": 3820, "pop_over75_2050": 347, "pop_spfam_2050": 152, "pop_lep_2050": 378, "pop_below200_2050": 655, "pop_disability_2050": 467, "pct_minority_2050": 0.73518090839107009, "pct_over75_2050": 0.066782140107775209, "pct_spfam_2050": 0.13451327433628318, "pct_lep_2050": 0.077459016393442631, "pct_below200_2050": 0.13068635275339185, "pct_disab_2050": 0.09315778974665867, "pct_zvhhs_2050": 0.033888888888888885, "pct_hus_rent50_2050": 0.13666666666666666, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075173095944609011, "pct_minority_2040": 0.73649851632047503, "pct_spfam_2040": 0.129005059021922, "pct_lep_2040": 0.114189046310002, "pct_below200_2040": 0.15497076023391801, "pct_disab_2040": 0.067042606516291001, "pct_zvhhs_2040": 0.091064314171884, "pct_hus_rent50_2040": 0.112274578243165, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.405280999752378, 37.613603999964667 ], [ -122.406301999751491, 37.612632999893762 ], [ -122.403925000017523, 37.60967500034635 ], [ -122.401847000034323, 37.607433999772979 ], [ -122.399759999830266, 37.607369999919868 ], [ -122.398161000421155, 37.605775000126833 ], [ -122.397541000280057, 37.605298999826154 ], [ -122.395471999619346, 37.603764000213019 ], [ -122.393898000324612, 37.602595999761753 ], [ -122.393279999833325, 37.601034000233582 ], [ -122.390939000084359, 37.599181000342035 ], [ -122.389388000355851, 37.597460999745692 ], [ -122.38714799999093, 37.59563600007106 ], [ -122.384488000399756, 37.597611000234025 ], [ -122.375096000018232, 37.603904000157506 ], [ -122.374646616899057, 37.604312654157702 ], [ -122.37854499980493, 37.605592000199692 ], [ -122.37784316224311, 37.606688588188604 ], [ -122.378861000172435, 37.607240000293395 ], [ -122.383530999974766, 37.604481000121694 ], [ -122.387790999698268, 37.60722300023783 ], [ -122.392090999604733, 37.609989000063699 ], [ -122.396469000227327, 37.612861999732338 ], [ -122.398082999705039, 37.612635000215448 ], [ -122.399082999787751, 37.61201900034542 ], [ -122.400163000236404, 37.612646000204883 ], [ -122.401743000277236, 37.610852999659507 ], [ -122.406141000093001, 37.615051000163177 ], [ -122.405280999752378, 37.613603999964667 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604500", "NAME": "Census Tract 6045", "state": "06", "county_fips": "081", "tract": "604500", "county_name": "San Mateo County", "tot_pop_2050": 3886, "tot_pop_pov_det_2050": 3870, "tot_pop_civ_ni_2050": 3870, "tot_hh_2050": 1315, "pop_zvhhs_2050": 145, "tot_fam_2050": 988, "tot_pop_over5_2050": 3705, "pop_hus_rent50_2050": 177, "pop_minority_2050": 2318, "pop_over75_2050": 360, "pop_spfam_2050": 42, "pop_lep_2050": 288, "pop_below200_2050": 523, "pop_disability_2050": 323, "pct_minority_2050": 0.59650025733401957, "pct_over75_2050": 0.092640247040658777, "pct_spfam_2050": 0.042510121457489884, "pct_lep_2050": 0.07773279352226721, "pct_below200_2050": 0.13514211886304908, "pct_disab_2050": 0.083462532299741599, "pct_zvhhs_2050": 0.11026615969581748, "pct_hus_rent50_2050": 0.13460076045627375, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13880855986119101, "pct_minority_2040": 0.51243493348756497, "pct_spfam_2040": 0.042669584245076997, "pct_lep_2040": 0.079816513761468005, "pct_below200_2040": 0.13129548762736501, "pct_disab_2040": 0.10713245997088799, "pct_zvhhs_2040": 0.126934984520124, "pct_hus_rent50_2040": 0.13866877971473901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.422877999936645, 37.607139999659637 ], [ -122.420148999850184, 37.608092999850101 ], [ -122.419209000041931, 37.607734000084989 ], [ -122.416932999691994, 37.605741000053847 ], [ -122.414986999953243, 37.602595999761753 ], [ -122.415156000007656, 37.601436999789051 ], [ -122.416223000037519, 37.600893999870038 ], [ -122.415114000174867, 37.599204999999579 ], [ -122.410508999771551, 37.600182000126082 ], [ -122.4086609999421, 37.599858999786861 ], [ -122.40662499979166, 37.601034000233582 ], [ -122.399056000023563, 37.605402999697361 ], [ -122.397541000280057, 37.605298999826154 ], [ -122.398161000421155, 37.605775000126833 ], [ -122.399759999830266, 37.607369999919868 ], [ -122.401847000034323, 37.607433999772979 ], [ -122.403925000017523, 37.60967500034635 ], [ -122.407429000055799, 37.607835999659251 ], [ -122.408388999955534, 37.607907000326833 ], [ -122.409286999930998, 37.607979000082693 ], [ -122.408590999621893, 37.609781000190665 ], [ -122.406040999635593, 37.612225000031174 ], [ -122.409481000099746, 37.613942999843317 ], [ -122.410186999556274, 37.613582000267584 ], [ -122.41075900001681, 37.613355999897486 ], [ -122.413082000222403, 37.612145000200258 ], [ -122.41576899957775, 37.61058000029869 ], [ -122.418735000388992, 37.61008700003493 ], [ -122.422877999936645, 37.607139999659637 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604600", "NAME": "Census Tract 6046", "state": "06", "county_fips": "081", "tract": "604600", "county_name": "San Mateo County", "tot_pop_2050": 2857, "tot_pop_pov_det_2050": 2857, "tot_pop_civ_ni_2050": 2857, "tot_hh_2050": 934, "pop_zvhhs_2050": 17, "tot_fam_2050": 749, "tot_pop_over5_2050": 2797, "pop_hus_rent50_2050": 11, "pop_minority_2050": 1671, "pop_over75_2050": 325, "pop_spfam_2050": 35, "pop_lep_2050": 137, "pop_below200_2050": 223, "pop_disability_2050": 245, "pct_minority_2050": 0.58487924396219815, "pct_over75_2050": 0.1137556877843892, "pct_spfam_2050": 0.046728971962616821, "pct_lep_2050": 0.048981051126206647, "pct_below200_2050": 0.078053902695134764, "pct_disab_2050": 0.08575428771438573, "pct_zvhhs_2050": 0.018201284796573874, "pct_hus_rent50_2050": 0.01177730192719486, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12664411875234899, "pct_minority_2040": 0.61292747087561095, "pct_spfam_2040": 0.058743169398907003, "pct_lep_2040": 0.042512447338184996, "pct_below200_2040": 0.092446448703494999, "pct_disab_2040": 0.081548290116498001, "pct_zvhhs_2040": 0.01356993736952, "pct_hus_rent50_2040": 0.023231256599788995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.428367999896622, 37.605729999754807 ], [ -122.428202000215265, 37.604966999756904 ], [ -122.428148999613526, 37.604751999984842 ], [ -122.428119000374579, 37.604676000304011 ], [ -122.426729000304533, 37.602210999806097 ], [ -122.423638999644751, 37.599505000047586 ], [ -122.4194400000206, 37.59606599972529 ], [ -122.414648999844459, 37.591254999649763 ], [ -122.413045000412481, 37.592173999889212 ], [ -122.413899000006992, 37.593177000114991 ], [ -122.410437999626438, 37.59544399979044 ], [ -122.409665000222788, 37.596606999963171 ], [ -122.408703999599794, 37.595935000244445 ], [ -122.408258000434287, 37.596953999856829 ], [ -122.4086609999421, 37.599858999786861 ], [ -122.410508999771551, 37.600182000126082 ], [ -122.415114000174867, 37.599204999999579 ], [ -122.416223000037519, 37.600893999870038 ], [ -122.415156000007656, 37.601436999789051 ], [ -122.414986999953243, 37.602595999761753 ], [ -122.416932999691994, 37.605741000053847 ], [ -122.419209000041931, 37.607734000084989 ], [ -122.420148999850184, 37.608092999850101 ], [ -122.422877999936645, 37.607139999659637 ], [ -122.423831000163659, 37.606328000324609 ], [ -122.425448000014455, 37.605747000151602 ], [ -122.426303000332183, 37.605036999697568 ], [ -122.428367999896622, 37.605729999754807 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604700", "NAME": "Census Tract 6047", "state": "06", "county_fips": "081", "tract": "604700", "county_name": "San Mateo County", "tot_pop_2050": 2694, "tot_pop_pov_det_2050": 2694, "tot_pop_civ_ni_2050": 2694, "tot_hh_2050": 944, "pop_zvhhs_2050": 20, "tot_fam_2050": 748, "tot_pop_over5_2050": 2606, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1608, "pop_over75_2050": 341, "pop_spfam_2050": 5, "pop_lep_2050": 145, "pop_below200_2050": 292, "pop_disability_2050": 149, "pct_minority_2050": 0.5968819599109132, "pct_over75_2050": 0.12657757980697848, "pct_spfam_2050": 0.0066844919786096255, "pct_lep_2050": 0.055640828856485032, "pct_below200_2050": 0.10838901262063844, "pct_disab_2050": 0.055308092056421683, "pct_zvhhs_2050": 0.021186440677966101, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.122226400902595, "pct_minority_2040": 0.54682211357653299, "pct_spfam_2040": 0.031473533619456005, "pct_lep_2040": 0.057971014492754006, "pct_below200_2040": 0.090669676448456984, "pct_disab_2040": 0.10496613995485302, "pct_zvhhs_2040": 0.013684210526316003, "pct_hus_rent50_2040": 0.011086474501109, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.413045000412481, 37.592173999889212 ], [ -122.414648999844459, 37.591254999649763 ], [ -122.412828999604088, 37.589371999705342 ], [ -122.412622999739781, 37.589156000303632 ], [ -122.411049000445047, 37.587558999826804 ], [ -122.409428000396318, 37.588300000333028 ], [ -122.405458000202714, 37.588234000126128 ], [ -122.403319999945055, 37.591676999724278 ], [ -122.400419000329421, 37.592809999687319 ], [ -122.398143999804418, 37.592799999683315 ], [ -122.397164999638107, 37.593808000304193 ], [ -122.398538999814633, 37.595308999774758 ], [ -122.399796999640174, 37.594598000015949 ], [ -122.402083000035859, 37.596866999852971 ], [ -122.402175999922292, 37.598125999917606 ], [ -122.404822000168068, 37.599331000209794 ], [ -122.404344000317181, 37.599605000269293 ], [ -122.40662499979166, 37.601034000233582 ], [ -122.4086609999421, 37.599858999786861 ], [ -122.408258000434287, 37.596953999856829 ], [ -122.408703999599794, 37.595935000244445 ], [ -122.409665000222788, 37.596606999963171 ], [ -122.410437999626438, 37.59544399979044 ], [ -122.413899000006992, 37.593177000114991 ], [ -122.413045000412481, 37.592173999889212 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604800", "NAME": "Census Tract 6048", "state": "06", "county_fips": "081", "tract": "604800", "county_name": "San Mateo County", "tot_pop_2050": 5035, "tot_pop_pov_det_2050": 5026, "tot_pop_civ_ni_2050": 5026, "tot_hh_2050": 1879, "pop_zvhhs_2050": 173, "tot_fam_2050": 1377, "tot_pop_over5_2050": 4782, "pop_hus_rent50_2050": 276, "pop_minority_2050": 3302, "pop_over75_2050": 480, "pop_spfam_2050": 136, "pop_lep_2050": 371, "pop_below200_2050": 472, "pop_disability_2050": 728, "pct_minority_2050": 0.65580933465739821, "pct_over75_2050": 0.095332671300893762, "pct_spfam_2050": 0.09876543209876544, "pct_lep_2050": 0.077582601421999159, "pct_below200_2050": 0.093911659371269399, "pct_disab_2050": 0.14484679665738162, "pct_zvhhs_2050": 0.092070250133049494, "pct_hus_rent50_2050": 0.14688664183076106, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.082384719274550988, "pct_minority_2040": 0.65000964692263208, "pct_spfam_2040": 0.082738944365192996, "pct_lep_2040": 0.11021233569261901, "pct_below200_2040": 0.16686001546790399, "pct_disab_2040": 0.081979891724670989, "pct_zvhhs_2040": 0.078441835645677999, "pct_hus_rent50_2040": 0.13217768147345599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.40662499979166, 37.601034000233582 ], [ -122.404344000317181, 37.599605000269293 ], [ -122.404822000168068, 37.599331000209794 ], [ -122.402175999922292, 37.598125999917606 ], [ -122.402083000035859, 37.596866999852971 ], [ -122.399796999640174, 37.594598000015949 ], [ -122.398538999814633, 37.595308999774758 ], [ -122.397164999638107, 37.593808000304193 ], [ -122.394467000412092, 37.594535999893125 ], [ -122.389388000355851, 37.597460999745692 ], [ -122.390939000084359, 37.599181000342035 ], [ -122.393279999833325, 37.601034000233582 ], [ -122.393898000324612, 37.602595999761753 ], [ -122.395471999619346, 37.603764000213019 ], [ -122.397541000280057, 37.605298999826154 ], [ -122.399056000023563, 37.605402999697361 ], [ -122.40662499979166, 37.601034000233582 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081604900", "NAME": "Census Tract 6049", "state": "06", "county_fips": "081", "tract": "604900", "county_name": "San Mateo County", "tot_pop_2050": 3035, "tot_pop_pov_det_2050": 3035, "tot_pop_civ_ni_2050": 3035, "tot_hh_2050": 1172, "pop_zvhhs_2050": 43, "tot_fam_2050": 899, "tot_pop_over5_2050": 2893, "pop_hus_rent50_2050": 76, "pop_minority_2050": 2211, "pop_over75_2050": 444, "pop_spfam_2050": 43, "pop_lep_2050": 274, "pop_below200_2050": 436, "pop_disability_2050": 253, "pct_minority_2050": 0.728500823723229, "pct_over75_2050": 0.14629324546952224, "pct_spfam_2050": 0.047830923248053402, "pct_lep_2050": 0.094711372277912195, "pct_below200_2050": 0.14365733113673804, "pct_disab_2050": 0.083360790774299837, "pct_zvhhs_2050": 0.036689419795221841, "pct_hus_rent50_2050": 0.064846416382252553, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.101550142360013, "pct_minority_2040": 0.57102182853527395, "pct_spfam_2040": 0.064293915040184002, "pct_lep_2040": 0.052908314163654012, "pct_below200_2040": 0.11301044634377999, "pct_disab_2040": 0.11554289332067098, "pct_zvhhs_2040": 0.044463087248321993, "pct_hus_rent50_2040": 0.023688663282572003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.409428000396318, 37.588300000333028 ], [ -122.411049000445047, 37.587558999826804 ], [ -122.407771000362558, 37.584980999652622 ], [ -122.406664000149746, 37.58404300025898 ], [ -122.406070999772808, 37.584039000213501 ], [ -122.40361799987086, 37.581612000080426 ], [ -122.399399000155242, 37.584344999869366 ], [ -122.397193000125498, 37.584959000032896 ], [ -122.395510000152512, 37.585469000288178 ], [ -122.390937000434576, 37.589345000081309 ], [ -122.389851000138123, 37.58863400028865 ], [ -122.388418000410368, 37.591267000045924 ], [ -122.390104999683018, 37.592500999725594 ], [ -122.38714799999093, 37.59563600007106 ], [ -122.389388000355851, 37.597460999745692 ], [ -122.394467000412092, 37.594535999893125 ], [ -122.397164999638107, 37.593808000304193 ], [ -122.398143999804418, 37.592799999683315 ], [ -122.400419000329421, 37.592809999687319 ], [ -122.403319999945055, 37.591676999724278 ], [ -122.405458000202714, 37.588234000126128 ], [ -122.409428000396318, 37.588300000333028 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605000", "NAME": "Census Tract 6050", "state": "06", "county_fips": "081", "tract": "605000", "county_name": "San Mateo County", "tot_pop_2050": 8447, "tot_pop_pov_det_2050": 8121, "tot_pop_civ_ni_2050": 8100, "tot_hh_2050": 2858, "pop_zvhhs_2050": 139, "tot_fam_2050": 2192, "tot_pop_over5_2050": 7888, "pop_hus_rent50_2050": 171, "pop_minority_2050": 4723, "pop_over75_2050": 878, "pop_spfam_2050": 250, "pop_lep_2050": 516, "pop_below200_2050": 908, "pop_disability_2050": 598, "pct_minority_2050": 0.55913342014916534, "pct_over75_2050": 0.10394222800994436, "pct_spfam_2050": 0.11405109489051095, "pct_lep_2050": 0.065415821501014201, "pct_below200_2050": 0.11180889053072282, "pct_disab_2050": 0.073827160493827163, "pct_zvhhs_2050": 0.048635409377186835, "pct_hus_rent50_2050": 0.059832050384884525, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094817702361844017, "pct_minority_2040": 0.46950240770465501, "pct_spfam_2040": 0.10739856801909299, "pct_lep_2040": 0.052006303794399009, "pct_below200_2040": 0.14212164750957901, "pct_disab_2040": 0.062619731800766007, "pct_zvhhs_2040": 0.073920552677029003, "pct_hus_rent50_2040": 0.094651653764954005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.406070999772808, 37.584039000213501 ], [ -122.406664000149746, 37.58404300025898 ], [ -122.404961000085223, 37.581953000243786 ], [ -122.400856000172425, 37.574934999741139 ], [ -122.399651999875218, 37.573095999780065 ], [ -122.393885999730742, 37.567505000337917 ], [ -122.393145000114103, 37.567072000345121 ], [ -122.390765000007107, 37.566203999783006 ], [ -122.390334000011876, 37.566445000233934 ], [ -122.390929000038653, 37.567446000246932 ], [ -122.392421000215919, 37.568896999727741 ], [ -122.393658000125114, 37.570156999792999 ], [ -122.391648999738862, 37.571521999780479 ], [ -122.389168000247821, 37.568853999914502 ], [ -122.38708500024174, 37.57049399966715 ], [ -122.386896999920751, 37.570589999652292 ], [ -122.385659000186692, 37.571315000246102 ], [ -122.38628299962744, 37.572435999833303 ], [ -122.383826000425842, 37.573036999845947 ], [ -122.380368000418329, 37.576526000178191 ], [ -122.380929999934793, 37.577492999808918 ], [ -122.381312000424529, 37.577668999995872 ], [ -122.381353000432426, 37.577862999687575 ], [ -122.381300999655551, 37.577978999863625 ], [ -122.38112599975338, 37.578088999667244 ], [ -122.380898000147738, 37.578088999667244 ], [ -122.380631000184053, 37.578025999760762 ], [ -122.380457999931707, 37.578067000146696 ], [ -122.380288999877294, 37.578165000161505 ], [ -122.380580999955342, 37.578392999754961 ], [ -122.380667999993989, 37.578610000037344 ], [ -122.380631000184053, 37.578862999761554 ], [ -122.38235699981476, 37.580078999958609 ], [ -122.382448000051383, 37.580130000209685 ], [ -122.382724000235896, 37.580284999809258 ], [ -122.382765000243793, 37.580308000337823 ], [ -122.382817000122301, 37.580337000158394 ], [ -122.383146000010299, 37.580522000024459 ], [ -122.382793999657792, 37.581333999787361 ], [ -122.380394000357597, 37.584021999839827 ], [ -122.38314500018538, 37.585608999774962 ], [ -122.382623999778474, 37.58647299991302 ], [ -122.379889999669132, 37.586761000340609 ], [ -122.379094999625821, 37.587618999784929 ], [ -122.374849000146028, 37.589234999824654 ], [ -122.377896000249805, 37.590909000326818 ], [ -122.380568000434877, 37.5924700002207 ], [ -122.379135999633718, 37.594172999974454 ], [ -122.382047000193367, 37.59575399966409 ], [ -122.384488000399756, 37.597611000234025 ], [ -122.38714799999093, 37.59563600007106 ], [ -122.390104999683018, 37.592500999725594 ], [ -122.388418000410368, 37.591267000045924 ], [ -122.389851000138123, 37.58863400028865 ], [ -122.390937000434576, 37.589345000081309 ], [ -122.395510000152512, 37.585469000288178 ], [ -122.397193000125498, 37.584959000032896 ], [ -122.399399000155242, 37.584344999869366 ], [ -122.40361799987086, 37.581612000080426 ], [ -122.406070999772808, 37.584039000213501 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605100", "NAME": "Census Tract 6051", "state": "06", "county_fips": "081", "tract": "605100", "county_name": "San Mateo County", "tot_pop_2050": 3171, "tot_pop_pov_det_2050": 3171, "tot_pop_civ_ni_2050": 3171, "tot_hh_2050": 1328, "pop_zvhhs_2050": 108, "tot_fam_2050": 769, "tot_pop_over5_2050": 2906, "pop_hus_rent50_2050": 164, "pop_minority_2050": 1445, "pop_over75_2050": 150, "pop_spfam_2050": 74, "pop_lep_2050": 234, "pop_below200_2050": 462, "pop_disability_2050": 219, "pct_minority_2050": 0.4556922106590981, "pct_over75_2050": 0.04730368968779565, "pct_spfam_2050": 0.096228868660598169, "pct_lep_2050": 0.080523055746730895, "pct_below200_2050": 0.14569536423841059, "pct_disab_2050": 0.06906338694418164, "pct_zvhhs_2050": 0.081325301204819275, "pct_hus_rent50_2050": 0.12349397590361445, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.020651823168763999, "pct_minority_2040": 0.373668925459826, "pct_spfam_2040": 0.053664921465969004, "pct_lep_2040": 0.045742434904996, "pct_below200_2040": 0.12475759534583099, "pct_disab_2040": 0.052682611506140994, "pct_zvhhs_2040": 0.040084388185653998, "pct_hus_rent50_2040": 0.11047754811119, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.384488000399756, 37.597611000234025 ], [ -122.382047000193367, 37.59575399966409 ], [ -122.379135999633718, 37.594172999974454 ], [ -122.380568000434877, 37.5924700002207 ], [ -122.377896000249805, 37.590909000326818 ], [ -122.374849000146028, 37.589234999824654 ], [ -122.373330000204561, 37.58833999991225 ], [ -122.371898000301712, 37.587487999671531 ], [ -122.369610000256202, 37.586126999715326 ], [ -122.366252999632721, 37.584187999805252 ], [ -122.364054000174008, 37.582954999896884 ], [ -122.362936999915433, 37.584580999791704 ], [ -122.361392999859603, 37.587020999749761 ], [ -122.363268000351553, 37.587807999906268 ], [ -122.359612373676455, 37.592484162150853 ], [ -122.360218999699626, 37.592500999725594 ], [ -122.369823999618163, 37.602730000140312 ], [ -122.374646616899057, 37.604312654157702 ], [ -122.375096000018232, 37.603904000157506 ], [ -122.384488000399756, 37.597611000234025 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605200", "NAME": "Census Tract 6052", "state": "06", "county_fips": "081", "tract": "605200", "county_name": "San Mateo County", "tot_pop_2050": 3644, "tot_pop_pov_det_2050": 3644, "tot_pop_civ_ni_2050": 3644, "tot_hh_2050": 1251, "pop_zvhhs_2050": 30, "tot_fam_2050": 974, "tot_pop_over5_2050": 3337, "pop_hus_rent50_2050": 34, "pop_minority_2050": 1226, "pop_over75_2050": 245, "pop_spfam_2050": 82, "pop_lep_2050": 43, "pop_below200_2050": 321, "pop_disability_2050": 203, "pct_minority_2050": 0.33644346871569702, "pct_over75_2050": 0.067233809001097697, "pct_spfam_2050": 0.084188911704312114, "pct_lep_2050": 0.012885825591848966, "pct_below200_2050": 0.088090010976948407, "pct_disab_2050": 0.055708013172338089, "pct_zvhhs_2050": 0.023980815347721826, "pct_hus_rent50_2050": 0.027178257394084731, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035460992907800998, "pct_minority_2040": 0.33004052684903806, "pct_spfam_2040": 0.129909365558912, "pct_lep_2040": 0.023576768257618997, "pct_below200_2040": 0.12024353120243499, "pct_disab_2040": 0.015961489739042, "pct_zvhhs_2040": 0.028030303030302999, "pct_hus_rent50_2040": 0.06302843966179901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.383146000010299, 37.580522000024459 ], [ -122.382817000122301, 37.580337000158394 ], [ -122.382765000243793, 37.580308000337823 ], [ -122.382724000235896, 37.580284999809258 ], [ -122.382448000051383, 37.580130000209685 ], [ -122.38235699981476, 37.580078999958609 ], [ -122.380631000184053, 37.578862999761554 ], [ -122.380667999993989, 37.578610000037344 ], [ -122.380580999955342, 37.578392999754961 ], [ -122.380288999877294, 37.578165000161505 ], [ -122.380457999931707, 37.578067000146696 ], [ -122.380631000184053, 37.578025999760762 ], [ -122.380898000147738, 37.578088999667244 ], [ -122.38112599975338, 37.578088999667244 ], [ -122.381300999655551, 37.577978999863625 ], [ -122.381353000432426, 37.577862999687575 ], [ -122.381312000424529, 37.577668999995872 ], [ -122.380929999934793, 37.577492999808918 ], [ -122.378717000232371, 37.577634000331592 ], [ -122.371885999707814, 37.580873999900902 ], [ -122.371939000309609, 37.581301000162533 ], [ -122.371347999582483, 37.583442000090649 ], [ -122.369610000256202, 37.586126999715326 ], [ -122.371898000301712, 37.587487999671531 ], [ -122.373330000204561, 37.58833999991225 ], [ -122.374849000146028, 37.589234999824654 ], [ -122.379094999625821, 37.587618999784929 ], [ -122.379889999669132, 37.586761000340609 ], [ -122.382623999778474, 37.58647299991302 ], [ -122.38314500018538, 37.585608999774962 ], [ -122.380394000357597, 37.584021999839827 ], [ -122.382793999657792, 37.581333999787361 ], [ -122.383146000010299, 37.580522000024459 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605300", "NAME": "Census Tract 6053", "state": "06", "county_fips": "081", "tract": "605300", "county_name": "San Mateo County", "tot_pop_2050": 4690, "tot_pop_pov_det_2050": 4676, "tot_pop_civ_ni_2050": 4676, "tot_hh_2050": 1867, "pop_zvhhs_2050": 86, "tot_fam_2050": 1267, "tot_pop_over5_2050": 4381, "pop_hus_rent50_2050": 189, "pop_minority_2050": 1931, "pop_over75_2050": 333, "pop_spfam_2050": 85, "pop_lep_2050": 88, "pop_below200_2050": 653, "pop_disability_2050": 359, "pct_minority_2050": 0.41172707889125804, "pct_over75_2050": 0.071002132196162041, "pct_spfam_2050": 0.067087608524072612, "pct_lep_2050": 0.020086738187628395, "pct_below200_2050": 0.13964927288280582, "pct_disab_2050": 0.076775021385799835, "pct_zvhhs_2050": 0.046063202999464384, "pct_hus_rent50_2050": 0.10123192287091592, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073061311685537006, "pct_minority_2040": 0.32343516342661799, "pct_spfam_2040": 0.17140319715808203, "pct_lep_2040": 0.011592858798980001, "pct_below200_2040": 0.16341829085457299, "pct_disab_2040": 0.064896123366887992, "pct_zvhhs_2040": 0.076881429344883997, "pct_hus_rent50_2040": 0.087660524846454008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.371939000309609, 37.581301000162533 ], [ -122.371885999707814, 37.580873999900902 ], [ -122.371311999597481, 37.579810999963307 ], [ -122.370206000107885, 37.579631999822247 ], [ -122.368118999903828, 37.578218999678668 ], [ -122.363499000330236, 37.580550000237352 ], [ -122.358986999813325, 37.577415000207843 ], [ -122.357097000151086, 37.577477000353802 ], [ -122.356052999687449, 37.578516999790352 ], [ -122.355803000340515, 37.579014999804386 ], [ -122.350720999911218, 37.582540999744069 ], [ -122.361392999859603, 37.587020999749761 ], [ -122.362936999915433, 37.584580999791704 ], [ -122.364054000174008, 37.582954999896884 ], [ -122.366252999632721, 37.584187999805252 ], [ -122.369610000256202, 37.586126999715326 ], [ -122.371347999582483, 37.583442000090649 ], [ -122.371939000309609, 37.581301000162533 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605400", "NAME": "Census Tract 6054", "state": "06", "county_fips": "081", "tract": "605400", "county_name": "San Mateo County", "tot_pop_2050": 5805, "tot_pop_pov_det_2050": 5805, "tot_pop_civ_ni_2050": 5805, "tot_hh_2050": 2478, "pop_zvhhs_2050": 209, "tot_fam_2050": 1421, "tot_pop_over5_2050": 5517, "pop_hus_rent50_2050": 213, "pop_minority_2050": 1996, "pop_over75_2050": 291, "pop_spfam_2050": 91, "pop_lep_2050": 71, "pop_below200_2050": 370, "pop_disability_2050": 492, "pct_minority_2050": 0.34384151593453921, "pct_over75_2050": 0.050129198966408266, "pct_spfam_2050": 0.064039408866995079, "pct_lep_2050": 0.01286931303244517, "pct_below200_2050": 0.063738156761412576, "pct_disab_2050": 0.08475452196382427, "pct_zvhhs_2050": 0.084342211460855521, "pct_hus_rent50_2050": 0.085956416464891036, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035473265270807998, "pct_minority_2040": 0.42844782834400391, "pct_spfam_2040": 0.12399708242158999, "pct_lep_2040": 0.061323392357874998, "pct_below200_2040": 0.21768472053988602, "pct_disab_2040": 0.074234296591106003, "pct_zvhhs_2040": 0.064660431069541002, "pct_hus_rent50_2040": 0.12918454935622301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.363268000351553, 37.587807999906268 ], [ -122.361392999859603, 37.587020999749761 ], [ -122.350720999911218, 37.582540999744069 ], [ -122.345410000051388, 37.580308000337823 ], [ -122.344358000090125, 37.579865999955992 ], [ -122.342844000171539, 37.579228999647796 ], [ -122.338699000075763, 37.577482999882875 ], [ -122.334553000155069, 37.580397999768635 ], [ -122.332347000125324, 37.581927999788 ], [ -122.332265000109558, 37.581949000086013 ], [ -122.330827000358951, 37.582981000211383 ], [ -122.334650000239463, 37.586480999742214 ], [ -122.334733000080107, 37.586644000167794 ], [ -122.334625000125101, 37.587106999726828 ], [ -122.33304862658305, 37.5882286549311 ], [ -122.334409000215032, 37.588040999832309 ], [ -122.33463900036881, 37.591791000271691 ], [ -122.359612373676455, 37.592484162150853 ], [ -122.363268000351553, 37.587807999906268 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605500", "NAME": "Census Tract 6055", "state": "06", "county_fips": "081", "tract": "605500", "county_name": "San Mateo County", "tot_pop_2050": 5534, "tot_pop_pov_det_2050": 5528, "tot_pop_civ_ni_2050": 5528, "tot_hh_2050": 2591, "pop_zvhhs_2050": 230, "tot_fam_2050": 1312, "tot_pop_over5_2050": 5280, "pop_hus_rent50_2050": 423, "pop_minority_2050": 2737, "pop_over75_2050": 208, "pop_spfam_2050": 155, "pop_lep_2050": 333, "pop_below200_2050": 1180, "pop_disability_2050": 246, "pct_minority_2050": 0.49457896638959159, "pct_over75_2050": 0.037585833032164798, "pct_spfam_2050": 0.11814024390243902, "pct_lep_2050": 0.063068181818181815, "pct_below200_2050": 0.2134587554269175, "pct_disab_2050": 0.044500723589001437, "pct_zvhhs_2050": 0.088768815129293729, "pct_hus_rent50_2050": 0.16325742956387496, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063144861741642994, "pct_minority_2040": 0.37907552620718105, "pct_spfam_2040": 0.15577889447236201, "pct_lep_2040": 0.012614180078294998, "pct_below200_2040": 0.170767004341534, "pct_disab_2040": 0.087037419888360987, "pct_zvhhs_2040": 0.093485461906513995, "pct_hus_rent50_2040": 0.154195011337868, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.355803000340515, 37.579014999804386 ], [ -122.356052999687449, 37.578516999790352 ], [ -122.355423000398901, 37.578168999810636 ], [ -122.354089000405367, 37.577479000196838 ], [ -122.352659999977277, 37.577083999887385 ], [ -122.352752999863682, 37.572914999906374 ], [ -122.354123999667152, 37.572105000164782 ], [ -122.351914000337786, 37.5699489996463 ], [ -122.349554000322243, 37.570963999689923 ], [ -122.342008999945264, 37.574210000212744 ], [ -122.342892999677048, 37.574507999993351 ], [ -122.338699000075763, 37.577482999882875 ], [ -122.342844000171539, 37.579228999647796 ], [ -122.344358000090125, 37.579865999955992 ], [ -122.345410000051388, 37.580308000337823 ], [ -122.350720999911218, 37.582540999744069 ], [ -122.355803000340515, 37.579014999804386 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605600", "NAME": "Census Tract 6056", "state": "06", "county_fips": "081", "tract": "605600", "county_name": "San Mateo County", "tot_pop_2050": 5909, "tot_pop_pov_det_2050": 5909, "tot_pop_civ_ni_2050": 5909, "tot_hh_2050": 1890, "pop_zvhhs_2050": 21, "tot_fam_2050": 1689, "tot_pop_over5_2050": 5676, "pop_hus_rent50_2050": 30, "pop_minority_2050": 2370, "pop_over75_2050": 647, "pop_spfam_2050": 82, "pop_lep_2050": 248, "pop_below200_2050": 354, "pop_disability_2050": 396, "pct_minority_2050": 0.40108309358605521, "pct_over75_2050": 0.10949399221526483, "pct_spfam_2050": 0.048549437537004136, "pct_lep_2050": 0.043692741367159969, "pct_below200_2050": 0.059908613978676598, "pct_disab_2050": 0.067016415637163651, "pct_zvhhs_2050": 0.011111111111111113, "pct_hus_rent50_2050": 0.015873015873015872, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.097141855163949006, "pct_minority_2040": 0.35735577766088, "pct_spfam_2040": 0.030303030303029999, "pct_lep_2040": 0.022110739502043997, "pct_below200_2040": 0.04225846045940701, "pct_disab_2040": 0.06785902156759599, "pct_zvhhs_2040": 0.0043383947939259994, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.393658000125114, 37.570156999792999 ], [ -122.392421000215919, 37.568896999727741 ], [ -122.390929000038653, 37.567446000246932 ], [ -122.390334000011876, 37.566445000233934 ], [ -122.390765000007107, 37.566203999783006 ], [ -122.388640000168223, 37.565303999922307 ], [ -122.381304000028635, 37.558100999652019 ], [ -122.37890800002809, 37.554562999898394 ], [ -122.377195999742753, 37.552164000070114 ], [ -122.372659999834738, 37.547229999947326 ], [ -122.371891999555629, 37.547760000043645 ], [ -122.371052000204813, 37.54833100030595 ], [ -122.370739000210364, 37.548546999902307 ], [ -122.365706000184872, 37.545361999894745 ], [ -122.361818000007062, 37.549492000124381 ], [ -122.36136299972236, 37.551308999937419 ], [ -122.359276000416628, 37.551995000216095 ], [ -122.356283999666132, 37.554466000037316 ], [ -122.360211000202014, 37.551953999721761 ], [ -122.356636000018625, 37.554914000110045 ], [ -122.355081000092142, 37.556079999909571 ], [ -122.352819999810819, 37.559509000055364 ], [ -122.352714000403921, 37.560890000226259 ], [ -122.354932999954158, 37.564584999776166 ], [ -122.350121999686522, 37.566403999857698 ], [ -122.351914000337786, 37.5699489996463 ], [ -122.354123999667152, 37.572105000164782 ], [ -122.352752999863682, 37.572914999906374 ], [ -122.352659999977277, 37.577083999887385 ], [ -122.354089000405367, 37.577479000196838 ], [ -122.355423000398901, 37.578168999810636 ], [ -122.356052999687449, 37.578516999790352 ], [ -122.357097000151086, 37.577477000353802 ], [ -122.358986999813325, 37.577415000207843 ], [ -122.363499000330236, 37.580550000237352 ], [ -122.368118999903828, 37.578218999678668 ], [ -122.370206000107885, 37.579631999822247 ], [ -122.371311999597481, 37.579810999963307 ], [ -122.371885999707814, 37.580873999900902 ], [ -122.378717000232371, 37.577634000331592 ], [ -122.380929999934793, 37.577492999808918 ], [ -122.380368000418329, 37.576526000178191 ], [ -122.383826000425842, 37.573036999845947 ], [ -122.38628299962744, 37.572435999833303 ], [ -122.385659000186692, 37.571315000246102 ], [ -122.386896999920751, 37.570589999652292 ], [ -122.38708500024174, 37.57049399966715 ], [ -122.389168000247821, 37.568853999914502 ], [ -122.391648999738862, 37.571521999780479 ], [ -122.393658000125114, 37.570156999792999 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605700", "NAME": "Census Tract 6057", "state": "06", "county_fips": "081", "tract": "605700", "county_name": "San Mateo County", "tot_pop_2050": 5530, "tot_pop_pov_det_2050": 5530, "tot_pop_civ_ni_2050": 5530, "tot_hh_2050": 1774, "pop_zvhhs_2050": 49, "tot_fam_2050": 1584, "tot_pop_over5_2050": 5326, "pop_hus_rent50_2050": 0, "pop_minority_2050": 2339, "pop_over75_2050": 438, "pop_spfam_2050": 59, "pop_lep_2050": 71, "pop_below200_2050": 216, "pop_disability_2050": 394, "pct_minority_2050": 0.42296564195298375, "pct_over75_2050": 0.079204339963833637, "pct_spfam_2050": 0.037247474747474738, "pct_lep_2050": 0.013330829891100264, "pct_below200_2050": 0.039059674502712478, "pct_disab_2050": 0.071247739602169971, "pct_zvhhs_2050": 0.027621195039458851, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072359963269054001, "pct_minority_2040": 0.37318640955004601, "pct_spfam_2040": 0.031470777135516999, "pct_lep_2040": 0.030216102505258996, "pct_below200_2040": 0.051790633608815001, "pct_disab_2040": 0.065932047750229997, "pct_zvhhs_2040": 0.014823261117446002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.371891999555629, 37.547760000043645 ], [ -122.372659999834738, 37.547229999947326 ], [ -122.366111000240821, 37.539778000249342 ], [ -122.362520999988817, 37.534365999862366 ], [ -122.361134000291827, 37.531361000178215 ], [ -122.360659999740577, 37.531274999948899 ], [ -122.358941999607481, 37.529960000195508 ], [ -122.351702999552259, 37.532674999997411 ], [ -122.350898000361525, 37.5339829999918 ], [ -122.350401000244062, 37.534036000042782 ], [ -122.350231000364758, 37.534094000082327 ], [ -122.349863999943665, 37.534160999973572 ], [ -122.349236000304927, 37.535836999898763 ], [ -122.350016000279595, 37.537231999973912 ], [ -122.35030199961156, 37.537531000316321 ], [ -122.35058199999402, 37.539536999737081 ], [ -122.350130000082416, 37.539614999822639 ], [ -122.349739000270176, 37.539590000114593 ], [ -122.349714999980733, 37.539688000175772 ], [ -122.349549000299376, 37.54037099965641 ], [ -122.346149000018173, 37.539356000246997 ], [ -122.344197000431663, 37.53512700015709 ], [ -122.343629000169074, 37.533450999947206 ], [ -122.341752000027327, 37.531759999994556 ], [ -122.338063999866037, 37.5350480002284 ], [ -122.341743999631404, 37.537986999654471 ], [ -122.339288000254697, 37.540222000019597 ], [ -122.335942000400223, 37.538061000271334 ], [ -122.334365999658999, 37.539182000161674 ], [ -122.333578000186705, 37.5386920002286 ], [ -122.329962999820367, 37.540998999844163 ], [ -122.332710000348484, 37.544146999891446 ], [ -122.331034000048177, 37.546237000281906 ], [ -122.330591000357416, 37.547062000275133 ], [ -122.329464999877985, 37.547971000062617 ], [ -122.328771999941964, 37.548535999697279 ], [ -122.33258999979958, 37.550907000265859 ], [ -122.336929000064117, 37.546655999860384 ], [ -122.338418999693275, 37.546580999959268 ], [ -122.33942999964664, 37.5476399999487 ], [ -122.340352999736439, 37.549359999942759 ], [ -122.339854999794085, 37.552444999990435 ], [ -122.33633700041041, 37.555537000263286 ], [ -122.333739999670115, 37.557879000287869 ], [ -122.330700000137341, 37.56062399983184 ], [ -122.329776000222608, 37.561632000317317 ], [ -122.330614999748519, 37.562685000062913 ], [ -122.332707999800348, 37.565655999817601 ], [ -122.336339000060221, 37.567513999768444 ], [ -122.337175999936335, 37.567676999708951 ], [ -122.345645000228032, 37.564171999769961 ], [ -122.351208999807866, 37.561833000336748 ], [ -122.352714000403921, 37.560890000226259 ], [ -122.352819999810819, 37.559509000055364 ], [ -122.355081000092142, 37.556079999909571 ], [ -122.356636000018625, 37.554914000110045 ], [ -122.360211000202014, 37.551953999721761 ], [ -122.356283999666132, 37.554466000037316 ], [ -122.359276000416628, 37.551995000216095 ], [ -122.36136299972236, 37.551308999937419 ], [ -122.361818000007062, 37.549492000124381 ], [ -122.365706000184872, 37.545361999894745 ], [ -122.370739000210364, 37.548546999902307 ], [ -122.371052000204813, 37.54833100030595 ], [ -122.371891999555629, 37.547760000043645 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605800", "NAME": "Census Tract 6058", "state": "06", "county_fips": "081", "tract": "605800", "county_name": "San Mateo County", "tot_pop_2050": 2645, "tot_pop_pov_det_2050": 2635, "tot_pop_civ_ni_2050": 2645, "tot_hh_2050": 999, "pop_zvhhs_2050": 20, "tot_fam_2050": 776, "tot_pop_over5_2050": 2571, "pop_hus_rent50_2050": 31, "pop_minority_2050": 713, "pop_over75_2050": 246, "pop_spfam_2050": 29, "pop_lep_2050": 52, "pop_below200_2050": 81, "pop_disability_2050": 225, "pct_minority_2050": 0.26956521739130435, "pct_over75_2050": 0.093005671077504723, "pct_spfam_2050": 0.037371134020618563, "pct_lep_2050": 0.020225593154414623, "pct_below200_2050": 0.030740037950664139, "pct_disab_2050": 0.085066162570888462, "pct_zvhhs_2050": 0.02002002002002002, "pct_hus_rent50_2050": 0.031031031031031032, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.096678966789668017, "pct_minority_2040": 0.30479704797047996, "pct_spfam_2040": 0.088010204081633014, "pct_lep_2040": 0.01126213592233, "pct_below200_2040": 0.04, "pct_disab_2040": 0.08044280442804401, "pct_zvhhs_2040": 0.033663366336633999, "pct_hus_rent50_2040": 0.026973026973027, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.354932999954158, 37.564584999776166 ], [ -122.352714000403921, 37.560890000226259 ], [ -122.351208999807866, 37.561833000336748 ], [ -122.345645000228032, 37.564171999769961 ], [ -122.337175999936335, 37.567676999708951 ], [ -122.336339000060221, 37.567513999768444 ], [ -122.334199000152722, 37.569386999754315 ], [ -122.336655000427754, 37.570516999660043 ], [ -122.33755500005303, 37.571126999912522 ], [ -122.338961999841501, 37.572111000126725 ], [ -122.342008999945264, 37.574210000212744 ], [ -122.349554000322243, 37.570963999689923 ], [ -122.351914000337786, 37.5699489996463 ], [ -122.350121999686522, 37.566403999857698 ], [ -122.354932999954158, 37.564584999776166 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081605900", "NAME": "Census Tract 6059", "state": "06", "county_fips": "081", "tract": "605900", "county_name": "San Mateo County", "tot_pop_2050": 5556, "tot_pop_pov_det_2050": 5523, "tot_pop_civ_ni_2050": 5548, "tot_hh_2050": 2535, "pop_zvhhs_2050": 150, "tot_fam_2050": 1170, "tot_pop_over5_2050": 5114, "pop_hus_rent50_2050": 316, "pop_minority_2050": 2878, "pop_over75_2050": 391, "pop_spfam_2050": 71, "pop_lep_2050": 379, "pop_below200_2050": 881, "pop_disability_2050": 631, "pct_minority_2050": 0.51799856011519074, "pct_over75_2050": 0.070374370050395971, "pct_spfam_2050": 0.060683760683760676, "pct_lep_2050": 0.074110285490809544, "pct_below200_2050": 0.15951475647293134, "pct_disab_2050": 0.11373467916366255, "pct_zvhhs_2050": 0.059171597633136085, "pct_hus_rent50_2050": 0.12465483234714005, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10086733054930901, "pct_minority_2040": 0.56103437198843609, "pct_spfam_2040": 0.078577336641852999, "pct_lep_2040": 0.13491386662118401, "pct_below200_2040": 0.313754045307443, "pct_disab_2040": 0.11407766990291301, "pct_zvhhs_2040": 0.102533650039588, "pct_hus_rent50_2040": 0.18086394832458605, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.342892999677048, 37.574507999993351 ], [ -122.342008999945264, 37.574210000212744 ], [ -122.338961999841501, 37.572111000126725 ], [ -122.33755500005303, 37.571126999912522 ], [ -122.336655000427754, 37.570516999660043 ], [ -122.334199000152722, 37.569386999754315 ], [ -122.333639000286084, 37.569133999875767 ], [ -122.330003999828264, 37.566990999966634 ], [ -122.325816000074767, 37.569894000160801 ], [ -122.3287409999798, 37.572516999986277 ], [ -122.33066599980215, 37.573862000039441 ], [ -122.332323999660801, 37.574763000043852 ], [ -122.338699000075763, 37.577482999882875 ], [ -122.342892999677048, 37.574507999993351 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606000", "NAME": "Census Tract 6060", "state": "06", "county_fips": "081", "tract": "606000", "county_name": "San Mateo County", "tot_pop_2050": 5284, "tot_pop_pov_det_2050": 5284, "tot_pop_civ_ni_2050": 5284, "tot_hh_2050": 2141, "pop_zvhhs_2050": 70, "tot_fam_2050": 1136, "tot_pop_over5_2050": 4879, "pop_hus_rent50_2050": 343, "pop_minority_2050": 3162, "pop_over75_2050": 226, "pop_spfam_2050": 219, "pop_lep_2050": 679, "pop_below200_2050": 1679, "pop_disability_2050": 534, "pct_minority_2050": 0.59841029523088574, "pct_over75_2050": 0.042770628311884933, "pct_spfam_2050": 0.19278169014084506, "pct_lep_2050": 0.13916786226685796, "pct_below200_2050": 0.31775170325510976, "pct_disab_2050": 0.10105980317940952, "pct_zvhhs_2050": 0.032695002335357312, "pct_hus_rent50_2050": 0.16020551144325082, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034695731153497, "pct_minority_2040": 0.64559491371480504, "pct_spfam_2040": 0.17394822006472502, "pct_lep_2040": 0.16111435807520003, "pct_below200_2040": 0.35531335149863796, "pct_disab_2040": 0.064850136239782002, "pct_zvhhs_2040": 0.064338235294117987, "pct_hus_rent50_2040": 0.130558183538316, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.334553000155069, 37.580397999768635 ], [ -122.338699000075763, 37.577482999882875 ], [ -122.332323999660801, 37.574763000043852 ], [ -122.33066599980215, 37.573862000039441 ], [ -122.329345000227406, 37.575618999755314 ], [ -122.324714999709713, 37.580225000347014 ], [ -122.325909999786091, 37.581693999727889 ], [ -122.329885999827468, 37.585297000009128 ], [ -122.330936999963811, 37.585899000314861 ], [ -122.3323089995922, 37.586385999757468 ], [ -122.334733000080107, 37.586644000167794 ], [ -122.334650000239463, 37.586480999742214 ], [ -122.330827000358951, 37.582981000211383 ], [ -122.332265000109558, 37.581949000086013 ], [ -122.332347000125324, 37.581927999788 ], [ -122.334553000155069, 37.580397999768635 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606100", "NAME": "Census Tract 6061", "state": "06", "county_fips": "081", "tract": "606100", "county_name": "San Mateo County", "tot_pop_2050": 5010, "tot_pop_pov_det_2050": 5005, "tot_pop_civ_ni_2050": 5010, "tot_hh_2050": 1364, "pop_zvhhs_2050": 68, "tot_fam_2050": 1129, "tot_pop_over5_2050": 4229, "pop_hus_rent50_2050": 226, "pop_minority_2050": 3749, "pop_over75_2050": 264, "pop_spfam_2050": 138, "pop_lep_2050": 799, "pop_below200_2050": 2025, "pop_disability_2050": 337, "pct_minority_2050": 0.74830339321357286, "pct_over75_2050": 0.052694610778443111, "pct_spfam_2050": 0.12223206377325065, "pct_lep_2050": 0.18893355403168599, "pct_below200_2050": 0.40459540459540461, "pct_disab_2050": 0.067265469061876249, "pct_zvhhs_2050": 0.049853372434017586, "pct_hus_rent50_2050": 0.16568914956011729, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.030065998533366001, "pct_minority_2040": 0.67000733317037409, "pct_spfam_2040": 0.189411764705882, "pct_lep_2040": 0.10717100078802198, "pct_below200_2040": 0.25972120322817299, "pct_disab_2040": 0.044265101491806999, "pct_zvhhs_2040": 0.021439509954057998, "pct_hus_rent50_2040": 0.088820826952526993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.334625000125101, 37.587106999726828 ], [ -122.334733000080107, 37.586644000167794 ], [ -122.3323089995922, 37.586385999757468 ], [ -122.330936999963811, 37.585899000314861 ], [ -122.329885999827468, 37.585297000009128 ], [ -122.325909999786091, 37.581693999727889 ], [ -122.32146699976451, 37.577561999689074 ], [ -122.320008000097488, 37.576278999970789 ], [ -122.318525000141008, 37.574921999960004 ], [ -122.317296999554358, 37.573775999713298 ], [ -122.314093999814972, 37.570829999785708 ], [ -122.312606999660545, 37.572359999899717 ], [ -122.311307000002188, 37.573178000262487 ], [ -122.310260999888712, 37.573891000234667 ], [ -122.308932999742936, 37.574614999704863 ], [ -122.306622000131242, 37.574210000212744 ], [ -122.304322668736745, 37.575479421473702 ], [ -122.305894999860001, 37.575484000090896 ], [ -122.315713000213847, 37.583665999832235 ], [ -122.315385000150826, 37.587265000187202 ], [ -122.314919999820404, 37.591242999963491 ], [ -122.32511899994077, 37.591525999997828 ], [ -122.328942999646188, 37.588795000019623 ], [ -122.33304862658305, 37.5882286549311 ], [ -122.334625000125101, 37.587106999726828 ] ] ], [ [ [ -122.296859691731711, 37.575457691015238 ], [ -122.296992000098356, 37.571759000119613 ], [ -122.295761999861867, 37.570755999660882 ], [ -122.294438999738986, 37.570707999790784 ], [ -122.293744000153126, 37.570541999675157 ], [ -122.288366000346116, 37.570472999698417 ], [ -122.288445441061654, 37.575433190310797 ], [ -122.296859691731711, 37.575457691015238 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606200", "NAME": "Census Tract 6062", "state": "06", "county_fips": "081", "tract": "606200", "county_name": "San Mateo County", "tot_pop_2050": 7947, "tot_pop_pov_det_2050": 7855, "tot_pop_civ_ni_2050": 7947, "tot_hh_2050": 2230, "pop_zvhhs_2050": 174, "tot_fam_2050": 1635, "tot_pop_over5_2050": 7290, "pop_hus_rent50_2050": 340, "pop_minority_2050": 6898, "pop_over75_2050": 338, "pop_spfam_2050": 284, "pop_lep_2050": 1880, "pop_below200_2050": 3432, "pop_disability_2050": 856, "pct_minority_2050": 0.86800050333459167, "pct_over75_2050": 0.042531772996099164, "pct_spfam_2050": 0.17370030581039755, "pct_lep_2050": 0.25788751714677638, "pct_below200_2050": 0.43691915977084661, "pct_disab_2050": 0.10771360261733988, "pct_zvhhs_2050": 0.078026905829596413, "pct_hus_rent50_2050": 0.15246636771300448, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.026364909006066001, "pct_minority_2040": 0.8422771815212321, "pct_spfam_2040": 0.24970760233918105, "pct_lep_2040": 0.26174926367012402, "pct_below200_2040": 0.36832885670909704, "pct_disab_2040": 0.084900151815951994, "pct_zvhhs_2040": 0.072970639032815005, "pct_hus_rent50_2040": 0.16753022452504299, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.329345000227406, 37.575618999755314 ], [ -122.33066599980215, 37.573862000039441 ], [ -122.3287409999798, 37.572516999986277 ], [ -122.325816000074767, 37.569894000160801 ], [ -122.323295000400776, 37.567591000073087 ], [ -122.321748999796796, 37.568658999853753 ], [ -122.320904000423099, 37.567900999884046 ], [ -122.318556000103143, 37.56574800002582 ], [ -122.31294999979221, 37.56956000014749 ], [ -122.311793000248983, 37.568683000096925 ], [ -122.314093999814972, 37.570829999785708 ], [ -122.317296999554358, 37.573775999713298 ], [ -122.318525000141008, 37.574921999960004 ], [ -122.320008000097488, 37.576278999970789 ], [ -122.32146699976451, 37.577561999689074 ], [ -122.325909999786091, 37.581693999727889 ], [ -122.324714999709713, 37.580225000347014 ], [ -122.329345000227406, 37.575618999755314 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606300", "NAME": "Census Tract 6063", "state": "06", "county_fips": "081", "tract": "606300", "county_name": "San Mateo County", "tot_pop_2050": 4354, "tot_pop_pov_det_2050": 4245, "tot_pop_civ_ni_2050": 4250, "tot_hh_2050": 1887, "pop_zvhhs_2050": 182, "tot_fam_2050": 893, "tot_pop_over5_2050": 4172, "pop_hus_rent50_2050": 209, "pop_minority_2050": 2307, "pop_over75_2050": 696, "pop_spfam_2050": 46, "pop_lep_2050": 384, "pop_below200_2050": 740, "pop_disability_2050": 594, "pct_minority_2050": 0.5298576022048691, "pct_over75_2050": 0.1598530087276068, "pct_spfam_2050": 0.051511758118701005, "pct_lep_2050": 0.092042186001917561, "pct_below200_2050": 0.17432273262661954, "pct_disab_2050": 0.13976470588235293, "pct_zvhhs_2050": 0.096449390567037621, "pct_hus_rent50_2050": 0.11075781664016958, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.14175257731958801, "pct_minority_2040": 0.54662605435801292, "pct_spfam_2040": 0.05726872246696, "pct_lep_2040": 0.17327349788082802, "pct_below200_2040": 0.19132530120481897, "pct_disab_2040": 0.12832813624370401, "pct_zvhhs_2040": 0.113308391234634, "pct_hus_rent50_2040": 0.119194180190263, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.330003999828264, 37.566990999966634 ], [ -122.329654999848785, 37.56675999980132 ], [ -122.328089000051648, 37.565380999663276 ], [ -122.32708899996895, 37.564011999943595 ], [ -122.325164000146614, 37.562279999785815 ], [ -122.324478999708177, 37.561645000281814 ], [ -122.322076999859874, 37.563314999757353 ], [ -122.319361000192202, 37.560820000064624 ], [ -122.317388999615872, 37.562179000205354 ], [ -122.315944000192559, 37.560854000008916 ], [ -122.31438400024318, 37.561928000316627 ], [ -122.311672999700065, 37.563802999977717 ], [ -122.308860999772932, 37.56574800002582 ], [ -122.308732999726416, 37.565871000033795 ], [ -122.310070999917912, 37.56709700009251 ], [ -122.311793000248983, 37.568683000096925 ], [ -122.31294999979221, 37.56956000014749 ], [ -122.318556000103143, 37.56574800002582 ], [ -122.320904000423099, 37.567900999884046 ], [ -122.321748999796796, 37.568658999853753 ], [ -122.323295000400776, 37.567591000073087 ], [ -122.325816000074767, 37.569894000160801 ], [ -122.330003999828264, 37.566990999966634 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606400", "NAME": "Census Tract 6064", "state": "06", "county_fips": "081", "tract": "606400", "county_name": "San Mateo County", "tot_pop_2050": 5036, "tot_pop_pov_det_2050": 5007, "tot_pop_civ_ni_2050": 5036, "tot_hh_2050": 2416, "pop_zvhhs_2050": 146, "tot_fam_2050": 1247, "tot_pop_over5_2050": 4730, "pop_hus_rent50_2050": 334, "pop_minority_2050": 1974, "pop_over75_2050": 719, "pop_spfam_2050": 189, "pop_lep_2050": 112, "pop_below200_2050": 432, "pop_disability_2050": 612, "pct_minority_2050": 0.39197776012708496, "pct_over75_2050": 0.14277204130262114, "pct_spfam_2050": 0.15156375300721733, "pct_lep_2050": 0.023678646934460888, "pct_below200_2050": 0.086279209107249843, "pct_disab_2050": 0.1215250198570294, "pct_zvhhs_2050": 0.060430463576158951, "pct_hus_rent50_2050": 0.13824503311258279, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.14522058823529399, "pct_minority_2040": 0.37520424836601296, "pct_spfam_2040": 0.026032315978456001, "pct_lep_2040": 0.011243534967393998, "pct_below200_2040": 0.13133169934640501, "pct_disab_2040": 0.11131535947712401, "pct_zvhhs_2040": 0.094007050528790007, "pct_hus_rent50_2040": 0.13669064748201401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.334199000152722, 37.569386999754315 ], [ -122.336339000060221, 37.567513999768444 ], [ -122.332707999800348, 37.565655999817601 ], [ -122.330614999748519, 37.562685000062913 ], [ -122.329776000222608, 37.561632000317317 ], [ -122.330700000137341, 37.56062399983184 ], [ -122.328995000423035, 37.560340000032973 ], [ -122.32865099956814, 37.558891000140115 ], [ -122.325474999592913, 37.555748000342739 ], [ -122.32479099987772, 37.554364999834881 ], [ -122.320930000362367, 37.557751000039531 ], [ -122.320721000125005, 37.558208999969622 ], [ -122.319643000224488, 37.557271000176485 ], [ -122.315380000127931, 37.56033699993408 ], [ -122.315944000192559, 37.560854000008916 ], [ -122.317388999615872, 37.562179000205354 ], [ -122.319361000192202, 37.560820000064624 ], [ -122.322076999859874, 37.563314999757353 ], [ -122.324478999708177, 37.561645000281814 ], [ -122.325164000146614, 37.562279999785815 ], [ -122.32708899996895, 37.564011999943595 ], [ -122.328089000051648, 37.565380999663276 ], [ -122.329654999848785, 37.56675999980132 ], [ -122.330003999828264, 37.566990999966634 ], [ -122.333639000286084, 37.569133999875767 ], [ -122.334199000152722, 37.569386999754315 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606500", "NAME": "Census Tract 6065", "state": "06", "county_fips": "081", "tract": "606500", "county_name": "San Mateo County", "tot_pop_2050": 3591, "tot_pop_pov_det_2050": 3591, "tot_pop_civ_ni_2050": 3591, "tot_hh_2050": 1288, "pop_zvhhs_2050": 20, "tot_fam_2050": 1019, "tot_pop_over5_2050": 3268, "pop_hus_rent50_2050": 20, "pop_minority_2050": 1066, "pop_over75_2050": 330, "pop_spfam_2050": 27, "pop_lep_2050": 10, "pop_below200_2050": 120, "pop_disability_2050": 210, "pct_minority_2050": 0.29685324422166531, "pct_over75_2050": 0.091896407685881365, "pct_spfam_2050": 0.02649656526005888, "pct_lep_2050": 0.0030599755201958386, "pct_below200_2050": 0.033416875522138678, "pct_disab_2050": 0.058479532163742687, "pct_zvhhs_2050": 0.015527950310559006, "pct_hus_rent50_2050": 0.015527950310559006, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084574318628827999, "pct_minority_2040": 0.21213824107895496, "pct_spfam_2040": 0.084158415841583997, "pct_lep_2040": 0.0027615833077629997, "pct_below200_2040": 0.068277606069120991, "pct_disab_2040": 0.042708626018543999, "pct_zvhhs_2040": 0.029367469879517997, "pct_hus_rent50_2040": 0.024691358024691003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.339854999794085, 37.552444999990435 ], [ -122.340352999736439, 37.549359999942759 ], [ -122.33942999964664, 37.5476399999487 ], [ -122.338418999693275, 37.546580999959268 ], [ -122.336929000064117, 37.546655999860384 ], [ -122.33258999979958, 37.550907000265859 ], [ -122.328771999941964, 37.548535999697279 ], [ -122.329464999877985, 37.547971000062617 ], [ -122.327960000180212, 37.548523000294615 ], [ -122.325975999908337, 37.549901999791331 ], [ -122.326190999993486, 37.550100000316817 ], [ -122.318278000268805, 37.556031999840549 ], [ -122.319643000224488, 37.557271000176485 ], [ -122.320721000125005, 37.558208999969622 ], [ -122.320930000362367, 37.557751000039531 ], [ -122.32479099987772, 37.554364999834881 ], [ -122.325474999592913, 37.555748000342739 ], [ -122.32865099956814, 37.558891000140115 ], [ -122.328995000423035, 37.560340000032973 ], [ -122.330700000137341, 37.56062399983184 ], [ -122.333739999670115, 37.557879000287869 ], [ -122.33633700041041, 37.555537000263286 ], [ -122.339854999794085, 37.552444999990435 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606600", "NAME": "Census Tract 6066", "state": "06", "county_fips": "081", "tract": "606600", "county_name": "San Mateo County", "tot_pop_2050": 3703, "tot_pop_pov_det_2050": 3703, "tot_pop_civ_ni_2050": 3703, "tot_hh_2050": 1442, "pop_zvhhs_2050": 65, "tot_fam_2050": 980, "tot_pop_over5_2050": 3501, "pop_hus_rent50_2050": 209, "pop_minority_2050": 1679, "pop_over75_2050": 197, "pop_spfam_2050": 122, "pop_lep_2050": 177, "pop_below200_2050": 682, "pop_disability_2050": 264, "pct_minority_2050": 0.453416149068323, "pct_over75_2050": 0.053200108020523898, "pct_spfam_2050": 0.12448979591836735, "pct_lep_2050": 0.050556983718937437, "pct_below200_2050": 0.18417499324871725, "pct_disab_2050": 0.071293545773697009, "pct_zvhhs_2050": 0.045076282940360611, "pct_hus_rent50_2050": 0.14493758668515949, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.071251035625518003, "pct_minority_2040": 0.41811654239160501, "pct_spfam_2040": 0.10322580645161301, "pct_lep_2040": 0.069327731092436992, "pct_below200_2040": 0.15962441314553999, "pct_disab_2040": 0.11350455675227802, "pct_zvhhs_2040": 0.053921568627450997, "pct_hus_rent50_2040": 0.069039145907472996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.326190999993486, 37.550100000316817 ], [ -122.325975999908337, 37.549901999791331 ], [ -122.324696000341476, 37.548729999772817 ], [ -122.322923999781693, 37.547102999899359 ], [ -122.318854000028978, 37.547935000013879 ], [ -122.313606999743257, 37.549540000132474 ], [ -122.312051999816774, 37.550330000216469 ], [ -122.309141000155407, 37.552188999834755 ], [ -122.310954999649695, 37.555894999859348 ], [ -122.311151000366579, 37.556188000307799 ], [ -122.311686999943774, 37.556877000067182 ], [ -122.315380000127931, 37.56033699993408 ], [ -122.319643000224488, 37.557271000176485 ], [ -122.318278000268805, 37.556031999840549 ], [ -122.326190999993486, 37.550100000316817 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606700", "NAME": "Census Tract 6067", "state": "06", "county_fips": "081", "tract": "606700", "county_name": "San Mateo County", "tot_pop_2050": 2520, "tot_pop_pov_det_2050": 2520, "tot_pop_civ_ni_2050": 2520, "tot_hh_2050": 982, "pop_zvhhs_2050": 34, "tot_fam_2050": 700, "tot_pop_over5_2050": 2336, "pop_hus_rent50_2050": 18, "pop_minority_2050": 995, "pop_over75_2050": 306, "pop_spfam_2050": 28, "pop_lep_2050": 29, "pop_below200_2050": 173, "pop_disability_2050": 208, "pct_minority_2050": 0.39484126984126983, "pct_over75_2050": 0.12142857142857146, "pct_spfam_2050": 0.04, "pct_lep_2050": 0.012414383561643837, "pct_below200_2050": 0.068650793650793657, "pct_disab_2050": 0.082539682539682538, "pct_zvhhs_2050": 0.034623217922606926, "pct_hus_rent50_2050": 0.018329938900203662, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.127318718381113, "pct_minority_2040": 0.36762225969645895, "pct_spfam_2040": 0.037626628075253001, "pct_lep_2040": 0.017865118356409002, "pct_below200_2040": 0.064924114671164004, "pct_disab_2040": 0.086846543001685983, "pct_zvhhs_2040": 0.013114754098360999, "pct_hus_rent50_2040": 0.050493962678375005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.331034000048177, 37.546237000281906 ], [ -122.332710000348484, 37.544146999891446 ], [ -122.329962999820367, 37.540998999844163 ], [ -122.329147999685574, 37.535280999948739 ], [ -122.32927999993008, 37.534333000088594 ], [ -122.329770000374822, 37.532593999985259 ], [ -122.326555000041566, 37.533020999885572 ], [ -122.325748000302696, 37.533081999773543 ], [ -122.325350999744373, 37.533067999651848 ], [ -122.325098000024383, 37.533010000239123 ], [ -122.324826000037802, 37.532895000017433 ], [ -122.32374599958915, 37.532303999915207 ], [ -122.320675000094241, 37.533193999940096 ], [ -122.319957999868762, 37.534711000314196 ], [ -122.312105000418541, 37.537885999916519 ], [ -122.312912000157382, 37.539008999752063 ], [ -122.315113999989151, 37.541103999853959 ], [ -122.316479999769754, 37.542175999809153 ], [ -122.313463999628112, 37.543881000274581 ], [ -122.31738199994318, 37.542878999890995 ], [ -122.322923999781693, 37.547102999899359 ], [ -122.324696000341476, 37.548729999772817 ], [ -122.325975999908337, 37.549901999791331 ], [ -122.327960000180212, 37.548523000294615 ], [ -122.329464999877985, 37.547971000062617 ], [ -122.330591000357416, 37.547062000275133 ], [ -122.331034000048177, 37.546237000281906 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606800", "NAME": "Census Tract 6068", "state": "06", "county_fips": "081", "tract": "606800", "county_name": "San Mateo County", "tot_pop_2050": 3430, "tot_pop_pov_det_2050": 3421, "tot_pop_civ_ni_2050": 3430, "tot_hh_2050": 1287, "pop_zvhhs_2050": 6, "tot_fam_2050": 945, "tot_pop_over5_2050": 3234, "pop_hus_rent50_2050": 11, "pop_minority_2050": 1410, "pop_over75_2050": 286, "pop_spfam_2050": 36, "pop_lep_2050": 88, "pop_below200_2050": 250, "pop_disability_2050": 203, "pct_minority_2050": 0.41107871720116618, "pct_over75_2050": 0.083381924198250731, "pct_spfam_2050": 0.038095238095238099, "pct_lep_2050": 0.027210884353741496, "pct_below200_2050": 0.073078047354574668, "pct_disab_2050": 0.059183673469387764, "pct_zvhhs_2050": 0.004662004662004662, "pct_hus_rent50_2050": 0.0085470085470085479, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11512415349887101, "pct_minority_2040": 0.402370203160271, "pct_spfam_2040": 0.057425742574257005, "pct_lep_2040": 0.045047732696897005, "pct_below200_2040": 0.056811758055399002, "pct_disab_2040": 0.075642111205192986, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.028915662650601998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.35058199999402, 37.539536999737081 ], [ -122.35030199961156, 37.537531000316321 ], [ -122.350016000279595, 37.537231999973912 ], [ -122.349236000304927, 37.535836999898763 ], [ -122.349863999943665, 37.534160999973572 ], [ -122.350236000387639, 37.532126999949597 ], [ -122.345626999786376, 37.528212000102215 ], [ -122.340885000013998, 37.52551800010135 ], [ -122.339609999571678, 37.521244000337859 ], [ -122.339457000309139, 37.521121000065136 ], [ -122.338918000358859, 37.520728999777823 ], [ -122.337672000228878, 37.519823999838643 ], [ -122.336868999789658, 37.519020999732902 ], [ -122.336237999777907, 37.518192000132046 ], [ -122.335524999750376, 37.517245999717886 ], [ -122.334677999828557, 37.516125999701579 ], [ -122.334260000252101, 37.515746999667897 ], [ -122.331169999592319, 37.513098999700503 ], [ -122.330576000288772, 37.512248999882104 ], [ -122.330197000172092, 37.51258699981404 ], [ -122.329866999560906, 37.512964999788423 ], [ -122.32899399969979, 37.514834999880165 ], [ -122.329115999898534, 37.516511999782239 ], [ -122.329626000434786, 37.517656999648615 ], [ -122.330211000415801, 37.518542000223995 ], [ -122.332486999867413, 37.521654000019943 ], [ -122.332393999980994, 37.522494999707895 ], [ -122.332300000269697, 37.52517299987214 ], [ -122.329770000374822, 37.532593999985259 ], [ -122.32927999993008, 37.534333000088594 ], [ -122.329147999685574, 37.535280999948739 ], [ -122.329962999820367, 37.540998999844163 ], [ -122.333578000186705, 37.5386920002286 ], [ -122.334365999658999, 37.539182000161674 ], [ -122.335942000400223, 37.538061000271334 ], [ -122.339288000254697, 37.540222000019597 ], [ -122.341743999631404, 37.537986999654471 ], [ -122.338063999866037, 37.5350480002284 ], [ -122.341752000027327, 37.531759999994556 ], [ -122.343629000169074, 37.533450999947206 ], [ -122.344197000431663, 37.53512700015709 ], [ -122.346149000018173, 37.539356000246997 ], [ -122.349549000299376, 37.54037099965641 ], [ -122.349714999980733, 37.539688000175772 ], [ -122.349739000270176, 37.539590000114593 ], [ -122.350130000082416, 37.539614999822639 ], [ -122.35058199999402, 37.539536999737081 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081606900", "NAME": "Census Tract 6069", "state": "06", "county_fips": "081", "tract": "606900", "county_name": "San Mateo County", "tot_pop_2050": 2731, "tot_pop_pov_det_2050": 2570, "tot_pop_civ_ni_2050": 2577, "tot_hh_2050": 931, "pop_zvhhs_2050": 12, "tot_fam_2050": 705, "tot_pop_over5_2050": 2599, "pop_hus_rent50_2050": 15, "pop_minority_2050": 1288, "pop_over75_2050": 314, "pop_spfam_2050": 42, "pop_lep_2050": 8, "pop_below200_2050": 124, "pop_disability_2050": 170, "pct_minority_2050": 0.47162211644086421, "pct_over75_2050": 0.11497619919443428, "pct_spfam_2050": 0.059574468085106386, "pct_lep_2050": 0.0030781069642170072, "pct_below200_2050": 0.048249027237354088, "pct_disab_2050": 0.065968180054326739, "pct_zvhhs_2050": 0.01288936627282492, "pct_hus_rent50_2050": 0.01611170784103115, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10191082802547802, "pct_minority_2040": 0.36815286624203791, "pct_spfam_2040": 0.0608, "pct_lep_2040": 0.024619516562220004, "pct_below200_2040": 0.13642564802182802, "pct_disab_2040": 0.11641655297862699, "pct_zvhhs_2040": 0.0069204152249139998, "pct_hus_rent50_2040": 0.036046511627907001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.360659999740577, 37.531274999948899 ], [ -122.361134000291827, 37.531361000178215 ], [ -122.358663999773142, 37.526183999661235 ], [ -122.356160999642483, 37.523099000146921 ], [ -122.353554999579671, 37.518614999828607 ], [ -122.345533999899928, 37.511196999999875 ], [ -122.339108000329688, 37.507082000146241 ], [ -122.33588200012575, 37.508050999731893 ], [ -122.330576000288772, 37.512248999882104 ], [ -122.331169999592319, 37.513098999700503 ], [ -122.334260000252101, 37.515746999667897 ], [ -122.334677999828557, 37.516125999701579 ], [ -122.335524999750376, 37.517245999717886 ], [ -122.336237999777907, 37.518192000132046 ], [ -122.336868999789658, 37.519020999732902 ], [ -122.337672000228878, 37.519823999838643 ], [ -122.338918000358859, 37.520728999777823 ], [ -122.339457000309139, 37.521121000065136 ], [ -122.339609999571678, 37.521244000337859 ], [ -122.340885000013998, 37.52551800010135 ], [ -122.345626999786376, 37.528212000102215 ], [ -122.350236000387639, 37.532126999949597 ], [ -122.349863999943665, 37.534160999973572 ], [ -122.350231000364758, 37.534094000082327 ], [ -122.350401000244062, 37.534036000042782 ], [ -122.350898000361525, 37.5339829999918 ], [ -122.351702999552259, 37.532674999997411 ], [ -122.358941999607481, 37.529960000195508 ], [ -122.360659999740577, 37.531274999948899 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607000", "NAME": "Census Tract 6070", "state": "06", "county_fips": "081", "tract": "607000", "county_name": "San Mateo County", "tot_pop_2050": 3533, "tot_pop_pov_det_2050": 3533, "tot_pop_civ_ni_2050": 3533, "tot_hh_2050": 1404, "pop_zvhhs_2050": 59, "tot_fam_2050": 1053, "tot_pop_over5_2050": 3297, "pop_hus_rent50_2050": 51, "pop_minority_2050": 1552, "pop_over75_2050": 318, "pop_spfam_2050": 59, "pop_lep_2050": 43, "pop_below200_2050": 235, "pop_disability_2050": 174, "pct_minority_2050": 0.43928672516275119, "pct_over75_2050": 0.090008491367110102, "pct_spfam_2050": 0.056030389363722698, "pct_lep_2050": 0.013042159538974826, "pct_below200_2050": 0.0665157090291537, "pct_disab_2050": 0.049249929238607416, "pct_zvhhs_2050": 0.042022792022792022, "pct_hus_rent50_2050": 0.036324786324786335, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076757752533005999, "pct_minority_2040": 0.40650905741479904, "pct_spfam_2040": 0.057208237986269991, "pct_lep_2040": 0.023007128969539999, "pct_below200_2040": 0.090574147988947001, "pct_disab_2040": 0.045133558489407005, "pct_zvhhs_2040": 0.043296089385474995, "pct_hus_rent50_2040": 0.087290502793296004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.332393999980994, 37.522494999707895 ], [ -122.332486999867413, 37.521654000019943 ], [ -122.330211000415801, 37.518542000223995 ], [ -122.329626000434786, 37.517656999648615 ], [ -122.329115999898534, 37.516511999782239 ], [ -122.32899399969979, 37.514834999880165 ], [ -122.329866999560906, 37.512964999788423 ], [ -122.330197000172092, 37.51258699981404 ], [ -122.329428999892983, 37.512298999804088 ], [ -122.326579000331009, 37.511739000047456 ], [ -122.32883999971402, 37.51344200004371 ], [ -122.327030000417707, 37.514998000310186 ], [ -122.324832999710523, 37.517481000211966 ], [ -122.325852000059783, 37.519819000280847 ], [ -122.324506000370647, 37.521494999720765 ], [ -122.322287999747061, 37.522002000352643 ], [ -122.319408000047858, 37.519180000316673 ], [ -122.314956999630326, 37.519208000070677 ], [ -122.314431999923755, 37.521113000341593 ], [ -122.313285000426305, 37.521562000242113 ], [ -122.31174200019538, 37.524441000098889 ], [ -122.31202300040276, 37.524597999981737 ], [ -122.311046999711166, 37.524664000292226 ], [ -122.312659000437392, 37.525578999713581 ], [ -122.31286000027886, 37.529358000160563 ], [ -122.313542000344242, 37.530009000158493 ], [ -122.314864999568812, 37.529803000199109 ], [ -122.317535000104044, 37.530020999737438 ], [ -122.318855999678789, 37.529348000185223 ], [ -122.320740000391567, 37.529141999825121 ], [ -122.32374599958915, 37.532303999915207 ], [ -122.324826000037802, 37.532895000017433 ], [ -122.325098000024383, 37.533010000239123 ], [ -122.325350999744373, 37.533067999651848 ], [ -122.325748000302696, 37.533081999773543 ], [ -122.326555000041566, 37.533020999885572 ], [ -122.329770000374822, 37.532593999985259 ], [ -122.332300000269697, 37.52517299987214 ], [ -122.332393999980994, 37.522494999707895 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607100", "NAME": "Census Tract 6071", "state": "06", "county_fips": "081", "tract": "607100", "county_name": "San Mateo County", "tot_pop_2050": 3160, "tot_pop_pov_det_2050": 3153, "tot_pop_civ_ni_2050": 3160, "tot_hh_2050": 1107, "pop_zvhhs_2050": 11, "tot_fam_2050": 884, "tot_pop_over5_2050": 2891, "pop_hus_rent50_2050": 20, "pop_minority_2050": 1231, "pop_over75_2050": 251, "pop_spfam_2050": 83, "pop_lep_2050": 47, "pop_below200_2050": 307, "pop_disability_2050": 273, "pct_minority_2050": 0.38955696202531648, "pct_over75_2050": 0.079430379746835436, "pct_spfam_2050": 0.093891402714932126, "pct_lep_2050": 0.016257350397786238, "pct_below200_2050": 0.097367586425626401, "pct_disab_2050": 0.086392405063291142, "pct_zvhhs_2050": 0.0099367660343270096, "pct_hus_rent50_2050": 0.018066847335140017, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.119032463399109, "pct_minority_2040": 0.37714831317632103, "pct_spfam_2040": 0.15116279069767399, "pct_lep_2040": 0.030385797200409997, "pct_below200_2040": 0.070019096117123009, "pct_disab_2040": 0.127625716104392, "pct_zvhhs_2040": 0.0062166962699819993, "pct_hus_rent50_2040": 0.013358778625953999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.31286000027886, 37.529358000160563 ], [ -122.312659000437392, 37.525578999713581 ], [ -122.311046999711166, 37.524664000292226 ], [ -122.31202300040276, 37.524597999981737 ], [ -122.31174200019538, 37.524441000098889 ], [ -122.307300999823582, 37.521077000150036 ], [ -122.306711999644619, 37.521320999999858 ], [ -122.301947000306058, 37.523364999801423 ], [ -122.294360000096262, 37.52648799995071 ], [ -122.29675000024902, 37.527176999946306 ], [ -122.294724000144342, 37.528063999908802 ], [ -122.29771400034673, 37.530805000340131 ], [ -122.301547000272947, 37.529221000310585 ], [ -122.302702999991268, 37.531003000293829 ], [ -122.30204500021533, 37.532048999867648 ], [ -122.304169000229294, 37.53325400023995 ], [ -122.305694999843467, 37.532909000171614 ], [ -122.307895999850331, 37.531342999707682 ], [ -122.3100209996892, 37.531003000293829 ], [ -122.31126699981921, 37.529977000084571 ], [ -122.31286000027886, 37.529358000160563 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607200", "NAME": "Census Tract 6072", "state": "06", "county_fips": "081", "tract": "607200", "county_name": "San Mateo County", "tot_pop_2050": 4046, "tot_pop_pov_det_2050": 4004, "tot_pop_civ_ni_2050": 4014, "tot_hh_2050": 1639, "pop_zvhhs_2050": 166, "tot_fam_2050": 811, "tot_pop_over5_2050": 3852, "pop_hus_rent50_2050": 312, "pop_minority_2050": 2460, "pop_over75_2050": 454, "pop_spfam_2050": 87, "pop_lep_2050": 399, "pop_below200_2050": 777, "pop_disability_2050": 547, "pct_minority_2050": 0.60800790904597135, "pct_over75_2050": 0.11220958971824024, "pct_spfam_2050": 0.10727496917385944, "pct_lep_2050": 0.10358255451713397, "pct_below200_2050": 0.19405594405594406, "pct_disab_2050": 0.13627304434479326, "pct_zvhhs_2050": 0.10128126906650396, "pct_hus_rent50_2050": 0.19035997559487489, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.077464788732393999, "pct_minority_2040": 0.53345070422535201, "pct_spfam_2040": 0.13038277511961699, "pct_lep_2040": 0.035147991543340001, "pct_below200_2040": 0.16603198781416598, "pct_disab_2040": 0.087331810104087013, "pct_zvhhs_2040": 0.08770917484131599, "pct_hus_rent50_2040": 0.23254472013848801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.305254999627408, 37.540669000173608 ], [ -122.30308700013083, 37.537289000272217 ], [ -122.300778999993838, 37.535495000056343 ], [ -122.302055000261063, 37.534827000010516 ], [ -122.304918000241855, 37.534408000200905 ], [ -122.304169000229294, 37.53325400023995 ], [ -122.30204500021533, 37.532048999867648 ], [ -122.302702999991268, 37.531003000293829 ], [ -122.301547000272947, 37.529221000310585 ], [ -122.29771400034673, 37.530805000340131 ], [ -122.294724000144342, 37.528063999908802 ], [ -122.29675000024902, 37.527176999946306 ], [ -122.294360000096262, 37.52648799995071 ], [ -122.293279999647609, 37.526978000279613 ], [ -122.291291000251206, 37.527644999862645 ], [ -122.287413000119102, 37.529267000121884 ], [ -122.294632000082842, 37.534464999808385 ], [ -122.297560000360917, 37.537082999763051 ], [ -122.302757000417955, 37.541684000228514 ], [ -122.305254999627408, 37.540669000173608 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607300", "NAME": "Census Tract 6073", "state": "06", "county_fips": "081", "tract": "607300", "county_name": "San Mateo County", "tot_pop_2050": 3760, "tot_pop_pov_det_2050": 3760, "tot_pop_civ_ni_2050": 3760, "tot_hh_2050": 1346, "pop_zvhhs_2050": 35, "tot_fam_2050": 1015, "tot_pop_over5_2050": 3604, "pop_hus_rent50_2050": 68, "pop_minority_2050": 1511, "pop_over75_2050": 324, "pop_spfam_2050": 61, "pop_lep_2050": 170, "pop_below200_2050": 339, "pop_disability_2050": 298, "pct_minority_2050": 0.40186170212765959, "pct_over75_2050": 0.086170212765957446, "pct_spfam_2050": 0.060098522167487685, "pct_lep_2050": 0.04716981132075472, "pct_below200_2050": 0.090159574468085105, "pct_disab_2050": 0.079255319148936174, "pct_zvhhs_2050": 0.026002971768202082, "pct_hus_rent50_2050": 0.050520059435364036, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068550643536654007, "pct_minority_2040": 0.30358142137660904, "pct_spfam_2040": 0.079601990049750992, "pct_lep_2040": 0.028843294677371002, "pct_below200_2040": 0.085297418630752006, "pct_disab_2040": 0.060325476992144009, "pct_zvhhs_2040": 0.017595307917889002, "pct_hus_rent50_2040": 0.031524926686217002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.32374599958915, 37.532303999915207 ], [ -122.320740000391567, 37.529141999825121 ], [ -122.318855999678789, 37.529348000185223 ], [ -122.317535000104044, 37.530020999737438 ], [ -122.314864999568812, 37.529803000199109 ], [ -122.313542000344242, 37.530009000158493 ], [ -122.31286000027886, 37.529358000160563 ], [ -122.31126699981921, 37.529977000084571 ], [ -122.3100209996892, 37.531003000293829 ], [ -122.307895999850331, 37.531342999707682 ], [ -122.305694999843467, 37.532909000171614 ], [ -122.304169000229294, 37.53325400023995 ], [ -122.304918000241855, 37.534408000200905 ], [ -122.302055000261063, 37.534827000010516 ], [ -122.300778999993838, 37.535495000056343 ], [ -122.30308700013083, 37.537289000272217 ], [ -122.305254999627408, 37.540669000173608 ], [ -122.312105000418541, 37.537885999916519 ], [ -122.319957999868762, 37.534711000314196 ], [ -122.320675000094241, 37.533193999940096 ], [ -122.32374599958915, 37.532303999915207 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607400", "NAME": "Census Tract 6074", "state": "06", "county_fips": "081", "tract": "607400", "county_name": "San Mateo County", "tot_pop_2050": 5017, "tot_pop_pov_det_2050": 4925, "tot_pop_civ_ni_2050": 4925, "tot_hh_2050": 1990, "pop_zvhhs_2050": 187, "tot_fam_2050": 1079, "tot_pop_over5_2050": 4673, "pop_hus_rent50_2050": 227, "pop_minority_2050": 2887, "pop_over75_2050": 555, "pop_spfam_2050": 134, "pop_lep_2050": 327, "pop_below200_2050": 1188, "pop_disability_2050": 475, "pct_minority_2050": 0.57544349212676904, "pct_over75_2050": 0.11062387881203907, "pct_spfam_2050": 0.12418906394810007, "pct_lep_2050": 0.069976460517868613, "pct_below200_2050": 0.2412182741116751, "pct_disab_2050": 0.096446700507614197, "pct_zvhhs_2050": 0.093969849246231169, "pct_hus_rent50_2050": 0.11407035175879394, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.113365681517424, "pct_minority_2040": 0.48059108954565505, "pct_spfam_2040": 0.103885135135135, "pct_lep_2040": 0.100477326968974, "pct_below200_2040": 0.22177055103884399, "pct_disab_2040": 0.113595302619693, "pct_zvhhs_2040": 0.13442622950819699, "pct_hus_rent50_2040": 0.10907067334446302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.318854000028978, 37.547935000013879 ], [ -122.322923999781693, 37.547102999899359 ], [ -122.31738199994318, 37.542878999890995 ], [ -122.313463999628112, 37.543881000274581 ], [ -122.316479999769754, 37.542175999809153 ], [ -122.315113999989151, 37.541103999853959 ], [ -122.312912000157382, 37.539008999752063 ], [ -122.312105000418541, 37.537885999916519 ], [ -122.305254999627408, 37.540669000173608 ], [ -122.302757000417955, 37.541684000228514 ], [ -122.305524999964163, 37.544344000024175 ], [ -122.306942999623288, 37.545638999847135 ], [ -122.312051999816774, 37.550330000216469 ], [ -122.313606999743257, 37.549540000132474 ], [ -122.318854000028978, 37.547935000013879 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607500", "NAME": "Census Tract 6075", "state": "06", "county_fips": "081", "tract": "607500", "county_name": "San Mateo County", "tot_pop_2050": 5373, "tot_pop_pov_det_2050": 5373, "tot_pop_civ_ni_2050": 5373, "tot_hh_2050": 2009, "pop_zvhhs_2050": 97, "tot_fam_2050": 1533, "tot_pop_over5_2050": 4950, "pop_hus_rent50_2050": 257, "pop_minority_2050": 3567, "pop_over75_2050": 113, "pop_spfam_2050": 190, "pop_lep_2050": 182, "pop_below200_2050": 906, "pop_disability_2050": 301, "pct_minority_2050": 0.6638749302065885, "pct_over75_2050": 0.02103108133258887, "pct_spfam_2050": 0.12393998695368558, "pct_lep_2050": 0.036767676767676769, "pct_below200_2050": 0.16862088218872134, "pct_disab_2050": 0.056020844965568577, "pct_zvhhs_2050": 0.048282727725236438, "pct_hus_rent50_2050": 0.12792434046789447, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064322916666666993, "pct_minority_2040": 0.56666666666666698, "pct_spfam_2040": 0.11830131445905, "pct_lep_2040": 0.093555681175804997, "pct_below200_2040": 0.17476489028213199, "pct_disab_2040": 0.099739583333333007, "pct_zvhhs_2040": 0.099933377748168017, "pct_hus_rent50_2040": 0.086461126005361988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.309141000155407, 37.552188999834755 ], [ -122.312051999816774, 37.550330000216469 ], [ -122.306942999623288, 37.545638999847135 ], [ -122.305524999964163, 37.544344000024175 ], [ -122.302757000417955, 37.541684000228514 ], [ -122.297560000360917, 37.537082999763051 ], [ -122.296991000273465, 37.537438000071447 ], [ -122.297932999731529, 37.538455000124593 ], [ -122.290917999982284, 37.541855000042602 ], [ -122.28943800039886, 37.543706000046591 ], [ -122.28915399981841, 37.543867000043541 ], [ -122.290621999706261, 37.544090999863549 ], [ -122.28958099961568, 37.545103000340077 ], [ -122.291404000229079, 37.54811899992206 ], [ -122.296278000245934, 37.553345999823428 ], [ -122.299449000198251, 37.55282599995428 ], [ -122.308155000316404, 37.55251899978817 ], [ -122.308899000306099, 37.552294999655359 ], [ -122.309141000155407, 37.552188999834755 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607600", "NAME": "Census Tract 6076", "state": "06", "county_fips": "081", "tract": "607600", "county_name": "San Mateo County", "tot_pop_2050": 3801, "tot_pop_pov_det_2050": 3778, "tot_pop_civ_ni_2050": 3778, "tot_hh_2050": 1286, "pop_zvhhs_2050": 35, "tot_fam_2050": 983, "tot_pop_over5_2050": 3459, "pop_hus_rent50_2050": 145, "pop_minority_2050": 2145, "pop_over75_2050": 193, "pop_spfam_2050": 111, "pop_lep_2050": 335, "pop_below200_2050": 740, "pop_disability_2050": 281, "pct_minority_2050": 0.56432517758484613, "pct_over75_2050": 0.050776111549592211, "pct_spfam_2050": 0.11291963377416073, "pct_lep_2050": 0.096848800231280729, "pct_below200_2050": 0.19587083112758072, "pct_disab_2050": 0.074377977766013764, "pct_zvhhs_2050": 0.027216174183514776, "pct_hus_rent50_2050": 0.11275272161741835, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086561032863850002, "pct_minority_2040": 0.53755868544600893, "pct_spfam_2040": 0.136312849162011, "pct_lep_2040": 0.072809278350514997, "pct_below200_2040": 0.244602188701568, "pct_disab_2040": 0.061816030760129995, "pct_zvhhs_2040": 0.04043545878693601, "pct_hus_rent50_2040": 0.110847189231987, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.315944000192559, 37.560854000008916 ], [ -122.315380000127931, 37.56033699993408 ], [ -122.311686999943774, 37.556877000067182 ], [ -122.311151000366579, 37.556188000307799 ], [ -122.310954999649695, 37.555894999859348 ], [ -122.309141000155407, 37.552188999834755 ], [ -122.308899000306099, 37.552294999655359 ], [ -122.308155000316404, 37.55251899978817 ], [ -122.299449000198251, 37.55282599995428 ], [ -122.296278000245934, 37.553345999823428 ], [ -122.302780999809073, 37.560330999735832 ], [ -122.308732999726416, 37.565871000033795 ], [ -122.308860999772932, 37.56574800002582 ], [ -122.311672999700065, 37.563802999977717 ], [ -122.31438400024318, 37.561928000316627 ], [ -122.315944000192559, 37.560854000008916 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607701", "NAME": "Census Tract 6077.01", "state": "06", "county_fips": "081", "tract": "607701", "county_name": "San Mateo County", "tot_pop_2050": 4269, "tot_pop_pov_det_2050": 4219, "tot_pop_civ_ni_2050": 4235, "tot_hh_2050": 1205, "pop_zvhhs_2050": 6, "tot_fam_2050": 776, "tot_pop_over5_2050": 4094, "pop_hus_rent50_2050": 134, "pop_minority_2050": 3189, "pop_over75_2050": 153, "pop_spfam_2050": 85, "pop_lep_2050": 498, "pop_below200_2050": 1451, "pop_disability_2050": 326, "pct_minority_2050": 0.74701335207308506, "pct_over75_2050": 0.035839775122979624, "pct_spfam_2050": 0.1095360824742268, "pct_lep_2050": 0.12164142647777235, "pct_below200_2050": 0.34392036027494666, "pct_disab_2050": 0.076977567886658799, "pct_zvhhs_2050": 0.0049792531120331955, "pct_hus_rent50_2050": 0.11120331950207467, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033097969991174002, "pct_minority_2040": 0.77074139452780199, "pct_spfam_2040": 0.118562874251497, "pct_lep_2040": 0.10030395136778099, "pct_below200_2040": 0.35164099129269899, "pct_disab_2040": 0.11873468478503001, "pct_zvhhs_2040": 0.060337892196299002, "pct_hus_rent50_2040": 0.092622950819671993, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.312606999660545, 37.572359999899717 ], [ -122.314093999814972, 37.570829999785708 ], [ -122.311793000248983, 37.568683000096925 ], [ -122.310070999917912, 37.56709700009251 ], [ -122.308432000325851, 37.56760900033624 ], [ -122.306602000039746, 37.568791000027389 ], [ -122.304410000253711, 37.566781999814062 ], [ -122.302415999936088, 37.568159999958752 ], [ -122.29843700041998, 37.568304000130325 ], [ -122.298459000161301, 37.56548499977886 ], [ -122.297024999710302, 37.565536999782211 ], [ -122.2969240003263, 37.567786000081696 ], [ -122.29314199955536, 37.56800500004146 ], [ -122.291822999630398, 37.569038000150002 ], [ -122.293625000327424, 37.568561000145273 ], [ -122.294438999738986, 37.570707999790784 ], [ -122.295761999861867, 37.570755999660882 ], [ -122.296992000098356, 37.571759000119613 ], [ -122.296859691731711, 37.575457691015238 ], [ -122.304322668736745, 37.575479421473702 ], [ -122.306622000131242, 37.574210000212744 ], [ -122.308932999742936, 37.574614999704863 ], [ -122.310260999888712, 37.573891000234667 ], [ -122.311307000002188, 37.573178000262487 ], [ -122.312606999660545, 37.572359999899717 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607702", "NAME": "Census Tract 6077.02", "state": "06", "county_fips": "081", "tract": "607702", "county_name": "San Mateo County", "tot_pop_2050": 3106, "tot_pop_pov_det_2050": 3095, "tot_pop_civ_ni_2050": 3095, "tot_hh_2050": 806, "pop_zvhhs_2050": 15, "tot_fam_2050": 690, "tot_pop_over5_2050": 2893, "pop_hus_rent50_2050": 73, "pop_minority_2050": 2225, "pop_over75_2050": 213, "pop_spfam_2050": 97, "pop_lep_2050": 223, "pop_below200_2050": 672, "pop_disability_2050": 507, "pct_minority_2050": 0.71635544108177718, "pct_over75_2050": 0.06857694784288472, "pct_spfam_2050": 0.14057971014492754, "pct_lep_2050": 0.077082613204286207, "pct_below200_2050": 0.21712439418416798, "pct_disab_2050": 0.16381260096930533, "pct_zvhhs_2050": 0.018610421836228287, "pct_hus_rent50_2050": 0.090570719602977662, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065202702702702994, "pct_minority_2040": 0.678378378378378, "pct_spfam_2040": 0.087087087087086998, "pct_lep_2040": 0.10243553008596001, "pct_below200_2040": 0.19288135593220301, "pct_disab_2040": 0.12, "pct_zvhhs_2040": 0.018028846153846, "pct_hus_rent50_2040": 0.066585956416465003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.310070999917912, 37.56709700009251 ], [ -122.308732999726416, 37.565871000033795 ], [ -122.302780999809073, 37.560330999735832 ], [ -122.299546000282618, 37.561888999852336 ], [ -122.297125999992659, 37.563055999926547 ], [ -122.297024999710302, 37.565536999782211 ], [ -122.298459000161301, 37.56548499977886 ], [ -122.29843700041998, 37.568304000130325 ], [ -122.302415999936088, 37.568159999958752 ], [ -122.304410000253711, 37.566781999814062 ], [ -122.306602000039746, 37.568791000027389 ], [ -122.308432000325851, 37.56760900033624 ], [ -122.310070999917912, 37.56709700009251 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607800", "NAME": "Census Tract 6078", "state": "06", "county_fips": "081", "tract": "607800", "county_name": "San Mateo County", "tot_pop_2050": 3527, "tot_pop_pov_det_2050": 3482, "tot_pop_civ_ni_2050": 3482, "tot_hh_2050": 1025, "pop_zvhhs_2050": 19, "tot_fam_2050": 818, "tot_pop_over5_2050": 3300, "pop_hus_rent50_2050": 58, "pop_minority_2050": 2052, "pop_over75_2050": 315, "pop_spfam_2050": 74, "pop_lep_2050": 225, "pop_below200_2050": 562, "pop_disability_2050": 303, "pct_minority_2050": 0.58179756166713925, "pct_over75_2050": 0.089311029203288914, "pct_spfam_2050": 0.0904645476772616, "pct_lep_2050": 0.068181818181818177, "pct_below200_2050": 0.1614014933946008, "pct_disab_2050": 0.08701895462377944, "pct_zvhhs_2050": 0.018536585365853658, "pct_hus_rent50_2050": 0.056585365853658538, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.098650385604113003, "pct_minority_2040": 0.56233933161953698, "pct_spfam_2040": 0.13372093023255802, "pct_lep_2040": 0.10152460152460199, "pct_below200_2040": 0.18371335504885997, "pct_disab_2040": 0.11986970684039099, "pct_zvhhs_2040": 0.032553407934892996, "pct_hus_rent50_2040": 0.051124744376278002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.299546000282618, 37.561888999852336 ], [ -122.302780999809073, 37.560330999735832 ], [ -122.296278000245934, 37.553345999823428 ], [ -122.291609000268494, 37.554133999689299 ], [ -122.289158999841305, 37.554897000208925 ], [ -122.291626999811839, 37.556252999871944 ], [ -122.292051999959284, 37.556831000196915 ], [ -122.293020000254941, 37.556808000251166 ], [ -122.291425000145495, 37.560478000180801 ], [ -122.292681000321224, 37.561396000293215 ], [ -122.293447000052197, 37.562682000058395 ], [ -122.292955999782507, 37.563933999752365 ], [ -122.290651000018599, 37.564967000064257 ], [ -122.287330000278416, 37.565327999822394 ], [ -122.28647400013574, 37.567152000219252 ], [ -122.287901999840614, 37.567664000084989 ], [ -122.291609000268494, 37.567416999678215 ], [ -122.29314199955536, 37.56800500004146 ], [ -122.2969240003263, 37.567786000081696 ], [ -122.297024999710302, 37.565536999782211 ], [ -122.297125999992659, 37.563055999926547 ], [ -122.299546000282618, 37.561888999852336 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081607900", "NAME": "Census Tract 6079", "state": "06", "county_fips": "081", "tract": "607900", "county_name": "San Mateo County", "tot_pop_2050": 3121, "tot_pop_pov_det_2050": 3121, "tot_pop_civ_ni_2050": 3121, "tot_hh_2050": 1660, "pop_zvhhs_2050": 117, "tot_fam_2050": 753, "tot_pop_over5_2050": 3020, "pop_hus_rent50_2050": 90, "pop_minority_2050": 1343, "pop_over75_2050": 268, "pop_spfam_2050": 20, "pop_lep_2050": 281, "pop_below200_2050": 573, "pop_disability_2050": 354, "pct_minority_2050": 0.43031079782121118, "pct_over75_2050": 0.085869913489266259, "pct_spfam_2050": 0.026560424966799469, "pct_lep_2050": 0.09304635761589404, "pct_below200_2050": 0.18359500160205061, "pct_disab_2050": 0.11342518423582185, "pct_zvhhs_2050": 0.07048192771084337, "pct_hus_rent50_2050": 0.054216867469879519, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.05964153275649, "pct_minority_2040": 0.47126081582200197, "pct_spfam_2040": 0.08602150537634401, "pct_lep_2040": 0.033236527912229995, "pct_below200_2040": 0.084054388133497998, "pct_disab_2040": 0.070766378244747005, "pct_zvhhs_2040": 0.065414900060569006, "pct_hus_rent50_2040": 0.049270072992701003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.293744000153126, 37.570541999675157 ], [ -122.294438999738986, 37.570707999790784 ], [ -122.293625000327424, 37.568561000145273 ], [ -122.291822999630398, 37.569038000150002 ], [ -122.29314199955536, 37.56800500004146 ], [ -122.291609000268494, 37.567416999678215 ], [ -122.287901999840614, 37.567664000084989 ], [ -122.28647400013574, 37.567152000219252 ], [ -122.287330000278416, 37.565327999822394 ], [ -122.290651000018599, 37.564967000064257 ], [ -122.292955999782507, 37.563933999752365 ], [ -122.293447000052197, 37.562682000058395 ], [ -122.292681000321224, 37.561396000293215 ], [ -122.291425000145495, 37.560478000180801 ], [ -122.293020000254941, 37.556808000251166 ], [ -122.292051999959284, 37.556831000196915 ], [ -122.291626999811839, 37.556252999871944 ], [ -122.289158999841305, 37.554897000208925 ], [ -122.288983000114186, 37.554745999953312 ], [ -122.287756000250766, 37.553021000152377 ], [ -122.285305999823549, 37.553624999788845 ], [ -122.285157999685566, 37.554022000353712 ], [ -122.283027999823815, 37.554502999654154 ], [ -122.279551000448038, 37.555599999964805 ], [ -122.279686999992151, 37.559499999657781 ], [ -122.279548999899873, 37.562105000030982 ], [ -122.27941699965541, 37.564235999746664 ], [ -122.28445999972665, 37.564865999854213 ], [ -122.284536999719549, 37.570622000094467 ], [ -122.288366000346116, 37.570472999698417 ], [ -122.293744000153126, 37.570541999675157 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608001", "NAME": "Census Tract 6080.01", "state": "06", "county_fips": "081", "tract": "608001", "county_name": "San Mateo County", "tot_pop_2050": 3599, "tot_pop_pov_det_2050": 3599, "tot_pop_civ_ni_2050": 3599, "tot_hh_2050": 1477, "pop_zvhhs_2050": 61, "tot_fam_2050": 993, "tot_pop_over5_2050": 3387, "pop_hus_rent50_2050": 165, "pop_minority_2050": 2261, "pop_over75_2050": 267, "pop_spfam_2050": 69, "pop_lep_2050": 262, "pop_below200_2050": 380, "pop_disability_2050": 224, "pct_minority_2050": 0.62823006390664071, "pct_over75_2050": 0.074187274242845241, "pct_spfam_2050": 0.069486404833836862, "pct_lep_2050": 0.077354591083554775, "pct_below200_2050": 0.10558488469019173, "pct_disab_2050": 0.062239510975270911, "pct_zvhhs_2050": 0.041299932295192965, "pct_hus_rent50_2050": 0.11171293161814487, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038621839399832998, "pct_minority_2040": 0.62711864406779694, "pct_spfam_2040": 0.058823529411765003, "pct_lep_2040": 0.086585365853658988, "pct_below200_2040": 0.077780875383329007, "pct_disab_2040": 0.050291747707696996, "pct_zvhhs_2040": 0.026863666890531001, "pct_hus_rent50_2040": 0.076402974983097005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.264262000400763, 37.553735999836874 ], [ -122.263598999703632, 37.55222200025198 ], [ -122.263550000198151, 37.551402999887948 ], [ -122.264073000254882, 37.548638999869993 ], [ -122.260523000185856, 37.548636999964792 ], [ -122.255357999915873, 37.548488999709448 ], [ -122.253077000441394, 37.549295000064205 ], [ -122.251360999958109, 37.551436999856051 ], [ -122.255629999902439, 37.55375499977076 ], [ -122.258740999580326, 37.555511000337042 ], [ -122.259227999652055, 37.555155999916046 ], [ -122.264262000400763, 37.553735999836874 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608002", "NAME": "Census Tract 6080.02", "state": "06", "county_fips": "081", "tract": "608002", "county_name": "San Mateo County", "tot_pop_2050": 3654, "tot_pop_pov_det_2050": 3654, "tot_pop_civ_ni_2050": 3654, "tot_hh_2050": 1390, "pop_zvhhs_2050": 19, "tot_fam_2050": 1073, "tot_pop_over5_2050": 3426, "pop_hus_rent50_2050": 60, "pop_minority_2050": 2041, "pop_over75_2050": 288, "pop_spfam_2050": 51, "pop_lep_2050": 140, "pop_below200_2050": 200, "pop_disability_2050": 228, "pct_minority_2050": 0.55856595511767926, "pct_over75_2050": 0.07881773399014777, "pct_spfam_2050": 0.047530288909599247, "pct_lep_2050": 0.040863981319322826, "pct_below200_2050": 0.054734537493158181, "pct_disab_2050": 0.062397372742200322, "pct_zvhhs_2050": 0.013669064748201438, "pct_hus_rent50_2050": 0.043165467625899283, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084358523725835008, "pct_minority_2040": 0.52372583479789103, "pct_spfam_2040": 0.034846884899682996, "pct_lep_2040": 0.076737887451097997, "pct_below200_2040": 0.056824838898652995, "pct_disab_2040": 0.094903339191564004, "pct_zvhhs_2040": 0.015127388535032, "pct_hus_rent50_2040": 0.032643312101911001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.273520999814565, 37.555688000340439 ], [ -122.27516100012987, 37.554562000025278 ], [ -122.270450000319656, 37.549049999902799 ], [ -122.269853999569662, 37.546403999694107 ], [ -122.26967700001768, 37.541934999925111 ], [ -122.269036999785087, 37.541626999728479 ], [ -122.265150000330451, 37.541490000335259 ], [ -122.26174900022437, 37.543769999795032 ], [ -122.260621000095156, 37.545329000001523 ], [ -122.260604000376702, 37.547102999899359 ], [ -122.260523000185856, 37.548636999964792 ], [ -122.264073000254882, 37.548638999869993 ], [ -122.263550000198151, 37.551402999887948 ], [ -122.263598999703632, 37.55222200025198 ], [ -122.264262000400763, 37.553735999836874 ], [ -122.26989299992772, 37.556015000194471 ], [ -122.273520999814565, 37.555688000340439 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608004", "NAME": "Census Tract 6080.04", "state": "06", "county_fips": "081", "tract": "608004", "county_name": "San Mateo County", "tot_pop_2050": 8293, "tot_pop_pov_det_2050": 8293, "tot_pop_civ_ni_2050": 8293, "tot_hh_2050": 3133, "pop_zvhhs_2050": 264, "tot_fam_2050": 2135, "tot_pop_over5_2050": 7685, "pop_hus_rent50_2050": 300, "pop_minority_2050": 5763, "pop_over75_2050": 406, "pop_spfam_2050": 181, "pop_lep_2050": 397, "pop_below200_2050": 884, "pop_disability_2050": 417, "pct_minority_2050": 0.69492342939828766, "pct_over75_2050": 0.04895695164596648, "pct_spfam_2050": 0.084777517564402813, "pct_lep_2050": 0.051659076122316197, "pct_below200_2050": 0.10659592427348366, "pct_disab_2050": 0.050283371518147837, "pct_zvhhs_2050": 0.084264283434407922, "pct_hus_rent50_2050": 0.095754867539099925, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085272504592774009, "pct_minority_2040": 0.56935088793631394, "pct_spfam_2040": 0.093984962406015005, "pct_lep_2040": 0.052078117175764001, "pct_below200_2040": 0.10500460546515199, "pct_disab_2040": 0.043784445805265998, "pct_zvhhs_2040": 0.070714039323904992, "pct_hus_rent50_2040": 0.10141428078647802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288445441061654, 37.575433190310797 ], [ -122.288366000346116, 37.570472999698417 ], [ -122.284536999719549, 37.570622000094467 ], [ -122.28445999972665, 37.564865999854213 ], [ -122.27941699965541, 37.564235999746664 ], [ -122.279548999899873, 37.562105000030982 ], [ -122.279686999992151, 37.559499999657781 ], [ -122.279551000448038, 37.555599999964805 ], [ -122.283027999823815, 37.554502999654154 ], [ -122.285157999685566, 37.554022000353712 ], [ -122.285305999823549, 37.553624999788845 ], [ -122.282483000025778, 37.553860000330182 ], [ -122.282007999649608, 37.551459000120353 ], [ -122.28448599966589, 37.550464999888987 ], [ -122.283551999705452, 37.548271000030013 ], [ -122.280208000399057, 37.548469999857495 ], [ -122.278977000337676, 37.545650999760092 ], [ -122.275895999898708, 37.544567999835429 ], [ -122.272283999905397, 37.545742999740902 ], [ -122.271261000256473, 37.546153000086441 ], [ -122.269853999569662, 37.546403999694107 ], [ -122.270450000319656, 37.549049999902799 ], [ -122.27516100012987, 37.554562000025278 ], [ -122.273520999814565, 37.555688000340439 ], [ -122.26989299992772, 37.556015000194471 ], [ -122.264262000400763, 37.553735999836874 ], [ -122.259227999652055, 37.555155999916046 ], [ -122.258740999580326, 37.555511000337042 ], [ -122.269061000074529, 37.561347000306142 ], [ -122.268138999809622, 37.562539000178099 ], [ -122.267968000105398, 37.56551599983996 ], [ -122.270085000446684, 37.566764999772438 ], [ -122.262434746264489, 37.573675143875633 ], [ -122.262868000132755, 37.573913999890472 ], [ -122.273562999647353, 37.570522999749869 ], [ -122.284258999885196, 37.575421000116314 ], [ -122.288445441061654, 37.575433190310797 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608013", "NAME": "Census Tract 6080.13", "state": "06", "county_fips": "081", "tract": "608013", "county_name": "San Mateo County", "tot_pop_2050": 3985, "tot_pop_pov_det_2050": 3985, "tot_pop_civ_ni_2050": 3985, "tot_hh_2050": 1570, "pop_zvhhs_2050": 19, "tot_fam_2050": 1134, "tot_pop_over5_2050": 3705, "pop_hus_rent50_2050": 108, "pop_minority_2050": 2407, "pop_over75_2050": 205, "pop_spfam_2050": 88, "pop_lep_2050": 142, "pop_below200_2050": 161, "pop_disability_2050": 217, "pct_minority_2050": 0.60401505646173148, "pct_over75_2050": 0.051442910915934753, "pct_spfam_2050": 0.077601410934744264, "pct_lep_2050": 0.03832658569500675, "pct_below200_2050": 0.040401505646173147, "pct_disab_2050": 0.054454203262233374, "pct_zvhhs_2050": 0.012101910828025478, "pct_hus_rent50_2050": 0.068789808917197451, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042421462967208994, "pct_minority_2040": 0.54964457693189595, "pct_spfam_2040": 0.117944397641112, "pct_lep_2040": 0.10404064843939001, "pct_below200_2040": 0.18600917431192701, "pct_disab_2040": 0.035321100917431, "pct_zvhhs_2040": 0.010552451893234002, "pct_hus_rent50_2040": 0.05115408608858401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278734999590029, 37.536844000022171 ], [ -122.27883300039764, 37.536403999837169 ], [ -122.276664000177817, 37.534222999787382 ], [ -122.271082000156341, 37.534213999898057 ], [ -122.265696999778342, 37.534076000271405 ], [ -122.264998999819412, 37.534388000178332 ], [ -122.26137299958242, 37.533400999951454 ], [ -122.26042899957622, 37.539677000088119 ], [ -122.259625000210391, 37.540375999973691 ], [ -122.258461999921067, 37.541182999777455 ], [ -122.256846999720111, 37.540493000179424 ], [ -122.251933000418646, 37.540408999922462 ], [ -122.252371000086569, 37.544505000067822 ], [ -122.250724000098558, 37.548193999700146 ], [ -122.249364000165755, 37.549193000030876 ], [ -122.250651000303634, 37.550299000246632 ], [ -122.251360999958109, 37.551436999856051 ], [ -122.253077000441394, 37.549295000064205 ], [ -122.255357999915873, 37.548488999709448 ], [ -122.260523000185856, 37.548636999964792 ], [ -122.260604000376702, 37.547102999899359 ], [ -122.256856999765873, 37.547349999990061 ], [ -122.256457999557696, 37.546323000350107 ], [ -122.259853999640939, 37.545138000332521 ], [ -122.260412999682686, 37.543325999785353 ], [ -122.267375999553352, 37.53845600021377 ], [ -122.270078999700573, 37.538898999937544 ], [ -122.270205000097278, 37.538599000007082 ], [ -122.270245000280241, 37.536720999827139 ], [ -122.276022000295399, 37.536685000044407 ], [ -122.277198999930121, 37.535709000262187 ], [ -122.278734999590029, 37.536844000022171 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608023", "NAME": "Census Tract 6080.23", "state": "06", "county_fips": "081", "tract": "608023", "county_name": "San Mateo County", "tot_pop_2050": 2629, "tot_pop_pov_det_2050": 2629, "tot_pop_civ_ni_2050": 2629, "tot_hh_2050": 892, "pop_zvhhs_2050": 23, "tot_fam_2050": 691, "tot_pop_over5_2050": 2521, "pop_hus_rent50_2050": 14, "pop_minority_2050": 1695, "pop_over75_2050": 197, "pop_spfam_2050": 12, "pop_lep_2050": 222, "pop_below200_2050": 223, "pop_disability_2050": 184, "pct_minority_2050": 0.64473183720045646, "pct_over75_2050": 0.074933434766070756, "pct_spfam_2050": 0.017366136034732273, "pct_lep_2050": 0.088060293534311787, "pct_below200_2050": 0.084823126664130846, "pct_disab_2050": 0.069988588817040703, "pct_zvhhs_2050": 0.025784753363228701, "pct_hus_rent50_2050": 0.015695067264573991, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078446306169078009, "pct_minority_2040": 0.57349581111957293, "pct_spfam_2040": 0.071240105540896992, "pct_lep_2040": 0.070682730923695009, "pct_below200_2040": 0.075399847677074999, "pct_disab_2040": 0.03008377760853, "pct_zvhhs_2040": 0.011415525114154999, "pct_hus_rent50_2040": 0.014101057579318002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278977000337676, 37.545650999760092 ], [ -122.277138999655676, 37.544156000006467 ], [ -122.276478000404992, 37.540403000256596 ], [ -122.277321000128836, 37.5382880000017 ], [ -122.278734999590029, 37.536844000022171 ], [ -122.277198999930121, 37.535709000262187 ], [ -122.276022000295399, 37.536685000044407 ], [ -122.270245000280241, 37.536720999827139 ], [ -122.270205000097278, 37.538599000007082 ], [ -122.270078999700573, 37.538898999937544 ], [ -122.267375999553352, 37.53845600021377 ], [ -122.260412999682686, 37.543325999785353 ], [ -122.259853999640939, 37.545138000332521 ], [ -122.256457999557696, 37.546323000350107 ], [ -122.256856999765873, 37.547349999990061 ], [ -122.260604000376702, 37.547102999899359 ], [ -122.260621000095156, 37.545329000001523 ], [ -122.26174900022437, 37.543769999795032 ], [ -122.265150000330451, 37.541490000335259 ], [ -122.269036999785087, 37.541626999728479 ], [ -122.26967700001768, 37.541934999925111 ], [ -122.269853999569662, 37.546403999694107 ], [ -122.271261000256473, 37.546153000086441 ], [ -122.272283999905397, 37.545742999740902 ], [ -122.275895999898708, 37.544567999835429 ], [ -122.278977000337676, 37.545650999760092 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608100", "NAME": "Census Tract 6081", "state": "06", "county_fips": "081", "tract": "608100", "county_name": "San Mateo County", "tot_pop_2050": 3958, "tot_pop_pov_det_2050": 3925, "tot_pop_civ_ni_2050": 3945, "tot_hh_2050": 1427, "pop_zvhhs_2050": 65, "tot_fam_2050": 1095, "tot_pop_over5_2050": 3644, "pop_hus_rent50_2050": 60, "pop_minority_2050": 2368, "pop_over75_2050": 258, "pop_spfam_2050": 74, "pop_lep_2050": 223, "pop_below200_2050": 236, "pop_disability_2050": 312, "pct_minority_2050": 0.59828196058615457, "pct_over75_2050": 0.065184436584133407, "pct_spfam_2050": 0.067579908675799091, "pct_lep_2050": 0.061196487376509325, "pct_below200_2050": 0.060127388535031849, "pct_disab_2050": 0.079087452471482869, "pct_zvhhs_2050": 0.045550105115627189, "pct_hus_rent50_2050": 0.042046250875963566, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058552799795449001, "pct_minority_2040": 0.62976220915366898, "pct_spfam_2040": 0.063492063492064002, "pct_lep_2040": 0.060845839017735, "pct_below200_2040": 0.056633048875097, "pct_disab_2040": 0.066410256410255997, "pct_zvhhs_2040": 0.028550512445094999, "pct_hus_rent50_2040": 0.043219076005960998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.268138999809622, 37.562539000178099 ], [ -122.269061000074529, 37.561347000306142 ], [ -122.258740999580326, 37.555511000337042 ], [ -122.257349999685388, 37.555987000014873 ], [ -122.25634299992997, 37.556923999750431 ], [ -122.256041999631108, 37.560495000232912 ], [ -122.257142000171214, 37.562555999759951 ], [ -122.258307999935298, 37.563913999817956 ], [ -122.260661000278105, 37.565374999871253 ], [ -122.264284999966975, 37.565944000307198 ], [ -122.267968000105398, 37.56551599983996 ], [ -122.268138999809622, 37.562539000178099 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608200", "NAME": "Census Tract 6082", "state": "06", "county_fips": "081", "tract": "608200", "county_name": "San Mateo County", "tot_pop_2050": 3951, "tot_pop_pov_det_2050": 3886, "tot_pop_civ_ni_2050": 3886, "tot_hh_2050": 1364, "pop_zvhhs_2050": 7, "tot_fam_2050": 951, "tot_pop_over5_2050": 3808, "pop_hus_rent50_2050": 64, "pop_minority_2050": 2164, "pop_over75_2050": 275, "pop_spfam_2050": 28, "pop_lep_2050": 111, "pop_below200_2050": 367, "pop_disability_2050": 292, "pct_minority_2050": 0.54770944064793725, "pct_over75_2050": 0.069602632245001281, "pct_spfam_2050": 0.029442691903259724, "pct_lep_2050": 0.02914915966386555, "pct_below200_2050": 0.094441585177560475, "pct_disab_2050": 0.075141533710756561, "pct_zvhhs_2050": 0.005131964809384164, "pct_hus_rent50_2050": 0.046920821114369501, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099579611140304988, "pct_minority_2040": 0.57146610614818705, "pct_spfam_2040": 0.074579831932772997, "pct_lep_2040": 0.104587657018023, "pct_below200_2040": 0.079250334672021, "pct_disab_2040": 0.068273092369477997, "pct_zvhhs_2040": 0.015037593984962001, "pct_hus_rent50_2040": 0.035932721712537995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.270085000446684, 37.566764999772438 ], [ -122.267968000105398, 37.56551599983996 ], [ -122.264284999966975, 37.565944000307198 ], [ -122.260661000278105, 37.565374999871253 ], [ -122.258307999935298, 37.563913999817956 ], [ -122.257142000171214, 37.562555999759951 ], [ -122.255963999813289, 37.563032999766051 ], [ -122.254806000445143, 37.560981000124436 ], [ -122.253562999789892, 37.561210999911552 ], [ -122.253495000017821, 37.562791999669976 ], [ -122.2513950002933, 37.563589999705556 ], [ -122.250056000276885, 37.564098999896252 ], [ -122.249000128576768, 37.564104790442677 ], [ -122.251934000243537, 37.567886000198506 ], [ -122.262434746264489, 37.573675143875633 ], [ -122.270085000446684, 37.566764999772438 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608300", "NAME": "Census Tract 6083", "state": "06", "county_fips": "081", "tract": "608300", "county_name": "San Mateo County", "tot_pop_2050": 3715, "tot_pop_pov_det_2050": 3704, "tot_pop_civ_ni_2050": 3704, "tot_hh_2050": 1347, "pop_zvhhs_2050": 26, "tot_fam_2050": 1020, "tot_pop_over5_2050": 3469, "pop_hus_rent50_2050": 69, "pop_minority_2050": 2473, "pop_over75_2050": 194, "pop_spfam_2050": 67, "pop_lep_2050": 158, "pop_below200_2050": 347, "pop_disability_2050": 255, "pct_minority_2050": 0.66567967698519515, "pct_over75_2050": 0.05222072678331089, "pct_spfam_2050": 0.065686274509803924, "pct_lep_2050": 0.045546266935716347, "pct_below200_2050": 0.093682505399568031, "pct_disab_2050": 0.068844492440604754, "pct_zvhhs_2050": 0.019302152932442463, "pct_hus_rent50_2050": 0.051224944320712687, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053932584269662992, "pct_minority_2040": 0.61179775280898896, "pct_spfam_2040": 0.06896551724137899, "pct_lep_2040": 0.040953545232274, "pct_below200_2040": 0.062834601296140005, "pct_disab_2040": 0.071569456184841007, "pct_zvhhs_2040": 0.030124908155767998, "pct_hus_rent50_2040": 0.030803906836965, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.257349999685388, 37.555987000014873 ], [ -122.258740999580326, 37.555511000337042 ], [ -122.255629999902439, 37.55375499977076 ], [ -122.251360999958109, 37.551436999856051 ], [ -122.250651000303634, 37.550299000246632 ], [ -122.249364000165755, 37.549193000030876 ], [ -122.244070999849257, 37.55359600024947 ], [ -122.242889000191667, 37.555058000248209 ], [ -122.242824727529722, 37.557389438723753 ], [ -122.244372000148147, 37.558139999962791 ], [ -122.248396661928467, 37.563327033852353 ], [ -122.249000128576768, 37.564104790442677 ], [ -122.250056000276885, 37.564098999896252 ], [ -122.2513950002933, 37.563589999705556 ], [ -122.253495000017821, 37.562791999669976 ], [ -122.253562999789892, 37.561210999911552 ], [ -122.254806000445143, 37.560981000124436 ], [ -122.255963999813289, 37.563032999766051 ], [ -122.257142000171214, 37.562555999759951 ], [ -122.256041999631108, 37.560495000232912 ], [ -122.25634299992997, 37.556923999750431 ], [ -122.257349999685388, 37.555987000014873 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608400", "NAME": "Census Tract 6084", "state": "06", "county_fips": "081", "tract": "608400", "county_name": "San Mateo County", "tot_pop_2050": 6328, "tot_pop_pov_det_2050": 6317, "tot_pop_civ_ni_2050": 6317, "tot_hh_2050": 2238, "pop_zvhhs_2050": 57, "tot_fam_2050": 1128, "tot_pop_over5_2050": 5961, "pop_hus_rent50_2050": 345, "pop_minority_2050": 5074, "pop_over75_2050": 378, "pop_spfam_2050": 145, "pop_lep_2050": 571, "pop_below200_2050": 1105, "pop_disability_2050": 609, "pct_minority_2050": 0.80183312262958284, "pct_over75_2050": 0.059734513274336286, "pct_spfam_2050": 0.12854609929078015, "pct_lep_2050": 0.095789297097802401, "pct_below200_2050": 0.1749248060788349, "pct_disab_2050": 0.09640652208326736, "pct_zvhhs_2050": 0.025469168900804289, "pct_hus_rent50_2050": 0.15415549597855227, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.066034294053264997, "pct_minority_2040": 0.55417730755198791, "pct_spfam_2040": 0.12910618792971701, "pct_lep_2040": 0.12134301983114099, "pct_below200_2040": 0.14317140238313503, "pct_disab_2040": 0.11329055912007302, "pct_zvhhs_2040": 0.028776978417266001, "pct_hus_rent50_2040": 0.14230583695127802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291609000268494, 37.554133999689299 ], [ -122.296278000245934, 37.553345999823428 ], [ -122.291404000229079, 37.54811899992206 ], [ -122.28958099961568, 37.545103000340077 ], [ -122.290621999706261, 37.544090999863549 ], [ -122.28915399981841, 37.543867000043541 ], [ -122.287094000276852, 37.543155999809926 ], [ -122.280852999756206, 37.53675000023307 ], [ -122.278320000386628, 37.534018000217863 ], [ -122.277320000303916, 37.532935000145613 ], [ -122.276664000177817, 37.534222999787382 ], [ -122.27883300039764, 37.536403999837169 ], [ -122.278734999590029, 37.536844000022171 ], [ -122.277321000128836, 37.5382880000017 ], [ -122.276478000404992, 37.540403000256596 ], [ -122.277138999655676, 37.544156000006467 ], [ -122.278977000337676, 37.545650999760092 ], [ -122.280208000399057, 37.548469999857495 ], [ -122.283551999705452, 37.548271000030013 ], [ -122.28448599966589, 37.550464999888987 ], [ -122.282007999649608, 37.551459000120353 ], [ -122.282483000025778, 37.553860000330182 ], [ -122.285305999823549, 37.553624999788845 ], [ -122.287756000250766, 37.553021000152377 ], [ -122.288983000114186, 37.554745999953312 ], [ -122.289158999841305, 37.554897000208925 ], [ -122.291609000268494, 37.554133999689299 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608501", "NAME": "Census Tract 6085.01", "state": "06", "county_fips": "081", "tract": "608501", "county_name": "San Mateo County", "tot_pop_2050": 5002, "tot_pop_pov_det_2050": 4997, "tot_pop_civ_ni_2050": 4997, "tot_hh_2050": 1746, "pop_zvhhs_2050": 72, "tot_fam_2050": 1243, "tot_pop_over5_2050": 4579, "pop_hus_rent50_2050": 94, "pop_minority_2050": 2446, "pop_over75_2050": 259, "pop_spfam_2050": 152, "pop_lep_2050": 188, "pop_below200_2050": 540, "pop_disability_2050": 507, "pct_minority_2050": 0.48900439824070369, "pct_over75_2050": 0.051779288284686129, "pct_spfam_2050": 0.12228479485116653, "pct_lep_2050": 0.041056999344835116, "pct_below200_2050": 0.10806483890334199, "pct_disab_2050": 0.10146087652591557, "pct_zvhhs_2050": 0.041237113402061855, "pct_hus_rent50_2050": 0.053837342497136322, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077215443088617997, "pct_minority_2040": 0.44448889777955608, "pct_spfam_2040": 0.10434056761268801, "pct_lep_2040": 0.028631138975967002, "pct_below200_2040": 0.17577577577577599, "pct_disab_2040": 0.122322322322322, "pct_zvhhs_2040": 0.051251489868890998, "pct_hus_rent50_2040": 0.069129916567341992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297932999731529, 37.538455000124593 ], [ -122.296991000273465, 37.537438000071447 ], [ -122.297560000360917, 37.537082999763051 ], [ -122.294632000082842, 37.534464999808385 ], [ -122.287413000119102, 37.529267000121884 ], [ -122.287091999728716, 37.529469000010444 ], [ -122.286916999826545, 37.529659999923894 ], [ -122.290533000017803, 37.532055999668252 ], [ -122.289205999696946, 37.534158999679995 ], [ -122.289024999947017, 37.533763999771523 ], [ -122.282252000047066, 37.533805999736778 ], [ -122.278320000386628, 37.534018000217863 ], [ -122.280852999756206, 37.53675000023307 ], [ -122.287094000276852, 37.543155999809926 ], [ -122.28915399981841, 37.543867000043541 ], [ -122.28943800039886, 37.543706000046591 ], [ -122.290917999982284, 37.541855000042602 ], [ -122.297932999731529, 37.538455000124593 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608502", "NAME": "Census Tract 6085.02", "state": "06", "county_fips": "081", "tract": "608502", "county_name": "San Mateo County", "tot_pop_2050": 2749, "tot_pop_pov_det_2050": 2749, "tot_pop_civ_ni_2050": 2749, "tot_hh_2050": 1161, "pop_zvhhs_2050": 53, "tot_fam_2050": 729, "tot_pop_over5_2050": 2637, "pop_hus_rent50_2050": 122, "pop_minority_2050": 1465, "pop_over75_2050": 144, "pop_spfam_2050": 81, "pop_lep_2050": 99, "pop_below200_2050": 320, "pop_disability_2050": 196, "pct_minority_2050": 0.53292106220443802, "pct_over75_2050": 0.052382684612586397, "pct_spfam_2050": 0.1111111111111111, "pct_lep_2050": 0.037542662116040959, "pct_below200_2050": 0.11640596580574755, "pct_disab_2050": 0.071298654056020372, "pct_zvhhs_2050": 0.045650301464254951, "pct_hus_rent50_2050": 0.10508182601205857, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031427489587278, "pct_minority_2040": 0.58500567966679295, "pct_spfam_2040": 0.10416666666666699, "pct_lep_2040": 0.018232263178755002, "pct_below200_2040": 0.14426353653919, "pct_disab_2040": 0.033801747056588997, "pct_zvhhs_2040": 0.015126050420168, "pct_hus_rent50_2040": 0.11860068259385699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.289205999696946, 37.534158999679995 ], [ -122.290533000017803, 37.532055999668252 ], [ -122.286916999826545, 37.529659999923894 ], [ -122.2854499997636, 37.53065099985443 ], [ -122.284519000176189, 37.530416000235128 ], [ -122.278277999655543, 37.528834999723252 ], [ -122.278031999608217, 37.529436999704842 ], [ -122.276408000084771, 37.529561000011199 ], [ -122.274973999633801, 37.530470999651605 ], [ -122.277320000303916, 37.532935000145613 ], [ -122.278320000386628, 37.534018000217863 ], [ -122.282252000047066, 37.533805999736778 ], [ -122.289024999947017, 37.533763999771523 ], [ -122.289205999696946, 37.534158999679995 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608600", "NAME": "Census Tract 6086", "state": "06", "county_fips": "081", "tract": "608600", "county_name": "San Mateo County", "tot_pop_2050": 4373, "tot_pop_pov_det_2050": 4361, "tot_pop_civ_ni_2050": 4361, "tot_hh_2050": 1787, "pop_zvhhs_2050": 143, "tot_fam_2050": 1106, "tot_pop_over5_2050": 3988, "pop_hus_rent50_2050": 262, "pop_minority_2050": 2790, "pop_over75_2050": 176, "pop_spfam_2050": 123, "pop_lep_2050": 168, "pop_below200_2050": 563, "pop_disability_2050": 380, "pct_minority_2050": 0.63800594557512003, "pct_over75_2050": 0.040246970043448432, "pct_spfam_2050": 0.1112115732368897, "pct_lep_2050": 0.04212637913741224, "pct_below200_2050": 0.12909883054345336, "pct_disab_2050": 0.087135977986700294, "pct_zvhhs_2050": 0.080022383883603804, "pct_hus_rent50_2050": 0.14661443760492446, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.055567805953692997, "pct_minority_2040": 0.60088202866593199, "pct_spfam_2040": 0.12432915921288, "pct_lep_2040": 0.037405303030302997, "pct_below200_2040": 0.23257878384376399, "pct_disab_2040": 0.093480662983425, "pct_zvhhs_2040": 0.049720670391060998, "pct_hus_rent50_2040": 0.142365097588978, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.286916999826545, 37.529659999923894 ], [ -122.287091999728716, 37.529469000010444 ], [ -122.282099999711107, 37.526071999654789 ], [ -122.275597999972874, 37.520667999762424 ], [ -122.273505999745964, 37.518945000185646 ], [ -122.272288999928264, 37.518604000195353 ], [ -122.272158000406989, 37.52023000028958 ], [ -122.270668999704469, 37.520765000137281 ], [ -122.267922999899554, 37.523798000103291 ], [ -122.264979999552835, 37.521272000029832 ], [ -122.262406000175417, 37.519338000216067 ], [ -122.261185999984662, 37.520457999760133 ], [ -122.26431799957895, 37.523437999674698 ], [ -122.26639499973723, 37.526529999738635 ], [ -122.268521000299359, 37.527947999667433 ], [ -122.269983000339408, 37.529572000166262 ], [ -122.269827999630408, 37.531497000189376 ], [ -122.267741000324676, 37.531564999745754 ], [ -122.265696999778342, 37.534076000271405 ], [ -122.271082000156341, 37.534213999898057 ], [ -122.276664000177817, 37.534222999787382 ], [ -122.277320000303916, 37.532935000145613 ], [ -122.274973999633801, 37.530470999651605 ], [ -122.276408000084771, 37.529561000011199 ], [ -122.278031999608217, 37.529436999704842 ], [ -122.278277999655543, 37.528834999723252 ], [ -122.284519000176189, 37.530416000235128 ], [ -122.2854499997636, 37.53065099985443 ], [ -122.286916999826545, 37.529659999923894 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608700", "NAME": "Census Tract 6087", "state": "06", "county_fips": "081", "tract": "608700", "county_name": "San Mateo County", "tot_pop_2050": 7153, "tot_pop_pov_det_2050": 6826, "tot_pop_civ_ni_2050": 7102, "tot_hh_2050": 2603, "pop_zvhhs_2050": 125, "tot_fam_2050": 1757, "tot_pop_over5_2050": 6544, "pop_hus_rent50_2050": 175, "pop_minority_2050": 2994, "pop_over75_2050": 647, "pop_spfam_2050": 49, "pop_lep_2050": 139, "pop_below200_2050": 792, "pop_disability_2050": 816, "pct_minority_2050": 0.4185656367957501, "pct_over75_2050": 0.09045155878652314, "pct_spfam_2050": 0.027888446215139442, "pct_lep_2050": 0.021240831295843518, "pct_below200_2050": 0.1160269557573982, "pct_disab_2050": 0.11489721205294284, "pct_zvhhs_2050": 0.048021513638109865, "pct_hus_rent50_2050": 0.06723011909335383, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.06682815616984901, "pct_minority_2040": 0.37617554858934199, "pct_spfam_2040": 0.018079096045198004, "pct_lep_2040": 0.019515169995426001, "pct_below200_2040": 0.086923997606224004, "pct_disab_2040": 0.048199684406827994, "pct_zvhhs_2040": 0.049831397527163999, "pct_hus_rent50_2040": 0.079395085066162996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.301947000306058, 37.523364999801423 ], [ -122.298151000189705, 37.521141000082721 ], [ -122.297556000162956, 37.520123000144679 ], [ -122.296142999628401, 37.517600999678585 ], [ -122.296434999706449, 37.516272999677895 ], [ -122.296366999934364, 37.514288999999074 ], [ -122.294294999798922, 37.512111999967047 ], [ -122.290226999696046, 37.513302000326668 ], [ -122.283858000027195, 37.515091999723104 ], [ -122.282252999871986, 37.516548999709109 ], [ -122.279005999751675, 37.516914000353886 ], [ -122.277207000326015, 37.519128999668943 ], [ -122.2750509996267, 37.517570000351448 ], [ -122.273810000417882, 37.518634000162955 ], [ -122.273505999745964, 37.518945000185646 ], [ -122.275597999972874, 37.520667999762424 ], [ -122.282099999711107, 37.526071999654789 ], [ -122.287091999728716, 37.529469000010444 ], [ -122.287413000119102, 37.529267000121884 ], [ -122.291291000251206, 37.527644999862645 ], [ -122.293279999647609, 37.526978000279613 ], [ -122.294360000096262, 37.52648799995071 ], [ -122.301947000306058, 37.523364999801423 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608800", "NAME": "Census Tract 6088", "state": "06", "county_fips": "081", "tract": "608800", "county_name": "San Mateo County", "tot_pop_2050": 6314, "tot_pop_pov_det_2050": 6267, "tot_pop_civ_ni_2050": 6314, "tot_hh_2050": 2144, "pop_zvhhs_2050": 0, "tot_fam_2050": 1870, "tot_pop_over5_2050": 5956, "pop_hus_rent50_2050": 12, "pop_minority_2050": 2454, "pop_over75_2050": 484, "pop_spfam_2050": 72, "pop_lep_2050": 339, "pop_below200_2050": 311, "pop_disability_2050": 519, "pct_minority_2050": 0.38866012036743752, "pct_over75_2050": 0.076655052264808357, "pct_spfam_2050": 0.038502673796791453, "pct_lep_2050": 0.056917394224311628, "pct_below200_2050": 0.04962501994574757, "pct_disab_2050": 0.082198289515362691, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.005597014925373134, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078101329742468001, "pct_minority_2040": 0.32435616899511899, "pct_spfam_2040": 0.041945288753798993, "pct_lep_2040": 0.023322569070685004, "pct_below200_2040": 0.046472470112814003, "pct_disab_2040": 0.092776561710725999, "pct_zvhhs_2040": 0.02728127939793, "pct_hus_rent50_2040": 0.0081339712918660004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.327030000417707, 37.514998000310186 ], [ -122.32883999971402, 37.51344200004371 ], [ -122.326579000331009, 37.511739000047456 ], [ -122.323124999623133, 37.511149999993066 ], [ -122.319085000007647, 37.511427000182636 ], [ -122.310766000402097, 37.512735000069739 ], [ -122.304086000388608, 37.512337999848235 ], [ -122.301096000186263, 37.51119100012194 ], [ -122.295964000426551, 37.511590999954407 ], [ -122.294294999798922, 37.512111999967047 ], [ -122.296366999934364, 37.514288999999074 ], [ -122.296434999706449, 37.516272999677895 ], [ -122.296142999628401, 37.517600999678585 ], [ -122.297556000162956, 37.520123000144679 ], [ -122.298151000189705, 37.521141000082721 ], [ -122.301947000306058, 37.523364999801423 ], [ -122.306711999644619, 37.521320999999858 ], [ -122.307300999823582, 37.521077000150036 ], [ -122.31174200019538, 37.524441000098889 ], [ -122.313285000426305, 37.521562000242113 ], [ -122.314431999923755, 37.521113000341593 ], [ -122.314956999630326, 37.519208000070677 ], [ -122.319408000047858, 37.519180000316673 ], [ -122.322287999747061, 37.522002000352643 ], [ -122.324506000370647, 37.521494999720765 ], [ -122.325852000059783, 37.519819000280847 ], [ -122.324832999710523, 37.517481000211966 ], [ -122.327030000417707, 37.514998000310186 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081608900", "NAME": "Census Tract 6089", "state": "06", "county_fips": "081", "tract": "608900", "county_name": "San Mateo County", "tot_pop_2050": 6975, "tot_pop_pov_det_2050": 6903, "tot_pop_civ_ni_2050": 6903, "tot_hh_2050": 2985, "pop_zvhhs_2050": 274, "tot_fam_2050": 1790, "tot_pop_over5_2050": 6766, "pop_hus_rent50_2050": 538, "pop_minority_2050": 3126, "pop_over75_2050": 436, "pop_spfam_2050": 228, "pop_lep_2050": 132, "pop_below200_2050": 996, "pop_disability_2050": 567, "pct_minority_2050": 0.4481720430107527, "pct_over75_2050": 0.062508960573476699, "pct_spfam_2050": 0.12737430167597766, "pct_lep_2050": 0.019509311262193317, "pct_below200_2050": 0.14428509343763582, "pct_disab_2050": 0.082138200782268578, "pct_zvhhs_2050": 0.091792294807370181, "pct_hus_rent50_2050": 0.18023450586264653, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.081360946745561991, "pct_minority_2040": 0.47973372781065099, "pct_spfam_2040": 0.11961141469338199, "pct_lep_2040": 0.02528, "pct_below200_2040": 0.144394618834081, "pct_disab_2040": 0.072346786248130998, "pct_zvhhs_2040": 0.047556575926533, "pct_hus_rent50_2040": 0.15531700771553197, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.33588200012575, 37.508050999731893 ], [ -122.339108000329688, 37.507082000146241 ], [ -122.329732999666618, 37.501182999922676 ], [ -122.326371999743444, 37.500342000235719 ], [ -122.320418000176275, 37.500015999862789 ], [ -122.317657000302788, 37.499141000296333 ], [ -122.31203699974813, 37.496211000200979 ], [ -122.31116800008499, 37.495871000349744 ], [ -122.303554000111077, 37.493717000048242 ], [ -122.300491999938657, 37.495181999958604 ], [ -122.299833000337799, 37.495247999913417 ], [ -122.298367000099802, 37.49617300022738 ], [ -122.297219999703998, 37.495927000230509 ], [ -122.296170000290871, 37.497022999930167 ], [ -122.291480000397058, 37.498558999997307 ], [ -122.291831999851269, 37.49912000018076 ], [ -122.289265999971391, 37.500272000240663 ], [ -122.288761000356331, 37.499853000211637 ], [ -122.287495999959773, 37.499419999947996 ], [ -122.287110999995292, 37.499622000105248 ], [ -122.287552000036271, 37.49995599991454 ], [ -122.288070999895041, 37.500605999993176 ], [ -122.287804999756233, 37.500819999791844 ], [ -122.287065999789448, 37.500774000259831 ], [ -122.2859219997667, 37.500931999928177 ], [ -122.285824999682333, 37.501260000328244 ], [ -122.28620700017207, 37.50154399997141 ], [ -122.289066999779777, 37.502717000226724 ], [ -122.287822000372998, 37.504674999808678 ], [ -122.287468000370694, 37.504930000064427 ], [ -122.286526999839197, 37.506614000234542 ], [ -122.287039999850208, 37.506810999740296 ], [ -122.288584999730929, 37.507416999869449 ], [ -122.292458999665072, 37.508877999846561 ], [ -122.294294999798922, 37.512111999967047 ], [ -122.295964000426551, 37.511590999954407 ], [ -122.301096000186263, 37.51119100012194 ], [ -122.304086000388608, 37.512337999848235 ], [ -122.310766000402097, 37.512735000069739 ], [ -122.319085000007647, 37.511427000182636 ], [ -122.323124999623133, 37.511149999993066 ], [ -122.326579000331009, 37.511739000047456 ], [ -122.329428999892983, 37.512298999804088 ], [ -122.330197000172092, 37.51258699981404 ], [ -122.330576000288772, 37.512248999882104 ], [ -122.33588200012575, 37.508050999731893 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609000", "NAME": "Census Tract 6090", "state": "06", "county_fips": "081", "tract": "609000", "county_name": "San Mateo County", "tot_pop_2050": 2572, "tot_pop_pov_det_2050": 2508, "tot_pop_civ_ni_2050": 2508, "tot_hh_2050": 945, "pop_zvhhs_2050": 81, "tot_fam_2050": 634, "tot_pop_over5_2050": 2457, "pop_hus_rent50_2050": 73, "pop_minority_2050": 869, "pop_over75_2050": 314, "pop_spfam_2050": 49, "pop_lep_2050": 88, "pop_below200_2050": 259, "pop_disability_2050": 250, "pct_minority_2050": 0.33786936236391912, "pct_over75_2050": 0.12208398133748055, "pct_spfam_2050": 0.077287066246056788, "pct_lep_2050": 0.035816035816035818, "pct_below200_2050": 0.1032695374800638, "pct_disab_2050": 0.099681020733652329, "pct_zvhhs_2050": 0.085714285714285729, "pct_hus_rent50_2050": 0.077248677248677247, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10679230467216301, "pct_minority_2040": 0.46368276403612102, "pct_spfam_2040": 0.091463414634146006, "pct_lep_2040": 0.024691358024691003, "pct_below200_2040": 0.16254416961130702, "pct_disab_2040": 0.084413034943069995, "pct_zvhhs_2040": 0.084325396825396998, "pct_hus_rent50_2040": 0.037698412698412995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.294294999798922, 37.512111999967047 ], [ -122.292458999665072, 37.508877999846561 ], [ -122.288584999730929, 37.507416999869449 ], [ -122.28683800018382, 37.510619999792993 ], [ -122.285185000348051, 37.509892000229407 ], [ -122.282088000015534, 37.510372000143931 ], [ -122.279086999942521, 37.512088000034112 ], [ -122.278570999558482, 37.51316500020684 ], [ -122.277340000395398, 37.512594999739065 ], [ -122.273078999948694, 37.510157000177855 ], [ -122.27250900003628, 37.510481000234812 ], [ -122.267399000017903, 37.514184999704533 ], [ -122.268029000204749, 37.514999000001346 ], [ -122.270209000295225, 37.516857000160016 ], [ -122.272288999928264, 37.518604000195353 ], [ -122.273505999745964, 37.518945000185646 ], [ -122.273810000417882, 37.518634000162955 ], [ -122.2750509996267, 37.517570000351448 ], [ -122.277207000326015, 37.519128999668943 ], [ -122.279005999751675, 37.516914000353886 ], [ -122.282252999871986, 37.516548999709109 ], [ -122.283858000027195, 37.515091999723104 ], [ -122.290226999696046, 37.513302000326668 ], [ -122.294294999798922, 37.512111999967047 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609100", "NAME": "Census Tract 6091", "state": "06", "county_fips": "081", "tract": "609100", "county_name": "San Mateo County", "tot_pop_2050": 1584, "tot_pop_pov_det_2050": 1580, "tot_pop_civ_ni_2050": 1584, "tot_hh_2050": 572, "pop_zvhhs_2050": 16, "tot_fam_2050": 400, "tot_pop_over5_2050": 1487, "pop_hus_rent50_2050": 17, "pop_minority_2050": 637, "pop_over75_2050": 86, "pop_spfam_2050": 21, "pop_lep_2050": 55, "pop_below200_2050": 198, "pop_disability_2050": 159, "pct_minority_2050": 0.40214646464646464, "pct_over75_2050": 0.054292929292929296, "pct_spfam_2050": 0.0525, "pct_lep_2050": 0.036987222595830531, "pct_below200_2050": 0.12531645569620253, "pct_disab_2050": 0.10037878787878787, "pct_zvhhs_2050": 0.027972027972027969, "pct_hus_rent50_2050": 0.02972027972027972, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.015688553166763, "pct_minority_2040": 0.51191167925624603, "pct_spfam_2040": 0.13554216867469901, "pct_lep_2040": 0.074074074074074001, "pct_below200_2040": 0.25641025641025605, "pct_disab_2040": 0.052295177222544995, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.057192374350087012, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.272158000406989, 37.52023000028958 ], [ -122.272288999928264, 37.518604000195353 ], [ -122.270209000295225, 37.516857000160016 ], [ -122.268029000204749, 37.514999000001346 ], [ -122.267399000017903, 37.514184999704533 ], [ -122.266694000386309, 37.513575999811934 ], [ -122.261349000191288, 37.508952999897538 ], [ -122.258297999889535, 37.506262999978709 ], [ -122.25229300026875, 37.500819999791844 ], [ -122.248671000229706, 37.497699999942476 ], [ -122.24423999990367, 37.494070000070245 ], [ -122.244229000033002, 37.494112000284879 ], [ -122.244215999614212, 37.494244999858303 ], [ -122.245104000442225, 37.494993000089195 ], [ -122.244501000019554, 37.495493000056385 ], [ -122.243094000231082, 37.496487000291914 ], [ -122.241191000150053, 37.498176000186326 ], [ -122.240685999636668, 37.497868000333071 ], [ -122.238134999825462, 37.498145999835288 ], [ -122.240131999617816, 37.4996290000974 ], [ -122.245970999557244, 37.504753000004499 ], [ -122.245034000122047, 37.506018000253455 ], [ -122.245070000107063, 37.507688000213307 ], [ -122.248554000053844, 37.512676999811944 ], [ -122.248601999734404, 37.516493000332602 ], [ -122.24860500010746, 37.518147999914774 ], [ -122.251751999770349, 37.517444000034679 ], [ -122.254690999919106, 37.51576100019026 ], [ -122.259220000154443, 37.519379999754229 ], [ -122.261185999984662, 37.520457999760133 ], [ -122.262406000175417, 37.519338000216067 ], [ -122.264979999552835, 37.521272000029832 ], [ -122.267922999899554, 37.523798000103291 ], [ -122.270668999704469, 37.520765000137281 ], [ -122.272158000406989, 37.52023000028958 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609201", "NAME": "Census Tract 6092.01", "state": "06", "county_fips": "081", "tract": "609201", "county_name": "San Mateo County", "tot_pop_2050": 3708, "tot_pop_pov_det_2050": 3660, "tot_pop_civ_ni_2050": 3683, "tot_hh_2050": 1560, "pop_zvhhs_2050": 184, "tot_fam_2050": 935, "tot_pop_over5_2050": 3406, "pop_hus_rent50_2050": 140, "pop_minority_2050": 960, "pop_over75_2050": 276, "pop_spfam_2050": 79, "pop_lep_2050": 44, "pop_below200_2050": 377, "pop_disability_2050": 262, "pct_minority_2050": 0.25889967637540451, "pct_over75_2050": 0.074433656957928807, "pct_spfam_2050": 0.084491978609625665, "pct_lep_2050": 0.012918379330593073, "pct_below200_2050": 0.10300546448087433, "pct_disab_2050": 0.071137659516698343, "pct_zvhhs_2050": 0.11794871794871795, "pct_hus_rent50_2050": 0.089743589743589744, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089173711480774992, "pct_minority_2040": 0.25906735751295301, "pct_spfam_2040": 0.066739606126914999, "pct_lep_2040": 0.016582765768433996, "pct_below200_2040": 0.13125172699640802, "pct_disab_2040": 0.086092715231787992, "pct_zvhhs_2040": 0.08814204185161699, "pct_hus_rent50_2040": 0.082061068702289991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.263364000425298, 37.50243899992595 ], [ -122.262993999631135, 37.502071000165998 ], [ -122.263007000049924, 37.499806000189267 ], [ -122.26090999980012, 37.497433000109474 ], [ -122.259672999890981, 37.49636199996138 ], [ -122.258213000399024, 37.49479200020108 ], [ -122.260022999695337, 37.494124999905296 ], [ -122.25640800022731, 37.491999999833538 ], [ -122.253879999982288, 37.493854000222612 ], [ -122.248858999652342, 37.49753099996154 ], [ -122.248671000229706, 37.497699999942476 ], [ -122.25229300026875, 37.500819999791844 ], [ -122.258297999889535, 37.506262999978709 ], [ -122.263364000425298, 37.50243899992595 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609202", "NAME": "Census Tract 6092.02", "state": "06", "county_fips": "081", "tract": "609202", "county_name": "San Mateo County", "tot_pop_2050": 4498, "tot_pop_pov_det_2050": 4487, "tot_pop_civ_ni_2050": 4498, "tot_hh_2050": 1943, "pop_zvhhs_2050": 88, "tot_fam_2050": 1204, "tot_pop_over5_2050": 4253, "pop_hus_rent50_2050": 195, "pop_minority_2050": 2050, "pop_over75_2050": 336, "pop_spfam_2050": 87, "pop_lep_2050": 234, "pop_below200_2050": 648, "pop_disability_2050": 450, "pct_minority_2050": 0.45575811471765221, "pct_over75_2050": 0.074699866607381052, "pct_spfam_2050": 0.072259136212624586, "pct_lep_2050": 0.055019985892311316, "pct_below200_2050": 0.14441720525963894, "pct_disab_2050": 0.10004446420631392, "pct_zvhhs_2050": 0.045290787442099849, "pct_hus_rent50_2050": 0.10036026762738036, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057393483709272997, "pct_minority_2040": 0.40952380952381001, "pct_spfam_2040": 0.19512195121951201, "pct_lep_2040": 0.070395634379262995, "pct_below200_2040": 0.234465408805031, "pct_disab_2040": 0.064459493353397998, "pct_zvhhs_2040": 0.037563451776650006, "pct_hus_rent50_2040": 0.130769230769231, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.27250900003628, 37.510481000234812 ], [ -122.273078999948694, 37.510157000177855 ], [ -122.272281000430652, 37.507601999774238 ], [ -122.270851000177657, 37.507450999940268 ], [ -122.266234999903688, 37.502669999869177 ], [ -122.26712399965831, 37.502072000030296 ], [ -122.266420999676527, 37.501938000277129 ], [ -122.262993999631135, 37.502071000165998 ], [ -122.263364000425298, 37.50243899992595 ], [ -122.258297999889535, 37.506262999978709 ], [ -122.261349000191288, 37.508952999897538 ], [ -122.266694000386309, 37.513575999811934 ], [ -122.267399000017903, 37.514184999704533 ], [ -122.27250900003628, 37.510481000234812 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609300", "NAME": "Census Tract 6093", "state": "06", "county_fips": "081", "tract": "609300", "county_name": "San Mateo County", "tot_pop_2050": 3636, "tot_pop_pov_det_2050": 3620, "tot_pop_civ_ni_2050": 3636, "tot_hh_2050": 1195, "pop_zvhhs_2050": 23, "tot_fam_2050": 916, "tot_pop_over5_2050": 3327, "pop_hus_rent50_2050": 27, "pop_minority_2050": 914, "pop_over75_2050": 235, "pop_spfam_2050": 86, "pop_lep_2050": 15, "pop_below200_2050": 340, "pop_disability_2050": 270, "pct_minority_2050": 0.2513751375137514, "pct_over75_2050": 0.064631463146314627, "pct_spfam_2050": 0.093886462882096081, "pct_lep_2050": 0.004508566275924256, "pct_below200_2050": 0.09392265193370164, "pct_disab_2050": 0.074257425742574254, "pct_zvhhs_2050": 0.019246861924686196, "pct_hus_rent50_2050": 0.022594142259414227, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.09935710111046199, "pct_minority_2040": 0.24693161893629503, "pct_spfam_2040": 0.073498964803313013, "pct_lep_2040": 0.0, "pct_below200_2040": 0.11046171829339599, "pct_disab_2040": 0.073056691992987005, "pct_zvhhs_2040": 0.026232114467409001, "pct_hus_rent50_2040": 0.045307443365695997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.258917000205741, 37.488095000089984 ], [ -122.258508999776737, 37.485187999975217 ], [ -122.256938999781624, 37.483947000135494 ], [ -122.25681199956, 37.483847000063747 ], [ -122.253763999631332, 37.48510400017873 ], [ -122.252797999883811, 37.486549000072216 ], [ -122.249811000054464, 37.487153999925354 ], [ -122.247998000385152, 37.490081000304123 ], [ -122.24442999987447, 37.493580000335314 ], [ -122.24423999990367, 37.494070000070245 ], [ -122.248671000229706, 37.497699999942476 ], [ -122.248858999652342, 37.49753099996154 ], [ -122.253879999982288, 37.493854000222612 ], [ -122.25640800022731, 37.491999999833538 ], [ -122.256322000013569, 37.489733000109041 ], [ -122.258917000205741, 37.488095000089984 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609400", "NAME": "Census Tract 6094", "state": "06", "county_fips": "081", "tract": "609400", "county_name": "San Mateo County", "tot_pop_2050": 3325, "tot_pop_pov_det_2050": 3325, "tot_pop_civ_ni_2050": 3325, "tot_hh_2050": 1093, "pop_zvhhs_2050": 0, "tot_fam_2050": 884, "tot_pop_over5_2050": 3138, "pop_hus_rent50_2050": 46, "pop_minority_2050": 634, "pop_over75_2050": 109, "pop_spfam_2050": 65, "pop_lep_2050": 23, "pop_below200_2050": 97, "pop_disability_2050": 144, "pct_minority_2050": 0.19067669172932331, "pct_over75_2050": 0.032781954887218044, "pct_spfam_2050": 0.073529411764705871, "pct_lep_2050": 0.0073295092415551315, "pct_below200_2050": 0.029172932330827069, "pct_disab_2050": 0.043308270676691726, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.042086001829826164, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054586381541925008, "pct_minority_2040": 0.15109735509285299, "pct_spfam_2040": 0.081081081081081002, "pct_lep_2040": 0.0, "pct_below200_2040": 0.084228377614470995, "pct_disab_2040": 0.057762750070442001, "pct_zvhhs_2040": 0.037197231833910001, "pct_hus_rent50_2040": 0.021626297577854999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.269965999722672, 37.502421000316829 ], [ -122.270892000185526, 37.502366000177837 ], [ -122.268783000240163, 37.499052000275022 ], [ -122.268734999661291, 37.49856600008907 ], [ -122.268477999743325, 37.496568000303185 ], [ -122.266668000447041, 37.493727999785399 ], [ -122.266218000185248, 37.492006999827389 ], [ -122.265471999647431, 37.491130999779827 ], [ -122.259427999668588, 37.485947999917201 ], [ -122.258508999776737, 37.485187999975217 ], [ -122.258917000205741, 37.488095000089984 ], [ -122.256322000013569, 37.489733000109041 ], [ -122.25640800022731, 37.491999999833538 ], [ -122.260022999695337, 37.494124999905296 ], [ -122.258213000399024, 37.49479200020108 ], [ -122.259672999890981, 37.49636199996138 ], [ -122.26090999980012, 37.497433000109474 ], [ -122.263007000049924, 37.499806000189267 ], [ -122.262993999631135, 37.502071000165998 ], [ -122.266420999676527, 37.501938000277129 ], [ -122.26712399965831, 37.502072000030296 ], [ -122.269965999722672, 37.502421000316829 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609500", "NAME": "Census Tract 6095", "state": "06", "county_fips": "081", "tract": "609500", "county_name": "San Mateo County", "tot_pop_2050": 4908, "tot_pop_pov_det_2050": 4908, "tot_pop_civ_ni_2050": 4908, "tot_hh_2050": 1682, "pop_zvhhs_2050": 29, "tot_fam_2050": 1484, "tot_pop_over5_2050": 4579, "pop_hus_rent50_2050": 12, "pop_minority_2050": 1767, "pop_over75_2050": 297, "pop_spfam_2050": 55, "pop_lep_2050": 140, "pop_below200_2050": 191, "pop_disability_2050": 200, "pct_minority_2050": 0.36002444987775062, "pct_over75_2050": 0.060513447432762837, "pct_spfam_2050": 0.037061994609164421, "pct_lep_2050": 0.03057436121423892, "pct_below200_2050": 0.0389160554197229, "pct_disab_2050": 0.040749796251018745, "pct_zvhhs_2050": 0.017241379310344827, "pct_hus_rent50_2050": 0.0071343638525564815, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060337892196299002, "pct_minority_2040": 0.25321802091713602, "pct_spfam_2040": 0.02463768115942, "pct_lep_2040": 0.013657703798549001, "pct_below200_2040": 0.070997586484311995, "pct_disab_2040": 0.048672566371680999, "pct_zvhhs_2040": 0.01601325234677, "pct_hus_rent50_2040": 0.034235229155162999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.288584999730929, 37.507416999869449 ], [ -122.287039999850208, 37.506810999740296 ], [ -122.286526999839197, 37.506614000234542 ], [ -122.285407000105877, 37.506919000243514 ], [ -122.285616000343268, 37.504620999734996 ], [ -122.284538000442765, 37.502261999661677 ], [ -122.283853000004314, 37.501427999836132 ], [ -122.282577999562008, 37.500191999860533 ], [ -122.281698999853134, 37.499089000304743 ], [ -122.281137000336642, 37.498994000075903 ], [ -122.280822999618991, 37.499297000053758 ], [ -122.279436999746892, 37.49894299988815 ], [ -122.279341000385756, 37.498386000167756 ], [ -122.279721000327328, 37.497953999869225 ], [ -122.279937000237396, 37.497488000318654 ], [ -122.279998000336775, 37.49734799990091 ], [ -122.279765999634861, 37.496730000062094 ], [ -122.279445000142815, 37.496371000140421 ], [ -122.278772000298261, 37.495829999646801 ], [ -122.278034000156367, 37.495451999858645 ], [ -122.27747699976446, 37.495379999648137 ], [ -122.277552000107519, 37.495727999903792 ], [ -122.277947999942654, 37.497996000037638 ], [ -122.274751000051026, 37.498889999851791 ], [ -122.271882000222504, 37.498656999797042 ], [ -122.272498999990546, 37.499884999664054 ], [ -122.268734999661291, 37.49856600008907 ], [ -122.268783000240163, 37.499052000275022 ], [ -122.270892000185526, 37.502366000177837 ], [ -122.269965999722672, 37.502421000316829 ], [ -122.26712399965831, 37.502072000030296 ], [ -122.266234999903688, 37.502669999869177 ], [ -122.270851000177657, 37.507450999940268 ], [ -122.272281000430652, 37.507601999774238 ], [ -122.273078999948694, 37.510157000177855 ], [ -122.277340000395398, 37.512594999739065 ], [ -122.278570999558482, 37.51316500020684 ], [ -122.279086999942521, 37.512088000034112 ], [ -122.282088000015534, 37.510372000143931 ], [ -122.285185000348051, 37.509892000229407 ], [ -122.28683800018382, 37.510619999792993 ], [ -122.288584999730929, 37.507416999869449 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609601", "NAME": "Census Tract 6096.01", "state": "06", "county_fips": "081", "tract": "609601", "county_name": "San Mateo County", "tot_pop_2050": 3300, "tot_pop_pov_det_2050": 3300, "tot_pop_civ_ni_2050": 3300, "tot_hh_2050": 1191, "pop_zvhhs_2050": 0, "tot_fam_2050": 901, "tot_pop_over5_2050": 3083, "pop_hus_rent50_2050": 45, "pop_minority_2050": 1018, "pop_over75_2050": 144, "pop_spfam_2050": 76, "pop_lep_2050": 68, "pop_below200_2050": 189, "pop_disability_2050": 126, "pct_minority_2050": 0.30848484848484847, "pct_over75_2050": 0.04363636363636364, "pct_spfam_2050": 0.084350721420643732, "pct_lep_2050": 0.022056438533895561, "pct_below200_2050": 0.057272727272727274, "pct_disab_2050": 0.038181818181818178, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.037783375314861457, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10188143414980499, "pct_minority_2040": 0.31345402910898101, "pct_spfam_2040": 0.041547277936962994, "pct_lep_2040": 0.045878403580752999, "pct_below200_2040": 0.18920837770677998, "pct_disab_2040": 0.067092651757187996, "pct_zvhhs_2040": 0.038560411311054005, "pct_hus_rent50_2040": 0.054878048780487999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.297219999703998, 37.495927000230509 ], [ -122.29675100007394, 37.494565999943134 ], [ -122.294781000045745, 37.493092000205728 ], [ -122.291815000132814, 37.491690000161583 ], [ -122.290671000110081, 37.490304999834187 ], [ -122.290445000154278, 37.490144999729232 ], [ -122.288353999752246, 37.488851000230376 ], [ -122.287854999984972, 37.486635999882637 ], [ -122.285407999930797, 37.488337000030342 ], [ -122.282585000133011, 37.488102999788325 ], [ -122.278151000332244, 37.490124999959299 ], [ -122.278095000255746, 37.491358999756017 ], [ -122.274499999980875, 37.493578999644555 ], [ -122.269498999742424, 37.493049000145142 ], [ -122.266668000447041, 37.493727999785399 ], [ -122.268477999743325, 37.496568000303185 ], [ -122.268734999661291, 37.49856600008907 ], [ -122.272498999990546, 37.499884999664054 ], [ -122.271882000222504, 37.498656999797042 ], [ -122.274751000051026, 37.498889999851791 ], [ -122.277947999942654, 37.497996000037638 ], [ -122.277552000107519, 37.495727999903792 ], [ -122.27747699976446, 37.495379999648137 ], [ -122.278034000156367, 37.495451999858645 ], [ -122.278772000298261, 37.495829999646801 ], [ -122.279445000142815, 37.496371000140421 ], [ -122.279765999634861, 37.496730000062094 ], [ -122.279998000336775, 37.49734799990091 ], [ -122.279937000237396, 37.497488000318654 ], [ -122.279721000327328, 37.497953999869225 ], [ -122.279341000385756, 37.498386000167756 ], [ -122.279436999746892, 37.49894299988815 ], [ -122.280822999618991, 37.499297000053758 ], [ -122.281137000336642, 37.498994000075903 ], [ -122.281698999853134, 37.499089000304743 ], [ -122.282577999562008, 37.500191999860533 ], [ -122.283853000004314, 37.501427999836132 ], [ -122.284538000442765, 37.502261999661677 ], [ -122.285616000343268, 37.504620999734996 ], [ -122.285407000105877, 37.506919000243514 ], [ -122.286526999839197, 37.506614000234542 ], [ -122.287468000370694, 37.504930000064427 ], [ -122.287822000372998, 37.504674999808678 ], [ -122.289066999779777, 37.502717000226724 ], [ -122.28620700017207, 37.50154399997141 ], [ -122.285824999682333, 37.501260000328244 ], [ -122.2859219997667, 37.500931999928177 ], [ -122.287065999789448, 37.500774000259831 ], [ -122.287804999756233, 37.500819999791844 ], [ -122.288070999895041, 37.500605999993176 ], [ -122.287552000036271, 37.49995599991454 ], [ -122.287110999995292, 37.499622000105248 ], [ -122.287495999959773, 37.499419999947996 ], [ -122.288761000356331, 37.499853000211637 ], [ -122.289265999971391, 37.500272000240663 ], [ -122.291831999851269, 37.49912000018076 ], [ -122.291480000397058, 37.498558999997307 ], [ -122.296170000290871, 37.497022999930167 ], [ -122.297219999703998, 37.495927000230509 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609602", "NAME": "Census Tract 6096.02", "state": "06", "county_fips": "081", "tract": "609602", "county_name": "San Mateo County", "tot_pop_2050": 1783, "tot_pop_pov_det_2050": 1783, "tot_pop_civ_ni_2050": 1783, "tot_hh_2050": 672, "pop_zvhhs_2050": 25, "tot_fam_2050": 472, "tot_pop_over5_2050": 1674, "pop_hus_rent50_2050": 18, "pop_minority_2050": 520, "pop_over75_2050": 182, "pop_spfam_2050": 23, "pop_lep_2050": 23, "pop_below200_2050": 97, "pop_disability_2050": 177, "pct_minority_2050": 0.29164329781267528, "pct_over75_2050": 0.10207515423443636, "pct_spfam_2050": 0.048728813559322036, "pct_lep_2050": 0.013739545997610514, "pct_below200_2050": 0.054402692091979815, "pct_disab_2050": 0.099270891755468327, "pct_zvhhs_2050": 0.037202380952380952, "pct_hus_rent50_2050": 0.026785714285714284, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090230242688238996, "pct_minority_2040": 0.31113876789047901, "pct_spfam_2040": 0.04, "pct_lep_2040": 0.0, "pct_below200_2040": 0.11277258566978199, "pct_disab_2040": 0.10031152647975099, "pct_zvhhs_2040": 0.047923322683705992, "pct_hus_rent50_2040": 0.020766773162938998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.285407999930797, 37.488337000030342 ], [ -122.287854999984972, 37.486635999882637 ], [ -122.284714999994776, 37.484997999672764 ], [ -122.284012000012964, 37.482339999848087 ], [ -122.281468999699356, 37.484639999770707 ], [ -122.279969000024451, 37.484607000103551 ], [ -122.273545000104008, 37.48759699989634 ], [ -122.269651000078412, 37.48811000014738 ], [ -122.268941000423922, 37.488633000169727 ], [ -122.265471999647431, 37.491130999779827 ], [ -122.266218000185248, 37.492006999827389 ], [ -122.266668000447041, 37.493727999785399 ], [ -122.269498999742424, 37.493049000145142 ], [ -122.274499999980875, 37.493578999644555 ], [ -122.278095000255746, 37.491358999756017 ], [ -122.278151000332244, 37.490124999959299 ], [ -122.282585000133011, 37.488102999788325 ], [ -122.285407999930797, 37.488337000030342 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609603", "NAME": "Census Tract 6096.03", "state": "06", "county_fips": "081", "tract": "609603", "county_name": "San Mateo County", "tot_pop_2050": 5432, "tot_pop_pov_det_2050": 5419, "tot_pop_civ_ni_2050": 5419, "tot_hh_2050": 2061, "pop_zvhhs_2050": 33, "tot_fam_2050": 1476, "tot_pop_over5_2050": 5182, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1558, "pop_over75_2050": 592, "pop_spfam_2050": 158, "pop_lep_2050": 54, "pop_below200_2050": 483, "pop_disability_2050": 470, "pct_minority_2050": 0.28681885125184092, "pct_over75_2050": 0.10898379970544921, "pct_spfam_2050": 0.10704607046070461, "pct_lep_2050": 0.010420686993438826, "pct_below200_2050": 0.089130835947591802, "pct_disab_2050": 0.0867318693485883, "pct_zvhhs_2050": 0.016011644832605532, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087480857580397989, "pct_minority_2040": 0.25957120980091897, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.008835341365462001, "pct_below200_2040": 0.07808902532617, "pct_disab_2040": 0.089842247018084007, "pct_zvhhs_2040": 0.0084033613445380004, "pct_hus_rent50_2040": 0.018072289156625999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.300491999938657, 37.495181999958604 ], [ -122.303554000111077, 37.493717000048242 ], [ -122.300204999883491, 37.491219999975243 ], [ -122.298887999608382, 37.489087999669351 ], [ -122.29858200018495, 37.487644999819096 ], [ -122.299296000037387, 37.480947000353602 ], [ -122.299689000397763, 37.478944999768117 ], [ -122.299203000150968, 37.47620000016969 ], [ -122.298122999702301, 37.474280000198874 ], [ -122.292402999588546, 37.468454000186952 ], [ -122.290996999624994, 37.469579999842246 ], [ -122.28838300006457, 37.470325999772044 ], [ -122.28299000018896, 37.474432999846421 ], [ -122.281282000101598, 37.474739999857945 ], [ -122.280311000331224, 37.474593000093378 ], [ -122.27820300021078, 37.474145999774983 ], [ -122.276264999969641, 37.474619999940835 ], [ -122.270902000231274, 37.474518999986095 ], [ -122.263457000311703, 37.475194000331683 ], [ -122.263054999730514, 37.475583999748736 ], [ -122.261953000438851, 37.477545999986731 ], [ -122.260811000065928, 37.478511000014898 ], [ -122.259483999745072, 37.479670999896413 ], [ -122.258354999790953, 37.480641000328376 ], [ -122.25684400024538, 37.48194199968929 ], [ -122.255597000290464, 37.482882999921323 ], [ -122.25681199956, 37.483847000063747 ], [ -122.256938999781624, 37.483947000135494 ], [ -122.258508999776737, 37.485187999975217 ], [ -122.259427999668588, 37.485947999917201 ], [ -122.265471999647431, 37.491130999779827 ], [ -122.268941000423922, 37.488633000169727 ], [ -122.269651000078412, 37.48811000014738 ], [ -122.273545000104008, 37.48759699989634 ], [ -122.279969000024451, 37.484607000103551 ], [ -122.281468999699356, 37.484639999770707 ], [ -122.284012000012964, 37.482339999848087 ], [ -122.284714999994776, 37.484997999672764 ], [ -122.287854999984972, 37.486635999882637 ], [ -122.288353999752246, 37.488851000230376 ], [ -122.290445000154278, 37.490144999729232 ], [ -122.290671000110081, 37.490304999834187 ], [ -122.291815000132814, 37.491690000161583 ], [ -122.294781000045745, 37.493092000205728 ], [ -122.29675100007394, 37.494565999943134 ], [ -122.297219999703998, 37.495927000230509 ], [ -122.298367000099802, 37.49617300022738 ], [ -122.299833000337799, 37.495247999913417 ], [ -122.300491999938657, 37.495181999958604 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609700", "NAME": "Census Tract 6097", "state": "06", "county_fips": "081", "tract": "609700", "county_name": "San Mateo County", "tot_pop_2050": 4692, "tot_pop_pov_det_2050": 4681, "tot_pop_civ_ni_2050": 4692, "tot_hh_2050": 1654, "pop_zvhhs_2050": 57, "tot_fam_2050": 1254, "tot_pop_over5_2050": 4474, "pop_hus_rent50_2050": 7, "pop_minority_2050": 950, "pop_over75_2050": 431, "pop_spfam_2050": 52, "pop_lep_2050": 42, "pop_below200_2050": 256, "pop_disability_2050": 358, "pct_minority_2050": 0.20247229326513214, "pct_over75_2050": 0.091858482523444168, "pct_spfam_2050": 0.041467304625199361, "pct_lep_2050": 0.0093875726419311578, "pct_below200_2050": 0.054689168980986969, "pct_disab_2050": 0.0763000852514919, "pct_zvhhs_2050": 0.034461910519951636, "pct_hus_rent50_2050": 0.0042321644498186217, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060262800181241, "pct_minority_2040": 0.20910738559129999, "pct_spfam_2040": 0.03984375, "pct_lep_2040": 0.010115606936416001, "pct_below200_2040": 0.078007732544917011, "pct_disab_2040": 0.054912638983435, "pct_zvhhs_2040": 0.0275, "pct_hus_rent50_2040": 0.0050664977834070004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.292402999588546, 37.468454000186952 ], [ -122.291307999969604, 37.466176000212933 ], [ -122.290587000444489, 37.460082999662966 ], [ -122.289229999986389, 37.459555000162766 ], [ -122.286372000028507, 37.455907999932414 ], [ -122.28028299984382, 37.451928000150893 ], [ -122.278418000295929, 37.454116999854051 ], [ -122.278619999962302, 37.455944999936534 ], [ -122.28007899962931, 37.456795000214179 ], [ -122.280005000009453, 37.459545000106537 ], [ -122.279178000179115, 37.459838000343623 ], [ -122.27796800003415, 37.46080599992775 ], [ -122.277865000101983, 37.459994000171889 ], [ -122.276683000444407, 37.459023000163967 ], [ -122.276052000432642, 37.457704000058513 ], [ -122.27604200038688, 37.457628000141007 ], [ -122.275865999761479, 37.457704000058513 ], [ -122.275786000293834, 37.457636999994506 ], [ -122.275596000323063, 37.457454999656036 ], [ -122.273554000324836, 37.456274999857655 ], [ -122.271539000090812, 37.456526999906011 ], [ -122.271021999881881, 37.456204000166153 ], [ -122.271380999907066, 37.45572300035019 ], [ -122.271035000300671, 37.455448999688727 ], [ -122.271574000250922, 37.454964000169042 ], [ -122.2702569999758, 37.454617000236702 ], [ -122.269288999680157, 37.454601999874505 ], [ -122.268329999605314, 37.455094999981768 ], [ -122.267789000005251, 37.455974000350984 ], [ -122.267599000034451, 37.457254000040948 ], [ -122.265382000134053, 37.458640999910557 ], [ -122.263535000129522, 37.457851999976484 ], [ -122.262108000249569, 37.46125300015666 ], [ -122.261144000151873, 37.461276000329079 ], [ -122.258989000175745, 37.459717000316758 ], [ -122.258160999622177, 37.459879000119777 ], [ -122.255148999678482, 37.461731000269971 ], [ -122.255839000139801, 37.462257999694998 ], [ -122.255707999720244, 37.462640999689107 ], [ -122.255699000397712, 37.46319100012704 ], [ -122.256148999761194, 37.463645000157634 ], [ -122.256122999821926, 37.46380299992687 ], [ -122.255951000292811, 37.463940000052176 ], [ -122.254760000414407, 37.464792999671317 ], [ -122.256014000042001, 37.465514999672493 ], [ -122.256875000207529, 37.465059000295341 ], [ -122.257013000299779, 37.464918999709582 ], [ -122.258027999552809, 37.464538999650358 ], [ -122.25876999989265, 37.465904000046706 ], [ -122.26245700022902, 37.467143000120245 ], [ -122.262909000140638, 37.468123999826084 ], [ -122.26275599997976, 37.468210000095041 ], [ -122.258928000076395, 37.468661000084651 ], [ -122.258550999609525, 37.469096000305967 ], [ -122.259569999958813, 37.472206999769718 ], [ -122.26143700005484, 37.474064000163224 ], [ -122.260369000200058, 37.476846000154076 ], [ -122.260184000252139, 37.478006999690933 ], [ -122.260811000065928, 37.478511000014898 ], [ -122.261953000438851, 37.477545999986731 ], [ -122.263054999730514, 37.475583999748736 ], [ -122.263457000311703, 37.475194000331683 ], [ -122.270902000231274, 37.474518999986095 ], [ -122.276264999969641, 37.474619999940835 ], [ -122.27820300021078, 37.474145999774983 ], [ -122.280311000331224, 37.474593000093378 ], [ -122.281282000101598, 37.474739999857945 ], [ -122.28299000018896, 37.474432999846421 ], [ -122.28838300006457, 37.470325999772044 ], [ -122.290996999624994, 37.469579999842246 ], [ -122.292402999588546, 37.468454000186952 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609800", "NAME": "Census Tract 6098", "state": "06", "county_fips": "081", "tract": "609800", "county_name": "San Mateo County", "tot_pop_2050": 4673, "tot_pop_pov_det_2050": 4666, "tot_pop_civ_ni_2050": 4666, "tot_hh_2050": 1687, "pop_zvhhs_2050": 52, "tot_fam_2050": 1223, "tot_pop_over5_2050": 4355, "pop_hus_rent50_2050": 62, "pop_minority_2050": 1325, "pop_over75_2050": 322, "pop_spfam_2050": 59, "pop_lep_2050": 80, "pop_below200_2050": 349, "pop_disability_2050": 364, "pct_minority_2050": 0.28354376203723519, "pct_over75_2050": 0.068906484057350739, "pct_spfam_2050": 0.048242027800490597, "pct_lep_2050": 0.018369690011481057, "pct_below200_2050": 0.074796399485640805, "pct_disab_2050": 0.078011144449207023, "pct_zvhhs_2050": 0.030823947836395967, "pct_hus_rent50_2050": 0.036751630112625971, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054478099803879007, "pct_minority_2040": 0.330791022009152, "pct_spfam_2040": 0.044255319148936004, "pct_lep_2040": 0.011660447761193998, "pct_below200_2040": 0.090212393255966999, "pct_disab_2040": 0.049704401138602999, "pct_zvhhs_2040": 0.034746760895170994, "pct_hus_rent50_2040": 0.032391048292107996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.26275599997976, 37.468210000095041 ], [ -122.262909000140638, 37.468123999826084 ], [ -122.26245700022902, 37.467143000120245 ], [ -122.25876999989265, 37.465904000046706 ], [ -122.258027999552809, 37.464538999650358 ], [ -122.257013000299779, 37.464918999709582 ], [ -122.256875000207529, 37.465059000295341 ], [ -122.256014000042001, 37.465514999672493 ], [ -122.254760000414407, 37.464792999671317 ], [ -122.251877000342148, 37.464360999761418 ], [ -122.250589000379335, 37.465650000235172 ], [ -122.249169000172074, 37.465276999972438 ], [ -122.248826000040395, 37.466587999964162 ], [ -122.249119999768254, 37.467089000004691 ], [ -122.2486069997573, 37.467234999936885 ], [ -122.246938999852887, 37.465847999763781 ], [ -122.245214999872005, 37.466536999754652 ], [ -122.242155000247749, 37.468966999968409 ], [ -122.242424999686165, 37.470506999865577 ], [ -122.242321999753997, 37.471552000009012 ], [ -122.2413850003188, 37.471927000155368 ], [ -122.240720999796778, 37.472530000249947 ], [ -122.24230099983761, 37.47314600017684 ], [ -122.24845100012169, 37.473833999676692 ], [ -122.249281000325055, 37.473177999664003 ], [ -122.250324000065476, 37.472347000252988 ], [ -122.250638999709736, 37.473152000259972 ], [ -122.25072999994633, 37.473472999726759 ], [ -122.250762999558305, 37.474244999760188 ], [ -122.250849999596937, 37.474567999988238 ], [ -122.25101199997863, 37.474754000227804 ], [ -122.251386999897377, 37.475049999999534 ], [ -122.251057000184502, 37.475308000130475 ], [ -122.250584000356469, 37.475682999967887 ], [ -122.251386000072458, 37.479159999783185 ], [ -122.253869000111635, 37.481513999645934 ], [ -122.255597000290464, 37.482882999921323 ], [ -122.25684400024538, 37.48194199968929 ], [ -122.258354999790953, 37.480641000328376 ], [ -122.259483999745072, 37.479670999896413 ], [ -122.260811000065928, 37.478511000014898 ], [ -122.260184000252139, 37.478006999690933 ], [ -122.260369000200058, 37.476846000154076 ], [ -122.26143700005484, 37.474064000163224 ], [ -122.259569999958813, 37.472206999769718 ], [ -122.258550999609525, 37.469096000305967 ], [ -122.258928000076395, 37.468661000084651 ], [ -122.26275599997976, 37.468210000095041 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081609900", "NAME": "Census Tract 6099", "state": "06", "county_fips": "081", "tract": "609900", "county_name": "San Mateo County", "tot_pop_2050": 3012, "tot_pop_pov_det_2050": 3012, "tot_pop_civ_ni_2050": 3012, "tot_hh_2050": 1062, "pop_zvhhs_2050": 54, "tot_fam_2050": 829, "tot_pop_over5_2050": 2852, "pop_hus_rent50_2050": 11, "pop_minority_2050": 730, "pop_over75_2050": 216, "pop_spfam_2050": 31, "pop_lep_2050": 52, "pop_below200_2050": 320, "pop_disability_2050": 166, "pct_minority_2050": 0.24236387782204519, "pct_over75_2050": 0.071713147410358571, "pct_spfam_2050": 0.03739445114595899, "pct_lep_2050": 0.0182328190743338, "pct_below200_2050": 0.10624169986719788, "pct_disab_2050": 0.055112881806108897, "pct_zvhhs_2050": 0.050847457627118647, "pct_hus_rent50_2050": 0.010357815442561206, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067496723460025998, "pct_minority_2040": 0.24901703800786398, "pct_spfam_2040": 0.081736909323116003, "pct_lep_2040": 0.022984562607203995, "pct_below200_2040": 0.13835031219191599, "pct_disab_2040": 0.053079947575359998, "pct_zvhhs_2040": 0.047663551401869002, "pct_hus_rent50_2040": 0.017757009345793998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25681199956, 37.483847000063747 ], [ -122.255597000290464, 37.482882999921323 ], [ -122.253869000111635, 37.481513999645934 ], [ -122.251386000072458, 37.479159999783185 ], [ -122.250584000356469, 37.475682999967887 ], [ -122.251057000184502, 37.475308000130475 ], [ -122.251386999897377, 37.475049999999534 ], [ -122.25101199997863, 37.474754000227804 ], [ -122.250849999596937, 37.474567999988238 ], [ -122.250762999558305, 37.474244999760188 ], [ -122.25072999994633, 37.473472999726759 ], [ -122.250638999709736, 37.473152000259972 ], [ -122.250324000065476, 37.472347000252988 ], [ -122.249281000325055, 37.473177999664003 ], [ -122.24845100012169, 37.473833999676692 ], [ -122.24230099983761, 37.47314600017684 ], [ -122.240720999796778, 37.472530000249947 ], [ -122.239277000198356, 37.472737000267493 ], [ -122.239303000137653, 37.474585999893691 ], [ -122.244199999720692, 37.477593999950919 ], [ -122.241905999827395, 37.479415000192823 ], [ -122.247768000231403, 37.484099999950615 ], [ -122.246647999599759, 37.484964000070363 ], [ -122.247524999658808, 37.485691000251443 ], [ -122.246503999659723, 37.486995000265395 ], [ -122.246178000144781, 37.4872620003487 ], [ -122.245584999767871, 37.48748699983814 ], [ -122.246572000330076, 37.488198000328296 ], [ -122.24705799967856, 37.488495999685121 ], [ -122.246338999803271, 37.488995999666663 ], [ -122.247998000385152, 37.490081000304123 ], [ -122.249811000054464, 37.487153999925354 ], [ -122.252797999883811, 37.486549000072216 ], [ -122.253763999631332, 37.48510400017873 ], [ -122.25681199956, 37.483847000063747 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610000", "NAME": "Census Tract 6100", "state": "06", "county_fips": "081", "tract": "610000", "county_name": "San Mateo County", "tot_pop_2050": 4894, "tot_pop_pov_det_2050": 4847, "tot_pop_civ_ni_2050": 4873, "tot_hh_2050": 2034, "pop_zvhhs_2050": 99, "tot_fam_2050": 1219, "tot_pop_over5_2050": 4614, "pop_hus_rent50_2050": 170, "pop_minority_2050": 1865, "pop_over75_2050": 291, "pop_spfam_2050": 93, "pop_lep_2050": 200, "pop_below200_2050": 655, "pop_disability_2050": 435, "pct_minority_2050": 0.38107887208827135, "pct_over75_2050": 0.059460563955864326, "pct_spfam_2050": 0.076292042657916323, "pct_lep_2050": 0.043346337234503686, "pct_below200_2050": 0.13513513513513514, "pct_disab_2050": 0.089267391750461722, "pct_zvhhs_2050": 0.048672566371681422, "pct_hus_rent50_2050": 0.083579154375614556, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055335968379446994, "pct_minority_2040": 0.36605182257356206, "pct_spfam_2040": 0.16261682242990699, "pct_lep_2040": 0.030939476061427003, "pct_below200_2040": 0.15374390784226802, "pct_disab_2040": 0.10848952590959199, "pct_zvhhs_2040": 0.080645161290322995, "pct_hus_rent50_2040": 0.10174717368962, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.247998000385152, 37.490081000304123 ], [ -122.246338999803271, 37.488995999666663 ], [ -122.24705799967856, 37.488495999685121 ], [ -122.246572000330076, 37.488198000328296 ], [ -122.245584999767871, 37.48748699983814 ], [ -122.246178000144781, 37.4872620003487 ], [ -122.246503999659723, 37.486995000265395 ], [ -122.247524999658808, 37.485691000251443 ], [ -122.246647999599759, 37.484964000070363 ], [ -122.247768000231403, 37.484099999950615 ], [ -122.241905999827395, 37.479415000192823 ], [ -122.244199999720692, 37.477593999950919 ], [ -122.239303000137653, 37.474585999893691 ], [ -122.23919600000751, 37.474717000263013 ], [ -122.238005999953998, 37.476078000033567 ], [ -122.236409000194726, 37.477508999978433 ], [ -122.235049000261924, 37.478708000231705 ], [ -122.235922999947931, 37.479596999827173 ], [ -122.238323999971342, 37.480283000222492 ], [ -122.236001999590641, 37.482126999978398 ], [ -122.232999999692694, 37.484508999688472 ], [ -122.236302999889531, 37.486135999786782 ], [ -122.240718000322047, 37.489666000239694 ], [ -122.239441000229903, 37.490840000346658 ], [ -122.24423999990367, 37.494070000070245 ], [ -122.24442999987447, 37.493580000335314 ], [ -122.247998000385152, 37.490081000304123 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610100", "NAME": "Census Tract 6101", "state": "06", "county_fips": "081", "tract": "610100", "county_name": "San Mateo County", "tot_pop_2050": 2631, "tot_pop_pov_det_2050": 2622, "tot_pop_civ_ni_2050": 2631, "tot_hh_2050": 1004, "pop_zvhhs_2050": 42, "tot_fam_2050": 697, "tot_pop_over5_2050": 2472, "pop_hus_rent50_2050": 211, "pop_minority_2050": 1484, "pop_over75_2050": 130, "pop_spfam_2050": 75, "pop_lep_2050": 191, "pop_below200_2050": 647, "pop_disability_2050": 126, "pct_minority_2050": 0.56404408969973396, "pct_over75_2050": 0.049410870391486124, "pct_spfam_2050": 0.10760401721664277, "pct_lep_2050": 0.077265372168284788, "pct_below200_2050": 0.24675819984744471, "pct_disab_2050": 0.04789053591790194, "pct_zvhhs_2050": 0.041832669322709161, "pct_hus_rent50_2050": 0.2101593625498008, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038976857490864998, "pct_minority_2040": 0.60373528217620798, "pct_spfam_2040": 0.22448979591836701, "pct_lep_2040": 0.12266301869585, "pct_below200_2040": 0.37231019082419797, "pct_disab_2040": 0.057653268371904008, "pct_zvhhs_2040": 0.048997772828507993, "pct_hus_rent50_2040": 0.094276094276094013, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.244501000019554, 37.495493000056385 ], [ -122.245104000442225, 37.494993000089195 ], [ -122.244215999614212, 37.494244999858303 ], [ -122.244229000033002, 37.494112000284879 ], [ -122.24423999990367, 37.494070000070245 ], [ -122.239441000229903, 37.490840000346658 ], [ -122.238580000064388, 37.491623999913593 ], [ -122.234670000145229, 37.488202999865699 ], [ -122.231768999631313, 37.490316000073797 ], [ -122.236160999599321, 37.493530999971199 ], [ -122.240685999636668, 37.497868000333071 ], [ -122.241191000150053, 37.498176000186326 ], [ -122.243094000231082, 37.496487000291914 ], [ -122.244501000019554, 37.495493000056385 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610201", "NAME": "Census Tract 6102.01", "state": "06", "county_fips": "081", "tract": "610201", "county_name": "San Mateo County", "tot_pop_2050": 5875, "tot_pop_pov_det_2050": 5861, "tot_pop_civ_ni_2050": 5868, "tot_hh_2050": 1777, "pop_zvhhs_2050": 245, "tot_fam_2050": 1079, "tot_pop_over5_2050": 5539, "pop_hus_rent50_2050": 551, "pop_minority_2050": 5114, "pop_over75_2050": 266, "pop_spfam_2050": 174, "pop_lep_2050": 1125, "pop_below200_2050": 2343, "pop_disability_2050": 474, "pct_minority_2050": 0.87046808510638296, "pct_over75_2050": 0.045276595744680855, "pct_spfam_2050": 0.16126042632066728, "pct_lep_2050": 0.20310525365589455, "pct_below200_2050": 0.39976113291247228, "pct_disab_2050": 0.080777096114519428, "pct_zvhhs_2050": 0.13787281935846932, "pct_hus_rent50_2050": 0.3100731570061902, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024052604256792003, "pct_minority_2040": 0.89409932514275792, "pct_spfam_2040": 0.20765027322404395, "pct_lep_2040": 0.27477148080438801, "pct_below200_2040": 0.54444444444444395, "pct_disab_2040": 0.090609840609841008, "pct_zvhhs_2040": 0.10768335273573899, "pct_hus_rent50_2040": 0.26674500587544103, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.224346000351403, 37.485676999792133 ], [ -122.225542000252673, 37.483958999992581 ], [ -122.219182999731231, 37.481113000355485 ], [ -122.21588600028052, 37.479646000064264 ], [ -122.214816999702521, 37.478967000026842 ], [ -122.214750999580275, 37.478923000215765 ], [ -122.213281999867519, 37.477952000107564 ], [ -122.212843000374718, 37.477654000041049 ], [ -122.210043999968036, 37.481687000061932 ], [ -122.209402999910523, 37.482604999922607 ], [ -122.212071999722525, 37.483155999723735 ], [ -122.213281999867519, 37.48341100004032 ], [ -122.214491000187607, 37.483667000310142 ], [ -122.213408000264238, 37.485224999745313 ], [ -122.211675000062499, 37.484950000187645 ], [ -122.210931000072847, 37.484824999794903 ], [ -122.202086000037482, 37.482932000142114 ], [ -122.201424999888516, 37.482670000173947 ], [ -122.199116999751539, 37.486632000311445 ], [ -122.210344000441992, 37.488212999652212 ], [ -122.216185000031274, 37.490042000037242 ], [ -122.214655000219139, 37.488869000259292 ], [ -122.216969000203918, 37.488812000034144 ], [ -122.221746999961269, 37.489403999652382 ], [ -122.224346000351403, 37.485676999792133 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610202", "NAME": "Census Tract 6102.02", "state": "06", "county_fips": "081", "tract": "610202", "county_name": "San Mateo County", "tot_pop_2050": 3151, "tot_pop_pov_det_2050": 2506, "tot_pop_civ_ni_2050": 2498, "tot_hh_2050": 1299, "pop_zvhhs_2050": 197, "tot_fam_2050": 581, "tot_pop_over5_2050": 2999, "pop_hus_rent50_2050": 318, "pop_minority_2050": 1841, "pop_over75_2050": 135, "pop_spfam_2050": 31, "pop_lep_2050": 215, "pop_below200_2050": 612, "pop_disability_2050": 239, "pct_minority_2050": 0.58425896540780708, "pct_over75_2050": 0.042843541732783236, "pct_spfam_2050": 0.053356282271944916, "pct_lep_2050": 0.071690563521173728, "pct_below200_2050": 0.24421388667198726, "pct_disab_2050": 0.09567654123298637, "pct_zvhhs_2050": 0.15165511932255582, "pct_hus_rent50_2050": 0.24480369515011546, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.052865612648220997, "pct_minority_2040": 0.68033596837944699, "pct_spfam_2040": 0.15702479338842998, "pct_lep_2040": 0.15737363210005201, "pct_below200_2040": 0.47442958300550697, "pct_disab_2040": 0.105428796223446, "pct_zvhhs_2040": 0.229430379746835, "pct_hus_rent50_2040": 0.20846905537459304, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.239441000229903, 37.490840000346658 ], [ -122.240718000322047, 37.489666000239694 ], [ -122.236302999889531, 37.486135999786782 ], [ -122.232999999692694, 37.484508999688472 ], [ -122.231402000108517, 37.483365999879929 ], [ -122.227073999714619, 37.480248999900269 ], [ -122.226133999906367, 37.48416200001477 ], [ -122.225542000252673, 37.483958999992581 ], [ -122.224346000351403, 37.485676999792133 ], [ -122.221746999961269, 37.489403999652382 ], [ -122.216969000203918, 37.488812000034144 ], [ -122.214655000219139, 37.488869000259292 ], [ -122.216185000031274, 37.490042000037242 ], [ -122.224260999962581, 37.493514000331906 ], [ -122.23563500006783, 37.497011000033531 ], [ -122.238134999825462, 37.498145999835288 ], [ -122.240685999636668, 37.497868000333071 ], [ -122.236160999599321, 37.493530999971199 ], [ -122.231768999631313, 37.490316000073797 ], [ -122.234670000145229, 37.488202999865699 ], [ -122.238580000064388, 37.491623999913593 ], [ -122.239441000229903, 37.490840000346658 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610203", "NAME": "Census Tract 6102.03", "state": "06", "county_fips": "081", "tract": "610203", "county_name": "San Mateo County", "tot_pop_2050": 4079, "tot_pop_pov_det_2050": 4041, "tot_pop_civ_ni_2050": 4079, "tot_hh_2050": 1067, "pop_zvhhs_2050": 132, "tot_fam_2050": 794, "tot_pop_over5_2050": 3715, "pop_hus_rent50_2050": 329, "pop_minority_2050": 3858, "pop_over75_2050": 51, "pop_spfam_2050": 277, "pop_lep_2050": 1074, "pop_below200_2050": 2091, "pop_disability_2050": 240, "pct_minority_2050": 0.94582005393478796, "pct_over75_2050": 0.012503064476587399, "pct_spfam_2050": 0.34886649874055409, "pct_lep_2050": 0.28909825033647368, "pct_below200_2050": 0.51744617668893833, "pct_disab_2050": 0.05883795047805835, "pct_zvhhs_2050": 0.12371134020618554, "pct_hus_rent50_2050": 0.30834114339268981, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.018884892086331002, "pct_minority_2040": 0.89958033573141505, "pct_spfam_2040": 0.28594771241830103, "pct_lep_2040": 0.29285241561879499, "pct_below200_2040": 0.63778110944527699, "pct_disab_2040": 0.057571214392804, "pct_zvhhs_2040": 0.081383519837233007, "pct_hus_rent50_2040": 0.36927772126144498, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.232475999811072, 37.482416999721842 ], [ -122.231578999660513, 37.481772999695238 ], [ -122.228672000197136, 37.479663000008074 ], [ -122.224763000102911, 37.476587000136789 ], [ -122.225773000231342, 37.475786999711183 ], [ -122.224661999820555, 37.47490700033088 ], [ -122.222577000164662, 37.475734000353611 ], [ -122.222244999903637, 37.476635000004087 ], [ -122.221776000273579, 37.476150999811701 ], [ -122.220520999922755, 37.478912999898697 ], [ -122.217640000398646, 37.477093999940422 ], [ -122.217246000213336, 37.477544999794084 ], [ -122.217124000014607, 37.477859999936349 ], [ -122.21588600028052, 37.479646000064264 ], [ -122.219182999731231, 37.481113000355485 ], [ -122.225542000252673, 37.483958999992581 ], [ -122.226133999906367, 37.48416200001477 ], [ -122.227073999714619, 37.480248999900269 ], [ -122.231402000108517, 37.483365999879929 ], [ -122.232475999811072, 37.482416999721842 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610302", "NAME": "Census Tract 6103.02", "state": "06", "county_fips": "081", "tract": "610302", "county_name": "San Mateo County", "tot_pop_2050": 3257, "tot_pop_pov_det_2050": 2991, "tot_pop_civ_ni_2050": 3023, "tot_hh_2050": 1023, "pop_zvhhs_2050": 20, "tot_fam_2050": 626, "tot_pop_over5_2050": 3057, "pop_hus_rent50_2050": 97, "pop_minority_2050": 2159, "pop_over75_2050": 51, "pop_spfam_2050": 138, "pop_lep_2050": 219, "pop_below200_2050": 1101, "pop_disability_2050": 216, "pct_minority_2050": 0.66287995087503837, "pct_over75_2050": 0.015658581516733192, "pct_spfam_2050": 0.22044728434504796, "pct_lep_2050": 0.07163886162904809, "pct_below200_2050": 0.36810431293881651, "pct_disab_2050": 0.071452199801521663, "pct_zvhhs_2050": 0.019550342130987289, "pct_hus_rent50_2050": 0.094819159335288367, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040546308151942004, "pct_minority_2040": 0.58002560819462212, "pct_spfam_2040": 0.27542372881355898, "pct_lep_2040": 0.091271599468321002, "pct_below200_2040": 0.445526193787668, "pct_disab_2040": 0.14219972388403102, "pct_zvhhs_2040": 0.089901477832511997, "pct_hus_rent50_2040": 0.062659846547315004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.248601999734404, 37.516493000332602 ], [ -122.248554000053844, 37.512676999811944 ], [ -122.245070000107063, 37.507688000213307 ], [ -122.245034000122047, 37.506018000253455 ], [ -122.245970999557244, 37.504753000004499 ], [ -122.240131999617816, 37.4996290000974 ], [ -122.238134999825462, 37.498145999835288 ], [ -122.23563500006783, 37.497011000033531 ], [ -122.224260999962581, 37.493514000331906 ], [ -122.216185000031274, 37.490042000037242 ], [ -122.210344000441992, 37.488212999652212 ], [ -122.199116999751539, 37.486632000311445 ], [ -122.187443999895521, 37.485105000270195 ], [ -122.182876000200423, 37.483997999871058 ], [ -122.182044000347233, 37.485082999680202 ], [ -122.188582000070497, 37.486561000224143 ], [ -122.188298000388357, 37.487184999765837 ], [ -122.189096999731305, 37.487127999681356 ], [ -122.189024999761273, 37.487545999766404 ], [ -122.188972999882736, 37.488104999891 ], [ -122.183778000373863, 37.488246999914338 ], [ -122.17816000036737, 37.486546999927874 ], [ -122.179511999904264, 37.487335999954595 ], [ -122.178936000144063, 37.489978999837312 ], [ -122.178659000134644, 37.498259000334393 ], [ -122.175987999774506, 37.498197999770838 ], [ -122.173043999602896, 37.496216999857481 ], [ -122.16876499961279, 37.496332000307042 ], [ -122.164245994033337, 37.501550991944029 ], [ -122.168449000143639, 37.504143000282994 ], [ -122.177881905311608, 37.510664189719506 ], [ -122.179547999889266, 37.511816000254242 ], [ -122.183482999922759, 37.520772999898149 ], [ -122.186571999859325, 37.517568000325426 ], [ -122.194956999587149, 37.522468999657065 ], [ -122.200120000207264, 37.526616999987368 ], [ -122.194653999638447, 37.532647999765658 ], [ -122.195560885748691, 37.534775135294254 ], [ -122.19659299970445, 37.537195999725533 ], [ -122.203685000344919, 37.540186999856161 ], [ -122.21248000015153, 37.540186999856161 ], [ -122.223120357842376, 37.545911688275751 ], [ -122.224690000307973, 37.544208999949582 ], [ -122.233312999687158, 37.532142999883256 ], [ -122.234728999696443, 37.530958999795459 ], [ -122.239917000430964, 37.529446000170672 ], [ -122.242953999590682, 37.527656999821893 ], [ -122.244279000261727, 37.524514999907851 ], [ -122.245840999860889, 37.523518999655394 ], [ -122.245884000416922, 37.521537000182271 ], [ -122.246928999807153, 37.519505000021105 ], [ -122.247658999553096, 37.517423999738675 ], [ -122.248601999734404, 37.516493000332602 ] ] ], [ [ [ -122.242889000191667, 37.555058000248209 ], [ -122.242940000245312, 37.553268999751182 ], [ -122.239791999859179, 37.552796000207245 ], [ -122.237230000177291, 37.55273400016943 ], [ -122.234279174606144, 37.553244102901722 ], [ -122.242824727529722, 37.557389438723753 ], [ -122.242889000191667, 37.555058000248209 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610303", "NAME": "Census Tract 6103.03", "state": "06", "county_fips": "081", "tract": "610303", "county_name": "San Mateo County", "tot_pop_2050": 8145, "tot_pop_pov_det_2050": 8145, "tot_pop_civ_ni_2050": 8145, "tot_hh_2050": 3319, "pop_zvhhs_2050": 57, "tot_fam_2050": 2152, "tot_pop_over5_2050": 7649, "pop_hus_rent50_2050": 235, "pop_minority_2050": 5064, "pop_over75_2050": 223, "pop_spfam_2050": 127, "pop_lep_2050": 175, "pop_below200_2050": 622, "pop_disability_2050": 250, "pct_minority_2050": 0.62173112338858194, "pct_over75_2050": 0.027378759975445057, "pct_spfam_2050": 0.059014869888475839, "pct_lep_2050": 0.022878807687279384, "pct_below200_2050": 0.076365868631061998, "pct_disab_2050": 0.030693677102516883, "pct_zvhhs_2050": 0.017173847544441095, "pct_hus_rent50_2050": 0.070804459174450135, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045562599049127996, "pct_minority_2040": 0.521262546222927, "pct_spfam_2040": 0.059127170342562006, "pct_lep_2040": 0.030927835051546004, "pct_below200_2040": 0.039751716851558004, "pct_disab_2040": 0.031299524564184, "pct_zvhhs_2040": 0.010388739946381001, "pct_hus_rent50_2040": 0.030087897227856999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.252371000086569, 37.544505000067822 ], [ -122.251933000418646, 37.540408999922462 ], [ -122.250514000036276, 37.538513000288816 ], [ -122.246801999585543, 37.5369670000143 ], [ -122.243594999648195, 37.534726000266673 ], [ -122.242196000255618, 37.533358000313008 ], [ -122.242802999977954, 37.532975999702678 ], [ -122.250567999564623, 37.52617700002196 ], [ -122.250517000409332, 37.524403000245456 ], [ -122.245884000416922, 37.521537000182271 ], [ -122.245840999860889, 37.523518999655394 ], [ -122.244279000261727, 37.524514999907851 ], [ -122.242953999590682, 37.527656999821893 ], [ -122.239917000430964, 37.529446000170672 ], [ -122.234728999696443, 37.530958999795459 ], [ -122.233312999687158, 37.532142999883256 ], [ -122.224690000307973, 37.544208999949582 ], [ -122.223120357842376, 37.545911688275751 ], [ -122.225789999949797, 37.547348000050285 ], [ -122.226917901264343, 37.548497937337281 ], [ -122.229117000436062, 37.550740000259175 ], [ -122.234279174606144, 37.553244102901722 ], [ -122.237230000177291, 37.55273400016943 ], [ -122.239791999859179, 37.552796000207245 ], [ -122.242940000245312, 37.553268999751182 ], [ -122.242889000191667, 37.555058000248209 ], [ -122.244070999849257, 37.55359600024947 ], [ -122.249364000165755, 37.549193000030876 ], [ -122.250724000098558, 37.548193999700146 ], [ -122.252371000086569, 37.544505000067822 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610304", "NAME": "Census Tract 6103.04", "state": "06", "county_fips": "081", "tract": "610304", "county_name": "San Mateo County", "tot_pop_2050": 4434, "tot_pop_pov_det_2050": 4434, "tot_pop_civ_ni_2050": 4434, "tot_hh_2050": 1873, "pop_zvhhs_2050": 35, "tot_fam_2050": 1200, "tot_pop_over5_2050": 4173, "pop_hus_rent50_2050": 66, "pop_minority_2050": 2417, "pop_over75_2050": 172, "pop_spfam_2050": 109, "pop_lep_2050": 147, "pop_below200_2050": 513, "pop_disability_2050": 380, "pct_minority_2050": 0.54510599909787993, "pct_over75_2050": 0.038791159224176822, "pct_spfam_2050": 0.090833333333333335, "pct_lep_2050": 0.035226455787203452, "pct_below200_2050": 0.11569688768606225, "pct_disab_2050": 0.085701398285972036, "pct_zvhhs_2050": 0.018686599038974908, "pct_hus_rent50_2050": 0.035237586759209821, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061051582357338999, "pct_minority_2040": 0.52429603787689993, "pct_spfam_2040": 0.090297790585975007, "pct_lep_2040": 0.018827326519634001, "pct_below200_2040": 0.111166500498504, "pct_disab_2040": 0.071535393818544013, "pct_zvhhs_2040": 0.028506271379704001, "pct_hus_rent50_2040": 0.025655644241732996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.269827999630408, 37.531497000189376 ], [ -122.269983000339408, 37.529572000166262 ], [ -122.268521000299359, 37.527947999667433 ], [ -122.26639499973723, 37.526529999738635 ], [ -122.26431799957895, 37.523437999674698 ], [ -122.261185999984662, 37.520457999760133 ], [ -122.259220000154443, 37.519379999754229 ], [ -122.254690999919106, 37.51576100019026 ], [ -122.251751999770349, 37.517444000034679 ], [ -122.24860500010746, 37.518147999914774 ], [ -122.248601999734404, 37.516493000332602 ], [ -122.247658999553096, 37.517423999738675 ], [ -122.246928999807153, 37.519505000021105 ], [ -122.245884000416922, 37.521537000182271 ], [ -122.250517000409332, 37.524403000245456 ], [ -122.250567999564623, 37.52617700002196 ], [ -122.242802999977954, 37.532975999702678 ], [ -122.242196000255618, 37.533358000313008 ], [ -122.243594999648195, 37.534726000266673 ], [ -122.246801999585543, 37.5369670000143 ], [ -122.250514000036276, 37.538513000288816 ], [ -122.251933000418646, 37.540408999922462 ], [ -122.256846999720111, 37.540493000179424 ], [ -122.258461999921067, 37.541182999777455 ], [ -122.259625000210391, 37.540375999973691 ], [ -122.26042899957622, 37.539677000088119 ], [ -122.26137299958242, 37.533400999951454 ], [ -122.264998999819412, 37.534388000178332 ], [ -122.265696999778342, 37.534076000271405 ], [ -122.267741000324676, 37.531564999745754 ], [ -122.269827999630408, 37.531497000189376 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610400", "NAME": "Census Tract 6104", "state": "06", "county_fips": "081", "tract": "610400", "county_name": "San Mateo County", "tot_pop_2050": 6079, "tot_pop_pov_det_2050": 6079, "tot_pop_civ_ni_2050": 6079, "tot_hh_2050": 1715, "pop_zvhhs_2050": 59, "tot_fam_2050": 1264, "tot_pop_over5_2050": 5643, "pop_hus_rent50_2050": 362, "pop_minority_2050": 5020, "pop_over75_2050": 262, "pop_spfam_2050": 258, "pop_lep_2050": 934, "pop_below200_2050": 2514, "pop_disability_2050": 439, "pct_minority_2050": 0.82579371607172236, "pct_over75_2050": 0.043099193946372766, "pct_spfam_2050": 0.20411392405063286, "pct_lep_2050": 0.16551479709374448, "pct_below200_2050": 0.4135548609968745, "pct_disab_2050": 0.072215824971212372, "pct_zvhhs_2050": 0.034402332361516033, "pct_hus_rent50_2050": 0.21107871720116619, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.026904376012966, "pct_minority_2040": 0.81750405186385711, "pct_spfam_2040": 0.19768339768339802, "pct_lep_2040": 0.20819173671972799, "pct_below200_2040": 0.44370430544272899, "pct_disab_2040": 0.085927367055772003, "pct_zvhhs_2040": 0.034090909090908998, "pct_hus_rent50_2040": 0.15814792543595901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.199116999751539, 37.486632000311445 ], [ -122.201424999888516, 37.482670000173947 ], [ -122.198602000090702, 37.481606000308481 ], [ -122.191851999757063, 37.479054000111695 ], [ -122.190368999800583, 37.478484000147368 ], [ -122.188719000337855, 37.477825999937401 ], [ -122.186012999817606, 37.478014999756553 ], [ -122.185535999791625, 37.478798999895943 ], [ -122.18354499984703, 37.481451000095447 ], [ -122.181949999737597, 37.482384999913563 ], [ -122.182430000136605, 37.483376999715688 ], [ -122.182876000200423, 37.483997999871058 ], [ -122.187443999895521, 37.485105000270195 ], [ -122.199116999751539, 37.486632000311445 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610500", "NAME": "Census Tract 6105", "state": "06", "county_fips": "081", "tract": "610500", "county_name": "San Mateo County", "tot_pop_2050": 4905, "tot_pop_pov_det_2050": 4900, "tot_pop_civ_ni_2050": 4905, "tot_hh_2050": 1325, "pop_zvhhs_2050": 31, "tot_fam_2050": 1030, "tot_pop_over5_2050": 4482, "pop_hus_rent50_2050": 243, "pop_minority_2050": 4135, "pop_over75_2050": 177, "pop_spfam_2050": 165, "pop_lep_2050": 728, "pop_below200_2050": 1871, "pop_disability_2050": 362, "pct_minority_2050": 0.84301732925586137, "pct_over75_2050": 0.036085626911314977, "pct_spfam_2050": 0.16019417475728154, "pct_lep_2050": 0.16242748772869256, "pct_below200_2050": 0.38183673469387758, "pct_disab_2050": 0.073802242609582069, "pct_zvhhs_2050": 0.02339622641509434, "pct_hus_rent50_2050": 0.18339622641509434, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039758331709217991, "pct_minority_2040": 0.86201520171506496, "pct_spfam_2040": 0.27914110429447903, "pct_lep_2040": 0.27449761756784802, "pct_below200_2040": 0.55018514909374405, "pct_disab_2040": 0.071331124537127005, "pct_zvhhs_2040": 0.044280442804428007, "pct_hus_rent50_2040": 0.10479704797047999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.217124000014607, 37.477859999936349 ], [ -122.217246000213336, 37.477544999794084 ], [ -122.214009000138759, 37.476770999935866 ], [ -122.211275999854337, 37.475737000291346 ], [ -122.210675999804721, 37.475737000291346 ], [ -122.208788999617184, 37.476454999986366 ], [ -122.201506000079362, 37.47694200023799 ], [ -122.188719000337855, 37.477825999937401 ], [ -122.190368999800583, 37.478484000147368 ], [ -122.191851999757063, 37.479054000111695 ], [ -122.198602000090702, 37.481606000308481 ], [ -122.201424999888516, 37.482670000173947 ], [ -122.202086000037482, 37.482932000142114 ], [ -122.210931000072847, 37.484824999794903 ], [ -122.211675000062499, 37.484950000187645 ], [ -122.213408000264238, 37.485224999745313 ], [ -122.214491000187607, 37.483667000310142 ], [ -122.213281999867519, 37.48341100004032 ], [ -122.212071999722525, 37.483155999723735 ], [ -122.209402999910523, 37.482604999922607 ], [ -122.210043999968036, 37.481687000061932 ], [ -122.212843000374718, 37.477654000041049 ], [ -122.213281999867519, 37.477952000107564 ], [ -122.214750999580275, 37.478923000215765 ], [ -122.214816999702521, 37.478967000026842 ], [ -122.21588600028052, 37.479646000064264 ], [ -122.217124000014607, 37.477859999936349 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610601", "NAME": "Census Tract 6106.01", "state": "06", "county_fips": "081", "tract": "610601", "county_name": "San Mateo County", "tot_pop_2050": 6051, "tot_pop_pov_det_2050": 5926, "tot_pop_civ_ni_2050": 6051, "tot_hh_2050": 1645, "pop_zvhhs_2050": 114, "tot_fam_2050": 1199, "tot_pop_over5_2050": 5436, "pop_hus_rent50_2050": 544, "pop_minority_2050": 5494, "pop_over75_2050": 116, "pop_spfam_2050": 288, "pop_lep_2050": 1201, "pop_below200_2050": 2816, "pop_disability_2050": 342, "pct_minority_2050": 0.90794909932242596, "pct_over75_2050": 0.019170385060320608, "pct_spfam_2050": 0.24020016680567136, "pct_lep_2050": 0.22093451066960998, "pct_below200_2050": 0.47519406007424908, "pct_disab_2050": 0.05651958353991076, "pct_zvhhs_2050": 0.06930091185410335, "pct_hus_rent50_2050": 0.33069908814589666, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.010615384615384998, "pct_minority_2040": 0.89230769230769202, "pct_spfam_2040": 0.27586206896551696, "pct_lep_2040": 0.37535720289124197, "pct_below200_2040": 0.61035758323057998, "pct_disab_2040": 0.062461538461537992, "pct_zvhhs_2040": 0.12989434431323801, "pct_hus_rent50_2040": 0.32256059664387798, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.217246000213336, 37.477544999794084 ], [ -122.217640000398646, 37.477093999940422 ], [ -122.214839000342153, 37.475319999949107 ], [ -122.215441000041594, 37.47485499986503 ], [ -122.216812999669983, 37.472842000088185 ], [ -122.215655000301851, 37.471997000335506 ], [ -122.212110000255691, 37.469436999689705 ], [ -122.211846999591643, 37.469245999672459 ], [ -122.206642000037007, 37.46545200018214 ], [ -122.205764000153039, 37.46493200013154 ], [ -122.203322000121759, 37.468040999704833 ], [ -122.202372000267772, 37.467441000030192 ], [ -122.199767999854785, 37.470197000131151 ], [ -122.202250000069029, 37.470643000254093 ], [ -122.204518999847949, 37.472154000012317 ], [ -122.210675999804721, 37.475737000291346 ], [ -122.211275999854337, 37.475737000291346 ], [ -122.214009000138759, 37.476770999935866 ], [ -122.217246000213336, 37.477544999794084 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610602", "NAME": "Census Tract 6106.02", "state": "06", "county_fips": "081", "tract": "610602", "county_name": "San Mateo County", "tot_pop_2050": 3591, "tot_pop_pov_det_2050": 3561, "tot_pop_civ_ni_2050": 3591, "tot_hh_2050": 1177, "pop_zvhhs_2050": 9, "tot_fam_2050": 855, "tot_pop_over5_2050": 3217, "pop_hus_rent50_2050": 137, "pop_minority_2050": 2173, "pop_over75_2050": 185, "pop_spfam_2050": 76, "pop_lep_2050": 534, "pop_below200_2050": 1166, "pop_disability_2050": 330, "pct_minority_2050": 0.60512392091339462, "pct_over75_2050": 0.051517683096630462, "pct_spfam_2050": 0.088888888888888892, "pct_lep_2050": 0.16599316133043207, "pct_below200_2050": 0.32743611345127771, "pct_disab_2050": 0.091896407685881365, "pct_zvhhs_2050": 0.0076465590484282066, "pct_hus_rent50_2050": 0.11639762107051825, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032112676056337996, "pct_minority_2040": 0.53098591549295793, "pct_spfam_2040": 0.17322834645669299, "pct_lep_2040": 0.13392857142857101, "pct_below200_2040": 0.18079096045197698, "pct_disab_2040": 0.056056338028169006, "pct_zvhhs_2040": 0.0087032201914709999, "pct_hus_rent50_2040": 0.040034812880765998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.208788999617184, 37.476454999986366 ], [ -122.210675999804721, 37.475737000291346 ], [ -122.204518999847949, 37.472154000012317 ], [ -122.202250000069029, 37.470643000254093 ], [ -122.199767999854785, 37.470197000131151 ], [ -122.197954000360525, 37.472637999710663 ], [ -122.19339699963777, 37.471050999934917 ], [ -122.192275000254668, 37.472748000242014 ], [ -122.189695999956001, 37.471721999861686 ], [ -122.1888139998741, 37.473246000310986 ], [ -122.186779000446904, 37.476758000147036 ], [ -122.186012999817606, 37.478014999756553 ], [ -122.188719000337855, 37.477825999937401 ], [ -122.201506000079362, 37.47694200023799 ], [ -122.208788999617184, 37.476454999986366 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610700", "NAME": "Census Tract 6107", "state": "06", "county_fips": "081", "tract": "610700", "county_name": "San Mateo County", "tot_pop_2050": 6016, "tot_pop_pov_det_2050": 6012, "tot_pop_civ_ni_2050": 6012, "tot_hh_2050": 2146, "pop_zvhhs_2050": 183, "tot_fam_2050": 1482, "tot_pop_over5_2050": 5896, "pop_hus_rent50_2050": 313, "pop_minority_2050": 3275, "pop_over75_2050": 501, "pop_spfam_2050": 136, "pop_lep_2050": 859, "pop_below200_2050": 1639, "pop_disability_2050": 602, "pct_minority_2050": 0.54438164893617025, "pct_over75_2050": 0.08327792553191489, "pct_spfam_2050": 0.091767881241565458, "pct_lep_2050": 0.14569199457259158, "pct_below200_2050": 0.2726214238190286, "pct_disab_2050": 0.10013306719893546, "pct_zvhhs_2050": 0.085274930102516314, "pct_hus_rent50_2050": 0.14585274930102515, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.08657490524635901, "pct_minority_2040": 0.53700379014562105, "pct_spfam_2040": 0.24655013799448003, "pct_lep_2040": 0.077619929997940998, "pct_below200_2040": 0.22683513838748501, "pct_disab_2040": 0.11153384060873001, "pct_zvhhs_2040": 0.087041564792176007, "pct_hus_rent50_2040": 0.23406374501992003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.224625999835553, 37.465065000314574 ], [ -122.22477800017154, 37.464345999927694 ], [ -122.221052000375394, 37.462830999792196 ], [ -122.218746999713147, 37.463054000055337 ], [ -122.218533000351215, 37.462448000058288 ], [ -122.217010000211786, 37.465067999967502 ], [ -122.215954000052577, 37.464865000126622 ], [ -122.212110000255691, 37.469436999689705 ], [ -122.215655000301851, 37.471997000335506 ], [ -122.216812999669983, 37.472842000088185 ], [ -122.215441000041594, 37.47485499986503 ], [ -122.214839000342153, 37.475319999949107 ], [ -122.217640000398646, 37.477093999940422 ], [ -122.220520999922755, 37.478912999898697 ], [ -122.221776000273579, 37.476150999811701 ], [ -122.221762999854789, 37.473925000285455 ], [ -122.223579999722105, 37.469465999862386 ], [ -122.223615999707107, 37.469311999726131 ], [ -122.224625999835553, 37.465065000314574 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610800", "NAME": "Census Tract 6108", "state": "06", "county_fips": "081", "tract": "610800", "county_name": "San Mateo County", "tot_pop_2050": 5013, "tot_pop_pov_det_2050": 4980, "tot_pop_civ_ni_2050": 4994, "tot_hh_2050": 1665, "pop_zvhhs_2050": 188, "tot_fam_2050": 1052, "tot_pop_over5_2050": 4598, "pop_hus_rent50_2050": 416, "pop_minority_2050": 3843, "pop_over75_2050": 152, "pop_spfam_2050": 230, "pop_lep_2050": 555, "pop_below200_2050": 2209, "pop_disability_2050": 207, "pct_minority_2050": 0.76660682226211851, "pct_over75_2050": 0.030321164971075208, "pct_spfam_2050": 0.21863117870722434, "pct_lep_2050": 0.12070465419747715, "pct_below200_2050": 0.44357429718875496, "pct_disab_2050": 0.041449739687625151, "pct_zvhhs_2050": 0.11291291291291293, "pct_hus_rent50_2050": 0.24984984984984984, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.019249656256138, "pct_minority_2040": 0.79336083284227099, "pct_spfam_2040": 0.26759259259259305, "pct_lep_2040": 0.15841152083787899, "pct_below200_2040": 0.40601060695344704, "pct_disab_2040": 0.050481241406402998, "pct_zvhhs_2040": 0.096385542168675009, "pct_hus_rent50_2040": 0.25848241826033302, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.228910999673417, 37.471487000068024 ], [ -122.23136799977334, 37.469632999998851 ], [ -122.228412999731034, 37.467344000247309 ], [ -122.229355000087452, 37.465909999998132 ], [ -122.224625999835553, 37.465065000314574 ], [ -122.223615999707107, 37.469311999726131 ], [ -122.223579999722105, 37.469465999862386 ], [ -122.221762999854789, 37.473925000285455 ], [ -122.221776000273579, 37.476150999811701 ], [ -122.222244999903637, 37.476635000004087 ], [ -122.222577000164662, 37.475734000353611 ], [ -122.224661999820555, 37.47490700033088 ], [ -122.227751999582068, 37.472450000099961 ], [ -122.228127000399098, 37.471065999849294 ], [ -122.228910999673417, 37.471487000068024 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081610900", "NAME": "Census Tract 6109", "state": "06", "county_fips": "081", "tract": "610900", "county_name": "San Mateo County", "tot_pop_2050": 7100, "tot_pop_pov_det_2050": 7065, "tot_pop_civ_ni_2050": 7095, "tot_hh_2050": 2502, "pop_zvhhs_2050": 314, "tot_fam_2050": 1317, "tot_pop_over5_2050": 6636, "pop_hus_rent50_2050": 710, "pop_minority_2050": 4974, "pop_over75_2050": 76, "pop_spfam_2050": 339, "pop_lep_2050": 1016, "pop_below200_2050": 3366, "pop_disability_2050": 581, "pct_minority_2050": 0.70056338028169018, "pct_over75_2050": 0.010704225352112677, "pct_spfam_2050": 0.25740318906605925, "pct_lep_2050": 0.15310427968655818, "pct_below200_2050": 0.47643312101910829, "pct_disab_2050": 0.081888653981677231, "pct_zvhhs_2050": 0.12549960031974419, "pct_hus_rent50_2050": 0.28377298161470821, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.020741825280625001, "pct_minority_2040": 0.69619326500732104, "pct_spfam_2040": 0.12809667673716002, "pct_lep_2040": 0.15048413125336199, "pct_below200_2040": 0.41513620115863398, "pct_disab_2040": 0.07470703125, "pct_zvhhs_2040": 0.076735688185139997, "pct_hus_rent50_2040": 0.20150187734668298, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.238005999953998, 37.476078000033567 ], [ -122.23919600000751, 37.474717000263013 ], [ -122.236907000137109, 37.47314499992531 ], [ -122.23639199957799, 37.473527999754729 ], [ -122.234499000440991, 37.472010000239564 ], [ -122.232189999580783, 37.470703999792256 ], [ -122.232453000244831, 37.470498999709179 ], [ -122.23136799977334, 37.469632999998851 ], [ -122.228910999673417, 37.471487000068024 ], [ -122.228127000399098, 37.471065999849294 ], [ -122.227751999582068, 37.472450000099961 ], [ -122.224661999820555, 37.47490700033088 ], [ -122.225773000231342, 37.475786999711183 ], [ -122.224763000102911, 37.476587000136789 ], [ -122.228672000197136, 37.479663000008074 ], [ -122.231578999660513, 37.481772999695238 ], [ -122.232475999811072, 37.482416999721842 ], [ -122.231402000108517, 37.483365999879929 ], [ -122.232999999692694, 37.484508999688472 ], [ -122.236001999590641, 37.482126999978398 ], [ -122.238323999971342, 37.480283000222492 ], [ -122.235922999947931, 37.479596999827173 ], [ -122.235049000261924, 37.478708000231705 ], [ -122.236409000194726, 37.477508999978433 ], [ -122.238005999953998, 37.476078000033567 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611000", "NAME": "Census Tract 6110", "state": "06", "county_fips": "081", "tract": "611000", "county_name": "San Mateo County", "tot_pop_2050": 6663, "tot_pop_pov_det_2050": 6628, "tot_pop_civ_ni_2050": 6646, "tot_hh_2050": 2300, "pop_zvhhs_2050": 14, "tot_fam_2050": 1535, "tot_pop_over5_2050": 6018, "pop_hus_rent50_2050": 123, "pop_minority_2050": 3631, "pop_over75_2050": 316, "pop_spfam_2050": 123, "pop_lep_2050": 248, "pop_below200_2050": 941, "pop_disability_2050": 599, "pct_minority_2050": 0.544949722347291, "pct_over75_2050": 0.047426084346390514, "pct_spfam_2050": 0.080130293159609123, "pct_lep_2050": 0.041209704220671321, "pct_below200_2050": 0.14197344598672298, "pct_disab_2050": 0.090129401143545007, "pct_zvhhs_2050": 0.0060869565217391295, "pct_hus_rent50_2050": 0.053478260869565218, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057014512785072996, "pct_minority_2040": 0.49723565998617797, "pct_spfam_2040": 0.053333333333333004, "pct_lep_2040": 0.041959369660147995, "pct_below200_2040": 0.16832027850304601, "pct_disab_2040": 0.088842616692694998, "pct_zvhhs_2040": 0.022727272727272999, "pct_hus_rent50_2040": 0.11070110701107001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.242321999753997, 37.471552000009012 ], [ -122.242424999686165, 37.470506999865577 ], [ -122.242155000247749, 37.468966999968409 ], [ -122.241186999952106, 37.466704000017486 ], [ -122.237947000402784, 37.464120000261993 ], [ -122.236605000013327, 37.464175999700153 ], [ -122.235922000123011, 37.463572999953477 ], [ -122.228308000149084, 37.458075999854103 ], [ -122.227609000365248, 37.457207000315506 ], [ -122.22628899971707, 37.459634000132056 ], [ -122.226242999686335, 37.459728999786023 ], [ -122.225569999841753, 37.461014000023717 ], [ -122.22477800017154, 37.464345999927694 ], [ -122.224625999835553, 37.465065000314574 ], [ -122.229355000087452, 37.465909999998132 ], [ -122.228412999731034, 37.467344000247309 ], [ -122.23136799977334, 37.469632999998851 ], [ -122.232453000244831, 37.470498999709179 ], [ -122.232189999580783, 37.470703999792256 ], [ -122.234499000440991, 37.472010000239564 ], [ -122.23639199957799, 37.473527999754729 ], [ -122.236907000137109, 37.47314499992531 ], [ -122.23919600000751, 37.474717000263013 ], [ -122.239303000137653, 37.474585999893691 ], [ -122.239277000198356, 37.472737000267493 ], [ -122.240720999796778, 37.472530000249947 ], [ -122.2413850003188, 37.471927000155368 ], [ -122.242321999753997, 37.471552000009012 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611100", "NAME": "Census Tract 6111", "state": "06", "county_fips": "081", "tract": "611100", "county_name": "San Mateo County", "tot_pop_2050": 6768, "tot_pop_pov_det_2050": 6716, "tot_pop_civ_ni_2050": 6734, "tot_hh_2050": 2362, "pop_zvhhs_2050": 97, "tot_fam_2050": 1826, "tot_pop_over5_2050": 6363, "pop_hus_rent50_2050": 37, "pop_minority_2050": 1727, "pop_over75_2050": 679, "pop_spfam_2050": 127, "pop_lep_2050": 40, "pop_below200_2050": 247, "pop_disability_2050": 790, "pct_minority_2050": 0.25517139479905437, "pct_over75_2050": 0.10032505910165483, "pct_spfam_2050": 0.069550930996714125, "pct_lep_2050": 0.0062863429200062867, "pct_below200_2050": 0.036777843954734962, "pct_disab_2050": 0.11731511731511733, "pct_zvhhs_2050": 0.04106689246401355, "pct_hus_rent50_2050": 0.015664690939881456, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.096271393643031999, "pct_minority_2040": 0.33374083129584398, "pct_spfam_2040": 0.076295864880605996, "pct_lep_2040": 0.022320695880518999, "pct_below200_2040": 0.065765212046711999, "pct_disab_2040": 0.084665027658267, "pct_zvhhs_2040": 0.056694286960313998, "pct_hus_rent50_2040": 0.022241604884430999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.268931000378174, 37.452386999895701 ], [ -122.266809999838941, 37.451066000041081 ], [ -122.26382800003249, 37.449583000031303 ], [ -122.263633000038823, 37.448132000083724 ], [ -122.260303000077812, 37.448188000083839 ], [ -122.260272000115677, 37.447636999966491 ], [ -122.255645999795973, 37.448123999672767 ], [ -122.254172000060336, 37.449903000290156 ], [ -122.247024000241709, 37.455478000295564 ], [ -122.24398999965841, 37.452885000101233 ], [ -122.24031599974083, 37.455013000153052 ], [ -122.243101999728708, 37.457516999719225 ], [ -122.240319000113857, 37.458550999682558 ], [ -122.238087999969764, 37.461927999792984 ], [ -122.235922000123011, 37.463572999953477 ], [ -122.236605000013327, 37.464175999700153 ], [ -122.237947000402784, 37.464120000261993 ], [ -122.241186999952106, 37.466704000017486 ], [ -122.242155000247749, 37.468966999968409 ], [ -122.245214999872005, 37.466536999754652 ], [ -122.246938999852887, 37.465847999763781 ], [ -122.2486069997573, 37.467234999936885 ], [ -122.249119999768254, 37.467089000004691 ], [ -122.248826000040395, 37.466587999964162 ], [ -122.249169000172074, 37.465276999972438 ], [ -122.250589000379335, 37.465650000235172 ], [ -122.251877000342148, 37.464360999761418 ], [ -122.254760000414407, 37.464792999671317 ], [ -122.255951000292811, 37.463940000052176 ], [ -122.256122999821926, 37.46380299992687 ], [ -122.256148999761194, 37.463645000157634 ], [ -122.255699000397712, 37.46319100012704 ], [ -122.255707999720244, 37.462640999689107 ], [ -122.255839000139801, 37.462257999694998 ], [ -122.255148999678482, 37.461731000269971 ], [ -122.258160999622177, 37.459879000119777 ], [ -122.258989000175745, 37.459717000316758 ], [ -122.261144000151873, 37.461276000329079 ], [ -122.262108000249569, 37.46125300015666 ], [ -122.263535000129522, 37.457851999976484 ], [ -122.265382000134053, 37.458640999910557 ], [ -122.267599000034451, 37.457254000040948 ], [ -122.267789000005251, 37.455974000350984 ], [ -122.266623000241196, 37.454112999968714 ], [ -122.268931000378174, 37.452386999895701 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611200", "NAME": "Census Tract 6112", "state": "06", "county_fips": "081", "tract": "611200", "county_name": "San Mateo County", "tot_pop_2050": 2855, "tot_pop_pov_det_2050": 2855, "tot_pop_civ_ni_2050": 2855, "tot_hh_2050": 1048, "pop_zvhhs_2050": 8, "tot_fam_2050": 661, "tot_pop_over5_2050": 2668, "pop_hus_rent50_2050": 17, "pop_minority_2050": 817, "pop_over75_2050": 165, "pop_spfam_2050": 53, "pop_lep_2050": 42, "pop_below200_2050": 293, "pop_disability_2050": 234, "pct_minority_2050": 0.28616462346760069, "pct_over75_2050": 0.057793345008756575, "pct_spfam_2050": 0.080181543116490173, "pct_lep_2050": 0.015742128935532233, "pct_below200_2050": 0.10262697022767077, "pct_disab_2050": 0.081961471103327493, "pct_zvhhs_2050": 0.0076335877862595426, "pct_hus_rent50_2050": 0.016221374045801526, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079375622716704994, "pct_minority_2040": 0.32547326469611404, "pct_spfam_2040": 0.087064676616914999, "pct_lep_2040": 0.006161652772744, "pct_below200_2040": 0.073421926910299001, "pct_disab_2040": 0.087375415282391997, "pct_zvhhs_2040": 0.023540489642185001, "pct_hus_rent50_2040": 0.025886864813038996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.240319000113857, 37.458550999682558 ], [ -122.243101999728708, 37.457516999719225 ], [ -122.24031599974083, 37.455013000153052 ], [ -122.231607999972852, 37.44875799999236 ], [ -122.231217000160584, 37.449645000201755 ], [ -122.230561999859376, 37.450975999968136 ], [ -122.227888999849398, 37.456716000098083 ], [ -122.227698999878612, 37.457078000143603 ], [ -122.227609000365248, 37.457207000315506 ], [ -122.228308000149084, 37.458075999854103 ], [ -122.235922000123011, 37.463572999953477 ], [ -122.238087999969764, 37.461927999792984 ], [ -122.240319000113857, 37.458550999682558 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611300", "NAME": "Census Tract 6113", "state": "06", "county_fips": "081", "tract": "611300", "county_name": "San Mateo County", "tot_pop_2050": 5404, "tot_pop_pov_det_2050": 5396, "tot_pop_civ_ni_2050": 5396, "tot_hh_2050": 2003, "pop_zvhhs_2050": 13, "tot_fam_2050": 1417, "tot_pop_over5_2050": 4942, "pop_hus_rent50_2050": 156, "pop_minority_2050": 1862, "pop_over75_2050": 417, "pop_spfam_2050": 112, "pop_lep_2050": 197, "pop_below200_2050": 715, "pop_disability_2050": 482, "pct_minority_2050": 0.34455958549222804, "pct_over75_2050": 0.07716506291635826, "pct_spfam_2050": 0.079040225829216659, "pct_lep_2050": 0.039862403885066768, "pct_below200_2050": 0.13250555967383246, "pct_disab_2050": 0.089325426241660469, "pct_zvhhs_2050": 0.0064902646030953574, "pct_hus_rent50_2050": 0.077883175237144289, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076007517226979002, "pct_minority_2040": 0.31593234495719397, "pct_spfam_2040": 0.090978013646702008, "pct_lep_2040": 0.040018399264028996, "pct_below200_2040": 0.102386934673367, "pct_disab_2040": 0.066582914572864013, "pct_zvhhs_2040": 0.021638330757341999, "pct_hus_rent50_2040": 0.062600321027287006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.231607999972852, 37.44875799999236 ], [ -122.234506000113726, 37.444516000280508 ], [ -122.231218999810409, 37.442912000118831 ], [ -122.228486000424311, 37.442050000250788 ], [ -122.22649200010666, 37.445046000225297 ], [ -122.22496700031742, 37.443965000220913 ], [ -122.221753999633947, 37.448010999660205 ], [ -122.219709999985938, 37.450586999667465 ], [ -122.217220000274096, 37.453750000036095 ], [ -122.220443000104964, 37.456316000161053 ], [ -122.222138999598428, 37.457285000162237 ], [ -122.220905999887208, 37.458570000326027 ], [ -122.220747999703448, 37.458600999901833 ], [ -122.218533000351215, 37.462448000058288 ], [ -122.218746999713147, 37.463054000055337 ], [ -122.221052000375394, 37.462830999792196 ], [ -122.22477800017154, 37.464345999927694 ], [ -122.225569999841753, 37.461014000023717 ], [ -122.226242999686335, 37.459728999786023 ], [ -122.22628899971707, 37.459634000132056 ], [ -122.227609000365248, 37.457207000315506 ], [ -122.227698999878612, 37.457078000143603 ], [ -122.227888999849398, 37.456716000098083 ], [ -122.230561999859376, 37.450975999968136 ], [ -122.231217000160584, 37.449645000201755 ], [ -122.231607999972852, 37.44875799999236 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611400", "NAME": "Census Tract 6114", "state": "06", "county_fips": "081", "tract": "611400", "county_name": "San Mateo County", "tot_pop_2050": 4316, "tot_pop_pov_det_2050": 3845, "tot_pop_civ_ni_2050": 4316, "tot_hh_2050": 1301, "pop_zvhhs_2050": 25, "tot_fam_2050": 1076, "tot_pop_over5_2050": 4164, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1213, "pop_over75_2050": 457, "pop_spfam_2050": 57, "pop_lep_2050": 71, "pop_below200_2050": 334, "pop_disability_2050": 342, "pct_minority_2050": 0.28104726598702501, "pct_over75_2050": 0.10588507877664503, "pct_spfam_2050": 0.052973977695167283, "pct_lep_2050": 0.017050912584053789, "pct_below200_2050": 0.086866059817945387, "pct_disab_2050": 0.079240037071362374, "pct_zvhhs_2050": 0.01921598770176787, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086439155814998003, "pct_minority_2040": 0.21261787157611101, "pct_spfam_2040": 0.11996644295302, "pct_lep_2040": 0.011918672587053, "pct_below200_2040": 0.051098494198963, "pct_disab_2040": 0.061966771441400989, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.016570605187319998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.233750000428458, 37.433765000088073 ], [ -122.233754999553014, 37.432461000246498 ], [ -122.232776000285043, 37.431336999725957 ], [ -122.228576999762581, 37.429438000291654 ], [ -122.226081000202925, 37.429733999682 ], [ -122.224706000201508, 37.427678999694962 ], [ -122.227717000320283, 37.427286999805247 ], [ -122.229133000329597, 37.424295000174418 ], [ -122.225204999968781, 37.423523000286401 ], [ -122.219268999944958, 37.428979999704403 ], [ -122.217513000177036, 37.427859000135903 ], [ -122.213454000294973, 37.432680000146952 ], [ -122.21325400027844, 37.432680000146952 ], [ -122.213722000083578, 37.433009999978864 ], [ -122.212115000278558, 37.436912000147267 ], [ -122.210822000292893, 37.438529999843794 ], [ -122.210033000097383, 37.438148999787764 ], [ -122.20707600040528, 37.439838000158574 ], [ -122.205323999936994, 37.440403000322526 ], [ -122.201872999602188, 37.43878299975659 ], [ -122.200070999803472, 37.440921999782915 ], [ -122.195760999851259, 37.446079000102337 ], [ -122.191665999984195, 37.45098700029191 ], [ -122.187593999683358, 37.455821999774948 ], [ -122.195615000261384, 37.459851000222898 ], [ -122.200029999795603, 37.462066000188472 ], [ -122.20042700035394, 37.462263000254929 ], [ -122.205764000153039, 37.46493200013154 ], [ -122.206642000037007, 37.46545200018214 ], [ -122.211846999591643, 37.469245999672459 ], [ -122.212110000255691, 37.469436999689705 ], [ -122.215954000052577, 37.464865000126622 ], [ -122.217010000211786, 37.465067999967502 ], [ -122.218533000351215, 37.462448000058288 ], [ -122.220747999703448, 37.458600999901833 ], [ -122.220905999887208, 37.458570000326027 ], [ -122.222138999598428, 37.457285000162237 ], [ -122.220443000104964, 37.456316000161053 ], [ -122.217220000274096, 37.453750000036095 ], [ -122.219709999985938, 37.450586999667465 ], [ -122.221753999633947, 37.448010999660205 ], [ -122.22496700031742, 37.443965000220913 ], [ -122.228534999929778, 37.439615999844527 ], [ -122.230956000044671, 37.440163999895155 ], [ -122.230464999774981, 37.43741400000664 ], [ -122.231565000315143, 37.435097999985416 ], [ -122.233750000428458, 37.433765000088073 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611500", "NAME": "Census Tract 6115", "state": "06", "county_fips": "081", "tract": "611500", "county_name": "San Mateo County", "tot_pop_2050": 2869, "tot_pop_pov_det_2050": 2863, "tot_pop_civ_ni_2050": 2869, "tot_hh_2050": 920, "pop_zvhhs_2050": 4, "tot_fam_2050": 784, "tot_pop_over5_2050": 2660, "pop_hus_rent50_2050": 5, "pop_minority_2050": 943, "pop_over75_2050": 241, "pop_spfam_2050": 66, "pop_lep_2050": 22, "pop_below200_2050": 97, "pop_disability_2050": 242, "pct_minority_2050": 0.3286859532938306, "pct_over75_2050": 0.084001394214011857, "pct_spfam_2050": 0.084183673469387751, "pct_lep_2050": 0.0082706766917293242, "pct_below200_2050": 0.033880544882989874, "pct_disab_2050": 0.084349947716974558, "pct_zvhhs_2050": 0.0043478260869565218, "pct_hus_rent50_2050": 0.005434782608695652, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.131007751937985, "pct_minority_2040": 0.21782945736434103, "pct_spfam_2040": 0.069008782936009996, "pct_lep_2040": 0.0028443722064200004, "pct_below200_2040": 0.092248062015503993, "pct_disab_2040": 0.070542635658914998, "pct_zvhhs_2040": 0.012820512820513002, "pct_hus_rent50_2040": 0.0074786324786320002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.203322000121759, 37.468040999704833 ], [ -122.205764000153039, 37.46493200013154 ], [ -122.20042700035394, 37.462263000254929 ], [ -122.200029999795603, 37.462066000188472 ], [ -122.195615000261384, 37.459851000222898 ], [ -122.194872000096652, 37.460057999696453 ], [ -122.193420000102307, 37.461785999667839 ], [ -122.19219800026174, 37.461014999724512 ], [ -122.189018999913486, 37.464622999747192 ], [ -122.186231000275811, 37.463265000040529 ], [ -122.188510999925398, 37.46030600027818 ], [ -122.185261000330343, 37.458698000331722 ], [ -122.18339099986126, 37.45777300026387 ], [ -122.180387000313516, 37.461296999674246 ], [ -122.17648800026501, 37.458932999682638 ], [ -122.175444999626279, 37.460275999693742 ], [ -122.173946999601199, 37.459524000269354 ], [ -122.173188000441243, 37.461092999877685 ], [ -122.173124999793743, 37.461215999926516 ], [ -122.168335000340818, 37.47068199995288 ], [ -122.167864999987515, 37.471695999951216 ], [ -122.169451999701081, 37.472704999878623 ], [ -122.170982000411513, 37.473484000305973 ], [ -122.174158000386711, 37.47509899965354 ], [ -122.17678899966559, 37.475972000267845 ], [ -122.180308999597372, 37.476467000333749 ], [ -122.186779000446904, 37.476758000147036 ], [ -122.1888139998741, 37.473246000310986 ], [ -122.189695999956001, 37.471721999861686 ], [ -122.192275000254668, 37.472748000242014 ], [ -122.19339699963777, 37.471050999934917 ], [ -122.197954000360525, 37.472637999710663 ], [ -122.199767999854785, 37.470197000131151 ], [ -122.202372000267772, 37.467441000030192 ], [ -122.203322000121759, 37.468040999704833 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611600", "NAME": "Census Tract 6116", "state": "06", "county_fips": "081", "tract": "611600", "county_name": "San Mateo County", "tot_pop_2050": 2481, "tot_pop_pov_det_2050": 2408, "tot_pop_civ_ni_2050": 2481, "tot_hh_2050": 795, "pop_zvhhs_2050": 0, "tot_fam_2050": 639, "tot_pop_over5_2050": 2244, "pop_hus_rent50_2050": 29, "pop_minority_2050": 700, "pop_over75_2050": 133, "pop_spfam_2050": 46, "pop_lep_2050": 28, "pop_below200_2050": 163, "pop_disability_2050": 165, "pct_minority_2050": 0.28214429665457474, "pct_over75_2050": 0.053607416364369206, "pct_spfam_2050": 0.071987480438184662, "pct_lep_2050": 0.0124777183600713, "pct_below200_2050": 0.067691029900332225, "pct_disab_2050": 0.066505441354292621, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.036477987421383647, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038972162740899007, "pct_minority_2040": 0.27537473233404702, "pct_spfam_2040": 0.071666666666667003, "pct_lep_2040": 0.011780697779792, "pct_below200_2040": 0.099394987035437005, "pct_disab_2040": 0.053104925053533002, "pct_zvhhs_2040": 0.0071770334928230014, "pct_hus_rent50_2040": 0.034688995215311005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.186012999817606, 37.478014999756553 ], [ -122.186779000446904, 37.476758000147036 ], [ -122.180308999597372, 37.476467000333749 ], [ -122.17678899966559, 37.475972000267845 ], [ -122.174158000386711, 37.47509899965354 ], [ -122.170982000411513, 37.473484000305973 ], [ -122.169451999701081, 37.472704999878623 ], [ -122.167864999987515, 37.471695999951216 ], [ -122.161570999763427, 37.470090999867224 ], [ -122.159498999627985, 37.469474999717022 ], [ -122.157235999696852, 37.469501999987386 ], [ -122.156623999951677, 37.46876900014469 ], [ -122.156294000238773, 37.466669999934432 ], [ -122.155532999632356, 37.467783999767114 ], [ -122.155363999577943, 37.468827000284222 ], [ -122.156521999844401, 37.469536000208393 ], [ -122.158296000054008, 37.470558999791692 ], [ -122.161468999656179, 37.472380000344018 ], [ -122.167145000287306, 37.475760999788925 ], [ -122.168291999784785, 37.476425000178921 ], [ -122.170128999743582, 37.477455999703402 ], [ -122.172686000300928, 37.47898000014429 ], [ -122.17743200027121, 37.478645999919131 ], [ -122.186012999817606, 37.478014999756553 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611700", "NAME": "Census Tract 6117", "state": "06", "county_fips": "081", "tract": "611700", "county_name": "San Mateo County", "tot_pop_2050": 5405, "tot_pop_pov_det_2050": 5397, "tot_pop_civ_ni_2050": 5405, "tot_hh_2050": 1429, "pop_zvhhs_2050": 171, "tot_fam_2050": 1013, "tot_pop_over5_2050": 4956, "pop_hus_rent50_2050": 331, "pop_minority_2050": 4875, "pop_over75_2050": 191, "pop_spfam_2050": 225, "pop_lep_2050": 647, "pop_below200_2050": 1898, "pop_disability_2050": 350, "pct_minority_2050": 0.90194264569842741, "pct_over75_2050": 0.035337650323774283, "pct_spfam_2050": 0.22211253701875616, "pct_lep_2050": 0.13054882970137208, "pct_below200_2050": 0.35167685751343342, "pct_disab_2050": 0.06475485661424607, "pct_zvhhs_2050": 0.11966410076976905, "pct_hus_rent50_2050": 0.23163051084674599, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038511871377827994, "pct_minority_2040": 0.96447934193307205, "pct_spfam_2040": 0.25096525096525102, "pct_lep_2040": 0.15271838729383, "pct_below200_2040": 0.40183761485092795, "pct_disab_2040": 0.073658627780893993, "pct_zvhhs_2040": 0.12867132867132899, "pct_hus_rent50_2040": 0.14960629921259802, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.189024999761273, 37.487545999766404 ], [ -122.189096999731305, 37.487127999681356 ], [ -122.188298000388357, 37.487184999765837 ], [ -122.188582000070497, 37.486561000224143 ], [ -122.182044000347233, 37.485082999680202 ], [ -122.182876000200423, 37.483997999871058 ], [ -122.182430000136605, 37.483376999715688 ], [ -122.181949999737597, 37.482384999913563 ], [ -122.18354499984703, 37.481451000095447 ], [ -122.185535999791625, 37.478798999895943 ], [ -122.186012999817606, 37.478014999756553 ], [ -122.17743200027121, 37.478645999919131 ], [ -122.172686000300928, 37.47898000014429 ], [ -122.170128999743582, 37.477455999703402 ], [ -122.168291999784785, 37.476425000178921 ], [ -122.167145000287306, 37.475760999788925 ], [ -122.161468999656179, 37.472380000344018 ], [ -122.158296000054008, 37.470558999791692 ], [ -122.156521999844401, 37.469536000208393 ], [ -122.153646000343173, 37.474591000341903 ], [ -122.152873999866088, 37.476103999845535 ], [ -122.150631000026422, 37.480508000057192 ], [ -122.150179999939724, 37.481977000087355 ], [ -122.147205999630884, 37.482661999893836 ], [ -122.145337999709952, 37.48384999967579 ], [ -122.133242000254654, 37.494796000048112 ], [ -122.130923000247009, 37.497142000285308 ], [ -122.127617495547156, 37.499703998037425 ], [ -122.127706000263913, 37.5000530001276 ], [ -122.130979000323507, 37.50365199981087 ], [ -122.136422000427828, 37.507576000235204 ], [ -122.140142000376159, 37.507907000022179 ], [ -122.149631999768658, 37.502670999725503 ], [ -122.155685999793235, 37.501198000202287 ], [ -122.162091000345413, 37.50022200010222 ], [ -122.164245994033337, 37.501550991944029 ], [ -122.16876499961279, 37.496332000307042 ], [ -122.173043999602896, 37.496216999857481 ], [ -122.175987999774506, 37.498197999770838 ], [ -122.178659000134644, 37.498259000334393 ], [ -122.178936000144063, 37.489978999837312 ], [ -122.179511999904264, 37.487335999954595 ], [ -122.17816000036737, 37.486546999927874 ], [ -122.183778000373863, 37.488246999914338 ], [ -122.188972999882736, 37.488104999891 ], [ -122.189024999761273, 37.487545999766404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611800", "NAME": "Census Tract 6118", "state": "06", "county_fips": "081", "tract": "611800", "county_name": "San Mateo County", "tot_pop_2050": 4369, "tot_pop_pov_det_2050": 4361, "tot_pop_civ_ni_2050": 4369, "tot_hh_2050": 881, "pop_zvhhs_2050": 20, "tot_fam_2050": 760, "tot_pop_over5_2050": 4040, "pop_hus_rent50_2050": 121, "pop_minority_2050": 4249, "pop_over75_2050": 142, "pop_spfam_2050": 241, "pop_lep_2050": 511, "pop_below200_2050": 1737, "pop_disability_2050": 352, "pct_minority_2050": 0.97253376058594643, "pct_over75_2050": 0.032501716639963381, "pct_spfam_2050": 0.31710526315789472, "pct_lep_2050": 0.12648514851485149, "pct_below200_2050": 0.39830314148131157, "pct_disab_2050": 0.080567635614557112, "pct_zvhhs_2050": 0.02270147559591373, "pct_hus_rent50_2050": 0.13734392735527809, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029886719691492002, "pct_minority_2040": 0.97372860930344696, "pct_spfam_2040": 0.24055944055944101, "pct_lep_2040": 0.14267612772427801, "pct_below200_2040": 0.39299516908212601, "pct_disab_2040": 0.113389626055489, "pct_zvhhs_2040": 0.040145985401459999, "pct_hus_rent50_2040": 0.12720403022669999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.152873999866088, 37.476103999845535 ], [ -122.153646000343173, 37.474591000341903 ], [ -122.152827000010419, 37.474376000014331 ], [ -122.147181000414847, 37.473573000136348 ], [ -122.14784199966553, 37.470638000254652 ], [ -122.145601000373972, 37.470930000230396 ], [ -122.139478999679028, 37.471713999835373 ], [ -122.135112999650318, 37.471768999731793 ], [ -122.134383999729266, 37.471922000241818 ], [ -122.131892000367586, 37.472916999971666 ], [ -122.121299000061882, 37.476721999952254 ], [ -122.121044067167432, 37.476548952395959 ], [ -122.120498000170826, 37.477214000162483 ], [ -122.120507873554104, 37.477237656994397 ], [ -122.124106999791096, 37.485861000018389 ], [ -122.127617495547156, 37.499703998037425 ], [ -122.130923000247009, 37.497142000285308 ], [ -122.133242000254654, 37.494796000048112 ], [ -122.145337999709952, 37.48384999967579 ], [ -122.147205999630884, 37.482661999893836 ], [ -122.150179999939724, 37.481977000087355 ], [ -122.150631000026422, 37.480508000057192 ], [ -122.152873999866088, 37.476103999845535 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081611900", "NAME": "Census Tract 6119", "state": "06", "county_fips": "081", "tract": "611900", "county_name": "San Mateo County", "tot_pop_2050": 10333, "tot_pop_pov_det_2050": 10223, "tot_pop_civ_ni_2050": 10333, "tot_hh_2050": 2627, "pop_zvhhs_2050": 116, "tot_fam_2050": 1946, "tot_pop_over5_2050": 9749, "pop_hus_rent50_2050": 165, "pop_minority_2050": 9266, "pop_over75_2050": 191, "pop_spfam_2050": 326, "pop_lep_2050": 1492, "pop_below200_2050": 2896, "pop_disability_2050": 390, "pct_minority_2050": 0.89673860447111209, "pct_over75_2050": 0.018484467240878738, "pct_spfam_2050": 0.16752312435765673, "pct_lep_2050": 0.15304133757308441, "pct_below200_2050": 0.28328279370047932, "pct_disab_2050": 0.037743153004935651, "pct_zvhhs_2050": 0.044156832889227247, "pct_hus_rent50_2050": 0.062809288161400842, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028188049039482996, "pct_minority_2040": 0.9077130997200501, "pct_spfam_2040": 0.20791527313266397, "pct_lep_2040": 0.16376010208421898, "pct_below200_2040": 0.428990610328639, "pct_disab_2040": 0.065366418847155994, "pct_zvhhs_2040": 0.074663402692779005, "pct_hus_rent50_2040": 0.17521542880590901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.141775000120433, 37.462600999680916 ], [ -122.140784000258577, 37.460265000023078 ], [ -122.135986000409716, 37.457445999780646 ], [ -122.129912000293643, 37.45385100023941 ], [ -122.127856000051736, 37.452737000337727 ], [ -122.12597600043523, 37.453554000163152 ], [ -122.122375000312601, 37.453375999797174 ], [ -122.121771999889916, 37.454240999758568 ], [ -122.123834999804515, 37.461215000228364 ], [ -122.117692999916386, 37.465238000305838 ], [ -122.115161405511898, 37.466279732261356 ], [ -122.11754700032651, 37.46757200008841 ], [ -122.123136999845599, 37.47399999979514 ], [ -122.121044067167432, 37.476548952395959 ], [ -122.121299000061882, 37.476721999952254 ], [ -122.131892000367586, 37.472916999971666 ], [ -122.134383999729266, 37.471922000241818 ], [ -122.135112999650318, 37.471768999731793 ], [ -122.139478999679028, 37.471713999835373 ], [ -122.139542000326529, 37.47074899973525 ], [ -122.139415999929838, 37.468479000198123 ], [ -122.139276000187778, 37.464166999920621 ], [ -122.139232999631744, 37.462577000236166 ], [ -122.141775000120433, 37.462600999680916 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612000", "NAME": "Census Tract 6120", "state": "06", "county_fips": "081", "tract": "612000", "county_name": "San Mateo County", "tot_pop_2050": 7075, "tot_pop_pov_det_2050": 7021, "tot_pop_civ_ni_2050": 7070, "tot_hh_2050": 1525, "pop_zvhhs_2050": 25, "tot_fam_2050": 1300, "tot_pop_over5_2050": 6779, "pop_hus_rent50_2050": 253, "pop_minority_2050": 6750, "pop_over75_2050": 240, "pop_spfam_2050": 309, "pop_lep_2050": 852, "pop_below200_2050": 2495, "pop_disability_2050": 661, "pct_minority_2050": 0.9540636042402828, "pct_over75_2050": 0.033922261484098937, "pct_spfam_2050": 0.2376923076923077, "pct_lep_2050": 0.12568225401976693, "pct_below200_2050": 0.3553624839766415, "pct_disab_2050": 0.093493635077793499, "pct_zvhhs_2050": 0.016393442622950817, "pct_hus_rent50_2050": 0.1659016393442623, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034894162924952003, "pct_minority_2040": 0.98948043617703707, "pct_spfam_2040": 0.23520368946963899, "pct_lep_2040": 0.21432608081378896, "pct_below200_2040": 0.54056529704265899, "pct_disab_2040": 0.073032986779617989, "pct_zvhhs_2040": 0.038229376257544995, "pct_hus_rent50_2040": 0.22518822724161497, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.156521999844401, 37.469536000208393 ], [ -122.155363999577943, 37.468827000284222 ], [ -122.150954000066633, 37.466224999980462 ], [ -122.15040599989554, 37.465896000110703 ], [ -122.147236999593019, 37.464036999973509 ], [ -122.144551999887483, 37.462470000181746 ], [ -122.140784000258577, 37.460265000023078 ], [ -122.141775000120433, 37.462600999680916 ], [ -122.139232999631744, 37.462577000236166 ], [ -122.139276000187778, 37.464166999920621 ], [ -122.139415999929838, 37.468479000198123 ], [ -122.139542000326529, 37.47074899973525 ], [ -122.139478999679028, 37.471713999835373 ], [ -122.145601000373972, 37.470930000230396 ], [ -122.14784199966553, 37.470638000254652 ], [ -122.147181000414847, 37.473573000136348 ], [ -122.152827000010419, 37.474376000014331 ], [ -122.153646000343173, 37.474591000341903 ], [ -122.156521999844401, 37.469536000208393 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612100", "NAME": "Census Tract 6121", "state": "06", "county_fips": "081", "tract": "612100", "county_name": "San Mateo County", "tot_pop_2050": 8658, "tot_pop_pov_det_2050": 8658, "tot_pop_civ_ni_2050": 8638, "tot_hh_2050": 2770, "pop_zvhhs_2050": 260, "tot_fam_2050": 1796, "tot_pop_over5_2050": 7739, "pop_hus_rent50_2050": 589, "pop_minority_2050": 7244, "pop_over75_2050": 158, "pop_spfam_2050": 571, "pop_lep_2050": 1338, "pop_below200_2050": 4328, "pop_disability_2050": 693, "pct_minority_2050": 0.83668283668283672, "pct_over75_2050": 0.018249018249018249, "pct_spfam_2050": 0.31792873051224946, "pct_lep_2050": 0.17289055433518544, "pct_below200_2050": 0.4998844998844999, "pct_disab_2050": 0.080226904376012972, "pct_zvhhs_2050": 0.093862815884476536, "pct_hus_rent50_2050": 0.21263537906137184, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.010793237971390998, "pct_minority_2040": 0.81118335500650207, "pct_spfam_2040": 0.199134199134199, "pct_lep_2040": 0.21435678749111603, "pct_below200_2040": 0.62678803641092296, "pct_disab_2040": 0.066319895968790996, "pct_zvhhs_2040": 0.074546156817304005, "pct_hus_rent50_2040": 0.230431309904153, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.153971000033167, 37.456804000167928 ], [ -122.15351300027379, 37.456677000244717 ], [ -122.148737999991155, 37.457090999789635 ], [ -122.146761000290269, 37.456585000272305 ], [ -122.144932999654003, 37.458200000325498 ], [ -122.143072000304073, 37.458017999931016 ], [ -122.141997999703207, 37.457728000354187 ], [ -122.139482999877004, 37.455263999684249 ], [ -122.136707999759778, 37.454337000348616 ], [ -122.133900999855484, 37.454376999785602 ], [ -122.129883999806225, 37.453089000181841 ], [ -122.128293999719631, 37.451861999727569 ], [ -122.127856000051736, 37.452737000337727 ], [ -122.129912000293643, 37.45385100023941 ], [ -122.135986000409716, 37.457445999780646 ], [ -122.140784000258577, 37.460265000023078 ], [ -122.144551999887483, 37.462470000181746 ], [ -122.147236999593019, 37.464036999973509 ], [ -122.15040599989554, 37.465896000110703 ], [ -122.150954000066633, 37.466224999980462 ], [ -122.151717000322861, 37.46284399986412 ], [ -122.153375000181512, 37.457049999911106 ], [ -122.153971000033167, 37.456804000167928 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612500", "NAME": "Census Tract 6125", "state": "06", "county_fips": "081", "tract": "612500", "county_name": "San Mateo County", "tot_pop_2050": 4454, "tot_pop_pov_det_2050": 4454, "tot_pop_civ_ni_2050": 4406, "tot_hh_2050": 1824, "pop_zvhhs_2050": 58, "tot_fam_2050": 1132, "tot_pop_over5_2050": 4047, "pop_hus_rent50_2050": 205, "pop_minority_2050": 1400, "pop_over75_2050": 251, "pop_spfam_2050": 78, "pop_lep_2050": 41, "pop_below200_2050": 329, "pop_disability_2050": 209, "pct_minority_2050": 0.31432420296362817, "pct_over75_2050": 0.056353839245621928, "pct_spfam_2050": 0.068904593639575976, "pct_lep_2050": 0.010130961205831479, "pct_below200_2050": 0.073866187696452631, "pct_disab_2050": 0.047435315478892418, "pct_zvhhs_2050": 0.031798245614035089, "pct_hus_rent50_2050": 0.11239035087719297, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061143984220907006, "pct_minority_2040": 0.21038790269559499, "pct_spfam_2040": 0.091595845136921997, "pct_lep_2040": 0.018026796589525003, "pct_below200_2040": 0.078238001314924019, "pct_disab_2040": 0.056840713813614996, "pct_zvhhs_2040": 0.083373493975904003, "pct_hus_rent50_2040": 0.121316306483301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.194872000096652, 37.460057999696453 ], [ -122.195615000261384, 37.459851000222898 ], [ -122.187593999683358, 37.455821999774948 ], [ -122.181764999789664, 37.452912999753735 ], [ -122.180638000383667, 37.453699000340514 ], [ -122.170302999820848, 37.447185000228728 ], [ -122.168747000069445, 37.447434999758485 ], [ -122.165819999616261, 37.450926000356318 ], [ -122.165301999582411, 37.452843000246297 ], [ -122.162694999694693, 37.453844000236771 ], [ -122.164093000160662, 37.454567999993245 ], [ -122.173946999601199, 37.459524000269354 ], [ -122.175444999626279, 37.460275999693742 ], [ -122.17648800026501, 37.458932999682638 ], [ -122.180387000313516, 37.461296999674246 ], [ -122.18339099986126, 37.45777300026387 ], [ -122.185261000330343, 37.458698000331722 ], [ -122.188510999925398, 37.46030600027818 ], [ -122.186231000275811, 37.463265000040529 ], [ -122.189018999913486, 37.464622999747192 ], [ -122.19219800026174, 37.461014999724512 ], [ -122.193420000102307, 37.461785999667839 ], [ -122.194872000096652, 37.460057999696453 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612600", "NAME": "Census Tract 6126", "state": "06", "county_fips": "081", "tract": "612600", "county_name": "San Mateo County", "tot_pop_2050": 4692, "tot_pop_pov_det_2050": 4564, "tot_pop_civ_ni_2050": 4564, "tot_hh_2050": 2103, "pop_zvhhs_2050": 214, "tot_fam_2050": 1040, "tot_pop_over5_2050": 4215, "pop_hus_rent50_2050": 250, "pop_minority_2050": 1277, "pop_over75_2050": 378, "pop_spfam_2050": 84, "pop_lep_2050": 159, "pop_below200_2050": 658, "pop_disability_2050": 352, "pct_minority_2050": 0.27216538789428812, "pct_over75_2050": 0.080562659846547313, "pct_spfam_2050": 0.080769230769230774, "pct_lep_2050": 0.037722419928825621, "pct_below200_2050": 0.14417177914110429, "pct_disab_2050": 0.077125328659070985, "pct_zvhhs_2050": 0.10175939134569664, "pct_hus_rent50_2050": 0.11887779362815025, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071094272342322004, "pct_minority_2040": 0.26788500111433, "pct_spfam_2040": 0.164779874213836, "pct_lep_2040": 0.031084337349398, "pct_below200_2040": 0.089806391415908987, "pct_disab_2040": 0.050138632162661997, "pct_zvhhs_2040": 0.097784200385355999, "pct_hus_rent50_2040": 0.12682926829268301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.187593999683358, 37.455821999774948 ], [ -122.191665999984195, 37.45098700029191 ], [ -122.18707700037271, 37.448545999857998 ], [ -122.188490999833888, 37.446845999703029 ], [ -122.184380000073304, 37.444556999897515 ], [ -122.184205999996053, 37.444241000007231 ], [ -122.182932000276963, 37.443565999784319 ], [ -122.180604000048476, 37.446351000348194 ], [ -122.176316999662447, 37.444036000118473 ], [ -122.175135999829791, 37.443013999919451 ], [ -122.174145999792842, 37.444778999816755 ], [ -122.170302999820848, 37.447185000228728 ], [ -122.180638000383667, 37.453699000340514 ], [ -122.181764999789664, 37.452912999753735 ], [ -122.187593999683358, 37.455821999774948 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612700", "NAME": "Census Tract 6127", "state": "06", "county_fips": "081", "tract": "612700", "county_name": "San Mateo County", "tot_pop_2050": 2245, "tot_pop_pov_det_2050": 2245, "tot_pop_civ_ni_2050": 2245, "tot_hh_2050": 799, "pop_zvhhs_2050": 23, "tot_fam_2050": 589, "tot_pop_over5_2050": 2166, "pop_hus_rent50_2050": 4, "pop_minority_2050": 380, "pop_over75_2050": 198, "pop_spfam_2050": 29, "pop_lep_2050": 5, "pop_below200_2050": 220, "pop_disability_2050": 163, "pct_minority_2050": 0.16926503340757235, "pct_over75_2050": 0.088195991091314027, "pct_spfam_2050": 0.049235993208828516, "pct_lep_2050": 0.0023084025854108962, "pct_below200_2050": 0.09799554565701557, "pct_disab_2050": 0.072605790645879728, "pct_zvhhs_2050": 0.028785982478097626, "pct_hus_rent50_2050": 0.0050062578222778474, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.113569321533923, "pct_minority_2040": 0.10766961651917402, "pct_spfam_2040": 0.011173184357542, "pct_lep_2040": 0.0025879917184270002, "pct_below200_2040": 0.077569169960473999, "pct_disab_2040": 0.066863323500492011, "pct_zvhhs_2040": 0.012162162162161998, "pct_hus_rent50_2040": 0.008310249307479001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.195760999851259, 37.446079000102337 ], [ -122.200070999803472, 37.440921999782915 ], [ -122.195462000100505, 37.438478999757777 ], [ -122.191679000402999, 37.443017999685054 ], [ -122.185926999603865, 37.439972000016553 ], [ -122.184294999684482, 37.441930999887724 ], [ -122.17986000005881, 37.439461000298273 ], [ -122.179803999982312, 37.440840000108956 ], [ -122.175704000092381, 37.44188399980608 ], [ -122.175135999829791, 37.443013999919451 ], [ -122.176316999662447, 37.444036000118473 ], [ -122.180604000048476, 37.446351000348194 ], [ -122.182932000276963, 37.443565999784319 ], [ -122.184205999996053, 37.444241000007231 ], [ -122.184380000073304, 37.444556999897515 ], [ -122.188490999833888, 37.446845999703029 ], [ -122.18707700037271, 37.448545999857998 ], [ -122.191665999984195, 37.45098700029191 ], [ -122.195760999851259, 37.446079000102337 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612800", "NAME": "Census Tract 6128", "state": "06", "county_fips": "081", "tract": "612800", "county_name": "San Mateo County", "tot_pop_2050": 3606, "tot_pop_pov_det_2050": 3604, "tot_pop_civ_ni_2050": 3606, "tot_hh_2050": 1069, "pop_zvhhs_2050": 0, "tot_fam_2050": 931, "tot_pop_over5_2050": 3351, "pop_hus_rent50_2050": 0, "pop_minority_2050": 744, "pop_over75_2050": 223, "pop_spfam_2050": 34, "pop_lep_2050": 35, "pop_below200_2050": 217, "pop_disability_2050": 226, "pct_minority_2050": 0.20632279534109815, "pct_over75_2050": 0.061841375485302275, "pct_spfam_2050": 0.036519871106337282, "pct_lep_2050": 0.010444643390032824, "pct_below200_2050": 0.060210876803551611, "pct_disab_2050": 0.062673322240709928, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075752871778950986, "pct_minority_2040": 0.20521577149953399, "pct_spfam_2040": 0.025423728813558998, "pct_lep_2040": 0.016672224074691998, "pct_below200_2040": 0.044222983494239004, "pct_disab_2040": 0.061801242236024997, "pct_zvhhs_2040": 0.0085227272727269997, "pct_hus_rent50_2040": 0.014285714285713997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.203131000326067, 37.437323999915861 ], [ -122.204352000341686, 37.435868000273501 ], [ -122.199875999809805, 37.433470999655611 ], [ -122.199761000182079, 37.433388000307097 ], [ -122.197519999992267, 37.432211999991715 ], [ -122.197187999731241, 37.432608000094007 ], [ -122.197097000392972, 37.432298000184808 ], [ -122.196221999983692, 37.432453000299894 ], [ -122.196057000127254, 37.432469000192249 ], [ -122.195986999807076, 37.431869999838568 ], [ -122.195877000202216, 37.431447999761168 ], [ -122.190138999646805, 37.42845600021235 ], [ -122.189803000086144, 37.42818700025456 ], [ -122.189879000254095, 37.428830000186387 ], [ -122.190506000067927, 37.43095600014594 ], [ -122.187653000132912, 37.433313000008837 ], [ -122.184559000173479, 37.434093000008318 ], [ -122.182174999868479, 37.439478000107727 ], [ -122.17986000005881, 37.439461000298273 ], [ -122.184294999684482, 37.441930999887724 ], [ -122.185926999603865, 37.439972000016553 ], [ -122.191679000402999, 37.443017999685054 ], [ -122.195462000100505, 37.438478999757777 ], [ -122.200070999803472, 37.440921999782915 ], [ -122.201872999602188, 37.43878299975659 ], [ -122.202270000160524, 37.438311999946173 ], [ -122.203131000326067, 37.437323999915861 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081612900", "NAME": "Census Tract 6129", "state": "06", "county_fips": "081", "tract": "612900", "county_name": "San Mateo County", "tot_pop_2050": 4770, "tot_pop_pov_det_2050": 4765, "tot_pop_civ_ni_2050": 4765, "tot_hh_2050": 1778, "pop_zvhhs_2050": 36, "tot_fam_2050": 1235, "tot_pop_over5_2050": 4533, "pop_hus_rent50_2050": 81, "pop_minority_2050": 1367, "pop_over75_2050": 459, "pop_spfam_2050": 141, "pop_lep_2050": 8, "pop_below200_2050": 470, "pop_disability_2050": 366, "pct_minority_2050": 0.28658280922431872, "pct_over75_2050": 0.096226415094339643, "pct_spfam_2050": 0.11417004048582995, "pct_lep_2050": 0.0017648356496801235, "pct_below200_2050": 0.098635886673662118, "pct_disab_2050": 0.076810073452256031, "pct_zvhhs_2050": 0.020247469066366704, "pct_hus_rent50_2050": 0.045556805399325086, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072117492327925997, "pct_minority_2040": 0.22797018851381001, "pct_spfam_2040": 0.078448275862068997, "pct_lep_2040": 0.015391579900407, "pct_below200_2040": 0.068866886688669013, "pct_disab_2040": 0.087195255875247013, "pct_zvhhs_2040": 0.023658395845355, "pct_hus_rent50_2040": 0.037278106508876002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.217513000177036, 37.427859000135903 ], [ -122.217339999924675, 37.427426000055618 ], [ -122.213629000197173, 37.430779000332926 ], [ -122.213840999909266, 37.431491000308952 ], [ -122.21218499970044, 37.429938000113346 ], [ -122.209027999991804, 37.430597000278162 ], [ -122.205713000099436, 37.430133999794258 ], [ -122.205667999893564, 37.430144000215527 ], [ -122.20544100011287, 37.430393000216043 ], [ -122.205045000277735, 37.430175000157611 ], [ -122.204908999835297, 37.430045999738951 ], [ -122.204770999743033, 37.429822000104082 ], [ -122.203823000437168, 37.430421999835673 ], [ -122.203006999579188, 37.429979999986266 ], [ -122.200607000278993, 37.42850800012986 ], [ -122.200592000210406, 37.427546000089805 ], [ -122.19773099987944, 37.426092000334961 ], [ -122.196924999965503, 37.424495999878872 ], [ -122.195375000061873, 37.423754000184559 ], [ -122.193118999803445, 37.425318000071485 ], [ -122.192722999968311, 37.425592999969055 ], [ -122.192373999988831, 37.425835000356003 ], [ -122.191536000287854, 37.426377999904588 ], [ -122.190138999646805, 37.42845600021235 ], [ -122.195877000202216, 37.431447999761168 ], [ -122.195986999807076, 37.431869999838568 ], [ -122.196057000127254, 37.432469000192249 ], [ -122.196221999983692, 37.432453000299894 ], [ -122.197097000392972, 37.432298000184808 ], [ -122.197187999731241, 37.432608000094007 ], [ -122.197519999992267, 37.432211999991715 ], [ -122.199761000182079, 37.433388000307097 ], [ -122.199875999809805, 37.433470999655611 ], [ -122.204352000341686, 37.435868000273501 ], [ -122.203131000326067, 37.437323999915861 ], [ -122.202270000160524, 37.438311999946173 ], [ -122.201872999602188, 37.43878299975659 ], [ -122.205323999936994, 37.440403000322526 ], [ -122.20707600040528, 37.439838000158574 ], [ -122.210033000097383, 37.438148999787764 ], [ -122.210822000292893, 37.438529999843794 ], [ -122.212115000278558, 37.436912000147267 ], [ -122.213722000083578, 37.433009999978864 ], [ -122.21325400027844, 37.432680000146952 ], [ -122.213454000294973, 37.432680000146952 ], [ -122.217513000177036, 37.427859000135903 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613000", "NAME": "Census Tract 6130", "state": "06", "county_fips": "081", "tract": "613000", "county_name": "San Mateo County", "tot_pop_2050": 3981, "tot_pop_pov_det_2050": 3981, "tot_pop_civ_ni_2050": 3981, "tot_hh_2050": 1430, "pop_zvhhs_2050": 68, "tot_fam_2050": 998, "tot_pop_over5_2050": 3741, "pop_hus_rent50_2050": 142, "pop_minority_2050": 1359, "pop_over75_2050": 350, "pop_spfam_2050": 78, "pop_lep_2050": 114, "pop_below200_2050": 641, "pop_disability_2050": 322, "pct_minority_2050": 0.34137151469480032, "pct_over75_2050": 0.087917608641044961, "pct_spfam_2050": 0.078156312625250496, "pct_lep_2050": 0.030473135525260625, "pct_below200_2050": 0.16101482039688519, "pct_disab_2050": 0.080884199949761371, "pct_zvhhs_2050": 0.047552447552447551, "pct_hus_rent50_2050": 0.099300699300699305, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075766509433962001, "pct_minority_2040": 0.22523584905660399, "pct_spfam_2040": 0.09549356223175999, "pct_lep_2040": 0.0059598494353830002, "pct_below200_2040": 0.073538098050797002, "pct_disab_2040": 0.037802717070289003, "pct_zvhhs_2040": 0.046334716459197997, "pct_hus_rent50_2040": 0.077084793272600011, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.229133000329597, 37.424295000174418 ], [ -122.226581999620038, 37.422521999864543 ], [ -122.223533999691341, 37.42039499987024 ], [ -122.222747999868886, 37.419925000181109 ], [ -122.222136000123683, 37.419637999966199 ], [ -122.221003999796494, 37.419197000207049 ], [ -122.219464999763545, 37.418859999708289 ], [ -122.21604899958885, 37.418368999686379 ], [ -122.214553000111891, 37.418018000169219 ], [ -122.214827999573174, 37.418266000273022 ], [ -122.214286000148192, 37.417925000186081 ], [ -122.212182000225695, 37.416884999942077 ], [ -122.208608999692146, 37.413786000157629 ], [ -122.201112999718973, 37.411071999891398 ], [ -122.199465999730975, 37.411607999791464 ], [ -122.199438999966802, 37.410780000280923 ], [ -122.193839000401994, 37.412742000277831 ], [ -122.192364999768017, 37.413868000215295 ], [ -122.187556999873422, 37.414840999685296 ], [ -122.187193999650276, 37.416547000160072 ], [ -122.190266999693307, 37.418477000304463 ], [ -122.187915000073716, 37.420016000036995 ], [ -122.18829400019041, 37.422301999992904 ], [ -122.189919000437101, 37.423523999774844 ], [ -122.190839999978749, 37.424364999994317 ], [ -122.191325000400681, 37.425302000077494 ], [ -122.189609999742288, 37.427136999748534 ], [ -122.189803000086144, 37.42818700025456 ], [ -122.190138999646805, 37.42845600021235 ], [ -122.191536000287854, 37.426377999904588 ], [ -122.192373999988831, 37.425835000356003 ], [ -122.192722999968311, 37.425592999969055 ], [ -122.193118999803445, 37.425318000071485 ], [ -122.195375000061873, 37.423754000184559 ], [ -122.196924999965503, 37.424495999878872 ], [ -122.19773099987944, 37.426092000334961 ], [ -122.200592000210406, 37.427546000089805 ], [ -122.200607000278993, 37.42850800012986 ], [ -122.203006999579188, 37.429979999986266 ], [ -122.203823000437168, 37.430421999835673 ], [ -122.204770999743033, 37.429822000104082 ], [ -122.204908999835297, 37.430045999738951 ], [ -122.205045000277735, 37.430175000157611 ], [ -122.20544100011287, 37.430393000216043 ], [ -122.205667999893564, 37.430144000215527 ], [ -122.205713000099436, 37.430133999794258 ], [ -122.209027999991804, 37.430597000278162 ], [ -122.21218499970044, 37.429938000113346 ], [ -122.213840999909266, 37.431491000308952 ], [ -122.213629000197173, 37.430779000332926 ], [ -122.217339999924675, 37.427426000055618 ], [ -122.217513000177036, 37.427859000135903 ], [ -122.219268999944958, 37.428979999704403 ], [ -122.225204999968781, 37.423523000286401 ], [ -122.229133000329597, 37.424295000174418 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613200", "NAME": "Census Tract 6132", "state": "06", "county_fips": "081", "tract": "613200", "county_name": "San Mateo County", "tot_pop_2050": 6868, "tot_pop_pov_det_2050": 6834, "tot_pop_civ_ni_2050": 6834, "tot_hh_2050": 2543, "pop_zvhhs_2050": 50, "tot_fam_2050": 1986, "tot_pop_over5_2050": 6697, "pop_hus_rent50_2050": 119, "pop_minority_2050": 1359, "pop_over75_2050": 1099, "pop_spfam_2050": 156, "pop_lep_2050": 162, "pop_below200_2050": 455, "pop_disability_2050": 646, "pct_minority_2050": 0.19787419918462434, "pct_over75_2050": 0.16001747233546884, "pct_spfam_2050": 0.078549848942598186, "pct_lep_2050": 0.024189935792145737, "pct_below200_2050": 0.066578870354111794, "pct_disab_2050": 0.094527363184079602, "pct_zvhhs_2050": 0.019661816751867872, "pct_hus_rent50_2050": 0.046795123869445537, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.132770870337478, "pct_minority_2040": 0.15260509177027801, "pct_spfam_2040": 0.039638735574511003, "pct_lep_2040": 0.010343206393982, "pct_below200_2040": 0.066935002981515002, "pct_disab_2040": 0.084982884357791, "pct_zvhhs_2040": 0.026296018031554999, "pct_hus_rent50_2040": 0.036440352896048994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.25353900039876, 37.374610999645896 ], [ -122.250888000130075, 37.370542000265786 ], [ -122.247646000032645, 37.367295000017243 ], [ -122.247886000232143, 37.365027000224387 ], [ -122.246919999586339, 37.362830000194492 ], [ -122.24766199992618, 37.359395000216367 ], [ -122.24684199976852, 37.357905000073629 ], [ -122.244008000100052, 37.355951999843548 ], [ -122.239628999652538, 37.351465000045089 ], [ -122.236728000036962, 37.349794000104708 ], [ -122.232722999683276, 37.34895299995565 ], [ -122.230397999827844, 37.347656000023548 ], [ -122.228710999656883, 37.345205999824081 ], [ -122.223593999965814, 37.342451999955379 ], [ -122.220150000201983, 37.341166999755089 ], [ -122.217363000389213, 37.3398050003088 ], [ -122.216973000401865, 37.338580999876115 ], [ -122.217221000098988, 37.335858000282641 ], [ -122.215236999827084, 37.333317000156256 ], [ -122.21139499968001, 37.331070000269548 ], [ -122.209747999692041, 37.328849999881655 ], [ -122.204894999591616, 37.324746000129643 ], [ -122.200807000295526, 37.322948999900234 ], [ -122.197329000196532, 37.320389999826716 ], [ -122.192512999906029, 37.31879500012456 ], [ -122.190528999634139, 37.319933000308723 ], [ -122.189859999987547, 37.320350000281621 ], [ -122.188760000345724, 37.320915999973096 ], [ -122.186515999782827, 37.322031000122941 ], [ -122.185457999973821, 37.32373699998611 ], [ -122.183235000225636, 37.326235000343743 ], [ -122.179280000100661, 37.326195000337933 ], [ -122.178546000156743, 37.32515800011376 ], [ -122.175074999730413, 37.325740999922708 ], [ -122.182492999885795, 37.332639999787837 ], [ -122.184077999949523, 37.334841999672712 ], [ -122.185954000266392, 37.338701000044281 ], [ -122.190290000157859, 37.34197000024237 ], [ -122.193503999767913, 37.34499700027537 ], [ -122.195898999943509, 37.348298999729032 ], [ -122.19587100035443, 37.350848999828244 ], [ -122.19736900037951, 37.352670000037733 ], [ -122.198205000430704, 37.354271999673713 ], [ -122.201489000360922, 37.358045999810273 ], [ -122.202466999804017, 37.360272000308306 ], [ -122.202652999576841, 37.363046000000942 ], [ -122.201634000125878, 37.365386999725679 ], [ -122.201007000312089, 37.371215000130533 ], [ -122.200706000013199, 37.371964000253641 ], [ -122.19932799963874, 37.372671000180681 ], [ -122.199329000361942, 37.374420000317585 ], [ -122.19667600044346, 37.377535000067006 ], [ -122.193098999711935, 37.382736999682109 ], [ -122.191008000208257, 37.384400999802033 ], [ -122.19062200041887, 37.390373999731374 ], [ -122.190064000202057, 37.391147999954853 ], [ -122.190015999623157, 37.394856999922233 ], [ -122.191857999604821, 37.39750399985418 ], [ -122.191490000257104, 37.39875800021759 ], [ -122.192605999792448, 37.404187000122938 ], [ -122.193466000133071, 37.405651999743178 ], [ -122.194445000299382, 37.407609999663904 ], [ -122.194330999598236, 37.408866999789652 ], [ -122.193608000423296, 37.411670000027627 ], [ -122.19210799985008, 37.41309900016806 ], [ -122.192364999768017, 37.413868000215295 ], [ -122.193839000401994, 37.412742000277831 ], [ -122.199438999966802, 37.410780000280923 ], [ -122.199465999730975, 37.411607999791464 ], [ -122.201112999718973, 37.411071999891398 ], [ -122.208608999692146, 37.413786000157629 ], [ -122.212182000225695, 37.416884999942077 ], [ -122.214286000148192, 37.417925000186081 ], [ -122.214827999573174, 37.418266000273022 ], [ -122.214553000111891, 37.418018000169219 ], [ -122.21604899958885, 37.418368999686379 ], [ -122.219464999763545, 37.418859999708289 ], [ -122.221003999796494, 37.419197000207049 ], [ -122.222136000123683, 37.419637999966199 ], [ -122.222747999868886, 37.419925000181109 ], [ -122.223533999691341, 37.42039499987024 ], [ -122.226581999620038, 37.422521999864543 ], [ -122.229133000329597, 37.424295000174418 ], [ -122.233439999908768, 37.425129999926014 ], [ -122.236846999862635, 37.421092999724188 ], [ -122.237722000271901, 37.42006399983017 ], [ -122.240119999922229, 37.421409999843981 ], [ -122.243675000014122, 37.419774999644183 ], [ -122.242233999890473, 37.416111000113524 ], [ -122.240461000404082, 37.411877000087699 ], [ -122.241018999722584, 37.41138199992313 ], [ -122.245080000152782, 37.408336999830887 ], [ -122.244511999890207, 37.404350999755607 ], [ -122.245065999909102, 37.402428999876193 ], [ -122.241655999582136, 37.401437000308555 ], [ -122.238676000323835, 37.400454999844754 ], [ -122.238376999674784, 37.400239000005904 ], [ -122.237178000298755, 37.3995950002668 ], [ -122.233845999789622, 37.397887999988484 ], [ -122.232557000001918, 37.397227999746704 ], [ -122.23371199989532, 37.394370999683552 ], [ -122.229832000113404, 37.39009699984252 ], [ -122.226835000238339, 37.385356000106533 ], [ -122.228144999942444, 37.383551999707365 ], [ -122.22392500040192, 37.381211000052744 ], [ -122.225574000039728, 37.380202999848301 ], [ -122.228609000447946, 37.382377999961989 ], [ -122.23085899996029, 37.382812999980999 ], [ -122.230792999838059, 37.383542000203029 ], [ -122.234018000217077, 37.387021999871713 ], [ -122.234942999956701, 37.384499000045771 ], [ -122.239149000151855, 37.389526000122181 ], [ -122.246610999789837, 37.383233999969242 ], [ -122.247225999908068, 37.3806619996585 ], [ -122.249968000413318, 37.378124000002494 ], [ -122.249826999948027, 37.377253000044433 ], [ -122.25353900039876, 37.374610999645896 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613300", "NAME": "Census Tract 6133", "state": "06", "county_fips": "081", "tract": "613300", "county_name": "San Mateo County", "tot_pop_2050": 3026, "tot_pop_pov_det_2050": 3016, "tot_pop_civ_ni_2050": 3026, "tot_hh_2050": 989, "pop_zvhhs_2050": 6, "tot_fam_2050": 813, "tot_pop_over5_2050": 2913, "pop_hus_rent50_2050": 5, "pop_minority_2050": 666, "pop_over75_2050": 331, "pop_spfam_2050": 17, "pop_lep_2050": 0, "pop_below200_2050": 439, "pop_disability_2050": 241, "pct_minority_2050": 0.22009253139458029, "pct_over75_2050": 0.10938532716457368, "pct_spfam_2050": 0.020910209102091026, "pct_lep_2050": 0.0, "pct_below200_2050": 0.14555702917771884, "pct_disab_2050": 0.07964309319233312, "pct_zvhhs_2050": 0.0060667340748230538, "pct_hus_rent50_2050": 0.0050556117290192111, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11414102064666901, "pct_minority_2040": 0.16712115309699999, "pct_spfam_2040": 0.056847545219638002, "pct_lep_2040": 0.00079459674215299992, "pct_below200_2040": 0.085313595636930001, "pct_disab_2040": 0.065056486170626995, "pct_zvhhs_2040": 0.00845665961945, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.278418000295929, 37.454116999854051 ], [ -122.28028299984382, 37.451928000150893 ], [ -122.278287999701249, 37.450605000354827 ], [ -122.269976999593339, 37.445453999794481 ], [ -122.269384000114712, 37.444363999956146 ], [ -122.269572000435673, 37.443605000054859 ], [ -122.264048000140505, 37.439540000093288 ], [ -122.255505000228965, 37.431441999898425 ], [ -122.254102999565049, 37.429639999862665 ], [ -122.252260999583385, 37.429118999664823 ], [ -122.249831000145974, 37.429302999995507 ], [ -122.250421000149856, 37.427724999991462 ], [ -122.249151999555309, 37.425464000215541 ], [ -122.245113999589648, 37.423469000068444 ], [ -122.243675000014122, 37.419774999644183 ], [ -122.240119999922229, 37.421409999843981 ], [ -122.237722000271901, 37.42006399983017 ], [ -122.236846999862635, 37.421092999724188 ], [ -122.233439999908768, 37.425129999926014 ], [ -122.229133000329597, 37.424295000174418 ], [ -122.227717000320283, 37.427286999805247 ], [ -122.224706000201508, 37.427678999694962 ], [ -122.226081000202925, 37.429733999682 ], [ -122.228576999762581, 37.429438000291654 ], [ -122.232776000285043, 37.431336999725957 ], [ -122.233754999553014, 37.432461000246498 ], [ -122.233750000428458, 37.433765000088073 ], [ -122.231565000315143, 37.435097999985416 ], [ -122.230464999774981, 37.43741400000664 ], [ -122.230956000044671, 37.440163999895155 ], [ -122.228534999929778, 37.439615999844527 ], [ -122.22496700031742, 37.443965000220913 ], [ -122.22649200010666, 37.445046000225297 ], [ -122.228486000424311, 37.442050000250788 ], [ -122.231218999810409, 37.442912000118831 ], [ -122.234506000113726, 37.444516000280508 ], [ -122.231607999972852, 37.44875799999236 ], [ -122.24031599974083, 37.455013000153052 ], [ -122.24398999965841, 37.452885000101233 ], [ -122.247024000241709, 37.455478000295564 ], [ -122.254172000060336, 37.449903000290156 ], [ -122.255645999795973, 37.448123999672767 ], [ -122.260272000115677, 37.447636999966491 ], [ -122.260303000077812, 37.448188000083839 ], [ -122.263633000038823, 37.448132000083724 ], [ -122.26382800003249, 37.449583000031303 ], [ -122.266809999838941, 37.451066000041081 ], [ -122.268931000378174, 37.452386999895701 ], [ -122.266623000241196, 37.454112999968714 ], [ -122.267789000005251, 37.455974000350984 ], [ -122.268329999605314, 37.455094999981768 ], [ -122.269288999680157, 37.454601999874505 ], [ -122.2702569999758, 37.454617000236702 ], [ -122.271574000250922, 37.454964000169042 ], [ -122.271035000300671, 37.455448999688727 ], [ -122.271380999907066, 37.45572300035019 ], [ -122.271021999881881, 37.456204000166153 ], [ -122.271539000090812, 37.456526999906011 ], [ -122.273554000324836, 37.456274999857655 ], [ -122.275596000323063, 37.457454999656036 ], [ -122.275786000293834, 37.457636999994506 ], [ -122.275865999761479, 37.457704000058513 ], [ -122.27604200038688, 37.457628000141007 ], [ -122.276052000432642, 37.457704000058513 ], [ -122.276683000444407, 37.459023000163967 ], [ -122.277865000101983, 37.459994000171889 ], [ -122.27796800003415, 37.46080599992775 ], [ -122.279178000179115, 37.459838000343623 ], [ -122.280005000009453, 37.459545000106537 ], [ -122.28007899962931, 37.456795000214179 ], [ -122.278619999962302, 37.455944999936534 ], [ -122.278418000295929, 37.454116999854051 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613400", "NAME": "Census Tract 6134", "state": "06", "county_fips": "081", "tract": "613400", "county_name": "San Mateo County", "tot_pop_2050": 3137, "tot_pop_pov_det_2050": 3126, "tot_pop_civ_ni_2050": 3137, "tot_hh_2050": 1133, "pop_zvhhs_2050": 15, "tot_fam_2050": 820, "tot_pop_over5_2050": 3009, "pop_hus_rent50_2050": 55, "pop_minority_2050": 522, "pop_over75_2050": 250, "pop_spfam_2050": 22, "pop_lep_2050": 5, "pop_below200_2050": 417, "pop_disability_2050": 179, "pct_minority_2050": 0.16640102008288174, "pct_over75_2050": 0.079693975135479753, "pct_spfam_2050": 0.02682926829268293, "pct_lep_2050": 0.0016616816218012632, "pct_below200_2050": 0.13339731285988485, "pct_disab_2050": 0.057060886197003516, "pct_zvhhs_2050": 0.01323918799646955, "pct_hus_rent50_2050": 0.048543689320388349, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.108083560399637, "pct_minority_2040": 0.10384498940357301, "pct_spfam_2040": 0.061097256857855005, "pct_lep_2040": 0.018454801376289999, "pct_below200_2040": 0.066971080669710997, "pct_disab_2040": 0.065395095367847003, "pct_zvhhs_2040": 0.021594684385382003, "pct_hus_rent50_2040": 0.04957264957265, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.332982000335065, 37.44831199983301 ], [ -122.334313999780477, 37.447569000275081 ], [ -122.331564999602506, 37.446620999818776 ], [ -122.330414999731971, 37.446010999708029 ], [ -122.325539000065334, 37.442425000007141 ], [ -122.323774000076568, 37.440653999663084 ], [ -122.320571000337154, 37.435331999966017 ], [ -122.318530999988795, 37.434441999669524 ], [ -122.317535999928964, 37.434412000124375 ], [ -122.316480999594674, 37.433736000336957 ], [ -122.31309299990734, 37.430053999942807 ], [ -122.311096000114958, 37.428233999664492 ], [ -122.310727999868959, 37.427480000273128 ], [ -122.311067999627596, 37.426465999991329 ], [ -122.312841999837175, 37.425364999855766 ], [ -122.314935999713924, 37.424180000175362 ], [ -122.31575699969649, 37.423946999772291 ], [ -122.318634999745882, 37.424163999938187 ], [ -122.3191290003886, 37.423942000218076 ], [ -122.319398000002124, 37.423176000069802 ], [ -122.31881499967092, 37.421236000275201 ], [ -122.318598999760852, 37.420009999971462 ], [ -122.318649999814468, 37.41953399990274 ], [ -122.319162000000546, 37.418287000275711 ], [ -122.310649000226249, 37.413608999709773 ], [ -122.308748999619922, 37.413421999757759 ], [ -122.30632699968011, 37.411714000164082 ], [ -122.306188999587889, 37.410843000146563 ], [ -122.307470999702886, 37.409393999822065 ], [ -122.307188999670572, 37.407484999852933 ], [ -122.305900999707774, 37.406586999766724 ], [ -122.302442999700276, 37.405223999791119 ], [ -122.298900000202238, 37.40262200018384 ], [ -122.297668000315952, 37.401021000149726 ], [ -122.293734999932283, 37.399677999964261 ], [ -122.292876000314891, 37.39827300012157 ], [ -122.293810000275329, 37.397783999700323 ], [ -122.293729999909402, 37.396331000049869 ], [ -122.291896000323675, 37.39549499980739 ], [ -122.292086000294475, 37.393753000080174 ], [ -122.290355999567481, 37.392246000189296 ], [ -122.291861000163564, 37.392278000022529 ], [ -122.286438999975658, 37.389988999706418 ], [ -122.284926999706869, 37.390166000284161 ], [ -122.280892999939184, 37.387737000334596 ], [ -122.275844999845077, 37.387746000027427 ], [ -122.273093000192404, 37.388024 ], [ -122.270734999826701, 37.387446999661087 ], [ -122.268168000121932, 37.385956999876917 ], [ -122.26614500039031, 37.383742000029621 ], [ -122.265361000217652, 37.382110000165952 ], [ -122.265196000361215, 37.381028000129959 ], [ -122.266562000141818, 37.374945000299995 ], [ -122.266020999643445, 37.374024000261599 ], [ -122.265300000118302, 37.366867000233569 ], [ -122.264275999746161, 37.364301000081653 ], [ -122.264435999579717, 37.362570000078826 ], [ -122.260308999925599, 37.36307800015738 ], [ -122.261196000030409, 37.362276000109546 ], [ -122.260606999851433, 37.360024000354372 ], [ -122.26375199986451, 37.359616999817057 ], [ -122.266090999963623, 37.357160999993781 ], [ -122.26435199991414, 37.357616000089429 ], [ -122.263674000046692, 37.359069000236623 ], [ -122.260640000361732, 37.358473999925621 ], [ -122.258877000022764, 37.361511999923053 ], [ -122.254420999582379, 37.359501999800315 ], [ -122.253116999726046, 37.360090000330032 ], [ -122.254468000336331, 37.36095099998483 ], [ -122.25209099970408, 37.362977999890965 ], [ -122.256616999566333, 37.363013999830855 ], [ -122.257664000403039, 37.366937999691018 ], [ -122.256070000118484, 37.36790699999014 ], [ -122.256495000265929, 37.36878300033581 ], [ -122.254480000031919, 37.369765999675259 ], [ -122.25280999957937, 37.371911000173426 ], [ -122.250888000130075, 37.370542000265786 ], [ -122.25353900039876, 37.374610999645896 ], [ -122.249826999948027, 37.377253000044433 ], [ -122.249968000413318, 37.378124000002494 ], [ -122.247225999908068, 37.3806619996585 ], [ -122.246610999789837, 37.383233999969242 ], [ -122.239149000151855, 37.389526000122181 ], [ -122.234942999956701, 37.384499000045771 ], [ -122.234018000217077, 37.387021999871713 ], [ -122.230792999838059, 37.383542000203029 ], [ -122.23085899996029, 37.382812999980999 ], [ -122.228609000447946, 37.382377999961989 ], [ -122.225574000039728, 37.380202999848301 ], [ -122.22392500040192, 37.381211000052744 ], [ -122.228144999942444, 37.383551999707365 ], [ -122.226835000238339, 37.385356000106533 ], [ -122.229832000113404, 37.39009699984252 ], [ -122.23371199989532, 37.394370999683552 ], [ -122.232557000001918, 37.397227999746704 ], [ -122.233845999789622, 37.397887999988484 ], [ -122.237178000298755, 37.3995950002668 ], [ -122.238376999674784, 37.400239000005904 ], [ -122.238676000323835, 37.400454999844754 ], [ -122.241655999582136, 37.401437000308555 ], [ -122.245065999909102, 37.402428999876193 ], [ -122.244511999890207, 37.404350999755607 ], [ -122.245080000152782, 37.408336999830887 ], [ -122.241018999722584, 37.41138199992313 ], [ -122.240461000404082, 37.411877000087699 ], [ -122.242233999890473, 37.416111000113524 ], [ -122.243675000014122, 37.419774999644183 ], [ -122.245113999589648, 37.423469000068444 ], [ -122.249151999555309, 37.425464000215541 ], [ -122.250421000149856, 37.427724999991462 ], [ -122.249831000145974, 37.429302999995507 ], [ -122.252260999583385, 37.429118999664823 ], [ -122.254102999565049, 37.429639999862665 ], [ -122.255505000228965, 37.431441999898425 ], [ -122.264048000140505, 37.439540000093288 ], [ -122.269572000435673, 37.443605000054859 ], [ -122.269384000114712, 37.444363999956146 ], [ -122.269976999593339, 37.445453999794481 ], [ -122.278287999701249, 37.450605000354827 ], [ -122.28028299984382, 37.451928000150893 ], [ -122.286372000028507, 37.455907999932414 ], [ -122.289229999986389, 37.459555000162766 ], [ -122.290587000444489, 37.460082999662966 ], [ -122.291307999969604, 37.466176000212933 ], [ -122.292402999588546, 37.468454000186952 ], [ -122.298697999637582, 37.463210000304528 ], [ -122.299109000439614, 37.462159999919329 ], [ -122.297730000240222, 37.460921999682384 ], [ -122.297520000177968, 37.459514999929873 ], [ -122.299512999772361, 37.45855599977731 ], [ -122.300646999749361, 37.457405000096735 ], [ -122.299132000005855, 37.455027999719697 ], [ -122.29974399975103, 37.454497000107395 ], [ -122.30336800033821, 37.454561999844771 ], [ -122.306780000314987, 37.455037999666828 ], [ -122.312285000343579, 37.454392999982247 ], [ -122.316253999813938, 37.455384999785217 ], [ -122.319635999653485, 37.455326999914476 ], [ -122.324635000242111, 37.452641999646197 ], [ -122.327134000174794, 37.451766000239623 ], [ -122.332982000335065, 37.44831199983301 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613501", "NAME": "Census Tract 6135.01", "state": "06", "county_fips": "081", "tract": "613501", "county_name": "San Mateo County", "tot_pop_2050": 4977, "tot_pop_pov_det_2050": 4955, "tot_pop_civ_ni_2050": 4977, "tot_hh_2050": 1499, "pop_zvhhs_2050": 0, "tot_fam_2050": 1208, "tot_pop_over5_2050": 4610, "pop_hus_rent50_2050": 115, "pop_minority_2050": 2378, "pop_over75_2050": 230, "pop_spfam_2050": 130, "pop_lep_2050": 485, "pop_below200_2050": 704, "pop_disability_2050": 491, "pct_minority_2050": 0.47779787020293352, "pct_over75_2050": 0.046212577858147481, "pct_spfam_2050": 0.10761589403973509, "pct_lep_2050": 0.1052060737527115, "pct_below200_2050": 0.14207870837537839, "pct_disab_2050": 0.098653807514566996, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.076717811874583056, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038605521759475993, "pct_minority_2040": 0.43331773514272293, "pct_spfam_2040": 0.060344827586206996, "pct_lep_2040": 0.08468972533062101, "pct_below200_2040": 0.16939635002339701, "pct_disab_2040": 0.09133599436487401, "pct_zvhhs_2040": 0.023367697594502006, "pct_hus_rent50_2040": 0.050977653631285001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.468162999572158, 37.560789999975235 ], [ -122.46925700026452, 37.559203000171067 ], [ -122.465139999757824, 37.554941000112677 ], [ -122.461182999983038, 37.553994000137443 ], [ -122.459689999980824, 37.555096000149256 ], [ -122.458438999827948, 37.552575999794001 ], [ -122.454475000380441, 37.551434000110859 ], [ -122.45099100043366, 37.551615000189848 ], [ -122.448874999917294, 37.548844999788464 ], [ -122.448243999905543, 37.546816999896443 ], [ -122.446272000227538, 37.543744000037378 ], [ -122.443137000260194, 37.540987999949934 ], [ -122.441353999829758, 37.540460000267828 ], [ -122.441031999614495, 37.538606999992375 ], [ -122.444944999906667, 37.538175999649987 ], [ -122.445664999606905, 37.538897999854306 ], [ -122.448632000243052, 37.539344000033111 ], [ -122.451564999645683, 37.535284000343957 ], [ -122.452907000035168, 37.531745000157919 ], [ -122.450999999756192, 37.528886999653018 ], [ -122.448551000052191, 37.52763199966715 ], [ -122.448288000286468, 37.525410000151545 ], [ -122.446683999956164, 37.523946000210998 ], [ -122.446037000050879, 37.523536999876661 ], [ -122.446355999893115, 37.520776999778228 ], [ -122.444400999933549, 37.518729000337167 ], [ -122.441050999881071, 37.515606000316538 ], [ -122.440700000251809, 37.514274999913056 ], [ -122.441879000434625, 37.508687999950176 ], [ -122.443314999637124, 37.509117000117037 ], [ -122.443963000265626, 37.508207999895546 ], [ -122.442880000342257, 37.498524000241254 ], [ -122.443742000332691, 37.496097000222115 ], [ -122.451502999721413, 37.490903999834273 ], [ -122.445975999951514, 37.482882999921323 ], [ -122.447135999867797, 37.483058000256683 ], [ -122.452067316891331, 37.480478694071323 ], [ -122.447190622826952, 37.465289791419437 ], [ -122.434262000087656, 37.464129000047244 ], [ -122.433573000349554, 37.468036000244339 ], [ -122.430074000334159, 37.467880000083056 ], [ -122.423189000281269, 37.469900999677094 ], [ -122.420115000413304, 37.472955999909885 ], [ -122.418981000436276, 37.475045000294948 ], [ -122.417571000274748, 37.476173999678252 ], [ -122.414817000073953, 37.478034999916908 ], [ -122.411329999754088, 37.478608000277049 ], [ -122.404313000355046, 37.480980999645404 ], [ -122.401430000282787, 37.482728000218863 ], [ -122.39724800037709, 37.486580000163755 ], [ -122.390872000137222, 37.489944000336834 ], [ -122.385152999848387, 37.492538000298204 ], [ -122.379999000347382, 37.493332999656062 ], [ -122.378727000278133, 37.49329199969803 ], [ -122.375978000100162, 37.491377999900834 ], [ -122.373931000079097, 37.489486000250572 ], [ -122.372295999786658, 37.486087000241731 ], [ -122.37042799986574, 37.486124999644403 ], [ -122.37098199988462, 37.488419999708555 ], [ -122.369832999838977, 37.492303999674093 ], [ -122.370422999842873, 37.493741000185402 ], [ -122.369556999654463, 37.49516300006875 ], [ -122.368333000164085, 37.495917999997964 ], [ -122.366731000381918, 37.496239999961553 ], [ -122.363716999890116, 37.495790000295223 ], [ -122.363030999626744, 37.496854999776659 ], [ -122.360007999812424, 37.497823000329184 ], [ -122.360058000041136, 37.499823999716099 ], [ -122.357179000166852, 37.499994999993305 ], [ -122.356867999822228, 37.500594999843756 ], [ -122.358353000326829, 37.503554000153045 ], [ -122.35817900024955, 37.505624999916584 ], [ -122.357215000151882, 37.507375999805376 ], [ -122.353208999973276, 37.508108000237975 ], [ -122.349703000285174, 37.511833999735877 ], [ -122.347975000106317, 37.512162999709965 ], [ -122.3449260003527, 37.51034799965143 ], [ -122.342938999707755, 37.50786000008155 ], [ -122.340519000316107, 37.507649999666945 ], [ -122.345533999899928, 37.511196999999875 ], [ -122.353554999579671, 37.518614999828607 ], [ -122.356160999642483, 37.523099000146921 ], [ -122.358663999773142, 37.526183999661235 ], [ -122.361134000291827, 37.531361000178215 ], [ -122.362520999988817, 37.534365999862366 ], [ -122.366111000240821, 37.539778000249342 ], [ -122.372659999834738, 37.547229999947326 ], [ -122.377195999742753, 37.552164000070114 ], [ -122.37890800002809, 37.554562999898394 ], [ -122.381304000028635, 37.558100999652019 ], [ -122.388640000168223, 37.565303999922307 ], [ -122.390765000007107, 37.566203999783006 ], [ -122.393145000114103, 37.567072000345121 ], [ -122.393885999730742, 37.567505000337917 ], [ -122.399651999875218, 37.573095999780065 ], [ -122.400856000172425, 37.574934999741139 ], [ -122.404961000085223, 37.581953000243786 ], [ -122.406664000149746, 37.58404300025898 ], [ -122.407771000362558, 37.584980999652622 ], [ -122.411049000445047, 37.587558999826804 ], [ -122.412622999739781, 37.589156000303632 ], [ -122.412828999604088, 37.589371999705342 ], [ -122.414648999844459, 37.591254999649763 ], [ -122.4194400000206, 37.59606599972529 ], [ -122.423638999644751, 37.599505000047586 ], [ -122.426729000304533, 37.602210999806097 ], [ -122.428119000374579, 37.604676000304011 ], [ -122.42831299964503, 37.604791000062427 ], [ -122.430341000297844, 37.606143999730719 ], [ -122.437473000222965, 37.61367400031601 ], [ -122.441948000031616, 37.618313000027982 ], [ -122.445635000367986, 37.622143999731193 ], [ -122.445760999866366, 37.622041999858965 ], [ -122.445963000431064, 37.621892000252942 ], [ -122.449214999675931, 37.618708999693084 ], [ -122.450950000425792, 37.617537000159956 ], [ -122.451444999995118, 37.617127999708366 ], [ -122.450068000343833, 37.615585999659913 ], [ -122.443421999767239, 37.594396000114642 ], [ -122.450381000338297, 37.590917999776202 ], [ -122.457784000425022, 37.587285999691531 ], [ -122.462784999765177, 37.584836999694041 ], [ -122.459385000382284, 37.584737000270742 ], [ -122.459585000398818, 37.578136999763622 ], [ -122.450584999654481, 37.578036999883906 ], [ -122.450579999631614, 37.570060999961775 ], [ -122.459407000123591, 37.570084000088372 ], [ -122.459485999766315, 37.566036999878882 ], [ -122.459786000240285, 37.566036999878882 ], [ -122.460586000306449, 37.565137999867936 ], [ -122.468162999572158, 37.560789999975235 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613502", "NAME": "Census Tract 6135.02", "state": "06", "county_fips": "081", "tract": "613502", "county_name": "San Mateo County", "tot_pop_2050": 6585, "tot_pop_pov_det_2050": 6555, "tot_pop_civ_ni_2050": 6585, "tot_hh_2050": 2389, "pop_zvhhs_2050": 42, "tot_fam_2050": 1773, "tot_pop_over5_2050": 6334, "pop_hus_rent50_2050": 183, "pop_minority_2050": 2129, "pop_over75_2050": 161, "pop_spfam_2050": 90, "pop_lep_2050": 68, "pop_below200_2050": 982, "pop_disability_2050": 225, "pct_minority_2050": 0.32331055429005318, "pct_over75_2050": 0.024449506454062263, "pct_spfam_2050": 0.050761421319796961, "pct_lep_2050": 0.010735712030312599, "pct_below200_2050": 0.14980930587337909, "pct_disab_2050": 0.034168564920273349, "pct_zvhhs_2050": 0.017580577647551276, "pct_hus_rent50_2050": 0.076601088321473429, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033836543466944001, "pct_minority_2040": 0.21776852333853897, "pct_spfam_2040": 0.045423262216105008, "pct_lep_2040": 0.026208933185677002, "pct_below200_2040": 0.18731486321658802, "pct_disab_2040": 0.058680132335016004, "pct_zvhhs_2040": 0.0060073937153419989, "pct_hus_rent50_2040": 0.109519408502773, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.506235999814962, 37.522386999656653 ], [ -122.508709999633297, 37.522747000169417 ], [ -122.505228000234624, 37.520272999658665 ], [ -122.494265000033138, 37.514360000089496 ], [ -122.488180999871304, 37.509951000272437 ], [ -122.486825000136434, 37.503583999756557 ], [ -122.485975999666479, 37.498255999875575 ], [ -122.487123000062269, 37.495101999827156 ], [ -122.485653255646142, 37.494743574381026 ], [ -122.476443045532051, 37.498768095206685 ], [ -122.474820967504982, 37.499476883036607 ], [ -122.472388000033888, 37.500539999784998 ], [ -122.467888000110875, 37.498140000333819 ], [ -122.467629417361366, 37.497971708347812 ], [ -122.463247734544424, 37.49512000262601 ], [ -122.462657808202422, 37.494736064327796 ], [ -122.460221382217455, 37.493150379180904 ], [ -122.459577000002923, 37.49273099992314 ], [ -122.458686123667661, 37.491280977015236 ], [ -122.452086999877537, 37.480539999956456 ], [ -122.452067316891331, 37.480478694071323 ], [ -122.447135999867797, 37.483058000256683 ], [ -122.445975999951514, 37.482882999921323 ], [ -122.451502999721413, 37.490903999834273 ], [ -122.443742000332691, 37.496097000222115 ], [ -122.442880000342257, 37.498524000241254 ], [ -122.443963000265626, 37.508207999895546 ], [ -122.443314999637124, 37.509117000117037 ], [ -122.441879000434625, 37.508687999950176 ], [ -122.440700000251809, 37.514274999913056 ], [ -122.441050999881071, 37.515606000316538 ], [ -122.444400999933549, 37.518729000337167 ], [ -122.446355999893115, 37.520776999778228 ], [ -122.446037000050879, 37.523536999876661 ], [ -122.446683999956164, 37.523946000210998 ], [ -122.448288000286468, 37.525410000151545 ], [ -122.448551000052191, 37.52763199966715 ], [ -122.450999999756192, 37.528886999653018 ], [ -122.452907000035168, 37.531745000157919 ], [ -122.451564999645683, 37.535284000343957 ], [ -122.448632000243052, 37.539344000033111 ], [ -122.445664999606905, 37.538897999854306 ], [ -122.444944999906667, 37.538175999649987 ], [ -122.441031999614495, 37.538606999992375 ], [ -122.441353999829758, 37.540460000267828 ], [ -122.443137000260194, 37.540987999949934 ], [ -122.446272000227538, 37.543744000037378 ], [ -122.448243999905543, 37.546816999896443 ], [ -122.448874999917294, 37.548844999788464 ], [ -122.45099100043366, 37.551615000189848 ], [ -122.454475000380441, 37.551434000110859 ], [ -122.458438999827948, 37.552575999794001 ], [ -122.459689999980824, 37.555096000149256 ], [ -122.461182999983038, 37.553994000137443 ], [ -122.465139999757824, 37.554941000112677 ], [ -122.469106999578358, 37.555350999714719 ], [ -122.470947999735145, 37.554418000353024 ], [ -122.472182000169553, 37.552088000107304 ], [ -122.472147000009471, 37.549786000044861 ], [ -122.473091999840591, 37.549028000351811 ], [ -122.47359399998092, 37.545588000195451 ], [ -122.47579499998777, 37.543675000170914 ], [ -122.478339999951217, 37.542228999735357 ], [ -122.48055400037687, 37.540134999969673 ], [ -122.482464999955511, 37.539816000105311 ], [ -122.48345800036553, 37.538793999671796 ], [ -122.485983000237511, 37.537407999829867 ], [ -122.488286000351593, 37.534061000188196 ], [ -122.488992999633012, 37.533660999705802 ], [ -122.493141000101843, 37.531498999841958 ], [ -122.498699999658797, 37.527726999783155 ], [ -122.500210000277747, 37.527561000093883 ], [ -122.502509000193925, 37.524313000140452 ], [ -122.506235999814962, 37.522386999656653 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613600", "NAME": "Census Tract 6136", "state": "06", "county_fips": "081", "tract": "613600", "county_name": "San Mateo County", "tot_pop_2050": 6491, "tot_pop_pov_det_2050": 6382, "tot_pop_civ_ni_2050": 6382, "tot_hh_2050": 2227, "pop_zvhhs_2050": 148, "tot_fam_2050": 1784, "tot_pop_over5_2050": 6078, "pop_hus_rent50_2050": 151, "pop_minority_2050": 2162, "pop_over75_2050": 468, "pop_spfam_2050": 146, "pop_lep_2050": 176, "pop_below200_2050": 405, "pop_disability_2050": 828, "pct_minority_2050": 0.33307656755507625, "pct_over75_2050": 0.072099830534586351, "pct_spfam_2050": 0.081838565022421525, "pct_lep_2050": 0.028956893715037839, "pct_below200_2050": 0.063459730492008773, "pct_disab_2050": 0.12973989345032905, "pct_zvhhs_2050": 0.066457117198024246, "pct_hus_rent50_2050": 0.067804220925011219, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055740300870941999, "pct_minority_2040": 0.27015043547110101, "pct_spfam_2040": 0.133157547791694, "pct_lep_2040": 0.031791421362488997, "pct_below200_2040": 0.10332043842682101, "pct_disab_2040": 0.048756861478849993, "pct_zvhhs_2040": 0.0270783847981, "pct_hus_rent50_2040": 0.021377672209026002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.520359999923087, 37.575342999768743 ], [ -122.519874465901893, 37.573662037077945 ], [ -122.518131000327116, 37.567626000185257 ], [ -122.515165000414186, 37.566285000305164 ], [ -122.51371714973817, 37.552516205906493 ], [ -122.513688000305521, 37.552239000051109 ], [ -122.514788999772236, 37.546139000282082 ], [ -122.516588999921112, 37.544939000156781 ], [ -122.519493891038522, 37.53740345163942 ], [ -122.519533000092736, 37.537302000209202 ], [ -122.518649312076391, 37.532342283542356 ], [ -122.517905883415239, 37.528169779701045 ], [ -122.516728507386404, 37.521561734488742 ], [ -122.516689000378534, 37.5213399996452 ], [ -122.512381999901066, 37.514114999863182 ], [ -122.505902999729031, 37.507106000263668 ], [ -122.501545999921134, 37.504560000093086 ], [ -122.498698999833877, 37.500836999906063 ], [ -122.50072999996145, 37.498016999756587 ], [ -122.499288999837759, 37.495341000009965 ], [ -122.495348999781399, 37.495573999720307 ], [ -122.494063427964818, 37.49290973337753 ], [ -122.49400667959172, 37.492792126832633 ], [ -122.493788999832077, 37.492341000196198 ], [ -122.487139414079138, 37.494276710204822 ], [ -122.486749307192284, 37.494390271779395 ], [ -122.485887999802927, 37.494641000117163 ], [ -122.485653255646142, 37.494743574381026 ], [ -122.487123000062269, 37.495101999827156 ], [ -122.485975999666479, 37.498255999875575 ], [ -122.486825000136434, 37.503583999756557 ], [ -122.488180999871304, 37.509951000272437 ], [ -122.494265000033138, 37.514360000089496 ], [ -122.505228000234624, 37.520272999658665 ], [ -122.508709999633297, 37.522747000169417 ], [ -122.506235999814962, 37.522386999656653 ], [ -122.502509000193925, 37.524313000140452 ], [ -122.500210000277747, 37.527561000093883 ], [ -122.498699999658797, 37.527726999783155 ], [ -122.493141000101843, 37.531498999841958 ], [ -122.488992999633012, 37.533660999705802 ], [ -122.488286000351593, 37.534061000188196 ], [ -122.485983000237511, 37.537407999829867 ], [ -122.48345800036553, 37.538793999671796 ], [ -122.482464999955511, 37.539816000105311 ], [ -122.48055400037687, 37.540134999969673 ], [ -122.478339999951217, 37.542228999735357 ], [ -122.47579499998777, 37.543675000170914 ], [ -122.47359399998092, 37.545588000195451 ], [ -122.473091999840591, 37.549028000351811 ], [ -122.472147000009471, 37.549786000044861 ], [ -122.472182000169553, 37.552088000107304 ], [ -122.470947999735145, 37.554418000353024 ], [ -122.469106999578358, 37.555350999714719 ], [ -122.465139999757824, 37.554941000112677 ], [ -122.46925700026452, 37.559203000171067 ], [ -122.468162999572158, 37.560789999975235 ], [ -122.460586000306449, 37.565137999867936 ], [ -122.459786000240285, 37.566036999878882 ], [ -122.465686000279078, 37.566137999925324 ], [ -122.467623999621907, 37.566286999736754 ], [ -122.467638999690507, 37.563507000307197 ], [ -122.477694999695771, 37.563548000141665 ], [ -122.477887000214679, 37.562138000329526 ], [ -122.480068000130046, 37.562139000100977 ], [ -122.482398000008345, 37.563249000188371 ], [ -122.485425999845546, 37.565513999675666 ], [ -122.492571000189486, 37.566594000143347 ], [ -122.493808999923544, 37.569342999837154 ], [ -122.494424999866681, 37.570291000196022 ], [ -122.496587000413811, 37.570337999961431 ], [ -122.497581999575331, 37.570513999970927 ], [ -122.498534999802374, 37.571346999664819 ], [ -122.499889999712309, 37.572268999661709 ], [ -122.50054099981557, 37.572386000354136 ], [ -122.509124999734979, 37.574060999875257 ], [ -122.509737000378493, 37.57577799997965 ], [ -122.512233999763055, 37.576860000276831 ], [ -122.512940999942785, 37.578576999917054 ], [ -122.514009999622473, 37.579147999676273 ], [ -122.51233000002253, 37.581418999702898 ], [ -122.513441000433303, 37.584466000119079 ], [ -122.508881000235831, 37.585054999878928 ], [ -122.514049999805451, 37.585175000224218 ], [ -122.517417749669619, 37.586797587415759 ], [ -122.518025999846813, 37.576676999719822 ], [ -122.520359999923087, 37.575342999768743 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613700", "NAME": "Census Tract 6137", "state": "06", "county_fips": "081", "tract": "613700", "county_name": "San Mateo County", "tot_pop_2050": 9041, "tot_pop_pov_det_2050": 9041, "tot_pop_civ_ni_2050": 9041, "tot_hh_2050": 3530, "pop_zvhhs_2050": 185, "tot_fam_2050": 2402, "tot_pop_over5_2050": 8632, "pop_hus_rent50_2050": 166, "pop_minority_2050": 3112, "pop_over75_2050": 896, "pop_spfam_2050": 162, "pop_lep_2050": 913, "pop_below200_2050": 1674, "pop_disability_2050": 1000, "pct_minority_2050": 0.34420971131512001, "pct_over75_2050": 0.099104081406924019, "pct_spfam_2050": 0.06744379683597003, "pct_lep_2050": 0.10576923076923077, "pct_below200_2050": 0.18515650923570398, "pct_disab_2050": 0.11060723371308484, "pct_zvhhs_2050": 0.052407932011331447, "pct_hus_rent50_2050": 0.047025495750708218, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088312879917421996, "pct_minority_2040": 0.418625989218947, "pct_spfam_2040": 0.058850158442734002, "pct_lep_2040": 0.097999523696118016, "pct_below200_2040": 0.17760662145074102, "pct_disab_2040": 0.10368161486408999, "pct_zvhhs_2040": 0.047368421052632004, "pct_hus_rent50_2040": 0.035556861592712007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.447190622826952, 37.465289791419437 ], [ -122.445986999822168, 37.461541000223853 ], [ -122.445326237726718, 37.454186431953104 ], [ -122.445054597066289, 37.451162950339551 ], [ -122.443687000081098, 37.435941000079602 ], [ -122.442072560428883, 37.432507178075845 ], [ -122.440596611349108, 37.429367917472135 ], [ -122.439328346474767, 37.426670390273337 ], [ -122.438606000375046, 37.425133999934026 ], [ -122.435514000065425, 37.421699000140862 ], [ -122.434123000170459, 37.416550999913092 ], [ -122.431871000109979, 37.412144000137324 ], [ -122.427412000194835, 37.409617000244083 ], [ -122.428440999691546, 37.405931999829363 ], [ -122.424163000424684, 37.401212000229805 ], [ -122.42328600036565, 37.392542000266687 ], [ -122.410058824338265, 37.375817562584331 ], [ -122.409084000439719, 37.37582599975449 ], [ -122.40634299975936, 37.378626999978394 ], [ -122.405321999760261, 37.382380000036804 ], [ -122.402353000372614, 37.383658999816582 ], [ -122.400955999731536, 37.383224999734828 ], [ -122.398793000257825, 37.384954999961508 ], [ -122.397281999813956, 37.388964999831408 ], [ -122.395457000449056, 37.390151999785893 ], [ -122.393361000024171, 37.393260999753281 ], [ -122.392643999798693, 37.395441999942072 ], [ -122.391663999807463, 37.396308999749778 ], [ -122.392397999751395, 37.394352999746353 ], [ -122.391667000180519, 37.392961000075353 ], [ -122.387919999569689, 37.393602999948435 ], [ -122.38634100025206, 37.391547999892694 ], [ -122.383519000279193, 37.390761999697027 ], [ -122.381300999655551, 37.391618000340372 ], [ -122.378840000256005, 37.39185899996464 ], [ -122.37885699997446, 37.393626000216493 ], [ -122.373745000306243, 37.396942000192034 ], [ -122.371422000100651, 37.400218999738208 ], [ -122.368414000354932, 37.402219000082269 ], [ -122.366415999839333, 37.398916999802815 ], [ -122.366749999750212, 37.397212000174754 ], [ -122.364540000420803, 37.398042000136321 ], [ -122.357774000193601, 37.4048430000677 ], [ -122.353574999671139, 37.406162999754983 ], [ -122.351556999962384, 37.408292999851554 ], [ -122.350607999933317, 37.410732000245808 ], [ -122.351622000259709, 37.412870000198303 ], [ -122.350684999926187, 37.415009999692295 ], [ -122.35258899983215, 37.416664999919533 ], [ -122.350402999893902, 37.416547000160072 ], [ -122.351726000016797, 37.419019000155842 ], [ -122.350535999963284, 37.420095999912995 ], [ -122.348781999845187, 37.419170999873245 ], [ -122.346576999640362, 37.420378000007297 ], [ -122.346856000197917, 37.421678999894603 ], [ -122.348720999745808, 37.422185000060544 ], [ -122.347815000272746, 37.423524999976649 ], [ -122.345953000199586, 37.423801999721917 ], [ -122.34357300009259, 37.42218300033452 ], [ -122.341942999823033, 37.42312100010782 ], [ -122.33873199968771, 37.422896000231752 ], [ -122.334948000165284, 37.421092999724188 ], [ -122.331891999840664, 37.421193000257972 ], [ -122.330244000027761, 37.420094999665395 ], [ -122.330059999904748, 37.421064000058081 ], [ -122.328202999854469, 37.421691999983963 ], [ -122.329044999753407, 37.422866999837098 ], [ -122.325817999724592, 37.421540999904494 ], [ -122.325247999812206, 37.423666999963757 ], [ -122.321544999582301, 37.421047999868499 ], [ -122.32160599968168, 37.420088000071949 ], [ -122.320012000295435, 37.421248000209268 ], [ -122.320399999734647, 37.424295999652557 ], [ -122.318329000322407, 37.425125999917803 ], [ -122.315223999593996, 37.424386999903774 ], [ -122.312841999837175, 37.425364999855766 ], [ -122.311067999627596, 37.426465999991329 ], [ -122.310727999868959, 37.427480000273128 ], [ -122.311096000114958, 37.428233999664492 ], [ -122.31309299990734, 37.430053999942807 ], [ -122.316480999594674, 37.433736000336957 ], [ -122.317535999928964, 37.434412000124375 ], [ -122.318530999988795, 37.434441999669524 ], [ -122.320571000337154, 37.435331999966017 ], [ -122.323774000076568, 37.440653999663084 ], [ -122.325539000065334, 37.442425000007141 ], [ -122.330414999731971, 37.446010999708029 ], [ -122.331564999602506, 37.446620999818776 ], [ -122.334313999780477, 37.447569000275081 ], [ -122.332982000335065, 37.44831199983301 ], [ -122.327134000174794, 37.451766000239623 ], [ -122.324635000242111, 37.452641999646197 ], [ -122.319635999653485, 37.455326999914476 ], [ -122.316253999813938, 37.455384999785217 ], [ -122.312285000343579, 37.454392999982247 ], [ -122.306780000314987, 37.455037999666828 ], [ -122.30336800033821, 37.454561999844771 ], [ -122.29974399975103, 37.454497000107395 ], [ -122.299132000005855, 37.455027999719697 ], [ -122.300646999749361, 37.457405000096735 ], [ -122.299512999772361, 37.45855599977731 ], [ -122.297520000177968, 37.459514999929873 ], [ -122.297730000240222, 37.460921999682384 ], [ -122.299109000439614, 37.462159999919329 ], [ -122.298697999637582, 37.463210000304528 ], [ -122.292402999588546, 37.468454000186952 ], [ -122.298122999702301, 37.474280000198874 ], [ -122.299203000150968, 37.47620000016969 ], [ -122.299689000397763, 37.478944999768117 ], [ -122.299296000037387, 37.480947000353602 ], [ -122.29858200018495, 37.487644999819096 ], [ -122.298887999608382, 37.489087999669351 ], [ -122.300204999883491, 37.491219999975243 ], [ -122.303554000111077, 37.493717000048242 ], [ -122.31116800008499, 37.495871000349744 ], [ -122.31203699974813, 37.496211000200979 ], [ -122.317657000302788, 37.499141000296333 ], [ -122.320418000176275, 37.500015999862789 ], [ -122.326371999743444, 37.500342000235719 ], [ -122.329732999666618, 37.501182999922676 ], [ -122.339108000329688, 37.507082000146241 ], [ -122.345533999899928, 37.511196999999875 ], [ -122.340519000316107, 37.507649999666945 ], [ -122.342938999707755, 37.50786000008155 ], [ -122.3449260003527, 37.51034799965143 ], [ -122.347975000106317, 37.512162999709965 ], [ -122.349703000285174, 37.511833999735877 ], [ -122.353208999973276, 37.508108000237975 ], [ -122.357215000151882, 37.507375999805376 ], [ -122.35817900024955, 37.505624999916584 ], [ -122.358353000326829, 37.503554000153045 ], [ -122.356867999822228, 37.500594999843756 ], [ -122.357179000166852, 37.499994999993305 ], [ -122.360058000041136, 37.499823999716099 ], [ -122.360007999812424, 37.497823000329184 ], [ -122.363030999626744, 37.496854999776659 ], [ -122.363716999890116, 37.495790000295223 ], [ -122.366731000381918, 37.496239999961553 ], [ -122.368333000164085, 37.495917999997964 ], [ -122.369556999654463, 37.49516300006875 ], [ -122.370422999842873, 37.493741000185402 ], [ -122.369832999838977, 37.492303999674093 ], [ -122.37098199988462, 37.488419999708555 ], [ -122.37042799986574, 37.486124999644403 ], [ -122.372295999786658, 37.486087000241731 ], [ -122.373931000079097, 37.489486000250572 ], [ -122.375978000100162, 37.491377999900834 ], [ -122.378727000278133, 37.49329199969803 ], [ -122.379999000347382, 37.493332999656062 ], [ -122.385152999848387, 37.492538000298204 ], [ -122.390872000137222, 37.489944000336834 ], [ -122.39724800037709, 37.486580000163755 ], [ -122.401430000282787, 37.482728000218863 ], [ -122.404313000355046, 37.480980999645404 ], [ -122.411329999754088, 37.478608000277049 ], [ -122.414817000073953, 37.478034999916908 ], [ -122.417571000274748, 37.476173999678252 ], [ -122.418981000436276, 37.475045000294948 ], [ -122.420115000413304, 37.472955999909885 ], [ -122.423189000281269, 37.469900999677094 ], [ -122.430074000334159, 37.467880000083056 ], [ -122.433573000349554, 37.468036000244339 ], [ -122.434262000087656, 37.464129000047244 ], [ -122.447190622826952, 37.465289791419437 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613800", "NAME": "Census Tract 6138", "state": "06", "county_fips": "081", "tract": "613800", "county_name": "San Mateo County", "tot_pop_2050": 3952, "tot_pop_pov_det_2050": 3939, "tot_pop_civ_ni_2050": 3939, "tot_hh_2050": 1446, "pop_zvhhs_2050": 28, "tot_fam_2050": 877, "tot_pop_over5_2050": 3910, "pop_hus_rent50_2050": 113, "pop_minority_2050": 805, "pop_over75_2050": 173, "pop_spfam_2050": 13, "pop_lep_2050": 229, "pop_below200_2050": 830, "pop_disability_2050": 479, "pct_minority_2050": 0.20369433198380565, "pct_over75_2050": 0.043775303643724686, "pct_spfam_2050": 0.01482326111744584, "pct_lep_2050": 0.058567774936061377, "pct_below200_2050": 0.2107133790302107, "pct_disab_2050": 0.1216044681391216, "pct_zvhhs_2050": 0.019363762102351315, "pct_hus_rent50_2050": 0.078146611341632088, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.418451999633447, 37.248521000066397 ], [ -122.419112999782442, 37.241469999779511 ], [ -122.415822000179517, 37.232839000325043 ], [ -122.409595999727458, 37.224603999755182 ], [ -122.407181000358705, 37.219464999942204 ], [ -122.40891399966209, 37.214202000298151 ], [ -122.405073000238232, 37.195790999694445 ], [ -122.398578000172691, 37.192801999930566 ], [ -122.397542999929868, 37.185087999965432 ], [ -122.394799999599726, 37.181514000292857 ], [ -122.390599000325736, 37.18298799964704 ], [ -122.385102999619676, 37.182955000318117 ], [ -122.379270000426359, 37.18112800033672 ], [ -122.371883000233112, 37.175255999844524 ], [ -122.36708500038425, 37.172817000286095 ], [ -122.361790000417955, 37.163593000269167 ], [ -122.359791000077465, 37.155573999864501 ], [ -122.36094299959781, 37.150182000218166 ], [ -122.352235999654724, 37.145854999796093 ], [ -122.344029000202184, 37.144099000027005 ], [ -122.343241999656485, 37.140604999753883 ], [ -122.337832999887354, 37.135936000069286 ], [ -122.337084999699726, 37.130794999859575 ], [ -122.338856000434589, 37.12085399974692 ], [ -122.337071000354328, 37.117382000044842 ], [ -122.331663000410117, 37.116577999680544 ], [ -122.329473000273907, 37.113045000115747 ], [ -122.322970999637349, 37.115460000047825 ], [ -122.313907000217228, 37.118160999818109 ], [ -122.306139000257474, 37.116383000000305 ], [ -122.29297361574524, 37.107318288697272 ], [ -122.292532000358321, 37.107799000036778 ], [ -122.289382000322348, 37.113472000121597 ], [ -122.311782000378329, 37.147545000111428 ], [ -122.316981000085178, 37.182237999952733 ], [ -122.31768200041715, 37.186944999762147 ], [ -122.288581000431293, 37.186745000076606 ], [ -122.268881000149463, 37.189842999899305 ], [ -122.247779000102028, 37.189845000088688 ], [ -122.242659999862809, 37.190034999946576 ], [ -122.242578999671963, 37.192804000041562 ], [ -122.242751000099432, 37.204837000222497 ], [ -122.24258399969483, 37.207697000127993 ], [ -122.242572999824176, 37.215134000236894 ], [ -122.225842999653253, 37.215332000317659 ], [ -122.219929000269047, 37.215086999715012 ], [ -122.216683999798548, 37.215207000182616 ], [ -122.173457999879687, 37.21516500029103 ], [ -122.155088000291741, 37.215444000205501 ], [ -122.152774000306977, 37.215444000205501 ], [ -122.152852000124767, 37.216068000318138 ], [ -122.15297400032351, 37.222444000158411 ], [ -122.152390999992335, 37.224696999649211 ], [ -122.151662999896175, 37.227878999736468 ], [ -122.151457000031854, 37.230023000161786 ], [ -122.15215599981569, 37.239769000300022 ], [ -122.152632999841671, 37.244034999950145 ], [ -122.152474999657926, 37.281961000185319 ], [ -122.152278000014434, 37.286055000282957 ], [ -122.153279999746957, 37.289599999654108 ], [ -122.156213999872833, 37.291645000207282 ], [ -122.16027000028015, 37.293392999913387 ], [ -122.161718000076519, 37.293472999796343 ], [ -122.164129999970584, 37.294856000324607 ], [ -122.166838000140629, 37.2952369997871 ], [ -122.165259999749622, 37.296488999712217 ], [ -122.165137999550893, 37.297991999967792 ], [ -122.162672000128453, 37.30090399996309 ], [ -122.163627000005334, 37.301256999654207 ], [ -122.162329999821694, 37.304412999753659 ], [ -122.166583999697423, 37.305616999707226 ], [ -122.168229999860515, 37.307807000277812 ], [ -122.168885999986642, 37.309985000062028 ], [ -122.17081199963387, 37.311981999762949 ], [ -122.175817000070282, 37.312749000257121 ], [ -122.179711000095878, 37.311313000093826 ], [ -122.182319999633435, 37.309528000158011 ], [ -122.185570000126816, 37.311669999853876 ], [ -122.186913000341193, 37.315683000034213 ], [ -122.190131000149194, 37.317760000313626 ], [ -122.193061999902014, 37.31827700012601 ], [ -122.192512999906029, 37.31879500012456 ], [ -122.197329000196532, 37.320389999826716 ], [ -122.200807000295526, 37.322948999900234 ], [ -122.204894999591616, 37.324746000129643 ], [ -122.209747999692041, 37.328849999881655 ], [ -122.21139499968001, 37.331070000269548 ], [ -122.215236999827084, 37.333317000156256 ], [ -122.217221000098988, 37.335858000282641 ], [ -122.216973000401865, 37.338580999876115 ], [ -122.217363000389213, 37.3398050003088 ], [ -122.220150000201983, 37.341166999755089 ], [ -122.223593999965814, 37.342451999955379 ], [ -122.228710999656883, 37.345205999824081 ], [ -122.230397999827844, 37.347656000023548 ], [ -122.232722999683276, 37.34895299995565 ], [ -122.236728000036962, 37.349794000104708 ], [ -122.239628999652538, 37.351465000045089 ], [ -122.244008000100052, 37.355951999843548 ], [ -122.24684199976852, 37.357905000073629 ], [ -122.24766199992618, 37.359395000216367 ], [ -122.246919999586339, 37.362830000194492 ], [ -122.247886000232143, 37.365027000224387 ], [ -122.247646000032645, 37.367295000017243 ], [ -122.250888000130075, 37.370542000265786 ], [ -122.25280999957937, 37.371911000173426 ], [ -122.254480000031919, 37.369765999675259 ], [ -122.256495000265929, 37.36878300033581 ], [ -122.256070000118484, 37.36790699999014 ], [ -122.257664000403039, 37.366937999691018 ], [ -122.256616999566333, 37.363013999830855 ], [ -122.25209099970408, 37.362977999890965 ], [ -122.254468000336331, 37.36095099998483 ], [ -122.253116999726046, 37.360090000330032 ], [ -122.254420999582379, 37.359501999800315 ], [ -122.258877000022764, 37.361511999923053 ], [ -122.260640000361732, 37.358473999925621 ], [ -122.263674000046692, 37.359069000236623 ], [ -122.26435199991414, 37.357616000089429 ], [ -122.266090999963623, 37.357160999993781 ], [ -122.26375199986451, 37.359616999817057 ], [ -122.260606999851433, 37.360024000354372 ], [ -122.261196000030409, 37.362276000109546 ], [ -122.260308999925599, 37.36307800015738 ], [ -122.264435999579717, 37.362570000078826 ], [ -122.264275999746161, 37.364301000081653 ], [ -122.265300000118302, 37.366867000233569 ], [ -122.266020999643445, 37.374024000261599 ], [ -122.266562000141818, 37.374945000299995 ], [ -122.265196000361215, 37.381028000129959 ], [ -122.265361000217652, 37.382110000165952 ], [ -122.26614500039031, 37.383742000029621 ], [ -122.268168000121932, 37.385956999876917 ], [ -122.270734999826701, 37.387446999661087 ], [ -122.273093000192404, 37.388024 ], [ -122.275844999845077, 37.387746000027427 ], [ -122.280892999939184, 37.387737000334596 ], [ -122.284926999706869, 37.390166000284161 ], [ -122.286438999975658, 37.389988999706418 ], [ -122.291861000163564, 37.392278000022529 ], [ -122.290355999567481, 37.392246000189296 ], [ -122.292086000294475, 37.393753000080174 ], [ -122.291896000323675, 37.39549499980739 ], [ -122.293729999909402, 37.396331000049869 ], [ -122.293810000275329, 37.397783999700323 ], [ -122.292876000314891, 37.39827300012157 ], [ -122.293734999932283, 37.399677999964261 ], [ -122.297668000315952, 37.401021000149726 ], [ -122.298900000202238, 37.40262200018384 ], [ -122.302442999700276, 37.405223999791119 ], [ -122.305900999707774, 37.406586999766724 ], [ -122.307188999670572, 37.407484999852933 ], [ -122.307470999702886, 37.409393999822065 ], [ -122.306188999587889, 37.410843000146563 ], [ -122.30632699968011, 37.411714000164082 ], [ -122.308748999619922, 37.413421999757759 ], [ -122.310649000226249, 37.413608999709773 ], [ -122.319162000000546, 37.418287000275711 ], [ -122.318649999814468, 37.41953399990274 ], [ -122.318598999760852, 37.420009999971462 ], [ -122.31881499967092, 37.421236000275201 ], [ -122.319398000002124, 37.423176000069802 ], [ -122.3191290003886, 37.423942000218076 ], [ -122.318634999745882, 37.424163999938187 ], [ -122.31575699969649, 37.423946999772291 ], [ -122.314935999713924, 37.424180000175362 ], [ -122.312841999837175, 37.425364999855766 ], [ -122.315223999593996, 37.424386999903774 ], [ -122.318329000322407, 37.425125999917803 ], [ -122.320399999734647, 37.424295999652557 ], [ -122.320012000295435, 37.421248000209268 ], [ -122.32160599968168, 37.420088000071949 ], [ -122.321544999582301, 37.421047999868499 ], [ -122.325247999812206, 37.423666999963757 ], [ -122.325817999724592, 37.421540999904494 ], [ -122.329044999753407, 37.422866999837098 ], [ -122.328202999854469, 37.421691999983963 ], [ -122.330059999904748, 37.421064000058081 ], [ -122.330244000027761, 37.420094999665395 ], [ -122.331891999840664, 37.421193000257972 ], [ -122.334948000165284, 37.421092999724188 ], [ -122.33873199968771, 37.422896000231752 ], [ -122.341942999823033, 37.42312100010782 ], [ -122.34357300009259, 37.42218300033452 ], [ -122.345953000199586, 37.423801999721917 ], [ -122.347815000272746, 37.423524999976649 ], [ -122.348720999745808, 37.422185000060544 ], [ -122.346856000197917, 37.421678999894603 ], [ -122.346576999640362, 37.420378000007297 ], [ -122.348781999845187, 37.419170999873245 ], [ -122.350535999963284, 37.420095999912995 ], [ -122.351726000016797, 37.419019000155842 ], [ -122.350402999893902, 37.416547000160072 ], [ -122.35258899983215, 37.416664999919533 ], [ -122.350684999926187, 37.415009999692295 ], [ -122.351622000259709, 37.412870000198303 ], [ -122.350607999933317, 37.410732000245808 ], [ -122.351556999962384, 37.408292999851554 ], [ -122.353574999671139, 37.406162999754983 ], [ -122.357774000193601, 37.4048430000677 ], [ -122.364540000420803, 37.398042000136321 ], [ -122.366749999750212, 37.397212000174754 ], [ -122.366415999839333, 37.398916999802815 ], [ -122.368414000354932, 37.402219000082269 ], [ -122.371422000100651, 37.400218999738208 ], [ -122.373745000306243, 37.396942000192034 ], [ -122.37885699997446, 37.393626000216493 ], [ -122.378840000256005, 37.39185899996464 ], [ -122.381300999655551, 37.391618000340372 ], [ -122.383519000279193, 37.390761999697027 ], [ -122.38634100025206, 37.391547999892694 ], [ -122.387919999569689, 37.393602999948435 ], [ -122.391667000180519, 37.392961000075353 ], [ -122.392397999751395, 37.394352999746353 ], [ -122.391663999807463, 37.396308999749778 ], [ -122.392643999798693, 37.395441999942072 ], [ -122.393361000024171, 37.393260999753281 ], [ -122.395457000449056, 37.390151999785893 ], [ -122.397281999813956, 37.388964999831408 ], [ -122.398793000257825, 37.384954999961508 ], [ -122.400955999731536, 37.383224999734828 ], [ -122.402353000372614, 37.383658999816582 ], [ -122.405321999760261, 37.382380000036804 ], [ -122.40634299975936, 37.378626999978394 ], [ -122.409084000439719, 37.37582599975449 ], [ -122.410058824338265, 37.375817562584331 ], [ -122.409257999618674, 37.374805000330845 ], [ -122.407752000095982, 37.363930999676839 ], [ -122.400850000324667, 37.359225000123267 ], [ -122.401323000152672, 37.337008999679149 ], [ -122.404298558140212, 37.316575186466096 ], [ -122.404993514606943, 37.31180277135784 ], [ -122.405017507709871, 37.311637999936494 ], [ -122.40701313757144, 37.297933575978917 ], [ -122.411686000304556, 37.26584399999625 ], [ -122.418451999633447, 37.248521000066397 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081613900", "NAME": "Census Tract 6139", "state": "06", "county_fips": "081", "tract": "613900", "county_name": "San Mateo County", "tot_pop_2050": 6917, "tot_pop_pov_det_2050": 6742, "tot_pop_civ_ni_2050": 6779, "tot_hh_2050": 2153, "pop_zvhhs_2050": 105, "tot_fam_2050": 1547, "tot_pop_over5_2050": 6442, "pop_hus_rent50_2050": 97, "pop_minority_2050": 2695, "pop_over75_2050": 496, "pop_spfam_2050": 149, "pop_lep_2050": 107, "pop_below200_2050": 997, "pop_disability_2050": 768, "pct_minority_2050": 0.38961977736012721, "pct_over75_2050": 0.071707387595778521, "pct_spfam_2050": 0.096315449256625718, "pct_lep_2050": 0.016609748525302701, "pct_below200_2050": 0.14787896766538119, "pct_disab_2050": 0.11329104587697301, "pct_zvhhs_2050": 0.048769159312587088, "pct_hus_rent50_2050": 0.045053413841151878, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050174105729660995, "pct_minority_2040": 0.34156378600823001, "pct_spfam_2040": 0.084648493543759001, "pct_lep_2040": 0.023457419683834999, "pct_below200_2040": 0.12557301899148701, "pct_disab_2040": 0.061466104443724009, "pct_zvhhs_2040": 0.010613751730502999, "pct_hus_rent50_2040": 0.050383877159309004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.173188000441243, 37.461092999877685 ], [ -122.173946999601199, 37.459524000269354 ], [ -122.164093000160662, 37.454567999993245 ], [ -122.162694999694693, 37.453844000236771 ], [ -122.162378000400622, 37.453883999937418 ], [ -122.159518999719495, 37.454721000050377 ], [ -122.157685999958645, 37.453494999784269 ], [ -122.155708000432838, 37.454175999742226 ], [ -122.155927999642572, 37.455418000232577 ], [ -122.15351300027379, 37.456677000244717 ], [ -122.153971000033167, 37.456804000167928 ], [ -122.153375000181512, 37.457049999911106 ], [ -122.151717000322861, 37.46284399986412 ], [ -122.150954000066633, 37.466224999980462 ], [ -122.155363999577943, 37.468827000284222 ], [ -122.155532999632356, 37.467783999767114 ], [ -122.156294000238773, 37.466669999934432 ], [ -122.156623999951677, 37.46876900014469 ], [ -122.157235999696852, 37.469501999987386 ], [ -122.159498999627985, 37.469474999717022 ], [ -122.161570999763427, 37.470090999867224 ], [ -122.167864999987515, 37.471695999951216 ], [ -122.168335000340818, 37.47068199995288 ], [ -122.173124999793743, 37.461215999926516 ], [ -122.173188000441243, 37.461092999877685 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081614000", "NAME": "Census Tract 6140", "state": "06", "county_fips": "081", "tract": "614000", "county_name": "San Mateo County", "tot_pop_2050": 5947, "tot_pop_pov_det_2050": 5926, "tot_pop_civ_ni_2050": 5926, "tot_hh_2050": 1774, "pop_zvhhs_2050": 79, "tot_fam_2050": 1359, "tot_pop_over5_2050": 5607, "pop_hus_rent50_2050": 127, "pop_minority_2050": 4498, "pop_over75_2050": 311, "pop_spfam_2050": 95, "pop_lep_2050": 176, "pop_below200_2050": 607, "pop_disability_2050": 475, "pct_minority_2050": 0.75634773835547331, "pct_over75_2050": 0.052295274928535397, "pct_spfam_2050": 0.069904341427520236, "pct_lep_2050": 0.031389334760121283, "pct_below200_2050": 0.10242996962537967, "pct_disab_2050": 0.080155248059399262, "pct_zvhhs_2050": 0.044532130777903037, "pct_hus_rent50_2050": 0.07158962795941376, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051343487934280001, "pct_minority_2040": 0.73951737121341798, "pct_spfam_2040": 0.054773082942096998, "pct_lep_2040": 0.025314150427973001, "pct_below200_2040": 0.17423588326713901, "pct_disab_2040": 0.086663207057601999, "pct_zvhhs_2040": 0.015723270440251999, "pct_hus_rent50_2040": 0.061478090255069, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.472720000294913, 37.633802000259799 ], [ -122.47270600005119, 37.632108000190534 ], [ -122.47080100032035, 37.630459000297748 ], [ -122.470024999645318, 37.628519000033101 ], [ -122.468679999781116, 37.626846000210776 ], [ -122.462784999765177, 37.619335000352329 ], [ -122.461184999632835, 37.619135000169109 ], [ -122.454499999596493, 37.618418999656321 ], [ -122.453517999955452, 37.618797999924098 ], [ -122.451598000155968, 37.618133999990313 ], [ -122.450950000425792, 37.617537000159956 ], [ -122.449214999675931, 37.618708999693084 ], [ -122.445963000431064, 37.621892000252942 ], [ -122.445760999866366, 37.622041999858965 ], [ -122.445635000367986, 37.622143999731193 ], [ -122.446648999796082, 37.623343000028875 ], [ -122.447238999799964, 37.624339999786294 ], [ -122.448085999721798, 37.625735999959574 ], [ -122.454273999640662, 37.632058000249359 ], [ -122.456885999551275, 37.633937000127972 ], [ -122.46202400005707, 37.636778000187753 ], [ -122.464132000177514, 37.638791000352455 ], [ -122.467943000362453, 37.637750000220613 ], [ -122.468451000350541, 37.638373000070345 ], [ -122.469780000321251, 37.637007999826139 ], [ -122.471679000204304, 37.634524999997339 ], [ -122.472720000294913, 37.633802000259799 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06081984300", "NAME": "Census Tract 9843", "state": "06", "county_fips": "081", "tract": "984300", "county_name": "San Mateo County", "tot_pop_2050": 0, "tot_pop_pov_det_2050": 0, "tot_pop_civ_ni_2050": 0, "tot_hh_2050": 0, "pop_zvhhs_2050": 0, "tot_fam_2050": 0, "tot_pop_over5_2050": 0, "pop_hus_rent50_2050": 0, "pop_minority_2050": 0, "pop_over75_2050": 0, "pop_spfam_2050": 0, "pop_lep_2050": 0, "pop_below200_2050": 0, "pop_disability_2050": 0, "pct_minority_2050": 0.0, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0, "pct_below200_2050": 0.0, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.403661000426894, 37.635537999645223 ], [ -122.403656000404027, 37.634458000028125 ], [ -122.402864999660366, 37.631312999844354 ], [ -122.40239299965728, 37.627935999728628 ], [ -122.400252999749753, 37.621349999932022 ], [ -122.398008000260276, 37.615210000120328 ], [ -122.396469000227327, 37.612861999732338 ], [ -122.392090999604733, 37.609989000063699 ], [ -122.387790999698268, 37.60722300023783 ], [ -122.383530999974766, 37.604481000121694 ], [ -122.378861000172435, 37.607240000293395 ], [ -122.37784316224311, 37.606688588188604 ], [ -122.373309000288188, 37.613773000202301 ], [ -122.37036400029163, 37.614426999999743 ], [ -122.359128000278645, 37.609321000348892 ], [ -122.355626999715099, 37.615293000231425 ], [ -122.36792200026035, 37.620993999915726 ], [ -122.367882869646593, 37.62109214049633 ], [ -122.36507000015024, 37.628147000254572 ], [ -122.38024399967145, 37.635021999857798 ], [ -122.380495536035838, 37.635352611564194 ], [ -122.398341000346221, 37.635133999708053 ], [ -122.403661000426894, 37.635537999645223 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500100", "NAME": "Census Tract 5001", "state": "06", "county_fips": "085", "tract": "500100", "county_name": "Santa Clara County", "tot_pop_2050": 8122, "tot_pop_pov_det_2050": 8122, "tot_pop_civ_ni_2050": 8097, "tot_hh_2050": 2513, "pop_zvhhs_2050": 78, "tot_fam_2050": 1690, "tot_pop_over5_2050": 7551, "pop_hus_rent50_2050": 270, "pop_minority_2050": 7129, "pop_over75_2050": 218, "pop_spfam_2050": 248, "pop_lep_2050": 1393, "pop_below200_2050": 1910, "pop_disability_2050": 608, "pct_minority_2050": 0.87773947303619793, "pct_over75_2050": 0.026840679635557745, "pct_spfam_2050": 0.1467455621301775, "pct_lep_2050": 0.18447887696993776, "pct_below200_2050": 0.23516375277025364, "pct_disab_2050": 0.075089539335556385, "pct_zvhhs_2050": 0.031038599283724631, "pct_hus_rent50_2050": 0.10744130521289297, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035724492712204008, "pct_minority_2040": 0.84266933409545597, "pct_spfam_2040": 0.23053199691595996, "pct_lep_2040": 0.17419559359645001, "pct_below200_2040": 0.38889696265077794, "pct_disab_2040": 0.055873106601885998, "pct_zvhhs_2040": 0.061668145519077004, "pct_hus_rent50_2040": 0.16434038721296698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.902776999766616, 37.362561999808356 ], [ -121.904626000319269, 37.360776999972785 ], [ -121.900227999605193, 37.35487500011164 ], [ -121.89703800028461, 37.350590999833081 ], [ -121.892914000105236, 37.35255000005526 ], [ -121.890661000219836, 37.353616999661241 ], [ -121.887746000360508, 37.35500499968736 ], [ -121.884012999993402, 37.356774000076818 ], [ -121.879492000153959, 37.358928999915769 ], [ -121.87744900033087, 37.361080000139538 ], [ -121.879992999571087, 37.361617000144285 ], [ -121.885906999853589, 37.36232800026567 ], [ -121.886168999794393, 37.362361999908892 ], [ -121.891472000156654, 37.362900999901974 ], [ -121.900292999902533, 37.36366200007997 ], [ -121.901780000056959, 37.364029000251101 ], [ -121.902776999766616, 37.362561999808356 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500200", "NAME": "Census Tract 5002", "state": "06", "county_fips": "085", "tract": "500200", "county_name": "Santa Clara County", "tot_pop_2050": 5968, "tot_pop_pov_det_2050": 4984, "tot_pop_civ_ni_2050": 5001, "tot_hh_2050": 1985, "pop_zvhhs_2050": 59, "tot_fam_2050": 896, "tot_pop_over5_2050": 5608, "pop_hus_rent50_2050": 162, "pop_minority_2050": 3969, "pop_over75_2050": 119, "pop_spfam_2050": 51, "pop_lep_2050": 538, "pop_below200_2050": 852, "pop_disability_2050": 281, "pct_minority_2050": 0.66504691689008044, "pct_over75_2050": 0.019939678284182302, "pct_spfam_2050": 0.056919642857142849, "pct_lep_2050": 0.09593437945791726, "pct_below200_2050": 0.1709470304975923, "pct_disab_2050": 0.05618876224755049, "pct_zvhhs_2050": 0.029722921914357683, "pct_hus_rent50_2050": 0.081612090680100752, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023034011157099001, "pct_minority_2040": 0.59960410293323707, "pct_spfam_2040": 0.22458270106221501, "pct_lep_2040": 0.041342689171250002, "pct_below200_2040": 0.34343434343434304, "pct_disab_2040": 0.071061819675498003, "pct_zvhhs_2040": 0.08215962441314599, "pct_hus_rent50_2040": 0.12088452088452099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.911247999708124, 37.354176000038066 ], [ -121.909195999664178, 37.350483999685672 ], [ -121.908834999989153, 37.34994300026959 ], [ -121.90847500013902, 37.349527999822875 ], [ -121.907540000353691, 37.348745999668097 ], [ -121.90660800004305, 37.348113999943784 ], [ -121.904480999656016, 37.346964999651327 ], [ -121.902977999608069, 37.345685000039786 ], [ -121.902368000411002, 37.344917000225813 ], [ -121.901106000387486, 37.342598999985704 ], [ -121.898240000033667, 37.338462000139018 ], [ -121.893827999974192, 37.340547999681775 ], [ -121.894952999730378, 37.34204599970321 ], [ -121.897005999599244, 37.344802999650867 ], [ -121.893844999692647, 37.346307000031146 ], [ -121.89703800028461, 37.350590999833081 ], [ -121.900227999605193, 37.35487500011164 ], [ -121.904626000319269, 37.360776999972785 ], [ -121.911247999708124, 37.354176000038066 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500300", "NAME": "Census Tract 5003", "state": "06", "county_fips": "085", "tract": "500300", "county_name": "Santa Clara County", "tot_pop_2050": 3987, "tot_pop_pov_det_2050": 3961, "tot_pop_civ_ni_2050": 3987, "tot_hh_2050": 1504, "pop_zvhhs_2050": 74, "tot_fam_2050": 821, "tot_pop_over5_2050": 3847, "pop_hus_rent50_2050": 102, "pop_minority_2050": 2524, "pop_over75_2050": 62, "pop_spfam_2050": 103, "pop_lep_2050": 209, "pop_below200_2050": 1035, "pop_disability_2050": 386, "pct_minority_2050": 0.6330574366691748, "pct_over75_2050": 0.015550539252570857, "pct_spfam_2050": 0.12545676004872108, "pct_lep_2050": 0.054328047829477512, "pct_below200_2050": 0.2612976521080535, "pct_disab_2050": 0.096814647604715323, "pct_zvhhs_2050": 0.04920212765957447, "pct_hus_rent50_2050": 0.067819148936170207, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031540411151787996, "pct_minority_2040": 0.58180794142495107, "pct_spfam_2040": 0.18181818181818202, "pct_lep_2040": 0.067516661837149008, "pct_below200_2040": 0.27283137703979399, "pct_disab_2040": 0.062303515290083003, "pct_zvhhs_2040": 0.067251461988303993, "pct_hus_rent50_2040": 0.123603871928518, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.92190899978587, 37.346027000084852 ], [ -121.916314000243915, 37.343184999680517 ], [ -121.913401000034412, 37.34064199984374 ], [ -121.903810000359584, 37.331903000018563 ], [ -121.905647000318396, 37.331697999871281 ], [ -121.912019000360289, 37.331436999783719 ], [ -121.911579999969149, 37.326009000316979 ], [ -121.901330999620058, 37.326433999984623 ], [ -121.900194000168312, 37.326610999785949 ], [ -121.899223000397953, 37.328495999696095 ], [ -121.899184000039881, 37.332131000159386 ], [ -121.898993000244175, 37.333863999895009 ], [ -121.901152000418222, 37.33791800006216 ], [ -121.899200999758321, 37.33802299971822 ], [ -121.898240000033667, 37.338462000139018 ], [ -121.901106000387486, 37.342598999985704 ], [ -121.902368000411002, 37.344917000225813 ], [ -121.902977999608069, 37.345685000039786 ], [ -121.904480999656016, 37.346964999651327 ], [ -121.90660800004305, 37.348113999943784 ], [ -121.907540000353691, 37.348745999668097 ], [ -121.90847500013902, 37.349527999822875 ], [ -121.908834999989153, 37.34994300026959 ], [ -121.909195999664178, 37.350483999685672 ], [ -121.911247999708124, 37.354176000038066 ], [ -121.913379000293119, 37.352199000058718 ], [ -121.92190899978587, 37.346027000084852 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500400", "NAME": "Census Tract 5004", "state": "06", "county_fips": "085", "tract": "500400", "county_name": "Santa Clara County", "tot_pop_2050": 2596, "tot_pop_pov_det_2050": 2596, "tot_pop_civ_ni_2050": 2596, "tot_hh_2050": 1016, "pop_zvhhs_2050": 95, "tot_fam_2050": 641, "tot_pop_over5_2050": 2437, "pop_hus_rent50_2050": 175, "pop_minority_2050": 1554, "pop_over75_2050": 108, "pop_spfam_2050": 77, "pop_lep_2050": 191, "pop_below200_2050": 508, "pop_disability_2050": 254, "pct_minority_2050": 0.59861325115562403, "pct_over75_2050": 0.041602465331278884, "pct_spfam_2050": 0.12012480499219967, "pct_lep_2050": 0.078375051292572842, "pct_below200_2050": 0.19568567026194145, "pct_disab_2050": 0.097842835130970723, "pct_zvhhs_2050": 0.09350393700787403, "pct_hus_rent50_2050": 0.17224409448818898, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.049439135853760002, "pct_minority_2040": 0.61487328624844206, "pct_spfam_2040": 0.12979890310786099, "pct_lep_2040": 0.079276773296244996, "pct_below200_2040": 0.32204098703471401, "pct_disab_2040": 0.11258828417116699, "pct_zvhhs_2040": 0.075975359342916007, "pct_hus_rent50_2040": 0.12473794549266198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.925904000093823, 37.342544000168395 ], [ -121.930351000313379, 37.339119999937402 ], [ -121.924052999891316, 37.333953999977084 ], [ -121.919272999585814, 37.337584000302584 ], [ -121.917433999977206, 37.337748999817748 ], [ -121.913401000034412, 37.34064199984374 ], [ -121.916314000243915, 37.343184999680517 ], [ -121.92190899978587, 37.346027000084852 ], [ -121.92427200017444, 37.344283000032569 ], [ -121.925904000093823, 37.342544000168395 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500500", "NAME": "Census Tract 5005", "state": "06", "county_fips": "085", "tract": "500500", "county_name": "Santa Clara County", "tot_pop_2050": 5475, "tot_pop_pov_det_2050": 5196, "tot_pop_civ_ni_2050": 5196, "tot_hh_2050": 2067, "pop_zvhhs_2050": 71, "tot_fam_2050": 1453, "tot_pop_over5_2050": 5151, "pop_hus_rent50_2050": 192, "pop_minority_2050": 2282, "pop_over75_2050": 489, "pop_spfam_2050": 129, "pop_lep_2050": 226, "pop_below200_2050": 969, "pop_disability_2050": 271, "pct_minority_2050": 0.41680365296803651, "pct_over75_2050": 0.089315068493150671, "pct_spfam_2050": 0.088781830695113556, "pct_lep_2050": 0.043874975732867402, "pct_below200_2050": 0.18648960739030024, "pct_disab_2050": 0.052155504234026172, "pct_zvhhs_2050": 0.034349298500241897, "pct_hus_rent50_2050": 0.092888243831640058, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.095119787045253007, "pct_minority_2040": 0.43904170363797701, "pct_spfam_2040": 0.081659973226237997, "pct_lep_2040": 0.055406441717790987, "pct_below200_2040": 0.16167103784188799, "pct_disab_2040": 0.10222388338628301, "pct_zvhhs_2040": 0.046546546546545997, "pct_hus_rent50_2040": 0.057286432160804, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.940737000031504, 37.329257000065766 ], [ -121.94075200010009, 37.327177000182175 ], [ -121.933528000113512, 37.32684599999984 ], [ -121.93199300027851, 37.327052999935034 ], [ -121.931987000430738, 37.326912999917063 ], [ -121.926808999741937, 37.326875999746257 ], [ -121.926791000198619, 37.325324999944186 ], [ -121.926773999581854, 37.323841000072797 ], [ -121.926771999932043, 37.323414999917702 ], [ -121.924934999973246, 37.323425000291138 ], [ -121.922761999555462, 37.32343499994888 ], [ -121.919977000290814, 37.323449000038913 ], [ -121.918976000383211, 37.323452999758011 ], [ -121.917184999556838, 37.32345899969345 ], [ -121.913746999640836, 37.323489000077728 ], [ -121.91379100002176, 37.325904999659095 ], [ -121.914427999881298, 37.325978000149689 ], [ -121.919079000315378, 37.329828999956952 ], [ -121.91924300034691, 37.329967000212733 ], [ -121.924052999891316, 37.333953999977084 ], [ -121.930351000313379, 37.339119999937402 ], [ -121.932158000134933, 37.337660999835734 ], [ -121.933150999646642, 37.336833000020761 ], [ -121.936354000284354, 37.334351000020433 ], [ -121.939334000440965, 37.332075999819089 ], [ -121.940481999763364, 37.330246000017709 ], [ -121.940737000031504, 37.329257000065766 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500600", "NAME": "Census Tract 5006", "state": "06", "county_fips": "085", "tract": "500600", "county_name": "Santa Clara County", "tot_pop_2050": 5439, "tot_pop_pov_det_2050": 5431, "tot_pop_civ_ni_2050": 5431, "tot_hh_2050": 2404, "pop_zvhhs_2050": 178, "tot_fam_2050": 1053, "tot_pop_over5_2050": 5205, "pop_hus_rent50_2050": 252, "pop_minority_2050": 2733, "pop_over75_2050": 350, "pop_spfam_2050": 191, "pop_lep_2050": 330, "pop_below200_2050": 1040, "pop_disability_2050": 498, "pct_minority_2050": 0.50248207391064537, "pct_over75_2050": 0.064350064350064351, "pct_spfam_2050": 0.18138651471984804, "pct_lep_2050": 0.063400576368876069, "pct_below200_2050": 0.19149327932240839, "pct_disab_2050": 0.091695820290922478, "pct_zvhhs_2050": 0.074043261231281202, "pct_hus_rent50_2050": 0.1048252911813644, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061442006269592994, "pct_minority_2040": 0.48777429467084604, "pct_spfam_2040": 0.16434262948207198, "pct_lep_2040": 0.059078467153285005, "pct_below200_2040": 0.176532546871708, "pct_disab_2040": 0.092514718250630998, "pct_zvhhs_2040": 0.064443442992339006, "pct_hus_rent50_2040": 0.039657503379901003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.919272999585814, 37.337584000302584 ], [ -121.924052999891316, 37.333953999977084 ], [ -121.91924300034691, 37.329967000212733 ], [ -121.919079000315378, 37.329828999956952 ], [ -121.914427999881298, 37.325978000149689 ], [ -121.91379100002176, 37.325904999659095 ], [ -121.911579999969149, 37.326009000316979 ], [ -121.912019000360289, 37.331436999783719 ], [ -121.905647000318396, 37.331697999871281 ], [ -121.903810000359584, 37.331903000018563 ], [ -121.913401000034412, 37.34064199984374 ], [ -121.917433999977206, 37.337748999817748 ], [ -121.919272999585814, 37.337584000302584 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500800", "NAME": "Census Tract 5008", "state": "06", "county_fips": "085", "tract": "500800", "county_name": "Santa Clara County", "tot_pop_2050": 4176, "tot_pop_pov_det_2050": 4131, "tot_pop_civ_ni_2050": 4174, "tot_hh_2050": 2062, "pop_zvhhs_2050": 344, "tot_fam_2050": 889, "tot_pop_over5_2050": 4013, "pop_hus_rent50_2050": 338, "pop_minority_2050": 2574, "pop_over75_2050": 176, "pop_spfam_2050": 68, "pop_lep_2050": 329, "pop_below200_2050": 1206, "pop_disability_2050": 309, "pct_minority_2050": 0.61637931034482762, "pct_over75_2050": 0.042145593869731802, "pct_spfam_2050": 0.076490438695163102, "pct_lep_2050": 0.081983553451283331, "pct_below200_2050": 0.29193899782135074, "pct_disab_2050": 0.074029707714422618, "pct_zvhhs_2050": 0.16682832201745881, "pct_hus_rent50_2050": 0.16391852570320078, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.075217261012886005, "pct_minority_2040": 0.63769853161522294, "pct_spfam_2040": 0.099838969404187003, "pct_lep_2040": 0.10939431396786199, "pct_below200_2040": 0.37049378976067893, "pct_disab_2040": 0.11087803416242098, "pct_zvhhs_2040": 0.22480106100795802, "pct_hus_rent50_2040": 0.13441955193482699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.903258999815463, 37.319777999670727 ], [ -121.903067000194838, 37.31927800011205 ], [ -121.902232999793469, 37.31870400028675 ], [ -121.900467999804704, 37.320585000072725 ], [ -121.900176999551576, 37.320834999849417 ], [ -121.898706000188994, 37.321954000285558 ], [ -121.898256999752093, 37.32217599986231 ], [ -121.896906999865024, 37.322784000024527 ], [ -121.892170000115541, 37.323753000228614 ], [ -121.89043199989095, 37.324074000177319 ], [ -121.890836000122007, 37.327119999667666 ], [ -121.892664999684868, 37.328750999773789 ], [ -121.888326000318656, 37.33079700001695 ], [ -121.885983999846488, 37.330022999975071 ], [ -121.890565999785252, 37.336167999897739 ], [ -121.893827999974192, 37.340547999681775 ], [ -121.898240000033667, 37.338462000139018 ], [ -121.899200999758321, 37.33802299971822 ], [ -121.901152000418222, 37.33791800006216 ], [ -121.898993000244175, 37.333863999895009 ], [ -121.899184000039881, 37.332131000159386 ], [ -121.899223000397953, 37.328495999696095 ], [ -121.900194000168312, 37.326610999785949 ], [ -121.902479999665687, 37.323480999928776 ], [ -121.903258999815463, 37.319777999670727 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500901", "NAME": "Census Tract 5009.01", "state": "06", "county_fips": "085", "tract": "500901", "county_name": "Santa Clara County", "tot_pop_2050": 4239, "tot_pop_pov_det_2050": 4239, "tot_pop_civ_ni_2050": 4239, "tot_hh_2050": 2125, "pop_zvhhs_2050": 538, "tot_fam_2050": 619, "tot_pop_over5_2050": 4164, "pop_hus_rent50_2050": 446, "pop_minority_2050": 2993, "pop_over75_2050": 172, "pop_spfam_2050": 114, "pop_lep_2050": 244, "pop_below200_2050": 1732, "pop_disability_2050": 224, "pct_minority_2050": 0.70606275064873791, "pct_over75_2050": 0.040575607454588346, "pct_spfam_2050": 0.18416801292407109, "pct_lep_2050": 0.058597502401536987, "pct_below200_2050": 0.40858693087992448, "pct_disab_2050": 0.052842651568766219, "pct_zvhhs_2050": 0.25317647058823528, "pct_hus_rent50_2050": 0.20988235294117646, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.059637644690487997, "pct_minority_2040": 0.72093608454957203, "pct_spfam_2040": 0.11260504201680699, "pct_lep_2040": 0.073976221928666, "pct_below200_2040": 0.41350531107739003, "pct_disab_2040": 0.078761952692500997, "pct_zvhhs_2040": 0.23286290322580602, "pct_hus_rent50_2040": 0.19862288135593201, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.887400999680693, 37.337669999822388 ], [ -121.890565999785252, 37.336167999897739 ], [ -121.885983999846488, 37.330022999975071 ], [ -121.884890999877356, 37.328587999860346 ], [ -121.881755999910027, 37.330080999735948 ], [ -121.883930000152716, 37.333003000278779 ], [ -121.880729000063127, 37.334381000341445 ], [ -121.877528999798486, 37.335985000106845 ], [ -121.878606999698974, 37.337431000207523 ], [ -121.881037999859629, 37.340693000110349 ], [ -121.885248000252759, 37.338695999803051 ], [ -121.887400999680693, 37.337669999822388 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085500902", "NAME": "Census Tract 5009.02", "state": "06", "county_fips": "085", "tract": "500902", "county_name": "Santa Clara County", "tot_pop_2050": 5794, "tot_pop_pov_det_2050": 1743, "tot_pop_civ_ni_2050": 5794, "tot_hh_2050": 590, "pop_zvhhs_2050": 77, "tot_fam_2050": 176, "tot_pop_over5_2050": 5771, "pop_hus_rent50_2050": 224, "pop_minority_2050": 4459, "pop_over75_2050": 21, "pop_spfam_2050": 32, "pop_lep_2050": 322, "pop_below200_2050": 1067, "pop_disability_2050": 356, "pct_minority_2050": 0.76958923023817738, "pct_over75_2050": 0.003624439074905074, "pct_spfam_2050": 0.18181818181818185, "pct_lep_2050": 0.055796222491769187, "pct_below200_2050": 0.6121629374641423, "pct_disab_2050": 0.061442871936486024, "pct_zvhhs_2050": 0.13050847457627118, "pct_hus_rent50_2050": 0.37966101694915255, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0045118209709440003, "pct_minority_2040": 0.66738855802201791, "pct_spfam_2040": 0.30456852791878197, "pct_lep_2040": 0.039744758432087995, "pct_below200_2040": 0.78150217256362497, "pct_disab_2040": 0.062804547915539008, "pct_zvhhs_2040": 0.13311148086522501, "pct_hus_rent50_2040": 0.49116607773851595, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.883930000152716, 37.333003000278779 ], [ -121.881755999910027, 37.330080999735948 ], [ -121.878538000102026, 37.33160199994451 ], [ -121.875381000393375, 37.333101999783544 ], [ -121.877528999798486, 37.335985000106845 ], [ -121.880729000063127, 37.334381000341445 ], [ -121.883930000152716, 37.333003000278779 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501000", "NAME": "Census Tract 5010", "state": "06", "county_fips": "085", "tract": "501000", "county_name": "Santa Clara County", "tot_pop_2050": 4721, "tot_pop_pov_det_2050": 4705, "tot_pop_civ_ni_2050": 4705, "tot_hh_2050": 2122, "pop_zvhhs_2050": 474, "tot_fam_2050": 773, "tot_pop_over5_2050": 4446, "pop_hus_rent50_2050": 664, "pop_minority_2050": 3562, "pop_over75_2050": 408, "pop_spfam_2050": 128, "pop_lep_2050": 682, "pop_below200_2050": 2337, "pop_disability_2050": 719, "pct_minority_2050": 0.75450116500741371, "pct_over75_2050": 0.08642236814234272, "pct_spfam_2050": 0.16558861578266496, "pct_lep_2050": 0.15339631129104814, "pct_below200_2050": 0.49670563230605741, "pct_disab_2050": 0.15281615302869289, "pct_zvhhs_2050": 0.22337417530631479, "pct_hus_rent50_2050": 0.31291234684260127, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.11478730587440901, "pct_minority_2040": 0.77920324105334204, "pct_spfam_2040": 0.22093023255814001, "pct_lep_2040": 0.24342261199336301, "pct_below200_2040": 0.46004075164138603, "pct_disab_2040": 0.16967509025270802, "pct_zvhhs_2040": 0.37981744421906705, "pct_hus_rent50_2040": 0.224101479915433, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.894952999730378, 37.34204599970321 ], [ -121.893827999974192, 37.340547999681775 ], [ -121.890565999785252, 37.336167999897739 ], [ -121.887400999680693, 37.337669999822388 ], [ -121.885248000252759, 37.338695999803051 ], [ -121.881037999859629, 37.340693000110349 ], [ -121.883222000148052, 37.343627999996478 ], [ -121.885875999891454, 37.347191000191806 ], [ -121.890068999667818, 37.345169999912528 ], [ -121.892345000017713, 37.344295999977632 ], [ -121.892908000257449, 37.343140000184157 ], [ -121.894952999730378, 37.34204599970321 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501101", "NAME": "Census Tract 5011.01", "state": "06", "county_fips": "085", "tract": "501101", "county_name": "Santa Clara County", "tot_pop_2050": 4495, "tot_pop_pov_det_2050": 4460, "tot_pop_civ_ni_2050": 4495, "tot_hh_2050": 1967, "pop_zvhhs_2050": 261, "tot_fam_2050": 813, "tot_pop_over5_2050": 4274, "pop_hus_rent50_2050": 406, "pop_minority_2050": 3260, "pop_over75_2050": 166, "pop_spfam_2050": 97, "pop_lep_2050": 525, "pop_below200_2050": 1431, "pop_disability_2050": 531, "pct_minority_2050": 0.72525027808676312, "pct_over75_2050": 0.036929922135706339, "pct_spfam_2050": 0.11931119311193113, "pct_lep_2050": 0.12283575105287785, "pct_below200_2050": 0.32085201793721968, "pct_disab_2050": 0.11813125695216907, "pct_zvhhs_2050": 0.13268937468225725, "pct_hus_rent50_2050": 0.20640569395017794, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.041074249605054999, "pct_minority_2040": 0.77115775220040594, "pct_spfam_2040": 0.14390243902439001, "pct_lep_2040": 0.18351515151515196, "pct_below200_2040": 0.42789438050101603, "pct_disab_2040": 0.065673662830061, "pct_zvhhs_2040": 0.16675931072818201, "pct_hus_rent50_2040": 0.17775293460033498, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.89703800028461, 37.350590999833081 ], [ -121.893844999692647, 37.346307000031146 ], [ -121.897005999599244, 37.344802999650867 ], [ -121.894952999730378, 37.34204599970321 ], [ -121.892908000257449, 37.343140000184157 ], [ -121.892345000017713, 37.344295999977632 ], [ -121.890068999667818, 37.345169999912528 ], [ -121.885875999891454, 37.347191000191806 ], [ -121.890661000219836, 37.353616999661241 ], [ -121.892914000105236, 37.35255000005526 ], [ -121.89703800028461, 37.350590999833081 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501102", "NAME": "Census Tract 5011.02", "state": "06", "county_fips": "085", "tract": "501102", "county_name": "Santa Clara County", "tot_pop_2050": 4743, "tot_pop_pov_det_2050": 4743, "tot_pop_civ_ni_2050": 4743, "tot_hh_2050": 1375, "pop_zvhhs_2050": 70, "tot_fam_2050": 964, "tot_pop_over5_2050": 4334, "pop_hus_rent50_2050": 135, "pop_minority_2050": 3516, "pop_over75_2050": 223, "pop_spfam_2050": 147, "pop_lep_2050": 556, "pop_below200_2050": 1327, "pop_disability_2050": 429, "pct_minority_2050": 0.74130297280202406, "pct_over75_2050": 0.047016656124815516, "pct_spfam_2050": 0.15248962655601661, "pct_lep_2050": 0.12828795569912321, "pct_below200_2050": 0.2797807294960995, "pct_disab_2050": 0.090449082858950036, "pct_zvhhs_2050": 0.050909090909090911, "pct_hus_rent50_2050": 0.098181818181818176, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056143205858422009, "pct_minority_2040": 0.7445077298616759, "pct_spfam_2040": 0.112169312169312, "pct_lep_2040": 0.10807952622673402, "pct_below200_2040": 0.315529991783073, "pct_disab_2040": 0.075874694873881002, "pct_zvhhs_2040": 0.048557353976072998, "pct_hus_rent50_2040": 0.097543352601155986, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.887746000360508, 37.35500499968736 ], [ -121.890661000219836, 37.353616999661241 ], [ -121.885875999891454, 37.347191000191806 ], [ -121.882956999834192, 37.348575999736447 ], [ -121.88108899991326, 37.349463000319467 ], [ -121.878291000229822, 37.350792000138107 ], [ -121.875490000173329, 37.352123000162742 ], [ -121.874177000096182, 37.352766000171179 ], [ -121.873623000077302, 37.358425000311385 ], [ -121.87380399982726, 37.35970400014719 ], [ -121.875901000077064, 37.360611000036684 ], [ -121.87744900033087, 37.361080000139538 ], [ -121.879492000153959, 37.358928999915769 ], [ -121.884012999993402, 37.356774000076818 ], [ -121.887746000360508, 37.35500499968736 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501200", "NAME": "Census Tract 5012", "state": "06", "county_fips": "085", "tract": "501200", "county_name": "Santa Clara County", "tot_pop_2050": 4212, "tot_pop_pov_det_2050": 4098, "tot_pop_civ_ni_2050": 4161, "tot_hh_2050": 1301, "pop_zvhhs_2050": 62, "tot_fam_2050": 778, "tot_pop_over5_2050": 3974, "pop_hus_rent50_2050": 157, "pop_minority_2050": 3408, "pop_over75_2050": 170, "pop_spfam_2050": 107, "pop_lep_2050": 540, "pop_below200_2050": 1483, "pop_disability_2050": 481, "pct_minority_2050": 0.80911680911680917, "pct_over75_2050": 0.040360873694207031, "pct_spfam_2050": 0.13753213367609254, "pct_lep_2050": 0.13588324106693508, "pct_below200_2050": 0.36188384577842853, "pct_disab_2050": 0.11559721220860369, "pct_zvhhs_2050": 0.047655649500384319, "pct_hus_rent50_2050": 0.12067640276710224, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032815576460292997, "pct_minority_2040": 0.82520236272150504, "pct_spfam_2040": 0.151546391752577, "pct_lep_2040": 0.164210526315789, "pct_below200_2040": 0.42107603379279701, "pct_disab_2040": 0.11503643188341801, "pct_zvhhs_2040": 0.098501070663811988, "pct_hus_rent50_2040": 0.167669172932331, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.885875999891454, 37.347191000191806 ], [ -121.883222000148052, 37.343627999996478 ], [ -121.881037999859629, 37.340693000110349 ], [ -121.877149999681791, 37.342541999745748 ], [ -121.873874999972401, 37.344095000135788 ], [ -121.874259999936839, 37.345294000249375 ], [ -121.87351199974924, 37.350182000055419 ], [ -121.874176000271262, 37.352225000061864 ], [ -121.874177000096182, 37.352766000171179 ], [ -121.875490000173329, 37.352123000162742 ], [ -121.878291000229822, 37.350792000138107 ], [ -121.88108899991326, 37.349463000319467 ], [ -121.882956999834192, 37.348575999736447 ], [ -121.885875999891454, 37.347191000191806 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501300", "NAME": "Census Tract 5013", "state": "06", "county_fips": "085", "tract": "501300", "county_name": "Santa Clara County", "tot_pop_2050": 4063, "tot_pop_pov_det_2050": 3501, "tot_pop_civ_ni_2050": 4053, "tot_hh_2050": 1095, "pop_zvhhs_2050": 98, "tot_fam_2050": 489, "tot_pop_over5_2050": 3968, "pop_hus_rent50_2050": 141, "pop_minority_2050": 1800, "pop_over75_2050": 137, "pop_spfam_2050": 63, "pop_lep_2050": 105, "pop_below200_2050": 1504, "pop_disability_2050": 685, "pct_minority_2050": 0.44302239724341619, "pct_over75_2050": 0.033718926901304465, "pct_spfam_2050": 0.12883435582822084, "pct_lep_2050": 0.026461693548387098, "pct_below200_2050": 0.42959154527277921, "pct_disab_2050": 0.1690106094251172, "pct_zvhhs_2050": 0.089497716894977181, "pct_hus_rent50_2050": 0.12876712328767126, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051002227171492005, "pct_minority_2040": 0.544988864142539, "pct_spfam_2040": 0.065934065934065991, "pct_lep_2040": 0.066666666666666999, "pct_below200_2040": 0.49426147704590795, "pct_disab_2040": 0.14735658042744701, "pct_zvhhs_2040": 0.065012831479897004, "pct_hus_rent50_2040": 0.20053956834532399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.881037999859629, 37.340693000110349 ], [ -121.878606999698974, 37.337431000207523 ], [ -121.877528999798486, 37.335985000106845 ], [ -121.875381000393375, 37.333101999783544 ], [ -121.871504999911124, 37.334937999744582 ], [ -121.868758000281318, 37.336263999703455 ], [ -121.868321000438314, 37.337038999652833 ], [ -121.869946999611585, 37.337917000146355 ], [ -121.870571999775549, 37.340457999644308 ], [ -121.871133000365461, 37.342130999967608 ], [ -121.873874999972401, 37.344095000135788 ], [ -121.877149999681791, 37.342541999745748 ], [ -121.881037999859629, 37.340693000110349 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501401", "NAME": "Census Tract 5014.01", "state": "06", "county_fips": "085", "tract": "501401", "county_name": "Santa Clara County", "tot_pop_2050": 3182, "tot_pop_pov_det_2050": 3143, "tot_pop_civ_ni_2050": 3157, "tot_hh_2050": 992, "pop_zvhhs_2050": 101, "tot_fam_2050": 736, "tot_pop_over5_2050": 2894, "pop_hus_rent50_2050": 175, "pop_minority_2050": 2858, "pop_over75_2050": 127, "pop_spfam_2050": 255, "pop_lep_2050": 708, "pop_below200_2050": 1309, "pop_disability_2050": 368, "pct_minority_2050": 0.89817724701445634, "pct_over75_2050": 0.039912005028284098, "pct_spfam_2050": 0.34646739130434784, "pct_lep_2050": 0.24464409122322045, "pct_below200_2050": 0.41648106904231613, "pct_disab_2050": 0.11656636046879949, "pct_zvhhs_2050": 0.10181451612903226, "pct_hus_rent50_2050": 0.17641129032258066, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.044404973357016, "pct_minority_2040": 0.88691533451746596, "pct_spfam_2040": 0.30428954423592502, "pct_lep_2040": 0.25753158406219601, "pct_below200_2040": 0.61247750449909999, "pct_disab_2040": 0.095480395091289985, "pct_zvhhs_2040": 0.103908484270734, "pct_hus_rent50_2040": 0.18199233716475099, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.874259999936839, 37.345294000249375 ], [ -121.873874999972401, 37.344095000135788 ], [ -121.86773800010711, 37.347000000335655 ], [ -121.864133999611397, 37.348716999858205 ], [ -121.861727999565147, 37.34976199999717 ], [ -121.864845999814023, 37.352834999968174 ], [ -121.866231999686136, 37.35406900000195 ], [ -121.870724000111508, 37.357913000126572 ], [ -121.87380399982726, 37.35970400014719 ], [ -121.873623000077302, 37.358425000311385 ], [ -121.874177000096182, 37.352766000171179 ], [ -121.874176000271262, 37.352225000061864 ], [ -121.87351199974924, 37.350182000055419 ], [ -121.874259999936839, 37.345294000249375 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501402", "NAME": "Census Tract 5014.02", "state": "06", "county_fips": "085", "tract": "501402", "county_name": "Santa Clara County", "tot_pop_2050": 3329, "tot_pop_pov_det_2050": 3313, "tot_pop_civ_ni_2050": 3329, "tot_hh_2050": 871, "pop_zvhhs_2050": 20, "tot_fam_2050": 613, "tot_pop_over5_2050": 3039, "pop_hus_rent50_2050": 175, "pop_minority_2050": 2802, "pop_over75_2050": 128, "pop_spfam_2050": 119, "pop_lep_2050": 742, "pop_below200_2050": 1212, "pop_disability_2050": 213, "pct_minority_2050": 0.84169420246320215, "pct_over75_2050": 0.038449984980474618, "pct_spfam_2050": 0.19412724306688414, "pct_lep_2050": 0.24415926291543269, "pct_below200_2050": 0.36583157259281618, "pct_disab_2050": 0.063983178131571047, "pct_zvhhs_2050": 0.022962112514351318, "pct_hus_rent50_2050": 0.20091848450057406, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.056767158434894001, "pct_minority_2040": 0.88037203335471492, "pct_spfam_2040": 0.29411764705882398, "pct_lep_2040": 0.33546864463924503, "pct_below200_2040": 0.51842275371687108, "pct_disab_2040": 0.068954457985888007, "pct_zvhhs_2040": 0.015011547344110998, "pct_hus_rent50_2040": 0.252886836027714, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.873874999972401, 37.344095000135788 ], [ -121.871133000365461, 37.342130999967608 ], [ -121.870571999775549, 37.340457999644308 ], [ -121.864845999814023, 37.344041999654365 ], [ -121.860425000432045, 37.346196000269181 ], [ -121.859172999555952, 37.346812999897431 ], [ -121.860936999719797, 37.3490750002235 ], [ -121.861727999565147, 37.34976199999717 ], [ -121.864133999611397, 37.348716999858205 ], [ -121.86773800010711, 37.347000000335655 ], [ -121.873874999972401, 37.344095000135788 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501501", "NAME": "Census Tract 5015.01", "state": "06", "county_fips": "085", "tract": "501501", "county_name": "Santa Clara County", "tot_pop_2050": 4845, "tot_pop_pov_det_2050": 4827, "tot_pop_civ_ni_2050": 4845, "tot_hh_2050": 1297, "pop_zvhhs_2050": 76, "tot_fam_2050": 982, "tot_pop_over5_2050": 4475, "pop_hus_rent50_2050": 231, "pop_minority_2050": 4634, "pop_over75_2050": 145, "pop_spfam_2050": 174, "pop_lep_2050": 1103, "pop_below200_2050": 2341, "pop_disability_2050": 466, "pct_minority_2050": 0.95644994840041275, "pct_over75_2050": 0.029927760577915376, "pct_spfam_2050": 0.17718940936863545, "pct_lep_2050": 0.24648044692737431, "pct_below200_2050": 0.48498031903874039, "pct_disab_2050": 0.096181630546955624, "pct_zvhhs_2050": 0.058596761757902849, "pct_hus_rent50_2050": 0.17810331534309945, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.017108639863130999, "pct_minority_2040": 0.9456800684345591, "pct_spfam_2040": 0.21375661375661401, "pct_lep_2040": 0.28082999292619704, "pct_below200_2040": 0.55188067444876798, "pct_disab_2040": 0.074422583404619005, "pct_zvhhs_2040": 0.081230283911672002, "pct_hus_rent50_2040": 0.24110032362459499, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.864845999814023, 37.344041999654365 ], [ -121.862263000215762, 37.341386000090225 ], [ -121.861223999774978, 37.340401999804683 ], [ -121.857157000395333, 37.336268000168829 ], [ -121.85407799960619, 37.338091000294611 ], [ -121.851917999607195, 37.339665999663723 ], [ -121.855234000222808, 37.342803999664078 ], [ -121.857593000413445, 37.345128000351011 ], [ -121.859172999555952, 37.346812999897431 ], [ -121.860425000432045, 37.346196000269181 ], [ -121.864845999814023, 37.344041999654365 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501502", "NAME": "Census Tract 5015.02", "state": "06", "county_fips": "085", "tract": "501502", "county_name": "Santa Clara County", "tot_pop_2050": 4855, "tot_pop_pov_det_2050": 4855, "tot_pop_civ_ni_2050": 4855, "tot_hh_2050": 1232, "pop_zvhhs_2050": 42, "tot_fam_2050": 953, "tot_pop_over5_2050": 4425, "pop_hus_rent50_2050": 197, "pop_minority_2050": 4311, "pop_over75_2050": 211, "pop_spfam_2050": 293, "pop_lep_2050": 874, "pop_below200_2050": 2622, "pop_disability_2050": 483, "pct_minority_2050": 0.88795056642636461, "pct_over75_2050": 0.043460350154479917, "pct_spfam_2050": 0.30745015739769149, "pct_lep_2050": 0.19751412429378529, "pct_below200_2050": 0.54006179196704429, "pct_disab_2050": 0.099485066941297634, "pct_zvhhs_2050": 0.034090909090909088, "pct_hus_rent50_2050": 0.15990259740259741, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047081431659860992, "pct_minority_2040": 0.85299063175594492, "pct_spfam_2040": 0.17566016073478799, "pct_lep_2040": 0.20425308479915999, "pct_below200_2040": 0.40883977900552504, "pct_disab_2040": 0.088878212827288, "pct_zvhhs_2040": 0.0061295971978980015, "pct_hus_rent50_2040": 0.15760869565217403, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.870571999775549, 37.340457999644308 ], [ -121.869946999611585, 37.337917000146355 ], [ -121.868321000438314, 37.337038999652833 ], [ -121.866901000231053, 37.332099999660862 ], [ -121.86695599958432, 37.331522999912728 ], [ -121.868261000163855, 37.329512999731236 ], [ -121.865388999962249, 37.331254999900381 ], [ -121.857157000395333, 37.336268000168829 ], [ -121.861223999774978, 37.340401999804683 ], [ -121.862263000215762, 37.341386000090225 ], [ -121.864845999814023, 37.344041999654365 ], [ -121.870571999775549, 37.340457999644308 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501600", "NAME": "Census Tract 5016", "state": "06", "county_fips": "085", "tract": "501600", "county_name": "Santa Clara County", "tot_pop_2050": 7597, "tot_pop_pov_det_2050": 7536, "tot_pop_civ_ni_2050": 7597, "tot_hh_2050": 2446, "pop_zvhhs_2050": 302, "tot_fam_2050": 1032, "tot_pop_over5_2050": 7289, "pop_hus_rent50_2050": 740, "pop_minority_2050": 5496, "pop_over75_2050": 134, "pop_spfam_2050": 330, "pop_lep_2050": 634, "pop_below200_2050": 3715, "pop_disability_2050": 477, "pct_minority_2050": 0.72344346452547059, "pct_over75_2050": 0.01763854152955114, "pct_spfam_2050": 0.31976744186046513, "pct_lep_2050": 0.086980381396625048, "pct_below200_2050": 0.49296709129511679, "pct_disab_2050": 0.062787942608924577, "pct_zvhhs_2050": 0.12346688470973018, "pct_hus_rent50_2050": 0.30253475061324608, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.017112632233976001, "pct_minority_2040": 0.66708151835718699, "pct_spfam_2040": 0.32336448598130801, "pct_lep_2040": 0.156817431495543, "pct_below200_2040": 0.56256886510310111, "pct_disab_2040": 0.088459741473290998, "pct_zvhhs_2040": 0.15394088669950701, "pct_hus_rent50_2040": 0.36056458511548295, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.884890999877356, 37.328587999860346 ], [ -121.884094000184248, 37.327403000267473 ], [ -121.883048999895692, 37.326077999698732 ], [ -121.881252000119886, 37.323679000328553 ], [ -121.880288999847096, 37.322706000126004 ], [ -121.867888999719852, 37.32857199993304 ], [ -121.868261000163855, 37.329512999731236 ], [ -121.86695599958432, 37.331522999912728 ], [ -121.866901000231053, 37.332099999660862 ], [ -121.868321000438314, 37.337038999652833 ], [ -121.868758000281318, 37.336263999703455 ], [ -121.871504999911124, 37.334937999744582 ], [ -121.875381000393375, 37.333101999783544 ], [ -121.878538000102026, 37.33160199994451 ], [ -121.881755999910027, 37.330080999735948 ], [ -121.884890999877356, 37.328587999860346 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501700", "NAME": "Census Tract 5017", "state": "06", "county_fips": "085", "tract": "501700", "county_name": "Santa Clara County", "tot_pop_2050": 4962, "tot_pop_pov_det_2050": 4944, "tot_pop_civ_ni_2050": 4962, "tot_hh_2050": 1334, "pop_zvhhs_2050": 99, "tot_fam_2050": 916, "tot_pop_over5_2050": 4560, "pop_hus_rent50_2050": 432, "pop_minority_2050": 4328, "pop_over75_2050": 79, "pop_spfam_2050": 252, "pop_lep_2050": 960, "pop_below200_2050": 2630, "pop_disability_2050": 490, "pct_minority_2050": 0.87222893994357109, "pct_over75_2050": 0.01592099959693672, "pct_spfam_2050": 0.27510917030567683, "pct_lep_2050": 0.21052631578947367, "pct_below200_2050": 0.53195792880258896, "pct_disab_2050": 0.098750503829101166, "pct_zvhhs_2050": 0.074212893553223386, "pct_hus_rent50_2050": 0.32383808095952021, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.026543334003618999, "pct_minority_2040": 0.85662577920772209, "pct_spfam_2040": 0.350662589194699, "pct_lep_2040": 0.219421306444542, "pct_below200_2040": 0.56073245167853503, "pct_disab_2040": 0.049467122461290994, "pct_zvhhs_2040": 0.069551777434311998, "pct_hus_rent50_2040": 0.30846930846930798, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.892664999684868, 37.328750999773789 ], [ -121.890836000122007, 37.327119999667666 ], [ -121.89043199989095, 37.324074000177319 ], [ -121.892170000115541, 37.323753000228614 ], [ -121.890520999579422, 37.320957000072909 ], [ -121.889840000237271, 37.31858899976104 ], [ -121.888657999681371, 37.316062000024367 ], [ -121.887901000171212, 37.315413999750717 ], [ -121.885952000059405, 37.316810999646137 ], [ -121.882211000194687, 37.318925000007908 ], [ -121.878606999698974, 37.321014999688096 ], [ -121.880288999847096, 37.322706000126004 ], [ -121.881252000119886, 37.323679000328553 ], [ -121.883048999895692, 37.326077999698732 ], [ -121.884094000184248, 37.327403000267473 ], [ -121.884890999877356, 37.328587999860346 ], [ -121.885983999846488, 37.330022999975071 ], [ -121.888326000318656, 37.33079700001695 ], [ -121.892664999684868, 37.328750999773789 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501800", "NAME": "Census Tract 5018", "state": "06", "county_fips": "085", "tract": "501800", "county_name": "Santa Clara County", "tot_pop_2050": 5285, "tot_pop_pov_det_2050": 5285, "tot_pop_civ_ni_2050": 5285, "tot_hh_2050": 1768, "pop_zvhhs_2050": 27, "tot_fam_2050": 1226, "tot_pop_over5_2050": 4988, "pop_hus_rent50_2050": 68, "pop_minority_2050": 3163, "pop_over75_2050": 275, "pop_spfam_2050": 118, "pop_lep_2050": 278, "pop_below200_2050": 1000, "pop_disability_2050": 374, "pct_minority_2050": 0.59848628192999054, "pct_over75_2050": 0.052034058656575212, "pct_spfam_2050": 0.096247960848287128, "pct_lep_2050": 0.055733761026463512, "pct_below200_2050": 0.1892147587511826, "pct_disab_2050": 0.070766319772942288, "pct_zvhhs_2050": 0.015271493212669685, "pct_hus_rent50_2050": 0.038461538461538464, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038537160833661002, "pct_minority_2040": 0.66653558788832101, "pct_spfam_2040": 0.13427230046948402, "pct_lep_2040": 0.12149335583210301, "pct_below200_2040": 0.258159653952025, "pct_disab_2040": 0.075304758159654012, "pct_zvhhs_2040": 0.069167643610785992, "pct_hus_rent50_2040": 0.076732673267326995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.906838000196799, 37.316008999767448 ], [ -121.904467000310632, 37.312915000263644 ], [ -121.904144000270421, 37.312624000242707 ], [ -121.903625000411665, 37.31199500029669 ], [ -121.903504999862747, 37.311831000213644 ], [ -121.901077999900096, 37.308468000102636 ], [ -121.896243000241313, 37.310713999664024 ], [ -121.895796000352576, 37.311048000270453 ], [ -121.894795000444944, 37.311736000176182 ], [ -121.893838000019926, 37.312173000069038 ], [ -121.893278000153288, 37.312503999861846 ], [ -121.889047999668691, 37.31491399973914 ], [ -121.887901000171212, 37.315413999750717 ], [ -121.888657999681371, 37.316062000024367 ], [ -121.889840000237271, 37.31858899976104 ], [ -121.890520999579422, 37.320957000072909 ], [ -121.892170000115541, 37.323753000228614 ], [ -121.896906999865024, 37.322784000024527 ], [ -121.898256999752093, 37.32217599986231 ], [ -121.898706000188994, 37.321954000285558 ], [ -121.900176999551576, 37.320834999849417 ], [ -121.900467999804704, 37.320585000072725 ], [ -121.902232999793469, 37.31870400028675 ], [ -121.903390000235021, 37.317787000278557 ], [ -121.906838000196799, 37.316008999767448 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085501900", "NAME": "Census Tract 5019", "state": "06", "county_fips": "085", "tract": "501900", "county_name": "Santa Clara County", "tot_pop_2050": 5210, "tot_pop_pov_det_2050": 5196, "tot_pop_civ_ni_2050": 5210, "tot_hh_2050": 2629, "pop_zvhhs_2050": 278, "tot_fam_2050": 980, "tot_pop_over5_2050": 4936, "pop_hus_rent50_2050": 325, "pop_minority_2050": 3201, "pop_over75_2050": 287, "pop_spfam_2050": 105, "pop_lep_2050": 435, "pop_below200_2050": 1078, "pop_disability_2050": 553, "pct_minority_2050": 0.61439539347408834, "pct_over75_2050": 0.055086372360844529, "pct_spfam_2050": 0.10714285714285714, "pct_lep_2050": 0.08812803889789303, "pct_below200_2050": 0.20746728252501925, "pct_disab_2050": 0.10614203454894433, "pct_zvhhs_2050": 0.10574362875618104, "pct_hus_rent50_2050": 0.12362114872575125, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059409400663986998, "pct_minority_2040": 0.64249519482788708, "pct_spfam_2040": 0.22193877551020399, "pct_lep_2040": 0.15113759479956698, "pct_below200_2040": 0.30456054516861797, "pct_disab_2040": 0.054873772791023998, "pct_zvhhs_2040": 0.063523771474230994, "pct_hus_rent50_2040": 0.089582488852858008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.91500100016674, 37.315221000098923 ], [ -121.915134000236137, 37.314350999833465 ], [ -121.914908000280334, 37.313337999905713 ], [ -121.913856000319072, 37.310788000183024 ], [ -121.911933999971481, 37.311045999723596 ], [ -121.911626, 37.311045999723596 ], [ -121.906920000212565, 37.311061999809958 ], [ -121.904144000270421, 37.312624000242707 ], [ -121.904467000310632, 37.312915000263644 ], [ -121.906838000196799, 37.316008999767448 ], [ -121.903390000235021, 37.317787000278557 ], [ -121.902232999793469, 37.31870400028675 ], [ -121.903067000194838, 37.31927800011205 ], [ -121.903258999815463, 37.319777999670727 ], [ -121.902479999665687, 37.323480999928776 ], [ -121.900194000168312, 37.326610999785949 ], [ -121.901330999620058, 37.326433999984623 ], [ -121.911579999969149, 37.326009000316979 ], [ -121.91379100002176, 37.325904999659095 ], [ -121.913746999640836, 37.323489000077728 ], [ -121.913738000318304, 37.321531999970581 ], [ -121.913767999557223, 37.317896000223421 ], [ -121.914353000436535, 37.316634000338404 ], [ -121.91500100016674, 37.315221000098923 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502001", "NAME": "Census Tract 5020.01", "state": "06", "county_fips": "085", "tract": "502001", "county_name": "Santa Clara County", "tot_pop_2050": 5565, "tot_pop_pov_det_2050": 5553, "tot_pop_civ_ni_2050": 5565, "tot_hh_2050": 2125, "pop_zvhhs_2050": 191, "tot_fam_2050": 1273, "tot_pop_over5_2050": 5042, "pop_hus_rent50_2050": 420, "pop_minority_2050": 3922, "pop_over75_2050": 235, "pop_spfam_2050": 255, "pop_lep_2050": 450, "pop_below200_2050": 1604, "pop_disability_2050": 484, "pct_minority_2050": 0.70476190476190481, "pct_over75_2050": 0.042228212039532802, "pct_spfam_2050": 0.20031421838177527, "pct_lep_2050": 0.089250297500991671, "pct_below200_2050": 0.28885287232126777, "pct_disab_2050": 0.086972147349505841, "pct_zvhhs_2050": 0.089882352941176469, "pct_hus_rent50_2050": 0.1976470588235294, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.022939677145285001, "pct_minority_2040": 0.67918436703483398, "pct_spfam_2040": 0.335448057097542, "pct_lep_2040": 0.079276254430143994, "pct_below200_2040": 0.40258635358175898, "pct_disab_2040": 0.10498553683852302, "pct_zvhhs_2040": 0.061813186813187003, "pct_hus_rent50_2040": 0.19886899151743603, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.94075200010009, 37.327177000182175 ], [ -121.940552000083571, 37.323280000104177 ], [ -121.940173999791782, 37.317242000326281 ], [ -121.934138000208875, 37.317216000356929 ], [ -121.931840999942551, 37.316949000233961 ], [ -121.931852999638096, 37.317829000125286 ], [ -121.931867999706711, 37.319856999906769 ], [ -121.925981999911613, 37.319864000285413 ], [ -121.925425000418031, 37.319646000230385 ], [ -121.92272700029369, 37.31966099975633 ], [ -121.922757000430934, 37.322916999783828 ], [ -121.922761999555462, 37.32343499994888 ], [ -121.924934999973246, 37.323425000291138 ], [ -121.926771999932043, 37.323414999917702 ], [ -121.926773999581854, 37.323841000072797 ], [ -121.926791000198619, 37.325324999944186 ], [ -121.926808999741937, 37.326875999746257 ], [ -121.931987000430738, 37.326912999917063 ], [ -121.93199300027851, 37.327052999935034 ], [ -121.933528000113512, 37.32684599999984 ], [ -121.94075200010009, 37.327177000182175 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502002", "NAME": "Census Tract 5020.02", "state": "06", "county_fips": "085", "tract": "502002", "county_name": "Santa Clara County", "tot_pop_2050": 5933, "tot_pop_pov_det_2050": 5920, "tot_pop_civ_ni_2050": 5933, "tot_hh_2050": 1801, "pop_zvhhs_2050": 132, "tot_fam_2050": 1128, "tot_pop_over5_2050": 5645, "pop_hus_rent50_2050": 385, "pop_minority_2050": 4843, "pop_over75_2050": 192, "pop_spfam_2050": 171, "pop_lep_2050": 924, "pop_below200_2050": 2366, "pop_disability_2050": 484, "pct_minority_2050": 0.81628181358503282, "pct_over75_2050": 0.032361368616214393, "pct_spfam_2050": 0.15159574468085107, "pct_lep_2050": 0.16368467670504872, "pct_below200_2050": 0.39966216216216216, "pct_disab_2050": 0.08157761672004045, "pct_zvhhs_2050": 0.073292615213770118, "pct_hus_rent50_2050": 0.21377012770682954, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.01868989294139, "pct_minority_2040": 0.8776991471602249, "pct_spfam_2040": 0.28442844284428398, "pct_lep_2040": 0.16286451100971999, "pct_below200_2040": 0.49228815097078599, "pct_disab_2040": 0.064416621302849003, "pct_zvhhs_2040": 0.12232415902140699, "pct_hus_rent50_2040": 0.24568138195777398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.931867999706711, 37.319856999906769 ], [ -121.931852999638096, 37.317829000125286 ], [ -121.931840999942551, 37.316949000233961 ], [ -121.928864999983858, 37.316687000154644 ], [ -121.925425000418031, 37.316717999868054 ], [ -121.922764999928518, 37.316741000131181 ], [ -121.921647999669958, 37.316771000339507 ], [ -121.920013000275844, 37.316716000186531 ], [ -121.919267999562948, 37.316638999904782 ], [ -121.918357999891924, 37.316479000041227 ], [ -121.91500100016674, 37.315221000098923 ], [ -121.914353000436535, 37.316634000338404 ], [ -121.913767999557223, 37.317896000223421 ], [ -121.913738000318304, 37.321531999970581 ], [ -121.913746999640836, 37.323489000077728 ], [ -121.917184999556838, 37.32345899969345 ], [ -121.918976000383211, 37.323452999758011 ], [ -121.919977000290814, 37.323449000038913 ], [ -121.922761999555462, 37.32343499994888 ], [ -121.922757000430934, 37.322916999783828 ], [ -121.92272700029369, 37.31966099975633 ], [ -121.925425000418031, 37.319646000230385 ], [ -121.925981999911613, 37.319864000285413 ], [ -121.931867999706711, 37.319856999906769 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502101", "NAME": "Census Tract 5021.01", "state": "06", "county_fips": "085", "tract": "502101", "county_name": "Santa Clara County", "tot_pop_2050": 5181, "tot_pop_pov_det_2050": 5011, "tot_pop_civ_ni_2050": 5071, "tot_hh_2050": 1920, "pop_zvhhs_2050": 41, "tot_fam_2050": 1265, "tot_pop_over5_2050": 4767, "pop_hus_rent50_2050": 85, "pop_minority_2050": 2731, "pop_over75_2050": 430, "pop_spfam_2050": 224, "pop_lep_2050": 122, "pop_below200_2050": 825, "pop_disability_2050": 378, "pct_minority_2050": 0.5271183169272341, "pct_over75_2050": 0.08299556070256707, "pct_spfam_2050": 0.17707509881422925, "pct_lep_2050": 0.025592615900985945, "pct_below200_2050": 0.16463779684693675, "pct_disab_2050": 0.074541510550187345, "pct_zvhhs_2050": 0.021354166666666667, "pct_hus_rent50_2050": 0.044270833333333336, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063092080333460004, "pct_minority_2040": 0.44562334217506605, "pct_spfam_2040": 0.094736842105263008, "pct_lep_2040": 0.059540743751269998, "pct_below200_2040": 0.26234326018808801, "pct_disab_2040": 0.068538238141336, "pct_zvhhs_2040": 0.047088607594937, "pct_hus_rent50_2040": 0.062023385866801999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.940597000289415, 37.305111000304215 ], [ -121.940521000121436, 37.303144999911027 ], [ -121.94048799961115, 37.299742999955399 ], [ -121.940465999869829, 37.299291999694248 ], [ -121.940213000149868, 37.298119999917866 ], [ -121.938257000365383, 37.294262999700614 ], [ -121.935980000190526, 37.294219999770064 ], [ -121.931779999843172, 37.29422999973945 ], [ -121.931674000436274, 37.294333000133285 ], [ -121.931669000413407, 37.297221999780696 ], [ -121.931674000436274, 37.298029999797031 ], [ -121.931741000383411, 37.305198999823638 ], [ -121.931751000429173, 37.306162000339206 ], [ -121.931779000018281, 37.309327999754522 ], [ -121.931789999888906, 37.310734000216996 ], [ -121.931836999744576, 37.316177000129819 ], [ -121.931839000292698, 37.316709999712813 ], [ -121.931840999942551, 37.316949000233961 ], [ -121.934138000208875, 37.317216000356929 ], [ -121.940173999791782, 37.317242000326281 ], [ -121.940496999831993, 37.309744999972523 ], [ -121.940597000289415, 37.305111000304215 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502102", "NAME": "Census Tract 5021.02", "state": "06", "county_fips": "085", "tract": "502102", "county_name": "Santa Clara County", "tot_pop_2050": 7820, "tot_pop_pov_det_2050": 7674, "tot_pop_civ_ni_2050": 7674, "tot_hh_2050": 2584, "pop_zvhhs_2050": 126, "tot_fam_2050": 1539, "tot_pop_over5_2050": 7222, "pop_hus_rent50_2050": 438, "pop_minority_2050": 5665, "pop_over75_2050": 373, "pop_spfam_2050": 311, "pop_lep_2050": 1056, "pop_below200_2050": 2390, "pop_disability_2050": 592, "pct_minority_2050": 0.72442455242966752, "pct_over75_2050": 0.04769820971867008, "pct_spfam_2050": 0.20207927225471084, "pct_lep_2050": 0.14621988368872887, "pct_below200_2050": 0.31144123012770392, "pct_disab_2050": 0.077143601772217879, "pct_zvhhs_2050": 0.048761609907120737, "pct_hus_rent50_2050": 0.16950464396284828, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045689312673818004, "pct_minority_2040": 0.76983181035624404, "pct_spfam_2040": 0.187211601845748, "pct_lep_2040": 0.16398667246124898, "pct_below200_2040": 0.48051420838971598, "pct_disab_2040": 0.093898627530914991, "pct_zvhhs_2040": 0.076723498888065012, "pct_hus_rent50_2040": 0.24680691209616798, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.931840999942551, 37.316949000233961 ], [ -121.931839000292698, 37.316709999712813 ], [ -121.931836999744576, 37.316177000129819 ], [ -121.931789999888906, 37.310734000216996 ], [ -121.931779000018281, 37.309327999754522 ], [ -121.931751000429173, 37.306162000339206 ], [ -121.931741000383411, 37.305198999823638 ], [ -121.931674000436274, 37.298029999797031 ], [ -121.921973000258276, 37.306912999936472 ], [ -121.914908000280334, 37.313337999905713 ], [ -121.915134000236137, 37.314350999833465 ], [ -121.91500100016674, 37.315221000098923 ], [ -121.918357999891924, 37.316479000041227 ], [ -121.919267999562948, 37.316638999904782 ], [ -121.920013000275844, 37.316716000186531 ], [ -121.921647999669958, 37.316771000339507 ], [ -121.922764999928518, 37.316741000131181 ], [ -121.925425000418031, 37.316717999868054 ], [ -121.928864999983858, 37.316687000154644 ], [ -121.931840999942551, 37.316949000233961 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502201", "NAME": "Census Tract 5022.01", "state": "06", "county_fips": "085", "tract": "502201", "county_name": "Santa Clara County", "tot_pop_2050": 7425, "tot_pop_pov_det_2050": 7425, "tot_pop_civ_ni_2050": 7425, "tot_hh_2050": 3143, "pop_zvhhs_2050": 454, "tot_fam_2050": 1426, "tot_pop_over5_2050": 6802, "pop_hus_rent50_2050": 1072, "pop_minority_2050": 4605, "pop_over75_2050": 380, "pop_spfam_2050": 143, "pop_lep_2050": 422, "pop_below200_2050": 2858, "pop_disability_2050": 1074, "pct_minority_2050": 0.6202020202020202, "pct_over75_2050": 0.051178451178451184, "pct_spfam_2050": 0.1002805049088359, "pct_lep_2050": 0.062040576301087925, "pct_below200_2050": 0.38491582491582488, "pct_disab_2050": 0.14464646464646466, "pct_zvhhs_2050": 0.14444797963728925, "pct_hus_rent50_2050": 0.34107540566337896, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042331028643995995, "pct_minority_2040": 0.70650486806829405, "pct_spfam_2040": 0.022758620689654997, "pct_lep_2040": 0.097929936305733004, "pct_below200_2040": 0.41413856356709494, "pct_disab_2040": 0.072103852123606996, "pct_zvhhs_2040": 0.10809906291834001, "pct_hus_rent50_2040": 0.24368600682593899, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.931674000436274, 37.298029999797031 ], [ -121.931669000413407, 37.297221999780696 ], [ -121.929063000350581, 37.297919000166686 ], [ -121.925822000078028, 37.299557999929831 ], [ -121.922688999760538, 37.299831000039617 ], [ -121.9212920000178, 37.300822999713212 ], [ -121.918916999933657, 37.301251999779431 ], [ -121.91528900004684, 37.304545000219392 ], [ -121.913627999815134, 37.307067000339082 ], [ -121.913657000127458, 37.310090000172863 ], [ -121.913856000319072, 37.310788000183024 ], [ -121.914908000280334, 37.313337999905713 ], [ -121.921973000258276, 37.306912999936472 ], [ -121.931674000436274, 37.298029999797031 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502202", "NAME": "Census Tract 5022.02", "state": "06", "county_fips": "085", "tract": "502202", "county_name": "Santa Clara County", "tot_pop_2050": 2866, "tot_pop_pov_det_2050": 2722, "tot_pop_civ_ni_2050": 2735, "tot_hh_2050": 1374, "pop_zvhhs_2050": 39, "tot_fam_2050": 670, "tot_pop_over5_2050": 2692, "pop_hus_rent50_2050": 188, "pop_minority_2050": 1012, "pop_over75_2050": 224, "pop_spfam_2050": 102, "pop_lep_2050": 105, "pop_below200_2050": 469, "pop_disability_2050": 236, "pct_minority_2050": 0.35310537334263781, "pct_over75_2050": 0.078157711095603627, "pct_spfam_2050": 0.15223880597014924, "pct_lep_2050": 0.039004457652303121, "pct_below200_2050": 0.17229977957384274, "pct_disab_2050": 0.086288848263254114, "pct_zvhhs_2050": 0.02838427947598253, "pct_hus_rent50_2050": 0.13682678311499272, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082417582417582, "pct_minority_2040": 0.384310134310134, "pct_spfam_2040": 0.14321608040201, "pct_lep_2040": 0.026507620941021, "pct_below200_2040": 0.13865814696485598, "pct_disab_2040": 0.057906458797327004, "pct_zvhhs_2040": 0.023529411764706, "pct_hus_rent50_2040": 0.081545064377681997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.931674000436274, 37.294333000133285 ], [ -121.931779999843172, 37.29422999973945 ], [ -121.927691999648815, 37.294382000111554 ], [ -121.924156999648375, 37.294408999896341 ], [ -121.922656000148564, 37.294372999942908 ], [ -121.920929999619545, 37.294382000111554 ], [ -121.918074000209799, 37.294401000225832 ], [ -121.913535999753634, 37.294440999999303 ], [ -121.913545999799368, 37.294872000282695 ], [ -121.913570000088825, 37.298112999658272 ], [ -121.913610000271788, 37.300931000265173 ], [ -121.913612999746505, 37.301543000225351 ], [ -121.9136029997008, 37.30224199993711 ], [ -121.91360199987588, 37.303882999838009 ], [ -121.913621000142456, 37.306577999920108 ], [ -121.913627999815134, 37.307067000339082 ], [ -121.91528900004684, 37.304545000219392 ], [ -121.918916999933657, 37.301251999779431 ], [ -121.9212920000178, 37.300822999713212 ], [ -121.922688999760538, 37.299831000039617 ], [ -121.925822000078028, 37.299557999929831 ], [ -121.929063000350581, 37.297919000166686 ], [ -121.931669000413407, 37.297221999780696 ], [ -121.931674000436274, 37.294333000133285 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502301", "NAME": "Census Tract 5023.01", "state": "06", "county_fips": "085", "tract": "502301", "county_name": "Santa Clara County", "tot_pop_2050": 3590, "tot_pop_pov_det_2050": 3579, "tot_pop_civ_ni_2050": 3590, "tot_hh_2050": 1354, "pop_zvhhs_2050": 56, "tot_fam_2050": 900, "tot_pop_over5_2050": 3374, "pop_hus_rent50_2050": 108, "pop_minority_2050": 1203, "pop_over75_2050": 360, "pop_spfam_2050": 126, "pop_lep_2050": 110, "pop_below200_2050": 512, "pop_disability_2050": 262, "pct_minority_2050": 0.33509749303621172, "pct_over75_2050": 0.10027855153203342, "pct_spfam_2050": 0.14, "pct_lep_2050": 0.03260225251926497, "pct_below200_2050": 0.14305671975412124, "pct_disab_2050": 0.072980501392757663, "pct_zvhhs_2050": 0.041358936484490398, "pct_hus_rent50_2050": 0.079763663220088626, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10452749924035198, "pct_minority_2040": 0.27833485262838004, "pct_spfam_2040": 0.22880215343203197, "pct_lep_2040": 0.015081967213115001, "pct_below200_2040": 0.16139817629179301, "pct_disab_2040": 0.077507598784193998, "pct_zvhhs_2040": 0.046671767406274003, "pct_hus_rent50_2040": 0.105345911949686, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.913612999746505, 37.301543000225351 ], [ -121.913610000271788, 37.300931000265173 ], [ -121.913570000088825, 37.298112999658272 ], [ -121.913545999799368, 37.294872000282695 ], [ -121.913535999753634, 37.294440999999303 ], [ -121.909476000046681, 37.294284000123142 ], [ -121.908670000132702, 37.293808000302967 ], [ -121.905086999553404, 37.294479000193199 ], [ -121.905674999907475, 37.301032999651646 ], [ -121.902191999785614, 37.301343000020267 ], [ -121.897311999920973, 37.30361600023582 ], [ -121.901077999900096, 37.308468000102636 ], [ -121.910452999664827, 37.304209000007212 ], [ -121.912553000287659, 37.303886000229582 ], [ -121.91360199987588, 37.303882999838009 ], [ -121.9136029997008, 37.30224199993711 ], [ -121.913612999746505, 37.301543000225351 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502302", "NAME": "Census Tract 5023.02", "state": "06", "county_fips": "085", "tract": "502302", "county_name": "Santa Clara County", "tot_pop_2050": 2890, "tot_pop_pov_det_2050": 2890, "tot_pop_civ_ni_2050": 2890, "tot_hh_2050": 1282, "pop_zvhhs_2050": 36, "tot_fam_2050": 763, "tot_pop_over5_2050": 2727, "pop_hus_rent50_2050": 217, "pop_minority_2050": 1369, "pop_over75_2050": 129, "pop_spfam_2050": 163, "pop_lep_2050": 105, "pop_below200_2050": 416, "pop_disability_2050": 119, "pct_minority_2050": 0.47370242214532871, "pct_over75_2050": 0.044636678200692038, "pct_spfam_2050": 0.21363040629095675, "pct_lep_2050": 0.038503850385038514, "pct_below200_2050": 0.1439446366782007, "pct_disab_2050": 0.041176470588235294, "pct_zvhhs_2050": 0.028081123244929802, "pct_hus_rent50_2050": 0.16926677067082682, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.025380710659899001, "pct_minority_2040": 0.44828680203045701, "pct_spfam_2040": 0.092165898617510997, "pct_lep_2040": 0.075917181256810989, "pct_below200_2040": 0.11040609137055801, "pct_disab_2040": 0.059010152284264004, "pct_zvhhs_2040": 0.035488958990536001, "pct_hus_rent50_2040": 0.123028391167192, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.913856000319072, 37.310788000183024 ], [ -121.913657000127458, 37.310090000172863 ], [ -121.913627999815134, 37.307067000339082 ], [ -121.913621000142456, 37.306577999920108 ], [ -121.91360199987588, 37.303882999838009 ], [ -121.912553000287659, 37.303886000229582 ], [ -121.910452999664827, 37.304209000007212 ], [ -121.901077999900096, 37.308468000102636 ], [ -121.903504999862747, 37.311831000213644 ], [ -121.903625000411665, 37.31199500029669 ], [ -121.904144000270421, 37.312624000242707 ], [ -121.906920000212565, 37.311061999809958 ], [ -121.911626, 37.311045999723596 ], [ -121.911933999971481, 37.311045999723596 ], [ -121.913856000319072, 37.310788000183024 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502400", "NAME": "Census Tract 5024", "state": "06", "county_fips": "085", "tract": "502400", "county_name": "Santa Clara County", "tot_pop_2050": 6962, "tot_pop_pov_det_2050": 6949, "tot_pop_civ_ni_2050": 6962, "tot_hh_2050": 2845, "pop_zvhhs_2050": 55, "tot_fam_2050": 1913, "tot_pop_over5_2050": 6466, "pop_hus_rent50_2050": 103, "pop_minority_2050": 2204, "pop_over75_2050": 440, "pop_spfam_2050": 87, "pop_lep_2050": 314, "pop_below200_2050": 895, "pop_disability_2050": 611, "pct_minority_2050": 0.31657569663889684, "pct_over75_2050": 0.063200229819017531, "pct_spfam_2050": 0.045478306325143762, "pct_lep_2050": 0.04856170739251469, "pct_below200_2050": 0.12879551014534465, "pct_disab_2050": 0.08776213731686297, "pct_zvhhs_2050": 0.019332161687170474, "pct_hus_rent50_2050": 0.036203866432337431, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033859724000568997, "pct_minority_2040": 0.37828994167022295, "pct_spfam_2040": 0.031847133757962005, "pct_lep_2040": 0.0089285714285709996, "pct_below200_2040": 0.112900926585887, "pct_disab_2040": 0.063878218807795997, "pct_zvhhs_2040": 0.011401250459728, "pct_hus_rent50_2040": 0.025009194556822004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.905674999907475, 37.301032999651646 ], [ -121.905086999553404, 37.294479000193199 ], [ -121.904945000161504, 37.293416000165344 ], [ -121.899031999703922, 37.29601400002543 ], [ -121.897347000081083, 37.296742000260352 ], [ -121.893306999567287, 37.298482999931373 ], [ -121.888276999914837, 37.300673000316941 ], [ -121.885670999852024, 37.30171899965147 ], [ -121.881748000412415, 37.301724999892656 ], [ -121.881648999779912, 37.30399799999546 ], [ -121.878611999721869, 37.30434199976461 ], [ -121.883232000193786, 37.310155999738789 ], [ -121.887901000171212, 37.315413999750717 ], [ -121.889047999668691, 37.31491399973914 ], [ -121.893278000153288, 37.312503999861846 ], [ -121.893838000019926, 37.312173000069038 ], [ -121.894795000444944, 37.311736000176182 ], [ -121.895796000352576, 37.311048000270453 ], [ -121.896243000241313, 37.310713999664024 ], [ -121.901077999900096, 37.308468000102636 ], [ -121.897311999920973, 37.30361600023582 ], [ -121.902191999785614, 37.301343000020267 ], [ -121.905674999907475, 37.301032999651646 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502500", "NAME": "Census Tract 5025", "state": "06", "county_fips": "085", "tract": "502500", "county_name": "Santa Clara County", "tot_pop_2050": 6826, "tot_pop_pov_det_2050": 6826, "tot_pop_civ_ni_2050": 6826, "tot_hh_2050": 2432, "pop_zvhhs_2050": 69, "tot_fam_2050": 1858, "tot_pop_over5_2050": 6096, "pop_hus_rent50_2050": 95, "pop_minority_2050": 2280, "pop_over75_2050": 410, "pop_spfam_2050": 84, "pop_lep_2050": 98, "pop_below200_2050": 692, "pop_disability_2050": 372, "pct_minority_2050": 0.3340169938470553, "pct_over75_2050": 0.060064459419865227, "pct_spfam_2050": 0.045209903121636169, "pct_lep_2050": 0.016076115485564306, "pct_below200_2050": 0.10137708760621154, "pct_disab_2050": 0.054497509522414299, "pct_zvhhs_2050": 0.028371710526315787, "pct_hus_rent50_2050": 0.0390625, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084169278996865007, "pct_minority_2040": 0.29435736677115998, "pct_spfam_2040": 0.074941451990631999, "pct_lep_2040": 0.0050277392510400002, "pct_below200_2040": 0.087774294670845993, "pct_disab_2040": 0.061128526645767997, "pct_zvhhs_2040": 0.030205396697542998, "pct_hus_rent50_2040": 0.045879009338204997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.907398000063452, 37.288647000051157 ], [ -121.904174000407664, 37.283966000044579 ], [ -121.893698000277865, 37.287699999743374 ], [ -121.887690000284039, 37.289842999950054 ], [ -121.880688999880164, 37.292241999978607 ], [ -121.881242000074138, 37.296038999707605 ], [ -121.880850000436965, 37.297480999872377 ], [ -121.880715999644366, 37.301094000136302 ], [ -121.881748000412415, 37.301724999892656 ], [ -121.885670999852024, 37.30171899965147 ], [ -121.888276999914837, 37.300673000316941 ], [ -121.893306999567287, 37.298482999931373 ], [ -121.897347000081083, 37.296742000260352 ], [ -121.899031999703922, 37.29601400002543 ], [ -121.904945000161504, 37.293416000165344 ], [ -121.90307300004261, 37.290540000097849 ], [ -121.903203999563871, 37.290477999797758 ], [ -121.907398000063452, 37.288647000051157 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502601", "NAME": "Census Tract 5026.01", "state": "06", "county_fips": "085", "tract": "502601", "county_name": "Santa Clara County", "tot_pop_2050": 2691, "tot_pop_pov_det_2050": 2678, "tot_pop_civ_ni_2050": 2678, "tot_hh_2050": 1183, "pop_zvhhs_2050": 150, "tot_fam_2050": 738, "tot_pop_over5_2050": 2607, "pop_hus_rent50_2050": 133, "pop_minority_2050": 676, "pop_over75_2050": 413, "pop_spfam_2050": 66, "pop_lep_2050": 17, "pop_below200_2050": 229, "pop_disability_2050": 298, "pct_minority_2050": 0.25120772946859904, "pct_over75_2050": 0.15347454477889261, "pct_spfam_2050": 0.08943089430894309, "pct_lep_2050": 0.0065209052550824704, "pct_below200_2050": 0.085511575802837941, "pct_disab_2050": 0.11127707244212097, "pct_zvhhs_2050": 0.12679628064243448, "pct_hus_rent50_2050": 0.1124260355029586, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.15993031358885001, "pct_minority_2040": 0.28815331010453005, "pct_spfam_2040": 0.073697585768741997, "pct_lep_2040": 0.0014970059880239999, "pct_below200_2040": 0.16101990918616799, "pct_disab_2040": 0.113866573524275, "pct_zvhhs_2040": 0.122734761120264, "pct_hus_rent50_2040": 0.052540913006029005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.922656000148564, 37.294372999942908 ], [ -121.922652999775536, 37.291955999774295 ], [ -121.922615999965615, 37.290286000296533 ], [ -121.922591999676158, 37.289737000314524 ], [ -121.922554000041345, 37.28673899989041 ], [ -121.922554999866236, 37.28614499972133 ], [ -121.922455000307124, 37.282627000265109 ], [ -121.920661999830941, 37.28438200017024 ], [ -121.920277999691393, 37.284640000243897 ], [ -121.919009999820076, 37.284479000279511 ], [ -121.913468999806497, 37.286702999840372 ], [ -121.911805000100031, 37.28715700016334 ], [ -121.911363000234161, 37.287493999949383 ], [ -121.910003000301344, 37.287515999988962 ], [ -121.907398000063452, 37.288647000051157 ], [ -121.903203999563871, 37.290477999797758 ], [ -121.90307300004261, 37.290540000097849 ], [ -121.904945000161504, 37.293416000165344 ], [ -121.905086999553404, 37.294479000193199 ], [ -121.908670000132702, 37.293808000302967 ], [ -121.909476000046681, 37.294284000123142 ], [ -121.913535999753634, 37.294440999999303 ], [ -121.918074000209799, 37.294401000225832 ], [ -121.920929999619545, 37.294382000111554 ], [ -121.922656000148564, 37.294372999942908 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502603", "NAME": "Census Tract 5026.03", "state": "06", "county_fips": "085", "tract": "502603", "county_name": "Santa Clara County", "tot_pop_2050": 2785, "tot_pop_pov_det_2050": 2748, "tot_pop_civ_ni_2050": 2772, "tot_hh_2050": 1037, "pop_zvhhs_2050": 31, "tot_fam_2050": 750, "tot_pop_over5_2050": 2573, "pop_hus_rent50_2050": 68, "pop_minority_2050": 1020, "pop_over75_2050": 159, "pop_spfam_2050": 19, "pop_lep_2050": 27, "pop_below200_2050": 273, "pop_disability_2050": 268, "pct_minority_2050": 0.36624775583482944, "pct_over75_2050": 0.057091561938958715, "pct_spfam_2050": 0.025333333333333333, "pct_lep_2050": 0.010493587252234746, "pct_below200_2050": 0.09934497816593886, "pct_disab_2050": 0.096681096681096673, "pct_zvhhs_2050": 0.029893924783027964, "pct_hus_rent50_2050": 0.065573770491803268, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094771241830065009, "pct_minority_2040": 0.30433006535947699, "pct_spfam_2040": 0.083453237410072004, "pct_lep_2040": 0.0096873623954209995, "pct_below200_2040": 0.12797374897456898, "pct_disab_2040": 0.094339622641509011, "pct_zvhhs_2040": 0.020021074815595001, "pct_hus_rent50_2040": 0.046436285097192005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.931779999843172, 37.29422999973945 ], [ -121.93176999979741, 37.290048999745125 ], [ -121.931749999705929, 37.286970000158973 ], [ -121.931749999705929, 37.286859999813224 ], [ -121.931678999560816, 37.282400000003832 ], [ -121.931656999819538, 37.282009999643989 ], [ -121.931641999750894, 37.280181000350076 ], [ -121.930034000120969, 37.280246999715729 ], [ -121.927049999766382, 37.281481999741359 ], [ -121.923512000291254, 37.280962000093886 ], [ -121.92354400007828, 37.281418999887386 ], [ -121.922455000307124, 37.282627000265109 ], [ -121.922554999866236, 37.28614499972133 ], [ -121.922554000041345, 37.28673899989041 ], [ -121.922591999676158, 37.289737000314524 ], [ -121.922615999965615, 37.290286000296533 ], [ -121.922652999775536, 37.291955999774295 ], [ -121.922656000148564, 37.294372999942908 ], [ -121.924156999648375, 37.294408999896341 ], [ -121.927691999648815, 37.294382000111554 ], [ -121.931779999843172, 37.29422999973945 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502604", "NAME": "Census Tract 5026.04", "state": "06", "county_fips": "085", "tract": "502604", "county_name": "Santa Clara County", "tot_pop_2050": 4094, "tot_pop_pov_det_2050": 4084, "tot_pop_civ_ni_2050": 4094, "tot_hh_2050": 2121, "pop_zvhhs_2050": 101, "tot_fam_2050": 898, "tot_pop_over5_2050": 3971, "pop_hus_rent50_2050": 186, "pop_minority_2050": 1789, "pop_over75_2050": 80, "pop_spfam_2050": 84, "pop_lep_2050": 145, "pop_below200_2050": 490, "pop_disability_2050": 219, "pct_minority_2050": 0.43698094772838303, "pct_over75_2050": 0.019540791402051786, "pct_spfam_2050": 0.093541202672605794, "pct_lep_2050": 0.036514731805590533, "pct_below200_2050": 0.11998041136141037, "pct_disab_2050": 0.053492916463116762, "pct_zvhhs_2050": 0.047619047619047616, "pct_hus_rent50_2050": 0.087694483734087697, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031402142161636004, "pct_minority_2040": 0.41090555014605606, "pct_spfam_2040": 0.24368825466520302, "pct_lep_2040": 0.032160804020099999, "pct_below200_2040": 0.18598974859653397, "pct_disab_2040": 0.106864654333009, "pct_zvhhs_2040": 0.052863436123347998, "pct_hus_rent50_2040": 0.090130916414903992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.946943000392039, 37.272136000049755 ], [ -121.947239999594643, 37.270760000076628 ], [ -121.946158000394504, 37.269971000158868 ], [ -121.945987999616861, 37.270732000289904 ], [ -121.946079999678375, 37.272419999664649 ], [ -121.945099999687173, 37.272499999684989 ], [ -121.944990000082299, 37.275150000204199 ], [ -121.943329999675512, 37.275742999919288 ], [ -121.941660000121317, 37.277289999657903 ], [ -121.939059999906277, 37.278620000127823 ], [ -121.936049999612408, 37.279039999720183 ], [ -121.935705999655823, 37.279217000311775 ], [ -121.935185999972134, 37.27789199966675 ], [ -121.933164999890352, 37.279820999867233 ], [ -121.931641999750894, 37.280181000350076 ], [ -121.931656999819538, 37.282009999643989 ], [ -121.931678999560816, 37.282400000003832 ], [ -121.931749999705929, 37.286859999813224 ], [ -121.931749999705929, 37.286970000158973 ], [ -121.93176999979741, 37.290048999745125 ], [ -121.931779999843172, 37.29422999973945 ], [ -121.935980000190526, 37.294219999770064 ], [ -121.938257000365383, 37.294262999700614 ], [ -121.937510000002675, 37.292839999816067 ], [ -121.936263999872651, 37.289570000039596 ], [ -121.936760999990113, 37.287010000309849 ], [ -121.940387000227119, 37.283217999827365 ], [ -121.944807999609125, 37.279276999921152 ], [ -121.945436999971065, 37.278106999983798 ], [ -121.946131999556897, 37.275632000289384 ], [ -121.946703000192556, 37.273159000120756 ], [ -121.946943000392039, 37.272136000049755 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502701", "NAME": "Census Tract 5027.01", "state": "06", "county_fips": "085", "tract": "502701", "county_name": "Santa Clara County", "tot_pop_2050": 5076, "tot_pop_pov_det_2050": 5072, "tot_pop_civ_ni_2050": 5076, "tot_hh_2050": 1896, "pop_zvhhs_2050": 51, "tot_fam_2050": 1269, "tot_pop_over5_2050": 4736, "pop_hus_rent50_2050": 189, "pop_minority_2050": 2538, "pop_over75_2050": 354, "pop_spfam_2050": 192, "pop_lep_2050": 152, "pop_below200_2050": 709, "pop_disability_2050": 391, "pct_minority_2050": 0.5, "pct_over75_2050": 0.069739952718676126, "pct_spfam_2050": 0.15130023640661938, "pct_lep_2050": 0.032094594594594586, "pct_below200_2050": 0.13978706624605675, "pct_disab_2050": 0.077029156816390859, "pct_zvhhs_2050": 0.026898734177215191, "pct_hus_rent50_2050": 0.099683544303797472, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064052287581699008, "pct_minority_2040": 0.41982570806100206, "pct_spfam_2040": 0.071923743500866999, "pct_lep_2040": 0.057203389830509002, "pct_below200_2040": 0.27002837808338798, "pct_disab_2040": 0.10718954248366, "pct_zvhhs_2040": 0.0484375, "pct_hus_rent50_2040": 0.15041928721174, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.945987999616861, 37.270732000289904 ], [ -121.946158000394504, 37.269971000158868 ], [ -121.942090000291614, 37.26700200005984 ], [ -121.941018000238898, 37.266155999821315 ], [ -121.938000000447417, 37.263794000191474 ], [ -121.936482000330855, 37.262746000128899 ], [ -121.935319000041531, 37.262209999999591 ], [ -121.93396099975854, 37.26186100028049 ], [ -121.933826000039346, 37.261837999678839 ], [ -121.931410999772226, 37.261741999920538 ], [ -121.931609000138948, 37.269474000048056 ], [ -121.931907999889688, 37.270216999802543 ], [ -121.932917000193228, 37.272550999725077 ], [ -121.933831000062213, 37.274666999849735 ], [ -121.932312999945637, 37.277243000001988 ], [ -121.931641999750894, 37.280181000350076 ], [ -121.933164999890352, 37.279820999867233 ], [ -121.935185999972134, 37.27789199966675 ], [ -121.935705999655823, 37.279217000311775 ], [ -121.936049999612408, 37.279039999720183 ], [ -121.939059999906277, 37.278620000127823 ], [ -121.941660000121317, 37.277289999657903 ], [ -121.943329999675512, 37.275742999919288 ], [ -121.944990000082299, 37.275150000204199 ], [ -121.945099999687173, 37.272499999684989 ], [ -121.946079999678375, 37.272419999664649 ], [ -121.945987999616861, 37.270732000289904 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502702", "NAME": "Census Tract 5027.02", "state": "06", "county_fips": "085", "tract": "502702", "county_name": "Santa Clara County", "tot_pop_2050": 8005, "tot_pop_pov_det_2050": 7826, "tot_pop_civ_ni_2050": 7826, "tot_hh_2050": 3054, "pop_zvhhs_2050": 88, "tot_fam_2050": 2331, "tot_pop_over5_2050": 7614, "pop_hus_rent50_2050": 108, "pop_minority_2050": 3615, "pop_over75_2050": 640, "pop_spfam_2050": 161, "pop_lep_2050": 262, "pop_below200_2050": 661, "pop_disability_2050": 555, "pct_minority_2050": 0.45159275452841968, "pct_over75_2050": 0.079950031230480931, "pct_spfam_2050": 0.069069069069069081, "pct_lep_2050": 0.034410296821644336, "pct_below200_2050": 0.084462049578328646, "pct_disab_2050": 0.070917454638384878, "pct_zvhhs_2050": 0.028814669286182051, "pct_hus_rent50_2050": 0.03536345776031434, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077590741714887002, "pct_minority_2040": 0.36046817464492403, "pct_spfam_2040": 0.074875207986689007, "pct_lep_2040": 0.037569060773481003, "pct_below200_2040": 0.20782363220862998, "pct_disab_2040": 0.102836402742304, "pct_zvhhs_2040": 0.060098522167488004, "pct_hus_rent50_2040": 0.077689243027888003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.955860000397408, 37.255559999880973 ], [ -121.954410000052903, 37.255109999674282 ], [ -121.951500000216484, 37.254410000127116 ], [ -121.951968000021623, 37.253841999833007 ], [ -121.950943999649468, 37.249808999666165 ], [ -121.948621000342186, 37.250422000298691 ], [ -121.948568999565339, 37.251093999779577 ], [ -121.945123000151696, 37.25111399973612 ], [ -121.944568000307925, 37.251095000135045 ], [ -121.943799000203896, 37.250885999916697 ], [ -121.94311799996342, 37.250613999944719 ], [ -121.940500000205049, 37.250621000332252 ], [ -121.94027199970111, 37.250621999978939 ], [ -121.932244000348675, 37.250664999790843 ], [ -121.931315000411061, 37.250544000324126 ], [ -121.931279000426059, 37.251051999853537 ], [ -121.931261999809323, 37.253620999797484 ], [ -121.931261999809323, 37.255787000277728 ], [ -121.93126500018235, 37.256245000167596 ], [ -121.931276000053003, 37.257749999644993 ], [ -121.931343000000169, 37.259306000228882 ], [ -121.931410999772226, 37.261741999920538 ], [ -121.933826000039346, 37.261837999678839 ], [ -121.93396099975854, 37.26186100028049 ], [ -121.935319000041531, 37.262209999999591 ], [ -121.936482000330855, 37.262746000128899 ], [ -121.938000000447417, 37.263794000191474 ], [ -121.941018000238898, 37.266155999821315 ], [ -121.942090000291614, 37.26700200005984 ], [ -121.946158000394504, 37.269971000158868 ], [ -121.947239999594643, 37.270760000076628 ], [ -121.948972999796396, 37.265278999917136 ], [ -121.953844000338464, 37.25820900001569 ], [ -121.955860000397408, 37.255559999880973 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502800", "NAME": "Census Tract 5028", "state": "06", "county_fips": "085", "tract": "502800", "county_name": "Santa Clara County", "tot_pop_2050": 4432, "tot_pop_pov_det_2050": 4408, "tot_pop_civ_ni_2050": 4408, "tot_hh_2050": 1350, "pop_zvhhs_2050": 38, "tot_fam_2050": 1115, "tot_pop_over5_2050": 4203, "pop_hus_rent50_2050": 37, "pop_minority_2050": 2045, "pop_over75_2050": 232, "pop_spfam_2050": 101, "pop_lep_2050": 307, "pop_below200_2050": 403, "pop_disability_2050": 363, "pct_minority_2050": 0.46141696750902528, "pct_over75_2050": 0.052346570397111922, "pct_spfam_2050": 0.090582959641255595, "pct_lep_2050": 0.07304306447775398, "pct_below200_2050": 0.091424682395644274, "pct_disab_2050": 0.0823502722323049, "pct_zvhhs_2050": 0.028148148148148151, "pct_hus_rent50_2050": 0.027407407407407408, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046171428571429002, "pct_minority_2040": 0.37211428571428606, "pct_spfam_2040": 0.12410071942446001, "pct_lep_2040": 0.042512538810604003, "pct_below200_2040": 0.12000917852225801, "pct_disab_2040": 0.10991280403855, "pct_zvhhs_2040": 0.0047814207650270007, "pct_hus_rent50_2040": 0.043689320388350002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.931410999772226, 37.261741999920538 ], [ -121.931343000000169, 37.259306000228882 ], [ -121.931276000053003, 37.257749999644993 ], [ -121.93126500018235, 37.256245000167596 ], [ -121.931261999809323, 37.255787000277728 ], [ -121.931261999809323, 37.253620999797484 ], [ -121.931279000426059, 37.251051999853537 ], [ -121.931139999610579, 37.251031999880539 ], [ -121.928579999578517, 37.250688999874697 ], [ -121.926751999840548, 37.250621000332252 ], [ -121.922214000282708, 37.250601000244849 ], [ -121.917250999679084, 37.250658000122463 ], [ -121.91307999964404, 37.250739999669996 ], [ -121.910543000076515, 37.250729999642779 ], [ -121.910743999917983, 37.251053000209559 ], [ -121.912708000098363, 37.252704999649005 ], [ -121.915195000335515, 37.256153999727346 ], [ -121.916565000314066, 37.258087000247713 ], [ -121.916760000307733, 37.258358999693989 ], [ -121.917009999654653, 37.258709000165069 ], [ -121.9187510002523, 37.260961000251406 ], [ -121.920378999973735, 37.261694999852743 ], [ -121.920907000053333, 37.261881999735735 ], [ -121.922321000412822, 37.261748999988946 ], [ -121.926070999600071, 37.261743000134622 ], [ -121.928529000423197, 37.261740000207254 ], [ -121.931410999772226, 37.261741999920538 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502901", "NAME": "Census Tract 5029.01", "state": "06", "county_fips": "085", "tract": "502901", "county_name": "Santa Clara County", "tot_pop_2050": 6081, "tot_pop_pov_det_2050": 6059, "tot_pop_civ_ni_2050": 6074, "tot_hh_2050": 2207, "pop_zvhhs_2050": 58, "tot_fam_2050": 1681, "tot_pop_over5_2050": 5835, "pop_hus_rent50_2050": 232, "pop_minority_2050": 2899, "pop_over75_2050": 493, "pop_spfam_2050": 181, "pop_lep_2050": 400, "pop_below200_2050": 845, "pop_disability_2050": 454, "pct_minority_2050": 0.47673080085512259, "pct_over75_2050": 0.081072192073672097, "pct_spfam_2050": 0.10767400356930397, "pct_lep_2050": 0.068551842330762641, "pct_below200_2050": 0.13946195741871595, "pct_disab_2050": 0.074744813961145865, "pct_zvhhs_2050": 0.026280018124150432, "pct_hus_rent50_2050": 0.10512007249660173, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055722439170922004, "pct_minority_2040": 0.44247521778311799, "pct_spfam_2040": 0.13507504168982801, "pct_lep_2040": 0.057013281503077003, "pct_below200_2040": 0.129721595184349, "pct_disab_2040": 0.10327720986169599, "pct_zvhhs_2040": 0.025962399283795998, "pct_hus_rent50_2040": 0.11145926589077901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.933831000062213, 37.274666999849735 ], [ -121.932917000193228, 37.272550999725077 ], [ -121.931907999889688, 37.270216999802543 ], [ -121.931609000138948, 37.269474000048056 ], [ -121.931410999772226, 37.261741999920538 ], [ -121.928529000423197, 37.261740000207254 ], [ -121.926070999600071, 37.261743000134622 ], [ -121.922321000412822, 37.261748999988946 ], [ -121.922322000237742, 37.267000999915609 ], [ -121.922224000328427, 37.267402000214702 ], [ -121.922137000289808, 37.267601999852815 ], [ -121.920842999580927, 37.270304000007251 ], [ -121.920842999580927, 37.271510999968484 ], [ -121.920896000182665, 37.273384000254559 ], [ -121.921483999638426, 37.274366000060887 ], [ -121.923231000083845, 37.277046000273188 ], [ -121.9235010004206, 37.278353000204937 ], [ -121.922504999637525, 37.280931999894634 ], [ -121.922455000307124, 37.282627000265109 ], [ -121.92354400007828, 37.281418999887386 ], [ -121.923512000291254, 37.280962000093886 ], [ -121.927049999766382, 37.281481999741359 ], [ -121.930034000120969, 37.280246999715729 ], [ -121.931641999750894, 37.280181000350076 ], [ -121.932312999945637, 37.277243000001988 ], [ -121.933831000062213, 37.274666999849735 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502902", "NAME": "Census Tract 5029.02", "state": "06", "county_fips": "085", "tract": "502902", "county_name": "Santa Clara County", "tot_pop_2050": 8016, "tot_pop_pov_det_2050": 8009, "tot_pop_civ_ni_2050": 8009, "tot_hh_2050": 2797, "pop_zvhhs_2050": 55, "tot_fam_2050": 2218, "tot_pop_over5_2050": 7359, "pop_hus_rent50_2050": 137, "pop_minority_2050": 3306, "pop_over75_2050": 516, "pop_spfam_2050": 266, "pop_lep_2050": 200, "pop_below200_2050": 817, "pop_disability_2050": 671, "pct_minority_2050": 0.41242514970059879, "pct_over75_2050": 0.06437125748502992, "pct_spfam_2050": 0.1199278629395852, "pct_lep_2050": 0.027177605652941972, "pct_below200_2050": 0.10201023848170808, "pct_disab_2050": 0.083780746660007496, "pct_zvhhs_2050": 0.01966392563460851, "pct_hus_rent50_2050": 0.048981051126206647, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077852533296717999, "pct_minority_2040": 0.41864616229575702, "pct_spfam_2040": 0.094449853943524995, "pct_lep_2040": 0.024155995343422998, "pct_below200_2040": 0.156035193841078, "pct_disab_2040": 0.094033544129776991, "pct_zvhhs_2040": 0.016380952380952, "pct_hus_rent50_2040": 0.034086556874760997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.9235010004206, 37.278353000204937 ], [ -121.923231000083845, 37.277046000273188 ], [ -121.921483999638426, 37.274366000060887 ], [ -121.920896000182665, 37.273384000254559 ], [ -121.920842999580927, 37.271510999968484 ], [ -121.920842999580927, 37.270304000007251 ], [ -121.922137000289808, 37.267601999852815 ], [ -121.922224000328427, 37.267402000214702 ], [ -121.922322000237742, 37.267000999915609 ], [ -121.922321000412822, 37.261748999988946 ], [ -121.920907000053333, 37.261881999735735 ], [ -121.914915999777918, 37.264811000321281 ], [ -121.90827099992454, 37.266815000021744 ], [ -121.907916999922222, 37.266984999750612 ], [ -121.904660999581068, 37.267943999926096 ], [ -121.905274999874393, 37.269444999671315 ], [ -121.905792999908257, 37.270714000013022 ], [ -121.906715999998056, 37.272170999843716 ], [ -121.906792999990955, 37.272282999646883 ], [ -121.90832199997817, 37.274507000040565 ], [ -121.909737000162565, 37.276570000052452 ], [ -121.910076000096268, 37.27706699978264 ], [ -121.910916000345409, 37.278294999847468 ], [ -121.913412999729985, 37.282126000306754 ], [ -121.913468999806497, 37.286702999840372 ], [ -121.919009999820076, 37.284479000279511 ], [ -121.920277999691393, 37.284640000243897 ], [ -121.920661999830941, 37.28438200017024 ], [ -121.922455000307124, 37.282627000265109 ], [ -121.922504999637525, 37.280931999894634 ], [ -121.9235010004206, 37.278353000204937 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502903", "NAME": "Census Tract 5029.03", "state": "06", "county_fips": "085", "tract": "502903", "county_name": "Santa Clara County", "tot_pop_2050": 5326, "tot_pop_pov_det_2050": 5319, "tot_pop_civ_ni_2050": 5326, "tot_hh_2050": 1915, "pop_zvhhs_2050": 57, "tot_fam_2050": 1504, "tot_pop_over5_2050": 5064, "pop_hus_rent50_2050": 84, "pop_minority_2050": 2370, "pop_over75_2050": 675, "pop_spfam_2050": 83, "pop_lep_2050": 84, "pop_below200_2050": 434, "pop_disability_2050": 541, "pct_minority_2050": 0.44498685692827639, "pct_over75_2050": 0.12673676304919265, "pct_spfam_2050": 0.055186170212765964, "pct_lep_2050": 0.016587677725118485, "pct_below200_2050": 0.081594284639969913, "pct_disab_2050": 0.1015771686068344, "pct_zvhhs_2050": 0.029765013054830286, "pct_hus_rent50_2050": 0.043864229765013064, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.101744186046512, "pct_minority_2040": 0.35368217054263601, "pct_spfam_2040": 0.055913978494624005, "pct_lep_2040": 0.025747508305647999, "pct_below200_2040": 0.073255813953488, "pct_disab_2040": 0.11356589147286801, "pct_zvhhs_2040": 0.0032985156679490005, "pct_hus_rent50_2040": 0.018784530386740002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.913468999806497, 37.286702999840372 ], [ -121.913412999729985, 37.282126000306754 ], [ -121.910916000345409, 37.278294999847468 ], [ -121.910076000096268, 37.27706699978264 ], [ -121.909737000162565, 37.276570000052452 ], [ -121.90832199997817, 37.274507000040565 ], [ -121.906792999990955, 37.272282999646883 ], [ -121.906715999998056, 37.272170999843716 ], [ -121.905792999908257, 37.270714000013022 ], [ -121.905274999874393, 37.269444999671315 ], [ -121.904660999581068, 37.267943999926096 ], [ -121.903760000130873, 37.268189999758341 ], [ -121.895859999926685, 37.27036900006987 ], [ -121.89496000030141, 37.270795999889202 ], [ -121.896198000035469, 37.273780999940413 ], [ -121.898230999812824, 37.276352000288966 ], [ -121.90203100012711, 37.281158000338905 ], [ -121.904174000407664, 37.283966000044579 ], [ -121.907398000063452, 37.288647000051157 ], [ -121.910003000301344, 37.287515999988962 ], [ -121.911363000234161, 37.287493999949383 ], [ -121.911805000100031, 37.28715700016334 ], [ -121.913468999806497, 37.286702999840372 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502906", "NAME": "Census Tract 5029.06", "state": "06", "county_fips": "085", "tract": "502906", "county_name": "Santa Clara County", "tot_pop_2050": 4521, "tot_pop_pov_det_2050": 4521, "tot_pop_civ_ni_2050": 4521, "tot_hh_2050": 1547, "pop_zvhhs_2050": 120, "tot_fam_2050": 1188, "tot_pop_over5_2050": 4183, "pop_hus_rent50_2050": 163, "pop_minority_2050": 2355, "pop_over75_2050": 247, "pop_spfam_2050": 196, "pop_lep_2050": 106, "pop_below200_2050": 777, "pop_disability_2050": 416, "pct_minority_2050": 0.52090245520902456, "pct_over75_2050": 0.05463393054633929, "pct_spfam_2050": 0.16498316498316498, "pct_lep_2050": 0.025340664594788433, "pct_below200_2050": 0.17186463171864633, "pct_disab_2050": 0.092015040920150407, "pct_zvhhs_2050": 0.077569489334195219, "pct_hus_rent50_2050": 0.10536522301228184, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041783380018673995, "pct_minority_2040": 0.50980392156862697, "pct_spfam_2040": 0.14697926059513097, "pct_lep_2040": 0.032931121166415001, "pct_below200_2040": 0.23100303951367798, "pct_disab_2040": 0.103874883286648, "pct_zvhhs_2040": 0.033442622950820004, "pct_hus_rent50_2040": 0.096795727636849002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.910743999917983, 37.251053000209559 ], [ -121.910543000076515, 37.250729999642779 ], [ -121.90955100038974, 37.248200999838211 ], [ -121.9067610002039, 37.244261000299069 ], [ -121.903796000115889, 37.240135999819692 ], [ -121.891972999573738, 37.245518999765437 ], [ -121.894936999836858, 37.249535000059339 ], [ -121.895496999703496, 37.250793000149805 ], [ -121.896314000386425, 37.252685000114802 ], [ -121.898343999790754, 37.255414000111685 ], [ -121.902679999682235, 37.253193000224371 ], [ -121.910743999917983, 37.251053000209559 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502907", "NAME": "Census Tract 5029.07", "state": "06", "county_fips": "085", "tract": "502907", "county_name": "Santa Clara County", "tot_pop_2050": 3936, "tot_pop_pov_det_2050": 3927, "tot_pop_civ_ni_2050": 3927, "tot_hh_2050": 1285, "pop_zvhhs_2050": 24, "tot_fam_2050": 1065, "tot_pop_over5_2050": 3714, "pop_hus_rent50_2050": 27, "pop_minority_2050": 1445, "pop_over75_2050": 263, "pop_spfam_2050": 62, "pop_lep_2050": 120, "pop_below200_2050": 419, "pop_disability_2050": 373, "pct_minority_2050": 0.3671239837398374, "pct_over75_2050": 0.06681910569105691, "pct_spfam_2050": 0.058215962441314564, "pct_lep_2050": 0.032310177705977383, "pct_below200_2050": 0.10669722434428316, "pct_disab_2050": 0.094983447924624403, "pct_zvhhs_2050": 0.01867704280155642, "pct_hus_rent50_2050": 0.021011673151750971, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086445547140244994, "pct_minority_2040": 0.36824236092974699, "pct_spfam_2040": 0.07247796278158701, "pct_lep_2040": 0.026743865453542997, "pct_below200_2040": 0.11853220696937701, "pct_disab_2040": 0.111023828227285, "pct_zvhhs_2040": 0.035338345864662002, "pct_hus_rent50_2040": 0.045283018867923998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.904660999581068, 37.267943999926096 ], [ -121.903939000231006, 37.266242999713889 ], [ -121.903287000302853, 37.265290000324818 ], [ -121.902168000394454, 37.262566999726985 ], [ -121.901196999725755, 37.260189999836228 ], [ -121.901001999732088, 37.259729000330957 ], [ -121.899091999978367, 37.256368000344324 ], [ -121.898343999790754, 37.255414000111685 ], [ -121.89338500028343, 37.257841999853056 ], [ -121.890284999577858, 37.25937200002091 ], [ -121.891554000172391, 37.262468000284571 ], [ -121.892649999616268, 37.265152000033247 ], [ -121.893770000247869, 37.267880000047235 ], [ -121.89496000030141, 37.270795999889202 ], [ -121.895859999926685, 37.27036900006987 ], [ -121.903760000130873, 37.268189999758341 ], [ -121.904660999581068, 37.267943999926096 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502908", "NAME": "Census Tract 5029.08", "state": "06", "county_fips": "085", "tract": "502908", "county_name": "Santa Clara County", "tot_pop_2050": 7255, "tot_pop_pov_det_2050": 7213, "tot_pop_civ_ni_2050": 7255, "tot_hh_2050": 2368, "pop_zvhhs_2050": 59, "tot_fam_2050": 1904, "tot_pop_over5_2050": 6595, "pop_hus_rent50_2050": 109, "pop_minority_2050": 3376, "pop_over75_2050": 356, "pop_spfam_2050": 127, "pop_lep_2050": 184, "pop_below200_2050": 868, "pop_disability_2050": 601, "pct_minority_2050": 0.4653342522398346, "pct_over75_2050": 0.049069607167470712, "pct_spfam_2050": 0.066701680672268907, "pct_lep_2050": 0.027899924184988628, "pct_below200_2050": 0.12033827810896992, "pct_disab_2050": 0.0828394210889042, "pct_zvhhs_2050": 0.024915540540540539, "pct_hus_rent50_2050": 0.046030405405405414, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059592807252192001, "pct_minority_2040": 0.37316094516272796, "pct_spfam_2040": 0.12572759022118699, "pct_lep_2040": 0.043038800130420996, "pct_below200_2040": 0.158567394858077, "pct_disab_2040": 0.104621786298113, "pct_zvhhs_2040": 0.032854209445585002, "pct_hus_rent50_2040": 0.032971619365609002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.920907000053333, 37.261881999735735 ], [ -121.920378999973735, 37.261694999852743 ], [ -121.9187510002523, 37.260961000251406 ], [ -121.917009999654653, 37.258709000165069 ], [ -121.916760000307733, 37.258358999693989 ], [ -121.916565000314066, 37.258087000247713 ], [ -121.915195000335515, 37.256153999727346 ], [ -121.912708000098363, 37.252704999649005 ], [ -121.910743999917983, 37.251053000209559 ], [ -121.902679999682235, 37.253193000224371 ], [ -121.898343999790754, 37.255414000111685 ], [ -121.899091999978367, 37.256368000344324 ], [ -121.901001999732088, 37.259729000330957 ], [ -121.901196999725755, 37.260189999836228 ], [ -121.902168000394454, 37.262566999726985 ], [ -121.903287000302853, 37.265290000324818 ], [ -121.903939000231006, 37.266242999713889 ], [ -121.904660999581068, 37.267943999926096 ], [ -121.907916999922222, 37.266984999750612 ], [ -121.90827099992454, 37.266815000021744 ], [ -121.914915999777918, 37.264811000321281 ], [ -121.920907000053333, 37.261881999735735 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502909", "NAME": "Census Tract 5029.09", "state": "06", "county_fips": "085", "tract": "502909", "county_name": "Santa Clara County", "tot_pop_2050": 5390, "tot_pop_pov_det_2050": 5369, "tot_pop_civ_ni_2050": 5379, "tot_hh_2050": 2020, "pop_zvhhs_2050": 81, "tot_fam_2050": 1434, "tot_pop_over5_2050": 4845, "pop_hus_rent50_2050": 208, "pop_minority_2050": 3016, "pop_over75_2050": 286, "pop_spfam_2050": 245, "pop_lep_2050": 137, "pop_below200_2050": 865, "pop_disability_2050": 310, "pct_minority_2050": 0.55955473098330244, "pct_over75_2050": 0.053061224489795916, "pct_spfam_2050": 0.17085076708507671, "pct_lep_2050": 0.028276573787409699, "pct_below200_2050": 0.16111007636431365, "pct_disab_2050": 0.057631530024168064, "pct_zvhhs_2050": 0.0400990099009901, "pct_hus_rent50_2050": 0.10297029702970296, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050866199778842991, "pct_minority_2040": 0.512900847769996, "pct_spfam_2040": 0.19769803656059601, "pct_lep_2040": 0.055969398026978, "pct_below200_2040": 0.21618134906008102, "pct_disab_2040": 0.064872834500553006, "pct_zvhhs_2040": 0.048180924287119002, "pct_hus_rent50_2040": 0.121661721068249, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.898343999790754, 37.255414000111685 ], [ -121.896314000386425, 37.252685000114802 ], [ -121.895496999703496, 37.250793000149805 ], [ -121.892272000222789, 37.251051999853537 ], [ -121.890734999839651, 37.251380000083486 ], [ -121.881004000422763, 37.254012999845898 ], [ -121.88173099979565, 37.254318000017626 ], [ -121.883002999864928, 37.257313000339643 ], [ -121.882934000267952, 37.257806000282429 ], [ -121.881562999566199, 37.257686999950607 ], [ -121.876385999600629, 37.259006000055336 ], [ -121.87629500026236, 37.25983099980234 ], [ -121.876679000401921, 37.2629849998305 ], [ -121.878692000087796, 37.262558000043036 ], [ -121.88532799972036, 37.260692999674092 ], [ -121.890284999577858, 37.25937200002091 ], [ -121.89338500028343, 37.257841999853056 ], [ -121.898343999790754, 37.255414000111685 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085502910", "NAME": "Census Tract 5029.10", "state": "06", "county_fips": "085", "tract": "502910", "county_name": "Santa Clara County", "tot_pop_2050": 3583, "tot_pop_pov_det_2050": 3576, "tot_pop_civ_ni_2050": 3583, "tot_hh_2050": 1390, "pop_zvhhs_2050": 28, "tot_fam_2050": 935, "tot_pop_over5_2050": 3379, "pop_hus_rent50_2050": 142, "pop_minority_2050": 1758, "pop_over75_2050": 242, "pop_spfam_2050": 77, "pop_lep_2050": 87, "pop_below200_2050": 611, "pop_disability_2050": 460, "pct_minority_2050": 0.49065029305051627, "pct_over75_2050": 0.067541166620150708, "pct_spfam_2050": 0.082352941176470587, "pct_lep_2050": 0.025747262503699318, "pct_below200_2050": 0.17086129753914989, "pct_disab_2050": 0.12838403572425339, "pct_zvhhs_2050": 0.020143884892086333, "pct_hus_rent50_2050": 0.10215827338129496, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10712200817279599, "pct_minority_2040": 0.48102743724460001, "pct_spfam_2040": 0.072639225181597988, "pct_lep_2040": 0.0546875, "pct_below200_2040": 0.147694103911267, "pct_disab_2040": 0.116754232340922, "pct_zvhhs_2040": 0.067335243553009003, "pct_hus_rent50_2040": 0.119424460431655, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.895496999703496, 37.250793000149805 ], [ -121.894936999836858, 37.249535000059339 ], [ -121.891972999573738, 37.245518999765437 ], [ -121.889995999872866, 37.246263999984869 ], [ -121.888526000335204, 37.246059000212611 ], [ -121.887696999956717, 37.24591900030935 ], [ -121.887092999709125, 37.245813000321917 ], [ -121.884577000057988, 37.24726700013796 ], [ -121.882423999731699, 37.248420999649454 ], [ -121.877445999957814, 37.250589000189862 ], [ -121.875315000271129, 37.250817000192889 ], [ -121.875990999590442, 37.25574599968656 ], [ -121.876385999600629, 37.259006000055336 ], [ -121.881562999566199, 37.257686999950607 ], [ -121.882934000267952, 37.257806000282429 ], [ -121.883002999864928, 37.257313000339643 ], [ -121.88173099979565, 37.254318000017626 ], [ -121.881004000422763, 37.254012999845898 ], [ -121.890734999839651, 37.251380000083486 ], [ -121.892272000222789, 37.251051999853537 ], [ -121.895496999703496, 37.250793000149805 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503001", "NAME": "Census Tract 5030.01", "state": "06", "county_fips": "085", "tract": "503001", "county_name": "Santa Clara County", "tot_pop_2050": 4181, "tot_pop_pov_det_2050": 4089, "tot_pop_civ_ni_2050": 4089, "tot_hh_2050": 1616, "pop_zvhhs_2050": 41, "tot_fam_2050": 1163, "tot_pop_over5_2050": 3868, "pop_hus_rent50_2050": 47, "pop_minority_2050": 1418, "pop_over75_2050": 252, "pop_spfam_2050": 115, "pop_lep_2050": 17, "pop_below200_2050": 344, "pop_disability_2050": 316, "pct_minority_2050": 0.33915331260464004, "pct_over75_2050": 0.060272662042573547, "pct_spfam_2050": 0.098882201203783326, "pct_lep_2050": 0.0043950361944157185, "pct_below200_2050": 0.084128148691611643, "pct_disab_2050": 0.077280508681829299, "pct_zvhhs_2050": 0.025371287128712876, "pct_hus_rent50_2050": 0.029084158415841582, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10364015766288001, "pct_minority_2040": 0.27312775330396499, "pct_spfam_2040": 0.11904761904761901, "pct_lep_2040": 0.0057299451918290008, "pct_below200_2040": 0.136449928808733, "pct_disab_2040": 0.08542952064546698, "pct_zvhhs_2040": 0.072303921568627, "pct_hus_rent50_2040": 0.037990196078431002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.904174000407664, 37.283966000044579 ], [ -121.90203100012711, 37.281158000338905 ], [ -121.898230999812824, 37.276352000288966 ], [ -121.892949000265318, 37.278852000287678 ], [ -121.892056000312749, 37.279276999921152 ], [ -121.888736000397486, 37.280507000314216 ], [ -121.882629999596034, 37.282754999912207 ], [ -121.882303000256201, 37.282873999941614 ], [ -121.8827119996118, 37.284592000263949 ], [ -121.883181999965075, 37.285677999647056 ], [ -121.881894000002291, 37.288650000335807 ], [ -121.881425000372232, 37.290643999656481 ], [ -121.880688999880164, 37.292241999978607 ], [ -121.887690000284039, 37.289842999950054 ], [ -121.893698000277865, 37.287699999743374 ], [ -121.904174000407664, 37.283966000044579 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503002", "NAME": "Census Tract 5030.02", "state": "06", "county_fips": "085", "tract": "503002", "county_name": "Santa Clara County", "tot_pop_2050": 3598, "tot_pop_pov_det_2050": 3519, "tot_pop_civ_ni_2050": 3519, "tot_hh_2050": 1238, "pop_zvhhs_2050": 44, "tot_fam_2050": 896, "tot_pop_over5_2050": 3333, "pop_hus_rent50_2050": 32, "pop_minority_2050": 1315, "pop_over75_2050": 315, "pop_spfam_2050": 87, "pop_lep_2050": 69, "pop_below200_2050": 411, "pop_disability_2050": 405, "pct_minority_2050": 0.36548082267926624, "pct_over75_2050": 0.087548638132295714, "pct_spfam_2050": 0.097098214285714274, "pct_lep_2050": 0.020702070207020702, "pct_below200_2050": 0.11679454390451835, "pct_disab_2050": 0.11508951406649615, "pct_zvhhs_2050": 0.035541195476575124, "pct_hus_rent50_2050": 0.025848142164781908, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089658965896590004, "pct_minority_2040": 0.44416941694169393, "pct_spfam_2040": 0.14223669923995699, "pct_lep_2040": 0.062183873847069006, "pct_below200_2040": 0.17969628796400502, "pct_disab_2040": 0.11839145106861601, "pct_zvhhs_2040": 0.038704581358609998, "pct_hus_rent50_2040": 0.057536466774715994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.898230999812824, 37.276352000288966 ], [ -121.896198000035469, 37.273780999940413 ], [ -121.89496000030141, 37.270795999889202 ], [ -121.894021000318048, 37.27125799964989 ], [ -121.888384000044979, 37.272749999915405 ], [ -121.885885000112268, 37.273402999952346 ], [ -121.87785500021171, 37.275516999656595 ], [ -121.876789000006767, 37.275700000127152 ], [ -121.87746500022439, 37.276841999934497 ], [ -121.877845999990896, 37.278495999847706 ], [ -121.87918400018242, 37.280429000157518 ], [ -121.88108800008834, 37.281491000022527 ], [ -121.8827119996118, 37.284592000263949 ], [ -121.882303000256201, 37.282873999941614 ], [ -121.882629999596034, 37.282754999912207 ], [ -121.888736000397486, 37.280507000314216 ], [ -121.892056000312749, 37.279276999921152 ], [ -121.892949000265318, 37.278852000287678 ], [ -121.898230999812824, 37.276352000288966 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503003", "NAME": "Census Tract 5030.03", "state": "06", "county_fips": "085", "tract": "503003", "county_name": "Santa Clara County", "tot_pop_2050": 5553, "tot_pop_pov_det_2050": 5549, "tot_pop_civ_ni_2050": 5553, "tot_hh_2050": 1844, "pop_zvhhs_2050": 18, "tot_fam_2050": 1501, "tot_pop_over5_2050": 5088, "pop_hus_rent50_2050": 86, "pop_minority_2050": 2209, "pop_over75_2050": 383, "pop_spfam_2050": 103, "pop_lep_2050": 142, "pop_below200_2050": 554, "pop_disability_2050": 425, "pct_minority_2050": 0.39780298937511255, "pct_over75_2050": 0.06897172699441742, "pct_spfam_2050": 0.068620919387075277, "pct_lep_2050": 0.027908805031446542, "pct_below200_2050": 0.099837808614164719, "pct_disab_2050": 0.076535206194849631, "pct_zvhhs_2050": 0.0097613882863340565, "pct_hus_rent50_2050": 0.046637744034707163, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044768069039914003, "pct_minority_2040": 0.40309241280115099, "pct_spfam_2040": 0.10721649484536099, "pct_lep_2040": 0.009443052611293001, "pct_below200_2040": 0.12214015492703999, "pct_disab_2040": 0.068860122258181, "pct_zvhhs_2040": 0.016447368421053002, "pct_hus_rent50_2040": 0.038975501113585997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.894021000318048, 37.27125799964989 ], [ -121.89496000030141, 37.270795999889202 ], [ -121.893770000247869, 37.267880000047235 ], [ -121.892649999616268, 37.265152000033247 ], [ -121.891554000172391, 37.262468000284571 ], [ -121.890284999577858, 37.25937200002091 ], [ -121.88532799972036, 37.260692999674092 ], [ -121.878692000087796, 37.262558000043036 ], [ -121.876679000401921, 37.2629849998305 ], [ -121.875610999648842, 37.263275000092236 ], [ -121.877188000214957, 37.265769000141184 ], [ -121.878072999771618, 37.268274999905863 ], [ -121.878138999893835, 37.271836000229328 ], [ -121.876281000018651, 37.274586999987655 ], [ -121.876789000006767, 37.275700000127152 ], [ -121.87785500021171, 37.275516999656595 ], [ -121.885885000112268, 37.273402999952346 ], [ -121.888384000044979, 37.272749999915405 ], [ -121.894021000318048, 37.27125799964989 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503105", "NAME": "Census Tract 5031.05", "state": "06", "county_fips": "085", "tract": "503105", "county_name": "Santa Clara County", "tot_pop_2050": 2529, "tot_pop_pov_det_2050": 2502, "tot_pop_civ_ni_2050": 2529, "tot_hh_2050": 795, "pop_zvhhs_2050": 93, "tot_fam_2050": 568, "tot_pop_over5_2050": 2402, "pop_hus_rent50_2050": 206, "pop_minority_2050": 2356, "pop_over75_2050": 220, "pop_spfam_2050": 122, "pop_lep_2050": 878, "pop_below200_2050": 987, "pop_disability_2050": 402, "pct_minority_2050": 0.93159351522340839, "pct_over75_2050": 0.086990905496243581, "pct_spfam_2050": 0.21478873239436619, "pct_lep_2050": 0.36552872606161529, "pct_below200_2050": 0.39448441247002403, "pct_disab_2050": 0.15895610913404504, "pct_zvhhs_2050": 0.1169811320754717, "pct_hus_rent50_2050": 0.25911949685534591, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063977180114099017, "pct_minority_2040": 0.933577832110839, "pct_spfam_2040": 0.25148514851485099, "pct_lep_2040": 0.31620209059233501, "pct_below200_2040": 0.52536082474226797, "pct_disab_2040": 0.14669926650366699, "pct_zvhhs_2040": 0.122828784119107, "pct_hus_rent50_2040": 0.21437578814628, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.868261000163855, 37.329512999731236 ], [ -121.867888999719852, 37.32857199993304 ], [ -121.866676999925062, 37.326837000144984 ], [ -121.866040999890402, 37.326684000304951 ], [ -121.865790999645156, 37.32569100029778 ], [ -121.86536100037317, 37.325322999777306 ], [ -121.861884000099082, 37.321680000354256 ], [ -121.856564000018395, 37.316212999648343 ], [ -121.854901000136877, 37.317320000180274 ], [ -121.854425999760736, 37.317331000125705 ], [ -121.851865999728659, 37.320585000072725 ], [ -121.849393999560135, 37.322038999711879 ], [ -121.850833000034001, 37.323469000060982 ], [ -121.852988999835034, 37.32555300004595 ], [ -121.857458999620803, 37.330169000026522 ], [ -121.855481999919931, 37.331503999892725 ], [ -121.853638000288441, 37.332735999816741 ], [ -121.857157000395333, 37.336268000168829 ], [ -121.865388999962249, 37.331254999900381 ], [ -121.868261000163855, 37.329512999731236 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503108", "NAME": "Census Tract 5031.08", "state": "06", "county_fips": "085", "tract": "503108", "county_name": "Santa Clara County", "tot_pop_2050": 8152, "tot_pop_pov_det_2050": 8118, "tot_pop_civ_ni_2050": 8152, "tot_hh_2050": 2953, "pop_zvhhs_2050": 217, "tot_fam_2050": 2148, "tot_pop_over5_2050": 7531, "pop_hus_rent50_2050": 516, "pop_minority_2050": 6377, "pop_over75_2050": 182, "pop_spfam_2050": 669, "pop_lep_2050": 595, "pop_below200_2050": 1589, "pop_disability_2050": 436, "pct_minority_2050": 0.78226202158979397, "pct_over75_2050": 0.02232580961727184, "pct_spfam_2050": 0.31145251396648044, "pct_lep_2050": 0.07900677200902935, "pct_below200_2050": 0.19573786646957375, "pct_disab_2050": 0.053483807654563301, "pct_zvhhs_2050": 0.073484591940399593, "pct_hus_rent50_2050": 0.1747375550287843, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.044022770398482, "pct_minority_2040": 0.77191650853889893, "pct_spfam_2040": 0.17666666666666697, "pct_lep_2040": 0.10635887268092301, "pct_below200_2040": 0.21029988611919501, "pct_disab_2040": 0.072124509679867999, "pct_zvhhs_2040": 0.070562293274530993, "pct_hus_rent50_2040": 0.15904059040590399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.883181999965075, 37.285677999647056 ], [ -121.8827119996118, 37.284592000263949 ], [ -121.88108800008834, 37.281491000022527 ], [ -121.87918400018242, 37.280429000157518 ], [ -121.877845999990896, 37.278495999847706 ], [ -121.87746500022439, 37.276841999934497 ], [ -121.876789000006767, 37.275700000127152 ], [ -121.87530199985234, 37.275737999778471 ], [ -121.870401000071325, 37.275276999665927 ], [ -121.862939000433357, 37.274450000339151 ], [ -121.863403000040535, 37.27653100008866 ], [ -121.864748999729656, 37.279805000282344 ], [ -121.86585000009471, 37.282227000232915 ], [ -121.866511000243705, 37.283356999810941 ], [ -121.868543000196141, 37.28606800029582 ], [ -121.86879400026632, 37.28641600013583 ], [ -121.869334000041491, 37.287144000338564 ], [ -121.870135999757466, 37.288354999882316 ], [ -121.870721999563372, 37.289454999977096 ], [ -121.870894999815761, 37.289856000023221 ], [ -121.871432999941106, 37.291136000237884 ], [ -121.872791000224112, 37.294534000176533 ], [ -121.872864000019035, 37.294714999876796 ], [ -121.874027000308359, 37.293416000165344 ], [ -121.875456999663058, 37.292752000128679 ], [ -121.880688999880164, 37.292241999978607 ], [ -121.881425000372232, 37.290643999656481 ], [ -121.881894000002291, 37.288650000335807 ], [ -121.883181999965075, 37.285677999647056 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503110", "NAME": "Census Tract 5031.10", "state": "06", "county_fips": "085", "tract": "503110", "county_name": "Santa Clara County", "tot_pop_2050": 5141, "tot_pop_pov_det_2050": 5141, "tot_pop_civ_ni_2050": 5141, "tot_hh_2050": 1114, "pop_zvhhs_2050": 64, "tot_fam_2050": 970, "tot_pop_over5_2050": 4787, "pop_hus_rent50_2050": 253, "pop_minority_2050": 4999, "pop_over75_2050": 88, "pop_spfam_2050": 375, "pop_lep_2050": 1559, "pop_below200_2050": 3121, "pop_disability_2050": 385, "pct_minority_2050": 0.97237891460805281, "pct_over75_2050": 0.017117292355572845, "pct_spfam_2050": 0.38659793814432991, "pct_lep_2050": 0.32567369960309173, "pct_below200_2050": 0.60708033456525967, "pct_disab_2050": 0.074888154055631206, "pct_zvhhs_2050": 0.057450628366247765, "pct_hus_rent50_2050": 0.22710951526032319, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.016642987619241, "pct_minority_2040": 0.98924294702658799, "pct_spfam_2040": 0.35979381443298997, "pct_lep_2040": 0.38160919540229904, "pct_below200_2040": 0.66856099046072703, "pct_disab_2040": 0.044245991475542999, "pct_zvhhs_2040": 0.072080291970802998, "pct_hus_rent50_2040": 0.29622815087396503, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.85407799960619, 37.338091000294611 ], [ -121.857157000395333, 37.336268000168829 ], [ -121.853638000288441, 37.332735999816741 ], [ -121.848115999643099, 37.327047000286605 ], [ -121.84585100006214, 37.328533999824202 ], [ -121.843491999871517, 37.329578000073852 ], [ -121.843269000288743, 37.32797099979436 ], [ -121.841772999913502, 37.328955000069989 ], [ -121.848591000019269, 37.335812000023409 ], [ -121.851632000275245, 37.33904000005483 ], [ -121.851917999607195, 37.339665999663723 ], [ -121.85407799960619, 37.338091000294611 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503111", "NAME": "Census Tract 5031.11", "state": "06", "county_fips": "085", "tract": "503111", "county_name": "Santa Clara County", "tot_pop_2050": 5196, "tot_pop_pov_det_2050": 5189, "tot_pop_civ_ni_2050": 5189, "tot_hh_2050": 1058, "pop_zvhhs_2050": 9, "tot_fam_2050": 999, "tot_pop_over5_2050": 4914, "pop_hus_rent50_2050": 117, "pop_minority_2050": 5024, "pop_over75_2050": 227, "pop_spfam_2050": 130, "pop_lep_2050": 1263, "pop_below200_2050": 1620, "pop_disability_2050": 538, "pct_minority_2050": 0.96689761354888359, "pct_over75_2050": 0.043687451886066202, "pct_spfam_2050": 0.13013013013013014, "pct_lep_2050": 0.257020757020757, "pct_below200_2050": 0.31219888225091541, "pct_disab_2050": 0.10368086336481018, "pct_zvhhs_2050": 0.0085066162570888466, "pct_hus_rent50_2050": 0.110586011342155, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038136389254180003, "pct_minority_2040": 0.96468157054292691, "pct_spfam_2040": 0.20298507462686602, "pct_lep_2040": 0.201438848920863, "pct_below200_2040": 0.40301602262016994, "pct_disab_2040": 0.082910321489002001, "pct_zvhhs_2040": 0.023172905525846998, "pct_hus_rent50_2040": 0.110307414104882, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.84585100006214, 37.328533999824202 ], [ -121.848115999643099, 37.327047000286605 ], [ -121.845663999566071, 37.324540999741565 ], [ -121.844922000124555, 37.323801000221344 ], [ -121.843244000174394, 37.322065000155931 ], [ -121.842230999672907, 37.321031999936366 ], [ -121.839578999579345, 37.31831199989081 ], [ -121.836508999909327, 37.315172000123283 ], [ -121.831762999939031, 37.318456999661372 ], [ -121.836282999953525, 37.323114000128044 ], [ -121.836760999804426, 37.323582000049988 ], [ -121.840182999826936, 37.32724900009346 ], [ -121.841772999913502, 37.328955000069989 ], [ -121.843269000288743, 37.32797099979436 ], [ -121.843491999871517, 37.329578000073852 ], [ -121.84585100006214, 37.328533999824202 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503112", "NAME": "Census Tract 5031.12", "state": "06", "county_fips": "085", "tract": "503112", "county_name": "Santa Clara County", "tot_pop_2050": 4092, "tot_pop_pov_det_2050": 4075, "tot_pop_civ_ni_2050": 4092, "tot_hh_2050": 1471, "pop_zvhhs_2050": 175, "tot_fam_2050": 793, "tot_pop_over5_2050": 3848, "pop_hus_rent50_2050": 280, "pop_minority_2050": 3503, "pop_over75_2050": 169, "pop_spfam_2050": 193, "pop_lep_2050": 699, "pop_below200_2050": 1673, "pop_disability_2050": 436, "pct_minority_2050": 0.85606060606060608, "pct_over75_2050": 0.041300097751710653, "pct_spfam_2050": 0.24337957124842369, "pct_lep_2050": 0.18165280665280664, "pct_below200_2050": 0.41055214723926381, "pct_disab_2050": 0.10654936461388076, "pct_zvhhs_2050": 0.11896668932698845, "pct_hus_rent50_2050": 0.19034670292318151, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039064576136062006, "pct_minority_2040": 0.81477544512357203, "pct_spfam_2040": 0.32439335887611703, "pct_lep_2040": 0.18716426350014101, "pct_below200_2040": 0.4608, "pct_disab_2040": 0.11559925591283601, "pct_zvhhs_2040": 0.10292072322670399, "pct_hus_rent50_2040": 0.21515368120085801, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.880288999847096, 37.322706000126004 ], [ -121.878606999698974, 37.321014999688096 ], [ -121.877621999684905, 37.320025999680801 ], [ -121.874022000285493, 37.316377000173745 ], [ -121.869541999555636, 37.318142999834791 ], [ -121.862049999780425, 37.321581000086475 ], [ -121.861884000099082, 37.321680000354256 ], [ -121.86536100037317, 37.325322999777306 ], [ -121.865790999645156, 37.32569100029778 ], [ -121.866040999890402, 37.326684000304951 ], [ -121.866676999925062, 37.326837000144984 ], [ -121.867888999719852, 37.32857199993304 ], [ -121.880288999847096, 37.322706000126004 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503113", "NAME": "Census Tract 5031.13", "state": "06", "county_fips": "085", "tract": "503113", "county_name": "Santa Clara County", "tot_pop_2050": 5326, "tot_pop_pov_det_2050": 5271, "tot_pop_civ_ni_2050": 5326, "tot_hh_2050": 1305, "pop_zvhhs_2050": 123, "tot_fam_2050": 1011, "tot_pop_over5_2050": 4901, "pop_hus_rent50_2050": 245, "pop_minority_2050": 4897, "pop_over75_2050": 152, "pop_spfam_2050": 289, "pop_lep_2050": 1045, "pop_below200_2050": 2805, "pop_disability_2050": 401, "pct_minority_2050": 0.91945174615095759, "pct_over75_2050": 0.028539241457003383, "pct_spfam_2050": 0.28585558852621168, "pct_lep_2050": 0.21322179147112835, "pct_below200_2050": 0.53215708594194655, "pct_disab_2050": 0.075291025159594446, "pct_zvhhs_2050": 0.094252873563218403, "pct_hus_rent50_2050": 0.18773946360153254, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021175539283593999, "pct_minority_2040": 0.93706708885810408, "pct_spfam_2040": 0.32093023255814002, "pct_lep_2040": 0.277204301075269, "pct_below200_2040": 0.57992859976199906, "pct_disab_2040": 0.088660201860280993, "pct_zvhhs_2040": 0.080265095729012997, "pct_hus_rent50_2040": 0.22887060583395702, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.885952000059405, 37.316810999646137 ], [ -121.887901000171212, 37.315413999750717 ], [ -121.883232000193786, 37.310155999738789 ], [ -121.881623999665564, 37.311024999694411 ], [ -121.878163000183292, 37.313457999669765 ], [ -121.874022000285493, 37.316377000173745 ], [ -121.877621999684905, 37.320025999680801 ], [ -121.878606999698974, 37.321014999688096 ], [ -121.882211000194687, 37.318925000007908 ], [ -121.885952000059405, 37.316810999646137 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503115", "NAME": "Census Tract 5031.15", "state": "06", "county_fips": "085", "tract": "503115", "county_name": "Santa Clara County", "tot_pop_2050": 6611, "tot_pop_pov_det_2050": 6611, "tot_pop_civ_ni_2050": 6611, "tot_hh_2050": 2878, "pop_zvhhs_2050": 105, "tot_fam_2050": 1780, "tot_pop_over5_2050": 6145, "pop_hus_rent50_2050": 70, "pop_minority_2050": 3926, "pop_over75_2050": 382, "pop_spfam_2050": 225, "pop_lep_2050": 243, "pop_below200_2050": 1137, "pop_disability_2050": 508, "pct_minority_2050": 0.59385872031462716, "pct_over75_2050": 0.057782483739222498, "pct_spfam_2050": 0.12640449438202248, "pct_lep_2050": 0.039544344995931652, "pct_below200_2050": 0.17198608379972774, "pct_disab_2050": 0.076841627590379671, "pct_zvhhs_2050": 0.03648366921473245, "pct_hus_rent50_2050": 0.024322446143154968, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085408079142622023, "pct_minority_2040": 0.5853256389117889, "pct_spfam_2040": 0.08863198458574198, "pct_lep_2040": 0.051056338028169002, "pct_below200_2040": 0.10800529275554099, "pct_disab_2040": 0.064468260511129, "pct_zvhhs_2040": 0.01268834258525, "pct_hus_rent50_2040": 0.020618556701031, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.872864000019035, 37.294714999876796 ], [ -121.872791000224112, 37.294534000176533 ], [ -121.871432999941106, 37.291136000237884 ], [ -121.870894999815761, 37.289856000023221 ], [ -121.870721999563372, 37.289454999977096 ], [ -121.870135999757466, 37.288354999882316 ], [ -121.869334000041491, 37.287144000338564 ], [ -121.86879400026632, 37.28641600013583 ], [ -121.868543000196141, 37.28606800029582 ], [ -121.866511000243705, 37.283356999810941 ], [ -121.86585000009471, 37.282227000232915 ], [ -121.864748999729656, 37.279805000282344 ], [ -121.861475999670077, 37.28051799992663 ], [ -121.854272999599857, 37.280213000071377 ], [ -121.849859999715463, 37.280575000036706 ], [ -121.845731000411533, 37.280138000234039 ], [ -121.8442280003636, 37.279338000177866 ], [ -121.841896999762071, 37.276928000333868 ], [ -121.837354000181335, 37.279890000182533 ], [ -121.841623999950571, 37.284096000107489 ], [ -121.845266000081125, 37.287454000055803 ], [ -121.848266000329247, 37.290365000076157 ], [ -121.852545000319338, 37.294624999969713 ], [ -121.854347999942917, 37.296534999745234 ], [ -121.856608000399348, 37.298844000179884 ], [ -121.858387999558431, 37.300657000163646 ], [ -121.861287000422479, 37.303522000195727 ], [ -121.870268000001957, 37.297485999997804 ], [ -121.871144000236086, 37.296703000030767 ], [ -121.871890999700483, 37.295840000349365 ], [ -121.872864000019035, 37.294714999876796 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503116", "NAME": "Census Tract 5031.16", "state": "06", "county_fips": "085", "tract": "503116", "county_name": "Santa Clara County", "tot_pop_2050": 5869, "tot_pop_pov_det_2050": 5869, "tot_pop_civ_ni_2050": 5869, "tot_hh_2050": 2294, "pop_zvhhs_2050": 165, "tot_fam_2050": 1603, "tot_pop_over5_2050": 5439, "pop_hus_rent50_2050": 131, "pop_minority_2050": 4007, "pop_over75_2050": 175, "pop_spfam_2050": 299, "pop_lep_2050": 836, "pop_below200_2050": 1281, "pop_disability_2050": 669, "pct_minority_2050": 0.68273981939001538, "pct_over75_2050": 0.02981768614755495, "pct_spfam_2050": 0.18652526512788525, "pct_lep_2050": 0.15370472513329655, "pct_below200_2050": 0.21826546260010224, "pct_disab_2050": 0.11398875447265293, "pct_zvhhs_2050": 0.071926765475152574, "pct_hus_rent50_2050": 0.057105492589363566, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.07686116700201201, "pct_minority_2040": 0.61810865191146902, "pct_spfam_2040": 0.094380403458213011, "pct_lep_2040": 0.102214269738314, "pct_below200_2040": 0.21267605633802802, "pct_disab_2040": 0.114486921529175, "pct_zvhhs_2040": 0.073246985261277001, "pct_hus_rent50_2040": 0.16793211255024601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.864748999729656, 37.279805000282344 ], [ -121.863403000040535, 37.27653100008866 ], [ -121.862939000433357, 37.274450000339151 ], [ -121.860300999685165, 37.274321000103043 ], [ -121.852166000202629, 37.274555000019028 ], [ -121.849839999623981, 37.274576000223348 ], [ -121.84514200023257, 37.275004999847596 ], [ -121.841896999762071, 37.276928000333868 ], [ -121.8442280003636, 37.279338000177866 ], [ -121.845731000411533, 37.280138000234039 ], [ -121.849859999715463, 37.280575000036706 ], [ -121.854272999599857, 37.280213000071377 ], [ -121.861475999670077, 37.28051799992663 ], [ -121.864748999729656, 37.279805000282344 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503117", "NAME": "Census Tract 5031.17", "state": "06", "county_fips": "085", "tract": "503117", "county_name": "Santa Clara County", "tot_pop_2050": 3047, "tot_pop_pov_det_2050": 3034, "tot_pop_civ_ni_2050": 3047, "tot_hh_2050": 792, "pop_zvhhs_2050": 159, "tot_fam_2050": 570, "tot_pop_over5_2050": 2820, "pop_hus_rent50_2050": 154, "pop_minority_2050": 3000, "pop_over75_2050": 186, "pop_spfam_2050": 181, "pop_lep_2050": 798, "pop_below200_2050": 1446, "pop_disability_2050": 428, "pct_minority_2050": 0.98457499179520835, "pct_over75_2050": 0.061043649491302927, "pct_spfam_2050": 0.31754385964912279, "pct_lep_2050": 0.28297872340425528, "pct_below200_2050": 0.47659854976928151, "pct_disab_2050": 0.14046603216278306, "pct_zvhhs_2050": 0.20075757575757572, "pct_hus_rent50_2050": 0.19444444444444445, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.039067055393586, "pct_minority_2040": 0.96384839650145804, "pct_spfam_2040": 0.32550860719874797, "pct_lep_2040": 0.30720203951561498, "pct_below200_2040": 0.549562682215743, "pct_disab_2040": 0.087172011661808005, "pct_zvhhs_2040": 0.074607329842932016, "pct_hus_rent50_2040": 0.27829560585885499, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.855481999919931, 37.331503999892725 ], [ -121.857458999620803, 37.330169000026522 ], [ -121.852988999835034, 37.32555300004595 ], [ -121.850833000034001, 37.323469000060982 ], [ -121.849393999560135, 37.322038999711879 ], [ -121.846196999668535, 37.324322999680525 ], [ -121.845663999566071, 37.324540999741565 ], [ -121.848115999643099, 37.327047000286605 ], [ -121.853638000288441, 37.332735999816741 ], [ -121.855481999919931, 37.331503999892725 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503118", "NAME": "Census Tract 5031.18", "state": "06", "county_fips": "085", "tract": "503118", "county_name": "Santa Clara County", "tot_pop_2050": 5618, "tot_pop_pov_det_2050": 5618, "tot_pop_civ_ni_2050": 5618, "tot_hh_2050": 1697, "pop_zvhhs_2050": 63, "tot_fam_2050": 1191, "tot_pop_over5_2050": 5219, "pop_hus_rent50_2050": 363, "pop_minority_2050": 5185, "pop_over75_2050": 89, "pop_spfam_2050": 216, "pop_lep_2050": 1203, "pop_below200_2050": 1842, "pop_disability_2050": 315, "pct_minority_2050": 0.92292630829476685, "pct_over75_2050": 0.015841936632253473, "pct_spfam_2050": 0.181360201511335, "pct_lep_2050": 0.23050392795554706, "pct_below200_2050": 0.32787468850124607, "pct_disab_2050": 0.056069775720897122, "pct_zvhhs_2050": 0.037124337065409546, "pct_hus_rent50_2050": 0.21390689451974071, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.032523230879198999, "pct_minority_2040": 0.93066476054324487, "pct_spfam_2040": 0.24629773967264201, "pct_lep_2040": 0.232479650585666, "pct_below200_2040": 0.359397417503587, "pct_disab_2040": 0.044138670478912991, "pct_zvhhs_2040": 0.024390243902439001, "pct_hus_rent50_2040": 0.19534598897734198, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.849393999560135, 37.322038999711879 ], [ -121.846714999702385, 37.319309000185697 ], [ -121.843304000448882, 37.315906999976576 ], [ -121.840204999568229, 37.312786999774474 ], [ -121.836508999909327, 37.315172000123283 ], [ -121.839578999579345, 37.31831199989081 ], [ -121.842230999672907, 37.321031999936366 ], [ -121.843244000174394, 37.322065000155931 ], [ -121.844922000124555, 37.323801000221344 ], [ -121.845663999566071, 37.324540999741565 ], [ -121.846196999668535, 37.324322999680525 ], [ -121.849393999560135, 37.322038999711879 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503121", "NAME": "Census Tract 5031.21", "state": "06", "county_fips": "085", "tract": "503121", "county_name": "Santa Clara County", "tot_pop_2050": 4693, "tot_pop_pov_det_2050": 4634, "tot_pop_civ_ni_2050": 4693, "tot_hh_2050": 1447, "pop_zvhhs_2050": 123, "tot_fam_2050": 933, "tot_pop_over5_2050": 4353, "pop_hus_rent50_2050": 273, "pop_minority_2050": 4118, "pop_over75_2050": 88, "pop_spfam_2050": 264, "pop_lep_2050": 676, "pop_below200_2050": 1928, "pop_disability_2050": 441, "pct_minority_2050": 0.8774770935435755, "pct_over75_2050": 0.018751331770722357, "pct_spfam_2050": 0.28295819935691319, "pct_lep_2050": 0.1552951987135309, "pct_below200_2050": 0.4160552438498058, "pct_disab_2050": 0.093969742169188158, "pct_zvhhs_2050": 0.085003455425017277, "pct_hus_rent50_2050": 0.18866620594333106, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.018414551987423998, "pct_minority_2040": 0.79272400628789608, "pct_spfam_2040": 0.22332233223322301, "pct_lep_2040": 0.15350112135559399, "pct_below200_2040": 0.47959413754227703, "pct_disab_2040": 0.075230181899842999, "pct_zvhhs_2040": 0.06896551724137899, "pct_hus_rent50_2040": 0.145960624575696, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.881623999665564, 37.311024999694411 ], [ -121.883232000193786, 37.310155999738789 ], [ -121.878611999721869, 37.30434199976461 ], [ -121.876700000318337, 37.30187399965358 ], [ -121.874728999566912, 37.299142999820177 ], [ -121.872864000019035, 37.294714999876796 ], [ -121.871890999700483, 37.295840000349365 ], [ -121.871144000236086, 37.296703000030767 ], [ -121.870268000001957, 37.297485999997804 ], [ -121.861287000422479, 37.303522000195727 ], [ -121.868563000287622, 37.310811999679146 ], [ -121.870667000210133, 37.312961000252237 ], [ -121.874022000285493, 37.316377000173745 ], [ -121.878163000183292, 37.313457999669765 ], [ -121.881623999665564, 37.311024999694411 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503122", "NAME": "Census Tract 5031.22", "state": "06", "county_fips": "085", "tract": "503122", "county_name": "Santa Clara County", "tot_pop_2050": 3144, "tot_pop_pov_det_2050": 3144, "tot_pop_civ_ni_2050": 3144, "tot_hh_2050": 1154, "pop_zvhhs_2050": 266, "tot_fam_2050": 667, "tot_pop_over5_2050": 2925, "pop_hus_rent50_2050": 315, "pop_minority_2050": 2953, "pop_over75_2050": 100, "pop_spfam_2050": 203, "pop_lep_2050": 658, "pop_below200_2050": 1707, "pop_disability_2050": 409, "pct_minority_2050": 0.93924936386768443, "pct_over75_2050": 0.031806615776081425, "pct_spfam_2050": 0.30434782608695649, "pct_lep_2050": 0.22495726495726492, "pct_below200_2050": 0.54293893129770987, "pct_disab_2050": 0.13008905852417302, "pct_zvhhs_2050": 0.23050259965337955, "pct_hus_rent50_2050": 0.27296360485268628, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021413276231263, "pct_minority_2040": 0.8829407566024271, "pct_spfam_2040": 0.20285261489698897, "pct_lep_2040": 0.17920353982300896, "pct_below200_2040": 0.61670235546038499, "pct_disab_2040": 0.16987865810135599, "pct_zvhhs_2040": 0.21228545618789499, "pct_hus_rent50_2040": 0.25459558823529393, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.874022000285493, 37.316377000173745 ], [ -121.870667000210133, 37.312961000252237 ], [ -121.868563000287622, 37.310811999679146 ], [ -121.861287000422479, 37.303522000195727 ], [ -121.858387999558431, 37.300657000163646 ], [ -121.857671000231221, 37.301117999868332 ], [ -121.854947999992547, 37.302993000097516 ], [ -121.853757000114143, 37.303725000005933 ], [ -121.853169999584992, 37.304259000346498 ], [ -121.847653999685747, 37.307958999649486 ], [ -121.843983000141193, 37.310359999784524 ], [ -121.840863000242493, 37.312371000251886 ], [ -121.840204999568229, 37.312786999774474 ], [ -121.843304000448882, 37.315906999976576 ], [ -121.846714999702385, 37.319309000185697 ], [ -121.849393999560135, 37.322038999711879 ], [ -121.851865999728659, 37.320585000072725 ], [ -121.854425999760736, 37.317331000125705 ], [ -121.854901000136877, 37.317320000180274 ], [ -121.856564000018395, 37.316212999648343 ], [ -121.861884000099082, 37.321680000354256 ], [ -121.862049999780425, 37.321581000086475 ], [ -121.869541999555636, 37.318142999834791 ], [ -121.874022000285493, 37.316377000173745 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503123", "NAME": "Census Tract 5031.23", "state": "06", "county_fips": "085", "tract": "503123", "county_name": "Santa Clara County", "tot_pop_2050": 3770, "tot_pop_pov_det_2050": 3770, "tot_pop_civ_ni_2050": 3770, "tot_hh_2050": 1614, "pop_zvhhs_2050": 181, "tot_fam_2050": 768, "tot_pop_over5_2050": 3528, "pop_hus_rent50_2050": 489, "pop_minority_2050": 2707, "pop_over75_2050": 228, "pop_spfam_2050": 166, "pop_lep_2050": 356, "pop_below200_2050": 1633, "pop_disability_2050": 637, "pct_minority_2050": 0.71803713527851454, "pct_over75_2050": 0.060477453580901848, "pct_spfam_2050": 0.21614583333333331, "pct_lep_2050": 0.10090702947845803, "pct_below200_2050": 0.43315649867374012, "pct_disab_2050": 0.16896551724137931, "pct_zvhhs_2050": 0.11214374225526642, "pct_hus_rent50_2050": 0.30297397769516732, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034793814432989997, "pct_minority_2040": 0.75309278350515496, "pct_spfam_2040": 0.11057108140947802, "pct_lep_2040": 0.13089454129751402, "pct_below200_2040": 0.52293814432989705, "pct_disab_2040": 0.135824742268041, "pct_zvhhs_2040": 0.073200992555830985, "pct_hus_rent50_2040": 0.29924242424242398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.881648999779912, 37.30399799999546 ], [ -121.881748000412415, 37.301724999892656 ], [ -121.880715999644366, 37.301094000136302 ], [ -121.880850000436965, 37.297480999872377 ], [ -121.881242000074138, 37.296038999707605 ], [ -121.880688999880164, 37.292241999978607 ], [ -121.875456999663058, 37.292752000128679 ], [ -121.874027000308359, 37.293416000165344 ], [ -121.872864000019035, 37.294714999876796 ], [ -121.874728999566912, 37.299142999820177 ], [ -121.876700000318337, 37.30187399965358 ], [ -121.878611999721869, 37.30434199976461 ], [ -121.881648999779912, 37.30399799999546 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503204", "NAME": "Census Tract 5032.04", "state": "06", "county_fips": "085", "tract": "503204", "county_name": "Santa Clara County", "tot_pop_2050": 8414, "tot_pop_pov_det_2050": 8368, "tot_pop_civ_ni_2050": 8405, "tot_hh_2050": 2211, "pop_zvhhs_2050": 157, "tot_fam_2050": 1458, "tot_pop_over5_2050": 7874, "pop_hus_rent50_2050": 172, "pop_minority_2050": 7890, "pop_over75_2050": 341, "pop_spfam_2050": 309, "pop_lep_2050": 1668, "pop_below200_2050": 2650, "pop_disability_2050": 989, "pct_minority_2050": 0.93772284288091279, "pct_over75_2050": 0.040527691942001433, "pct_spfam_2050": 0.21193415637860086, "pct_lep_2050": 0.21183642367284736, "pct_below200_2050": 0.3166826003824092, "pct_disab_2050": 0.1176680547293278, "pct_zvhhs_2050": 0.071008593396653094, "pct_hus_rent50_2050": 0.077792853912256904, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048511166253102006, "pct_minority_2040": 0.93387096774193512, "pct_spfam_2040": 0.253164556962025, "pct_lep_2040": 0.20736308052556301, "pct_below200_2040": 0.36, "pct_disab_2040": 0.109192546583851, "pct_zvhhs_2040": 0.100092678405931, "pct_hus_rent50_2040": 0.122798887859129, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.848266000329247, 37.290365000076157 ], [ -121.845266000081125, 37.287454000055803 ], [ -121.841623999950571, 37.284096000107489 ], [ -121.837354000181335, 37.279890000182533 ], [ -121.83494399993711, 37.281676000163166 ], [ -121.83413800002316, 37.283925999705126 ], [ -121.834129999627265, 37.284835000294493 ], [ -121.834225000061792, 37.288670000324693 ], [ -121.834086000144623, 37.292181999985893 ], [ -121.833214000108427, 37.293420999846361 ], [ -121.835027999602701, 37.295133999916395 ], [ -121.837626000167916, 37.297714000219216 ], [ -121.843004999799803, 37.293994999749245 ], [ -121.848266000329247, 37.290365000076157 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503207", "NAME": "Census Tract 5032.07", "state": "06", "county_fips": "085", "tract": "503207", "county_name": "Santa Clara County", "tot_pop_2050": 4228, "tot_pop_pov_det_2050": 4228, "tot_pop_civ_ni_2050": 4228, "tot_hh_2050": 1059, "pop_zvhhs_2050": 30, "tot_fam_2050": 975, "tot_pop_over5_2050": 4099, "pop_hus_rent50_2050": 129, "pop_minority_2050": 4022, "pop_over75_2050": 278, "pop_spfam_2050": 132, "pop_lep_2050": 789, "pop_below200_2050": 886, "pop_disability_2050": 482, "pct_minority_2050": 0.95127719962157042, "pct_over75_2050": 0.065752128666035969, "pct_spfam_2050": 0.13538461538461538, "pct_lep_2050": 0.19248597218833866, "pct_below200_2050": 0.20955534531693476, "pct_disab_2050": 0.11400189214758751, "pct_zvhhs_2050": 0.028328611898017001, "pct_hus_rent50_2050": 0.12181303116147307, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026682692307692001, "pct_minority_2040": 0.92548076923076894, "pct_spfam_2040": 0.18892508143322501, "pct_lep_2040": 0.29769445148213802, "pct_below200_2040": 0.22596153846153799, "pct_disab_2040": 0.059855769230769004, "pct_zvhhs_2040": 0.024437927663733996, "pct_hus_rent50_2040": 0.093142272262026982, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.823784999917009, 37.298796999693387 ], [ -121.824578000310481, 37.298469000193656 ], [ -121.822276999846181, 37.297383000348141 ], [ -121.821313999573405, 37.296459999739078 ], [ -121.820530000299087, 37.295294999950549 ], [ -121.818263999994898, 37.290214999835733 ], [ -121.817063999895652, 37.288811999807031 ], [ -121.812257999650882, 37.288937000095849 ], [ -121.81182400018092, 37.287603000212449 ], [ -121.813189000136603, 37.284961999854104 ], [ -121.813369999886561, 37.284088999972404 ], [ -121.810162000124308, 37.284800999863883 ], [ -121.809545000356238, 37.285675999854796 ], [ -121.809813000144857, 37.290048999745125 ], [ -121.810143999682651, 37.294512000045081 ], [ -121.810722999815866, 37.296296000074896 ], [ -121.811829000203787, 37.297905000324043 ], [ -121.81677400036574, 37.302980999817109 ], [ -121.820916000088459, 37.300394999758801 ], [ -121.822392000372218, 37.299485999932052 ], [ -121.823784999917009, 37.298796999693387 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503208", "NAME": "Census Tract 5032.08", "state": "06", "county_fips": "085", "tract": "503208", "county_name": "Santa Clara County", "tot_pop_2050": 4701, "tot_pop_pov_det_2050": 4687, "tot_pop_civ_ni_2050": 4701, "tot_hh_2050": 890, "pop_zvhhs_2050": 5, "tot_fam_2050": 774, "tot_pop_over5_2050": 4271, "pop_hus_rent50_2050": 39, "pop_minority_2050": 4454, "pop_over75_2050": 152, "pop_spfam_2050": 130, "pop_lep_2050": 839, "pop_below200_2050": 1111, "pop_disability_2050": 371, "pct_minority_2050": 0.94745798766219957, "pct_over75_2050": 0.032333546054031048, "pct_spfam_2050": 0.16795865633074936, "pct_lep_2050": 0.19644111449309296, "pct_below200_2050": 0.2370386174525283, "pct_disab_2050": 0.078919378855562647, "pct_zvhhs_2050": 0.0056179775280898884, "pct_hus_rent50_2050": 0.043820224719101117, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031948114340619997, "pct_minority_2040": 0.913283689646889, "pct_spfam_2040": 0.25219941348973601, "pct_lep_2040": 0.22297650130548299, "pct_below200_2040": 0.361927710843374, "pct_disab_2040": 0.083113139562815005, "pct_zvhhs_2040": 0.030444964871194, "pct_hus_rent50_2040": 0.12838633686690201, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.824947000381414, 37.284447000227843 ], [ -121.823680000335031, 37.28298299974935 ], [ -121.823476000120536, 37.282388000011927 ], [ -121.823389999906794, 37.279591999766019 ], [ -121.823353000096873, 37.278883999859268 ], [ -121.822433000380087, 37.278840999717048 ], [ -121.822336000295721, 37.277772000336583 ], [ -121.820952000073461, 37.27682499970259 ], [ -121.817411000225277, 37.276349000228763 ], [ -121.811167000229872, 37.277278000280845 ], [ -121.809921000099891, 37.277070999824659 ], [ -121.80850000006771, 37.277516000315956 ], [ -121.805990000264373, 37.277213999758622 ], [ -121.805581000010449, 37.277078999908106 ], [ -121.806817000094711, 37.278947999676369 ], [ -121.808582000083447, 37.281774000134497 ], [ -121.809357999860168, 37.283694000176006 ], [ -121.809528999564392, 37.285243999876997 ], [ -121.809545000356238, 37.285675999854796 ], [ -121.810162000124308, 37.284800999863883 ], [ -121.813369999886561, 37.284088999972404 ], [ -121.813625999979607, 37.284112000209674 ], [ -121.824947000381414, 37.284447000227843 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503210", "NAME": "Census Tract 5032.10", "state": "06", "county_fips": "085", "tract": "503210", "county_name": "Santa Clara County", "tot_pop_2050": 4400, "tot_pop_pov_det_2050": 4357, "tot_pop_civ_ni_2050": 4400, "tot_hh_2050": 994, "pop_zvhhs_2050": 59, "tot_fam_2050": 892, "tot_pop_over5_2050": 4099, "pop_hus_rent50_2050": 147, "pop_minority_2050": 4044, "pop_over75_2050": 218, "pop_spfam_2050": 85, "pop_lep_2050": 1093, "pop_below200_2050": 794, "pop_disability_2050": 433, "pct_minority_2050": 0.91909090909090918, "pct_over75_2050": 0.049545454545454552, "pct_spfam_2050": 0.0952914798206278, "pct_lep_2050": 0.26665040253720418, "pct_below200_2050": 0.18223548313059448, "pct_disab_2050": 0.098409090909090904, "pct_zvhhs_2050": 0.059356136820925547, "pct_hus_rent50_2050": 0.14788732394366194, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.037866543523436005, "pct_minority_2040": 0.97598706996074791, "pct_spfam_2040": 0.19084967320261395, "pct_lep_2040": 0.21372161895360298, "pct_below200_2040": 0.31386347642505297, "pct_disab_2040": 0.075271299930732005, "pct_zvhhs_2040": 0.016018306636155999, "pct_hus_rent50_2040": 0.10739856801909299, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.833214000108427, 37.293420999846361 ], [ -121.829541999840671, 37.289726999747856 ], [ -121.827694999836154, 37.287605999824073 ], [ -121.827008999572797, 37.286817999820741 ], [ -121.824947000381414, 37.284447000227843 ], [ -121.813625999979607, 37.284112000209674 ], [ -121.813369999886561, 37.284088999972404 ], [ -121.813189000136603, 37.284961999854104 ], [ -121.81182400018092, 37.287603000212449 ], [ -121.812257999650882, 37.288937000095849 ], [ -121.817063999895652, 37.288811999807031 ], [ -121.818263999994898, 37.290214999835733 ], [ -121.820530000299087, 37.295294999950549 ], [ -121.821313999573405, 37.296459999739078 ], [ -121.822276999846181, 37.297383000348141 ], [ -121.824578000310481, 37.298469000193656 ], [ -121.827326999590113, 37.297318000031808 ], [ -121.833214000108427, 37.293420999846361 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503211", "NAME": "Census Tract 5032.11", "state": "06", "county_fips": "085", "tract": "503211", "county_name": "Santa Clara County", "tot_pop_2050": 4658, "tot_pop_pov_det_2050": 4643, "tot_pop_civ_ni_2050": 4634, "tot_hh_2050": 1174, "pop_zvhhs_2050": 13, "tot_fam_2050": 1024, "tot_pop_over5_2050": 4476, "pop_hus_rent50_2050": 89, "pop_minority_2050": 4214, "pop_over75_2050": 252, "pop_spfam_2050": 85, "pop_lep_2050": 1121, "pop_below200_2050": 658, "pop_disability_2050": 439, "pct_minority_2050": 0.90468012022327182, "pct_over75_2050": 0.054100472305710606, "pct_spfam_2050": 0.0830078125, "pct_lep_2050": 0.25044682752457553, "pct_below200_2050": 0.14171871634718933, "pct_disab_2050": 0.09473457056538627, "pct_zvhhs_2050": 0.011073253833049405, "pct_hus_rent50_2050": 0.075809199318568998, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045657845695117001, "pct_minority_2040": 0.90495713753261298, "pct_spfam_2040": 0.111933395004625, "pct_lep_2040": 0.26277223692245105, "pct_below200_2040": 0.38445654214379599, "pct_disab_2040": 0.09094304388421999, "pct_zvhhs_2040": 0.0095155709342560017, "pct_hus_rent50_2040": 0.061151079136690989, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.840204999568229, 37.312786999774474 ], [ -121.840863000242493, 37.312371000251886 ], [ -121.838961999811275, 37.310250000059789 ], [ -121.835042999671302, 37.30796199987843 ], [ -121.832503999555669, 37.305351000180082 ], [ -121.829147999655376, 37.307553999796241 ], [ -121.825404000315885, 37.309776999981118 ], [ -121.824692000113288, 37.311163999744593 ], [ -121.827314000069634, 37.313867000099734 ], [ -121.831762999939031, 37.318456999661372 ], [ -121.836508999909327, 37.315172000123283 ], [ -121.840204999568229, 37.312786999774474 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503212", "NAME": "Census Tract 5032.12", "state": "06", "county_fips": "085", "tract": "503212", "county_name": "Santa Clara County", "tot_pop_2050": 4403, "tot_pop_pov_det_2050": 4398, "tot_pop_civ_ni_2050": 4398, "tot_hh_2050": 976, "pop_zvhhs_2050": 33, "tot_fam_2050": 890, "tot_pop_over5_2050": 4182, "pop_hus_rent50_2050": 90, "pop_minority_2050": 4117, "pop_over75_2050": 319, "pop_spfam_2050": 121, "pop_lep_2050": 918, "pop_below200_2050": 1166, "pop_disability_2050": 464, "pct_minority_2050": 0.93504428798546435, "pct_over75_2050": 0.07245060186236657, "pct_spfam_2050": 0.13595505617977527, "pct_lep_2050": 0.21951219512195119, "pct_below200_2050": 0.26512050932241932, "pct_disab_2050": 0.10550250113688039, "pct_zvhhs_2050": 0.033811475409836068, "pct_hus_rent50_2050": 0.092213114754098366, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056505223171889996, "pct_minority_2040": 0.90123456790123491, "pct_spfam_2040": 0.17445838084378601, "pct_lep_2040": 0.19959318586320898, "pct_below200_2040": 0.26948669201520897, "pct_disab_2040": 0.096245247148289012, "pct_zvhhs_2040": 0.0031023784901759994, "pct_hus_rent50_2040": 0.083864118895965997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.843983000141193, 37.310359999784524 ], [ -121.842363999742304, 37.309082000057636 ], [ -121.83893099984914, 37.307968000335961 ], [ -121.838798999604649, 37.304231999810156 ], [ -121.837072000149035, 37.301940999680056 ], [ -121.833102999780365, 37.300913999758535 ], [ -121.828887000437774, 37.299183999647092 ], [ -121.824578000310481, 37.298469000193656 ], [ -121.823784999917009, 37.298796999693387 ], [ -121.822392000372218, 37.299485999932052 ], [ -121.820916000088459, 37.300394999758801 ], [ -121.81677400036574, 37.302980999817109 ], [ -121.820459000153946, 37.306710000158056 ], [ -121.82180099964512, 37.308132999869144 ], [ -121.824692000113288, 37.311163999744593 ], [ -121.825404000315885, 37.309776999981118 ], [ -121.829147999655376, 37.307553999796241 ], [ -121.832503999555669, 37.305351000180082 ], [ -121.835042999671302, 37.30796199987843 ], [ -121.838961999811275, 37.310250000059789 ], [ -121.840863000242493, 37.312371000251886 ], [ -121.843983000141193, 37.310359999784524 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503213", "NAME": "Census Tract 5032.13", "state": "06", "county_fips": "085", "tract": "503213", "county_name": "Santa Clara County", "tot_pop_2050": 4911, "tot_pop_pov_det_2050": 4904, "tot_pop_civ_ni_2050": 4911, "tot_hh_2050": 1270, "pop_zvhhs_2050": 100, "tot_fam_2050": 1110, "tot_pop_over5_2050": 4619, "pop_hus_rent50_2050": 155, "pop_minority_2050": 4564, "pop_over75_2050": 210, "pop_spfam_2050": 276, "pop_lep_2050": 1376, "pop_below200_2050": 1958, "pop_disability_2050": 564, "pct_minority_2050": 0.9293422928120546, "pct_over75_2050": 0.042761148442272447, "pct_spfam_2050": 0.24864864864864866, "pct_lep_2050": 0.29789997835029225, "pct_below200_2050": 0.39926590538336049, "pct_disab_2050": 0.1148442272449603, "pct_zvhhs_2050": 0.07874015748031496, "pct_hus_rent50_2050": 0.12204724409448819, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035805035805036002, "pct_minority_2040": 0.91499191499191512, "pct_spfam_2040": 0.15239887111947301, "pct_lep_2040": 0.30706319702602197, "pct_below200_2040": 0.47700882489549501, "pct_disab_2040": 0.109263109263109, "pct_zvhhs_2040": 0.082089552238805999, "pct_hus_rent50_2040": 0.16086235489220599, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.843983000141193, 37.310359999784524 ], [ -121.847653999685747, 37.307958999649486 ], [ -121.84187800039382, 37.301953000126417 ], [ -121.840147999666826, 37.300129000339666 ], [ -121.839259999737109, 37.299202000261218 ], [ -121.837626000167916, 37.297714000219216 ], [ -121.835027999602701, 37.295133999916395 ], [ -121.833214000108427, 37.293420999846361 ], [ -121.827326999590113, 37.297318000031808 ], [ -121.824578000310481, 37.298469000193656 ], [ -121.828887000437774, 37.299183999647092 ], [ -121.833102999780365, 37.300913999758535 ], [ -121.837072000149035, 37.301940999680056 ], [ -121.838798999604649, 37.304231999810156 ], [ -121.83893099984914, 37.307968000335961 ], [ -121.842363999742304, 37.309082000057636 ], [ -121.843983000141193, 37.310359999784524 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503214", "NAME": "Census Tract 5032.14", "state": "06", "county_fips": "085", "tract": "503214", "county_name": "Santa Clara County", "tot_pop_2050": 8040, "tot_pop_pov_det_2050": 8040, "tot_pop_civ_ni_2050": 8040, "tot_hh_2050": 2294, "pop_zvhhs_2050": 190, "tot_fam_2050": 1884, "tot_pop_over5_2050": 7353, "pop_hus_rent50_2050": 404, "pop_minority_2050": 7822, "pop_over75_2050": 453, "pop_spfam_2050": 466, "pop_lep_2050": 2336, "pop_below200_2050": 3873, "pop_disability_2050": 874, "pct_minority_2050": 0.9728855721393036, "pct_over75_2050": 0.056343283582089551, "pct_spfam_2050": 0.24734607218683649, "pct_lep_2050": 0.31769345845233238, "pct_below200_2050": 0.48171641791044778, "pct_disab_2050": 0.10870646766169154, "pct_zvhhs_2050": 0.082824760244115087, "pct_hus_rent50_2050": 0.17611159546643418, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038437922141716999, "pct_minority_2040": 0.97298293012403292, "pct_spfam_2040": 0.34066523605150201, "pct_lep_2040": 0.29849697991290902, "pct_below200_2040": 0.53174505710426101, "pct_disab_2040": 0.122190838757215, "pct_zvhhs_2040": 0.091268100043879002, "pct_hus_rent50_2040": 0.17725455353176398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.857671000231221, 37.301117999868332 ], [ -121.858387999558431, 37.300657000163646 ], [ -121.856608000399348, 37.298844000179884 ], [ -121.854347999942917, 37.296534999745234 ], [ -121.852545000319338, 37.294624999969713 ], [ -121.848266000329247, 37.290365000076157 ], [ -121.843004999799803, 37.293994999749245 ], [ -121.837626000167916, 37.297714000219216 ], [ -121.839259999737109, 37.299202000261218 ], [ -121.840147999666826, 37.300129000339666 ], [ -121.84187800039382, 37.301953000126417 ], [ -121.847653999685747, 37.307958999649486 ], [ -121.853169999584992, 37.304259000346498 ], [ -121.853757000114143, 37.303725000005933 ], [ -121.854947999992547, 37.302993000097516 ], [ -121.857671000231221, 37.301117999868332 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503217", "NAME": "Census Tract 5032.17", "state": "06", "county_fips": "085", "tract": "503217", "county_name": "Santa Clara County", "tot_pop_2050": 4785, "tot_pop_pov_det_2050": 4785, "tot_pop_civ_ni_2050": 4785, "tot_hh_2050": 1094, "pop_zvhhs_2050": 36, "tot_fam_2050": 1008, "tot_pop_over5_2050": 4334, "pop_hus_rent50_2050": 105, "pop_minority_2050": 4588, "pop_over75_2050": 54, "pop_spfam_2050": 292, "pop_lep_2050": 1045, "pop_below200_2050": 1977, "pop_disability_2050": 321, "pct_minority_2050": 0.9588296760710554, "pct_over75_2050": 0.01128526645768025, "pct_spfam_2050": 0.28968253968253971, "pct_lep_2050": 0.24111675126903556, "pct_below200_2050": 0.41316614420062697, "pct_disab_2050": 0.067084639498432602, "pct_zvhhs_2050": 0.032906764168190134, "pct_hus_rent50_2050": 0.095978062157221197, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018054615211013002, "pct_minority_2040": 0.97336944256375502, "pct_spfam_2040": 0.20330237358101103, "pct_lep_2040": 0.24710703953712601, "pct_below200_2040": 0.47235387045813598, "pct_disab_2040": 0.081020085759422003, "pct_zvhhs_2040": 0.040991420400381007, "pct_hus_rent50_2040": 0.20517737296260799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.834225000061792, 37.288670000324693 ], [ -121.834129999627265, 37.284835000294493 ], [ -121.83413800002316, 37.283925999705126 ], [ -121.833004000046159, 37.283622999927672 ], [ -121.831588000036845, 37.283488000136394 ], [ -121.827858999867672, 37.282624999676997 ], [ -121.826879999701362, 37.282530999850877 ], [ -121.823476000120536, 37.282388000011927 ], [ -121.823680000335031, 37.28298299974935 ], [ -121.824947000381414, 37.284447000227843 ], [ -121.827008999572797, 37.286817999820741 ], [ -121.827694999836154, 37.287605999824073 ], [ -121.829541999840671, 37.289726999747856 ], [ -121.833214000108427, 37.293420999846361 ], [ -121.834086000144623, 37.292181999985893 ], [ -121.834225000061792, 37.288670000324693 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503218", "NAME": "Census Tract 5032.18", "state": "06", "county_fips": "085", "tract": "503218", "county_name": "Santa Clara County", "tot_pop_2050": 4918, "tot_pop_pov_det_2050": 4884, "tot_pop_civ_ni_2050": 4918, "tot_hh_2050": 1184, "pop_zvhhs_2050": 123, "tot_fam_2050": 919, "tot_pop_over5_2050": 4552, "pop_hus_rent50_2050": 264, "pop_minority_2050": 4681, "pop_over75_2050": 180, "pop_spfam_2050": 211, "pop_lep_2050": 1438, "pop_below200_2050": 2464, "pop_disability_2050": 374, "pct_minority_2050": 0.9518096787311916, "pct_over75_2050": 0.036600244001626682, "pct_spfam_2050": 0.22959738846572361, "pct_lep_2050": 0.31590509666080852, "pct_below200_2050": 0.50450450450450446, "pct_disab_2050": 0.076047173647824332, "pct_zvhhs_2050": 0.10388513513513513, "pct_hus_rent50_2050": 0.22297297297297294, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.018649517684886999, "pct_minority_2040": 0.96741693461950706, "pct_spfam_2040": 0.12394067796610199, "pct_lep_2040": 0.29659224441833099, "pct_below200_2040": 0.52412609907784713, "pct_disab_2040": 0.051040102938022996, "pct_zvhhs_2040": 0.045689655172413995, "pct_hus_rent50_2040": 0.23275862068965497, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.837354000181335, 37.279890000182533 ], [ -121.835240000213133, 37.277822999664252 ], [ -121.826986999831476, 37.27811499995714 ], [ -121.824658999603017, 37.27811499995714 ], [ -121.824374999920892, 37.278142999857153 ], [ -121.82356800018205, 37.278590999700157 ], [ -121.823353000096873, 37.278883999859268 ], [ -121.823389999906794, 37.279591999766019 ], [ -121.823476000120536, 37.282388000011927 ], [ -121.826879999701362, 37.282530999850877 ], [ -121.827858999867672, 37.282624999676997 ], [ -121.831588000036845, 37.283488000136394 ], [ -121.833004000046159, 37.283622999927672 ], [ -121.83413800002316, 37.283925999705126 ], [ -121.83494399993711, 37.281676000163166 ], [ -121.837354000181335, 37.279890000182533 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503304", "NAME": "Census Tract 5033.04", "state": "06", "county_fips": "085", "tract": "503304", "county_name": "Santa Clara County", "tot_pop_2050": 7186, "tot_pop_pov_det_2050": 7010, "tot_pop_civ_ni_2050": 7022, "tot_hh_2050": 1846, "pop_zvhhs_2050": 41, "tot_fam_2050": 1491, "tot_pop_over5_2050": 6598, "pop_hus_rent50_2050": 347, "pop_minority_2050": 6764, "pop_over75_2050": 479, "pop_spfam_2050": 237, "pop_lep_2050": 1628, "pop_below200_2050": 2064, "pop_disability_2050": 707, "pct_minority_2050": 0.94127470080712483, "pct_over75_2050": 0.066657389368215969, "pct_spfam_2050": 0.15895372233400398, "pct_lep_2050": 0.24674143679902999, "pct_below200_2050": 0.29443651925820258, "pct_disab_2050": 0.10068356593563088, "pct_zvhhs_2050": 0.022210184182015168, "pct_hus_rent50_2050": 0.1879739978331528, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.058511444596029007, "pct_minority_2040": 0.96316507503410598, "pct_spfam_2040": 0.116368286445013, "pct_lep_2040": 0.24995936941329397, "pct_below200_2040": 0.34286158148205698, "pct_disab_2040": 0.086064937082492007, "pct_zvhhs_2040": 0.059444444444444001, "pct_hus_rent50_2040": 0.200670765790945, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.831762999939031, 37.318456999661372 ], [ -121.827314000069634, 37.313867000099734 ], [ -121.824692000113288, 37.311163999744593 ], [ -121.82180099964512, 37.308132999869144 ], [ -121.820459000153946, 37.306710000158056 ], [ -121.81677400036574, 37.302980999817109 ], [ -121.811086000039026, 37.306888000296098 ], [ -121.810834999968876, 37.307130000153023 ], [ -121.813427999612912, 37.310167000018055 ], [ -121.817473999974467, 37.313543999656673 ], [ -121.81795100000042, 37.31403599976742 ], [ -121.818141999796154, 37.314235999792238 ], [ -121.82081999982897, 37.317038999859641 ], [ -121.822419000136406, 37.318719000000691 ], [ -121.825893000037453, 37.322370999760508 ], [ -121.831762999939031, 37.318456999661372 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503305", "NAME": "Census Tract 5033.05", "state": "06", "county_fips": "085", "tract": "503305", "county_name": "Santa Clara County", "tot_pop_2050": 6273, "tot_pop_pov_det_2050": 6247, "tot_pop_civ_ni_2050": 6273, "tot_hh_2050": 1502, "pop_zvhhs_2050": 87, "tot_fam_2050": 1302, "tot_pop_over5_2050": 5854, "pop_hus_rent50_2050": 144, "pop_minority_2050": 6069, "pop_over75_2050": 465, "pop_spfam_2050": 159, "pop_lep_2050": 1523, "pop_below200_2050": 1705, "pop_disability_2050": 726, "pct_minority_2050": 0.9674796747967479, "pct_over75_2050": 0.074127211860353898, "pct_spfam_2050": 0.12211981566820275, "pct_lep_2050": 0.26016399043389138, "pct_below200_2050": 0.27293100688330402, "pct_disab_2050": 0.11573409851745575, "pct_zvhhs_2050": 0.057922769640479363, "pct_hus_rent50_2050": 0.095872170439414123, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045481393975191999, "pct_minority_2040": 0.95673360897814497, "pct_spfam_2040": 0.097423510466988994, "pct_lep_2040": 0.28084074373484197, "pct_below200_2040": 0.46173242361317107, "pct_disab_2040": 0.11060248080330802, "pct_zvhhs_2040": 0.120080053368913, "pct_hus_rent50_2040": 0.119463087248322, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.825893000037453, 37.322370999760508 ], [ -121.822419000136406, 37.318719000000691 ], [ -121.82081999982897, 37.317038999859641 ], [ -121.818141999796154, 37.314235999792238 ], [ -121.81795100000042, 37.31403599976742 ], [ -121.817473999974467, 37.313543999656673 ], [ -121.813427999612912, 37.310167000018055 ], [ -121.810834999968876, 37.307130000153023 ], [ -121.809315000202474, 37.308843999834679 ], [ -121.808069000072464, 37.311433000232299 ], [ -121.807718000443202, 37.313865000342368 ], [ -121.807998999752272, 37.317668999937148 ], [ -121.808217000210476, 37.322703999889463 ], [ -121.808440999618171, 37.3238550000872 ], [ -121.809591000387002, 37.326623999932494 ], [ -121.812686000171354, 37.331139000003667 ], [ -121.822327000074907, 37.324780999739311 ], [ -121.825893000037453, 37.322370999760508 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503306", "NAME": "Census Tract 5033.06", "state": "06", "county_fips": "085", "tract": "503306", "county_name": "Santa Clara County", "tot_pop_2050": 4278, "tot_pop_pov_det_2050": 4258, "tot_pop_civ_ni_2050": 4271, "tot_hh_2050": 903, "pop_zvhhs_2050": 38, "tot_fam_2050": 818, "tot_pop_over5_2050": 4026, "pop_hus_rent50_2050": 127, "pop_minority_2050": 4121, "pop_over75_2050": 300, "pop_spfam_2050": 191, "pop_lep_2050": 989, "pop_below200_2050": 1568, "pop_disability_2050": 516, "pct_minority_2050": 0.96330060776063597, "pct_over75_2050": 0.070126227208976169, "pct_spfam_2050": 0.2334963325183374, "pct_lep_2050": 0.24565325384997519, "pct_below200_2050": 0.36824800375763272, "pct_disab_2050": 0.12081479747131819, "pct_zvhhs_2050": 0.042081949058693252, "pct_hus_rent50_2050": 0.1406423034330011, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.036864209052730003, "pct_minority_2040": 0.96616892207186211, "pct_spfam_2040": 0.24290998766954397, "pct_lep_2040": 0.21659455332145602, "pct_below200_2040": 0.26994867008866102, "pct_disab_2040": 0.095426971535231012, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.107183580387685, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.831756000266324, 37.328287000076763 ], [ -121.830305000096899, 37.326829000352525 ], [ -121.830225999555893, 37.326749000237747 ], [ -121.829243000089932, 37.325758999893836 ], [ -121.829057000317107, 37.325571000062112 ], [ -121.825893000037453, 37.322370999760508 ], [ -121.822327000074907, 37.324780999739311 ], [ -121.812686000171354, 37.331139000003667 ], [ -121.813985999829711, 37.332912999771615 ], [ -121.815325999671046, 37.334821999820811 ], [ -121.817438999814357, 37.337818999762277 ], [ -121.819979999579857, 37.340597000251968 ], [ -121.820054000098025, 37.340737999644645 ], [ -121.821511000115208, 37.339951999806765 ], [ -121.826323000207751, 37.336711999793238 ], [ -121.828103000265145, 37.335508000055043 ], [ -121.82651499982839, 37.334019000048656 ], [ -121.825302000208666, 37.334682999953358 ], [ -121.824832999680297, 37.332979000011214 ], [ -121.831756000266324, 37.328287000076763 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503312", "NAME": "Census Tract 5033.12", "state": "06", "county_fips": "085", "tract": "503312", "county_name": "Santa Clara County", "tot_pop_2050": 3974, "tot_pop_pov_det_2050": 3958, "tot_pop_civ_ni_2050": 3974, "tot_hh_2050": 1078, "pop_zvhhs_2050": 39, "tot_fam_2050": 903, "tot_pop_over5_2050": 3772, "pop_hus_rent50_2050": 90, "pop_minority_2050": 3182, "pop_over75_2050": 132, "pop_spfam_2050": 90, "pop_lep_2050": 625, "pop_below200_2050": 710, "pop_disability_2050": 319, "pct_minority_2050": 0.80070457976849518, "pct_over75_2050": 0.03321590337191746, "pct_spfam_2050": 0.099667774086378738, "pct_lep_2050": 0.16569459172852599, "pct_below200_2050": 0.17938352703385549, "pct_disab_2050": 0.080271766482133869, "pct_zvhhs_2050": 0.036178107606679034, "pct_hus_rent50_2050": 0.083487940630797772, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.083152173913042998, "pct_minority_2040": 0.74375, "pct_spfam_2040": 0.15532879818594103, "pct_lep_2040": 0.0836003495485, "pct_below200_2040": 0.15978260869565197, "pct_disab_2040": 0.15434782608695702, "pct_zvhhs_2040": 0.069391634980988992, "pct_hus_rent50_2040": 0.127906976744186, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.801604000144152, 37.355527000099897 ], [ -121.801410999800297, 37.353547999869001 ], [ -121.799906000102524, 37.352573000060794 ], [ -121.797029999702971, 37.350593999788273 ], [ -121.794856000358607, 37.349100999880328 ], [ -121.790635999919743, 37.346218000273652 ], [ -121.790457999644531, 37.342485000176715 ], [ -121.785202000036278, 37.338684000222578 ], [ -121.781682999929387, 37.339398000134452 ], [ -121.780195999774961, 37.339188000234799 ], [ -121.77855800000782, 37.338320000134011 ], [ -121.77253400012043, 37.333771999763144 ], [ -121.771787999582642, 37.331855000201493 ], [ -121.770945999683676, 37.332119000244411 ], [ -121.768569999774641, 37.332943999934649 ], [ -121.767608000225067, 37.333100999803619 ], [ -121.765962999886895, 37.333952000039915 ], [ -121.765592000166137, 37.333990000265445 ], [ -121.76536500038543, 37.334061000108932 ], [ -121.764778999681184, 37.33463299985079 ], [ -121.764596000281401, 37.335342999902487 ], [ -121.764517999565271, 37.335462000295671 ], [ -121.759404000247258, 37.336493000113478 ], [ -121.753921999784893, 37.334220999681335 ], [ -121.752954000387533, 37.33307099968571 ], [ -121.753638999927659, 37.33320399980785 ], [ -121.751519999936548, 37.331270999970563 ], [ -121.74790000044564, 37.330697000319851 ], [ -121.747584999903054, 37.328342999662638 ], [ -121.745512999767641, 37.329407000293635 ], [ -121.744552000042987, 37.330411999952766 ], [ -121.742853000176453, 37.328900000261775 ], [ -121.743265999730028, 37.331650999922459 ], [ -121.735604999900389, 37.332571000003753 ], [ -121.733747999850124, 37.333473999960006 ], [ -121.733161000219297, 37.333740999941796 ], [ -121.733521000069402, 37.336742999816991 ], [ -121.732562999819493, 37.339344999909081 ], [ -121.74103100028627, 37.353778999824513 ], [ -121.742484999930426, 37.355513999957218 ], [ -121.744799999740096, 37.359399000163556 ], [ -121.745891000059402, 37.360707000010073 ], [ -121.74834200031151, 37.360721999905586 ], [ -121.75432900038895, 37.363613999856739 ], [ -121.758155999569084, 37.363088999828712 ], [ -121.76063600013353, 37.363290000224431 ], [ -121.763057000248452, 37.364220000332352 ], [ -121.765289000217422, 37.366777999863515 ], [ -121.767481000003457, 37.36818099978106 ], [ -121.767556000346545, 37.369354000232271 ], [ -121.768993000272246, 37.370346999780459 ], [ -121.770015000096251, 37.372045000209653 ], [ -121.771381999701759, 37.372188000138813 ], [ -121.772118000193842, 37.373311000000854 ], [ -121.771626000099232, 37.37422600006466 ], [ -121.773473999928711, 37.375381000018827 ], [ -121.773116999553309, 37.376258999706167 ], [ -121.777197000250084, 37.378097999692066 ], [ -121.78092200022131, 37.378453000269069 ], [ -121.783811999966218, 37.377816999743082 ], [ -121.781077000031971, 37.377428999889247 ], [ -121.778701000122936, 37.376338999903389 ], [ -121.777357999908546, 37.376594000274949 ], [ -121.775244999765263, 37.375388000219587 ], [ -121.774448999897047, 37.374272999778213 ], [ -121.773959000350587, 37.371944999757737 ], [ -121.775093000327587, 37.370677000085209 ], [ -121.774573999570492, 37.368543999807819 ], [ -121.773230000429535, 37.366453000078209 ], [ -121.772190000163846, 37.365749000159937 ], [ -121.773571999837984, 37.365810000234703 ], [ -121.774925999922999, 37.36687800006343 ], [ -121.779301999997472, 37.367531000248171 ], [ -121.781385000003553, 37.365557999686956 ], [ -121.779177000323998, 37.362580000237244 ], [ -121.778959999690713, 37.361120000131422 ], [ -121.777932999843827, 37.360377999739214 ], [ -121.779174999775861, 37.359306999897051 ], [ -121.777983000072538, 37.358035000113858 ], [ -121.777372000152255, 37.353814999892684 ], [ -121.78148999958556, 37.352748999963097 ], [ -121.786235999555842, 37.354164000074974 ], [ -121.79026199982593, 37.353747999692516 ], [ -121.790757000293567, 37.354261000138244 ], [ -121.795042999956365, 37.354251000299485 ], [ -121.795464999730726, 37.354360000184016 ], [ -121.798384999612921, 37.355632000125986 ], [ -121.801604000144152, 37.355527000099897 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503313", "NAME": "Census Tract 5033.13", "state": "06", "county_fips": "085", "tract": "503313", "county_name": "Santa Clara County", "tot_pop_2050": 4688, "tot_pop_pov_det_2050": 4679, "tot_pop_civ_ni_2050": 4688, "tot_hh_2050": 1331, "pop_zvhhs_2050": 0, "tot_fam_2050": 1249, "tot_pop_over5_2050": 4515, "pop_hus_rent50_2050": 31, "pop_minority_2050": 4060, "pop_over75_2050": 154, "pop_spfam_2050": 145, "pop_lep_2050": 432, "pop_below200_2050": 446, "pop_disability_2050": 230, "pct_minority_2050": 0.86604095563139927, "pct_over75_2050": 0.032849829351535839, "pct_spfam_2050": 0.11609287429943956, "pct_lep_2050": 0.095681063122923571, "pct_below200_2050": 0.095319512716392371, "pct_disab_2050": 0.049061433447098984, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.023290758827948909, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036614360437469996, "pct_minority_2040": 0.81145981930575406, "pct_spfam_2040": 0.040145985401459999, "pct_lep_2040": 0.060524381279098004, "pct_below200_2040": 0.068473609129814997, "pct_disab_2040": 0.072515454113171993, "pct_zvhhs_2040": 0.019857029388403002, "pct_hus_rent50_2040": 0.016813450760609, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.785202000036278, 37.338684000222578 ], [ -121.782847000043631, 37.331729999819636 ], [ -121.782235000298456, 37.329626999943329 ], [ -121.782190000092584, 37.327404000323241 ], [ -121.782140999688792, 37.324966999942532 ], [ -121.770599000252361, 37.325764999645159 ], [ -121.766612000340317, 37.327553999964579 ], [ -121.766188999842697, 37.328134000332035 ], [ -121.766100999979173, 37.328731999767015 ], [ -121.766353999699163, 37.330291000096558 ], [ -121.765086999652752, 37.332187999729314 ], [ -121.766114000397963, 37.331801999653536 ], [ -121.768206999551481, 37.331481999863534 ], [ -121.76851899972101, 37.331127999936449 ], [ -121.770945999683676, 37.332119000244411 ], [ -121.771787999582642, 37.331855000201493 ], [ -121.77253400012043, 37.333771999763144 ], [ -121.77855800000782, 37.338320000134011 ], [ -121.780195999774961, 37.339188000234799 ], [ -121.781682999929387, 37.339398000134452 ], [ -121.785202000036278, 37.338684000222578 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503315", "NAME": "Census Tract 5033.15", "state": "06", "county_fips": "085", "tract": "503315", "county_name": "Santa Clara County", "tot_pop_2050": 8828, "tot_pop_pov_det_2050": 8806, "tot_pop_civ_ni_2050": 8828, "tot_hh_2050": 2030, "pop_zvhhs_2050": 22, "tot_fam_2050": 1756, "tot_pop_over5_2050": 8323, "pop_hus_rent50_2050": 195, "pop_minority_2050": 8316, "pop_over75_2050": 350, "pop_spfam_2050": 296, "pop_lep_2050": 1744, "pop_below200_2050": 2679, "pop_disability_2050": 528, "pct_minority_2050": 0.94200271862256457, "pct_over75_2050": 0.03964657906660625, "pct_spfam_2050": 0.16856492027334852, "pct_lep_2050": 0.20953982938844168, "pct_below200_2050": 0.30422439245968658, "pct_disab_2050": 0.059809696420480285, "pct_zvhhs_2050": 0.01083743842364532, "pct_hus_rent50_2050": 0.096059113300492605, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039037166375654998, "pct_minority_2040": 0.93252681466699894, "pct_spfam_2040": 0.170760934691432, "pct_lep_2040": 0.14916611074049402, "pct_below200_2040": 0.35382888500873, "pct_disab_2040": 0.072711399351458997, "pct_zvhhs_2040": 0.036615536862938995, "pct_hus_rent50_2040": 0.13953488372093001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.808440999618171, 37.3238550000872 ], [ -121.808217000210476, 37.322703999889463 ], [ -121.807998999752272, 37.317668999937148 ], [ -121.807718000443202, 37.313865000342368 ], [ -121.808069000072464, 37.311433000232299 ], [ -121.804856000287344, 37.311964000064457 ], [ -121.803878999770845, 37.312173000069038 ], [ -121.801909999567599, 37.312416000318194 ], [ -121.796140999948364, 37.313289000131547 ], [ -121.794575000151198, 37.313523000325247 ], [ -121.791769000071838, 37.314039999987479 ], [ -121.791523999849474, 37.313965999811629 ], [ -121.795316999592728, 37.320066000112803 ], [ -121.796028999795354, 37.321943000302383 ], [ -121.796439999699089, 37.323395999990367 ], [ -121.796956999908048, 37.324917999891376 ], [ -121.800474000365099, 37.32558300030859 ], [ -121.807758999552789, 37.324033999735526 ], [ -121.808440999618171, 37.3238550000872 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503321", "NAME": "Census Tract 5033.21", "state": "06", "county_fips": "085", "tract": "503321", "county_name": "Santa Clara County", "tot_pop_2050": 4872, "tot_pop_pov_det_2050": 4856, "tot_pop_civ_ni_2050": 4866, "tot_hh_2050": 1129, "pop_zvhhs_2050": 43, "tot_fam_2050": 1029, "tot_pop_over5_2050": 4663, "pop_hus_rent50_2050": 36, "pop_minority_2050": 4540, "pop_over75_2050": 330, "pop_spfam_2050": 62, "pop_lep_2050": 645, "pop_below200_2050": 633, "pop_disability_2050": 576, "pct_minority_2050": 0.93185550082101798, "pct_over75_2050": 0.067733990147783252, "pct_spfam_2050": 0.060252672497570464, "pct_lep_2050": 0.1383229680463221, "pct_below200_2050": 0.13035420098846787, "pct_disab_2050": 0.1183723797780518, "pct_zvhhs_2050": 0.038086802480070861, "pct_hus_rent50_2050": 0.031886625332152349, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.081205525324404004, "pct_minority_2040": 0.93386354123063997, "pct_spfam_2040": 0.10934393638171, "pct_lep_2040": 0.188353863381859, "pct_below200_2040": 0.15357217682799099, "pct_disab_2040": 0.12403100775193801, "pct_zvhhs_2040": 0.028864059590317001, "pct_hus_rent50_2040": 0.051210428305400006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.817293000224481, 37.337853999710063 ], [ -121.817438999814357, 37.337818999762277 ], [ -121.815325999671046, 37.334821999820811 ], [ -121.813985999829711, 37.332912999771615 ], [ -121.812686000171354, 37.331139000003667 ], [ -121.809591000387002, 37.326623999932494 ], [ -121.808440999618171, 37.3238550000872 ], [ -121.807758999552789, 37.324033999735526 ], [ -121.800474000365099, 37.32558300030859 ], [ -121.796956999908048, 37.324917999891376 ], [ -121.79830099994733, 37.328667000121129 ], [ -121.798894000324239, 37.330448999810898 ], [ -121.800618000305164, 37.335547000155003 ], [ -121.805913000271445, 37.341518999773371 ], [ -121.817293000224481, 37.337853999710063 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503322", "NAME": "Census Tract 5033.22", "state": "06", "county_fips": "085", "tract": "503322", "county_name": "Santa Clara County", "tot_pop_2050": 4428, "tot_pop_pov_det_2050": 4428, "tot_pop_civ_ni_2050": 4428, "tot_hh_2050": 1063, "pop_zvhhs_2050": 40, "tot_fam_2050": 924, "tot_pop_over5_2050": 4289, "pop_hus_rent50_2050": 25, "pop_minority_2050": 3976, "pop_over75_2050": 217, "pop_spfam_2050": 74, "pop_lep_2050": 481, "pop_below200_2050": 725, "pop_disability_2050": 435, "pct_minority_2050": 0.89792231255645893, "pct_over75_2050": 0.049006323396567297, "pct_spfam_2050": 0.080086580086580081, "pct_lep_2050": 0.11214735369550012, "pct_below200_2050": 0.16373080397470641, "pct_disab_2050": 0.098238482384823841, "pct_zvhhs_2050": 0.037629350893697081, "pct_hus_rent50_2050": 0.023518344308560681, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047003233026609997, "pct_minority_2040": 0.88982840089530002, "pct_spfam_2040": 0.127293577981651, "pct_lep_2040": 0.17815037987948701, "pct_below200_2040": 0.27654812235762199, "pct_disab_2040": 0.096244715244964002, "pct_zvhhs_2040": 0.057259713701430993, "pct_hus_rent50_2040": 0.040899795501022004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.808584999558192, 37.344549000328385 ], [ -121.806463999917298, 37.342135000120493 ], [ -121.805913000271445, 37.341518999773371 ], [ -121.800618000305164, 37.335547000155003 ], [ -121.794115999668577, 37.336823999933813 ], [ -121.791680000383408, 37.337489999884305 ], [ -121.78561600031307, 37.338678000074538 ], [ -121.785202000036278, 37.338684000222578 ], [ -121.790457999644531, 37.342485000176715 ], [ -121.790635999919743, 37.346218000273652 ], [ -121.796090999719624, 37.343429000193964 ], [ -121.798254000091646, 37.344870999801621 ], [ -121.80240199966218, 37.34769299995714 ], [ -121.808584999558192, 37.344549000328385 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503323", "NAME": "Census Tract 5033.23", "state": "06", "county_fips": "085", "tract": "503323", "county_name": "Santa Clara County", "tot_pop_2050": 4865, "tot_pop_pov_det_2050": 4835, "tot_pop_civ_ni_2050": 4854, "tot_hh_2050": 1238, "pop_zvhhs_2050": 34, "tot_fam_2050": 1190, "tot_pop_over5_2050": 4640, "pop_hus_rent50_2050": 46, "pop_minority_2050": 4384, "pop_over75_2050": 236, "pop_spfam_2050": 97, "pop_lep_2050": 589, "pop_below200_2050": 702, "pop_disability_2050": 430, "pct_minority_2050": 0.90113052415210682, "pct_over75_2050": 0.048509763617677289, "pct_spfam_2050": 0.081512605042016809, "pct_lep_2050": 0.12693965517241379, "pct_below200_2050": 0.1451913133402275, "pct_disab_2050": 0.088586732591676973, "pct_zvhhs_2050": 0.027463651050080772, "pct_hus_rent50_2050": 0.037156704361873988, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062138418684379998, "pct_minority_2040": 0.89779301478465801, "pct_spfam_2040": 0.10495049504950502, "pct_lep_2040": 0.10371689294458, "pct_below200_2040": 0.176774193548387, "pct_disab_2040": 0.081851296335975987, "pct_zvhhs_2040": 0.032395566922421001, "pct_hus_rent50_2040": 0.057117750439367003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.800618000305164, 37.335547000155003 ], [ -121.798894000324239, 37.330448999810898 ], [ -121.79830099994733, 37.328667000121129 ], [ -121.790239000259717, 37.330270999747377 ], [ -121.789363000025574, 37.330419000062484 ], [ -121.782847000043631, 37.331729999819636 ], [ -121.785202000036278, 37.338684000222578 ], [ -121.78561600031307, 37.338678000074538 ], [ -121.791680000383408, 37.337489999884305 ], [ -121.794115999668577, 37.336823999933813 ], [ -121.800618000305164, 37.335547000155003 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503324", "NAME": "Census Tract 5033.24", "state": "06", "county_fips": "085", "tract": "503324", "county_name": "Santa Clara County", "tot_pop_2050": 3603, "tot_pop_pov_det_2050": 3603, "tot_pop_civ_ni_2050": 3603, "tot_hh_2050": 906, "pop_zvhhs_2050": 19, "tot_fam_2050": 846, "tot_pop_over5_2050": 3385, "pop_hus_rent50_2050": 78, "pop_minority_2050": 3338, "pop_over75_2050": 165, "pop_spfam_2050": 136, "pop_lep_2050": 417, "pop_below200_2050": 597, "pop_disability_2050": 314, "pct_minority_2050": 0.92645018040521798, "pct_over75_2050": 0.045795170691090764, "pct_spfam_2050": 0.16075650118203311, "pct_lep_2050": 0.12319054652880355, "pct_below200_2050": 0.16569525395503748, "pct_disab_2050": 0.087149597557590899, "pct_zvhhs_2050": 0.02097130242825607, "pct_hus_rent50_2050": 0.086092715231788075, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048085228908724, "pct_minority_2040": 0.91246760725597498, "pct_spfam_2040": 0.089005235602094016, "pct_lep_2040": 0.114630467571644, "pct_below200_2040": 0.15030233227757001, "pct_disab_2040": 0.093003167290527003, "pct_zvhhs_2040": 0.020477815699659001, "pct_hus_rent50_2040": 0.056128293241695, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.79830099994733, 37.328667000121129 ], [ -121.796956999908048, 37.324917999891376 ], [ -121.795889000053265, 37.324761000066374 ], [ -121.787045999667782, 37.324838999974986 ], [ -121.782140999688792, 37.324966999942532 ], [ -121.782190000092584, 37.327404000323241 ], [ -121.782235000298456, 37.329626999943329 ], [ -121.782847000043631, 37.331729999819636 ], [ -121.789363000025574, 37.330419000062484 ], [ -121.790239000259717, 37.330270999747377 ], [ -121.79830099994733, 37.328667000121129 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503325", "NAME": "Census Tract 5033.25", "state": "06", "county_fips": "085", "tract": "503325", "county_name": "Santa Clara County", "tot_pop_2050": 4591, "tot_pop_pov_det_2050": 4545, "tot_pop_civ_ni_2050": 4591, "tot_hh_2050": 1182, "pop_zvhhs_2050": 30, "tot_fam_2050": 1031, "tot_pop_over5_2050": 4455, "pop_hus_rent50_2050": 109, "pop_minority_2050": 4273, "pop_over75_2050": 360, "pop_spfam_2050": 83, "pop_lep_2050": 614, "pop_below200_2050": 645, "pop_disability_2050": 398, "pct_minority_2050": 0.93073404487039857, "pct_over75_2050": 0.078414288825963838, "pct_spfam_2050": 0.080504364694471392, "pct_lep_2050": 0.13782267115600449, "pct_below200_2050": 0.14191419141914191, "pct_disab_2050": 0.086691352646482242, "pct_zvhhs_2050": 0.02538071065989848, "pct_hus_rent50_2050": 0.092216582064297795, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057219031993437003, "pct_minority_2040": 0.89786710418375704, "pct_spfam_2040": 0.172641509433962, "pct_lep_2040": 0.139240506329114, "pct_below200_2040": 0.19407622203811101, "pct_disab_2040": 0.086189205828031995, "pct_zvhhs_2040": 0.079378774805866997, "pct_hus_rent50_2040": 0.058047493403693994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.796956999908048, 37.324917999891376 ], [ -121.796439999699089, 37.323395999990367 ], [ -121.796028999795354, 37.321943000302383 ], [ -121.795316999592728, 37.320066000112803 ], [ -121.791523999849474, 37.313965999811629 ], [ -121.789711000180105, 37.314334000217414 ], [ -121.787182999935098, 37.314619000122825 ], [ -121.788280999927096, 37.317329999935893 ], [ -121.788085999933429, 37.317705000169951 ], [ -121.781894999641509, 37.319093000282436 ], [ -121.779994999933521, 37.319759000252645 ], [ -121.780234000308127, 37.32045900008152 ], [ -121.782156999582313, 37.32373499977696 ], [ -121.782140999688792, 37.324966999942532 ], [ -121.787045999667782, 37.324838999974986 ], [ -121.795889000053265, 37.324761000066374 ], [ -121.796956999908048, 37.324917999891376 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503326", "NAME": "Census Tract 5033.26", "state": "06", "county_fips": "085", "tract": "503326", "county_name": "Santa Clara County", "tot_pop_2050": 7318, "tot_pop_pov_det_2050": 7292, "tot_pop_civ_ni_2050": 7302, "tot_hh_2050": 1801, "pop_zvhhs_2050": 20, "tot_fam_2050": 1692, "tot_pop_over5_2050": 7032, "pop_hus_rent50_2050": 65, "pop_minority_2050": 6682, "pop_over75_2050": 263, "pop_spfam_2050": 89, "pop_lep_2050": 585, "pop_below200_2050": 604, "pop_disability_2050": 464, "pct_minority_2050": 0.91309100847226021, "pct_over75_2050": 0.03593878108772889, "pct_spfam_2050": 0.05260047281323877, "pct_lep_2050": 0.08319112627986347, "pct_below200_2050": 0.08283049917718048, "pct_disab_2050": 0.063544234456313339, "pct_zvhhs_2050": 0.011104941699056081, "pct_hus_rent50_2050": 0.036091060521932262, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.024461028192371004, "pct_minority_2040": 0.94444444444444398, "pct_spfam_2040": 0.105413105413105, "pct_lep_2040": 0.082727946627130997, "pct_below200_2040": 0.17183176535694503, "pct_disab_2040": 0.045328911000552995, "pct_zvhhs_2040": 0.040488075429838996, "pct_hus_rent50_2040": 0.029842342342342003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.788085999933429, 37.317705000169951 ], [ -121.788280999927096, 37.317329999935893 ], [ -121.787182999935098, 37.314619000122825 ], [ -121.783243999703657, 37.315209999844711 ], [ -121.777829000086768, 37.316271000066735 ], [ -121.775182000016045, 37.316412000108834 ], [ -121.75836700035461, 37.31899900030264 ], [ -121.758938000091916, 37.321859000182663 ], [ -121.757833000427254, 37.322017999896183 ], [ -121.755550000404611, 37.320858999709984 ], [ -121.754664000124706, 37.322415000147465 ], [ -121.753319000260504, 37.322946000269397 ], [ -121.748631999841422, 37.322493000347961 ], [ -121.745788999952168, 37.323651000231564 ], [ -121.744643000279581, 37.322236000214602 ], [ -121.744479000248035, 37.323790999897945 ], [ -121.743004999614115, 37.322843999891376 ], [ -121.742596000258487, 37.323569000091481 ], [ -121.745567000194285, 37.326728000309572 ], [ -121.745512999767641, 37.329407000293635 ], [ -121.747584999903054, 37.328342999662638 ], [ -121.74790000044564, 37.330697000319851 ], [ -121.751519999936548, 37.331270999970563 ], [ -121.753638999927659, 37.33320399980785 ], [ -121.752954000387533, 37.33307099968571 ], [ -121.753921999784893, 37.334220999681335 ], [ -121.759404000247258, 37.336493000113478 ], [ -121.764517999565271, 37.335462000295671 ], [ -121.764596000281401, 37.335342999902487 ], [ -121.764778999681184, 37.33463299985079 ], [ -121.76536500038543, 37.334061000108932 ], [ -121.765592000166137, 37.333990000265445 ], [ -121.765962999886895, 37.333952000039915 ], [ -121.767608000225067, 37.333100999803619 ], [ -121.768569999774641, 37.332943999934649 ], [ -121.770945999683676, 37.332119000244411 ], [ -121.76851899972101, 37.331127999936449 ], [ -121.768206999551481, 37.331481999863534 ], [ -121.766114000397963, 37.331801999653536 ], [ -121.765086999652752, 37.332187999729314 ], [ -121.766353999699163, 37.330291000096558 ], [ -121.766100999979173, 37.328731999767015 ], [ -121.766188999842697, 37.328134000332035 ], [ -121.766612000340317, 37.327553999964579 ], [ -121.770599000252361, 37.325764999645159 ], [ -121.782140999688792, 37.324966999942532 ], [ -121.782156999582313, 37.32373499977696 ], [ -121.780234000308127, 37.32045900008152 ], [ -121.779994999933521, 37.319759000252645 ], [ -121.781894999641509, 37.319093000282436 ], [ -121.788085999933429, 37.317705000169951 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503327", "NAME": "Census Tract 5033.27", "state": "06", "county_fips": "085", "tract": "503327", "county_name": "Santa Clara County", "tot_pop_2050": 4637, "tot_pop_pov_det_2050": 4622, "tot_pop_civ_ni_2050": 4622, "tot_hh_2050": 1351, "pop_zvhhs_2050": 113, "tot_fam_2050": 1045, "tot_pop_over5_2050": 4492, "pop_hus_rent50_2050": 178, "pop_minority_2050": 4003, "pop_over75_2050": 311, "pop_spfam_2050": 102, "pop_lep_2050": 413, "pop_below200_2050": 1044, "pop_disability_2050": 593, "pct_minority_2050": 0.86327366832003449, "pct_over75_2050": 0.067069225792538281, "pct_spfam_2050": 0.097607655502392338, "pct_lep_2050": 0.091941228851291204, "pct_below200_2050": 0.22587624405019471, "pct_disab_2050": 0.12829943747295544, "pct_zvhhs_2050": 0.083641746854182089, "pct_hus_rent50_2050": 0.13175425610658772, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066144140699675003, "pct_minority_2040": 0.8451538902695469, "pct_spfam_2040": 0.15925266903914598, "pct_lep_2040": 0.080993080993081001, "pct_below200_2040": 0.23091639563803301, "pct_disab_2040": 0.11880619858427399, "pct_zvhhs_2040": 0.12589928057553998, "pct_hus_rent50_2040": 0.21449275362318804, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.801909999567599, 37.312416000318194 ], [ -121.797880999822752, 37.306615000080562 ], [ -121.796154000367125, 37.304211999671224 ], [ -121.793288000013334, 37.302935000153518 ], [ -121.79439600005108, 37.304762999766758 ], [ -121.794308000187513, 37.306197999651879 ], [ -121.790337999993909, 37.306717000332007 ], [ -121.78796600028285, 37.307854000135137 ], [ -121.787623999976077, 37.306450999694391 ], [ -121.784998999646703, 37.306293999878349 ], [ -121.782927000409558, 37.30373300011393 ], [ -121.780439000347528, 37.303172000123141 ], [ -121.77872700006219, 37.301191000137457 ], [ -121.774547999631238, 37.30185799975574 ], [ -121.77315199971342, 37.299589000274878 ], [ -121.771625000274341, 37.299159000295617 ], [ -121.771340999693891, 37.299343999873386 ], [ -121.777871999744448, 37.305974000075793 ], [ -121.780230999935071, 37.308295999849257 ], [ -121.785516999680553, 37.310218000252569 ], [ -121.790440999926076, 37.313105000096634 ], [ -121.791769000071838, 37.314039999987479 ], [ -121.794575000151198, 37.313523000325247 ], [ -121.796140999948364, 37.313289000131547 ], [ -121.801909999567599, 37.312416000318194 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503329", "NAME": "Census Tract 5033.29", "state": "06", "county_fips": "085", "tract": "503329", "county_name": "Santa Clara County", "tot_pop_2050": 4257, "tot_pop_pov_det_2050": 4251, "tot_pop_civ_ni_2050": 4252, "tot_hh_2050": 1112, "pop_zvhhs_2050": 20, "tot_fam_2050": 1049, "tot_pop_over5_2050": 4067, "pop_hus_rent50_2050": 20, "pop_minority_2050": 3920, "pop_over75_2050": 208, "pop_spfam_2050": 23, "pop_lep_2050": 360, "pop_below200_2050": 226, "pop_disability_2050": 186, "pct_minority_2050": 0.92083626967347909, "pct_over75_2050": 0.048860700023490716, "pct_spfam_2050": 0.0219256434699714, "pct_lep_2050": 0.088517334644701254, "pct_below200_2050": 0.053163961420842162, "pct_disab_2050": 0.043744120413922866, "pct_zvhhs_2050": 0.017985611510791366, "pct_hus_rent50_2050": 0.017985611510791366, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035600578871201001, "pct_minority_2040": 0.88277858176555712, "pct_spfam_2040": 0.072330654420207002, "pct_lep_2040": 0.081542351453856007, "pct_below200_2040": 0.046680197158597003, "pct_disab_2040": 0.071904899971006006, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.791523999849474, 37.313965999811629 ], [ -121.791769000071838, 37.314039999987479 ], [ -121.790440999926076, 37.313105000096634 ], [ -121.785516999680553, 37.310218000252569 ], [ -121.780230999935071, 37.308295999849257 ], [ -121.777871999744448, 37.305974000075793 ], [ -121.769360999619963, 37.307141000160534 ], [ -121.770827999682879, 37.308102999786058 ], [ -121.772257000111011, 37.311452999879563 ], [ -121.774800000424619, 37.315212000280752 ], [ -121.775182000016045, 37.316412000108834 ], [ -121.777829000086768, 37.316271000066735 ], [ -121.783243999703657, 37.315209999844711 ], [ -121.787182999935098, 37.314619000122825 ], [ -121.789711000180105, 37.314334000217414 ], [ -121.791523999849474, 37.313965999811629 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503330", "NAME": "Census Tract 5033.30", "state": "06", "county_fips": "085", "tract": "503330", "county_name": "Santa Clara County", "tot_pop_2050": 8177, "tot_pop_pov_det_2050": 8109, "tot_pop_civ_ni_2050": 8177, "tot_hh_2050": 2136, "pop_zvhhs_2050": 20, "tot_fam_2050": 1971, "tot_pop_over5_2050": 7904, "pop_hus_rent50_2050": 61, "pop_minority_2050": 7234, "pop_over75_2050": 314, "pop_spfam_2050": 135, "pop_lep_2050": 437, "pop_below200_2050": 570, "pop_disability_2050": 187, "pct_minority_2050": 0.88467653173535521, "pct_over75_2050": 0.038400391341567822, "pct_spfam_2050": 0.068493150684931503, "pct_lep_2050": 0.055288461538461536, "pct_below200_2050": 0.070292267850536438, "pct_disab_2050": 0.02286902286902287, "pct_zvhhs_2050": 0.0093632958801498131, "pct_hus_rent50_2050": 0.028558052434456933, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023333333333332994, "pct_minority_2040": 0.90592592592592602, "pct_spfam_2040": 0.023464802795806001, "pct_lep_2040": 0.046390374331551, "pct_below200_2040": 0.056666666666666997, "pct_disab_2040": 0.018518518518518996, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.019811320754717001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.777871999744448, 37.305974000075793 ], [ -121.771340999693891, 37.299343999873386 ], [ -121.77015700038649, 37.299750999772449 ], [ -121.764264000020376, 37.297806999922983 ], [ -121.760905999571975, 37.297838000275114 ], [ -121.757974999819126, 37.299421000003932 ], [ -121.755807000322548, 37.298982999880906 ], [ -121.752988999649318, 37.296876999854405 ], [ -121.750185000118094, 37.296597999806934 ], [ -121.746999000097148, 37.295145000249292 ], [ -121.745313999575998, 37.293859000198047 ], [ -121.744060999773296, 37.293458000048105 ], [ -121.743731000060436, 37.293364000175963 ], [ -121.73426800043211, 37.291747999852412 ], [ -121.731510000033339, 37.290693999723004 ], [ -121.725189999869954, 37.288955000303318 ], [ -121.722953999702995, 37.287741000089568 ], [ -121.717611999881001, 37.288369000072905 ], [ -121.712605999619697, 37.289561999854492 ], [ -121.709987000036421, 37.2911389997086 ], [ -121.711432000358059, 37.297056999889094 ], [ -121.711293000440861, 37.298505000330621 ], [ -121.710642000337629, 37.301534999884382 ], [ -121.71447600008878, 37.307997999758328 ], [ -121.732233000106589, 37.338931000068762 ], [ -121.732562999819493, 37.339344999909081 ], [ -121.733521000069402, 37.336742999816991 ], [ -121.733161000219297, 37.333740999941796 ], [ -121.733747999850124, 37.333473999960006 ], [ -121.735604999900389, 37.332571000003753 ], [ -121.743265999730028, 37.331650999922459 ], [ -121.742853000176453, 37.328900000261775 ], [ -121.744552000042987, 37.330411999952766 ], [ -121.745512999767641, 37.329407000293635 ], [ -121.745567000194285, 37.326728000309572 ], [ -121.742596000258487, 37.323569000091481 ], [ -121.743004999614115, 37.322843999891376 ], [ -121.744479000248035, 37.323790999897945 ], [ -121.744643000279581, 37.322236000214602 ], [ -121.745788999952168, 37.323651000231564 ], [ -121.748631999841422, 37.322493000347961 ], [ -121.753319000260504, 37.322946000269397 ], [ -121.754664000124706, 37.322415000147465 ], [ -121.755550000404611, 37.320858999709984 ], [ -121.757833000427254, 37.322017999896183 ], [ -121.758938000091916, 37.321859000182663 ], [ -121.75836700035461, 37.31899900030264 ], [ -121.775182000016045, 37.316412000108834 ], [ -121.774800000424619, 37.315212000280752 ], [ -121.772257000111011, 37.311452999879563 ], [ -121.770827999682879, 37.308102999786058 ], [ -121.769360999619963, 37.307141000160534 ], [ -121.777871999744448, 37.305974000075793 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503331", "NAME": "Census Tract 5033.31", "state": "06", "county_fips": "085", "tract": "503331", "county_name": "Santa Clara County", "tot_pop_2050": 3356, "tot_pop_pov_det_2050": 3356, "tot_pop_civ_ni_2050": 3356, "tot_hh_2050": 1359, "pop_zvhhs_2050": 94, "tot_fam_2050": 902, "tot_pop_over5_2050": 3262, "pop_hus_rent50_2050": 78, "pop_minority_2050": 2152, "pop_over75_2050": 456, "pop_spfam_2050": 0, "pop_lep_2050": 156, "pop_below200_2050": 250, "pop_disability_2050": 392, "pct_minority_2050": 0.64123957091775918, "pct_over75_2050": 0.13587604290822408, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.047823421213979152, "pct_below200_2050": 0.074493444576877219, "pct_disab_2050": 0.11680572109654352, "pct_zvhhs_2050": 0.069168506254598972, "pct_hus_rent50_2050": 0.057395143487858728, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12995780590717301, "pct_minority_2040": 0.649226441631505, "pct_spfam_2040": 0.029504741833508999, "pct_lep_2040": 0.053321678321678008, "pct_below200_2040": 0.16849507735583699, "pct_disab_2040": 0.16962025316455701, "pct_zvhhs_2040": 0.06047516198704099, "pct_hus_rent50_2040": 0.15647743813682699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.77015700038649, 37.299750999772449 ], [ -121.771340999693891, 37.299343999873386 ], [ -121.769113999747759, 37.296378999705574 ], [ -121.765301999737929, 37.290989000296598 ], [ -121.763780000321717, 37.290622999647226 ], [ -121.761354000183928, 37.290398000303327 ], [ -121.759117000192077, 37.291184000331491 ], [ -121.753116999695834, 37.292080999842412 ], [ -121.747948000126215, 37.291739000083304 ], [ -121.74705099997567, 37.29326600029065 ], [ -121.744060999773296, 37.293458000048105 ], [ -121.745313999575998, 37.293859000198047 ], [ -121.746999000097148, 37.295145000249292 ], [ -121.750185000118094, 37.296597999806934 ], [ -121.752988999649318, 37.296876999854405 ], [ -121.755807000322548, 37.298982999880906 ], [ -121.757974999819126, 37.299421000003932 ], [ -121.760905999571975, 37.297838000275114 ], [ -121.764264000020376, 37.297806999922983 ], [ -121.77015700038649, 37.299750999772449 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503332", "NAME": "Census Tract 5033.32", "state": "06", "county_fips": "085", "tract": "503332", "county_name": "Santa Clara County", "tot_pop_2050": 5719, "tot_pop_pov_det_2050": 5719, "tot_pop_civ_ni_2050": 5719, "tot_hh_2050": 2548, "pop_zvhhs_2050": 46, "tot_fam_2050": 1550, "tot_pop_over5_2050": 5584, "pop_hus_rent50_2050": 12, "pop_minority_2050": 2557, "pop_over75_2050": 1465, "pop_spfam_2050": 38, "pop_lep_2050": 142, "pop_below200_2050": 514, "pop_disability_2050": 790, "pct_minority_2050": 0.44710613743661481, "pct_over75_2050": 0.25616366497639448, "pct_spfam_2050": 0.024516129032258062, "pct_lep_2050": 0.025429799426934099, "pct_below200_2050": 0.089875852421752056, "pct_disab_2050": 0.1381360377688407, "pct_zvhhs_2050": 0.018053375196232339, "pct_hus_rent50_2050": 0.0047095761381475655, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.25311583577712599, "pct_minority_2040": 0.30938416422287396, "pct_spfam_2040": 0.020195838433292, "pct_lep_2040": 0.022428174235402998, "pct_below200_2040": 0.086876832844574994, "pct_disab_2040": 0.15597507331378302, "pct_zvhhs_2040": 0.019138755980861, "pct_hus_rent50_2040": 0.024666397088556002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.765301999737929, 37.290989000296598 ], [ -121.765198999805762, 37.288425999954185 ], [ -121.763376999915579, 37.286475999723791 ], [ -121.762567999628573, 37.285198999989831 ], [ -121.759712000218812, 37.282939999804718 ], [ -121.75929999959186, 37.282552999911964 ], [ -121.758736000425557, 37.281247999915742 ], [ -121.75707600001877, 37.279899999912182 ], [ -121.750292000248209, 37.277851999673047 ], [ -121.748883999736492, 37.277149999896729 ], [ -121.74591699999867, 37.273702999962119 ], [ -121.744347000003557, 37.27298000016625 ], [ -121.739519999842386, 37.269990000003034 ], [ -121.738483999774687, 37.268695000025353 ], [ -121.735167000232465, 37.267584999679002 ], [ -121.731055999573584, 37.264874999948844 ], [ -121.727570999801884, 37.264056000073232 ], [ -121.716959000127957, 37.285041000220531 ], [ -121.716959000127957, 37.285541000172849 ], [ -121.709987000036421, 37.2911389997086 ], [ -121.712605999619697, 37.289561999854492 ], [ -121.717611999881001, 37.288369000072905 ], [ -121.722953999702995, 37.287741000089568 ], [ -121.725189999869954, 37.288955000303318 ], [ -121.731510000033339, 37.290693999723004 ], [ -121.73426800043211, 37.291747999852412 ], [ -121.743731000060436, 37.293364000175963 ], [ -121.744060999773296, 37.293458000048105 ], [ -121.74705099997567, 37.29326600029065 ], [ -121.747948000126215, 37.291739000083304 ], [ -121.753116999695834, 37.292080999842412 ], [ -121.759117000192077, 37.291184000331491 ], [ -121.761354000183928, 37.290398000303327 ], [ -121.763780000321717, 37.290622999647226 ], [ -121.765301999737929, 37.290989000296598 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503333", "NAME": "Census Tract 5033.33", "state": "06", "county_fips": "085", "tract": "503333", "county_name": "Santa Clara County", "tot_pop_2050": 4945, "tot_pop_pov_det_2050": 4938, "tot_pop_civ_ni_2050": 4945, "tot_hh_2050": 1330, "pop_zvhhs_2050": 20, "tot_fam_2050": 1122, "tot_pop_over5_2050": 4608, "pop_hus_rent50_2050": 6, "pop_minority_2050": 3847, "pop_over75_2050": 213, "pop_spfam_2050": 48, "pop_lep_2050": 269, "pop_below200_2050": 490, "pop_disability_2050": 486, "pct_minority_2050": 0.77795753286147629, "pct_over75_2050": 0.043073811931243683, "pct_spfam_2050": 0.042780748663101602, "pct_lep_2050": 0.058376736111111112, "pct_below200_2050": 0.099230457675172121, "pct_disab_2050": 0.098281092012133461, "pct_zvhhs_2050": 0.015037593984962403, "pct_hus_rent50_2050": 0.0045112781954887221, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035827664399092997, "pct_minority_2040": 0.72199546485260779, "pct_spfam_2040": 0.13492822966507198, "pct_lep_2040": 0.037536800785083001, "pct_below200_2040": 0.16712018140589602, "pct_disab_2040": 0.048979591836735004, "pct_zvhhs_2040": 0.016291698991466003, "pct_hus_rent50_2040": 0.050426687354537994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.80183199974978, 37.305464000255313 ], [ -121.800543999786967, 37.299626000301153 ], [ -121.798278000381089, 37.298138999802561 ], [ -121.795388999562746, 37.297801999818908 ], [ -121.787558999678737, 37.294854000061619 ], [ -121.785092000431419, 37.296070999831777 ], [ -121.783451000291194, 37.297177999654423 ], [ -121.77452199969197, 37.297584000102404 ], [ -121.771625000274341, 37.299159000295617 ], [ -121.77315199971342, 37.299589000274878 ], [ -121.774547999631238, 37.30185799975574 ], [ -121.77872700006219, 37.301191000137457 ], [ -121.780439000347528, 37.303172000123141 ], [ -121.782927000409558, 37.30373300011393 ], [ -121.784998999646703, 37.306293999878349 ], [ -121.787623999976077, 37.306450999694391 ], [ -121.78796600028285, 37.307854000135137 ], [ -121.790337999993909, 37.306717000332007 ], [ -121.794308000187513, 37.306197999651879 ], [ -121.79439600005108, 37.304762999766758 ], [ -121.793288000013334, 37.302935000153518 ], [ -121.796154000367125, 37.304211999671224 ], [ -121.797880999822752, 37.306615000080562 ], [ -121.799346000235886, 37.305763999643929 ], [ -121.80183199974978, 37.305464000255313 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503334", "NAME": "Census Tract 5033.34", "state": "06", "county_fips": "085", "tract": "503334", "county_name": "Santa Clara County", "tot_pop_2050": 8828, "tot_pop_pov_det_2050": 8828, "tot_pop_civ_ni_2050": 8828, "tot_hh_2050": 2585, "pop_zvhhs_2050": 12, "tot_fam_2050": 2352, "tot_pop_over5_2050": 8396, "pop_hus_rent50_2050": 0, "pop_minority_2050": 6972, "pop_over75_2050": 417, "pop_spfam_2050": 148, "pop_lep_2050": 202, "pop_below200_2050": 307, "pop_disability_2050": 284, "pct_minority_2050": 0.78975985500679657, "pct_over75_2050": 0.047236067059356603, "pct_spfam_2050": 0.062925170068027211, "pct_lep_2050": 0.024059075750357317, "pct_below200_2050": 0.034775713638423203, "pct_disab_2050": 0.032170367014046214, "pct_zvhhs_2050": 0.0046421663442940036, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031309192200557001, "pct_minority_2040": 0.72635097493036216, "pct_spfam_2040": 0.044967880085653, "pct_lep_2040": 0.048444549988126001, "pct_below200_2040": 0.070980743394536, "pct_disab_2040": 0.047364315167725005, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.013312451057165001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.810143999682651, 37.294512000045081 ], [ -121.809813000144857, 37.290048999745125 ], [ -121.809545000356238, 37.285675999854796 ], [ -121.809528999564392, 37.285243999876997 ], [ -121.809033000170174, 37.286050000112496 ], [ -121.799749999568604, 37.284063999892943 ], [ -121.796786000203809, 37.28224000019236 ], [ -121.794530999770274, 37.281475000077869 ], [ -121.789649000255835, 37.281689000217732 ], [ -121.787717999687402, 37.280320000224634 ], [ -121.781451000125813, 37.279620999808003 ], [ -121.777533999635665, 37.277861999673455 ], [ -121.776669999995391, 37.276216000300344 ], [ -121.768713999714677, 37.272735999678545 ], [ -121.762596000115963, 37.268344000081221 ], [ -121.747057999648362, 37.259078000177347 ], [ -121.73855900011776, 37.252842999865592 ], [ -121.733358999687681, 37.24814299985254 ], [ -121.731202999886676, 37.254107999844273 ], [ -121.727570999801884, 37.264056000073232 ], [ -121.731055999573584, 37.264874999948844 ], [ -121.735167000232465, 37.267584999679002 ], [ -121.738483999774687, 37.268695000025353 ], [ -121.739519999842386, 37.269990000003034 ], [ -121.744347000003557, 37.27298000016625 ], [ -121.74591699999867, 37.273702999962119 ], [ -121.748883999736492, 37.277149999896729 ], [ -121.750292000248209, 37.277851999673047 ], [ -121.75707600001877, 37.279899999912182 ], [ -121.758736000425557, 37.281247999915742 ], [ -121.75929999959186, 37.282552999911964 ], [ -121.759712000218812, 37.282939999804718 ], [ -121.762567999628573, 37.285198999989831 ], [ -121.763376999915579, 37.286475999723791 ], [ -121.765198999805762, 37.288425999954185 ], [ -121.765301999737929, 37.290989000296598 ], [ -121.769113999747759, 37.296378999705574 ], [ -121.771340999693891, 37.299343999873386 ], [ -121.771625000274341, 37.299159000295617 ], [ -121.77452199969197, 37.297584000102404 ], [ -121.783451000291194, 37.297177999654423 ], [ -121.785092000431419, 37.296070999831777 ], [ -121.787558999678737, 37.294854000061619 ], [ -121.795388999562746, 37.297801999818908 ], [ -121.798278000381089, 37.298138999802561 ], [ -121.800543999786967, 37.299626000301153 ], [ -121.802691000265497, 37.299770999668567 ], [ -121.803179999987037, 37.299607999788499 ], [ -121.810143999682651, 37.294512000045081 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503336", "NAME": "Census Tract 5033.36", "state": "06", "county_fips": "085", "tract": "503336", "county_name": "Santa Clara County", "tot_pop_2050": 3773, "tot_pop_pov_det_2050": 3768, "tot_pop_civ_ni_2050": 3768, "tot_hh_2050": 880, "pop_zvhhs_2050": 8, "tot_fam_2050": 780, "tot_pop_over5_2050": 3605, "pop_hus_rent50_2050": 31, "pop_minority_2050": 3614, "pop_over75_2050": 177, "pop_spfam_2050": 128, "pop_lep_2050": 639, "pop_below200_2050": 695, "pop_disability_2050": 369, "pct_minority_2050": 0.9578584680625496, "pct_over75_2050": 0.046912271402067315, "pct_spfam_2050": 0.1641025641025641, "pct_lep_2050": 0.17725381414701802, "pct_below200_2050": 0.18444798301486201, "pct_disab_2050": 0.097929936305732476, "pct_zvhhs_2050": 0.0090909090909090905, "pct_hus_rent50_2050": 0.035227272727272725, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036018696728073001, "pct_minority_2040": 0.96040692878746192, "pct_spfam_2040": 0.14412136536030301, "pct_lep_2040": 0.194371152154793, "pct_below200_2040": 0.313239746765758, "pct_disab_2040": 0.092760803743463016, "pct_zvhhs_2040": 0.015151515151514999, "pct_hus_rent50_2040": 0.012956419316843, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.809315000202474, 37.308843999834679 ], [ -121.810834999968876, 37.307130000153023 ], [ -121.807900999842985, 37.303656999767966 ], [ -121.80717899959464, 37.303055000086729 ], [ -121.802691000265497, 37.299770999668567 ], [ -121.800543999786967, 37.299626000301153 ], [ -121.80183199974978, 37.305464000255313 ], [ -121.799346000235886, 37.305763999643929 ], [ -121.797880999822752, 37.306615000080562 ], [ -121.801909999567599, 37.312416000318194 ], [ -121.803878999770845, 37.312173000069038 ], [ -121.804856000287344, 37.311964000064457 ], [ -121.808069000072464, 37.311433000232299 ], [ -121.809315000202474, 37.308843999834679 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503337", "NAME": "Census Tract 5033.37", "state": "06", "county_fips": "085", "tract": "503337", "county_name": "Santa Clara County", "tot_pop_2050": 3573, "tot_pop_pov_det_2050": 3573, "tot_pop_civ_ni_2050": 3573, "tot_hh_2050": 951, "pop_zvhhs_2050": 0, "tot_fam_2050": 821, "tot_pop_over5_2050": 3408, "pop_hus_rent50_2050": 38, "pop_minority_2050": 3236, "pop_over75_2050": 191, "pop_spfam_2050": 88, "pop_lep_2050": 677, "pop_below200_2050": 864, "pop_disability_2050": 477, "pct_minority_2050": 0.90568150013993842, "pct_over75_2050": 0.053456479149174362, "pct_spfam_2050": 0.1071863580998782, "pct_lep_2050": 0.19865023474178406, "pct_below200_2050": 0.24181360201511329, "pct_disab_2050": 0.13350125944584382, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.039957939011566766, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032079936891927001, "pct_minority_2040": 0.93689192742571714, "pct_spfam_2040": 0.123947051744886, "pct_lep_2040": 0.184482277421155, "pct_below200_2040": 0.322538177988415, "pct_disab_2040": 0.085195897975283, "pct_zvhhs_2040": 0.029755579171095, "pct_hus_rent50_2040": 0.082860385925085003, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81677400036574, 37.302980999817109 ], [ -121.811829000203787, 37.297905000324043 ], [ -121.810722999815866, 37.296296000074896 ], [ -121.810143999682651, 37.294512000045081 ], [ -121.803179999987037, 37.299607999788499 ], [ -121.802691000265497, 37.299770999668567 ], [ -121.80717899959464, 37.303055000086729 ], [ -121.807900999842985, 37.303656999767966 ], [ -121.810834999968876, 37.307130000153023 ], [ -121.811086000039026, 37.306888000296098 ], [ -121.81677400036574, 37.302980999817109 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503401", "NAME": "Census Tract 5034.01", "state": "06", "county_fips": "085", "tract": "503401", "county_name": "Santa Clara County", "tot_pop_2050": 4855, "tot_pop_pov_det_2050": 4790, "tot_pop_civ_ni_2050": 4855, "tot_hh_2050": 941, "pop_zvhhs_2050": 18, "tot_fam_2050": 839, "tot_pop_over5_2050": 4587, "pop_hus_rent50_2050": 58, "pop_minority_2050": 4787, "pop_over75_2050": 171, "pop_spfam_2050": 193, "pop_lep_2050": 968, "pop_below200_2050": 1477, "pop_disability_2050": 380, "pct_minority_2050": 0.98599382080329556, "pct_over75_2050": 0.035221421215242021, "pct_spfam_2050": 0.23003575685339689, "pct_lep_2050": 0.21103117505995206, "pct_below200_2050": 0.30835073068893532, "pct_disab_2050": 0.078269824922760037, "pct_zvhhs_2050": 0.019128586609989371, "pct_hus_rent50_2050": 0.061636556854410211, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029251255184457994, "pct_minority_2040": 0.97664265444226206, "pct_spfam_2040": 0.26517967781908297, "pct_lep_2040": 0.31106269668361197, "pct_below200_2040": 0.43378378378378396, "pct_disab_2040": 0.061340318707705996, "pct_zvhhs_2040": 0.052238805970149002, "pct_hus_rent50_2040": 0.17910447761194001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.845527000197038, 37.338274999865149 ], [ -121.846282000057357, 37.33666400019203 ], [ -121.844390999671901, 37.334476000326596 ], [ -121.845262999708069, 37.334064999977414 ], [ -121.842097999603496, 37.33047800024675 ], [ -121.83949800028681, 37.327840999843893 ], [ -121.838801999977704, 37.328248999823778 ], [ -121.836704999727928, 37.329635000152201 ], [ -121.833859000363901, 37.326883000185425 ], [ -121.831756000266324, 37.328287000076763 ], [ -121.834478999606702, 37.33103900004744 ], [ -121.836973000414844, 37.333597000350416 ], [ -121.837411000082739, 37.334045999886051 ], [ -121.83960899971656, 37.336302000187835 ], [ -121.843108999556861, 37.339904000133536 ], [ -121.845527000197038, 37.338274999865149 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503402", "NAME": "Census Tract 5034.02", "state": "06", "county_fips": "085", "tract": "503402", "county_name": "Santa Clara County", "tot_pop_2050": 5626, "tot_pop_pov_det_2050": 5582, "tot_pop_civ_ni_2050": 5626, "tot_hh_2050": 1197, "pop_zvhhs_2050": 148, "tot_fam_2050": 1071, "tot_pop_over5_2050": 5175, "pop_hus_rent50_2050": 160, "pop_minority_2050": 5521, "pop_over75_2050": 188, "pop_spfam_2050": 282, "pop_lep_2050": 1536, "pop_below200_2050": 2696, "pop_disability_2050": 631, "pct_minority_2050": 0.98133665126199798, "pct_over75_2050": 0.033416281549946684, "pct_spfam_2050": 0.26330532212885155, "pct_lep_2050": 0.29681159420289849, "pct_below200_2050": 0.48298101039054098, "pct_disab_2050": 0.11215783860646997, "pct_zvhhs_2050": 0.12364243943191312, "pct_hus_rent50_2050": 0.13366750208855471, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037561241154055, "pct_minority_2040": 0.980765741244783, "pct_spfam_2040": 0.27467411545623804, "pct_lep_2040": 0.36117601246105896, "pct_below200_2040": 0.50942705473183203, "pct_disab_2040": 0.10760297586644901, "pct_zvhhs_2040": 0.107023411371237, "pct_hus_rent50_2040": 0.22394487510766603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.847611999852958, 37.336428000039966 ], [ -121.848591000019269, 37.335812000023409 ], [ -121.841772999913502, 37.328955000069989 ], [ -121.840182999826936, 37.32724900009346 ], [ -121.836760999804426, 37.323582000049988 ], [ -121.836282999953525, 37.323114000128044 ], [ -121.831762999939031, 37.318456999661372 ], [ -121.825893000037453, 37.322370999760508 ], [ -121.829057000317107, 37.325571000062112 ], [ -121.829243000089932, 37.325758999893836 ], [ -121.830225999555893, 37.326749000237747 ], [ -121.830305000096899, 37.326829000352525 ], [ -121.831756000266324, 37.328287000076763 ], [ -121.833859000363901, 37.326883000185425 ], [ -121.836704999727928, 37.329635000152201 ], [ -121.838801999977704, 37.328248999823778 ], [ -121.83949800028681, 37.327840999843893 ], [ -121.842097999603496, 37.33047800024675 ], [ -121.845262999708069, 37.334064999977414 ], [ -121.844390999671901, 37.334476000326596 ], [ -121.846282000057357, 37.33666400019203 ], [ -121.845527000197038, 37.338274999865149 ], [ -121.847611999852958, 37.336428000039966 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503504", "NAME": "Census Tract 5035.04", "state": "06", "county_fips": "085", "tract": "503504", "county_name": "Santa Clara County", "tot_pop_2050": 6253, "tot_pop_pov_det_2050": 6172, "tot_pop_civ_ni_2050": 6253, "tot_hh_2050": 1195, "pop_zvhhs_2050": 55, "tot_fam_2050": 1094, "tot_pop_over5_2050": 5765, "pop_hus_rent50_2050": 102, "pop_minority_2050": 6239, "pop_over75_2050": 217, "pop_spfam_2050": 373, "pop_lep_2050": 1091, "pop_below200_2050": 1693, "pop_disability_2050": 401, "pct_minority_2050": 0.99776107468415165, "pct_over75_2050": 0.034703342395650087, "pct_spfam_2050": 0.34095063985374768, "pct_lep_2050": 0.18924544666088464, "pct_below200_2050": 0.27430330524951391, "pct_disab_2050": 0.064129217975371827, "pct_zvhhs_2050": 0.046025104602510462, "pct_hus_rent50_2050": 0.085355648535564849, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036049631120054, "pct_minority_2040": 0.99496981891348091, "pct_spfam_2040": 0.270513976555455, "pct_lep_2040": 0.27225319187196501, "pct_below200_2040": 0.38024357239512896, "pct_disab_2040": 0.080985915492957986, "pct_zvhhs_2040": 0.069112627986347985, "pct_hus_rent50_2040": 0.11177987962166801, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.84033699981272, 37.341766000294491 ], [ -121.843108999556861, 37.339904000133536 ], [ -121.83960899971656, 37.336302000187835 ], [ -121.837411000082739, 37.334045999886051 ], [ -121.836973000414844, 37.333597000350416 ], [ -121.834478999606702, 37.33103900004744 ], [ -121.831756000266324, 37.328287000076763 ], [ -121.824832999680297, 37.332979000011214 ], [ -121.825302000208666, 37.334682999953358 ], [ -121.82651499982839, 37.334019000048656 ], [ -121.828103000265145, 37.335508000055043 ], [ -121.829038000050517, 37.334878000249702 ], [ -121.832973999908944, 37.338932999873357 ], [ -121.837564000243617, 37.343654999950601 ], [ -121.84033699981272, 37.341766000294491 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503506", "NAME": "Census Tract 5035.06", "state": "06", "county_fips": "085", "tract": "503506", "county_name": "Santa Clara County", "tot_pop_2050": 6735, "tot_pop_pov_det_2050": 6612, "tot_pop_civ_ni_2050": 6735, "tot_hh_2050": 1279, "pop_zvhhs_2050": 44, "tot_fam_2050": 1176, "tot_pop_over5_2050": 6301, "pop_hus_rent50_2050": 229, "pop_minority_2050": 6517, "pop_over75_2050": 214, "pop_spfam_2050": 294, "pop_lep_2050": 1126, "pop_below200_2050": 2363, "pop_disability_2050": 562, "pct_minority_2050": 0.96763177431328884, "pct_over75_2050": 0.0317743132887899, "pct_spfam_2050": 0.25, "pct_lep_2050": 0.17870179336613234, "pct_below200_2050": 0.35738052026618272, "pct_disab_2050": 0.083444691907943569, "pct_zvhhs_2050": 0.034401876465989051, "pct_hus_rent50_2050": 0.17904612978889758, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038201877161205003, "pct_minority_2040": 0.96723201053844909, "pct_spfam_2040": 0.154905335628227, "pct_lep_2040": 0.25106990014265301, "pct_below200_2040": 0.50610561056105607, "pct_disab_2040": 0.075745101267906997, "pct_zvhhs_2040": 0.10205635948210198, "pct_hus_rent50_2040": 0.18512780790085201, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.83406100003026, 37.346028999700501 ], [ -121.834836999806996, 37.345500000241152 ], [ -121.830158999608742, 37.340670999915581 ], [ -121.827970000195762, 37.33841199969509 ], [ -121.826323000207751, 37.336711999793238 ], [ -121.821511000115208, 37.339951999806765 ], [ -121.820054000098025, 37.340737999644645 ], [ -121.821967000224802, 37.343462999827949 ], [ -121.822847999583487, 37.344718000268458 ], [ -121.824888999756794, 37.347653999737133 ], [ -121.827006000098052, 37.350832999643991 ], [ -121.832646999670786, 37.346986000349524 ], [ -121.83406100003026, 37.346028999700501 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503507", "NAME": "Census Tract 5035.07", "state": "06", "county_fips": "085", "tract": "503507", "county_name": "Santa Clara County", "tot_pop_2050": 2467, "tot_pop_pov_det_2050": 2451, "tot_pop_civ_ni_2050": 2467, "tot_hh_2050": 370, "pop_zvhhs_2050": 3, "tot_fam_2050": 340, "tot_pop_over5_2050": 2294, "pop_hus_rent50_2050": 33, "pop_minority_2050": 2431, "pop_over75_2050": 112, "pop_spfam_2050": 71, "pop_lep_2050": 545, "pop_below200_2050": 563, "pop_disability_2050": 180, "pct_minority_2050": 0.9854073773814348, "pct_over75_2050": 0.045399270368869066, "pct_spfam_2050": 0.20882352941176471, "pct_lep_2050": 0.23757628596338276, "pct_below200_2050": 0.22970216238270089, "pct_disab_2050": 0.072963113092825299, "pct_zvhhs_2050": 0.0081081081081081086, "pct_hus_rent50_2050": 0.089189189189189194, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031223628691982998, "pct_minority_2040": 0.97763713080168801, "pct_spfam_2040": 0.34920634920634902, "pct_lep_2040": 0.25819134993446896, "pct_below200_2040": 0.48017241379310294, "pct_disab_2040": 0.081012658227847992, "pct_zvhhs_2040": 0.026385224274406, "pct_hus_rent50_2040": 0.113456464379947, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.834836999806996, 37.345500000241152 ], [ -121.837564000243617, 37.343654999950601 ], [ -121.832973999908944, 37.338932999873357 ], [ -121.829038000050517, 37.334878000249702 ], [ -121.828103000265145, 37.335508000055043 ], [ -121.826323000207751, 37.336711999793238 ], [ -121.827970000195762, 37.33841199969509 ], [ -121.830158999608742, 37.340670999915581 ], [ -121.834836999806996, 37.345500000241152 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503508", "NAME": "Census Tract 5035.08", "state": "06", "county_fips": "085", "tract": "503508", "county_name": "Santa Clara County", "tot_pop_2050": 6682, "tot_pop_pov_det_2050": 6601, "tot_pop_civ_ni_2050": 6632, "tot_hh_2050": 1345, "pop_zvhhs_2050": 40, "tot_fam_2050": 1172, "tot_pop_over5_2050": 6362, "pop_hus_rent50_2050": 88, "pop_minority_2050": 6390, "pop_over75_2050": 385, "pop_spfam_2050": 292, "pop_lep_2050": 1096, "pop_below200_2050": 2452, "pop_disability_2050": 591, "pct_minority_2050": 0.95630050882969175, "pct_over75_2050": 0.057617479796468127, "pct_spfam_2050": 0.2491467576791809, "pct_lep_2050": 0.17227287016661427, "pct_below200_2050": 0.37145886986820181, "pct_disab_2050": 0.089113389626055486, "pct_zvhhs_2050": 0.029739776951672861, "pct_hus_rent50_2050": 0.065427509293680297, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059967344515362994, "pct_minority_2040": 0.93513433278907487, "pct_spfam_2040": 0.16187050359712199, "pct_lep_2040": 0.302502375673107, "pct_below200_2040": 0.51729300793531996, "pct_disab_2040": 0.098534688995215003, "pct_zvhhs_2040": 0.051446945337620995, "pct_hus_rent50_2040": 0.18211920529801301, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.816271000400491, 37.358092000016526 ], [ -121.819146999901719, 37.356142000101464 ], [ -121.81506600027835, 37.351666999885076 ], [ -121.814297999999241, 37.35081799991444 ], [ -121.811629000187253, 37.347888999822239 ], [ -121.805898000202859, 37.351775999951236 ], [ -121.803981999703012, 37.354659000351745 ], [ -121.804027999733776, 37.355428000165197 ], [ -121.805078000045199, 37.356006999836133 ], [ -121.808556999969113, 37.357614000068345 ], [ -121.81217499981021, 37.360885000052356 ], [ -121.816271000400491, 37.358092000016526 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503509", "NAME": "Census Tract 5035.09", "state": "06", "county_fips": "085", "tract": "503509", "county_name": "Santa Clara County", "tot_pop_2050": 4218, "tot_pop_pov_det_2050": 4201, "tot_pop_civ_ni_2050": 4213, "tot_hh_2050": 898, "pop_zvhhs_2050": 15, "tot_fam_2050": 805, "tot_pop_over5_2050": 4000, "pop_hus_rent50_2050": 76, "pop_minority_2050": 3999, "pop_over75_2050": 154, "pop_spfam_2050": 94, "pop_lep_2050": 773, "pop_below200_2050": 1118, "pop_disability_2050": 416, "pct_minority_2050": 0.94807965860597443, "pct_over75_2050": 0.036510194404931251, "pct_spfam_2050": 0.11677018633540373, "pct_lep_2050": 0.19325, "pct_below200_2050": 0.26612711259223992, "pct_disab_2050": 0.098741989081414669, "pct_zvhhs_2050": 0.01670378619153675, "pct_hus_rent50_2050": 0.084632516703786187, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030228557385107005, "pct_minority_2040": 0.90980584910297413, "pct_spfam_2040": 0.15125, "pct_lep_2040": 0.11784776902887101, "pct_below200_2040": 0.34058867177838198, "pct_disab_2040": 0.061685917915949996, "pct_zvhhs_2040": 0.020571428571429001, "pct_hus_rent50_2040": 0.17931034482758604, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.811629000187253, 37.347888999822239 ], [ -121.811132000069776, 37.347342999894579 ], [ -121.80886300029087, 37.344739999991795 ], [ -121.808584999558192, 37.344549000328385 ], [ -121.80240199966218, 37.34769299995714 ], [ -121.798254000091646, 37.344870999801621 ], [ -121.796090999719624, 37.343429000193964 ], [ -121.790635999919743, 37.346218000273652 ], [ -121.794856000358607, 37.349100999880328 ], [ -121.797029999702971, 37.350593999788273 ], [ -121.799906000102524, 37.352573000060794 ], [ -121.801410999800297, 37.353547999869001 ], [ -121.801604000144152, 37.355527000099897 ], [ -121.804027999733776, 37.355428000165197 ], [ -121.803981999703012, 37.354659000351745 ], [ -121.805898000202859, 37.351775999951236 ], [ -121.811629000187253, 37.347888999822239 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503510", "NAME": "Census Tract 5035.10", "state": "06", "county_fips": "085", "tract": "503510", "county_name": "Santa Clara County", "tot_pop_2050": 5929, "tot_pop_pov_det_2050": 5918, "tot_pop_civ_ni_2050": 5929, "tot_hh_2050": 1393, "pop_zvhhs_2050": 115, "tot_fam_2050": 1120, "tot_pop_over5_2050": 5625, "pop_hus_rent50_2050": 223, "pop_minority_2050": 5550, "pop_over75_2050": 218, "pop_spfam_2050": 266, "pop_lep_2050": 1164, "pop_below200_2050": 1925, "pop_disability_2050": 471, "pct_minority_2050": 0.93607691010288396, "pct_over75_2050": 0.036768426378815985, "pct_spfam_2050": 0.2375, "pct_lep_2050": 0.20693333333333333, "pct_below200_2050": 0.32527881040892193, "pct_disab_2050": 0.079440040479001522, "pct_zvhhs_2050": 0.08255563531945441, "pct_hus_rent50_2050": 0.16008614501076812, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028862478777589001, "pct_minority_2040": 0.939049235993209, "pct_spfam_2040": 0.18476357267951002, "pct_lep_2040": 0.26847606821932896, "pct_below200_2040": 0.50068027210884403, "pct_disab_2040": 0.065025466893039008, "pct_zvhhs_2040": 0.067567567567568002, "pct_hus_rent50_2040": 0.248923959827834, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.827006000098052, 37.350832999643991 ], [ -121.824888999756794, 37.347653999737133 ], [ -121.822847999583487, 37.344718000268458 ], [ -121.821967000224802, 37.343462999827949 ], [ -121.819398999796789, 37.344759000234589 ], [ -121.818002999878985, 37.343546000235058 ], [ -121.816182999638613, 37.3442770003318 ], [ -121.81655400025771, 37.345628999813002 ], [ -121.812810999844814, 37.347474000162094 ], [ -121.811132000069776, 37.347342999894579 ], [ -121.811629000187253, 37.347888999822239 ], [ -121.814297999999241, 37.35081799991444 ], [ -121.81506600027835, 37.351666999885076 ], [ -121.819146999901719, 37.356142000101464 ], [ -121.827006000098052, 37.350832999643991 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503511", "NAME": "Census Tract 5035.11", "state": "06", "county_fips": "085", "tract": "503511", "county_name": "Santa Clara County", "tot_pop_2050": 3720, "tot_pop_pov_det_2050": 3720, "tot_pop_civ_ni_2050": 3720, "tot_hh_2050": 840, "pop_zvhhs_2050": 11, "tot_fam_2050": 742, "tot_pop_over5_2050": 3549, "pop_hus_rent50_2050": 68, "pop_minority_2050": 3351, "pop_over75_2050": 191, "pop_spfam_2050": 90, "pop_lep_2050": 798, "pop_below200_2050": 789, "pop_disability_2050": 341, "pct_minority_2050": 0.90080645161290318, "pct_over75_2050": 0.051344086021505378, "pct_spfam_2050": 0.12129380053908355, "pct_lep_2050": 0.2248520710059172, "pct_below200_2050": 0.21209677419354839, "pct_disab_2050": 0.09166666666666666, "pct_zvhhs_2050": 0.013095238095238096, "pct_hus_rent50_2050": 0.080952380952380956, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.06014455343314401, "pct_minority_2040": 0.92462570986060899, "pct_spfam_2040": 0.16108247422680402, "pct_lep_2040": 0.173285198555957, "pct_below200_2040": 0.28363636363636402, "pct_disab_2040": 0.083892617449664003, "pct_zvhhs_2040": 0.056603773584906002, "pct_hus_rent50_2040": 0.082208588957055004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.821967000224802, 37.343462999827949 ], [ -121.820054000098025, 37.340737999644645 ], [ -121.819979999579857, 37.340597000251968 ], [ -121.817438999814357, 37.337818999762277 ], [ -121.817293000224481, 37.337853999710063 ], [ -121.805913000271445, 37.341518999773371 ], [ -121.806463999917298, 37.342135000120493 ], [ -121.808584999558192, 37.344549000328385 ], [ -121.80886300029087, 37.344739999991795 ], [ -121.811132000069776, 37.347342999894579 ], [ -121.812810999844814, 37.347474000162094 ], [ -121.81655400025771, 37.345628999813002 ], [ -121.816182999638613, 37.3442770003318 ], [ -121.818002999878985, 37.343546000235058 ], [ -121.819398999796789, 37.344759000234589 ], [ -121.821967000224802, 37.343462999827949 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503601", "NAME": "Census Tract 5036.01", "state": "06", "county_fips": "085", "tract": "503601", "county_name": "Santa Clara County", "tot_pop_2050": 3148, "tot_pop_pov_det_2050": 3096, "tot_pop_civ_ni_2050": 3148, "tot_hh_2050": 851, "pop_zvhhs_2050": 66, "tot_fam_2050": 647, "tot_pop_over5_2050": 2920, "pop_hus_rent50_2050": 142, "pop_minority_2050": 2435, "pop_over75_2050": 140, "pop_spfam_2050": 97, "pop_lep_2050": 559, "pop_below200_2050": 1458, "pop_disability_2050": 356, "pct_minority_2050": 0.77350698856416777, "pct_over75_2050": 0.044472681067344345, "pct_spfam_2050": 0.14992272024729522, "pct_lep_2050": 0.19143835616438359, "pct_below200_2050": 0.47093023255813948, "pct_disab_2050": 0.11308767471410421, "pct_zvhhs_2050": 0.077555816686251472, "pct_hus_rent50_2050": 0.16686251468860164, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.055499153976310993, "pct_minority_2040": 0.77969543147208098, "pct_spfam_2040": 0.17221418234442801, "pct_lep_2040": 0.21827598964113898, "pct_below200_2040": 0.52575549450549497, "pct_disab_2040": 0.10253807106599001, "pct_zvhhs_2040": 0.12672811059907799, "pct_hus_rent50_2040": 0.21911421911421899, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.876754999671576, 37.361885999932035 ], [ -121.87744900033087, 37.361080000139538 ], [ -121.875901000077064, 37.360611000036684 ], [ -121.87380399982726, 37.35970400014719 ], [ -121.870724000111508, 37.357913000126572 ], [ -121.866231999686136, 37.35406900000195 ], [ -121.864845999814023, 37.352834999968174 ], [ -121.861727999565147, 37.34976199999717 ], [ -121.857273999672898, 37.351969999697126 ], [ -121.855465000201477, 37.352735000334938 ], [ -121.8590560002784, 37.356314000093093 ], [ -121.860698000243545, 37.357988000224132 ], [ -121.863341999941184, 37.360670000064644 ], [ -121.869081000321501, 37.366434000328383 ], [ -121.869365000003626, 37.366808000080276 ], [ -121.874509000357207, 37.363418000352098 ], [ -121.876754999671576, 37.361885999932035 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503602", "NAME": "Census Tract 5036.02", "state": "06", "county_fips": "085", "tract": "503602", "county_name": "Santa Clara County", "tot_pop_2050": 5368, "tot_pop_pov_det_2050": 5354, "tot_pop_civ_ni_2050": 5368, "tot_hh_2050": 1388, "pop_zvhhs_2050": 155, "tot_fam_2050": 1057, "tot_pop_over5_2050": 5068, "pop_hus_rent50_2050": 188, "pop_minority_2050": 5181, "pop_over75_2050": 272, "pop_spfam_2050": 233, "pop_lep_2050": 1189, "pop_below200_2050": 2497, "pop_disability_2050": 493, "pct_minority_2050": 0.96516393442622961, "pct_over75_2050": 0.050670640834575266, "pct_spfam_2050": 0.22043519394512773, "pct_lep_2050": 0.23460931333859511, "pct_below200_2050": 0.46638027642883823, "pct_disab_2050": 0.091840536512667659, "pct_zvhhs_2050": 0.11167146974063399, "pct_hus_rent50_2050": 0.13544668587896252, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041778975741239996, "pct_minority_2040": 0.9303041971505579, "pct_spfam_2040": 0.28636363636363599, "pct_lep_2040": 0.21437659033078899, "pct_below200_2040": 0.49364161849711002, "pct_disab_2040": 0.065845206006931001, "pct_zvhhs_2040": 0.11782032400589099, "pct_hus_rent50_2040": 0.178407350689127, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.861727999565147, 37.34976199999717 ], [ -121.860936999719797, 37.3490750002235 ], [ -121.859172999555952, 37.346812999897431 ], [ -121.857593000413445, 37.345128000351011 ], [ -121.855234000222808, 37.342803999664078 ], [ -121.851917999607195, 37.339665999663723 ], [ -121.851632000275245, 37.33904000005483 ], [ -121.848591000019269, 37.335812000023409 ], [ -121.847611999852958, 37.336428000039966 ], [ -121.845527000197038, 37.338274999865149 ], [ -121.843108999556861, 37.339904000133536 ], [ -121.846326000438282, 37.343204000316774 ], [ -121.849307000419842, 37.346311999765675 ], [ -121.85130000001422, 37.348338000328134 ], [ -121.852197999989684, 37.349377999785276 ], [ -121.852650999726194, 37.349850000081517 ], [ -121.855465000201477, 37.352735000334938 ], [ -121.857273999672898, 37.351969999697126 ], [ -121.861727999565147, 37.34976199999717 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503703", "NAME": "Census Tract 5037.03", "state": "06", "county_fips": "085", "tract": "503703", "county_name": "Santa Clara County", "tot_pop_2050": 4325, "tot_pop_pov_det_2050": 4294, "tot_pop_civ_ni_2050": 4325, "tot_hh_2050": 947, "pop_zvhhs_2050": 64, "tot_fam_2050": 832, "tot_pop_over5_2050": 4058, "pop_hus_rent50_2050": 114, "pop_minority_2050": 4253, "pop_over75_2050": 156, "pop_spfam_2050": 239, "pop_lep_2050": 1192, "pop_below200_2050": 1645, "pop_disability_2050": 370, "pct_minority_2050": 0.98335260115606937, "pct_over75_2050": 0.036069364161849714, "pct_spfam_2050": 0.28725961538461536, "pct_lep_2050": 0.29374075899457863, "pct_below200_2050": 0.38309268747088959, "pct_disab_2050": 0.085549132947976878, "pct_zvhhs_2050": 0.067581837381203796, "pct_hus_rent50_2050": 0.12038014783526928, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026881720430107, "pct_minority_2040": 0.98973607038123201, "pct_spfam_2040": 0.30195177956371999, "pct_lep_2040": 0.20892762810353899, "pct_below200_2040": 0.48602941176470599, "pct_disab_2040": 0.082355816226784007, "pct_zvhhs_2040": 0.048231511254019005, "pct_hus_rent50_2040": 0.130965593784684, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.843744999591522, 37.345232999924995 ], [ -121.846326000438282, 37.343204000316774 ], [ -121.843108999556861, 37.339904000133536 ], [ -121.84033699981272, 37.341766000294491 ], [ -121.837564000243617, 37.343654999950601 ], [ -121.834836999806996, 37.345500000241152 ], [ -121.83406100003026, 37.346028999700501 ], [ -121.832646999670786, 37.346986000349524 ], [ -121.834369000001857, 37.348826999693316 ], [ -121.837797999697031, 37.352480999996352 ], [ -121.838539000211981, 37.349970999850562 ], [ -121.841367000032633, 37.347112999924128 ], [ -121.843744999591522, 37.345232999924995 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503707", "NAME": "Census Tract 5037.07", "state": "06", "county_fips": "085", "tract": "503707", "county_name": "Santa Clara County", "tot_pop_2050": 6217, "tot_pop_pov_det_2050": 6141, "tot_pop_civ_ni_2050": 6141, "tot_hh_2050": 1458, "pop_zvhhs_2050": 57, "tot_fam_2050": 1244, "tot_pop_over5_2050": 5618, "pop_hus_rent50_2050": 236, "pop_minority_2050": 6015, "pop_over75_2050": 206, "pop_spfam_2050": 225, "pop_lep_2050": 1281, "pop_below200_2050": 1341, "pop_disability_2050": 396, "pct_minority_2050": 0.96750844458742158, "pct_over75_2050": 0.033134952549461152, "pct_spfam_2050": 0.18086816720257234, "pct_lep_2050": 0.22801708793164829, "pct_below200_2050": 0.21836834391792867, "pct_disab_2050": 0.064484611626770869, "pct_zvhhs_2050": 0.039094650205761319, "pct_hus_rent50_2050": 0.16186556927297668, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.041338942747392998, "pct_minority_2040": 0.93104079019571995, "pct_spfam_2040": 0.20464700625558499, "pct_lep_2040": 0.24847374847374801, "pct_below200_2040": 0.31536486982031503, "pct_disab_2040": 0.068206820682068001, "pct_zvhhs_2040": 0.017569546120058999, "pct_hus_rent50_2040": 0.14231927710843398, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.860698000243545, 37.357988000224132 ], [ -121.8590560002784, 37.356314000093093 ], [ -121.855465000201477, 37.352735000334938 ], [ -121.851331999801275, 37.354796000281453 ], [ -121.849189000419045, 37.355812000134989 ], [ -121.846819000357797, 37.356937000229735 ], [ -121.8482770001999, 37.358899999755486 ], [ -121.849211999985286, 37.359729000067475 ], [ -121.852828000176515, 37.363432999705722 ], [ -121.854975999581626, 37.362258000321738 ], [ -121.855429000216475, 37.361665999816474 ], [ -121.85770200019337, 37.360126000227375 ], [ -121.860698000243545, 37.357988000224132 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503708", "NAME": "Census Tract 5037.08", "state": "06", "county_fips": "085", "tract": "503708", "county_name": "Santa Clara County", "tot_pop_2050": 2853, "tot_pop_pov_det_2050": 2853, "tot_pop_civ_ni_2050": 2853, "tot_hh_2050": 761, "pop_zvhhs_2050": 37, "tot_fam_2050": 629, "tot_pop_over5_2050": 2748, "pop_hus_rent50_2050": 47, "pop_minority_2050": 2694, "pop_over75_2050": 150, "pop_spfam_2050": 62, "pop_lep_2050": 588, "pop_below200_2050": 818, "pop_disability_2050": 389, "pct_minority_2050": 0.94426919032597278, "pct_over75_2050": 0.052576235541535225, "pct_spfam_2050": 0.098569157392686804, "pct_lep_2050": 0.21397379912663755, "pct_below200_2050": 0.28671573781983878, "pct_disab_2050": 0.13634770417104802, "pct_zvhhs_2050": 0.04862023653088042, "pct_hus_rent50_2050": 0.061760840998685937, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030054644808742995, "pct_minority_2040": 0.93559718969555006, "pct_spfam_2040": 0.072538860103626993, "pct_lep_2040": 0.18987341772151897, "pct_below200_2040": 0.31670625494853499, "pct_disab_2040": 0.067915690866511003, "pct_zvhhs_2040": 0.067493112947657988, "pct_hus_rent50_2040": 0.036061026352287993, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.86158899964795, 37.372090999687437 ], [ -121.863250999704576, 37.37093999980781 ], [ -121.85864700002449, 37.366651000002953 ], [ -121.857786999683881, 37.365112000173141 ], [ -121.854975999581626, 37.362258000321738 ], [ -121.852828000176515, 37.363432999705722 ], [ -121.850120000006484, 37.365259000100913 ], [ -121.846103999782116, 37.368074999949364 ], [ -121.851804999629294, 37.373773000328015 ], [ -121.854757000196841, 37.376782000156034 ], [ -121.858728000215351, 37.373994000074831 ], [ -121.86158899964795, 37.372090999687437 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503709", "NAME": "Census Tract 5037.09", "state": "06", "county_fips": "085", "tract": "503709", "county_name": "Santa Clara County", "tot_pop_2050": 6205, "tot_pop_pov_det_2050": 6132, "tot_pop_civ_ni_2050": 6187, "tot_hh_2050": 1851, "pop_zvhhs_2050": 337, "tot_fam_2050": 1332, "tot_pop_over5_2050": 5907, "pop_hus_rent50_2050": 318, "pop_minority_2050": 5997, "pop_over75_2050": 504, "pop_spfam_2050": 415, "pop_lep_2050": 2094, "pop_below200_2050": 4087, "pop_disability_2050": 1036, "pct_minority_2050": 0.9664786462530216, "pct_over75_2050": 0.081224818694601131, "pct_spfam_2050": 0.31156156156156162, "pct_lep_2050": 0.35449466734382928, "pct_below200_2050": 0.66650358773646445, "pct_disab_2050": 0.1674478745757233, "pct_zvhhs_2050": 0.18206374932468936, "pct_hus_rent50_2050": 0.17179902755267426, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.052585907670948, "pct_minority_2040": 0.98108295730649098, "pct_spfam_2040": 0.26793557833089299, "pct_lep_2040": 0.32851316277345194, "pct_below200_2040": 0.65976691598538906, "pct_disab_2040": 0.10001739432944902, "pct_zvhhs_2040": 0.087235407312379998, "pct_hus_rent50_2040": 0.21680564464400304, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.869365000003626, 37.366808000080276 ], [ -121.869081000321501, 37.366434000328383 ], [ -121.863341999941184, 37.360670000064644 ], [ -121.860698000243545, 37.357988000224132 ], [ -121.85770200019337, 37.360126000227375 ], [ -121.855429000216475, 37.361665999816474 ], [ -121.854975999581626, 37.362258000321738 ], [ -121.857786999683881, 37.365112000173141 ], [ -121.85864700002449, 37.366651000002953 ], [ -121.863250999704576, 37.37093999980781 ], [ -121.864881999799024, 37.369841000063431 ], [ -121.869365000003626, 37.366808000080276 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503710", "NAME": "Census Tract 5037.10", "state": "06", "county_fips": "085", "tract": "503710", "county_name": "Santa Clara County", "tot_pop_2050": 4061, "tot_pop_pov_det_2050": 4061, "tot_pop_civ_ni_2050": 4061, "tot_hh_2050": 1133, "pop_zvhhs_2050": 363, "tot_fam_2050": 830, "tot_pop_over5_2050": 3683, "pop_hus_rent50_2050": 187, "pop_minority_2050": 3864, "pop_over75_2050": 319, "pop_spfam_2050": 197, "pop_lep_2050": 1039, "pop_below200_2050": 2001, "pop_disability_2050": 433, "pct_minority_2050": 0.95148978084215718, "pct_over75_2050": 0.078552080768283669, "pct_spfam_2050": 0.23734939759036144, "pct_lep_2050": 0.28210697800705947, "pct_below200_2050": 0.49273577936468849, "pct_disab_2050": 0.1066239842403349, "pct_zvhhs_2050": 0.32038834951456313, "pct_hus_rent50_2050": 0.1650485436893204, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.058492975734355003, "pct_minority_2040": 0.96143039591315405, "pct_spfam_2040": 0.19333333333333302, "pct_lep_2040": 0.23121071330964699, "pct_below200_2040": 0.44260171028763895, "pct_disab_2040": 0.070498084291187993, "pct_zvhhs_2040": 0.29191919191919202, "pct_hus_rent50_2040": 0.20756646216768898, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.855465000201477, 37.352735000334938 ], [ -121.852650999726194, 37.349850000081517 ], [ -121.84679500006834, 37.352654999961125 ], [ -121.840765000333192, 37.35552099986954 ], [ -121.838530999816058, 37.355648000001452 ], [ -121.840908000448337, 37.359656000248364 ], [ -121.843454000236704, 37.358473000283546 ], [ -121.8451239997909, 37.357739999863156 ], [ -121.846819000357797, 37.356937000229735 ], [ -121.849189000419045, 37.355812000134989 ], [ -121.851331999801275, 37.354796000281453 ], [ -121.855465000201477, 37.352735000334938 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503711", "NAME": "Census Tract 5037.11", "state": "06", "county_fips": "085", "tract": "503711", "county_name": "Santa Clara County", "tot_pop_2050": 5327, "tot_pop_pov_det_2050": 5320, "tot_pop_civ_ni_2050": 5327, "tot_hh_2050": 1055, "pop_zvhhs_2050": 50, "tot_fam_2050": 912, "tot_pop_over5_2050": 4901, "pop_hus_rent50_2050": 169, "pop_minority_2050": 5152, "pop_over75_2050": 184, "pop_spfam_2050": 231, "pop_lep_2050": 939, "pop_below200_2050": 1999, "pop_disability_2050": 388, "pct_minority_2050": 0.96714848883048621, "pct_over75_2050": 0.034541017458231647, "pct_spfam_2050": 0.25328947368421051, "pct_lep_2050": 0.19159355233625791, "pct_below200_2050": 0.37575187969924811, "pct_disab_2050": 0.072836493335836305, "pct_zvhhs_2050": 0.047393364928909949, "pct_hus_rent50_2050": 0.16018957345971566, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.025086681623496004, "pct_minority_2040": 0.92270038751784589, "pct_spfam_2040": 0.136771300448431, "pct_lep_2040": 0.26009265387160801, "pct_below200_2040": 0.49014373716632398, "pct_disab_2040": 0.059759331021823001, "pct_zvhhs_2040": 0.011417697431017998, "pct_hus_rent50_2040": 0.22636103151862499, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.852650999726194, 37.349850000081517 ], [ -121.852197999989684, 37.349377999785276 ], [ -121.85130000001422, 37.348338000328134 ], [ -121.849307000419842, 37.346311999765675 ], [ -121.846326000438282, 37.343204000316774 ], [ -121.843744999591522, 37.345232999924995 ], [ -121.841367000032633, 37.347112999924128 ], [ -121.838539000211981, 37.349970999850562 ], [ -121.837797999697031, 37.352480999996352 ], [ -121.837878000062986, 37.354076999749623 ], [ -121.838530999816058, 37.355648000001452 ], [ -121.840765000333192, 37.35552099986954 ], [ -121.84679500006834, 37.352654999961125 ], [ -121.852650999726194, 37.349850000081517 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503712", "NAME": "Census Tract 5037.12", "state": "06", "county_fips": "085", "tract": "503712", "county_name": "Santa Clara County", "tot_pop_2050": 4444, "tot_pop_pov_det_2050": 4173, "tot_pop_civ_ni_2050": 4185, "tot_hh_2050": 1405, "pop_zvhhs_2050": 256, "tot_fam_2050": 943, "tot_pop_over5_2050": 4088, "pop_hus_rent50_2050": 371, "pop_minority_2050": 4020, "pop_over75_2050": 502, "pop_spfam_2050": 150, "pop_lep_2050": 1185, "pop_below200_2050": 1900, "pop_disability_2050": 440, "pct_minority_2050": 0.90459045904590463, "pct_over75_2050": 0.11296129612961295, "pct_spfam_2050": 0.15906680805938495, "pct_lep_2050": 0.28987279843444225, "pct_below200_2050": 0.45530793194344604, "pct_disab_2050": 0.10513739545997612, "pct_zvhhs_2050": 0.18220640569395019, "pct_hus_rent50_2050": 0.26405693950177939, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.11544303797468401, "pct_minority_2040": 0.9296202531645571, "pct_spfam_2040": 0.14794816414686801, "pct_lep_2040": 0.23959713755632103, "pct_below200_2040": 0.42771739130434794, "pct_disab_2040": 0.08994565217391301, "pct_zvhhs_2040": 0.093632958801498009, "pct_hus_rent50_2040": 0.210445468509985, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.850120000006484, 37.365259000100913 ], [ -121.852828000176515, 37.363432999705722 ], [ -121.849211999985286, 37.359729000067475 ], [ -121.8482770001999, 37.358899999755486 ], [ -121.846819000357797, 37.356937000229735 ], [ -121.8451239997909, 37.357739999863156 ], [ -121.843454000236704, 37.358473000283546 ], [ -121.840908000448337, 37.359656000248364 ], [ -121.842993000104244, 37.363115999923814 ], [ -121.844927000147422, 37.366462000183489 ], [ -121.846103999782116, 37.368074999949364 ], [ -121.850120000006484, 37.365259000100913 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503713", "NAME": "Census Tract 5037.13", "state": "06", "county_fips": "085", "tract": "503713", "county_name": "Santa Clara County", "tot_pop_2050": 3457, "tot_pop_pov_det_2050": 3457, "tot_pop_civ_ni_2050": 3457, "tot_hh_2050": 1131, "pop_zvhhs_2050": 226, "tot_fam_2050": 689, "tot_pop_over5_2050": 3214, "pop_hus_rent50_2050": 135, "pop_minority_2050": 3247, "pop_over75_2050": 287, "pop_spfam_2050": 116, "pop_lep_2050": 965, "pop_below200_2050": 1693, "pop_disability_2050": 382, "pct_minority_2050": 0.93925368816893262, "pct_over75_2050": 0.083019959502458773, "pct_spfam_2050": 0.1683599419448476, "pct_lep_2050": 0.30024891101431239, "pct_below200_2050": 0.48973098061903381, "pct_disab_2050": 0.11050043390222736, "pct_zvhhs_2050": 0.19982316534040676, "pct_hus_rent50_2050": 0.1193633952254642, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.092832764505119, "pct_minority_2040": 0.93890784982935105, "pct_spfam_2040": 0.20451339915373803, "pct_lep_2040": 0.34306292645943898, "pct_below200_2040": 0.68498293515358399, "pct_disab_2040": 0.13174061433447101, "pct_zvhhs_2040": 0.28877005347593604, "pct_hus_rent50_2040": 0.27450980392156893, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.846103999782116, 37.368074999949364 ], [ -121.844927000147422, 37.366462000183489 ], [ -121.842993000104244, 37.363115999923814 ], [ -121.840908000448337, 37.359656000248364 ], [ -121.835191999634233, 37.362333999951844 ], [ -121.835959999913342, 37.362974999716656 ], [ -121.838688000174884, 37.365776000011891 ], [ -121.839773999573012, 37.366794999749828 ], [ -121.843013000195725, 37.37007700013887 ], [ -121.846103999782116, 37.368074999949364 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503802", "NAME": "Census Tract 5038.02", "state": "06", "county_fips": "085", "tract": "503802", "county_name": "Santa Clara County", "tot_pop_2050": 8705, "tot_pop_pov_det_2050": 8481, "tot_pop_civ_ni_2050": 8481, "tot_hh_2050": 2312, "pop_zvhhs_2050": 73, "tot_fam_2050": 1985, "tot_pop_over5_2050": 8350, "pop_hus_rent50_2050": 76, "pop_minority_2050": 7359, "pop_over75_2050": 443, "pop_spfam_2050": 218, "pop_lep_2050": 698, "pop_below200_2050": 1939, "pop_disability_2050": 972, "pct_minority_2050": 0.84537622056289485, "pct_over75_2050": 0.050890292935094776, "pct_spfam_2050": 0.10982367758186397, "pct_lep_2050": 0.083592814371257471, "pct_below200_2050": 0.22862869944582009, "pct_disab_2050": 0.11460912628227805, "pct_zvhhs_2050": 0.031574394463667818, "pct_hus_rent50_2050": 0.032871972318339097, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085750474984167019, "pct_minority_2040": 0.7974667511082959, "pct_spfam_2040": 0.149527186761229, "pct_lep_2040": 0.096219480178524996, "pct_below200_2040": 0.26390685640362199, "pct_disab_2040": 0.097412677878395984, "pct_zvhhs_2040": 0.080053667262970002, "pct_hus_rent50_2040": 0.058476881233000995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.843793999995313, 37.386121000145081 ], [ -121.84225300031251, 37.383828000205035 ], [ -121.841324000374939, 37.382603000188453 ], [ -121.840786000249594, 37.381908000182079 ], [ -121.840541999852121, 37.38158200022648 ], [ -121.839105999751339, 37.379695000083174 ], [ -121.838413999640181, 37.378788999689526 ], [ -121.837179000279164, 37.377159000039249 ], [ -121.837062999928207, 37.376978999837199 ], [ -121.836144999861276, 37.375802999736592 ], [ -121.835609000284052, 37.375109999800671 ], [ -121.834572000391432, 37.375783000087743 ], [ -121.833588000202255, 37.376452000295416 ], [ -121.832224000071491, 37.377369000085878 ], [ -121.831802000297088, 37.377656000174312 ], [ -121.830553999618928, 37.378500000189341 ], [ -121.828884000064747, 37.379631999729142 ], [ -121.828044999640497, 37.38020199978186 ], [ -121.826348000322113, 37.381071999699678 ], [ -121.830584999581077, 37.387264999940449 ], [ -121.830597999999867, 37.387284000124055 ], [ -121.832299000414551, 37.389767999987171 ], [ -121.832446999654223, 37.389990000356015 ], [ -121.833168000077691, 37.391038999983635 ], [ -121.834225000061792, 37.392588999920676 ], [ -121.836701000428263, 37.39164099979012 ], [ -121.842332999780169, 37.390448000280806 ], [ -121.842105000174527, 37.389238999782869 ], [ -121.843793999995313, 37.386121000145081 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503803", "NAME": "Census Tract 5038.03", "state": "06", "county_fips": "085", "tract": "503803", "county_name": "Santa Clara County", "tot_pop_2050": 4790, "tot_pop_pov_det_2050": 4790, "tot_pop_civ_ni_2050": 4784, "tot_hh_2050": 1391, "pop_zvhhs_2050": 32, "tot_fam_2050": 1240, "tot_pop_over5_2050": 4495, "pop_hus_rent50_2050": 79, "pop_minority_2050": 4259, "pop_over75_2050": 196, "pop_spfam_2050": 94, "pop_lep_2050": 795, "pop_below200_2050": 1254, "pop_disability_2050": 496, "pct_minority_2050": 0.88914405010438413, "pct_over75_2050": 0.04091858037578288, "pct_spfam_2050": 0.075806451612903225, "pct_lep_2050": 0.17686318131256953, "pct_below200_2050": 0.2617954070981211, "pct_disab_2050": 0.10367892976588627, "pct_zvhhs_2050": 0.023005032350826744, "pct_hus_rent50_2050": 0.056793673616103525, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055001061796559995, "pct_minority_2040": 0.86897430452325297, "pct_spfam_2040": 0.040871934604905, "pct_lep_2040": 0.18326874857533604, "pct_below200_2040": 0.22886949116457297, "pct_disab_2040": 0.078997664047568, "pct_zvhhs_2040": 0.052431610942248998, "pct_hus_rent50_2040": 0.073700543056632997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.857044000417432, 37.381369999740123 ], [ -121.857932000347134, 37.379921999934183 ], [ -121.854957000213389, 37.376985999888817 ], [ -121.853338999639405, 37.377737999793922 ], [ -121.85191500013245, 37.378752000094778 ], [ -121.847343000239405, 37.380422999859071 ], [ -121.845148000080357, 37.381863000344772 ], [ -121.84225300031251, 37.383828000205035 ], [ -121.843793999995313, 37.386121000145081 ], [ -121.842105000174527, 37.389238999782869 ], [ -121.842332999780169, 37.390448000280806 ], [ -121.843867999615156, 37.389779000027389 ], [ -121.848462999972725, 37.388637999912348 ], [ -121.850068999952839, 37.388261999881671 ], [ -121.853013999949383, 37.385517000275129 ], [ -121.856631999790451, 37.383045999844398 ], [ -121.857044000417432, 37.381369999740123 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503804", "NAME": "Census Tract 5038.04", "state": "06", "county_fips": "085", "tract": "503804", "county_name": "Santa Clara County", "tot_pop_2050": 5585, "tot_pop_pov_det_2050": 5575, "tot_pop_civ_ni_2050": 5575, "tot_hh_2050": 1747, "pop_zvhhs_2050": 99, "tot_fam_2050": 1217, "tot_pop_over5_2050": 5252, "pop_hus_rent50_2050": 189, "pop_minority_2050": 4769, "pop_over75_2050": 326, "pop_spfam_2050": 168, "pop_lep_2050": 805, "pop_below200_2050": 1256, "pop_disability_2050": 433, "pct_minority_2050": 0.85389435989256934, "pct_over75_2050": 0.058370635631154875, "pct_spfam_2050": 0.13804437140509448, "pct_lep_2050": 0.15327494287890328, "pct_below200_2050": 0.2252914798206278, "pct_disab_2050": 0.077668161434977581, "pct_zvhhs_2050": 0.056668574699484824, "pct_hus_rent50_2050": 0.10818546078992558, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061187870087924007, "pct_minority_2040": 0.8535797595549971, "pct_spfam_2040": 0.061883408071748996, "pct_lep_2040": 0.212733799357642, "pct_below200_2040": 0.30970751839224797, "pct_disab_2040": 0.072492373945809999, "pct_zvhhs_2040": 0.042656916514319999, "pct_hus_rent50_2040": 0.097546012269939017, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.854957000213389, 37.376985999888817 ], [ -121.854757000196841, 37.376782000156034 ], [ -121.851804999629294, 37.373773000328015 ], [ -121.846103999782116, 37.368074999949364 ], [ -121.843013000195725, 37.37007700013887 ], [ -121.835609000284052, 37.375109999800671 ], [ -121.836144999861276, 37.375802999736592 ], [ -121.837062999928207, 37.376978999837199 ], [ -121.837179000279164, 37.377159000039249 ], [ -121.838413999640181, 37.378788999689526 ], [ -121.839105999751339, 37.379695000083174 ], [ -121.840541999852121, 37.38158200022648 ], [ -121.840786000249594, 37.381908000182079 ], [ -121.841324000374939, 37.382603000188453 ], [ -121.84225300031251, 37.383828000205035 ], [ -121.845148000080357, 37.381863000344772 ], [ -121.847343000239405, 37.380422999859071 ], [ -121.85191500013245, 37.378752000094778 ], [ -121.853338999639405, 37.377737999793922 ], [ -121.854957000213389, 37.376985999888817 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503902", "NAME": "Census Tract 5039.02", "state": "06", "county_fips": "085", "tract": "503902", "county_name": "Santa Clara County", "tot_pop_2050": 6019, "tot_pop_pov_det_2050": 5973, "tot_pop_civ_ni_2050": 6019, "tot_hh_2050": 1540, "pop_zvhhs_2050": 40, "tot_fam_2050": 1311, "tot_pop_over5_2050": 5469, "pop_hus_rent50_2050": 201, "pop_minority_2050": 5381, "pop_over75_2050": 315, "pop_spfam_2050": 356, "pop_lep_2050": 987, "pop_below200_2050": 1610, "pop_disability_2050": 549, "pct_minority_2050": 0.89400232596776874, "pct_over75_2050": 0.052334274796477821, "pct_spfam_2050": 0.27154843630816172, "pct_lep_2050": 0.18047174986286341, "pct_below200_2050": 0.26954629164573918, "pct_disab_2050": 0.09121116464528993, "pct_zvhhs_2050": 0.025974025974025976, "pct_hus_rent50_2050": 0.13051948051948051, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029485257371314001, "pct_minority_2040": 0.89688489088788892, "pct_spfam_2040": 0.24476047904191603, "pct_lep_2040": 0.17154736080983402, "pct_below200_2040": 0.35032592344977403, "pct_disab_2040": 0.067867266966816997, "pct_zvhhs_2040": 0.05368693402328599, "pct_hus_rent50_2040": 0.17819843342036601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.834572000391432, 37.375783000087743 ], [ -121.835609000284052, 37.375109999800671 ], [ -121.832223000246572, 37.370826000201411 ], [ -121.831967999978446, 37.370465999668298 ], [ -121.831640999740287, 37.370035999722262 ], [ -121.828725000056082, 37.366602000016137 ], [ -121.827928000362974, 37.365736999905316 ], [ -121.826693999928509, 37.366961000285158 ], [ -121.82534599969128, 37.369186000281374 ], [ -121.824461000134605, 37.370609999946097 ], [ -121.824087999865682, 37.371199000004388 ], [ -121.823450000181253, 37.372233000070125 ], [ -121.821254000197271, 37.375660999687227 ], [ -121.821143999694101, 37.375854999798023 ], [ -121.82356700035713, 37.37680599998545 ], [ -121.825043999567498, 37.37738900002568 ], [ -121.825790000105286, 37.378054999900201 ], [ -121.826308000139164, 37.378549000257081 ], [ -121.828044999640497, 37.38020199978186 ], [ -121.828884000064747, 37.379631999729142 ], [ -121.830553999618928, 37.378500000189341 ], [ -121.831802000297088, 37.377656000174312 ], [ -121.832224000071491, 37.377369000085878 ], [ -121.833588000202255, 37.376452000295416 ], [ -121.834572000391432, 37.375783000087743 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085503903", "NAME": "Census Tract 5039.03", "state": "06", "county_fips": "085", "tract": "503903", "county_name": "Santa Clara County", "tot_pop_2050": 3658, "tot_pop_pov_det_2050": 3646, "tot_pop_civ_ni_2050": 3653, "tot_hh_2050": 952, "pop_zvhhs_2050": 68, "tot_fam_2050": 728, "tot_pop_over5_2050": 3472, "pop_hus_rent50_2050": 100, "pop_minority_2050": 3334, "pop_over75_2050": 250, "pop_spfam_2050": 149, "pop_lep_2050": 619, "pop_below200_2050": 1032, "pop_disability_2050": 313, "pct_minority_2050": 0.91142700929469656, "pct_over75_2050": 0.068343357025697105, "pct_spfam_2050": 0.20467032967032966, "pct_lep_2050": 0.17828341013824886, "pct_below200_2050": 0.28304991771804722, "pct_disab_2050": 0.085683000273747603, "pct_zvhhs_2050": 0.071428571428571425, "pct_hus_rent50_2050": 0.10504201680672268, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072222222222221993, "pct_minority_2040": 0.92751322751322807, "pct_spfam_2040": 0.25529100529100501, "pct_lep_2040": 0.19051675184554201, "pct_below200_2040": 0.483870967741936, "pct_disab_2040": 0.104761904761905, "pct_zvhhs_2040": 0.13048016701461398, "pct_hus_rent50_2040": 0.12553191489361701, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.843013000195725, 37.37007700013887 ], [ -121.839773999573012, 37.366794999749828 ], [ -121.838688000174884, 37.365776000011891 ], [ -121.835959999913342, 37.362974999716656 ], [ -121.835191999634233, 37.362333999951844 ], [ -121.827928000362974, 37.365736999905316 ], [ -121.828725000056082, 37.366602000016137 ], [ -121.831640999740287, 37.370035999722262 ], [ -121.831967999978446, 37.370465999668298 ], [ -121.832223000246572, 37.370826000201411 ], [ -121.835609000284052, 37.375109999800671 ], [ -121.843013000195725, 37.37007700013887 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504001", "NAME": "Census Tract 5040.01", "state": "06", "county_fips": "085", "tract": "504001", "county_name": "Santa Clara County", "tot_pop_2050": 6344, "tot_pop_pov_det_2050": 6319, "tot_pop_civ_ni_2050": 6344, "tot_hh_2050": 1561, "pop_zvhhs_2050": 97, "tot_fam_2050": 1221, "tot_pop_over5_2050": 6025, "pop_hus_rent50_2050": 336, "pop_minority_2050": 6021, "pop_over75_2050": 235, "pop_spfam_2050": 246, "pop_lep_2050": 1123, "pop_below200_2050": 2308, "pop_disability_2050": 505, "pct_minority_2050": 0.94908575031525844, "pct_over75_2050": 0.037042875157629253, "pct_spfam_2050": 0.20147420147420148, "pct_lep_2050": 0.18639004149377594, "pct_below200_2050": 0.36524766576990031, "pct_disab_2050": 0.079602774274905419, "pct_zvhhs_2050": 0.062139654067905191, "pct_hus_rent50_2050": 0.21524663677130049, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.027431841130932, "pct_minority_2040": 0.94749242679232593, "pct_spfam_2040": 0.1727199354318, "pct_lep_2040": 0.196021699819168, "pct_below200_2040": 0.29279811097992897, "pct_disab_2040": 0.083473577919892003, "pct_zvhhs_2040": 0.057792207792207999, "pct_hus_rent50_2040": 0.125, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.835191999634233, 37.362333999951844 ], [ -121.833062999597388, 37.359587000295306 ], [ -121.831107999637808, 37.356769000324995 ], [ -121.829941000048848, 37.355211999854411 ], [ -121.830510000136343, 37.355182999686008 ], [ -121.829299999991335, 37.354438000063155 ], [ -121.827006000098052, 37.350832999643991 ], [ -121.819146999901719, 37.356142000101464 ], [ -121.820976000362904, 37.358176000320277 ], [ -121.821341000235904, 37.358575999763111 ], [ -121.822495000304386, 37.359809000042034 ], [ -121.823231999723049, 37.360631000160289 ], [ -121.824499999594352, 37.361676000095365 ], [ -121.824727000273398, 37.36224800012041 ], [ -121.825529999814293, 37.363141999715367 ], [ -121.827185000198199, 37.364940000353485 ], [ -121.827928000362974, 37.365736999905316 ], [ -121.835191999634233, 37.362333999951844 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504002", "NAME": "Census Tract 5040.02", "state": "06", "county_fips": "085", "tract": "504002", "county_name": "Santa Clara County", "tot_pop_2050": 6634, "tot_pop_pov_det_2050": 6634, "tot_pop_civ_ni_2050": 6634, "tot_hh_2050": 1393, "pop_zvhhs_2050": 139, "tot_fam_2050": 1105, "tot_pop_over5_2050": 5994, "pop_hus_rent50_2050": 203, "pop_minority_2050": 6324, "pop_over75_2050": 419, "pop_spfam_2050": 234, "pop_lep_2050": 1076, "pop_below200_2050": 1555, "pop_disability_2050": 579, "pct_minority_2050": 0.95327102803738317, "pct_over75_2050": 0.063159481459149819, "pct_spfam_2050": 0.21176470588235294, "pct_lep_2050": 0.17951284617951285, "pct_below200_2050": 0.23439855290925529, "pct_disab_2050": 0.08727766053662947, "pct_zvhhs_2050": 0.099784637473079668, "pct_hus_rent50_2050": 0.14572864321608039, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047010647010647, "pct_minority_2040": 0.95593775593775598, "pct_spfam_2040": 0.28183361629881198, "pct_lep_2040": 0.22898346816742898, "pct_below200_2040": 0.49533169533169502, "pct_disab_2040": 0.076494676494677005, "pct_zvhhs_2040": 0.091295116772824009, "pct_hus_rent50_2040": 0.226781857451404, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.840908000448337, 37.359656000248364 ], [ -121.838530999816058, 37.355648000001452 ], [ -121.837878000062986, 37.354076999749623 ], [ -121.837797999697031, 37.352480999996352 ], [ -121.834369000001857, 37.348826999693316 ], [ -121.832646999670786, 37.346986000349524 ], [ -121.827006000098052, 37.350832999643991 ], [ -121.829299999991335, 37.354438000063155 ], [ -121.830510000136343, 37.355182999686008 ], [ -121.829941000048848, 37.355211999854411 ], [ -121.831107999637808, 37.356769000324995 ], [ -121.833062999597388, 37.359587000295306 ], [ -121.835191999634233, 37.362333999951844 ], [ -121.840908000448337, 37.359656000248364 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504101", "NAME": "Census Tract 5041.01", "state": "06", "county_fips": "085", "tract": "504101", "county_name": "Santa Clara County", "tot_pop_2050": 4953, "tot_pop_pov_det_2050": 4953, "tot_pop_civ_ni_2050": 4953, "tot_hh_2050": 1101, "pop_zvhhs_2050": 33, "tot_fam_2050": 961, "tot_pop_over5_2050": 4658, "pop_hus_rent50_2050": 73, "pop_minority_2050": 4445, "pop_over75_2050": 314, "pop_spfam_2050": 103, "pop_lep_2050": 657, "pop_below200_2050": 1885, "pop_disability_2050": 511, "pct_minority_2050": 0.89743589743589747, "pct_over75_2050": 0.063395921663638194, "pct_spfam_2050": 0.10718002081165452, "pct_lep_2050": 0.14104765993988835, "pct_below200_2050": 0.38057742782152232, "pct_disab_2050": 0.10316979608318193, "pct_zvhhs_2050": 0.029972752043596732, "pct_hus_rent50_2050": 0.06630336058128973, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044882914137034005, "pct_minority_2040": 0.85971379011274907, "pct_spfam_2040": 0.15098241985522198, "pct_lep_2040": 0.13527551942186097, "pct_below200_2040": 0.47293758184198997, "pct_disab_2040": 0.099089332176929987, "pct_zvhhs_2040": 0.039377289377289001, "pct_hus_rent50_2040": 0.13568773234200698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.827928000362974, 37.365736999905316 ], [ -121.827185000198199, 37.364940000353485 ], [ -121.825529999814293, 37.363141999715367 ], [ -121.824727000273398, 37.36224800012041 ], [ -121.824685000440596, 37.362339000046944 ], [ -121.820244999893717, 37.365356000104335 ], [ -121.817578999556446, 37.367194000133246 ], [ -121.816304000012465, 37.368045000239221 ], [ -121.816052000117367, 37.368208999698119 ], [ -121.813573000276165, 37.369902999870781 ], [ -121.812697000042022, 37.370132999975162 ], [ -121.810881999824545, 37.371362000237475 ], [ -121.81447299990144, 37.372922000232251 ], [ -121.815149000119035, 37.373219999817344 ], [ -121.816969000359407, 37.373952000221529 ], [ -121.818591000233027, 37.374584000117956 ], [ -121.821254000197271, 37.375660999687227 ], [ -121.823450000181253, 37.372233000070125 ], [ -121.824087999865682, 37.371199000004388 ], [ -121.824461000134605, 37.370609999946097 ], [ -121.82534599969128, 37.369186000281374 ], [ -121.826693999928509, 37.366961000285158 ], [ -121.827928000362974, 37.365736999905316 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504102", "NAME": "Census Tract 5041.02", "state": "06", "county_fips": "085", "tract": "504102", "county_name": "Santa Clara County", "tot_pop_2050": 5690, "tot_pop_pov_det_2050": 5654, "tot_pop_civ_ni_2050": 5690, "tot_hh_2050": 1299, "pop_zvhhs_2050": 45, "tot_fam_2050": 1112, "tot_pop_over5_2050": 5089, "pop_hus_rent50_2050": 59, "pop_minority_2050": 5147, "pop_over75_2050": 248, "pop_spfam_2050": 209, "pop_lep_2050": 860, "pop_below200_2050": 1289, "pop_disability_2050": 547, "pct_minority_2050": 0.9045694200351494, "pct_over75_2050": 0.043585237258347981, "pct_spfam_2050": 0.18794964028776975, "pct_lep_2050": 0.16899194340734919, "pct_below200_2050": 0.2279801910152105, "pct_disab_2050": 0.096133567662565922, "pct_zvhhs_2050": 0.034642032332563515, "pct_hus_rent50_2050": 0.045419553502694381, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022460610124035999, "pct_minority_2040": 0.90110626885685596, "pct_spfam_2040": 0.092480553154711001, "pct_lep_2040": 0.192555476020043, "pct_below200_2040": 0.35883147585275205, "pct_disab_2040": 0.063191418035535005, "pct_zvhhs_2040": 0.017467248908297001, "pct_hus_rent50_2040": 0.065345080763583002, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.824685000440596, 37.362339000046944 ], [ -121.824727000273398, 37.36224800012041 ], [ -121.824499999594352, 37.361676000095365 ], [ -121.823231999723049, 37.360631000160289 ], [ -121.822495000304386, 37.359809000042034 ], [ -121.821341000235904, 37.358575999763111 ], [ -121.820976000362904, 37.358176000320277 ], [ -121.819146999901719, 37.356142000101464 ], [ -121.816271000400491, 37.358092000016526 ], [ -121.81217499981021, 37.360885000052356 ], [ -121.812157000266851, 37.361022999650189 ], [ -121.81199700043328, 37.362554000250974 ], [ -121.810313999561942, 37.3637440000035 ], [ -121.806306999558444, 37.364934999717775 ], [ -121.804748000332324, 37.367561999684874 ], [ -121.805426000199716, 37.367812999695836 ], [ -121.806858999927513, 37.368588000275878 ], [ -121.807313000387254, 37.368832000326073 ], [ -121.807782999842203, 37.369186000281374 ], [ -121.80875100013786, 37.370088000211986 ], [ -121.809686999748138, 37.370753999947425 ], [ -121.810881999824545, 37.371362000237475 ], [ -121.812697000042022, 37.370132999975162 ], [ -121.813573000276165, 37.369902999870781 ], [ -121.816052000117367, 37.368208999698119 ], [ -121.816304000012465, 37.368045000239221 ], [ -121.817578999556446, 37.367194000133246 ], [ -121.820244999893717, 37.365356000104335 ], [ -121.824685000440596, 37.362339000046944 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504201", "NAME": "Census Tract 5042.01", "state": "06", "county_fips": "085", "tract": "504201", "county_name": "Santa Clara County", "tot_pop_2050": 5036, "tot_pop_pov_det_2050": 5021, "tot_pop_civ_ni_2050": 5031, "tot_hh_2050": 1632, "pop_zvhhs_2050": 36, "tot_fam_2050": 1271, "tot_pop_over5_2050": 4827, "pop_hus_rent50_2050": 20, "pop_minority_2050": 2863, "pop_over75_2050": 232, "pop_spfam_2050": 146, "pop_lep_2050": 174, "pop_below200_2050": 444, "pop_disability_2050": 448, "pct_minority_2050": 0.56850675138999207, "pct_over75_2050": 0.046068308181096106, "pct_spfam_2050": 0.11487018095987413, "pct_lep_2050": 0.036047234307023002, "pct_below200_2050": 0.08842859988050189, "pct_disab_2050": 0.089047903001391371, "pct_zvhhs_2050": 0.02205882352941177, "pct_hus_rent50_2050": 0.012254901960784314, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079908239342382004, "pct_minority_2040": 0.68323456318103593, "pct_spfam_2040": 0.10244648318042801, "pct_lep_2040": 0.076845093268450987, "pct_below200_2040": 0.146979607541362, "pct_disab_2040": 0.10208772265849499, "pct_zvhhs_2040": 0.046754675467547004, "pct_hus_rent50_2040": 0.068259385665529013, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.833398000231441, 37.392829000093634 ], [ -121.834225000061792, 37.392588999920676 ], [ -121.833168000077691, 37.391038999983635 ], [ -121.832446999654223, 37.389990000356015 ], [ -121.832299000414551, 37.389767999987171 ], [ -121.830597999999867, 37.387284000124055 ], [ -121.830584999581077, 37.387264999940449 ], [ -121.826348000322113, 37.381071999699678 ], [ -121.828044999640497, 37.38020199978186 ], [ -121.826308000139164, 37.378549000257081 ], [ -121.825790000105286, 37.378054999900201 ], [ -121.825043999567498, 37.37738900002568 ], [ -121.82356700035713, 37.37680599998545 ], [ -121.821143999694101, 37.375854999798023 ], [ -121.821254000197271, 37.375660999687227 ], [ -121.818591000233027, 37.374584000117956 ], [ -121.816969000359407, 37.373952000221529 ], [ -121.815149000119035, 37.373219999817344 ], [ -121.81447299990144, 37.372922000232251 ], [ -121.810881999824545, 37.371362000237475 ], [ -121.809686999748138, 37.370753999947425 ], [ -121.80875100013786, 37.370088000211986 ], [ -121.807782999842203, 37.369186000281374 ], [ -121.807313000387254, 37.368832000326073 ], [ -121.806858999927513, 37.368588000275878 ], [ -121.804627999783378, 37.369845000167693 ], [ -121.805362999552216, 37.370774000223221 ], [ -121.806162999618408, 37.371538999809133 ], [ -121.808602000174957, 37.374120000207547 ], [ -121.812471000086177, 37.375807000236833 ], [ -121.812470000261285, 37.37633199979139 ], [ -121.814760999781527, 37.377874000323388 ], [ -121.816598999565215, 37.380563000049015 ], [ -121.815416000082735, 37.38125100001929 ], [ -121.816806000152766, 37.382801000314636 ], [ -121.814234000425159, 37.386479999788975 ], [ -121.814517000282365, 37.388152000036335 ], [ -121.817418999722889, 37.38919000027667 ], [ -121.81686899990197, 37.392025999895374 ], [ -121.816499000006132, 37.392294999839145 ], [ -121.815139999898221, 37.392222000305395 ], [ -121.814778000398277, 37.392810999786192 ], [ -121.814041000081303, 37.39280600029474 ], [ -121.81226299967372, 37.393545999905342 ], [ -121.811881000082295, 37.394419000208615 ], [ -121.815389000318547, 37.393752000194468 ], [ -121.818318000421556, 37.393846999981129 ], [ -121.820212000281771, 37.394391000084489 ], [ -121.825980000076086, 37.396933000175899 ], [ -121.826190000138368, 37.396555999796242 ], [ -121.825528000164482, 37.395134999931273 ], [ -121.825573000370326, 37.394905000136056 ], [ -121.825682999975172, 37.394800999990721 ], [ -121.825894999687264, 37.394716000142232 ], [ -121.826247000039785, 37.394737000323651 ], [ -121.826626000156452, 37.394846999784576 ], [ -121.827175000152465, 37.395048999879464 ], [ -121.827448999788828, 37.395112999993771 ], [ -121.82793400021076, 37.395138000246661 ], [ -121.829455999626944, 37.39398899985104 ], [ -121.83044999986187, 37.393632000254236 ], [ -121.83155000040199, 37.393758000222128 ], [ -121.832423000263105, 37.393601000173049 ], [ -121.833398000231441, 37.392829000093634 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504202", "NAME": "Census Tract 5042.02", "state": "06", "county_fips": "085", "tract": "504202", "county_name": "Santa Clara County", "tot_pop_2050": 4480, "tot_pop_pov_det_2050": 4480, "tot_pop_civ_ni_2050": 4480, "tot_hh_2050": 1464, "pop_zvhhs_2050": 14, "tot_fam_2050": 1137, "tot_pop_over5_2050": 4184, "pop_hus_rent50_2050": 9, "pop_minority_2050": 2716, "pop_over75_2050": 419, "pop_spfam_2050": 29, "pop_lep_2050": 226, "pop_below200_2050": 375, "pop_disability_2050": 441, "pct_minority_2050": 0.60625, "pct_over75_2050": 0.093526785714285729, "pct_spfam_2050": 0.025505716798592787, "pct_lep_2050": 0.05401529636711281, "pct_below200_2050": 0.083705357142857137, "pct_disab_2050": 0.0984375, "pct_zvhhs_2050": 0.0095628415300546433, "pct_hus_rent50_2050": 0.0061475409836065573, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068157839206583998, "pct_minority_2040": 0.58999788985017898, "pct_spfam_2040": 0.019607843137255002, "pct_lep_2040": 0.083776595744680993, "pct_below200_2040": 0.09263557712597599, "pct_disab_2040": 0.048445102602072999, "pct_zvhhs_2040": 0.0088919288645690001, "pct_hus_rent50_2040": 0.019485038274182, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81686899990197, 37.392025999895374 ], [ -121.817418999722889, 37.38919000027667 ], [ -121.814517000282365, 37.388152000036335 ], [ -121.814234000425159, 37.386479999788975 ], [ -121.816806000152766, 37.382801000314636 ], [ -121.815416000082735, 37.38125100001929 ], [ -121.816598999565215, 37.380563000049015 ], [ -121.814760999781527, 37.377874000323388 ], [ -121.812470000261285, 37.37633199979139 ], [ -121.812471000086177, 37.375807000236833 ], [ -121.808602000174957, 37.374120000207547 ], [ -121.806162999618408, 37.371538999809133 ], [ -121.805362999552216, 37.370774000223221 ], [ -121.804627999783378, 37.369845000167693 ], [ -121.806858999927513, 37.368588000275878 ], [ -121.805426000199716, 37.367812999695836 ], [ -121.804748000332324, 37.367561999684874 ], [ -121.806306999558444, 37.364934999717775 ], [ -121.810313999561942, 37.3637440000035 ], [ -121.81199700043328, 37.362554000250974 ], [ -121.812157000266851, 37.361022999650189 ], [ -121.81217499981021, 37.360885000052356 ], [ -121.808556999969113, 37.357614000068345 ], [ -121.805078000045199, 37.356006999836133 ], [ -121.804027999733776, 37.355428000165197 ], [ -121.801604000144152, 37.355527000099897 ], [ -121.798384999612921, 37.355632000125986 ], [ -121.795464999730726, 37.354360000184016 ], [ -121.795042999956365, 37.354251000299485 ], [ -121.790757000293567, 37.354261000138244 ], [ -121.79026199982593, 37.353747999692516 ], [ -121.786235999555842, 37.354164000074974 ], [ -121.78148999958556, 37.352748999963097 ], [ -121.777372000152255, 37.353814999892684 ], [ -121.777983000072538, 37.358035000113858 ], [ -121.779174999775861, 37.359306999897051 ], [ -121.777932999843827, 37.360377999739214 ], [ -121.778959999690713, 37.361120000131422 ], [ -121.779177000323998, 37.362580000237244 ], [ -121.781385000003553, 37.365557999686956 ], [ -121.779301999997472, 37.367531000248171 ], [ -121.774925999922999, 37.36687800006343 ], [ -121.773571999837984, 37.365810000234703 ], [ -121.772190000163846, 37.365749000159937 ], [ -121.773230000429535, 37.366453000078209 ], [ -121.774573999570492, 37.368543999807819 ], [ -121.775093000327587, 37.370677000085209 ], [ -121.773959000350587, 37.371944999757737 ], [ -121.774448999897047, 37.374272999778213 ], [ -121.775244999765263, 37.375388000219587 ], [ -121.777357999908546, 37.376594000274949 ], [ -121.778701000122936, 37.376338999903389 ], [ -121.781077000031971, 37.377428999889247 ], [ -121.783811999966218, 37.377816999743082 ], [ -121.78092200022131, 37.378453000269069 ], [ -121.777197000250084, 37.378097999692066 ], [ -121.773116999553309, 37.376258999706167 ], [ -121.773473999928711, 37.375381000018827 ], [ -121.771626000099232, 37.37422600006466 ], [ -121.772118000193842, 37.373311000000854 ], [ -121.771381999701759, 37.372188000138813 ], [ -121.770015000096251, 37.372045000209653 ], [ -121.768993000272246, 37.370346999780459 ], [ -121.767556000346545, 37.369354000232271 ], [ -121.767481000003457, 37.36818099978106 ], [ -121.765289000217422, 37.366777999863515 ], [ -121.763057000248452, 37.364220000332352 ], [ -121.76063600013353, 37.363290000224431 ], [ -121.758155999569084, 37.363088999828712 ], [ -121.75432900038895, 37.363613999856739 ], [ -121.74834200031151, 37.360721999905586 ], [ -121.745891000059402, 37.360707000010073 ], [ -121.747483999620727, 37.361538999871605 ], [ -121.749046000118213, 37.361411999711763 ], [ -121.753946000074308, 37.363750999862248 ], [ -121.754103000433133, 37.365454000245443 ], [ -121.756126000164784, 37.366153000235137 ], [ -121.760137000366257, 37.370000999784182 ], [ -121.761822999813987, 37.370035000234189 ], [ -121.762612999834417, 37.372226999747667 ], [ -121.764807999993494, 37.373596000316432 ], [ -121.765368999685066, 37.374939000194523 ], [ -121.76653100014947, 37.375225000168264 ], [ -121.768202000426896, 37.377752999853932 ], [ -121.771580999893416, 37.381835999858382 ], [ -121.771951999614174, 37.382989999655372 ], [ -121.774519000217225, 37.383968999764598 ], [ -121.775063000190343, 37.384880999700378 ], [ -121.777348999687732, 37.385173000306374 ], [ -121.779255999966708, 37.3844320001188 ], [ -121.78304899970999, 37.387075999955044 ], [ -121.782821000104363, 37.388047999800492 ], [ -121.78377000013343, 37.391524999700749 ], [ -121.783555999873187, 37.392530999918179 ], [ -121.78405800001353, 37.395432999745815 ], [ -121.784766999843086, 37.395822999648161 ], [ -121.786479999953343, 37.398822999837428 ], [ -121.786555000296403, 37.401058999961599 ], [ -121.789517000011358, 37.401471999847764 ], [ -121.791974999936158, 37.403516000245617 ], [ -121.79315199957091, 37.404054999931667 ], [ -121.794405000271894, 37.402950000232003 ], [ -121.797305999887499, 37.399166000158587 ], [ -121.797450999652455, 37.397450999982212 ], [ -121.801651999824742, 37.396491000351233 ], [ -121.809095999919364, 37.396804000301067 ], [ -121.811881000082295, 37.394419000208615 ], [ -121.81226299967372, 37.393545999905342 ], [ -121.814041000081303, 37.39280600029474 ], [ -121.814778000398277, 37.392810999786192 ], [ -121.815139999898221, 37.392222000305395 ], [ -121.816499000006132, 37.392294999839145 ], [ -121.81686899990197, 37.392025999895374 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504307", "NAME": "Census Tract 5043.07", "state": "06", "county_fips": "085", "tract": "504307", "county_name": "Santa Clara County", "tot_pop_2050": 5430, "tot_pop_pov_det_2050": 5411, "tot_pop_civ_ni_2050": 5430, "tot_hh_2050": 1764, "pop_zvhhs_2050": 42, "tot_fam_2050": 1435, "tot_pop_over5_2050": 5185, "pop_hus_rent50_2050": 101, "pop_minority_2050": 4709, "pop_over75_2050": 307, "pop_spfam_2050": 168, "pop_lep_2050": 547, "pop_below200_2050": 874, "pop_disability_2050": 445, "pct_minority_2050": 0.86721915285451201, "pct_over75_2050": 0.056537753222836086, "pct_spfam_2050": 0.11707317073170732, "pct_lep_2050": 0.10549662487945996, "pct_below200_2050": 0.16152282387728698, "pct_disab_2050": 0.081952117863720073, "pct_zvhhs_2050": 0.023809523809523808, "pct_hus_rent50_2050": 0.057256235827664398, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057112638815441999, "pct_minority_2040": 0.79146835889300216, "pct_spfam_2040": 0.12474576271186401, "pct_lep_2040": 0.13177431328879, "pct_below200_2040": 0.22310686482660996, "pct_disab_2040": 0.091485986250660997, "pct_zvhhs_2040": 0.026193247962747003, "pct_hus_rent50_2040": 0.094295692665890996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.861777999793858, 37.385789999988191 ], [ -121.862864000090283, 37.384669999982265 ], [ -121.857932000347134, 37.379921999934183 ], [ -121.857044000417432, 37.381369999740123 ], [ -121.856631999790451, 37.383045999844398 ], [ -121.853013999949383, 37.385517000275129 ], [ -121.850068999952839, 37.388261999881671 ], [ -121.848462999972725, 37.388637999912348 ], [ -121.843867999615156, 37.389779000027389 ], [ -121.842332999780169, 37.390448000280806 ], [ -121.845404999998294, 37.396573000070006 ], [ -121.846924999764695, 37.399792999762937 ], [ -121.857009000257321, 37.395186000280532 ], [ -121.858903999942441, 37.39439799993805 ], [ -121.859412999755477, 37.394098999695991 ], [ -121.857964999959108, 37.391738999848776 ], [ -121.856206999643035, 37.389684000081289 ], [ -121.858441999985061, 37.388593999785982 ], [ -121.860560999976158, 37.38655799982628 ], [ -121.861777999793858, 37.385789999988191 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504308", "NAME": "Census Tract 5043.08", "state": "06", "county_fips": "085", "tract": "504308", "county_name": "Santa Clara County", "tot_pop_2050": 4339, "tot_pop_pov_det_2050": 4339, "tot_pop_civ_ni_2050": 4339, "tot_hh_2050": 1518, "pop_zvhhs_2050": 130, "tot_fam_2050": 1100, "tot_pop_over5_2050": 4150, "pop_hus_rent50_2050": 76, "pop_minority_2050": 3220, "pop_over75_2050": 431, "pop_spfam_2050": 57, "pop_lep_2050": 410, "pop_below200_2050": 694, "pop_disability_2050": 672, "pct_minority_2050": 0.74210647614657754, "pct_over75_2050": 0.099331643235768596, "pct_spfam_2050": 0.051818181818181819, "pct_lep_2050": 0.098795180722891562, "pct_below200_2050": 0.1599446877160636, "pct_disab_2050": 0.15487439502189446, "pct_zvhhs_2050": 0.085638998682476944, "pct_hus_rent50_2050": 0.050065876152832665, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079290206648697001, "pct_minority_2040": 0.72551662174303699, "pct_spfam_2040": 0.068103448275861997, "pct_lep_2040": 0.083840749414520008, "pct_below200_2040": 0.17497753818508499, "pct_disab_2040": 0.081985624438455001, "pct_zvhhs_2040": 0.048620236530879997, "pct_hus_rent50_2040": 0.058350100603622002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.854983000152657, 37.419180000072146 ], [ -121.855522000102894, 37.418884999886302 ], [ -121.854144999553327, 37.417012999917226 ], [ -121.853167999935152, 37.416367000350284 ], [ -121.852459000105597, 37.415374000223359 ], [ -121.851493000358076, 37.413156000322743 ], [ -121.848481000414381, 37.409935000088026 ], [ -121.84641500012674, 37.407556999803766 ], [ -121.849751999760429, 37.405577000205 ], [ -121.849180000198231, 37.404308999779424 ], [ -121.846924999764695, 37.399792999762937 ], [ -121.845404999998294, 37.396573000070006 ], [ -121.842332999780169, 37.390448000280806 ], [ -121.836701000428263, 37.39164099979012 ], [ -121.834225000061792, 37.392588999920676 ], [ -121.833398000231441, 37.392829000093634 ], [ -121.832423000263105, 37.393601000173049 ], [ -121.83155000040199, 37.393758000222128 ], [ -121.83044999986187, 37.393632000254236 ], [ -121.829455999626944, 37.39398899985104 ], [ -121.82793400021076, 37.395138000246661 ], [ -121.827448999788828, 37.395112999993771 ], [ -121.827175000152465, 37.395048999879464 ], [ -121.826626000156452, 37.394846999784576 ], [ -121.826247000039785, 37.394737000323651 ], [ -121.825894999687264, 37.394716000142232 ], [ -121.825682999975172, 37.394800999990721 ], [ -121.825573000370326, 37.394905000136056 ], [ -121.825528000164482, 37.395134999931273 ], [ -121.826190000138368, 37.396555999796242 ], [ -121.825980000076086, 37.396933000175899 ], [ -121.820212000281771, 37.394391000084489 ], [ -121.818318000421556, 37.393846999981129 ], [ -121.815389000318547, 37.393752000194468 ], [ -121.811881000082295, 37.394419000208615 ], [ -121.809095999919364, 37.396804000301067 ], [ -121.801651999824742, 37.396491000351233 ], [ -121.797450999652455, 37.397450999982212 ], [ -121.797305999887499, 37.399166000158587 ], [ -121.794405000271894, 37.402950000232003 ], [ -121.79315199957091, 37.404054999931667 ], [ -121.791974999936158, 37.403516000245617 ], [ -121.791788000338414, 37.40470300026135 ], [ -121.788648000348232, 37.404900999819077 ], [ -121.788639999952309, 37.40489299978227 ], [ -121.788323999584819, 37.404695999943009 ], [ -121.787993999871929, 37.404624999837765 ], [ -121.787443000226119, 37.404602999831724 ], [ -121.787105000117307, 37.404508999862763 ], [ -121.786435999572419, 37.404212000203287 ], [ -121.78526700033359, 37.403762000335718 ], [ -121.781883999770841, 37.404648000291317 ], [ -121.790713999737548, 37.414431000257949 ], [ -121.791456000077417, 37.415282999721342 ], [ -121.806237000136576, 37.431954000246201 ], [ -121.808337999686017, 37.434374000112534 ], [ -121.808779999551859, 37.434180000239643 ], [ -121.810670000112424, 37.434159999760894 ], [ -121.811660000149388, 37.433910000101747 ], [ -121.812270000244752, 37.433560000032138 ], [ -121.8130400001737, 37.4333799997463 ], [ -121.816960000138565, 37.433980000204606 ], [ -121.819900000112227, 37.435479999923537 ], [ -121.824575999762331, 37.432529000114826 ], [ -121.823472999747466, 37.431894999952746 ], [ -121.83089299955266, 37.431817000025426 ], [ -121.832952000167623, 37.429596999678267 ], [ -121.830237000324843, 37.425212999870126 ], [ -121.831158999691468, 37.423153000311132 ], [ -121.832689000401899, 37.423157999918033 ], [ -121.83893099984914, 37.421338999884277 ], [ -121.841719000385126, 37.420947999854526 ], [ -121.843272999588407, 37.419493999675204 ], [ -121.845036999752267, 37.419452000340804 ], [ -121.847021999849076, 37.418540000117474 ], [ -121.848279999674631, 37.419926999967444 ], [ -121.849736999691828, 37.42034199978113 ], [ -121.850577999765889, 37.421571999841674 ], [ -121.851197999906987, 37.421989999767085 ], [ -121.852527999702545, 37.421845999718322 ], [ -121.852996000406037, 37.421900999903379 ], [ -121.85361599964881, 37.421384000278536 ], [ -121.854450000050193, 37.42096100007079 ], [ -121.85447000014166, 37.420262999699851 ], [ -121.854931000274121, 37.41959799979427 ], [ -121.854983000152657, 37.419180000072146 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504311", "NAME": "Census Tract 5043.11", "state": "06", "county_fips": "085", "tract": "504311", "county_name": "Santa Clara County", "tot_pop_2050": 7431, "tot_pop_pov_det_2050": 7431, "tot_pop_civ_ni_2050": 7431, "tot_hh_2050": 2577, "pop_zvhhs_2050": 180, "tot_fam_2050": 1816, "tot_pop_over5_2050": 6818, "pop_hus_rent50_2050": 199, "pop_minority_2050": 6690, "pop_over75_2050": 273, "pop_spfam_2050": 175, "pop_lep_2050": 500, "pop_below200_2050": 1375, "pop_disability_2050": 351, "pct_minority_2050": 0.90028259991925719, "pct_over75_2050": 0.036737989503431566, "pct_spfam_2050": 0.096365638766519823, "pct_lep_2050": 0.073335288941038426, "pct_below200_2050": 0.18503566141838249, "pct_disab_2050": 0.047234557932983451, "pct_zvhhs_2050": 0.069848661233993012, "pct_hus_rent50_2050": 0.077221575475358947, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036793872247298999, "pct_minority_2040": 0.89549993160990293, "pct_spfam_2040": 0.093429158110883009, "pct_lep_2040": 0.093503790694216993, "pct_below200_2040": 0.147426218256692, "pct_disab_2040": 0.068800437696622002, "pct_zvhhs_2040": 0.027379949452400999, "pct_hus_rent50_2040": 0.040727902946274, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.895859999926685, 37.382744999942631 ], [ -121.895445999649894, 37.381867999852119 ], [ -121.895592999962986, 37.377680999824115 ], [ -121.892495999630469, 37.377829000207015 ], [ -121.890549999891746, 37.376507000254037 ], [ -121.889051000041746, 37.373484000061083 ], [ -121.888288999610424, 37.372555000012426 ], [ -121.887121000196515, 37.371492999992867 ], [ -121.884572000035121, 37.369751000159795 ], [ -121.880698000101006, 37.368007000113188 ], [ -121.879019000325954, 37.369655999827067 ], [ -121.87306200038573, 37.373791000208982 ], [ -121.878509999614607, 37.37988400011394 ], [ -121.88403200025995, 37.385038000167562 ], [ -121.884464000080087, 37.385530000216022 ], [ -121.886054000166681, 37.387353000299782 ], [ -121.890276000255355, 37.384800000044592 ], [ -121.892197999704635, 37.383632999997502 ], [ -121.893675999638234, 37.382886000111078 ], [ -121.895859999926685, 37.382744999942631 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504314", "NAME": "Census Tract 5043.14", "state": "06", "county_fips": "085", "tract": "504314", "county_name": "Santa Clara County", "tot_pop_2050": 5198, "tot_pop_pov_det_2050": 5198, "tot_pop_civ_ni_2050": 5198, "tot_hh_2050": 1322, "pop_zvhhs_2050": 37, "tot_fam_2050": 1151, "tot_pop_over5_2050": 4811, "pop_hus_rent50_2050": 80, "pop_minority_2050": 4630, "pop_over75_2050": 255, "pop_spfam_2050": 172, "pop_lep_2050": 663, "pop_below200_2050": 1137, "pop_disability_2050": 327, "pct_minority_2050": 0.89072720277029627, "pct_over75_2050": 0.049057329742208534, "pct_spfam_2050": 0.14943527367506515, "pct_lep_2050": 0.13780918727915195, "pct_below200_2050": 0.21873797614467105, "pct_disab_2050": 0.062908811081185081, "pct_zvhhs_2050": 0.027987897125567318, "pct_hus_rent50_2050": 0.060514372163388813, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044117647058822998, "pct_minority_2040": 0.87979539641943705, "pct_spfam_2040": 0.096491228070174989, "pct_lep_2040": 0.13880698571104599, "pct_below200_2040": 0.27054794520547898, "pct_disab_2040": 0.062872975277067006, "pct_zvhhs_2040": 0.023862788963459999, "pct_hus_rent50_2040": 0.058956916099772994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.861202999858605, 37.402629999749557 ], [ -121.864361000290444, 37.401055999883248 ], [ -121.859412999755477, 37.394098999695991 ], [ -121.858903999942441, 37.39439799993805 ], [ -121.857009000257321, 37.395186000280532 ], [ -121.846924999764695, 37.399792999762937 ], [ -121.849180000198231, 37.404308999779424 ], [ -121.849751999760429, 37.405577000205 ], [ -121.84641500012674, 37.407556999803766 ], [ -121.848481000414381, 37.409935000088026 ], [ -121.851746999903, 37.408600000190212 ], [ -121.855983000235327, 37.406908999895954 ], [ -121.857527000291185, 37.40619899966066 ], [ -121.860935999894906, 37.402784000143384 ], [ -121.861202999858605, 37.402629999749557 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504315", "NAME": "Census Tract 5043.15", "state": "06", "county_fips": "085", "tract": "504315", "county_name": "Santa Clara County", "tot_pop_2050": 6661, "tot_pop_pov_det_2050": 6641, "tot_pop_civ_ni_2050": 6661, "tot_hh_2050": 1952, "pop_zvhhs_2050": 21, "tot_fam_2050": 1636, "tot_pop_over5_2050": 6363, "pop_hus_rent50_2050": 68, "pop_minority_2050": 5755, "pop_over75_2050": 379, "pop_spfam_2050": 164, "pop_lep_2050": 894, "pop_below200_2050": 1023, "pop_disability_2050": 578, "pct_minority_2050": 0.86398438672871947, "pct_over75_2050": 0.056898363609067699, "pct_spfam_2050": 0.10024449877750613, "pct_lep_2050": 0.1404997642621405, "pct_below200_2050": 0.15404306580334287, "pct_disab_2050": 0.08677375769403993, "pct_zvhhs_2050": 0.010758196721311477, "pct_hus_rent50_2050": 0.034836065573770489, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043297128403511, "pct_minority_2040": 0.84466597232554708, "pct_spfam_2040": 0.11097560975609799, "pct_lep_2040": 0.12593632958801501, "pct_below200_2040": 0.29578931706591299, "pct_disab_2040": 0.074156968069232998, "pct_zvhhs_2040": 0.036981509245376999, "pct_hus_rent50_2040": 0.097848360655738001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.870267000177023, 37.409124000204905 ], [ -121.869467000110888, 37.408031999945564 ], [ -121.866763000138775, 37.40432400023235 ], [ -121.866384000022094, 37.403803999904888 ], [ -121.864361000290444, 37.401055999883248 ], [ -121.861202999858605, 37.402629999749557 ], [ -121.860935999894906, 37.402784000143384 ], [ -121.857527000291185, 37.40619899966066 ], [ -121.855983000235327, 37.406908999895954 ], [ -121.851746999903, 37.408600000190212 ], [ -121.848481000414381, 37.409935000088026 ], [ -121.851493000358076, 37.413156000322743 ], [ -121.852459000105597, 37.415374000223359 ], [ -121.853167999935152, 37.416367000350284 ], [ -121.854144999553327, 37.417012999917226 ], [ -121.856379999895381, 37.415922000093509 ], [ -121.858821999926661, 37.414726000150708 ], [ -121.86250800043814, 37.412922000237288 ], [ -121.870267000177023, 37.409124000204905 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504316", "NAME": "Census Tract 5043.16", "state": "06", "county_fips": "085", "tract": "504316", "county_name": "Santa Clara County", "tot_pop_2050": 4967, "tot_pop_pov_det_2050": 4925, "tot_pop_civ_ni_2050": 4967, "tot_hh_2050": 1418, "pop_zvhhs_2050": 51, "tot_fam_2050": 1157, "tot_pop_over5_2050": 4793, "pop_hus_rent50_2050": 133, "pop_minority_2050": 4443, "pop_over75_2050": 229, "pop_spfam_2050": 143, "pop_lep_2050": 729, "pop_below200_2050": 650, "pop_disability_2050": 368, "pct_minority_2050": 0.89450372458224281, "pct_over75_2050": 0.046104288302798467, "pct_spfam_2050": 0.12359550561797752, "pct_lep_2050": 0.15209680784477364, "pct_below200_2050": 0.13197969543147209, "pct_disab_2050": 0.074088987316287491, "pct_zvhhs_2050": 0.035966149506346967, "pct_hus_rent50_2050": 0.093794076163610726, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025850598745486002, "pct_minority_2040": 0.86998669454476296, "pct_spfam_2040": 0.077186963979417017, "pct_lep_2040": 0.19432537252500501, "pct_below200_2040": 0.18761941153993103, "pct_disab_2040": 0.078122030032312995, "pct_zvhhs_2040": 0.020172910662823996, "pct_hus_rent50_2040": 0.056562726613488004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.877533999821352, 37.392667000025469 ], [ -121.879160999717868, 37.390981000209315 ], [ -121.873253000181464, 37.385435999878879 ], [ -121.870349000192817, 37.382698999860658 ], [ -121.871663999919789, 37.381188000258639 ], [ -121.871304999894576, 37.379364000113092 ], [ -121.868990000084906, 37.378029000279703 ], [ -121.867357000340604, 37.37976799967943 ], [ -121.864959999616858, 37.382444000260215 ], [ -121.862864000090283, 37.384669999982265 ], [ -121.872029999617652, 37.393107999667933 ], [ -121.873808000025235, 37.395274999771367 ], [ -121.877132999963365, 37.392966000270178 ], [ -121.877533999821352, 37.392667000025469 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504317", "NAME": "Census Tract 5043.17", "state": "06", "county_fips": "085", "tract": "504317", "county_name": "Santa Clara County", "tot_pop_2050": 4834, "tot_pop_pov_det_2050": 4834, "tot_pop_civ_ni_2050": 4834, "tot_hh_2050": 1207, "pop_zvhhs_2050": 66, "tot_fam_2050": 1040, "tot_pop_over5_2050": 4612, "pop_hus_rent50_2050": 19, "pop_minority_2050": 4231, "pop_over75_2050": 235, "pop_spfam_2050": 91, "pop_lep_2050": 641, "pop_below200_2050": 399, "pop_disability_2050": 343, "pct_minority_2050": 0.87525858502275544, "pct_over75_2050": 0.048613984278030618, "pct_spfam_2050": 0.0875, "pct_lep_2050": 0.13898525585429314, "pct_below200_2050": 0.082540339263549853, "pct_disab_2050": 0.070955730244104259, "pct_zvhhs_2050": 0.054681027340513666, "pct_hus_rent50_2050": 0.015741507870753936, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043562648263963999, "pct_minority_2040": 0.85572568470994204, "pct_spfam_2040": 0.059885931558934999, "pct_lep_2040": 0.18864510291789199, "pct_below200_2040": 0.17791675652361397, "pct_disab_2040": 0.091654086693983006, "pct_zvhhs_2040": 0.030807660283097001, "pct_hus_rent50_2040": 0.037005887300251998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.886054000166681, 37.387353000299782 ], [ -121.884464000080087, 37.385530000216022 ], [ -121.88403200025995, 37.385038000167562 ], [ -121.878509999614607, 37.37988400011394 ], [ -121.87306200038573, 37.373791000208982 ], [ -121.868990000084906, 37.378029000279703 ], [ -121.871304999894576, 37.379364000113092 ], [ -121.871663999919789, 37.381188000258639 ], [ -121.870349000192817, 37.382698999860658 ], [ -121.873253000181464, 37.385435999878879 ], [ -121.879160999717868, 37.390981000209315 ], [ -121.881463999831979, 37.388614000300798 ], [ -121.882750999969858, 37.387908999987488 ], [ -121.886054000166681, 37.387353000299782 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504318", "NAME": "Census Tract 5043.18", "state": "06", "county_fips": "085", "tract": "504318", "county_name": "Santa Clara County", "tot_pop_2050": 5929, "tot_pop_pov_det_2050": 5923, "tot_pop_civ_ni_2050": 5929, "tot_hh_2050": 1689, "pop_zvhhs_2050": 35, "tot_fam_2050": 1241, "tot_pop_over5_2050": 5463, "pop_hus_rent50_2050": 26, "pop_minority_2050": 5289, "pop_over75_2050": 211, "pop_spfam_2050": 206, "pop_lep_2050": 1236, "pop_below200_2050": 1995, "pop_disability_2050": 493, "pct_minority_2050": 0.89205599595209983, "pct_over75_2050": 0.035587788834542083, "pct_spfam_2050": 0.16599516518936339, "pct_lep_2050": 0.22624931356397585, "pct_below200_2050": 0.33682255613709272, "pct_disab_2050": 0.083150615618148085, "pct_zvhhs_2050": 0.020722320899940798, "pct_hus_rent50_2050": 0.015393724097098875, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041749109616146002, "pct_minority_2040": 0.883062920459042, "pct_spfam_2040": 0.12877442273534601, "pct_lep_2040": 0.27546051238619501, "pct_below200_2040": 0.38423450188156105, "pct_disab_2040": 0.097744360902255994, "pct_zvhhs_2040": 0.038565629228687004, "pct_hus_rent50_2040": 0.053941908713693004, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.906121999796227, 37.404072999679521 ], [ -121.908901000111399, 37.401725000108677 ], [ -121.901030000219507, 37.367954000093121 ], [ -121.901014000325986, 37.367245999737051 ], [ -121.901350999711553, 37.36502599995562 ], [ -121.901780000056959, 37.364029000251101 ], [ -121.900292999902533, 37.36366200007997 ], [ -121.891472000156654, 37.362900999901974 ], [ -121.886168999794393, 37.362361999908892 ], [ -121.885906999853589, 37.36232800026567 ], [ -121.879992999571087, 37.361617000144285 ], [ -121.87744900033087, 37.361080000139538 ], [ -121.876754999671576, 37.361885999932035 ], [ -121.874509000357207, 37.363418000352098 ], [ -121.876136000253695, 37.365147999803227 ], [ -121.876748999823818, 37.365623999793215 ], [ -121.880201999808435, 37.36778800032689 ], [ -121.880698000101006, 37.368007000113188 ], [ -121.884572000035121, 37.369751000159795 ], [ -121.887121000196515, 37.371492999992867 ], [ -121.888288999610424, 37.372555000012426 ], [ -121.889051000041746, 37.373484000061083 ], [ -121.890549999891746, 37.376507000254037 ], [ -121.892495999630469, 37.377829000207015 ], [ -121.895592999962986, 37.377680999824115 ], [ -121.895445999649894, 37.381867999852119 ], [ -121.895859999926685, 37.382744999942631 ], [ -121.89790699994775, 37.385785000028548 ], [ -121.900682999889881, 37.389622000209314 ], [ -121.900814000309438, 37.389924000276459 ], [ -121.90277299956864, 37.40019900017888 ], [ -121.902862999980357, 37.404406999687168 ], [ -121.904626000319269, 37.404491000219657 ], [ -121.906121999796227, 37.404072999679521 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504319", "NAME": "Census Tract 5043.19", "state": "06", "county_fips": "085", "tract": "504319", "county_name": "Santa Clara County", "tot_pop_2050": 7834, "tot_pop_pov_det_2050": 7834, "tot_pop_civ_ni_2050": 7834, "tot_hh_2050": 2406, "pop_zvhhs_2050": 74, "tot_fam_2050": 1916, "tot_pop_over5_2050": 7420, "pop_hus_rent50_2050": 116, "pop_minority_2050": 7025, "pop_over75_2050": 363, "pop_spfam_2050": 88, "pop_lep_2050": 579, "pop_below200_2050": 1545, "pop_disability_2050": 650, "pct_minority_2050": 0.89673219300485063, "pct_over75_2050": 0.046336482001531787, "pct_spfam_2050": 0.045929018789144051, "pct_lep_2050": 0.07803234501347707, "pct_below200_2050": 0.19721725810569316, "pct_disab_2050": 0.082971661986213946, "pct_zvhhs_2050": 0.030756442227763924, "pct_hus_rent50_2050": 0.048212801330008312, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039875712066287004, "pct_minority_2040": 0.88451579492490906, "pct_spfam_2040": 0.08602150537634401, "pct_lep_2040": 0.141217150760719, "pct_below200_2040": 0.18120369166774999, "pct_disab_2040": 0.072899132461479013, "pct_zvhhs_2040": 0.030891878425510999, "pct_hus_rent50_2040": 0.071027082268779004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.880698000101006, 37.368007000113188 ], [ -121.880201999808435, 37.36778800032689 ], [ -121.876748999823818, 37.365623999793215 ], [ -121.876136000253695, 37.365147999803227 ], [ -121.874509000357207, 37.363418000352098 ], [ -121.869365000003626, 37.366808000080276 ], [ -121.864881999799024, 37.369841000063431 ], [ -121.863250999704576, 37.37093999980781 ], [ -121.86158899964795, 37.372090999687437 ], [ -121.858728000215351, 37.373994000074831 ], [ -121.854757000196841, 37.376782000156034 ], [ -121.854957000213389, 37.376985999888817 ], [ -121.857932000347134, 37.379921999934183 ], [ -121.862864000090283, 37.384669999982265 ], [ -121.864959999616858, 37.382444000260215 ], [ -121.867357000340604, 37.37976799967943 ], [ -121.868990000084906, 37.378029000279703 ], [ -121.87306200038573, 37.373791000208982 ], [ -121.879019000325954, 37.369655999827067 ], [ -121.880698000101006, 37.368007000113188 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504320", "NAME": "Census Tract 5043.20", "state": "06", "county_fips": "085", "tract": "504320", "county_name": "Santa Clara County", "tot_pop_2050": 2954, "tot_pop_pov_det_2050": 2954, "tot_pop_civ_ni_2050": 2954, "tot_hh_2050": 844, "pop_zvhhs_2050": 11, "tot_fam_2050": 727, "tot_pop_over5_2050": 2782, "pop_hus_rent50_2050": 34, "pop_minority_2050": 2395, "pop_over75_2050": 167, "pop_spfam_2050": 8, "pop_lep_2050": 314, "pop_below200_2050": 341, "pop_disability_2050": 223, "pct_minority_2050": 0.81076506431956674, "pct_over75_2050": 0.056533513879485436, "pct_spfam_2050": 0.011004126547455296, "pct_lep_2050": 0.11286843997124373, "pct_below200_2050": 0.11543669600541638, "pct_disab_2050": 0.075490859851049419, "pct_zvhhs_2050": 0.013033175355450236, "pct_hus_rent50_2050": 0.040284360189573459, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052347180006754007, "pct_minority_2040": 0.83856805133400902, "pct_spfam_2040": 0.10407876230660999, "pct_lep_2040": 0.12922748309006801, "pct_below200_2040": 0.20533603512326901, "pct_disab_2040": 0.102668017561635, "pct_zvhhs_2040": 0.030660377358491003, "pct_hus_rent50_2040": 0.027348394768133, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.877501000209378, 37.405583999727391 ], [ -121.875558999770305, 37.399239999878432 ], [ -121.871725000019154, 37.396704000035072 ], [ -121.867778000290087, 37.399258999881496 ], [ -121.864361000290444, 37.401055999883248 ], [ -121.866384000022094, 37.403803999904888 ], [ -121.866763000138775, 37.40432400023235 ], [ -121.869467000110888, 37.408031999945564 ], [ -121.870267000177023, 37.409124000204905 ], [ -121.874124000392726, 37.407238999855615 ], [ -121.877501000209378, 37.405583999727391 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504321", "NAME": "Census Tract 5043.21", "state": "06", "county_fips": "085", "tract": "504321", "county_name": "Santa Clara County", "tot_pop_2050": 5486, "tot_pop_pov_det_2050": 5486, "tot_pop_civ_ni_2050": 5486, "tot_hh_2050": 1647, "pop_zvhhs_2050": 82, "tot_fam_2050": 1337, "tot_pop_over5_2050": 5091, "pop_hus_rent50_2050": 58, "pop_minority_2050": 4833, "pop_over75_2050": 245, "pop_spfam_2050": 67, "pop_lep_2050": 722, "pop_below200_2050": 891, "pop_disability_2050": 331, "pct_minority_2050": 0.88096974115931459, "pct_over75_2050": 0.044659132336857456, "pct_spfam_2050": 0.050112191473448017, "pct_lep_2050": 0.14181889609114126, "pct_below200_2050": 0.16241341596791833, "pct_disab_2050": 0.060335399197958439, "pct_zvhhs_2050": 0.049787492410443231, "pct_hus_rent50_2050": 0.035215543412264724, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028301886792453001, "pct_minority_2040": 0.88993710691823902, "pct_spfam_2040": 0.072383949645948006, "pct_lep_2040": 0.12379642365887199, "pct_below200_2040": 0.15094339622641501, "pct_disab_2040": 0.072697003329634011, "pct_zvhhs_2040": 0.048162230671735994, "pct_hus_rent50_2040": 0.062737642585550993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.875558999770305, 37.399239999878432 ], [ -121.874825999651279, 37.397165999691346 ], [ -121.873808000025235, 37.395274999771367 ], [ -121.872029999617652, 37.393107999667933 ], [ -121.862864000090283, 37.384669999982265 ], [ -121.861777999793858, 37.385789999988191 ], [ -121.860560999976158, 37.38655799982628 ], [ -121.858441999985061, 37.388593999785982 ], [ -121.856206999643035, 37.389684000081289 ], [ -121.857964999959108, 37.391738999848776 ], [ -121.859412999755477, 37.394098999695991 ], [ -121.864361000290444, 37.401055999883248 ], [ -121.867778000290087, 37.399258999881496 ], [ -121.871725000019154, 37.396704000035072 ], [ -121.875558999770305, 37.399239999878432 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504322", "NAME": "Census Tract 5043.22", "state": "06", "county_fips": "085", "tract": "504322", "county_name": "Santa Clara County", "tot_pop_2050": 5513, "tot_pop_pov_det_2050": 5513, "tot_pop_civ_ni_2050": 5513, "tot_hh_2050": 2017, "pop_zvhhs_2050": 65, "tot_fam_2050": 1278, "tot_pop_over5_2050": 5112, "pop_hus_rent50_2050": 70, "pop_minority_2050": 4692, "pop_over75_2050": 110, "pop_spfam_2050": 115, "pop_lep_2050": 412, "pop_below200_2050": 617, "pop_disability_2050": 267, "pct_minority_2050": 0.85107926718664972, "pct_over75_2050": 0.019952838744785054, "pct_spfam_2050": 0.089984350547730824, "pct_lep_2050": 0.080594679186228479, "pct_below200_2050": 0.11191728641393073, "pct_disab_2050": 0.048430981316887362, "pct_zvhhs_2050": 0.032226078334159636, "pct_hus_rent50_2050": 0.034705007436787311, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0068493150684930003, "pct_minority_2040": 0.85483257229832588, "pct_spfam_2040": 0.046604527296937003, "pct_lep_2040": 0.106510094767202, "pct_below200_2040": 0.13774733637747302, "pct_disab_2040": 0.035578386605783996, "pct_zvhhs_2040": 0.042780748663102004, "pct_hus_rent50_2040": 0.063872255489022006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.902862999980357, 37.404406999687168 ], [ -121.90277299956864, 37.40019900017888 ], [ -121.900814000309438, 37.389924000276459 ], [ -121.900682999889881, 37.389622000209314 ], [ -121.89790699994775, 37.385785000028548 ], [ -121.895859999926685, 37.382744999942631 ], [ -121.893675999638234, 37.382886000111078 ], [ -121.892197999704635, 37.383632999997502 ], [ -121.890276000255355, 37.384800000044592 ], [ -121.886054000166681, 37.387353000299782 ], [ -121.882750999969858, 37.387908999987488 ], [ -121.881463999831979, 37.388614000300798 ], [ -121.884712999602115, 37.398664000052776 ], [ -121.885110999985372, 37.399494000347559 ], [ -121.887005999670507, 37.403023000021278 ], [ -121.890580000028962, 37.40331299966455 ], [ -121.892439999553957, 37.403425000323836 ], [ -121.895820999568599, 37.403740999828692 ], [ -121.897818000259278, 37.404271000188508 ], [ -121.902862999980357, 37.404406999687168 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504323", "NAME": "Census Tract 5043.23", "state": "06", "county_fips": "085", "tract": "504323", "county_name": "Santa Clara County", "tot_pop_2050": 6195, "tot_pop_pov_det_2050": 6184, "tot_pop_civ_ni_2050": 6195, "tot_hh_2050": 1851, "pop_zvhhs_2050": 170, "tot_fam_2050": 1367, "tot_pop_over5_2050": 5580, "pop_hus_rent50_2050": 246, "pop_minority_2050": 5747, "pop_over75_2050": 273, "pop_spfam_2050": 119, "pop_lep_2050": 681, "pop_below200_2050": 1180, "pop_disability_2050": 435, "pct_minority_2050": 0.92768361581920911, "pct_over75_2050": 0.044067796610169491, "pct_spfam_2050": 0.087051938551572769, "pct_lep_2050": 0.12204301075268816, "pct_below200_2050": 0.19081500646830529, "pct_disab_2050": 0.070217917675544791, "pct_zvhhs_2050": 0.091842247433819565, "pct_hus_rent50_2050": 0.13290113452188007, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034188034188033997, "pct_minority_2040": 0.93083254194365295, "pct_spfam_2040": 0.062981105668299009, "pct_lep_2040": 0.15419265419265399, "pct_below200_2040": 0.225873015873016, "pct_disab_2040": 0.040228064618308995, "pct_zvhhs_2040": 0.072887907233572996, "pct_hus_rent50_2040": 0.12479293208172301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.890524999777369, 37.40384699991511 ], [ -121.890580000028962, 37.40331299966455 ], [ -121.887005999670507, 37.403023000021278 ], [ -121.885110999985372, 37.399494000347559 ], [ -121.884712999602115, 37.398664000052776 ], [ -121.881463999831979, 37.388614000300798 ], [ -121.879160999717868, 37.390981000209315 ], [ -121.877533999821352, 37.392667000025469 ], [ -121.877132999963365, 37.392966000270178 ], [ -121.873808000025235, 37.395274999771367 ], [ -121.874825999651279, 37.397165999691346 ], [ -121.875558999770305, 37.399239999878432 ], [ -121.877501000209378, 37.405583999727391 ], [ -121.882116999585051, 37.403320000112053 ], [ -121.887876000056835, 37.406952000264994 ], [ -121.890447999784499, 37.404335000277165 ], [ -121.890524999777369, 37.40384699991511 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504410", "NAME": "Census Tract 5044.10", "state": "06", "county_fips": "085", "tract": "504410", "county_name": "Santa Clara County", "tot_pop_2050": 4821, "tot_pop_pov_det_2050": 4815, "tot_pop_civ_ni_2050": 4821, "tot_hh_2050": 1226, "pop_zvhhs_2050": 50, "tot_fam_2050": 981, "tot_pop_over5_2050": 4519, "pop_hus_rent50_2050": 123, "pop_minority_2050": 4335, "pop_over75_2050": 424, "pop_spfam_2050": 68, "pop_lep_2050": 834, "pop_below200_2050": 925, "pop_disability_2050": 560, "pct_minority_2050": 0.89919103920348475, "pct_over75_2050": 0.087948558390375436, "pct_spfam_2050": 0.06931702344546381, "pct_lep_2050": 0.18455410489046248, "pct_below200_2050": 0.19210799584631361, "pct_disab_2050": 0.11615847334577888, "pct_zvhhs_2050": 0.040783034257748776, "pct_hus_rent50_2050": 0.10032626427406199, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056332236842105005, "pct_minority_2040": 0.85423519736842091, "pct_spfam_2040": 0.14807302231237301, "pct_lep_2040": 0.18971983234061301, "pct_below200_2040": 0.25123355263157898, "pct_disab_2040": 0.07545230263157901, "pct_zvhhs_2040": 0.11047463175122801, "pct_hus_rent50_2040": 0.057024793388430001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.889121000361953, 37.407737999790797 ], [ -121.887876000056835, 37.406952000264994 ], [ -121.882116999585051, 37.403320000112053 ], [ -121.877501000209378, 37.405583999727391 ], [ -121.874124000392726, 37.407238999855615 ], [ -121.870267000177023, 37.409124000204905 ], [ -121.874433000189228, 37.414369999777179 ], [ -121.875044999934403, 37.416007000146386 ], [ -121.880261000257988, 37.414515999862466 ], [ -121.880042999799798, 37.413840000223111 ], [ -121.881155000035477, 37.411512999686792 ], [ -121.884348999554035, 37.409668000013745 ], [ -121.884247000345098, 37.409260999849472 ], [ -121.889121000361953, 37.407737999790797 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504411", "NAME": "Census Tract 5044.11", "state": "06", "county_fips": "085", "tract": "504411", "county_name": "Santa Clara County", "tot_pop_2050": 5836, "tot_pop_pov_det_2050": 5836, "tot_pop_civ_ni_2050": 5836, "tot_hh_2050": 1530, "pop_zvhhs_2050": 28, "tot_fam_2050": 1267, "tot_pop_over5_2050": 5637, "pop_hus_rent50_2050": 72, "pop_minority_2050": 4939, "pop_over75_2050": 335, "pop_spfam_2050": 192, "pop_lep_2050": 695, "pop_below200_2050": 566, "pop_disability_2050": 471, "pct_minority_2050": 0.84629883481836876, "pct_over75_2050": 0.057402330363262512, "pct_spfam_2050": 0.1515390686661405, "pct_lep_2050": 0.12329253148838035, "pct_below200_2050": 0.09698423577793007, "pct_disab_2050": 0.080705962988348187, "pct_zvhhs_2050": 0.018300653594771243, "pct_hus_rent50_2050": 0.047058823529411764, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053936114505149006, "pct_minority_2040": 0.79525222551928798, "pct_spfam_2040": 0.15477084898572502, "pct_lep_2040": 0.209285322610126, "pct_below200_2040": 0.19752008382815198, "pct_disab_2040": 0.083958806074359002, "pct_zvhhs_2040": 0.052530429212044004, "pct_hus_rent50_2040": 0.030322580645160999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.875044999934403, 37.416007000146386 ], [ -121.874433000189228, 37.414369999777179 ], [ -121.870267000177023, 37.409124000204905 ], [ -121.86250800043814, 37.412922000237288 ], [ -121.858821999926661, 37.414726000150708 ], [ -121.856379999895381, 37.415922000093509 ], [ -121.854144999553327, 37.417012999917226 ], [ -121.855522000102894, 37.418884999886302 ], [ -121.857010999907146, 37.420883999689863 ], [ -121.858802999660114, 37.421765000059651 ], [ -121.860355000111852, 37.422560000185484 ], [ -121.861088000230865, 37.42202000000993 ], [ -121.867656000091358, 37.419126000289452 ], [ -121.874037000354093, 37.416366000052875 ], [ -121.875044999934403, 37.416007000146386 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504412", "NAME": "Census Tract 5044.12", "state": "06", "county_fips": "085", "tract": "504412", "county_name": "Santa Clara County", "tot_pop_2050": 4951, "tot_pop_pov_det_2050": 4918, "tot_pop_civ_ni_2050": 4923, "tot_hh_2050": 1286, "pop_zvhhs_2050": 38, "tot_fam_2050": 1066, "tot_pop_over5_2050": 4673, "pop_hus_rent50_2050": 117, "pop_minority_2050": 4352, "pop_over75_2050": 207, "pop_spfam_2050": 121, "pop_lep_2050": 654, "pop_below200_2050": 989, "pop_disability_2050": 395, "pct_minority_2050": 0.87901434053726524, "pct_over75_2050": 0.041809735406988485, "pct_spfam_2050": 0.11350844277673545, "pct_lep_2050": 0.13995292103573725, "pct_below200_2050": 0.20109800732004879, "pct_disab_2050": 0.080235628681698146, "pct_zvhhs_2050": 0.029548989113530325, "pct_hus_rent50_2050": 0.090979782270606518, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033441620485380998, "pct_minority_2040": 0.86202942862602694, "pct_spfam_2040": 0.14116652578191, "pct_lep_2040": 0.20582950688760199, "pct_below200_2040": 0.25891829689298002, "pct_disab_2040": 0.050545663411832004, "pct_zvhhs_2040": 0.037313432835820996, "pct_hus_rent50_2040": 0.088059701492536988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.889964999910731, 37.444930000095404 ], [ -121.890144999835769, 37.442620999797612 ], [ -121.888803000344637, 37.435877999928707 ], [ -121.888349999709774, 37.434650000322641 ], [ -121.884290000002821, 37.435610000290602 ], [ -121.881666000396649, 37.436169000080568 ], [ -121.879503000024627, 37.436642999905523 ], [ -121.876000999636162, 37.437420000103955 ], [ -121.872735999972519, 37.438216000189023 ], [ -121.872801000269845, 37.438325000000404 ], [ -121.875361000301893, 37.442739999776521 ], [ -121.876137000078614, 37.444095000112704 ], [ -121.878452999713204, 37.443594000072046 ], [ -121.879617999652339, 37.443341000020979 ], [ -121.886321999955285, 37.441894000083927 ], [ -121.889066000110375, 37.441296000235262 ], [ -121.889964999910731, 37.444930000095404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504413", "NAME": "Census Tract 5044.13", "state": "06", "county_fips": "085", "tract": "504413", "county_name": "Santa Clara County", "tot_pop_2050": 1923, "tot_pop_pov_det_2050": 1923, "tot_pop_civ_ni_2050": 1918, "tot_hh_2050": 727, "pop_zvhhs_2050": 103, "tot_fam_2050": 498, "tot_pop_over5_2050": 1780, "pop_hus_rent50_2050": 117, "pop_minority_2050": 1645, "pop_over75_2050": 228, "pop_spfam_2050": 8, "pop_lep_2050": 252, "pop_below200_2050": 276, "pop_disability_2050": 309, "pct_minority_2050": 0.85543421736869474, "pct_over75_2050": 0.11856474258970361, "pct_spfam_2050": 0.016064257028112448, "pct_lep_2050": 0.14157303370786514, "pct_below200_2050": 0.14352574102964119, "pct_disab_2050": 0.16110531803962461, "pct_zvhhs_2050": 0.14167812929848694, "pct_hus_rent50_2050": 0.1609353507565337, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.153153153153153, "pct_minority_2040": 0.88175675675675702, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.16987951807228902, "pct_below200_2040": 0.13175675675675699, "pct_disab_2040": 0.135135135135135, "pct_zvhhs_2040": 0.120343839541547, "pct_hus_rent50_2040": 0.13609467455621302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.909178999945738, 37.442581999727359 ], [ -121.908357999963172, 37.440753999745539 ], [ -121.906007000168501, 37.431544999734285 ], [ -121.899519999600557, 37.432230000106628 ], [ -121.900822999631941, 37.434913000296845 ], [ -121.901733000201276, 37.439015000351318 ], [ -121.904228999760932, 37.440648999798128 ], [ -121.906624999761476, 37.444653999997882 ], [ -121.909178999945738, 37.442581999727359 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504414", "NAME": "Census Tract 5044.14", "state": "06", "county_fips": "085", "tract": "504414", "county_name": "Santa Clara County", "tot_pop_2050": 5536, "tot_pop_pov_det_2050": 5488, "tot_pop_civ_ni_2050": 5536, "tot_hh_2050": 1626, "pop_zvhhs_2050": 28, "tot_fam_2050": 1343, "tot_pop_over5_2050": 5301, "pop_hus_rent50_2050": 0, "pop_minority_2050": 4884, "pop_over75_2050": 381, "pop_spfam_2050": 61, "pop_lep_2050": 482, "pop_below200_2050": 740, "pop_disability_2050": 449, "pct_minority_2050": 0.88222543352601157, "pct_over75_2050": 0.068822254335260111, "pct_spfam_2050": 0.045420699925539834, "pct_lep_2050": 0.090926240332012839, "pct_below200_2050": 0.13483965014577259, "pct_disab_2050": 0.081105491329479765, "pct_zvhhs_2050": 0.017220172201722016, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053056318681318999, "pct_minority_2040": 0.88925137362637396, "pct_spfam_2040": 0.1, "pct_lep_2040": 0.098609355246523006, "pct_below200_2040": 0.13378448724622599, "pct_disab_2040": 0.045501373626373999, "pct_zvhhs_2040": 0.026955950032872995, "pct_hus_rent50_2040": 0.028131279303415999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.905231000391794, 37.445886999710922 ], [ -121.906624999761476, 37.444653999997882 ], [ -121.904228999760932, 37.440648999798128 ], [ -121.901733000201276, 37.439015000351318 ], [ -121.900822999631941, 37.434913000296845 ], [ -121.899519999600557, 37.432230000106628 ], [ -121.892617999829213, 37.433703999663827 ], [ -121.888349999709774, 37.434650000322641 ], [ -121.888803000344637, 37.435877999928707 ], [ -121.890144999835769, 37.442620999797612 ], [ -121.89107899979625, 37.447149000056484 ], [ -121.894012999922097, 37.446892000344121 ], [ -121.900190999795271, 37.446540999760273 ], [ -121.904031000292548, 37.446272999796747 ], [ -121.905231000391794, 37.445886999710922 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504415", "NAME": "Census Tract 5044.15", "state": "06", "county_fips": "085", "tract": "504415", "county_name": "Santa Clara County", "tot_pop_2050": 5769, "tot_pop_pov_det_2050": 5764, "tot_pop_civ_ni_2050": 5769, "tot_hh_2050": 1604, "pop_zvhhs_2050": 41, "tot_fam_2050": 1412, "tot_pop_over5_2050": 5399, "pop_hus_rent50_2050": 84, "pop_minority_2050": 5008, "pop_over75_2050": 291, "pop_spfam_2050": 101, "pop_lep_2050": 372, "pop_below200_2050": 936, "pop_disability_2050": 442, "pct_minority_2050": 0.86808805685560753, "pct_over75_2050": 0.050442017680707225, "pct_spfam_2050": 0.071529745042492932, "pct_lep_2050": 0.0689016484534173, "pct_below200_2050": 0.16238723108952116, "pct_disab_2050": 0.076616397989252905, "pct_zvhhs_2050": 0.025561097256857856, "pct_hus_rent50_2050": 0.052369077306733167, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063354515694204, "pct_minority_2040": 0.81917966493356409, "pct_spfam_2040": 0.050613496932514997, "pct_lep_2040": 0.097047284740863007, "pct_below200_2040": 0.118236087040246, "pct_disab_2040": 0.067590987868284005, "pct_zvhhs_2040": 0.028571428571429001, "pct_hus_rent50_2040": 0.041554959785522996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.878800000042858, 37.428197000222553 ], [ -121.880934000102542, 37.426948999890385 ], [ -121.877445999957814, 37.423155000011256 ], [ -121.87572899964961, 37.424067999870026 ], [ -121.870893000165921, 37.425104000225424 ], [ -121.870078999856062, 37.424808999834951 ], [ -121.869467000110888, 37.423812000275611 ], [ -121.867989000177289, 37.419645000315157 ], [ -121.867656000091358, 37.419126000289452 ], [ -121.861088000230865, 37.42202000000993 ], [ -121.862135999994152, 37.423754999669917 ], [ -121.86214299966683, 37.423805999800869 ], [ -121.862903000448355, 37.427704999928061 ], [ -121.864038000250261, 37.431655000081172 ], [ -121.871483999994723, 37.42998700008166 ], [ -121.872381999970187, 37.429697999674069 ], [ -121.87327200044804, 37.429501000156321 ], [ -121.878800000042858, 37.428197000222553 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504416", "NAME": "Census Tract 5044.16", "state": "06", "county_fips": "085", "tract": "504416", "county_name": "Santa Clara County", "tot_pop_2050": 3803, "tot_pop_pov_det_2050": 3791, "tot_pop_civ_ni_2050": 3803, "tot_hh_2050": 1113, "pop_zvhhs_2050": 10, "tot_fam_2050": 913, "tot_pop_over5_2050": 3567, "pop_hus_rent50_2050": 25, "pop_minority_2050": 3402, "pop_over75_2050": 140, "pop_spfam_2050": 56, "pop_lep_2050": 311, "pop_below200_2050": 457, "pop_disability_2050": 227, "pct_minority_2050": 0.8945569287404681, "pct_over75_2050": 0.036813042334998686, "pct_spfam_2050": 0.061336254107338437, "pct_lep_2050": 0.087188113260442943, "pct_below200_2050": 0.12054866789765235, "pct_disab_2050": 0.059689718643176438, "pct_zvhhs_2050": 0.0089847259658580418, "pct_hus_rent50_2050": 0.022461814914645103, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019994367783722999, "pct_minority_2040": 0.87524640946212295, "pct_spfam_2040": 0.15509259259259303, "pct_lep_2040": 0.10202827289489901, "pct_below200_2040": 0.16586876936074302, "pct_disab_2040": 0.046465784286117001, "pct_zvhhs_2040": 0.006451612903225999, "pct_hus_rent50_2040": 0.058713886300092992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.883735999983955, 37.425769999916191 ], [ -121.883288000270298, 37.424756000016451 ], [ -121.880261000257988, 37.414515999862466 ], [ -121.875044999934403, 37.416007000146386 ], [ -121.874037000354093, 37.416366000052875 ], [ -121.867656000091358, 37.419126000289452 ], [ -121.867989000177289, 37.419645000315157 ], [ -121.869467000110888, 37.423812000275611 ], [ -121.870078999856062, 37.424808999834951 ], [ -121.870893000165921, 37.425104000225424 ], [ -121.87572899964961, 37.424067999870026 ], [ -121.877445999957814, 37.423155000011256 ], [ -121.880934000102542, 37.426948999890385 ], [ -121.881786000047242, 37.426495999867583 ], [ -121.883735999983955, 37.425769999916191 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504417", "NAME": "Census Tract 5044.17", "state": "06", "county_fips": "085", "tract": "504417", "county_name": "Santa Clara County", "tot_pop_2050": 279, "tot_pop_pov_det_2050": 279, "tot_pop_civ_ni_2050": 279, "tot_hh_2050": 105, "pop_zvhhs_2050": 0, "tot_fam_2050": 79, "tot_pop_over5_2050": 257, "pop_hus_rent50_2050": 0, "pop_minority_2050": 160, "pop_over75_2050": 17, "pop_spfam_2050": 4, "pop_lep_2050": 11, "pop_below200_2050": 23, "pop_disability_2050": 30, "pct_minority_2050": 0.57347670250896055, "pct_over75_2050": 0.06093189964157706, "pct_spfam_2050": 0.050632911392405063, "pct_lep_2050": 0.042801556420233457, "pct_below200_2050": 0.082437275985663069, "pct_disab_2050": 0.10752688172043012, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.115384615384615, "pct_minority_2040": 0.56593406593406603, "pct_spfam_2040": 0.16666666666666699, "pct_lep_2040": 0.17771084337349399, "pct_below200_2040": 0.29597701149425298, "pct_disab_2040": 0.076923076923076997, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.872735999972519, 37.438216000189023 ], [ -121.870153000374231, 37.435918999998989 ], [ -121.867205000004645, 37.434787000351314 ], [ -121.866009999928266, 37.434360000028278 ], [ -121.865756000383357, 37.434258999902973 ], [ -121.864634999926849, 37.433499000154136 ], [ -121.864038000250261, 37.431655000081172 ], [ -121.862903000448355, 37.427704999928061 ], [ -121.86214299966683, 37.423805999800869 ], [ -121.862135999994152, 37.423754999669917 ], [ -121.861088000230865, 37.42202000000993 ], [ -121.860355000111852, 37.422560000185484 ], [ -121.858802999660114, 37.421765000059651 ], [ -121.857010999907146, 37.420883999689863 ], [ -121.855522000102894, 37.418884999886302 ], [ -121.854983000152657, 37.419180000072146 ], [ -121.854931000274121, 37.41959799979427 ], [ -121.85447000014166, 37.420262999699851 ], [ -121.854450000050193, 37.42096100007079 ], [ -121.85361599964881, 37.421384000278536 ], [ -121.852996000406037, 37.421900999903379 ], [ -121.852527999702545, 37.421845999718322 ], [ -121.851197999906987, 37.421989999767085 ], [ -121.850577999765889, 37.421571999841674 ], [ -121.849736999691828, 37.42034199978113 ], [ -121.848279999674631, 37.419926999967444 ], [ -121.847021999849076, 37.418540000117474 ], [ -121.845036999752267, 37.419452000340804 ], [ -121.843272999588407, 37.419493999675204 ], [ -121.841719000385126, 37.420947999854526 ], [ -121.83893099984914, 37.421338999884277 ], [ -121.832689000401899, 37.423157999918033 ], [ -121.831158999691468, 37.423153000311132 ], [ -121.830237000324843, 37.425212999870126 ], [ -121.832952000167623, 37.429596999678267 ], [ -121.83089299955266, 37.431817000025426 ], [ -121.823472999747466, 37.431894999952746 ], [ -121.824575999762331, 37.432529000114826 ], [ -121.819900000112227, 37.435479999923537 ], [ -121.819029999725871, 37.437129999843386 ], [ -121.81937000038279, 37.437910000007541 ], [ -121.821150000440184, 37.438850000303511 ], [ -121.825939999893109, 37.439960000230656 ], [ -121.828980000324208, 37.439719999829478 ], [ -121.832470000118775, 37.438340000060172 ], [ -121.834919999647667, 37.438519999829651 ], [ -121.836030000233535, 37.442110000338097 ], [ -121.837440000395077, 37.443140000278298 ], [ -121.840619999669926, 37.44439000009924 ], [ -121.842660000018299, 37.444930000095404 ], [ -121.844796999552756, 37.447595999897757 ], [ -121.847173000360115, 37.448656000177657 ], [ -121.851486999611978, 37.446952000114543 ], [ -121.855035999856099, 37.446045999813798 ], [ -121.857706000391318, 37.445984000226538 ], [ -121.858925999683748, 37.444905000056146 ], [ -121.862176000177129, 37.444411999829207 ], [ -121.863776000309457, 37.443703999827427 ], [ -121.865121999998578, 37.442488000352398 ], [ -121.865864000338391, 37.440770999974518 ], [ -121.868324999737936, 37.439150000249576 ], [ -121.872735999972519, 37.438216000189023 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504418", "NAME": "Census Tract 5044.18", "state": "06", "county_fips": "085", "tract": "504418", "county_name": "Santa Clara County", "tot_pop_2050": 5209, "tot_pop_pov_det_2050": 5203, "tot_pop_civ_ni_2050": 5203, "tot_hh_2050": 1403, "pop_zvhhs_2050": 64, "tot_fam_2050": 1200, "tot_pop_over5_2050": 4989, "pop_hus_rent50_2050": 185, "pop_minority_2050": 4621, "pop_over75_2050": 196, "pop_spfam_2050": 164, "pop_lep_2050": 555, "pop_below200_2050": 1162, "pop_disability_2050": 436, "pct_minority_2050": 0.88711844883854862, "pct_over75_2050": 0.037627183720483778, "pct_spfam_2050": 0.13666666666666666, "pct_lep_2050": 0.11124473842453396, "pct_below200_2050": 0.22333269267730155, "pct_disab_2050": 0.083797808956371331, "pct_zvhhs_2050": 0.045616535994297935, "pct_hus_rent50_2050": 0.13186029935851745, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030637025966747999, "pct_minority_2040": 0.92060526807397713, "pct_spfam_2040": 0.16328413284132801, "pct_lep_2040": 0.196043521266073, "pct_below200_2040": 0.36798803290949894, "pct_disab_2040": 0.080029917726252994, "pct_zvhhs_2040": 0.039463299131807003, "pct_hus_rent50_2040": 0.20599842146803501, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.884290000002821, 37.435610000290602 ], [ -121.888349999709774, 37.434650000322641 ], [ -121.883735999983955, 37.425769999916191 ], [ -121.881786000047242, 37.426495999867583 ], [ -121.880934000102542, 37.426948999890385 ], [ -121.878800000042858, 37.428197000222553 ], [ -121.87327200044804, 37.429501000156321 ], [ -121.876000999636162, 37.437420000103955 ], [ -121.879503000024627, 37.436642999905523 ], [ -121.881666000396649, 37.436169000080568 ], [ -121.884290000002821, 37.435610000290602 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504420", "NAME": "Census Tract 5044.20", "state": "06", "county_fips": "085", "tract": "504420", "county_name": "Santa Clara County", "tot_pop_2050": 4438, "tot_pop_pov_det_2050": 4438, "tot_pop_civ_ni_2050": 4438, "tot_hh_2050": 1425, "pop_zvhhs_2050": 34, "tot_fam_2050": 1177, "tot_pop_over5_2050": 4290, "pop_hus_rent50_2050": 21, "pop_minority_2050": 3708, "pop_over75_2050": 336, "pop_spfam_2050": 23, "pop_lep_2050": 489, "pop_below200_2050": 480, "pop_disability_2050": 271, "pct_minority_2050": 0.83551149166291128, "pct_over75_2050": 0.075709779179810727, "pct_spfam_2050": 0.019541206457094309, "pct_lep_2050": 0.113986013986014, "pct_below200_2050": 0.10815682739972959, "pct_disab_2050": 0.06106354213609734, "pct_zvhhs_2050": 0.023859649122807015, "pct_hus_rent50_2050": 0.014736842105263159, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030145530145529998, "pct_minority_2040": 0.80706860706860706, "pct_spfam_2040": 0.084990958408679998, "pct_lep_2040": 0.11803567496146199, "pct_below200_2040": 0.10020790020789999, "pct_disab_2040": 0.047193347193347002, "pct_zvhhs_2040": 0.023741007194244997, "pct_hus_rent50_2040": 0.040381791483112994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.903916999591402, 37.464540000017053 ], [ -121.901082999922963, 37.461002000047593 ], [ -121.897299000400523, 37.456786000259306 ], [ -121.892338000345035, 37.450883000278267 ], [ -121.89107899979625, 37.447149000056484 ], [ -121.890144999835769, 37.442620999797612 ], [ -121.889964999910731, 37.444930000095404 ], [ -121.889066000110375, 37.441296000235262 ], [ -121.886321999955285, 37.441894000083927 ], [ -121.879617999652339, 37.443341000020979 ], [ -121.878452999713204, 37.443594000072046 ], [ -121.876137000078614, 37.444095000112704 ], [ -121.875361000301893, 37.442739999776521 ], [ -121.872801000269845, 37.438325000000404 ], [ -121.872735999972519, 37.438216000189023 ], [ -121.868324999737936, 37.439150000249576 ], [ -121.865864000338391, 37.440770999974518 ], [ -121.865121999998578, 37.442488000352398 ], [ -121.863776000309457, 37.443703999827427 ], [ -121.862176000177129, 37.444411999829207 ], [ -121.858925999683748, 37.444905000056146 ], [ -121.857706000391318, 37.445984000226538 ], [ -121.855035999856099, 37.446045999813798 ], [ -121.851486999611978, 37.446952000114543 ], [ -121.847173000360115, 37.448656000177657 ], [ -121.844796999552756, 37.447595999897757 ], [ -121.842660000018299, 37.444930000095404 ], [ -121.840619999669926, 37.44439000009924 ], [ -121.839150000132264, 37.447640000318515 ], [ -121.840409999607644, 37.448019999957793 ], [ -121.842120000243128, 37.450110000198656 ], [ -121.83994000015268, 37.451640000145375 ], [ -121.841059999885999, 37.452269999920581 ], [ -121.841379999553112, 37.45415000014777 ], [ -121.840760000310325, 37.454830000063346 ], [ -121.843399999810018, 37.456919999712802 ], [ -121.842229999848016, 37.458439999917751 ], [ -121.84218999966501, 37.45985999980892 ], [ -121.84328000015941, 37.460309999832262 ], [ -121.843510000313188, 37.461870000005398 ], [ -121.844939999667886, 37.462499999885914 ], [ -121.844910000428996, 37.465559999887148 ], [ -121.846600000074673, 37.4663000000862 ], [ -121.846830000228451, 37.468490000086327 ], [ -121.848059999566587, 37.471449999911833 ], [ -121.851079999906176, 37.47651999988436 ], [ -121.85209000003465, 37.48048000004497 ], [ -121.855290000299306, 37.483070000256554 ], [ -121.85576200030242, 37.48453700032934 ], [ -121.86338899979684, 37.48461699965862 ], [ -121.865266999763506, 37.484637000190375 ], [ -121.867784000137874, 37.483033000132032 ], [ -121.869934000091106, 37.481679999813878 ], [ -121.871047000151719, 37.479241000049555 ], [ -121.874008999866703, 37.477407000168938 ], [ -121.875204999767973, 37.475215000044997 ], [ -121.877235999895532, 37.475226999878558 ], [ -121.880251000212255, 37.471548000343361 ], [ -121.882602999831846, 37.470553999786638 ], [ -121.885966000303128, 37.471374999982253 ], [ -121.889352000340637, 37.470102000231208 ], [ -121.890759000129123, 37.468038000171134 ], [ -121.891385999942912, 37.46784999968564 ], [ -121.898038000367293, 37.466768000215723 ], [ -121.898973000152694, 37.465845000142146 ], [ -121.903916999591402, 37.464540000017053 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504421", "NAME": "Census Tract 5044.21", "state": "06", "county_fips": "085", "tract": "504421", "county_name": "Santa Clara County", "tot_pop_2050": 5443, "tot_pop_pov_det_2050": 5443, "tot_pop_civ_ni_2050": 5443, "tot_hh_2050": 1389, "pop_zvhhs_2050": 6, "tot_fam_2050": 1264, "tot_pop_over5_2050": 5180, "pop_hus_rent50_2050": 6, "pop_minority_2050": 5005, "pop_over75_2050": 340, "pop_spfam_2050": 58, "pop_lep_2050": 448, "pop_below200_2050": 444, "pop_disability_2050": 430, "pct_minority_2050": 0.91952967113724038, "pct_over75_2050": 0.062465552085247115, "pct_spfam_2050": 0.04588607594936709, "pct_lep_2050": 0.086486486486486491, "pct_below200_2050": 0.081572662134852106, "pct_disab_2050": 0.07900055116663604, "pct_zvhhs_2050": 0.0043196544276457895, "pct_hus_rent50_2050": 0.0043196544276457895, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055182860852629002, "pct_minority_2040": 0.86193464618047999, "pct_spfam_2040": 0.10424028268551198, "pct_lep_2040": 0.13481112870391301, "pct_below200_2040": 0.20493399697035303, "pct_disab_2040": 0.11101493183293701, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.070401211203634004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.910382000418039, 37.452510000001332 ], [ -121.908932000073534, 37.446667999777645 ], [ -121.90862099972891, 37.446259999696906 ], [ -121.906624999761476, 37.444653999997882 ], [ -121.905231000391794, 37.445886999710922 ], [ -121.904031000292548, 37.446272999796747 ], [ -121.900190999795271, 37.446540999760273 ], [ -121.894012999922097, 37.446892000344121 ], [ -121.89107899979625, 37.447149000056484 ], [ -121.892338000345035, 37.450883000278267 ], [ -121.897299000400523, 37.456786000259306 ], [ -121.901082999922963, 37.461002000047593 ], [ -121.904162999638686, 37.459952000030732 ], [ -121.901487999978912, 37.456606999981474 ], [ -121.902550999810799, 37.456112000324936 ], [ -121.902257999907832, 37.454758999713135 ], [ -121.90589300036568, 37.453736999809387 ], [ -121.910382000418039, 37.452510000001332 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504422", "NAME": "Census Tract 5044.22", "state": "06", "county_fips": "085", "tract": "504422", "county_name": "Santa Clara County", "tot_pop_2050": 3812, "tot_pop_pov_det_2050": 3811, "tot_pop_civ_ni_2050": 3812, "tot_hh_2050": 1045, "pop_zvhhs_2050": 72, "tot_fam_2050": 844, "tot_pop_over5_2050": 3667, "pop_hus_rent50_2050": 37, "pop_minority_2050": 3568, "pop_over75_2050": 358, "pop_spfam_2050": 120, "pop_lep_2050": 515, "pop_below200_2050": 629, "pop_disability_2050": 341, "pct_minority_2050": 0.93599160545645321, "pct_over75_2050": 0.093913955928646375, "pct_spfam_2050": 0.14218009478672985, "pct_lep_2050": 0.14044177802018001, "pct_below200_2050": 0.1650485436893204, "pct_disab_2050": 0.089454354669464831, "pct_zvhhs_2050": 0.068899521531100474, "pct_hus_rent50_2050": 0.035406698564593303, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065939771547248005, "pct_minority_2040": 0.82580477673935593, "pct_spfam_2040": 0.14169570267131198, "pct_lep_2040": 0.19333333333333302, "pct_below200_2040": 0.28426527958387504, "pct_disab_2040": 0.16718587746625102, "pct_zvhhs_2040": 0.062439024390244, "pct_hus_rent50_2040": 0.074148296593185989, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.912652000021879, 37.460649999654322 ], [ -121.911988000398154, 37.459535999769592 ], [ -121.911488999732555, 37.457493000068929 ], [ -121.910382000418039, 37.452510000001332 ], [ -121.90589300036568, 37.453736999809387 ], [ -121.902257999907832, 37.454758999713135 ], [ -121.902550999810799, 37.456112000324936 ], [ -121.901487999978912, 37.456606999981474 ], [ -121.904162999638686, 37.459952000030732 ], [ -121.901082999922963, 37.461002000047593 ], [ -121.903916999591402, 37.464540000017053 ], [ -121.911332000272026, 37.462236000222212 ], [ -121.912652000021879, 37.460649999654322 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504423", "NAME": "Census Tract 5044.23", "state": "06", "county_fips": "085", "tract": "504423", "county_name": "Santa Clara County", "tot_pop_2050": 2675, "tot_pop_pov_det_2050": 2665, "tot_pop_civ_ni_2050": 2675, "tot_hh_2050": 686, "pop_zvhhs_2050": 33, "tot_fam_2050": 578, "tot_pop_over5_2050": 2575, "pop_hus_rent50_2050": 16, "pop_minority_2050": 2167, "pop_over75_2050": 213, "pop_spfam_2050": 23, "pop_lep_2050": 328, "pop_below200_2050": 420, "pop_disability_2050": 341, "pct_minority_2050": 0.81009345794392529, "pct_over75_2050": 0.079626168224299063, "pct_spfam_2050": 0.039792387543252594, "pct_lep_2050": 0.12737864077669905, "pct_below200_2050": 0.1575984990619137, "pct_disab_2050": 0.12747663551401869, "pct_zvhhs_2050": 0.048104956268221567, "pct_hus_rent50_2050": 0.023323615160349854, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064919827923347995, "pct_minority_2040": 0.78685960109503295, "pct_spfam_2040": 0.079391891891891997, "pct_lep_2040": 0.153559602649007, "pct_below200_2040": 0.17637856863511897, "pct_disab_2040": 0.11810715682440399, "pct_zvhhs_2040": 0.045521292217328001, "pct_hus_rent50_2040": 0.071216617210682009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.876000999636162, 37.437420000103955 ], [ -121.87327200044804, 37.429501000156321 ], [ -121.872381999970187, 37.429697999674069 ], [ -121.871483999994723, 37.42998700008166 ], [ -121.864038000250261, 37.431655000081172 ], [ -121.864634999926849, 37.433499000154136 ], [ -121.865756000383357, 37.434258999902973 ], [ -121.866009999928266, 37.434360000028278 ], [ -121.867205000004645, 37.434787000351314 ], [ -121.870153000374231, 37.435918999998989 ], [ -121.872735999972519, 37.438216000189023 ], [ -121.876000999636162, 37.437420000103955 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504504", "NAME": "Census Tract 5045.04", "state": "06", "county_fips": "085", "tract": "504504", "county_name": "Santa Clara County", "tot_pop_2050": 11414, "tot_pop_pov_det_2050": 9395, "tot_pop_civ_ni_2050": 9395, "tot_hh_2050": 3348, "pop_zvhhs_2050": 234, "tot_fam_2050": 2475, "tot_pop_over5_2050": 10480, "pop_hus_rent50_2050": 271, "pop_minority_2050": 10371, "pop_over75_2050": 225, "pop_spfam_2050": 257, "pop_lep_2050": 1038, "pop_below200_2050": 1320, "pop_disability_2050": 358, "pct_minority_2050": 0.90862099176449962, "pct_over75_2050": 0.01971263360785001, "pct_spfam_2050": 0.10383838383838384, "pct_lep_2050": 0.099045801526717561, "pct_below200_2050": 0.14050026609898886, "pct_disab_2050": 0.038105375199574236, "pct_zvhhs_2050": 0.069892473118279563, "pct_hus_rent50_2050": 0.080943847072879327, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.012113746021968999, "pct_minority_2040": 0.87106046607124488, "pct_spfam_2040": 0.081347150259066997, "pct_lep_2040": 0.10416200492280198, "pct_below200_2040": 0.11246240355695, "pct_disab_2040": 0.037071240105540998, "pct_zvhhs_2040": 0.086800573888092009, "pct_hus_rent50_2040": 0.06496769562096201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.916330999962341, 37.425595999778153 ], [ -121.914757999594187, 37.420944999859152 ], [ -121.91292599965827, 37.415551999662554 ], [ -121.91081199969004, 37.415801999980445 ], [ -121.905310999859395, 37.415642999837793 ], [ -121.904075999600053, 37.415328999785082 ], [ -121.894778999653099, 37.41048899990821 ], [ -121.894278000236014, 37.410265000275963 ], [ -121.889121000361953, 37.407737999790797 ], [ -121.884247000345098, 37.409260999849472 ], [ -121.884348999554035, 37.409668000013745 ], [ -121.881155000035477, 37.411512999686792 ], [ -121.880042999799798, 37.413840000223111 ], [ -121.880261000257988, 37.414515999862466 ], [ -121.883288000270298, 37.424756000016451 ], [ -121.883735999983955, 37.425769999916191 ], [ -121.888349999709774, 37.434650000322641 ], [ -121.892617999829213, 37.433703999663827 ], [ -121.899519999600557, 37.432230000106628 ], [ -121.906007000168501, 37.431544999734285 ], [ -121.907778999829944, 37.430965000355002 ], [ -121.908941000294377, 37.430080000064407 ], [ -121.909178000120846, 37.429922999796318 ], [ -121.910216999663291, 37.427733999875613 ], [ -121.911102000118262, 37.427071000284677 ], [ -121.916330999962341, 37.425595999778153 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504505", "NAME": "Census Tract 5045.05", "state": "06", "county_fips": "085", "tract": "504505", "county_name": "Santa Clara County", "tot_pop_2050": 7758, "tot_pop_pov_det_2050": 7725, "tot_pop_civ_ni_2050": 7758, "tot_hh_2050": 2504, "pop_zvhhs_2050": 131, "tot_fam_2050": 1939, "tot_pop_over5_2050": 7168, "pop_hus_rent50_2050": 122, "pop_minority_2050": 6885, "pop_over75_2050": 438, "pop_spfam_2050": 138, "pop_lep_2050": 586, "pop_below200_2050": 1724, "pop_disability_2050": 557, "pct_minority_2050": 0.88747099767981441, "pct_over75_2050": 0.056457849961330235, "pct_spfam_2050": 0.071170706549767926, "pct_lep_2050": 0.081752232142857137, "pct_below200_2050": 0.2231715210355987, "pct_disab_2050": 0.071796854859499881, "pct_zvhhs_2050": 0.05231629392971246, "pct_hus_rent50_2050": 0.048722044728434506, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026122291021672003, "pct_minority_2040": 0.85023219814241502, "pct_spfam_2040": 0.10675182481751802, "pct_lep_2040": 0.11581385554853699, "pct_below200_2040": 0.207236842105263, "pct_disab_2040": 0.079721362229102005, "pct_zvhhs_2040": 0.050071530758225999, "pct_hus_rent50_2040": 0.079856115107914002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.91081199969004, 37.415801999980445 ], [ -121.91292599965827, 37.415551999662554 ], [ -121.910396999588329, 37.408073999975429 ], [ -121.908901000111399, 37.401725000108677 ], [ -121.906121999796227, 37.404072999679521 ], [ -121.904626000319269, 37.404491000219657 ], [ -121.902862999980357, 37.404406999687168 ], [ -121.897818000259278, 37.404271000188508 ], [ -121.895820999568599, 37.403740999828692 ], [ -121.892439999553957, 37.403425000323836 ], [ -121.890580000028962, 37.40331299966455 ], [ -121.890524999777369, 37.40384699991511 ], [ -121.890447999784499, 37.404335000277165 ], [ -121.887876000056835, 37.406952000264994 ], [ -121.889121000361953, 37.407737999790797 ], [ -121.894278000236014, 37.410265000275963 ], [ -121.894778999653099, 37.41048899990821 ], [ -121.904075999600053, 37.415328999785082 ], [ -121.905310999859395, 37.415642999837793 ], [ -121.91081199969004, 37.415801999980445 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504506", "NAME": "Census Tract 5045.06", "state": "06", "county_fips": "085", "tract": "504506", "county_name": "Santa Clara County", "tot_pop_2050": 7104, "tot_pop_pov_det_2050": 7104, "tot_pop_civ_ni_2050": 7104, "tot_hh_2050": 2224, "pop_zvhhs_2050": 161, "tot_fam_2050": 1830, "tot_pop_over5_2050": 6199, "pop_hus_rent50_2050": 197, "pop_minority_2050": 6530, "pop_over75_2050": 509, "pop_spfam_2050": 256, "pop_lep_2050": 963, "pop_below200_2050": 1548, "pop_disability_2050": 504, "pct_minority_2050": 0.9192004504504504, "pct_over75_2050": 0.071649774774774772, "pct_spfam_2050": 0.13989071038251366, "pct_lep_2050": 0.15534763671559929, "pct_below200_2050": 0.2179054054054054, "pct_disab_2050": 0.070945945945945943, "pct_zvhhs_2050": 0.072392086330935246, "pct_hus_rent50_2050": 0.088579136690647486, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050823694356816995, "pct_minority_2040": 0.88310550297932, "pct_spfam_2040": 0.12770137524558001, "pct_lep_2040": 0.138713985880557, "pct_below200_2040": 0.191728005608132, "pct_disab_2040": 0.043638275499473994, "pct_zvhhs_2040": 0.05418250950570299, "pct_hus_rent50_2040": 0.12797619047618999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.922948000226611, 37.455049999886882 ], [ -121.922671000217193, 37.453644999786022 ], [ -121.919897999749779, 37.440032000343571 ], [ -121.919168000003836, 37.440038000230977 ], [ -121.914478000110009, 37.439959000248386 ], [ -121.914305999682554, 37.440614999994132 ], [ -121.914437000102112, 37.445766999840146 ], [ -121.914211999971229, 37.445629999942533 ], [ -121.91084699985015, 37.445901999681261 ], [ -121.90862099972891, 37.446259999696906 ], [ -121.908932000073534, 37.446667999777645 ], [ -121.910382000418039, 37.452510000001332 ], [ -121.911488999732555, 37.457493000068929 ], [ -121.911988000398154, 37.459535999769592 ], [ -121.912652000021879, 37.460649999654322 ], [ -121.917264999922793, 37.458391000039789 ], [ -121.922569000109945, 37.455538000310362 ], [ -121.922948000226611, 37.455049999886882 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504507", "NAME": "Census Tract 5045.07", "state": "06", "county_fips": "085", "tract": "504507", "county_name": "Santa Clara County", "tot_pop_2050": 6459, "tot_pop_pov_det_2050": 6459, "tot_pop_civ_ni_2050": 6459, "tot_hh_2050": 1809, "pop_zvhhs_2050": 122, "tot_fam_2050": 1501, "tot_pop_over5_2050": 6027, "pop_hus_rent50_2050": 160, "pop_minority_2050": 5770, "pop_over75_2050": 342, "pop_spfam_2050": 182, "pop_lep_2050": 807, "pop_below200_2050": 1231, "pop_disability_2050": 488, "pct_minority_2050": 0.89332714042421424, "pct_over75_2050": 0.052949372967951686, "pct_spfam_2050": 0.12125249833444372, "pct_lep_2050": 0.13389746142359382, "pct_below200_2050": 0.1905867781390308, "pct_disab_2050": 0.07555349125251587, "pct_zvhhs_2050": 0.067440574903261469, "pct_hus_rent50_2050": 0.088446655610834729, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051988834612700992, "pct_minority_2040": 0.86182833217027199, "pct_spfam_2040": 0.14405487804878001, "pct_lep_2040": 0.093830809013668026, "pct_below200_2040": 0.218248429867411, "pct_disab_2040": 0.061235170969992994, "pct_zvhhs_2040": 0.049624927870744004, "pct_hus_rent50_2040": 0.050767414403778001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.919168000003836, 37.440038000230977 ], [ -121.919897999749779, 37.440032000343571 ], [ -121.918201000431395, 37.430065999890303 ], [ -121.916330999962341, 37.425595999778153 ], [ -121.911102000118262, 37.427071000284677 ], [ -121.910216999663291, 37.427733999875613 ], [ -121.909178000120846, 37.429922999796318 ], [ -121.908941000294377, 37.430080000064407 ], [ -121.907778999829944, 37.430965000355002 ], [ -121.906007000168501, 37.431544999734285 ], [ -121.908357999963172, 37.440753999745539 ], [ -121.909178999945738, 37.442581999727359 ], [ -121.906624999761476, 37.444653999997882 ], [ -121.90862099972891, 37.446259999696906 ], [ -121.91084699985015, 37.445901999681261 ], [ -121.914211999971229, 37.445629999942533 ], [ -121.914437000102112, 37.445766999840146 ], [ -121.914305999682554, 37.440614999994132 ], [ -121.914478000110009, 37.439959000248386 ], [ -121.919168000003836, 37.440038000230977 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504601", "NAME": "Census Tract 5046.01", "state": "06", "county_fips": "085", "tract": "504601", "county_name": "Santa Clara County", "tot_pop_2050": 1025, "tot_pop_pov_det_2050": 1025, "tot_pop_civ_ni_2050": 1025, "tot_hh_2050": 368, "pop_zvhhs_2050": 25, "tot_fam_2050": 222, "tot_pop_over5_2050": 992, "pop_hus_rent50_2050": 4, "pop_minority_2050": 639, "pop_over75_2050": 60, "pop_spfam_2050": 12, "pop_lep_2050": 86, "pop_below200_2050": 271, "pop_disability_2050": 84, "pct_minority_2050": 0.62341463414634146, "pct_over75_2050": 0.058536585365853662, "pct_spfam_2050": 0.054054054054054064, "pct_lep_2050": 0.08669354838709678, "pct_below200_2050": 0.26439024390243904, "pct_disab_2050": 0.081951219512195125, "pct_zvhhs_2050": 0.067934782608695649, "pct_hus_rent50_2050": 0.010869565217391304, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071680376028202, "pct_minority_2040": 0.53113983548766208, "pct_spfam_2040": 0.240174672489083, "pct_lep_2040": 0.1, "pct_below200_2040": 0.28807556080283397, "pct_disab_2040": 0.057579318448884004, "pct_zvhhs_2040": 0.025, "pct_hus_rent50_2040": 0.05625, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.12597600043523, 37.453554000163152 ], [ -122.127856000051736, 37.452737000337727 ], [ -122.125824000099271, 37.451301999670434 ], [ -122.123150000264388, 37.448830000197326 ], [ -122.121104999893134, 37.446845999703029 ], [ -122.113808999936495, 37.439975999944707 ], [ -122.110570000212107, 37.436880000118812 ], [ -122.105497999828557, 37.432051999651542 ], [ -122.105322000101452, 37.431880000027924 ], [ -122.101459999862911, 37.42820999989361 ], [ -122.101150000241503, 37.427910000324829 ], [ -122.097505999562841, 37.424597999809961 ], [ -122.086745999750917, 37.416708999975768 ], [ -122.081649999976236, 37.413339999925348 ], [ -122.07816000018164, 37.411879999732783 ], [ -122.070017000303196, 37.408548000005176 ], [ -122.068367999767048, 37.408019000339294 ], [ -122.064600000138142, 37.407150000301527 ], [ -122.064481000312483, 37.40858200010279 ], [ -122.063549999826733, 37.410250000298944 ], [ -122.063749999843267, 37.410889999740014 ], [ -122.063939999814068, 37.412800000335814 ], [ -122.063990000042793, 37.41554000024275 ], [ -122.064578000396835, 37.415688999680434 ], [ -122.064930999675937, 37.416771000270501 ], [ -122.065689999734232, 37.419060000185119 ], [ -122.064060000362971, 37.419060000185119 ], [ -122.060510000293959, 37.419030000183291 ], [ -122.060326000170946, 37.419479000119424 ], [ -122.058552999786258, 37.424712999880427 ], [ -122.058004999615164, 37.426613999644616 ], [ -122.05977200015208, 37.426838999762026 ], [ -122.05967300041786, 37.434039000281231 ], [ -122.060005999605494, 37.44362200034935 ], [ -122.059911423175748, 37.447336000643709 ], [ -122.068489999965806, 37.450319999778934 ], [ -122.08401424453146, 37.451812627558944 ], [ -122.085441378260413, 37.451949843626032 ], [ -122.088228437362019, 37.45221781398179 ], [ -122.08874000006854, 37.452266999754251 ], [ -122.096270000376904, 37.457837000263126 ], [ -122.10180299999459, 37.462726999848108 ], [ -122.109104999799001, 37.462999000164125 ], [ -122.115161405511898, 37.466279732261356 ], [ -122.117692999916386, 37.465238000305838 ], [ -122.123834999804515, 37.461215000228364 ], [ -122.121771999889916, 37.454240999758568 ], [ -122.122375000312601, 37.453375999797174 ], [ -122.12597600043523, 37.453554000163152 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504602", "NAME": "Census Tract 5046.02", "state": "06", "county_fips": "085", "tract": "504602", "county_name": "Santa Clara County", "tot_pop_2050": 2253, "tot_pop_pov_det_2050": 2253, "tot_pop_civ_ni_2050": 2253, "tot_hh_2050": 596, "pop_zvhhs_2050": 19, "tot_fam_2050": 493, "tot_pop_over5_2050": 2070, "pop_hus_rent50_2050": 39, "pop_minority_2050": 1819, "pop_over75_2050": 66, "pop_spfam_2050": 59, "pop_lep_2050": 204, "pop_below200_2050": 357, "pop_disability_2050": 153, "pct_minority_2050": 0.80736795383932536, "pct_over75_2050": 0.029294274300932087, "pct_spfam_2050": 0.11967545638945233, "pct_lep_2050": 0.098550724637681164, "pct_below200_2050": 0.1584553928095872, "pct_disab_2050": 0.067909454061251665, "pct_zvhhs_2050": 0.031879194630872486, "pct_hus_rent50_2050": 0.065436241610738258, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0092643051771119991, "pct_minority_2040": 0.84087193460490506, "pct_spfam_2040": 0.15837104072398198, "pct_lep_2040": 0.085864485981307997, "pct_below200_2040": 0.25340599455040896, "pct_disab_2040": 0.056130790190735989, "pct_zvhhs_2040": 0.051971326164875001, "pct_hus_rent50_2040": 0.13018867924528302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.059911423175748, 37.447336000643709 ], [ -122.060005999605494, 37.44362200034935 ], [ -122.05967300041786, 37.434039000281231 ], [ -122.054472000162889, 37.435738999679941 ], [ -122.049172000173712, 37.426139000346772 ], [ -122.043571999710565, 37.427238999648615 ], [ -122.041134999702152, 37.427011999709499 ], [ -122.034672000321962, 37.426437999715546 ], [ -122.036788999764909, 37.421493999860104 ], [ -122.037090000063799, 37.41874000002197 ], [ -122.037090000063799, 37.412839999857525 ], [ -122.037273000361893, 37.401431999965254 ], [ -122.037361000225445, 37.40090600009465 ], [ -122.035936999820208, 37.400636999655156 ], [ -122.0329159996557, 37.401676000200979 ], [ -122.027130000318024, 37.403130000170421 ], [ -122.020378000334532, 37.404439999780159 ], [ -122.012889999858956, 37.406139999766502 ], [ -122.006108999563139, 37.407689000247494 ], [ -122.00486099978329, 37.407961000147324 ], [ -121.995782000294554, 37.409928000258574 ], [ -121.989179000273964, 37.411400000051323 ], [ -121.9875769995935, 37.411821999675972 ], [ -121.986837999626715, 37.412058999981603 ], [ -121.970649999779084, 37.41867300002427 ], [ -121.96792499989057, 37.418998999907203 ], [ -121.959197999856016, 37.419172000133187 ], [ -121.957565000111714, 37.419293000099131 ], [ -121.943763000218894, 37.419321999737612 ], [ -121.932829000329676, 37.421791999717811 ], [ -121.926724000251468, 37.422564000330787 ], [ -121.919778000099214, 37.423887000105339 ], [ -121.916330999962341, 37.425595999778153 ], [ -121.918201000431395, 37.430065999890303 ], [ -121.919897999749779, 37.440032000343571 ], [ -121.922671000217193, 37.453644999786022 ], [ -121.922948000226611, 37.455049999886882 ], [ -121.922569000109945, 37.455538000310362 ], [ -121.925041000278441, 37.454185999803272 ], [ -121.927900000061257, 37.455352000036413 ], [ -121.928296999721283, 37.457331999838658 ], [ -121.9326259999401, 37.455146999930875 ], [ -121.932656000077316, 37.456918999957274 ], [ -121.93112799991502, 37.457390000293728 ], [ -121.931199000060133, 37.460643999993856 ], [ -121.934115999569258, 37.46033100016178 ], [ -121.935136999568343, 37.460839999825268 ], [ -121.934986999780534, 37.462463999954259 ], [ -121.93602500039637, 37.46292900011445 ], [ -121.938903000445748, 37.462394000116767 ], [ -121.941085000186035, 37.464948000208935 ], [ -121.944334999781091, 37.466093000067886 ], [ -121.944522000277161, 37.468889000186898 ], [ -121.945478999803854, 37.469168000182016 ], [ -121.947087000332104, 37.467424000158196 ], [ -121.946174000288039, 37.463946000161215 ], [ -121.947842000192423, 37.46197799989335 ], [ -121.951921000165953, 37.461460999722263 ], [ -121.959313000382053, 37.463515000015953 ], [ -121.964157000261665, 37.46315099970009 ], [ -121.968524000115295, 37.461952999847348 ], [ -121.975071000059387, 37.460639000038718 ], [ -121.98001399967319, 37.460892000058159 ], [ -121.992669000068531, 37.46463899989071 ], [ -121.996671000049162, 37.46723899983332 ], [ -122.020872000078938, 37.465138999799294 ], [ -122.025424999705422, 37.465630000325653 ], [ -122.036182000042601, 37.464966000291987 ], [ -122.040872722181888, 37.462863367343211 ], [ -122.038598999959518, 37.462048000120298 ], [ -122.038598999959518, 37.454621999881347 ], [ -122.045662964179968, 37.44923357461925 ], [ -122.045900999763944, 37.449052000274285 ], [ -122.058336000051298, 37.446788000342792 ], [ -122.059911423175748, 37.447336000643709 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504700", "NAME": "Census Tract 5047", "state": "06", "county_fips": "085", "tract": "504700", "county_name": "Santa Clara County", "tot_pop_2050": 679, "tot_pop_pov_det_2050": 679, "tot_pop_civ_ni_2050": 572, "tot_hh_2050": 172, "pop_zvhhs_2050": 9, "tot_fam_2050": 168, "tot_pop_over5_2050": 579, "pop_hus_rent50_2050": 81, "pop_minority_2050": 244, "pop_over75_2050": 0, "pop_spfam_2050": 29, "pop_lep_2050": 4, "pop_below200_2050": 216, "pop_disability_2050": 24, "pct_minority_2050": 0.3593519882179676, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.17261904761904762, "pct_lep_2050": 0.0069084628670120895, "pct_below200_2050": 0.31811487481590572, "pct_disab_2050": 0.04195804195804196, "pct_zvhhs_2050": 0.05232558139534884, "pct_hus_rent50_2050": 0.47093023255813948, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.57698056801195796, "pct_spfam_2040": 0.13372093023255802, "pct_lep_2040": 0.022807017543859998, "pct_below200_2040": 0.37817638266068804, "pct_disab_2040": 0.041876046901172005, "pct_zvhhs_2040": 0.02906976744186, "pct_hus_rent50_2040": 0.26744186046511603, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.065689999734232, 37.419060000185119 ], [ -122.064930999675937, 37.416771000270501 ], [ -122.064578000396835, 37.415688999680434 ], [ -122.063990000042793, 37.41554000024275 ], [ -122.063939999814068, 37.412800000335814 ], [ -122.063749999843267, 37.410889999740014 ], [ -122.063549999826733, 37.410250000298944 ], [ -122.064481000312483, 37.40858200010279 ], [ -122.064600000138142, 37.407150000301527 ], [ -122.06183400024176, 37.406553999905768 ], [ -122.056432999970241, 37.405358999969927 ], [ -122.046534000323831, 37.402929999974297 ], [ -122.037361000225445, 37.40090600009465 ], [ -122.037273000361893, 37.401431999965254 ], [ -122.037090000063799, 37.412839999857525 ], [ -122.037090000063799, 37.41874000002197 ], [ -122.036788999764909, 37.421493999860104 ], [ -122.034672000321962, 37.426437999715546 ], [ -122.041134999702152, 37.427011999709499 ], [ -122.043571999710565, 37.427238999648615 ], [ -122.049172000173712, 37.426139000346772 ], [ -122.054472000162889, 37.435738999679941 ], [ -122.05967300041786, 37.434039000281231 ], [ -122.05977200015208, 37.426838999762026 ], [ -122.058004999615164, 37.426613999644616 ], [ -122.058552999786258, 37.424712999880427 ], [ -122.060326000170946, 37.419479000119424 ], [ -122.060510000293959, 37.419030000183291 ], [ -122.064060000362971, 37.419060000185119 ], [ -122.065689999734232, 37.419060000185119 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504802", "NAME": "Census Tract 5048.02", "state": "06", "county_fips": "085", "tract": "504802", "county_name": "Santa Clara County", "tot_pop_2050": 5345, "tot_pop_pov_det_2050": 5340, "tot_pop_civ_ni_2050": 5345, "tot_hh_2050": 1718, "pop_zvhhs_2050": 59, "tot_fam_2050": 1182, "tot_pop_over5_2050": 5024, "pop_hus_rent50_2050": 117, "pop_minority_2050": 4111, "pop_over75_2050": 393, "pop_spfam_2050": 102, "pop_lep_2050": 651, "pop_below200_2050": 903, "pop_disability_2050": 595, "pct_minority_2050": 0.76913002806361086, "pct_over75_2050": 0.073526660430308699, "pct_spfam_2050": 0.086294416243654831, "pct_lep_2050": 0.12957802547770697, "pct_below200_2050": 0.16910112359550561, "pct_disab_2050": 0.11131898971000936, "pct_zvhhs_2050": 0.034342258440046569, "pct_hus_rent50_2050": 0.068102444703143195, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047192244375342994, "pct_minority_2040": 0.74574721053594306, "pct_spfam_2040": 0.12258064516129, "pct_lep_2040": 0.099457153935634007, "pct_below200_2040": 0.19166205497140698, "pct_disab_2040": 0.077275224317889996, "pct_zvhhs_2040": 0.043924700513405995, "pct_hus_rent50_2040": 0.060359837492745004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995609999867114, 37.396069999868935 ], [ -121.995930000432566, 37.39106500008937 ], [ -121.986975999718965, 37.388447999862997 ], [ -121.986979000092006, 37.388894999761369 ], [ -121.9870069996811, 37.393350000102458 ], [ -121.987075000351496, 37.39990299965342 ], [ -121.986704999557332, 37.404635999838391 ], [ -121.986837999626715, 37.412058999981603 ], [ -121.9875769995935, 37.411821999675972 ], [ -121.989179000273964, 37.411400000051323 ], [ -121.995782000294554, 37.409928000258574 ], [ -121.995759999654936, 37.409329999773526 ], [ -121.99571000032455, 37.403329999832714 ], [ -121.99566299957057, 37.40011300022865 ], [ -121.995541000270137, 37.399499000106516 ], [ -121.995505000285135, 37.399350999677992 ], [ -121.995660000095825, 37.399360000117412 ], [ -121.995609999867114, 37.396069999868935 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504803", "NAME": "Census Tract 5048.03", "state": "06", "county_fips": "085", "tract": "504803", "county_name": "Santa Clara County", "tot_pop_2050": 6617, "tot_pop_pov_det_2050": 6617, "tot_pop_civ_ni_2050": 6617, "tot_hh_2050": 2719, "pop_zvhhs_2050": 59, "tot_fam_2050": 1394, "tot_pop_over5_2050": 6041, "pop_hus_rent50_2050": 220, "pop_minority_2050": 5368, "pop_over75_2050": 171, "pop_spfam_2050": 54, "pop_lep_2050": 426, "pop_below200_2050": 769, "pop_disability_2050": 202, "pct_minority_2050": 0.81124376605712556, "pct_over75_2050": 0.025842526824845096, "pct_spfam_2050": 0.038737446197991389, "pct_lep_2050": 0.070518126138056608, "pct_below200_2050": 0.11621580776787065, "pct_disab_2050": 0.030527429348647418, "pct_zvhhs_2050": 0.021699154100772344, "pct_hus_rent50_2050": 0.08091210003677822, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.024857586742619998, "pct_minority_2040": 0.75970999482133594, "pct_spfam_2040": 0.067123287671233003, "pct_lep_2040": 0.028061224489796005, "pct_below200_2040": 0.134990505782841, "pct_disab_2040": 0.044191265320214008, "pct_zvhhs_2040": 0.05021243723445299, "pct_hus_rent50_2040": 0.125145744267392, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.0329159996557, 37.401676000200979 ], [ -122.035936999820208, 37.400636999655156 ], [ -122.027860000063995, 37.398860000232681 ], [ -122.022667000204933, 37.397718000060216 ], [ -122.017650000072962, 37.396600000244952 ], [ -122.012805000368473, 37.395557999679312 ], [ -122.0094500002931, 37.405739999923789 ], [ -122.010252000009103, 37.406314000155454 ], [ -122.012889999858956, 37.406139999766502 ], [ -122.020378000334532, 37.404439999780159 ], [ -122.027130000318024, 37.403130000170421 ], [ -122.0329159996557, 37.401676000200979 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504805", "NAME": "Census Tract 5048.05", "state": "06", "county_fips": "085", "tract": "504805", "county_name": "Santa Clara County", "tot_pop_2050": 7120, "tot_pop_pov_det_2050": 7107, "tot_pop_civ_ni_2050": 7120, "tot_hh_2050": 2831, "pop_zvhhs_2050": 205, "tot_fam_2050": 1747, "tot_pop_over5_2050": 6781, "pop_hus_rent50_2050": 116, "pop_minority_2050": 3941, "pop_over75_2050": 391, "pop_spfam_2050": 68, "pop_lep_2050": 370, "pop_below200_2050": 1472, "pop_disability_2050": 763, "pct_minority_2050": 0.55351123595505614, "pct_over75_2050": 0.054915730337078653, "pct_spfam_2050": 0.038923869490555235, "pct_lep_2050": 0.054564223565845747, "pct_below200_2050": 0.20711974110032366, "pct_disab_2050": 0.10716292134831459, "pct_zvhhs_2050": 0.072412575061815615, "pct_hus_rent50_2050": 0.040974920522783467, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090336795719232005, "pct_minority_2040": 0.44003777148253098, "pct_spfam_2040": 0.036793692509856001, "pct_lep_2040": 0.057695542472665992, "pct_below200_2040": 0.265067844745977, "pct_disab_2040": 0.12338684293358501, "pct_zvhhs_2040": 0.036144578313253004, "pct_hus_rent50_2040": 0.0080338266384780005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.012889999858956, 37.406139999766502 ], [ -122.010252000009103, 37.406314000155454 ], [ -122.0094500002931, 37.405739999923789 ], [ -122.012805000368473, 37.395557999679312 ], [ -122.008794999991892, 37.39468100030254 ], [ -122.009981999672348, 37.396092000239186 ], [ -122.009834000432647, 37.396637000310349 ], [ -122.007907000062175, 37.396634000054974 ], [ -122.007840000115038, 37.399640000165768 ], [ -122.005639999933052, 37.399070000162396 ], [ -121.995660000095825, 37.399360000117412 ], [ -121.995505000285135, 37.399350999677992 ], [ -121.995541000270137, 37.399499000106516 ], [ -121.99566299957057, 37.40011300022865 ], [ -121.99571000032455, 37.403329999832714 ], [ -121.995759999654936, 37.409329999773526 ], [ -121.995782000294554, 37.409928000258574 ], [ -122.00486099978329, 37.407961000147324 ], [ -122.006108999563139, 37.407689000247494 ], [ -122.012889999858956, 37.406139999766502 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504806", "NAME": "Census Tract 5048.06", "state": "06", "county_fips": "085", "tract": "504806", "county_name": "Santa Clara County", "tot_pop_2050": 3124, "tot_pop_pov_det_2050": 3116, "tot_pop_civ_ni_2050": 3124, "tot_hh_2050": 797, "pop_zvhhs_2050": 15, "tot_fam_2050": 651, "tot_pop_over5_2050": 2895, "pop_hus_rent50_2050": 53, "pop_minority_2050": 2520, "pop_over75_2050": 189, "pop_spfam_2050": 26, "pop_lep_2050": 335, "pop_below200_2050": 601, "pop_disability_2050": 300, "pct_minority_2050": 0.80665813060179259, "pct_over75_2050": 0.06049935979513444, "pct_spfam_2050": 0.039938556067588317, "pct_lep_2050": 0.1157167530224525, "pct_below200_2050": 0.19287548138639279, "pct_disab_2050": 0.096030729833546741, "pct_zvhhs_2050": 0.018820577164366373, "pct_hus_rent50_2050": 0.066499372647427848, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064586357039186998, "pct_minority_2040": 0.75834542815674899, "pct_spfam_2040": 0.103565365025467, "pct_lep_2040": 0.052435849758274006, "pct_below200_2040": 0.14077846489632598, "pct_disab_2040": 0.099419448476051983, "pct_zvhhs_2040": 0.022606382978722996, "pct_hus_rent50_2040": 0.10217983651226201, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.009834000432647, 37.396637000310349 ], [ -122.009981999672348, 37.396092000239186 ], [ -122.008794999991892, 37.39468100030254 ], [ -122.008673999618068, 37.394656999770866 ], [ -122.002572999737808, 37.392967000166323 ], [ -121.995930000432566, 37.39106500008937 ], [ -121.995609999867114, 37.396069999868935 ], [ -121.995660000095825, 37.399360000117412 ], [ -122.005639999933052, 37.399070000162396 ], [ -122.007840000115038, 37.399640000165768 ], [ -122.007907000062175, 37.396634000054974 ], [ -122.009834000432647, 37.396637000310349 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085504901", "NAME": "Census Tract 5049.01", "state": "06", "county_fips": "085", "tract": "504901", "county_name": "Santa Clara County", "tot_pop_2050": 10336, "tot_pop_pov_det_2050": 10336, "tot_pop_civ_ni_2050": 10336, "tot_hh_2050": 4038, "pop_zvhhs_2050": 174, "tot_fam_2050": 2461, "tot_pop_over5_2050": 9219, "pop_hus_rent50_2050": 360, "pop_minority_2050": 7894, "pop_over75_2050": 256, "pop_spfam_2050": 137, "pop_lep_2050": 519, "pop_below200_2050": 1078, "pop_disability_2050": 278, "pct_minority_2050": 0.76373839009287925, "pct_over75_2050": 0.024767801857585141, "pct_spfam_2050": 0.055668427468508738, "pct_lep_2050": 0.056296778392450376, "pct_below200_2050": 0.10429566563467492, "pct_disab_2050": 0.026896284829721361, "pct_zvhhs_2050": 0.043090638930163447, "pct_hus_rent50_2050": 0.089153046062407121, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.011211905004586999, "pct_minority_2040": 0.83049638161247596, "pct_spfam_2040": 0.045112781954887, "pct_lep_2040": 0.046989374262102007, "pct_below200_2040": 0.13230047905412298, "pct_disab_2040": 0.020894913872184, "pct_zvhhs_2040": 0.041988665636269996, "pct_hus_rent50_2040": 0.11783107403545399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.960701999728883, 37.397666000173089 ], [ -121.958819999564255, 37.394769999679305 ], [ -121.955169999936089, 37.38936999971844 ], [ -121.950760000424765, 37.39123999971563 ], [ -121.947170000172761, 37.393059999730703 ], [ -121.940655000015738, 37.395672000230469 ], [ -121.941763000053484, 37.400277000214309 ], [ -121.944568000307925, 37.401018000069854 ], [ -121.947190000264243, 37.399510000145995 ], [ -121.949834999786802, 37.401075999927549 ], [ -121.952629999995509, 37.401870000084649 ], [ -121.953112999869276, 37.401361000335328 ], [ -121.960701999728883, 37.397666000173089 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505001", "NAME": "Census Tract 5050.01", "state": "06", "county_fips": "085", "tract": "505001", "county_name": "Santa Clara County", "tot_pop_2050": 9571, "tot_pop_pov_det_2050": 9571, "tot_pop_civ_ni_2050": 9571, "tot_hh_2050": 3367, "pop_zvhhs_2050": 121, "tot_fam_2050": 2305, "tot_pop_over5_2050": 8916, "pop_hus_rent50_2050": 364, "pop_minority_2050": 7168, "pop_over75_2050": 370, "pop_spfam_2050": 117, "pop_lep_2050": 564, "pop_below200_2050": 1265, "pop_disability_2050": 408, "pct_minority_2050": 0.74892905652491915, "pct_over75_2050": 0.038658447393166866, "pct_spfam_2050": 0.050759219088937095, "pct_lep_2050": 0.063257065948855995, "pct_below200_2050": 0.13217009716852993, "pct_disab_2050": 0.042628774422735348, "pct_zvhhs_2050": 0.035937035937035934, "pct_hus_rent50_2050": 0.10810810810810813, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022718093699515, "pct_minority_2040": 0.787257673667205, "pct_spfam_2040": 0.13169642857142899, "pct_lep_2040": 0.071245114461194997, "pct_below200_2040": 0.23638023739474498, "pct_disab_2040": 0.062600969305330989, "pct_zvhhs_2040": 0.046217250515159999, "pct_hus_rent50_2040": 0.078705078705079007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.987075000351496, 37.39990299965342 ], [ -121.9870069996811, 37.393350000102458 ], [ -121.986979000092006, 37.388894999761369 ], [ -121.986975999718965, 37.388447999862997 ], [ -121.9640479995834, 37.381894000283182 ], [ -121.961959999554452, 37.385750000301535 ], [ -121.960199999588539, 37.387079999853945 ], [ -121.955169999936089, 37.38936999971844 ], [ -121.958819999564255, 37.394769999679305 ], [ -121.960701999728883, 37.397666000173089 ], [ -121.953112999869276, 37.401361000335328 ], [ -121.952629999995509, 37.401870000084649 ], [ -121.949834999786802, 37.401075999927549 ], [ -121.947190000264243, 37.399510000145995 ], [ -121.944568000307925, 37.401018000069854 ], [ -121.947444999634072, 37.401540000027197 ], [ -121.952142999923794, 37.404872000305829 ], [ -121.955039000414843, 37.407872000023822 ], [ -121.960080999762866, 37.409855999732258 ], [ -121.961383999794251, 37.410766999724459 ], [ -121.964487999799445, 37.414307000023889 ], [ -121.967558000367774, 37.417807000271452 ], [ -121.96792499989057, 37.418998999907203 ], [ -121.970649999779084, 37.41867300002427 ], [ -121.986837999626715, 37.412058999981603 ], [ -121.986704999557332, 37.404635999838391 ], [ -121.987075000351496, 37.39990299965342 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505006", "NAME": "Census Tract 5050.06", "state": "06", "county_fips": "085", "tract": "505006", "county_name": "Santa Clara County", "tot_pop_2050": 10288, "tot_pop_pov_det_2050": 10288, "tot_pop_civ_ni_2050": 10288, "tot_hh_2050": 4844, "pop_zvhhs_2050": 146, "tot_fam_2050": 2980, "tot_pop_over5_2050": 9457, "pop_hus_rent50_2050": 435, "pop_minority_2050": 7597, "pop_over75_2050": 45, "pop_spfam_2050": 110, "pop_lep_2050": 280, "pop_below200_2050": 754, "pop_disability_2050": 214, "pct_minority_2050": 0.73843312597200617, "pct_over75_2050": 0.0043740279937791613, "pct_spfam_2050": 0.036912751677852351, "pct_lep_2050": 0.02960769800148038, "pct_below200_2050": 0.073289269051321923, "pct_disab_2050": 0.020800933125972008, "pct_zvhhs_2050": 0.030140379851362514, "pct_hus_rent50_2050": 0.0898018166804294, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.03258321612752, "pct_minority_2040": 0.73112986404125602, "pct_spfam_2040": 0.046529968454259003, "pct_lep_2040": 0.056525136754362999, "pct_below200_2040": 0.096843615494978025, "pct_disab_2040": 0.015613740091280002, "pct_zvhhs_2040": 0.027518656716418, "pct_hus_rent50_2040": 0.10213776722090302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.940901000063022, 37.378059999661474 ], [ -121.941725000418629, 37.376648000015663 ], [ -121.93301699975234, 37.374873999853691 ], [ -121.927392000073141, 37.373542999961487 ], [ -121.9242989999386, 37.372818000290003 ], [ -121.917033000119204, 37.371707999667876 ], [ -121.91687599976035, 37.371660000308495 ], [ -121.911176999563011, 37.369860999868692 ], [ -121.909589000024553, 37.369069999721681 ], [ -121.907977000196666, 37.367825000332381 ], [ -121.906091999658983, 37.366190000332956 ], [ -121.904766000061358, 37.365267000083847 ], [ -121.904164000361916, 37.364940999909436 ], [ -121.902359000190188, 37.364214999648588 ], [ -121.901780000056959, 37.364029000251101 ], [ -121.901350999711553, 37.36502599995562 ], [ -121.901014000325986, 37.367245999737051 ], [ -121.901030000219507, 37.367954000093121 ], [ -121.908901000111399, 37.401725000108677 ], [ -121.910396999588329, 37.408073999975429 ], [ -121.91292599965827, 37.415551999662554 ], [ -121.914757999594187, 37.420944999859152 ], [ -121.916330999962341, 37.425595999778153 ], [ -121.919778000099214, 37.423887000105339 ], [ -121.926724000251468, 37.422564000330787 ], [ -121.931046999724174, 37.420094000131179 ], [ -121.930131000205336, 37.417758999745061 ], [ -121.92811299959827, 37.415538999934299 ], [ -121.926026000292538, 37.414615999903297 ], [ -121.925606000167988, 37.41313799990305 ], [ -121.92286600021086, 37.410818999796263 ], [ -121.935890999603743, 37.41092099980488 ], [ -121.936494000026443, 37.410682000146799 ], [ -121.934231999920186, 37.404635000097876 ], [ -121.934964000214293, 37.404422000120476 ], [ -121.939234999808448, 37.402128000012553 ], [ -121.939509000343151, 37.402026999939118 ], [ -121.936129000153443, 37.397375000248488 ], [ -121.940655000015738, 37.395672000230469 ], [ -121.938747999736734, 37.389339000015894 ], [ -121.936345000063511, 37.387469999676711 ], [ -121.9356479999295, 37.384850000283031 ], [ -121.93812099992293, 37.38171700016327 ], [ -121.937900999814914, 37.380568999704636 ], [ -121.940901000063022, 37.378059999661474 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505007", "NAME": "Census Tract 5050.07", "state": "06", "county_fips": "085", "tract": "505007", "county_name": "Santa Clara County", "tot_pop_2050": 4357, "tot_pop_pov_det_2050": 3894, "tot_pop_civ_ni_2050": 4179, "tot_hh_2050": 955, "pop_zvhhs_2050": 17, "tot_fam_2050": 743, "tot_pop_over5_2050": 4164, "pop_hus_rent50_2050": 78, "pop_minority_2050": 3273, "pop_over75_2050": 454, "pop_spfam_2050": 138, "pop_lep_2050": 464, "pop_below200_2050": 604, "pop_disability_2050": 365, "pct_minority_2050": 0.75120495753959149, "pct_over75_2050": 0.10420013770943309, "pct_spfam_2050": 0.1857335127860027, "pct_lep_2050": 0.11143131604226704, "pct_below200_2050": 0.15511042629686694, "pct_disab_2050": 0.08734146925101699, "pct_zvhhs_2050": 0.017801047120418849, "pct_hus_rent50_2050": 0.081675392670157068, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065015479876160992, "pct_minority_2040": 0.70612050488211497, "pct_spfam_2040": 0.15292712066905598, "pct_lep_2040": 0.10494946877429402, "pct_below200_2040": 0.257233035244608, "pct_disab_2040": 0.094181459566075001, "pct_zvhhs_2040": 0.026052104208417005, "pct_hus_rent50_2040": 0.102204408817635, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.961959999554452, 37.385750000301535 ], [ -121.9640479995834, 37.381894000283182 ], [ -121.953759999774562, 37.379019999756324 ], [ -121.947519999977132, 37.377750000270446 ], [ -121.943949999816638, 37.377049000324043 ], [ -121.941725000418629, 37.376648000015663 ], [ -121.940901000063022, 37.378059999661474 ], [ -121.937900999814914, 37.380568999704636 ], [ -121.93812099992293, 37.38171700016327 ], [ -121.9356479999295, 37.384850000283031 ], [ -121.936345000063511, 37.387469999676711 ], [ -121.938747999736734, 37.389339000015894 ], [ -121.940655000015738, 37.395672000230469 ], [ -121.947170000172761, 37.393059999730703 ], [ -121.950760000424765, 37.39123999971563 ], [ -121.955169999936089, 37.38936999971844 ], [ -121.960199999588539, 37.387079999853945 ], [ -121.961959999554452, 37.385750000301535 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505008", "NAME": "Census Tract 5050.08", "state": "06", "county_fips": "085", "tract": "505008", "county_name": "Santa Clara County", "tot_pop_2050": 7384, "tot_pop_pov_det_2050": 7364, "tot_pop_civ_ni_2050": 7384, "tot_hh_2050": 3210, "pop_zvhhs_2050": 172, "tot_fam_2050": 1776, "tot_pop_over5_2050": 6638, "pop_hus_rent50_2050": 372, "pop_minority_2050": 5568, "pop_over75_2050": 18, "pop_spfam_2050": 77, "pop_lep_2050": 310, "pop_below200_2050": 907, "pop_disability_2050": 94, "pct_minority_2050": 0.75406283856988088, "pct_over75_2050": 0.002437703141928494, "pct_spfam_2050": 0.043355855855855864, "pct_lep_2050": 0.046700813498041581, "pct_below200_2050": 0.12316675719717544, "pct_disab_2050": 0.012730227518959912, "pct_zvhhs_2050": 0.053582554517133965, "pct_hus_rent50_2050": 0.11588785046728972, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.73012904432392001, "pct_spfam_2040": 0.032867132867132998, "pct_lep_2040": 0.035714285714286004, "pct_below200_2040": 0.13241069758743199, "pct_disab_2040": 0.012717411632691002, "pct_zvhhs_2040": 0.037216828478964001, "pct_hus_rent50_2040": 0.084072665821714992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.957247000094398, 37.411430999905143 ], [ -121.960080999762866, 37.409855999732258 ], [ -121.955039000414843, 37.407872000023822 ], [ -121.952142999923794, 37.404872000305829 ], [ -121.947444999634072, 37.401540000027197 ], [ -121.944568000307925, 37.401018000069854 ], [ -121.941763000053484, 37.400277000214309 ], [ -121.940655000015738, 37.395672000230469 ], [ -121.936129000153443, 37.397375000248488 ], [ -121.939509000343151, 37.402026999939118 ], [ -121.939234999808448, 37.402128000012553 ], [ -121.934964000214293, 37.404422000120476 ], [ -121.934231999920186, 37.404635000097876 ], [ -121.936494000026443, 37.410682000146799 ], [ -121.93715799965014, 37.412508999961517 ], [ -121.938650999652353, 37.412120000203849 ], [ -121.944169999924654, 37.409545000132411 ], [ -121.94485000034021, 37.409220000164417 ], [ -121.947246000340769, 37.408106000186244 ], [ -121.950891999770931, 37.408325999660107 ], [ -121.954839000398323, 37.410730999873145 ], [ -121.957247000094398, 37.411430999905143 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505009", "NAME": "Census Tract 5050.09", "state": "06", "county_fips": "085", "tract": "505009", "county_name": "Santa Clara County", "tot_pop_2050": 10617, "tot_pop_pov_det_2050": 10608, "tot_pop_civ_ni_2050": 10617, "tot_hh_2050": 3781, "pop_zvhhs_2050": 48, "tot_fam_2050": 2288, "tot_pop_over5_2050": 9908, "pop_hus_rent50_2050": 447, "pop_minority_2050": 8461, "pop_over75_2050": 332, "pop_spfam_2050": 209, "pop_lep_2050": 896, "pop_below200_2050": 2197, "pop_disability_2050": 711, "pct_minority_2050": 0.79692945276443439, "pct_over75_2050": 0.031270603748704905, "pct_spfam_2050": 0.091346153846153841, "pct_lep_2050": 0.090431974162293094, "pct_below200_2050": 0.20710784313725489, "pct_disab_2050": 0.066968070076292741, "pct_zvhhs_2050": 0.012695054218460724, "pct_hus_rent50_2050": 0.11822269240941548, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.015969162995594997, "pct_minority_2040": 0.76679515418502198, "pct_spfam_2040": 0.16923076923076902, "pct_lep_2040": 0.120960434913923, "pct_below200_2040": 0.33328744493392104, "pct_disab_2040": 0.095814977973568013, "pct_zvhhs_2040": 0.037319762510602005, "pct_hus_rent50_2040": 0.078456318914333995, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.96792499989057, 37.418998999907203 ], [ -121.967558000367774, 37.417807000271452 ], [ -121.964487999799445, 37.414307000023889 ], [ -121.961383999794251, 37.410766999724459 ], [ -121.960080999762866, 37.409855999732258 ], [ -121.957247000094398, 37.411430999905143 ], [ -121.954839000398323, 37.410730999873145 ], [ -121.950891999770931, 37.408325999660107 ], [ -121.947246000340769, 37.408106000186244 ], [ -121.94485000034021, 37.409220000164417 ], [ -121.944169999924654, 37.409545000132411 ], [ -121.938650999652353, 37.412120000203849 ], [ -121.93715799965014, 37.412508999961517 ], [ -121.936494000026443, 37.410682000146799 ], [ -121.935890999603743, 37.41092099980488 ], [ -121.92286600021086, 37.410818999796263 ], [ -121.925606000167988, 37.41313799990305 ], [ -121.926026000292538, 37.414615999903297 ], [ -121.92811299959827, 37.415538999934299 ], [ -121.930131000205336, 37.417758999745061 ], [ -121.931046999724174, 37.420094000131179 ], [ -121.926724000251468, 37.422564000330787 ], [ -121.932829000329676, 37.421791999717811 ], [ -121.943763000218894, 37.419321999737612 ], [ -121.957565000111714, 37.419293000099131 ], [ -121.959197999856016, 37.419172000133187 ], [ -121.96792499989057, 37.418998999907203 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505100", "NAME": "Census Tract 5051", "state": "06", "county_fips": "085", "tract": "505100", "county_name": "Santa Clara County", "tot_pop_2050": 3985, "tot_pop_pov_det_2050": 3985, "tot_pop_civ_ni_2050": 3985, "tot_hh_2050": 1932, "pop_zvhhs_2050": 298, "tot_fam_2050": 928, "tot_pop_over5_2050": 3693, "pop_hus_rent50_2050": 259, "pop_minority_2050": 3111, "pop_over75_2050": 177, "pop_spfam_2050": 96, "pop_lep_2050": 364, "pop_below200_2050": 1210, "pop_disability_2050": 446, "pct_minority_2050": 0.78067754077791718, "pct_over75_2050": 0.044416562107904636, "pct_spfam_2050": 0.10344827586206896, "pct_lep_2050": 0.098564852423503921, "pct_below200_2050": 0.30363864491844417, "pct_disab_2050": 0.11191969887076536, "pct_zvhhs_2050": 0.15424430641821946, "pct_hus_rent50_2050": 0.13405797101449274, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036387264457440005, "pct_minority_2040": 0.69720597790773209, "pct_spfam_2040": 0.077046548956660993, "pct_lep_2040": 0.078764746703678001, "pct_below200_2040": 0.30927498367080297, "pct_disab_2040": 0.080170157068063005, "pct_zvhhs_2040": 0.10101010101010099, "pct_hus_rent50_2040": 0.19762569832402199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.947519999977132, 37.377750000270446 ], [ -121.945749999965486, 37.373519999957438 ], [ -121.94355999982929, 37.373219999817344 ], [ -121.941168000026721, 37.369775000097057 ], [ -121.941183999920256, 37.368313999829553 ], [ -121.941332999883159, 37.366643000167528 ], [ -121.936669999753533, 37.36187699999185 ], [ -121.933316000401391, 37.358800000347806 ], [ -121.934709999771073, 37.356780000207003 ], [ -121.932164999807625, 37.356437000206533 ], [ -121.932134999670382, 37.351218999746266 ], [ -121.922825000202963, 37.346513000100344 ], [ -121.92190899978587, 37.346027000084852 ], [ -121.913379000293119, 37.352199000058718 ], [ -121.911247999708124, 37.354176000038066 ], [ -121.904626000319269, 37.360776999972785 ], [ -121.902776999766616, 37.362561999808356 ], [ -121.901780000056959, 37.364029000251101 ], [ -121.902359000190188, 37.364214999648588 ], [ -121.904164000361916, 37.364940999909436 ], [ -121.904766000061358, 37.365267000083847 ], [ -121.906091999658983, 37.366190000332956 ], [ -121.907977000196666, 37.367825000332381 ], [ -121.909589000024553, 37.369069999721681 ], [ -121.911176999563011, 37.369860999868692 ], [ -121.91687599976035, 37.371660000308495 ], [ -121.917033000119204, 37.371707999667876 ], [ -121.9242989999386, 37.372818000290003 ], [ -121.927392000073141, 37.373542999961487 ], [ -121.93301699975234, 37.374873999853691 ], [ -121.941725000418629, 37.376648000015663 ], [ -121.943949999816638, 37.377049000324043 ], [ -121.947519999977132, 37.377750000270446 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505202", "NAME": "Census Tract 5052.02", "state": "06", "county_fips": "085", "tract": "505202", "county_name": "Santa Clara County", "tot_pop_2050": 6472, "tot_pop_pov_det_2050": 6463, "tot_pop_civ_ni_2050": 6448, "tot_hh_2050": 2379, "pop_zvhhs_2050": 289, "tot_fam_2050": 1447, "tot_pop_over5_2050": 6072, "pop_hus_rent50_2050": 550, "pop_minority_2050": 4858, "pop_over75_2050": 317, "pop_spfam_2050": 269, "pop_lep_2050": 327, "pop_below200_2050": 1881, "pop_disability_2050": 762, "pct_minority_2050": 0.75061804697156986, "pct_over75_2050": 0.048980222496909767, "pct_spfam_2050": 0.18590186592950933, "pct_lep_2050": 0.053853754940711457, "pct_below200_2050": 0.29104131208417144, "pct_disab_2050": 0.11817617866004965, "pct_zvhhs_2050": 0.12147961328289195, "pct_hus_rent50_2050": 0.23118957545187049, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.056390418092545996, "pct_minority_2040": 0.76521350989436088, "pct_spfam_2040": 0.188040345821326, "pct_lep_2040": 0.168573730862208, "pct_below200_2040": 0.39439976169198709, "pct_disab_2040": 0.09174858504617199, "pct_zvhhs_2040": 0.082258781680747003, "pct_hus_rent50_2040": 0.22918531781557697, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.986926000388564, 37.37181699989857 ], [ -121.987296000284402, 37.370441999952099 ], [ -121.982571000230507, 37.370477999880485 ], [ -121.978259999555092, 37.370459999918431 ], [ -121.977816000039368, 37.370411999760577 ], [ -121.97681000010887, 37.370299999748738 ], [ -121.973316999941275, 37.369449000233487 ], [ -121.965280000368011, 37.36601999992569 ], [ -121.95945999979682, 37.363489999792506 ], [ -121.959449999751087, 37.361020000111743 ], [ -121.95947999988833, 37.359030000214268 ], [ -121.959463999994796, 37.352276000316472 ], [ -121.959350000192003, 37.352279999928911 ], [ -121.957129999918521, 37.352279999928911 ], [ -121.954519999657776, 37.352279999928911 ], [ -121.955179999981851, 37.3534100000942 ], [ -121.951199999742514, 37.354130000288144 ], [ -121.946469999665737, 37.355819999696962 ], [ -121.944840000294491, 37.356340000099031 ], [ -121.942969999825408, 37.35534000019296 ], [ -121.942360999554964, 37.355834999855126 ], [ -121.93736699988753, 37.353898000281589 ], [ -121.932134999670382, 37.351218999746266 ], [ -121.932164999807625, 37.356437000206533 ], [ -121.934709999771073, 37.356780000207003 ], [ -121.933316000401391, 37.358800000347806 ], [ -121.936669999753533, 37.36187699999185 ], [ -121.941332999883159, 37.366643000167528 ], [ -121.941183999920256, 37.368313999829553 ], [ -121.941168000026721, 37.369775000097057 ], [ -121.94355999982929, 37.373219999817344 ], [ -121.945749999965486, 37.373519999957438 ], [ -121.947519999977132, 37.377750000270446 ], [ -121.953759999774562, 37.379019999756324 ], [ -121.9640479995834, 37.381894000283182 ], [ -121.986975999718965, 37.388447999862997 ], [ -121.986969999871192, 37.377779999668803 ], [ -121.986969000046273, 37.377579999645924 ], [ -121.986899999550999, 37.373972999794148 ], [ -121.986926000388564, 37.37181699989857 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505203", "NAME": "Census Tract 5052.03", "state": "06", "county_fips": "085", "tract": "505203", "county_name": "Santa Clara County", "tot_pop_2050": 6000, "tot_pop_pov_det_2050": 3560, "tot_pop_civ_ni_2050": 6000, "tot_hh_2050": 1376, "pop_zvhhs_2050": 18, "tot_fam_2050": 768, "tot_pop_over5_2050": 5842, "pop_hus_rent50_2050": 281, "pop_minority_2050": 2916, "pop_over75_2050": 55, "pop_spfam_2050": 70, "pop_lep_2050": 68, "pop_below200_2050": 1180, "pop_disability_2050": 407, "pct_minority_2050": 0.486, "pct_over75_2050": 0.0091666666666666684, "pct_spfam_2050": 0.091145833333333329, "pct_lep_2050": 0.011639849366655255, "pct_below200_2050": 0.33146067415730329, "pct_disab_2050": 0.067833333333333329, "pct_zvhhs_2050": 0.01308139534883721, "pct_hus_rent50_2050": 0.20421511627906974, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0069337442218800008, "pct_minority_2040": 0.51155624036979996, "pct_spfam_2040": 0.19409282700421898, "pct_lep_2040": 0.041020608439646999, "pct_below200_2040": 0.30324805978729497, "pct_disab_2040": 0.041024653312789004, "pct_zvhhs_2040": 0.062585969738651992, "pct_hus_rent50_2040": 0.20590302178496103, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.943450000224445, 37.350159999784204 ], [ -121.941850000092117, 37.347359999898607 ], [ -121.939720000230352, 37.346970000056146 ], [ -121.937819999624054, 37.343550000312568 ], [ -121.936329999994896, 37.344120000255522 ], [ -121.932749999788641, 37.341159999932778 ], [ -121.932214000211445, 37.340728000147244 ], [ -121.931241999717841, 37.339898999972348 ], [ -121.930351000313379, 37.339119999937402 ], [ -121.925904000093823, 37.342544000168395 ], [ -121.92427200017444, 37.344283000032569 ], [ -121.92190899978587, 37.346027000084852 ], [ -121.922825000202963, 37.346513000100344 ], [ -121.932134999670382, 37.351218999746266 ], [ -121.93736699988753, 37.353898000281589 ], [ -121.942360999554964, 37.355834999855126 ], [ -121.942969999825408, 37.35534000019296 ], [ -121.938399999582188, 37.352930000174766 ], [ -121.937360000214809, 37.352019999682902 ], [ -121.938049999777846, 37.352070000349421 ], [ -121.943450000224445, 37.350159999784204 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505301", "NAME": "Census Tract 5053.01", "state": "06", "county_fips": "085", "tract": "505301", "county_name": "Santa Clara County", "tot_pop_2050": 4831, "tot_pop_pov_det_2050": 4808, "tot_pop_civ_ni_2050": 4831, "tot_hh_2050": 1577, "pop_zvhhs_2050": 77, "tot_fam_2050": 1099, "tot_pop_over5_2050": 4550, "pop_hus_rent50_2050": 193, "pop_minority_2050": 3662, "pop_over75_2050": 169, "pop_spfam_2050": 150, "pop_lep_2050": 376, "pop_below200_2050": 1231, "pop_disability_2050": 455, "pct_minority_2050": 0.75802111364106806, "pct_over75_2050": 0.034982405299109919, "pct_spfam_2050": 0.13648771610555049, "pct_lep_2050": 0.082637362637362641, "pct_below200_2050": 0.25603161397670549, "pct_disab_2050": 0.094183398882218994, "pct_zvhhs_2050": 0.048826886493341791, "pct_hus_rent50_2050": 0.1223842739378567, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041559554413025002, "pct_minority_2040": 0.75792630676949402, "pct_spfam_2040": 0.19083255378858702, "pct_lep_2040": 0.15173376774493802, "pct_below200_2040": 0.21225287855746303, "pct_disab_2040": 0.082690659811481992, "pct_zvhhs_2040": 0.015290519877676, "pct_hus_rent50_2040": 0.125771604938272, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.99629000028267, 37.370220000249887 ], [ -121.996779000004224, 37.369951999843479 ], [ -121.996202000419132, 37.366893000153283 ], [ -121.996015999747982, 37.36688799964768 ], [ -121.995737000088724, 37.366911000257204 ], [ -121.993021000421038, 37.366913000030522 ], [ -121.987216999743396, 37.366847999874665 ], [ -121.986599999975326, 37.366960000042219 ], [ -121.983900000201203, 37.36666000008448 ], [ -121.982090000006579, 37.365319999860063 ], [ -121.980319999994947, 37.363319999693857 ], [ -121.975549999735179, 37.363249999961219 ], [ -121.976319999664099, 37.367249999979677 ], [ -121.97681000010887, 37.370299999748738 ], [ -121.977816000039368, 37.370411999760577 ], [ -121.978259999555092, 37.370459999918431 ], [ -121.982571000230507, 37.370477999880485 ], [ -121.987296000284402, 37.370441999952099 ], [ -121.992970000367421, 37.370410000080525 ], [ -121.995906000143108, 37.370521999928144 ], [ -121.99610000031187, 37.370531000259241 ], [ -121.996110000357632, 37.370230000102637 ], [ -121.99629000028267, 37.370220000249887 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505302", "NAME": "Census Tract 5053.02", "state": "06", "county_fips": "085", "tract": "505302", "county_name": "Santa Clara County", "tot_pop_2050": 4266, "tot_pop_pov_det_2050": 4250, "tot_pop_civ_ni_2050": 4266, "tot_hh_2050": 1504, "pop_zvhhs_2050": 99, "tot_fam_2050": 1095, "tot_pop_over5_2050": 3963, "pop_hus_rent50_2050": 111, "pop_minority_2050": 2759, "pop_over75_2050": 334, "pop_spfam_2050": 115, "pop_lep_2050": 124, "pop_below200_2050": 754, "pop_disability_2050": 366, "pct_minority_2050": 0.64674167838724794, "pct_over75_2050": 0.078293483356774496, "pct_spfam_2050": 0.1050228310502283, "pct_lep_2050": 0.031289427201614935, "pct_below200_2050": 0.17741176470588235, "pct_disab_2050": 0.085794655414908577, "pct_zvhhs_2050": 0.065824468085106377, "pct_hus_rent50_2050": 0.073803191489361708, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063780737704918003, "pct_minority_2040": 0.59093237704918, "pct_spfam_2040": 0.094025465230166, "pct_lep_2040": 0.047148503670242994, "pct_below200_2040": 0.15189549180327899, "pct_disab_2040": 0.08427543679342199, "pct_zvhhs_2040": 0.017755681818181997, "pct_hus_rent50_2040": 0.064907275320970001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.977650000358011, 37.3579500000032 ], [ -121.977669999551196, 37.352279999928911 ], [ -121.973327999811914, 37.352279999928911 ], [ -121.96867999975089, 37.352279999928911 ], [ -121.968729999979601, 37.359020000296816 ], [ -121.968170000112963, 37.36179000003883 ], [ -121.966830000271628, 37.363489999792506 ], [ -121.96565000026385, 37.364900000255915 ], [ -121.965280000368011, 37.36601999992569 ], [ -121.973316999941275, 37.369449000233487 ], [ -121.97681000010887, 37.370299999748738 ], [ -121.976319999664099, 37.367249999979677 ], [ -121.975549999735179, 37.363249999961219 ], [ -121.975559999780913, 37.361429999702501 ], [ -121.975939999722527, 37.360749999750126 ], [ -121.977650000358011, 37.3579500000032 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505303", "NAME": "Census Tract 5053.03", "state": "06", "county_fips": "085", "tract": "505303", "county_name": "Santa Clara County", "tot_pop_2050": 6133, "tot_pop_pov_det_2050": 6124, "tot_pop_civ_ni_2050": 6133, "tot_hh_2050": 2114, "pop_zvhhs_2050": 87, "tot_fam_2050": 1417, "tot_pop_over5_2050": 5524, "pop_hus_rent50_2050": 511, "pop_minority_2050": 4077, "pop_over75_2050": 179, "pop_spfam_2050": 80, "pop_lep_2050": 610, "pop_below200_2050": 1636, "pop_disability_2050": 329, "pct_minority_2050": 0.66476438936898741, "pct_over75_2050": 0.029186368824392631, "pct_spfam_2050": 0.056457304163726185, "pct_lep_2050": 0.110427226647357, "pct_below200_2050": 0.26714565643370353, "pct_disab_2050": 0.053644219794554047, "pct_zvhhs_2050": 0.041154210028382217, "pct_hus_rent50_2050": 0.24172185430463575, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047469349261239004, "pct_minority_2040": 0.73058786545111598, "pct_spfam_2040": 0.215441176470588, "pct_lep_2040": 0.15938566552901001, "pct_below200_2040": 0.31197595317196603, "pct_disab_2040": 0.118830556428796, "pct_zvhhs_2040": 0.040552995391705003, "pct_hus_rent50_2040": 0.179249652616952, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.968729999979601, 37.359020000296816 ], [ -121.96867999975089, 37.352279999928911 ], [ -121.964900000426397, 37.352269999826248 ], [ -121.959463999994796, 37.352276000316472 ], [ -121.95947999988833, 37.359030000214268 ], [ -121.959449999751087, 37.361020000111743 ], [ -121.95945999979682, 37.363489999792506 ], [ -121.965280000368011, 37.36601999992569 ], [ -121.96565000026385, 37.364900000255915 ], [ -121.966830000271628, 37.363489999792506 ], [ -121.968170000112963, 37.36179000003883 ], [ -121.968729999979601, 37.359020000296816 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505304", "NAME": "Census Tract 5053.04", "state": "06", "county_fips": "085", "tract": "505304", "county_name": "Santa Clara County", "tot_pop_2050": 3273, "tot_pop_pov_det_2050": 3235, "tot_pop_civ_ni_2050": 3243, "tot_hh_2050": 1063, "pop_zvhhs_2050": 56, "tot_fam_2050": 780, "tot_pop_over5_2050": 3140, "pop_hus_rent50_2050": 20, "pop_minority_2050": 2039, "pop_over75_2050": 264, "pop_spfam_2050": 46, "pop_lep_2050": 159, "pop_below200_2050": 274, "pop_disability_2050": 354, "pct_minority_2050": 0.62297586312251751, "pct_over75_2050": 0.080659945004582956, "pct_spfam_2050": 0.058974358974358973, "pct_lep_2050": 0.050636942675159238, "pct_below200_2050": 0.084698608964451319, "pct_disab_2050": 0.10915818686401479, "pct_zvhhs_2050": 0.05268109125117592, "pct_hus_rent50_2050": 0.01881467544684854, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.092528915286026983, "pct_minority_2040": 0.60300093779306008, "pct_spfam_2040": 0.049338146811071001, "pct_lep_2040": 0.081585081585082, "pct_below200_2040": 0.098820529167994983, "pct_disab_2040": 0.11058150619637801, "pct_zvhhs_2040": 0.031458531935176004, "pct_hus_rent50_2040": 0.017159199237368999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.986599999975326, 37.366960000042219 ], [ -121.987216999743396, 37.366847999874665 ], [ -121.986077999743529, 37.362970999960112 ], [ -121.986377000392579, 37.362051000309407 ], [ -121.984395999595435, 37.35825199980011 ], [ -121.983978000018979, 37.357396000309095 ], [ -121.983925000315551, 37.354289999948776 ], [ -121.983895000178308, 37.352284999979794 ], [ -121.983740000367618, 37.352290000030287 ], [ -121.977669999551196, 37.352279999928911 ], [ -121.977650000358011, 37.3579500000032 ], [ -121.975939999722527, 37.360749999750126 ], [ -121.975559999780913, 37.361429999702501 ], [ -121.975549999735179, 37.363249999961219 ], [ -121.980319999994947, 37.363319999693857 ], [ -121.982090000006579, 37.365319999860063 ], [ -121.983900000201203, 37.36666000008448 ], [ -121.986599999975326, 37.366960000042219 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505305", "NAME": "Census Tract 5053.05", "state": "06", "county_fips": "085", "tract": "505305", "county_name": "Santa Clara County", "tot_pop_2050": 5935, "tot_pop_pov_det_2050": 5935, "tot_pop_civ_ni_2050": 5935, "tot_hh_2050": 2126, "pop_zvhhs_2050": 142, "tot_fam_2050": 1530, "tot_pop_over5_2050": 5536, "pop_hus_rent50_2050": 152, "pop_minority_2050": 3758, "pop_over75_2050": 442, "pop_spfam_2050": 80, "pop_lep_2050": 309, "pop_below200_2050": 614, "pop_disability_2050": 629, "pct_minority_2050": 0.63319292333614152, "pct_over75_2050": 0.074473462510530747, "pct_spfam_2050": 0.052287581699346414, "pct_lep_2050": 0.055816473988439315, "pct_below200_2050": 0.10345408593091827, "pct_disab_2050": 0.10598146588037068, "pct_zvhhs_2050": 0.06679209783631232, "pct_hus_rent50_2050": 0.07149576669802446, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060115421609490002, "pct_minority_2040": 0.62311638345623599, "pct_spfam_2040": 0.039759036144577993, "pct_lep_2040": 0.067834449596428009, "pct_below200_2040": 0.1853650639469, "pct_disab_2040": 0.10403975633215799, "pct_zvhhs_2040": 0.073754789272030996, "pct_hus_rent50_2040": 0.114658925979681, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995939999579988, 37.358429999952897 ], [ -121.996329999567322, 37.352180000270444 ], [ -121.989443999689541, 37.352108999703688 ], [ -121.983895000178308, 37.352284999979794 ], [ -121.983925000315551, 37.354289999948776 ], [ -121.983978000018979, 37.357396000309095 ], [ -121.984395999595435, 37.35825199980011 ], [ -121.986377000392579, 37.362051000309407 ], [ -121.986077999743529, 37.362970999960112 ], [ -121.987216999743396, 37.366847999874665 ], [ -121.993021000421038, 37.366913000030522 ], [ -121.995737000088724, 37.366911000257204 ], [ -121.996015999747982, 37.36688799964768 ], [ -121.996202000419132, 37.366893000153283 ], [ -121.99585099989153, 37.363479000179943 ], [ -121.995809999883662, 37.361829999652223 ], [ -121.995838000371052, 37.360694999663139 ], [ -121.995939999579988, 37.358429999952897 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505401", "NAME": "Census Tract 5054.01", "state": "06", "county_fips": "085", "tract": "505401", "county_name": "Santa Clara County", "tot_pop_2050": 6896, "tot_pop_pov_det_2050": 6885, "tot_pop_civ_ni_2050": 6896, "tot_hh_2050": 2610, "pop_zvhhs_2050": 129, "tot_fam_2050": 1835, "tot_pop_over5_2050": 6092, "pop_hus_rent50_2050": 292, "pop_minority_2050": 5375, "pop_over75_2050": 232, "pop_spfam_2050": 38, "pop_lep_2050": 405, "pop_below200_2050": 761, "pop_disability_2050": 496, "pct_minority_2050": 0.77943735498839906, "pct_over75_2050": 0.033642691415313224, "pct_spfam_2050": 0.020708446866485014, "pct_lep_2050": 0.066480630334865398, "pct_below200_2050": 0.11053013798111837, "pct_disab_2050": 0.071925754060324823, "pct_zvhhs_2050": 0.049425287356321838, "pct_hus_rent50_2050": 0.11187739463601533, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050241545893719999, "pct_minority_2040": 0.76650563607085298, "pct_spfam_2040": 0.067507886435330997, "pct_lep_2040": 0.068206229860364995, "pct_below200_2040": 0.156038647342995, "pct_disab_2040": 0.052012882447664999, "pct_zvhhs_2040": 0.070502431118314016, "pct_hus_rent50_2040": 0.14059967585089098, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.996329999567322, 37.352180000270444 ], [ -121.996300000328432, 37.35157000004034 ], [ -121.99571000032455, 37.348339999882228 ], [ -121.995640000004357, 37.345470000076425 ], [ -121.993514000340539, 37.345087999692517 ], [ -121.993380000446237, 37.345070000067679 ], [ -121.989349999978216, 37.345140000330126 ], [ -121.985640000075605, 37.345409999711023 ], [ -121.984939999568553, 37.34581000005101 ], [ -121.983199999694136, 37.346589999762678 ], [ -121.981990000447468, 37.346599999907774 ], [ -121.979190000215894, 37.346309000353486 ], [ -121.977699999688411, 37.346599999907774 ], [ -121.977660000403759, 37.349130000255975 ], [ -121.977669999551196, 37.352279999928911 ], [ -121.983740000367618, 37.352290000030287 ], [ -121.983895000178308, 37.352284999979794 ], [ -121.989443999689541, 37.352108999703688 ], [ -121.996329999567322, 37.352180000270444 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505402", "NAME": "Census Tract 5054.02", "state": "06", "county_fips": "085", "tract": "505402", "county_name": "Santa Clara County", "tot_pop_2050": 3243, "tot_pop_pov_det_2050": 3243, "tot_pop_civ_ni_2050": 3243, "tot_hh_2050": 1139, "pop_zvhhs_2050": 70, "tot_fam_2050": 672, "tot_pop_over5_2050": 3064, "pop_hus_rent50_2050": 59, "pop_minority_2050": 1991, "pop_over75_2050": 302, "pop_spfam_2050": 58, "pop_lep_2050": 252, "pop_below200_2050": 540, "pop_disability_2050": 381, "pct_minority_2050": 0.6139377119950663, "pct_over75_2050": 0.093123650940487204, "pct_spfam_2050": 0.086309523809523808, "pct_lep_2050": 0.082245430809399472, "pct_below200_2050": 0.16651248843663274, "pct_disab_2050": 0.11748381128584645, "pct_zvhhs_2050": 0.061457418788410885, "pct_hus_rent50_2050": 0.051799824407374885, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082427218519817991, "pct_minority_2040": 0.665731322343038, "pct_spfam_2040": 0.070370370370369986, "pct_lep_2040": 0.078858430341720007, "pct_below200_2040": 0.21396001403016501, "pct_disab_2040": 0.066643283058576003, "pct_zvhhs_2040": 0.089941972920695987, "pct_hus_rent50_2040": 0.072533849129594, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.977660000403759, 37.349130000255975 ], [ -121.977699999688411, 37.346599999907774 ], [ -121.977630000266544, 37.340539999920892 ], [ -121.97681000010887, 37.338400000069257 ], [ -121.969750000153809, 37.340629999860035 ], [ -121.970279999883218, 37.342810000196678 ], [ -121.968659999659408, 37.346320000339951 ], [ -121.96867999975089, 37.352279999928911 ], [ -121.973327999811914, 37.352279999928911 ], [ -121.977669999551196, 37.352279999928911 ], [ -121.977660000403759, 37.349130000255975 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505403", "NAME": "Census Tract 5054.03", "state": "06", "county_fips": "085", "tract": "505403", "county_name": "Santa Clara County", "tot_pop_2050": 7663, "tot_pop_pov_det_2050": 7663, "tot_pop_civ_ni_2050": 7663, "tot_hh_2050": 2998, "pop_zvhhs_2050": 80, "tot_fam_2050": 2030, "tot_pop_over5_2050": 7141, "pop_hus_rent50_2050": 432, "pop_minority_2050": 5401, "pop_over75_2050": 209, "pop_spfam_2050": 105, "pop_lep_2050": 350, "pop_below200_2050": 1154, "pop_disability_2050": 373, "pct_minority_2050": 0.70481534647005084, "pct_over75_2050": 0.027273913610857362, "pct_spfam_2050": 0.051724137931034482, "pct_lep_2050": 0.049012743313261449, "pct_below200_2050": 0.15059376223411194, "pct_disab_2050": 0.048675453477750229, "pct_zvhhs_2050": 0.026684456304202801, "pct_hus_rent50_2050": 0.14409606404269512, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038572153611910007, "pct_minority_2040": 0.69446794112671306, "pct_spfam_2040": 0.060864272671942006, "pct_lep_2040": 0.07180156657963499, "pct_below200_2040": 0.225216065073716, "pct_disab_2040": 0.096954314720811993, "pct_zvhhs_2040": 0.039273648648649004, "pct_hus_rent50_2040": 0.12842465753424698, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995640000004357, 37.345470000076425 ], [ -121.995608000217302, 37.341463000010684 ], [ -121.995569999684136, 37.339600000300109 ], [ -121.995540000445217, 37.337869999803189 ], [ -121.987440000224467, 37.337879999681114 ], [ -121.984300000234271, 37.337740999758722 ], [ -121.982609999690254, 37.337919999893742 ], [ -121.979041000252963, 37.337936999888363 ], [ -121.978914999856272, 37.337936999888363 ], [ -121.978853999756893, 37.337936999888363 ], [ -121.97681000010887, 37.338400000069257 ], [ -121.977630000266544, 37.340539999920892 ], [ -121.977699999688411, 37.346599999907774 ], [ -121.979190000215894, 37.346309000353486 ], [ -121.981990000447468, 37.346599999907774 ], [ -121.983199999694136, 37.346589999762678 ], [ -121.984939999568553, 37.34581000005101 ], [ -121.985640000075605, 37.345409999711023 ], [ -121.989349999978216, 37.345140000330126 ], [ -121.993380000446237, 37.345070000067679 ], [ -121.993514000340539, 37.345087999692517 ], [ -121.995640000004357, 37.345470000076425 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505500", "NAME": "Census Tract 5055", "state": "06", "county_fips": "085", "tract": "505500", "county_name": "Santa Clara County", "tot_pop_2050": 4245, "tot_pop_pov_det_2050": 4238, "tot_pop_civ_ni_2050": 4245, "tot_hh_2050": 1574, "pop_zvhhs_2050": 62, "tot_fam_2050": 1087, "tot_pop_over5_2050": 3906, "pop_hus_rent50_2050": 173, "pop_minority_2050": 2528, "pop_over75_2050": 226, "pop_spfam_2050": 64, "pop_lep_2050": 216, "pop_below200_2050": 633, "pop_disability_2050": 248, "pct_minority_2050": 0.59552414605418136, "pct_over75_2050": 0.053239104829210834, "pct_spfam_2050": 0.058877644894204224, "pct_lep_2050": 0.055299539170506916, "pct_below200_2050": 0.1493629070316187, "pct_disab_2050": 0.058421672555948177, "pct_zvhhs_2050": 0.039390088945362133, "pct_hus_rent50_2050": 0.10991105463786532, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048876820538139007, "pct_minority_2040": 0.51740311034312503, "pct_spfam_2040": 0.11343283582089599, "pct_lep_2040": 0.055793991416309009, "pct_below200_2040": 0.22932609232288301, "pct_disab_2040": 0.075043199210072006, "pct_zvhhs_2040": 0.077828646173970006, "pct_hus_rent50_2040": 0.088135593220339009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.970279999883218, 37.342810000196678 ], [ -121.969750000153809, 37.340629999860035 ], [ -121.966600000117865, 37.341619999928504 ], [ -121.964240000102322, 37.342360000343902 ], [ -121.960110000075161, 37.343629999676004 ], [ -121.959289999917516, 37.343680000216835 ], [ -121.954499999566281, 37.343889999696678 ], [ -121.952949999662664, 37.344520000325794 ], [ -121.951219999834009, 37.346339999986618 ], [ -121.952209999870945, 37.34816999974548 ], [ -121.954369999869925, 37.347400000060887 ], [ -121.957129999918521, 37.352279999928911 ], [ -121.959350000192003, 37.352279999928911 ], [ -121.959463999994796, 37.352276000316472 ], [ -121.964900000426397, 37.352269999826248 ], [ -121.96867999975089, 37.352279999928911 ], [ -121.968659999659408, 37.346320000339951 ], [ -121.970279999883218, 37.342810000196678 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505600", "NAME": "Census Tract 5056", "state": "06", "county_fips": "085", "tract": "505600", "county_name": "Santa Clara County", "tot_pop_2050": 4679, "tot_pop_pov_det_2050": 3264, "tot_pop_civ_ni_2050": 4679, "tot_hh_2050": 1224, "pop_zvhhs_2050": 103, "tot_fam_2050": 601, "tot_pop_over5_2050": 4630, "pop_hus_rent50_2050": 393, "pop_minority_2050": 2274, "pop_over75_2050": 134, "pop_spfam_2050": 91, "pop_lep_2050": 125, "pop_below200_2050": 1168, "pop_disability_2050": 473, "pct_minority_2050": 0.48600128232528322, "pct_over75_2050": 0.028638597991023727, "pct_spfam_2050": 0.15141430948419302, "pct_lep_2050": 0.026997840172786176, "pct_below200_2050": 0.35784313725490202, "pct_disab_2050": 0.10108997649070314, "pct_zvhhs_2050": 0.084150326797385627, "pct_hus_rent50_2050": 0.32107843137254904, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.057735011102887, "pct_minority_2040": 0.46755489760671104, "pct_spfam_2040": 0.099009900990099001, "pct_lep_2040": 0.031124497991967998, "pct_below200_2040": 0.49916860658463597, "pct_disab_2040": 0.10908193484698898, "pct_zvhhs_2040": 0.152976639035418, "pct_hus_rent50_2040": 0.32076984763432204, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.955179999981851, 37.3534100000942 ], [ -121.954519999657776, 37.352279999928911 ], [ -121.953630000078206, 37.350739999844357 ], [ -121.951399999759047, 37.351860000182484 ], [ -121.949639999793135, 37.351349999677723 ], [ -121.94979999962672, 37.349020000150666 ], [ -121.947180000218509, 37.344359999839192 ], [ -121.945960000027782, 37.34480000017841 ], [ -121.942450000141719, 37.346030000222413 ], [ -121.939720000230352, 37.346970000056146 ], [ -121.941850000092117, 37.347359999898607 ], [ -121.943450000224445, 37.350159999784204 ], [ -121.938049999777846, 37.352070000349421 ], [ -121.937360000214809, 37.352019999682902 ], [ -121.938399999582188, 37.352930000174766 ], [ -121.942969999825408, 37.35534000019296 ], [ -121.944840000294491, 37.356340000099031 ], [ -121.946469999665737, 37.355819999696962 ], [ -121.951199999742514, 37.354130000288144 ], [ -121.955179999981851, 37.3534100000942 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505700", "NAME": "Census Tract 5057", "state": "06", "county_fips": "085", "tract": "505700", "county_name": "Santa Clara County", "tot_pop_2050": 7225, "tot_pop_pov_det_2050": 7134, "tot_pop_civ_ni_2050": 7225, "tot_hh_2050": 2251, "pop_zvhhs_2050": 76, "tot_fam_2050": 1317, "tot_pop_over5_2050": 6787, "pop_hus_rent50_2050": 438, "pop_minority_2050": 4300, "pop_over75_2050": 89, "pop_spfam_2050": 374, "pop_lep_2050": 278, "pop_below200_2050": 3253, "pop_disability_2050": 337, "pct_minority_2050": 0.59515570934256057, "pct_over75_2050": 0.012318339100346021, "pct_spfam_2050": 0.28397873955960518, "pct_lep_2050": 0.040960660085457484, "pct_below200_2050": 0.45598542192318481, "pct_disab_2050": 0.046643598615916965, "pct_zvhhs_2050": 0.033762772101288321, "pct_hus_rent50_2050": 0.19458018658374054, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024289642529789001, "pct_minority_2040": 0.47876565841735402, "pct_spfam_2040": 0.14947683109118101, "pct_lep_2040": 0.020124580737901, "pct_below200_2040": 0.39539910452369897, "pct_disab_2040": 0.047357164680720994, "pct_zvhhs_2040": 0.030620467365028003, "pct_hus_rent50_2040": 0.19035846724350999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.954519999657776, 37.352279999928911 ], [ -121.957129999918521, 37.352279999928911 ], [ -121.954369999869925, 37.347400000060887 ], [ -121.952209999870945, 37.34816999974548 ], [ -121.951219999834009, 37.346339999986618 ], [ -121.952949999662664, 37.344520000325794 ], [ -121.952320000374115, 37.343470000149779 ], [ -121.951389999713314, 37.341669999665115 ], [ -121.950189999614068, 37.339410000315063 ], [ -121.950158999651904, 37.338141000238046 ], [ -121.943460000270179, 37.337841999995064 ], [ -121.943460000270179, 37.33765000000929 ], [ -121.941230999775911, 37.337659999916504 ], [ -121.940438000280778, 37.33773800000418 ], [ -121.939570000442529, 37.337900000147208 ], [ -121.937853999959245, 37.337841000078249 ], [ -121.935591999853003, 37.337841000078249 ], [ -121.935572999586455, 37.337531000225596 ], [ -121.93492499985625, 37.337551999991071 ], [ -121.934565000006117, 37.337875000099459 ], [ -121.932957000376206, 37.337815000093698 ], [ -121.93226199989202, 37.338351000208277 ], [ -121.93164599994887, 37.339041999856491 ], [ -121.931241999717841, 37.339898999972348 ], [ -121.932214000211445, 37.340728000147244 ], [ -121.932749999788641, 37.341159999932778 ], [ -121.936329999994896, 37.344120000255522 ], [ -121.937819999624054, 37.343550000312568 ], [ -121.939720000230352, 37.346970000056146 ], [ -121.942450000141719, 37.346030000222413 ], [ -121.945960000027782, 37.34480000017841 ], [ -121.947180000218509, 37.344359999839192 ], [ -121.94979999962672, 37.349020000150666 ], [ -121.949639999793135, 37.351349999677723 ], [ -121.951399999759047, 37.351860000182484 ], [ -121.953630000078206, 37.350739999844357 ], [ -121.954519999657776, 37.352279999928911 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505800", "NAME": "Census Tract 5058", "state": "06", "county_fips": "085", "tract": "505800", "county_name": "Santa Clara County", "tot_pop_2050": 4145, "tot_pop_pov_det_2050": 4127, "tot_pop_civ_ni_2050": 4145, "tot_hh_2050": 1576, "pop_zvhhs_2050": 66, "tot_fam_2050": 1053, "tot_pop_over5_2050": 3884, "pop_hus_rent50_2050": 115, "pop_minority_2050": 1895, "pop_over75_2050": 366, "pop_spfam_2050": 99, "pop_lep_2050": 47, "pop_below200_2050": 316, "pop_disability_2050": 311, "pct_minority_2050": 0.45717732207478889, "pct_over75_2050": 0.088299155609167679, "pct_spfam_2050": 0.09401709401709403, "pct_lep_2050": 0.012100926879505664, "pct_below200_2050": 0.076568936273322022, "pct_disab_2050": 0.075030156815440285, "pct_zvhhs_2050": 0.041878172588832488, "pct_hus_rent50_2050": 0.072969543147208119, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028496042216358996, "pct_minority_2040": 0.423746701846966, "pct_spfam_2040": 0.12614445574771099, "pct_lep_2040": 0.026694045174537998, "pct_below200_2040": 0.16226912928759898, "pct_disab_2040": 0.060686015831134997, "pct_zvhhs_2040": 0.048969072164949001, "pct_hus_rent50_2040": 0.10378590078328999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.950249999888499, 37.329900000161622 ], [ -121.950249999888499, 37.328630000099729 ], [ -121.950212000253671, 37.328380999868131 ], [ -121.950196000360151, 37.326968999812664 ], [ -121.950229999797017, 37.325539999714117 ], [ -121.950179999568334, 37.323219999871085 ], [ -121.947667000290224, 37.323294000223143 ], [ -121.946808999599426, 37.323366000283343 ], [ -121.940552000083571, 37.323280000104177 ], [ -121.94075200010009, 37.327177000182175 ], [ -121.940737000031504, 37.329257000065766 ], [ -121.940481999763364, 37.330246000017709 ], [ -121.939334000440965, 37.332075999819089 ], [ -121.936354000284354, 37.334351000020433 ], [ -121.933150999646642, 37.336833000020761 ], [ -121.932158000134933, 37.337660999835734 ], [ -121.930351000313379, 37.339119999937402 ], [ -121.931241999717841, 37.339898999972348 ], [ -121.93164599994887, 37.339041999856491 ], [ -121.93226199989202, 37.338351000208277 ], [ -121.932957000376206, 37.337815000093698 ], [ -121.934565000006117, 37.337875000099459 ], [ -121.93492499985625, 37.337551999991071 ], [ -121.935572999586455, 37.337531000225596 ], [ -121.935591999853003, 37.337841000078249 ], [ -121.937853999959245, 37.337841000078249 ], [ -121.939570000442529, 37.337900000147208 ], [ -121.940438000280778, 37.33773800000418 ], [ -121.941230999775911, 37.337659999916504 ], [ -121.943460000270179, 37.33765000000929 ], [ -121.943460000270179, 37.337841999995064 ], [ -121.950158999651904, 37.338141000238046 ], [ -121.950191000337284, 37.334114999743832 ], [ -121.950249999888499, 37.332880000344304 ], [ -121.950249999888499, 37.329979999778608 ], [ -121.950249999888499, 37.329900000161622 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085505900", "NAME": "Census Tract 5059", "state": "06", "county_fips": "085", "tract": "505900", "county_name": "Santa Clara County", "tot_pop_2050": 7444, "tot_pop_pov_det_2050": 7316, "tot_pop_civ_ni_2050": 7316, "tot_hh_2050": 3190, "pop_zvhhs_2050": 334, "tot_fam_2050": 1925, "tot_pop_over5_2050": 6903, "pop_hus_rent50_2050": 509, "pop_minority_2050": 3396, "pop_over75_2050": 600, "pop_spfam_2050": 203, "pop_lep_2050": 290, "pop_below200_2050": 1161, "pop_disability_2050": 877, "pct_minority_2050": 0.4562063406770554, "pct_over75_2050": 0.080601826974744759, "pct_spfam_2050": 0.10545454545454544, "pct_lep_2050": 0.042010719976821681, "pct_below200_2050": 0.15869327501366867, "pct_disab_2050": 0.11987424822307273, "pct_zvhhs_2050": 0.10470219435736676, "pct_hus_rent50_2050": 0.15956112852664578, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.099877700774562012, "pct_minority_2040": 0.50292159260769109, "pct_spfam_2040": 0.14293690675600199, "pct_lep_2040": 0.064677370493790007, "pct_below200_2040": 0.22363510711817602, "pct_disab_2040": 0.105015890562388, "pct_zvhhs_2040": 0.10617120106171198, "pct_hus_rent50_2040": 0.20188742837883397, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.966400000101302, 37.327430000339653 ], [ -121.970010000444773, 37.323109999676525 ], [ -121.966050000296931, 37.323140000200183 ], [ -121.964169999782143, 37.323140000200183 ], [ -121.959780000362287, 37.323179999689089 ], [ -121.957499999814388, 37.323190000093746 ], [ -121.950179999568334, 37.323219999871085 ], [ -121.950229999797017, 37.325539999714117 ], [ -121.950196000360151, 37.326968999812664 ], [ -121.950212000253671, 37.328380999868131 ], [ -121.950249999888499, 37.328630000099729 ], [ -121.950249999888499, 37.329900000161622 ], [ -121.950249999888499, 37.329979999778608 ], [ -121.950249999888499, 37.332880000344304 ], [ -121.950191000337284, 37.334114999743832 ], [ -121.950158999651904, 37.338141000238046 ], [ -121.950189999614068, 37.339410000315063 ], [ -121.951389999713314, 37.341669999665115 ], [ -121.955349999861156, 37.340529999682914 ], [ -121.958519999988596, 37.336870000287597 ], [ -121.959120000038212, 37.336159999670322 ], [ -121.960069999892212, 37.335010000075101 ], [ -121.964339999661448, 37.329889999935659 ], [ -121.966400000101302, 37.327430000339653 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506000", "NAME": "Census Tract 5060", "state": "06", "county_fips": "085", "tract": "506000", "county_name": "Santa Clara County", "tot_pop_2050": 4805, "tot_pop_pov_det_2050": 4805, "tot_pop_civ_ni_2050": 4805, "tot_hh_2050": 1783, "pop_zvhhs_2050": 0, "tot_fam_2050": 1241, "tot_pop_over5_2050": 4483, "pop_hus_rent50_2050": 81, "pop_minority_2050": 2510, "pop_over75_2050": 254, "pop_spfam_2050": 181, "pop_lep_2050": 137, "pop_below200_2050": 718, "pop_disability_2050": 404, "pct_minority_2050": 0.52237252861602501, "pct_over75_2050": 0.052861602497398547, "pct_spfam_2050": 0.14585012087026591, "pct_lep_2050": 0.030559892928842293, "pct_below200_2050": 0.1494276795005203, "pct_disab_2050": 0.084079084287200831, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.045429052159282106, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054872280037842995, "pct_minority_2040": 0.48131504257332103, "pct_spfam_2040": 0.106884057971015, "pct_lep_2040": 0.053366583541147004, "pct_below200_2040": 0.13150425733207199, "pct_disab_2040": 0.088221381267738999, "pct_zvhhs_2040": 0.013468013468014, "pct_hus_rent50_2040": 0.047266514806378002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.969750000153809, 37.340629999860035 ], [ -121.967820000308592, 37.335730000298739 ], [ -121.967729999896903, 37.334980000005253 ], [ -121.967729999896903, 37.329879999708361 ], [ -121.96749999974314, 37.328650000171486 ], [ -121.966400000101302, 37.327430000339653 ], [ -121.964339999661448, 37.329889999935659 ], [ -121.960069999892212, 37.335010000075101 ], [ -121.959120000038212, 37.336159999670322 ], [ -121.958519999988596, 37.336870000287597 ], [ -121.955349999861156, 37.340529999682914 ], [ -121.951389999713314, 37.341669999665115 ], [ -121.952320000374115, 37.343470000149779 ], [ -121.952949999662664, 37.344520000325794 ], [ -121.954499999566281, 37.343889999696678 ], [ -121.959289999917516, 37.343680000216835 ], [ -121.960110000075161, 37.343629999676004 ], [ -121.964240000102322, 37.342360000343902 ], [ -121.966600000117865, 37.341619999928504 ], [ -121.969750000153809, 37.340629999860035 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506101", "NAME": "Census Tract 5061.01", "state": "06", "county_fips": "085", "tract": "506101", "county_name": "Santa Clara County", "tot_pop_2050": 4329, "tot_pop_pov_det_2050": 4329, "tot_pop_civ_ni_2050": 4329, "tot_hh_2050": 1608, "pop_zvhhs_2050": 19, "tot_fam_2050": 1187, "tot_pop_over5_2050": 4060, "pop_hus_rent50_2050": 122, "pop_minority_2050": 2513, "pop_over75_2050": 354, "pop_spfam_2050": 49, "pop_lep_2050": 160, "pop_below200_2050": 345, "pop_disability_2050": 387, "pct_minority_2050": 0.58050358050358053, "pct_over75_2050": 0.081774081774081769, "pct_spfam_2050": 0.041280539174389216, "pct_lep_2050": 0.039408866995073885, "pct_below200_2050": 0.07969507969507969, "pct_disab_2050": 0.089397089397089402, "pct_zvhhs_2050": 0.01181592039800995, "pct_hus_rent50_2050": 0.075870646766169156, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071714828095337996, "pct_minority_2040": 0.54207973001476506, "pct_spfam_2040": 0.038242473555736005, "pct_lep_2040": 0.059138585137245993, "pct_below200_2040": 0.14412698412698402, "pct_disab_2040": 0.08879983125922801, "pct_zvhhs_2040": 0.010434782608695998, "pct_hus_rent50_2040": 0.11610268378063, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995540000445217, 37.337869999803189 ], [ -121.995813000256689, 37.337544999831842 ], [ -121.995423000269369, 37.332571999990726 ], [ -121.995389999759098, 37.331280000008597 ], [ -121.991166000020584, 37.331539999926591 ], [ -121.989370000069684, 37.331479999860555 ], [ -121.987210000070689, 37.330499999855689 ], [ -121.986090000337398, 37.330380000157369 ], [ -121.982639999827484, 37.330079999715814 ], [ -121.98085999977009, 37.32993000011728 ], [ -121.980340000086429, 37.329879999708361 ], [ -121.974840000080704, 37.329949999842974 ], [ -121.974789999851993, 37.330630000205446 ], [ -121.973959999648585, 37.332110000306947 ], [ -121.973959999648585, 37.333909999918689 ], [ -121.97681000010887, 37.338400000069257 ], [ -121.978853999756893, 37.337936999888363 ], [ -121.978914999856272, 37.337936999888363 ], [ -121.979041000252963, 37.337936999888363 ], [ -121.982609999690254, 37.337919999893742 ], [ -121.984300000234271, 37.337740999758722 ], [ -121.987440000224467, 37.337879999681114 ], [ -121.995540000445217, 37.337869999803189 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506102", "NAME": "Census Tract 5061.02", "state": "06", "county_fips": "085", "tract": "506102", "county_name": "Santa Clara County", "tot_pop_2050": 4077, "tot_pop_pov_det_2050": 4071, "tot_pop_civ_ni_2050": 4077, "tot_hh_2050": 1597, "pop_zvhhs_2050": 59, "tot_fam_2050": 1104, "tot_pop_over5_2050": 3865, "pop_hus_rent50_2050": 27, "pop_minority_2050": 2414, "pop_over75_2050": 350, "pop_spfam_2050": 54, "pop_lep_2050": 47, "pop_below200_2050": 255, "pop_disability_2050": 371, "pct_minority_2050": 0.59210203581064513, "pct_over75_2050": 0.08584743684081432, "pct_spfam_2050": 0.048913043478260872, "pct_lep_2050": 0.012160413971539457, "pct_below200_2050": 0.062638172439204123, "pct_disab_2050": 0.090998283051263201, "pct_zvhhs_2050": 0.036944270507201005, "pct_hus_rent50_2050": 0.016906700062617408, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068357810413885001, "pct_minority_2040": 0.52523364485981305, "pct_spfam_2040": 0.073193916349809998, "pct_lep_2040": 0.051218161683278002, "pct_below200_2040": 0.13088865096359698, "pct_disab_2040": 0.084913217623497989, "pct_zvhhs_2040": 0.005215123859192, "pct_hus_rent50_2040": 0.065346534653464988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.97681000010887, 37.338400000069257 ], [ -121.973959999648585, 37.333909999918689 ], [ -121.973959999648585, 37.332110000306947 ], [ -121.974789999851993, 37.330630000205446 ], [ -121.974840000080704, 37.329949999842974 ], [ -121.974830000034942, 37.326550000002378 ], [ -121.975480000313311, 37.323059999729672 ], [ -121.973121999947608, 37.323079999855267 ], [ -121.970010000444773, 37.323109999676525 ], [ -121.966400000101302, 37.327430000339653 ], [ -121.96749999974314, 37.328650000171486 ], [ -121.967729999896903, 37.329879999708361 ], [ -121.967729999896903, 37.334980000005253 ], [ -121.967820000308592, 37.335730000298739 ], [ -121.969750000153809, 37.340629999860035 ], [ -121.97681000010887, 37.338400000069257 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506103", "NAME": "Census Tract 5061.03", "state": "06", "county_fips": "085", "tract": "506103", "county_name": "Santa Clara County", "tot_pop_2050": 4943, "tot_pop_pov_det_2050": 4943, "tot_pop_civ_ni_2050": 4943, "tot_hh_2050": 1666, "pop_zvhhs_2050": 88, "tot_fam_2050": 1317, "tot_pop_over5_2050": 4633, "pop_hus_rent50_2050": 152, "pop_minority_2050": 3274, "pop_over75_2050": 407, "pop_spfam_2050": 136, "pop_lep_2050": 282, "pop_below200_2050": 653, "pop_disability_2050": 467, "pct_minority_2050": 0.66235079910985228, "pct_over75_2050": 0.082338660732348773, "pct_spfam_2050": 0.1032649962034928, "pct_lep_2050": 0.060867688322900924, "pct_below200_2050": 0.13210600849686424, "pct_disab_2050": 0.094477038235889141, "pct_zvhhs_2050": 0.052821128451380553, "pct_hus_rent50_2050": 0.091236494597839141, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060952777199916999, "pct_minority_2040": 0.63033076763053897, "pct_spfam_2040": 0.10371517027863801, "pct_lep_2040": 0.030176211453744998, "pct_below200_2040": 0.1805700020803, "pct_disab_2040": 0.060120657374662004, "pct_zvhhs_2040": 0.021897810218978003, "pct_hus_rent50_2040": 0.076350093109869996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995989999808728, 37.324639999681708 ], [ -121.99569100005796, 37.322940000293009 ], [ -121.992517999557464, 37.322961999965997 ], [ -121.987280000390896, 37.323000000035314 ], [ -121.983819999835262, 37.323020000176882 ], [ -121.982380000434816, 37.323040000313128 ], [ -121.975480000313311, 37.323059999729672 ], [ -121.974830000034942, 37.326550000002378 ], [ -121.974840000080704, 37.329949999842974 ], [ -121.980340000086429, 37.329879999708361 ], [ -121.98085999977009, 37.32993000011728 ], [ -121.982639999827484, 37.330079999715814 ], [ -121.986090000337398, 37.330380000157369 ], [ -121.987210000070689, 37.330499999855689 ], [ -121.989370000069684, 37.331479999860555 ], [ -121.991166000020584, 37.331539999926591 ], [ -121.995389999759098, 37.331280000008597 ], [ -121.995989999808728, 37.324639999681708 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506202", "NAME": "Census Tract 5062.02", "state": "06", "county_fips": "085", "tract": "506202", "county_name": "Santa Clara County", "tot_pop_2050": 7178, "tot_pop_pov_det_2050": 6913, "tot_pop_civ_ni_2050": 6930, "tot_hh_2050": 2478, "pop_zvhhs_2050": 120, "tot_fam_2050": 1816, "tot_pop_over5_2050": 6623, "pop_hus_rent50_2050": 224, "pop_minority_2050": 4345, "pop_over75_2050": 779, "pop_spfam_2050": 29, "pop_lep_2050": 341, "pop_below200_2050": 588, "pop_disability_2050": 597, "pct_minority_2050": 0.60532181666202289, "pct_over75_2050": 0.1085260518250209, "pct_spfam_2050": 0.015969162995594713, "pct_lep_2050": 0.051487241431375515, "pct_below200_2050": 0.085057138724142931, "pct_disab_2050": 0.086147186147186153, "pct_zvhhs_2050": 0.048426150121065374, "pct_hus_rent50_2050": 0.0903954802259887, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.113915225878416, "pct_minority_2040": 0.59899609592861092, "pct_spfam_2040": 0.016986301369863, "pct_lep_2040": 0.042467590523022, "pct_below200_2040": 0.076657060518732001, "pct_disab_2040": 0.085825186889016997, "pct_zvhhs_2040": 0.049435578045931995, "pct_hus_rent50_2040": 0.062327416173569995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.002770000279639, 37.294624999969713 ], [ -122.003433000078445, 37.293081000057107 ], [ -121.99471600008961, 37.29209000028527 ], [ -121.992146999836706, 37.291634999894278 ], [ -121.989332000434871, 37.294067999785298 ], [ -121.984070000080507, 37.298656999924987 ], [ -121.981734000354422, 37.300876999651308 ], [ -121.981217000145492, 37.301381999987619 ], [ -121.980053000031248, 37.302847000128381 ], [ -121.979539000195345, 37.303583000090669 ], [ -121.978595000189145, 37.305292999911082 ], [ -121.977666000251546, 37.308129999647022 ], [ -121.982274000129593, 37.308603000084034 ], [ -121.984947999964476, 37.308589999678262 ], [ -121.992489000143465, 37.308562999982534 ], [ -121.992814999658407, 37.308624999666407 ], [ -121.993413000058197, 37.30950400025197 ], [ -121.996057999580785, 37.309586000018264 ], [ -121.996325000442781, 37.309616999802095 ], [ -121.996748999866995, 37.307029000074181 ], [ -121.996231999658036, 37.304270999708464 ], [ -121.996787000400147, 37.301810000041769 ], [ -121.997126000333864, 37.301413000295454 ], [ -121.997618000428446, 37.301066999892726 ], [ -121.998091000256451, 37.29823199969551 ], [ -122.00109700035236, 37.296491999684143 ], [ -122.002316999644762, 37.295086000199106 ], [ -122.002770000279639, 37.294624999969713 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506203", "NAME": "Census Tract 5062.03", "state": "06", "county_fips": "085", "tract": "506203", "county_name": "Santa Clara County", "tot_pop_2050": 6443, "tot_pop_pov_det_2050": 6443, "tot_pop_civ_ni_2050": 6443, "tot_hh_2050": 2345, "pop_zvhhs_2050": 176, "tot_fam_2050": 1750, "tot_pop_over5_2050": 5943, "pop_hus_rent50_2050": 260, "pop_minority_2050": 5497, "pop_over75_2050": 161, "pop_spfam_2050": 77, "pop_lep_2050": 638, "pop_below200_2050": 1108, "pop_disability_2050": 427, "pct_minority_2050": 0.85317398727300942, "pct_over75_2050": 0.024988359459878942, "pct_spfam_2050": 0.044, "pct_lep_2050": 0.10735318862527343, "pct_below200_2050": 0.17196957938848362, "pct_disab_2050": 0.066273475089244138, "pct_zvhhs_2050": 0.075053304904051169, "pct_hus_rent50_2050": 0.11087420042643924, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025838203629652001, "pct_minority_2040": 0.83528145186096592, "pct_spfam_2040": 0.13255813953488399, "pct_lep_2040": 0.14143094841930098, "pct_below200_2040": 0.25930482928329701, "pct_disab_2040": 0.078591202706859015, "pct_zvhhs_2040": 0.066242038216559995, "pct_hus_rent50_2040": 0.131567520625271, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995778000096607, 37.322487999742265 ], [ -121.995696999905732, 37.320732000033601 ], [ -121.991361000014251, 37.318682000081779 ], [ -121.989652999926889, 37.318190999838613 ], [ -121.988057999817457, 37.31797400011321 ], [ -121.984620999726317, 37.317967000272951 ], [ -121.981032000197558, 37.317966000091594 ], [ -121.97758400023578, 37.317817000069397 ], [ -121.975025999853543, 37.317085999660989 ], [ -121.972432000384586, 37.320151000245652 ], [ -121.9717700004107, 37.320942000091271 ], [ -121.970010000444773, 37.323109999676525 ], [ -121.973121999947608, 37.323079999855267 ], [ -121.975480000313311, 37.323059999729672 ], [ -121.982380000434816, 37.323040000313128 ], [ -121.983819999835262, 37.323020000176882 ], [ -121.987280000390896, 37.323000000035314 ], [ -121.992517999557464, 37.322961999965997 ], [ -121.99569100005796, 37.322940000293009 ], [ -121.995778000096607, 37.322487999742265 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506204", "NAME": "Census Tract 5062.04", "state": "06", "county_fips": "085", "tract": "506204", "county_name": "Santa Clara County", "tot_pop_2050": 5876, "tot_pop_pov_det_2050": 5876, "tot_pop_civ_ni_2050": 5876, "tot_hh_2050": 2039, "pop_zvhhs_2050": 52, "tot_fam_2050": 1593, "tot_pop_over5_2050": 5570, "pop_hus_rent50_2050": 116, "pop_minority_2050": 4733, "pop_over75_2050": 414, "pop_spfam_2050": 73, "pop_lep_2050": 616, "pop_below200_2050": 828, "pop_disability_2050": 395, "pct_minority_2050": 0.80547991831177668, "pct_over75_2050": 0.07045609257998639, "pct_spfam_2050": 0.045825486503452605, "pct_lep_2050": 0.11059245960502694, "pct_below200_2050": 0.14091218515997278, "pct_disab_2050": 0.067222600408441122, "pct_zvhhs_2050": 0.02550269740068661, "pct_hus_rent50_2050": 0.056890632663070123, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068888121546961001, "pct_minority_2040": 0.63553176795580102, "pct_spfam_2040": 0.036538461538460999, "pct_lep_2040": 0.05525879535826099, "pct_below200_2040": 0.21080801104972399, "pct_disab_2040": 0.085117403314917017, "pct_zvhhs_2040": 0.0071258907363419988, "pct_hus_rent50_2040": 0.080536912751678, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995763000027992, 37.310952999958012 ], [ -121.996057999580785, 37.309586000018264 ], [ -121.993413000058197, 37.30950400025197 ], [ -121.992814999658407, 37.308624999666407 ], [ -121.992489000143465, 37.308562999982534 ], [ -121.984947999964476, 37.308589999678262 ], [ -121.982274000129593, 37.308603000084034 ], [ -121.977666000251546, 37.308129999647022 ], [ -121.977400000112766, 37.309834000074289 ], [ -121.977322000294947, 37.311409000219925 ], [ -121.977108000034718, 37.31332299983243 ], [ -121.975943999920474, 37.315892999910417 ], [ -121.975133999808577, 37.316959000038942 ], [ -121.975025999853543, 37.317085999660989 ], [ -121.97758400023578, 37.317817000069397 ], [ -121.981032000197558, 37.317966000091594 ], [ -121.984620999726317, 37.317967000272951 ], [ -121.988057999817457, 37.31797400011321 ], [ -121.989652999926889, 37.318190999838613 ], [ -121.991361000014251, 37.318682000081779 ], [ -121.995696999905732, 37.320732000033601 ], [ -121.995578000080059, 37.320291000002825 ], [ -121.995577000255139, 37.315832 ], [ -121.995763000027992, 37.310952999958012 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506301", "NAME": "Census Tract 5063.01", "state": "06", "county_fips": "085", "tract": "506301", "county_name": "Santa Clara County", "tot_pop_2050": 5676, "tot_pop_pov_det_2050": 5603, "tot_pop_civ_ni_2050": 5603, "tot_hh_2050": 2335, "pop_zvhhs_2050": 74, "tot_fam_2050": 1336, "tot_pop_over5_2050": 5380, "pop_hus_rent50_2050": 219, "pop_minority_2050": 3461, "pop_over75_2050": 273, "pop_spfam_2050": 87, "pop_lep_2050": 532, "pop_below200_2050": 1019, "pop_disability_2050": 420, "pct_minority_2050": 0.60976039464411558, "pct_over75_2050": 0.048097251585623682, "pct_spfam_2050": 0.06511976047904193, "pct_lep_2050": 0.098884758364312264, "pct_below200_2050": 0.18186685704087094, "pct_disab_2050": 0.074959842941281454, "pct_zvhhs_2050": 0.031691648822269811, "pct_hus_rent50_2050": 0.093790149892933619, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043640234167109999, "pct_minority_2040": 0.54763171899946794, "pct_spfam_2040": 0.06254653760238299, "pct_lep_2040": 0.098989128361625003, "pct_below200_2040": 0.21032677378588199, "pct_disab_2040": 0.060513557191595992, "pct_zvhhs_2040": 0.077690972222222002, "pct_hus_rent50_2040": 0.134368070953437, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.972432000384586, 37.320151000245652 ], [ -121.975025999853543, 37.317085999660989 ], [ -121.971331000019561, 37.316240999658795 ], [ -121.969283000173562, 37.316195999738937 ], [ -121.963988000207252, 37.316381999757226 ], [ -121.960669000116908, 37.316314000249477 ], [ -121.951854000218788, 37.316727999703758 ], [ -121.950119000367266, 37.31668300007545 ], [ -121.950179999568334, 37.323219999871085 ], [ -121.957499999814388, 37.323190000093746 ], [ -121.959780000362287, 37.323179999689089 ], [ -121.964169999782143, 37.323140000200183 ], [ -121.966050000296931, 37.323140000200183 ], [ -121.970010000444773, 37.323109999676525 ], [ -121.9717700004107, 37.320942000091271 ], [ -121.972432000384586, 37.320151000245652 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506302", "NAME": "Census Tract 5063.02", "state": "06", "county_fips": "085", "tract": "506302", "county_name": "Santa Clara County", "tot_pop_2050": 6688, "tot_pop_pov_det_2050": 6688, "tot_pop_civ_ni_2050": 6674, "tot_hh_2050": 2324, "pop_zvhhs_2050": 59, "tot_fam_2050": 1634, "tot_pop_over5_2050": 6395, "pop_hus_rent50_2050": 134, "pop_minority_2050": 3006, "pop_over75_2050": 335, "pop_spfam_2050": 97, "pop_lep_2050": 231, "pop_below200_2050": 677, "pop_disability_2050": 917, "pct_minority_2050": 0.44946172248803828, "pct_over75_2050": 0.050089712918660288, "pct_spfam_2050": 0.059363525091799263, "pct_lep_2050": 0.036121970289288506, "pct_below200_2050": 0.10122607655502393, "pct_disab_2050": 0.13739886125262213, "pct_zvhhs_2050": 0.02538726333907057, "pct_hus_rent50_2050": 0.057659208261617897, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061090676475291997, "pct_minority_2040": 0.48264832880217501, "pct_spfam_2040": 0.13123948401570401, "pct_lep_2040": 0.021166666666667, "pct_below200_2040": 0.11162641931872699, "pct_disab_2040": 0.064289141212217987, "pct_zvhhs_2040": 0.044070512820512997, "pct_hus_rent50_2040": 0.070889261744966001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.964096999987206, 37.304400000052496 ], [ -121.96428500030818, 37.301175999784519 ], [ -121.958853000074512, 37.301523000085858 ], [ -121.958607999852134, 37.301527999942579 ], [ -121.954467999779226, 37.301545000310462 ], [ -121.949947999764731, 37.301555000020691 ], [ -121.950020999559655, 37.305734999674357 ], [ -121.950054000069926, 37.309042000210958 ], [ -121.949976000252136, 37.309078999873378 ], [ -121.950119000367266, 37.31668300007545 ], [ -121.951854000218788, 37.316727999703758 ], [ -121.960669000116908, 37.316314000249477 ], [ -121.963988000207252, 37.316381999757226 ], [ -121.963988000207252, 37.31598599999478 ], [ -121.962989999774393, 37.312152000354637 ], [ -121.963624999984106, 37.308744999808248 ], [ -121.964096999987206, 37.304400000052496 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506304", "NAME": "Census Tract 5063.04", "state": "06", "county_fips": "085", "tract": "506304", "county_name": "Santa Clara County", "tot_pop_2050": 5265, "tot_pop_pov_det_2050": 5220, "tot_pop_civ_ni_2050": 5193, "tot_hh_2050": 2148, "pop_zvhhs_2050": 15, "tot_fam_2050": 1240, "tot_pop_over5_2050": 4950, "pop_hus_rent50_2050": 303, "pop_minority_2050": 3785, "pop_over75_2050": 60, "pop_spfam_2050": 178, "pop_lep_2050": 401, "pop_below200_2050": 905, "pop_disability_2050": 126, "pct_minority_2050": 0.71889838556505226, "pct_over75_2050": 0.011396011396011395, "pct_spfam_2050": 0.1435483870967742, "pct_lep_2050": 0.081010101010101004, "pct_below200_2050": 0.17337164750957856, "pct_disab_2050": 0.024263431542461002, "pct_zvhhs_2050": 0.0069832402234636867, "pct_hus_rent50_2050": 0.14106145251396648, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.031244514656836999, "pct_minority_2040": 0.64700719677023, "pct_spfam_2040": 0.14747930775018803, "pct_lep_2040": 0.13552976413328302, "pct_below200_2040": 0.31683342109882395, "pct_disab_2040": 0.060909250482709995, "pct_zvhhs_2040": 0.007733204446593, "pct_hus_rent50_2040": 0.19828887770508299, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.977400000112766, 37.309834000074289 ], [ -121.977666000251546, 37.308129999647022 ], [ -121.973552999942825, 37.308219999827998 ], [ -121.972056999567556, 37.308249000268226 ], [ -121.963624999984106, 37.308744999808248 ], [ -121.962989999774393, 37.312152000354637 ], [ -121.963988000207252, 37.31598599999478 ], [ -121.963988000207252, 37.316381999757226 ], [ -121.969283000173562, 37.316195999738937 ], [ -121.971331000019561, 37.316240999658795 ], [ -121.975025999853543, 37.317085999660989 ], [ -121.975133999808577, 37.316959000038942 ], [ -121.975943999920474, 37.315892999910417 ], [ -121.977108000034718, 37.31332299983243 ], [ -121.977322000294947, 37.311409000219925 ], [ -121.977400000112766, 37.309834000074289 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506305", "NAME": "Census Tract 5063.05", "state": "06", "county_fips": "085", "tract": "506305", "county_name": "Santa Clara County", "tot_pop_2050": 6652, "tot_pop_pov_det_2050": 6652, "tot_pop_civ_ni_2050": 6652, "tot_hh_2050": 2435, "pop_zvhhs_2050": 145, "tot_fam_2050": 1689, "tot_pop_over5_2050": 6051, "pop_hus_rent50_2050": 458, "pop_minority_2050": 4596, "pop_over75_2050": 247, "pop_spfam_2050": 331, "pop_lep_2050": 604, "pop_below200_2050": 1990, "pop_disability_2050": 644, "pct_minority_2050": 0.69092002405291641, "pct_over75_2050": 0.037131689717378229, "pct_spfam_2050": 0.19597394908229721, "pct_lep_2050": 0.099818211865807305, "pct_below200_2050": 0.29915814792543594, "pct_disab_2050": 0.0968129885748647, "pct_zvhhs_2050": 0.059548254620123212, "pct_hus_rent50_2050": 0.18809034907597533, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.025244514935237002, "pct_minority_2040": 0.76605868358445706, "pct_spfam_2040": 0.30410958904109603, "pct_lep_2040": 0.16520756848347901, "pct_below200_2040": 0.39571768437747801, "pct_disab_2040": 0.057758392809939003, "pct_zvhhs_2040": 0.087435998424576986, "pct_hus_rent50_2040": 0.24889955982393, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.981734000354422, 37.300876999651308 ], [ -121.981233000039012, 37.300786999971145 ], [ -121.976722000245346, 37.300917000268576 ], [ -121.970263000164792, 37.30103699984894 ], [ -121.969852000261056, 37.301043999836395 ], [ -121.96428500030818, 37.301175999784519 ], [ -121.964096999987206, 37.304400000052496 ], [ -121.963624999984106, 37.308744999808248 ], [ -121.972056999567556, 37.308249000268226 ], [ -121.973552999942825, 37.308219999827998 ], [ -121.977666000251546, 37.308129999647022 ], [ -121.978595000189145, 37.305292999911082 ], [ -121.979539000195345, 37.303583000090669 ], [ -121.980053000031248, 37.302847000128381 ], [ -121.981217000145492, 37.301381999987619 ], [ -121.981734000354422, 37.300876999651308 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506401", "NAME": "Census Tract 5064.01", "state": "06", "county_fips": "085", "tract": "506401", "county_name": "Santa Clara County", "tot_pop_2050": 5196, "tot_pop_pov_det_2050": 5176, "tot_pop_civ_ni_2050": 5176, "tot_hh_2050": 2219, "pop_zvhhs_2050": 199, "tot_fam_2050": 1419, "tot_pop_over5_2050": 4826, "pop_hus_rent50_2050": 415, "pop_minority_2050": 3129, "pop_over75_2050": 356, "pop_spfam_2050": 245, "pop_lep_2050": 376, "pop_below200_2050": 1082, "pop_disability_2050": 562, "pct_minority_2050": 0.60219399538106233, "pct_over75_2050": 0.068514241724403388, "pct_spfam_2050": 0.1726568005637773, "pct_lep_2050": 0.077911313717364275, "pct_below200_2050": 0.2090417310664606, "pct_disab_2050": 0.10857805255023184, "pct_zvhhs_2050": 0.089680036052275799, "pct_hus_rent50_2050": 0.18702118071203244, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.07174323473883, "pct_minority_2040": 0.61925739458779105, "pct_spfam_2040": 0.137238493723849, "pct_lep_2040": 0.10284318080853, "pct_below200_2040": 0.23872456471575398, "pct_disab_2040": 0.10614642332704, "pct_zvhhs_2040": 0.025602409638554001, "pct_hus_rent50_2040": 0.11806256306760801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.950179999568334, 37.323219999871085 ], [ -121.950119000367266, 37.31668300007545 ], [ -121.949976000252136, 37.309078999873378 ], [ -121.949426000431217, 37.309265000353207 ], [ -121.942697000013936, 37.309363999694952 ], [ -121.940496999831993, 37.309744999972523 ], [ -121.940173999791782, 37.317242000326281 ], [ -121.940552000083571, 37.323280000104177 ], [ -121.946808999599426, 37.323366000283343 ], [ -121.947667000290224, 37.323294000223143 ], [ -121.950179999568334, 37.323219999871085 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506402", "NAME": "Census Tract 5064.02", "state": "06", "county_fips": "085", "tract": "506402", "county_name": "Santa Clara County", "tot_pop_2050": 6030, "tot_pop_pov_det_2050": 5902, "tot_pop_civ_ni_2050": 5902, "tot_hh_2050": 2282, "pop_zvhhs_2050": 66, "tot_fam_2050": 1530, "tot_pop_over5_2050": 5462, "pop_hus_rent50_2050": 309, "pop_minority_2050": 3623, "pop_over75_2050": 367, "pop_spfam_2050": 174, "pop_lep_2050": 472, "pop_below200_2050": 1457, "pop_disability_2050": 551, "pct_minority_2050": 0.6008291873963516, "pct_over75_2050": 0.060862354892205636, "pct_spfam_2050": 0.11372549019607844, "pct_lep_2050": 0.08641523251556206, "pct_below200_2050": 0.2468654693324297, "pct_disab_2050": 0.093358183666553726, "pct_zvhhs_2050": 0.028921998247151626, "pct_hus_rent50_2050": 0.13540753724802804, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.092993426326759998, "pct_minority_2040": 0.56581689915023203, "pct_spfam_2040": 0.16422660725652499, "pct_lep_2040": 0.089870395634378999, "pct_below200_2040": 0.29670329670329704, "pct_disab_2040": 0.12120715105789699, "pct_zvhhs_2040": 0.044474393530996997, "pct_hus_rent50_2040": 0.13813405797101502, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.950054000069926, 37.309042000210958 ], [ -121.950020999559655, 37.305734999674357 ], [ -121.949947999764731, 37.301555000020691 ], [ -121.949916999802596, 37.296865999774788 ], [ -121.949919000350732, 37.295627999961951 ], [ -121.94979999962672, 37.295279999850955 ], [ -121.94979999962672, 37.294149999946853 ], [ -121.938257000365383, 37.294262999700614 ], [ -121.940213000149868, 37.298119999917866 ], [ -121.940465999869829, 37.299291999694248 ], [ -121.94048799961115, 37.299742999955399 ], [ -121.940521000121436, 37.303144999911027 ], [ -121.940597000289415, 37.305111000304215 ], [ -121.940496999831993, 37.309744999972523 ], [ -121.942697000013936, 37.309363999694952 ], [ -121.949426000431217, 37.309265000353207 ], [ -121.949976000252136, 37.309078999873378 ], [ -121.950054000069926, 37.309042000210958 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506501", "NAME": "Census Tract 5065.01", "state": "06", "county_fips": "085", "tract": "506501", "county_name": "Santa Clara County", "tot_pop_2050": 7132, "tot_pop_pov_det_2050": 7017, "tot_pop_civ_ni_2050": 6997, "tot_hh_2050": 2393, "pop_zvhhs_2050": 197, "tot_fam_2050": 1524, "tot_pop_over5_2050": 6564, "pop_hus_rent50_2050": 554, "pop_minority_2050": 5519, "pop_over75_2050": 181, "pop_spfam_2050": 202, "pop_lep_2050": 850, "pop_below200_2050": 2731, "pop_disability_2050": 582, "pct_minority_2050": 0.77383623107122823, "pct_over75_2050": 0.025378575434660683, "pct_spfam_2050": 0.13254593175853019, "pct_lep_2050": 0.12949421084704449, "pct_below200_2050": 0.38919766281886847, "pct_disab_2050": 0.083178505073602971, "pct_zvhhs_2050": 0.082323443376514829, "pct_hus_rent50_2050": 0.23150856665273714, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042978570573446999, "pct_minority_2040": 0.76439602538010298, "pct_spfam_2040": 0.27132579650565303, "pct_lep_2040": 0.18011508095811601, "pct_below200_2040": 0.56085365853658498, "pct_disab_2040": 0.10103595368677599, "pct_zvhhs_2040": 0.049616780960064, "pct_hus_rent50_2040": 0.34199669966996699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.96428500030818, 37.301175999784519 ], [ -121.964220999835774, 37.300969000038741 ], [ -121.961851999599418, 37.297892000212556 ], [ -121.96120800006716, 37.296671999925493 ], [ -121.960819999729637, 37.294149999946853 ], [ -121.94979999962672, 37.294149999946853 ], [ -121.94979999962672, 37.295279999850955 ], [ -121.949919000350732, 37.295627999961951 ], [ -121.949916999802596, 37.296865999774788 ], [ -121.949947999764731, 37.301555000020691 ], [ -121.954467999779226, 37.301545000310462 ], [ -121.958607999852134, 37.301527999942579 ], [ -121.958853000074512, 37.301523000085858 ], [ -121.96428500030818, 37.301175999784519 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506502", "NAME": "Census Tract 5065.02", "state": "06", "county_fips": "085", "tract": "506502", "county_name": "Santa Clara County", "tot_pop_2050": 4297, "tot_pop_pov_det_2050": 4284, "tot_pop_civ_ni_2050": 4297, "tot_hh_2050": 1900, "pop_zvhhs_2050": 56, "tot_fam_2050": 905, "tot_pop_over5_2050": 3935, "pop_hus_rent50_2050": 190, "pop_minority_2050": 1732, "pop_over75_2050": 152, "pop_spfam_2050": 114, "pop_lep_2050": 113, "pop_below200_2050": 710, "pop_disability_2050": 354, "pct_minority_2050": 0.40307191063532705, "pct_over75_2050": 0.035373516406795438, "pct_spfam_2050": 0.12596685082872927, "pct_lep_2050": 0.028716645489199489, "pct_below200_2050": 0.1657329598506069, "pct_disab_2050": 0.082383057947405164, "pct_zvhhs_2050": 0.029473684210526319, "pct_hus_rent50_2050": 0.1, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034740032641641001, "pct_minority_2040": 0.30659827465609701, "pct_spfam_2040": 0.17667436489607397, "pct_lep_2040": 0.0083702609551939994, "pct_below200_2040": 0.13762329732268699, "pct_disab_2040": 0.055723944975519003, "pct_zvhhs_2040": 0.044456066945606998, "pct_hus_rent50_2040": 0.064634787178140002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.960859999912628, 37.263009999761444 ], [ -121.961959999554452, 37.261580000095563 ], [ -121.957940000030447, 37.261029999978902 ], [ -121.956912000358642, 37.260487999837224 ], [ -121.955539999831956, 37.259910000090045 ], [ -121.953844000338464, 37.25820900001569 ], [ -121.948972999796396, 37.265278999917136 ], [ -121.947239999594643, 37.270760000076628 ], [ -121.946943000392039, 37.272136000049755 ], [ -121.946703000192556, 37.273159000120756 ], [ -121.946131999556897, 37.275632000289384 ], [ -121.945436999971065, 37.278106999983798 ], [ -121.944807999609125, 37.279276999921152 ], [ -121.940387000227119, 37.283217999827365 ], [ -121.936760999990113, 37.287010000309849 ], [ -121.936263999872651, 37.289570000039596 ], [ -121.937510000002675, 37.292839999816067 ], [ -121.938257000365383, 37.294262999700614 ], [ -121.94979999962672, 37.294149999946853 ], [ -121.949780000433563, 37.290650000066464 ], [ -121.949750000296319, 37.287019999808187 ], [ -121.949679999976141, 37.280679999750241 ], [ -121.949669999930379, 37.277930000355958 ], [ -121.952759999691892, 37.273649999875808 ], [ -121.953880000323466, 37.272149999683322 ], [ -121.956119999790104, 37.269080000161942 ], [ -121.960859999912628, 37.263009999761444 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506503", "NAME": "Census Tract 5065.03", "state": "06", "county_fips": "085", "tract": "506503", "county_name": "Santa Clara County", "tot_pop_2050": 6183, "tot_pop_pov_det_2050": 6160, "tot_pop_civ_ni_2050": 6175, "tot_hh_2050": 2751, "pop_zvhhs_2050": 322, "tot_fam_2050": 1374, "tot_pop_over5_2050": 5892, "pop_hus_rent50_2050": 444, "pop_minority_2050": 3177, "pop_over75_2050": 595, "pop_spfam_2050": 184, "pop_lep_2050": 514, "pop_below200_2050": 1563, "pop_disability_2050": 751, "pct_minority_2050": 0.51382823871906846, "pct_over75_2050": 0.096231602781821121, "pct_spfam_2050": 0.1339155749636099, "pct_lep_2050": 0.087236931432450787, "pct_below200_2050": 0.25373376623376626, "pct_disab_2050": 0.12161943319838055, "pct_zvhhs_2050": 0.11704834605597965, "pct_hus_rent50_2050": 0.16139585605234461, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.074, "pct_minority_2040": 0.473, "pct_spfam_2040": 0.18335787923416802, "pct_lep_2040": 0.117197009215789, "pct_below200_2040": 0.24198396793587196, "pct_disab_2040": 0.13610554442217801, "pct_zvhhs_2040": 0.124392220421394, "pct_hus_rent50_2040": 0.108589951377634, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.960710000124777, 37.286929999986903 ], [ -121.960960000370036, 37.284350000077261 ], [ -121.960459999879532, 37.282989999987358 ], [ -121.957200000238743, 37.279769999748936 ], [ -121.955569999969171, 37.277740000292255 ], [ -121.954499999566281, 37.274870000324469 ], [ -121.952759999691892, 37.273649999875808 ], [ -121.949669999930379, 37.277930000355958 ], [ -121.949679999976141, 37.280679999750241 ], [ -121.949750000296319, 37.287019999808187 ], [ -121.949780000433563, 37.290650000066464 ], [ -121.94979999962672, 37.294149999946853 ], [ -121.960819999729637, 37.294149999946853 ], [ -121.960657000421335, 37.290880999762933 ], [ -121.960570000382717, 37.288379999965571 ], [ -121.960710000124777, 37.286929999986903 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506601", "NAME": "Census Tract 5066.01", "state": "06", "county_fips": "085", "tract": "506601", "county_name": "Santa Clara County", "tot_pop_2050": 4576, "tot_pop_pov_det_2050": 4576, "tot_pop_civ_ni_2050": 4576, "tot_hh_2050": 1675, "pop_zvhhs_2050": 70, "tot_fam_2050": 1256, "tot_pop_over5_2050": 4251, "pop_hus_rent50_2050": 257, "pop_minority_2050": 2939, "pop_over75_2050": 252, "pop_spfam_2050": 157, "pop_lep_2050": 177, "pop_below200_2050": 742, "pop_disability_2050": 303, "pct_minority_2050": 0.64226398601398593, "pct_over75_2050": 0.055069930069930072, "pct_spfam_2050": 0.125, "pct_lep_2050": 0.041637261820748062, "pct_below200_2050": 0.16215034965034966, "pct_disab_2050": 0.066215034965034961, "pct_zvhhs_2050": 0.041791044776119404, "pct_hus_rent50_2050": 0.15343283582089556, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034591858257750997, "pct_minority_2040": 0.531955283695423, "pct_spfam_2040": 0.114768683274021, "pct_lep_2040": 0.10497859878350999, "pct_below200_2040": 0.25522041763341102, "pct_disab_2040": 0.065597975110735993, "pct_zvhhs_2040": 0.051178838412880998, "pct_hus_rent50_2040": 0.17480871100647402, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.989332000434871, 37.294067999785298 ], [ -121.992146999836706, 37.291634999894278 ], [ -121.985414999944695, 37.286627000154702 ], [ -121.984469000288669, 37.28634399970953 ], [ -121.984115000286351, 37.286238000147677 ], [ -121.983104000333, 37.285951000099011 ], [ -121.982239999794402, 37.285839999799144 ], [ -121.976650000275313, 37.285990000184867 ], [ -121.976601999696413, 37.288919999737125 ], [ -121.976599000221682, 37.289328999986537 ], [ -121.976599000221682, 37.289825999796093 ], [ -121.976598000396763, 37.290779000188607 ], [ -121.976620999962989, 37.29379500019806 ], [ -121.976722000245346, 37.300917000268576 ], [ -121.981233000039012, 37.300786999971145 ], [ -121.981734000354422, 37.300876999651308 ], [ -121.984070000080507, 37.298656999924987 ], [ -121.989332000434871, 37.294067999785298 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506603", "NAME": "Census Tract 5066.03", "state": "06", "county_fips": "085", "tract": "506603", "county_name": "Santa Clara County", "tot_pop_2050": 4042, "tot_pop_pov_det_2050": 4000, "tot_pop_civ_ni_2050": 4000, "tot_hh_2050": 1356, "pop_zvhhs_2050": 49, "tot_fam_2050": 1084, "tot_pop_over5_2050": 3813, "pop_hus_rent50_2050": 68, "pop_minority_2050": 1915, "pop_over75_2050": 278, "pop_spfam_2050": 66, "pop_lep_2050": 209, "pop_below200_2050": 502, "pop_disability_2050": 312, "pct_minority_2050": 0.47377535873330029, "pct_over75_2050": 0.068777832756061349, "pct_spfam_2050": 0.060885608856088562, "pct_lep_2050": 0.054812483608707052, "pct_below200_2050": 0.1255, "pct_disab_2050": 0.078, "pct_zvhhs_2050": 0.036135693215339236, "pct_hus_rent50_2050": 0.050147492625368731, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090062834535723016, "pct_minority_2040": 0.49313474517104999, "pct_spfam_2040": 0.113240418118467, "pct_lep_2040": 0.064858199753390994, "pct_below200_2040": 0.19740566037735802, "pct_disab_2040": 0.11398354876615699, "pct_zvhhs_2040": 0.040889526542323994, "pct_hus_rent50_2040": 0.080924855491329009, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.977399000287846, 37.281835999744189 ], [ -121.977277000089117, 37.279143000179715 ], [ -121.976604000244578, 37.278371000084917 ], [ -121.976678999689312, 37.277356000128982 ], [ -121.976078999639697, 37.277581999874059 ], [ -121.970711999703354, 37.277203999672068 ], [ -121.970409999579573, 37.277165000036753 ], [ -121.968535999810854, 37.277072999845643 ], [ -121.964672999747393, 37.278741000238838 ], [ -121.963436999663116, 37.27924399982026 ], [ -121.960961000194956, 37.283634999722658 ], [ -121.960960000370036, 37.284350000077261 ], [ -121.960710000124777, 37.286929999986903 ], [ -121.965677999852957, 37.286707999967504 ], [ -121.967519999834622, 37.286486999893199 ], [ -121.96799000018791, 37.286379999931263 ], [ -121.974163999863109, 37.286094000314847 ], [ -121.97659099982576, 37.285990000184867 ], [ -121.976622999612815, 37.284405000317946 ], [ -121.976631000008737, 37.283601000179374 ], [ -121.976584000153068, 37.281839000300423 ], [ -121.977399000287846, 37.281835999744189 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506604", "NAME": "Census Tract 5066.04", "state": "06", "county_fips": "085", "tract": "506604", "county_name": "Santa Clara County", "tot_pop_2050": 7823, "tot_pop_pov_det_2050": 7823, "tot_pop_civ_ni_2050": 7823, "tot_hh_2050": 2619, "pop_zvhhs_2050": 52, "tot_fam_2050": 2210, "tot_pop_over5_2050": 7364, "pop_hus_rent50_2050": 46, "pop_minority_2050": 3916, "pop_over75_2050": 382, "pop_spfam_2050": 159, "pop_lep_2050": 282, "pop_below200_2050": 843, "pop_disability_2050": 435, "pct_minority_2050": 0.50057522689505307, "pct_over75_2050": 0.048830371980058802, "pct_spfam_2050": 0.071945701357466058, "pct_lep_2050": 0.038294405214557306, "pct_below200_2050": 0.10775917167327112, "pct_disab_2050": 0.055605266521794712, "pct_zvhhs_2050": 0.019854906452844601, "pct_hus_rent50_2050": 0.017563955708285606, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053782425641721997, "pct_minority_2040": 0.44682873828602498, "pct_spfam_2040": 0.078313253012048001, "pct_lep_2040": 0.019692396147764999, "pct_below200_2040": 0.090180632894200974, "pct_disab_2040": 0.070759201412467998, "pct_zvhhs_2040": 0.016816581931951, "pct_hus_rent50_2040": 0.020561486753658001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.999509999740511, 37.284669999679799 ], [ -121.998519999703532, 37.284029999828739 ], [ -121.994465999844351, 37.287061999687914 ], [ -121.994392000224522, 37.283288999743085 ], [ -121.994363999737104, 37.280345000118245 ], [ -121.994358999714237, 37.280120000061792 ], [ -121.989674999668182, 37.280227000347253 ], [ -121.989607999721045, 37.278640999912916 ], [ -121.989497000291308, 37.276230999911668 ], [ -121.994270000025779, 37.276080000066003 ], [ -121.994069000184339, 37.27224300024691 ], [ -121.993729000425716, 37.271106999837265 ], [ -121.993660999755321, 37.270490999958994 ], [ -121.990654999659412, 37.269106000330474 ], [ -121.990815000391294, 37.26965899969877 ], [ -121.990630000443389, 37.271672999875754 ], [ -121.989145999763693, 37.272735999678545 ], [ -121.985329999555887, 37.272359000235433 ], [ -121.982920000209987, 37.273431000175378 ], [ -121.982086999633523, 37.273619000280029 ], [ -121.97810599956928, 37.275344999824384 ], [ -121.977554000098536, 37.276536000176804 ], [ -121.976678999689312, 37.277356000128982 ], [ -121.976604000244578, 37.278371000084917 ], [ -121.977277000089117, 37.279143000179715 ], [ -121.977399000287846, 37.281835999744189 ], [ -121.976584000153068, 37.281839000300423 ], [ -121.976631000008737, 37.283601000179374 ], [ -121.976622999612815, 37.284405000317946 ], [ -121.97659099982576, 37.285990000184867 ], [ -121.976650000275313, 37.285990000184867 ], [ -121.982239999794402, 37.285839999799144 ], [ -121.983104000333, 37.285951000099011 ], [ -121.984115000286351, 37.286238000147677 ], [ -121.984469000288669, 37.28634399970953 ], [ -121.985414999944695, 37.286627000154702 ], [ -121.992146999836706, 37.291634999894278 ], [ -121.994986000426366, 37.289042000292326 ], [ -121.996469000382831, 37.287701000327338 ], [ -121.999509999740511, 37.284669999679799 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506605", "NAME": "Census Tract 5066.05", "state": "06", "county_fips": "085", "tract": "506605", "county_name": "Santa Clara County", "tot_pop_2050": 4342, "tot_pop_pov_det_2050": 4342, "tot_pop_civ_ni_2050": 4342, "tot_hh_2050": 1622, "pop_zvhhs_2050": 45, "tot_fam_2050": 1067, "tot_pop_over5_2050": 3823, "pop_hus_rent50_2050": 177, "pop_minority_2050": 2498, "pop_over75_2050": 262, "pop_spfam_2050": 73, "pop_lep_2050": 201, "pop_below200_2050": 817, "pop_disability_2050": 307, "pct_minority_2050": 0.57531091662828193, "pct_over75_2050": 0.060340856748042376, "pct_spfam_2050": 0.068416119962511721, "pct_lep_2050": 0.052576510593774516, "pct_below200_2050": 0.18816213726393369, "pct_disab_2050": 0.070704744357438981, "pct_zvhhs_2050": 0.027743526510480888, "pct_hus_rent50_2050": 0.10912453760789149, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044902009426940996, "pct_minority_2040": 0.63607045398164208, "pct_spfam_2040": 0.153125, "pct_lep_2040": 0.11242286020928399, "pct_below200_2040": 0.33515256760109197, "pct_disab_2040": 0.090052096254030989, "pct_zvhhs_2040": 0.029871011541072995, "pct_hus_rent50_2040": 0.15100904662491299, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.976722000245346, 37.300917000268576 ], [ -121.976620999962989, 37.29379500019806 ], [ -121.972890000144005, 37.293867999713534 ], [ -121.970807999962801, 37.294079000274024 ], [ -121.96848999978009, 37.294040000093069 ], [ -121.960819999729637, 37.294149999946853 ], [ -121.96120800006716, 37.296671999925493 ], [ -121.961851999599418, 37.297892000212556 ], [ -121.964220999835774, 37.300969000038741 ], [ -121.96428500030818, 37.301175999784519 ], [ -121.969852000261056, 37.301043999836395 ], [ -121.970263000164792, 37.30103699984894 ], [ -121.976722000245346, 37.300917000268576 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506606", "NAME": "Census Tract 5066.06", "state": "06", "county_fips": "085", "tract": "506606", "county_name": "Santa Clara County", "tot_pop_2050": 4720, "tot_pop_pov_det_2050": 4675, "tot_pop_civ_ni_2050": 4703, "tot_hh_2050": 1570, "pop_zvhhs_2050": 95, "tot_fam_2050": 1137, "tot_pop_over5_2050": 4489, "pop_hus_rent50_2050": 157, "pop_minority_2050": 2653, "pop_over75_2050": 263, "pop_spfam_2050": 161, "pop_lep_2050": 254, "pop_below200_2050": 1090, "pop_disability_2050": 421, "pct_minority_2050": 0.56207627118644066, "pct_over75_2050": 0.05572033898305085, "pct_spfam_2050": 0.14160070360598065, "pct_lep_2050": 0.056582757852528399, "pct_below200_2050": 0.23315508021390369, "pct_disab_2050": 0.089517329364235593, "pct_zvhhs_2050": 0.060509554140127389, "pct_hus_rent50_2050": 0.1, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053459119496855001, "pct_minority_2040": 0.53193033381712596, "pct_spfam_2040": 0.17833800186741397, "pct_lep_2040": 0.067344345616264012, "pct_below200_2040": 0.22205954123962901, "pct_disab_2040": 0.088727272727273016, "pct_zvhhs_2040": 0.036477987421384001, "pct_hus_rent50_2040": 0.106286454957874, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.976601999696413, 37.288919999737125 ], [ -121.976650000275313, 37.285990000184867 ], [ -121.97659099982576, 37.285990000184867 ], [ -121.974163999863109, 37.286094000314847 ], [ -121.96799000018791, 37.286379999931263 ], [ -121.967519999834622, 37.286486999893199 ], [ -121.965677999852957, 37.286707999967504 ], [ -121.960710000124777, 37.286929999986903 ], [ -121.960570000382717, 37.288379999965571 ], [ -121.960657000421335, 37.290880999762933 ], [ -121.960819999729637, 37.294149999946853 ], [ -121.96848999978009, 37.294040000093069 ], [ -121.970807999962801, 37.294079000274024 ], [ -121.972890000144005, 37.293867999713534 ], [ -121.976620999962989, 37.29379500019806 ], [ -121.976598000396763, 37.290779000188607 ], [ -121.976599000221682, 37.289825999796093 ], [ -121.976599000221682, 37.289328999986537 ], [ -121.976601999696413, 37.288919999737125 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506701", "NAME": "Census Tract 5067.01", "state": "06", "county_fips": "085", "tract": "506701", "county_name": "Santa Clara County", "tot_pop_2050": 4012, "tot_pop_pov_det_2050": 4003, "tot_pop_civ_ni_2050": 4003, "tot_hh_2050": 1303, "pop_zvhhs_2050": 42, "tot_fam_2050": 1101, "tot_pop_over5_2050": 3817, "pop_hus_rent50_2050": 73, "pop_minority_2050": 2058, "pop_over75_2050": 246, "pop_spfam_2050": 24, "pop_lep_2050": 153, "pop_below200_2050": 340, "pop_disability_2050": 410, "pct_minority_2050": 0.51296111665004984, "pct_over75_2050": 0.061316051844466597, "pct_spfam_2050": 0.021798365122615803, "pct_lep_2050": 0.040083835472884473, "pct_below200_2050": 0.084936297776667502, "pct_disab_2050": 0.10242318261304023, "pct_zvhhs_2050": 0.032233307751343053, "pct_hus_rent50_2050": 0.056024558710667687, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035317573340927999, "pct_minority_2040": 0.37282825405867304, "pct_spfam_2040": 0.064516129032257993, "pct_lep_2040": 0.015714717437292001, "pct_below200_2040": 0.081458273996013006, "pct_disab_2040": 0.061520934206779003, "pct_zvhhs_2040": 0.0048115477145150003, "pct_hus_rent50_2040": 0.028759244042727998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.990815000391294, 37.26965899969877 ], [ -121.990654999659412, 37.269106000330474 ], [ -121.984962000208185, 37.266509000257535 ], [ -121.981782999859902, 37.265035000209629 ], [ -121.980330000040681, 37.26474999973199 ], [ -121.979083999910671, 37.264897000165746 ], [ -121.974861999821997, 37.265204000214219 ], [ -121.973559999615503, 37.265170000209977 ], [ -121.973039999931814, 37.265840000072586 ], [ -121.972209999728435, 37.269100000347372 ], [ -121.971619999724552, 37.272110000212685 ], [ -121.971062000406036, 37.27585800020676 ], [ -121.970711999703354, 37.277203999672068 ], [ -121.976078999639697, 37.277581999874059 ], [ -121.976678999689312, 37.277356000128982 ], [ -121.977554000098536, 37.276536000176804 ], [ -121.97810599956928, 37.275344999824384 ], [ -121.982086999633523, 37.273619000280029 ], [ -121.982920000209987, 37.273431000175378 ], [ -121.985329999555887, 37.272359000235433 ], [ -121.989145999763693, 37.272735999678545 ], [ -121.990630000443389, 37.271672999875754 ], [ -121.990815000391294, 37.26965899969877 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506702", "NAME": "Census Tract 5067.02", "state": "06", "county_fips": "085", "tract": "506702", "county_name": "Santa Clara County", "tot_pop_2050": 6170, "tot_pop_pov_det_2050": 6170, "tot_pop_civ_ni_2050": 6170, "tot_hh_2050": 1990, "pop_zvhhs_2050": 100, "tot_fam_2050": 1446, "tot_pop_over5_2050": 5717, "pop_hus_rent50_2050": 248, "pop_minority_2050": 2867, "pop_over75_2050": 532, "pop_spfam_2050": 121, "pop_lep_2050": 294, "pop_below200_2050": 1350, "pop_disability_2050": 669, "pct_minority_2050": 0.4646677471636953, "pct_over75_2050": 0.086223662884927069, "pct_spfam_2050": 0.083679114799446744, "pct_lep_2050": 0.051425572852894882, "pct_below200_2050": 0.21880064829821719, "pct_disab_2050": 0.10842787682333874, "pct_zvhhs_2050": 0.050251256281407038, "pct_hus_rent50_2050": 0.12462311557788945, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046467218332272006, "pct_minority_2040": 0.50620623806492704, "pct_spfam_2040": 0.12388774811772801, "pct_lep_2040": 0.06766917293233099, "pct_below200_2040": 0.19698931693104602, "pct_disab_2040": 0.080999363462762999, "pct_zvhhs_2040": 0.084283589489341004, "pct_hus_rent50_2040": 0.12543381259295999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.971619999724552, 37.272110000212685 ], [ -121.972209999728435, 37.269100000347372 ], [ -121.964139999644928, 37.269119999812602 ], [ -121.956119999790104, 37.269080000161942 ], [ -121.953880000323466, 37.272149999683322 ], [ -121.952759999691892, 37.273649999875808 ], [ -121.954499999566281, 37.274870000324469 ], [ -121.955569999969171, 37.277740000292255 ], [ -121.957200000238743, 37.279769999748936 ], [ -121.960459999879532, 37.282989999987358 ], [ -121.960960000370036, 37.284350000077261 ], [ -121.960961000194956, 37.283634999722658 ], [ -121.963436999663116, 37.27924399982026 ], [ -121.964672999747393, 37.278741000238838 ], [ -121.968535999810854, 37.277072999845643 ], [ -121.970409999579573, 37.277165000036753 ], [ -121.970711999703354, 37.277203999672068 ], [ -121.971062000406036, 37.27585800020676 ], [ -121.971619999724552, 37.272110000212685 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506703", "NAME": "Census Tract 5067.03", "state": "06", "county_fips": "085", "tract": "506703", "county_name": "Santa Clara County", "tot_pop_2050": 3752, "tot_pop_pov_det_2050": 3726, "tot_pop_civ_ni_2050": 3734, "tot_hh_2050": 1348, "pop_zvhhs_2050": 65, "tot_fam_2050": 909, "tot_pop_over5_2050": 3445, "pop_hus_rent50_2050": 117, "pop_minority_2050": 1696, "pop_over75_2050": 166, "pop_spfam_2050": 82, "pop_lep_2050": 175, "pop_below200_2050": 645, "pop_disability_2050": 304, "pct_minority_2050": 0.45202558635394458, "pct_over75_2050": 0.044243070362473352, "pct_spfam_2050": 0.090209020902090195, "pct_lep_2050": 0.050798258345428164, "pct_below200_2050": 0.17310789049919484, "pct_disab_2050": 0.081414033208355649, "pct_zvhhs_2050": 0.048219584569732937, "pct_hus_rent50_2050": 0.086795252225519287, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045528455284553002, "pct_minority_2040": 0.39864498644986496, "pct_spfam_2040": 0.125373134328358, "pct_lep_2040": 0.056338028169014009, "pct_below200_2040": 0.237965732934457, "pct_disab_2040": 0.077236877889583999, "pct_zvhhs_2040": 0.034306569343066001, "pct_hus_rent50_2040": 0.086989409984870994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.979083999910671, 37.264897000165746 ], [ -121.980330000040681, 37.26474999973199 ], [ -121.978288999867374, 37.263891999850131 ], [ -121.968810000345528, 37.259699999776068 ], [ -121.968457999993063, 37.259581999819403 ], [ -121.964189999873639, 37.258450000330434 ], [ -121.963819999977773, 37.259059999974546 ], [ -121.961959999554452, 37.261580000095563 ], [ -121.960859999912628, 37.263009999761444 ], [ -121.956119999790104, 37.269080000161942 ], [ -121.964139999644928, 37.269119999812602 ], [ -121.972209999728435, 37.269100000347372 ], [ -121.973039999931814, 37.265840000072586 ], [ -121.973559999615503, 37.265170000209977 ], [ -121.974861999821997, 37.265204000214219 ], [ -121.979083999910671, 37.264897000165746 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506801", "NAME": "Census Tract 5068.01", "state": "06", "county_fips": "085", "tract": "506801", "county_name": "Santa Clara County", "tot_pop_2050": 5864, "tot_pop_pov_det_2050": 5761, "tot_pop_civ_ni_2050": 5761, "tot_hh_2050": 2120, "pop_zvhhs_2050": 58, "tot_fam_2050": 1603, "tot_pop_over5_2050": 5555, "pop_hus_rent50_2050": 177, "pop_minority_2050": 1779, "pop_over75_2050": 267, "pop_spfam_2050": 196, "pop_lep_2050": 80, "pop_below200_2050": 687, "pop_disability_2050": 375, "pct_minority_2050": 0.30337653478854026, "pct_over75_2050": 0.045532060027285132, "pct_spfam_2050": 0.1222707423580786, "pct_lep_2050": 0.014401440144014401, "pct_below200_2050": 0.11925013018573165, "pct_disab_2050": 0.065092865821905918, "pct_zvhhs_2050": 0.027358490566037737, "pct_hus_rent50_2050": 0.083490566037735844, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072197383672794005, "pct_minority_2040": 0.25086934923000498, "pct_spfam_2040": 0.12837837837837801, "pct_lep_2040": 0.0089717046238789993, "pct_below200_2040": 0.091076510966014004, "pct_disab_2040": 0.06495898208605401, "pct_zvhhs_2040": 0.029884032114183997, "pct_hus_rent50_2040": 0.044603033006244006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.968837999934635, 37.238214999915996 ], [ -121.970670999695457, 37.234545000284001 ], [ -121.968089999747008, 37.23542999988954 ], [ -121.964270000239566, 37.233240000094547 ], [ -121.963120000369031, 37.235690000029685 ], [ -121.95725700014016, 37.234857000288144 ], [ -121.952737999950571, 37.234850999722568 ], [ -121.952532999911128, 37.234849999866682 ], [ -121.951569999638352, 37.234839999876442 ], [ -121.949349000438318, 37.235376000199139 ], [ -121.948376999944728, 37.235704000000808 ], [ -121.947869999781503, 37.235869999766479 ], [ -121.946483000084513, 37.2362879999528 ], [ -121.944282000077635, 37.236492000006265 ], [ -121.944610000140713, 37.237880000171927 ], [ -121.946165000067197, 37.243564000009933 ], [ -121.946400000243841, 37.243651999991599 ], [ -121.947129999989812, 37.24370000032836 ], [ -121.94914000020097, 37.243350000210917 ], [ -121.950033999978444, 37.246504999896906 ], [ -121.950943999649468, 37.249808999666165 ], [ -121.951968000021623, 37.253841999833007 ], [ -121.951500000216484, 37.254410000127116 ], [ -121.954410000052903, 37.255109999674282 ], [ -121.955860000397408, 37.255559999880973 ], [ -121.956777999566015, 37.254289000239623 ], [ -121.957267000185894, 37.253416000019655 ], [ -121.959367999735335, 37.249518000097851 ], [ -121.96061399986533, 37.247015999997458 ], [ -121.961632000389685, 37.24563899972248 ], [ -121.966974000211678, 37.240725999861816 ], [ -121.968837999934635, 37.238214999915996 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506802", "NAME": "Census Tract 5068.02", "state": "06", "county_fips": "085", "tract": "506802", "county_name": "Santa Clara County", "tot_pop_2050": 5754, "tot_pop_pov_det_2050": 5616, "tot_pop_civ_ni_2050": 5616, "tot_hh_2050": 1936, "pop_zvhhs_2050": 23, "tot_fam_2050": 1449, "tot_pop_over5_2050": 5494, "pop_hus_rent50_2050": 77, "pop_minority_2050": 2239, "pop_over75_2050": 353, "pop_spfam_2050": 144, "pop_lep_2050": 287, "pop_below200_2050": 571, "pop_disability_2050": 393, "pct_minority_2050": 0.389120611748349, "pct_over75_2050": 0.0613486270420577, "pct_spfam_2050": 0.099378881987577633, "pct_lep_2050": 0.052238805970149252, "pct_below200_2050": 0.10167378917378918, "pct_disab_2050": 0.06997863247863248, "pct_zvhhs_2050": 0.0118801652892562, "pct_hus_rent50_2050": 0.039772727272727272, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.067047919542497003, "pct_minority_2040": 0.32478801025438803, "pct_spfam_2040": 0.077821011673152016, "pct_lep_2040": 0.037940379403794001, "pct_below200_2040": 0.094785772029103002, "pct_disab_2040": 0.10299473897207599, "pct_zvhhs_2040": 0.023860021208908001, "pct_hus_rent50_2040": 0.029162248144220998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.950943999649468, 37.249808999666165 ], [ -121.950033999978444, 37.246504999896906 ], [ -121.94914000020097, 37.243350000210917 ], [ -121.947129999989812, 37.24370000032836 ], [ -121.946400000243841, 37.243651999991599 ], [ -121.946165000067197, 37.243564000009933 ], [ -121.945430000298359, 37.243372000278406 ], [ -121.941066999744379, 37.243339999918049 ], [ -121.940331999975527, 37.243395000082089 ], [ -121.937551000010544, 37.243403999910043 ], [ -121.936382999698353, 37.243401999710017 ], [ -121.93380699977277, 37.243417000136454 ], [ -121.933313999853254, 37.243419000336132 ], [ -121.933210000096196, 37.24016999968083 ], [ -121.931139999610579, 37.24022999965085 ], [ -121.931240999892921, 37.243419000336132 ], [ -121.927623999876744, 37.243450999947811 ], [ -121.925673000115125, 37.243465999649416 ], [ -121.925160999929062, 37.243473999727392 ], [ -121.922653999600428, 37.243487999683047 ], [ -121.92267600024006, 37.247086999728815 ], [ -121.922214000282708, 37.250601000244849 ], [ -121.926751999840548, 37.250621000332252 ], [ -121.928579999578517, 37.250688999874697 ], [ -121.931139999610579, 37.251031999880539 ], [ -121.931279000426059, 37.251051999853537 ], [ -121.931315000411061, 37.250544000324126 ], [ -121.932244000348675, 37.250664999790843 ], [ -121.94027199970111, 37.250621999978939 ], [ -121.940500000205049, 37.250621000332252 ], [ -121.94311799996342, 37.250613999944719 ], [ -121.943799000203896, 37.250885999916697 ], [ -121.944568000307925, 37.251095000135045 ], [ -121.945123000151696, 37.25111399973612 ], [ -121.948568999565339, 37.251093999779577 ], [ -121.948621000342186, 37.250422000298691 ], [ -121.950943999649468, 37.249808999666165 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506803", "NAME": "Census Tract 5068.03", "state": "06", "county_fips": "085", "tract": "506803", "county_name": "Santa Clara County", "tot_pop_2050": 7245, "tot_pop_pov_det_2050": 7217, "tot_pop_civ_ni_2050": 7217, "tot_hh_2050": 2302, "pop_zvhhs_2050": 33, "tot_fam_2050": 1813, "tot_pop_over5_2050": 6952, "pop_hus_rent50_2050": 185, "pop_minority_2050": 3140, "pop_over75_2050": 465, "pop_spfam_2050": 42, "pop_lep_2050": 56, "pop_below200_2050": 1061, "pop_disability_2050": 737, "pct_minority_2050": 0.4334023464458247, "pct_over75_2050": 0.064182194616977231, "pct_spfam_2050": 0.023166023166023161, "pct_lep_2050": 0.0080552359033371698, "pct_below200_2050": 0.14701399473465429, "pct_disab_2050": 0.10211999445753082, "pct_zvhhs_2050": 0.014335360556038228, "pct_hus_rent50_2050": 0.080364900086880978, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.04530612244898001, "pct_minority_2040": 0.43714285714285711, "pct_spfam_2040": 0.069719042663891992, "pct_lep_2040": 0.011285358346768, "pct_below200_2040": 0.105119080208048, "pct_disab_2040": 0.075409836065574012, "pct_zvhhs_2040": 0.0058873002523130002, "pct_hus_rent50_2040": 0.067624683009297998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.922666000194326, 37.242630000048017 ], [ -121.922709999676925, 37.240221000158996 ], [ -121.922610999942734, 37.2361869999148 ], [ -121.916685999789578, 37.23622699986813 ], [ -121.911220999943964, 37.236309999936047 ], [ -121.903523000304403, 37.2363629998368 ], [ -121.903476000448734, 37.239057999887805 ], [ -121.903796000115889, 37.240135999819692 ], [ -121.9067610002039, 37.244261000299069 ], [ -121.90955100038974, 37.248200999838211 ], [ -121.910543000076515, 37.250729999642779 ], [ -121.91307999964404, 37.250739999669996 ], [ -121.917250999679084, 37.250658000122463 ], [ -121.922214000282708, 37.250601000244849 ], [ -121.92267600024006, 37.247086999728815 ], [ -121.922653999600428, 37.243487999683047 ], [ -121.922666000194326, 37.242630000048017 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506804", "NAME": "Census Tract 5068.04", "state": "06", "county_fips": "085", "tract": "506804", "county_name": "Santa Clara County", "tot_pop_2050": 3714, "tot_pop_pov_det_2050": 3714, "tot_pop_civ_ni_2050": 3714, "tot_hh_2050": 1277, "pop_zvhhs_2050": 41, "tot_fam_2050": 1067, "tot_pop_over5_2050": 3480, "pop_hus_rent50_2050": 12, "pop_minority_2050": 1289, "pop_over75_2050": 335, "pop_spfam_2050": 100, "pop_lep_2050": 58, "pop_below200_2050": 313, "pop_disability_2050": 287, "pct_minority_2050": 0.34706515885837369, "pct_over75_2050": 0.09019924609585353, "pct_spfam_2050": 0.093720712277413326, "pct_lep_2050": 0.016666666666666666, "pct_below200_2050": 0.084275713516424336, "pct_disab_2050": 0.07727517501346258, "pct_zvhhs_2050": 0.032106499608457316, "pct_hus_rent50_2050": 0.0093970242756460445, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.08440668676349701, "pct_minority_2040": 0.29103864072348601, "pct_spfam_2040": 0.036190476190475995, "pct_lep_2040": 0.017398997345916, "pct_below200_2040": 0.041655248013153998, "pct_disab_2040": 0.070430254864345995, "pct_zvhhs_2040": 0.0061680801850420002, "pct_hus_rent50_2040": 0.01171875, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.945430000298359, 37.243372000278406 ], [ -121.946165000067197, 37.243564000009933 ], [ -121.944610000140713, 37.237880000171927 ], [ -121.944282000077635, 37.236492000006265 ], [ -121.94365500026386, 37.23633699980919 ], [ -121.94269000034123, 37.236116999766622 ], [ -121.940255999807547, 37.236119999999033 ], [ -121.934586999747424, 37.236150000171506 ], [ -121.92546999972555, 37.236140000353757 ], [ -121.925110999700337, 37.236146999940232 ], [ -121.924380000129474, 37.236159999987919 ], [ -121.922610999942734, 37.2361869999148 ], [ -121.922709999676925, 37.240221000158996 ], [ -121.922666000194326, 37.242630000048017 ], [ -121.922653999600428, 37.243487999683047 ], [ -121.925160999929062, 37.243473999727392 ], [ -121.925673000115125, 37.243465999649416 ], [ -121.927623999876744, 37.243450999947811 ], [ -121.931240999892921, 37.243419000336132 ], [ -121.931139999610579, 37.24022999965085 ], [ -121.933210000096196, 37.24016999968083 ], [ -121.933313999853254, 37.243419000336132 ], [ -121.93380699977277, 37.243417000136454 ], [ -121.936382999698353, 37.243401999710017 ], [ -121.937551000010544, 37.243403999910043 ], [ -121.940331999975527, 37.243395000082089 ], [ -121.941066999744379, 37.243339999918049 ], [ -121.945430000298359, 37.243372000278406 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085506900", "NAME": "Census Tract 5069", "state": "06", "county_fips": "085", "tract": "506900", "county_name": "Santa Clara County", "tot_pop_2050": 7953, "tot_pop_pov_det_2050": 7885, "tot_pop_civ_ni_2050": 7885, "tot_hh_2050": 2636, "pop_zvhhs_2050": 16, "tot_fam_2050": 2205, "tot_pop_over5_2050": 7648, "pop_hus_rent50_2050": 83, "pop_minority_2050": 2228, "pop_over75_2050": 696, "pop_spfam_2050": 128, "pop_lep_2050": 110, "pop_below200_2050": 359, "pop_disability_2050": 813, "pct_minority_2050": 0.28014585690934241, "pct_over75_2050": 0.087514145605431914, "pct_spfam_2050": 0.058049886621315203, "pct_lep_2050": 0.014382845188284518, "pct_below200_2050": 0.045529486366518712, "pct_disab_2050": 0.10310716550412173, "pct_zvhhs_2050": 0.0060698027314112293, "pct_hus_rent50_2050": 0.031487101669195751, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13899138991389903, "pct_minority_2040": 0.21388547218805498, "pct_spfam_2040": 0.09270883631096101, "pct_lep_2040": 0.029795158286777999, "pct_below200_2040": 0.081505999172528001, "pct_disab_2040": 0.095297200386153996, "pct_zvhhs_2040": 0.048268238761975002, "pct_hus_rent50_2040": 0.037791774731382004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.964270000239566, 37.233240000094547 ], [ -121.963999999902811, 37.232790000340771 ], [ -121.962260999853314, 37.232512999991222 ], [ -121.960770000399265, 37.232269999902691 ], [ -121.960979999563222, 37.231739999768195 ], [ -121.961177999929944, 37.231372000239034 ], [ -121.962174999639601, 37.229272000051274 ], [ -121.964221999660666, 37.226574000045034 ], [ -121.963631999656783, 37.226450999876363 ], [ -121.962044000118325, 37.22607999965291 ], [ -121.960589999575902, 37.225720000213052 ], [ -121.960029999709235, 37.224850000194451 ], [ -121.956709999793958, 37.22440999966868 ], [ -121.953596999567949, 37.221425999677834 ], [ -121.95356999980379, 37.220670000287605 ], [ -121.95354999971228, 37.219289999983125 ], [ -121.948459999785385, 37.217099999990921 ], [ -121.943568000225213, 37.21689400022187 ], [ -121.942837999580931, 37.218600999734257 ], [ -121.937419999590958, 37.218629999652492 ], [ -121.93605800000833, 37.219339000155642 ], [ -121.934159999950182, 37.219449999757231 ], [ -121.932979999942418, 37.219619999771297 ], [ -121.932109999556033, 37.218319999899428 ], [ -121.933830000237293, 37.218200000091429 ], [ -121.931589999872372, 37.21744999964919 ], [ -121.930739999577497, 37.217650000257763 ], [ -121.929039000061152, 37.217491000328629 ], [ -121.92746800024112, 37.21879699987759 ], [ -121.923919999821919, 37.220019999681689 ], [ -121.922375999766089, 37.219451999877464 ], [ -121.921959999839487, 37.219330000316162 ], [ -121.921480000338761, 37.219229999801534 ], [ -121.921159999773323, 37.219180000209839 ], [ -121.920949999711041, 37.219159999648518 ], [ -121.917940000315511, 37.218919999652748 ], [ -121.916160000258117, 37.218179999985644 ], [ -121.913309999797832, 37.217619999878352 ], [ -121.912660000417802, 37.217070000108166 ], [ -121.912441999959597, 37.216900000070275 ], [ -121.90893899974624, 37.218166999699434 ], [ -121.909199000037205, 37.22017799995244 ], [ -121.906387000110087, 37.222632000187467 ], [ -121.905881999596701, 37.223404000065898 ], [ -121.905541999838107, 37.224377999842446 ], [ -121.905746999877479, 37.225355999842904 ], [ -121.903731999643497, 37.226181000355304 ], [ -121.904140000072474, 37.227559999799269 ], [ -121.904565000219904, 37.229018000266002 ], [ -121.903477000273668, 37.233844000071869 ], [ -121.903468000052825, 37.23416799992706 ], [ -121.903523000304403, 37.2363629998368 ], [ -121.911220999943964, 37.236309999936047 ], [ -121.916685999789578, 37.23622699986813 ], [ -121.922610999942734, 37.2361869999148 ], [ -121.924380000129474, 37.236159999987919 ], [ -121.925110999700337, 37.236146999940232 ], [ -121.92546999972555, 37.236140000353757 ], [ -121.934586999747424, 37.236150000171506 ], [ -121.940255999807547, 37.236119999999033 ], [ -121.94269000034123, 37.236116999766622 ], [ -121.94365500026386, 37.23633699980919 ], [ -121.944282000077635, 37.236492000006265 ], [ -121.946483000084513, 37.2362879999528 ], [ -121.947869999781503, 37.235869999766479 ], [ -121.948376999944728, 37.235704000000808 ], [ -121.949349000438318, 37.235376000199139 ], [ -121.951569999638352, 37.234839999876442 ], [ -121.952532999911128, 37.234849999866682 ], [ -121.952737999950571, 37.234850999722568 ], [ -121.95725700014016, 37.234857000288144 ], [ -121.963120000369031, 37.235690000029685 ], [ -121.964270000239566, 37.233240000094547 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507001", "NAME": "Census Tract 5070.01", "state": "06", "county_fips": "085", "tract": "507001", "county_name": "Santa Clara County", "tot_pop_2050": 6994, "tot_pop_pov_det_2050": 6958, "tot_pop_civ_ni_2050": 6958, "tot_hh_2050": 2920, "pop_zvhhs_2050": 96, "tot_fam_2050": 1901, "tot_pop_over5_2050": 6841, "pop_hus_rent50_2050": 206, "pop_minority_2050": 1165, "pop_over75_2050": 511, "pop_spfam_2050": 109, "pop_lep_2050": 3, "pop_below200_2050": 435, "pop_disability_2050": 456, "pct_minority_2050": 0.16657134686874464, "pct_over75_2050": 0.073062625107234769, "pct_spfam_2050": 0.057338243029984227, "pct_lep_2050": 0.00043853237830726501, "pct_below200_2050": 0.062517964932451847, "pct_disab_2050": 0.065536073584363322, "pct_zvhhs_2050": 0.03287671232876712, "pct_hus_rent50_2050": 0.070547945205479454, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088716749488454011, "pct_minority_2040": 0.12437883659748598, "pct_spfam_2040": 0.061942257217848004, "pct_lep_2040": 0.0091143855385080012, "pct_below200_2040": 0.059483394833947996, "pct_disab_2040": 0.061402214022140002, "pct_zvhhs_2040": 0.023108578664133999, "pct_hus_rent50_2040": 0.042525773195875992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.023069999712746, 37.218587000164383 ], [ -122.024669999845102, 37.215844000082797 ], [ -122.019760999668136, 37.214694999671359 ], [ -122.017369999690487, 37.21479300023092 ], [ -122.012328000342492, 37.214362000132908 ], [ -122.00719800023262, 37.212018999655527 ], [ -122.005368999771434, 37.208104000338906 ], [ -122.002737999594274, 37.206370999800754 ], [ -122.000769000289282, 37.204350999793363 ], [ -121.997467999742298, 37.202737000346836 ], [ -121.994856999656619, 37.201951999833227 ], [ -121.991960000238961, 37.203511999999868 ], [ -121.992977999865033, 37.197990000164424 ], [ -121.99224100044637, 37.197951999941374 ], [ -121.991077000332126, 37.199237999835574 ], [ -121.991730000085226, 37.20025999972723 ], [ -121.989015000242446, 37.20149399991238 ], [ -121.986922000190617, 37.202469999800428 ], [ -121.986794000144101, 37.205525000001522 ], [ -121.986903999748932, 37.205920999992081 ], [ -121.987046999864091, 37.206474999686385 ], [ -121.986095000360265, 37.208005999676608 ], [ -121.986589000104672, 37.208246000050686 ], [ -121.98666500027268, 37.208556999906769 ], [ -121.986434000293997, 37.208917999899072 ], [ -121.986446999814447, 37.209613999770077 ], [ -121.986877999809693, 37.209954000103302 ], [ -121.987461999965788, 37.210070000127388 ], [ -121.986824000281317, 37.210967000003784 ], [ -121.986209000163086, 37.211352999811368 ], [ -121.986081000116585, 37.21193999995981 ], [ -121.9858879997727, 37.21231299993358 ], [ -121.985415999769614, 37.212671000107477 ], [ -121.985082999683669, 37.213118000010311 ], [ -121.984224999891183, 37.213764000168183 ], [ -121.983798000093941, 37.213651999932495 ], [ -121.982589999598773, 37.214029999972134 ], [ -121.981110000015349, 37.214070000232653 ], [ -121.979129999941435, 37.213709999985866 ], [ -121.979329999957955, 37.21309000026379 ], [ -121.978040000345359, 37.212440000161671 ], [ -121.979099999804205, 37.211760000335197 ], [ -121.979879999778888, 37.210609999791856 ], [ -121.980824999610007, 37.210129000256224 ], [ -121.979648999800219, 37.20863399987563 ], [ -121.977910999575585, 37.208568000009343 ], [ -121.976704999628581, 37.208118999918021 ], [ -121.974510000367815, 37.210259999880272 ], [ -121.972593000043091, 37.209986000325074 ], [ -121.971859999924064, 37.213002999809802 ], [ -121.971012000177325, 37.214206000101434 ], [ -121.970397000059094, 37.216807999957361 ], [ -121.970151999836702, 37.217238000299417 ], [ -121.972799999732317, 37.21919000013083 ], [ -121.973902999747196, 37.220604000219637 ], [ -121.973492999668366, 37.221343999712914 ], [ -121.969649999696387, 37.225179999977044 ], [ -121.96788999973046, 37.227359999717656 ], [ -121.964221999660666, 37.226574000045034 ], [ -121.962174999639601, 37.229272000051274 ], [ -121.961177999929944, 37.231372000239034 ], [ -121.960979999563222, 37.231739999768195 ], [ -121.960770000399265, 37.232269999902691 ], [ -121.962260999853314, 37.232512999991222 ], [ -121.963999999902811, 37.232790000340771 ], [ -121.964270000239566, 37.233240000094547 ], [ -121.968089999747008, 37.23542999988954 ], [ -121.970670999695457, 37.234545000284001 ], [ -121.973995999633587, 37.227747000000129 ], [ -121.974999000089355, 37.226525000281022 ], [ -121.979129999941435, 37.22786 ], [ -121.984223000241386, 37.231077999857064 ], [ -121.987689999571401, 37.233170000070821 ], [ -121.990274999717826, 37.23457299993364 ], [ -121.994528999593541, 37.238084000208254 ], [ -121.995179999696802, 37.238610000145911 ], [ -121.996438000420696, 37.239588999861077 ], [ -121.997014000180855, 37.23994199964536 ], [ -121.998800000086035, 37.240709999836746 ], [ -122.002453000087215, 37.241506000004499 ], [ -122.00402800010518, 37.240485000063138 ], [ -122.005926000163342, 37.240254000197581 ], [ -122.005025999639756, 37.23772099998164 ], [ -122.00535100022806, 37.235940999985488 ], [ -122.007077999683688, 37.23348100016954 ], [ -122.01086999960205, 37.231460000149895 ], [ -122.01116599987806, 37.229098999822995 ], [ -122.011617999789678, 37.226032000256048 ], [ -122.013056000438624, 37.22415399996332 ], [ -122.018773000179337, 37.222650999810448 ], [ -122.021493999869875, 37.220115000323354 ], [ -122.022985000222263, 37.220676999879579 ], [ -122.023069999712746, 37.218587000164383 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507002", "NAME": "Census Tract 5070.02", "state": "06", "county_fips": "085", "tract": "507002", "county_name": "Santa Clara County", "tot_pop_2050": 2959, "tot_pop_pov_det_2050": 2957, "tot_pop_civ_ni_2050": 2957, "tot_hh_2050": 992, "pop_zvhhs_2050": 18, "tot_fam_2050": 774, "tot_pop_over5_2050": 2872, "pop_hus_rent50_2050": 10, "pop_minority_2050": 612, "pop_over75_2050": 333, "pop_spfam_2050": 34, "pop_lep_2050": 60, "pop_below200_2050": 284, "pop_disability_2050": 314, "pct_minority_2050": 0.20682663061845219, "pct_over75_2050": 0.11253801960121662, "pct_spfam_2050": 0.043927648578811367, "pct_lep_2050": 0.020891364902506964, "pct_below200_2050": 0.096043287115319578, "pct_disab_2050": 0.1061887047683463, "pct_zvhhs_2050": 0.018145161290322585, "pct_hus_rent50_2050": 0.010080645161290322, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091333333333333003, "pct_minority_2040": 0.21533333333333302, "pct_spfam_2040": 0.050179211469534003, "pct_lep_2040": 0.010420409629896, "pct_below200_2040": 0.094137353433835988, "pct_disab_2040": 0.068424566088117991, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.048875855327467993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.986922000190617, 37.202469999800428 ], [ -121.989015000242446, 37.20149399991238 ], [ -121.986610000021088, 37.20027000000929 ], [ -121.983670000047425, 37.199030000011348 ], [ -121.980770000256712, 37.200889999882662 ], [ -121.977084999570181, 37.201775999742495 ], [ -121.976272999808444, 37.202096000252688 ], [ -121.972173999743433, 37.203344000012073 ], [ -121.963102999752266, 37.201152999799042 ], [ -121.955467999861924, 37.197804000246002 ], [ -121.950579999601416, 37.197717000057615 ], [ -121.947016000186991, 37.196800999711911 ], [ -121.945359000153246, 37.196916000274008 ], [ -121.941508999610249, 37.195660000000174 ], [ -121.935842000098262, 37.195357000125931 ], [ -121.928242000368044, 37.194692999993954 ], [ -121.927980000427212, 37.196874000219722 ], [ -121.92568599963559, 37.198642999804015 ], [ -121.923431999925299, 37.201136999963587 ], [ -121.922092000083964, 37.204532999719959 ], [ -121.919433000317696, 37.207010000341818 ], [ -121.917295999884928, 37.207625000287578 ], [ -121.915976999959994, 37.209301000303789 ], [ -121.913534000103795, 37.211056000286561 ], [ -121.913441000217389, 37.211190000240975 ], [ -121.913289999706322, 37.211327999913273 ], [ -121.913180000101477, 37.211480999674883 ], [ -121.913009000397253, 37.211635000005337 ], [ -121.912812999680369, 37.211759000173096 ], [ -121.912431000088944, 37.212101999898735 ], [ -121.912427999715888, 37.213566999687345 ], [ -121.912992999605407, 37.21561899978682 ], [ -121.912441999959597, 37.216900000070275 ], [ -121.912660000417802, 37.217070000108166 ], [ -121.913309999797832, 37.217619999878352 ], [ -121.916160000258117, 37.218179999985644 ], [ -121.917940000315511, 37.218919999652748 ], [ -121.920949999711041, 37.219159999648518 ], [ -121.921159999773323, 37.219180000209839 ], [ -121.921480000338761, 37.219229999801534 ], [ -121.921959999839487, 37.219330000316162 ], [ -121.922375999766089, 37.219451999877464 ], [ -121.923919999821919, 37.220019999681689 ], [ -121.92746800024112, 37.21879699987759 ], [ -121.929039000061152, 37.217491000328629 ], [ -121.930739999577497, 37.217650000257763 ], [ -121.931589999872372, 37.21744999964919 ], [ -121.933830000237293, 37.218200000091429 ], [ -121.932109999556033, 37.218319999899428 ], [ -121.932979999942418, 37.219619999771297 ], [ -121.934159999950182, 37.219449999757231 ], [ -121.93605800000833, 37.219339000155642 ], [ -121.937419999590958, 37.218629999652492 ], [ -121.942837999580931, 37.218600999734257 ], [ -121.943568000225213, 37.21689400022187 ], [ -121.948459999785385, 37.217099999990921 ], [ -121.95354999971228, 37.219289999983125 ], [ -121.95356999980379, 37.220670000287605 ], [ -121.953596999567949, 37.221425999677834 ], [ -121.956709999793958, 37.22440999966868 ], [ -121.960029999709235, 37.224850000194451 ], [ -121.960589999575902, 37.225720000213052 ], [ -121.962044000118325, 37.22607999965291 ], [ -121.963631999656783, 37.226450999876363 ], [ -121.964221999660666, 37.226574000045034 ], [ -121.96788999973046, 37.227359999717656 ], [ -121.969649999696387, 37.225179999977044 ], [ -121.973492999668366, 37.221343999712914 ], [ -121.973902999747196, 37.220604000219637 ], [ -121.972799999732317, 37.21919000013083 ], [ -121.970151999836702, 37.217238000299417 ], [ -121.970397000059094, 37.216807999957361 ], [ -121.971012000177325, 37.214206000101434 ], [ -121.971859999924064, 37.213002999809802 ], [ -121.972593000043091, 37.209986000325074 ], [ -121.974510000367815, 37.210259999880272 ], [ -121.976704999628581, 37.208118999918021 ], [ -121.977910999575585, 37.208568000009343 ], [ -121.979648999800219, 37.20863399987563 ], [ -121.980824999610007, 37.210129000256224 ], [ -121.979879999778888, 37.210609999791856 ], [ -121.979099999804205, 37.211760000335197 ], [ -121.978040000345359, 37.212440000161671 ], [ -121.979329999957955, 37.21309000026379 ], [ -121.979129999941435, 37.213709999985866 ], [ -121.981110000015349, 37.214070000232653 ], [ -121.982589999598773, 37.214029999972134 ], [ -121.983798000093941, 37.213651999932495 ], [ -121.984224999891183, 37.213764000168183 ], [ -121.985082999683669, 37.213118000010311 ], [ -121.985415999769614, 37.212671000107477 ], [ -121.9858879997727, 37.21231299993358 ], [ -121.986081000116585, 37.21193999995981 ], [ -121.986209000163086, 37.211352999811368 ], [ -121.986824000281317, 37.210967000003784 ], [ -121.987461999965788, 37.210070000127388 ], [ -121.986877999809693, 37.209954000103302 ], [ -121.986446999814447, 37.209613999770077 ], [ -121.986434000293997, 37.208917999899072 ], [ -121.98666500027268, 37.208556999906769 ], [ -121.986589000104672, 37.208246000050686 ], [ -121.986095000360265, 37.208005999676608 ], [ -121.987046999864091, 37.206474999686385 ], [ -121.986903999748932, 37.205920999992081 ], [ -121.986794000144101, 37.205525000001522 ], [ -121.986922000190617, 37.202469999800428 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507100", "NAME": "Census Tract 5071", "state": "06", "county_fips": "085", "tract": "507100", "county_name": "Santa Clara County", "tot_pop_2050": 3149, "tot_pop_pov_det_2050": 3149, "tot_pop_civ_ni_2050": 3149, "tot_hh_2050": 1314, "pop_zvhhs_2050": 24, "tot_fam_2050": 880, "tot_pop_over5_2050": 2923, "pop_hus_rent50_2050": 180, "pop_minority_2050": 856, "pop_over75_2050": 103, "pop_spfam_2050": 165, "pop_lep_2050": 0, "pop_below200_2050": 617, "pop_disability_2050": 195, "pct_minority_2050": 0.27183232772308669, "pct_over75_2050": 0.032708796443315334, "pct_spfam_2050": 0.1875, "pct_lep_2050": 0.0, "pct_below200_2050": 0.1959352175293744, "pct_disab_2050": 0.061924420450936803, "pct_zvhhs_2050": 0.018264840182648401, "pct_hus_rent50_2050": 0.13698630136986301, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036456434560699996, "pct_minority_2040": 0.20452059788552698, "pct_spfam_2040": 0.21052631578947398, "pct_lep_2040": 0.0047040376323010001, "pct_below200_2040": 0.14290922347794399, "pct_disab_2040": 0.070360918702150999, "pct_zvhhs_2040": 0.039245283018867996, "pct_hus_rent50_2040": 0.119751166407465, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.984538999710566, 37.236146000101535 ], [ -121.986204999965111, 37.235754000080703 ], [ -121.984521999992126, 37.234713000171567 ], [ -121.983890000155441, 37.235390000228527 ], [ -121.981859000027896, 37.234449000077952 ], [ -121.984223000241386, 37.231077999857064 ], [ -121.979129999941435, 37.22786 ], [ -121.974999000089355, 37.226525000281022 ], [ -121.973995999633587, 37.227747000000129 ], [ -121.970670999695457, 37.234545000284001 ], [ -121.968837999934635, 37.238214999915996 ], [ -121.966974000211678, 37.240725999861816 ], [ -121.961632000389685, 37.24563899972248 ], [ -121.966380999834755, 37.247181999879182 ], [ -121.969104999898335, 37.245766000327016 ], [ -121.970472000402154, 37.244107000077911 ], [ -121.969783999590675, 37.240134000248048 ], [ -121.970730999969931, 37.238772000018301 ], [ -121.970580000357188, 37.240199999671788 ], [ -121.972540000339649, 37.241780000199874 ], [ -121.974310000351267, 37.239319999981149 ], [ -121.976870000383329, 37.239660000153059 ], [ -121.977010000125418, 37.238440000029087 ], [ -121.978703999969099, 37.23837799973122 ], [ -121.979601000119629, 37.237117000313113 ], [ -121.983058000302222, 37.237825000274455 ], [ -121.982189999565691, 37.241009999920365 ], [ -121.983126999899213, 37.241174999671919 ], [ -121.983353999679906, 37.240139999677936 ], [ -121.985711000220704, 37.240062999687375 ], [ -121.986195999744297, 37.238461000291473 ], [ -121.98420300014989, 37.238058000059034 ], [ -121.984538999710566, 37.236146000101535 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507203", "NAME": "Census Tract 5072.03", "state": "06", "county_fips": "085", "tract": "507203", "county_name": "Santa Clara County", "tot_pop_2050": 2963, "tot_pop_pov_det_2050": 2939, "tot_pop_civ_ni_2050": 2939, "tot_hh_2050": 1182, "pop_zvhhs_2050": 0, "tot_fam_2050": 703, "tot_pop_over5_2050": 2865, "pop_hus_rent50_2050": 84, "pop_minority_2050": 1034, "pop_over75_2050": 148, "pop_spfam_2050": 125, "pop_lep_2050": 44, "pop_below200_2050": 231, "pop_disability_2050": 351, "pct_minority_2050": 0.34897063786702665, "pct_over75_2050": 0.049949375632804591, "pct_spfam_2050": 0.17780938833570412, "pct_lep_2050": 0.015357766143106456, "pct_below200_2050": 0.07859816264035388, "pct_disab_2050": 0.11942837699897925, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.071065989847715741, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049679487179487003, "pct_minority_2040": 0.29743589743589693, "pct_spfam_2040": 0.14640883977900598, "pct_lep_2040": 0.020749665327978999, "pct_below200_2040": 0.056219709208400998, "pct_disab_2040": 0.087237479806139009, "pct_zvhhs_2040": 0.020300088261253003, "pct_hus_rent50_2040": 0.024713150926742995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.97662000013807, 37.241179999962128 ], [ -121.976870000383329, 37.239660000153059 ], [ -121.974310000351267, 37.239319999981149 ], [ -121.972540000339649, 37.241780000199874 ], [ -121.970580000357188, 37.240199999671788 ], [ -121.970730999969931, 37.238772000018301 ], [ -121.969783999590675, 37.240134000248048 ], [ -121.970472000402154, 37.244107000077911 ], [ -121.969104999898335, 37.245766000327016 ], [ -121.966380999834755, 37.247181999879182 ], [ -121.961632000389685, 37.24563899972248 ], [ -121.96061399986533, 37.247015999997458 ], [ -121.959367999735335, 37.249518000097851 ], [ -121.957267000185894, 37.253416000019655 ], [ -121.956777999566015, 37.254289000239623 ], [ -121.955860000397408, 37.255559999880973 ], [ -121.953844000338464, 37.25820900001569 ], [ -121.955539999831956, 37.259910000090045 ], [ -121.956912000358642, 37.260487999837224 ], [ -121.957940000030447, 37.261029999978902 ], [ -121.961959999554452, 37.261580000095563 ], [ -121.963819999977773, 37.259059999974546 ], [ -121.964189999873639, 37.258450000330434 ], [ -121.967339999909555, 37.253219999769776 ], [ -121.969180000241394, 37.250839999869498 ], [ -121.971540000256937, 37.247800000281877 ], [ -121.972579999624301, 37.246830000091869 ], [ -121.973461999706231, 37.246064999885988 ], [ -121.974510000367815, 37.245119999678465 ], [ -121.975450000176068, 37.243420000078359 ], [ -121.976490000441743, 37.241469999779511 ], [ -121.97662000013807, 37.241179999962128 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507205", "NAME": "Census Tract 5072.05", "state": "06", "county_fips": "085", "tract": "507205", "county_name": "Santa Clara County", "tot_pop_2050": 4715, "tot_pop_pov_det_2050": 4715, "tot_pop_civ_ni_2050": 4715, "tot_hh_2050": 1819, "pop_zvhhs_2050": 40, "tot_fam_2050": 1274, "tot_pop_over5_2050": 4523, "pop_hus_rent50_2050": 69, "pop_minority_2050": 1466, "pop_over75_2050": 620, "pop_spfam_2050": 44, "pop_lep_2050": 55, "pop_below200_2050": 425, "pop_disability_2050": 450, "pct_minority_2050": 0.31092258748674445, "pct_over75_2050": 0.13149522799575822, "pct_spfam_2050": 0.03453689167974882, "pct_lep_2050": 0.012160070749502542, "pct_below200_2050": 0.090137857900318127, "pct_disab_2050": 0.095440084835630962, "pct_zvhhs_2050": 0.021990104452996151, "pct_hus_rent50_2050": 0.037932930181418363, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099674267100976988, "pct_minority_2040": 0.17155266015200901, "pct_spfam_2040": 0.052631578947367995, "pct_lep_2040": 0.023772146221126, "pct_below200_2040": 0.092942453854506002, "pct_disab_2040": 0.10249728555917499, "pct_zvhhs_2040": 0.0048596112311020002, "pct_hus_rent50_2040": 0.026330224904003999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.995296999872679, 37.251425999801 ], [ -121.995491000041426, 37.250380999647945 ], [ -121.995140000412135, 37.250919999933544 ], [ -121.985043000399031, 37.250088999774761 ], [ -121.984429999930612, 37.250369999923009 ], [ -121.981700000019231, 37.251039999870379 ], [ -121.98145999981972, 37.2518400002851 ], [ -121.980807000066662, 37.25224600006355 ], [ -121.980638999837154, 37.251941000083931 ], [ -121.980860999595009, 37.250759000075654 ], [ -121.980805000416822, 37.24963699974753 ], [ -121.980067000274929, 37.249476999670321 ], [ -121.979329000133063, 37.249545999906161 ], [ -121.979672000264713, 37.25274500013159 ], [ -121.979750999907466, 37.253870000179489 ], [ -121.977770999833524, 37.253531000085779 ], [ -121.977580000037833, 37.251208999814772 ], [ -121.976723000070237, 37.249333999975157 ], [ -121.974307999803145, 37.249122000162764 ], [ -121.973768000027974, 37.251242999685807 ], [ -121.973049999977576, 37.251460000289228 ], [ -121.971270999745101, 37.251450000357522 ], [ -121.969180000241394, 37.250839999869498 ], [ -121.967339999909555, 37.253219999769776 ], [ -121.964189999873639, 37.258450000330434 ], [ -121.968457999993063, 37.259581999819403 ], [ -121.968810000345528, 37.259699999776068 ], [ -121.978288999867374, 37.263891999850131 ], [ -121.980330000040681, 37.26474999973199 ], [ -121.981782999859902, 37.265035000209629 ], [ -121.984962000208185, 37.266509000257535 ], [ -121.990654999659412, 37.269106000330474 ], [ -121.990654999659412, 37.266632000115983 ], [ -121.991937999599344, 37.262885000023708 ], [ -121.991770000268176, 37.259922000090313 ], [ -121.992669999893451, 37.258021000044728 ], [ -121.993088000368189, 37.256415999731047 ], [ -121.992973999667058, 37.254136999691937 ], [ -121.992893000374522, 37.253449000000664 ], [ -121.993384999570821, 37.252954000198351 ], [ -121.995296999872679, 37.251425999801 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507206", "NAME": "Census Tract 5072.06", "state": "06", "county_fips": "085", "tract": "507206", "county_name": "Santa Clara County", "tot_pop_2050": 2399, "tot_pop_pov_det_2050": 2399, "tot_pop_civ_ni_2050": 2399, "tot_hh_2050": 881, "pop_zvhhs_2050": 30, "tot_fam_2050": 715, "tot_pop_over5_2050": 2291, "pop_hus_rent50_2050": 17, "pop_minority_2050": 637, "pop_over75_2050": 318, "pop_spfam_2050": 21, "pop_lep_2050": 5, "pop_below200_2050": 139, "pop_disability_2050": 201, "pct_minority_2050": 0.26552730304293448, "pct_over75_2050": 0.13255523134639433, "pct_spfam_2050": 0.02937062937062937, "pct_lep_2050": 0.0021824530772588391, "pct_below200_2050": 0.057940808670279273, "pct_disab_2050": 0.083784910379324715, "pct_zvhhs_2050": 0.034052213393870601, "pct_hus_rent50_2050": 0.019296254256526674, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11187607573149699, "pct_minority_2040": 0.19621342512908801, "pct_spfam_2040": 0.039170506912442005, "pct_lep_2040": 0.0024884464984000002, "pct_below200_2040": 0.077452667814114001, "pct_disab_2040": 0.090533562822719016, "pct_zvhhs_2040": 0.033073929961090001, "pct_hus_rent50_2040": 0.013765978367748002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.002453000087215, 37.241506000004499 ], [ -121.998800000086035, 37.240709999836746 ], [ -121.997014000180855, 37.23994199964536 ], [ -121.996438000420696, 37.239588999861077 ], [ -121.995179999696802, 37.238610000145911 ], [ -121.994528999593541, 37.238084000208254 ], [ -121.990274999717826, 37.23457299993364 ], [ -121.987689999571401, 37.233170000070821 ], [ -121.984223000241386, 37.231077999857064 ], [ -121.981859000027896, 37.234449000077952 ], [ -121.983890000155441, 37.235390000228527 ], [ -121.984521999992126, 37.234713000171567 ], [ -121.986204999965111, 37.235754000080703 ], [ -121.984538999710566, 37.236146000101535 ], [ -121.98420300014989, 37.238058000059034 ], [ -121.986195999744297, 37.238461000291473 ], [ -121.985711000220704, 37.240062999687375 ], [ -121.983353999679906, 37.240139999677936 ], [ -121.983126999899213, 37.241174999671919 ], [ -121.982189999565691, 37.241009999920365 ], [ -121.983058000302222, 37.237825000274455 ], [ -121.979601000119629, 37.237117000313113 ], [ -121.978703999969099, 37.23837799973122 ], [ -121.977010000125418, 37.238440000029087 ], [ -121.976870000383329, 37.239660000153059 ], [ -121.97662000013807, 37.241179999962128 ], [ -121.976490000441743, 37.241469999779511 ], [ -121.975450000176068, 37.243420000078359 ], [ -121.974510000367815, 37.245119999678465 ], [ -121.973461999706231, 37.246064999885988 ], [ -121.972579999624301, 37.246830000091869 ], [ -121.971540000256937, 37.247800000281877 ], [ -121.969180000241394, 37.250839999869498 ], [ -121.971270999745101, 37.251450000357522 ], [ -121.973049999977576, 37.251460000289228 ], [ -121.973768000027974, 37.251242999685807 ], [ -121.974307999803145, 37.249122000162764 ], [ -121.976723000070237, 37.249333999975157 ], [ -121.977580000037833, 37.251208999814772 ], [ -121.977770999833524, 37.253531000085779 ], [ -121.979750999907466, 37.253870000179489 ], [ -121.979672000264713, 37.25274500013159 ], [ -121.979329000133063, 37.249545999906161 ], [ -121.980067000274929, 37.249476999670321 ], [ -121.980805000416822, 37.24963699974753 ], [ -121.980860999595009, 37.250759000075654 ], [ -121.980638999837154, 37.251941000083931 ], [ -121.980807000066662, 37.25224600006355 ], [ -121.98145999981972, 37.2518400002851 ], [ -121.981700000019231, 37.251039999870379 ], [ -121.984429999930612, 37.250369999923009 ], [ -121.985043000399031, 37.250088999774761 ], [ -121.995140000412135, 37.250919999933544 ], [ -121.995491000041426, 37.250380999647945 ], [ -121.995359999621854, 37.246999000182768 ], [ -121.996189000000342, 37.245660999836886 ], [ -121.996321000244819, 37.245124999706988 ], [ -121.99709899967138, 37.243908999739851 ], [ -121.998395000030058, 37.242816000308046 ], [ -122.002453000087215, 37.241506000004499 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507301", "NAME": "Census Tract 5073.01", "state": "06", "county_fips": "085", "tract": "507301", "county_name": "Santa Clara County", "tot_pop_2050": 6690, "tot_pop_pov_det_2050": 6603, "tot_pop_civ_ni_2050": 6603, "tot_hh_2050": 2499, "pop_zvhhs_2050": 216, "tot_fam_2050": 1862, "tot_pop_over5_2050": 6544, "pop_hus_rent50_2050": 47, "pop_minority_2050": 3490, "pop_over75_2050": 1240, "pop_spfam_2050": 63, "pop_lep_2050": 391, "pop_below200_2050": 732, "pop_disability_2050": 808, "pct_minority_2050": 0.52167414050822125, "pct_over75_2050": 0.18535127055306427, "pct_spfam_2050": 0.033834586466165412, "pct_lep_2050": 0.059749388753056236, "pct_below200_2050": 0.11085870059064062, "pct_disab_2050": 0.12236862032409512, "pct_zvhhs_2050": 0.086434573829531819, "pct_hus_rent50_2050": 0.018807523009203686, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.14903234920186498, "pct_minority_2040": 0.50769882751801099, "pct_spfam_2040": 0.018343815513626998, "pct_lep_2040": 0.023055596089303999, "pct_below200_2040": 0.070090115863252991, "pct_disab_2040": 0.10356172221427601, "pct_zvhhs_2040": 0.038707102952912992, "pct_hus_rent50_2040": 0.045490822027134996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032052000015426, 37.259268000149035 ], [ -122.032538000262235, 37.258867999688682 ], [ -122.027310000243091, 37.25490999975235 ], [ -122.021595999977123, 37.25154500001252 ], [ -122.020159999876327, 37.250349999768979 ], [ -122.013760000245327, 37.245749999941658 ], [ -122.007359999716002, 37.24275000031443 ], [ -122.002453000087215, 37.241506000004499 ], [ -121.998395000030058, 37.242816000308046 ], [ -121.99709899967138, 37.243908999739851 ], [ -121.996321000244819, 37.245124999706988 ], [ -121.996189000000342, 37.245660999836886 ], [ -121.995359999621854, 37.246999000182768 ], [ -121.995491000041426, 37.250380999647945 ], [ -121.995296999872679, 37.251425999801 ], [ -121.993384999570821, 37.252954000198351 ], [ -121.992893000374522, 37.253449000000664 ], [ -121.992973999667058, 37.254136999691937 ], [ -121.993088000368189, 37.256415999731047 ], [ -121.992669999893451, 37.258021000044728 ], [ -121.991770000268176, 37.259922000090313 ], [ -121.991937999599344, 37.262885000023708 ], [ -121.990654999659412, 37.266632000115983 ], [ -121.990654999659412, 37.269106000330474 ], [ -121.993660999755321, 37.270490999958994 ], [ -121.993729000425716, 37.271106999837265 ], [ -122.000630000372112, 37.273380000016623 ], [ -122.003290999788206, 37.27453399980886 ], [ -122.005639999933052, 37.27560000005014 ], [ -122.007650000144224, 37.276820000348458 ], [ -122.00924000023079, 37.27578000023604 ], [ -122.009820000188938, 37.275219999832707 ], [ -122.010660000438079, 37.274260000069582 ], [ -122.014439999762573, 37.271409999960184 ], [ -122.016690000173227, 37.269919999800869 ], [ -122.01918999993083, 37.268329999739912 ], [ -122.023160000124435, 37.264120000342423 ], [ -122.029680000304339, 37.25972000030788 ], [ -122.032052000015426, 37.259268000149035 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507302", "NAME": "Census Tract 5073.02", "state": "06", "county_fips": "085", "tract": "507302", "county_name": "Santa Clara County", "tot_pop_2050": 3179, "tot_pop_pov_det_2050": 3106, "tot_pop_civ_ni_2050": 3106, "tot_hh_2050": 1025, "pop_zvhhs_2050": 16, "tot_fam_2050": 913, "tot_pop_over5_2050": 3047, "pop_hus_rent50_2050": 16, "pop_minority_2050": 1267, "pop_over75_2050": 390, "pop_spfam_2050": 43, "pop_lep_2050": 31, "pop_below200_2050": 225, "pop_disability_2050": 125, "pct_minority_2050": 0.39855300408933625, "pct_over75_2050": 0.12268008807801195, "pct_spfam_2050": 0.047097480832420602, "pct_lep_2050": 0.010173941581883819, "pct_below200_2050": 0.072440437862202195, "pct_disab_2050": 0.040244687701223435, "pct_zvhhs_2050": 0.015609756097560976, "pct_hus_rent50_2050": 0.015609756097560976, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10440160058203, "pct_minority_2040": 0.36849763550382003, "pct_spfam_2040": 0.056921086675290999, "pct_lep_2040": 0.0078977059044749998, "pct_below200_2040": 0.112565445026178, "pct_disab_2040": 0.041136873597607003, "pct_zvhhs_2040": 0.024640657084189003, "pct_hus_rent50_2040": 0.025668449197860998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.053615000195322, 37.248538999927135 ], [ -122.055068999839449, 37.245598999758045 ], [ -122.053020999993493, 37.24473599978824 ], [ -122.050684000442502, 37.241555000044684 ], [ -122.048177000113867, 37.239537999670453 ], [ -122.048609999758924, 37.237450000229252 ], [ -122.047510999942034, 37.235570999812744 ], [ -122.046392000033606, 37.232152999792639 ], [ -122.044721999581085, 37.231241000083926 ], [ -122.043011000018993, 37.23315999985779 ], [ -122.040739999691937, 37.233180000282573 ], [ -122.040100000357654, 37.231950000051221 ], [ -122.03776999958103, 37.231469999873205 ], [ -122.039030999779655, 37.2303899999227 ], [ -122.038619999875934, 37.229710000256226 ], [ -122.039920000432616, 37.226790000187144 ], [ -122.039270000154247, 37.225269999927242 ], [ -122.036750000305162, 37.224159999949592 ], [ -122.03718999962291, 37.223240000055966 ], [ -122.032220000244919, 37.218080000092534 ], [ -122.030189999942266, 37.217270000293439 ], [ -122.029722000137127, 37.217254999671972 ], [ -122.029724999611872, 37.217375000267864 ], [ -122.028799999872248, 37.217522000129676 ], [ -122.025190000427088, 37.214951000003595 ], [ -122.024669999845102, 37.215844000082797 ], [ -122.023069999712746, 37.218587000164383 ], [ -122.022985000222263, 37.220676999879579 ], [ -122.021493999869875, 37.220115000323354 ], [ -122.018773000179337, 37.222650999810448 ], [ -122.013056000438624, 37.22415399996332 ], [ -122.011617999789678, 37.226032000256048 ], [ -122.01116599987806, 37.229098999822995 ], [ -122.01086999960205, 37.231460000149895 ], [ -122.007077999683688, 37.23348100016954 ], [ -122.00535100022806, 37.235940999985488 ], [ -122.005025999639756, 37.23772099998164 ], [ -122.005926000163342, 37.240254000197581 ], [ -122.00402800010518, 37.240485000063138 ], [ -122.002453000087215, 37.241506000004499 ], [ -122.007359999716002, 37.24275000031443 ], [ -122.013760000245327, 37.245749999941658 ], [ -122.020159999876327, 37.250349999768979 ], [ -122.021595999977123, 37.25154500001252 ], [ -122.027310000243091, 37.25490999975235 ], [ -122.032538000262235, 37.258867999688682 ], [ -122.032052000015426, 37.259268000149035 ], [ -122.031986999718114, 37.260127000037734 ], [ -122.033697000353598, 37.259196999741548 ], [ -122.038210999622009, 37.256295000205547 ], [ -122.039075999985499, 37.254951000083494 ], [ -122.042738000207521, 37.253101000058784 ], [ -122.045350999943039, 37.252248999653936 ], [ -122.050301999952765, 37.252037999805751 ], [ -122.050952000231092, 37.252070000047837 ], [ -122.051613000380073, 37.251722999803789 ], [ -122.053318000094407, 37.250144000018615 ], [ -122.053615000195322, 37.248538999927135 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507401", "NAME": "Census Tract 5074.01", "state": "06", "county_fips": "085", "tract": "507401", "county_name": "Santa Clara County", "tot_pop_2050": 5658, "tot_pop_pov_det_2050": 5658, "tot_pop_civ_ni_2050": 5658, "tot_hh_2050": 1929, "pop_zvhhs_2050": 52, "tot_fam_2050": 1716, "tot_pop_over5_2050": 5586, "pop_hus_rent50_2050": 54, "pop_minority_2050": 3851, "pop_over75_2050": 531, "pop_spfam_2050": 49, "pop_lep_2050": 249, "pop_below200_2050": 312, "pop_disability_2050": 392, "pct_minority_2050": 0.68062919759632379, "pct_over75_2050": 0.093849416755037121, "pct_spfam_2050": 0.028554778554778563, "pct_lep_2050": 0.044575725026852836, "pct_below200_2050": 0.055143160127253447, "pct_disab_2050": 0.069282431954754337, "pct_zvhhs_2050": 0.026956972524624159, "pct_hus_rent50_2050": 0.027993779160186624, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.099543378995434015, "pct_minority_2040": 0.59908675799086797, "pct_spfam_2040": 0.041717049576783995, "pct_lep_2040": 0.039635280982507994, "pct_below200_2040": 0.039276580197295997, "pct_disab_2040": 0.061004566210045998, "pct_zvhhs_2040": 0.012644889357217999, "pct_hus_rent50_2040": 0.0042598509052179994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.039500000308024, 37.293690000202993 ], [ -122.04002800038765, 37.293778000222432 ], [ -122.037170000429725, 37.290800000154327 ], [ -122.032479999637616, 37.288359999899605 ], [ -122.023340000049487, 37.284168999741986 ], [ -122.02071999974298, 37.28295999988174 ], [ -122.014439999762573, 37.280079999822519 ], [ -122.010538000239364, 37.278242000134924 ], [ -122.009862000021741, 37.278496999839298 ], [ -122.009196999674785, 37.278727999675027 ], [ -122.008873999634616, 37.279682999761704 ], [ -122.006279000340768, 37.28224100013415 ], [ -122.005879000307687, 37.285481999738103 ], [ -122.006880000215304, 37.285579999756393 ], [ -122.006349999587556, 37.286769999800612 ], [ -122.005629999887319, 37.287392999944956 ], [ -122.004701999774653, 37.287292999679622 ], [ -122.002724000248875, 37.29161400016163 ], [ -122.003433000078445, 37.293081000057107 ], [ -122.00468000003336, 37.293109999903578 ], [ -122.007409999944713, 37.293236999789663 ], [ -122.007851999810583, 37.293337999810461 ], [ -122.014956999971503, 37.293564999949695 ], [ -122.017793000188107, 37.293664999740159 ], [ -122.023649999670866, 37.293825000271816 ], [ -122.025977999899354, 37.293869000215473 ], [ -122.028035999791086, 37.293889000246274 ], [ -122.031698999838014, 37.294056000224771 ], [ -122.032263999727547, 37.293964999743288 ], [ -122.039500000308024, 37.293690000202993 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507402", "NAME": "Census Tract 5074.02", "state": "06", "county_fips": "085", "tract": "507402", "county_name": "Santa Clara County", "tot_pop_2050": 4068, "tot_pop_pov_det_2050": 4068, "tot_pop_civ_ni_2050": 4062, "tot_hh_2050": 1425, "pop_zvhhs_2050": 93, "tot_fam_2050": 1119, "tot_pop_over5_2050": 3899, "pop_hus_rent50_2050": 71, "pop_minority_2050": 1993, "pop_over75_2050": 328, "pop_spfam_2050": 61, "pop_lep_2050": 129, "pop_below200_2050": 406, "pop_disability_2050": 404, "pct_minority_2050": 0.48992133726646997, "pct_over75_2050": 0.080629301868239925, "pct_spfam_2050": 0.054512957998212687, "pct_lep_2050": 0.033085406514490885, "pct_below200_2050": 0.099803343166175021, "pct_disab_2050": 0.099458394879369763, "pct_zvhhs_2050": 0.065263157894736842, "pct_hus_rent50_2050": 0.049824561403508771, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061565304087736999, "pct_minority_2040": 0.43619142572283098, "pct_spfam_2040": 0.041994750656167992, "pct_lep_2040": 0.015372382719321998, "pct_below200_2040": 0.10992023928215401, "pct_disab_2040": 0.067547357926220991, "pct_zvhhs_2040": 0.057265569076592998, "pct_hus_rent50_2040": 0.057265569076592998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.009196999674785, 37.278727999675027 ], [ -122.009862000021741, 37.278496999839298 ], [ -122.007650000144224, 37.276820000348458 ], [ -122.005639999933052, 37.27560000005014 ], [ -122.003290999788206, 37.27453399980886 ], [ -122.000630000372112, 37.273380000016623 ], [ -121.993729000425716, 37.271106999837265 ], [ -121.994069000184339, 37.27224300024691 ], [ -121.994270000025779, 37.276080000066003 ], [ -121.989497000291308, 37.276230999911668 ], [ -121.989607999721045, 37.278640999912916 ], [ -121.989674999668182, 37.280227000347253 ], [ -121.994358999714237, 37.280120000061792 ], [ -121.994363999737104, 37.280345000118245 ], [ -121.994392000224522, 37.283288999743085 ], [ -121.994465999844351, 37.287061999687914 ], [ -121.998519999703532, 37.284029999828739 ], [ -121.999509999740511, 37.284669999679799 ], [ -121.996469000382831, 37.287701000327338 ], [ -121.994986000426366, 37.289042000292326 ], [ -121.992146999836706, 37.291634999894278 ], [ -121.99471600008961, 37.29209000028527 ], [ -122.003433000078445, 37.293081000057107 ], [ -122.002724000248875, 37.29161400016163 ], [ -122.004701999774653, 37.287292999679622 ], [ -122.005629999887319, 37.287392999944956 ], [ -122.006349999587556, 37.286769999800612 ], [ -122.006880000215304, 37.285579999756393 ], [ -122.005879000307687, 37.285481999738103 ], [ -122.006279000340768, 37.28224100013415 ], [ -122.008873999634616, 37.279682999761704 ], [ -122.009196999674785, 37.278727999675027 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507500", "NAME": "Census Tract 5075", "state": "06", "county_fips": "085", "tract": "507500", "county_name": "Santa Clara County", "tot_pop_2050": 5775, "tot_pop_pov_det_2050": 5775, "tot_pop_civ_ni_2050": 5775, "tot_hh_2050": 2049, "pop_zvhhs_2050": 33, "tot_fam_2050": 1721, "tot_pop_over5_2050": 5574, "pop_hus_rent50_2050": 24, "pop_minority_2050": 3811, "pop_over75_2050": 489, "pop_spfam_2050": 38, "pop_lep_2050": 225, "pop_below200_2050": 765, "pop_disability_2050": 348, "pct_minority_2050": 0.6599134199134199, "pct_over75_2050": 0.084675324675324681, "pct_spfam_2050": 0.022080185938407902, "pct_lep_2050": 0.040365984930032295, "pct_below200_2050": 0.13246753246753246, "pct_disab_2050": 0.060259740259740263, "pct_zvhhs_2050": 0.016105417276720352, "pct_hus_rent50_2050": 0.011713030746705709, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090175438596490992, "pct_minority_2040": 0.62403508771929805, "pct_spfam_2040": 0.026578073089701001, "pct_lep_2040": 0.037722292078319002, "pct_below200_2040": 0.057894736842105006, "pct_disab_2040": 0.078245614035088007, "pct_zvhhs_2040": 0.025705645161290001, "pct_hus_rent50_2040": 0.024873096446701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032479999637616, 37.288359999899605 ], [ -122.032420000261453, 37.283420000186894 ], [ -122.032440000352963, 37.281779999822277 ], [ -122.032309999758297, 37.279389999853763 ], [ -122.032089999650253, 37.271660000235855 ], [ -122.03199000009117, 37.264779999945944 ], [ -122.031986999718114, 37.260127000037734 ], [ -122.032052000015426, 37.259268000149035 ], [ -122.029680000304339, 37.25972000030788 ], [ -122.023160000124435, 37.264120000342423 ], [ -122.01918999993083, 37.268329999739912 ], [ -122.016690000173227, 37.269919999800869 ], [ -122.014439999762573, 37.271409999960184 ], [ -122.010660000438079, 37.274260000069582 ], [ -122.009820000188938, 37.275219999832707 ], [ -122.00924000023079, 37.27578000023604 ], [ -122.007650000144224, 37.276820000348458 ], [ -122.009862000021741, 37.278496999839298 ], [ -122.010538000239364, 37.278242000134924 ], [ -122.014439999762573, 37.280079999822519 ], [ -122.02071999974298, 37.28295999988174 ], [ -122.023340000049487, 37.284168999741986 ], [ -122.032479999637616, 37.288359999899605 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507600", "NAME": "Census Tract 5076", "state": "06", "county_fips": "085", "tract": "507600", "county_name": "Santa Clara County", "tot_pop_2050": 5669, "tot_pop_pov_det_2050": 5636, "tot_pop_civ_ni_2050": 5669, "tot_hh_2050": 2015, "pop_zvhhs_2050": 51, "tot_fam_2050": 1797, "tot_pop_over5_2050": 5587, "pop_hus_rent50_2050": 20, "pop_minority_2050": 3001, "pop_over75_2050": 657, "pop_spfam_2050": 92, "pop_lep_2050": 199, "pop_below200_2050": 184, "pop_disability_2050": 296, "pct_minority_2050": 0.52937025930499204, "pct_over75_2050": 0.11589345563591462, "pct_spfam_2050": 0.051196438508625486, "pct_lep_2050": 0.035618399856810451, "pct_below200_2050": 0.032647267565649403, "pct_disab_2050": 0.052213794319985886, "pct_zvhhs_2050": 0.025310173697270472, "pct_hus_rent50_2050": 0.0099255583126550868, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073807071747338998, "pct_minority_2040": 0.50137315482320599, "pct_spfam_2040": 0.054311310190369, "pct_lep_2040": 0.039420896563753999, "pct_below200_2040": 0.061143644505684006, "pct_disab_2040": 0.049433573635427004, "pct_zvhhs_2040": 0.014356435643564, "pct_hus_rent50_2040": 0.024477307496174997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.083471999866418, 37.261942999788303 ], [ -122.083772000340389, 37.258642999792102 ], [ -122.081972000191513, 37.2583429998379 ], [ -122.077571999827597, 37.260342999842443 ], [ -122.075272000086528, 37.261043000024124 ], [ -122.072164999708306, 37.258904000181737 ], [ -122.069381000268578, 37.258651999943858 ], [ -122.067263999927292, 37.256915000063863 ], [ -122.065936999606421, 37.255152000198187 ], [ -122.064851000208321, 37.252608000070929 ], [ -122.063978000347205, 37.252008999865176 ], [ -122.060140000398107, 37.252479999935233 ], [ -122.059270000011736, 37.252089999745301 ], [ -122.058229999746075, 37.252419999707399 ], [ -122.052882999901215, 37.251220999771014 ], [ -122.050952000231092, 37.252070000047837 ], [ -122.050301999952765, 37.252037999805751 ], [ -122.045350999943039, 37.252248999653936 ], [ -122.042738000207521, 37.253101000058784 ], [ -122.039075999985499, 37.254951000083494 ], [ -122.038210999622009, 37.256295000205547 ], [ -122.033697000353598, 37.259196999741548 ], [ -122.031986999718114, 37.260127000037734 ], [ -122.03199000009117, 37.264779999945944 ], [ -122.032089999650253, 37.271660000235855 ], [ -122.032309999758297, 37.279389999853763 ], [ -122.032440000352963, 37.281779999822277 ], [ -122.032420000261453, 37.283420000186894 ], [ -122.032479999637616, 37.288359999899605 ], [ -122.037170000429725, 37.290800000154327 ], [ -122.04002800038765, 37.293778000222432 ], [ -122.040729999646175, 37.293799999853846 ], [ -122.044180000156103, 37.293589999731111 ], [ -122.044929999993556, 37.291239999687342 ], [ -122.047429999751188, 37.289220000079702 ], [ -122.048310000183278, 37.287300000231433 ], [ -122.048199999680079, 37.286250000240408 ], [ -122.048880000095664, 37.285300000080227 ], [ -122.055283999924626, 37.286462999781421 ], [ -122.057982000048952, 37.286478000209527 ], [ -122.059377999966799, 37.286323999817078 ], [ -122.060911000151961, 37.286052999785973 ], [ -122.064035000248637, 37.28607700002857 ], [ -122.065971999766532, 37.286341999934905 ], [ -122.06647200025705, 37.289342000148466 ], [ -122.068568999608516, 37.289158000121269 ], [ -122.078100999732101, 37.286130999831677 ], [ -122.07734300039705, 37.284447000227843 ], [ -122.075281000307371, 37.283823000073312 ], [ -122.074352000369785, 37.281084999928012 ], [ -122.071798000185481, 37.277462000049631 ], [ -122.070310000206149, 37.277670000147907 ], [ -122.069770000430978, 37.27551000015319 ], [ -122.067846000433548, 37.275141999915753 ], [ -122.067862000327096, 37.271972000267482 ], [ -122.067910000007657, 37.265862000007573 ], [ -122.067913000380699, 37.2654010001893 ], [ -122.079118000431578, 37.265445999759265 ], [ -122.081972000191513, 37.263543000061091 ], [ -122.083471999866418, 37.261942999788303 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507701", "NAME": "Census Tract 5077.01", "state": "06", "county_fips": "085", "tract": "507701", "county_name": "Santa Clara County", "tot_pop_2050": 3854, "tot_pop_pov_det_2050": 3854, "tot_pop_civ_ni_2050": 3854, "tot_hh_2050": 1344, "pop_zvhhs_2050": 56, "tot_fam_2050": 1089, "tot_pop_over5_2050": 3682, "pop_hus_rent50_2050": 22, "pop_minority_2050": 2944, "pop_over75_2050": 228, "pop_spfam_2050": 141, "pop_lep_2050": 215, "pop_below200_2050": 392, "pop_disability_2050": 245, "pct_minority_2050": 0.76388168137000523, "pct_over75_2050": 0.059159314997405302, "pct_spfam_2050": 0.12947658402203854, "pct_lep_2050": 0.058392178164041277, "pct_below200_2050": 0.101712506486767, "pct_disab_2050": 0.063570316554229372, "pct_zvhhs_2050": 0.041666666666666657, "pct_hus_rent50_2050": 0.01636904761904762, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029900332225913998, "pct_minority_2040": 0.71019677996422204, "pct_spfam_2040": 0.072155411655874011, "pct_lep_2040": 0.056633455689565002, "pct_below200_2040": 0.095067722974699995, "pct_disab_2040": 0.068745208280091993, "pct_zvhhs_2040": 0.030347890451517003, "pct_hus_rent50_2040": 0.0097232610321619992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.064048999594007, 37.312955999726746 ], [ -122.063379999947429, 37.312709999754794 ], [ -122.060629999944567, 37.313609999762704 ], [ -122.05918999964581, 37.314269999779277 ], [ -122.058839999841439, 37.315530000346932 ], [ -122.049639999978851, 37.315550000333047 ], [ -122.041440000199003, 37.315570000313897 ], [ -122.032909999807913, 37.31560000027519 ], [ -122.032339999895513, 37.31556000032414 ], [ -122.032339999895513, 37.315624999876562 ], [ -122.032370000032742, 37.322799999755595 ], [ -122.041529999712353, 37.322799999755595 ], [ -122.046059999772609, 37.322780000269816 ], [ -122.052790000014809, 37.322810000210829 ], [ -122.054960000059523, 37.327229999706915 ], [ -122.056180000250265, 37.328619999704728 ], [ -122.060460000065234, 37.332020000158451 ], [ -122.063841000079876, 37.33323699980712 ], [ -122.063790999851165, 37.333072999646326 ], [ -122.061245000062797, 37.331494999881578 ], [ -122.059608999945468, 37.329360000340202 ], [ -122.060192000276643, 37.328531999742737 ], [ -122.059938999658328, 37.326711999986188 ], [ -122.061789999860835, 37.324833000149738 ], [ -122.06145699977489, 37.322880999904427 ], [ -122.060475999958769, 37.322179000238265 ], [ -122.060311000102331, 37.32121200001756 ], [ -122.062209999985399, 37.319415000294818 ], [ -122.062300000397087, 37.317547000091757 ], [ -122.061005999688177, 37.314816000070088 ], [ -122.063097999915115, 37.31550900014139 ], [ -122.064048999594007, 37.312955999726746 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507702", "NAME": "Census Tract 5077.02", "state": "06", "county_fips": "085", "tract": "507702", "county_name": "Santa Clara County", "tot_pop_2050": 6085, "tot_pop_pov_det_2050": 6085, "tot_pop_civ_ni_2050": 6085, "tot_hh_2050": 2015, "pop_zvhhs_2050": 31, "tot_fam_2050": 1778, "tot_pop_over5_2050": 5951, "pop_hus_rent50_2050": 35, "pop_minority_2050": 4867, "pop_over75_2050": 482, "pop_spfam_2050": 12, "pop_lep_2050": 212, "pop_below200_2050": 407, "pop_disability_2050": 306, "pct_minority_2050": 0.79983566146261287, "pct_over75_2050": 0.079211175020542313, "pct_spfam_2050": 0.0067491563554555678, "pct_lep_2050": 0.035624264829440429, "pct_below200_2050": 0.066885784716516031, "pct_disab_2050": 0.050287592440427284, "pct_zvhhs_2050": 0.015384615384615384, "pct_hus_rent50_2050": 0.017369727047146403, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075262627716218, "pct_minority_2040": 0.71751331126780793, "pct_spfam_2040": 0.046364594309800007, "pct_lep_2040": 0.057493636771972001, "pct_below200_2040": 0.038998417038422994, "pct_disab_2040": 0.055403655202186999, "pct_zvhhs_2040": 0.015769944341373, "pct_hus_rent50_2040": 0.0056048575432040004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.081572000158431, 37.295341999766833 ], [ -122.080572000075705, 37.294441999778975 ], [ -122.080972000108787, 37.291842000314375 ], [ -122.079871999568681, 37.28824199983103 ], [ -122.077872000301568, 37.287941999877255 ], [ -122.078100999732101, 37.286130999831677 ], [ -122.068568999608516, 37.289158000121269 ], [ -122.06647200025705, 37.289342000148466 ], [ -122.065971999766532, 37.286341999934905 ], [ -122.064035000248637, 37.28607700002857 ], [ -122.060911000151961, 37.286052999785973 ], [ -122.059377999966799, 37.286323999817078 ], [ -122.057982000048952, 37.286478000209527 ], [ -122.055283999924626, 37.286462999781421 ], [ -122.048880000095664, 37.285300000080227 ], [ -122.048199999680079, 37.286250000240408 ], [ -122.048310000183278, 37.287300000231433 ], [ -122.047429999751188, 37.289220000079702 ], [ -122.044929999993556, 37.291239999687342 ], [ -122.044180000156103, 37.293589999731111 ], [ -122.040729999646175, 37.293799999853846 ], [ -122.04002800038765, 37.293778000222432 ], [ -122.041574999918211, 37.296977999990446 ], [ -122.043279999632517, 37.300980000232911 ], [ -122.046008999718978, 37.307273999733773 ], [ -122.049639999978851, 37.315550000333047 ], [ -122.058839999841439, 37.315530000346932 ], [ -122.05918999964581, 37.314269999779277 ], [ -122.060629999944567, 37.313609999762704 ], [ -122.063379999947429, 37.312709999754794 ], [ -122.064048999594007, 37.312955999726746 ], [ -122.063091000242437, 37.311206999990759 ], [ -122.063937000339337, 37.308201000346536 ], [ -122.065140999738233, 37.309025000108853 ], [ -122.067913000380699, 37.306931999743398 ], [ -122.068236000420882, 37.305832999748446 ], [ -122.070660000010534, 37.307491000337556 ], [ -122.072168999906253, 37.306100999678122 ], [ -122.074733000136277, 37.306470000332538 ], [ -122.078424999597203, 37.306210999756694 ], [ -122.074308999813752, 37.303749999983388 ], [ -122.075559000141709, 37.300456999746096 ], [ -122.075251000170141, 37.298375999879177 ], [ -122.078672000367732, 37.295841999871556 ], [ -122.081572000158431, 37.295341999766833 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507703", "NAME": "Census Tract 5077.03", "state": "06", "county_fips": "085", "tract": "507703", "county_name": "Santa Clara County", "tot_pop_2050": 8109, "tot_pop_pov_det_2050": 7861, "tot_pop_civ_ni_2050": 7844, "tot_hh_2050": 2729, "pop_zvhhs_2050": 192, "tot_fam_2050": 2204, "tot_pop_over5_2050": 7847, "pop_hus_rent50_2050": 227, "pop_minority_2050": 4728, "pop_over75_2050": 756, "pop_spfam_2050": 89, "pop_lep_2050": 318, "pop_below200_2050": 620, "pop_disability_2050": 545, "pct_minority_2050": 0.5830558638549761, "pct_over75_2050": 0.093229744728079905, "pct_spfam_2050": 0.040381125226860264, "pct_lep_2050": 0.04052504141710208, "pct_below200_2050": 0.078870372726116272, "pct_disab_2050": 0.069479857215706278, "pct_zvhhs_2050": 0.070355441553682674, "pct_hus_rent50_2050": 0.08318065225357274, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.116886377903327, "pct_minority_2040": 0.61192718141870694, "pct_spfam_2040": 0.036311514572384004, "pct_lep_2040": 0.077820495823942987, "pct_below200_2040": 0.063898590091838001, "pct_disab_2040": 0.095977234510413012, "pct_zvhhs_2040": 0.075926592299388002, "pct_hus_rent50_2040": 0.066227588730333006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.093623000306209, 37.306094999786147 ], [ -122.096191999660761, 37.300927999755693 ], [ -122.093547000138201, 37.300989000325565 ], [ -122.091813999936505, 37.300868000259783 ], [ -122.090970000387699, 37.300659999969341 ], [ -122.08822200003469, 37.299570999753371 ], [ -122.087225000325006, 37.297287000179985 ], [ -122.08427899960526, 37.295375999722026 ], [ -122.081572000158431, 37.295341999766833 ], [ -122.078672000367732, 37.295841999871556 ], [ -122.075251000170141, 37.298375999879177 ], [ -122.075559000141709, 37.300456999746096 ], [ -122.074308999813752, 37.303749999983388 ], [ -122.078424999597203, 37.306210999756694 ], [ -122.074733000136277, 37.306470000332538 ], [ -122.072168999906253, 37.306100999678122 ], [ -122.070660000010534, 37.307491000337556 ], [ -122.068236000420882, 37.305832999748446 ], [ -122.067913000380699, 37.306931999743398 ], [ -122.065140999738233, 37.309025000108853 ], [ -122.063937000339337, 37.308201000346536 ], [ -122.063091000242437, 37.311206999990759 ], [ -122.064048999594007, 37.312955999726746 ], [ -122.063097999915115, 37.31550900014139 ], [ -122.061005999688177, 37.314816000070088 ], [ -122.062300000397087, 37.317547000091757 ], [ -122.062209999985399, 37.319415000294818 ], [ -122.060311000102331, 37.32121200001756 ], [ -122.060475999958769, 37.322179000238265 ], [ -122.06145699977489, 37.322880999904427 ], [ -122.061789999860835, 37.324833000149738 ], [ -122.059938999658328, 37.326711999986188 ], [ -122.060192000276643, 37.328531999742737 ], [ -122.059608999945468, 37.329360000340202 ], [ -122.061245000062797, 37.331494999881578 ], [ -122.063790999851165, 37.333072999646326 ], [ -122.063841000079876, 37.33323699980712 ], [ -122.06461299965865, 37.333324999972248 ], [ -122.067237000163104, 37.333029999767021 ], [ -122.067737999580217, 37.333535999810294 ], [ -122.06853400034673, 37.333575000219881 ], [ -122.068710000073835, 37.333570000351635 ], [ -122.070579999644579, 37.333160000024442 ], [ -122.07163699962868, 37.33132500018241 ], [ -122.071710000321957, 37.330905999663784 ], [ -122.071409999847987, 37.328190000031952 ], [ -122.07578400027262, 37.32330299978797 ], [ -122.076867000195989, 37.32298900020519 ], [ -122.078269999786514, 37.323058000216882 ], [ -122.079710000085271, 37.322580000118975 ], [ -122.079308000402378, 37.322242999657277 ], [ -122.081439999913925, 37.320465999689695 ], [ -122.086068999708402, 37.315354999883859 ], [ -122.087529000098641, 37.313573999712048 ], [ -122.091987000188851, 37.308102000187979 ], [ -122.092033000219615, 37.308045999809622 ], [ -122.093623000306209, 37.306094999786147 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507805", "NAME": "Census Tract 5078.05", "state": "06", "county_fips": "085", "tract": "507805", "county_name": "Santa Clara County", "tot_pop_2050": 5946, "tot_pop_pov_det_2050": 5931, "tot_pop_civ_ni_2050": 5946, "tot_hh_2050": 2108, "pop_zvhhs_2050": 102, "tot_fam_2050": 1531, "tot_pop_over5_2050": 5639, "pop_hus_rent50_2050": 263, "pop_minority_2050": 4220, "pop_over75_2050": 321, "pop_spfam_2050": 140, "pop_lep_2050": 675, "pop_below200_2050": 743, "pop_disability_2050": 299, "pct_minority_2050": 0.70972082071981168, "pct_over75_2050": 0.053985872855701313, "pct_spfam_2050": 0.091443500979751804, "pct_lep_2050": 0.11970207483596383, "pct_below200_2050": 0.12527398415107066, "pct_disab_2050": 0.050285906491759166, "pct_zvhhs_2050": 0.048387096774193547, "pct_hus_rent50_2050": 0.1247628083491461, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056196688409433003, "pct_minority_2040": 0.68723866867369099, "pct_spfam_2040": 0.106691919191919, "pct_lep_2040": 0.062533596129725991, "pct_below200_2040": 0.12878407760495098, "pct_disab_2040": 0.085298544907175006, "pct_zvhhs_2040": 0.056190041114664004, "pct_hus_rent50_2040": 0.10847457627118599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.072090000263529, 37.341602000186583 ], [ -122.072480000250877, 37.341230000269128 ], [ -122.068390000406708, 37.337340000082563 ], [ -122.068181000169332, 37.335453000044438 ], [ -122.06843700026235, 37.334429999935296 ], [ -122.06851500008014, 37.334190000045282 ], [ -122.068710000073835, 37.333570000351635 ], [ -122.06853400034673, 37.333575000219881 ], [ -122.067737999580217, 37.333535999810294 ], [ -122.067237000163104, 37.333029999767021 ], [ -122.06461299965865, 37.333324999972248 ], [ -122.063841000079876, 37.33323699980712 ], [ -122.060460000065234, 37.332020000158451 ], [ -122.056180000250265, 37.328619999704728 ], [ -122.054960000059523, 37.327229999706915 ], [ -122.052790000014809, 37.322810000210829 ], [ -122.046059999772609, 37.322780000269816 ], [ -122.046639999730729, 37.32404000033889 ], [ -122.049510000282524, 37.324890000256062 ], [ -122.050510000365222, 37.329069999733697 ], [ -122.050330000440155, 37.331340000234377 ], [ -122.047259999871855, 37.332479999705136 ], [ -122.047391000291412, 37.334011000306624 ], [ -122.044826000236498, 37.33419999969886 ], [ -122.043929000085924, 37.334204000274163 ], [ -122.0436949997342, 37.334204000274163 ], [ -122.041450000244723, 37.33421000006539 ], [ -122.032440000352963, 37.334239999728439 ], [ -122.032390000124252, 37.337609999652912 ], [ -122.036730000213694, 37.337569999989427 ], [ -122.041509999620885, 37.337569999989427 ], [ -122.043708000152989, 37.337553999832394 ], [ -122.043971999743647, 37.337551999991071 ], [ -122.044867000244366, 37.337543999911063 ], [ -122.050060000103429, 37.33754000022784 ], [ -122.050533999756354, 37.33754000022784 ], [ -122.05099900008679, 37.33754000022784 ], [ -122.05495000001379, 37.337519999665872 ], [ -122.057889999987452, 37.337519999665872 ], [ -122.058253000210598, 37.337519999665872 ], [ -122.058977999933688, 37.337524000064413 ], [ -122.059583999831091, 37.337530000304639 ], [ -122.059650999778256, 37.337530000304639 ], [ -122.059730000319291, 37.337530000304639 ], [ -122.062399999956199, 37.33754000022784 ], [ -122.066699999862664, 37.337519999665872 ], [ -122.067740000128353, 37.338000000255043 ], [ -122.072090000263529, 37.341602000186583 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507806", "NAME": "Census Tract 5078.06", "state": "06", "county_fips": "085", "tract": "507806", "county_name": "Santa Clara County", "tot_pop_2050": 5981, "tot_pop_pov_det_2050": 5981, "tot_pop_civ_ni_2050": 5981, "tot_hh_2050": 1949, "pop_zvhhs_2050": 66, "tot_fam_2050": 1639, "tot_pop_over5_2050": 5662, "pop_hus_rent50_2050": 211, "pop_minority_2050": 5211, "pop_over75_2050": 206, "pop_spfam_2050": 125, "pop_lep_2050": 317, "pop_below200_2050": 548, "pop_disability_2050": 194, "pct_minority_2050": 0.87125898679150648, "pct_over75_2050": 0.03444240093629828, "pct_spfam_2050": 0.076266015863331302, "pct_lep_2050": 0.055987283645355004, "pct_below200_2050": 0.09162347433539543, "pct_disab_2050": 0.032436047483698376, "pct_zvhhs_2050": 0.033863519753719866, "pct_hus_rent50_2050": 0.10826064648537713, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030248143452272998, "pct_minority_2040": 0.82231479804383312, "pct_spfam_2040": 0.087128712871286998, "pct_lep_2040": 0.056538461538462002, "pct_below200_2040": 0.069733743886977007, "pct_disab_2040": 0.032240536134758004, "pct_zvhhs_2040": 0.012972972972973, "pct_hus_rent50_2040": 0.087292817679558002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.050330000440155, 37.331340000234377 ], [ -122.050510000365222, 37.329069999733697 ], [ -122.049510000282524, 37.324890000256062 ], [ -122.046639999730729, 37.32404000033889 ], [ -122.046059999772609, 37.322780000269816 ], [ -122.041529999712353, 37.322799999755595 ], [ -122.032370000032742, 37.322799999755595 ], [ -122.032440000352963, 37.334239999728439 ], [ -122.041450000244723, 37.33421000006539 ], [ -122.0436949997342, 37.334204000274163 ], [ -122.043929000085924, 37.334204000274163 ], [ -122.044826000236498, 37.33419999969886 ], [ -122.047391000291412, 37.334011000306624 ], [ -122.047259999871855, 37.332479999705136 ], [ -122.050330000440155, 37.331340000234377 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507807", "NAME": "Census Tract 5078.07", "state": "06", "county_fips": "085", "tract": "507807", "county_name": "Santa Clara County", "tot_pop_2050": 3384, "tot_pop_pov_det_2050": 3384, "tot_pop_civ_ni_2050": 3384, "tot_hh_2050": 1043, "pop_zvhhs_2050": 0, "tot_fam_2050": 938, "tot_pop_over5_2050": 3265, "pop_hus_rent50_2050": 31, "pop_minority_2050": 2840, "pop_over75_2050": 160, "pop_spfam_2050": 74, "pop_lep_2050": 116, "pop_below200_2050": 87, "pop_disability_2050": 245, "pct_minority_2050": 0.83924349881796689, "pct_over75_2050": 0.047281323877068564, "pct_spfam_2050": 0.078891257995735611, "pct_lep_2050": 0.035528330781010718, "pct_below200_2050": 0.025709219858156027, "pct_disab_2050": 0.072399527186761223, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.029721955896452545, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0498046875, "pct_minority_2040": 0.78157552083333304, "pct_spfam_2040": 0.061843640606768002, "pct_lep_2040": 0.059045657397872008, "pct_below200_2040": 0.0947265625, "pct_disab_2040": 0.052083333333333003, "pct_zvhhs_2040": 0.0066539923954369992, "pct_hus_rent50_2040": 0.036538461538460999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.049639999978851, 37.315550000333047 ], [ -122.046008999718978, 37.307273999733773 ], [ -122.044992999742746, 37.307528999654444 ], [ -122.041454000442698, 37.309640000094383 ], [ -122.039199999834054, 37.310240999646503 ], [ -122.034141999694214, 37.309756000311921 ], [ -122.033090999557899, 37.308244000143844 ], [ -122.032939000120237, 37.308244000143844 ], [ -122.032261000252817, 37.308240999926156 ], [ -122.032471000315098, 37.312242000007927 ], [ -122.032268999750414, 37.312229000231369 ], [ -122.032339999895513, 37.31556000032414 ], [ -122.032909999807913, 37.31560000027519 ], [ -122.041440000199003, 37.315570000313897 ], [ -122.049639999978851, 37.315550000333047 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507808", "NAME": "Census Tract 5078.08", "state": "06", "county_fips": "085", "tract": "507808", "county_name": "Santa Clara County", "tot_pop_2050": 5238, "tot_pop_pov_det_2050": 5230, "tot_pop_civ_ni_2050": 5238, "tot_hh_2050": 1722, "pop_zvhhs_2050": 27, "tot_fam_2050": 1502, "tot_pop_over5_2050": 4964, "pop_hus_rent50_2050": 35, "pop_minority_2050": 4240, "pop_over75_2050": 281, "pop_spfam_2050": 48, "pop_lep_2050": 160, "pop_below200_2050": 261, "pop_disability_2050": 177, "pct_minority_2050": 0.80946926307751055, "pct_over75_2050": 0.05364642993508973, "pct_spfam_2050": 0.031957390146471372, "pct_lep_2050": 0.032232070910556, "pct_below200_2050": 0.049904397705544931, "pct_disab_2050": 0.03379152348224513, "pct_zvhhs_2050": 0.015679442508710801, "pct_hus_rent50_2050": 0.02032520325203252, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050850429598457002, "pct_minority_2040": 0.76310713659477503, "pct_spfam_2040": 0.059546925566342994, "pct_lep_2040": 0.051422319474835998, "pct_below200_2040": 0.11245826743981699, "pct_disab_2040": 0.031737681921794998, "pct_zvhhs_2040": 0.0080645161290319994, "pct_hus_rent50_2040": 0.055224688684352999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.044992999742746, 37.307528999654444 ], [ -122.046008999718978, 37.307273999733773 ], [ -122.043279999632517, 37.300980000232911 ], [ -122.041574999918211, 37.296977999990446 ], [ -122.04002800038765, 37.293778000222432 ], [ -122.039500000308024, 37.293690000202993 ], [ -122.032263999727547, 37.293964999743288 ], [ -122.032251000207083, 37.298359000224139 ], [ -122.032431999957012, 37.300544000010959 ], [ -122.032410000215719, 37.301001999901771 ], [ -122.032392999598954, 37.302057000341989 ], [ -122.032385999926291, 37.30230399983094 ], [ -122.032261000252817, 37.308240999926156 ], [ -122.032939000120237, 37.308244000143844 ], [ -122.033090999557899, 37.308244000143844 ], [ -122.034141999694214, 37.309756000311921 ], [ -122.039199999834054, 37.310240999646503 ], [ -122.041454000442698, 37.309640000094383 ], [ -122.044992999742746, 37.307528999654444 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507903", "NAME": "Census Tract 5079.03", "state": "06", "county_fips": "085", "tract": "507903", "county_name": "Santa Clara County", "tot_pop_2050": 4991, "tot_pop_pov_det_2050": 4984, "tot_pop_civ_ni_2050": 4991, "tot_hh_2050": 1596, "pop_zvhhs_2050": 10, "tot_fam_2050": 1408, "tot_pop_over5_2050": 4883, "pop_hus_rent50_2050": 51, "pop_minority_2050": 4020, "pop_over75_2050": 559, "pop_spfam_2050": 70, "pop_lep_2050": 368, "pop_below200_2050": 263, "pop_disability_2050": 396, "pct_minority_2050": 0.80544980965738333, "pct_over75_2050": 0.11200160288519337, "pct_spfam_2050": 0.049715909090909088, "pct_lep_2050": 0.075363506041368031, "pct_below200_2050": 0.052768860353130019, "pct_disab_2050": 0.079342817070727309, "pct_zvhhs_2050": 0.0062656641604010022, "pct_hus_rent50_2050": 0.031954887218045111, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059827383287564005, "pct_minority_2040": 0.78481757551981191, "pct_spfam_2040": 0.039644565960355004, "pct_lep_2040": 0.088857545839210003, "pct_below200_2040": 0.095919968615143, "pct_disab_2040": 0.04393879952922701, "pct_zvhhs_2040": 0.0036407766990290001, "pct_hus_rent50_2040": 0.037897310513446997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.015017000245976, 37.301212000054925 ], [ -122.015012000223081, 37.300449000004193 ], [ -122.014956999971503, 37.293564999949695 ], [ -122.007851999810583, 37.293337999810461 ], [ -122.007609999961275, 37.29436999988647 ], [ -122.007421999640286, 37.296331999822627 ], [ -122.00735200021839, 37.296626999726875 ], [ -122.007093999577222, 37.299142999820177 ], [ -122.005506000038764, 37.303650000023723 ], [ -122.002960000250411, 37.310230000092552 ], [ -122.007500000356401, 37.310680000212145 ], [ -122.007710000418683, 37.310680000212145 ], [ -122.01349999995432, 37.310319999903264 ], [ -122.014992000131613, 37.30571899988341 ], [ -122.015017000245976, 37.301212000054925 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507904", "NAME": "Census Tract 5079.04", "state": "06", "county_fips": "085", "tract": "507904", "county_name": "Santa Clara County", "tot_pop_2050": 3188, "tot_pop_pov_det_2050": 3188, "tot_pop_civ_ni_2050": 3188, "tot_hh_2050": 1090, "pop_zvhhs_2050": 19, "tot_fam_2050": 995, "tot_pop_over5_2050": 3115, "pop_hus_rent50_2050": 10, "pop_minority_2050": 2476, "pop_over75_2050": 223, "pop_spfam_2050": 16, "pop_lep_2050": 108, "pop_below200_2050": 150, "pop_disability_2050": 254, "pct_minority_2050": 0.77666248431618568, "pct_over75_2050": 0.06994981179422835, "pct_spfam_2050": 0.016080402010050253, "pct_lep_2050": 0.034670947030497584, "pct_below200_2050": 0.047051442910915932, "pct_disab_2050": 0.079673776662484319, "pct_zvhhs_2050": 0.01743119266055046, "pct_hus_rent50_2050": 0.0091743119266055051, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085722731303576993, "pct_minority_2040": 0.74283180608927002, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.051054723326199994, "pct_below200_2040": 0.048773278155482998, "pct_disab_2040": 0.076854862548033989, "pct_zvhhs_2040": 0.049953746530989995, "pct_hus_rent50_2040": 0.027077497665732995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.007609999961275, 37.29436999988647 ], [ -122.007851999810583, 37.293337999810461 ], [ -122.007409999944713, 37.293236999789663 ], [ -122.00468000003336, 37.293109999903578 ], [ -122.003433000078445, 37.293081000057107 ], [ -122.002770000279639, 37.294624999969713 ], [ -122.002316999644762, 37.295086000199106 ], [ -122.00109700035236, 37.296491999684143 ], [ -121.998091000256451, 37.29823199969551 ], [ -121.997618000428446, 37.301066999892726 ], [ -121.997126000333864, 37.301413000295454 ], [ -121.996787000400147, 37.301810000041769 ], [ -121.996231999658036, 37.304270999708464 ], [ -121.996748999866995, 37.307029000074181 ], [ -121.996325000442781, 37.309616999802095 ], [ -121.998111000347961, 37.309729999896845 ], [ -122.002960000250411, 37.310230000092552 ], [ -122.005506000038764, 37.303650000023723 ], [ -122.007093999577222, 37.299142999820177 ], [ -122.00735200021839, 37.296626999726875 ], [ -122.007421999640286, 37.296331999822627 ], [ -122.007609999961275, 37.29436999988647 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507905", "NAME": "Census Tract 5079.05", "state": "06", "county_fips": "085", "tract": "507905", "county_name": "Santa Clara County", "tot_pop_2050": 6154, "tot_pop_pov_det_2050": 6154, "tot_pop_civ_ni_2050": 6154, "tot_hh_2050": 2092, "pop_zvhhs_2050": 50, "tot_fam_2050": 1533, "tot_pop_over5_2050": 5904, "pop_hus_rent50_2050": 136, "pop_minority_2050": 5067, "pop_over75_2050": 186, "pop_spfam_2050": 102, "pop_lep_2050": 546, "pop_below200_2050": 649, "pop_disability_2050": 112, "pct_minority_2050": 0.82336691582710431, "pct_over75_2050": 0.030224244393890157, "pct_spfam_2050": 0.066536203522504889, "pct_lep_2050": 0.092479674796747957, "pct_below200_2050": 0.1054598635034124, "pct_disab_2050": 0.018199545011374715, "pct_zvhhs_2050": 0.02390057361376673, "pct_hus_rent50_2050": 0.065009560229445512, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019907407407406996, "pct_minority_2040": 0.83919753086419802, "pct_spfam_2040": 0.02375, "pct_lep_2040": 0.10542264752791099, "pct_below200_2040": 0.15509509819081499, "pct_disab_2040": 0.027623456790122996, "pct_zvhhs_2040": 0.026279391424619998, "pct_hus_rent50_2040": 0.077144226161955001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032268999750414, 37.312229000231369 ], [ -122.032471000315098, 37.312242000007927 ], [ -122.032261000252817, 37.308240999926156 ], [ -122.032385999926291, 37.30230399983094 ], [ -122.032392999598954, 37.302057000341989 ], [ -122.032410000215719, 37.301001999901771 ], [ -122.032431999957012, 37.300544000010959 ], [ -122.032251000207083, 37.298359000224139 ], [ -122.032263999727547, 37.293964999743288 ], [ -122.031698999838014, 37.294056000224771 ], [ -122.028035999791086, 37.293889000246274 ], [ -122.025977999899354, 37.293869000215473 ], [ -122.023649999670866, 37.293825000271816 ], [ -122.023700999724511, 37.294010000105068 ], [ -122.023706999572298, 37.301140000211412 ], [ -122.023955000167732, 37.307633000018271 ], [ -122.023180000215945, 37.309869999772395 ], [ -122.028880000238203, 37.311519999945041 ], [ -122.031569999966607, 37.312298999661202 ], [ -122.032268999750414, 37.312229000231369 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085507906", "NAME": "Census Tract 5079.06", "state": "06", "county_fips": "085", "tract": "507906", "county_name": "Santa Clara County", "tot_pop_2050": 4431, "tot_pop_pov_det_2050": 4431, "tot_pop_civ_ni_2050": 4431, "tot_hh_2050": 1393, "pop_zvhhs_2050": 56, "tot_fam_2050": 1212, "tot_pop_over5_2050": 4321, "pop_hus_rent50_2050": 0, "pop_minority_2050": 3386, "pop_over75_2050": 414, "pop_spfam_2050": 33, "pop_lep_2050": 190, "pop_below200_2050": 191, "pop_disability_2050": 203, "pct_minority_2050": 0.7641615888061386, "pct_over75_2050": 0.093432633716993924, "pct_spfam_2050": 0.027227722772277228, "pct_lep_2050": 0.043971302939134461, "pct_below200_2050": 0.043105393816294288, "pct_disab_2050": 0.045813586097946286, "pct_zvhhs_2050": 0.040201005025125629, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088732093222151004, "pct_minority_2040": 0.75924738079965803, "pct_spfam_2040": 0.052833078101071997, "pct_lep_2040": 0.084857835574167997, "pct_below200_2040": 0.085738721402609019, "pct_disab_2040": 0.073765234124439014, "pct_zvhhs_2040": 0.031463748290013999, "pct_hus_rent50_2040": 0.044889502762430998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.023955000167732, 37.307633000018271 ], [ -122.023706999572298, 37.301140000211412 ], [ -122.023700999724511, 37.294010000105068 ], [ -122.023649999670866, 37.293825000271816 ], [ -122.017793000188107, 37.293664999740159 ], [ -122.014956999971503, 37.293564999949695 ], [ -122.015012000223081, 37.300449000004193 ], [ -122.015017000245976, 37.301212000054925 ], [ -122.014992000131613, 37.30571899988341 ], [ -122.01349999995432, 37.310319999903264 ], [ -122.013622999977954, 37.310399999644559 ], [ -122.017749999632073, 37.310090000172863 ], [ -122.019870000346415, 37.309919999919963 ], [ -122.021109999730314, 37.309540000108136 ], [ -122.023180000215945, 37.309869999772395 ], [ -122.023955000167732, 37.307633000018271 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508001", "NAME": "Census Tract 5080.01", "state": "06", "county_fips": "085", "tract": "508001", "county_name": "Santa Clara County", "tot_pop_2050": 7832, "tot_pop_pov_det_2050": 7832, "tot_pop_civ_ni_2050": 7832, "tot_hh_2050": 2950, "pop_zvhhs_2050": 226, "tot_fam_2050": 2027, "tot_pop_over5_2050": 7490, "pop_hus_rent50_2050": 414, "pop_minority_2050": 6051, "pop_over75_2050": 823, "pop_spfam_2050": 53, "pop_lep_2050": 357, "pop_below200_2050": 624, "pop_disability_2050": 543, "pct_minority_2050": 0.77259959141981616, "pct_over75_2050": 0.10508171603677223, "pct_spfam_2050": 0.026147015293537246, "pct_lep_2050": 0.047663551401869161, "pct_below200_2050": 0.079673135852911137, "pct_disab_2050": 0.069330949948927481, "pct_zvhhs_2050": 0.076610169491525423, "pct_hus_rent50_2050": 0.14033898305084747, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.071304347826087008, "pct_minority_2040": 0.74322981366459595, "pct_spfam_2040": 0.067796610169490998, "pct_lep_2040": 0.082782332716213006, "pct_below200_2040": 0.13428571428571401, "pct_disab_2040": 0.081242236024844997, "pct_zvhhs_2040": 0.080555555555555991, "pct_hus_rent50_2040": 0.11988716502115701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032370000032742, 37.322799999755595 ], [ -122.032339999895513, 37.315624999876562 ], [ -122.032339999895513, 37.31556000032414 ], [ -122.032268999750414, 37.312229000231369 ], [ -122.031569999966607, 37.312298999661202 ], [ -122.028880000238203, 37.311519999945041 ], [ -122.023180000215945, 37.309869999772395 ], [ -122.021109999730314, 37.309540000108136 ], [ -122.019870000346415, 37.309919999919963 ], [ -122.017749999632073, 37.310090000172863 ], [ -122.013622999977954, 37.310399999644559 ], [ -122.013489999908572, 37.310410000320729 ], [ -122.013469999817076, 37.310529999757073 ], [ -122.013279999846304, 37.316170000122213 ], [ -122.013120000012734, 37.317860000082149 ], [ -122.014049999775224, 37.32004999979965 ], [ -122.014100000003936, 37.322870000056938 ], [ -122.023180000215945, 37.322849999875395 ], [ -122.032370000032742, 37.322799999755595 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508003", "NAME": "Census Tract 5080.03", "state": "06", "county_fips": "085", "tract": "508003", "county_name": "Santa Clara County", "tot_pop_2050": 2496, "tot_pop_pov_det_2050": 2491, "tot_pop_civ_ni_2050": 2496, "tot_hh_2050": 769, "pop_zvhhs_2050": 40, "tot_fam_2050": 592, "tot_pop_over5_2050": 2423, "pop_hus_rent50_2050": 76, "pop_minority_2050": 1698, "pop_over75_2050": 127, "pop_spfam_2050": 18, "pop_lep_2050": 176, "pop_below200_2050": 413, "pop_disability_2050": 294, "pct_minority_2050": 0.68028846153846156, "pct_over75_2050": 0.050881410256410256, "pct_spfam_2050": 0.030405405405405407, "pct_lep_2050": 0.072637226578621539, "pct_below200_2050": 0.16579686872741869, "pct_disab_2050": 0.11778846153846155, "pct_zvhhs_2050": 0.052015604681404419, "pct_hus_rent50_2050": 0.098829648894668401, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033304867634500003, "pct_minority_2040": 0.67976088812980395, "pct_spfam_2040": 0.047770700636943005, "pct_lep_2040": 0.079822616407981994, "pct_below200_2040": 0.20068317677198999, "pct_disab_2040": 0.076857386848847006, "pct_zvhhs_2040": 0.0078226857887869986, "pct_hus_rent50_2040": 0.151178918169209, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.014100000003936, 37.322870000056938 ], [ -122.014049999775224, 37.32004999979965 ], [ -122.013120000012734, 37.317860000082149 ], [ -122.013279999846304, 37.316170000122213 ], [ -122.013469999817076, 37.310529999757073 ], [ -122.013489999908572, 37.310410000320729 ], [ -122.013622999977954, 37.310399999644559 ], [ -122.01349999995432, 37.310319999903264 ], [ -122.007710000418683, 37.310680000212145 ], [ -122.007700000372949, 37.310770000198659 ], [ -122.007500000356401, 37.315310000147981 ], [ -122.007389999853231, 37.31592999977341 ], [ -122.006870000169542, 37.316530000280281 ], [ -122.006480000182222, 37.317179999889966 ], [ -122.006490000227956, 37.322950000015275 ], [ -122.014100000003936, 37.322870000056938 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508004", "NAME": "Census Tract 5080.04", "state": "06", "county_fips": "085", "tract": "508004", "county_name": "Santa Clara County", "tot_pop_2050": 6406, "tot_pop_pov_det_2050": 6373, "tot_pop_civ_ni_2050": 6406, "tot_hh_2050": 2043, "pop_zvhhs_2050": 14, "tot_fam_2050": 1550, "tot_pop_over5_2050": 5830, "pop_hus_rent50_2050": 188, "pop_minority_2050": 4811, "pop_over75_2050": 210, "pop_spfam_2050": 113, "pop_lep_2050": 652, "pop_below200_2050": 941, "pop_disability_2050": 266, "pct_minority_2050": 0.75101467374336561, "pct_over75_2050": 0.032781767093349984, "pct_spfam_2050": 0.07290322580645163, "pct_lep_2050": 0.11183533447684391, "pct_below200_2050": 0.14765416601286679, "pct_disab_2050": 0.041523571651576649, "pct_zvhhs_2050": 0.0068526676456191864, "pct_hus_rent50_2050": 0.092021536955457658, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027397260273973, "pct_minority_2040": 0.74397732640529002, "pct_spfam_2040": 0.10118343195266301, "pct_lep_2040": 0.124358535750941, "pct_below200_2040": 0.11441283966311801, "pct_disab_2040": 0.069752794835459, "pct_zvhhs_2040": 0.074209803023361998, "pct_hus_rent50_2040": 0.084745762711864001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.007700000372949, 37.310770000198659 ], [ -122.007710000418683, 37.310680000212145 ], [ -122.007500000356401, 37.310680000212145 ], [ -122.002960000250411, 37.310230000092552 ], [ -121.998111000347961, 37.309729999896845 ], [ -121.996325000442781, 37.309616999802095 ], [ -121.996057999580785, 37.309586000018264 ], [ -121.995763000027992, 37.310952999958012 ], [ -121.995577000255139, 37.315832 ], [ -121.995578000080059, 37.320291000002825 ], [ -121.995696999905732, 37.320732000033601 ], [ -121.995778000096607, 37.322487999742265 ], [ -121.99569100005796, 37.322940000293009 ], [ -121.999860000443192, 37.322940000293009 ], [ -122.000939000168614, 37.322929999855077 ], [ -122.003370000329241, 37.322929999855077 ], [ -122.004570000428487, 37.322950000015275 ], [ -122.006490000227956, 37.322950000015275 ], [ -122.006480000182222, 37.317179999889966 ], [ -122.006870000169542, 37.316530000280281 ], [ -122.007389999853231, 37.31592999977341 ], [ -122.007500000356401, 37.315310000147981 ], [ -122.007700000372949, 37.310770000198659 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508101", "NAME": "Census Tract 5081.01", "state": "06", "county_fips": "085", "tract": "508101", "county_name": "Santa Clara County", "tot_pop_2050": 6918, "tot_pop_pov_det_2050": 6845, "tot_pop_civ_ni_2050": 6893, "tot_hh_2050": 2301, "pop_zvhhs_2050": 49, "tot_fam_2050": 1841, "tot_pop_over5_2050": 6418, "pop_hus_rent50_2050": 104, "pop_minority_2050": 5355, "pop_over75_2050": 294, "pop_spfam_2050": 61, "pop_lep_2050": 277, "pop_below200_2050": 460, "pop_disability_2050": 263, "pct_minority_2050": 0.77406764960971375, "pct_over75_2050": 0.042497831743278397, "pct_spfam_2050": 0.033134166214014125, "pct_lep_2050": 0.043159862885634163, "pct_below200_2050": 0.067202337472607745, "pct_disab_2050": 0.038154649644566961, "pct_zvhhs_2050": 0.021295089091699262, "pct_hus_rent50_2050": 0.04519774011299435, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053090690329373004, "pct_minority_2040": 0.70852759813505795, "pct_spfam_2040": 0.026439482961221998, "pct_lep_2040": 0.063082923520434001, "pct_below200_2040": 0.065006075334143001, "pct_disab_2040": 0.047253574115877002, "pct_zvhhs_2040": 0.032622879512832, "pct_hus_rent50_2040": 0.066608238387380003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032390000124252, 37.337609999652912 ], [ -122.032440000352963, 37.334239999728439 ], [ -122.032370000032742, 37.322799999755595 ], [ -122.023180000215945, 37.322849999875395 ], [ -122.014100000003936, 37.322870000056938 ], [ -122.014249999791758, 37.330399999763209 ], [ -122.014197999913236, 37.332613000159377 ], [ -122.014160000278395, 37.337739999840551 ], [ -122.01643300025529, 37.337726000270663 ], [ -122.018329999590222, 37.337710000146856 ], [ -122.019764000041192, 37.337703999921004 ], [ -122.030436999814498, 37.337631000110484 ], [ -122.032390000124252, 37.337609999652912 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508102", "NAME": "Census Tract 5081.02", "state": "06", "county_fips": "085", "tract": "508102", "county_name": "Santa Clara County", "tot_pop_2050": 3405, "tot_pop_pov_det_2050": 3405, "tot_pop_civ_ni_2050": 3405, "tot_hh_2050": 1301, "pop_zvhhs_2050": 0, "tot_fam_2050": 945, "tot_pop_over5_2050": 3084, "pop_hus_rent50_2050": 145, "pop_minority_2050": 2462, "pop_over75_2050": 141, "pop_spfam_2050": 7, "pop_lep_2050": 267, "pop_below200_2050": 244, "pop_disability_2050": 92, "pct_minority_2050": 0.72305433186490453, "pct_over75_2050": 0.041409691629955947, "pct_spfam_2050": 0.0074074074074074077, "pct_lep_2050": 0.086575875486381321, "pct_below200_2050": 0.071659324522760651, "pct_disab_2050": 0.027019089574155653, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.11145272867025363, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040694195092759004, "pct_minority_2040": 0.76122082585278306, "pct_spfam_2040": 0.040437158469945, "pct_lep_2040": 0.075697211155379002, "pct_below200_2040": 0.058348294434470004, "pct_disab_2040": 0.026630760023937997, "pct_zvhhs_2040": 0.010309278350516, "pct_hus_rent50_2040": 0.043902439024389998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.014197999913236, 37.332613000159377 ], [ -122.014249999791758, 37.330399999763209 ], [ -122.014100000003936, 37.322870000056938 ], [ -122.006490000227956, 37.322950000015275 ], [ -122.004570000428487, 37.322950000015275 ], [ -122.003370000329241, 37.322929999855077 ], [ -122.000939000168614, 37.322929999855077 ], [ -121.999860000443192, 37.322940000293009 ], [ -121.99569100005796, 37.322940000293009 ], [ -121.995989999808728, 37.324639999681708 ], [ -121.995389999759098, 37.331280000008597 ], [ -121.995423000269369, 37.332571999990726 ], [ -121.995813000256689, 37.337544999831842 ], [ -121.995540000445217, 37.337869999803189 ], [ -122.002386000140078, 37.3378009998236 ], [ -122.007100000323319, 37.337770000236503 ], [ -122.009097999940593, 37.337408999771462 ], [ -122.014160000278395, 37.337739999840551 ], [ -122.014197999913236, 37.332613000159377 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508202", "NAME": "Census Tract 5082.02", "state": "06", "county_fips": "085", "tract": "508202", "county_name": "Santa Clara County", "tot_pop_2050": 7819, "tot_pop_pov_det_2050": 7807, "tot_pop_civ_ni_2050": 7797, "tot_hh_2050": 2770, "pop_zvhhs_2050": 81, "tot_fam_2050": 2160, "tot_pop_over5_2050": 7252, "pop_hus_rent50_2050": 180, "pop_minority_2050": 5244, "pop_over75_2050": 562, "pop_spfam_2050": 108, "pop_lep_2050": 327, "pop_below200_2050": 525, "pop_disability_2050": 636, "pct_minority_2050": 0.67067399923263848, "pct_over75_2050": 0.071876199002429975, "pct_spfam_2050": 0.05, "pct_lep_2050": 0.045091009376723661, "pct_below200_2050": 0.067247342128858731, "pct_disab_2050": 0.081569834551750681, "pct_zvhhs_2050": 0.029241877256317689, "pct_hus_rent50_2050": 0.064981949458483748, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077915099408919997, "pct_minority_2040": 0.62157442235357296, "pct_spfam_2040": 0.103988603988604, "pct_lep_2040": 0.026281208935611002, "pct_below200_2040": 0.13092034445640502, "pct_disab_2040": 0.062760942760943003, "pct_zvhhs_2040": 0.034482758620690002, "pct_hus_rent50_2040": 0.070831819832909995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.014170000324157, 37.341399999692108 ], [ -122.014160000278395, 37.337739999840551 ], [ -122.009097999940593, 37.337408999771462 ], [ -122.007100000323319, 37.337770000236503 ], [ -122.002386000140078, 37.3378009998236 ], [ -121.995540000445217, 37.337869999803189 ], [ -121.995569999684136, 37.339600000300109 ], [ -121.995608000217302, 37.341463000010684 ], [ -121.995640000004357, 37.345470000076425 ], [ -121.99571000032455, 37.348339999882228 ], [ -121.996300000328432, 37.35157000004034 ], [ -121.996329999567322, 37.352180000270444 ], [ -121.99927000043931, 37.352180000270444 ], [ -122.000319000027488, 37.352173000046562 ], [ -122.000473000013287, 37.352170000154473 ], [ -122.000970000130749, 37.352160000037166 ], [ -122.001735999861722, 37.352146000299108 ], [ -122.004952000019898, 37.351837999688961 ], [ -122.004940000324353, 37.352100000019334 ], [ -122.007999999948595, 37.352110000144634 ], [ -122.012410000358258, 37.352220000007037 ], [ -122.01406999986672, 37.352170000154473 ], [ -122.01406999986672, 37.352089999892634 ], [ -122.014170000324157, 37.346759999906162 ], [ -122.014150000232675, 37.345439999899718 ], [ -122.01414500020978, 37.344740999816764 ], [ -122.0141460000347, 37.344678000105688 ], [ -122.014149000407755, 37.344537000254761 ], [ -122.014149000407755, 37.344492000140228 ], [ -122.014151000057566, 37.344430000049407 ], [ -122.014170000324157, 37.341399999692108 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508203", "NAME": "Census Tract 5082.03", "state": "06", "county_fips": "085", "tract": "508203", "county_name": "Santa Clara County", "tot_pop_2050": 5375, "tot_pop_pov_det_2050": 5363, "tot_pop_civ_ni_2050": 5363, "tot_hh_2050": 1805, "pop_zvhhs_2050": 95, "tot_fam_2050": 1523, "tot_pop_over5_2050": 4948, "pop_hus_rent50_2050": 49, "pop_minority_2050": 3774, "pop_over75_2050": 435, "pop_spfam_2050": 67, "pop_lep_2050": 191, "pop_below200_2050": 266, "pop_disability_2050": 319, "pct_minority_2050": 0.70213953488372094, "pct_over75_2050": 0.080930232558139539, "pct_spfam_2050": 0.043992120814182537, "pct_lep_2050": 0.038601455133387225, "pct_below200_2050": 0.049599104978556775, "pct_disab_2050": 0.059481633414133872, "pct_zvhhs_2050": 0.052631578947368418, "pct_hus_rent50_2050": 0.027146814404432128, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061264435310236995, "pct_minority_2040": 0.62810726169504794, "pct_spfam_2040": 0.083104395604396003, "pct_lep_2040": 0.046034147395720995, "pct_below200_2040": 0.07901960784313701, "pct_disab_2040": 0.048431372549019996, "pct_zvhhs_2040": 0.032905744562186, "pct_hus_rent50_2040": 0.031354983202688001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032420000261453, 37.35203999995354 ], [ -122.032430000307215, 37.346639999760839 ], [ -122.032420000261453, 37.344784999957696 ], [ -122.032400000169986, 37.339939999712804 ], [ -122.032395999972039, 37.339609999947704 ], [ -122.032390000124252, 37.338311000225239 ], [ -122.032390000124252, 37.338146999714802 ], [ -122.032390000124252, 37.337609999652912 ], [ -122.030436999814498, 37.337631000110484 ], [ -122.019764000041192, 37.337703999921004 ], [ -122.018329999590222, 37.337710000146856 ], [ -122.018339999635955, 37.338489999715996 ], [ -122.022780000182834, 37.33854999989677 ], [ -122.022539999983337, 37.34339999975883 ], [ -122.021650000403781, 37.344820000229937 ], [ -122.021479999626166, 37.346739999657203 ], [ -122.020840000291884, 37.346739999657203 ], [ -122.020129999739083, 37.34866999984704 ], [ -122.020139999784845, 37.352100000019334 ], [ -122.022030000345381, 37.35203999995354 ], [ -122.022729999954123, 37.352050000086827 ], [ -122.026019999732156, 37.352079999764676 ], [ -122.032420000261453, 37.35203999995354 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508204", "NAME": "Census Tract 5082.04", "state": "06", "county_fips": "085", "tract": "508204", "county_name": "Santa Clara County", "tot_pop_2050": 4178, "tot_pop_pov_det_2050": 4178, "tot_pop_civ_ni_2050": 4178, "tot_hh_2050": 1461, "pop_zvhhs_2050": 12, "tot_fam_2050": 1208, "tot_pop_over5_2050": 3853, "pop_hus_rent50_2050": 94, "pop_minority_2050": 2710, "pop_over75_2050": 256, "pop_spfam_2050": 48, "pop_lep_2050": 186, "pop_below200_2050": 471, "pop_disability_2050": 258, "pct_minority_2050": 0.64863571086644323, "pct_over75_2050": 0.061273336524652951, "pct_spfam_2050": 0.039735099337748346, "pct_lep_2050": 0.048274072151570202, "pct_below200_2050": 0.11273336524652945, "pct_disab_2050": 0.061752034466251798, "pct_zvhhs_2050": 0.0082135523613963042, "pct_hus_rent50_2050": 0.064339493497604386, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057714958775029003, "pct_minority_2040": 0.68315665488810406, "pct_spfam_2040": 0.046649703138253, "pct_lep_2040": 0.047470005216484007, "pct_below200_2040": 0.085146641438031995, "pct_disab_2040": 0.046171967020024005, "pct_zvhhs_2040": 0.017931034482759001, "pct_hus_rent50_2040": 0.014015416958655, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.022539999983337, 37.34339999975883 ], [ -122.022780000182834, 37.33854999989677 ], [ -122.018339999635955, 37.338489999715996 ], [ -122.018329999590222, 37.337710000146856 ], [ -122.01643300025529, 37.337726000270663 ], [ -122.014160000278395, 37.337739999840551 ], [ -122.014170000324157, 37.341399999692108 ], [ -122.014151000057566, 37.344430000049407 ], [ -122.014149000407755, 37.344492000140228 ], [ -122.014149000407755, 37.344537000254761 ], [ -122.0141460000347, 37.344678000105688 ], [ -122.01414500020978, 37.344740999816764 ], [ -122.014150000232675, 37.345439999899718 ], [ -122.014170000324157, 37.346759999906162 ], [ -122.01406999986672, 37.352089999892634 ], [ -122.015470999807434, 37.352082999660418 ], [ -122.020139999784845, 37.352100000019334 ], [ -122.020129999739083, 37.34866999984704 ], [ -122.020840000291884, 37.346739999657203 ], [ -122.021479999626166, 37.346739999657203 ], [ -122.021650000403781, 37.344820000229937 ], [ -122.022539999983337, 37.34339999975883 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508301", "NAME": "Census Tract 5083.01", "state": "06", "county_fips": "085", "tract": "508301", "county_name": "Santa Clara County", "tot_pop_2050": 4672, "tot_pop_pov_det_2050": 4511, "tot_pop_civ_ni_2050": 4511, "tot_hh_2050": 1581, "pop_zvhhs_2050": 31, "tot_fam_2050": 1188, "tot_pop_over5_2050": 4475, "pop_hus_rent50_2050": 58, "pop_minority_2050": 2528, "pop_over75_2050": 550, "pop_spfam_2050": 62, "pop_lep_2050": 166, "pop_below200_2050": 297, "pop_disability_2050": 328, "pct_minority_2050": 0.54109589041095896, "pct_over75_2050": 0.11772260273972605, "pct_spfam_2050": 0.052188552188552187, "pct_lep_2050": 0.037094972067039114, "pct_below200_2050": 0.065839060075371311, "pct_disab_2050": 0.072711150520948786, "pct_zvhhs_2050": 0.019607843137254902, "pct_hus_rent50_2050": 0.036685641998734975, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12201963534361901, "pct_minority_2040": 0.45558672276764794, "pct_spfam_2040": 0.030025020850709003, "pct_lep_2040": 0.031630170316302005, "pct_below200_2040": 0.05685377017586099, "pct_disab_2040": 0.076050217286335001, "pct_zvhhs_2040": 0.012393998695369, "pct_hus_rent50_2040": 0.013888888888888999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.064232999717021, 37.344853999948221 ], [ -122.065264999586802, 37.343283000204451 ], [ -122.062738999889902, 37.339529999872866 ], [ -122.062399999956199, 37.33754000022784 ], [ -122.059730000319291, 37.337530000304639 ], [ -122.059650999778256, 37.337530000304639 ], [ -122.059583999831091, 37.337530000304639 ], [ -122.058977999933688, 37.337524000064413 ], [ -122.058253000210598, 37.337519999665872 ], [ -122.057889999987452, 37.337519999665872 ], [ -122.05495000001379, 37.337519999665872 ], [ -122.05099900008679, 37.33754000022784 ], [ -122.050533999756354, 37.33754000022784 ], [ -122.050060000103429, 37.33754000022784 ], [ -122.050009999874689, 37.344809999847769 ], [ -122.050490000273754, 37.348710000025548 ], [ -122.050539999604126, 37.352070000349421 ], [ -122.055030000379716, 37.352070000349421 ], [ -122.060609999853071, 37.35203999995354 ], [ -122.061130000435057, 37.35203999995354 ], [ -122.063363000228975, 37.352060999946282 ], [ -122.065216999906212, 37.347772000120983 ], [ -122.063750999668187, 37.346820999704228 ], [ -122.064232999717021, 37.344853999948221 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508303", "NAME": "Census Tract 5083.03", "state": "06", "county_fips": "085", "tract": "508303", "county_name": "Santa Clara County", "tot_pop_2050": 2474, "tot_pop_pov_det_2050": 2474, "tot_pop_civ_ni_2050": 2474, "tot_hh_2050": 881, "pop_zvhhs_2050": 6, "tot_fam_2050": 746, "tot_pop_over5_2050": 2388, "pop_hus_rent50_2050": 8, "pop_minority_2050": 1163, "pop_over75_2050": 315, "pop_spfam_2050": 24, "pop_lep_2050": 73, "pop_below200_2050": 148, "pop_disability_2050": 190, "pct_minority_2050": 0.47008892481810832, "pct_over75_2050": 0.12732417138237673, "pct_spfam_2050": 0.032171581769436998, "pct_lep_2050": 0.030569514237855942, "pct_below200_2050": 0.059822150363783348, "pct_disab_2050": 0.07679870654810024, "pct_zvhhs_2050": 0.0068104426787741201, "pct_hus_rent50_2050": 0.0090805902383654935, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.123505976095618, "pct_minority_2040": 0.42390438247011997, "pct_spfam_2040": 0.044041450777202007, "pct_lep_2040": 0.037990713381172998, "pct_below200_2040": 0.049800796812749001, "pct_disab_2040": 0.068525896414342993, "pct_zvhhs_2040": 0.010764262648009001, "pct_hus_rent50_2040": 0.033622559652928, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.050539999604126, 37.352070000349421 ], [ -122.050490000273754, 37.348710000025548 ], [ -122.050009999874689, 37.344809999847769 ], [ -122.050060000103429, 37.33754000022784 ], [ -122.044867000244366, 37.337543999911063 ], [ -122.043971999743647, 37.337551999991071 ], [ -122.043708000152989, 37.337553999832394 ], [ -122.041509999620885, 37.337569999989427 ], [ -122.041519999666619, 37.342230000297036 ], [ -122.041519999666619, 37.342990000239759 ], [ -122.041519999666619, 37.344789999793527 ], [ -122.041509999620885, 37.346660000036422 ], [ -122.041539999758101, 37.352070000349421 ], [ -122.050539999604126, 37.352070000349421 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508304", "NAME": "Census Tract 5083.04", "state": "06", "county_fips": "085", "tract": "508304", "county_name": "Santa Clara County", "tot_pop_2050": 8459, "tot_pop_pov_det_2050": 8436, "tot_pop_civ_ni_2050": 8459, "tot_hh_2050": 2974, "pop_zvhhs_2050": 137, "tot_fam_2050": 2201, "tot_pop_over5_2050": 8030, "pop_hus_rent50_2050": 518, "pop_minority_2050": 6223, "pop_over75_2050": 375, "pop_spfam_2050": 408, "pop_lep_2050": 914, "pop_below200_2050": 2214, "pop_disability_2050": 398, "pct_minority_2050": 0.73566615439177208, "pct_over75_2050": 0.044331481262560583, "pct_spfam_2050": 0.18537028623353025, "pct_lep_2050": 0.11382316313823165, "pct_below200_2050": 0.2624466571834993, "pct_disab_2050": 0.047050478779997636, "pct_zvhhs_2050": 0.04606590450571621, "pct_hus_rent50_2050": 0.17417619367854742, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.041165530068195996, "pct_minority_2040": 0.658152510849349, "pct_spfam_2040": 0.170212765957447, "pct_lep_2040": 0.11561504142766099, "pct_below200_2040": 0.24476131432114101, "pct_disab_2040": 0.061500309981400991, "pct_zvhhs_2040": 0.041877744005403998, "pct_hus_rent50_2040": 0.14591371448614499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.041539999758101, 37.352070000349421 ], [ -122.041509999620885, 37.346660000036422 ], [ -122.041519999666619, 37.344789999793527 ], [ -122.041519999666619, 37.342990000239759 ], [ -122.041519999666619, 37.342230000297036 ], [ -122.041509999620885, 37.337569999989427 ], [ -122.036730000213694, 37.337569999989427 ], [ -122.032390000124252, 37.337609999652912 ], [ -122.032390000124252, 37.338146999714802 ], [ -122.032390000124252, 37.338311000225239 ], [ -122.032395999972039, 37.339609999947704 ], [ -122.032400000169986, 37.339939999712804 ], [ -122.032420000261453, 37.344784999957696 ], [ -122.032430000307215, 37.346639999760839 ], [ -122.032420000261453, 37.35203999995354 ], [ -122.038159999568379, 37.352089000165535 ], [ -122.041539999758101, 37.352070000349421 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508401", "NAME": "Census Tract 5084.01", "state": "06", "county_fips": "085", "tract": "508401", "county_name": "Santa Clara County", "tot_pop_2050": 6980, "tot_pop_pov_det_2050": 6879, "tot_pop_civ_ni_2050": 6881, "tot_hh_2050": 2443, "pop_zvhhs_2050": 66, "tot_fam_2050": 1696, "tot_pop_over5_2050": 6449, "pop_hus_rent50_2050": 112, "pop_minority_2050": 3625, "pop_over75_2050": 578, "pop_spfam_2050": 65, "pop_lep_2050": 161, "pop_below200_2050": 533, "pop_disability_2050": 469, "pct_minority_2050": 0.5193409742120344, "pct_over75_2050": 0.082808022922636101, "pct_spfam_2050": 0.038325471698113206, "pct_lep_2050": 0.024965110869902312, "pct_below200_2050": 0.077482192179095799, "pct_disab_2050": 0.068158697863682602, "pct_zvhhs_2050": 0.027015963978714697, "pct_hus_rent50_2050": 0.045845272206303724, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061363636363635995, "pct_minority_2040": 0.58451704545454497, "pct_spfam_2040": 0.078579117330462994, "pct_lep_2040": 0.066489361702127991, "pct_below200_2040": 0.12038638985005802, "pct_disab_2040": 0.055203228596137001, "pct_zvhhs_2040": 0.038067949242734003, "pct_hus_rent50_2040": 0.067060312104596995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.064201999754886, 37.367377000254194 ], [ -122.063070000326036, 37.364940000353485 ], [ -122.062938000081544, 37.363603999836108 ], [ -122.063009000226657, 37.361236999735347 ], [ -122.063014000249524, 37.359549999797693 ], [ -122.062460000230644, 37.356179999809768 ], [ -122.061557000232327, 37.354068000301197 ], [ -122.060609999853071, 37.35203999995354 ], [ -122.055030000379716, 37.352070000349421 ], [ -122.050539999604126, 37.352070000349421 ], [ -122.050549999649888, 37.352199999784361 ], [ -122.050549999649888, 37.355770000100115 ], [ -122.050260000119962, 37.357100000028609 ], [ -122.050209999891251, 37.359420000239588 ], [ -122.050379999770556, 37.362649999880816 ], [ -122.050179999754022, 37.365410000081361 ], [ -122.049949999600258, 37.368240000282576 ], [ -122.048510000199812, 37.371779999720147 ], [ -122.052850000289268, 37.372800000175552 ], [ -122.056289999855125, 37.373790000057106 ], [ -122.058310000112002, 37.374540999739196 ], [ -122.061968000136062, 37.368546999759459 ], [ -122.062772000400201, 37.367440999715235 ], [ -122.06303799964067, 37.36611499986482 ], [ -122.064201999754886, 37.367377000254194 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508403", "NAME": "Census Tract 5084.03", "state": "06", "county_fips": "085", "tract": "508403", "county_name": "Santa Clara County", "tot_pop_2050": 3087, "tot_pop_pov_det_2050": 2983, "tot_pop_civ_ni_2050": 2983, "tot_hh_2050": 1048, "pop_zvhhs_2050": 8, "tot_fam_2050": 838, "tot_pop_over5_2050": 2906, "pop_hus_rent50_2050": 39, "pop_minority_2050": 1553, "pop_over75_2050": 290, "pop_spfam_2050": 54, "pop_lep_2050": 118, "pop_below200_2050": 141, "pop_disability_2050": 193, "pct_minority_2050": 0.50307742144476841, "pct_over75_2050": 0.09394233884029804, "pct_spfam_2050": 0.064439140811455853, "pct_lep_2050": 0.040605643496214726, "pct_below200_2050": 0.047267851156553804, "pct_disab_2050": 0.064699966476701301, "pct_zvhhs_2050": 0.0076335877862595426, "pct_hus_rent50_2050": 0.037213740458015267, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.101511169513798, "pct_minority_2040": 0.45269382391590002, "pct_spfam_2040": 0.025179856115107997, "pct_lep_2040": 0.025723472668810001, "pct_below200_2040": 0.06495726495726499, "pct_disab_2040": 0.064084989718985991, "pct_zvhhs_2040": 0.0058479532163740007, "pct_hus_rent50_2040": 0.019762845849801997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.050549999649888, 37.355770000100115 ], [ -122.050549999649888, 37.352199999784361 ], [ -122.050539999604126, 37.352070000349421 ], [ -122.041539999758101, 37.352070000349421 ], [ -122.038159999568379, 37.352089000165535 ], [ -122.032420000261453, 37.35203999995354 ], [ -122.032385999926291, 37.354527999768081 ], [ -122.032420000261453, 37.355250000033472 ], [ -122.032416000063506, 37.357392000255203 ], [ -122.032359999987008, 37.358950000123357 ], [ -122.037910000221444, 37.358979999899681 ], [ -122.041529999712353, 37.359399999793311 ], [ -122.050209999891251, 37.359420000239588 ], [ -122.050260000119962, 37.357100000028609 ], [ -122.050549999649888, 37.355770000100115 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508404", "NAME": "Census Tract 5084.04", "state": "06", "county_fips": "085", "tract": "508404", "county_name": "Santa Clara County", "tot_pop_2050": 6997, "tot_pop_pov_det_2050": 6997, "tot_pop_civ_ni_2050": 6997, "tot_hh_2050": 2391, "pop_zvhhs_2050": 213, "tot_fam_2050": 1782, "tot_pop_over5_2050": 6345, "pop_hus_rent50_2050": 44, "pop_minority_2050": 4043, "pop_over75_2050": 435, "pop_spfam_2050": 95, "pop_lep_2050": 558, "pop_below200_2050": 740, "pop_disability_2050": 410, "pct_minority_2050": 0.57781906531370586, "pct_over75_2050": 0.062169501214806348, "pct_spfam_2050": 0.053310886644219985, "pct_lep_2050": 0.08794326241134752, "pct_below200_2050": 0.10575961126196942, "pct_disab_2050": 0.058596541374874953, "pct_zvhhs_2050": 0.089084065244667499, "pct_hus_rent50_2050": 0.018402342116269343, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061343719571567999, "pct_minority_2040": 0.50097370983446898, "pct_spfam_2040": 0.042473454091193005, "pct_lep_2040": 0.065545040308446989, "pct_below200_2040": 0.116520610191496, "pct_disab_2040": 0.070107108081792005, "pct_zvhhs_2040": 0.057349192863212002, "pct_hus_rent50_2040": 0.0073339085418459996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.050379999770556, 37.362649999880816 ], [ -122.050209999891251, 37.359420000239588 ], [ -122.041529999712353, 37.359399999793311 ], [ -122.037910000221444, 37.358979999899681 ], [ -122.032359999987008, 37.358950000123357 ], [ -122.032689999699897, 37.364350000143169 ], [ -122.032109999741749, 37.367500000084711 ], [ -122.032220000244919, 37.367580000342187 ], [ -122.033309999840995, 37.368180000268289 ], [ -122.037090000063799, 37.369029999684081 ], [ -122.040929999662737, 37.370010000177778 ], [ -122.048510000199812, 37.371779999720147 ], [ -122.049949999600258, 37.368240000282576 ], [ -122.050179999754022, 37.365410000081361 ], [ -122.050379999770556, 37.362649999880816 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508503", "NAME": "Census Tract 5085.03", "state": "06", "county_fips": "085", "tract": "508503", "county_name": "Santa Clara County", "tot_pop_2050": 7004, "tot_pop_pov_det_2050": 6925, "tot_pop_civ_ni_2050": 6925, "tot_hh_2050": 2548, "pop_zvhhs_2050": 340, "tot_fam_2050": 1894, "tot_pop_over5_2050": 6332, "pop_hus_rent50_2050": 213, "pop_minority_2050": 5221, "pop_over75_2050": 441, "pop_spfam_2050": 12, "pop_lep_2050": 333, "pop_below200_2050": 645, "pop_disability_2050": 391, "pct_minority_2050": 0.74543118218161053, "pct_over75_2050": 0.062964020559680187, "pct_spfam_2050": 0.0063357972544878568, "pct_lep_2050": 0.052590018951358182, "pct_below200_2050": 0.09314079422382672, "pct_disab_2050": 0.056462093862815886, "pct_zvhhs_2050": 0.13343799058084774, "pct_hus_rent50_2050": 0.083594976452119329, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059476726498327005, "pct_minority_2040": 0.71326437480985705, "pct_spfam_2040": 0.021419828641371, "pct_lep_2040": 0.073787061994609007, "pct_below200_2040": 0.1090573012939, "pct_disab_2040": 0.063462723351818004, "pct_zvhhs_2040": 0.095563139931741009, "pct_hus_rent50_2040": 0.105691056910569, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032689999699897, 37.364350000143169 ], [ -122.032359999987008, 37.358950000123357 ], [ -122.032416000063506, 37.357392000255203 ], [ -122.032420000261453, 37.355250000033472 ], [ -122.032385999926291, 37.354527999768081 ], [ -122.032420000261453, 37.35203999995354 ], [ -122.026019999732156, 37.352079999764676 ], [ -122.022729999954123, 37.352050000086827 ], [ -122.022030000345381, 37.35203999995354 ], [ -122.020139999784845, 37.352100000019334 ], [ -122.015470999807434, 37.352082999660418 ], [ -122.01406999986672, 37.352089999892634 ], [ -122.01406999986672, 37.352170000154473 ], [ -122.014057000346227, 37.352326999822395 ], [ -122.014039999729491, 37.352950000202902 ], [ -122.015269999965966, 37.353679999726623 ], [ -122.022734999977018, 37.359799999852804 ], [ -122.024930000136067, 37.361640000227581 ], [ -122.032109999741749, 37.367500000084711 ], [ -122.032689999699897, 37.364350000143169 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508504", "NAME": "Census Tract 5085.04", "state": "06", "county_fips": "085", "tract": "508504", "county_name": "Santa Clara County", "tot_pop_2050": 8578, "tot_pop_pov_det_2050": 8578, "tot_pop_civ_ni_2050": 8578, "tot_hh_2050": 3354, "pop_zvhhs_2050": 377, "tot_fam_2050": 1984, "tot_pop_over5_2050": 7656, "pop_hus_rent50_2050": 485, "pop_minority_2050": 7055, "pop_over75_2050": 480, "pop_spfam_2050": 176, "pop_lep_2050": 454, "pop_below200_2050": 2097, "pop_disability_2050": 577, "pct_minority_2050": 0.82245278619724882, "pct_over75_2050": 0.055957099557006298, "pct_spfam_2050": 0.088709677419354843, "pct_lep_2050": 0.059299895506792065, "pct_below200_2050": 0.24446257868967125, "pct_disab_2050": 0.067265096759151322, "pct_zvhhs_2050": 0.1124031007751938, "pct_hus_rent50_2050": 0.14460345855694692, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045868129128754993, "pct_minority_2040": 0.81029540072292194, "pct_spfam_2040": 0.065079365079365001, "pct_lep_2040": 0.092077087794431994, "pct_below200_2040": 0.22624717974429701, "pct_disab_2040": 0.059952636171007996, "pct_zvhhs_2040": 0.104905893242826, "pct_hus_rent50_2040": 0.133548387096774, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032220000244919, 37.367580000342187 ], [ -122.032109999741749, 37.367500000084711 ], [ -122.024930000136067, 37.361640000227581 ], [ -122.022734999977018, 37.359799999852804 ], [ -122.015269999965966, 37.353679999726623 ], [ -122.014039999729491, 37.352950000202902 ], [ -122.01407999991244, 37.358969999975571 ], [ -122.014019999638009, 37.365059999804366 ], [ -122.013740000153831, 37.36666000008448 ], [ -122.014999999629211, 37.366600000234534 ], [ -122.017260000085642, 37.366669999697784 ], [ -122.019580999743098, 37.36684499985509 ], [ -122.023049999621279, 37.36732999978981 ], [ -122.031812999640835, 37.368246999721883 ], [ -122.032220000244919, 37.367580000342187 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508505", "NAME": "Census Tract 5085.05", "state": "06", "county_fips": "085", "tract": "508505", "county_name": "Santa Clara County", "tot_pop_2050": 4659, "tot_pop_pov_det_2050": 4595, "tot_pop_civ_ni_2050": 4595, "tot_hh_2050": 1866, "pop_zvhhs_2050": 140, "tot_fam_2050": 1228, "tot_pop_over5_2050": 4338, "pop_hus_rent50_2050": 173, "pop_minority_2050": 2658, "pop_over75_2050": 460, "pop_spfam_2050": 14, "pop_lep_2050": 319, "pop_below200_2050": 491, "pop_disability_2050": 396, "pct_minority_2050": 0.57050869285254346, "pct_over75_2050": 0.098733633827001496, "pct_spfam_2050": 0.011400651465798044, "pct_lep_2050": 0.073536191793453207, "pct_below200_2050": 0.10685527747551686, "pct_disab_2050": 0.08618063112078346, "pct_zvhhs_2050": 0.075026795284030029, "pct_hus_rent50_2050": 0.092711682743837079, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.064289066166119013, "pct_minority_2040": 0.578132332238386, "pct_spfam_2040": 0.030553261767134996, "pct_lep_2040": 0.054172015404364997, "pct_below200_2040": 0.11708118254340699, "pct_disab_2040": 0.090567808540591002, "pct_zvhhs_2040": 0.041935483870967995, "pct_hus_rent50_2040": 0.056460369163952001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.01407999991244, 37.358969999975571 ], [ -122.014039999729491, 37.352950000202902 ], [ -122.014057000346227, 37.352326999822395 ], [ -122.01406999986672, 37.352170000154473 ], [ -122.012410000358258, 37.352220000007037 ], [ -122.007999999948595, 37.352110000144634 ], [ -122.004940000324353, 37.352100000019334 ], [ -122.005361000273808, 37.354918000336752 ], [ -122.005019999791955, 37.361699999759622 ], [ -122.005009999746221, 37.363100000212384 ], [ -122.008690000409914, 37.363080000032852 ], [ -122.008610000043959, 37.365040000147182 ], [ -122.00824000014812, 37.366750000126338 ], [ -122.013740000153831, 37.36666000008448 ], [ -122.014019999638009, 37.365059999804366 ], [ -122.01407999991244, 37.358969999975571 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508507", "NAME": "Census Tract 5085.07", "state": "06", "county_fips": "085", "tract": "508507", "county_name": "Santa Clara County", "tot_pop_2050": 3147, "tot_pop_pov_det_2050": 3147, "tot_pop_civ_ni_2050": 3147, "tot_hh_2050": 1320, "pop_zvhhs_2050": 107, "tot_fam_2050": 817, "tot_pop_over5_2050": 2816, "pop_hus_rent50_2050": 157, "pop_minority_2050": 2506, "pop_over75_2050": 44, "pop_spfam_2050": 27, "pop_lep_2050": 77, "pop_below200_2050": 400, "pop_disability_2050": 180, "pct_minority_2050": 0.79631394979345416, "pct_over75_2050": 0.013981569748967271, "pct_spfam_2050": 0.033047735618115047, "pct_lep_2050": 0.02734375, "pct_below200_2050": 0.12710517953606609, "pct_disab_2050": 0.057197330791229753, "pct_zvhhs_2050": 0.081060606060606069, "pct_hus_rent50_2050": 0.11893939393939396, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0075409836065569993, "pct_minority_2040": 0.79245901639344307, "pct_spfam_2040": 0.18169582772543699, "pct_lep_2040": 0.040559942569992992, "pct_below200_2040": 0.19573770491803302, "pct_disab_2040": 0.025901639344262001, "pct_zvhhs_2040": 0.032428355957767996, "pct_hus_rent50_2040": 0.090548054011119997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.001592999746606, 37.353841999753982 ], [ -122.001735999861722, 37.352146000299108 ], [ -122.000970000130749, 37.352160000037166 ], [ -122.000473000013287, 37.352170000154473 ], [ -122.000319000027488, 37.352173000046562 ], [ -121.99927000043931, 37.352180000270444 ], [ -121.996329999567322, 37.352180000270444 ], [ -121.995939999579988, 37.358429999952897 ], [ -121.995838000371052, 37.360694999663139 ], [ -121.9996150002208, 37.360605999826447 ], [ -122.000560000051919, 37.358599999704708 ], [ -122.00100899959051, 37.354102999816405 ], [ -122.001592999746606, 37.353841999753982 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508508", "NAME": "Census Tract 5085.08", "state": "06", "county_fips": "085", "tract": "508508", "county_name": "Santa Clara County", "tot_pop_2050": 5477, "tot_pop_pov_det_2050": 5477, "tot_pop_civ_ni_2050": 5464, "tot_hh_2050": 2026, "pop_zvhhs_2050": 151, "tot_fam_2050": 1386, "tot_pop_over5_2050": 4903, "pop_hus_rent50_2050": 135, "pop_minority_2050": 3886, "pop_over75_2050": 373, "pop_spfam_2050": 41, "pop_lep_2050": 214, "pop_below200_2050": 610, "pop_disability_2050": 426, "pct_minority_2050": 0.70951250684681411, "pct_over75_2050": 0.068102976081796607, "pct_spfam_2050": 0.02958152958152958, "pct_lep_2050": 0.043646746889659402, "pct_below200_2050": 0.11137484024100787, "pct_disab_2050": 0.077964860907759878, "pct_zvhhs_2050": 0.07453109575518263, "pct_hus_rent50_2050": 0.066633761105626854, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051371115173675, "pct_minority_2040": 0.66764168190128004, "pct_spfam_2040": 0.114243323442137, "pct_lep_2040": 0.117418351477449, "pct_below200_2040": 0.19689213893967103, "pct_disab_2040": 0.069835466179158992, "pct_zvhhs_2040": 0.036239495798318998, "pct_hus_rent50_2040": 0.14323607427055701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.008610000043959, 37.365040000147182 ], [ -122.008690000409914, 37.363080000032852 ], [ -122.005009999746221, 37.363100000212384 ], [ -122.005019999791955, 37.361699999759622 ], [ -122.005361000273808, 37.354918000336752 ], [ -122.004940000324353, 37.352100000019334 ], [ -122.004952000019898, 37.351837999688961 ], [ -122.001735999861722, 37.352146000299108 ], [ -122.001592999746606, 37.353841999753982 ], [ -122.00100899959051, 37.354102999816405 ], [ -122.000560000051919, 37.358599999704708 ], [ -121.9996150002208, 37.360605999826447 ], [ -121.995838000371052, 37.360694999663139 ], [ -121.995809999883662, 37.361829999652223 ], [ -121.99585099989153, 37.363479000179943 ], [ -121.996202000419132, 37.366893000153283 ], [ -121.998159999853428, 37.366890000135562 ], [ -122.001391000080218, 37.366826999735338 ], [ -122.002718000401089, 37.366803000282957 ], [ -122.003659999859153, 37.366789999951649 ], [ -122.005947999904663, 37.366762999750613 ], [ -122.00824000014812, 37.366750000126338 ], [ -122.008610000043959, 37.365040000147182 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508601", "NAME": "Census Tract 5086.01", "state": "06", "county_fips": "085", "tract": "508601", "county_name": "Santa Clara County", "tot_pop_2050": 3860, "tot_pop_pov_det_2050": 3860, "tot_pop_civ_ni_2050": 3860, "tot_hh_2050": 1364, "pop_zvhhs_2050": 62, "tot_fam_2050": 1090, "tot_pop_over5_2050": 3649, "pop_hus_rent50_2050": 86, "pop_minority_2050": 2420, "pop_over75_2050": 214, "pop_spfam_2050": 67, "pop_lep_2050": 337, "pop_below200_2050": 423, "pop_disability_2050": 241, "pct_minority_2050": 0.62694300518134716, "pct_over75_2050": 0.055440414507772019, "pct_spfam_2050": 0.061467889908256877, "pct_lep_2050": 0.092354069608111794, "pct_below200_2050": 0.10958549222797928, "pct_disab_2050": 0.062435233160621766, "pct_zvhhs_2050": 0.045454545454545456, "pct_hus_rent50_2050": 0.063049853372434031, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.048907103825137001, "pct_minority_2040": 0.591803278688525, "pct_spfam_2040": 0.147900763358779, "pct_lep_2040": 0.077698695136418, "pct_below200_2040": 0.17650273224043697, "pct_disab_2040": 0.083060109289617989, "pct_zvhhs_2040": 0.040234089246525002, "pct_hus_rent50_2040": 0.12324723247232501, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.04715000026701, 37.375630000027783 ], [ -122.048510000199812, 37.371779999720147 ], [ -122.040929999662737, 37.370010000177778 ], [ -122.037090000063799, 37.369029999684081 ], [ -122.035560000251664, 37.373600000220478 ], [ -122.034469999757263, 37.376849999890673 ], [ -122.033729999965573, 37.378859999999015 ], [ -122.033600000269232, 37.37957000011091 ], [ -122.0447369996497, 37.383120999802657 ], [ -122.046140000138536, 37.378739999778581 ], [ -122.04715000026701, 37.375630000027783 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508602", "NAME": "Census Tract 5086.02", "state": "06", "county_fips": "085", "tract": "508602", "county_name": "Santa Clara County", "tot_pop_2050": 4899, "tot_pop_pov_det_2050": 4899, "tot_pop_civ_ni_2050": 4899, "tot_hh_2050": 2141, "pop_zvhhs_2050": 322, "tot_fam_2050": 1197, "tot_pop_over5_2050": 4604, "pop_hus_rent50_2050": 210, "pop_minority_2050": 2838, "pop_over75_2050": 284, "pop_spfam_2050": 99, "pop_lep_2050": 542, "pop_below200_2050": 721, "pop_disability_2050": 528, "pct_minority_2050": 0.5793018983466014, "pct_over75_2050": 0.05797101449275361, "pct_spfam_2050": 0.082706766917293228, "pct_lep_2050": 0.11772371850564728, "pct_below200_2050": 0.14717289242702591, "pct_disab_2050": 0.10777709736680956, "pct_zvhhs_2050": 0.15039701074264361, "pct_hus_rent50_2050": 0.098085007006071923, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058724479057041, "pct_minority_2040": 0.48979162281624899, "pct_spfam_2040": 0.08903544929925801, "pct_lep_2040": 0.050352712235466002, "pct_below200_2040": 0.13744474847400501, "pct_disab_2040": 0.077848101265822992, "pct_zvhhs_2040": 0.084350721420643995, "pct_hus_rent50_2040": 0.08537946428571401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.035560000251664, 37.373600000220478 ], [ -122.037090000063799, 37.369029999684081 ], [ -122.033309999840995, 37.368180000268289 ], [ -122.032220000244919, 37.367580000342187 ], [ -122.031812999640835, 37.368246999721883 ], [ -122.023049999621279, 37.36732999978981 ], [ -122.02160000017507, 37.3716999996578 ], [ -122.020470000396031, 37.375269999705409 ], [ -122.028419999930634, 37.377859999671401 ], [ -122.033600000269232, 37.37957000011091 ], [ -122.033729999965573, 37.378859999999015 ], [ -122.034469999757263, 37.376849999890673 ], [ -122.035560000251664, 37.373600000220478 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508703", "NAME": "Census Tract 5087.03", "state": "06", "county_fips": "085", "tract": "508703", "county_name": "Santa Clara County", "tot_pop_2050": 7933, "tot_pop_pov_det_2050": 7933, "tot_pop_civ_ni_2050": 7933, "tot_hh_2050": 3151, "pop_zvhhs_2050": 86, "tot_fam_2050": 2076, "tot_pop_over5_2050": 7495, "pop_hus_rent50_2050": 227, "pop_minority_2050": 5815, "pop_over75_2050": 279, "pop_spfam_2050": 246, "pop_lep_2050": 636, "pop_below200_2050": 908, "pop_disability_2050": 417, "pct_minority_2050": 0.73301399218454555, "pct_over75_2050": 0.035169544938862984, "pct_spfam_2050": 0.11849710982658961, "pct_lep_2050": 0.084856571047364909, "pct_below200_2050": 0.11445859069708812, "pct_disab_2050": 0.05256523383335434, "pct_zvhhs_2050": 0.027292922881624881, "pct_hus_rent50_2050": 0.072040622024754031, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.03281045751634, "pct_minority_2040": 0.70039215686274503, "pct_spfam_2040": 0.13952254641909803, "pct_lep_2040": 0.071120069104520997, "pct_below200_2040": 0.15960784313725501, "pct_disab_2040": 0.063261296660117997, "pct_zvhhs_2040": 0.030667088207398, "pct_hus_rent50_2040": 0.056712592117911, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.02160000017507, 37.3716999996578 ], [ -122.023049999621279, 37.36732999978981 ], [ -122.019580999743098, 37.36684499985509 ], [ -122.017260000085642, 37.366669999697784 ], [ -122.014999999629211, 37.366600000234534 ], [ -122.013740000153831, 37.36666000008448 ], [ -122.00824000014812, 37.366750000126338 ], [ -122.005947999904663, 37.366762999750613 ], [ -122.003659999859153, 37.366789999951649 ], [ -122.002718000401089, 37.366803000282957 ], [ -122.001391000080218, 37.366826999735338 ], [ -121.998159999853428, 37.366890000135562 ], [ -121.996202000419132, 37.366893000153283 ], [ -121.996779000004224, 37.369951999843479 ], [ -121.99629000028267, 37.370220000249887 ], [ -121.996110000357632, 37.370230000102637 ], [ -121.99610000031187, 37.370531000259241 ], [ -121.996300000328432, 37.370539999875326 ], [ -122.000950000039268, 37.370860000277524 ], [ -122.011262000137549, 37.372927000335686 ], [ -122.013760000245327, 37.37344000032293 ], [ -122.017579999752769, 37.374320000176262 ], [ -122.020470000396031, 37.375269999705409 ], [ -122.02160000017507, 37.3716999996578 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508704", "NAME": "Census Tract 5087.04", "state": "06", "county_fips": "085", "tract": "508704", "county_name": "Santa Clara County", "tot_pop_2050": 7440, "tot_pop_pov_det_2050": 7431, "tot_pop_civ_ni_2050": 7429, "tot_hh_2050": 2849, "pop_zvhhs_2050": 224, "tot_fam_2050": 1775, "tot_pop_over5_2050": 6751, "pop_hus_rent50_2050": 284, "pop_minority_2050": 5831, "pop_over75_2050": 132, "pop_spfam_2050": 12, "pop_lep_2050": 470, "pop_below200_2050": 816, "pop_disability_2050": 305, "pct_minority_2050": 0.78373655913978491, "pct_over75_2050": 0.017741935483870968, "pct_spfam_2050": 0.0067605633802816896, "pct_lep_2050": 0.069619315656939712, "pct_below200_2050": 0.10981025433992732, "pct_disab_2050": 0.041055323731323201, "pct_zvhhs_2050": 0.078624078624078622, "pct_hus_rent50_2050": 0.099684099684099678, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037165239570048997, "pct_minority_2040": 0.74494443432319213, "pct_spfam_2040": 0.024353120243531, "pct_lep_2040": 0.078134343233007997, "pct_below200_2040": 0.16873630387143898, "pct_disab_2040": 0.056996711728170002, "pct_zvhhs_2040": 0.065010351966874005, "pct_hus_rent50_2040": 0.101680310211116, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.032139999878993, 37.384190000160785 ], [ -122.033600000269232, 37.37957000011091 ], [ -122.028419999930634, 37.377859999671401 ], [ -122.020470000396031, 37.375269999705409 ], [ -122.017579999752769, 37.374320000176262 ], [ -122.013760000245327, 37.37344000032293 ], [ -122.011262000137549, 37.372927000335686 ], [ -122.000950000039268, 37.370860000277524 ], [ -121.996300000328432, 37.370539999875326 ], [ -121.99610000031187, 37.370531000259241 ], [ -121.995906000143108, 37.370521999928144 ], [ -121.992970000367421, 37.370410000080525 ], [ -121.987296000284402, 37.370441999952099 ], [ -121.986926000388564, 37.37181699989857 ], [ -121.986899999550999, 37.373972999794148 ], [ -121.986969000046273, 37.377579999645924 ], [ -121.986969999871192, 37.377779999668803 ], [ -121.986975999718965, 37.388447999862997 ], [ -121.995930000432566, 37.39106500008937 ], [ -121.995825999777182, 37.388426000104168 ], [ -121.996178000129689, 37.388449999775844 ], [ -121.998470000373146, 37.388570000160342 ], [ -121.998990000056835, 37.388240000068258 ], [ -121.999380000044155, 37.388460000053151 ], [ -122.002889999930233, 37.388419999649727 ], [ -122.008020000040077, 37.388299999738848 ], [ -122.012420000404006, 37.388229999761656 ], [ -122.014970000390292, 37.388779999657331 ], [ -122.015960000427285, 37.386089999812889 ], [ -122.017100000252057, 37.385310000198785 ], [ -122.0187499997148, 37.380419999668547 ], [ -122.02109800003474, 37.381788999887405 ], [ -122.026680000056245, 37.383039999673201 ], [ -122.032139999878993, 37.384190000160785 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508800", "NAME": "Census Tract 5088", "state": "06", "county_fips": "085", "tract": "508800", "county_name": "Santa Clara County", "tot_pop_2050": 3941, "tot_pop_pov_det_2050": 3941, "tot_pop_civ_ni_2050": 3941, "tot_hh_2050": 1463, "pop_zvhhs_2050": 79, "tot_fam_2050": 846, "tot_pop_over5_2050": 3666, "pop_hus_rent50_2050": 190, "pop_minority_2050": 2959, "pop_over75_2050": 50, "pop_spfam_2050": 73, "pop_lep_2050": 425, "pop_below200_2050": 901, "pop_disability_2050": 229, "pct_minority_2050": 0.75082466379091606, "pct_over75_2050": 0.012687135244861709, "pct_spfam_2050": 0.086288416075650132, "pct_lep_2050": 0.11593016912165847, "pct_below200_2050": 0.22862217711240801, "pct_disab_2050": 0.058107079421466624, "pct_zvhhs_2050": 0.053998632946001365, "pct_hus_rent50_2050": 0.12987012987012986, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.011363636363636001, "pct_minority_2040": 0.76136363636363591, "pct_spfam_2040": 0.154185022026432, "pct_lep_2040": 0.123367972288836, "pct_below200_2040": 0.34329774614472097, "pct_disab_2040": 0.035984848484849001, "pct_zvhhs_2040": 0.071176885130372999, "pct_hus_rent50_2040": 0.15883190883190901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.030729999717465, 37.388449999775844 ], [ -122.032139999878993, 37.384190000160785 ], [ -122.026680000056245, 37.383039999673201 ], [ -122.02109800003474, 37.381788999887405 ], [ -122.0187499997148, 37.380419999668547 ], [ -122.017100000252057, 37.385310000198785 ], [ -122.020276000227284, 37.386345999846597 ], [ -122.025789999578393, 37.388159999719051 ], [ -122.03054999979237, 37.389740000266897 ], [ -122.030729999717465, 37.388449999775844 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085508900", "NAME": "Census Tract 5089", "state": "06", "county_fips": "085", "tract": "508900", "county_name": "Santa Clara County", "tot_pop_2050": 5296, "tot_pop_pov_det_2050": 5287, "tot_pop_civ_ni_2050": 5296, "tot_hh_2050": 1685, "pop_zvhhs_2050": 92, "tot_fam_2050": 1138, "tot_pop_over5_2050": 4786, "pop_hus_rent50_2050": 230, "pop_minority_2050": 4380, "pop_over75_2050": 216, "pop_spfam_2050": 131, "pop_lep_2050": 663, "pop_below200_2050": 1105, "pop_disability_2050": 390, "pct_minority_2050": 0.82703927492447127, "pct_over75_2050": 0.040785498489425982, "pct_spfam_2050": 0.11511423550087875, "pct_lep_2050": 0.13852904304220642, "pct_below200_2050": 0.20900321543408359, "pct_disab_2050": 0.073640483383685798, "pct_zvhhs_2050": 0.054599406528189912, "pct_hus_rent50_2050": 0.13649851632047474, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035901778154107, "pct_minority_2040": 0.82828111769686719, "pct_spfam_2040": 0.17719298245613999, "pct_lep_2040": 0.121587608906099, "pct_below200_2040": 0.368162574089754, "pct_disab_2040": 0.059441151566469001, "pct_zvhhs_2040": 0.028554778554778996, "pct_hus_rent50_2040": 0.11482132396016401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.012805000368473, 37.395557999679312 ], [ -122.014970000390292, 37.388779999657331 ], [ -122.012420000404006, 37.388229999761656 ], [ -122.008020000040077, 37.388299999738848 ], [ -122.002889999930233, 37.388419999649727 ], [ -121.999380000044155, 37.388460000053151 ], [ -121.998990000056835, 37.388240000068258 ], [ -121.998470000373146, 37.388570000160342 ], [ -121.996178000129689, 37.388449999775844 ], [ -121.995825999777182, 37.388426000104168 ], [ -121.995930000432566, 37.39106500008937 ], [ -122.002572999737808, 37.392967000166323 ], [ -122.008673999618068, 37.394656999770866 ], [ -122.008794999991892, 37.39468100030254 ], [ -122.012805000368473, 37.395557999679312 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509000", "NAME": "Census Tract 5090", "state": "06", "county_fips": "085", "tract": "509000", "county_name": "Santa Clara County", "tot_pop_2050": 7832, "tot_pop_pov_det_2050": 7698, "tot_pop_civ_ni_2050": 7832, "tot_hh_2050": 2557, "pop_zvhhs_2050": 77, "tot_fam_2050": 1817, "tot_pop_over5_2050": 7056, "pop_hus_rent50_2050": 395, "pop_minority_2050": 6076, "pop_over75_2050": 187, "pop_spfam_2050": 426, "pop_lep_2050": 779, "pop_below200_2050": 2415, "pop_disability_2050": 449, "pct_minority_2050": 0.77579162410623081, "pct_over75_2050": 0.023876404494382025, "pct_spfam_2050": 0.23445239405613649, "pct_lep_2050": 0.11040249433106576, "pct_below200_2050": 0.31371784879189396, "pct_disab_2050": 0.057328907048008172, "pct_zvhhs_2050": 0.030113414157215482, "pct_hus_rent50_2050": 0.15447790379350801, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.016694490818030001, "pct_minority_2040": 0.75411399952301506, "pct_spfam_2040": 0.29111229377328401, "pct_lep_2040": 0.16896787423103199, "pct_below200_2040": 0.35666947825039202, "pct_disab_2040": 0.052795031055900991, "pct_zvhhs_2040": 0.028445512820512997, "pct_hus_rent50_2040": 0.13902243589743601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.030490000416236, 37.390329999910151 ], [ -122.03054999979237, 37.389740000266897 ], [ -122.025789999578393, 37.388159999719051 ], [ -122.020276000227284, 37.386345999846597 ], [ -122.017100000252057, 37.385310000198785 ], [ -122.015960000427285, 37.386089999812889 ], [ -122.014970000390292, 37.388779999657331 ], [ -122.012805000368473, 37.395557999679312 ], [ -122.017650000072962, 37.396600000244952 ], [ -122.022667000204933, 37.397718000060216 ], [ -122.027860000063995, 37.398860000232681 ], [ -122.030490000416236, 37.390329999910151 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509102", "NAME": "Census Tract 5091.02", "state": "06", "county_fips": "085", "tract": "509102", "county_name": "Santa Clara County", "tot_pop_2050": 4968, "tot_pop_pov_det_2050": 4968, "tot_pop_civ_ni_2050": 4968, "tot_hh_2050": 2243, "pop_zvhhs_2050": 70, "tot_fam_2050": 1282, "tot_pop_over5_2050": 4607, "pop_hus_rent50_2050": 89, "pop_minority_2050": 3703, "pop_over75_2050": 114, "pop_spfam_2050": 60, "pop_lep_2050": 148, "pop_below200_2050": 386, "pop_disability_2050": 288, "pct_minority_2050": 0.74537037037037035, "pct_over75_2050": 0.022946859903381644, "pct_spfam_2050": 0.046801872074882997, "pct_lep_2050": 0.032125027132624259, "pct_below200_2050": 0.077697262479871174, "pct_disab_2050": 0.05797101449275361, "pct_zvhhs_2050": 0.031208203299152918, "pct_hus_rent50_2050": 0.039679001337494434, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027755102040816, "pct_minority_2040": 0.73918367346938785, "pct_spfam_2040": 0.057781201848999, "pct_lep_2040": 0.047358834244080002, "pct_below200_2040": 0.049387755102040992, "pct_disab_2040": 0.026938775510203995, "pct_zvhhs_2040": 0.007057785619762, "pct_hus_rent50_2040": 0.043670048522276003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.05227000033112, 37.385969999741533 ], [ -122.052311000339017, 37.385744000346712 ], [ -122.045487000385464, 37.383477000180193 ], [ -122.0447369996497, 37.383120999802657 ], [ -122.033600000269232, 37.37957000011091 ], [ -122.032139999878993, 37.384190000160785 ], [ -122.030729999717465, 37.388449999775844 ], [ -122.03054999979237, 37.389740000266897 ], [ -122.030490000416236, 37.390329999910151 ], [ -122.027860000063995, 37.398860000232681 ], [ -122.035936999820208, 37.400636999655156 ], [ -122.037361000225445, 37.40090600009465 ], [ -122.046534000323831, 37.402929999974297 ], [ -122.046115000024187, 37.40002499986214 ], [ -122.044473000059071, 37.399732000208175 ], [ -122.046315000040735, 37.394871000255407 ], [ -122.044981000047159, 37.394453000294298 ], [ -122.045637999998206, 37.392556000318542 ], [ -122.046597000073049, 37.390506999682771 ], [ -122.047257000397124, 37.390592000021826 ], [ -122.047429999751188, 37.388029999772499 ], [ -122.047439999796893, 37.386479999788975 ], [ -122.049680000161828, 37.385870000011217 ], [ -122.052179999919446, 37.386149999776514 ], [ -122.05227000033112, 37.385969999741533 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509105", "NAME": "Census Tract 5091.05", "state": "06", "county_fips": "085", "tract": "509105", "county_name": "Santa Clara County", "tot_pop_2050": 6890, "tot_pop_pov_det_2050": 6890, "tot_pop_civ_ni_2050": 6890, "tot_hh_2050": 3048, "pop_zvhhs_2050": 152, "tot_fam_2050": 1787, "tot_pop_over5_2050": 6449, "pop_hus_rent50_2050": 153, "pop_minority_2050": 4209, "pop_over75_2050": 463, "pop_spfam_2050": 121, "pop_lep_2050": 184, "pop_below200_2050": 513, "pop_disability_2050": 502, "pct_minority_2050": 0.61088534107402037, "pct_over75_2050": 0.067198838896952107, "pct_spfam_2050": 0.06771124790151091, "pct_lep_2050": 0.028531555279888363, "pct_below200_2050": 0.07445573294629898, "pct_disab_2050": 0.072859216255442671, "pct_zvhhs_2050": 0.049868766404199474, "pct_hus_rent50_2050": 0.050196850393700788, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053371948696732001, "pct_minority_2040": 0.69149082885119306, "pct_spfam_2040": 0.10939989378651099, "pct_lep_2040": 0.10181924882629101, "pct_below200_2040": 0.205490848585691, "pct_disab_2040": 0.051579092538960002, "pct_zvhhs_2040": 0.012812299807815, "pct_hus_rent50_2040": 0.078795643818065003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.068417999995788, 37.384223999889407 ], [ -122.06776100004474, 37.378132000041305 ], [ -122.067970000282131, 37.374430000324367 ], [ -122.065939999979477, 37.370220999735487 ], [ -122.064201999754886, 37.367377000254194 ], [ -122.06303799964067, 37.36611499986482 ], [ -122.062772000400201, 37.367440999715235 ], [ -122.061968000136062, 37.368546999759459 ], [ -122.058310000112002, 37.374540999739196 ], [ -122.060127999804209, 37.375274999652326 ], [ -122.058147999730309, 37.381385999838123 ], [ -122.057883000314732, 37.383031000129307 ], [ -122.05717500031011, 37.385011000110609 ], [ -122.052844000441468, 37.384200000292502 ], [ -122.052311000339017, 37.385744000346712 ], [ -122.05227000033112, 37.385969999741533 ], [ -122.057572999795028, 37.38770799988945 ], [ -122.05877799991714, 37.38688400027516 ], [ -122.060229999911485, 37.386249999847166 ], [ -122.06464000032112, 37.385799999906524 ], [ -122.065930999758635, 37.385482999705296 ], [ -122.068417999995788, 37.384223999889407 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509106", "NAME": "Census Tract 5091.06", "state": "06", "county_fips": "085", "tract": "509106", "county_name": "Santa Clara County", "tot_pop_2050": 4376, "tot_pop_pov_det_2050": 4376, "tot_pop_civ_ni_2050": 4376, "tot_hh_2050": 1669, "pop_zvhhs_2050": 52, "tot_fam_2050": 1147, "tot_pop_over5_2050": 3955, "pop_hus_rent50_2050": 160, "pop_minority_2050": 2952, "pop_over75_2050": 203, "pop_spfam_2050": 55, "pop_lep_2050": 352, "pop_below200_2050": 548, "pop_disability_2050": 254, "pct_minority_2050": 0.67458866544789764, "pct_over75_2050": 0.046389396709323592, "pct_spfam_2050": 0.047951176983435047, "pct_lep_2050": 0.089001264222503179, "pct_below200_2050": 0.12522851919561245, "pct_disab_2050": 0.058043875685557585, "pct_zvhhs_2050": 0.031156381066506887, "pct_hus_rent50_2050": 0.095865787896944277, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071917808219177995, "pct_minority_2040": 0.67968036529680398, "pct_spfam_2040": 0.14417744916820699, "pct_lep_2040": 0.117197452229299, "pct_below200_2040": 0.165670955882353, "pct_disab_2040": 0.091428571428571012, "pct_zvhhs_2040": 0.02540415704388, "pct_hus_rent50_2040": 0.12009237875288699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.055119999893094, 37.377289999664825 ], [ -122.056289999855125, 37.373790000057106 ], [ -122.052850000289268, 37.372800000175552 ], [ -122.048510000199812, 37.371779999720147 ], [ -122.04715000026701, 37.375630000027783 ], [ -122.046140000138536, 37.378739999778581 ], [ -122.0447369996497, 37.383120999802657 ], [ -122.045487000385464, 37.383477000180193 ], [ -122.052311000339017, 37.385744000346712 ], [ -122.052844000441468, 37.384200000292502 ], [ -122.054000000159789, 37.380670000140348 ], [ -122.055119999893094, 37.377289999664825 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509107", "NAME": "Census Tract 5091.07", "state": "06", "county_fips": "085", "tract": "509107", "county_name": "Santa Clara County", "tot_pop_2050": 5135, "tot_pop_pov_det_2050": 5135, "tot_pop_civ_ni_2050": 5135, "tot_hh_2050": 1986, "pop_zvhhs_2050": 155, "tot_fam_2050": 1188, "tot_pop_over5_2050": 4735, "pop_hus_rent50_2050": 291, "pop_minority_2050": 3659, "pop_over75_2050": 104, "pop_spfam_2050": 200, "pop_lep_2050": 302, "pop_below200_2050": 1218, "pop_disability_2050": 78, "pct_minority_2050": 0.71256085686465431, "pct_over75_2050": 0.020253164556962026, "pct_spfam_2050": 0.16835016835016836, "pct_lep_2050": 0.063780359028511091, "pct_below200_2050": 0.23719571567672834, "pct_disab_2050": 0.015189873417721518, "pct_zvhhs_2050": 0.078046324269889222, "pct_hus_rent50_2050": 0.14652567975830816, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0093535647474539997, "pct_minority_2040": 0.64955310746206607, "pct_spfam_2040": 0.206967213114754, "pct_lep_2040": 0.108226102941176, "pct_below200_2040": 0.32321762627312395, "pct_disab_2040": 0.024527125337767998, "pct_zvhhs_2040": 0.059779758783429005, "pct_hus_rent50_2040": 0.14861995753715501, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.060127999804209, 37.375274999652326 ], [ -122.058310000112002, 37.374540999739196 ], [ -122.056289999855125, 37.373790000057106 ], [ -122.055119999893094, 37.377289999664825 ], [ -122.054000000159789, 37.380670000140348 ], [ -122.052844000441468, 37.384200000292502 ], [ -122.05717500031011, 37.385011000110609 ], [ -122.057883000314732, 37.383031000129307 ], [ -122.058147999730309, 37.381385999838123 ], [ -122.060127999804209, 37.375274999652326 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509108", "NAME": "Census Tract 5091.08", "state": "06", "county_fips": "085", "tract": "509108", "county_name": "Santa Clara County", "tot_pop_2050": 4638, "tot_pop_pov_det_2050": 4638, "tot_pop_civ_ni_2050": 4638, "tot_hh_2050": 1904, "pop_zvhhs_2050": 83, "tot_fam_2050": 1086, "tot_pop_over5_2050": 4189, "pop_hus_rent50_2050": 210, "pop_minority_2050": 2736, "pop_over75_2050": 146, "pop_spfam_2050": 143, "pop_lep_2050": 341, "pop_below200_2050": 783, "pop_disability_2050": 239, "pct_minority_2050": 0.58990944372574383, "pct_over75_2050": 0.031479085812850367, "pct_spfam_2050": 0.13167587476979742, "pct_lep_2050": 0.081403676295058486, "pct_below200_2050": 0.16882276843467012, "pct_disab_2050": 0.051530832255282447, "pct_zvhhs_2050": 0.043592436974789921, "pct_hus_rent50_2050": 0.11029411764705882, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027038535235257004, "pct_minority_2040": 0.61890568447945493, "pct_spfam_2040": 0.210820895522388, "pct_lep_2040": 0.123243492282884, "pct_below200_2040": 0.25356610602512197, "pct_disab_2040": 0.047415634344297006, "pct_zvhhs_2040": 0.040162684290797994, "pct_hus_rent50_2040": 0.144098109351048, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.070017000303196, 37.408548000005176 ], [ -122.069710000156519, 37.407869999915626 ], [ -122.069940000310297, 37.40273999975733 ], [ -122.069799999669897, 37.39974000008241 ], [ -122.069579999561881, 37.398880000149354 ], [ -122.066190000224736, 37.398680000028413 ], [ -122.06487999962232, 37.398399999961526 ], [ -122.059609999770359, 37.397180000306889 ], [ -122.054339999918426, 37.395950000071423 ], [ -122.052820000152053, 37.395259999648054 ], [ -122.048209999725842, 37.390620000137567 ], [ -122.048059999938019, 37.390349999961828 ], [ -122.047429999751188, 37.388029999772499 ], [ -122.047257000397124, 37.390592000021826 ], [ -122.046597000073049, 37.390506999682771 ], [ -122.045637999998206, 37.392556000318542 ], [ -122.044981000047159, 37.394453000294298 ], [ -122.046315000040735, 37.394871000255407 ], [ -122.044473000059071, 37.399732000208175 ], [ -122.046115000024187, 37.40002499986214 ], [ -122.046534000323831, 37.402929999974297 ], [ -122.056432999970241, 37.405358999969927 ], [ -122.06183400024176, 37.406553999905768 ], [ -122.064600000138142, 37.407150000301527 ], [ -122.068367999767048, 37.408019000339294 ], [ -122.070017000303196, 37.408548000005176 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509109", "NAME": "Census Tract 5091.09", "state": "06", "county_fips": "085", "tract": "509109", "county_name": "Santa Clara County", "tot_pop_2050": 4996, "tot_pop_pov_det_2050": 4986, "tot_pop_civ_ni_2050": 4996, "tot_hh_2050": 2029, "pop_zvhhs_2050": 35, "tot_fam_2050": 1222, "tot_pop_over5_2050": 4378, "pop_hus_rent50_2050": 40, "pop_minority_2050": 2752, "pop_over75_2050": 104, "pop_spfam_2050": 118, "pop_lep_2050": 69, "pop_below200_2050": 437, "pop_disability_2050": 159, "pct_minority_2050": 0.55084067253803037, "pct_over75_2050": 0.020816653322658127, "pct_spfam_2050": 0.096563011456628475, "pct_lep_2050": 0.015760621288259478, "pct_below200_2050": 0.087645407139991971, "pct_disab_2050": 0.031825460368294638, "pct_zvhhs_2050": 0.017249876786594381, "pct_hus_rent50_2050": 0.019714144898965009, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.012181107791311999, "pct_minority_2040": 0.51781199724201288, "pct_spfam_2040": 0.062862669245647998, "pct_lep_2040": 0.029335410176532004, "pct_below200_2040": 0.11783659378596099, "pct_disab_2040": 0.034704665594115995, "pct_zvhhs_2040": 0.024102838778788997, "pct_hus_rent50_2040": 0.026702997275203998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.069579999561881, 37.398880000149354 ], [ -122.068720999944475, 37.395729999943555 ], [ -122.068419999645613, 37.393679999825181 ], [ -122.068570000331732, 37.391479999925387 ], [ -122.068599999570651, 37.391159999712826 ], [ -122.06884999981591, 37.388660000322673 ], [ -122.068417999995788, 37.384223999889407 ], [ -122.065930999758635, 37.385482999705296 ], [ -122.06464000032112, 37.385799999906524 ], [ -122.060229999911485, 37.386249999847166 ], [ -122.05877799991714, 37.38688400027516 ], [ -122.057572999795028, 37.38770799988945 ], [ -122.05227000033112, 37.385969999741533 ], [ -122.052179999919446, 37.386149999776514 ], [ -122.049680000161828, 37.385870000011217 ], [ -122.047439999796893, 37.386479999788975 ], [ -122.047429999751188, 37.388029999772499 ], [ -122.048059999938019, 37.390349999961828 ], [ -122.048209999725842, 37.390620000137567 ], [ -122.052820000152053, 37.395259999648054 ], [ -122.054339999918426, 37.395950000071423 ], [ -122.059609999770359, 37.397180000306889 ], [ -122.06487999962232, 37.398399999961526 ], [ -122.066190000224736, 37.398680000028413 ], [ -122.069579999561881, 37.398880000149354 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509201", "NAME": "Census Tract 5092.01", "state": "06", "county_fips": "085", "tract": "509201", "county_name": "Santa Clara County", "tot_pop_2050": 5321, "tot_pop_pov_det_2050": 5321, "tot_pop_civ_ni_2050": 5267, "tot_hh_2050": 2537, "pop_zvhhs_2050": 111, "tot_fam_2050": 1047, "tot_pop_over5_2050": 5026, "pop_hus_rent50_2050": 207, "pop_minority_2050": 2364, "pop_over75_2050": 235, "pop_spfam_2050": 117, "pop_lep_2050": 131, "pop_below200_2050": 737, "pop_disability_2050": 245, "pct_minority_2050": 0.44427739146776918, "pct_over75_2050": 0.044164630708513439, "pct_spfam_2050": 0.11174785100286533, "pct_lep_2050": 0.026064464783127732, "pct_below200_2050": 0.13850779928584853, "pct_disab_2050": 0.046516043288399471, "pct_zvhhs_2050": 0.04375246353961372, "pct_hus_rent50_2050": 0.081592432006306656, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040238779571080997, "pct_minority_2040": 0.48087552509396397, "pct_spfam_2040": 0.035605289928789002, "pct_lep_2040": 0.052157858296792002, "pct_below200_2040": 0.13398187043997301, "pct_disab_2040": 0.058679161088800003, "pct_zvhhs_2040": 0.038225578102879, "pct_hus_rent50_2040": 0.14771118452099999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.081528999602412, 37.398204000005911 ], [ -122.082193999949354, 37.396916999827241 ], [ -122.068570000331732, 37.391479999925387 ], [ -122.068419999645613, 37.393679999825181 ], [ -122.068720999944475, 37.395729999943555 ], [ -122.069579999561881, 37.398880000149354 ], [ -122.069799999669897, 37.39974000008241 ], [ -122.069940000310297, 37.40273999975733 ], [ -122.069710000156519, 37.407869999915626 ], [ -122.070017000303196, 37.408548000005176 ], [ -122.07816000018164, 37.411879999732783 ], [ -122.078119999998691, 37.406119999646691 ], [ -122.078130000044425, 37.404460000348429 ], [ -122.078180000273136, 37.402779999655252 ], [ -122.078750000185522, 37.401739999651632 ], [ -122.08015000030133, 37.400659999905557 ], [ -122.081188999843775, 37.399186999806815 ], [ -122.081528999602412, 37.398204000005911 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509202", "NAME": "Census Tract 5092.02", "state": "06", "county_fips": "085", "tract": "509202", "county_name": "Santa Clara County", "tot_pop_2050": 4863, "tot_pop_pov_det_2050": 4863, "tot_pop_civ_ni_2050": 4863, "tot_hh_2050": 1863, "pop_zvhhs_2050": 186, "tot_fam_2050": 1095, "tot_pop_over5_2050": 4575, "pop_hus_rent50_2050": 125, "pop_minority_2050": 2912, "pop_over75_2050": 355, "pop_spfam_2050": 93, "pop_lep_2050": 399, "pop_below200_2050": 776, "pop_disability_2050": 515, "pct_minority_2050": 0.59880732058400166, "pct_over75_2050": 0.073000205634382073, "pct_spfam_2050": 0.08493150684931508, "pct_lep_2050": 0.087213114754098361, "pct_below200_2050": 0.15957228048529715, "pct_disab_2050": 0.10590170676537117, "pct_zvhhs_2050": 0.099838969404186795, "pct_hus_rent50_2050": 0.067096081588835219, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051614273576889996, "pct_minority_2040": 0.57030586236193703, "pct_spfam_2040": 0.081726354453626998, "pct_lep_2040": 0.056449784629336003, "pct_below200_2040": 0.15824129141886201, "pct_disab_2040": 0.085174171622769995, "pct_zvhhs_2040": 0.041031036296686002, "pct_hus_rent50_2040": 0.077711818672422994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.09030099984281, 37.403056000010189 ], [ -122.091311999796176, 37.400534000122569 ], [ -122.082193999949354, 37.396916999827241 ], [ -122.081528999602412, 37.398204000005911 ], [ -122.081188999843775, 37.399186999806815 ], [ -122.08015000030133, 37.400659999905557 ], [ -122.078750000185522, 37.401739999651632 ], [ -122.078180000273136, 37.402779999655252 ], [ -122.078130000044425, 37.404460000348429 ], [ -122.078119999998691, 37.406119999646691 ], [ -122.07816000018164, 37.411879999732783 ], [ -122.081649999976236, 37.413339999925348 ], [ -122.086745999750917, 37.416708999975768 ], [ -122.086765999842399, 37.414096999987912 ], [ -122.086814000421299, 37.411558999925234 ], [ -122.087529000098641, 37.409711000226331 ], [ -122.09030099984281, 37.403056000010189 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509302", "NAME": "Census Tract 5093.02", "state": "06", "county_fips": "085", "tract": "509302", "county_name": "Santa Clara County", "tot_pop_2050": 3374, "tot_pop_pov_det_2050": 3374, "tot_pop_civ_ni_2050": 3374, "tot_hh_2050": 1245, "pop_zvhhs_2050": 15, "tot_fam_2050": 916, "tot_pop_over5_2050": 3142, "pop_hus_rent50_2050": 55, "pop_minority_2050": 1361, "pop_over75_2050": 247, "pop_spfam_2050": 116, "pop_lep_2050": 90, "pop_below200_2050": 330, "pop_disability_2050": 307, "pct_minority_2050": 0.40337877889745111, "pct_over75_2050": 0.07320687611144043, "pct_spfam_2050": 0.12663755458515286, "pct_lep_2050": 0.028644175684277531, "pct_below200_2050": 0.097806757557794902, "pct_disab_2050": 0.090989922940130405, "pct_zvhhs_2050": 0.012048192771084338, "pct_hus_rent50_2050": 0.044176706827309238, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060773480662983007, "pct_minority_2040": 0.37016574585635403, "pct_spfam_2040": 0.10898203592814398, "pct_lep_2040": 0.048597521200260993, "pct_below200_2040": 0.15398886827458302, "pct_disab_2040": 0.071823204419889, "pct_zvhhs_2040": 0.062751407884150998, "pct_hus_rent50_2040": 0.069306930693068994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.108099999693422, 37.408290000062834 ], [ -122.108309999755704, 37.408080000283547 ], [ -122.104500000293982, 37.405820000063152 ], [ -122.102035999623084, 37.404791999867804 ], [ -122.097469999577839, 37.402980000251745 ], [ -122.095139999699526, 37.406910000319662 ], [ -122.093989999829006, 37.408920000150125 ], [ -122.092500000199834, 37.411520000081673 ], [ -122.09687000042652, 37.41178000032032 ], [ -122.098380000147159, 37.412389999725512 ], [ -122.101276999564789, 37.415177000118348 ], [ -122.102029999775297, 37.415519999778525 ], [ -122.103312999715229, 37.416207999980095 ], [ -122.104568999890986, 37.413502000256067 ], [ -122.106660000292976, 37.41099000034054 ], [ -122.108099999693422, 37.408290000062834 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509303", "NAME": "Census Tract 5093.03", "state": "06", "county_fips": "085", "tract": "509303", "county_name": "Santa Clara County", "tot_pop_2050": 3577, "tot_pop_pov_det_2050": 3577, "tot_pop_civ_ni_2050": 3577, "tot_hh_2050": 1741, "pop_zvhhs_2050": 238, "tot_fam_2050": 884, "tot_pop_over5_2050": 3376, "pop_hus_rent50_2050": 334, "pop_minority_2050": 2192, "pop_over75_2050": 334, "pop_spfam_2050": 110, "pop_lep_2050": 259, "pop_below200_2050": 738, "pop_disability_2050": 367, "pct_minority_2050": 0.61280402571987713, "pct_over75_2050": 0.09337433603578417, "pct_spfam_2050": 0.1244343891402715, "pct_lep_2050": 0.07671800947867298, "pct_below200_2050": 0.20631814369583451, "pct_disab_2050": 0.10259994408722392, "pct_zvhhs_2050": 0.13670304422745549, "pct_hus_rent50_2050": 0.19184376794945435, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.11390236939765901, "pct_minority_2040": 0.56323151584356301, "pct_spfam_2040": 0.070080862533693, "pct_lep_2040": 0.15478739675741798, "pct_below200_2040": 0.32514987153868102, "pct_disab_2040": 0.12018270054239201, "pct_zvhhs_2040": 0.18145845110231798, "pct_hus_rent50_2040": 0.22578763127187901, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.095139999699526, 37.406910000319662 ], [ -122.097469999577839, 37.402980000251745 ], [ -122.09367000016185, 37.401470000282352 ], [ -122.091716000027205, 37.400694000014632 ], [ -122.091311999796176, 37.400534000122569 ], [ -122.09030099984281, 37.403056000010189 ], [ -122.087529000098641, 37.409711000226331 ], [ -122.088730000022778, 37.410120000134583 ], [ -122.09180999973853, 37.411349999684646 ], [ -122.092500000199834, 37.411520000081673 ], [ -122.093989999829006, 37.408920000150125 ], [ -122.095139999699526, 37.406910000319662 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509304", "NAME": "Census Tract 5093.04", "state": "06", "county_fips": "085", "tract": "509304", "county_name": "Santa Clara County", "tot_pop_2050": 3517, "tot_pop_pov_det_2050": 3517, "tot_pop_civ_ni_2050": 3517, "tot_hh_2050": 1407, "pop_zvhhs_2050": 60, "tot_fam_2050": 751, "tot_pop_over5_2050": 3389, "pop_hus_rent50_2050": 195, "pop_minority_2050": 2188, "pop_over75_2050": 101, "pop_spfam_2050": 109, "pop_lep_2050": 269, "pop_below200_2050": 651, "pop_disability_2050": 144, "pct_minority_2050": 0.62212112595962465, "pct_over75_2050": 0.0287176570941143, "pct_spfam_2050": 0.14513981358189082, "pct_lep_2050": 0.079374446739451168, "pct_below200_2050": 0.18510093829968724, "pct_disab_2050": 0.040943986352004552, "pct_zvhhs_2050": 0.042643923240938165, "pct_hus_rent50_2050": 0.13859275053304904, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.016932595245848, "pct_minority_2040": 0.61673721914685797, "pct_spfam_2040": 0.107544141252006, "pct_lep_2040": 0.021224773834377, "pct_below200_2040": 0.24226636274829, "pct_disab_2040": 0.054705307717355996, "pct_zvhhs_2040": 0.028324154209284001, "pct_hus_rent50_2040": 0.129541864139021, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.103312999715229, 37.416207999980095 ], [ -122.102029999775297, 37.415519999778525 ], [ -122.101276999564789, 37.415177000118348 ], [ -122.098380000147159, 37.412389999725512 ], [ -122.09687000042652, 37.41178000032032 ], [ -122.092500000199834, 37.411520000081673 ], [ -122.09180999973853, 37.411349999684646 ], [ -122.088730000022778, 37.410120000134583 ], [ -122.087529000098641, 37.409711000226331 ], [ -122.086814000421299, 37.411558999925234 ], [ -122.086765999842399, 37.414096999987912 ], [ -122.086745999750917, 37.416708999975768 ], [ -122.097505999562841, 37.424597999809961 ], [ -122.101150000241503, 37.427910000324829 ], [ -122.101459999862911, 37.42820999989361 ], [ -122.10183599960655, 37.427108000283113 ], [ -122.101758999613651, 37.426504999899421 ], [ -122.101295999831379, 37.42518499983909 ], [ -122.101899000254051, 37.419789000315838 ], [ -122.103312999715229, 37.416207999980095 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509401", "NAME": "Census Tract 5094.01", "state": "06", "county_fips": "085", "tract": "509401", "county_name": "Santa Clara County", "tot_pop_2050": 3841, "tot_pop_pov_det_2050": 3841, "tot_pop_civ_ni_2050": 3841, "tot_hh_2050": 1714, "pop_zvhhs_2050": 177, "tot_fam_2050": 911, "tot_pop_over5_2050": 3551, "pop_hus_rent50_2050": 211, "pop_minority_2050": 2572, "pop_over75_2050": 80, "pop_spfam_2050": 83, "pop_lep_2050": 282, "pop_below200_2050": 455, "pop_disability_2050": 252, "pct_minority_2050": 0.66961728716480085, "pct_over75_2050": 0.020827909398594115, "pct_spfam_2050": 0.091108671789242604, "pct_lep_2050": 0.079414249507181081, "pct_below200_2050": 0.11845873470450405, "pct_disab_2050": 0.065607914605571471, "pct_zvhhs_2050": 0.10326721120186698, "pct_hus_rent50_2050": 0.12310385064177365, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025477707006369001, "pct_minority_2040": 0.59690627843494104, "pct_spfam_2040": 0.14738292011019299, "pct_lep_2040": 0.07165913492575901, "pct_below200_2040": 0.17720364741641298, "pct_disab_2040": 0.045620437956204005, "pct_zvhhs_2040": 0.10875, "pct_hus_rent50_2040": 0.13784135240572198, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.119940999778919, 37.406425000180143 ], [ -122.1200529999319, 37.406258000221996 ], [ -122.118220000171064, 37.404569999810526 ], [ -122.116989000109683, 37.403497999650348 ], [ -122.11574999965238, 37.402419999805318 ], [ -122.113540000322999, 37.401129999877668 ], [ -122.113439999865577, 37.401269999937298 ], [ -122.110730000045663, 37.405779999647351 ], [ -122.11014000004181, 37.406690000255558 ], [ -122.108309999755704, 37.408080000283547 ], [ -122.115636999674479, 37.41269899966462 ], [ -122.116507999885741, 37.411302999666319 ], [ -122.117291000233493, 37.410653000016993 ], [ -122.117995000040167, 37.409041999948847 ], [ -122.11784899955201, 37.408373000119092 ], [ -122.119940999778919, 37.406425000180143 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509403", "NAME": "Census Tract 5094.03", "state": "06", "county_fips": "085", "tract": "509403", "county_name": "Santa Clara County", "tot_pop_2050": 5244, "tot_pop_pov_det_2050": 5111, "tot_pop_civ_ni_2050": 5244, "tot_hh_2050": 2173, "pop_zvhhs_2050": 196, "tot_fam_2050": 1043, "tot_pop_over5_2050": 4802, "pop_hus_rent50_2050": 503, "pop_minority_2050": 3595, "pop_over75_2050": 0, "pop_spfam_2050": 232, "pop_lep_2050": 401, "pop_below200_2050": 1687, "pop_disability_2050": 140, "pct_minority_2050": 0.68554538520213582, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.2224352828379674, "pct_lep_2050": 0.083506872136609747, "pct_below200_2050": 0.33007239287810602, "pct_disab_2050": 0.026697177726926008, "pct_zvhhs_2050": 0.090197883110906568, "pct_hus_rent50_2050": 0.2314772204325817, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.016464471403812998, "pct_minority_2040": 0.59987001733102296, "pct_spfam_2040": 0.125248508946322, "pct_lep_2040": 0.128353376503238, "pct_below200_2040": 0.35095320623916804, "pct_disab_2040": 0.034012131715770999, "pct_zvhhs_2040": 0.122184954480115, "pct_hus_rent50_2040": 0.207225288509784, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.101879999987474, 37.395830000081723 ], [ -122.101980000444897, 37.395689999850916 ], [ -122.101270999717002, 37.395374999802911 ], [ -122.097309999744269, 37.393609999875629 ], [ -122.096452999776673, 37.392986000332307 ], [ -122.094120000423672, 37.396690000044281 ], [ -122.092559999575968, 37.399179999686858 ], [ -122.091716000027205, 37.400694000014632 ], [ -122.09367000016185, 37.401470000282352 ], [ -122.097469999577839, 37.402980000251745 ], [ -122.099950000142258, 37.398979999652866 ], [ -122.101879999987474, 37.395830000081723 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509404", "NAME": "Census Tract 5094.04", "state": "06", "county_fips": "085", "tract": "509404", "county_name": "Santa Clara County", "tot_pop_2050": 7282, "tot_pop_pov_det_2050": 7248, "tot_pop_civ_ni_2050": 7282, "tot_hh_2050": 2922, "pop_zvhhs_2050": 186, "tot_fam_2050": 1499, "tot_pop_over5_2050": 6693, "pop_hus_rent50_2050": 564, "pop_minority_2050": 5000, "pop_over75_2050": 387, "pop_spfam_2050": 218, "pop_lep_2050": 786, "pop_below200_2050": 2198, "pop_disability_2050": 676, "pct_minority_2050": 0.68662455369404007, "pct_over75_2050": 0.053144740455918701, "pct_spfam_2050": 0.14543028685790527, "pct_lep_2050": 0.11743612729717615, "pct_below200_2050": 0.30325607064017662, "pct_disab_2050": 0.092831639659434223, "pct_zvhhs_2050": 0.063655030800821369, "pct_hus_rent50_2050": 0.19301848049281314, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.025554187192117994, "pct_minority_2040": 0.66625615763546797, "pct_spfam_2040": 0.15569620253164598, "pct_lep_2040": 0.12823942484534401, "pct_below200_2040": 0.30064655172413801, "pct_disab_2040": 0.053879310344827992, "pct_zvhhs_2040": 0.12235031610263999, "pct_hus_rent50_2040": 0.148077655119909, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.113439999865577, 37.401269999937298 ], [ -122.113540000322999, 37.401129999877668 ], [ -122.106369999864739, 37.397629999736004 ], [ -122.101980000444897, 37.395689999850916 ], [ -122.101879999987474, 37.395830000081723 ], [ -122.099950000142258, 37.398979999652866 ], [ -122.097469999577839, 37.402980000251745 ], [ -122.102035999623084, 37.404791999867804 ], [ -122.104500000293982, 37.405820000063152 ], [ -122.108309999755704, 37.408080000283547 ], [ -122.11014000004181, 37.406690000255558 ], [ -122.110730000045663, 37.405779999647351 ], [ -122.113439999865577, 37.401269999937298 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509500", "NAME": "Census Tract 5095", "state": "06", "county_fips": "085", "tract": "509500", "county_name": "Santa Clara County", "tot_pop_2050": 5625, "tot_pop_pov_det_2050": 5625, "tot_pop_civ_ni_2050": 5625, "tot_hh_2050": 2367, "pop_zvhhs_2050": 211, "tot_fam_2050": 1128, "tot_pop_over5_2050": 5485, "pop_hus_rent50_2050": 340, "pop_minority_2050": 3681, "pop_over75_2050": 123, "pop_spfam_2050": 239, "pop_lep_2050": 629, "pop_below200_2050": 1354, "pop_disability_2050": 296, "pct_minority_2050": 0.6544, "pct_over75_2050": 0.021866666666666663, "pct_spfam_2050": 0.21187943262411346, "pct_lep_2050": 0.1146763901549681, "pct_below200_2050": 0.2407111111111111, "pct_disab_2050": 0.052622222222222216, "pct_zvhhs_2050": 0.089142374313476977, "pct_hus_rent50_2050": 0.1436417405999155, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028458349038823997, "pct_minority_2040": 0.62457595175273295, "pct_spfam_2040": 0.21227197346600302, "pct_lep_2040": 0.107866507747318, "pct_below200_2040": 0.320957406709386, "pct_disab_2040": 0.051451187335092005, "pct_zvhhs_2040": 0.059108954565504995, "pct_hus_rent50_2040": 0.23200715243629899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.096452999776673, 37.392986000332307 ], [ -122.094517000083698, 37.391071000332104 ], [ -122.091330000237804, 37.389339999960463 ], [ -122.088309999898215, 37.387840000323521 ], [ -122.087966999766536, 37.388593999785982 ], [ -122.086620000252537, 37.390430000115302 ], [ -122.083349999667675, 37.395560000116163 ], [ -122.082193999949354, 37.396916999827241 ], [ -122.091311999796176, 37.400534000122569 ], [ -122.091716000027205, 37.400694000014632 ], [ -122.092559999575968, 37.399179999686858 ], [ -122.094120000423672, 37.396690000044281 ], [ -122.096452999776673, 37.392986000332307 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509600", "NAME": "Census Tract 5096", "state": "06", "county_fips": "085", "tract": "509600", "county_name": "Santa Clara County", "tot_pop_2050": 3465, "tot_pop_pov_det_2050": 3455, "tot_pop_civ_ni_2050": 3455, "tot_hh_2050": 1520, "pop_zvhhs_2050": 87, "tot_fam_2050": 826, "tot_pop_over5_2050": 3248, "pop_hus_rent50_2050": 145, "pop_minority_2050": 1386, "pop_over75_2050": 86, "pop_spfam_2050": 45, "pop_lep_2050": 65, "pop_below200_2050": 406, "pop_disability_2050": 283, "pct_minority_2050": 0.4, "pct_over75_2050": 0.024819624819624818, "pct_spfam_2050": 0.054479418886198547, "pct_lep_2050": 0.02001231527093596, "pct_below200_2050": 0.1175108538350217, "pct_disab_2050": 0.081910274963820556, "pct_zvhhs_2050": 0.057236842105263162, "pct_hus_rent50_2050": 0.095394736842105268, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023316062176166, "pct_minority_2040": 0.33345669874167305, "pct_spfam_2040": 0.048986486486485993, "pct_lep_2040": 0.018250950570341998, "pct_below200_2040": 0.078693392724573, "pct_disab_2040": 0.051596139569413994, "pct_zvhhs_2040": 0.037209302325580999, "pct_hus_rent50_2040": 0.077470355731225002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.087966999766536, 37.388593999785982 ], [ -122.088309999898215, 37.387840000323521 ], [ -122.083969999808801, 37.385699999949473 ], [ -122.08075000035096, 37.384119999915256 ], [ -122.079089999944145, 37.386730000042704 ], [ -122.078380000289684, 37.388090000324851 ], [ -122.0764799996834, 37.391093999949618 ], [ -122.072910000421203, 37.389689999720815 ], [ -122.071429999939454, 37.392000000122898 ], [ -122.068599999570651, 37.391159999712826 ], [ -122.068570000331732, 37.391479999925387 ], [ -122.082193999949354, 37.396916999827241 ], [ -122.083349999667675, 37.395560000116163 ], [ -122.086620000252537, 37.390430000115302 ], [ -122.087966999766536, 37.388593999785982 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509700", "NAME": "Census Tract 5097", "state": "06", "county_fips": "085", "tract": "509700", "county_name": "Santa Clara County", "tot_pop_2050": 3107, "tot_pop_pov_det_2050": 3089, "tot_pop_civ_ni_2050": 3107, "tot_hh_2050": 1423, "pop_zvhhs_2050": 59, "tot_fam_2050": 787, "tot_pop_over5_2050": 2896, "pop_hus_rent50_2050": 119, "pop_minority_2050": 1186, "pop_over75_2050": 123, "pop_spfam_2050": 70, "pop_lep_2050": 0, "pop_below200_2050": 335, "pop_disability_2050": 163, "pct_minority_2050": 0.38171869971033151, "pct_over75_2050": 0.039588027035725781, "pct_spfam_2050": 0.088945362134688691, "pct_lep_2050": 0.0, "pct_below200_2050": 0.1084493363548074, "pct_disab_2050": 0.052462182169295137, "pct_zvhhs_2050": 0.041461700632466618, "pct_hus_rent50_2050": 0.083626141953619129, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056465085198797005, "pct_minority_2040": 0.50150350818576706, "pct_spfam_2040": 0.11078286558345599, "pct_lep_2040": 0.0087241003271540003, "pct_below200_2040": 0.13197460741730699, "pct_disab_2040": 0.066488473103909013, "pct_zvhhs_2040": 0.034557235421166003, "pct_hus_rent50_2040": 0.08701957940536599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.079089999944145, 37.386730000042704 ], [ -122.08075000035096, 37.384119999915256 ], [ -122.077786000087841, 37.382640000024637 ], [ -122.07758000022352, 37.382540000135961 ], [ -122.072910000421203, 37.380210000312786 ], [ -122.06776100004474, 37.378132000041305 ], [ -122.068417999995788, 37.384223999889407 ], [ -122.06884999981591, 37.388660000322673 ], [ -122.068599999570651, 37.391159999712826 ], [ -122.071429999939454, 37.392000000122898 ], [ -122.072910000421203, 37.389689999720815 ], [ -122.0764799996834, 37.391093999949618 ], [ -122.078380000289684, 37.388090000324851 ], [ -122.079089999944145, 37.386730000042704 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509801", "NAME": "Census Tract 5098.01", "state": "06", "county_fips": "085", "tract": "509801", "county_name": "Santa Clara County", "tot_pop_2050": 5535, "tot_pop_pov_det_2050": 5535, "tot_pop_civ_ni_2050": 5535, "tot_hh_2050": 2236, "pop_zvhhs_2050": 156, "tot_fam_2050": 1429, "tot_pop_over5_2050": 5202, "pop_hus_rent50_2050": 285, "pop_minority_2050": 2564, "pop_over75_2050": 227, "pop_spfam_2050": 78, "pop_lep_2050": 204, "pop_below200_2050": 549, "pop_disability_2050": 320, "pct_minority_2050": 0.46323396567299008, "pct_over75_2050": 0.041011743450767836, "pct_spfam_2050": 0.054583624912526239, "pct_lep_2050": 0.039215686274509803, "pct_below200_2050": 0.099186991869918695, "pct_disab_2050": 0.057813911472448049, "pct_zvhhs_2050": 0.069767441860465129, "pct_hus_rent50_2050": 0.12745974955277281, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.055652782639132002, "pct_minority_2040": 0.44924746237311891, "pct_spfam_2040": 0.10482180293500999, "pct_lep_2040": 0.050647372429550995, "pct_below200_2040": 0.113405670283514, "pct_disab_2040": 0.065628281414070996, "pct_zvhhs_2040": 0.040404040404040005, "pct_hus_rent50_2040": 0.057384760112888004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.104840000052604, 37.389899999649153 ], [ -122.105825000066702, 37.388620999980112 ], [ -122.096001999689989, 37.388636999958408 ], [ -122.096010000085911, 37.388189999949212 ], [ -122.096010000085911, 37.386450000302119 ], [ -122.09598599979644, 37.38444200021825 ], [ -122.090412999995792, 37.384107999744209 ], [ -122.09004800012282, 37.383515000321196 ], [ -122.090040999551817, 37.382410999761476 ], [ -122.088918000343767, 37.381388999989952 ], [ -122.095979999948668, 37.381467999662306 ], [ -122.095995000017282, 37.379414999770241 ], [ -122.09337300006095, 37.379440000261347 ], [ -122.09337300006095, 37.376867000350067 ], [ -122.095974000100881, 37.376899999719171 ], [ -122.095939999765719, 37.373720000098139 ], [ -122.095939999765719, 37.373679999684299 ], [ -122.095250000202697, 37.373349999739766 ], [ -122.087020000285619, 37.373550000333779 ], [ -122.086929999873931, 37.376664999806984 ], [ -122.086949999965412, 37.3772000001319 ], [ -122.086949999965412, 37.37915999971014 ], [ -122.086980000102642, 37.380930000346552 ], [ -122.08496999989147, 37.384059999754719 ], [ -122.083969999808801, 37.385699999949473 ], [ -122.088309999898215, 37.387840000323521 ], [ -122.091330000237804, 37.389339999960463 ], [ -122.094517000083698, 37.391071000332104 ], [ -122.096452999776673, 37.392986000332307 ], [ -122.097309999744269, 37.393609999875629 ], [ -122.101270999717002, 37.395374999802911 ], [ -122.102813000123007, 37.393204000163834 ], [ -122.104840000052604, 37.389899999649153 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509802", "NAME": "Census Tract 5098.02", "state": "06", "county_fips": "085", "tract": "509802", "county_name": "Santa Clara County", "tot_pop_2050": 3134, "tot_pop_pov_det_2050": 3127, "tot_pop_civ_ni_2050": 3127, "tot_hh_2050": 1148, "pop_zvhhs_2050": 8, "tot_fam_2050": 827, "tot_pop_over5_2050": 2929, "pop_hus_rent50_2050": 49, "pop_minority_2050": 1464, "pop_over75_2050": 214, "pop_spfam_2050": 53, "pop_lep_2050": 82, "pop_below200_2050": 254, "pop_disability_2050": 152, "pct_minority_2050": 0.46713465220165917, "pct_over75_2050": 0.068283343969368221, "pct_spfam_2050": 0.064087061668681986, "pct_lep_2050": 0.027995903038579718, "pct_below200_2050": 0.081228014070994559, "pct_disab_2050": 0.04860889031020147, "pct_zvhhs_2050": 0.0069686411149825784, "pct_hus_rent50_2050": 0.042682926829268296, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052167782869227991, "pct_minority_2040": 0.52308776876982699, "pct_spfam_2040": 0.027855153203342999, "pct_lep_2040": 0.062211981566819993, "pct_below200_2040": 0.11280056577086302, "pct_disab_2040": 0.047736916548797997, "pct_zvhhs_2040": 0.037300177619892995, "pct_hus_rent50_2040": 0.053285968028419006, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.086929999873931, 37.376664999806984 ], [ -122.087020000285619, 37.373550000333779 ], [ -122.086440000327471, 37.373639999963075 ], [ -122.077905999738462, 37.373449000303928 ], [ -122.077620000406498, 37.374600000236001 ], [ -122.077800000331536, 37.3791400002426 ], [ -122.077786000087841, 37.382640000024637 ], [ -122.08075000035096, 37.384119999915256 ], [ -122.083969999808801, 37.385699999949473 ], [ -122.08496999989147, 37.384059999754719 ], [ -122.086980000102642, 37.380930000346552 ], [ -122.086949999965412, 37.37915999971014 ], [ -122.086949999965412, 37.3772000001319 ], [ -122.086929999873931, 37.376664999806984 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509901", "NAME": "Census Tract 5099.01", "state": "06", "county_fips": "085", "tract": "509901", "county_name": "Santa Clara County", "tot_pop_2050": 1941, "tot_pop_pov_det_2050": 1905, "tot_pop_civ_ni_2050": 1917, "tot_hh_2050": 706, "pop_zvhhs_2050": 38, "tot_fam_2050": 530, "tot_pop_over5_2050": 1796, "pop_hus_rent50_2050": 35, "pop_minority_2050": 767, "pop_over75_2050": 205, "pop_spfam_2050": 50, "pop_lep_2050": 23, "pop_below200_2050": 102, "pop_disability_2050": 87, "pct_minority_2050": 0.39515713549716641, "pct_over75_2050": 0.1056156620298815, "pct_spfam_2050": 0.094339622641509441, "pct_lep_2050": 0.012806236080178172, "pct_below200_2050": 0.053543307086614166, "pct_disab_2050": 0.045383411580594682, "pct_zvhhs_2050": 0.053824362606232287, "pct_hus_rent50_2050": 0.049575070821529753, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10412371134020598, "pct_minority_2040": 0.28814432989690697, "pct_spfam_2040": 0.050751879699248, "pct_lep_2040": 0.023308698123933998, "pct_below200_2040": 0.05379236148466901, "pct_disab_2040": 0.055944055944056, "pct_zvhhs_2040": 0.040559440559441003, "pct_hus_rent50_2040": 0.026836158192090002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.095969999902934, 37.370759999673794 ], [ -122.096030000177379, 37.366897999944605 ], [ -122.094280000257228, 37.366859999951593 ], [ -122.088972999697035, 37.366841000304831 ], [ -122.087098000103396, 37.365951999654904 ], [ -122.086980000102642, 37.365019999770752 ], [ -122.082307999752175, 37.364635000231068 ], [ -122.07785999970767, 37.365099999816643 ], [ -122.07785999970767, 37.365819999961353 ], [ -122.077853999859897, 37.366125000264717 ], [ -122.077853999859897, 37.366687999855188 ], [ -122.07807200031813, 37.370360000209359 ], [ -122.077879999799165, 37.371560000057279 ], [ -122.077905999738462, 37.373449000303928 ], [ -122.086440000327471, 37.373639999963075 ], [ -122.087020000285619, 37.373550000333779 ], [ -122.095250000202697, 37.373349999739766 ], [ -122.095939999765719, 37.373679999684299 ], [ -122.095969999902934, 37.370759999673794 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085509902", "NAME": "Census Tract 5099.02", "state": "06", "county_fips": "085", "tract": "509902", "county_name": "Santa Clara County", "tot_pop_2050": 5195, "tot_pop_pov_det_2050": 5101, "tot_pop_civ_ni_2050": 5101, "tot_hh_2050": 1923, "pop_zvhhs_2050": 235, "tot_fam_2050": 1361, "tot_pop_over5_2050": 4940, "pop_hus_rent50_2050": 111, "pop_minority_2050": 2414, "pop_over75_2050": 679, "pop_spfam_2050": 83, "pop_lep_2050": 344, "pop_below200_2050": 849, "pop_disability_2050": 482, "pct_minority_2050": 0.46467757459095282, "pct_over75_2050": 0.13070259865255052, "pct_spfam_2050": 0.060984570168993391, "pct_lep_2050": 0.069635627530364369, "pct_below200_2050": 0.16643795334248188, "pct_disab_2050": 0.09449127622034896, "pct_zvhhs_2050": 0.12220488819552786, "pct_hus_rent50_2050": 0.057722308892355703, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.119079837618403, "pct_minority_2040": 0.36941813261163703, "pct_spfam_2040": 0.099024756189047006, "pct_lep_2040": 0.077366255144033003, "pct_below200_2040": 0.16329766151407099, "pct_disab_2040": 0.108410115663595, "pct_zvhhs_2040": 0.117233927606699, "pct_hus_rent50_2040": 0.015292190060076, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.077879999799165, 37.371560000057279 ], [ -122.07807200031813, 37.370360000209359 ], [ -122.077853999859897, 37.366687999855188 ], [ -122.077853999859897, 37.366125000264717 ], [ -122.07785999970767, 37.365819999961353 ], [ -122.07785999970767, 37.365099999816643 ], [ -122.07777000019432, 37.361279999885681 ], [ -122.068679999936606, 37.361290000216016 ], [ -122.064359999938631, 37.36131999977097 ], [ -122.063850000300704, 37.361310000158646 ], [ -122.063840000254956, 37.363160000005138 ], [ -122.064984000277704, 37.363605000123847 ], [ -122.062938000081544, 37.363603999836108 ], [ -122.063070000326036, 37.364940000353485 ], [ -122.064201999754886, 37.367377000254194 ], [ -122.065939999979477, 37.370220999735487 ], [ -122.067970000282131, 37.374430000324367 ], [ -122.06776100004474, 37.378132000041305 ], [ -122.072910000421203, 37.380210000312786 ], [ -122.07758000022352, 37.382540000135961 ], [ -122.077786000087841, 37.382640000024637 ], [ -122.077800000331536, 37.3791400002426 ], [ -122.077620000406498, 37.374600000236001 ], [ -122.077905999738462, 37.373449000303928 ], [ -122.077879999799165, 37.371560000057279 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510001", "NAME": "Census Tract 5100.01", "state": "06", "county_fips": "085", "tract": "510001", "county_name": "Santa Clara County", "tot_pop_2050": 6672, "tot_pop_pov_det_2050": 6526, "tot_pop_civ_ni_2050": 6526, "tot_hh_2050": 2019, "pop_zvhhs_2050": 22, "tot_fam_2050": 1820, "tot_pop_over5_2050": 6294, "pop_hus_rent50_2050": 0, "pop_minority_2050": 2927, "pop_over75_2050": 532, "pop_spfam_2050": 41, "pop_lep_2050": 278, "pop_below200_2050": 375, "pop_disability_2050": 388, "pct_minority_2050": 0.43869904076738608, "pct_over75_2050": 0.079736211031175064, "pct_spfam_2050": 0.022527472527472527, "pct_lep_2050": 0.044169049888782966, "pct_below200_2050": 0.057462457860864236, "pct_disab_2050": 0.059454489733374187, "pct_zvhhs_2050": 0.010896483407627538, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085517693315857998, "pct_minority_2040": 0.32290301441677599, "pct_spfam_2040": 0.054650551760377995, "pct_lep_2040": 0.028601144045762, "pct_below200_2040": 0.035599797536696995, "pct_disab_2040": 0.054371538848800006, "pct_zvhhs_2040": 0.0055376095985230009, "pct_hus_rent50_2040": 0.0018630647415, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.096497999982532, 37.359987000072209 ], [ -122.096128000086651, 37.359246999879808 ], [ -122.087580000152272, 37.352639999881575 ], [ -122.085538000154045, 37.351067999776113 ], [ -122.085892000156377, 37.35235499994242 ], [ -122.077760000148587, 37.352170000154473 ], [ -122.069360000352177, 37.35203999995354 ], [ -122.068869000082486, 37.352036000328269 ], [ -122.063363000228975, 37.352060999946282 ], [ -122.061130000435057, 37.35203999995354 ], [ -122.060609999853071, 37.35203999995354 ], [ -122.061557000232327, 37.354068000301197 ], [ -122.062460000230644, 37.356179999809768 ], [ -122.063014000249524, 37.359549999797693 ], [ -122.063009000226657, 37.361236999735347 ], [ -122.062938000081544, 37.363603999836108 ], [ -122.064984000277704, 37.363605000123847 ], [ -122.063840000254956, 37.363160000005138 ], [ -122.063850000300704, 37.361310000158646 ], [ -122.064359999938631, 37.36131999977097 ], [ -122.068679999936606, 37.361290000216016 ], [ -122.07777000019432, 37.361279999885681 ], [ -122.07785999970767, 37.365099999816643 ], [ -122.082307999752175, 37.364635000231068 ], [ -122.086980000102642, 37.365019999770752 ], [ -122.087098000103396, 37.365951999654904 ], [ -122.088972999697035, 37.366841000304831 ], [ -122.094280000257228, 37.366859999951593 ], [ -122.096030000177379, 37.366897999944605 ], [ -122.096070000360356, 37.361450000321838 ], [ -122.096497999982532, 37.359987000072209 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510002", "NAME": "Census Tract 5100.02", "state": "06", "county_fips": "085", "tract": "510002", "county_name": "Santa Clara County", "tot_pop_2050": 3644, "tot_pop_pov_det_2050": 3632, "tot_pop_civ_ni_2050": 3644, "tot_hh_2050": 1263, "pop_zvhhs_2050": 21, "tot_fam_2050": 1082, "tot_pop_over5_2050": 3478, "pop_hus_rent50_2050": 22, "pop_minority_2050": 1638, "pop_over75_2050": 296, "pop_spfam_2050": 38, "pop_lep_2050": 110, "pop_below200_2050": 147, "pop_disability_2050": 231, "pct_minority_2050": 0.44950603732162459, "pct_over75_2050": 0.081229418221734365, "pct_spfam_2050": 0.03512014787430684, "pct_lep_2050": 0.031627372052903967, "pct_below200_2050": 0.040473568281938328, "pct_disab_2050": 0.063391877058177823, "pct_zvhhs_2050": 0.0166270783847981, "pct_hus_rent50_2050": 0.017418844022169439, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.058854440357330007, "pct_minority_2040": 0.35260115606936404, "pct_spfam_2040": 0.031037827352084997, "pct_lep_2040": 0.032666854407208998, "pct_below200_2040": 0.11043753294675801, "pct_disab_2040": 0.033105622700997997, "pct_zvhhs_2040": 0.020377358490566003, "pct_hus_rent50_2040": 0.045843045843046, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.085892000156377, 37.35235499994242 ], [ -122.085538000154045, 37.351067999776113 ], [ -122.077970000210854, 37.345430000314245 ], [ -122.072480000250877, 37.341230000269128 ], [ -122.072090000263529, 37.341602000186583 ], [ -122.067740000128353, 37.338000000255043 ], [ -122.066699999862664, 37.337519999665872 ], [ -122.062399999956199, 37.33754000022784 ], [ -122.062738999889902, 37.339529999872866 ], [ -122.065264999586802, 37.343283000204451 ], [ -122.064232999717021, 37.344853999948221 ], [ -122.063750999668187, 37.346820999704228 ], [ -122.065216999906212, 37.347772000120983 ], [ -122.063363000228975, 37.352060999946282 ], [ -122.068869000082486, 37.352036000328269 ], [ -122.069360000352177, 37.35203999995354 ], [ -122.077760000148587, 37.352170000154473 ], [ -122.085892000156377, 37.35235499994242 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510100", "NAME": "Census Tract 5101", "state": "06", "county_fips": "085", "tract": "510100", "county_name": "Santa Clara County", "tot_pop_2050": 2946, "tot_pop_pov_det_2050": 2939, "tot_pop_civ_ni_2050": 2946, "tot_hh_2050": 1044, "pop_zvhhs_2050": 25, "tot_fam_2050": 888, "tot_pop_over5_2050": 2847, "pop_hus_rent50_2050": 7, "pop_minority_2050": 1031, "pop_over75_2050": 354, "pop_spfam_2050": 20, "pop_lep_2050": 23, "pop_below200_2050": 227, "pop_disability_2050": 237, "pct_minority_2050": 0.34996605566870331, "pct_over75_2050": 0.12016293279022405, "pct_spfam_2050": 0.022522522522522518, "pct_lep_2050": 0.0080786793115560241, "pct_below200_2050": 0.077237155495066351, "pct_disab_2050": 0.08044806517311609, "pct_zvhhs_2050": 0.023946360153256702, "pct_hus_rent50_2050": 0.0067049808429118785, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.15169597989949699, "pct_minority_2040": 0.31564070351758799, "pct_spfam_2040": 0.050308008213552004, "pct_lep_2040": 0.018312622629168999, "pct_below200_2040": 0.064963733837906004, "pct_disab_2040": 0.070037688442211005, "pct_zvhhs_2040": 0.022603978300180998, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.091413999903423, 37.341794000068049 ], [ -122.09162200031588, 37.341594999690614 ], [ -122.089655999587336, 37.340627000220884 ], [ -122.084699999554743, 37.337910000021132 ], [ -122.082460000088133, 37.336393000141939 ], [ -122.079044999738329, 37.334203000308911 ], [ -122.078109999952943, 37.33381000007973 ], [ -122.077449999628868, 37.333630000176989 ], [ -122.076310999628973, 37.33341100008272 ], [ -122.074299999592938, 37.333329999856751 ], [ -122.06851500008014, 37.334190000045282 ], [ -122.06843700026235, 37.334429999935296 ], [ -122.068181000169332, 37.335453000044438 ], [ -122.068390000406708, 37.337340000082563 ], [ -122.072480000250877, 37.341230000269128 ], [ -122.077970000210854, 37.345430000314245 ], [ -122.085538000154045, 37.351067999776113 ], [ -122.085995000088545, 37.34856700034269 ], [ -122.08814099984383, 37.34605600021959 ], [ -122.090363999592, 37.344747000194573 ], [ -122.091413999903423, 37.341794000068049 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510200", "NAME": "Census Tract 5102", "state": "06", "county_fips": "085", "tract": "510200", "county_name": "Santa Clara County", "tot_pop_2050": 4561, "tot_pop_pov_det_2050": 4561, "tot_pop_civ_ni_2050": 4561, "tot_hh_2050": 1429, "pop_zvhhs_2050": 12, "tot_fam_2050": 1229, "tot_pop_over5_2050": 4362, "pop_hus_rent50_2050": 8, "pop_minority_2050": 1502, "pop_over75_2050": 367, "pop_spfam_2050": 65, "pop_lep_2050": 33, "pop_below200_2050": 255, "pop_disability_2050": 343, "pct_minority_2050": 0.32931374698531024, "pct_over75_2050": 0.080464810348607779, "pct_spfam_2050": 0.052888527257933284, "pct_lep_2050": 0.0075653370013755153, "pct_below200_2050": 0.055908791931593947, "pct_disab_2050": 0.075202806402104805, "pct_zvhhs_2050": 0.0083974807557732675, "pct_hus_rent50_2050": 0.005598320503848845, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10465385505904101, "pct_minority_2040": 0.31743459134058799, "pct_spfam_2040": 0.073589533932951992, "pct_lep_2040": 0.023227383863081, "pct_below200_2040": 0.034267191479508997, "pct_disab_2040": 0.053716137994906002, "pct_zvhhs_2040": 0.0054054054054049998, "pct_hus_rent50_2040": 0.021887824897401001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.115520000396913, 37.365639999680461 ], [ -122.113350000352199, 37.364765000036876 ], [ -122.112843000189002, 37.364332000138859 ], [ -122.111099999941516, 37.362319999969401 ], [ -122.109269999655424, 37.361389999875847 ], [ -122.107919999768356, 37.363059999847934 ], [ -122.108591999788018, 37.363888000331556 ], [ -122.106840000218014, 37.365370000234336 ], [ -122.105890000364056, 37.366329999959213 ], [ -122.104676000021072, 37.365835999806798 ], [ -122.099269999726701, 37.361656999849941 ], [ -122.097020000214357, 37.359939999976888 ], [ -122.096128000086651, 37.359246999879808 ], [ -122.096497999982532, 37.359987000072209 ], [ -122.096070000360356, 37.361450000321838 ], [ -122.096030000177379, 37.366897999944605 ], [ -122.095969999902934, 37.370759999673794 ], [ -122.095939999765719, 37.373679999684299 ], [ -122.095939999765719, 37.373720000098139 ], [ -122.095974000100881, 37.376899999719171 ], [ -122.09337300006095, 37.376867000350067 ], [ -122.09337300006095, 37.379440000261347 ], [ -122.095995000017282, 37.379414999770241 ], [ -122.095979999948668, 37.381467999662306 ], [ -122.088918000343767, 37.381388999989952 ], [ -122.090040999551817, 37.382410999761476 ], [ -122.09004800012282, 37.383515000321196 ], [ -122.090412999995792, 37.384107999744209 ], [ -122.09598599979644, 37.38444200021825 ], [ -122.096010000085911, 37.386450000302119 ], [ -122.09726000041384, 37.384990000059631 ], [ -122.104140000443877, 37.377709999864273 ], [ -122.10625000021416, 37.375520000211786 ], [ -122.109780000191705, 37.371649999932444 ], [ -122.110790000320122, 37.37052000025102 ], [ -122.115520000396913, 37.365639999680461 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510300", "NAME": "Census Tract 5103", "state": "06", "county_fips": "085", "tract": "510300", "county_name": "Santa Clara County", "tot_pop_2050": 4296, "tot_pop_pov_det_2050": 4288, "tot_pop_civ_ni_2050": 4296, "tot_hh_2050": 1703, "pop_zvhhs_2050": 42, "tot_fam_2050": 1193, "tot_pop_over5_2050": 4174, "pop_hus_rent50_2050": 37, "pop_minority_2050": 1573, "pop_over75_2050": 462, "pop_spfam_2050": 79, "pop_lep_2050": 44, "pop_below200_2050": 255, "pop_disability_2050": 217, "pct_minority_2050": 0.36615456238361271, "pct_over75_2050": 0.10754189944134078, "pct_spfam_2050": 0.066219614417435041, "pct_lep_2050": 0.010541447053186392, "pct_below200_2050": 0.059468283582089547, "pct_disab_2050": 0.050512104283054006, "pct_zvhhs_2050": 0.024662360540223131, "pct_hus_rent50_2050": 0.021726365237815619, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.097515236755743015, "pct_minority_2040": 0.26605719643694298, "pct_spfam_2040": 0.043220338983051006, "pct_lep_2040": 0.013813517513567001, "pct_below200_2040": 0.053211439287389008, "pct_disab_2040": 0.061181434599155995, "pct_zvhhs_2040": 0.021803182086034004, "pct_hus_rent50_2040": 0.011785503830289, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.123398999786403, 37.381233999839807 ], [ -122.123625999567167, 37.380150999946082 ], [ -122.120010000274192, 37.378411000057163 ], [ -122.119724999868851, 37.374042000082341 ], [ -122.118723000136299, 37.372836999850925 ], [ -122.119112000298756, 37.372139999658792 ], [ -122.119507000308971, 37.372005000330454 ], [ -122.119688000058929, 37.370770000168491 ], [ -122.117646000060702, 37.369976999919224 ], [ -122.118450000324842, 37.367714999780098 ], [ -122.11767399964981, 37.365539999972427 ], [ -122.116189999868411, 37.364879999842167 ], [ -122.115520000396913, 37.365639999680461 ], [ -122.110790000320122, 37.37052000025102 ], [ -122.109780000191705, 37.371649999932444 ], [ -122.10625000021416, 37.375520000211786 ], [ -122.104140000443877, 37.377709999864273 ], [ -122.09726000041384, 37.384990000059631 ], [ -122.11408000009817, 37.384959999976559 ], [ -122.114048000311101, 37.381339000298922 ], [ -122.121319999978311, 37.381310000234386 ], [ -122.123398999786403, 37.381233999839807 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510400", "NAME": "Census Tract 5104", "state": "06", "county_fips": "085", "tract": "510400", "county_name": "Santa Clara County", "tot_pop_2050": 3625, "tot_pop_pov_det_2050": 3625, "tot_pop_civ_ni_2050": 3625, "tot_hh_2050": 1292, "pop_zvhhs_2050": 18, "tot_fam_2050": 1037, "tot_pop_over5_2050": 3430, "pop_hus_rent50_2050": 31, "pop_minority_2050": 1690, "pop_over75_2050": 318, "pop_spfam_2050": 43, "pop_lep_2050": 12, "pop_below200_2050": 219, "pop_disability_2050": 93, "pct_minority_2050": 0.4662068965517242, "pct_over75_2050": 0.087724137931034479, "pct_spfam_2050": 0.041465766634522665, "pct_lep_2050": 0.0034985422740524781, "pct_below200_2050": 0.060413793103448278, "pct_disab_2050": 0.025655172413793104, "pct_zvhhs_2050": 0.01393188854489164, "pct_hus_rent50_2050": 0.023993808049535603, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.090964966195451996, "pct_minority_2040": 0.41272280270436401, "pct_spfam_2040": 0.051094890510949009, "pct_lep_2040": 0.021423862887277004, "pct_below200_2040": 0.049170251997540992, "pct_disab_2040": 0.053165334972342, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.015943312666076001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.114179999657267, 37.40017000027305 ], [ -122.114189999703029, 37.396750000088367 ], [ -122.11404999996094, 37.392680000154023 ], [ -122.114090000143889, 37.389819999643841 ], [ -122.11408000009817, 37.384959999976559 ], [ -122.09726000041384, 37.384990000059631 ], [ -122.096010000085911, 37.386450000302119 ], [ -122.096010000085911, 37.388189999949212 ], [ -122.096001999689989, 37.388636999958408 ], [ -122.105825000066702, 37.388620999980112 ], [ -122.104840000052604, 37.389899999649153 ], [ -122.102813000123007, 37.393204000163834 ], [ -122.101270999717002, 37.395374999802911 ], [ -122.101980000444897, 37.395689999850916 ], [ -122.106369999864739, 37.397629999736004 ], [ -122.113540000322999, 37.401129999877668 ], [ -122.114179999657267, 37.40017000027305 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510500", "NAME": "Census Tract 5105", "state": "06", "county_fips": "085", "tract": "510500", "county_name": "Santa Clara County", "tot_pop_2050": 4579, "tot_pop_pov_det_2050": 4504, "tot_pop_civ_ni_2050": 4504, "tot_hh_2050": 1662, "pop_zvhhs_2050": 75, "tot_fam_2050": 1343, "tot_pop_over5_2050": 4484, "pop_hus_rent50_2050": 107, "pop_minority_2050": 1580, "pop_over75_2050": 595, "pop_spfam_2050": 61, "pop_lep_2050": 101, "pop_below200_2050": 296, "pop_disability_2050": 353, "pct_minority_2050": 0.3450535051321249, "pct_over75_2050": 0.12994103516051539, "pct_spfam_2050": 0.045420699925539834, "pct_lep_2050": 0.022524531668153439, "pct_below200_2050": 0.065719360568383664, "pct_disab_2050": 0.078374777975133231, "pct_zvhhs_2050": 0.045126353790613721, "pct_hus_rent50_2050": 0.064380264741275575, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.141096472588185, "pct_minority_2040": 0.35019124521886996, "pct_spfam_2040": 0.032826261008806999, "pct_lep_2040": 0.016759776536312998, "pct_below200_2040": 0.049871023215821, "pct_disab_2040": 0.097162510748065006, "pct_zvhhs_2040": 0.083115525352848996, "pct_hus_rent50_2040": 0.11199154780771302, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.128103999748859, 37.396039999937585 ], [ -122.129344000031082, 37.395661000341363 ], [ -122.127644000339643, 37.394523000170281 ], [ -122.127454000368829, 37.391726000270751 ], [ -122.126255999919408, 37.388486000339604 ], [ -122.124955000436131, 37.38840299966806 ], [ -122.124278000393602, 37.387669999732218 ], [ -122.123418000052993, 37.386518999817774 ], [ -122.124109000339217, 37.384889999736018 ], [ -122.12547500011982, 37.382287000072061 ], [ -122.123398999786403, 37.381233999839807 ], [ -122.121319999978311, 37.381310000234386 ], [ -122.114048000311101, 37.381339000298922 ], [ -122.11408000009817, 37.384959999976559 ], [ -122.114090000143889, 37.389819999643841 ], [ -122.11404999996094, 37.392680000154023 ], [ -122.114189999703029, 37.396750000088367 ], [ -122.114179999657267, 37.40017000027305 ], [ -122.113540000322999, 37.401129999877668 ], [ -122.11574999965238, 37.402419999805318 ], [ -122.116989000109683, 37.403497999650348 ], [ -122.118220000171064, 37.404569999810526 ], [ -122.1200529999319, 37.406258000221996 ], [ -122.122385000358335, 37.404151999711054 ], [ -122.124504000349432, 37.401222000231776 ], [ -122.124936000169569, 37.399321000346291 ], [ -122.128103999748859, 37.396039999937585 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510600", "NAME": "Census Tract 5106", "state": "06", "county_fips": "085", "tract": "510600", "county_name": "Santa Clara County", "tot_pop_2050": 6075, "tot_pop_pov_det_2050": 6075, "tot_pop_civ_ni_2050": 6075, "tot_hh_2050": 2253, "pop_zvhhs_2050": 75, "tot_fam_2050": 1691, "tot_pop_over5_2050": 5707, "pop_hus_rent50_2050": 66, "pop_minority_2050": 2958, "pop_over75_2050": 591, "pop_spfam_2050": 145, "pop_lep_2050": 453, "pop_below200_2050": 685, "pop_disability_2050": 589, "pct_minority_2050": 0.48691358024691361, "pct_over75_2050": 0.097283950617283968, "pct_spfam_2050": 0.085748078060319338, "pct_lep_2050": 0.079376204660942695, "pct_below200_2050": 0.11275720164609053, "pct_disab_2050": 0.096954732510288064, "pct_zvhhs_2050": 0.033288948069241014, "pct_hus_rent50_2050": 0.029294274300932087, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057571964956195001, "pct_minority_2040": 0.5492803504380479, "pct_spfam_2040": 0.061124694376528003, "pct_lep_2040": 0.111734609671563, "pct_below200_2040": 0.23075719649562002, "pct_disab_2040": 0.083854818523154004, "pct_zvhhs_2040": 0.033876500857632996, "pct_hus_rent50_2040": 0.076057605760575991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.140070000406126, 37.412590000355806 ], [ -122.139519999686897, 37.411540000186925 ], [ -122.137949999691813, 37.410650000322768 ], [ -122.133970000350786, 37.408559999831567 ], [ -122.133654999808215, 37.405025999659742 ], [ -122.134683000378317, 37.402554000272666 ], [ -122.136005999602901, 37.401824000319493 ], [ -122.136183000053236, 37.399330000075665 ], [ -122.134760000371216, 37.398770000184555 ], [ -122.129970000019966, 37.400759999888393 ], [ -122.124504000349432, 37.401222000231776 ], [ -122.122385000358335, 37.404151999711054 ], [ -122.1200529999319, 37.406258000221996 ], [ -122.123325000166588, 37.41028599966792 ], [ -122.126749999663829, 37.414460000352101 ], [ -122.128189999962572, 37.415670000276208 ], [ -122.128699999600528, 37.416000000170854 ], [ -122.132474999800436, 37.417985999911863 ], [ -122.132950000176606, 37.418229999745023 ], [ -122.134510000125957, 37.419049999710182 ], [ -122.13681999991276, 37.41654000023501 ], [ -122.140070000406126, 37.412590000355806 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510700", "NAME": "Census Tract 5107", "state": "06", "county_fips": "085", "tract": "510700", "county_name": "Santa Clara County", "tot_pop_2050": 5161, "tot_pop_pov_det_2050": 5140, "tot_pop_civ_ni_2050": 5161, "tot_hh_2050": 2059, "pop_zvhhs_2050": 129, "tot_fam_2050": 1293, "tot_pop_over5_2050": 5039, "pop_hus_rent50_2050": 274, "pop_minority_2050": 2875, "pop_over75_2050": 259, "pop_spfam_2050": 105, "pop_lep_2050": 422, "pop_below200_2050": 908, "pop_disability_2050": 199, "pct_minority_2050": 0.55706258477039339, "pct_over75_2050": 0.050184072854098052, "pct_spfam_2050": 0.081206496519721574, "pct_lep_2050": 0.083746775153800357, "pct_below200_2050": 0.17665369649805449, "pct_disab_2050": 0.038558418911063749, "pct_zvhhs_2050": 0.062651772705196701, "pct_hus_rent50_2050": 0.1330743079164643, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045822634801500998, "pct_minority_2040": 0.58028836658107807, "pct_spfam_2040": 0.12403100775193801, "pct_lep_2040": 0.050298907441764996, "pct_below200_2040": 0.16294686944499301, "pct_disab_2040": 0.084108450425490006, "pct_zvhhs_2040": 0.0400390625, "pct_hus_rent50_2040": 0.15369261477045901, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.140289999615845, 37.425219999697859 ], [ -122.142109999856189, 37.423019999800005 ], [ -122.134510000125957, 37.419049999710182 ], [ -122.132950000176606, 37.418229999745023 ], [ -122.132474999800436, 37.417985999911863 ], [ -122.128699999600528, 37.416000000170854 ], [ -122.128189999962572, 37.415670000276208 ], [ -122.126749999663829, 37.414460000352101 ], [ -122.123325000166588, 37.41028599966792 ], [ -122.1200529999319, 37.406258000221996 ], [ -122.119940999778919, 37.406425000180143 ], [ -122.11784899955201, 37.408373000119092 ], [ -122.117995000040167, 37.409041999948847 ], [ -122.117291000233493, 37.410653000016993 ], [ -122.116507999885741, 37.411302999666319 ], [ -122.115636999674479, 37.41269899966462 ], [ -122.118610000158398, 37.414590000119567 ], [ -122.123290000006477, 37.417560000356119 ], [ -122.126543999799509, 37.419606999941792 ], [ -122.131606999962216, 37.422774999666913 ], [ -122.134435999607788, 37.424569000074506 ], [ -122.135473000398733, 37.42523000006215 ], [ -122.140020000177429, 37.4281200001492 ], [ -122.140289999615845, 37.425219999697859 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510801", "NAME": "Census Tract 5108.01", "state": "06", "county_fips": "085", "tract": "510801", "county_name": "Santa Clara County", "tot_pop_2050": 5947, "tot_pop_pov_det_2050": 5947, "tot_pop_civ_ni_2050": 5947, "tot_hh_2050": 2238, "pop_zvhhs_2050": 160, "tot_fam_2050": 1702, "tot_pop_over5_2050": 5742, "pop_hus_rent50_2050": 105, "pop_minority_2050": 3017, "pop_over75_2050": 920, "pop_spfam_2050": 165, "pop_lep_2050": 231, "pop_below200_2050": 534, "pop_disability_2050": 480, "pct_minority_2050": 0.50731461240961828, "pct_over75_2050": 0.15469984866319153, "pct_spfam_2050": 0.096944770857814319, "pct_lep_2050": 0.040229885057471264, "pct_below200_2050": 0.089793173028417689, "pct_disab_2050": 0.080712964519926031, "pct_zvhhs_2050": 0.071492403932082213, "pct_hus_rent50_2050": 0.046916890080428951, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.115084985835694, "pct_minority_2040": 0.48548158640226602, "pct_spfam_2040": 0.057142857142857009, "pct_lep_2040": 0.016666666666667, "pct_below200_2040": 0.020368402408785, "pct_disab_2040": 0.078611898016997014, "pct_zvhhs_2040": 0.049760765550239006, "pct_hus_rent50_2040": 0.026467757459095, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.122570000306268, 37.429150000031321 ], [ -122.118215999973103, 37.426416999858517 ], [ -122.112530000194539, 37.422809999938814 ], [ -122.111604999556604, 37.421791000206248 ], [ -122.110049999630121, 37.419930000003596 ], [ -122.109600000266639, 37.419440000118939 ], [ -122.103312999715229, 37.416207999980095 ], [ -122.101899000254051, 37.419789000315838 ], [ -122.101295999831379, 37.42518499983909 ], [ -122.101758999613651, 37.426504999899421 ], [ -122.10183599960655, 37.427108000283113 ], [ -122.101459999862911, 37.42820999989361 ], [ -122.105322000101452, 37.431880000027924 ], [ -122.105497999828557, 37.432051999651542 ], [ -122.110570000212107, 37.436880000118812 ], [ -122.110770000228641, 37.436779999852497 ], [ -122.11643000006795, 37.433120000312798 ], [ -122.122570000306268, 37.429150000031321 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510802", "NAME": "Census Tract 5108.02", "state": "06", "county_fips": "085", "tract": "510802", "county_name": "Santa Clara County", "tot_pop_2050": 1923, "tot_pop_pov_det_2050": 1914, "tot_pop_civ_ni_2050": 1914, "tot_hh_2050": 679, "pop_zvhhs_2050": 41, "tot_fam_2050": 526, "tot_pop_over5_2050": 1844, "pop_hus_rent50_2050": 23, "pop_minority_2050": 916, "pop_over75_2050": 275, "pop_spfam_2050": 32, "pop_lep_2050": 60, "pop_below200_2050": 154, "pop_disability_2050": 191, "pct_minority_2050": 0.47633905356214251, "pct_over75_2050": 0.14300572022880914, "pct_spfam_2050": 0.060836501901140684, "pct_lep_2050": 0.032537960954446853, "pct_below200_2050": 0.080459770114942528, "pct_disab_2050": 0.099791013584117044, "pct_zvhhs_2050": 0.060382916053019153, "pct_hus_rent50_2050": 0.033873343151693665, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.13131313131313099, "pct_minority_2040": 0.36767676767676793, "pct_spfam_2040": 0.055343511450382007, "pct_lep_2040": 0.070654976792160998, "pct_below200_2040": 0.041582150101420003, "pct_disab_2040": 0.078053725291434006, "pct_zvhhs_2040": 0.019943019943020002, "pct_hus_rent50_2040": 0.024216524216524, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.116369999793505, 37.416579999899938 ], [ -122.118610000158398, 37.414590000119567 ], [ -122.115636999674479, 37.41269899966462 ], [ -122.108309999755704, 37.408080000283547 ], [ -122.108099999693422, 37.408290000062834 ], [ -122.106660000292976, 37.41099000034054 ], [ -122.104568999890986, 37.413502000256067 ], [ -122.103312999715229, 37.416207999980095 ], [ -122.109600000266639, 37.419440000118939 ], [ -122.110049999630121, 37.419930000003596 ], [ -122.111499999974626, 37.419180000072146 ], [ -122.114930000393031, 37.41737000014129 ], [ -122.116369999793505, 37.416579999899938 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510803", "NAME": "Census Tract 5108.03", "state": "06", "county_fips": "085", "tract": "510803", "county_name": "Santa Clara County", "tot_pop_2050": 2579, "tot_pop_pov_det_2050": 2579, "tot_pop_civ_ni_2050": 2579, "tot_hh_2050": 1010, "pop_zvhhs_2050": 49, "tot_fam_2050": 660, "tot_pop_over5_2050": 2493, "pop_hus_rent50_2050": 95, "pop_minority_2050": 1482, "pop_over75_2050": 232, "pop_spfam_2050": 87, "pop_lep_2050": 101, "pop_below200_2050": 384, "pop_disability_2050": 206, "pct_minority_2050": 0.57464133385032956, "pct_over75_2050": 0.089957347809228386, "pct_spfam_2050": 0.13181818181818181, "pct_lep_2050": 0.040513437625350979, "pct_below200_2050": 0.14889492051182629, "pct_disab_2050": 0.079875920899573474, "pct_zvhhs_2050": 0.048514851485148516, "pct_hus_rent50_2050": 0.09405940594059406, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.113538821693328, "pct_minority_2040": 0.51424112368318398, "pct_spfam_2040": 0.115384615384615, "pct_lep_2040": 0.035129740518962005, "pct_below200_2040": 0.17050331642606303, "pct_disab_2040": 0.10027311744049901, "pct_zvhhs_2040": 0.102021174205967, "pct_hus_rent50_2040": 0.058651026392961998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.126424000148887, 37.420440000118333 ], [ -122.126543999799509, 37.419606999941792 ], [ -122.123290000006477, 37.417560000356119 ], [ -122.118610000158398, 37.414590000119567 ], [ -122.116369999793505, 37.416579999899938 ], [ -122.114930000393031, 37.41737000014129 ], [ -122.111499999974626, 37.419180000072146 ], [ -122.110049999630121, 37.419930000003596 ], [ -122.111604999556604, 37.421791000206248 ], [ -122.112530000194539, 37.422809999938814 ], [ -122.118215999973103, 37.426416999858517 ], [ -122.122559000435615, 37.423668000163694 ], [ -122.124533999588365, 37.42197000031193 ], [ -122.126424000148887, 37.420440000118333 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085510900", "NAME": "Census Tract 5109", "state": "06", "county_fips": "085", "tract": "510900", "county_name": "Santa Clara County", "tot_pop_2050": 5348, "tot_pop_pov_det_2050": 5348, "tot_pop_civ_ni_2050": 5348, "tot_hh_2050": 2041, "pop_zvhhs_2050": 50, "tot_fam_2050": 1472, "tot_pop_over5_2050": 5041, "pop_hus_rent50_2050": 176, "pop_minority_2050": 2483, "pop_over75_2050": 430, "pop_spfam_2050": 234, "pop_lep_2050": 171, "pop_below200_2050": 435, "pop_disability_2050": 221, "pct_minority_2050": 0.4642857142857143, "pct_over75_2050": 0.080403889304412862, "pct_spfam_2050": 0.15896739130434784, "pct_lep_2050": 0.033921840904582425, "pct_below200_2050": 0.081338818249813011, "pct_disab_2050": 0.041323859386686611, "pct_zvhhs_2050": 0.024497795198432142, "pct_hus_rent50_2050": 0.086232239098481142, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051663908806766003, "pct_minority_2040": 0.48519948519948497, "pct_spfam_2040": 0.021164021164021, "pct_lep_2040": 0.061435406698564995, "pct_below200_2040": 0.117668689097261, "pct_disab_2040": 0.042103327817613993, "pct_zvhhs_2040": 0.041237113402062001, "pct_hus_rent50_2040": 0.055418109846610997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.139919999720007, 37.428859999828731 ], [ -122.140020000177429, 37.4281200001492 ], [ -122.135473000398733, 37.42523000006215 ], [ -122.134435999607788, 37.424569000074506 ], [ -122.131606999962216, 37.422774999666913 ], [ -122.126543999799509, 37.419606999941792 ], [ -122.126424000148887, 37.420440000118333 ], [ -122.124533999588365, 37.42197000031193 ], [ -122.122559000435615, 37.423668000163694 ], [ -122.118215999973103, 37.426416999858517 ], [ -122.122570000306268, 37.429150000031321 ], [ -122.128620000132898, 37.43295999977358 ], [ -122.133039999689984, 37.435750000104164 ], [ -122.139919999720007, 37.428859999828731 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511000", "NAME": "Census Tract 5110", "state": "06", "county_fips": "085", "tract": "511000", "county_name": "Santa Clara County", "tot_pop_2050": 6737, "tot_pop_pov_det_2050": 6737, "tot_pop_civ_ni_2050": 6737, "tot_hh_2050": 2431, "pop_zvhhs_2050": 16, "tot_fam_2050": 1919, "tot_pop_over5_2050": 6300, "pop_hus_rent50_2050": 164, "pop_minority_2050": 3685, "pop_over75_2050": 179, "pop_spfam_2050": 137, "pop_lep_2050": 136, "pop_below200_2050": 478, "pop_disability_2050": 361, "pct_minority_2050": 0.54697936767107025, "pct_over75_2050": 0.026569689772895949, "pct_spfam_2050": 0.071391349661281911, "pct_lep_2050": 0.021587301587301589, "pct_below200_2050": 0.070951462075107621, "pct_disab_2050": 0.053584681609024784, "pct_zvhhs_2050": 0.0065816536404771702, "pct_hus_rent50_2050": 0.067461949814890995, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041994750656167992, "pct_minority_2040": 0.52755905511810997, "pct_spfam_2040": 0.054039593365435998, "pct_lep_2040": 0.021797083267994, "pct_below200_2040": 0.086480968353506993, "pct_disab_2040": 0.037182852143481999, "pct_zvhhs_2040": 0.026661197703034999, "pct_hus_rent50_2040": 0.08235294117647099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.133039999689984, 37.435750000104164 ], [ -122.128620000132898, 37.43295999977358 ], [ -122.122570000306268, 37.429150000031321 ], [ -122.11643000006795, 37.433120000312798 ], [ -122.110770000228641, 37.436779999852497 ], [ -122.110570000212107, 37.436880000118812 ], [ -122.113808999936495, 37.439975999944707 ], [ -122.121104999893134, 37.446845999703029 ], [ -122.123100000035677, 37.445699999781027 ], [ -122.12823000014555, 37.440550000262995 ], [ -122.133039999689984, 37.435750000104164 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511100", "NAME": "Census Tract 5111", "state": "06", "county_fips": "085", "tract": "511100", "county_name": "Santa Clara County", "tot_pop_2050": 5584, "tot_pop_pov_det_2050": 5558, "tot_pop_civ_ni_2050": 5584, "tot_hh_2050": 1816, "pop_zvhhs_2050": 50, "tot_fam_2050": 1511, "tot_pop_over5_2050": 5378, "pop_hus_rent50_2050": 60, "pop_minority_2050": 2450, "pop_over75_2050": 425, "pop_spfam_2050": 67, "pop_lep_2050": 103, "pop_below200_2050": 318, "pop_disability_2050": 273, "pct_minority_2050": 0.4387535816618911, "pct_over75_2050": 0.076110315186246419, "pct_spfam_2050": 0.044341495698213114, "pct_lep_2050": 0.019152101152844925, "pct_below200_2050": 0.057214825476790215, "pct_disab_2050": 0.048889684813753581, "pct_zvhhs_2050": 0.027533039647577091, "pct_hus_rent50_2050": 0.033039647577092511, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071966977745872004, "pct_minority_2040": 0.42175161521895199, "pct_spfam_2040": 0.066973079448456999, "pct_lep_2040": 0.017254313578395002, "pct_below200_2040": 0.089734386216797996, "pct_disab_2040": 0.052763819095477005, "pct_zvhhs_2040": 0.021540118470652, "pct_hus_rent50_2040": 0.0061213132999439999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.139749999840674, 37.443140000278298 ], [ -122.143210000396351, 37.442149999894077 ], [ -122.13941000008208, 37.439750000099998 ], [ -122.137019999929294, 37.438249999656442 ], [ -122.13621999986313, 37.437809999690948 ], [ -122.133039999689984, 37.435750000104164 ], [ -122.12823000014555, 37.440550000262995 ], [ -122.123100000035677, 37.445699999781027 ], [ -122.121104999893134, 37.446845999703029 ], [ -122.123150000264388, 37.448830000197326 ], [ -122.125824000099271, 37.451301999670434 ], [ -122.127856000051736, 37.452737000337727 ], [ -122.128293999719631, 37.451861999727569 ], [ -122.129883999806225, 37.453089000181841 ], [ -122.133900999855484, 37.454376999785602 ], [ -122.136707999759778, 37.454337000348616 ], [ -122.137759999721013, 37.452599999654815 ], [ -122.139680000418807, 37.449599999680551 ], [ -122.139729999749207, 37.448810000068121 ], [ -122.139729999749207, 37.448740000286854 ], [ -122.139749999840674, 37.443140000278298 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511200", "NAME": "Census Tract 5112", "state": "06", "county_fips": "085", "tract": "511200", "county_name": "Santa Clara County", "tot_pop_2050": 4974, "tot_pop_pov_det_2050": 4974, "tot_pop_civ_ni_2050": 4974, "tot_hh_2050": 1726, "pop_zvhhs_2050": 0, "tot_fam_2050": 1331, "tot_pop_over5_2050": 4725, "pop_hus_rent50_2050": 28, "pop_minority_2050": 1666, "pop_over75_2050": 312, "pop_spfam_2050": 87, "pop_lep_2050": 57, "pop_below200_2050": 236, "pop_disability_2050": 221, "pct_minority_2050": 0.33494169682348213, "pct_over75_2050": 0.062726176115802182, "pct_spfam_2050": 0.065364387678437261, "pct_lep_2050": 0.012063492063492064, "pct_below200_2050": 0.047446722959388822, "pct_disab_2050": 0.044431041415359869, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.016222479721900347, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049730146491904006, "pct_minority_2040": 0.27370855821125695, "pct_spfam_2040": 0.076233183856502004, "pct_lep_2040": 0.013974845278498998, "pct_below200_2040": 0.038550501156514996, "pct_disab_2040": 0.073438704703160995, "pct_zvhhs_2040": 0.012761020881671001, "pct_hus_rent50_2040": 0.012933568489123999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.162378000400622, 37.453883999937418 ], [ -122.161348000180652, 37.453564000307374 ], [ -122.159290000288919, 37.452309999749829 ], [ -122.156789999633006, 37.450709999880367 ], [ -122.155530000157626, 37.449919999866687 ], [ -122.154289999875402, 37.449140000090324 ], [ -122.153020000354275, 37.448370000151286 ], [ -122.150549999835576, 37.44677999978812 ], [ -122.149329999644848, 37.446020000246229 ], [ -122.143210000396351, 37.442149999894077 ], [ -122.139749999840674, 37.443140000278298 ], [ -122.139729999749207, 37.448740000286854 ], [ -122.139729999749207, 37.448810000068121 ], [ -122.139680000418807, 37.449599999680551 ], [ -122.137759999721013, 37.452599999654815 ], [ -122.136707999759778, 37.454337000348616 ], [ -122.139482999877004, 37.455263999684249 ], [ -122.141997999703207, 37.457728000354187 ], [ -122.143072000304073, 37.458017999931016 ], [ -122.144932999654003, 37.458200000325498 ], [ -122.146761000290269, 37.456585000272305 ], [ -122.148737999991155, 37.457090999789635 ], [ -122.15351300027379, 37.456677000244717 ], [ -122.155927999642572, 37.455418000232577 ], [ -122.155708000432838, 37.454175999742226 ], [ -122.157685999958645, 37.453494999784269 ], [ -122.159518999719495, 37.454721000050377 ], [ -122.162378000400622, 37.453883999937418 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511301", "NAME": "Census Tract 5113.01", "state": "06", "county_fips": "085", "tract": "511301", "county_name": "Santa Clara County", "tot_pop_2050": 3939, "tot_pop_pov_det_2050": 3864, "tot_pop_civ_ni_2050": 3864, "tot_hh_2050": 1819, "pop_zvhhs_2050": 241, "tot_fam_2050": 899, "tot_pop_over5_2050": 3817, "pop_hus_rent50_2050": 188, "pop_minority_2050": 1237, "pop_over75_2050": 532, "pop_spfam_2050": 118, "pop_lep_2050": 97, "pop_below200_2050": 620, "pop_disability_2050": 369, "pct_minority_2050": 0.31403909621731396, "pct_over75_2050": 0.13505965981213505, "pct_spfam_2050": 0.13125695216907676, "pct_lep_2050": 0.025412627718103226, "pct_below200_2050": 0.16045548654244307, "pct_disab_2050": 0.095496894409937874, "pct_zvhhs_2050": 0.13249037932930186, "pct_hus_rent50_2050": 0.10335349092908193, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.124966550709125, "pct_minority_2040": 0.316831683168317, "pct_spfam_2040": 0.190831556503198, "pct_lep_2040": 0.022913719943422995, "pct_below200_2040": 0.16047020229633699, "pct_disab_2040": 0.071077091306725002, "pct_zvhhs_2040": 0.069949636261890991, "pct_hus_rent50_2040": 0.17934165720771897, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.164179000374375, 37.443302000326 ], [ -122.164258000017099, 37.443199000265821 ], [ -122.156140000252975, 37.438259999706666 ], [ -122.155859999870515, 37.438330000020699 ], [ -122.153443999778489, 37.439207999824617 ], [ -122.143210000396351, 37.442149999894077 ], [ -122.149329999644848, 37.446020000246229 ], [ -122.150549999835576, 37.44677999978812 ], [ -122.153020000354275, 37.448370000151286 ], [ -122.154289999875402, 37.449140000090324 ], [ -122.161460000333662, 37.441869999700195 ], [ -122.164179000374375, 37.443302000326 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511302", "NAME": "Census Tract 5113.02", "state": "06", "county_fips": "085", "tract": "511302", "county_name": "Santa Clara County", "tot_pop_2050": 4097, "tot_pop_pov_det_2050": 3954, "tot_pop_civ_ni_2050": 3954, "tot_hh_2050": 1994, "pop_zvhhs_2050": 442, "tot_fam_2050": 785, "tot_pop_over5_2050": 3937, "pop_hus_rent50_2050": 297, "pop_minority_2050": 1595, "pop_over75_2050": 618, "pop_spfam_2050": 51, "pop_lep_2050": 277, "pop_below200_2050": 800, "pop_disability_2050": 419, "pct_minority_2050": 0.38930925067122291, "pct_over75_2050": 0.15084207957041734, "pct_spfam_2050": 0.064968152866242038, "pct_lep_2050": 0.070358140716281437, "pct_below200_2050": 0.20232675771370764, "pct_disab_2050": 0.10596863935255438, "pct_zvhhs_2050": 0.22166499498495487, "pct_hus_rent50_2050": 0.14894684052156471, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.14352535696701099, "pct_minority_2040": 0.35302806499261402, "pct_spfam_2040": 0.079012345679012011, "pct_lep_2040": 0.039821849620121003, "pct_below200_2040": 0.19602851323828899, "pct_disab_2040": 0.075356415478615005, "pct_zvhhs_2040": 0.20737741790373396, "pct_hus_rent50_2040": 0.092086996760759002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.168747000069445, 37.447434999758485 ], [ -122.170302999820848, 37.447185000228728 ], [ -122.167997000232006, 37.445655999645687 ], [ -122.164258000017099, 37.443199000265821 ], [ -122.164179000374375, 37.443302000326 ], [ -122.161460000333662, 37.441869999700195 ], [ -122.154289999875402, 37.449140000090324 ], [ -122.155530000157626, 37.449919999866687 ], [ -122.156789999633006, 37.450709999880367 ], [ -122.159290000288919, 37.452309999749829 ], [ -122.161348000180652, 37.453564000307374 ], [ -122.162378000400622, 37.453883999937418 ], [ -122.162694999694693, 37.453844000236771 ], [ -122.165301999582411, 37.452843000246297 ], [ -122.165819999616261, 37.450926000356318 ], [ -122.168747000069445, 37.447434999758485 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511400", "NAME": "Census Tract 5114", "state": "06", "county_fips": "085", "tract": "511400", "county_name": "Santa Clara County", "tot_pop_2050": 3506, "tot_pop_pov_det_2050": 3506, "tot_pop_civ_ni_2050": 3506, "tot_hh_2050": 1329, "pop_zvhhs_2050": 47, "tot_fam_2050": 966, "tot_pop_over5_2050": 3418, "pop_hus_rent50_2050": 72, "pop_minority_2050": 1346, "pop_over75_2050": 298, "pop_spfam_2050": 54, "pop_lep_2050": 38, "pop_below200_2050": 276, "pop_disability_2050": 165, "pct_minority_2050": 0.3839132915002853, "pct_over75_2050": 0.084997147746719903, "pct_spfam_2050": 0.055900621118012417, "pct_lep_2050": 0.011117612638970159, "pct_below200_2050": 0.078722190530519112, "pct_disab_2050": 0.047062179121505988, "pct_zvhhs_2050": 0.035364936042136946, "pct_hus_rent50_2050": 0.054176072234762979, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084800469483567995, "pct_minority_2040": 0.30017605633802802, "pct_spfam_2040": 0.083073727933540994, "pct_lep_2040": 0.0074789654097849999, "pct_below200_2040": 0.079225352112675992, "pct_disab_2040": 0.051643192488262997, "pct_zvhhs_2040": 0.018604651162790999, "pct_hus_rent50_2040": 0.018735362997658, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.155859999870515, 37.438330000020699 ], [ -122.156140000252975, 37.438259999706666 ], [ -122.150417999591113, 37.434682999930736 ], [ -122.14670000019089, 37.432335999823934 ], [ -122.144159000425418, 37.430731999667437 ], [ -122.14233400016218, 37.429579999764492 ], [ -122.140020000177429, 37.4281200001492 ], [ -122.139919999720007, 37.428859999828731 ], [ -122.133039999689984, 37.435750000104164 ], [ -122.13621999986313, 37.437809999690948 ], [ -122.137019999929294, 37.438249999656442 ], [ -122.13941000008208, 37.439750000099998 ], [ -122.143210000396351, 37.442149999894077 ], [ -122.153443999778489, 37.439207999824617 ], [ -122.155859999870515, 37.438330000020699 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511500", "NAME": "Census Tract 5115", "state": "06", "county_fips": "085", "tract": "511500", "county_name": "Santa Clara County", "tot_pop_2050": 8127, "tot_pop_pov_det_2050": 7236, "tot_pop_civ_ni_2050": 8127, "tot_hh_2050": 2968, "pop_zvhhs_2050": 214, "tot_fam_2050": 1930, "tot_pop_over5_2050": 7715, "pop_hus_rent50_2050": 258, "pop_minority_2050": 2937, "pop_over75_2050": 780, "pop_spfam_2050": 107, "pop_lep_2050": 192, "pop_below200_2050": 660, "pop_disability_2050": 660, "pct_minority_2050": 0.36138796603912882, "pct_over75_2050": 0.095976375046142481, "pct_spfam_2050": 0.055440414507772019, "pct_lep_2050": 0.024886584575502267, "pct_below200_2050": 0.091210613598673301, "pct_disab_2050": 0.081210778885197496, "pct_zvhhs_2050": 0.072102425876010776, "pct_hus_rent50_2050": 0.086927223719676552, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065097317201472993, "pct_minority_2040": 0.375460284061021, "pct_spfam_2040": 0.11412429378531098, "pct_lep_2040": 0.024713516498687998, "pct_below200_2040": 0.08262024195928, "pct_disab_2040": 0.046028406102052007, "pct_zvhhs_2040": 0.049697783747482002, "pct_hus_rent50_2040": 0.12073128665056899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.176869999856436, 37.420329999701941 ], [ -122.177219999660807, 37.420459999982121 ], [ -122.174279999687144, 37.417240000204771 ], [ -122.169250000034694, 37.413739999859772 ], [ -122.16371999989174, 37.412009999696913 ], [ -122.160969999888906, 37.41015999966033 ], [ -122.155970000373671, 37.406319999890947 ], [ -122.149712999959505, 37.413920999891531 ], [ -122.146979999675068, 37.41721000018736 ], [ -122.150709999669161, 37.419189999816197 ], [ -122.14588000003323, 37.42499000022444 ], [ -122.142109999856189, 37.423019999800005 ], [ -122.140289999615845, 37.425219999697859 ], [ -122.140020000177429, 37.4281200001492 ], [ -122.14233400016218, 37.429579999764492 ], [ -122.144159000425418, 37.430731999667437 ], [ -122.14670000019089, 37.432335999823934 ], [ -122.150417999591113, 37.434682999930736 ], [ -122.156140000252975, 37.438259999706666 ], [ -122.160189999914195, 37.43727999984791 ], [ -122.151830000300777, 37.429940000345617 ], [ -122.149240000131471, 37.427689999876961 ], [ -122.154289999875402, 37.421609999931334 ], [ -122.156360000360991, 37.419109999685745 ], [ -122.161410000104937, 37.422560000185484 ], [ -122.1620200002003, 37.422329999675213 ], [ -122.165659999782704, 37.422789999989298 ], [ -122.168359999556841, 37.421399999682926 ], [ -122.170739999663837, 37.419519999896863 ], [ -122.172870000423941, 37.419079999703996 ], [ -122.175329999998567, 37.419369999975622 ], [ -122.176869999856436, 37.420329999701941 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511608", "NAME": "Census Tract 5116.08", "state": "06", "county_fips": "085", "tract": "511608", "county_name": "Santa Clara County", "tot_pop_2050": 3238, "tot_pop_pov_det_2050": 215, "tot_pop_civ_ni_2050": 3232, "tot_hh_2050": 112, "pop_zvhhs_2050": 31, "tot_fam_2050": 22, "tot_pop_over5_2050": 3228, "pop_hus_rent50_2050": 30, "pop_minority_2050": 1831, "pop_over75_2050": 0, "pop_spfam_2050": 8, "pop_lep_2050": 41, "pop_below200_2050": 78, "pop_disability_2050": 200, "pct_minority_2050": 0.56547251389746755, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.3636363636363637, "pct_lep_2050": 0.012701363073110284, "pct_below200_2050": 0.36279069767441863, "pct_disab_2050": 0.061881188118811874, "pct_zvhhs_2050": 0.2767857142857143, "pct_hus_rent50_2050": 0.26785714285714285, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0045201668984699997, "pct_minority_2040": 0.57475660639777504, "pct_spfam_2040": 0.30769230769230799, "pct_lep_2040": 0.001738525730181, "pct_below200_2040": 0.35514018691588795, "pct_disab_2040": 0.030250347705146001, "pct_zvhhs_2040": 0.2, "pct_hus_rent50_2040": 0.78723404255319207, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.191325000400681, 37.425302000077494 ], [ -122.190839999978749, 37.424364999994317 ], [ -122.185010000260164, 37.422030000088192 ], [ -122.182240000165834, 37.421919999867121 ], [ -122.177320000118229, 37.420509999974918 ], [ -122.177219999660807, 37.420459999982121 ], [ -122.176869999856436, 37.420329999701941 ], [ -122.175329999998567, 37.419369999975622 ], [ -122.172870000423941, 37.419079999703996 ], [ -122.170739999663837, 37.419519999896863 ], [ -122.168359999556841, 37.421399999682926 ], [ -122.169050000018188, 37.422520000147458 ], [ -122.173149999908091, 37.422750000074132 ], [ -122.173050000348979, 37.425190000023719 ], [ -122.173729999866211, 37.4263599998092 ], [ -122.171583000286049, 37.429351000255501 ], [ -122.170129999568474, 37.429310000154203 ], [ -122.168930000367567, 37.431449999953088 ], [ -122.165711999661227, 37.441249999719751 ], [ -122.165423999781126, 37.441928999975893 ], [ -122.167629999810899, 37.443629999815272 ], [ -122.168871999742933, 37.442504000239161 ], [ -122.169409999868265, 37.442029999735496 ], [ -122.170179999797185, 37.441400000025048 ], [ -122.170430000042444, 37.441110000209605 ], [ -122.170539999647318, 37.440899999740054 ], [ -122.173440000336313, 37.434899999649929 ], [ -122.174970000148463, 37.430799999679756 ], [ -122.178120000184393, 37.431719999691445 ], [ -122.178110000138659, 37.433439999651895 ], [ -122.18228799984638, 37.434497999929654 ], [ -122.189879000254095, 37.428830000186387 ], [ -122.189803000086144, 37.42818700025456 ], [ -122.189609999742288, 37.427136999748534 ], [ -122.191325000400681, 37.425302000077494 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511609", "NAME": "Census Tract 5116.09", "state": "06", "county_fips": "085", "tract": "511609", "county_name": "Santa Clara County", "tot_pop_2050": 3439, "tot_pop_pov_det_2050": 3358, "tot_pop_civ_ni_2050": 3358, "tot_hh_2050": 1731, "pop_zvhhs_2050": 249, "tot_fam_2050": 781, "tot_pop_over5_2050": 3189, "pop_hus_rent50_2050": 251, "pop_minority_2050": 1197, "pop_over75_2050": 597, "pop_spfam_2050": 89, "pop_lep_2050": 47, "pop_below200_2050": 491, "pop_disability_2050": 313, "pct_minority_2050": 0.34806629834254144, "pct_over75_2050": 0.17359697586507705, "pct_spfam_2050": 0.11395646606914213, "pct_lep_2050": 0.01473816243336469, "pct_below200_2050": 0.14621798689696247, "pct_disab_2050": 0.093210244192971997, "pct_zvhhs_2050": 0.14384748700173311, "pct_hus_rent50_2050": 0.14500288850375506, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.21930906847624898, "pct_minority_2040": 0.35040098704503403, "pct_spfam_2040": 0.099715099715100008, "pct_lep_2040": 0.024472008045592002, "pct_below200_2040": 0.150684931506849, "pct_disab_2040": 0.108314749920357, "pct_zvhhs_2040": 0.10724312184166199, "pct_hus_rent50_2040": 0.20252403846153799, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.190506000067927, 37.43095600014594 ], [ -122.189879000254095, 37.428830000186387 ], [ -122.18228799984638, 37.434497999929654 ], [ -122.178110000138659, 37.433439999651895 ], [ -122.178120000184393, 37.431719999691445 ], [ -122.174970000148463, 37.430799999679756 ], [ -122.173440000336313, 37.434899999649929 ], [ -122.170539999647318, 37.440899999740054 ], [ -122.170430000042444, 37.441110000209605 ], [ -122.170179999797185, 37.441400000025048 ], [ -122.169409999868265, 37.442029999735496 ], [ -122.168871999742933, 37.442504000239161 ], [ -122.167629999810899, 37.443629999815272 ], [ -122.165423999781126, 37.441928999975893 ], [ -122.163967999588863, 37.440690000107608 ], [ -122.160189999914195, 37.43727999984791 ], [ -122.156140000252975, 37.438259999706666 ], [ -122.164258000017099, 37.443199000265821 ], [ -122.167997000232006, 37.445655999645687 ], [ -122.170302999820848, 37.447185000228728 ], [ -122.174145999792842, 37.444778999816755 ], [ -122.175135999829791, 37.443013999919451 ], [ -122.175704000092381, 37.44188399980608 ], [ -122.179803999982312, 37.440840000108956 ], [ -122.17986000005881, 37.439461000298273 ], [ -122.182174999868479, 37.439478000107727 ], [ -122.184559000173479, 37.434093000008318 ], [ -122.187653000132912, 37.433313000008837 ], [ -122.190506000067927, 37.43095600014594 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511701", "NAME": "Census Tract 5117.01", "state": "06", "county_fips": "085", "tract": "511701", "county_name": "Santa Clara County", "tot_pop_2050": 4333, "tot_pop_pov_det_2050": 4333, "tot_pop_civ_ni_2050": 4333, "tot_hh_2050": 1524, "pop_zvhhs_2050": 10, "tot_fam_2050": 1243, "tot_pop_over5_2050": 4250, "pop_hus_rent50_2050": 48, "pop_minority_2050": 1737, "pop_over75_2050": 518, "pop_spfam_2050": 52, "pop_lep_2050": 64, "pop_below200_2050": 322, "pop_disability_2050": 252, "pct_minority_2050": 0.40087699053773368, "pct_over75_2050": 0.11954765751211632, "pct_spfam_2050": 0.041834271922767501, "pct_lep_2050": 0.015058823529411762, "pct_below200_2050": 0.074313408723747976, "pct_disab_2050": 0.058158319870759284, "pct_zvhhs_2050": 0.0065616797900262466, "pct_hus_rent50_2050": 0.031496062992125984, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.122131931166348, "pct_minority_2040": 0.33389101338432103, "pct_spfam_2040": 0.059922178988327003, "pct_lep_2040": 0.009903441445902, "pct_below200_2040": 0.052342256214149001, "pct_disab_2040": 0.048757170172084009, "pct_zvhhs_2040": 0.012734584450402001, "pct_hus_rent50_2040": 0.015646258503401001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.153679999780039, 37.386439999756696 ], [ -122.152653999758073, 37.385023000137096 ], [ -122.151436999940373, 37.380106999835988 ], [ -122.150810000126597, 37.378815999845287 ], [ -122.142980000242574, 37.3711299999567 ], [ -122.139810000115133, 37.368010000086244 ], [ -122.137264000326766, 37.366762000218948 ], [ -122.130220000265226, 37.364760000103431 ], [ -122.125229999897442, 37.36430999973107 ], [ -122.123160000310151, 37.363620000154086 ], [ -122.121600000360772, 37.362680000320097 ], [ -122.12028999975837, 37.361220000017795 ], [ -122.117959999880071, 37.357710000305239 ], [ -122.116719999597862, 37.356579999893434 ], [ -122.115460000122468, 37.355810000065837 ], [ -122.109500999634136, 37.353980000162665 ], [ -122.10746000035914, 37.352880000080994 ], [ -122.104159999637062, 37.354720000158487 ], [ -122.102429999808379, 37.356089999943407 ], [ -122.107689999614607, 37.360470000120813 ], [ -122.109269999655424, 37.361389999875847 ], [ -122.111099999941516, 37.362319999969401 ], [ -122.112843000189002, 37.364332000138859 ], [ -122.113350000352199, 37.364765000036876 ], [ -122.115520000396913, 37.365639999680461 ], [ -122.116189999868411, 37.364879999842167 ], [ -122.11767399964981, 37.365539999972427 ], [ -122.118450000324842, 37.367714999780098 ], [ -122.117646000060702, 37.369976999919224 ], [ -122.119688000058929, 37.370770000168491 ], [ -122.119507000308971, 37.372005000330454 ], [ -122.119112000298756, 37.372139999658792 ], [ -122.118723000136299, 37.372836999850925 ], [ -122.119724999868851, 37.374042000082341 ], [ -122.120010000274192, 37.378411000057163 ], [ -122.123625999567167, 37.380150999946082 ], [ -122.123398999786403, 37.381233999839807 ], [ -122.12547500011982, 37.382287000072061 ], [ -122.124109000339217, 37.384889999736018 ], [ -122.123418000052993, 37.386518999817774 ], [ -122.124278000393602, 37.387669999732218 ], [ -122.124955000436131, 37.38840299966806 ], [ -122.126255999919408, 37.388486000339604 ], [ -122.127454000368829, 37.391726000270751 ], [ -122.127644000339643, 37.394523000170281 ], [ -122.129344000031082, 37.395661000341363 ], [ -122.128103999748859, 37.396039999937585 ], [ -122.124936000169569, 37.399321000346291 ], [ -122.124504000349432, 37.401222000231776 ], [ -122.129970000019966, 37.400759999888393 ], [ -122.134760000371216, 37.398770000184555 ], [ -122.141532000446205, 37.395385999733989 ], [ -122.14324999968099, 37.39451999983028 ], [ -122.149749999769412, 37.39214999989386 ], [ -122.150297999940506, 37.391762999887312 ], [ -122.152139999922156, 37.387219999749213 ], [ -122.153679999780039, 37.386439999756696 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511702", "NAME": "Census Tract 5117.02", "state": "06", "county_fips": "085", "tract": "511702", "county_name": "Santa Clara County", "tot_pop_2050": 2665, "tot_pop_pov_det_2050": 2665, "tot_pop_civ_ni_2050": 2665, "tot_hh_2050": 925, "pop_zvhhs_2050": 9, "tot_fam_2050": 808, "tot_pop_over5_2050": 2592, "pop_hus_rent50_2050": 7, "pop_minority_2050": 899, "pop_over75_2050": 227, "pop_spfam_2050": 55, "pop_lep_2050": 26, "pop_below200_2050": 73, "pop_disability_2050": 104, "pct_minority_2050": 0.33733583489681052, "pct_over75_2050": 0.085178236397748588, "pct_spfam_2050": 0.068069306930693074, "pct_lep_2050": 0.010030864197530864, "pct_below200_2050": 0.027392120075046902, "pct_disab_2050": 0.039024390243902439, "pct_zvhhs_2050": 0.0097297297297297292, "pct_hus_rent50_2050": 0.0075675675675675657, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065088757396449995, "pct_minority_2040": 0.29783037475345198, "pct_spfam_2040": 0.027586206896552001, "pct_lep_2040": 0.027101200686106001, "pct_below200_2040": 0.061472715318869005, "pct_disab_2040": 0.050953320184089004, "pct_zvhhs_2040": 0.014985014985014998, "pct_hus_rent50_2040": 0.0039960039960040003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.107919999768356, 37.363059999847934 ], [ -122.109269999655424, 37.361389999875847 ], [ -122.107689999614607, 37.360470000120813 ], [ -122.102429999808379, 37.356089999943407 ], [ -122.104159999637062, 37.354720000158487 ], [ -122.10746000035914, 37.352880000080994 ], [ -122.103119000444778, 37.348227999776583 ], [ -122.095640000190045, 37.344789999793527 ], [ -122.094009999920473, 37.343560000148393 ], [ -122.092080000075285, 37.34190999993713 ], [ -122.09162200031588, 37.341594999690614 ], [ -122.091413999903423, 37.341794000068049 ], [ -122.090363999592, 37.344747000194573 ], [ -122.08814099984383, 37.34605600021959 ], [ -122.085995000088545, 37.34856700034269 ], [ -122.085538000154045, 37.351067999776113 ], [ -122.087580000152272, 37.352639999881575 ], [ -122.096128000086651, 37.359246999879808 ], [ -122.097020000214357, 37.359939999976888 ], [ -122.099269999726701, 37.361656999849941 ], [ -122.104676000021072, 37.365835999806798 ], [ -122.105890000364056, 37.366329999959213 ], [ -122.106840000218014, 37.365370000234336 ], [ -122.108591999788018, 37.363888000331556 ], [ -122.107919999768356, 37.363059999847934 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511704", "NAME": "Census Tract 5117.04", "state": "06", "county_fips": "085", "tract": "511704", "county_name": "Santa Clara County", "tot_pop_2050": 4812, "tot_pop_pov_det_2050": 4803, "tot_pop_civ_ni_2050": 4812, "tot_hh_2050": 1724, "pop_zvhhs_2050": 18, "tot_fam_2050": 1417, "tot_pop_over5_2050": 4695, "pop_hus_rent50_2050": 10, "pop_minority_2050": 1986, "pop_over75_2050": 571, "pop_spfam_2050": 69, "pop_lep_2050": 41, "pop_below200_2050": 242, "pop_disability_2050": 312, "pct_minority_2050": 0.41271820448877811, "pct_over75_2050": 0.11866167913549459, "pct_spfam_2050": 0.048694424841213835, "pct_lep_2050": 0.0087326943556975505, "pct_below200_2050": 0.050385175931709353, "pct_disab_2050": 0.064837905236907731, "pct_zvhhs_2050": 0.010440835266821344, "pct_hus_rent50_2050": 0.0058004640371229705, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.097867803837953002, "pct_minority_2040": 0.35010660980810204, "pct_spfam_2040": 0.021954674220962998, "pct_lep_2040": 0.026885245901639002, "pct_below200_2040": 0.075016029066039991, "pct_disab_2040": 0.103837953091684, "pct_zvhhs_2040": 0.012188044109111999, "pct_hus_rent50_2040": 0.018823529411764999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.17196700042561, 37.379330999686601 ], [ -122.16988199987135, 37.378887000129218 ], [ -122.168189999677537, 37.376589999816687 ], [ -122.170919999588932, 37.36960699966103 ], [ -122.171826999785196, 37.366757999950302 ], [ -122.168850000001612, 37.36715999982362 ], [ -122.167379999565611, 37.365230000244807 ], [ -122.167389999611373, 37.364619999689737 ], [ -122.168831999559956, 37.363544999972959 ], [ -122.171650000233186, 37.362530000145824 ], [ -122.170090000283807, 37.360749999750126 ], [ -122.165770000285889, 37.359250000203104 ], [ -122.164479999774926, 37.358110000089503 ], [ -122.16632299958151, 37.357978999816531 ], [ -122.159440000076742, 37.354149999996622 ], [ -122.154239999646677, 37.354440000168815 ], [ -122.15049700013212, 37.352318000164118 ], [ -122.14972999967793, 37.352110000144634 ], [ -122.142790000271773, 37.353319999762917 ], [ -122.141109999773491, 37.353289999866526 ], [ -122.140850000380809, 37.351559999843104 ], [ -122.138739999712243, 37.351100000041022 ], [ -122.142723000324636, 37.349322000170517 ], [ -122.142909000097433, 37.347335999933811 ], [ -122.141729999914617, 37.347703999740844 ], [ -122.13904400038416, 37.346688999926677 ], [ -122.137820999820377, 37.345523000264045 ], [ -122.133968999627541, 37.344446000169917 ], [ -122.132185000270525, 37.345512000160831 ], [ -122.130108999937136, 37.345466999916439 ], [ -122.126948000030538, 37.344375999974616 ], [ -122.127091000145683, 37.342958000089055 ], [ -122.126077999644153, 37.340865999664423 ], [ -122.12257799980388, 37.340115000060308 ], [ -122.119580000103895, 37.338948999736637 ], [ -122.118827999718306, 37.339230000261693 ], [ -122.11321100043503, 37.337867999970278 ], [ -122.111869000045573, 37.338491000338415 ], [ -122.106519999652576, 37.337240999735009 ], [ -122.107089999564977, 37.338202999807372 ], [ -122.107085000440435, 37.338579999969127 ], [ -122.104845999900391, 37.337782999880552 ], [ -122.104358999828676, 37.337856000257574 ], [ -122.104081999819257, 37.337816999928009 ], [ -122.103864000259378, 37.337640000100784 ], [ -122.103391000431344, 37.337607999813088 ], [ -122.103196000437677, 37.337450000156913 ], [ -122.103268000407709, 37.337265999993839 ], [ -122.102952999865096, 37.337256999958775 ], [ -122.100929000308582, 37.337598999818994 ], [ -122.100940000179222, 37.337780000127744 ], [ -122.100978999638954, 37.33914999978208 ], [ -122.099851000408066, 37.341030999825534 ], [ -122.097995000182692, 37.34111499993714 ], [ -122.096554000059001, 37.342288999774858 ], [ -122.09587799984142, 37.342338999780246 ], [ -122.098648999760684, 37.345697999742121 ], [ -122.100177999747899, 37.346452999854222 ], [ -122.103116000071722, 37.344464999772931 ], [ -122.103947000100035, 37.346433000237646 ], [ -122.108874999645224, 37.350194999693279 ], [ -122.110719000175038, 37.350040000074181 ], [ -122.10746000035914, 37.352880000080994 ], [ -122.109500999634136, 37.353980000162665 ], [ -122.115460000122468, 37.355810000065837 ], [ -122.116719999597862, 37.356579999893434 ], [ -122.117959999880071, 37.357710000305239 ], [ -122.12028999975837, 37.361220000017795 ], [ -122.121600000360772, 37.362680000320097 ], [ -122.123160000310151, 37.363620000154086 ], [ -122.125229999897442, 37.36430999973107 ], [ -122.130220000265226, 37.364760000103431 ], [ -122.137264000326766, 37.366762000218948 ], [ -122.139810000115133, 37.368010000086244 ], [ -122.142980000242574, 37.3711299999567 ], [ -122.150810000126597, 37.378815999845287 ], [ -122.151436999940373, 37.380106999835988 ], [ -122.152653999758073, 37.385023000137096 ], [ -122.153679999780039, 37.386439999756696 ], [ -122.15592000014496, 37.387860000325773 ], [ -122.163587999647291, 37.389611000146054 ], [ -122.16729900027309, 37.391604000113325 ], [ -122.168904000428299, 37.391930000031927 ], [ -122.17196700042561, 37.379330999686601 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511705", "NAME": "Census Tract 5117.05", "state": "06", "county_fips": "085", "tract": "511705", "county_name": "Santa Clara County", "tot_pop_2050": 1087, "tot_pop_pov_det_2050": 980, "tot_pop_civ_ni_2050": 980, "tot_hh_2050": 361, "pop_zvhhs_2050": 0, "tot_fam_2050": 259, "tot_pop_over5_2050": 1042, "pop_hus_rent50_2050": 0, "pop_minority_2050": 417, "pop_over75_2050": 134, "pop_spfam_2050": 4, "pop_lep_2050": 9, "pop_below200_2050": 50, "pop_disability_2050": 89, "pct_minority_2050": 0.38362465501379933, "pct_over75_2050": 0.12327506899724013, "pct_spfam_2050": 0.015444015444015444, "pct_lep_2050": 0.0086372360844529754, "pct_below200_2050": 0.051020408163265314, "pct_disab_2050": 0.090816326530612237, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.113661202185792, "pct_minority_2040": 0.32896174863388, "pct_spfam_2040": 0.067796610169490998, "pct_lep_2040": 0.025200458190148999, "pct_below200_2040": 0.071601941747573006, "pct_disab_2040": 0.059466019417476, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.027777777777777998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.193608000423296, 37.411670000027627 ], [ -122.194330999598236, 37.408866999789652 ], [ -122.191729999558305, 37.407999999703129 ], [ -122.189049999875635, 37.406360000018452 ], [ -122.186109999901987, 37.403270000061433 ], [ -122.176809999581963, 37.394130000284918 ], [ -122.175920000002449, 37.393508999741428 ], [ -122.172439000428696, 37.392201000133035 ], [ -122.168904000428299, 37.391930000031927 ], [ -122.16729900027309, 37.391604000113325 ], [ -122.163587999647291, 37.389611000146054 ], [ -122.15592000014496, 37.387860000325773 ], [ -122.153679999780039, 37.386439999756696 ], [ -122.152139999922156, 37.387219999749213 ], [ -122.150297999940506, 37.391762999887312 ], [ -122.149749999769412, 37.39214999989386 ], [ -122.14324999968099, 37.39451999983028 ], [ -122.141532000446205, 37.395385999733989 ], [ -122.134760000371216, 37.398770000184555 ], [ -122.136183000053236, 37.399330000075665 ], [ -122.136005999602901, 37.401824000319493 ], [ -122.134683000378317, 37.402554000272666 ], [ -122.133654999808215, 37.405025999659742 ], [ -122.133970000350786, 37.408559999831567 ], [ -122.137949999691813, 37.410650000322768 ], [ -122.139519999686897, 37.411540000186925 ], [ -122.140070000406126, 37.412590000355806 ], [ -122.13681999991276, 37.41654000023501 ], [ -122.134510000125957, 37.419049999710182 ], [ -122.142109999856189, 37.423019999800005 ], [ -122.14588000003323, 37.42499000022444 ], [ -122.150709999669161, 37.419189999816197 ], [ -122.146979999675068, 37.41721000018736 ], [ -122.149712999959505, 37.413920999891531 ], [ -122.155970000373671, 37.406319999890947 ], [ -122.160969999888906, 37.41015999966033 ], [ -122.16371999989174, 37.412009999696913 ], [ -122.169250000034694, 37.413739999859772 ], [ -122.174279999687144, 37.417240000204771 ], [ -122.177219999660807, 37.420459999982121 ], [ -122.177320000118229, 37.420509999974918 ], [ -122.182240000165834, 37.421919999867121 ], [ -122.185010000260164, 37.422030000088192 ], [ -122.190839999978749, 37.424364999994317 ], [ -122.189919000437101, 37.423523999774844 ], [ -122.18829400019041, 37.422301999992904 ], [ -122.187915000073716, 37.420016000036995 ], [ -122.190266999693307, 37.418477000304463 ], [ -122.187193999650276, 37.416547000160072 ], [ -122.187556999873422, 37.414840999685296 ], [ -122.192364999768017, 37.413868000215295 ], [ -122.19210799985008, 37.41309900016806 ], [ -122.193608000423296, 37.411670000027627 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511707", "NAME": "Census Tract 5117.07", "state": "06", "county_fips": "085", "tract": "511707", "county_name": "Santa Clara County", "tot_pop_2050": 2721, "tot_pop_pov_det_2050": 2649, "tot_pop_civ_ni_2050": 2679, "tot_hh_2050": 1159, "pop_zvhhs_2050": 97, "tot_fam_2050": 688, "tot_pop_over5_2050": 2674, "pop_hus_rent50_2050": 24, "pop_minority_2050": 991, "pop_over75_2050": 604, "pop_spfam_2050": 12, "pop_lep_2050": 40, "pop_below200_2050": 212, "pop_disability_2050": 268, "pct_minority_2050": 0.36420433664094082, "pct_over75_2050": 0.22197721425946346, "pct_spfam_2050": 0.017441860465116282, "pct_lep_2050": 0.014958863126402391, "pct_below200_2050": 0.080030200075500185, "pct_disab_2050": 0.10003732736095558, "pct_zvhhs_2050": 0.083692838654012086, "pct_hus_rent50_2050": 0.020707506471095767, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.146843390303453, "pct_minority_2040": 0.33310080223229899, "pct_spfam_2040": 0.044665012406947993, "pct_lep_2040": 0.029594446474242, "pct_below200_2040": 0.084078711985689017, "pct_disab_2040": 0.074849237318197995, "pct_zvhhs_2040": 0.046099290780141994, "pct_hus_rent50_2040": 0.059555555555556, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.202652999576841, 37.363046000000942 ], [ -122.202466999804017, 37.360272000308306 ], [ -122.201489000360922, 37.358045999810273 ], [ -122.198205000430704, 37.354271999673713 ], [ -122.19736900037951, 37.352670000037733 ], [ -122.19587100035443, 37.350848999828244 ], [ -122.195898999943509, 37.348298999729032 ], [ -122.193503999767913, 37.34499700027537 ], [ -122.190290000157859, 37.34197000024237 ], [ -122.185954000266392, 37.338701000044281 ], [ -122.184077999949523, 37.334841999672712 ], [ -122.182492999885795, 37.332639999787837 ], [ -122.175074999730413, 37.325740999922708 ], [ -122.178546000156743, 37.32515800011376 ], [ -122.179280000100661, 37.326195000337933 ], [ -122.183235000225636, 37.326235000343743 ], [ -122.185457999973821, 37.32373699998611 ], [ -122.186515999782827, 37.322031000122941 ], [ -122.188760000345724, 37.320915999973096 ], [ -122.189859999987547, 37.320350000281621 ], [ -122.190528999634139, 37.319933000308723 ], [ -122.192512999906029, 37.31879500012456 ], [ -122.193061999902014, 37.31827700012601 ], [ -122.190131000149194, 37.317760000313626 ], [ -122.186913000341193, 37.315683000034213 ], [ -122.185570000126816, 37.311669999853876 ], [ -122.182319999633435, 37.309528000158011 ], [ -122.179711000095878, 37.311313000093826 ], [ -122.175817000070282, 37.312749000257121 ], [ -122.17081199963387, 37.311981999762949 ], [ -122.168885999986642, 37.309985000062028 ], [ -122.168229999860515, 37.307807000277812 ], [ -122.166583999697423, 37.305616999707226 ], [ -122.162329999821694, 37.304412999753659 ], [ -122.163627000005334, 37.301256999654207 ], [ -122.162672000128453, 37.30090399996309 ], [ -122.165137999550893, 37.297991999967792 ], [ -122.165259999749622, 37.296488999712217 ], [ -122.166838000140629, 37.2952369997871 ], [ -122.164129999970584, 37.294856000324607 ], [ -122.161718000076519, 37.293472999796343 ], [ -122.16027000028015, 37.293392999913387 ], [ -122.156213999872833, 37.291645000207282 ], [ -122.153279999746957, 37.289599999654108 ], [ -122.152278000014434, 37.286055000282957 ], [ -122.151570999834675, 37.285345999807532 ], [ -122.151118999923057, 37.283522999655531 ], [ -122.1487499996867, 37.28121000018696 ], [ -122.14937999987356, 37.277470000091519 ], [ -122.150569999927072, 37.276199999949107 ], [ -122.148118999674949, 37.275211000231337 ], [ -122.146090000095541, 37.272260000083854 ], [ -122.144150000204576, 37.270209999806376 ], [ -122.140820000243579, 37.269210000199855 ], [ -122.138482999794277, 37.267512999825676 ], [ -122.135550000391632, 37.265410000248437 ], [ -122.134310000109409, 37.262909999987841 ], [ -122.128719999692009, 37.259359999933018 ], [ -122.123930000239085, 37.25972000030788 ], [ -122.121637999995627, 37.258560000010114 ], [ -122.120095999589608, 37.256972999731907 ], [ -122.11643000006795, 37.252419999707399 ], [ -122.112950000319117, 37.249579999812603 ], [ -122.110380000241321, 37.245530000198514 ], [ -122.105569999798576, 37.240740000327925 ], [ -122.104359999653596, 37.23595999983128 ], [ -122.104229999957241, 37.234269999672783 ], [ -122.099259999680967, 37.233080000251384 ], [ -122.093368999862975, 37.229240000142347 ], [ -122.092666999706111, 37.225439999699113 ], [ -122.08980999957312, 37.223270000346126 ], [ -122.084349999750373, 37.222469999969668 ], [ -122.080579999573317, 37.223369999796539 ], [ -122.078986000187086, 37.223092999892309 ], [ -122.076616000125838, 37.220194000042945 ], [ -122.073149999722403, 37.218901999872664 ], [ -122.071713999621593, 37.217262000296216 ], [ -122.070009999732179, 37.216671999771521 ], [ -122.067947999642499, 37.214059000216807 ], [ -122.067478000187535, 37.212266999955922 ], [ -122.065933000306771, 37.210412999661131 ], [ -122.0649120003077, 37.210214000081884 ], [ -122.062774999874932, 37.210365000310361 ], [ -122.060109000435972, 37.212668999807455 ], [ -122.056777999751731, 37.212701999742855 ], [ -122.055087000281134, 37.212497000279065 ], [ -122.053945999733131, 37.209409999979528 ], [ -122.047547999751927, 37.204936000244231 ], [ -122.04412099970655, 37.200495000280824 ], [ -122.040169999779522, 37.201541999896939 ], [ -122.036673000312291, 37.202047000329657 ], [ -122.033326999559449, 37.204017999680019 ], [ -122.031706000409031, 37.204194000266753 ], [ -122.030220999904429, 37.206281000196761 ], [ -122.028564999695604, 37.207369000139614 ], [ -122.030076000139474, 37.207989999863031 ], [ -122.0302540004147, 37.209067000179182 ], [ -122.029194000057544, 37.213270000292582 ], [ -122.028888999560706, 37.216011000037106 ], [ -122.028799999872248, 37.217522000129676 ], [ -122.029724999611872, 37.217375000267864 ], [ -122.029722000137127, 37.217254999671972 ], [ -122.030189999942266, 37.217270000293439 ], [ -122.032220000244919, 37.218080000092534 ], [ -122.03718999962291, 37.223240000055966 ], [ -122.036750000305162, 37.224159999949592 ], [ -122.039270000154247, 37.225269999927242 ], [ -122.039920000432616, 37.226790000187144 ], [ -122.038619999875934, 37.229710000256226 ], [ -122.039030999779655, 37.2303899999227 ], [ -122.03776999958103, 37.231469999873205 ], [ -122.040100000357654, 37.231950000051221 ], [ -122.040739999691937, 37.233180000282573 ], [ -122.043011000018993, 37.23315999985779 ], [ -122.044721999581085, 37.231241000083926 ], [ -122.046392000033606, 37.232152999792639 ], [ -122.047510999942034, 37.235570999812744 ], [ -122.048609999758924, 37.237450000229252 ], [ -122.048177000113867, 37.239537999670453 ], [ -122.050684000442502, 37.241555000044684 ], [ -122.053020999993493, 37.24473599978824 ], [ -122.055068999839449, 37.245598999758045 ], [ -122.053615000195322, 37.248538999927135 ], [ -122.053318000094407, 37.250144000018615 ], [ -122.051613000380073, 37.251722999803789 ], [ -122.050952000231092, 37.252070000047837 ], [ -122.052882999901215, 37.251220999771014 ], [ -122.058229999746075, 37.252419999707399 ], [ -122.059270000011736, 37.252089999745301 ], [ -122.060140000398107, 37.252479999935233 ], [ -122.063978000347205, 37.252008999865176 ], [ -122.064851000208321, 37.252608000070929 ], [ -122.065936999606421, 37.255152000198187 ], [ -122.067263999927292, 37.256915000063863 ], [ -122.069381000268578, 37.258651999943858 ], [ -122.072164999708306, 37.258904000181737 ], [ -122.075272000086528, 37.261043000024124 ], [ -122.077571999827597, 37.260342999842443 ], [ -122.081972000191513, 37.2583429998379 ], [ -122.083772000340389, 37.258642999792102 ], [ -122.083471999866418, 37.261942999788303 ], [ -122.081972000191513, 37.263543000061091 ], [ -122.079118000431578, 37.265445999759265 ], [ -122.067913000380699, 37.2654010001893 ], [ -122.067910000007657, 37.265862000007573 ], [ -122.067862000327096, 37.271972000267482 ], [ -122.067846000433548, 37.275141999915753 ], [ -122.069770000430978, 37.27551000015319 ], [ -122.070310000206149, 37.277670000147907 ], [ -122.071798000185481, 37.277462000049631 ], [ -122.074352000369785, 37.281084999928012 ], [ -122.075281000307371, 37.283823000073312 ], [ -122.07734300039705, 37.284447000227843 ], [ -122.078100999732101, 37.286130999831677 ], [ -122.077872000301568, 37.287941999877255 ], [ -122.079871999568681, 37.28824199983103 ], [ -122.080972000108787, 37.291842000314375 ], [ -122.080572000075705, 37.294441999778975 ], [ -122.081572000158431, 37.295341999766833 ], [ -122.08427899960526, 37.295375999722026 ], [ -122.087225000325006, 37.297287000179985 ], [ -122.08822200003469, 37.299570999753371 ], [ -122.090970000387699, 37.300659999969341 ], [ -122.091813999936505, 37.300868000259783 ], [ -122.093547000138201, 37.300989000325565 ], [ -122.096191999660761, 37.300927999755693 ], [ -122.093623000306209, 37.306094999786147 ], [ -122.092033000219615, 37.308045999809622 ], [ -122.091987000188851, 37.308102000187979 ], [ -122.087529000098641, 37.313573999712048 ], [ -122.086068999708402, 37.315354999883859 ], [ -122.081439999913925, 37.320465999689695 ], [ -122.079308000402378, 37.322242999657277 ], [ -122.079710000085271, 37.322580000118975 ], [ -122.078269999786514, 37.323058000216882 ], [ -122.076867000195989, 37.32298900020519 ], [ -122.07578400027262, 37.32330299978797 ], [ -122.071409999847987, 37.328190000031952 ], [ -122.071710000321957, 37.330905999663784 ], [ -122.07163699962868, 37.33132500018241 ], [ -122.070579999644579, 37.333160000024442 ], [ -122.068710000073835, 37.333570000351635 ], [ -122.06851500008014, 37.334190000045282 ], [ -122.074299999592938, 37.333329999856751 ], [ -122.076310999628973, 37.33341100008272 ], [ -122.077449999628868, 37.333630000176989 ], [ -122.078109999952943, 37.33381000007973 ], [ -122.079044999738329, 37.334203000308911 ], [ -122.082460000088133, 37.336393000141939 ], [ -122.084699999554743, 37.337910000021132 ], [ -122.089655999587336, 37.340627000220884 ], [ -122.09162200031588, 37.341594999690614 ], [ -122.092080000075285, 37.34190999993713 ], [ -122.094009999920473, 37.343560000148393 ], [ -122.095640000190045, 37.344789999793527 ], [ -122.103119000444778, 37.348227999776583 ], [ -122.10746000035914, 37.352880000080994 ], [ -122.110719000175038, 37.350040000074181 ], [ -122.108874999645224, 37.350194999693279 ], [ -122.103947000100035, 37.346433000237646 ], [ -122.103116000071722, 37.344464999772931 ], [ -122.100177999747899, 37.346452999854222 ], [ -122.098648999760684, 37.345697999742121 ], [ -122.09587799984142, 37.342338999780246 ], [ -122.096554000059001, 37.342288999774858 ], [ -122.097995000182692, 37.34111499993714 ], [ -122.099851000408066, 37.341030999825534 ], [ -122.100978999638954, 37.33914999978208 ], [ -122.100940000179222, 37.337780000127744 ], [ -122.100929000308582, 37.337598999818994 ], [ -122.102952999865096, 37.337256999958775 ], [ -122.103268000407709, 37.337265999993839 ], [ -122.103196000437677, 37.337450000156913 ], [ -122.103391000431344, 37.337607999813088 ], [ -122.103864000259378, 37.337640000100784 ], [ -122.104081999819257, 37.337816999928009 ], [ -122.104358999828676, 37.337856000257574 ], [ -122.104845999900391, 37.337782999880552 ], [ -122.107085000440435, 37.338579999969127 ], [ -122.107089999564977, 37.338202999807372 ], [ -122.106519999652576, 37.337240999735009 ], [ -122.111869000045573, 37.338491000338415 ], [ -122.11321100043503, 37.337867999970278 ], [ -122.118827999718306, 37.339230000261693 ], [ -122.119580000103895, 37.338948999736637 ], [ -122.12257799980388, 37.340115000060308 ], [ -122.126077999644153, 37.340865999664423 ], [ -122.127091000145683, 37.342958000089055 ], [ -122.126948000030538, 37.344375999974616 ], [ -122.130108999937136, 37.345466999916439 ], [ -122.132185000270525, 37.345512000160831 ], [ -122.133968999627541, 37.344446000169917 ], [ -122.137820999820377, 37.345523000264045 ], [ -122.13904400038416, 37.346688999926677 ], [ -122.141729999914617, 37.347703999740844 ], [ -122.142909000097433, 37.347335999933811 ], [ -122.142723000324636, 37.349322000170517 ], [ -122.138739999712243, 37.351100000041022 ], [ -122.140850000380809, 37.351559999843104 ], [ -122.141109999773491, 37.353289999866526 ], [ -122.142790000271773, 37.353319999762917 ], [ -122.14972999967793, 37.352110000144634 ], [ -122.15049700013212, 37.352318000164118 ], [ -122.154239999646677, 37.354440000168815 ], [ -122.159440000076742, 37.354149999996622 ], [ -122.16632299958151, 37.357978999816531 ], [ -122.164479999774926, 37.358110000089503 ], [ -122.165770000285889, 37.359250000203104 ], [ -122.170090000283807, 37.360749999750126 ], [ -122.171650000233186, 37.362530000145824 ], [ -122.168831999559956, 37.363544999972959 ], [ -122.167389999611373, 37.364619999689737 ], [ -122.167379999565611, 37.365230000244807 ], [ -122.168850000001612, 37.36715999982362 ], [ -122.171826999785196, 37.366757999950302 ], [ -122.170919999588932, 37.36960699966103 ], [ -122.168189999677537, 37.376589999816687 ], [ -122.16988199987135, 37.378887000129218 ], [ -122.17196700042561, 37.379330999686601 ], [ -122.168904000428299, 37.391930000031927 ], [ -122.172439000428696, 37.392201000133035 ], [ -122.175920000002449, 37.393508999741428 ], [ -122.176809999581963, 37.394130000284918 ], [ -122.186109999901987, 37.403270000061433 ], [ -122.189049999875635, 37.406360000018452 ], [ -122.191729999558305, 37.407999999703129 ], [ -122.194330999598236, 37.408866999789652 ], [ -122.194445000299382, 37.407609999663904 ], [ -122.193466000133071, 37.405651999743178 ], [ -122.192605999792448, 37.404187000122938 ], [ -122.191490000257104, 37.39875800021759 ], [ -122.191857999604821, 37.39750399985418 ], [ -122.190015999623157, 37.394856999922233 ], [ -122.190064000202057, 37.391147999954853 ], [ -122.19062200041887, 37.390373999731374 ], [ -122.191008000208257, 37.384400999802033 ], [ -122.193098999711935, 37.382736999682109 ], [ -122.19667600044346, 37.377535000067006 ], [ -122.199329000361942, 37.374420000317585 ], [ -122.19932799963874, 37.372671000180681 ], [ -122.200706000013199, 37.371964000253641 ], [ -122.201007000312089, 37.371215000130533 ], [ -122.201634000125878, 37.365386999725679 ], [ -122.202652999576841, 37.363046000000942 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511800", "NAME": "Census Tract 5118", "state": "06", "county_fips": "085", "tract": "511800", "county_name": "Santa Clara County", "tot_pop_2050": 4331, "tot_pop_pov_det_2050": 4308, "tot_pop_civ_ni_2050": 4331, "tot_hh_2050": 1533, "pop_zvhhs_2050": 36, "tot_fam_2050": 1131, "tot_pop_over5_2050": 4100, "pop_hus_rent50_2050": 45, "pop_minority_2050": 546, "pop_over75_2050": 269, "pop_spfam_2050": 46, "pop_lep_2050": 35, "pop_below200_2050": 434, "pop_disability_2050": 271, "pct_minority_2050": 0.1260678827060725, "pct_over75_2050": 0.062110367120757327, "pct_spfam_2050": 0.040671971706454473, "pct_lep_2050": 0.0085365853658536592, "pct_below200_2050": 0.10074280408542248, "pct_disab_2050": 0.062572154236896771, "pct_zvhhs_2050": 0.023483365949119369, "pct_hus_rent50_2050": 0.029354207436399219, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033764525323393996, "pct_minority_2040": 0.13330409997807499, "pct_spfam_2040": 0.083478260869565002, "pct_lep_2040": 0.0, "pct_below200_2040": 0.115063680281072, "pct_disab_2040": 0.043630782723087007, "pct_zvhhs_2040": 0.012360211889347002, "pct_hus_rent50_2040": 0.016656751933373001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.04412099970655, 37.200495000280824 ], [ -122.040782000423036, 37.195171000160485 ], [ -122.035177999761927, 37.19206200031163 ], [ -122.030749999808947, 37.189989999722144 ], [ -122.03199000009117, 37.18840000010259 ], [ -122.031494999623519, 37.186909999748082 ], [ -122.032630000323763, 37.186140000344011 ], [ -122.031934999839578, 37.182296999649886 ], [ -122.029398000272053, 37.179452000339573 ], [ -122.028932999941645, 37.176936000233383 ], [ -122.026530000268394, 37.176110000350455 ], [ -122.027636999582924, 37.174082999871231 ], [ -122.025782999905687, 37.173858000346627 ], [ -122.025668000277946, 37.172605000117294 ], [ -122.027675000116062, 37.170846000305126 ], [ -122.025585000437275, 37.169071000160272 ], [ -122.026106999770789, 37.166809999727967 ], [ -122.022770000137101, 37.16615599966245 ], [ -122.021435000318633, 37.166786000153955 ], [ -122.01712299981827, 37.165135000008476 ], [ -122.015946000183575, 37.16565800012539 ], [ -122.014018999813089, 37.163435999754931 ], [ -122.01376899956783, 37.162772000325496 ], [ -122.011586999827543, 37.162035000324721 ], [ -122.01099500017385, 37.160949000275238 ], [ -122.009041000039204, 37.15979200015687 ], [ -122.006702999764983, 37.159263000124454 ], [ -122.005838000299789, 37.158279999871027 ], [ -122.004572999903218, 37.158653000060603 ], [ -122.002386000140078, 37.15822899984407 ], [ -122.001316999562064, 37.157329000067676 ], [ -122.000047000040936, 37.154495000072728 ], [ -121.997933999897626, 37.152600999653274 ], [ -121.994219999797068, 37.14991999992727 ], [ -121.991679999856487, 37.145297000200259 ], [ -121.991089999852633, 37.144270000346616 ], [ -121.989160000007388, 37.143790000353476 ], [ -121.987152000344395, 37.144819000229411 ], [ -121.985029999980213, 37.143237999817984 ], [ -121.985031999630053, 37.143227999861892 ], [ -121.984927999872994, 37.143205999953977 ], [ -121.984060999859665, 37.143734000275202 ], [ -121.980836000378957, 37.1422820001902 ], [ -121.977528999984187, 37.141732999795479 ], [ -121.973140000389265, 37.141849999720641 ], [ -121.97093400035952, 37.140316999775017 ], [ -121.969869999804416, 37.138659999867073 ], [ -121.963240000019653, 37.133210000054014 ], [ -121.956180000064563, 37.130309999836079 ], [ -121.953825000071916, 37.129034999995518 ], [ -121.947030000430672, 37.127750000307266 ], [ -121.941959999696962, 37.126390000072647 ], [ -121.93414999990442, 37.123310000100666 ], [ -121.932025999890456, 37.122000999729423 ], [ -121.930009999831512, 37.123289999933135 ], [ -121.924259999580542, 37.121280000195426 ], [ -121.91068500036674, 37.113295000203308 ], [ -121.90572000011332, 37.113170000262706 ], [ -121.904617999923346, 37.111326999780587 ], [ -121.902309999786368, 37.111079999830231 ], [ -121.901139999824352, 37.11152000019046 ], [ -121.898151000345223, 37.11072299965867 ], [ -121.896320000234198, 37.109650000346043 ], [ -121.89496000030141, 37.109790000125301 ], [ -121.894849999798211, 37.108609999717252 ], [ -121.89333000003181, 37.1080000002326 ], [ -121.892279999720429, 37.108409999805119 ], [ -121.892000000236251, 37.107060000016595 ], [ -121.890539999846013, 37.106890000263654 ], [ -121.890867000084143, 37.105256000280875 ], [ -121.888794999948701, 37.105396000301809 ], [ -121.887300000296662, 37.104910000029946 ], [ -121.884808000036671, 37.107824999913966 ], [ -121.870066000335598, 37.102247000111369 ], [ -121.860421000234069, 37.104036999843053 ], [ -121.861884000099082, 37.099345999967248 ], [ -121.855599999920699, 37.09914000006745 ], [ -121.853680000121244, 37.098410000031208 ], [ -121.849556999766762, 37.099127000072414 ], [ -121.846889999604585, 37.097039999772299 ], [ -121.844129999555989, 37.097510000100435 ], [ -121.843749999614388, 37.099870000234645 ], [ -121.84328099998433, 37.100606000303621 ], [ -121.84293000035504, 37.101059999757332 ], [ -121.844919999576419, 37.103150000153249 ], [ -121.848109999795312, 37.105420000013311 ], [ -121.847606000005172, 37.106310000005017 ], [ -121.84444400027364, 37.106693999872732 ], [ -121.841896999762071, 37.109573999866249 ], [ -121.845646000022739, 37.108354000050312 ], [ -121.84429000028787, 37.111035999940107 ], [ -121.841227000290573, 37.111021999774387 ], [ -121.835232999642102, 37.111889000091026 ], [ -121.832664000287522, 37.112246999827228 ], [ -121.829464000022867, 37.117347000051744 ], [ -121.828863999973251, 37.122646999932428 ], [ -121.829264000006333, 37.125145999845884 ], [ -121.82646299994984, 37.127546000003655 ], [ -121.824062999751348, 37.134746000031889 ], [ -121.8237709996733, 37.138550000065685 ], [ -121.820767000125556, 37.143976000085736 ], [ -121.823334999655216, 37.145602000304692 ], [ -121.823492000014042, 37.14603600002804 ], [ -121.823527000174153, 37.146569000042668 ], [ -121.82244900027365, 37.147392999983815 ], [ -121.821049000157842, 37.150106999883306 ], [ -121.822881999918678, 37.152650999667699 ], [ -121.826672000187216, 37.156611999935429 ], [ -121.829329000303673, 37.158512999738761 ], [ -121.831135000300307, 37.162013000160812 ], [ -121.831362999905934, 37.162444999994882 ], [ -121.836956999622998, 37.162374000055813 ], [ -121.837017999722363, 37.162601999704059 ], [ -121.83996699991684, 37.162842999890721 ], [ -121.842752000079813, 37.160870000116425 ], [ -121.845020999858747, 37.162245999977003 ], [ -121.849682000338561, 37.16419299979534 ], [ -121.852150000309123, 37.165503999782494 ], [ -121.854302999737101, 37.165312999720882 ], [ -121.858426000091555, 37.167316999864305 ], [ -121.858928000231884, 37.168394999879673 ], [ -121.860470999564498, 37.169275000150009 ], [ -121.86362700034654, 37.175295999895951 ], [ -121.86332600004765, 37.176123000007848 ], [ -121.864680999957599, 37.17791000000291 ], [ -121.86612999957886, 37.177999999790202 ], [ -121.863540000307907, 37.179409999875723 ], [ -121.86519999981634, 37.180069999659779 ], [ -121.866650000160845, 37.181849999716796 ], [ -121.869770000059603, 37.182720000277378 ], [ -121.87270599983529, 37.181994999671126 ], [ -121.87352400034311, 37.181133000313494 ], [ -121.873233999914902, 37.182411000280588 ], [ -121.872108000333796, 37.183026000244482 ], [ -121.871305999719496, 37.184526999961577 ], [ -121.873274000097851, 37.192889999754769 ], [ -121.872960000278482, 37.19511399983697 ], [ -121.878278999635924, 37.198593999785999 ], [ -121.880083999807695, 37.198476000050235 ], [ -121.881073999844631, 37.199272000247703 ], [ -121.884170000352228, 37.201899999654003 ], [ -121.893395000329164, 37.204004000266153 ], [ -121.895999999668746, 37.205030000310906 ], [ -121.89703800028461, 37.206555000326482 ], [ -121.900367000420673, 37.207549999724918 ], [ -121.900759999882752, 37.207350000244965 ], [ -121.904995000390244, 37.210980000099838 ], [ -121.905520000096786, 37.211010000258007 ], [ -121.906009999643246, 37.210910000161398 ], [ -121.906710000150298, 37.210589999820229 ], [ -121.906960000395543, 37.210609999791856 ], [ -121.908589999766775, 37.211769999808894 ], [ -121.909240000045102, 37.212029999968856 ], [ -121.909369999741457, 37.212179999983732 ], [ -121.909428000366091, 37.212653000267167 ], [ -121.911661999984915, 37.213195000332753 ], [ -121.912427999715888, 37.213566999687345 ], [ -121.912431000088944, 37.212101999898735 ], [ -121.912812999680369, 37.211759000173096 ], [ -121.913009000397253, 37.211635000005337 ], [ -121.913180000101477, 37.211480999674883 ], [ -121.913289999706322, 37.211327999913273 ], [ -121.913441000217389, 37.211190000240975 ], [ -121.913534000103795, 37.211056000286561 ], [ -121.915976999959994, 37.209301000303789 ], [ -121.917295999884928, 37.207625000287578 ], [ -121.919433000317696, 37.207010000341818 ], [ -121.922092000083964, 37.204532999719959 ], [ -121.923431999925299, 37.201136999963587 ], [ -121.92568599963559, 37.198642999804015 ], [ -121.927980000427212, 37.196874000219722 ], [ -121.928242000368044, 37.194692999993954 ], [ -121.935842000098262, 37.195357000125931 ], [ -121.941508999610249, 37.195660000000174 ], [ -121.945359000153246, 37.196916000274008 ], [ -121.947016000186991, 37.196800999711911 ], [ -121.950579999601416, 37.197717000057615 ], [ -121.955467999861924, 37.197804000246002 ], [ -121.963102999752266, 37.201152999799042 ], [ -121.972173999743433, 37.203344000012073 ], [ -121.976272999808444, 37.202096000252688 ], [ -121.977084999570181, 37.201775999742495 ], [ -121.980770000256712, 37.200889999882662 ], [ -121.983670000047425, 37.199030000011348 ], [ -121.986610000021088, 37.20027000000929 ], [ -121.989015000242446, 37.20149399991238 ], [ -121.991730000085226, 37.20025999972723 ], [ -121.991077000332126, 37.199237999835574 ], [ -121.99224100044637, 37.197951999941374 ], [ -121.992977999865033, 37.197990000164424 ], [ -121.991960000238961, 37.203511999999868 ], [ -121.994856999656619, 37.201951999833227 ], [ -121.997467999742298, 37.202737000346836 ], [ -122.000769000289282, 37.204350999793363 ], [ -122.002737999594274, 37.206370999800754 ], [ -122.005368999771434, 37.208104000338906 ], [ -122.00719800023262, 37.212018999655527 ], [ -122.012328000342492, 37.214362000132908 ], [ -122.017369999690487, 37.21479300023092 ], [ -122.019760999668136, 37.214694999671359 ], [ -122.024669999845102, 37.215844000082797 ], [ -122.025190000427088, 37.214951000003595 ], [ -122.028799999872248, 37.217522000129676 ], [ -122.028888999560706, 37.216011000037106 ], [ -122.029194000057544, 37.213270000292582 ], [ -122.0302540004147, 37.209067000179182 ], [ -122.030076000139474, 37.207989999863031 ], [ -122.028564999695604, 37.207369000139614 ], [ -122.030220999904429, 37.206281000196761 ], [ -122.031706000409031, 37.204194000266753 ], [ -122.033326999559449, 37.204017999680019 ], [ -122.036673000312291, 37.202047000329657 ], [ -122.040169999779522, 37.201541999896939 ], [ -122.04412099970655, 37.200495000280824 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511905", "NAME": "Census Tract 5119.05", "state": "06", "county_fips": "085", "tract": "511905", "county_name": "Santa Clara County", "tot_pop_2050": 3191, "tot_pop_pov_det_2050": 3191, "tot_pop_civ_ni_2050": 3191, "tot_hh_2050": 1061, "pop_zvhhs_2050": 6, "tot_fam_2050": 899, "tot_pop_over5_2050": 3072, "pop_hus_rent50_2050": 49, "pop_minority_2050": 1774, "pop_over75_2050": 329, "pop_spfam_2050": 71, "pop_lep_2050": 107, "pop_below200_2050": 232, "pop_disability_2050": 263, "pct_minority_2050": 0.55593857724851148, "pct_over75_2050": 0.10310247571294263, "pct_spfam_2050": 0.078976640711902107, "pct_lep_2050": 0.034830729166666664, "pct_below200_2050": 0.072704481353807582, "pct_disab_2050": 0.082419304293324974, "pct_zvhhs_2050": 0.0056550424128180964, "pct_hus_rent50_2050": 0.046182846371347779, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.10027378507871301, "pct_minority_2040": 0.47878165639972603, "pct_spfam_2040": 0.10623556581986099, "pct_lep_2040": 0.047133309883925001, "pct_below200_2040": 0.094798083504449002, "pct_disab_2040": 0.075975359342916007, "pct_zvhhs_2040": 0.030155642023346002, "pct_hus_rent50_2040": 0.049951028403525992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.867313999784599, 37.221353000027442 ], [ -121.867205000004645, 37.214833000086891 ], [ -121.86286900011315, 37.213738000217717 ], [ -121.860230000438406, 37.210299999993197 ], [ -121.857797999554535, 37.210287999961551 ], [ -121.853800999596743, 37.210865999676251 ], [ -121.85313299977507, 37.21015100000146 ], [ -121.852822000328757, 37.208203999861482 ], [ -121.848117000366329, 37.208815000004016 ], [ -121.846922000289936, 37.209275000246251 ], [ -121.845553999961226, 37.208513999685543 ], [ -121.847017999651101, 37.210223999760515 ], [ -121.849266000411944, 37.212323000049416 ], [ -121.852642000403691, 37.214800999774553 ], [ -121.862268000238629, 37.221645999666599 ], [ -121.864348999696574, 37.220766000153269 ], [ -121.867313999784599, 37.221353000027442 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511907", "NAME": "Census Tract 5119.07", "state": "06", "county_fips": "085", "tract": "511907", "county_name": "Santa Clara County", "tot_pop_2050": 4158, "tot_pop_pov_det_2050": 4158, "tot_pop_civ_ni_2050": 4158, "tot_hh_2050": 1359, "pop_zvhhs_2050": 8, "tot_fam_2050": 1188, "tot_pop_over5_2050": 3949, "pop_hus_rent50_2050": 0, "pop_minority_2050": 2400, "pop_over75_2050": 353, "pop_spfam_2050": 75, "pop_lep_2050": 170, "pop_below200_2050": 220, "pop_disability_2050": 415, "pct_minority_2050": 0.57720057720057716, "pct_over75_2050": 0.084896584896584901, "pct_spfam_2050": 0.063131313131313135, "pct_lep_2050": 0.043048873132438589, "pct_below200_2050": 0.052910052910052914, "pct_disab_2050": 0.099807599807599803, "pct_zvhhs_2050": 0.0058866813833701251, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076549210206560983, "pct_minority_2040": 0.49185905224787402, "pct_spfam_2040": 0.013605442176870999, "pct_lep_2040": 0.053452685421995001, "pct_below200_2040": 0.059781287970837996, "pct_disab_2040": 0.062697448359659999, "pct_zvhhs_2040": 0.010347376201035, "pct_hus_rent50_2040": 0.042867701404287008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.869389000293069, 37.22927399991103 ], [ -121.87037000010919, 37.229293999936104 ], [ -121.868821000030508, 37.226827000232184 ], [ -121.862268000238629, 37.221645999666599 ], [ -121.852642000403691, 37.214800999774553 ], [ -121.849266000411944, 37.212323000049416 ], [ -121.847017999651101, 37.210223999760515 ], [ -121.844700000366686, 37.210231999788597 ], [ -121.842296999795153, 37.216106000004672 ], [ -121.842086999732871, 37.2163899998042 ], [ -121.84295299992128, 37.217251000030394 ], [ -121.8447920004282, 37.219640000210653 ], [ -121.846698999808893, 37.22039099967148 ], [ -121.847702000264619, 37.220574000299756 ], [ -121.849555999941856, 37.221279000270613 ], [ -121.858138000211454, 37.223483999923879 ], [ -121.859790000222318, 37.223430000261544 ], [ -121.859194000370664, 37.226757999940176 ], [ -121.861911999688161, 37.228128000056913 ], [ -121.866944999713652, 37.228968000010397 ], [ -121.869389000293069, 37.22927399991103 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511909", "NAME": "Census Tract 5119.09", "state": "06", "county_fips": "085", "tract": "511909", "county_name": "Santa Clara County", "tot_pop_2050": 7777, "tot_pop_pov_det_2050": 7777, "tot_pop_civ_ni_2050": 7777, "tot_hh_2050": 2618, "pop_zvhhs_2050": 21, "tot_fam_2050": 2196, "tot_pop_over5_2050": 7381, "pop_hus_rent50_2050": 37, "pop_minority_2050": 4309, "pop_over75_2050": 346, "pop_spfam_2050": 50, "pop_lep_2050": 205, "pop_below200_2050": 325, "pop_disability_2050": 308, "pct_minority_2050": 0.5540696926835541, "pct_over75_2050": 0.044490163302044486, "pct_spfam_2050": 0.022768670309653915, "pct_lep_2050": 0.027774014361197669, "pct_below200_2050": 0.04178989327504179, "pct_disab_2050": 0.039603960396039598, "pct_zvhhs_2050": 0.0080213903743315516, "pct_hus_rent50_2050": 0.014132925897631781, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039713312184232005, "pct_minority_2040": 0.52179532369874304, "pct_spfam_2040": 0.070978580428390989, "pct_lep_2040": 0.041985675475425997, "pct_below200_2040": 0.025185359538660999, "pct_disab_2040": 0.046058042533191998, "pct_zvhhs_2040": 0.023393984404009999, "pct_hus_rent50_2040": 0.032575757575757994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.912441999959597, 37.216900000070275 ], [ -121.912992999605407, 37.21561899978682 ], [ -121.912427999715888, 37.213566999687345 ], [ -121.911661999984915, 37.213195000332753 ], [ -121.909428000366091, 37.212653000267167 ], [ -121.909369999741457, 37.212179999983732 ], [ -121.909240000045102, 37.212029999968856 ], [ -121.908589999766775, 37.211769999808894 ], [ -121.906960000395543, 37.210609999791856 ], [ -121.906710000150298, 37.210589999820229 ], [ -121.906009999643246, 37.210910000161398 ], [ -121.905520000096786, 37.211010000258007 ], [ -121.904995000390244, 37.210980000099838 ], [ -121.900759999882752, 37.207350000244965 ], [ -121.900367000420673, 37.207549999724918 ], [ -121.89703800028461, 37.206555000326482 ], [ -121.895999999668746, 37.205030000310906 ], [ -121.893395000329164, 37.204004000266153 ], [ -121.884170000352228, 37.201899999654003 ], [ -121.881073999844631, 37.199272000247703 ], [ -121.880083999807695, 37.198476000050235 ], [ -121.878278999635924, 37.198593999785999 ], [ -121.872960000278482, 37.19511399983697 ], [ -121.873274000097851, 37.192889999754769 ], [ -121.871305999719496, 37.184526999961577 ], [ -121.872108000333796, 37.183026000244482 ], [ -121.873233999914902, 37.182411000280588 ], [ -121.87352400034311, 37.181133000313494 ], [ -121.87270599983529, 37.181994999671126 ], [ -121.869770000059603, 37.182720000277378 ], [ -121.866650000160845, 37.181849999716796 ], [ -121.86519999981634, 37.180069999659779 ], [ -121.863540000307907, 37.179409999875723 ], [ -121.86612999957886, 37.177999999790202 ], [ -121.864680999957599, 37.17791000000291 ], [ -121.86332600004765, 37.176123000007848 ], [ -121.86362700034654, 37.175295999895951 ], [ -121.860470999564498, 37.169275000150009 ], [ -121.858928000231884, 37.168394999879673 ], [ -121.858426000091555, 37.167316999864305 ], [ -121.854302999737101, 37.165312999720882 ], [ -121.852150000309123, 37.165503999782494 ], [ -121.849682000338561, 37.16419299979534 ], [ -121.845020999858747, 37.162245999977003 ], [ -121.842752000079813, 37.160870000116425 ], [ -121.83996699991684, 37.162842999890721 ], [ -121.837017999722363, 37.162601999704059 ], [ -121.8340629996801, 37.163748000292856 ], [ -121.830645999680456, 37.163643000172996 ], [ -121.829463000197975, 37.165184000260723 ], [ -121.828520000016667, 37.168548000039522 ], [ -121.825231999888459, 37.170846000305126 ], [ -121.82439900021032, 37.174501000269672 ], [ -121.820675999888934, 37.178261000213247 ], [ -121.816312000408359, 37.180238999771319 ], [ -121.816153000399709, 37.181724000107984 ], [ -121.816092000300344, 37.183289999949636 ], [ -121.818648000134445, 37.188634999645522 ], [ -121.824560999693716, 37.192718999929227 ], [ -121.829551000061514, 37.196027000219658 ], [ -121.834702999912679, 37.198931000113909 ], [ -121.8390060001922, 37.202052999927687 ], [ -121.840217000162099, 37.204303999709595 ], [ -121.842759999577424, 37.205486999994292 ], [ -121.845553999961226, 37.208513999685543 ], [ -121.846922000289936, 37.209275000246251 ], [ -121.848117000366329, 37.208815000004016 ], [ -121.852822000328757, 37.208203999861482 ], [ -121.85313299977507, 37.21015100000146 ], [ -121.853800999596743, 37.210865999676251 ], [ -121.857797999554535, 37.210287999961551 ], [ -121.858902000292616, 37.207938999763847 ], [ -121.858790000139606, 37.204447999934658 ], [ -121.859389000364345, 37.204197999885054 ], [ -121.859550999847727, 37.204347999728022 ], [ -121.86000199993444, 37.204627000288582 ], [ -121.860705999741128, 37.204809999803778 ], [ -121.862075999719664, 37.204874000303647 ], [ -121.863172000061851, 37.204353000313887 ], [ -121.867883999696986, 37.20491699973703 ], [ -121.869987999619482, 37.20429399996199 ], [ -121.873624999727141, 37.205499000073978 ], [ -121.871620000437147, 37.207438999785623 ], [ -121.873503000426709, 37.208212000103721 ], [ -121.874047000399827, 37.209928000270757 ], [ -121.875732999847557, 37.211380000035426 ], [ -121.875460999861019, 37.214546999898957 ], [ -121.877474000445218, 37.215873999737703 ], [ -121.878196999620158, 37.218131999853206 ], [ -121.881259999617484, 37.220046000328516 ], [ -121.882073999927343, 37.221706000072416 ], [ -121.886341000221861, 37.219988000138876 ], [ -121.887644000253275, 37.220200999679086 ], [ -121.889814000297974, 37.221176000082167 ], [ -121.893090999657218, 37.221433999948779 ], [ -121.894151000014404, 37.221665000253303 ], [ -121.897379999693058, 37.222907000325641 ], [ -121.900225000130476, 37.223830999997695 ], [ -121.903471000425867, 37.225808000282527 ], [ -121.903731999643497, 37.226181000355304 ], [ -121.905746999877479, 37.225355999842904 ], [ -121.905541999838107, 37.224377999842446 ], [ -121.905881999596701, 37.223404000065898 ], [ -121.906387000110087, 37.222632000187467 ], [ -121.909199000037205, 37.22017799995244 ], [ -121.90893899974624, 37.218166999699434 ], [ -121.912441999959597, 37.216900000070275 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511910", "NAME": "Census Tract 5119.10", "state": "06", "county_fips": "085", "tract": "511910", "county_name": "Santa Clara County", "tot_pop_2050": 3174, "tot_pop_pov_det_2050": 3174, "tot_pop_civ_ni_2050": 3174, "tot_hh_2050": 1061, "pop_zvhhs_2050": 0, "tot_fam_2050": 960, "tot_pop_over5_2050": 3006, "pop_hus_rent50_2050": 13, "pop_minority_2050": 1093, "pop_over75_2050": 352, "pop_spfam_2050": 43, "pop_lep_2050": 59, "pop_below200_2050": 250, "pop_disability_2050": 292, "pct_minority_2050": 0.34436042848141146, "pct_over75_2050": 0.11090107120352867, "pct_spfam_2050": 0.044791666666666667, "pct_lep_2050": 0.01962741184298071, "pct_below200_2050": 0.078764965343415247, "pct_disab_2050": 0.091997479521108996, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.012252591894439209, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.110009296560273, "pct_minority_2040": 0.27641772544158699, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.023331173039532999, "pct_below200_2040": 0.047412457390764995, "pct_disab_2040": 0.099163309575456979, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.010556621880998001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.881345000006306, 37.22189599985041 ], [ -121.882073999927343, 37.221706000072416 ], [ -121.881259999617484, 37.220046000328516 ], [ -121.878196999620158, 37.218131999853206 ], [ -121.877474000445218, 37.215873999737703 ], [ -121.875460999861019, 37.214546999898957 ], [ -121.875732999847557, 37.211380000035426 ], [ -121.874047000399827, 37.209928000270757 ], [ -121.873503000426709, 37.208212000103721 ], [ -121.871620000437147, 37.207438999785623 ], [ -121.873624999727141, 37.205499000073978 ], [ -121.869987999619482, 37.20429399996199 ], [ -121.867883999696986, 37.20491699973703 ], [ -121.863172000061851, 37.204353000313887 ], [ -121.862075999719664, 37.204874000303647 ], [ -121.860705999741128, 37.204809999803778 ], [ -121.86000199993444, 37.204627000288582 ], [ -121.859550999847727, 37.204347999728022 ], [ -121.859389000364345, 37.204197999885054 ], [ -121.858790000139606, 37.204447999934658 ], [ -121.858902000292616, 37.207938999763847 ], [ -121.857797999554535, 37.210287999961551 ], [ -121.860230000438406, 37.210299999993197 ], [ -121.86286900011315, 37.213738000217717 ], [ -121.867205000004645, 37.214833000086891 ], [ -121.867313999784599, 37.221353000027442 ], [ -121.869601999830081, 37.222151000042643 ], [ -121.872575000314015, 37.222087999915445 ], [ -121.876875000220508, 37.221986000142905 ], [ -121.881345000006306, 37.22189599985041 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511911", "NAME": "Census Tract 5119.11", "state": "06", "county_fips": "085", "tract": "511911", "county_name": "Santa Clara County", "tot_pop_2050": 4837, "tot_pop_pov_det_2050": 4796, "tot_pop_civ_ni_2050": 4796, "tot_hh_2050": 1862, "pop_zvhhs_2050": 78, "tot_fam_2050": 1291, "tot_pop_over5_2050": 4682, "pop_hus_rent50_2050": 120, "pop_minority_2050": 2166, "pop_over75_2050": 388, "pop_spfam_2050": 92, "pop_lep_2050": 188, "pop_below200_2050": 785, "pop_disability_2050": 528, "pct_minority_2050": 0.4477982220384536, "pct_over75_2050": 0.080215009303287163, "pct_spfam_2050": 0.071262587141750586, "pct_lep_2050": 0.040153780435711238, "pct_below200_2050": 0.16367806505421184, "pct_disab_2050": 0.11009174311926606, "pct_zvhhs_2050": 0.041890440386680987, "pct_hus_rent50_2050": 0.064446831364124602, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.06879361914257201, "pct_minority_2040": 0.38065802592223297, "pct_spfam_2040": 0.13304410701373801, "pct_lep_2040": 0.075562031640300009, "pct_below200_2040": 0.16778251166565197, "pct_disab_2040": 0.083702213279677987, "pct_zvhhs_2040": 0.045921123716910005, "pct_hus_rent50_2040": 0.072933549432738998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.874926000108715, 37.242606000257858 ], [ -121.874762000077169, 37.241267000096052 ], [ -121.873014999631778, 37.235998000223709 ], [ -121.87037000010919, 37.229293999936104 ], [ -121.869389000293069, 37.22927399991103 ], [ -121.866944999713652, 37.228968000010397 ], [ -121.861911999688161, 37.228128000056913 ], [ -121.859194000370664, 37.226757999940176 ], [ -121.859790000222318, 37.223430000261544 ], [ -121.858138000211454, 37.223483999923879 ], [ -121.849555999941856, 37.221279000270613 ], [ -121.847702000264619, 37.220574000299756 ], [ -121.846698999808893, 37.22039099967148 ], [ -121.8447920004282, 37.219640000210653 ], [ -121.84295299992128, 37.217251000030394 ], [ -121.842086999732871, 37.2163899998042 ], [ -121.837898000154453, 37.214364999800203 ], [ -121.834708999760494, 37.212091000311339 ], [ -121.833177000298534, 37.212238999893579 ], [ -121.831150000368936, 37.212671000107477 ], [ -121.82559699976143, 37.208622000294447 ], [ -121.824127000223768, 37.206848999714417 ], [ -121.826812999754225, 37.205156999918181 ], [ -121.828053999861339, 37.202272000312831 ], [ -121.828925999897535, 37.201435999771022 ], [ -121.825633999571352, 37.199357999748692 ], [ -121.824898999802542, 37.198483999892609 ], [ -121.824919999718929, 37.196616000089023 ], [ -121.823072999714398, 37.194291000274575 ], [ -121.824560999693716, 37.192718999929227 ], [ -121.818648000134445, 37.188634999645522 ], [ -121.816092000300344, 37.183289999949636 ], [ -121.816153000399709, 37.181724000107984 ], [ -121.816312000408359, 37.180238999771319 ], [ -121.820675999888934, 37.178261000213247 ], [ -121.82439900021032, 37.174501000269672 ], [ -121.825231999888459, 37.170846000305126 ], [ -121.828520000016667, 37.168548000039522 ], [ -121.829463000197975, 37.165184000260723 ], [ -121.830645999680456, 37.163643000172996 ], [ -121.8340629996801, 37.163748000292856 ], [ -121.837017999722363, 37.162601999704059 ], [ -121.836956999622998, 37.162374000055813 ], [ -121.831362999905934, 37.162444999994882 ], [ -121.831135000300307, 37.162013000160812 ], [ -121.829329000303673, 37.158512999738761 ], [ -121.826672000187216, 37.156611999935429 ], [ -121.822881999918678, 37.152650999667699 ], [ -121.821049000157842, 37.150106999883306 ], [ -121.82244900027365, 37.147392999983815 ], [ -121.823527000174153, 37.146569000042668 ], [ -121.823492000014042, 37.14603600002804 ], [ -121.823334999655216, 37.145602000304692 ], [ -121.820767000125556, 37.143976000085736 ], [ -121.8237709996733, 37.138550000065685 ], [ -121.817205000360943, 37.142666999852288 ], [ -121.816914000107829, 37.144439000320304 ], [ -121.815576999741225, 37.146450000350299 ], [ -121.815770999909972, 37.148874000268904 ], [ -121.814497000190883, 37.1502019997221 ], [ -121.814765999804379, 37.151767000351668 ], [ -121.813414000267485, 37.152338000350547 ], [ -121.812621999698933, 37.153883999986959 ], [ -121.811235000001929, 37.152877000265462 ], [ -121.80961800015119, 37.153138000112094 ], [ -121.807920999934481, 37.152672000179408 ], [ -121.804999000402475, 37.153080000064925 ], [ -121.802866000167697, 37.154458999855365 ], [ -121.801953000123603, 37.156389000301381 ], [ -121.799193999899927, 37.15546300012668 ], [ -121.799749999568604, 37.156409999774873 ], [ -121.798725000269869, 37.157052999956029 ], [ -121.80091500040605, 37.160216000197892 ], [ -121.801999000154339, 37.16428200009728 ], [ -121.803496000354528, 37.165638999756055 ], [ -121.80238400011882, 37.16687000006133 ], [ -121.799777000231103, 37.168191999685405 ], [ -121.798627000360568, 37.171047999826641 ], [ -121.797125000137541, 37.171221999995048 ], [ -121.796643000088693, 37.172134000075083 ], [ -121.794822999848321, 37.171869000060084 ], [ -121.791595999819506, 37.172532999735616 ], [ -121.788080999910591, 37.17195000012277 ], [ -121.786115000080343, 37.173805000195678 ], [ -121.784694999873082, 37.175180000117912 ], [ -121.785257000287856, 37.175608000143008 ], [ -121.785751000032263, 37.178322999821944 ], [ -121.784329000175163, 37.17910799980617 ], [ -121.781822999671476, 37.178580000301004 ], [ -121.779818000381511, 37.179161999693925 ], [ -121.782447000010521, 37.179535999765776 ], [ -121.782666000293645, 37.181206000223575 ], [ -121.784300999687758, 37.180772999705681 ], [ -121.782041000129681, 37.182656000319298 ], [ -121.778379999732564, 37.183326000033141 ], [ -121.776218000083745, 37.18252800024046 ], [ -121.776155000334583, 37.183835999730405 ], [ -121.774494000102862, 37.182977999938693 ], [ -121.773093000162177, 37.183246999648517 ], [ -121.772984000382223, 37.181901000265547 ], [ -121.773402999783571, 37.181752999883209 ], [ -121.773766999831651, 37.181407000111349 ], [ -121.773258999843534, 37.181346000020376 ], [ -121.772785000190609, 37.181120999939189 ], [ -121.772262999958798, 37.181136999722163 ], [ -121.771625000274341, 37.18036800001282 ], [ -121.770829000406124, 37.180212999723736 ], [ -121.7708980000031, 37.179679999996338 ], [ -121.770342000334395, 37.179564999665324 ], [ -121.770083999693227, 37.179818999888923 ], [ -121.768158000045972, 37.179092000309176 ], [ -121.767819000112269, 37.178731000110609 ], [ -121.767417000429376, 37.178196000164782 ], [ -121.766967999992474, 37.178354999854093 ], [ -121.76686000003744, 37.179277999799524 ], [ -121.766157000055642, 37.179648999681632 ], [ -121.765926000076973, 37.179646000066072 ], [ -121.764917999598367, 37.178381999714055 ], [ -121.764479000105524, 37.178057000148762 ], [ -121.764045999562171, 37.177534999854359 ], [ -121.763847000268854, 37.177506999791483 ], [ -121.765438000180353, 37.180331999950944 ], [ -121.761626999995428, 37.180840999967799 ], [ -121.761181999756502, 37.181659000176467 ], [ -121.761689999744604, 37.182237999952733 ], [ -121.760106000404122, 37.183039999970084 ], [ -121.759306000337958, 37.185205000072571 ], [ -121.761821999989067, 37.188032000262758 ], [ -121.763458000106425, 37.188508000150847 ], [ -121.762964000362018, 37.190830999690832 ], [ -121.76456100012129, 37.190187000204261 ], [ -121.767125000351328, 37.192067000280176 ], [ -121.768661000011221, 37.19214500031957 ], [ -121.774473000186489, 37.193175000034508 ], [ -121.779669000418579, 37.19642800034817 ], [ -121.779151000384729, 37.196894000248513 ], [ -121.777061999632551, 37.198650000008428 ], [ -121.77820900002834, 37.201086000241943 ], [ -121.778573999901312, 37.202815000095036 ], [ -121.779760999581768, 37.205144000249895 ], [ -121.779560999565234, 37.20724399969037 ], [ -121.778224999921875, 37.208188000089883 ], [ -121.775662000415082, 37.212242999800928 ], [ -121.772761999726072, 37.213141999886972 ], [ -121.770933999988102, 37.216330000177464 ], [ -121.770862000018099, 37.217376999727733 ], [ -121.771001999760188, 37.218067999867515 ], [ -121.771273999746725, 37.22100399991929 ], [ -121.77917399995097, 37.224405999691179 ], [ -121.782587999577558, 37.220769000281223 ], [ -121.782703000103567, 37.220626999816325 ], [ -121.782864999586977, 37.220447000172754 ], [ -121.782226999902505, 37.218612999874416 ], [ -121.782424000444308, 37.218171000007821 ], [ -121.783493999948917, 37.219885999672542 ], [ -121.786263000218355, 37.220863999979542 ], [ -121.788587000248867, 37.222653999863432 ], [ -121.788875999953859, 37.222803000198809 ], [ -121.789223000283485, 37.222880999949702 ], [ -121.789484000399398, 37.222859000339952 ], [ -121.789725000423843, 37.2229090003542 ], [ -121.790315000427697, 37.223118000183653 ], [ -121.790398000268382, 37.223161999961022 ], [ -121.79048699995684, 37.223485999937147 ], [ -121.790686000148469, 37.223749999789334 ], [ -121.790671999904745, 37.223948000144986 ], [ -121.790727000156366, 37.224057000118954 ], [ -121.790968000180797, 37.224216999795374 ], [ -121.791159999801394, 37.22427900029404 ], [ -121.791861000133366, 37.224915000135773 ], [ -121.791675000360527, 37.225941999784631 ], [ -121.801087999760114, 37.225718000259086 ], [ -121.803662000035885, 37.224639000174861 ], [ -121.805698000186297, 37.224274000313393 ], [ -121.808975000443851, 37.226752000160616 ], [ -121.813324999680745, 37.226642999790101 ], [ -121.817246000368826, 37.228013999796843 ], [ -121.81784600041847, 37.22765400029099 ], [ -121.821268000440952, 37.229493999895027 ], [ -121.821879000361236, 37.228053999794788 ], [ -121.825789000280395, 37.228669999801866 ], [ -121.826071000312695, 37.228671999677587 ], [ -121.827154000236064, 37.227881000348454 ], [ -121.827938000408707, 37.227732999982024 ], [ -121.827975000218629, 37.227441000340349 ], [ -121.827993999586894, 37.226967999792883 ], [ -121.827350000054636, 37.226316999848109 ], [ -121.827294999803058, 37.226006000242137 ], [ -121.827340999833822, 37.225867000263435 ], [ -121.827766999806173, 37.225900000147817 ], [ -121.828326999672811, 37.225894000299931 ], [ -121.829720000115913, 37.226234000223656 ], [ -121.835345999620003, 37.226734000103747 ], [ -121.835165999694965, 37.228191000145571 ], [ -121.840587999882871, 37.230439000036256 ], [ -121.841023999900969, 37.231207999675931 ], [ -121.842853000362155, 37.231587000327885 ], [ -121.844546000380916, 37.232256000009109 ], [ -121.84843100018567, 37.233602999726834 ], [ -121.850570000268249, 37.235589999751845 ], [ -121.851127999586765, 37.237301000227376 ], [ -121.852889000275894, 37.23692099986372 ], [ -121.853871999741855, 37.237160999789303 ], [ -121.859786999849263, 37.238528000272076 ], [ -121.862722999624978, 37.240048999810639 ], [ -121.862397000110064, 37.241656000041708 ], [ -121.863464000139899, 37.241686000156356 ], [ -121.866250000127792, 37.242338999931413 ], [ -121.867378000257006, 37.242606000257858 ], [ -121.870037000023274, 37.24325300003165 ], [ -121.870913000257417, 37.243306999800332 ], [ -121.871400000329132, 37.243272000179836 ], [ -121.874926000108715, 37.242606000257858 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511912", "NAME": "Census Tract 5119.12", "state": "06", "county_fips": "085", "tract": "511912", "county_name": "Santa Clara County", "tot_pop_2050": 5545, "tot_pop_pov_det_2050": 5522, "tot_pop_civ_ni_2050": 5533, "tot_hh_2050": 1752, "pop_zvhhs_2050": 12, "tot_fam_2050": 1597, "tot_pop_over5_2050": 5331, "pop_hus_rent50_2050": 59, "pop_minority_2050": 3512, "pop_over75_2050": 445, "pop_spfam_2050": 31, "pop_lep_2050": 341, "pop_below200_2050": 333, "pop_disability_2050": 385, "pct_minority_2050": 0.63336339044183954, "pct_over75_2050": 0.08025247971145176, "pct_spfam_2050": 0.019411396368190361, "pct_lep_2050": 0.063965484899643599, "pct_below200_2050": 0.06030423759507425, "pct_disab_2050": 0.069582504970178927, "pct_zvhhs_2050": 0.0068493150684931503, "pct_hus_rent50_2050": 0.033675799086757989, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050404363362799007, "pct_minority_2040": 0.51871356027835203, "pct_spfam_2040": 0.041141340411412992, "pct_lep_2040": 0.042056074766355006, "pct_below200_2040": 0.045034859619370995, "pct_disab_2040": 0.088750706613905994, "pct_zvhhs_2040": 0.015643105446118001, "pct_hus_rent50_2040": 0.023906705539358999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.847017999651101, 37.210223999760515 ], [ -121.845553999961226, 37.208513999685543 ], [ -121.842759999577424, 37.205486999994292 ], [ -121.840217000162099, 37.204303999709595 ], [ -121.8390060001922, 37.202052999927687 ], [ -121.834702999912679, 37.198931000113909 ], [ -121.829551000061514, 37.196027000219658 ], [ -121.824560999693716, 37.192718999929227 ], [ -121.823072999714398, 37.194291000274575 ], [ -121.824919999718929, 37.196616000089023 ], [ -121.824898999802542, 37.198483999892609 ], [ -121.825633999571352, 37.199357999748692 ], [ -121.828925999897535, 37.201435999771022 ], [ -121.828053999861339, 37.202272000312831 ], [ -121.826812999754225, 37.205156999918181 ], [ -121.824127000223768, 37.206848999714417 ], [ -121.82559699976143, 37.208622000294447 ], [ -121.831150000368936, 37.212671000107477 ], [ -121.833177000298534, 37.212238999893579 ], [ -121.834708999760494, 37.212091000311339 ], [ -121.837898000154453, 37.214364999800203 ], [ -121.842086999732871, 37.2163899998042 ], [ -121.842296999795153, 37.216106000004672 ], [ -121.844700000366686, 37.210231999788597 ], [ -121.847017999651101, 37.210223999760515 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511913", "NAME": "Census Tract 5119.13", "state": "06", "county_fips": "085", "tract": "511913", "county_name": "Santa Clara County", "tot_pop_2050": 4338, "tot_pop_pov_det_2050": 4338, "tot_pop_civ_ni_2050": 4338, "tot_hh_2050": 1396, "pop_zvhhs_2050": 32, "tot_fam_2050": 1246, "tot_pop_over5_2050": 4066, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1542, "pop_over75_2050": 302, "pop_spfam_2050": 22, "pop_lep_2050": 149, "pop_below200_2050": 99, "pop_disability_2050": 264, "pct_minority_2050": 0.35546334716459205, "pct_over75_2050": 0.069617335177501169, "pct_spfam_2050": 0.017656500802568219, "pct_lep_2050": 0.036645351696999513, "pct_below200_2050": 0.022821576763485483, "pct_disab_2050": 0.060857538035961278, "pct_zvhhs_2050": 0.022922636103151862, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.044286369894447002, "pct_minority_2040": 0.33639284075263898, "pct_spfam_2040": 0.050713153724247, "pct_lep_2040": 0.028001898433792003, "pct_below200_2040": 0.031027350034475001, "pct_disab_2040": 0.052088113813675993, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.903471000425867, 37.225808000282527 ], [ -121.900225000130476, 37.223830999997695 ], [ -121.897379999693058, 37.222907000325641 ], [ -121.894151000014404, 37.221665000253303 ], [ -121.893090999657218, 37.221433999948779 ], [ -121.889814000297974, 37.221176000082167 ], [ -121.887644000253275, 37.220200999679086 ], [ -121.886341000221861, 37.219988000138876 ], [ -121.882073999927343, 37.221706000072416 ], [ -121.884966000220416, 37.224904000270691 ], [ -121.884368999645531, 37.228153000109749 ], [ -121.88419399974336, 37.232812999797254 ], [ -121.886381000404839, 37.2344659998626 ], [ -121.887192000341656, 37.236071999841336 ], [ -121.88664900019343, 37.23788899994328 ], [ -121.888471000083612, 37.237065999880294 ], [ -121.889544999786139, 37.235918000052791 ], [ -121.893494000063356, 37.233763999760797 ], [ -121.896747999856387, 37.230307999690666 ], [ -121.897877999635412, 37.229465999789653 ], [ -121.903471000425867, 37.225808000282527 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511914", "NAME": "Census Tract 5119.14", "state": "06", "county_fips": "085", "tract": "511914", "county_name": "Santa Clara County", "tot_pop_2050": 5872, "tot_pop_pov_det_2050": 5858, "tot_pop_civ_ni_2050": 5872, "tot_hh_2050": 1930, "pop_zvhhs_2050": 71, "tot_fam_2050": 1684, "tot_pop_over5_2050": 5661, "pop_hus_rent50_2050": 37, "pop_minority_2050": 2408, "pop_over75_2050": 422, "pop_spfam_2050": 91, "pop_lep_2050": 121, "pop_below200_2050": 332, "pop_disability_2050": 496, "pct_minority_2050": 0.41008174386920981, "pct_over75_2050": 0.071866485013623971, "pct_spfam_2050": 0.054038004750593824, "pct_lep_2050": 0.021374315491962552, "pct_below200_2050": 0.056674632980539423, "pct_disab_2050": 0.084468664850136238, "pct_zvhhs_2050": 0.036787564766839378, "pct_hus_rent50_2050": 0.019170984455958551, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086520159197093008, "pct_minority_2040": 0.36857587817961601, "pct_spfam_2040": 0.038295243977764001, "pct_lep_2040": 0.040279269602577994, "pct_below200_2040": 0.078214223914172001, "pct_disab_2040": 0.083232393147602987, "pct_zvhhs_2040": 0.015018125323667, "pct_hus_rent50_2040": 0.032778355879292002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.88664900019343, 37.23788899994328 ], [ -121.887192000341656, 37.236071999841336 ], [ -121.886381000404839, 37.2344659998626 ], [ -121.88419399974336, 37.232812999797254 ], [ -121.884368999645531, 37.228153000109749 ], [ -121.884966000220416, 37.224904000270691 ], [ -121.882073999927343, 37.221706000072416 ], [ -121.881345000006306, 37.22189599985041 ], [ -121.876875000220508, 37.221986000142905 ], [ -121.872575000314015, 37.222087999915445 ], [ -121.869601999830081, 37.222151000042643 ], [ -121.867313999784599, 37.221353000027442 ], [ -121.864348999696574, 37.220766000153269 ], [ -121.862268000238629, 37.221645999666599 ], [ -121.868821000030508, 37.226827000232184 ], [ -121.87037000010919, 37.229293999936104 ], [ -121.873014999631778, 37.235998000223709 ], [ -121.874762000077169, 37.241267000096052 ], [ -121.874926000108715, 37.242606000257858 ], [ -121.87863299963827, 37.242358000310013 ], [ -121.880874999653017, 37.240796000020936 ], [ -121.88664900019343, 37.23788899994328 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511915", "NAME": "Census Tract 5119.15", "state": "06", "county_fips": "085", "tract": "511915", "county_name": "Santa Clara County", "tot_pop_2050": 3847, "tot_pop_pov_det_2050": 3832, "tot_pop_civ_ni_2050": 3847, "tot_hh_2050": 1228, "pop_zvhhs_2050": 167, "tot_fam_2050": 894, "tot_pop_over5_2050": 3550, "pop_hus_rent50_2050": 195, "pop_minority_2050": 2519, "pop_over75_2050": 203, "pop_spfam_2050": 200, "pop_lep_2050": 431, "pop_below200_2050": 1246, "pop_disability_2050": 417, "pct_minority_2050": 0.65479594489212378, "pct_over75_2050": 0.052768390953990121, "pct_spfam_2050": 0.22371364653243847, "pct_lep_2050": 0.12140845070422535, "pct_below200_2050": 0.32515657620041755, "pct_disab_2050": 0.1083961528463738, "pct_zvhhs_2050": 0.13599348534201955, "pct_hus_rent50_2050": 0.15879478827361562, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.077474496829335993, "pct_minority_2040": 0.70168183071408896, "pct_spfam_2040": 0.24477958236658898, "pct_lep_2040": 0.23683418597652697, "pct_below200_2040": 0.51161504424778792, "pct_disab_2040": 0.11055969120485303, "pct_zvhhs_2040": 0.124394184168013, "pct_hus_rent50_2040": 0.30650406504065003, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.891972999573738, 37.245518999765437 ], [ -121.890729999816784, 37.24385699987544 ], [ -121.889523999869752, 37.243179000312288 ], [ -121.88854399987855, 37.2426040000366 ], [ -121.887743999812386, 37.240879000064069 ], [ -121.886845000012002, 37.238735000113422 ], [ -121.886742999904754, 37.238342999967344 ], [ -121.88664900019343, 37.23788899994328 ], [ -121.880874999653017, 37.240796000020936 ], [ -121.87863299963827, 37.242358000310013 ], [ -121.874926000108715, 37.242606000257858 ], [ -121.874793999864224, 37.243756999705255 ], [ -121.874669000190764, 37.24471299967874 ], [ -121.875315000271129, 37.250817000192889 ], [ -121.877445999957814, 37.250589000189862 ], [ -121.882423999731699, 37.248420999649454 ], [ -121.884577000057988, 37.24726700013796 ], [ -121.887092999709125, 37.245813000321917 ], [ -121.887696999956717, 37.24591900030935 ], [ -121.888526000335204, 37.246059000212611 ], [ -121.889995999872866, 37.246263999984869 ], [ -121.891972999573738, 37.245518999765437 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085511916", "NAME": "Census Tract 5119.16", "state": "06", "county_fips": "085", "tract": "511916", "county_name": "Santa Clara County", "tot_pop_2050": 4761, "tot_pop_pov_det_2050": 4754, "tot_pop_civ_ni_2050": 4754, "tot_hh_2050": 1676, "pop_zvhhs_2050": 56, "tot_fam_2050": 1260, "tot_pop_over5_2050": 4398, "pop_hus_rent50_2050": 171, "pop_minority_2050": 2474, "pop_over75_2050": 223, "pop_spfam_2050": 82, "pop_lep_2050": 261, "pop_below200_2050": 888, "pop_disability_2050": 241, "pct_minority_2050": 0.51963873135895822, "pct_over75_2050": 0.046838899390884266, "pct_spfam_2050": 0.06507936507936507, "pct_lep_2050": 0.05934515688949521, "pct_below200_2050": 0.18679007151872107, "pct_disab_2050": 0.050694152292806056, "pct_zvhhs_2050": 0.033412887828162284, "pct_hus_rent50_2050": 0.10202863961813842, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026628521126761003, "pct_minority_2040": 0.42275528169014098, "pct_spfam_2040": 0.10985460420032302, "pct_lep_2040": 0.053646075243845993, "pct_below200_2040": 0.15476453681185098, "pct_disab_2040": 0.063450099140779995, "pct_zvhhs_2040": 0.011799410029498997, "pct_hus_rent50_2040": 0.084223013048635997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.904565000219904, 37.229018000266002 ], [ -121.904140000072474, 37.227559999799269 ], [ -121.903731999643497, 37.226181000355304 ], [ -121.903471000425867, 37.225808000282527 ], [ -121.897877999635412, 37.229465999789653 ], [ -121.896747999856387, 37.230307999690666 ], [ -121.893494000063356, 37.233763999760797 ], [ -121.889544999786139, 37.235918000052791 ], [ -121.888471000083612, 37.237065999880294 ], [ -121.88664900019343, 37.23788899994328 ], [ -121.886742999904754, 37.238342999967344 ], [ -121.886845000012002, 37.238735000113422 ], [ -121.887743999812386, 37.240879000064069 ], [ -121.88854399987855, 37.2426040000366 ], [ -121.889523999869752, 37.243179000312288 ], [ -121.890729999816784, 37.24385699987544 ], [ -121.891972999573738, 37.245518999765437 ], [ -121.903796000115889, 37.240135999819692 ], [ -121.903476000448734, 37.239057999887805 ], [ -121.903523000304403, 37.2363629998368 ], [ -121.903468000052825, 37.23416799992706 ], [ -121.903477000273668, 37.233844000071869 ], [ -121.904565000219904, 37.229018000266002 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512001", "NAME": "Census Tract 5120.01", "state": "06", "county_fips": "085", "tract": "512001", "county_name": "Santa Clara County", "tot_pop_2050": 6993, "tot_pop_pov_det_2050": 6914, "tot_pop_civ_ni_2050": 6977, "tot_hh_2050": 2035, "pop_zvhhs_2050": 21, "tot_fam_2050": 1757, "tot_pop_over5_2050": 6655, "pop_hus_rent50_2050": 63, "pop_minority_2050": 5337, "pop_over75_2050": 204, "pop_spfam_2050": 148, "pop_lep_2050": 326, "pop_below200_2050": 445, "pop_disability_2050": 283, "pct_minority_2050": 0.76319176319176318, "pct_over75_2050": 0.029172029172029167, "pct_spfam_2050": 0.084234490608992602, "pct_lep_2050": 0.048985725018782872, "pct_below200_2050": 0.064362163725773788, "pct_disab_2050": 0.040561846065644259, "pct_zvhhs_2050": 0.01031941031941032, "pct_hus_rent50_2050": 0.030958230958230963, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.013985005767013, "pct_minority_2040": 0.70919838523644807, "pct_spfam_2040": 0.058896466212027002, "pct_lep_2040": 0.032871972318339, "pct_below200_2040": 0.099565217391304001, "pct_disab_2040": 0.035100390004333001, "pct_zvhhs_2040": 0.013014055179594001, "pct_hus_rent50_2040": 0.023000522739153002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.809528999564392, 37.285243999876997 ], [ -121.809357999860168, 37.283694000176006 ], [ -121.808582000083447, 37.281774000134497 ], [ -121.806817000094711, 37.278947999676369 ], [ -121.805581000010449, 37.277078999908106 ], [ -121.801787000442246, 37.266028999986666 ], [ -121.800536000289398, 37.262391000231048 ], [ -121.798861999638902, 37.259420999883268 ], [ -121.799178000006378, 37.257135999731112 ], [ -121.796480999706958, 37.257159000338625 ], [ -121.793996999842889, 37.255544999726752 ], [ -121.791947000347079, 37.254440999765649 ], [ -121.781190999834791, 37.248540000316531 ], [ -121.769558999986685, 37.242066999858409 ], [ -121.764758999589674, 37.239288000045853 ], [ -121.747477999772912, 37.229525999696165 ], [ -121.747096000181514, 37.23000899985098 ], [ -121.746840999913402, 37.23030300010975 ], [ -121.746764999745395, 37.230405999992506 ], [ -121.746708999668911, 37.230509999648007 ], [ -121.74668600010267, 37.230571999979581 ], [ -121.746635999873988, 37.231612999847975 ], [ -121.746307999810909, 37.232004999943555 ], [ -121.744931000159681, 37.232637000170236 ], [ -121.743269000103055, 37.232714999763019 ], [ -121.741800000390299, 37.234005000306396 ], [ -121.741042999981843, 37.233944999672829 ], [ -121.741145000089091, 37.234531999957809 ], [ -121.739590999987527, 37.234952000120067 ], [ -121.737644000423856, 37.234516000048423 ], [ -121.736955999612391, 37.235186000053751 ], [ -121.729469999684952, 37.235026000049231 ], [ -121.727159999898149, 37.23739500001804 ], [ -121.723946000288095, 37.237443999870074 ], [ -121.719920000017993, 37.236574999782405 ], [ -121.720412999937494, 37.237006000252535 ], [ -121.725583000230344, 37.241453999912359 ], [ -121.733358999687681, 37.24814299985254 ], [ -121.73855900011776, 37.252842999865592 ], [ -121.747057999648362, 37.259078000177347 ], [ -121.762596000115963, 37.268344000081221 ], [ -121.768713999714677, 37.272735999678545 ], [ -121.776669999995391, 37.276216000300344 ], [ -121.777533999635665, 37.277861999673455 ], [ -121.781451000125813, 37.279620999808003 ], [ -121.787717999687402, 37.280320000224634 ], [ -121.789649000255835, 37.281689000217732 ], [ -121.794530999770274, 37.281475000077869 ], [ -121.796786000203809, 37.28224000019236 ], [ -121.799749999568604, 37.284063999892943 ], [ -121.809033000170174, 37.286050000112496 ], [ -121.809528999564392, 37.285243999876997 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512005", "NAME": "Census Tract 5120.05", "state": "06", "county_fips": "085", "tract": "512005", "county_name": "Santa Clara County", "tot_pop_2050": 7284, "tot_pop_pov_det_2050": 7265, "tot_pop_civ_ni_2050": 7279, "tot_hh_2050": 2159, "pop_zvhhs_2050": 16, "tot_fam_2050": 1971, "tot_pop_over5_2050": 6917, "pop_hus_rent50_2050": 138, "pop_minority_2050": 3853, "pop_over75_2050": 470, "pop_spfam_2050": 207, "pop_lep_2050": 401, "pop_below200_2050": 896, "pop_disability_2050": 583, "pct_minority_2050": 0.5289676002196595, "pct_over75_2050": 0.064524986271279519, "pct_spfam_2050": 0.1050228310502283, "pct_lep_2050": 0.057973109729651584, "pct_below200_2050": 0.123331039229181, "pct_disab_2050": 0.080093419425745299, "pct_zvhhs_2050": 0.0074108383510884668, "pct_hus_rent50_2050": 0.063918480778138026, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028822815533981003, "pct_minority_2040": 0.54535800970873793, "pct_spfam_2040": 0.095210280373831987, "pct_lep_2040": 0.055601385909915993, "pct_below200_2040": 0.21253985122210398, "pct_disab_2040": 0.10505541217549701, "pct_zvhhs_2040": 0.012419503219871, "pct_hus_rent50_2040": 0.087396504139833991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.878138999893835, 37.271836000229328 ], [ -121.878072999771618, 37.268274999905863 ], [ -121.877188000214957, 37.265769000141184 ], [ -121.875610999648842, 37.263275000092236 ], [ -121.872901999653848, 37.264019999897926 ], [ -121.86889300000054, 37.265023999764693 ], [ -121.866276999891952, 37.265623000142341 ], [ -121.865998000232693, 37.265643999978415 ], [ -121.85891900001107, 37.266054000336901 ], [ -121.855352000223604, 37.265985999650702 ], [ -121.852474000174212, 37.265663999646641 ], [ -121.851570000350975, 37.267102000119067 ], [ -121.852166000202629, 37.274555000019028 ], [ -121.860300999685165, 37.274321000103043 ], [ -121.862939000433357, 37.274450000339151 ], [ -121.870401000071325, 37.275276999665927 ], [ -121.87530199985234, 37.275737999778471 ], [ -121.876789000006767, 37.275700000127152 ], [ -121.876281000018651, 37.274586999987655 ], [ -121.878138999893835, 37.271836000229328 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512017", "NAME": "Census Tract 5120.17", "state": "06", "county_fips": "085", "tract": "512017", "county_name": "Santa Clara County", "tot_pop_2050": 8406, "tot_pop_pov_det_2050": 8376, "tot_pop_civ_ni_2050": 8406, "tot_hh_2050": 2157, "pop_zvhhs_2050": 196, "tot_fam_2050": 1717, "tot_pop_over5_2050": 7805, "pop_hus_rent50_2050": 347, "pop_minority_2050": 7182, "pop_over75_2050": 514, "pop_spfam_2050": 137, "pop_lep_2050": 1406, "pop_below200_2050": 1877, "pop_disability_2050": 897, "pct_minority_2050": 0.854389721627409, "pct_over75_2050": 0.061146799904829886, "pct_spfam_2050": 0.079790331974373907, "pct_lep_2050": 0.18014093529788594, "pct_below200_2050": 0.22409264565425024, "pct_disab_2050": 0.1067094932191292, "pct_zvhhs_2050": 0.090866944830783475, "pct_hus_rent50_2050": 0.16087158089939732, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029899582534131004, "pct_minority_2040": 0.89044341645041203, "pct_spfam_2040": 0.208025343189018, "pct_lep_2040": 0.22474054634379101, "pct_below200_2040": 0.42681134847971097, "pct_disab_2040": 0.107187182669525, "pct_zvhhs_2040": 0.030904059040589998, "pct_hus_rent50_2040": 0.153377110694184, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.835240000213133, 37.277822999664252 ], [ -121.831792000251326, 37.274470999857982 ], [ -121.831172999935148, 37.273888999996899 ], [ -121.829049999746076, 37.272402999863878 ], [ -121.822106000141957, 37.267429999809991 ], [ -121.819977999930018, 37.269292000284288 ], [ -121.818514000240143, 37.269695000037771 ], [ -121.815678999848473, 37.269194999904521 ], [ -121.813649000444144, 37.269185000182532 ], [ -121.811757000233769, 37.269194999904521 ], [ -121.808865999765572, 37.269383999976313 ], [ -121.808332999663122, 37.269089999897879 ], [ -121.80767999991005, 37.267162000090813 ], [ -121.80597500019573, 37.266383999893307 ], [ -121.805828999707543, 37.265838999912916 ], [ -121.802395999814394, 37.265904000255482 ], [ -121.801787000442246, 37.266028999986666 ], [ -121.805581000010449, 37.277078999908106 ], [ -121.805990000264373, 37.277213999758622 ], [ -121.80850000006771, 37.277516000315956 ], [ -121.809921000099891, 37.277070999824659 ], [ -121.811167000229872, 37.277278000280845 ], [ -121.817411000225277, 37.276349000228763 ], [ -121.820952000073461, 37.27682499970259 ], [ -121.822336000295721, 37.277772000336583 ], [ -121.822433000380087, 37.278840999717048 ], [ -121.823353000096873, 37.278883999859268 ], [ -121.82356800018205, 37.278590999700157 ], [ -121.824374999920892, 37.278142999857153 ], [ -121.824658999603017, 37.27811499995714 ], [ -121.826986999831476, 37.27811499995714 ], [ -121.835240000213133, 37.277822999664252 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512019", "NAME": "Census Tract 5120.19", "state": "06", "county_fips": "085", "tract": "512019", "county_name": "Santa Clara County", "tot_pop_2050": 5155, "tot_pop_pov_det_2050": 5038, "tot_pop_civ_ni_2050": 5143, "tot_hh_2050": 1542, "pop_zvhhs_2050": 82, "tot_fam_2050": 1179, "tot_pop_over5_2050": 4707, "pop_hus_rent50_2050": 117, "pop_minority_2050": 3692, "pop_over75_2050": 175, "pop_spfam_2050": 188, "pop_lep_2050": 298, "pop_below200_2050": 923, "pop_disability_2050": 402, "pct_minority_2050": 0.71619786614936953, "pct_over75_2050": 0.033947623666343366, "pct_spfam_2050": 0.15945716709075489, "pct_lep_2050": 0.063309963883577652, "pct_below200_2050": 0.18320762207225089, "pct_disab_2050": 0.078164495430682476, "pct_zvhhs_2050": 0.053177691309987028, "pct_hus_rent50_2050": 0.075875486381322951, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034821619312113, "pct_minority_2040": 0.68596453749198893, "pct_spfam_2040": 0.16534040671971698, "pct_lep_2040": 0.091161499305876997, "pct_below200_2040": 0.14809960681520301, "pct_disab_2040": 0.10312366281557599, "pct_zvhhs_2040": 0.040762656147272001, "pct_hus_rent50_2040": 0.110596026490066, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.851570000350975, 37.267102000119067 ], [ -121.852474000174212, 37.265663999646641 ], [ -121.851433999908522, 37.265527000204315 ], [ -121.850605000428359, 37.26550600033562 ], [ -121.846574000135405, 37.265864000326282 ], [ -121.844785999682117, 37.265966000067991 ], [ -121.84102899992385, 37.265995000354849 ], [ -121.841049000015346, 37.26913999998736 ], [ -121.839513000355396, 37.273011000025086 ], [ -121.837541999604014, 37.273173000278952 ], [ -121.839541999769423, 37.274495000219872 ], [ -121.841896999762071, 37.276928000333868 ], [ -121.84514200023257, 37.275004999847596 ], [ -121.849839999623981, 37.274576000223348 ], [ -121.852166000202629, 37.274555000019028 ], [ -121.851570000350975, 37.267102000119067 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512020", "NAME": "Census Tract 5120.20", "state": "06", "county_fips": "085", "tract": "512020", "county_name": "Santa Clara County", "tot_pop_2050": 7751, "tot_pop_pov_det_2050": 7689, "tot_pop_civ_ni_2050": 7690, "tot_hh_2050": 2564, "pop_zvhhs_2050": 75, "tot_fam_2050": 1540, "tot_pop_over5_2050": 7058, "pop_hus_rent50_2050": 554, "pop_minority_2050": 5910, "pop_over75_2050": 144, "pop_spfam_2050": 352, "pop_lep_2050": 848, "pop_below200_2050": 1870, "pop_disability_2050": 480, "pct_minority_2050": 0.76248226035350275, "pct_over75_2050": 0.018578247968004127, "pct_spfam_2050": 0.22857142857142854, "pct_lep_2050": 0.12014735052422786, "pct_below200_2050": 0.24320457796852649, "pct_disab_2050": 0.062418725617685314, "pct_zvhhs_2050": 0.029251170046801868, "pct_hus_rent50_2050": 0.21606864274570986, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.010422698320788, "pct_minority_2040": 0.80718008106543093, "pct_spfam_2040": 0.25621890547263698, "pct_lep_2040": 0.089072689677111988, "pct_below200_2040": 0.204931109499637, "pct_disab_2040": 0.062073966642495003, "pct_zvhhs_2040": 0.057988165680472999, "pct_hus_rent50_2040": 0.16518936341660001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.841896999762071, 37.276928000333868 ], [ -121.839541999769423, 37.274495000219872 ], [ -121.837541999604014, 37.273173000278952 ], [ -121.839513000355396, 37.273011000025086 ], [ -121.841049000015346, 37.26913999998736 ], [ -121.84102899992385, 37.265995000354849 ], [ -121.832942000121861, 37.266031999743142 ], [ -121.831086999721435, 37.265980000133915 ], [ -121.831931999993415, 37.268000000132936 ], [ -121.83382500002871, 37.268901999922008 ], [ -121.833522000080009, 37.269340000013308 ], [ -121.829049999746076, 37.272402999863878 ], [ -121.831172999935148, 37.273888999996899 ], [ -121.831792000251326, 37.274470999857982 ], [ -121.835240000213133, 37.277822999664252 ], [ -121.837354000181335, 37.279890000182533 ], [ -121.841896999762071, 37.276928000333868 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512021", "NAME": "Census Tract 5120.21", "state": "06", "county_fips": "085", "tract": "512021", "county_name": "Santa Clara County", "tot_pop_2050": 6537, "tot_pop_pov_det_2050": 6537, "tot_pop_civ_ni_2050": 6537, "tot_hh_2050": 2076, "pop_zvhhs_2050": 27, "tot_fam_2050": 1651, "tot_pop_over5_2050": 6152, "pop_hus_rent50_2050": 60, "pop_minority_2050": 4441, "pop_over75_2050": 107, "pop_spfam_2050": 285, "pop_lep_2050": 502, "pop_below200_2050": 1171, "pop_disability_2050": 409, "pct_minority_2050": 0.6793636224567845, "pct_over75_2050": 0.016368364693284381, "pct_spfam_2050": 0.17262265293761356, "pct_lep_2050": 0.081599479843953188, "pct_below200_2050": 0.17913415940033656, "pct_disab_2050": 0.062566926724797314, "pct_zvhhs_2050": 0.01300578034682081, "pct_hus_rent50_2050": 0.028901734104046239, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019902120717781004, "pct_minority_2040": 0.60146818923327894, "pct_spfam_2040": 0.17425622343655098, "pct_lep_2040": 0.087298810356893006, "pct_below200_2040": 0.25236850702384805, "pct_disab_2040": 0.069004893964110997, "pct_zvhhs_2040": 0.019723865877712, "pct_hus_rent50_2040": 0.052657724788872005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.833522000080009, 37.269340000013308 ], [ -121.83382500002871, 37.268901999922008 ], [ -121.831931999993415, 37.268000000132936 ], [ -121.831086999721435, 37.265980000133915 ], [ -121.830951000177294, 37.262450999666697 ], [ -121.83090799962126, 37.261687999779255 ], [ -121.830906999796369, 37.259041999767447 ], [ -121.830905999971449, 37.258771999719684 ], [ -121.823308999715948, 37.258856999772895 ], [ -121.81935799978892, 37.258884000148235 ], [ -121.812110000411181, 37.259050000336686 ], [ -121.810299000391652, 37.260201999791853 ], [ -121.813524999697265, 37.262195999947757 ], [ -121.817484000020201, 37.264536000051557 ], [ -121.822106000141957, 37.267429999809991 ], [ -121.829049999746076, 37.272402999863878 ], [ -121.833522000080009, 37.269340000013308 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512022", "NAME": "Census Tract 5120.22", "state": "06", "county_fips": "085", "tract": "512022", "county_name": "Santa Clara County", "tot_pop_2050": 5746, "tot_pop_pov_det_2050": 5738, "tot_pop_civ_ni_2050": 5746, "tot_hh_2050": 1844, "pop_zvhhs_2050": 115, "tot_fam_2050": 1254, "tot_pop_over5_2050": 5359, "pop_hus_rent50_2050": 154, "pop_minority_2050": 4160, "pop_over75_2050": 303, "pop_spfam_2050": 156, "pop_lep_2050": 439, "pop_below200_2050": 1447, "pop_disability_2050": 798, "pct_minority_2050": 0.72398190045248867, "pct_over75_2050": 0.0527323355377654, "pct_spfam_2050": 0.12440191387559807, "pct_lep_2050": 0.081918268333644337, "pct_below200_2050": 0.25217845939351691, "pct_disab_2050": 0.13887922032718414, "pct_zvhhs_2050": 0.062364425162689814, "pct_hus_rent50_2050": 0.083514099783080262, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037906742703790998, "pct_minority_2040": 0.79855753102985594, "pct_spfam_2040": 0.204874333587205, "pct_lep_2040": 0.127181147688433, "pct_below200_2040": 0.35862768294744002, "pct_disab_2040": 0.089064072458905991, "pct_zvhhs_2040": 0.071775499190501996, "pct_hus_rent50_2040": 0.116115029842648, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.81935799978892, 37.258884000148235 ], [ -121.817826000326974, 37.257032000346975 ], [ -121.817588999602194, 37.256383999904962 ], [ -121.81760799986877, 37.252572000144148 ], [ -121.817494000065949, 37.251458999938549 ], [ -121.812840999982058, 37.251494000046989 ], [ -121.809802000274203, 37.251250000014899 ], [ -121.808861999567625, 37.251543000028512 ], [ -121.807751999880054, 37.2518489998196 ], [ -121.80402400043414, 37.251476000177163 ], [ -121.802085000368081, 37.254839000242221 ], [ -121.802897999954723, 37.255330000047621 ], [ -121.802490000424029, 37.255624999799899 ], [ -121.810299000391652, 37.260201999791853 ], [ -121.812110000411181, 37.259050000336686 ], [ -121.81935799978892, 37.258884000148235 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512023", "NAME": "Census Tract 5120.23", "state": "06", "county_fips": "085", "tract": "512023", "county_name": "Santa Clara County", "tot_pop_2050": 5499, "tot_pop_pov_det_2050": 5495, "tot_pop_civ_ni_2050": 5499, "tot_hh_2050": 1980, "pop_zvhhs_2050": 121, "tot_fam_2050": 1314, "tot_pop_over5_2050": 4980, "pop_hus_rent50_2050": 286, "pop_minority_2050": 4153, "pop_over75_2050": 195, "pop_spfam_2050": 229, "pop_lep_2050": 513, "pop_below200_2050": 1601, "pop_disability_2050": 547, "pct_minority_2050": 0.75522822331332973, "pct_over75_2050": 0.035460992907801421, "pct_spfam_2050": 0.17427701674277016, "pct_lep_2050": 0.10301204819277107, "pct_below200_2050": 0.2913557779799818, "pct_disab_2050": 0.09947263138752499, "pct_zvhhs_2050": 0.061111111111111109, "pct_hus_rent50_2050": 0.14444444444444446, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.014039242219215001, "pct_minority_2040": 0.788565629228687, "pct_spfam_2040": 0.181946403385049, "pct_lep_2040": 0.074230769230769003, "pct_below200_2040": 0.33790650406504102, "pct_disab_2040": 0.068335588633287994, "pct_zvhhs_2040": 0.075936377629554005, "pct_hus_rent50_2040": 0.151937984496124, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.830905999971449, 37.258771999719684 ], [ -121.830811000435205, 37.254769999848598 ], [ -121.830838000199392, 37.251287999849126 ], [ -121.825073999704713, 37.251397999976312 ], [ -121.821818000261871, 37.251425999801 ], [ -121.817494000065949, 37.251458999938549 ], [ -121.81760799986877, 37.252572000144148 ], [ -121.817588999602194, 37.256383999904962 ], [ -121.817826000326974, 37.257032000346975 ], [ -121.81935799978892, 37.258884000148235 ], [ -121.823308999715948, 37.258856999772895 ], [ -121.830905999971449, 37.258771999719684 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512024", "NAME": "Census Tract 5120.24", "state": "06", "county_fips": "085", "tract": "512024", "county_name": "Santa Clara County", "tot_pop_2050": 5045, "tot_pop_pov_det_2050": 5045, "tot_pop_civ_ni_2050": 5045, "tot_hh_2050": 1733, "pop_zvhhs_2050": 67, "tot_fam_2050": 1246, "tot_pop_over5_2050": 4746, "pop_hus_rent50_2050": 111, "pop_minority_2050": 3031, "pop_over75_2050": 280, "pop_spfam_2050": 84, "pop_lep_2050": 416, "pop_below200_2050": 1190, "pop_disability_2050": 489, "pct_minority_2050": 0.60079286422200207, "pct_over75_2050": 0.05550049554013875, "pct_spfam_2050": 0.06741573033707865, "pct_lep_2050": 0.087652760219131903, "pct_below200_2050": 0.2358771060455897, "pct_disab_2050": 0.096927651139742318, "pct_zvhhs_2050": 0.038661281015579918, "pct_hus_rent50_2050": 0.064050778995960761, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033463213385284997, "pct_minority_2040": 0.52693101077240401, "pct_spfam_2040": 0.18285214348206502, "pct_lep_2040": 0.065557486962999997, "pct_below200_2040": 0.22227335480901997, "pct_disab_2040": 0.10543204217281699, "pct_zvhhs_2040": 0.0094102885821830008, "pct_hus_rent50_2040": 0.077821011673152016, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.876679000401921, 37.2629849998305 ], [ -121.87629500026236, 37.25983099980234 ], [ -121.876385999600629, 37.259006000055336 ], [ -121.875990999590442, 37.25574599968656 ], [ -121.873444999802075, 37.25607900023261 ], [ -121.869322000345932, 37.255960000032609 ], [ -121.865846999721654, 37.255726000244607 ], [ -121.862662000423924, 37.255575000032266 ], [ -121.858985000133288, 37.255605000325829 ], [ -121.858833999622249, 37.259575000264519 ], [ -121.858682000184572, 37.26057799981686 ], [ -121.85891900001107, 37.266054000336901 ], [ -121.865998000232693, 37.265643999978415 ], [ -121.866276999891952, 37.265623000142341 ], [ -121.86889300000054, 37.265023999764693 ], [ -121.872901999653848, 37.264019999897926 ], [ -121.875610999648842, 37.263275000092236 ], [ -121.876679000401921, 37.2629849998305 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512025", "NAME": "Census Tract 5120.25", "state": "06", "county_fips": "085", "tract": "512025", "county_name": "Santa Clara County", "tot_pop_2050": 3247, "tot_pop_pov_det_2050": 3247, "tot_pop_civ_ni_2050": 3247, "tot_hh_2050": 1064, "pop_zvhhs_2050": 138, "tot_fam_2050": 869, "tot_pop_over5_2050": 3120, "pop_hus_rent50_2050": 117, "pop_minority_2050": 1995, "pop_over75_2050": 407, "pop_spfam_2050": 69, "pop_lep_2050": 190, "pop_below200_2050": 322, "pop_disability_2050": 361, "pct_minority_2050": 0.61441330458885124, "pct_over75_2050": 0.12534647366800122, "pct_spfam_2050": 0.079401611047180673, "pct_lep_2050": 0.060897435897435903, "pct_below200_2050": 0.099168463196797035, "pct_disab_2050": 0.11117955035417308, "pct_zvhhs_2050": 0.12969924812030076, "pct_hus_rent50_2050": 0.10996240601503759, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065383440268866, "pct_minority_2040": 0.52245646196150297, "pct_spfam_2040": 0.061179087875416996, "pct_lep_2040": 0.0075089781260200012, "pct_below200_2040": 0.13809960281087699, "pct_disab_2040": 0.09410326917201299, "pct_zvhhs_2040": 0.059044048734769997, "pct_hus_rent50_2040": 0.13495782567947501, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.858833999622249, 37.259575000264519 ], [ -121.858985000133288, 37.255605000325829 ], [ -121.858806999858032, 37.255605000325829 ], [ -121.848433999660415, 37.255388000221046 ], [ -121.848300999591032, 37.255390000102921 ], [ -121.845501000257769, 37.26382299988488 ], [ -121.844785999682117, 37.265966000067991 ], [ -121.846574000135405, 37.265864000326282 ], [ -121.850605000428359, 37.26550600033562 ], [ -121.851433999908522, 37.265527000204315 ], [ -121.852474000174212, 37.265663999646641 ], [ -121.855352000223604, 37.265985999650702 ], [ -121.85891900001107, 37.266054000336901 ], [ -121.858682000184572, 37.26057799981686 ], [ -121.858833999622249, 37.259575000264519 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512026", "NAME": "Census Tract 5120.26", "state": "06", "county_fips": "085", "tract": "512026", "county_name": "Santa Clara County", "tot_pop_2050": 4017, "tot_pop_pov_det_2050": 4017, "tot_pop_civ_ni_2050": 4017, "tot_hh_2050": 1323, "pop_zvhhs_2050": 14, "tot_fam_2050": 1020, "tot_pop_over5_2050": 3715, "pop_hus_rent50_2050": 82, "pop_minority_2050": 3210, "pop_over75_2050": 193, "pop_spfam_2050": 186, "pop_lep_2050": 274, "pop_below200_2050": 640, "pop_disability_2050": 325, "pct_minority_2050": 0.79910380881254672, "pct_over75_2050": 0.048045805327358734, "pct_spfam_2050": 0.18235294117647055, "pct_lep_2050": 0.073755047106325702, "pct_below200_2050": 0.1593228777694797, "pct_disab_2050": 0.080906148867313912, "pct_zvhhs_2050": 0.01058201058201058, "pct_hus_rent50_2050": 0.061980347694633411, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046095717884130999, "pct_minority_2040": 0.70176322418136006, "pct_spfam_2040": 0.17272727272727301, "pct_lep_2040": 0.127390250471317, "pct_below200_2040": 0.27309541888129601, "pct_disab_2040": 0.085894206549117988, "pct_zvhhs_2040": 0.026375282592313996, "pct_hus_rent50_2040": 0.058025621703089995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.845501000257769, 37.26382299988488 ], [ -121.848300999591032, 37.255390000102921 ], [ -121.844466999839852, 37.254555000102684 ], [ -121.836509999734247, 37.250722999980439 ], [ -121.829987999904517, 37.247493000090479 ], [ -121.829968999637927, 37.248048000198665 ], [ -121.830838000199392, 37.251287999849126 ], [ -121.830811000435205, 37.254769999848598 ], [ -121.830905999971449, 37.258771999719684 ], [ -121.830906999796369, 37.259041999767447 ], [ -121.83090799962126, 37.261687999779255 ], [ -121.830951000177294, 37.262450999666697 ], [ -121.831086999721435, 37.265980000133915 ], [ -121.832942000121861, 37.266031999743142 ], [ -121.84102899992385, 37.265995000354849 ], [ -121.844785999682117, 37.265966000067991 ], [ -121.845501000257769, 37.26382299988488 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512027", "NAME": "Census Tract 5120.27", "state": "06", "county_fips": "085", "tract": "512027", "county_name": "Santa Clara County", "tot_pop_2050": 4813, "tot_pop_pov_det_2050": 4782, "tot_pop_civ_ni_2050": 4782, "tot_hh_2050": 1636, "pop_zvhhs_2050": 180, "tot_fam_2050": 1085, "tot_pop_over5_2050": 4373, "pop_hus_rent50_2050": 263, "pop_minority_2050": 3088, "pop_over75_2050": 454, "pop_spfam_2050": 94, "pop_lep_2050": 501, "pop_below200_2050": 825, "pop_disability_2050": 652, "pct_minority_2050": 0.64159567837107834, "pct_over75_2050": 0.094327862040307506, "pct_spfam_2050": 0.086635944700460821, "pct_lep_2050": 0.11456665904413445, "pct_below200_2050": 0.17252195734002509, "pct_disab_2050": 0.13634462567963196, "pct_zvhhs_2050": 0.1100244498777506, "pct_hus_rent50_2050": 0.16075794621026895, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.073413617415469992, "pct_minority_2040": 0.57086614173228289, "pct_spfam_2040": 0.12109375, "pct_lep_2040": 0.080160320641283006, "pct_below200_2040": 0.27577379567139898, "pct_disab_2040": 0.15470125057897199, "pct_zvhhs_2040": 0.090729783037475017, "pct_hus_rent50_2040": 0.175, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.875990999590442, 37.25574599968656 ], [ -121.875315000271129, 37.250817000192889 ], [ -121.874506999809071, 37.250839000225703 ], [ -121.870166999719601, 37.250475000287118 ], [ -121.866549999703437, 37.250410000215197 ], [ -121.858876000353362, 37.25035799983123 ], [ -121.854425999760736, 37.250314999844178 ], [ -121.849509000086201, 37.25051200014903 ], [ -121.846752000410632, 37.250573000113569 ], [ -121.841809999723424, 37.250617000315202 ], [ -121.839742999610863, 37.250540999950729 ], [ -121.836509999734247, 37.250722999980439 ], [ -121.844466999839852, 37.254555000102684 ], [ -121.848300999591032, 37.255390000102921 ], [ -121.848433999660415, 37.255388000221046 ], [ -121.858806999858032, 37.255605000325829 ], [ -121.858985000133288, 37.255605000325829 ], [ -121.862662000423924, 37.255575000032266 ], [ -121.865846999721654, 37.255726000244607 ], [ -121.869322000345932, 37.255960000032609 ], [ -121.873444999802075, 37.25607900023261 ], [ -121.875990999590442, 37.25574599968656 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512029", "NAME": "Census Tract 5120.29", "state": "06", "county_fips": "085", "tract": "512029", "county_name": "Santa Clara County", "tot_pop_2050": 6688, "tot_pop_pov_det_2050": 6661, "tot_pop_civ_ni_2050": 6683, "tot_hh_2050": 2296, "pop_zvhhs_2050": 18, "tot_fam_2050": 1699, "tot_pop_over5_2050": 6307, "pop_hus_rent50_2050": 0, "pop_minority_2050": 3722, "pop_over75_2050": 329, "pop_spfam_2050": 52, "pop_lep_2050": 372, "pop_below200_2050": 464, "pop_disability_2050": 455, "pct_minority_2050": 0.55651913875598091, "pct_over75_2050": 0.04919258373205742, "pct_spfam_2050": 0.030606238964096526, "pct_lep_2050": 0.058982083399397485, "pct_below200_2050": 0.069659210328779461, "pct_disab_2050": 0.068083196169385005, "pct_zvhhs_2050": 0.0078397212543554005, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046749777382011998, "pct_minority_2040": 0.49777382012466603, "pct_spfam_2040": 0.105769230769231, "pct_lep_2040": 0.067149758454105993, "pct_below200_2040": 0.091624591624592008, "pct_disab_2040": 0.082269082269082, "pct_zvhhs_2040": 0.011688311688312001, "pct_hus_rent50_2040": 0.030303030303029999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.830838000199392, 37.251287999849126 ], [ -121.829968999637927, 37.248048000198665 ], [ -121.829987999904517, 37.247493000090479 ], [ -121.823478999595253, 37.244396000345461 ], [ -121.82039800005461, 37.243575000013244 ], [ -121.817689000059616, 37.24341400019442 ], [ -121.805918000294341, 37.243250000083101 ], [ -121.804056000221181, 37.243019999857779 ], [ -121.803944000068199, 37.245964000076782 ], [ -121.80402400043414, 37.251476000177163 ], [ -121.807751999880054, 37.2518489998196 ], [ -121.808861999567625, 37.251543000028512 ], [ -121.809802000274203, 37.251250000014899 ], [ -121.812840999982058, 37.251494000046989 ], [ -121.817494000065949, 37.251458999938549 ], [ -121.821818000261871, 37.251425999801 ], [ -121.825073999704713, 37.251397999976312 ], [ -121.830838000199392, 37.251287999849126 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512030", "NAME": "Census Tract 5120.30", "state": "06", "county_fips": "085", "tract": "512030", "county_name": "Santa Clara County", "tot_pop_2050": 3246, "tot_pop_pov_det_2050": 3226, "tot_pop_civ_ni_2050": 3241, "tot_hh_2050": 992, "pop_zvhhs_2050": 14, "tot_fam_2050": 829, "tot_pop_over5_2050": 2966, "pop_hus_rent50_2050": 28, "pop_minority_2050": 1641, "pop_over75_2050": 188, "pop_spfam_2050": 55, "pop_lep_2050": 147, "pop_below200_2050": 186, "pop_disability_2050": 282, "pct_minority_2050": 0.50554528650646946, "pct_over75_2050": 0.057917436845348128, "pct_spfam_2050": 0.066344993968636912, "pct_lep_2050": 0.049561699258260282, "pct_below200_2050": 0.057656540607563547, "pct_disab_2050": 0.087010182042579445, "pct_zvhhs_2050": 0.014112903225806453, "pct_hus_rent50_2050": 0.028225806451612906, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038290598290597999, "pct_minority_2040": 0.48581196581196601, "pct_spfam_2040": 0.055757575757575992, "pct_lep_2040": 0.021668472372698002, "pct_below200_2040": 0.102564102564103, "pct_disab_2040": 0.085128205128205015, "pct_zvhhs_2040": 0.032160804020099999, "pct_hus_rent50_2040": 0.014070351758793998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.830607000220709, 37.236873000216058 ], [ -121.830551000144212, 37.233209000316826 ], [ -121.830481999648924, 37.228137000277151 ], [ -121.829720000115913, 37.226234000223656 ], [ -121.828326999672811, 37.225894000299931 ], [ -121.827766999806173, 37.225900000147817 ], [ -121.827340999833822, 37.225867000263435 ], [ -121.827294999803058, 37.226006000242137 ], [ -121.827350000054636, 37.226316999848109 ], [ -121.827993999586894, 37.226967999792883 ], [ -121.827975000218629, 37.227441000340349 ], [ -121.827938000408707, 37.227732999982024 ], [ -121.827154000236064, 37.227881000348454 ], [ -121.826071000312695, 37.228671999677587 ], [ -121.825789000280395, 37.228669999801866 ], [ -121.821879000361236, 37.228053999794788 ], [ -121.821268000440952, 37.229493999895027 ], [ -121.81784600041847, 37.22765400029099 ], [ -121.817246000368826, 37.228013999796843 ], [ -121.817005000344409, 37.229570000026456 ], [ -121.818248999926269, 37.2301980002511 ], [ -121.818011000274907, 37.232979000206861 ], [ -121.816885999620396, 37.234653999959967 ], [ -121.816856000381478, 37.236975999705571 ], [ -121.820174999573538, 37.237535999841853 ], [ -121.822101999943996, 37.237570999980434 ], [ -121.825914999778774, 37.237456999694096 ], [ -121.830607000220709, 37.236873000216058 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512031", "NAME": "Census Tract 5120.31", "state": "06", "county_fips": "085", "tract": "512031", "county_name": "Santa Clara County", "tot_pop_2050": 4488, "tot_pop_pov_det_2050": 4472, "tot_pop_civ_ni_2050": 4488, "tot_hh_2050": 1381, "pop_zvhhs_2050": 40, "tot_fam_2050": 1187, "tot_pop_over5_2050": 4230, "pop_hus_rent50_2050": 64, "pop_minority_2050": 2258, "pop_over75_2050": 235, "pop_spfam_2050": 46, "pop_lep_2050": 280, "pop_below200_2050": 410, "pop_disability_2050": 451, "pct_minority_2050": 0.50311942959001787, "pct_over75_2050": 0.052361853832442067, "pct_spfam_2050": 0.038753159224936821, "pct_lep_2050": 0.066193853427895979, "pct_below200_2050": 0.091681574239713778, "pct_disab_2050": 0.10049019607843138, "pct_zvhhs_2050": 0.028964518464880518, "pct_hus_rent50_2050": 0.046343229543808831, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022379269729092998, "pct_minority_2040": 0.49776207302709102, "pct_spfam_2040": 0.097925311203320015, "pct_lep_2040": 0.054873465296917993, "pct_below200_2040": 0.11707891637220301, "pct_disab_2040": 0.10435806831566499, "pct_zvhhs_2040": 0.02078853046595, "pct_hus_rent50_2040": 0.071531791907514991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.818011000274907, 37.232979000206861 ], [ -121.818248999926269, 37.2301980002511 ], [ -121.817005000344409, 37.229570000026456 ], [ -121.817246000368826, 37.228013999796843 ], [ -121.813324999680745, 37.226642999790101 ], [ -121.808975000443851, 37.226752000160616 ], [ -121.805698000186297, 37.224274000313393 ], [ -121.803662000035885, 37.224639000174861 ], [ -121.803968000357642, 37.227354999941269 ], [ -121.803752000447574, 37.227863999794337 ], [ -121.80380400032611, 37.23120599986747 ], [ -121.803825000242497, 37.232908999940854 ], [ -121.803840000311126, 37.236990000153014 ], [ -121.809792000228441, 37.23694199983408 ], [ -121.81581000026803, 37.236910000319625 ], [ -121.816856000381478, 37.236975999705571 ], [ -121.816885999620396, 37.234653999959967 ], [ -121.818011000274907, 37.232979000206861 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512032", "NAME": "Census Tract 5120.32", "state": "06", "county_fips": "085", "tract": "512032", "county_name": "Santa Clara County", "tot_pop_2050": 3308, "tot_pop_pov_det_2050": 3303, "tot_pop_civ_ni_2050": 3303, "tot_hh_2050": 1052, "pop_zvhhs_2050": 10, "tot_fam_2050": 856, "tot_pop_over5_2050": 3098, "pop_hus_rent50_2050": 20, "pop_minority_2050": 2012, "pop_over75_2050": 173, "pop_spfam_2050": 88, "pop_lep_2050": 102, "pop_below200_2050": 511, "pop_disability_2050": 321, "pct_minority_2050": 0.60822249093107617, "pct_over75_2050": 0.052297460701330109, "pct_spfam_2050": 0.10280373831775699, "pct_lep_2050": 0.0329244673983215, "pct_below200_2050": 0.15470784135634272, "pct_disab_2050": 0.097184377838328798, "pct_zvhhs_2050": 0.0095057034220532317, "pct_hus_rent50_2050": 0.019011406844106463, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033695031410622994, "pct_minority_2040": 0.64448886350656798, "pct_spfam_2040": 0.12823529411764698, "pct_lep_2040": 0.038013488657264997, "pct_below200_2040": 0.18610634648370497, "pct_disab_2040": 0.098341909662663998, "pct_zvhhs_2040": 0.014763779527558999, "pct_hus_rent50_2040": 0.013779527559055, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.790609000155584, 37.229824000098063 ], [ -121.791061999892094, 37.225168000166285 ], [ -121.78914499956737, 37.223547000315648 ], [ -121.788630999731467, 37.223401000042756 ], [ -121.788875999953859, 37.222803000198809 ], [ -121.788587000248867, 37.222653999863432 ], [ -121.786263000218355, 37.220863999979542 ], [ -121.783493999948917, 37.219885999672542 ], [ -121.782424000444308, 37.218171000007821 ], [ -121.782226999902505, 37.218612999874416 ], [ -121.782864999586977, 37.220447000172754 ], [ -121.782703000103567, 37.220626999816325 ], [ -121.782587999577558, 37.220769000281223 ], [ -121.77917399995097, 37.224405999691179 ], [ -121.778987000353212, 37.22458499990887 ], [ -121.776844000072657, 37.226864000259134 ], [ -121.772657999969013, 37.231497000049259 ], [ -121.772400000226128, 37.233701000037215 ], [ -121.773493000195259, 37.236811000059674 ], [ -121.77307200024579, 37.238032999714548 ], [ -121.777990999570136, 37.240984999839782 ], [ -121.786094999988862, 37.245853999882748 ], [ -121.789865999990823, 37.242814000092366 ], [ -121.789496999919876, 37.238743999782699 ], [ -121.784201999953567, 37.235574000066933 ], [ -121.788489000339567, 37.232181000330641 ], [ -121.790609000155584, 37.229824000098063 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512033", "NAME": "Census Tract 5120.33", "state": "06", "county_fips": "085", "tract": "512033", "county_name": "Santa Clara County", "tot_pop_2050": 8782, "tot_pop_pov_det_2050": 8743, "tot_pop_civ_ni_2050": 8769, "tot_hh_2050": 2933, "pop_zvhhs_2050": 131, "tot_fam_2050": 2111, "tot_pop_over5_2050": 8130, "pop_hus_rent50_2050": 380, "pop_minority_2050": 5650, "pop_over75_2050": 244, "pop_spfam_2050": 324, "pop_lep_2050": 249, "pop_below200_2050": 1465, "pop_disability_2050": 581, "pct_minority_2050": 0.64336142108859029, "pct_over75_2050": 0.027784103848781602, "pct_spfam_2050": 0.15348176219801046, "pct_lep_2050": 0.030627306273062725, "pct_below200_2050": 0.16756262152579207, "pct_disab_2050": 0.066256129547268769, "pct_zvhhs_2050": 0.044664166382543474, "pct_hus_rent50_2050": 0.1295601772928742, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.020209811786486002, "pct_minority_2040": 0.59888923171860498, "pct_spfam_2040": 0.16073478760045901, "pct_lep_2040": 0.029493691627069, "pct_below200_2040": 0.176388673990407, "pct_disab_2040": 0.088503790809221994, "pct_zvhhs_2040": 0.05281173594132, "pct_hus_rent50_2040": 0.10855745721271401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.803944000068199, 37.245964000076782 ], [ -121.804056000221181, 37.243019999857779 ], [ -121.803840000311126, 37.236990000153014 ], [ -121.803825000242497, 37.232908999940854 ], [ -121.80380400032611, 37.23120599986747 ], [ -121.803752000447574, 37.227863999794337 ], [ -121.803968000357642, 37.227354999941269 ], [ -121.803662000035885, 37.224639000174861 ], [ -121.801087999760114, 37.225718000259086 ], [ -121.791675000360527, 37.225941999784631 ], [ -121.791861000133366, 37.224915000135773 ], [ -121.791159999801394, 37.22427900029404 ], [ -121.790968000180797, 37.224216999795374 ], [ -121.790727000156366, 37.224057000118954 ], [ -121.790671999904745, 37.223948000144986 ], [ -121.790686000148469, 37.223749999789334 ], [ -121.79048699995684, 37.223485999937147 ], [ -121.790398000268382, 37.223161999961022 ], [ -121.790315000427697, 37.223118000183653 ], [ -121.789725000423843, 37.2229090003542 ], [ -121.789484000399398, 37.222859000339952 ], [ -121.789223000283485, 37.222880999949702 ], [ -121.788875999953859, 37.222803000198809 ], [ -121.788630999731467, 37.223401000042756 ], [ -121.78914499956737, 37.223547000315648 ], [ -121.791061999892094, 37.225168000166285 ], [ -121.790609000155584, 37.229824000098063 ], [ -121.788489000339567, 37.232181000330641 ], [ -121.784201999953567, 37.235574000066933 ], [ -121.789496999919876, 37.238743999782699 ], [ -121.789865999990823, 37.242814000092366 ], [ -121.786094999988862, 37.245853999882748 ], [ -121.792407999581215, 37.249630999643529 ], [ -121.802490000424029, 37.255624999799899 ], [ -121.802897999954723, 37.255330000047621 ], [ -121.802085000368081, 37.254839000242221 ], [ -121.80402400043414, 37.251476000177163 ], [ -121.803944000068199, 37.245964000076782 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512034", "NAME": "Census Tract 5120.34", "state": "06", "county_fips": "085", "tract": "512034", "county_name": "Santa Clara County", "tot_pop_2050": 3034, "tot_pop_pov_det_2050": 3028, "tot_pop_civ_ni_2050": 3034, "tot_hh_2050": 1004, "pop_zvhhs_2050": 33, "tot_fam_2050": 814, "tot_pop_over5_2050": 2723, "pop_hus_rent50_2050": 64, "pop_minority_2050": 1709, "pop_over75_2050": 117, "pop_spfam_2050": 102, "pop_lep_2050": 161, "pop_below200_2050": 157, "pop_disability_2050": 311, "pct_minority_2050": 0.56328279499011202, "pct_over75_2050": 0.038562953197099535, "pct_spfam_2050": 0.12530712530712532, "pct_lep_2050": 0.059125964010282778, "pct_below200_2050": 0.051849405548216647, "pct_disab_2050": 0.1025049439683586, "pct_zvhhs_2050": 0.032868525896414334, "pct_hus_rent50_2050": 0.063745019920318724, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023248304811107998, "pct_minority_2040": 0.53535679690022597, "pct_spfam_2040": 0.048387096774192999, "pct_lep_2040": 0.059712230215827, "pct_below200_2040": 0.096010379500487006, "pct_disab_2040": 0.090087181143041997, "pct_zvhhs_2040": 0.019943019943020002, "pct_hus_rent50_2040": 0.0, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.776844000072657, 37.226864000259134 ], [ -121.778987000353212, 37.22458499990887 ], [ -121.774442000224326, 37.222701999979641 ], [ -121.773093999987069, 37.22444800016001 ], [ -121.772799000434318, 37.225072000181136 ], [ -121.767238000329201, 37.224055000120835 ], [ -121.76648500011872, 37.22676299975614 ], [ -121.763684999887147, 37.231965999789935 ], [ -121.769300000418909, 37.234900999653 ], [ -121.768706000217065, 37.235438000105304 ], [ -121.77307200024579, 37.238032999714548 ], [ -121.773493000195259, 37.236811000059674 ], [ -121.772400000226128, 37.233701000037215 ], [ -121.772657999969013, 37.231497000049259 ], [ -121.776844000072657, 37.226864000259134 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512035", "NAME": "Census Tract 5120.35", "state": "06", "county_fips": "085", "tract": "512035", "county_name": "Santa Clara County", "tot_pop_2050": 4818, "tot_pop_pov_det_2050": 4818, "tot_pop_civ_ni_2050": 4818, "tot_hh_2050": 1402, "pop_zvhhs_2050": 33, "tot_fam_2050": 1182, "tot_pop_over5_2050": 4509, "pop_hus_rent50_2050": 57, "pop_minority_2050": 2789, "pop_over75_2050": 238, "pop_spfam_2050": 51, "pop_lep_2050": 278, "pop_below200_2050": 312, "pop_disability_2050": 414, "pct_minority_2050": 0.57887090078870895, "pct_over75_2050": 0.049398090493980903, "pct_spfam_2050": 0.043147208121827416, "pct_lep_2050": 0.061654468840097586, "pct_below200_2050": 0.064757160647571602, "pct_disab_2050": 0.085927770859277705, "pct_zvhhs_2050": 0.023537803138373756, "pct_hus_rent50_2050": 0.040656205420827388, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031940441882805003, "pct_minority_2040": 0.55379442843419802, "pct_spfam_2040": 0.17473118279569902, "pct_lep_2040": 0.019500780031201002, "pct_below200_2040": 0.17146974063400597, "pct_disab_2040": 0.069404418828049999, "pct_zvhhs_2040": 0.054755043227665993, "pct_hus_rent50_2040": 0.116751269035533, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.778987000353212, 37.22458499990887 ], [ -121.77917399995097, 37.224405999691179 ], [ -121.771273999746725, 37.22100399991929 ], [ -121.771001999760188, 37.218067999867515 ], [ -121.770862000018099, 37.217376999727733 ], [ -121.769536000420473, 37.21738100007807 ], [ -121.765363999662199, 37.214714999985688 ], [ -121.764340000188355, 37.216248999782955 ], [ -121.762802999805189, 37.217723999998022 ], [ -121.761023999572743, 37.216519999904875 ], [ -121.758671999953151, 37.217762999648201 ], [ -121.758865000296979, 37.218743999790512 ], [ -121.756217000401364, 37.220208000029878 ], [ -121.751063999826968, 37.221645000350946 ], [ -121.74837800029654, 37.22213300031823 ], [ -121.746942000195716, 37.222715000199535 ], [ -121.747773000224043, 37.22394500014348 ], [ -121.75114900021579, 37.226433999715155 ], [ -121.751649999632903, 37.226751000197325 ], [ -121.768706000217065, 37.235438000105304 ], [ -121.769300000418909, 37.234900999653 ], [ -121.763684999887147, 37.231965999789935 ], [ -121.76648500011872, 37.22676299975614 ], [ -121.767238000329201, 37.224055000120835 ], [ -121.772799000434318, 37.225072000181136 ], [ -121.773093999987069, 37.22444800016001 ], [ -121.774442000224326, 37.222701999979641 ], [ -121.778987000353212, 37.22458499990887 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512036", "NAME": "Census Tract 5120.36", "state": "06", "county_fips": "085", "tract": "512036", "county_name": "Santa Clara County", "tot_pop_2050": 5268, "tot_pop_pov_det_2050": 5262, "tot_pop_civ_ni_2050": 5268, "tot_hh_2050": 1867, "pop_zvhhs_2050": 25, "tot_fam_2050": 1352, "tot_pop_over5_2050": 4853, "pop_hus_rent50_2050": 194, "pop_minority_2050": 3312, "pop_over75_2050": 121, "pop_spfam_2050": 158, "pop_lep_2050": 84, "pop_below200_2050": 400, "pop_disability_2050": 416, "pct_minority_2050": 0.62870159453302965, "pct_over75_2050": 0.022968868640850414, "pct_spfam_2050": 0.1168639053254438, "pct_lep_2050": 0.017308881104471461, "pct_below200_2050": 0.076016723679209419, "pct_disab_2050": 0.078967350037965081, "pct_zvhhs_2050": 0.013390465988216391, "pct_hus_rent50_2050": 0.10391001606855918, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0045616818722729992, "pct_minority_2040": 0.65827052756842497, "pct_spfam_2040": 0.12519561815336502, "pct_lep_2040": 0.032737454232177006, "pct_below200_2040": 0.108488694962317, "pct_disab_2040": 0.034113447044822998, "pct_zvhhs_2040": 0.020487264673310999, "pct_hus_rent50_2040": 0.12109152927799902, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.817689000059616, 37.24341400019442 ], [ -121.817542999571444, 37.242114000014759 ], [ -121.817279999805692, 37.241072999972147 ], [ -121.81681700002342, 37.239550999848511 ], [ -121.816856000381478, 37.236975999705571 ], [ -121.81581000026803, 37.236910000319625 ], [ -121.809792000228441, 37.23694199983408 ], [ -121.803840000311126, 37.236990000153014 ], [ -121.804056000221181, 37.243019999857779 ], [ -121.805918000294341, 37.243250000083101 ], [ -121.817689000059616, 37.24341400019442 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512037", "NAME": "Census Tract 5120.37", "state": "06", "county_fips": "085", "tract": "512037", "county_name": "Santa Clara County", "tot_pop_2050": 3382, "tot_pop_pov_det_2050": 3382, "tot_pop_civ_ni_2050": 3382, "tot_hh_2050": 994, "pop_zvhhs_2050": 24, "tot_fam_2050": 862, "tot_pop_over5_2050": 3100, "pop_hus_rent50_2050": 12, "pop_minority_2050": 1891, "pop_over75_2050": 164, "pop_spfam_2050": 59, "pop_lep_2050": 82, "pop_below200_2050": 291, "pop_disability_2050": 338, "pct_minority_2050": 0.55913660555884093, "pct_over75_2050": 0.048492016558249564, "pct_spfam_2050": 0.068445475638051048, "pct_lep_2050": 0.026451612903225809, "pct_below200_2050": 0.086043761088113541, "pct_disab_2050": 0.099940863394441165, "pct_zvhhs_2050": 0.024144869215291749, "pct_hus_rent50_2050": 0.012072434607645876, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050417469492614012, "pct_minority_2040": 0.48330122029544004, "pct_spfam_2040": 0.071106094808125991, "pct_lep_2040": 0.062266076896904006, "pct_below200_2040": 0.10480490164463099, "pct_disab_2040": 0.070648683365445997, "pct_zvhhs_2040": 0.014056224899597999, "pct_hus_rent50_2040": 0.013052208835341002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.830722999673355, 37.244970000099485 ], [ -121.83068800041157, 37.242074000324763 ], [ -121.830607000220709, 37.236873000216058 ], [ -121.825914999778774, 37.237456999694096 ], [ -121.822101999943996, 37.237570999980434 ], [ -121.820174999573538, 37.237535999841853 ], [ -121.816856000381478, 37.236975999705571 ], [ -121.81681700002342, 37.239550999848511 ], [ -121.817279999805692, 37.241072999972147 ], [ -121.817542999571444, 37.242114000014759 ], [ -121.817689000059616, 37.24341400019442 ], [ -121.82039800005461, 37.243575000013244 ], [ -121.823478999595253, 37.244396000345461 ], [ -121.829987999904517, 37.247493000090479 ], [ -121.830722999673355, 37.244970000099485 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512038", "NAME": "Census Tract 5120.38", "state": "06", "county_fips": "085", "tract": "512038", "county_name": "Santa Clara County", "tot_pop_2050": 3259, "tot_pop_pov_det_2050": 3259, "tot_pop_civ_ni_2050": 3259, "tot_hh_2050": 1086, "pop_zvhhs_2050": 39, "tot_fam_2050": 848, "tot_pop_over5_2050": 3030, "pop_hus_rent50_2050": 94, "pop_minority_2050": 1916, "pop_over75_2050": 59, "pop_spfam_2050": 132, "pop_lep_2050": 136, "pop_below200_2050": 919, "pop_disability_2050": 354, "pct_minority_2050": 0.58791040196379263, "pct_over75_2050": 0.018103712795335989, "pct_spfam_2050": 0.15566037735849056, "pct_lep_2050": 0.044884488448844885, "pct_below200_2050": 0.28198833998158945, "pct_disab_2050": 0.10862227677201597, "pct_zvhhs_2050": 0.03591160220994475, "pct_hus_rent50_2050": 0.086556169429097607, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.014613778705636999, "pct_minority_2040": 0.64752957550452295, "pct_spfam_2040": 0.23886639676113397, "pct_lep_2040": 0.084758364312268006, "pct_below200_2040": 0.28838028169014102, "pct_disab_2040": 0.087334725121781989, "pct_zvhhs_2040": 0.016129032258063999, "pct_hus_rent50_2040": 0.039487726787619998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.777990999570136, 37.240984999839782 ], [ -121.77307200024579, 37.238032999714548 ], [ -121.768706000217065, 37.235438000105304 ], [ -121.751649999632903, 37.226751000197325 ], [ -121.75114900021579, 37.226433999715155 ], [ -121.750269999608591, 37.227037999852293 ], [ -121.748590000008633, 37.228265000273261 ], [ -121.747477999772912, 37.229525999696165 ], [ -121.764758999589674, 37.239288000045853 ], [ -121.769558999986685, 37.242066999858409 ], [ -121.770716000428223, 37.242042000128428 ], [ -121.777990999570136, 37.240984999839782 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512039", "NAME": "Census Tract 5120.39", "state": "06", "county_fips": "085", "tract": "512039", "county_name": "Santa Clara County", "tot_pop_2050": 5257, "tot_pop_pov_det_2050": 5257, "tot_pop_civ_ni_2050": 5257, "tot_hh_2050": 1430, "pop_zvhhs_2050": 91, "tot_fam_2050": 1222, "tot_pop_over5_2050": 4966, "pop_hus_rent50_2050": 0, "pop_minority_2050": 4396, "pop_over75_2050": 140, "pop_spfam_2050": 176, "pop_lep_2050": 467, "pop_below200_2050": 581, "pop_disability_2050": 361, "pct_minority_2050": 0.8362183754993342, "pct_over75_2050": 0.026631158455392809, "pct_spfam_2050": 0.14402618657937807, "pct_lep_2050": 0.09403946838501813, "pct_below200_2050": 0.11051930758988016, "pct_disab_2050": 0.068670344302834321, "pct_zvhhs_2050": 0.06363636363636363, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026793248945148, "pct_minority_2040": 0.79493670886076007, "pct_spfam_2040": 0.14543812104787698, "pct_lep_2040": 0.077359346642468005, "pct_below200_2040": 0.14303797468354401, "pct_disab_2040": 0.066244725738397015, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0048622366288489996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.801030000033791, 37.256640000277855 ], [ -121.802490000424029, 37.255624999799899 ], [ -121.792407999581215, 37.249630999643529 ], [ -121.786094999988862, 37.245853999882748 ], [ -121.777990999570136, 37.240984999839782 ], [ -121.770716000428223, 37.242042000128428 ], [ -121.769558999986685, 37.242066999858409 ], [ -121.781190999834791, 37.248540000316531 ], [ -121.791947000347079, 37.254440999765649 ], [ -121.793996999842889, 37.255544999726752 ], [ -121.796480999706958, 37.257159000338625 ], [ -121.799178000006378, 37.257135999731112 ], [ -121.801030000033791, 37.256640000277855 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512042", "NAME": "Census Tract 5120.42", "state": "06", "county_fips": "085", "tract": "512042", "county_name": "Santa Clara County", "tot_pop_2050": 3001, "tot_pop_pov_det_2050": 2990, "tot_pop_civ_ni_2050": 2990, "tot_hh_2050": 870, "pop_zvhhs_2050": 90, "tot_fam_2050": 671, "tot_pop_over5_2050": 2894, "pop_hus_rent50_2050": 168, "pop_minority_2050": 2705, "pop_over75_2050": 121, "pop_spfam_2050": 123, "pop_lep_2050": 509, "pop_below200_2050": 711, "pop_disability_2050": 283, "pct_minority_2050": 0.90136621126291239, "pct_over75_2050": 0.040319893368877036, "pct_spfam_2050": 0.18330849478390465, "pct_lep_2050": 0.17588113337940567, "pct_below200_2050": 0.23779264214046825, "pct_disab_2050": 0.094648829431438125, "pct_zvhhs_2050": 0.10344827586206896, "pct_hus_rent50_2050": 0.19310344827586207, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028733593472862997, "pct_minority_2040": 0.88329194749911288, "pct_spfam_2040": 0.13535031847133799, "pct_lep_2040": 0.12725903614457801, "pct_below200_2040": 0.28208795137647497, "pct_disab_2040": 0.072468916518649992, "pct_zvhhs_2040": 0.118329466357309, "pct_hus_rent50_2040": 0.178114086146682, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.819977999930018, 37.269292000284288 ], [ -121.822106000141957, 37.267429999809991 ], [ -121.817484000020201, 37.264536000051557 ], [ -121.813524999697265, 37.262195999947757 ], [ -121.810299000391652, 37.260201999791853 ], [ -121.80998100037435, 37.261581999813039 ], [ -121.809875000069127, 37.26850400012021 ], [ -121.808332999663122, 37.269089999897879 ], [ -121.808865999765572, 37.269383999976313 ], [ -121.811757000233769, 37.269194999904521 ], [ -121.813649000444144, 37.269185000182532 ], [ -121.815678999848473, 37.269194999904521 ], [ -121.818514000240143, 37.269695000037771 ], [ -121.819977999930018, 37.269292000284288 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512043", "NAME": "Census Tract 5120.43", "state": "06", "county_fips": "085", "tract": "512043", "county_name": "Santa Clara County", "tot_pop_2050": 6744, "tot_pop_pov_det_2050": 6729, "tot_pop_civ_ni_2050": 6744, "tot_hh_2050": 1510, "pop_zvhhs_2050": 85, "tot_fam_2050": 1251, "tot_pop_over5_2050": 6146, "pop_hus_rent50_2050": 361, "pop_minority_2050": 5957, "pop_over75_2050": 167, "pop_spfam_2050": 369, "pop_lep_2050": 1221, "pop_below200_2050": 2997, "pop_disability_2050": 455, "pct_minority_2050": 0.88330367734282322, "pct_over75_2050": 0.024762752075919336, "pct_spfam_2050": 0.29496402877697842, "pct_lep_2050": 0.19866579889358926, "pct_below200_2050": 0.44538564422648241, "pct_disab_2050": 0.067467378410438913, "pct_zvhhs_2050": 0.056291390728476817, "pct_hus_rent50_2050": 0.2390728476821192, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029879305269355002, "pct_minority_2040": 0.92566970856638209, "pct_spfam_2040": 0.34198473282442704, "pct_lep_2040": 0.256693168911245, "pct_below200_2040": 0.58256880733944905, "pct_disab_2040": 0.086694141889903001, "pct_zvhhs_2040": 0.080519480519481004, "pct_hus_rent50_2040": 0.18617021276595699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.80998100037435, 37.261581999813039 ], [ -121.810299000391652, 37.260201999791853 ], [ -121.802490000424029, 37.255624999799899 ], [ -121.801030000033791, 37.256640000277855 ], [ -121.799178000006378, 37.257135999731112 ], [ -121.798861999638902, 37.259420999883268 ], [ -121.800536000289398, 37.262391000231048 ], [ -121.801787000442246, 37.266028999986666 ], [ -121.802395999814394, 37.265904000255482 ], [ -121.805828999707543, 37.265838999912916 ], [ -121.80597500019573, 37.266383999893307 ], [ -121.80767999991005, 37.267162000090813 ], [ -121.808332999663122, 37.269089999897879 ], [ -121.809875000069127, 37.26850400012021 ], [ -121.80998100037435, 37.261581999813039 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512045", "NAME": "Census Tract 5120.45", "state": "06", "county_fips": "085", "tract": "512045", "county_name": "Santa Clara County", "tot_pop_2050": 5566, "tot_pop_pov_det_2050": 5561, "tot_pop_civ_ni_2050": 5561, "tot_hh_2050": 1809, "pop_zvhhs_2050": 25, "tot_fam_2050": 1456, "tot_pop_over5_2050": 5265, "pop_hus_rent50_2050": 56, "pop_minority_2050": 2666, "pop_over75_2050": 370, "pop_spfam_2050": 82, "pop_lep_2050": 234, "pop_below200_2050": 546, "pop_disability_2050": 541, "pct_minority_2050": 0.4789795185052102, "pct_over75_2050": 0.066475026949335256, "pct_spfam_2050": 0.056318681318681327, "pct_lep_2050": 0.044444444444444453, "pct_below200_2050": 0.098183779895702206, "pct_disab_2050": 0.097284661032188441, "pct_zvhhs_2050": 0.013819789939192924, "pct_hus_rent50_2050": 0.030956329463792152, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038447846208614994, "pct_minority_2040": 0.51993592025631896, "pct_spfam_2040": 0.110953058321479, "pct_lep_2040": 0.038490853658537001, "pct_below200_2040": 0.10919230077352, "pct_disab_2040": 0.079472558802565998, "pct_zvhhs_2040": 0.017250973845297998, "pct_hus_rent50_2040": 0.022815804117974001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.840889000181761, 37.234188999949097 ], [ -121.841023999900969, 37.231207999675931 ], [ -121.840587999882871, 37.230439000036256 ], [ -121.835165999694965, 37.228191000145571 ], [ -121.835345999620003, 37.226734000103747 ], [ -121.829720000115913, 37.226234000223656 ], [ -121.830481999648924, 37.228137000277151 ], [ -121.830551000144212, 37.233209000316826 ], [ -121.830607000220709, 37.236873000216058 ], [ -121.83068800041157, 37.242074000324763 ], [ -121.830722999673355, 37.244970000099485 ], [ -121.829987999904517, 37.247493000090479 ], [ -121.836509999734247, 37.250722999980439 ], [ -121.839742999610863, 37.250540999950729 ], [ -121.83978399961876, 37.249951999889944 ], [ -121.839718000394825, 37.243022000067953 ], [ -121.839705999800927, 37.242042000128428 ], [ -121.839619999587214, 37.236789000222643 ], [ -121.840373999622642, 37.235297999783292 ], [ -121.840889000181761, 37.234188999949097 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512047", "NAME": "Census Tract 5120.47", "state": "06", "county_fips": "085", "tract": "512047", "county_name": "Santa Clara County", "tot_pop_2050": 5866, "tot_pop_pov_det_2050": 5850, "tot_pop_civ_ni_2050": 5866, "tot_hh_2050": 1688, "pop_zvhhs_2050": 18, "tot_fam_2050": 1428, "tot_pop_over5_2050": 5425, "pop_hus_rent50_2050": 78, "pop_minority_2050": 3037, "pop_over75_2050": 347, "pop_spfam_2050": 123, "pop_lep_2050": 360, "pop_below200_2050": 720, "pop_disability_2050": 492, "pct_minority_2050": 0.51772928741902491, "pct_over75_2050": 0.059154449369246499, "pct_spfam_2050": 0.086134453781512604, "pct_lep_2050": 0.066359447004608302, "pct_below200_2050": 0.12307692307692307, "pct_disab_2050": 0.083873167405386972, "pct_zvhhs_2050": 0.01066350710900474, "pct_hus_rent50_2050": 0.046208530805687202, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071033374977689995, "pct_minority_2040": 0.53435659468142105, "pct_spfam_2040": 0.13034188034188002, "pct_lep_2040": 0.105242942193201, "pct_below200_2040": 0.19061217205068695, "pct_disab_2040": 0.077101552739604007, "pct_zvhhs_2040": 0.026865671641791003, "pct_hus_rent50_2040": 0.078208955223880994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.850801000246932, 37.238782000202086 ], [ -121.851127999586765, 37.237301000227376 ], [ -121.850570000268249, 37.235589999751845 ], [ -121.84843100018567, 37.233602999726834 ], [ -121.844546000380916, 37.232256000009109 ], [ -121.842853000362155, 37.231587000327885 ], [ -121.841023999900969, 37.231207999675931 ], [ -121.840889000181761, 37.234188999949097 ], [ -121.840373999622642, 37.235297999783292 ], [ -121.839619999587214, 37.236789000222643 ], [ -121.839705999800927, 37.242042000128428 ], [ -121.839718000394825, 37.243022000067953 ], [ -121.83978399961876, 37.249951999889944 ], [ -121.839742999610863, 37.250540999950729 ], [ -121.841809999723424, 37.250617000315202 ], [ -121.846752000410632, 37.250573000113569 ], [ -121.846773000327047, 37.249968000098107 ], [ -121.84916000010675, 37.243297999960753 ], [ -121.850801000246932, 37.238782000202086 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512052", "NAME": "Census Tract 5120.52", "state": "06", "county_fips": "085", "tract": "512052", "county_name": "Santa Clara County", "tot_pop_2050": 4385, "tot_pop_pov_det_2050": 4346, "tot_pop_civ_ni_2050": 4385, "tot_hh_2050": 1723, "pop_zvhhs_2050": 44, "tot_fam_2050": 1127, "tot_pop_over5_2050": 4043, "pop_hus_rent50_2050": 222, "pop_minority_2050": 2046, "pop_over75_2050": 296, "pop_spfam_2050": 217, "pop_lep_2050": 252, "pop_below200_2050": 622, "pop_disability_2050": 444, "pct_minority_2050": 0.46659064994298738, "pct_over75_2050": 0.06750285062713797, "pct_spfam_2050": 0.19254658385093168, "pct_lep_2050": 0.062329953005194165, "pct_below200_2050": 0.14312011044638748, "pct_disab_2050": 0.10125427594070696, "pct_zvhhs_2050": 0.025536854323853744, "pct_hus_rent50_2050": 0.12884503772489844, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061409972979611996, "pct_minority_2040": 0.47850650945713602, "pct_spfam_2040": 0.17033492822966501, "pct_lep_2040": 0.069429778247095994, "pct_below200_2040": 0.15598133136821399, "pct_disab_2040": 0.110537951363301, "pct_zvhhs_2040": 0.051847437425507001, "pct_hus_rent50_2040": 0.081644815256256997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.875315000271129, 37.250817000192889 ], [ -121.874669000190764, 37.24471299967874 ], [ -121.874793999864224, 37.243756999705255 ], [ -121.874926000108715, 37.242606000257858 ], [ -121.871400000329132, 37.243272000179836 ], [ -121.870913000257417, 37.243306999800332 ], [ -121.870037000023274, 37.24325300003165 ], [ -121.867378000257006, 37.242606000257858 ], [ -121.866250000127792, 37.242338999931413 ], [ -121.863464000139899, 37.241686000156356 ], [ -121.862397000110064, 37.241656000041708 ], [ -121.860267000248299, 37.242261000284302 ], [ -121.857940999669651, 37.240472000046154 ], [ -121.855891000173827, 37.246193999898587 ], [ -121.855560999562641, 37.247120000336572 ], [ -121.854425999760736, 37.250314999844178 ], [ -121.858876000353362, 37.25035799983123 ], [ -121.866549999703437, 37.250410000215197 ], [ -121.870166999719601, 37.250475000287118 ], [ -121.874506999809071, 37.250839000225703 ], [ -121.875315000271129, 37.250817000192889 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512053", "NAME": "Census Tract 5120.53", "state": "06", "county_fips": "085", "tract": "512053", "county_name": "Santa Clara County", "tot_pop_2050": 4390, "tot_pop_pov_det_2050": 4390, "tot_pop_civ_ni_2050": 4390, "tot_hh_2050": 1457, "pop_zvhhs_2050": 47, "tot_fam_2050": 1147, "tot_pop_over5_2050": 4214, "pop_hus_rent50_2050": 87, "pop_minority_2050": 2617, "pop_over75_2050": 203, "pop_spfam_2050": 156, "pop_lep_2050": 211, "pop_below200_2050": 652, "pop_disability_2050": 328, "pct_minority_2050": 0.5961275626423691, "pct_over75_2050": 0.04624145785876993, "pct_spfam_2050": 0.13600697471665213, "pct_lep_2050": 0.050071191267204565, "pct_below200_2050": 0.14851936218678816, "pct_disab_2050": 0.07471526195899772, "pct_zvhhs_2050": 0.032258064516129031, "pct_hus_rent50_2050": 0.059711736444749489, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022939504669102998, "pct_minority_2040": 0.62484774665042597, "pct_spfam_2040": 0.15845337376800597, "pct_lep_2040": 0.092341842397335991, "pct_below200_2040": 0.20889159561510398, "pct_disab_2040": 0.069021518473405985, "pct_zvhhs_2040": 0.0084196891191709988, "pct_hus_rent50_2040": 0.092398427260813001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.862397000110064, 37.241656000041708 ], [ -121.862722999624978, 37.240048999810639 ], [ -121.859786999849263, 37.238528000272076 ], [ -121.853871999741855, 37.237160999789303 ], [ -121.852889000275894, 37.23692099986372 ], [ -121.851127999586765, 37.237301000227376 ], [ -121.850801000246932, 37.238782000202086 ], [ -121.84916000010675, 37.243297999960753 ], [ -121.846773000327047, 37.249968000098107 ], [ -121.846752000410632, 37.250573000113569 ], [ -121.849509000086201, 37.25051200014903 ], [ -121.854425999760736, 37.250314999844178 ], [ -121.855560999562641, 37.247120000336572 ], [ -121.855891000173827, 37.246193999898587 ], [ -121.857940999669651, 37.240472000046154 ], [ -121.860267000248299, 37.242261000284302 ], [ -121.862397000110064, 37.241656000041708 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512100", "NAME": "Census Tract 5121", "state": "06", "county_fips": "085", "tract": "512100", "county_name": "Santa Clara County", "tot_pop_2050": 1504, "tot_pop_pov_det_2050": 1486, "tot_pop_civ_ni_2050": 1504, "tot_hh_2050": 470, "pop_zvhhs_2050": 25, "tot_fam_2050": 360, "tot_pop_over5_2050": 1402, "pop_hus_rent50_2050": 16, "pop_minority_2050": 963, "pop_over75_2050": 71, "pop_spfam_2050": 21, "pop_lep_2050": 168, "pop_below200_2050": 282, "pop_disability_2050": 229, "pct_minority_2050": 0.64029255319148937, "pct_over75_2050": 0.047207446808510641, "pct_spfam_2050": 0.058333333333333327, "pct_lep_2050": 0.11982881597717546, "pct_below200_2050": 0.18977119784656801, "pct_disab_2050": 0.15226063829787234, "pct_zvhhs_2050": 0.053191489361702128, "pct_hus_rent50_2050": 0.034042553191489362, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062281722933644, "pct_minority_2040": 0.72293364377182801, "pct_spfam_2040": 0.0, "pct_lep_2040": 0.16879795396419398, "pct_below200_2040": 0.28803367408298303, "pct_disab_2040": 0.065230052417005996, "pct_zvhhs_2040": 0.0086393088552920005, "pct_hus_rent50_2040": 0.122494432071269, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.779560999565234, 37.20724399969037 ], [ -121.779760999581768, 37.205144000249895 ], [ -121.778573999901312, 37.202815000095036 ], [ -121.77820900002834, 37.201086000241943 ], [ -121.777061999632551, 37.198650000008428 ], [ -121.779151000384729, 37.196894000248513 ], [ -121.779669000418579, 37.19642800034817 ], [ -121.774473000186489, 37.193175000034508 ], [ -121.768661000011221, 37.19214500031957 ], [ -121.767125000351328, 37.192067000280176 ], [ -121.76456100012129, 37.190187000204261 ], [ -121.762964000362018, 37.190830999690832 ], [ -121.763458000106425, 37.188508000150847 ], [ -121.761821999989067, 37.188032000262758 ], [ -121.759306000337958, 37.185205000072571 ], [ -121.760106000404122, 37.183039999970084 ], [ -121.761689999744604, 37.182237999952733 ], [ -121.761181999756502, 37.181659000176467 ], [ -121.760062999848103, 37.179860000256369 ], [ -121.759389000178629, 37.1754530001079 ], [ -121.758691000219727, 37.17197000031048 ], [ -121.756656999719112, 37.169643999753511 ], [ -121.755612000328881, 37.16790100017306 ], [ -121.755768999789396, 37.165007999659814 ], [ -121.755444999924308, 37.16410700033704 ], [ -121.754579999560804, 37.163506000042744 ], [ -121.752135999879684, 37.162712999698343 ], [ -121.750738000312055, 37.161291000209879 ], [ -121.74953999986262, 37.159850000066491 ], [ -121.749436000105561, 37.154919999950998 ], [ -121.749103000019616, 37.152610000288384 ], [ -121.748511000365937, 37.151622999911865 ], [ -121.746710000392156, 37.150619999742965 ], [ -121.743960000389265, 37.149929999714544 ], [ -121.741039999608788, 37.148460000327361 ], [ -121.739119999809333, 37.146579999866404 ], [ -121.73579999989407, 37.140209999983398 ], [ -121.736519999594307, 37.135809999822278 ], [ -121.735209999890174, 37.131219999709629 ], [ -121.733290000090719, 37.126499999646562 ], [ -121.729459999639204, 37.126159999665681 ], [ -121.723379999675345, 37.127389999695403 ], [ -121.720629999672482, 37.127209999821616 ], [ -121.716600000102744, 37.125549999747811 ], [ -121.713530000432755, 37.123690000130786 ], [ -121.712260000013302, 37.1233999997147 ], [ -121.710629999743759, 37.124099999984054 ], [ -121.708170000169105, 37.124330000204694 ], [ -121.706240000323916, 37.12609999997396 ], [ -121.70534999984605, 37.128079999781647 ], [ -121.702130000388209, 37.129910000246589 ], [ -121.700189999598948, 37.133370000327858 ], [ -121.70019999964471, 37.136720000153687 ], [ -121.698279999845226, 37.139000000260054 ], [ -121.697849999674929, 37.144280000164891 ], [ -121.699140000185835, 37.145310000145273 ], [ -121.696020000287135, 37.14517999987843 ], [ -121.691439999998167, 37.149520000192005 ], [ -121.691409999860937, 37.150569999817598 ], [ -121.688895999859625, 37.151719999760928 ], [ -121.686949000295982, 37.153979000092413 ], [ -121.682692999872145, 37.156670000136998 ], [ -121.680055000022264, 37.158412000117771 ], [ -121.679781000385873, 37.158593999798072 ], [ -121.671983000288918, 37.164062999777194 ], [ -121.668608999946983, 37.166321999971991 ], [ -121.667490000038583, 37.167032000079168 ], [ -121.667894000269641, 37.167553999922049 ], [ -121.668701999833416, 37.168529999699928 ], [ -121.669106000064446, 37.168944999996803 ], [ -121.669460000066778, 37.169343000024185 ], [ -121.671964000022328, 37.171710000320758 ], [ -121.678665999777138, 37.177358000202609 ], [ -121.680209000008063, 37.178738000013894 ], [ -121.68655099991274, 37.185697000135939 ], [ -121.693370999668289, 37.190626000214635 ], [ -121.705756999551824, 37.199187000261993 ], [ -121.709551000018308, 37.201378000300579 ], [ -121.710195000448877, 37.201756000291667 ], [ -121.721874000152653, 37.208530000103494 ], [ -121.723397000292081, 37.209753999840316 ], [ -121.730771000066511, 37.21714800006464 ], [ -121.743075999759199, 37.226831000081354 ], [ -121.747477999772912, 37.229525999696165 ], [ -121.748590000008633, 37.228265000273261 ], [ -121.750269999608591, 37.227037999852293 ], [ -121.75114900021579, 37.226433999715155 ], [ -121.747773000224043, 37.22394500014348 ], [ -121.746942000195716, 37.222715000199535 ], [ -121.74837800029654, 37.22213300031823 ], [ -121.751063999826968, 37.221645000350946 ], [ -121.756217000401364, 37.220208000029878 ], [ -121.758865000296979, 37.218743999790512 ], [ -121.758671999953151, 37.217762999648201 ], [ -121.761023999572743, 37.216519999904875 ], [ -121.762802999805189, 37.217723999998022 ], [ -121.764340000188355, 37.216248999782955 ], [ -121.765363999662199, 37.214714999985688 ], [ -121.769536000420473, 37.21738100007807 ], [ -121.770862000018099, 37.217376999727733 ], [ -121.770933999988102, 37.216330000177464 ], [ -121.772761999726072, 37.213141999886972 ], [ -121.775662000415082, 37.212242999800928 ], [ -121.778224999921875, 37.208188000089883 ], [ -121.779560999565234, 37.20724399969037 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512200", "NAME": "Census Tract 5122", "state": "06", "county_fips": "085", "tract": "512200", "county_name": "Santa Clara County", "tot_pop_2050": 3895, "tot_pop_pov_det_2050": 3895, "tot_pop_civ_ni_2050": 3895, "tot_hh_2050": 1573, "pop_zvhhs_2050": 0, "tot_fam_2050": 1186, "tot_pop_over5_2050": 3766, "pop_hus_rent50_2050": 0, "pop_minority_2050": 1317, "pop_over75_2050": 339, "pop_spfam_2050": 82, "pop_lep_2050": 43, "pop_below200_2050": 399, "pop_disability_2050": 247, "pct_minority_2050": 0.3381258023106547, "pct_over75_2050": 0.087034659820282412, "pct_spfam_2050": 0.069139966273187178, "pct_lep_2050": 0.011417950079660115, "pct_below200_2050": 0.1024390243902439, "pct_disab_2050": 0.063414634146341464, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.04, "pct_minority_2040": 0.34102857142857107, "pct_spfam_2040": 0.028061224489796005, "pct_lep_2040": 0.011017346460383997, "pct_below200_2040": 0.17028571428571398, "pct_disab_2040": 0.080228571428570997, "pct_zvhhs_2040": 0.028535980148883002, "pct_hus_rent50_2040": 0.025220680958386005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.847606000005172, 37.106310000005017 ], [ -121.848109999795312, 37.105420000013311 ], [ -121.844919999576419, 37.103150000153249 ], [ -121.84293000035504, 37.101059999757332 ], [ -121.84328099998433, 37.100606000303621 ], [ -121.843749999614388, 37.099870000234645 ], [ -121.844129999555989, 37.097510000100435 ], [ -121.843920000392004, 37.09463999991732 ], [ -121.842783999866867, 37.094559999735466 ], [ -121.840580000385259, 37.094189999676793 ], [ -121.838649999641746, 37.093219999719075 ], [ -121.83877000019065, 37.092089999763807 ], [ -121.834329999643771, 37.091230000091343 ], [ -121.832169999644805, 37.089699999919802 ], [ -121.831540000356256, 37.088599999818662 ], [ -121.829062000339974, 37.087915999744311 ], [ -121.824020000093654, 37.087569999842799 ], [ -121.823660000243549, 37.086049999939505 ], [ -121.822260000127741, 37.085690000287734 ], [ -121.818400000437322, 37.083819999889961 ], [ -121.81648999978529, 37.080369999766376 ], [ -121.817319999988698, 37.078119999698416 ], [ -121.81251600029205, 37.075154999816036 ], [ -121.810526999997279, 37.070674000258606 ], [ -121.809075999827883, 37.069300999958593 ], [ -121.805944000233595, 37.068280999931474 ], [ -121.804366999667494, 37.068570999936391 ], [ -121.801510000432827, 37.067489999958639 ], [ -121.80084000006299, 37.066039999719109 ], [ -121.795819999557992, 37.063559999690277 ], [ -121.793549999954152, 37.064309999889495 ], [ -121.790139999627215, 37.063629999898353 ], [ -121.78812000026862, 37.062270000267112 ], [ -121.785940000178172, 37.061930000133906 ], [ -121.782010000167546, 37.058359999930502 ], [ -121.781549999859976, 37.056990999921659 ], [ -121.778256999708901, 37.056065000295874 ], [ -121.776049999854294, 37.054859999913496 ], [ -121.775690000004161, 37.05326000023274 ], [ -121.772950000047032, 37.052619999804584 ], [ -121.770040000210614, 37.05328999989635 ], [ -121.766959999596551, 37.053280000248776 ], [ -121.763219999556753, 37.051770000345996 ], [ -121.76327999983117, 37.050719999805992 ], [ -121.764799999597571, 37.049340000007504 ], [ -121.763800000413184, 37.048540000324685 ], [ -121.760677999966333, 37.04759999969145 ], [ -121.757599999900421, 37.049630000005841 ], [ -121.754920000217751, 37.048449999967175 ], [ -121.753989999556921, 37.045989999776474 ], [ -121.747760999630145, 37.037748999966759 ], [ -121.746361000412676, 37.034749000308274 ], [ -121.744335000307998, 37.033671999680656 ], [ -121.742380000348433, 37.030240000069711 ], [ -121.739129999855052, 37.027180000108665 ], [ -121.727820000222252, 37.022749999681842 ], [ -121.725825999904572, 37.020792999768069 ], [ -121.72831499979155, 37.020921999972934 ], [ -121.728689999710284, 37.019925999730489 ], [ -121.730813999724234, 37.020324000029738 ], [ -121.730438999805514, 37.022218000251911 ], [ -121.731313000389846, 37.022416999679386 ], [ -121.736185999683443, 37.015341999989076 ], [ -121.727815000199357, 37.009861999770337 ], [ -121.726565999696319, 37.012053999932 ], [ -121.722649999929402, 37.008924000193602 ], [ -121.718761999751536, 37.007556999662683 ], [ -121.729623999670721, 36.997871999683142 ], [ -121.728345999753685, 36.996819999792564 ], [ -121.729806999968844, 36.993554999739935 ], [ -121.731327999560136, 36.992709000027496 ], [ -121.734183999868208, 36.992765999983227 ], [ -121.734853000413125, 36.991050000123209 ], [ -121.73869700021001, 36.989990999721485 ], [ -121.736384999875085, 36.989367000075504 ], [ -121.732311999749314, 36.989664000341911 ], [ -121.730470999592541, 36.99082199992241 ], [ -121.717878000019809, 36.995561000310524 ], [ -121.717089999649204, 36.994070000330275 ], [ -121.714660000211794, 36.99312999997683 ], [ -121.710917999623831, 36.993065999725708 ], [ -121.710404999612848, 36.992341000116042 ], [ -121.711374999558316, 36.990580999813652 ], [ -121.709809999586085, 36.990603000266127 ], [ -121.7055089998547, 36.989359999883732 ], [ -121.705244000439151, 36.986244999855934 ], [ -121.699658000219713, 36.986249999787738 ], [ -121.69535800031322, 36.985149999701079 ], [ -121.695257999855798, 36.982750000144257 ], [ -121.696657999971606, 36.981350000123307 ], [ -121.696196999839131, 36.979777999715374 ], [ -121.697678999970677, 36.977745000212465 ], [ -121.698427999983238, 36.974983999726305 ], [ -121.698129000232484, 36.972604999769587 ], [ -121.693302999896233, 36.968229999710253 ], [ -121.687757999684663, 36.966951000260025 ], [ -121.686658000042854, 36.967451000170811 ], [ -121.683657999794733, 36.967050999787155 ], [ -121.678258000246444, 36.967850000090529 ], [ -121.674756999682899, 36.965351000009292 ], [ -121.672656999958377, 36.965451000202641 ], [ -121.672256999925295, 36.964351000181814 ], [ -121.669930000420052, 36.963641000348126 ], [ -121.666130000105781, 36.96433999974964 ], [ -121.664786999891419, 36.963714000333141 ], [ -121.663956999688011, 36.960650999951326 ], [ -121.662857000046174, 36.959150999949323 ], [ -121.664329999956905, 36.9551399999255 ], [ -121.663307000307995, 36.953507000325217 ], [ -121.663257000079255, 36.951850999998022 ], [ -121.66155700038783, 36.951750999890152 ], [ -121.658357000123161, 36.950550999841873 ], [ -121.655119000223678, 36.951049999748449 ], [ -121.654037999950106, 36.950583999930878 ], [ -121.653674999726974, 36.947716999973288 ], [ -121.652271000311529, 36.947628000157891 ], [ -121.652856000292545, 36.94575100013455 ], [ -121.65405600039179, 36.94475099993884 ], [ -121.653056000309078, 36.941751000292655 ], [ -121.648855999961697, 36.937250999776531 ], [ -121.645791000314588, 36.932329999875023 ], [ -121.642875999556949, 36.932263999666809 ], [ -121.641025000252782, 36.932223999839195 ], [ -121.642256000314163, 36.936350999664811 ], [ -121.640355999707864, 36.937551000084575 ], [ -121.638856000032973, 36.937651000164131 ], [ -121.637055000059178, 36.939053000056958 ], [ -121.631856000352357, 36.939252999732865 ], [ -121.630460000434539, 36.940544000300413 ], [ -121.626055000047742, 36.93979699998669 ], [ -121.624048000209655, 36.938493999647164 ], [ -121.624730000275051, 36.94009399983792 ], [ -121.607154999832076, 36.92605099972468 ], [ -121.590354000414351, 36.926150999812222 ], [ -121.590154000397817, 36.919252000343498 ], [ -121.581153999653466, 36.919252000343498 ], [ -121.581454999952356, 36.900252000070914 ], [ -121.581353999669986, 36.899151999784195 ], [ -121.576862000142896, 36.893738999981288 ], [ -121.575401999752685, 36.893032999787735 ], [ -121.573741000419275, 36.895580000245438 ], [ -121.57139399992424, 36.897075000129036 ], [ -121.566923000313537, 36.897073000113217 ], [ -121.562901000241411, 36.89625199995956 ], [ -121.560271999714061, 36.897110999686845 ], [ -121.559992000229883, 36.897940999908556 ], [ -121.560158999736146, 36.903072000131402 ], [ -121.558997000170038, 36.906700999990029 ], [ -121.558452000372, 36.910468000318964 ], [ -121.556319999962142, 36.911937999784385 ], [ -121.553492999966352, 36.915199000141911 ], [ -121.551260000172448, 36.915650000110162 ], [ -121.54800899985419, 36.917390999671213 ], [ -121.547531000003289, 36.919054000052874 ], [ -121.546940999999393, 36.927861000255376 ], [ -121.547637000308498, 36.929193999811353 ], [ -121.550989000010802, 36.933270000096883 ], [ -121.552440000180198, 36.936960000115718 ], [ -121.55263900037184, 36.942899999777829 ], [ -121.555108000167309, 36.943846999648606 ], [ -121.565445000379938, 36.945788999867339 ], [ -121.568455999600388, 36.948324999988245 ], [ -121.572389999808991, 36.947739999957065 ], [ -121.580326999823129, 36.952920999897032 ], [ -121.580814999719763, 36.95594899986331 ], [ -121.58281999990804, 36.958480000219417 ], [ -121.583799999899242, 36.95716999970022 ], [ -121.585359999848592, 36.956890000101829 ], [ -121.592740000369162, 36.959050000181882 ], [ -121.592849999973978, 36.961610000213604 ], [ -121.594409999923329, 36.962939999829402 ], [ -121.597104999674642, 36.964177999791175 ], [ -121.597852999862269, 36.965137999963368 ], [ -121.60060899971289, 36.966451999752032 ], [ -121.603572999976009, 36.969903000248188 ], [ -121.605982000395343, 36.971054000172039 ], [ -121.608233999557498, 36.97138300009621 ], [ -121.610340000028131, 36.972674999850945 ], [ -121.617415999876755, 36.974934000166463 ], [ -121.621581000063998, 36.976763999973244 ], [ -121.618528999937354, 36.98061599981709 ], [ -121.616269000379248, 36.981980000055614 ], [ -121.617052999653566, 36.986056999885847 ], [ -121.616584999848428, 36.988597999754354 ], [ -121.616393000227802, 36.989605999984782 ], [ -121.613387999956828, 36.992747000002716 ], [ -121.611637000211743, 36.997642000315963 ], [ -121.611573999564243, 36.998973999663598 ], [ -121.612766000165877, 37.00083800009098 ], [ -121.613295000070394, 37.003574000223864 ], [ -121.612791000280254, 37.007662000301693 ], [ -121.613892999571888, 37.008476999953892 ], [ -121.612399999569675, 37.010189999769217 ], [ -121.611160000185762, 37.010209999653362 ], [ -121.610940000077747, 37.011899999905381 ], [ -121.620729999944203, 37.011860000303926 ], [ -121.626159999629735, 37.011539999864873 ], [ -121.626949999650151, 37.014190000268144 ], [ -121.628270000298301, 37.015680000305792 ], [ -121.62841000004039, 37.017270000044903 ], [ -121.629959999944006, 37.018790000326256 ], [ -121.63639999975797, 37.021159999859449 ], [ -121.637359999657704, 37.021730000076587 ], [ -121.6373300004188, 37.027800000319004 ], [ -121.6441099999914, 37.027950000060692 ], [ -121.645069999891135, 37.029659999988638 ], [ -121.650769999913393, 37.029749999673299 ], [ -121.652669999621395, 37.030129999875406 ], [ -121.656170000359992, 37.029959999718059 ], [ -121.657100000122512, 37.031610000355109 ], [ -121.657350000367771, 37.033469999946007 ], [ -121.656589999586259, 37.034510000332496 ], [ -121.656110000085548, 37.037950000198983 ], [ -121.654879999849058, 37.042220000024656 ], [ -121.653269999670997, 37.045420000220929 ], [ -121.653929999995071, 37.047900000243061 ], [ -121.66045000017499, 37.054239999837719 ], [ -121.662869999566666, 37.059449999791667 ], [ -121.662810000190532, 37.060710000268656 ], [ -121.662580000036755, 37.062050000059777 ], [ -121.660189999883997, 37.067940000304112 ], [ -121.655869999886022, 37.078659999784342 ], [ -121.653259999625277, 37.08324000002392 ], [ -121.65339199986974, 37.084996999673869 ], [ -121.65656199999718, 37.085349000117681 ], [ -121.66130200011969, 37.089523999973252 ], [ -121.662739000045391, 37.090701999653142 ], [ -121.667388999756241, 37.092147999985293 ], [ -121.66839600040997, 37.093676000307596 ], [ -121.671393000285022, 37.094928999861487 ], [ -121.672352000359865, 37.102022000346615 ], [ -121.674627999811477, 37.104967000324976 ], [ -121.676808999726845, 37.107116000011757 ], [ -121.678461999562643, 37.107666000194897 ], [ -121.68327100018044, 37.110841999664061 ], [ -121.68432700033965, 37.11327000008842 ], [ -121.688362999757189, 37.114744999907543 ], [ -121.687740000141318, 37.1162199996471 ], [ -121.693020000039027, 37.116919999692229 ], [ -121.694450000292022, 37.118450000283097 ], [ -121.701409999789689, 37.119280000350059 ], [ -121.704640000191588, 37.12527999965878 ], [ -121.706240000323916, 37.12609999997396 ], [ -121.708170000169105, 37.124330000204694 ], [ -121.710629999743759, 37.124099999984054 ], [ -121.712260000013302, 37.1233999997147 ], [ -121.713530000432755, 37.123690000130786 ], [ -121.716600000102744, 37.125549999747811 ], [ -121.720629999672482, 37.127209999821616 ], [ -121.723379999675345, 37.127389999695403 ], [ -121.729459999639204, 37.126159999665681 ], [ -121.733290000090719, 37.126499999646562 ], [ -121.735209999890174, 37.131219999709629 ], [ -121.736519999594307, 37.135809999822278 ], [ -121.73579999989407, 37.140209999983398 ], [ -121.739119999809333, 37.146579999866404 ], [ -121.741039999608788, 37.148460000327361 ], [ -121.743960000389265, 37.149929999714544 ], [ -121.746710000392156, 37.150619999742965 ], [ -121.748511000365937, 37.151622999911865 ], [ -121.749103000019616, 37.152610000288384 ], [ -121.749436000105561, 37.154919999950998 ], [ -121.74953999986262, 37.159850000066491 ], [ -121.750738000312055, 37.161291000209879 ], [ -121.752135999879684, 37.162712999698343 ], [ -121.754579999560804, 37.163506000042744 ], [ -121.755444999924308, 37.16410700033704 ], [ -121.755768999789396, 37.165007999659814 ], [ -121.755612000328881, 37.16790100017306 ], [ -121.756656999719112, 37.169643999753511 ], [ -121.758691000219727, 37.17197000031048 ], [ -121.759389000178629, 37.1754530001079 ], [ -121.760062999848103, 37.179860000256369 ], [ -121.761181999756502, 37.181659000176467 ], [ -121.761626999995428, 37.180840999967799 ], [ -121.765438000180353, 37.180331999950944 ], [ -121.763847000268854, 37.177506999791483 ], [ -121.764045999562171, 37.177534999854359 ], [ -121.764479000105524, 37.178057000148762 ], [ -121.764917999598367, 37.178381999714055 ], [ -121.765926000076973, 37.179646000066072 ], [ -121.766157000055642, 37.179648999681632 ], [ -121.76686000003744, 37.179277999799524 ], [ -121.766967999992474, 37.178354999854093 ], [ -121.767417000429376, 37.178196000164782 ], [ -121.767819000112269, 37.178731000110609 ], [ -121.768158000045972, 37.179092000309176 ], [ -121.770083999693227, 37.179818999888923 ], [ -121.770342000334395, 37.179564999665324 ], [ -121.7708980000031, 37.179679999996338 ], [ -121.770829000406124, 37.180212999723736 ], [ -121.771625000274341, 37.18036800001282 ], [ -121.772262999958798, 37.181136999722163 ], [ -121.772785000190609, 37.181120999939189 ], [ -121.773258999843534, 37.181346000020376 ], [ -121.773766999831651, 37.181407000111349 ], [ -121.773402999783571, 37.181752999883209 ], [ -121.772984000382223, 37.181901000265547 ], [ -121.773093000162177, 37.183246999648517 ], [ -121.774494000102862, 37.182977999938693 ], [ -121.776155000334583, 37.183835999730405 ], [ -121.776218000083745, 37.18252800024046 ], [ -121.778379999732564, 37.183326000033141 ], [ -121.782041000129681, 37.182656000319298 ], [ -121.784300999687758, 37.180772999705681 ], [ -121.782666000293645, 37.181206000223575 ], [ -121.782447000010521, 37.179535999765776 ], [ -121.779818000381511, 37.179161999693925 ], [ -121.781822999671476, 37.178580000301004 ], [ -121.784329000175163, 37.17910799980617 ], [ -121.785751000032263, 37.178322999821944 ], [ -121.785257000287856, 37.175608000143008 ], [ -121.784694999873082, 37.175180000117912 ], [ -121.786115000080343, 37.173805000195678 ], [ -121.788080999910591, 37.17195000012277 ], [ -121.791595999819506, 37.172532999735616 ], [ -121.794822999848321, 37.171869000060084 ], [ -121.796643000088693, 37.172134000075083 ], [ -121.797125000137541, 37.171221999995048 ], [ -121.798627000360568, 37.171047999826641 ], [ -121.799777000231103, 37.168191999685405 ], [ -121.80238400011882, 37.16687000006133 ], [ -121.803496000354528, 37.165638999756055 ], [ -121.801999000154339, 37.16428200009728 ], [ -121.80091500040605, 37.160216000197892 ], [ -121.798725000269869, 37.157052999956029 ], [ -121.799749999568604, 37.156409999774873 ], [ -121.799193999899927, 37.15546300012668 ], [ -121.801953000123603, 37.156389000301381 ], [ -121.802866000167697, 37.154458999855365 ], [ -121.804999000402475, 37.153080000064925 ], [ -121.807920999934481, 37.152672000179408 ], [ -121.80961800015119, 37.153138000112094 ], [ -121.811235000001929, 37.152877000265462 ], [ -121.812621999698933, 37.153883999986959 ], [ -121.813414000267485, 37.152338000350547 ], [ -121.814765999804379, 37.151767000351668 ], [ -121.814497000190883, 37.1502019997221 ], [ -121.815770999909972, 37.148874000268904 ], [ -121.815576999741225, 37.146450000350299 ], [ -121.816914000107829, 37.144439000320304 ], [ -121.817205000360943, 37.142666999852288 ], [ -121.8237709996733, 37.138550000065685 ], [ -121.824062999751348, 37.134746000031889 ], [ -121.82646299994984, 37.127546000003655 ], [ -121.829264000006333, 37.125145999845884 ], [ -121.828863999973251, 37.122646999932428 ], [ -121.829464000022867, 37.117347000051744 ], [ -121.832664000287522, 37.112246999827228 ], [ -121.835232999642102, 37.111889000091026 ], [ -121.841227000290573, 37.111021999774387 ], [ -121.84429000028787, 37.111035999940107 ], [ -121.845646000022739, 37.108354000050312 ], [ -121.841896999762071, 37.109573999866249 ], [ -121.84444400027364, 37.106693999872732 ], [ -121.847606000005172, 37.106310000005017 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512305", "NAME": "Census Tract 5123.05", "state": "06", "county_fips": "085", "tract": "512305", "county_name": "Santa Clara County", "tot_pop_2050": 4831, "tot_pop_pov_det_2050": 4808, "tot_pop_civ_ni_2050": 4820, "tot_hh_2050": 1558, "pop_zvhhs_2050": 15, "tot_fam_2050": 1426, "tot_pop_over5_2050": 4630, "pop_hus_rent50_2050": 57, "pop_minority_2050": 2203, "pop_over75_2050": 144, "pop_spfam_2050": 115, "pop_lep_2050": 156, "pop_below200_2050": 451, "pop_disability_2050": 306, "pct_minority_2050": 0.45601324777478791, "pct_over75_2050": 0.029807493272614369, "pct_spfam_2050": 0.080645161290322578, "pct_lep_2050": 0.033693304535637146, "pct_below200_2050": 0.093801996672212978, "pct_disab_2050": 0.063485477178423219, "pct_zvhhs_2050": 0.0096277278562259313, "pct_hus_rent50_2050": 0.036585365853658527, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034328358208955002, "pct_minority_2040": 0.41940298507462703, "pct_spfam_2040": 0.087294727744165995, "pct_lep_2040": 0.030358544883538001, "pct_below200_2040": 0.16160358565737101, "pct_disab_2040": 0.058266932270915991, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.049736247174077007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.70534999984605, 37.128079999781647 ], [ -121.706240000323916, 37.12609999997396 ], [ -121.704640000191588, 37.12527999965878 ], [ -121.701409999789689, 37.119280000350059 ], [ -121.694450000292022, 37.118450000283097 ], [ -121.693020000039027, 37.116919999692229 ], [ -121.687740000141318, 37.1162199996471 ], [ -121.688362999757189, 37.114744999907543 ], [ -121.68432700033965, 37.11327000008842 ], [ -121.68327100018044, 37.110841999664061 ], [ -121.678461999562643, 37.107666000194897 ], [ -121.676808999726845, 37.107116000011757 ], [ -121.674627999811477, 37.104967000324976 ], [ -121.672352000359865, 37.102022000346615 ], [ -121.671393000285022, 37.094928999861487 ], [ -121.66839600040997, 37.093676000307596 ], [ -121.667388999756241, 37.092147999985293 ], [ -121.662739000045391, 37.090701999653142 ], [ -121.66130200011969, 37.089523999973252 ], [ -121.65656199999718, 37.085349000117681 ], [ -121.65339199986974, 37.084996999673869 ], [ -121.651542000390478, 37.084831000061811 ], [ -121.648674000386819, 37.087884999790639 ], [ -121.645403999801971, 37.090131000322415 ], [ -121.644674000056, 37.090581000303558 ], [ -121.639169999852342, 37.090960000155867 ], [ -121.641279999622597, 37.09254000029388 ], [ -121.645459999878483, 37.093049999718289 ], [ -121.646310000173358, 37.094199999663438 ], [ -121.649979999892992, 37.099330000071632 ], [ -121.651410000145987, 37.101369999995804 ], [ -121.653108000187615, 37.102617000229763 ], [ -121.656421000430171, 37.105022000292458 ], [ -121.657730000309371, 37.106009999783673 ], [ -121.661969999941391, 37.10482999994575 ], [ -121.661040000178872, 37.112529999683609 ], [ -121.661290000424131, 37.113019999918322 ], [ -121.66168299988621, 37.117023000247634 ], [ -121.661689999558902, 37.117099999681066 ], [ -121.66182099997846, 37.117077000072463 ], [ -121.663938000319746, 37.116775000265484 ], [ -121.665941999784806, 37.116659000237661 ], [ -121.670946000396285, 37.116549999963063 ], [ -121.672478999683165, 37.117999999653115 ], [ -121.673262999855794, 37.117263000288688 ], [ -121.673270000426797, 37.122239999832779 ], [ -121.672949999861331, 37.125031000346468 ], [ -121.671399000132823, 37.132598999888117 ], [ -121.673079999557672, 37.134970000213464 ], [ -121.672995999892095, 37.135024999872151 ], [ -121.66715000027996, 37.13894999981364 ], [ -121.6626899996416, 37.141480000121895 ], [ -121.663329999874179, 37.143450000007164 ], [ -121.66718000041719, 37.146280000260433 ], [ -121.677079000063571, 37.155974999978248 ], [ -121.679781000385873, 37.158593999798072 ], [ -121.680055000022264, 37.158412000117771 ], [ -121.682692999872145, 37.156670000136998 ], [ -121.686949000295982, 37.153979000092413 ], [ -121.688895999859625, 37.151719999760928 ], [ -121.691409999860937, 37.150569999817598 ], [ -121.691439999998167, 37.149520000192005 ], [ -121.696020000287135, 37.14517999987843 ], [ -121.699140000185835, 37.145310000145273 ], [ -121.697849999674929, 37.144280000164891 ], [ -121.698279999845226, 37.139000000260054 ], [ -121.70019999964471, 37.136720000153687 ], [ -121.700189999598948, 37.133370000327858 ], [ -121.702130000388209, 37.129910000246589 ], [ -121.70534999984605, 37.128079999781647 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512307", "NAME": "Census Tract 5123.07", "state": "06", "county_fips": "085", "tract": "512307", "county_name": "Santa Clara County", "tot_pop_2050": 7005, "tot_pop_pov_det_2050": 6997, "tot_pop_civ_ni_2050": 6997, "tot_hh_2050": 2473, "pop_zvhhs_2050": 28, "tot_fam_2050": 1913, "tot_pop_over5_2050": 6405, "pop_hus_rent50_2050": 111, "pop_minority_2050": 2882, "pop_over75_2050": 620, "pop_spfam_2050": 31, "pop_lep_2050": 82, "pop_below200_2050": 931, "pop_disability_2050": 724, "pct_minority_2050": 0.41142041399000712, "pct_over75_2050": 0.088508208422555329, "pct_spfam_2050": 0.016204913748039732, "pct_lep_2050": 0.012802498048399688, "pct_below200_2050": 0.1330570244390453, "pct_disab_2050": 0.10347291696441333, "pct_zvhhs_2050": 0.011322280630812778, "pct_hus_rent50_2050": 0.044884755357864944, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066470405949799, "pct_minority_2040": 0.38828633405639901, "pct_spfam_2040": 0.086618545252637, "pct_lep_2040": 0.016843826655765001, "pct_below200_2040": 0.11204220980757301, "pct_disab_2040": 0.089978281104560992, "pct_zvhhs_2040": 0.029593639575971997, "pct_hus_rent50_2040": 0.034252669039145998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.657730000309371, 37.106009999783673 ], [ -121.656421000430171, 37.105022000292458 ], [ -121.653108000187615, 37.102617000229763 ], [ -121.651410000145987, 37.101369999995804 ], [ -121.649979999892992, 37.099330000071632 ], [ -121.646310000173358, 37.094199999663438 ], [ -121.645459999878483, 37.093049999718289 ], [ -121.641279999622597, 37.09254000029388 ], [ -121.639169999852342, 37.090960000155867 ], [ -121.638936000398928, 37.09066000005479 ], [ -121.638290000318534, 37.089920000173876 ], [ -121.637569999720014, 37.089360000225241 ], [ -121.636049999953613, 37.088669999844747 ], [ -121.635090000053879, 37.088480000340141 ], [ -121.633829999680188, 37.088410000138559 ], [ -121.631459999618912, 37.088719999823802 ], [ -121.630011999822543, 37.088643999842631 ], [ -121.629410000123102, 37.088470000315255 ], [ -121.627650000157175, 37.087600000269582 ], [ -121.614809999813929, 37.092589999869332 ], [ -121.616754999727732, 37.095637000355239 ], [ -121.6172529996701, 37.096113999742045 ], [ -121.618430000203134, 37.097059999708435 ], [ -121.623214999633191, 37.100054000026645 ], [ -121.623423000045662, 37.100183000229549 ], [ -121.635526000071962, 37.107752000070889 ], [ -121.640719999755945, 37.110970000057058 ], [ -121.63978999999344, 37.111869999823604 ], [ -121.636877999608856, 37.11347300015229 ], [ -121.637710000360414, 37.115010000271106 ], [ -121.640840000304848, 37.113770000101518 ], [ -121.646170000431269, 37.112389999955212 ], [ -121.648869000380486, 37.110861000189402 ], [ -121.657730000309371, 37.106009999783673 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512308", "NAME": "Census Tract 5123.08", "state": "06", "county_fips": "085", "tract": "512308", "county_name": "Santa Clara County", "tot_pop_2050": 8558, "tot_pop_pov_det_2050": 8545, "tot_pop_civ_ni_2050": 8558, "tot_hh_2050": 2605, "pop_zvhhs_2050": 91, "tot_fam_2050": 2280, "tot_pop_over5_2050": 8233, "pop_hus_rent50_2050": 34, "pop_minority_2050": 4096, "pop_over75_2050": 320, "pop_spfam_2050": 202, "pop_lep_2050": 138, "pop_below200_2050": 1395, "pop_disability_2050": 724, "pct_minority_2050": 0.4786164991820519, "pct_over75_2050": 0.037391913998597801, "pct_spfam_2050": 0.088596491228070173, "pct_lep_2050": 0.016761812219118183, "pct_below200_2050": 0.16325336454066705, "pct_disab_2050": 0.084599205421827528, "pct_zvhhs_2050": 0.034932821497120924, "pct_hus_rent50_2050": 0.01305182341650672, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051963350785339993, "pct_minority_2040": 0.432591623036649, "pct_spfam_2040": 0.06727976766698901, "pct_lep_2040": 0.032262493135639995, "pct_below200_2040": 0.15798429319371698, "pct_disab_2040": 0.08010471204188499, "pct_zvhhs_2040": 0.020990764063811999, "pct_hus_rent50_2040": 0.040877796901892999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.659035999815501, 37.165564999779207 ], [ -121.663252999881308, 37.162396000114647 ], [ -121.655617999990952, 37.156437000316664 ], [ -121.645074999914002, 37.14554200027569 ], [ -121.640904999703864, 37.141236999822766 ], [ -121.640820000213353, 37.141149999649656 ], [ -121.636790999570238, 37.136896999727306 ], [ -121.633429999647106, 37.131659999761148 ], [ -121.614389999689351, 37.138879999706084 ], [ -121.611963999551591, 37.139806000289134 ], [ -121.611839999703022, 37.139854000089237 ], [ -121.607240000220898, 37.141579999785478 ], [ -121.606399999971757, 37.141680000032956 ], [ -121.604609999868629, 37.142290000255208 ], [ -121.603950000442879, 37.142010000341365 ], [ -121.600479999841468, 37.141840000297158 ], [ -121.597410000171479, 37.141459999743688 ], [ -121.594310000364246, 37.144179999774337 ], [ -121.592161000235933, 37.147234999894799 ], [ -121.590700000020774, 37.150989999738478 ], [ -121.588519999930298, 37.152049999939543 ], [ -121.585060000272946, 37.152679999861363 ], [ -121.581940000374246, 37.152650000154594 ], [ -121.581825999673129, 37.15359999988685 ], [ -121.585040000181465, 37.154566999740062 ], [ -121.587258999731688, 37.153675999836608 ], [ -121.589942999612305, 37.153313000207028 ], [ -121.595153999913023, 37.153718000284826 ], [ -121.603916999932608, 37.159820999759248 ], [ -121.613009999665039, 37.161974999732465 ], [ -121.619457000050033, 37.169270000104206 ], [ -121.62144999964444, 37.170066999648775 ], [ -121.622049999694056, 37.169477000291948 ], [ -121.624732999749753, 37.167942999876686 ], [ -121.625363999761518, 37.167101999899906 ], [ -121.633315999844271, 37.167054000213916 ], [ -121.632330000005282, 37.165488000268098 ], [ -121.63424499978187, 37.164792000217027 ], [ -121.634289999987715, 37.164768000002205 ], [ -121.637539999582771, 37.164899999657649 ], [ -121.644570000298941, 37.164239999790887 ], [ -121.646069999973832, 37.165390000126145 ], [ -121.645941000102411, 37.165795999989378 ], [ -121.648077999636854, 37.166471999895037 ], [ -121.649577000385179, 37.168336000062787 ], [ -121.651805000156202, 37.168897000049704 ], [ -121.655218999782775, 37.164985999645403 ], [ -121.659035999815501, 37.165564999779207 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512309", "NAME": "Census Tract 5123.09", "state": "06", "county_fips": "085", "tract": "512309", "county_name": "Santa Clara County", "tot_pop_2050": 5236, "tot_pop_pov_det_2050": 5208, "tot_pop_civ_ni_2050": 5236, "tot_hh_2050": 1728, "pop_zvhhs_2050": 44, "tot_fam_2050": 1401, "tot_pop_over5_2050": 4893, "pop_hus_rent50_2050": 51, "pop_minority_2050": 2028, "pop_over75_2050": 247, "pop_spfam_2050": 134, "pop_lep_2050": 125, "pop_below200_2050": 485, "pop_disability_2050": 605, "pct_minority_2050": 0.38731856378915208, "pct_over75_2050": 0.047173414820473651, "pct_spfam_2050": 0.09564596716630977, "pct_lep_2050": 0.025546699366441852, "pct_below200_2050": 0.093125960061443927, "pct_disab_2050": 0.11554621848739495, "pct_zvhhs_2050": 0.025462962962962958, "pct_hus_rent50_2050": 0.029513888888888888, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032684677876441005, "pct_minority_2040": 0.36274324579633505, "pct_spfam_2040": 0.059345156889495002, "pct_lep_2040": 0.069222577209798006, "pct_below200_2040": 0.20876629510674499, "pct_disab_2040": 0.082750802947289009, "pct_zvhhs_2040": 0.01255230125523, "pct_hus_rent50_2040": 0.067543335325762011, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.633429999647106, 37.131659999761148 ], [ -121.628860000302183, 37.123939000273296 ], [ -121.626169999675469, 37.119399999753554 ], [ -121.624066999577892, 37.115881000051978 ], [ -121.623905999919401, 37.115625999895123 ], [ -121.622479999864353, 37.113770000101518 ], [ -121.619804000379688, 37.111323000260583 ], [ -121.595339999685848, 37.119900000115358 ], [ -121.600770000269719, 37.128989999971004 ], [ -121.599256000351104, 37.129566999657818 ], [ -121.598666000347222, 37.129792999761086 ], [ -121.595939999735492, 37.130830000080664 ], [ -121.595840000176366, 37.131490000093351 ], [ -121.597205000132064, 37.133185000070185 ], [ -121.591741000111355, 37.13535400010737 ], [ -121.591909000340834, 37.134689999703824 ], [ -121.587015000232526, 37.136767999763407 ], [ -121.587472999991931, 37.138325000038918 ], [ -121.585740999615126, 37.138633999837303 ], [ -121.582589999754262, 37.137641999684668 ], [ -121.584003000288845, 37.139399999777012 ], [ -121.584396999575816, 37.147569000065971 ], [ -121.585060000272946, 37.152679999861363 ], [ -121.588519999930298, 37.152049999939543 ], [ -121.590700000020774, 37.150989999738478 ], [ -121.592161000235933, 37.147234999894799 ], [ -121.594310000364246, 37.144179999774337 ], [ -121.597410000171479, 37.141459999743688 ], [ -121.600479999841468, 37.141840000297158 ], [ -121.603950000442879, 37.142010000341365 ], [ -121.604609999868629, 37.142290000255208 ], [ -121.606399999971757, 37.141680000032956 ], [ -121.607240000220898, 37.141579999785478 ], [ -121.611839999703022, 37.139854000089237 ], [ -121.611963999551591, 37.139806000289134 ], [ -121.614389999689351, 37.138879999706084 ], [ -121.633429999647106, 37.131659999761148 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512310", "NAME": "Census Tract 5123.10", "state": "06", "county_fips": "085", "tract": "512310", "county_name": "Santa Clara County", "tot_pop_2050": 4998, "tot_pop_pov_det_2050": 4998, "tot_pop_civ_ni_2050": 4998, "tot_hh_2050": 1736, "pop_zvhhs_2050": 30, "tot_fam_2050": 1274, "tot_pop_over5_2050": 4689, "pop_hus_rent50_2050": 284, "pop_minority_2050": 3261, "pop_over75_2050": 120, "pop_spfam_2050": 243, "pop_lep_2050": 304, "pop_below200_2050": 1327, "pop_disability_2050": 332, "pct_minority_2050": 0.65246098439375755, "pct_over75_2050": 0.024009603841536616, "pct_spfam_2050": 0.19073783359497645, "pct_lep_2050": 0.06483258690552357, "pct_below200_2050": 0.26550620248099238, "pct_disab_2050": 0.066426570628251302, "pct_zvhhs_2050": 0.017281105990783408, "pct_hus_rent50_2050": 0.16359447004608296, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.021108850457781995, "pct_minority_2040": 0.69252288911495408, "pct_spfam_2040": 0.24321608040201001, "pct_lep_2040": 0.081073678444262012, "pct_below200_2040": 0.45269582909460798, "pct_disab_2040": 0.068413021363174009, "pct_zvhhs_2040": 0.10983102918586801, "pct_hus_rent50_2040": 0.30062794348508598, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.647249999981611, 37.126410000137298 ], [ -121.64846000012659, 37.125950000178435 ], [ -121.646090000065342, 37.121780000317031 ], [ -121.643849999700393, 37.118990000230383 ], [ -121.640840000304848, 37.113770000101518 ], [ -121.637710000360414, 37.115010000271106 ], [ -121.636877999608856, 37.11347300015229 ], [ -121.63978999999344, 37.111869999823604 ], [ -121.640719999755945, 37.110970000057058 ], [ -121.635526000071962, 37.107752000070889 ], [ -121.623423000045662, 37.100183000229549 ], [ -121.623214999633191, 37.100054000026645 ], [ -121.618430000203134, 37.097059999708435 ], [ -121.6172529996701, 37.096113999742045 ], [ -121.616754999727732, 37.095637000355239 ], [ -121.616180999617399, 37.095664999923031 ], [ -121.616939999675694, 37.096769999759282 ], [ -121.621044999588491, 37.100854999700168 ], [ -121.62874399995124, 37.108335000328793 ], [ -121.628179999886612, 37.108389999999794 ], [ -121.619804000379688, 37.111323000260583 ], [ -121.622479999864353, 37.113770000101518 ], [ -121.623905999919401, 37.115625999895123 ], [ -121.624066999577892, 37.115881000051978 ], [ -121.626169999675469, 37.119399999753554 ], [ -121.628860000302183, 37.123939000273296 ], [ -121.633429999647106, 37.131659999761148 ], [ -121.647249999981611, 37.126410000137298 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512311", "NAME": "Census Tract 5123.11", "state": "06", "county_fips": "085", "tract": "512311", "county_name": "Santa Clara County", "tot_pop_2050": 4005, "tot_pop_pov_det_2050": 3994, "tot_pop_civ_ni_2050": 3994, "tot_hh_2050": 1309, "pop_zvhhs_2050": 112, "tot_fam_2050": 1002, "tot_pop_over5_2050": 3801, "pop_hus_rent50_2050": 46, "pop_minority_2050": 2124, "pop_over75_2050": 346, "pop_spfam_2050": 38, "pop_lep_2050": 247, "pop_below200_2050": 574, "pop_disability_2050": 452, "pct_minority_2050": 0.53033707865168545, "pct_over75_2050": 0.086392009987515603, "pct_spfam_2050": 0.037924151696606789, "pct_lep_2050": 0.064982899237042868, "pct_below200_2050": 0.14371557336004007, "pct_disab_2050": 0.11316975463194792, "pct_zvhhs_2050": 0.085561497326203204, "pct_hus_rent50_2050": 0.035141329258976318, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033610533610534003, "pct_minority_2040": 0.498267498267498, "pct_spfam_2040": 0.094839609483961002, "pct_lep_2040": 0.045875096376252991, "pct_below200_2040": 0.23427181091414701, "pct_disab_2040": 0.093152589502955005, "pct_zvhhs_2040": 0.022403258655804, "pct_hus_rent50_2040": 0.030706243602866001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.679781000385873, 37.158593999798072 ], [ -121.677079000063571, 37.155974999978248 ], [ -121.66718000041719, 37.146280000260433 ], [ -121.663329999874179, 37.143450000007164 ], [ -121.6626899996416, 37.141480000121895 ], [ -121.652689999712877, 37.131730000103182 ], [ -121.643380000245429, 37.139040000163689 ], [ -121.642423999645331, 37.13981300021711 ], [ -121.640820000213353, 37.141149999649656 ], [ -121.640904999703864, 37.141236999822766 ], [ -121.645074999914002, 37.14554200027569 ], [ -121.655617999990952, 37.156437000316664 ], [ -121.663252999881308, 37.162396000114647 ], [ -121.667490000038583, 37.167032000079168 ], [ -121.668608999946983, 37.166321999971991 ], [ -121.671983000288918, 37.164062999777194 ], [ -121.679781000385873, 37.158593999798072 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512312", "NAME": "Census Tract 5123.12", "state": "06", "county_fips": "085", "tract": "512312", "county_name": "Santa Clara County", "tot_pop_2050": 3388, "tot_pop_pov_det_2050": 3353, "tot_pop_civ_ni_2050": 3388, "tot_hh_2050": 1174, "pop_zvhhs_2050": 0, "tot_fam_2050": 916, "tot_pop_over5_2050": 3106, "pop_hus_rent50_2050": 61, "pop_minority_2050": 1735, "pop_over75_2050": 111, "pop_spfam_2050": 145, "pop_lep_2050": 59, "pop_below200_2050": 554, "pop_disability_2050": 337, "pct_minority_2050": 0.5121015348288076, "pct_over75_2050": 0.032762691853600936, "pct_spfam_2050": 0.15829694323144106, "pct_lep_2050": 0.018995492594977462, "pct_below200_2050": 0.1652251714882195, "pct_disab_2050": 0.099468713105076739, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.051959114139693362, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.020122783083220002, "pct_minority_2040": 0.48090040927694394, "pct_spfam_2040": 0.071979434447300997, "pct_lep_2040": 0.054375225063018, "pct_below200_2040": 0.039631021523743995, "pct_disab_2040": 0.070941336971351007, "pct_zvhhs_2040": 0.0085015940488840005, "pct_hus_rent50_2040": 0.0086114101184069994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.652689999712877, 37.131730000103182 ], [ -121.647249999981611, 37.126410000137298 ], [ -121.633429999647106, 37.131659999761148 ], [ -121.636790999570238, 37.136896999727306 ], [ -121.640820000213353, 37.141149999649656 ], [ -121.642423999645331, 37.13981300021711 ], [ -121.643380000245429, 37.139040000163689 ], [ -121.652689999712877, 37.131730000103182 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512313", "NAME": "Census Tract 5123.13", "state": "06", "county_fips": "085", "tract": "512313", "county_name": "Santa Clara County", "tot_pop_2050": 3914, "tot_pop_pov_det_2050": 3859, "tot_pop_civ_ni_2050": 3867, "tot_hh_2050": 1170, "pop_zvhhs_2050": 9, "tot_fam_2050": 911, "tot_pop_over5_2050": 3638, "pop_hus_rent50_2050": 203, "pop_minority_2050": 2697, "pop_over75_2050": 159, "pop_spfam_2050": 98, "pop_lep_2050": 403, "pop_below200_2050": 813, "pop_disability_2050": 346, "pct_minority_2050": 0.68906489524782832, "pct_over75_2050": 0.040623403168114462, "pct_spfam_2050": 0.10757409440175633, "pct_lep_2050": 0.11077515118196812, "pct_below200_2050": 0.21067634102098989, "pct_disab_2050": 0.089475045254719429, "pct_zvhhs_2050": 0.0076923076923076936, "pct_hus_rent50_2050": 0.1735042735042735, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040729635182408998, "pct_minority_2040": 0.62893553223388288, "pct_spfam_2040": 0.30376084860173602, "pct_lep_2040": 0.097285067873303016, "pct_below200_2040": 0.36266801927466402, "pct_disab_2040": 0.052112319757147002, "pct_zvhhs_2040": 0.039297658862875999, "pct_hus_rent50_2040": 0.18197135636057299, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.661040000178872, 37.112529999683609 ], [ -121.661969999941391, 37.10482999994575 ], [ -121.657730000309371, 37.106009999783673 ], [ -121.648869000380486, 37.110861000189402 ], [ -121.646170000431269, 37.112389999955212 ], [ -121.640840000304848, 37.113770000101518 ], [ -121.643849999700393, 37.118990000230383 ], [ -121.646090000065342, 37.121780000317031 ], [ -121.64846000012659, 37.125950000178435 ], [ -121.650280000366962, 37.125260000011785 ], [ -121.658890000225639, 37.122559999871491 ], [ -121.661949999849924, 37.121590000043852 ], [ -121.661939999804147, 37.121029000039691 ], [ -121.661689999558902, 37.117099999681066 ], [ -121.66168299988621, 37.117023000247634 ], [ -121.661290000424131, 37.113019999918322 ], [ -121.661040000178872, 37.112529999683609 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512314", "NAME": "Census Tract 5123.14", "state": "06", "county_fips": "085", "tract": "512314", "county_name": "Santa Clara County", "tot_pop_2050": 6477, "tot_pop_pov_det_2050": 6344, "tot_pop_civ_ni_2050": 6384, "tot_hh_2050": 2281, "pop_zvhhs_2050": 88, "tot_fam_2050": 1548, "tot_pop_over5_2050": 5744, "pop_hus_rent50_2050": 244, "pop_minority_2050": 3636, "pop_over75_2050": 318, "pop_spfam_2050": 227, "pop_lep_2050": 238, "pop_below200_2050": 1602, "pop_disability_2050": 490, "pct_minority_2050": 0.56137100509495141, "pct_over75_2050": 0.049096804075961085, "pct_spfam_2050": 0.14664082687338501, "pct_lep_2050": 0.041434540389972144, "pct_below200_2050": 0.2525220680958386, "pct_disab_2050": 0.07675438596491227, "pct_zvhhs_2050": 0.038579570363875486, "pct_hus_rent50_2050": 0.1069706269180184, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040073416947079006, "pct_minority_2040": 0.6633527072499239, "pct_spfam_2040": 0.26446280991735499, "pct_lep_2040": 0.13349794238683099, "pct_below200_2040": 0.44525660964230201, "pct_disab_2040": 0.081160769708255989, "pct_zvhhs_2040": 0.024031387935262001, "pct_hus_rent50_2040": 0.18719211822660101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.673270000426797, 37.122239999832779 ], [ -121.673262999855794, 37.117263000288688 ], [ -121.672478999683165, 37.117999999653115 ], [ -121.670946000396285, 37.116549999963063 ], [ -121.665941999784806, 37.116659000237661 ], [ -121.663938000319746, 37.116775000265484 ], [ -121.66182099997846, 37.117077000072463 ], [ -121.661689999558902, 37.117099999681066 ], [ -121.661939999804147, 37.121029000039691 ], [ -121.661949999849924, 37.121590000043852 ], [ -121.658890000225639, 37.122559999871491 ], [ -121.650280000366962, 37.125260000011785 ], [ -121.64846000012659, 37.125950000178435 ], [ -121.647249999981611, 37.126410000137298 ], [ -121.652689999712877, 37.131730000103182 ], [ -121.6626899996416, 37.141480000121895 ], [ -121.66715000027996, 37.13894999981364 ], [ -121.672995999892095, 37.135024999872151 ], [ -121.673079999557672, 37.134970000213464 ], [ -121.671399000132823, 37.132598999888117 ], [ -121.672949999861331, 37.125031000346468 ], [ -121.673270000426797, 37.122239999832779 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512401", "NAME": "Census Tract 5124.01", "state": "06", "county_fips": "085", "tract": "512401", "county_name": "Santa Clara County", "tot_pop_2050": 4782, "tot_pop_pov_det_2050": 4740, "tot_pop_civ_ni_2050": 4754, "tot_hh_2050": 1319, "pop_zvhhs_2050": 15, "tot_fam_2050": 1001, "tot_pop_over5_2050": 4549, "pop_hus_rent50_2050": 77, "pop_minority_2050": 2641, "pop_over75_2050": 366, "pop_spfam_2050": 145, "pop_lep_2050": 401, "pop_below200_2050": 1246, "pop_disability_2050": 624, "pct_minority_2050": 0.55227938101212881, "pct_over75_2050": 0.076537013801756593, "pct_spfam_2050": 0.14485514485514486, "pct_lep_2050": 0.088151242031215646, "pct_below200_2050": 0.26286919831223626, "pct_disab_2050": 0.13125788809423644, "pct_zvhhs_2050": 0.011372251705837756, "pct_hus_rent50_2050": 0.058377558756633814, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043825517100142992, "pct_minority_2040": 0.53635060413680102, "pct_spfam_2040": 0.021390374331551002, "pct_lep_2040": 0.080792682926829007, "pct_below200_2040": 0.17311271975180997, "pct_disab_2040": 0.11129397243365599, "pct_zvhhs_2040": 0.024526979677645, "pct_hus_rent50_2040": 0.053672316384180997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.662810000190532, 37.060710000268656 ], [ -121.662869999566666, 37.059449999791667 ], [ -121.66045000017499, 37.054239999837719 ], [ -121.653929999995071, 37.047900000243061 ], [ -121.653269999670997, 37.045420000220929 ], [ -121.650179999909525, 37.046159999897093 ], [ -121.641840000387589, 37.045890000075978 ], [ -121.639830000176403, 37.045269999852891 ], [ -121.63470000006653, 37.044569999713403 ], [ -121.632150000080216, 37.044679999783774 ], [ -121.631099999768793, 37.043269999844576 ], [ -121.623279999930546, 37.040829999996639 ], [ -121.620719999898469, 37.040229999905321 ], [ -121.616630000054272, 37.040950000306353 ], [ -121.615229999938478, 37.042870000259853 ], [ -121.604850000068154, 37.039840000063869 ], [ -121.597630000279494, 37.037720000210385 ], [ -121.597390000079997, 37.036050000132228 ], [ -121.597400000125717, 37.035510000042215 ], [ -121.589253999874217, 37.037208000165947 ], [ -121.587522000395722, 37.037579999969743 ], [ -121.584549999736694, 37.038229999774742 ], [ -121.586220000189243, 37.041489000164795 ], [ -121.586089999594577, 37.041479999943164 ], [ -121.586046000111963, 37.041492000238463 ], [ -121.585913999867472, 37.041527999678863 ], [ -121.585870000384872, 37.041539999966581 ], [ -121.581219999775684, 37.042800000259263 ], [ -121.577560000101812, 37.043759999761903 ], [ -121.576755000012781, 37.043990000095619 ], [ -121.576112000305443, 37.041059999885817 ], [ -121.574280000369527, 37.037370000200411 ], [ -121.571670000108753, 37.032580000296782 ], [ -121.569380000413432, 37.033160000309245 ], [ -121.568041000397017, 37.033713000356421 ], [ -121.558110000065241, 37.037440000188056 ], [ -121.56055000044671, 37.041560000202814 ], [ -121.561389999797527, 37.043079999874415 ], [ -121.562280000275393, 37.0478899998853 ], [ -121.558629999748931, 37.048859999775793 ], [ -121.547950000302947, 37.052639999989289 ], [ -121.556119999945594, 37.067550000206715 ], [ -121.55293999977242, 37.069130000171178 ], [ -121.553620000187962, 37.070929999652805 ], [ -121.552870000350538, 37.072390000297936 ], [ -121.550880000230876, 37.073739999996747 ], [ -121.547263000214684, 37.073920999935943 ], [ -121.555489999758734, 37.083429999764547 ], [ -121.55582000036992, 37.08339999983717 ], [ -121.563389999962965, 37.080739999929946 ], [ -121.566499999815932, 37.079640000229809 ], [ -121.567560000173088, 37.079269999714526 ], [ -121.567709999960883, 37.079210000138765 ], [ -121.589639999663589, 37.071459999935946 ], [ -121.600157999626205, 37.06772199989036 ], [ -121.604229999927028, 37.074439999829082 ], [ -121.616690000328717, 37.069819999932768 ], [ -121.616870000253783, 37.070150000248617 ], [ -121.622710000018131, 37.080320000012527 ], [ -121.613510000155543, 37.083760000332056 ], [ -121.610610000364886, 37.078779999758964 ], [ -121.607519999705048, 37.079929999797514 ], [ -121.610400000302576, 37.084930000344741 ], [ -121.609299999762442, 37.085129999899323 ], [ -121.607440000237446, 37.08196000011052 ], [ -121.605189999826777, 37.082759999991346 ], [ -121.611601000226742, 37.094409000227948 ], [ -121.614183000000125, 37.09558800019105 ], [ -121.616180999617399, 37.095664999923031 ], [ -121.616754999727732, 37.095637000355239 ], [ -121.614809999813929, 37.092589999869332 ], [ -121.627650000157175, 37.087600000269582 ], [ -121.629410000123102, 37.088470000315255 ], [ -121.630011999822543, 37.088643999842631 ], [ -121.631459999618912, 37.088719999823802 ], [ -121.633829999680188, 37.088410000138559 ], [ -121.635090000053879, 37.088480000340141 ], [ -121.636049999953613, 37.088669999844747 ], [ -121.637569999720014, 37.089360000225241 ], [ -121.638290000318534, 37.089920000173876 ], [ -121.638936000398928, 37.09066000005479 ], [ -121.639169999852342, 37.090960000155867 ], [ -121.644674000056, 37.090581000303558 ], [ -121.645403999801971, 37.090131000322415 ], [ -121.648674000386819, 37.087884999790639 ], [ -121.651542000390478, 37.084831000061811 ], [ -121.65339199986974, 37.084996999673869 ], [ -121.653259999625277, 37.08324000002392 ], [ -121.655869999886022, 37.078659999784342 ], [ -121.660189999883997, 37.067940000304112 ], [ -121.662580000036755, 37.062050000059777 ], [ -121.662810000190532, 37.060710000268656 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512402", "NAME": "Census Tract 5124.02", "state": "06", "county_fips": "085", "tract": "512402", "county_name": "Santa Clara County", "tot_pop_2050": 4966, "tot_pop_pov_det_2050": 4966, "tot_pop_civ_ni_2050": 4966, "tot_hh_2050": 1492, "pop_zvhhs_2050": 35, "tot_fam_2050": 1208, "tot_pop_over5_2050": 4834, "pop_hus_rent50_2050": 69, "pop_minority_2050": 2944, "pop_over75_2050": 284, "pop_spfam_2050": 96, "pop_lep_2050": 388, "pop_below200_2050": 820, "pop_disability_2050": 404, "pct_minority_2050": 0.59283125251711644, "pct_over75_2050": 0.057188884414015297, "pct_spfam_2050": 0.079470198675496692, "pct_lep_2050": 0.08026479106330163, "pct_below200_2050": 0.16512283527990335, "pct_disab_2050": 0.081353201772049938, "pct_zvhhs_2050": 0.023458445040214475, "pct_hus_rent50_2050": 0.046246648793565687, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059851795553867007, "pct_minority_2040": 0.57115713471404095, "pct_spfam_2040": 0.10543933054393301, "pct_lep_2040": 0.109554388013232, "pct_below200_2040": 0.186463298379409, "pct_disab_2040": 0.092342770283108, "pct_zvhhs_2040": 0.024723487312947004, "pct_hus_rent50_2040": 0.026694045174537998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.628179999886612, 37.108389999999794 ], [ -121.62874399995124, 37.108335000328793 ], [ -121.621044999588491, 37.100854999700168 ], [ -121.616939999675694, 37.096769999759282 ], [ -121.616180999617399, 37.095664999923031 ], [ -121.614183000000125, 37.09558800019105 ], [ -121.611601000226742, 37.094409000227948 ], [ -121.605189999826777, 37.082759999991346 ], [ -121.607440000237446, 37.08196000011052 ], [ -121.609299999762442, 37.085129999899323 ], [ -121.610400000302576, 37.084930000344741 ], [ -121.607519999705048, 37.079929999797514 ], [ -121.610610000364886, 37.078779999758964 ], [ -121.613510000155543, 37.083760000332056 ], [ -121.622710000018131, 37.080320000012527 ], [ -121.616870000253783, 37.070150000248617 ], [ -121.616690000328717, 37.069819999932768 ], [ -121.604229999927028, 37.074439999829082 ], [ -121.600157999626205, 37.06772199989036 ], [ -121.589639999663589, 37.071459999935946 ], [ -121.567709999960883, 37.079210000138765 ], [ -121.567560000173088, 37.079269999714526 ], [ -121.566499999815932, 37.079640000229809 ], [ -121.563389999962965, 37.080739999929946 ], [ -121.55582000036992, 37.08339999983717 ], [ -121.555489999758734, 37.083429999764547 ], [ -121.547263000214684, 37.073920999935943 ], [ -121.550880000230876, 37.073739999996747 ], [ -121.552870000350538, 37.072390000297936 ], [ -121.553620000187962, 37.070929999652805 ], [ -121.55293999977242, 37.069130000171178 ], [ -121.556119999945594, 37.067550000206715 ], [ -121.547950000302947, 37.052639999989289 ], [ -121.5419699998982, 37.041749999674998 ], [ -121.536199999555748, 37.043919999693713 ], [ -121.52793000035399, 37.051599999885418 ], [ -121.527120000242078, 37.053482000330234 ], [ -121.52483899986926, 37.054464000121165 ], [ -121.523040000443629, 37.056019999932424 ], [ -121.520619000328722, 37.057219000195303 ], [ -121.520719999712753, 37.059640999668879 ], [ -121.519798000346157, 37.058910999872111 ], [ -121.521780000069938, 37.062460000226025 ], [ -121.522380000119554, 37.067599999779908 ], [ -121.521400000128324, 37.068050000189544 ], [ -121.51792000037949, 37.073329999879221 ], [ -121.51436000026473, 37.075829999917019 ], [ -121.512180000174254, 37.076089999770403 ], [ -121.50705000006441, 37.074140000282632 ], [ -121.506820999735524, 37.074672000002373 ], [ -121.511371999712168, 37.076531000325176 ], [ -121.525628000064799, 37.07796400005649 ], [ -121.527408999947085, 37.078580999709381 ], [ -121.528388999938286, 37.079674999729868 ], [ -121.529608000304108, 37.082685000204371 ], [ -121.529151000369623, 37.083545000092791 ], [ -121.534651000375348, 37.086763000029471 ], [ -121.538526000134368, 37.090738000109333 ], [ -121.544607999748052, 37.098361000227378 ], [ -121.545669999755063, 37.10862300023414 ], [ -121.548529000436176, 37.112772999759223 ], [ -121.549367000137181, 37.115360000248977 ], [ -121.549279000273629, 37.118157999911574 ], [ -121.549282999573251, 37.119039000298962 ], [ -121.552711000341873, 37.120807999938449 ], [ -121.553046000077629, 37.123852000264833 ], [ -121.554232999758085, 37.124901000328286 ], [ -121.555097000296684, 37.127016000162769 ], [ -121.557910999873627, 37.128504999838817 ], [ -121.557813999789246, 37.130053999769423 ], [ -121.558589999565982, 37.131719000268554 ], [ -121.563907999996815, 37.135547999875918 ], [ -121.563963000248407, 37.137197000025274 ], [ -121.566130999744985, 37.137774000152035 ], [ -121.568279000048406, 37.139449000238429 ], [ -121.56959700014842, 37.140311999962115 ], [ -121.569946999952791, 37.140745000292384 ], [ -121.570127999702748, 37.141056999946606 ], [ -121.570172000083673, 37.141285000147029 ], [ -121.570654000132549, 37.141813999928182 ], [ -121.570865000019722, 37.142210999934342 ], [ -121.571148999701848, 37.142869999848592 ], [ -121.571352999916357, 37.143098000313003 ], [ -121.571586000443176, 37.143506999929627 ], [ -121.571978000080335, 37.143920999773655 ], [ -121.57221699955663, 37.144244999720996 ], [ -121.575506000408055, 37.145948999646208 ], [ -121.57814099988488, 37.148909000002654 ], [ -121.578782999767299, 37.151716000227253 ], [ -121.5796980003595, 37.153168999847487 ], [ -121.581825999673129, 37.15359999988685 ], [ -121.581940000374246, 37.152650000154594 ], [ -121.585060000272946, 37.152679999861363 ], [ -121.584396999575816, 37.147569000065971 ], [ -121.584003000288845, 37.139399999777012 ], [ -121.582589999754262, 37.137641999684668 ], [ -121.585740999615126, 37.138633999837303 ], [ -121.587472999991931, 37.138325000038918 ], [ -121.587015000232526, 37.136767999763407 ], [ -121.591909000340834, 37.134689999703824 ], [ -121.591741000111355, 37.13535400010737 ], [ -121.597205000132064, 37.133185000070185 ], [ -121.595840000176366, 37.131490000093351 ], [ -121.595939999735492, 37.130830000080664 ], [ -121.598666000347222, 37.129792999761086 ], [ -121.599256000351104, 37.129566999657818 ], [ -121.600770000269719, 37.128989999971004 ], [ -121.595339999685848, 37.119900000115358 ], [ -121.619804000379688, 37.111323000260583 ], [ -121.628179999886612, 37.108389999999794 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512503", "NAME": "Census Tract 5125.03", "state": "06", "county_fips": "085", "tract": "512503", "county_name": "Santa Clara County", "tot_pop_2050": 9452, "tot_pop_pov_det_2050": 9392, "tot_pop_civ_ni_2050": 9452, "tot_hh_2050": 2829, "pop_zvhhs_2050": 78, "tot_fam_2050": 2335, "tot_pop_over5_2050": 8983, "pop_hus_rent50_2050": 166, "pop_minority_2050": 4330, "pop_over75_2050": 397, "pop_spfam_2050": 199, "pop_lep_2050": 63, "pop_below200_2050": 311, "pop_disability_2050": 454, "pct_minority_2050": 0.45810410495133297, "pct_over75_2050": 0.042001692763436314, "pct_spfam_2050": 0.085224839400428271, "pct_lep_2050": 0.0070132472447957256, "pct_below200_2050": 0.033113287904599664, "pct_disab_2050": 0.048032162505289883, "pct_zvhhs_2050": 0.027571580063626724, "pct_hus_rent50_2050": 0.058677978084128675, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.021997697915334, "pct_minority_2040": 0.457475380483438, "pct_spfam_2040": 0.035682023486900999, "pct_lep_2040": 0.018780620577028, "pct_below200_2040": 0.093473522246441995, "pct_disab_2040": 0.053587415270495008, "pct_zvhhs_2040": 0.012465913517725, "pct_hus_rent50_2040": 0.020254169976172, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.657350000367771, 37.033469999946007 ], [ -121.657100000122512, 37.031610000355109 ], [ -121.656170000359992, 37.029959999718059 ], [ -121.652669999621395, 37.030129999875406 ], [ -121.650769999913393, 37.029749999673299 ], [ -121.645069999891135, 37.029659999988638 ], [ -121.6441099999914, 37.027950000060692 ], [ -121.6373300004188, 37.027800000319004 ], [ -121.637359999657704, 37.021730000076587 ], [ -121.63639999975797, 37.021159999859449 ], [ -121.629959999944006, 37.018790000326256 ], [ -121.62841000004039, 37.017270000044903 ], [ -121.628270000298301, 37.015680000305792 ], [ -121.626949999650151, 37.014190000268144 ], [ -121.626159999629735, 37.011539999864873 ], [ -121.620729999944203, 37.011860000303926 ], [ -121.610940000077747, 37.011899999905381 ], [ -121.60793999982964, 37.011940000203161 ], [ -121.599620000399185, 37.013210000145776 ], [ -121.599170000137363, 37.017779999937787 ], [ -121.598079999642977, 37.028010000017879 ], [ -121.598010000221095, 37.028858999746319 ], [ -121.597400000125717, 37.035510000042215 ], [ -121.597390000079997, 37.036050000132228 ], [ -121.597630000279494, 37.037720000210385 ], [ -121.604850000068154, 37.039840000063869 ], [ -121.615229999938478, 37.042870000259853 ], [ -121.616630000054272, 37.040950000306353 ], [ -121.620719999898469, 37.040229999905321 ], [ -121.623279999930546, 37.040829999996639 ], [ -121.631099999768793, 37.043269999844576 ], [ -121.632150000080216, 37.044679999783774 ], [ -121.63470000006653, 37.044569999713403 ], [ -121.639830000176403, 37.045269999852891 ], [ -121.641840000387589, 37.045890000075978 ], [ -121.650179999909525, 37.046159999897093 ], [ -121.653269999670997, 37.045420000220929 ], [ -121.654879999849058, 37.042220000024656 ], [ -121.656110000085548, 37.037950000198983 ], [ -121.656589999586259, 37.034510000332496 ], [ -121.657350000367771, 37.033469999946007 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512505", "NAME": "Census Tract 5125.05", "state": "06", "county_fips": "085", "tract": "512505", "county_name": "Santa Clara County", "tot_pop_2050": 8373, "tot_pop_pov_det_2050": 8368, "tot_pop_civ_ni_2050": 8368, "tot_hh_2050": 2313, "pop_zvhhs_2050": 72, "tot_fam_2050": 1888, "tot_pop_over5_2050": 7513, "pop_hus_rent50_2050": 290, "pop_minority_2050": 6325, "pop_over75_2050": 228, "pop_spfam_2050": 248, "pop_lep_2050": 550, "pop_below200_2050": 2501, "pop_disability_2050": 656, "pct_minority_2050": 0.7554042756479159, "pct_over75_2050": 0.027230383375134358, "pct_spfam_2050": 0.13135593220338984, "pct_lep_2050": 0.07320644216691069, "pct_below200_2050": 0.29887667304015303, "pct_disab_2050": 0.078393881453154873, "pct_zvhhs_2050": 0.031128404669260701, "pct_hus_rent50_2050": 0.12537829658452224, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025036622719402997, "pct_minority_2040": 0.72845918231455598, "pct_spfam_2040": 0.269230769230769, "pct_lep_2040": 0.11504424778761101, "pct_below200_2040": 0.25464013887034298, "pct_disab_2040": 0.041972018654231003, "pct_zvhhs_2040": 0.0072886297376089995, "pct_hus_rent50_2040": 0.12567237163814199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.599170000137363, 37.017779999937787 ], [ -121.599620000399185, 37.013210000145776 ], [ -121.598876000409504, 37.013444000137753 ], [ -121.586673999750658, 37.013504999989699 ], [ -121.586709999735689, 37.014209999816991 ], [ -121.586650000359555, 37.016890000065139 ], [ -121.586559999947838, 37.022630000017138 ], [ -121.586689999644193, 37.027229999746432 ], [ -121.58672999982717, 37.027809999737265 ], [ -121.587479999664623, 37.029729999911943 ], [ -121.584902000089215, 37.030555000038291 ], [ -121.587122000362641, 37.033880999990828 ], [ -121.587437000006901, 37.034722000111692 ], [ -121.588485999595108, 37.036985000190526 ], [ -121.589253999874217, 37.037208000165947 ], [ -121.597400000125717, 37.035510000042215 ], [ -121.598010000221095, 37.028858999746319 ], [ -121.598079999642977, 37.028010000017879 ], [ -121.599170000137363, 37.017779999937787 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512506", "NAME": "Census Tract 5125.06", "state": "06", "county_fips": "085", "tract": "512506", "county_name": "Santa Clara County", "tot_pop_2050": 7443, "tot_pop_pov_det_2050": 7428, "tot_pop_civ_ni_2050": 7443, "tot_hh_2050": 1959, "pop_zvhhs_2050": 95, "tot_fam_2050": 1673, "tot_pop_over5_2050": 6858, "pop_hus_rent50_2050": 184, "pop_minority_2050": 6179, "pop_over75_2050": 156, "pop_spfam_2050": 479, "pop_lep_2050": 664, "pop_below200_2050": 2283, "pop_disability_2050": 677, "pct_minority_2050": 0.83017600429934169, "pct_over75_2050": 0.020959290608625555, "pct_spfam_2050": 0.28631201434548714, "pct_lep_2050": 0.096821230679498396, "pct_below200_2050": 0.30735056542810985, "pct_disab_2050": 0.090957947064355768, "pct_zvhhs_2050": 0.048494129657988772, "pct_hus_rent50_2050": 0.093925472179683528, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018958011515236999, "pct_minority_2040": 0.81730094087909, "pct_spfam_2040": 0.24212598425196799, "pct_lep_2040": 0.11952569169960499, "pct_below200_2040": 0.48475393561197, "pct_disab_2040": 0.091981463277630002, "pct_zvhhs_2040": 0.028667790893761005, "pct_hus_rent50_2040": 0.20170940170940199, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.589253999874217, 37.037208000165947 ], [ -121.588485999595108, 37.036985000190526 ], [ -121.587437000006901, 37.034722000111692 ], [ -121.587122000362641, 37.033880999990828 ], [ -121.584902000089215, 37.030555000038291 ], [ -121.587479999664623, 37.029729999911943 ], [ -121.58672999982717, 37.027809999737265 ], [ -121.586689999644193, 37.027229999746432 ], [ -121.586559999947838, 37.022630000017138 ], [ -121.586650000359555, 37.016890000065139 ], [ -121.586709999735689, 37.014209999816991 ], [ -121.586673999750658, 37.013504999989699 ], [ -121.581670000037505, 37.013439999757701 ], [ -121.578316999611971, 37.013405999746617 ], [ -121.577119999885781, 37.013309999844275 ], [ -121.575913999938749, 37.013612000129072 ], [ -121.572409999900472, 37.014629999886616 ], [ -121.574820000144697, 37.01934999986203 ], [ -121.580089999996659, 37.029529999857452 ], [ -121.583091999894592, 37.035370000029459 ], [ -121.584549999736694, 37.038229999774742 ], [ -121.587522000395722, 37.037579999969743 ], [ -121.589253999874217, 37.037208000165947 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512508", "NAME": "Census Tract 5125.08", "state": "06", "county_fips": "085", "tract": "512508", "county_name": "Santa Clara County", "tot_pop_2050": 8007, "tot_pop_pov_det_2050": 7996, "tot_pop_civ_ni_2050": 8007, "tot_hh_2050": 2629, "pop_zvhhs_2050": 209, "tot_fam_2050": 1872, "tot_pop_over5_2050": 7618, "pop_hus_rent50_2050": 492, "pop_minority_2050": 5259, "pop_over75_2050": 515, "pop_spfam_2050": 394, "pop_lep_2050": 1164, "pop_below200_2050": 3241, "pop_disability_2050": 921, "pct_minority_2050": 0.65680029973772946, "pct_over75_2050": 0.064318721119020858, "pct_spfam_2050": 0.21047008547008547, "pct_lep_2050": 0.15279600945129956, "pct_below200_2050": 0.40532766383191599, "pct_disab_2050": 0.1150243536905208, "pct_zvhhs_2050": 0.079497907949790794, "pct_hus_rent50_2050": 0.18714340053252188, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.050575804345245001, "pct_minority_2040": 0.65048082630891602, "pct_spfam_2040": 0.158388003748829, "pct_lep_2040": 0.14786742034943501, "pct_below200_2040": 0.373481057898499, "pct_disab_2040": 0.11326130832245, "pct_zvhhs_2040": 0.086611195158850005, "pct_hus_rent50_2040": 0.18267776096822999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.586600000130815, 37.003309999946843 ], [ -121.587869999651957, 37.000890000006557 ], [ -121.584579999873938, 36.999410000155166 ], [ -121.582818000258229, 36.998131999720904 ], [ -121.580655999711098, 36.995766000118472 ], [ -121.579010000446317, 36.996420000246296 ], [ -121.566957999575337, 36.999967000163892 ], [ -121.568289999919031, 37.002889999736347 ], [ -121.569199999590055, 37.004850000236544 ], [ -121.570389999643552, 37.004500000138279 ], [ -121.571609999834308, 37.004129999819597 ], [ -121.572290000249851, 37.005749999956116 ], [ -121.573749999741779, 37.008930000044153 ], [ -121.574050000215777, 37.009599999742832 ], [ -121.574470000340327, 37.010510000153602 ], [ -121.575913999938749, 37.013612000129072 ], [ -121.577119999885781, 37.013309999844275 ], [ -121.578316999611971, 37.013405999746617 ], [ -121.581670000037505, 37.013439999757701 ], [ -121.586673999750658, 37.013504999989699 ], [ -121.587040000346903, 37.008670000347756 ], [ -121.586869999569259, 37.008130000012748 ], [ -121.586600000130815, 37.003309999946843 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512509", "NAME": "Census Tract 5125.09", "state": "06", "county_fips": "085", "tract": "512509", "county_name": "Santa Clara County", "tot_pop_2050": 5244, "tot_pop_pov_det_2050": 5210, "tot_pop_civ_ni_2050": 5244, "tot_hh_2050": 1530, "pop_zvhhs_2050": 57, "tot_fam_2050": 1296, "tot_pop_over5_2050": 4973, "pop_hus_rent50_2050": 64, "pop_minority_2050": 3679, "pop_over75_2050": 207, "pop_spfam_2050": 153, "pop_lep_2050": 333, "pop_below200_2050": 871, "pop_disability_2050": 376, "pct_minority_2050": 0.70156369183829137, "pct_over75_2050": 0.039473684210526321, "pct_spfam_2050": 0.11805555555555555, "pct_lep_2050": 0.066961592600040212, "pct_below200_2050": 0.16717850287907871, "pct_disab_2050": 0.07170099160945842, "pct_zvhhs_2050": 0.037254901960784313, "pct_hus_rent50_2050": 0.041830065359477121, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038991916310033001, "pct_minority_2040": 0.69591060389919202, "pct_spfam_2040": 0.11677479147358699, "pct_lep_2040": 0.08847526772055099, "pct_below200_2040": 0.35070523547693, "pct_disab_2040": 0.061560486757337003, "pct_zvhhs_2040": 0.043583535108959001, "pct_hus_rent50_2040": 0.11783696529459199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.587020000255407, 36.99226999999447 ], [ -121.587760000047084, 36.987380000339812 ], [ -121.586749999918638, 36.984229999873882 ], [ -121.585699999607229, 36.983069999771359 ], [ -121.58351000036933, 36.984360000001857 ], [ -121.580300000058941, 36.984610000230774 ], [ -121.57668999971547, 36.982840000130594 ], [ -121.573329999617243, 36.982059999821814 ], [ -121.569228999902393, 36.976685000061437 ], [ -121.568659999814898, 36.97631000017897 ], [ -121.568209999553105, 36.976319999912747 ], [ -121.564499999650494, 36.976770000208496 ], [ -121.562500000383423, 36.973770000124787 ], [ -121.55530399998591, 36.975885000231216 ], [ -121.555428999659355, 36.976182999713771 ], [ -121.557672000397346, 36.981145999833593 ], [ -121.55718000030275, 36.980520000131364 ], [ -121.557932999614934, 36.982540000240562 ], [ -121.557904000200935, 36.983174999781788 ], [ -121.557219999587417, 36.985309999658476 ], [ -121.557269999816128, 36.985779999739876 ], [ -121.558259999853064, 36.986749999918047 ], [ -121.559960000442828, 36.987690000192359 ], [ -121.561399999843275, 36.990320000287497 ], [ -121.561870000196564, 36.991550000272809 ], [ -121.565780000115694, 37.000260000290147 ], [ -121.566957999575337, 36.999967000163892 ], [ -121.579010000446317, 36.996420000246296 ], [ -121.580655999711098, 36.995766000118472 ], [ -121.582818000258229, 36.998131999720904 ], [ -121.584579999873938, 36.999410000155166 ], [ -121.585272999809987, 36.998493000239165 ], [ -121.587420000288489, 36.995820000210422 ], [ -121.587630000350757, 36.994519999676811 ], [ -121.587020000255407, 36.99226999999447 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512510", "NAME": "Census Tract 5125.10", "state": "06", "county_fips": "085", "tract": "512510", "county_name": "Santa Clara County", "tot_pop_2050": 7352, "tot_pop_pov_det_2050": 7341, "tot_pop_civ_ni_2050": 7341, "tot_hh_2050": 2566, "pop_zvhhs_2050": 201, "tot_fam_2050": 1882, "tot_pop_over5_2050": 6984, "pop_hus_rent50_2050": 160, "pop_minority_2050": 4550, "pop_over75_2050": 558, "pop_spfam_2050": 490, "pop_lep_2050": 218, "pop_below200_2050": 1543, "pop_disability_2050": 803, "pct_minority_2050": 0.61887921653971711, "pct_over75_2050": 0.075897714907508157, "pct_spfam_2050": 0.2603613177470776, "pct_lep_2050": 0.031214203894616262, "pct_below200_2050": 0.21018934750034052, "pct_disab_2050": 0.1093856422830677, "pct_zvhhs_2050": 0.078332034294621974, "pct_hus_rent50_2050": 0.062353858144972726, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046207775653282004, "pct_minority_2040": 0.55019120458891002, "pct_spfam_2040": 0.158071748878924, "pct_lep_2040": 0.090767903364969996, "pct_below200_2040": 0.27525131641933898, "pct_disab_2040": 0.091431306845381005, "pct_zvhhs_2040": 0.092951541850220004, "pct_hus_rent50_2040": 0.101642254771416, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.618528999937354, 36.98061599981709 ], [ -121.621581000063998, 36.976763999973244 ], [ -121.617415999876755, 36.974934000166463 ], [ -121.610340000028131, 36.972674999850945 ], [ -121.608233999557498, 36.97138300009621 ], [ -121.605982000395343, 36.971054000172039 ], [ -121.603572999976009, 36.969903000248188 ], [ -121.60060899971289, 36.966451999752032 ], [ -121.597852999862269, 36.965137999963368 ], [ -121.597104999674642, 36.964177999791175 ], [ -121.594409999923329, 36.962939999829402 ], [ -121.592849999973978, 36.961610000213604 ], [ -121.592740000369162, 36.959050000181882 ], [ -121.585359999848592, 36.956890000101829 ], [ -121.583799999899242, 36.95716999970022 ], [ -121.58281999990804, 36.958480000219417 ], [ -121.580814999719763, 36.95594899986331 ], [ -121.580326999823129, 36.952920999897032 ], [ -121.572389999808991, 36.947739999957065 ], [ -121.568455999600388, 36.948324999988245 ], [ -121.565445000379938, 36.945788999867339 ], [ -121.555108000167309, 36.943846999648606 ], [ -121.55263900037184, 36.942899999777829 ], [ -121.552789999984583, 36.948070000177225 ], [ -121.550910000368077, 36.960950000106749 ], [ -121.553040000229842, 36.968859999886675 ], [ -121.55530399998591, 36.975885000231216 ], [ -121.562500000383423, 36.973770000124787 ], [ -121.564499999650494, 36.976770000208496 ], [ -121.568209999553105, 36.976319999912747 ], [ -121.568659999814898, 36.97631000017897 ], [ -121.569228999902393, 36.976685000061437 ], [ -121.573329999617243, 36.982059999821814 ], [ -121.57668999971547, 36.982840000130594 ], [ -121.580300000058941, 36.984610000230774 ], [ -121.58351000036933, 36.984360000001857 ], [ -121.585699999607229, 36.983069999771359 ], [ -121.586749999918638, 36.984229999873882 ], [ -121.587760000047084, 36.987380000339812 ], [ -121.587020000255407, 36.99226999999447 ], [ -121.587630000350757, 36.994519999676811 ], [ -121.587420000288489, 36.995820000210422 ], [ -121.585272999809987, 36.998493000239165 ], [ -121.584579999873938, 36.999410000155166 ], [ -121.587869999651957, 37.000890000006557 ], [ -121.586600000130815, 37.003309999946843 ], [ -121.586869999569259, 37.008130000012748 ], [ -121.587040000346903, 37.008670000347756 ], [ -121.586673999750658, 37.013504999989699 ], [ -121.598876000409504, 37.013444000137753 ], [ -121.599620000399185, 37.013210000145776 ], [ -121.60793999982964, 37.011940000203161 ], [ -121.610940000077747, 37.011899999905381 ], [ -121.611160000185762, 37.010209999653362 ], [ -121.612399999569675, 37.010189999769217 ], [ -121.613892999571888, 37.008476999953892 ], [ -121.612791000280254, 37.007662000301693 ], [ -121.613295000070394, 37.003574000223864 ], [ -121.612766000165877, 37.00083800009098 ], [ -121.611573999564243, 36.998973999663598 ], [ -121.611637000211743, 36.997642000315963 ], [ -121.613387999956828, 36.992747000002716 ], [ -121.616393000227802, 36.989605999984782 ], [ -121.616584999848428, 36.988597999754354 ], [ -121.617052999653566, 36.986056999885847 ], [ -121.616269000379248, 36.981980000055614 ], [ -121.618528999937354, 36.98061599981709 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512602", "NAME": "Census Tract 5126.02", "state": "06", "county_fips": "085", "tract": "512602", "county_name": "Santa Clara County", "tot_pop_2050": 2377, "tot_pop_pov_det_2050": 2351, "tot_pop_civ_ni_2050": 2372, "tot_hh_2050": 732, "pop_zvhhs_2050": 39, "tot_fam_2050": 583, "tot_pop_over5_2050": 2227, "pop_hus_rent50_2050": 51, "pop_minority_2050": 1382, "pop_over75_2050": 113, "pop_spfam_2050": 92, "pop_lep_2050": 368, "pop_below200_2050": 620, "pop_disability_2050": 248, "pct_minority_2050": 0.58140513251998316, "pct_over75_2050": 0.047538914598233069, "pct_spfam_2050": 0.15780445969125215, "pct_lep_2050": 0.16524472384373598, "pct_below200_2050": 0.26371756699276905, "pct_disab_2050": 0.1045531197301855, "pct_zvhhs_2050": 0.053278688524590161, "pct_hus_rent50_2050": 0.069672131147540978, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034326669181441005, "pct_minority_2040": 0.66201433421350409, "pct_spfam_2040": 0.116666666666667, "pct_lep_2040": 0.14118122977346301, "pct_below200_2040": 0.40196820590461796, "pct_disab_2040": 0.13209689629068902, "pct_zvhhs_2040": 0.084472049689440984, "pct_hus_rent50_2040": 0.23821989528795801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.586089999594577, 37.041479999943164 ], [ -121.586220000189243, 37.041489000164795 ], [ -121.584549999736694, 37.038229999774742 ], [ -121.583091999894592, 37.035370000029459 ], [ -121.580089999996659, 37.029529999857452 ], [ -121.571817000421845, 37.032289000037458 ], [ -121.566449999587221, 37.022400000249625 ], [ -121.559589999648665, 37.009819999886922 ], [ -121.556889999874514, 37.00473000028191 ], [ -121.555990000249238, 37.00152000024206 ], [ -121.555990000249238, 36.998489999902077 ], [ -121.558259999853064, 36.986749999918047 ], [ -121.557269999816128, 36.985779999739876 ], [ -121.557219999587417, 36.985309999658476 ], [ -121.557904000200935, 36.983174999781788 ], [ -121.557932999614934, 36.982540000240562 ], [ -121.55718000030275, 36.980520000131364 ], [ -121.557672000397346, 36.981145999833593 ], [ -121.555428999659355, 36.976182999713771 ], [ -121.55530399998591, 36.975885000231216 ], [ -121.553040000229842, 36.968859999886675 ], [ -121.550910000368077, 36.960950000106749 ], [ -121.552789999984583, 36.948070000177225 ], [ -121.55263900037184, 36.942899999777829 ], [ -121.552440000180198, 36.936960000115718 ], [ -121.550989000010802, 36.933270000096883 ], [ -121.547637000308498, 36.929193999811353 ], [ -121.546940999999393, 36.927861000255376 ], [ -121.547531000003289, 36.919054000052874 ], [ -121.54800899985419, 36.917390999671213 ], [ -121.547135999993074, 36.917375000212182 ], [ -121.544874999711752, 36.918853999803218 ], [ -121.542498999802703, 36.9192819997551 ], [ -121.540015999763526, 36.920764999932352 ], [ -121.539265000101182, 36.923184999866542 ], [ -121.540753999905419, 36.924628000035909 ], [ -121.540680000285576, 36.925541999888871 ], [ -121.539234000139047, 36.927302000338337 ], [ -121.535145000119755, 36.929700000220414 ], [ -121.534463000054387, 36.930932999786144 ], [ -121.529383999998146, 36.933471000119539 ], [ -121.526818999943188, 36.935746999750656 ], [ -121.523591000089453, 36.937089999837511 ], [ -121.522226000133756, 36.939691000284149 ], [ -121.519152000265791, 36.941972000081044 ], [ -121.516856999649306, 36.942558000019474 ], [ -121.515804999688044, 36.944331000235877 ], [ -121.513812999918557, 36.945155000107718 ], [ -121.512356999726279, 36.947314999884426 ], [ -121.511720999691619, 36.949189000012169 ], [ -121.51204499955675, 36.952674999650142 ], [ -121.510231000062461, 36.954052999979076 ], [ -121.51018500003174, 36.956019000186018 ], [ -121.512263000014954, 36.957996999730078 ], [ -121.512274999710499, 36.959035999961884 ], [ -121.509400999859082, 36.96003899967166 ], [ -121.508144999683353, 36.963648999887774 ], [ -121.50528000005275, 36.964215999661754 ], [ -121.504551999956604, 36.967846999980232 ], [ -121.50373900036999, 36.968298999717263 ], [ -121.501488000134373, 36.971895000125052 ], [ -121.488949000089988, 36.983147999915978 ], [ -121.471151000064296, 36.977973999802408 ], [ -121.471248000148663, 36.978648000350169 ], [ -121.47514700019714, 36.983849000184271 ], [ -121.486052999598954, 37.001222999643858 ], [ -121.487953000205223, 37.001640000241672 ], [ -121.489123999992188, 37.00609599998905 ], [ -121.49104899981451, 37.01004699983438 ], [ -121.492513000402724, 37.0119950002195 ], [ -121.494691999769955, 37.016473999795977 ], [ -121.493799999642292, 37.016029999851533 ], [ -121.490030000363561, 37.016620000170541 ], [ -121.489980000134821, 37.015329999865308 ], [ -121.488630000247753, 37.015140000283246 ], [ -121.486769999824432, 37.01356000030809 ], [ -121.483947000026646, 37.013062999754723 ], [ -121.483469000175745, 37.011605000287254 ], [ -121.480090999635863, 37.00777599999094 ], [ -121.478089999645533, 37.004829999659421 ], [ -121.476769999895708, 37.003990000082482 ], [ -121.474989999838314, 37.004050000308844 ], [ -121.474359999651455, 37.005239999677642 ], [ -121.474880000233441, 37.007590000145591 ], [ -121.470990000405777, 37.007350000089176 ], [ -121.469849999682694, 37.006859999832898 ], [ -121.467919999837477, 37.007239999750276 ], [ -121.467030000257935, 37.008759999791501 ], [ -121.46721000018303, 37.010230000249585 ], [ -121.466139999780111, 37.011210000063322 ], [ -121.466329999750897, 37.013280000163725 ], [ -121.464959999772347, 37.01446999992887 ], [ -121.464910000441947, 37.015569999828728 ], [ -121.463149999577738, 37.016460000099073 ], [ -121.461700000131557, 37.017990000080125 ], [ -121.458659999700458, 37.019890000090797 ], [ -121.456220000217314, 37.024310000306983 ], [ -121.45574999986404, 37.027459999951219 ], [ -121.456380000050871, 37.029959999718059 ], [ -121.457929999954516, 37.033179999884446 ], [ -121.455680000442143, 37.034020000235472 ], [ -121.456089999622662, 37.036639999864263 ], [ -121.457585999997903, 37.041530000204951 ], [ -121.458659999700458, 37.043220000011779 ], [ -121.460190000410918, 37.044270000340738 ], [ -121.46254000038067, 37.046710000040591 ], [ -121.463629999976774, 37.047209999711093 ], [ -121.465010000001058, 37.049199999685882 ], [ -121.467010000166468, 37.05316999973693 ], [ -121.46998000027736, 37.060070000308791 ], [ -121.471489999997999, 37.061080000302745 ], [ -121.473027000381137, 37.064808999769532 ], [ -121.474799999867514, 37.067950000169951 ], [ -121.476963000239536, 37.070506000343315 ], [ -121.477984000238635, 37.072586999686877 ], [ -121.481263999970921, 37.072914999731644 ], [ -121.483368999718337, 37.074101000326102 ], [ -121.484700000237126, 37.073920999935943 ], [ -121.487323999843284, 37.072436000124618 ], [ -121.488620000202019, 37.072252999791772 ], [ -121.489771999722365, 37.074120999865244 ], [ -121.488657000011941, 37.075748000324133 ], [ -121.489082000159385, 37.076989999655815 ], [ -121.495034999901634, 37.07767400013568 ], [ -121.498323000029828, 37.076479999670624 ], [ -121.49889999961492, 37.074901999819517 ], [ -121.500462000112435, 37.073324999942763 ], [ -121.502297000421379, 37.072828999734746 ], [ -121.506820999735524, 37.074672000002373 ], [ -121.50705000006441, 37.074140000282632 ], [ -121.512180000174254, 37.076089999770403 ], [ -121.51436000026473, 37.075829999917019 ], [ -121.51792000037949, 37.073329999879221 ], [ -121.521400000128324, 37.068050000189544 ], [ -121.522380000119554, 37.067599999779908 ], [ -121.521780000069938, 37.062460000226025 ], [ -121.519798000346157, 37.058910999872111 ], [ -121.520719999712753, 37.059640999668879 ], [ -121.520619000328722, 37.057219000195303 ], [ -121.523040000443629, 37.056019999932424 ], [ -121.52483899986926, 37.054464000121165 ], [ -121.527120000242078, 37.053482000330234 ], [ -121.52793000035399, 37.051599999885418 ], [ -121.536199999555748, 37.043919999693713 ], [ -121.5419699998982, 37.041749999674998 ], [ -121.547950000302947, 37.052639999989289 ], [ -121.558629999748931, 37.048859999775793 ], [ -121.562280000275393, 37.0478899998853 ], [ -121.561389999797527, 37.043079999874415 ], [ -121.56055000044671, 37.041560000202814 ], [ -121.558110000065241, 37.037440000188056 ], [ -121.568041000397017, 37.033713000356421 ], [ -121.569380000413432, 37.033160000309245 ], [ -121.571670000108753, 37.032580000296782 ], [ -121.574280000369527, 37.037370000200411 ], [ -121.576112000305443, 37.041059999885817 ], [ -121.576755000012781, 37.043990000095619 ], [ -121.577560000101812, 37.043759999761903 ], [ -121.581219999775684, 37.042800000259263 ], [ -121.585870000384872, 37.041539999966581 ], [ -121.585913999867472, 37.041527999678863 ], [ -121.586046000111963, 37.041492000238463 ], [ -121.586089999594577, 37.041479999943164 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512603", "NAME": "Census Tract 5126.03", "state": "06", "county_fips": "085", "tract": "512603", "county_name": "Santa Clara County", "tot_pop_2050": 4563, "tot_pop_pov_det_2050": 4492, "tot_pop_civ_ni_2050": 4563, "tot_hh_2050": 1091, "pop_zvhhs_2050": 103, "tot_fam_2050": 890, "tot_pop_over5_2050": 4230, "pop_hus_rent50_2050": 269, "pop_minority_2050": 4163, "pop_over75_2050": 119, "pop_spfam_2050": 290, "pop_lep_2050": 812, "pop_below200_2050": 2120, "pop_disability_2050": 479, "pct_minority_2050": 0.91233837387683536, "pct_over75_2050": 0.026079333771641462, "pct_spfam_2050": 0.3258426966292135, "pct_lep_2050": 0.19196217494089834, "pct_below200_2050": 0.47195013357079252, "pct_disab_2050": 0.1049747972824896, "pct_zvhhs_2050": 0.094408799266727766, "pct_hus_rent50_2050": 0.2465627864344638, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024212444675866002, "pct_minority_2040": 0.86618068211403298, "pct_spfam_2040": 0.27235213204951897, "pct_lep_2040": 0.288259345794393, "pct_below200_2040": 0.61337209302325602, "pct_disab_2040": 0.056756053111169005, "pct_zvhhs_2040": 0.12255406797116401, "pct_hus_rent50_2040": 0.23995880535530401, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.572539999596813, 37.009279999831229 ], [ -121.573749999741779, 37.008930000044153 ], [ -121.572290000249851, 37.005749999956116 ], [ -121.571609999834308, 37.004129999819597 ], [ -121.570389999643552, 37.004500000138279 ], [ -121.569199999590055, 37.004850000236544 ], [ -121.568289999919031, 37.002889999736347 ], [ -121.566957999575337, 36.999967000163892 ], [ -121.565780000115694, 37.000260000290147 ], [ -121.561870000196564, 36.991550000272809 ], [ -121.561399999843275, 36.990320000287497 ], [ -121.559960000442828, 36.987690000192359 ], [ -121.558259999853064, 36.986749999918047 ], [ -121.555990000249238, 36.998489999902077 ], [ -121.555990000249238, 37.00152000024206 ], [ -121.556889999874514, 37.00473000028191 ], [ -121.559589999648665, 37.009819999886922 ], [ -121.562343999849503, 37.008808000120773 ], [ -121.562749999730372, 37.011609999986405 ], [ -121.57003999983921, 37.009619999782274 ], [ -121.570189999627047, 37.009989999920769 ], [ -121.572539999596813, 37.009279999831229 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085512604", "NAME": "Census Tract 5126.04", "state": "06", "county_fips": "085", "tract": "512604", "county_name": "Santa Clara County", "tot_pop_2050": 4854, "tot_pop_pov_det_2050": 4652, "tot_pop_civ_ni_2050": 4690, "tot_hh_2050": 1208, "pop_zvhhs_2050": 36, "tot_fam_2050": 1047, "tot_pop_over5_2050": 4551, "pop_hus_rent50_2050": 219, "pop_minority_2050": 4428, "pop_over75_2050": 248, "pop_spfam_2050": 286, "pop_lep_2050": 757, "pop_below200_2050": 1739, "pop_disability_2050": 309, "pct_minority_2050": 0.91223733003708285, "pct_over75_2050": 0.051091882983106719, "pct_spfam_2050": 0.27316141356255969, "pct_lep_2050": 0.16633706877609314, "pct_below200_2050": 0.3738177128116939, "pct_disab_2050": 0.065884861407249473, "pct_zvhhs_2050": 0.029801324503311258, "pct_hus_rent50_2050": 0.18129139072847686, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.072311120113428995, "pct_minority_2040": 0.89143204375126606, "pct_spfam_2040": 0.41399082568807294, "pct_lep_2040": 0.25383603682595396, "pct_below200_2040": 0.68723404255319209, "pct_disab_2040": 0.11983908532712299, "pct_zvhhs_2040": 0.114556416881998, "pct_hus_rent50_2040": 0.32418069087688201, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.580089999996659, 37.029529999857452 ], [ -121.574820000144697, 37.01934999986203 ], [ -121.572409999900472, 37.014629999886616 ], [ -121.575913999938749, 37.013612000129072 ], [ -121.574470000340327, 37.010510000153602 ], [ -121.574050000215777, 37.009599999742832 ], [ -121.573749999741779, 37.008930000044153 ], [ -121.572539999596813, 37.009279999831229 ], [ -121.570189999627047, 37.009989999920769 ], [ -121.57003999983921, 37.009619999782274 ], [ -121.562749999730372, 37.011609999986405 ], [ -121.562343999849503, 37.008808000120773 ], [ -121.559589999648665, 37.009819999886922 ], [ -121.566449999587221, 37.022400000249625 ], [ -121.571817000421845, 37.032289000037458 ], [ -121.580089999996659, 37.029529999857452 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085513000", "NAME": "Census Tract 5130", "state": "06", "county_fips": "085", "tract": "513000", "county_name": "Santa Clara County", "tot_pop_2050": 9146, "tot_pop_pov_det_2050": 4549, "tot_pop_civ_ni_2050": 9131, "tot_hh_2050": 2431, "pop_zvhhs_2050": 837, "tot_fam_2050": 369, "tot_pop_over5_2050": 8878, "pop_hus_rent50_2050": 763, "pop_minority_2050": 5288, "pop_over75_2050": 0, "pop_spfam_2050": 11, "pop_lep_2050": 23, "pop_below200_2050": 2011, "pop_disability_2050": 205, "pct_minority_2050": 0.57817625191340472, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.029810298102981032, "pct_lep_2050": 0.0025906735751295338, "pct_below200_2050": 0.4420751813585404, "pct_disab_2050": 0.022450991129120582, "pct_zvhhs_2050": 0.34430275606746202, "pct_hus_rent50_2050": 0.31386260798025506, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.00053691275167799997, "pct_minority_2040": 0.55825503355704698, "pct_spfam_2040": 0.034802784222737998, "pct_lep_2040": 0.0058667411649669984, "pct_below200_2040": 0.48338666010337206, "pct_disab_2040": 0.031006711409395999, "pct_zvhhs_2040": 0.308895405669599, "pct_hus_rent50_2040": 0.43185378590078294, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.173729999866211, 37.4263599998092 ], [ -122.173050000348979, 37.425190000023719 ], [ -122.173149999908091, 37.422750000074132 ], [ -122.169050000018188, 37.422520000147458 ], [ -122.168359999556841, 37.421399999682926 ], [ -122.165659999782704, 37.422789999989298 ], [ -122.1620200002003, 37.422329999675213 ], [ -122.161410000104937, 37.422560000185484 ], [ -122.156360000360991, 37.419109999685745 ], [ -122.154289999875402, 37.421609999931334 ], [ -122.149240000131471, 37.427689999876961 ], [ -122.151830000300777, 37.429940000345617 ], [ -122.160189999914195, 37.43727999984791 ], [ -122.163967999588863, 37.440690000107608 ], [ -122.165423999781126, 37.441928999975893 ], [ -122.165711999661227, 37.441249999719751 ], [ -122.168930000367567, 37.431449999953088 ], [ -122.170129999568474, 37.429310000154203 ], [ -122.171583000286049, 37.429351000255501 ], [ -122.173729999866211, 37.4263599998092 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06085513500", "NAME": "Census Tract 5135", "state": "06", "county_fips": "085", "tract": "513500", "county_name": "Santa Clara County", "tot_pop_2050": 1278, "tot_pop_pov_det_2050": 1216, "tot_pop_civ_ni_2050": 1216, "tot_hh_2050": 398, "pop_zvhhs_2050": 6, "tot_fam_2050": 292, "tot_pop_over5_2050": 1184, "pop_hus_rent50_2050": 0, "pop_minority_2050": 717, "pop_over75_2050": 58, "pop_spfam_2050": 24, "pop_lep_2050": 8, "pop_below200_2050": 125, "pop_disability_2050": 136, "pct_minority_2050": 0.56103286384976525, "pct_over75_2050": 0.045383411580594682, "pct_spfam_2050": 0.082191780821917804, "pct_lep_2050": 0.0067567567567567571, "pct_below200_2050": 0.10279605263157894, "pct_disab_2050": 0.1118421052631579, "pct_zvhhs_2050": 0.01507537688442211, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084905660377358, "pct_minority_2040": 0.31446540880503099, "pct_spfam_2040": 0.046082949308755991, "pct_lep_2040": 0.010917030567685998, "pct_below200_2040": 0.19199057714958803, "pct_disab_2040": 0.14016489988221401, "pct_zvhhs_2040": 0.04, "pct_hus_rent50_2040": 0.026402640264026001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.85576200030242, 37.48453700032934 ], [ -121.855290000299306, 37.483070000256554 ], [ -121.85209000003465, 37.48048000004497 ], [ -121.851079999906176, 37.47651999988436 ], [ -121.848059999566587, 37.471449999911833 ], [ -121.846830000228451, 37.468490000086327 ], [ -121.846600000074673, 37.4663000000862 ], [ -121.844910000428996, 37.465559999887148 ], [ -121.844939999667886, 37.462499999885914 ], [ -121.843510000313188, 37.461870000005398 ], [ -121.84328000015941, 37.460309999832262 ], [ -121.84218999966501, 37.45985999980892 ], [ -121.842229999848016, 37.458439999917751 ], [ -121.843399999810018, 37.456919999712802 ], [ -121.840760000310325, 37.454830000063346 ], [ -121.841379999553112, 37.45415000014777 ], [ -121.841059999885999, 37.452269999920581 ], [ -121.83994000015268, 37.451640000145375 ], [ -121.842120000243128, 37.450110000198656 ], [ -121.840409999607644, 37.448019999957793 ], [ -121.839150000132264, 37.447640000318515 ], [ -121.840619999669926, 37.44439000009924 ], [ -121.837440000395077, 37.443140000278298 ], [ -121.836030000233535, 37.442110000338097 ], [ -121.834919999647667, 37.438519999829651 ], [ -121.832470000118775, 37.438340000060172 ], [ -121.828980000324208, 37.439719999829478 ], [ -121.825939999893109, 37.439960000230656 ], [ -121.821150000440184, 37.438850000303511 ], [ -121.81937000038279, 37.437910000007541 ], [ -121.819029999725871, 37.437129999843386 ], [ -121.819900000112227, 37.435479999923537 ], [ -121.816960000138565, 37.433980000204606 ], [ -121.8130400001737, 37.4333799997463 ], [ -121.812270000244752, 37.433560000032138 ], [ -121.811660000149388, 37.433910000101747 ], [ -121.810670000112424, 37.434159999760894 ], [ -121.808779999551859, 37.434180000239643 ], [ -121.808337999686017, 37.434374000112534 ], [ -121.806237000136576, 37.431954000246201 ], [ -121.791456000077417, 37.415282999721342 ], [ -121.790713999737548, 37.414431000257949 ], [ -121.781883999770841, 37.404648000291317 ], [ -121.78526700033359, 37.403762000335718 ], [ -121.786435999572419, 37.404212000203287 ], [ -121.787105000117307, 37.404508999862763 ], [ -121.787443000226119, 37.404602999831724 ], [ -121.787993999871929, 37.404624999837765 ], [ -121.788323999584819, 37.404695999943009 ], [ -121.788639999952309, 37.40489299978227 ], [ -121.788648000348232, 37.404900999819077 ], [ -121.791788000338414, 37.40470300026135 ], [ -121.791974999936158, 37.403516000245617 ], [ -121.789517000011358, 37.401471999847764 ], [ -121.786555000296403, 37.401058999961599 ], [ -121.786479999953343, 37.398822999837428 ], [ -121.784766999843086, 37.395822999648161 ], [ -121.78405800001353, 37.395432999745815 ], [ -121.783555999873187, 37.392530999918179 ], [ -121.78377000013343, 37.391524999700749 ], [ -121.782821000104363, 37.388047999800492 ], [ -121.78304899970999, 37.387075999955044 ], [ -121.779255999966708, 37.3844320001188 ], [ -121.777348999687732, 37.385173000306374 ], [ -121.775063000190343, 37.384880999700378 ], [ -121.774519000217225, 37.383968999764598 ], [ -121.771951999614174, 37.382989999655372 ], [ -121.771580999893416, 37.381835999858382 ], [ -121.768202000426896, 37.377752999853932 ], [ -121.76653100014947, 37.375225000168264 ], [ -121.765368999685066, 37.374939000194523 ], [ -121.764807999993494, 37.373596000316432 ], [ -121.762612999834417, 37.372226999747667 ], [ -121.761822999813987, 37.370035000234189 ], [ -121.760137000366257, 37.370000999784182 ], [ -121.756126000164784, 37.366153000235137 ], [ -121.754103000433133, 37.365454000245443 ], [ -121.753946000074308, 37.363750999862248 ], [ -121.749046000118213, 37.361411999711763 ], [ -121.747483999620727, 37.361538999871605 ], [ -121.745891000059402, 37.360707000010073 ], [ -121.744799999740096, 37.359399000163556 ], [ -121.742484999930426, 37.355513999957218 ], [ -121.74103100028627, 37.353778999824513 ], [ -121.732562999819493, 37.339344999909081 ], [ -121.732233000106589, 37.338931000068762 ], [ -121.71447600008878, 37.307997999758328 ], [ -121.710642000337629, 37.301534999884382 ], [ -121.711293000440861, 37.298505000330621 ], [ -121.711432000358059, 37.297056999889094 ], [ -121.709987000036421, 37.2911389997086 ], [ -121.716959000127957, 37.285541000172849 ], [ -121.716959000127957, 37.285041000220531 ], [ -121.727570999801884, 37.264056000073232 ], [ -121.731202999886676, 37.254107999844273 ], [ -121.733358999687681, 37.24814299985254 ], [ -121.725583000230344, 37.241453999912359 ], [ -121.720412999937494, 37.237006000252535 ], [ -121.719920000017993, 37.236574999782405 ], [ -121.723946000288095, 37.237443999870074 ], [ -121.727159999898149, 37.23739500001804 ], [ -121.729469999684952, 37.235026000049231 ], [ -121.736955999612391, 37.235186000053751 ], [ -121.737644000423856, 37.234516000048423 ], [ -121.739590999987527, 37.234952000120067 ], [ -121.741145000089091, 37.234531999957809 ], [ -121.741042999981843, 37.233944999672829 ], [ -121.741800000390299, 37.234005000306396 ], [ -121.743269000103055, 37.232714999763019 ], [ -121.744931000159681, 37.232637000170236 ], [ -121.746307999810909, 37.232004999943555 ], [ -121.746635999873988, 37.231612999847975 ], [ -121.74668600010267, 37.230571999979581 ], [ -121.746708999668911, 37.230509999648007 ], [ -121.746764999745395, 37.230405999992506 ], [ -121.746840999913402, 37.23030300010975 ], [ -121.747096000181514, 37.23000899985098 ], [ -121.747477999772912, 37.229525999696165 ], [ -121.743075999759199, 37.226831000081354 ], [ -121.730771000066511, 37.21714800006464 ], [ -121.723397000292081, 37.209753999840316 ], [ -121.721874000152653, 37.208530000103494 ], [ -121.710195000448877, 37.201756000291667 ], [ -121.709551000018308, 37.201378000300579 ], [ -121.705756999551824, 37.199187000261993 ], [ -121.693370999668289, 37.190626000214635 ], [ -121.68655099991274, 37.185697000135939 ], [ -121.680209000008063, 37.178738000013894 ], [ -121.678665999777138, 37.177358000202609 ], [ -121.671964000022328, 37.171710000320758 ], [ -121.669460000066778, 37.169343000024185 ], [ -121.669106000064446, 37.168944999996803 ], [ -121.668701999833416, 37.168529999699928 ], [ -121.667894000269641, 37.167553999922049 ], [ -121.667490000038583, 37.167032000079168 ], [ -121.663252999881308, 37.162396000114647 ], [ -121.659035999815501, 37.165564999779207 ], [ -121.655218999782775, 37.164985999645403 ], [ -121.651805000156202, 37.168897000049704 ], [ -121.649577000385179, 37.168336000062787 ], [ -121.648077999636854, 37.166471999895037 ], [ -121.645941000102411, 37.165795999989378 ], [ -121.646069999973832, 37.165390000126145 ], [ -121.644570000298941, 37.164239999790887 ], [ -121.637539999582771, 37.164899999657649 ], [ -121.634289999987715, 37.164768000002205 ], [ -121.63424499978187, 37.164792000217027 ], [ -121.632330000005282, 37.165488000268098 ], [ -121.633315999844271, 37.167054000213916 ], [ -121.625363999761518, 37.167101999899906 ], [ -121.624732999749753, 37.167942999876686 ], [ -121.622049999694056, 37.169477000291948 ], [ -121.62144999964444, 37.170066999648775 ], [ -121.619457000050033, 37.169270000104206 ], [ -121.613009999665039, 37.161974999732465 ], [ -121.603916999932608, 37.159820999759248 ], [ -121.595153999913023, 37.153718000284826 ], [ -121.589942999612305, 37.153313000207028 ], [ -121.587258999731688, 37.153675999836608 ], [ -121.585040000181465, 37.154566999740062 ], [ -121.581825999673129, 37.15359999988685 ], [ -121.5796980003595, 37.153168999847487 ], [ -121.578782999767299, 37.151716000227253 ], [ -121.57814099988488, 37.148909000002654 ], [ -121.575506000408055, 37.145948999646208 ], [ -121.57221699955663, 37.144244999720996 ], [ -121.571978000080335, 37.143920999773655 ], [ -121.571586000443176, 37.143506999929627 ], [ -121.571352999916357, 37.143098000313003 ], [ -121.571148999701848, 37.142869999848592 ], [ -121.570865000019722, 37.142210999934342 ], [ -121.570654000132549, 37.141813999928182 ], [ -121.570172000083673, 37.141285000147029 ], [ -121.570127999702748, 37.141056999946606 ], [ -121.569946999952791, 37.140745000292384 ], [ -121.56959700014842, 37.140311999962115 ], [ -121.568279000048406, 37.139449000238429 ], [ -121.566130999744985, 37.137774000152035 ], [ -121.563963000248407, 37.137197000025274 ], [ -121.563907999996815, 37.135547999875918 ], [ -121.558589999565982, 37.131719000268554 ], [ -121.557813999789246, 37.130053999769423 ], [ -121.557910999873627, 37.128504999838817 ], [ -121.555097000296684, 37.127016000162769 ], [ -121.554232999758085, 37.124901000328286 ], [ -121.553046000077629, 37.123852000264833 ], [ -121.552711000341873, 37.120807999938449 ], [ -121.549282999573251, 37.119039000298962 ], [ -121.549279000273629, 37.118157999911574 ], [ -121.549367000137181, 37.115360000248977 ], [ -121.548529000436176, 37.112772999759223 ], [ -121.545669999755063, 37.10862300023414 ], [ -121.544607999748052, 37.098361000227378 ], [ -121.538526000134368, 37.090738000109333 ], [ -121.534651000375348, 37.086763000029471 ], [ -121.529151000369623, 37.083545000092791 ], [ -121.529608000304108, 37.082685000204371 ], [ -121.528388999938286, 37.079674999729868 ], [ -121.527408999947085, 37.078580999709381 ], [ -121.525628000064799, 37.07796400005649 ], [ -121.511371999712168, 37.076531000325176 ], [ -121.506820999735524, 37.074672000002373 ], [ -121.502297000421379, 37.072828999734746 ], [ -121.500462000112435, 37.073324999942763 ], [ -121.49889999961492, 37.074901999819517 ], [ -121.498323000029828, 37.076479999670624 ], [ -121.495034999901634, 37.07767400013568 ], [ -121.489082000159385, 37.076989999655815 ], [ -121.488657000011941, 37.075748000324133 ], [ -121.489771999722365, 37.074120999865244 ], [ -121.488620000202019, 37.072252999791772 ], [ -121.487323999843284, 37.072436000124618 ], [ -121.484700000237126, 37.073920999935943 ], [ -121.483368999718337, 37.074101000326102 ], [ -121.481263999970921, 37.072914999731644 ], [ -121.477984000238635, 37.072586999686877 ], [ -121.476963000239536, 37.070506000343315 ], [ -121.474799999867514, 37.067950000169951 ], [ -121.473027000381137, 37.064808999769532 ], [ -121.471489999997999, 37.061080000302745 ], [ -121.46998000027736, 37.060070000308791 ], [ -121.467010000166468, 37.05316999973693 ], [ -121.465010000001058, 37.049199999685882 ], [ -121.463629999976774, 37.047209999711093 ], [ -121.46254000038067, 37.046710000040591 ], [ -121.460190000410918, 37.044270000340738 ], [ -121.458659999700458, 37.043220000011779 ], [ -121.457585999997903, 37.041530000204951 ], [ -121.456089999622662, 37.036639999864263 ], [ -121.455680000442143, 37.034020000235472 ], [ -121.457929999954516, 37.033179999884446 ], [ -121.456380000050871, 37.029959999718059 ], [ -121.45574999986404, 37.027459999951219 ], [ -121.456220000217314, 37.024310000306983 ], [ -121.458659999700458, 37.019890000090797 ], [ -121.461700000131557, 37.017990000080125 ], [ -121.463149999577738, 37.016460000099073 ], [ -121.464910000441947, 37.015569999828728 ], [ -121.464959999772347, 37.01446999992887 ], [ -121.466329999750897, 37.013280000163725 ], [ -121.466139999780111, 37.011210000063322 ], [ -121.46721000018303, 37.010230000249585 ], [ -121.467030000257935, 37.008759999791501 ], [ -121.467919999837477, 37.007239999750276 ], [ -121.469849999682694, 37.006859999832898 ], [ -121.470990000405777, 37.007350000089176 ], [ -121.474880000233441, 37.007590000145591 ], [ -121.474359999651455, 37.005239999677642 ], [ -121.474989999838314, 37.004050000308844 ], [ -121.476769999895708, 37.003990000082482 ], [ -121.478089999645533, 37.004829999659421 ], [ -121.480090999635863, 37.00777599999094 ], [ -121.483469000175745, 37.011605000287254 ], [ -121.483947000026646, 37.013062999754723 ], [ -121.486769999824432, 37.01356000030809 ], [ -121.488630000247753, 37.015140000283246 ], [ -121.489980000134821, 37.015329999865308 ], [ -121.490030000363561, 37.016620000170541 ], [ -121.493799999642292, 37.016029999851533 ], [ -121.494691999769955, 37.016473999795977 ], [ -121.492513000402724, 37.0119950002195 ], [ -121.49104899981451, 37.01004699983438 ], [ -121.489123999992188, 37.00609599998905 ], [ -121.487953000205223, 37.001640000241672 ], [ -121.486052999598954, 37.001222999643858 ], [ -121.47514700019714, 36.983849000184271 ], [ -121.471248000148663, 36.978648000350169 ], [ -121.471151000064296, 36.977973999802408 ], [ -121.467939000104053, 36.976772000286765 ], [ -121.463561000379769, 36.978294000140274 ], [ -121.4659480001595, 36.982147999969804 ], [ -121.463655999916014, 36.984877000288456 ], [ -121.460045999572543, 36.98574800011653 ], [ -121.45754699963986, 36.987547999810246 ], [ -121.456647000014584, 36.986647999905742 ], [ -121.450607000233688, 36.988944000346805 ], [ -121.449119000254342, 36.988210999647144 ], [ -121.44974699989308, 36.986147999822514 ], [ -121.447345999869668, 36.98295500003789 ], [ -121.437696999570193, 36.978509999661419 ], [ -121.436289999781721, 36.976980000249128 ], [ -121.434563000326094, 36.973982999700496 ], [ -121.430983999944729, 36.971342999993766 ], [ -121.418253000279719, 36.960639999702366 ], [ -121.383565000249519, 36.960638999810186 ], [ -121.383443999875695, 36.960549000126704 ], [ -121.370343000314818, 36.960549000126704 ], [ -121.353512999686458, 36.960041000189626 ], [ -121.352847000412879, 36.96019000022708 ], [ -121.215405999821073, 36.961247999921547 ], [ -121.216525999554364, 36.962071999827366 ], [ -121.21971300029854, 36.962970999851507 ], [ -121.224833000362679, 36.967433000130526 ], [ -121.229341999608209, 36.967649000332997 ], [ -121.232127999596074, 36.968892000152941 ], [ -121.234087999578534, 36.970881999700111 ], [ -121.237358000163383, 36.97312099982117 ], [ -121.239549999949404, 36.97615600023741 ], [ -121.24387699962007, 36.980091000033376 ], [ -121.245886999831214, 36.983035999812103 ], [ -121.246638000391897, 36.987047999902259 ], [ -121.245131999970894, 36.991437000136166 ], [ -121.24513699999379, 36.9929219996813 ], [ -121.242915000070525, 36.994282000309497 ], [ -121.241516999604556, 36.997380999910682 ], [ -121.235737000114653, 36.998346000083963 ], [ -121.233136999899628, 36.999346000167158 ], [ -121.233912999676363, 37.00141499972834 ], [ -121.23517600042311, 37.002641000104539 ], [ -121.234793999933345, 37.003764000024354 ], [ -121.235503999587849, 37.005771000307782 ], [ -121.23697599967366, 37.006584000136762 ], [ -121.236337000164283, 37.008346000176694 ], [ -121.238165999727144, 37.009086000295916 ], [ -121.237825999968521, 37.00996100032588 ], [ -121.235410999701443, 37.010560999955842 ], [ -121.233336999916162, 37.011746000284099 ], [ -121.235356000348148, 37.013316000065863 ], [ -121.239164999984951, 37.018341000313363 ], [ -121.239976999746673, 37.018437000315487 ], [ -121.241682000359305, 37.02119000001526 ], [ -121.242966999949047, 37.021648000109906 ], [ -121.245988999938476, 37.025574999845745 ], [ -121.247779000041618, 37.02980100018835 ], [ -121.247498999659115, 37.031100000074154 ], [ -121.248461000107, 37.033488000135868 ], [ -121.245200999567871, 37.032239999812674 ], [ -121.241104000050996, 37.031714000354803 ], [ -121.238970999816175, 37.032593000228111 ], [ -121.238851000165596, 37.034032999920306 ], [ -121.236137999972655, 37.036945000170647 ], [ -121.224506999949469, 37.039743000292269 ], [ -121.225808000331028, 37.052071000311834 ], [ -121.223156000237466, 37.055229999799941 ], [ -121.224517999820094, 37.056237000212278 ], [ -121.22338700021615, 37.057507000089906 ], [ -121.218734999957178, 37.057138999950915 ], [ -121.213060999874159, 37.055098000264472 ], [ -121.210960000324746, 37.056234000004522 ], [ -121.208959000334417, 37.05868299966469 ], [ -121.208377999653052, 37.060932000075553 ], [ -121.208227999865201, 37.062013000323915 ], [ -121.210336999810593, 37.066044000195895 ], [ -121.209637000201823, 37.068242999739908 ], [ -121.215799000181462, 37.069223000065648 ], [ -121.216837999723907, 37.070592999987539 ], [ -121.219550000091942, 37.072545999939926 ], [ -121.222925000258797, 37.073814000194403 ], [ -121.224638000368998, 37.078942999694938 ], [ -121.227611999779555, 37.080941000249631 ], [ -121.229288000079862, 37.081514999940154 ], [ -121.230879999816267, 37.083137000108842 ], [ -121.235492999717195, 37.086234000327408 ], [ -121.240163000417851, 37.086144000255771 ], [ -121.241976999912083, 37.085127999806055 ], [ -121.245484000323415, 37.08914799972797 ], [ -121.243643999991576, 37.090738999723662 ], [ -121.243018999827584, 37.092711000310544 ], [ -121.238374999964506, 37.093415999862032 ], [ -121.233504000320735, 37.095580999755576 ], [ -121.231975000333534, 37.097125000001867 ], [ -121.230438999775288, 37.096941999793884 ], [ -121.22973900016656, 37.099041999939367 ], [ -121.23005200016101, 37.10084199999941 ], [ -121.230350999911764, 37.104971000180697 ], [ -121.227650000312693, 37.105634999806114 ], [ -121.225537999994273, 37.106842000331802 ], [ -121.22630399972526, 37.109708000019914 ], [ -121.225158999877621, 37.11089799972828 ], [ -121.223788000074123, 37.11508100026235 ], [ -121.221712999565653, 37.116068000337535 ], [ -121.217339000039345, 37.123041999708825 ], [ -121.219939000254371, 37.12417399971401 ], [ -121.221753999573551, 37.12590399988553 ], [ -121.223264000192501, 37.129247999700695 ], [ -121.222683000409432, 37.130827999761557 ], [ -121.226804000215793, 37.134774000180371 ], [ -121.231340000123808, 37.138542000321273 ], [ -121.232296999650487, 37.139892999859612 ], [ -121.23331599999976, 37.143549000297291 ], [ -121.234978999881307, 37.147763000015509 ], [ -121.236144999645347, 37.149723999963363 ], [ -121.235495000265317, 37.152897999998402 ], [ -121.236558000097219, 37.154040000082162 ], [ -121.236378000172152, 37.156078999826427 ], [ -121.237109999567963, 37.15720399982807 ], [ -121.239307000275147, 37.157739000204721 ], [ -121.242479999877332, 37.157468999718397 ], [ -121.243842000358299, 37.15856999976301 ], [ -121.245721999974776, 37.157830999996371 ], [ -121.248763000230795, 37.157660999717784 ], [ -121.250687000228197, 37.15822499993881 ], [ -121.255638000237923, 37.158872000304832 ], [ -121.25985799977849, 37.158844999916738 ], [ -121.262093000120529, 37.159323000005692 ], [ -121.264601000274055, 37.163895000072415 ], [ -121.267158999757967, 37.167133999673659 ], [ -121.269507000077937, 37.17117100011059 ], [ -121.273100999629591, 37.173325000160837 ], [ -121.275377999804419, 37.178738999897789 ], [ -121.277776000353086, 37.179630999839375 ], [ -121.280194000094923, 37.183072000151036 ], [ -121.281107000138988, 37.183602999922684 ], [ -121.282271000253232, 37.183674999774126 ], [ -121.284097000341362, 37.182508999818886 ], [ -121.28429700035791, 37.180895000048174 ], [ -121.28606300017158, 37.181139000142124 ], [ -121.287478000356003, 37.1791889999812 ], [ -121.287727999702952, 37.177367000037194 ], [ -121.290958999929728, 37.175426999844596 ], [ -121.290655000156136, 37.172132000132486 ], [ -121.2915199996213, 37.170337000232443 ], [ -121.292524999726879, 37.17048000010837 ], [ -121.295586000074366, 37.168905000162319 ], [ -121.298551999987282, 37.165962999710942 ], [ -121.300671999803313, 37.16627299974175 ], [ -121.302619000265238, 37.168159999643784 ], [ -121.306043999762494, 37.166640999642524 ], [ -121.311644000225641, 37.170040999679543 ], [ -121.312881999959728, 37.170147000213923 ], [ -121.31406600016544, 37.169400999763255 ], [ -121.314034000378385, 37.167909999702481 ], [ -121.318070999620815, 37.167261000029065 ], [ -121.318908000395226, 37.167683999662259 ], [ -121.323233000416067, 37.166430000089768 ], [ -121.32601500020597, 37.166718000126465 ], [ -121.328408999658365, 37.165949999737293 ], [ -121.331878000434855, 37.170010999703898 ], [ -121.332547999906367, 37.171276999775706 ], [ -121.334348999880135, 37.170803000078628 ], [ -121.33829399995939, 37.173516999968037 ], [ -121.342382000153776, 37.1741920002939 ], [ -121.343656999697728, 37.176935000325614 ], [ -121.346666000166692, 37.179914000322299 ], [ -121.35015500013634, 37.181702999794865 ], [ -121.351760000291563, 37.181951000222824 ], [ -121.354561000348056, 37.183892999979406 ], [ -121.357080000372207, 37.183390000139219 ], [ -121.359558000388532, 37.184452999874495 ], [ -121.360941999712466, 37.184321000022763 ], [ -121.363170000381842, 37.183508999655487 ], [ -121.364535000337526, 37.180317999723421 ], [ -121.372208999687601, 37.176961999977316 ], [ -121.374053000217401, 37.1730400001289 ], [ -121.375290000126569, 37.173106000277166 ], [ -121.377065999985987, 37.171730999832818 ], [ -121.379653999607143, 37.168006000104164 ], [ -121.382914000146286, 37.167881000340088 ], [ -121.384265999683166, 37.166200999769465 ], [ -121.384551999913427, 37.165506999959526 ], [ -121.383244999684067, 37.162987999813971 ], [ -121.384155000253401, 37.162001000329077 ], [ -121.383956999886678, 37.160161000242397 ], [ -121.381685999559608, 37.157634999776235 ], [ -121.383551000005795, 37.151486999722067 ], [ -121.385315999994589, 37.151972000027335 ], [ -121.388517000084164, 37.151424000046113 ], [ -121.392005000228892, 37.150256000217865 ], [ -121.393423999712937, 37.148130999807449 ], [ -121.397463000401842, 37.15059499978441 ], [ -121.399019000153217, 37.1501350000743 ], [ -121.400004000167314, 37.15086299996922 ], [ -121.401140999619059, 37.154919999950998 ], [ -121.404636000334818, 37.155988999704526 ], [ -121.406530000195005, 37.158834999876582 ], [ -121.407601000422844, 37.163240999838521 ], [ -121.407726999921223, 37.169006000079463 ], [ -121.40886300044636, 37.170108000297979 ], [ -121.412200999904968, 37.171324999642636 ], [ -121.413395000156427, 37.172899000009487 ], [ -121.411651999908955, 37.173358000117673 ], [ -121.410076000066084, 37.175757000320267 ], [ -121.411139999722863, 37.177852000353568 ], [ -121.408905000279148, 37.180841999823862 ], [ -121.409460000122934, 37.184150000115757 ], [ -121.411524999687344, 37.185406999849306 ], [ -121.410209000135453, 37.189596000078474 ], [ -121.410462999680362, 37.192008000343662 ], [ -121.4117180000312, 37.193608000293956 ], [ -121.411703999787491, 37.194923999878895 ], [ -121.41375500000656, 37.197648000330403 ], [ -121.415323000351805, 37.199000999715167 ], [ -121.415720999836751, 37.202407999980586 ], [ -121.416862000384782, 37.206044000010728 ], [ -121.416869000057474, 37.21126200025703 ], [ -121.418368999732365, 37.213210999758118 ], [ -121.421075000252614, 37.214825999952701 ], [ -121.421893999687043, 37.218207999989168 ], [ -121.421495000377192, 37.2199659996853 ], [ -121.422219000275362, 37.221934000177797 ], [ -121.425088000103912, 37.223545000304014 ], [ -121.426397999808003, 37.223496000002584 ], [ -121.427832000258974, 37.225205000291886 ], [ -121.428946999969426, 37.225386999988054 ], [ -121.431558999880039, 37.227816000102479 ], [ -121.434073999706243, 37.226448999941745 ], [ -121.436104000008868, 37.229364999910736 ], [ -121.441746000304803, 37.231127000238764 ], [ -121.443451999844044, 37.233357999823916 ], [ -121.445199000289477, 37.234507999734809 ], [ -121.446083000021233, 37.235967000149685 ], [ -121.448493000265458, 37.23701999997926 ], [ -121.448145000110912, 37.23949400015136 ], [ -121.452633000338366, 37.245364000253225 ], [ -121.452619999919577, 37.246377999822727 ], [ -121.45574999986404, 37.249440000015248 ], [ -121.455525999558049, 37.252846999764479 ], [ -121.455974000170002, 37.253919000045748 ], [ -121.455020000118068, 37.255549999778488 ], [ -121.457254999561812, 37.260942999783644 ], [ -121.455928000139266, 37.262883000340764 ], [ -121.454849000413844, 37.263140999750156 ], [ -121.454138000036139, 37.27397899968733 ], [ -121.453965999608698, 37.277184000209857 ], [ -121.457620000333094, 37.281083999970853 ], [ -121.458540000049879, 37.283452999886265 ], [ -121.458051000328311, 37.2841390001064 ], [ -121.454009000164703, 37.284050000330836 ], [ -121.452973000096989, 37.286734999647493 ], [ -121.448658000121895, 37.290300000127807 ], [ -121.44964999980867, 37.293939000300107 ], [ -121.443550999578235, 37.296637999841451 ], [ -121.441120000315948, 37.293856999908549 ], [ -121.438501999659223, 37.293168000277682 ], [ -121.436816000211508, 37.291970999822006 ], [ -121.434016999804825, 37.292934000342953 ], [ -121.431390999650532, 37.294993999761985 ], [ -121.427243999904931, 37.295913999784389 ], [ -121.423451999986554, 37.295286999659616 ], [ -121.422749999829691, 37.299137999804906 ], [ -121.419061999668415, 37.302006000288571 ], [ -121.418115000187456, 37.303415999827145 ], [ -121.414748000416552, 37.305359999749641 ], [ -121.414257999971781, 37.306508999784683 ], [ -121.411314999625063, 37.308031000109501 ], [ -121.40894200008907, 37.309876999652147 ], [ -121.407519000407049, 37.30983700022842 ], [ -121.405752999695054, 37.310990000109044 ], [ -121.406334000376432, 37.312761999943753 ], [ -121.407480000048992, 37.313114000167062 ], [ -121.408332999818612, 37.317620000128436 ], [ -121.409398000198664, 37.321464000121381 ], [ -121.411938999964136, 37.32444499995642 ], [ -121.410218000356295, 37.325061000315614 ], [ -121.411149999768625, 37.327536999763105 ], [ -121.409149999603216, 37.330637000294807 ], [ -121.420749999664309, 37.344736999802642 ], [ -121.419820999726682, 37.34653999973122 ], [ -121.420595999678483, 37.347765000200212 ], [ -121.420460000134383, 37.350466999674921 ], [ -121.419548999740115, 37.351119999842666 ], [ -121.419809999856028, 37.352807000027184 ], [ -121.422153000153116, 37.356024999695144 ], [ -121.423650000353277, 37.358836999787158 ], [ -121.422499999584431, 37.363090999703893 ], [ -121.419290000172353, 37.364445000054786 ], [ -121.417649999857048, 37.369835999754301 ], [ -121.416129000265755, 37.373708999843693 ], [ -121.415848999883266, 37.375916000222276 ], [ -121.411051000034405, 37.378379000015933 ], [ -121.409075000158452, 37.380672000260724 ], [ -121.410629000260045, 37.386108000306649 ], [ -121.412155999699095, 37.387271999745664 ], [ -121.412549000059499, 37.38943500034248 ], [ -121.414764000310058, 37.390196999644736 ], [ -121.419450000005924, 37.39073500027397 ], [ -121.424050000386359, 37.393634999916067 ], [ -121.431549999659168, 37.39423499981315 ], [ -121.436084999742292, 37.396129999695674 ], [ -121.438956999943926, 37.39462000015542 ], [ -121.440249999929563, 37.394535000101676 ], [ -121.442743999839408, 37.392762999658785 ], [ -121.444583000346327, 37.393361000330714 ], [ -121.448162999654272, 37.391677000248968 ], [ -121.449803999794455, 37.392287999789197 ], [ -121.451550000414997, 37.39463499969311 ], [ -121.456651000212531, 37.395535000004088 ], [ -121.458251000344859, 37.398134999826723 ], [ -121.455651000129819, 37.401035000045106 ], [ -121.456350999738561, 37.406735000175267 ], [ -121.46355100033405, 37.415934000165542 ], [ -121.466251000108173, 37.415034000126795 ], [ -121.472606000431668, 37.423344999816969 ], [ -121.47220399985045, 37.424130999973201 ], [ -121.468758000436807, 37.425284999901763 ], [ -121.470520000052517, 37.428592000029973 ], [ -121.469935999896421, 37.430872000045028 ], [ -121.464138999789782, 37.437602999987675 ], [ -121.461859999965114, 37.438798999722295 ], [ -121.46215100021827, 37.442334000286507 ], [ -121.463475999990976, 37.445691999823204 ], [ -121.462655000008411, 37.448437999827682 ], [ -121.462916999949243, 37.451488999860317 ], [ -121.464051999751149, 37.452476999697176 ], [ -121.464021999613934, 37.45383800003026 ], [ -121.465332000216321, 37.454548999759204 ], [ -121.467179000220867, 37.453341000268267 ], [ -121.468933000338978, 37.453875000345363 ], [ -121.469554000304996, 37.455743000057275 ], [ -121.473089000305407, 37.456763999889723 ], [ -121.473451999630257, 37.460168999911836 ], [ -121.474508999614386, 37.461525999824389 ], [ -121.47719800041618, 37.463247999931937 ], [ -121.483101999754638, 37.465160000198559 ], [ -121.484251999625172, 37.466032000332078 ], [ -121.486251999790582, 37.474332999874612 ], [ -121.486774999847299, 37.475652000345427 ], [ -121.48340999972622, 37.475422999976495 ], [ -121.47888499968883, 37.479713999816312 ], [ -121.476342000273519, 37.480293999799315 ], [ -121.474527000056042, 37.479343999662959 ], [ -121.47297499960429, 37.480675999910162 ], [ -121.472648000264456, 37.482169999910639 ], [ -121.472952000038077, 37.48233299966121 ], [ -121.564354999885538, 37.482433000333678 ], [ -121.670399000050111, 37.482740000271676 ], [ -121.690059999973869, 37.482833999668451 ], [ -121.712556000289311, 37.483558000280198 ], [ -121.786234999730922, 37.484235999840031 ], [ -121.85576200030242, 37.48453700032934 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250103", "NAME": "Census Tract 2501.03", "state": "06", "county_fips": "095", "tract": "250103", "county_name": "Solano County", "tot_pop_2050": 4988, "tot_pop_pov_det_2050": 4979, "tot_pop_civ_ni_2050": 4979, "tot_hh_2050": 1586, "pop_zvhhs_2050": 108, "tot_fam_2050": 1119, "tot_pop_over5_2050": 4723, "pop_hus_rent50_2050": 348, "pop_minority_2050": 4083, "pop_over75_2050": 329, "pop_spfam_2050": 327, "pop_lep_2050": 187, "pop_below200_2050": 1367, "pop_disability_2050": 667, "pct_minority_2050": 0.81856455493183644, "pct_over75_2050": 0.06595829991980752, "pct_spfam_2050": 0.29222520107238603, "pct_lep_2050": 0.039593478721151813, "pct_below200_2050": 0.27455312311709179, "pct_disab_2050": 0.13396264310102429, "pct_zvhhs_2050": 0.068095838587641871, "pct_hus_rent50_2050": 0.21941992433795712, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063021316033364, "pct_minority_2040": 0.77154772937905503, "pct_spfam_2040": 0.22173144876325102, "pct_lep_2040": 0.063840155945419003, "pct_below200_2040": 0.26954302945952202, "pct_disab_2040": 0.089306425423335986, "pct_zvhhs_2040": 0.010673782521680998, "pct_hus_rent50_2040": 0.17467840216655403, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.230224999575483, 38.12140800005497 ], [ -122.230046000373662, 38.116935999771343 ], [ -122.229546999708063, 38.109615000010386 ], [ -122.221110999926637, 38.109655999958157 ], [ -122.217616999934094, 38.109632999955807 ], [ -122.215711000378349, 38.111778000333111 ], [ -122.214457999677307, 38.116300000169119 ], [ -122.211116999845672, 38.117778000029645 ], [ -122.210502999552361, 38.120313999875627 ], [ -122.217160999824515, 38.122582999658455 ], [ -122.218735999842494, 38.122397000244163 ], [ -122.221255999691593, 38.122068999993324 ], [ -122.226436000030162, 38.123291000138593 ], [ -122.22799099995666, 38.123455000176769 ], [ -122.229825000440727, 38.123149999725051 ], [ -122.230224999575483, 38.12140800005497 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250104", "NAME": "Census Tract 2501.04", "state": "06", "county_fips": "095", "tract": "250104", "county_name": "Solano County", "tot_pop_2050": 2047, "tot_pop_pov_det_2050": 2021, "tot_pop_civ_ni_2050": 2026, "tot_hh_2050": 757, "pop_zvhhs_2050": 65, "tot_fam_2050": 474, "tot_pop_over5_2050": 2003, "pop_hus_rent50_2050": 112, "pop_minority_2050": 1434, "pop_over75_2050": 208, "pop_spfam_2050": 61, "pop_lep_2050": 12, "pop_below200_2050": 263, "pop_disability_2050": 294, "pct_minority_2050": 0.70053737176355646, "pct_over75_2050": 0.10161211529066927, "pct_spfam_2050": 0.12869198312236288, "pct_lep_2050": 0.0059910134797803291, "pct_below200_2050": 0.13013359722909451, "pct_disab_2050": 0.14511352418558734, "pct_zvhhs_2050": 0.085865257595772793, "pct_hus_rent50_2050": 0.14795244385733158, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.12576419213973802, "pct_minority_2040": 0.61615720524017503, "pct_spfam_2040": 0.075098814229249009, "pct_lep_2040": 0.046417305092384002, "pct_below200_2040": 0.23042901371074698, "pct_disab_2040": 0.168669336893636, "pct_zvhhs_2040": 0.123216601815824, "pct_hus_rent50_2040": 0.12062256809338499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.215711000378349, 38.111778000333111 ], [ -122.217616999934094, 38.109632999955807 ], [ -122.215652999753715, 38.109149999647208 ], [ -122.210331000023189, 38.109071999807128 ], [ -122.206585999960495, 38.10975000019976 ], [ -122.203252999626471, 38.108733000078296 ], [ -122.203008000302404, 38.110336000166591 ], [ -122.202149999611592, 38.11116399973573 ], [ -122.197775000260364, 38.112693999826583 ], [ -122.201336000200058, 38.114764000198221 ], [ -122.202753000034278, 38.117980999870817 ], [ -122.207344000193899, 38.119244000099364 ], [ -122.207843999786093, 38.121671999763393 ], [ -122.209919000294562, 38.120507999689615 ], [ -122.210502999552361, 38.120313999875627 ], [ -122.211116999845672, 38.117778000029645 ], [ -122.214457999677307, 38.116300000169119 ], [ -122.215711000378349, 38.111778000333111 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250105", "NAME": "Census Tract 2501.05", "state": "06", "county_fips": "095", "tract": "250105", "county_name": "Solano County", "tot_pop_2050": 6784, "tot_pop_pov_det_2050": 6756, "tot_pop_civ_ni_2050": 6770, "tot_hh_2050": 2337, "pop_zvhhs_2050": 27, "tot_fam_2050": 1896, "tot_pop_over5_2050": 6491, "pop_hus_rent50_2050": 236, "pop_minority_2050": 5384, "pop_over75_2050": 469, "pop_spfam_2050": 331, "pop_lep_2050": 305, "pop_below200_2050": 1123, "pop_disability_2050": 680, "pct_minority_2050": 0.79363207547169812, "pct_over75_2050": 0.069133254716981118, "pct_spfam_2050": 0.17457805907172996, "pct_lep_2050": 0.046988137421044525, "pct_below200_2050": 0.16622261693309651, "pct_disab_2050": 0.10044313146233384, "pct_zvhhs_2050": 0.011553273427471115, "pct_hus_rent50_2050": 0.10098416773641419, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043708979192850002, "pct_minority_2040": 0.90015360983102899, "pct_spfam_2040": 0.16365824308062599, "pct_lep_2040": 0.038205980066445003, "pct_below200_2040": 0.15983778492518499, "pct_disab_2040": 0.12977205985176901, "pct_zvhhs_2040": 0.020317145688801004, "pct_hus_rent50_2040": 0.045589692765114008, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.229330999797995, 38.124340000264525 ], [ -122.229825000440727, 38.123149999725051 ], [ -122.22799099995666, 38.123455000176769 ], [ -122.226436000030162, 38.123291000138593 ], [ -122.221255999691593, 38.122068999993324 ], [ -122.218735999842494, 38.122397000244163 ], [ -122.217160999824515, 38.122582999658455 ], [ -122.210502999552361, 38.120313999875627 ], [ -122.209919000294562, 38.120507999689615 ], [ -122.207843999786093, 38.121671999763393 ], [ -122.206443999670299, 38.122355999675008 ], [ -122.203974999874831, 38.125722000002433 ], [ -122.202882999730605, 38.129618999693065 ], [ -122.200102999590527, 38.131453000034419 ], [ -122.198874999902202, 38.133411000230424 ], [ -122.204041999821968, 38.136394000021404 ], [ -122.21251399958841, 38.137630999986904 ], [ -122.217569000253533, 38.137792000298909 ], [ -122.218431000243967, 38.138050999871091 ], [ -122.219732999552164, 38.139349999887649 ], [ -122.223705000293904, 38.133182000336397 ], [ -122.225379999870981, 38.130568999835553 ], [ -122.229330999797995, 38.124340000264525 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250106", "NAME": "Census Tract 2501.06", "state": "06", "county_fips": "095", "tract": "250106", "county_name": "Solano County", "tot_pop_2050": 4802, "tot_pop_pov_det_2050": 4781, "tot_pop_civ_ni_2050": 4781, "tot_hh_2050": 1407, "pop_zvhhs_2050": 9, "tot_fam_2050": 1245, "tot_pop_over5_2050": 4429, "pop_hus_rent50_2050": 42, "pop_minority_2050": 3686, "pop_over75_2050": 355, "pop_spfam_2050": 172, "pop_lep_2050": 160, "pop_below200_2050": 678, "pop_disability_2050": 507, "pct_minority_2050": 0.76759683465222828, "pct_over75_2050": 0.073927530195751781, "pct_spfam_2050": 0.13815261044176708, "pct_lep_2050": 0.036125536238428541, "pct_below200_2050": 0.1418113365404727, "pct_disab_2050": 0.10604476051035347, "pct_zvhhs_2050": 0.0063965884861407248, "pct_hus_rent50_2050": 0.029850746268656719, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031908607445341998, "pct_minority_2040": 0.80539688792594089, "pct_spfam_2040": 0.093192868719610994, "pct_lep_2040": 0.035684818481847999, "pct_below200_2040": 0.14947326575233599, "pct_disab_2040": 0.084420719652036, "pct_zvhhs_2040": 0.005979073243646999, "pct_hus_rent50_2040": 0.01270553064275, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.219732999552164, 38.139349999887649 ], [ -122.218431000243967, 38.138050999871091 ], [ -122.217569000253533, 38.137792000298909 ], [ -122.21251399958841, 38.137630999986904 ], [ -122.204041999821968, 38.136394000021404 ], [ -122.198874999902202, 38.133411000230424 ], [ -122.200102999590527, 38.131453000034419 ], [ -122.202882999730605, 38.129618999693065 ], [ -122.203974999874831, 38.125722000002433 ], [ -122.206443999670299, 38.122355999675008 ], [ -122.207843999786093, 38.121671999763393 ], [ -122.207344000193899, 38.119244000099364 ], [ -122.202753000034278, 38.117980999870817 ], [ -122.201336000200058, 38.114764000198221 ], [ -122.197775000260364, 38.112693999826583 ], [ -122.196831000254164, 38.113796999831209 ], [ -122.193971999573051, 38.11574199984377 ], [ -122.193414000254535, 38.115433000094065 ], [ -122.189967999942581, 38.114971000259736 ], [ -122.188745000277123, 38.114833999659865 ], [ -122.188031000424672, 38.114716999784996 ], [ -122.187027999968919, 38.11437800010404 ], [ -122.18555300040839, 38.11290800015778 ], [ -122.183602999573381, 38.110444000120282 ], [ -122.182846999888142, 38.109764000210369 ], [ -122.179546000239455, 38.107635000140064 ], [ -122.17688599974997, 38.105911000206255 ], [ -122.173106000425477, 38.104282999837913 ], [ -122.169738999756234, 38.101928000187471 ], [ -122.164752999586426, 38.100494000096141 ], [ -122.162842999832677, 38.101196000326709 ], [ -122.163758000424878, 38.103725999835241 ], [ -122.163637999876002, 38.108252999991997 ], [ -122.165346999788255, 38.110588000045681 ], [ -122.16537500027566, 38.112394999651414 ], [ -122.164415000375925, 38.113169999993552 ], [ -122.165455999568209, 38.118081000229168 ], [ -122.166541000039715, 38.11939499977823 ], [ -122.165301999582411, 38.121867000195884 ], [ -122.165419999583207, 38.123481999923683 ], [ -122.166166000120995, 38.124878000296299 ], [ -122.16551800039079, 38.126061000021366 ], [ -122.166240999565744, 38.126719999687332 ], [ -122.166494000184073, 38.131026999756401 ], [ -122.167350000326721, 38.132193999829163 ], [ -122.168798999947981, 38.133324000281263 ], [ -122.168866999720066, 38.138137000074103 ], [ -122.168328999594706, 38.141318000198041 ], [ -122.167445999687857, 38.146785999795405 ], [ -122.167830999652338, 38.148512999979211 ], [ -122.17229600031358, 38.152775000186267 ], [ -122.176283000225609, 38.155244000341924 ], [ -122.179424000040697, 38.154811999761975 ], [ -122.183041999881809, 38.157119000284084 ], [ -122.184036999941625, 38.159069999868812 ], [ -122.191336000271306, 38.160894000052039 ], [ -122.194452999796979, 38.159471000101348 ], [ -122.195410000221997, 38.15816400008552 ], [ -122.194193000404312, 38.155385000207858 ], [ -122.195380000084768, 38.155017000220511 ], [ -122.196631000237616, 38.155017000220511 ], [ -122.213464000340736, 38.154893999731996 ], [ -122.214660000242006, 38.154920000323472 ], [ -122.216205999947647, 38.15208999966967 ], [ -122.21673900005014, 38.144916999984005 ], [ -122.217662999964858, 38.142647000230468 ], [ -122.219732999552164, 38.139349999887649 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250200", "NAME": "Census Tract 2502", "state": "06", "county_fips": "095", "tract": "250200", "county_name": "Solano County", "tot_pop_2050": 3981, "tot_pop_pov_det_2050": 3926, "tot_pop_civ_ni_2050": 3935, "tot_hh_2050": 1461, "pop_zvhhs_2050": 79, "tot_fam_2050": 1025, "tot_pop_over5_2050": 3819, "pop_hus_rent50_2050": 153, "pop_minority_2050": 2562, "pop_over75_2050": 305, "pop_spfam_2050": 304, "pop_lep_2050": 196, "pop_below200_2050": 1390, "pop_disability_2050": 588, "pct_minority_2050": 0.64355689525244908, "pct_over75_2050": 0.076613916101482035, "pct_spfam_2050": 0.29658536585365852, "pct_lep_2050": 0.051322335689971202, "pct_below200_2050": 0.3540499235863474, "pct_disab_2050": 0.14942820838627699, "pct_zvhhs_2050": 0.054072553045859, "pct_hus_rent50_2050": 0.10472279260780287, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061346362649294009, "pct_minority_2040": 0.68295331161780704, "pct_spfam_2040": 0.36436781609195396, "pct_lep_2040": 0.058543833580980996, "pct_below200_2040": 0.53689427312775295, "pct_disab_2040": 0.117015418502203, "pct_zvhhs_2040": 0.037490987743331004, "pct_hus_rent50_2040": 0.17019667170953101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.217861000331581, 38.103922000350863 ], [ -122.21793599977633, 38.099868999754165 ], [ -122.216710999562736, 38.100158000293952 ], [ -122.209314000222065, 38.100153000289438 ], [ -122.20249699994126, 38.099653000230951 ], [ -122.200962000106244, 38.100247000034322 ], [ -122.20042800017886, 38.100474999740356 ], [ -122.203129999602822, 38.104419000210072 ], [ -122.203574000016857, 38.105911999704283 ], [ -122.203252999626471, 38.108733000078296 ], [ -122.206585999960495, 38.10975000019976 ], [ -122.210331000023189, 38.109071999807128 ], [ -122.215652999753715, 38.109149999647208 ], [ -122.217616999934094, 38.109632999955807 ], [ -122.21773599975981, 38.106016999933651 ], [ -122.217861000331581, 38.103922000350863 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250300", "NAME": "Census Tract 2503", "state": "06", "county_fips": "095", "tract": "250300", "county_name": "Solano County", "tot_pop_2050": 2990, "tot_pop_pov_det_2050": 2881, "tot_pop_civ_ni_2050": 2929, "tot_hh_2050": 1111, "pop_zvhhs_2050": 134, "tot_fam_2050": 690, "tot_pop_over5_2050": 2797, "pop_hus_rent50_2050": 133, "pop_minority_2050": 2145, "pop_over75_2050": 256, "pop_spfam_2050": 185, "pop_lep_2050": 201, "pop_below200_2050": 1315, "pop_disability_2050": 555, "pct_minority_2050": 0.71739130434782594, "pct_over75_2050": 0.085618729096989962, "pct_spfam_2050": 0.26811594202898553, "pct_lep_2050": 0.071862710046478373, "pct_below200_2050": 0.4564387365498091, "pct_disab_2050": 0.18948446568794811, "pct_zvhhs_2050": 0.1206120612061206, "pct_hus_rent50_2050": 0.11971197119711972, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051071712093145996, "pct_minority_2040": 0.7210902355120401, "pct_spfam_2040": 0.337443946188341, "pct_lep_2040": 0.099543639475184992, "pct_below200_2040": 0.50314293522820397, "pct_disab_2040": 0.109548282391128, "pct_zvhhs_2040": 0.12271973466003301, "pct_hus_rent50_2040": 0.23648648648648601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.229579000393414, 38.105870999775703 ], [ -122.229667000256967, 38.100755999921731 ], [ -122.228530999731817, 38.100744000149916 ], [ -122.224938999830002, 38.099893999870481 ], [ -122.220744000403826, 38.099807999858591 ], [ -122.21793599977633, 38.099868999754165 ], [ -122.217861000331581, 38.103922000350863 ], [ -122.21773599975981, 38.106016999933651 ], [ -122.217616999934094, 38.109632999955807 ], [ -122.221110999926637, 38.109655999958157 ], [ -122.229546999708063, 38.109615000010386 ], [ -122.229579000393414, 38.105870999775703 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250400", "NAME": "Census Tract 2504", "state": "06", "county_fips": "095", "tract": "250400", "county_name": "Solano County", "tot_pop_2050": 2804, "tot_pop_pov_det_2050": 2804, "tot_pop_civ_ni_2050": 2804, "tot_hh_2050": 1093, "pop_zvhhs_2050": 29, "tot_fam_2050": 697, "tot_pop_over5_2050": 2634, "pop_hus_rent50_2050": 132, "pop_minority_2050": 1714, "pop_over75_2050": 84, "pop_spfam_2050": 213, "pop_lep_2050": 26, "pop_below200_2050": 1184, "pop_disability_2050": 534, "pct_minority_2050": 0.61126961483594866, "pct_over75_2050": 0.029957203994293864, "pct_spfam_2050": 0.30559540889526543, "pct_lep_2050": 0.0098709187547456317, "pct_below200_2050": 0.42225392296718972, "pct_disab_2050": 0.19044222539229672, "pct_zvhhs_2050": 0.026532479414455627, "pct_hus_rent50_2050": 0.12076852698993595, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051701281484754995, "pct_minority_2040": 0.62439239946972991, "pct_spfam_2040": 0.22751322751322797, "pct_lep_2040": 0.0043838285435950008, "pct_below200_2040": 0.41848067525544203, "pct_disab_2040": 0.15656789031401999, "pct_zvhhs_2040": 0.049689440993789004, "pct_hus_rent50_2040": 0.120833333333333, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.230226000298728, 38.091936999866633 ], [ -122.230381000109389, 38.091388999883598 ], [ -122.228421000126957, 38.090862000181467 ], [ -122.22777199967355, 38.090689000302802 ], [ -122.221352999775974, 38.088918999687984 ], [ -122.221224999729458, 38.089092000220575 ], [ -122.21891699959248, 38.092219000042348 ], [ -122.216194000252102, 38.091599999911914 ], [ -122.215252999720633, 38.092850000242663 ], [ -122.214733000036944, 38.094124999667471 ], [ -122.218796000116939, 38.095032000282352 ], [ -122.220821000396725, 38.096186000022932 ], [ -122.220781000213748, 38.097253000115785 ], [ -122.220757999749225, 38.098414000164517 ], [ -122.217969000286615, 38.098410999948861 ], [ -122.21793599977633, 38.099868999754165 ], [ -122.220744000403826, 38.099807999858591 ], [ -122.224938999830002, 38.099893999870481 ], [ -122.228530999731817, 38.100744000149916 ], [ -122.229667000256967, 38.100755999921731 ], [ -122.229782999709613, 38.094894000108027 ], [ -122.229836000311352, 38.094421999663084 ], [ -122.230226000298728, 38.091936999866633 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250501", "NAME": "Census Tract 2505.01", "state": "06", "county_fips": "095", "tract": "250501", "county_name": "Solano County", "tot_pop_2050": 2150, "tot_pop_pov_det_2050": 2150, "tot_pop_civ_ni_2050": 2150, "tot_hh_2050": 769, "pop_zvhhs_2050": 27, "tot_fam_2050": 534, "tot_pop_over5_2050": 2065, "pop_hus_rent50_2050": 78, "pop_minority_2050": 1344, "pop_over75_2050": 132, "pop_spfam_2050": 116, "pop_lep_2050": 111, "pop_below200_2050": 618, "pop_disability_2050": 260, "pct_minority_2050": 0.62511627906976741, "pct_over75_2050": 0.061395348837209297, "pct_spfam_2050": 0.21722846441947569, "pct_lep_2050": 0.05375302663438257, "pct_below200_2050": 0.28744186046511627, "pct_disab_2050": 0.12093023255813952, "pct_zvhhs_2050": 0.035110533159947978, "pct_hus_rent50_2050": 0.10143042912873862, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.096182449181952998, "pct_minority_2040": 0.45116509667823501, "pct_spfam_2040": 0.20412371134020604, "pct_lep_2040": 0.073224043715847009, "pct_below200_2040": 0.32523549826474996, "pct_disab_2040": 0.164105106593951, "pct_zvhhs_2040": 0.054886211512716998, "pct_hus_rent50_2040": 0.0098314606741569995, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.221224999729458, 38.089092000220575 ], [ -122.221352999775974, 38.088918999687984 ], [ -122.214041999750734, 38.086205999788952 ], [ -122.211543999642942, 38.085819000343278 ], [ -122.210633000147013, 38.085686999806256 ], [ -122.210206000349757, 38.085625000318039 ], [ -122.208002999794729, 38.090819000176317 ], [ -122.20863899982939, 38.093453000042842 ], [ -122.208636000354645, 38.094217000073613 ], [ -122.209303000351412, 38.097218999716404 ], [ -122.209314000222065, 38.100153000289438 ], [ -122.216710999562736, 38.100158000293952 ], [ -122.21793599977633, 38.099868999754165 ], [ -122.217969000286615, 38.098410999948861 ], [ -122.220757999749225, 38.098414000164517 ], [ -122.220781000213748, 38.097253000115785 ], [ -122.220821000396725, 38.096186000022932 ], [ -122.218796000116939, 38.095032000282352 ], [ -122.214733000036944, 38.094124999667471 ], [ -122.215252999720633, 38.092850000242663 ], [ -122.216194000252102, 38.091599999911914 ], [ -122.21891699959248, 38.092219000042348 ], [ -122.221224999729458, 38.089092000220575 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250502", "NAME": "Census Tract 2505.02", "state": "06", "county_fips": "095", "tract": "250502", "county_name": "Solano County", "tot_pop_2050": 3621, "tot_pop_pov_det_2050": 3578, "tot_pop_civ_ni_2050": 3621, "tot_hh_2050": 1110, "pop_zvhhs_2050": 47, "tot_fam_2050": 819, "tot_pop_over5_2050": 3426, "pop_hus_rent50_2050": 103, "pop_minority_2050": 2880, "pop_over75_2050": 220, "pop_spfam_2050": 102, "pop_lep_2050": 86, "pop_below200_2050": 1007, "pop_disability_2050": 457, "pct_minority_2050": 0.79536039768019884, "pct_over75_2050": 0.060756697045015184, "pct_spfam_2050": 0.12454212454212454, "pct_lep_2050": 0.025102159953298311, "pct_below200_2050": 0.28144214645053101, "pct_disab_2050": 0.12620822977078155, "pct_zvhhs_2050": 0.04234234234234234, "pct_hus_rent50_2050": 0.092792792792792803, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.097511768661734999, "pct_minority_2040": 0.693006052454607, "pct_spfam_2040": 0.11618257261410801, "pct_lep_2040": 0.031034482758621001, "pct_below200_2040": 0.424823410696266, "pct_disab_2040": 0.13118062563067601, "pct_zvhhs_2040": 0.038461538461537992, "pct_hus_rent50_2040": 0.15460852329038699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.208002999794729, 38.090819000176317 ], [ -122.210206000349757, 38.085625000318039 ], [ -122.2004540001181, 38.084031000008544 ], [ -122.198458999975585, 38.083389000058077 ], [ -122.196735999819623, 38.082658000288653 ], [ -122.195355999795311, 38.081911000234712 ], [ -122.194189000206336, 38.081139000168228 ], [ -122.192888999649654, 38.080107999905685 ], [ -122.192156000428952, 38.081183000046657 ], [ -122.192770999648886, 38.08164000014326 ], [ -122.19301900024432, 38.08186700008725 ], [ -122.193953000204786, 38.083886000268087 ], [ -122.197485999657047, 38.092800000130836 ], [ -122.198060999592329, 38.096700000160503 ], [ -122.198116999668827, 38.09684400031275 ], [ -122.19843899988409, 38.097555999919756 ], [ -122.20042800017886, 38.100474999740356 ], [ -122.200962000106244, 38.100247000034322 ], [ -122.20249699994126, 38.099653000230951 ], [ -122.209314000222065, 38.100153000289438 ], [ -122.209303000351412, 38.097218999716404 ], [ -122.208636000354645, 38.094217000073613 ], [ -122.20863899982939, 38.093453000042842 ], [ -122.208002999794729, 38.090819000176317 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250601", "NAME": "Census Tract 2506.01", "state": "06", "county_fips": "095", "tract": "250601", "county_name": "Solano County", "tot_pop_2050": 5571, "tot_pop_pov_det_2050": 5501, "tot_pop_civ_ni_2050": 5559, "tot_hh_2050": 1559, "pop_zvhhs_2050": 84, "tot_fam_2050": 1228, "tot_pop_over5_2050": 5101, "pop_hus_rent50_2050": 162, "pop_minority_2050": 4475, "pop_over75_2050": 165, "pop_spfam_2050": 128, "pop_lep_2050": 136, "pop_below200_2050": 1791, "pop_disability_2050": 649, "pct_minority_2050": 0.80326691796804883, "pct_over75_2050": 0.02961766289714593, "pct_spfam_2050": 0.10423452768729642, "pct_lep_2050": 0.026661438933542444, "pct_below200_2050": 0.32557716778767498, "pct_disab_2050": 0.11674761647778376, "pct_zvhhs_2050": 0.053880692751763951, "pct_hus_rent50_2050": 0.10391276459268764, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037022753567297007, "pct_minority_2040": 0.73524874662552997, "pct_spfam_2040": 0.216878402903811, "pct_lep_2040": 0.060612372422411999, "pct_below200_2040": 0.45031958163858204, "pct_disab_2040": 0.12794742945496698, "pct_zvhhs_2040": 0.050607287449393003, "pct_hus_rent50_2040": 0.079465541490858008, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.233264000181677, 38.082427999807287 ], [ -122.233028000180113, 38.079642000004526 ], [ -122.232399999643064, 38.077524999920008 ], [ -122.230842000241879, 38.074511999856931 ], [ -122.228661000326483, 38.071488999738079 ], [ -122.227897000245321, 38.070006999891433 ], [ -122.227349999899147, 38.070399000198449 ], [ -122.220356000066317, 38.079099999676586 ], [ -122.219988999645182, 38.080016000127117 ], [ -122.219658000107401, 38.080458999773299 ], [ -122.216149999871178, 38.080107999905685 ], [ -122.2152579997435, 38.079939000154219 ], [ -122.212358999777706, 38.083724999882818 ], [ -122.211830999698122, 38.084393999765574 ], [ -122.210633000147013, 38.085686999806256 ], [ -122.211543999642942, 38.085819000343278 ], [ -122.214041999750734, 38.086205999788952 ], [ -122.221352999775974, 38.088918999687984 ], [ -122.22777199967355, 38.090689000302802 ], [ -122.228421000126957, 38.090862000181467 ], [ -122.230381000109389, 38.091388999883598 ], [ -122.230746999807309, 38.091488999882472 ], [ -122.231437000268599, 38.089717999830214 ], [ -122.231418000002023, 38.088831000024172 ], [ -122.23283099963831, 38.085231000038128 ], [ -122.233264000181677, 38.082427999807287 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250604", "NAME": "Census Tract 2506.04", "state": "06", "county_fips": "095", "tract": "250604", "county_name": "Solano County", "tot_pop_2050": 3862, "tot_pop_pov_det_2050": 3858, "tot_pop_civ_ni_2050": 3862, "tot_hh_2050": 1422, "pop_zvhhs_2050": 28, "tot_fam_2050": 971, "tot_pop_over5_2050": 3709, "pop_hus_rent50_2050": 78, "pop_minority_2050": 2585, "pop_over75_2050": 113, "pop_spfam_2050": 164, "pop_lep_2050": 39, "pop_below200_2050": 636, "pop_disability_2050": 358, "pct_minority_2050": 0.66934230968410147, "pct_over75_2050": 0.029259451061626099, "pct_spfam_2050": 0.16889804325437693, "pct_lep_2050": 0.010514963602049069, "pct_below200_2050": 0.16485225505443235, "pct_disab_2050": 0.092698083894355257, "pct_zvhhs_2050": 0.01969057665260197, "pct_hus_rent50_2050": 0.054852320675105488, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.020314192849404, "pct_minority_2040": 0.65790899241603507, "pct_spfam_2040": 0.15267175572519101, "pct_lep_2040": 0.018415178571429002, "pct_below200_2040": 0.13976164680389999, "pct_disab_2040": 0.079360780065005007, "pct_zvhhs_2040": 0.028611304954640999, "pct_hus_rent50_2040": 0.078157711095604002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.227349999899147, 38.070399000198449 ], [ -122.227897000245321, 38.070006999891433 ], [ -122.226934999797464, 38.068142000113248 ], [ -122.226631999848777, 38.064998000048639 ], [ -122.226412999565653, 38.06107300008069 ], [ -122.225178000204622, 38.061005999676098 ], [ -122.213700000342286, 38.059591000005163 ], [ -122.213700000342286, 38.066023000176727 ], [ -122.212645000007996, 38.068274999802405 ], [ -122.212400999610509, 38.068187000045754 ], [ -122.211950000422121, 38.069796999772144 ], [ -122.21241700040234, 38.071072000257196 ], [ -122.20959999955403, 38.071066999677505 ], [ -122.206632999816193, 38.074308000230971 ], [ -122.210550000306313, 38.076985999846663 ], [ -122.211317999687139, 38.079944000127398 ], [ -122.212660999901502, 38.082246999780615 ], [ -122.212358999777706, 38.083724999882818 ], [ -122.2152579997435, 38.079939000154219 ], [ -122.216149999871178, 38.080107999905685 ], [ -122.219658000107401, 38.080458999773299 ], [ -122.219988999645182, 38.080016000127117 ], [ -122.220356000066317, 38.079099999676586 ], [ -122.227349999899147, 38.070399000198449 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250605", "NAME": "Census Tract 2506.05", "state": "06", "county_fips": "095", "tract": "250605", "county_name": "Solano County", "tot_pop_2050": 4130, "tot_pop_pov_det_2050": 4123, "tot_pop_civ_ni_2050": 4094, "tot_hh_2050": 1504, "pop_zvhhs_2050": 11, "tot_fam_2050": 1128, "tot_pop_over5_2050": 3834, "pop_hus_rent50_2050": 64, "pop_minority_2050": 2983, "pop_over75_2050": 158, "pop_spfam_2050": 141, "pop_lep_2050": 181, "pop_below200_2050": 1017, "pop_disability_2050": 267, "pct_minority_2050": 0.72227602905569011, "pct_over75_2050": 0.038256658595641653, "pct_spfam_2050": 0.125, "pct_lep_2050": 0.047209181011997912, "pct_below200_2050": 0.24666504972107689, "pct_disab_2050": 0.065217391304347824, "pct_zvhhs_2050": 0.0073138297872340436, "pct_hus_rent50_2050": 0.042553191489361701, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019117966543559, "pct_minority_2040": 0.750380186834673, "pct_spfam_2040": 0.100175746924429, "pct_lep_2040": 0.063106796116504993, "pct_below200_2040": 0.16107966913365301, "pct_disab_2040": 0.050936003482803999, "pct_zvhhs_2040": 0.018879798615481003, "pct_hus_rent50_2040": 0.061044682190057001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.213700000342286, 38.066023000176727 ], [ -122.213700000342286, 38.059591000005163 ], [ -122.201778000065943, 38.058119999875906 ], [ -122.200676999700889, 38.057893999945222 ], [ -122.194805000149486, 38.056532999692941 ], [ -122.194214000320684, 38.058927999709873 ], [ -122.192240999919449, 38.06088799979603 ], [ -122.192922000159925, 38.061473999700006 ], [ -122.19316400000929, 38.063038999801876 ], [ -122.195376999711712, 38.069507000131729 ], [ -122.197849999705127, 38.075491999972577 ], [ -122.198027999980383, 38.079108000008127 ], [ -122.197611000228846, 38.079502999908108 ], [ -122.196294999778644, 38.079244999715648 ], [ -122.193035999962746, 38.077942000088925 ], [ -122.192888999649654, 38.080107999905685 ], [ -122.194189000206336, 38.081139000168228 ], [ -122.195355999795311, 38.081911000234712 ], [ -122.196735999819623, 38.082658000288653 ], [ -122.198458999975585, 38.083389000058077 ], [ -122.2004540001181, 38.084031000008544 ], [ -122.210206000349757, 38.085625000318039 ], [ -122.210633000147013, 38.085686999806256 ], [ -122.211830999698122, 38.084393999765574 ], [ -122.212358999777706, 38.083724999882818 ], [ -122.212660999901502, 38.082246999780615 ], [ -122.211317999687139, 38.079944000127398 ], [ -122.210550000306313, 38.076985999846663 ], [ -122.206632999816193, 38.074308000230971 ], [ -122.20959999955403, 38.071066999677505 ], [ -122.21241700040234, 38.071072000257196 ], [ -122.211950000422121, 38.069796999772144 ], [ -122.212400999610509, 38.068187000045754 ], [ -122.212645000007996, 38.068274999802405 ], [ -122.213700000342286, 38.066023000176727 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250701", "NAME": "Census Tract 2507.01", "state": "06", "county_fips": "095", "tract": "250701", "county_name": "Solano County", "tot_pop_2050": 3595, "tot_pop_pov_det_2050": 3550, "tot_pop_civ_ni_2050": 3583, "tot_hh_2050": 1134, "pop_zvhhs_2050": 42, "tot_fam_2050": 806, "tot_pop_over5_2050": 3243, "pop_hus_rent50_2050": 143, "pop_minority_2050": 2922, "pop_over75_2050": 111, "pop_spfam_2050": 262, "pop_lep_2050": 232, "pop_below200_2050": 1515, "pop_disability_2050": 679, "pct_minority_2050": 0.81279554937413079, "pct_over75_2050": 0.030876216968011124, "pct_spfam_2050": 0.32506203473945411, "pct_lep_2050": 0.07153869873573851, "pct_below200_2050": 0.42676056338028168, "pct_disab_2050": 0.18950600055819147, "pct_zvhhs_2050": 0.037037037037037035, "pct_hus_rent50_2050": 0.12610229276895946, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.065281899109791999, "pct_minority_2040": 0.86557863501483712, "pct_spfam_2040": 0.35743519781718996, "pct_lep_2040": 0.12934171352960599, "pct_below200_2040": 0.48842801322512797, "pct_disab_2040": 0.18493150684931503, "pct_zvhhs_2040": 0.15030408340573401, "pct_hus_rent50_2040": 0.19135802469135799, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.262981000110642, 38.097519000116009 ], [ -122.259780999846015, 38.094418999990509 ], [ -122.25657999975644, 38.090420000352424 ], [ -122.250679999717605, 38.083919999799051 ], [ -122.2474879998489, 38.085499000215407 ], [ -122.246913999738553, 38.085867000029587 ], [ -122.244343999660757, 38.087318999859711 ], [ -122.243474999997616, 38.087819000165233 ], [ -122.233706999872453, 38.077441000234174 ], [ -122.231598999752009, 38.075563000199651 ], [ -122.230842000241879, 38.074511999856931 ], [ -122.232399999643064, 38.077524999920008 ], [ -122.233028000180113, 38.079642000004526 ], [ -122.233264000181677, 38.082427999807287 ], [ -122.23283099963831, 38.085231000038128 ], [ -122.231418000002023, 38.088831000024172 ], [ -122.231437000268599, 38.089717999830214 ], [ -122.230746999807309, 38.091488999882472 ], [ -122.23423699960189, 38.092473000267127 ], [ -122.243853000289377, 38.095206000130702 ], [ -122.246091999931068, 38.097407999885476 ], [ -122.247066999899431, 38.096960999829896 ], [ -122.25338299986484, 38.097164000263618 ], [ -122.25818800028469, 38.097223999921667 ], [ -122.259366999569224, 38.097468999663668 ], [ -122.262981000110642, 38.097519000116009 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250801", "NAME": "Census Tract 2508.01", "state": "06", "county_fips": "095", "tract": "250801", "county_name": "Solano County", "tot_pop_2050": 4073, "tot_pop_pov_det_2050": 3839, "tot_pop_civ_ni_2050": 4063, "tot_hh_2050": 1495, "pop_zvhhs_2050": 64, "tot_fam_2050": 920, "tot_pop_over5_2050": 3876, "pop_hus_rent50_2050": 185, "pop_minority_2050": 2834, "pop_over75_2050": 233, "pop_spfam_2050": 173, "pop_lep_2050": 90, "pop_below200_2050": 1063, "pop_disability_2050": 572, "pct_minority_2050": 0.6958016204272035, "pct_over75_2050": 0.057205990670267624, "pct_spfam_2050": 0.18804347826086959, "pct_lep_2050": 0.023219814241486069, "pct_below200_2050": 0.27689502474602762, "pct_disab_2050": 0.14078267290179669, "pct_zvhhs_2050": 0.042809364548494981, "pct_hus_rent50_2050": 0.12374581939799333, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.077340182648402006, "pct_minority_2040": 0.57791095890410993, "pct_spfam_2040": 0.254567600487211, "pct_lep_2040": 0.040710131619222996, "pct_below200_2040": 0.30003131850923898, "pct_disab_2040": 0.15696347031963501, "pct_zvhhs_2040": 0.044967880085653, "pct_hus_rent50_2040": 0.12348322626695199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.40347499975573, 38.155464999775106 ], [ -122.40678600034849, 38.155632000257754 ], [ -122.3981288703784, 38.142799435861768 ], [ -122.393587999804893, 38.143449000348483 ], [ -122.382180000262778, 38.140083999770212 ], [ -122.361263999988168, 38.133167000037474 ], [ -122.356775865013432, 38.131142035254555 ], [ -122.345102000079791, 38.125875000280935 ], [ -122.317293000254708, 38.112037999739627 ], [ -122.302557000401421, 38.103247999849735 ], [ -122.282823999609292, 38.082888999859392 ], [ -122.274747999677999, 38.066955000117638 ], [ -122.269731819707872, 38.060421770636147 ], [ -122.269666187894913, 38.060336289321313 ], [ -122.265346999973971, 38.059917999804803 ], [ -122.245482999660624, 38.063922000284521 ], [ -122.232952000012133, 38.062100000221037 ], [ -122.22799099995666, 38.061205999889353 ], [ -122.226412999565653, 38.06107300008069 ], [ -122.226631999848777, 38.064998000048639 ], [ -122.226934999797464, 38.068142000113248 ], [ -122.227897000245321, 38.070006999891433 ], [ -122.228661000326483, 38.071488999738079 ], [ -122.230842000241879, 38.074511999856931 ], [ -122.231598999752009, 38.075563000199651 ], [ -122.233706999872453, 38.077441000234174 ], [ -122.243474999997616, 38.087819000165233 ], [ -122.244343999660757, 38.087318999859711 ], [ -122.246913999738553, 38.085867000029587 ], [ -122.2474879998489, 38.085499000215407 ], [ -122.250679999717605, 38.083919999799051 ], [ -122.25657999975644, 38.090420000352424 ], [ -122.259780999846015, 38.094418999990509 ], [ -122.262981000110642, 38.097519000116009 ], [ -122.269101000257479, 38.104631000306142 ], [ -122.273849999702534, 38.110470000294683 ], [ -122.271914999834479, 38.111960000156174 ], [ -122.274367999736384, 38.111239999905379 ], [ -122.276080999846627, 38.113418999684029 ], [ -122.279317999921204, 38.117689999780431 ], [ -122.281397999554244, 38.119996000282377 ], [ -122.282149999939833, 38.123413000236553 ], [ -122.278762000252527, 38.13119199994015 ], [ -122.278260999937089, 38.135825999866974 ], [ -122.278995999705941, 38.140936000206118 ], [ -122.282895999579324, 38.146079000086466 ], [ -122.287280000049705, 38.148445000264147 ], [ -122.289582000338896, 38.150544999821406 ], [ -122.292123000104368, 38.152637999891212 ], [ -122.291963000270826, 38.155133999786337 ], [ -122.293683000053747, 38.155217999865975 ], [ -122.294884999802804, 38.155217999865975 ], [ -122.380267999960907, 38.155823999692899 ], [ -122.40347499975573, 38.155464999775106 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095250900", "NAME": "Census Tract 2509", "state": "06", "county_fips": "095", "tract": "250900", "county_name": "Solano County", "tot_pop_2050": 2771, "tot_pop_pov_det_2050": 2771, "tot_pop_civ_ni_2050": 2771, "tot_hh_2050": 1364, "pop_zvhhs_2050": 502, "tot_fam_2050": 583, "tot_pop_over5_2050": 2383, "pop_hus_rent50_2050": 538, "pop_minority_2050": 2190, "pop_over75_2050": 181, "pop_spfam_2050": 327, "pop_lep_2050": 168, "pop_below200_2050": 2008, "pop_disability_2050": 474, "pct_minority_2050": 0.79032840129916992, "pct_over75_2050": 0.06531937928545653, "pct_spfam_2050": 0.56089193825042882, "pct_lep_2050": 0.070499370541334469, "pct_below200_2050": 0.72464814146517498, "pct_disab_2050": 0.17105738000721762, "pct_zvhhs_2050": 0.36803519061583578, "pct_hus_rent50_2050": 0.3944281524926686, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.14292903875188698, "pct_minority_2040": 0.84599899345747409, "pct_spfam_2040": 0.33333333333333304, "pct_lep_2040": 0.086135693215338996, "pct_below200_2040": 0.73578258681429298, "pct_disab_2040": 0.217413185707096, "pct_zvhhs_2040": 0.50999048525214097, "pct_hus_rent50_2040": 0.37350597609561803, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.266217000360328, 38.105128999799113 ], [ -122.269101000257479, 38.104631000306142 ], [ -122.262981000110642, 38.097519000116009 ], [ -122.259366999569224, 38.097468999663668 ], [ -122.25818800028469, 38.097223999921667 ], [ -122.25338299986484, 38.097164000263618 ], [ -122.253336000009142, 38.099093999682047 ], [ -122.253253999993404, 38.102913999772547 ], [ -122.253314000267849, 38.103060999721635 ], [ -122.253214999635318, 38.104032999875933 ], [ -122.253206000312815, 38.105030999812307 ], [ -122.254846999554729, 38.10505800000935 ], [ -122.266217000360328, 38.105128999799113 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251000", "NAME": "Census Tract 2510", "state": "06", "county_fips": "095", "tract": "251000", "county_name": "Solano County", "tot_pop_2050": 2648, "tot_pop_pov_det_2050": 2620, "tot_pop_civ_ni_2050": 2648, "tot_hh_2050": 1047, "pop_zvhhs_2050": 84, "tot_fam_2050": 594, "tot_pop_over5_2050": 2522, "pop_hus_rent50_2050": 261, "pop_minority_2050": 1921, "pop_over75_2050": 76, "pop_spfam_2050": 292, "pop_lep_2050": 159, "pop_below200_2050": 1245, "pop_disability_2050": 287, "pct_minority_2050": 0.72545317220543803, "pct_over75_2050": 0.02870090634441088, "pct_spfam_2050": 0.49158249158249162, "pct_lep_2050": 0.06304520222045995, "pct_below200_2050": 0.47519083969465647, "pct_disab_2050": 0.10838368580060424, "pct_zvhhs_2050": 0.080229226361031525, "pct_hus_rent50_2050": 0.24928366762177651, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.023716951788491002, "pct_minority_2040": 0.62247278382581706, "pct_spfam_2040": 0.50530035335689094, "pct_lep_2040": 0.017427385892116003, "pct_below200_2040": 0.427675421403371, "pct_disab_2040": 0.08870652598671401, "pct_zvhhs_2040": 0.12633624878522801, "pct_hus_rent50_2040": 0.30068560235063696, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.253336000009142, 38.099093999682047 ], [ -122.25338299986484, 38.097164000263618 ], [ -122.247066999899431, 38.096960999829896 ], [ -122.246091999931068, 38.097407999885476 ], [ -122.244092999590578, 38.098532999900598 ], [ -122.243281999653732, 38.098994999784075 ], [ -122.243406000400611, 38.100927999733571 ], [ -122.243574999556699, 38.101928999739982 ], [ -122.243480999845374, 38.104897000310039 ], [ -122.253206000312815, 38.105030999812307 ], [ -122.253214999635318, 38.104032999875933 ], [ -122.253314000267849, 38.103060999721635 ], [ -122.253253999993404, 38.102913999772547 ], [ -122.253336000009142, 38.099093999682047 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251100", "NAME": "Census Tract 2511", "state": "06", "county_fips": "095", "tract": "251100", "county_name": "Solano County", "tot_pop_2050": 3089, "tot_pop_pov_det_2050": 3089, "tot_pop_civ_ni_2050": 3089, "tot_hh_2050": 1143, "pop_zvhhs_2050": 153, "tot_fam_2050": 533, "tot_pop_over5_2050": 2976, "pop_hus_rent50_2050": 209, "pop_minority_2050": 2582, "pop_over75_2050": 114, "pop_spfam_2050": 176, "pop_lep_2050": 254, "pop_below200_2050": 1323, "pop_disability_2050": 290, "pct_minority_2050": 0.83586921333764974, "pct_over75_2050": 0.036905147296859835, "pct_spfam_2050": 0.33020637898686678, "pct_lep_2050": 0.085349462365591391, "pct_below200_2050": 0.42829394626092587, "pct_disab_2050": 0.09388151505341534, "pct_zvhhs_2050": 0.13385826771653545, "pct_hus_rent50_2050": 0.18285214348206474, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.060492040520984003, "pct_minority_2040": 0.77973950795947899, "pct_spfam_2040": 0.31578947368421101, "pct_lep_2040": 0.11474379126061, "pct_below200_2040": 0.59930515344528101, "pct_disab_2040": 0.109438332368269, "pct_zvhhs_2040": 0.13857677902621698, "pct_hus_rent50_2040": 0.093719806763285007, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.244092999590578, 38.098532999900598 ], [ -122.246091999931068, 38.097407999885476 ], [ -122.243853000289377, 38.095206000130702 ], [ -122.23423699960189, 38.092473000267127 ], [ -122.230746999807309, 38.091488999882472 ], [ -122.230381000109389, 38.091388999883598 ], [ -122.230226000298728, 38.091936999866633 ], [ -122.229836000311352, 38.094421999663084 ], [ -122.229782999709613, 38.094894000108027 ], [ -122.229667000256967, 38.100755999921731 ], [ -122.237200000040048, 38.100868999856047 ], [ -122.243406000400611, 38.100927999733571 ], [ -122.243281999653732, 38.098994999784075 ], [ -122.244092999590578, 38.098532999900598 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251200", "NAME": "Census Tract 2512", "state": "06", "county_fips": "095", "tract": "251200", "county_name": "Solano County", "tot_pop_2050": 3635, "tot_pop_pov_det_2050": 3635, "tot_pop_civ_ni_2050": 3635, "tot_hh_2050": 1252, "pop_zvhhs_2050": 146, "tot_fam_2050": 773, "tot_pop_over5_2050": 3390, "pop_hus_rent50_2050": 256, "pop_minority_2050": 2932, "pop_over75_2050": 222, "pop_spfam_2050": 220, "pop_lep_2050": 448, "pop_below200_2050": 1405, "pop_disability_2050": 500, "pct_minority_2050": 0.80660247592847323, "pct_over75_2050": 0.061072902338376901, "pct_spfam_2050": 0.28460543337645539, "pct_lep_2050": 0.13215339233038348, "pct_below200_2050": 0.38651994497936731, "pct_disab_2050": 0.13755158184319119, "pct_zvhhs_2050": 0.11661341853035145, "pct_hus_rent50_2050": 0.2044728434504792, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.046675621222297008, "pct_minority_2040": 0.78240429818670298, "pct_spfam_2040": 0.22898550724637698, "pct_lep_2040": 0.1875, "pct_below200_2040": 0.49374365911396706, "pct_disab_2040": 0.12, "pct_zvhhs_2040": 0.091076356945721998, "pct_hus_rent50_2040": 0.28154425612052697, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.243480999845374, 38.104897000310039 ], [ -122.243574999556699, 38.101928999739982 ], [ -122.243406000400611, 38.100927999733571 ], [ -122.237200000040048, 38.100868999856047 ], [ -122.229667000256967, 38.100755999921731 ], [ -122.229579000393414, 38.105870999775703 ], [ -122.229546999708063, 38.109615000010386 ], [ -122.231407999956289, 38.109672000293571 ], [ -122.243327999684496, 38.109839000271954 ], [ -122.243377999913207, 38.107832999714788 ], [ -122.243399999654528, 38.106243999812691 ], [ -122.243480999845374, 38.104897000310039 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251300", "NAME": "Census Tract 2513", "state": "06", "county_fips": "095", "tract": "251300", "county_name": "Solano County", "tot_pop_2050": 2743, "tot_pop_pov_det_2050": 2731, "tot_pop_civ_ni_2050": 2743, "tot_hh_2050": 1159, "pop_zvhhs_2050": 28, "tot_fam_2050": 693, "tot_pop_over5_2050": 2592, "pop_hus_rent50_2050": 48, "pop_minority_2050": 1358, "pop_over75_2050": 207, "pop_spfam_2050": 76, "pop_lep_2050": 75, "pop_below200_2050": 382, "pop_disability_2050": 428, "pct_minority_2050": 0.49507838133430548, "pct_over75_2050": 0.075464819540648931, "pct_spfam_2050": 0.10966810966810966, "pct_lep_2050": 0.028935185185185182, "pct_below200_2050": 0.13987550347857927, "pct_disab_2050": 0.15603353991979585, "pct_zvhhs_2050": 0.024158757549611731, "pct_hus_rent50_2050": 0.041415012942191534, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066200809121000001, "pct_minority_2040": 0.40639941154836295, "pct_spfam_2040": 0.14490445859872597, "pct_lep_2040": 0.057329742208542006, "pct_below200_2040": 0.194630872483221, "pct_disab_2040": 0.168812063258551, "pct_zvhhs_2040": 0.0052173913043479991, "pct_hus_rent50_2040": 0.084294587400177992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.243258000262628, 38.113610999947191 ], [ -122.243327999684496, 38.109839000271954 ], [ -122.231407999956289, 38.109672000293571 ], [ -122.229546999708063, 38.109615000010386 ], [ -122.230046000373662, 38.116935999771343 ], [ -122.230224999575483, 38.12140800005497 ], [ -122.229825000440727, 38.123149999725051 ], [ -122.230998999702379, 38.122921000147201 ], [ -122.231527999606897, 38.121684000337758 ], [ -122.236250000186061, 38.119875000142336 ], [ -122.237897000174073, 38.117807999881563 ], [ -122.243028000108836, 38.117107999654571 ], [ -122.24321899990457, 38.115832999820448 ], [ -122.243258000262628, 38.113610999947191 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251400", "NAME": "Census Tract 2514", "state": "06", "county_fips": "095", "tract": "251400", "county_name": "Solano County", "tot_pop_2050": 5813, "tot_pop_pov_det_2050": 5766, "tot_pop_civ_ni_2050": 5786, "tot_hh_2050": 2122, "pop_zvhhs_2050": 67, "tot_fam_2050": 1470, "tot_pop_over5_2050": 5447, "pop_hus_rent50_2050": 219, "pop_minority_2050": 3380, "pop_over75_2050": 331, "pop_spfam_2050": 347, "pop_lep_2050": 255, "pop_below200_2050": 1191, "pop_disability_2050": 600, "pct_minority_2050": 0.58145535867882336, "pct_over75_2050": 0.056941338379494236, "pct_spfam_2050": 0.2360544217687075, "pct_lep_2050": 0.046814760418579036, "pct_below200_2050": 0.20655567117585849, "pct_disab_2050": 0.10369858278603526, "pct_zvhhs_2050": 0.03157398680490104, "pct_hus_rent50_2050": 0.10320452403393024, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.097884084636614008, "pct_minority_2040": 0.59760809567617301, "pct_spfam_2040": 0.23602080624187302, "pct_lep_2040": 0.028024472074206001, "pct_below200_2040": 0.27072945521698999, "pct_disab_2040": 0.13904832438437301, "pct_zvhhs_2040": 0.033303330333032996, "pct_hus_rent50_2040": 0.10981098109811001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.249909999788713, 38.12803000033017 ], [ -122.249415000219358, 38.123499000020914 ], [ -122.249180999867633, 38.122472000053612 ], [ -122.248564000099591, 38.119775000120548 ], [ -122.2471079999073, 38.11366699984049 ], [ -122.243258000262628, 38.113610999947191 ], [ -122.24321899990457, 38.115832999820448 ], [ -122.243028000108836, 38.117107999654571 ], [ -122.237897000174073, 38.117807999881563 ], [ -122.236250000186061, 38.119875000142336 ], [ -122.231527999606897, 38.121684000337758 ], [ -122.230998999702379, 38.122921000147201 ], [ -122.229825000440727, 38.123149999725051 ], [ -122.229330999797995, 38.124340000264525 ], [ -122.225379999870981, 38.130568999835553 ], [ -122.223705000293904, 38.133182000336397 ], [ -122.222622000370507, 38.136173000038923 ], [ -122.22676499991816, 38.130799000019245 ], [ -122.229290999615017, 38.130616999804715 ], [ -122.229355999912343, 38.128300000216292 ], [ -122.23032500003292, 38.128352999752124 ], [ -122.235052999561574, 38.129714000263711 ], [ -122.239330999726704, 38.129192000131333 ], [ -122.243842000418724, 38.128729999726716 ], [ -122.244942000060533, 38.12888100028006 ], [ -122.249909999788713, 38.12803000033017 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251500", "NAME": "Census Tract 2515", "state": "06", "county_fips": "095", "tract": "251500", "county_name": "Solano County", "tot_pop_2050": 4111, "tot_pop_pov_det_2050": 4111, "tot_pop_civ_ni_2050": 4111, "tot_hh_2050": 1426, "pop_zvhhs_2050": 259, "tot_fam_2050": 932, "tot_pop_over5_2050": 3810, "pop_hus_rent50_2050": 383, "pop_minority_2050": 3294, "pop_over75_2050": 75, "pop_spfam_2050": 418, "pop_lep_2050": 248, "pop_below200_2050": 2366, "pop_disability_2050": 598, "pct_minority_2050": 0.8012648990513257, "pct_over75_2050": 0.018243736317197761, "pct_spfam_2050": 0.44849785407725318, "pct_lep_2050": 0.06509186351706038, "pct_below200_2050": 0.57552906835319873, "pct_disab_2050": 0.14546339090245686, "pct_zvhhs_2050": 0.18162692847124826, "pct_hus_rent50_2050": 0.26858345021037866, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.024986420423682997, "pct_minority_2040": 0.76588810429114595, "pct_spfam_2040": 0.29185520361990996, "pct_lep_2040": 0.12286689419795201, "pct_below200_2040": 0.64190476190476209, "pct_disab_2040": 0.097521111413783987, "pct_zvhhs_2040": 0.10898379970544901, "pct_hus_rent50_2040": 0.22314674735249601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.255114000416725, 38.119846999754245 ], [ -122.254799999699046, 38.116778000269456 ], [ -122.254439000024036, 38.115680999772593 ], [ -122.254386000320565, 38.115386000111378 ], [ -122.254689000269266, 38.111974999865083 ], [ -122.25478299998062, 38.10900800003926 ], [ -122.254846999554729, 38.10505800000935 ], [ -122.253206000312815, 38.105030999812307 ], [ -122.243480999845374, 38.104897000310039 ], [ -122.243399999654528, 38.106243999812691 ], [ -122.243377999913207, 38.107832999714788 ], [ -122.243327999684496, 38.109839000271954 ], [ -122.243258000262628, 38.113610999947191 ], [ -122.2471079999073, 38.11366699984049 ], [ -122.248564000099591, 38.119775000120548 ], [ -122.255114000416725, 38.119846999754245 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251600", "NAME": "Census Tract 2516", "state": "06", "county_fips": "095", "tract": "251600", "county_name": "Solano County", "tot_pop_2050": 2593, "tot_pop_pov_det_2050": 2593, "tot_pop_civ_ni_2050": 2593, "tot_hh_2050": 1149, "pop_zvhhs_2050": 238, "tot_fam_2050": 555, "tot_pop_over5_2050": 2424, "pop_hus_rent50_2050": 342, "pop_minority_2050": 1838, "pop_over75_2050": 82, "pop_spfam_2050": 188, "pop_lep_2050": 86, "pop_below200_2050": 1410, "pop_disability_2050": 336, "pct_minority_2050": 0.70883146934053221, "pct_over75_2050": 0.031623602005399154, "pct_spfam_2050": 0.33873873873873872, "pct_lep_2050": 0.035478547854785485, "pct_below200_2050": 0.54377169301966832, "pct_disab_2050": 0.12957963748553802, "pct_zvhhs_2050": 0.20713664055700609, "pct_hus_rent50_2050": 0.29765013054830292, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0053130929791270001, "pct_minority_2040": 0.69601518026565512, "pct_spfam_2040": 0.35037878787878801, "pct_lep_2040": 0.077653862040479013, "pct_below200_2040": 0.58140417457305504, "pct_disab_2040": 0.059582542694497004, "pct_zvhhs_2040": 0.21456310679611701, "pct_hus_rent50_2040": 0.32896064581231105, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.271914999834479, 38.111960000156174 ], [ -122.273849999702534, 38.110470000294683 ], [ -122.269101000257479, 38.104631000306142 ], [ -122.266217000360328, 38.105128999799113 ], [ -122.254846999554729, 38.10505800000935 ], [ -122.25478299998062, 38.10900800003926 ], [ -122.254689000269266, 38.111974999865083 ], [ -122.254386000320565, 38.115386000111378 ], [ -122.254439000024036, 38.115680999772593 ], [ -122.255968999836156, 38.113578000191886 ], [ -122.258035999948703, 38.112064000053451 ], [ -122.262556999788131, 38.110309999944491 ], [ -122.263116999654784, 38.110122000074732 ], [ -122.264604999634102, 38.110186000280237 ], [ -122.270191999678474, 38.111897000214405 ], [ -122.271914999834479, 38.111960000156174 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251701", "NAME": "Census Tract 2517.01", "state": "06", "county_fips": "095", "tract": "251701", "county_name": "Solano County", "tot_pop_2050": 3415, "tot_pop_pov_det_2050": 3413, "tot_pop_civ_ni_2050": 3415, "tot_hh_2050": 1343, "pop_zvhhs_2050": 226, "tot_fam_2050": 785, "tot_pop_over5_2050": 3185, "pop_hus_rent50_2050": 314, "pop_minority_2050": 2270, "pop_over75_2050": 160, "pop_spfam_2050": 253, "pop_lep_2050": 44, "pop_below200_2050": 1347, "pop_disability_2050": 439, "pct_minority_2050": 0.6647144948755489, "pct_over75_2050": 0.046852122986822835, "pct_spfam_2050": 0.32229299363057323, "pct_lep_2050": 0.013814756671899528, "pct_below200_2050": 0.3946674479929681, "pct_disab_2050": 0.12855051244509516, "pct_zvhhs_2050": 0.16827997021593447, "pct_hus_rent50_2050": 0.23380491437081161, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.034908866234167002, "pct_minority_2040": 0.62372567191844297, "pct_spfam_2040": 0.25416036308623297, "pct_lep_2040": 0.019237039452233998, "pct_below200_2040": 0.38988833746898294, "pct_disab_2040": 0.1263515600865, "pct_zvhhs_2040": 0.12471482889733801, "pct_hus_rent50_2040": 0.18203125, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.281397999554244, 38.119996000282377 ], [ -122.279317999921204, 38.117689999780431 ], [ -122.276080999846627, 38.113418999684029 ], [ -122.274367999736384, 38.111239999905379 ], [ -122.271914999834479, 38.111960000156174 ], [ -122.270191999678474, 38.111897000214405 ], [ -122.264604999634102, 38.110186000280237 ], [ -122.263116999654784, 38.110122000074732 ], [ -122.262556999788131, 38.110309999944491 ], [ -122.258035999948703, 38.112064000053451 ], [ -122.255968999836156, 38.113578000191886 ], [ -122.254439000024036, 38.115680999772593 ], [ -122.254799999699046, 38.116778000269456 ], [ -122.255114000416725, 38.119846999754245 ], [ -122.259508000034543, 38.119752999786428 ], [ -122.260021999870418, 38.119507999857873 ], [ -122.260966999701552, 38.120603000102626 ], [ -122.261632999873413, 38.121558000215167 ], [ -122.264049999790345, 38.119158000250316 ], [ -122.266041999559803, 38.120125000304299 ], [ -122.268850000187328, 38.121558000215167 ], [ -122.271389000302989, 38.118343999917265 ], [ -122.271806000054525, 38.118294000288664 ], [ -122.273817000090588, 38.118853000223901 ], [ -122.275696999707066, 38.121952999681163 ], [ -122.276215999565835, 38.121829999983547 ], [ -122.276914000423048, 38.12165299996883 ], [ -122.281397999554244, 38.119996000282377 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251702", "NAME": "Census Tract 2517.02", "state": "06", "county_fips": "095", "tract": "251702", "county_name": "Solano County", "tot_pop_2050": 2670, "tot_pop_pov_det_2050": 2652, "tot_pop_civ_ni_2050": 2664, "tot_hh_2050": 999, "pop_zvhhs_2050": 22, "tot_fam_2050": 637, "tot_pop_over5_2050": 2506, "pop_hus_rent50_2050": 110, "pop_minority_2050": 2165, "pop_over75_2050": 69, "pop_spfam_2050": 130, "pop_lep_2050": 87, "pop_below200_2050": 737, "pop_disability_2050": 270, "pct_minority_2050": 0.81086142322097376, "pct_over75_2050": 0.025842696629213482, "pct_spfam_2050": 0.20408163265306126, "pct_lep_2050": 0.034716679968076619, "pct_below200_2050": 0.27790346907993968, "pct_disab_2050": 0.10135135135135136, "pct_zvhhs_2050": 0.022022022022022025, "pct_hus_rent50_2050": 0.11011011011011013, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.027478648347567997, "pct_minority_2040": 0.78982547344968412, "pct_spfam_2040": 0.33495934959349605, "pct_lep_2040": 0.057051024507834995, "pct_below200_2040": 0.40995881692250102, "pct_disab_2040": 0.113999257333828, "pct_zvhhs_2040": 0.12541620421753599, "pct_hus_rent50_2040": 0.13476783691959202, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.27472199973873, 38.121655999936692 ], [ -122.275696999707066, 38.121952999681163 ], [ -122.273817000090588, 38.118853000223901 ], [ -122.271806000054525, 38.118294000288664 ], [ -122.271389000302989, 38.118343999917265 ], [ -122.268850000187328, 38.121558000215167 ], [ -122.266041999559803, 38.120125000304299 ], [ -122.264049999790345, 38.119158000250316 ], [ -122.261632999873413, 38.121558000215167 ], [ -122.264986000298947, 38.124778000059727 ], [ -122.267031999596796, 38.125893999683441 ], [ -122.268871999928649, 38.12618099987592 ], [ -122.269538000100482, 38.125520999648046 ], [ -122.272622000014209, 38.123208000013314 ], [ -122.273858000098457, 38.12275299971936 ], [ -122.27472199973873, 38.121655999936692 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251802", "NAME": "Census Tract 2518.02", "state": "06", "county_fips": "095", "tract": "251802", "county_name": "Solano County", "tot_pop_2050": 2446, "tot_pop_pov_det_2050": 2446, "tot_pop_civ_ni_2050": 2446, "tot_hh_2050": 1195, "pop_zvhhs_2050": 325, "tot_fam_2050": 543, "tot_pop_over5_2050": 2205, "pop_hus_rent50_2050": 267, "pop_minority_2050": 2082, "pop_over75_2050": 249, "pop_spfam_2050": 160, "pop_lep_2050": 261, "pop_below200_2050": 1196, "pop_disability_2050": 537, "pct_minority_2050": 0.85118560915780872, "pct_over75_2050": 0.10179885527391661, "pct_spfam_2050": 0.29465930018416209, "pct_lep_2050": 0.11836734693877553, "pct_below200_2050": 0.48896156991005729, "pct_disab_2050": 0.21954210956663944, "pct_zvhhs_2050": 0.27196652719665271, "pct_hus_rent50_2050": 0.22343096234309626, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.154786150712831, "pct_minority_2040": 0.7678207739307541, "pct_spfam_2040": 0.22504537205081698, "pct_lep_2040": 0.059502664298400988, "pct_below200_2040": 0.64125560538116599, "pct_disab_2040": 0.259274357929066, "pct_zvhhs_2040": 0.29731925264012998, "pct_hus_rent50_2040": 0.26020408163265302, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Highest", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.267501999950071, 38.127375000120708 ], [ -122.268871999928649, 38.12618099987592 ], [ -122.267031999596796, 38.125893999683441 ], [ -122.264986000298947, 38.124778000059727 ], [ -122.261632999873413, 38.121558000215167 ], [ -122.260966999701552, 38.120603000102626 ], [ -122.260021999870418, 38.119507999857873 ], [ -122.259508000034543, 38.119752999786428 ], [ -122.255114000416725, 38.119846999754245 ], [ -122.248564000099591, 38.119775000120548 ], [ -122.249180999867633, 38.122472000053612 ], [ -122.249415000219358, 38.123499000020914 ], [ -122.249909999788713, 38.12803000033017 ], [ -122.250776999802014, 38.13632700010379 ], [ -122.251390000270419, 38.142337999898082 ], [ -122.254582999964086, 38.141069999994492 ], [ -122.256695000282491, 38.139192999889886 ], [ -122.260174000206376, 38.133992999708099 ], [ -122.262637999978978, 38.131751999902392 ], [ -122.263383999618483, 38.131079000278518 ], [ -122.267501999950071, 38.127375000120708 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251803", "NAME": "Census Tract 2518.03", "state": "06", "county_fips": "095", "tract": "251803", "county_name": "Solano County", "tot_pop_2050": 4816, "tot_pop_pov_det_2050": 4707, "tot_pop_civ_ni_2050": 4788, "tot_hh_2050": 1353, "pop_zvhhs_2050": 18, "tot_fam_2050": 1127, "tot_pop_over5_2050": 4473, "pop_hus_rent50_2050": 122, "pop_minority_2050": 4053, "pop_over75_2050": 232, "pop_spfam_2050": 187, "pop_lep_2050": 329, "pop_below200_2050": 1650, "pop_disability_2050": 277, "pct_minority_2050": 0.84156976744186052, "pct_over75_2050": 0.04817275747508306, "pct_spfam_2050": 0.16592724046140195, "pct_lep_2050": 0.073552425665101728, "pct_below200_2050": 0.35054174633524537, "pct_disab_2050": 0.057852965747702587, "pct_zvhhs_2050": 0.013303769401330377, "pct_hus_rent50_2050": 0.090169992609017008, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046369376479873999, "pct_minority_2040": 0.82892659826361492, "pct_spfam_2040": 0.19630281690140802, "pct_lep_2040": 0.100928792569659, "pct_below200_2040": 0.38536877873276004, "pct_disab_2040": 0.07980099502487599, "pct_zvhhs_2040": 0.019774011299434999, "pct_hus_rent50_2040": 0.088130774697939007, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.282149999939833, 38.123413000236553 ], [ -122.281397999554244, 38.119996000282377 ], [ -122.276914000423048, 38.12165299996883 ], [ -122.276215999565835, 38.121829999983547 ], [ -122.275696999707066, 38.121952999681163 ], [ -122.27472199973873, 38.121655999936692 ], [ -122.273858000098457, 38.12275299971936 ], [ -122.272622000014209, 38.123208000013314 ], [ -122.269538000100482, 38.125520999648046 ], [ -122.268871999928649, 38.12618099987592 ], [ -122.267501999950071, 38.127375000120708 ], [ -122.263383999618483, 38.131079000278518 ], [ -122.262637999978978, 38.131751999902392 ], [ -122.260174000206376, 38.133992999708099 ], [ -122.256695000282491, 38.139192999889886 ], [ -122.254582999964086, 38.141069999994492 ], [ -122.251390000270419, 38.142337999898082 ], [ -122.252688000278965, 38.153962999666966 ], [ -122.252793999685863, 38.155041999823553 ], [ -122.253766000179468, 38.154935999922131 ], [ -122.258857999756174, 38.15504600007003 ], [ -122.26113599975595, 38.155079999684013 ], [ -122.261861000377351, 38.155121000236278 ], [ -122.264357999761899, 38.155116999993915 ], [ -122.264438999952773, 38.148167000188003 ], [ -122.26435299973906, 38.145706000060017 ], [ -122.26854300004068, 38.14527000013446 ], [ -122.271319999807687, 38.143686999830628 ], [ -122.27525300019137, 38.14145699999478 ], [ -122.278995999705941, 38.140936000206118 ], [ -122.278260999937089, 38.135825999866974 ], [ -122.278762000252527, 38.13119199994015 ], [ -122.282149999939833, 38.123413000236553 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251804", "NAME": "Census Tract 2518.04", "state": "06", "county_fips": "095", "tract": "251804", "county_name": "Solano County", "tot_pop_2050": 3746, "tot_pop_pov_det_2050": 3746, "tot_pop_civ_ni_2050": 3746, "tot_hh_2050": 1023, "pop_zvhhs_2050": 6, "tot_fam_2050": 887, "tot_pop_over5_2050": 3504, "pop_hus_rent50_2050": 47, "pop_minority_2050": 3291, "pop_over75_2050": 208, "pop_spfam_2050": 190, "pop_lep_2050": 150, "pop_below200_2050": 933, "pop_disability_2050": 385, "pct_minority_2050": 0.87853710624666315, "pct_over75_2050": 0.055525894287239724, "pct_spfam_2050": 0.21420518602029312, "pct_lep_2050": 0.042808219178082189, "pct_below200_2050": 0.24906567004805125, "pct_disab_2050": 0.102776294714362, "pct_zvhhs_2050": 0.0058651026392961885, "pct_hus_rent50_2050": 0.045943304007820138, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037828100874936002, "pct_minority_2040": 0.88265568708183195, "pct_spfam_2040": 0.21308016877637098, "pct_lep_2040": 0.055402425578830995, "pct_below200_2040": 0.24496124031007802, "pct_disab_2040": 0.093540051679586997, "pct_zvhhs_2040": 0.041095890410958999, "pct_hus_rent50_2040": 0.058823529411765003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.291963000270826, 38.155133999786337 ], [ -122.292123000104368, 38.152637999891212 ], [ -122.289582000338896, 38.150544999821406 ], [ -122.287280000049705, 38.148445000264147 ], [ -122.282895999579324, 38.146079000086466 ], [ -122.278995999705941, 38.140936000206118 ], [ -122.27525300019137, 38.14145699999478 ], [ -122.271319999807687, 38.143686999830628 ], [ -122.26854300004068, 38.14527000013446 ], [ -122.26435299973906, 38.145706000060017 ], [ -122.264438999952773, 38.148167000188003 ], [ -122.264357999761899, 38.155116999993915 ], [ -122.264741000076555, 38.155121999767083 ], [ -122.269549999796041, 38.155189000084896 ], [ -122.290379999856924, 38.155217000336542 ], [ -122.291963000270826, 38.155133999786337 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251901", "NAME": "Census Tract 2519.01", "state": "06", "county_fips": "095", "tract": "251901", "county_name": "Solano County", "tot_pop_2050": 5281, "tot_pop_pov_det_2050": 4952, "tot_pop_civ_ni_2050": 4996, "tot_hh_2050": 1870, "pop_zvhhs_2050": 166, "tot_fam_2050": 1066, "tot_pop_over5_2050": 4925, "pop_hus_rent50_2050": 382, "pop_minority_2050": 4168, "pop_over75_2050": 586, "pop_spfam_2050": 298, "pop_lep_2050": 323, "pop_below200_2050": 1879, "pop_disability_2050": 947, "pct_minority_2050": 0.78924446127627346, "pct_over75_2050": 0.11096383260746071, "pct_spfam_2050": 0.27954971857410882, "pct_lep_2050": 0.065583756345177671, "pct_below200_2050": 0.3794426494345719, "pct_disab_2050": 0.18955164131305044, "pct_zvhhs_2050": 0.08877005347593582, "pct_hus_rent50_2050": 0.20427807486631014, "over75_halfsd_2050": 1, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.11996336996337001, "pct_minority_2040": 0.82380952380952399, "pct_spfam_2040": 0.345108695652174, "pct_lep_2040": 0.098341463414633998, "pct_below200_2040": 0.49517932896259204, "pct_disab_2040": 0.20712223291626602, "pct_zvhhs_2040": 0.12785636561479902, "pct_hus_rent50_2040": 0.23140954495005603, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.251390000270419, 38.142337999898082 ], [ -122.250776999802014, 38.13632700010379 ], [ -122.249909999788713, 38.12803000033017 ], [ -122.244942000060533, 38.12888100028006 ], [ -122.243842000418724, 38.128729999726716 ], [ -122.239330999726704, 38.129192000131333 ], [ -122.235052999561574, 38.129714000263711 ], [ -122.23032500003292, 38.128352999752124 ], [ -122.229355999912343, 38.128300000216292 ], [ -122.229290999615017, 38.130616999804715 ], [ -122.22676499991816, 38.130799000019245 ], [ -122.222622000370507, 38.136173000038923 ], [ -122.223705000293904, 38.133182000336397 ], [ -122.219732999552164, 38.139349999887649 ], [ -122.217662999964858, 38.142647000230468 ], [ -122.216933000218887, 38.148192000019669 ], [ -122.217528000245636, 38.144180999905018 ], [ -122.220370000310012, 38.141716999696555 ], [ -122.226475000388234, 38.141272000349339 ], [ -122.232654000086299, 38.141439000122432 ], [ -122.239299999764569, 38.141338999965754 ], [ -122.249595000144424, 38.142500000125807 ], [ -122.251390000270419, 38.142337999898082 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251902", "NAME": "Census Tract 2519.02", "state": "06", "county_fips": "095", "tract": "251902", "county_name": "Solano County", "tot_pop_2050": 5833, "tot_pop_pov_det_2050": 5833, "tot_pop_civ_ni_2050": 5833, "tot_hh_2050": 1731, "pop_zvhhs_2050": 102, "tot_fam_2050": 1319, "tot_pop_over5_2050": 5417, "pop_hus_rent50_2050": 205, "pop_minority_2050": 5082, "pop_over75_2050": 322, "pop_spfam_2050": 253, "pop_lep_2050": 600, "pop_below200_2050": 2077, "pop_disability_2050": 745, "pct_minority_2050": 0.87124978570204015, "pct_over75_2050": 0.055203154465969483, "pct_spfam_2050": 0.19181197877179679, "pct_lep_2050": 0.11076241462063872, "pct_below200_2050": 0.35607749014229384, "pct_disab_2050": 0.12772158409051945, "pct_zvhhs_2050": 0.058925476603119586, "pct_hus_rent50_2050": 0.11842865395725015, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.061772758384667996, "pct_minority_2040": 0.85438056125941086, "pct_spfam_2040": 0.2, "pct_lep_2040": 0.10818713450292401, "pct_below200_2040": 0.42727583846680395, "pct_disab_2040": 0.13432580424366899, "pct_zvhhs_2040": 0.028571428571429001, "pct_hus_rent50_2040": 0.097590361445783008, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.252793999685863, 38.155041999823553 ], [ -122.252688000278965, 38.153962999666966 ], [ -122.251390000270419, 38.142337999898082 ], [ -122.249595000144424, 38.142500000125807 ], [ -122.239299999764569, 38.141338999965754 ], [ -122.232654000086299, 38.141439000122432 ], [ -122.233070000012901, 38.141762999971235 ], [ -122.234927999888086, 38.144695999674816 ], [ -122.236122999964451, 38.146761000188356 ], [ -122.237522000255339, 38.149116999777284 ], [ -122.237959999923262, 38.151586000141741 ], [ -122.238324999796234, 38.154747000288822 ], [ -122.238353000283652, 38.155014999743337 ], [ -122.241990000391311, 38.155044000299995 ], [ -122.252166999872031, 38.155116999993915 ], [ -122.252793999685863, 38.155041999823553 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095251903", "NAME": "Census Tract 2519.03", "state": "06", "county_fips": "095", "tract": "251903", "county_name": "Solano County", "tot_pop_2050": 5817, "tot_pop_pov_det_2050": 5809, "tot_pop_civ_ni_2050": 5817, "tot_hh_2050": 1684, "pop_zvhhs_2050": 31, "tot_fam_2050": 1363, "tot_pop_over5_2050": 5426, "pop_hus_rent50_2050": 146, "pop_minority_2050": 5246, "pop_over75_2050": 304, "pop_spfam_2050": 334, "pop_lep_2050": 370, "pop_below200_2050": 2374, "pop_disability_2050": 570, "pct_minority_2050": 0.90183943613546491, "pct_over75_2050": 0.052260615437510746, "pct_spfam_2050": 0.2450476889214967, "pct_lep_2050": 0.068190195355694802, "pct_below200_2050": 0.40867619211568257, "pct_disab_2050": 0.097988653945332641, "pct_zvhhs_2050": 0.018408551068883609, "pct_hus_rent50_2050": 0.086698337292161531, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.040797317436662005, "pct_minority_2040": 0.9236214605067059, "pct_spfam_2040": 0.26632047477744797, "pct_lep_2040": 0.067484662576687005, "pct_below200_2040": 0.40666915052161001, "pct_disab_2040": 0.10283159463487301, "pct_zvhhs_2040": 0.015902140672783002, "pct_hus_rent50_2040": 0.109529702970297, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.238353000283652, 38.155014999743337 ], [ -122.238324999796234, 38.154747000288822 ], [ -122.237959999923262, 38.151586000141741 ], [ -122.237522000255339, 38.149116999777284 ], [ -122.236122999964451, 38.146761000188356 ], [ -122.234927999888086, 38.144695999674816 ], [ -122.233070000012901, 38.141762999971235 ], [ -122.232654000086299, 38.141439000122432 ], [ -122.226475000388234, 38.141272000349339 ], [ -122.220370000310012, 38.141716999696555 ], [ -122.217528000245636, 38.144180999905018 ], [ -122.216933000218887, 38.148192000019669 ], [ -122.217662999964858, 38.142647000230468 ], [ -122.21673900005014, 38.144916999984005 ], [ -122.216205999947647, 38.15208999966967 ], [ -122.214660000242006, 38.154920000323472 ], [ -122.221125000170318, 38.154932999909356 ], [ -122.238353000283652, 38.155014999743337 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252000", "NAME": "Census Tract 2520", "state": "06", "county_fips": "095", "tract": "252000", "county_name": "Solano County", "tot_pop_2050": 4582, "tot_pop_pov_det_2050": 4582, "tot_pop_civ_ni_2050": 4582, "tot_hh_2050": 2233, "pop_zvhhs_2050": 211, "tot_fam_2050": 1321, "tot_pop_over5_2050": 4306, "pop_hus_rent50_2050": 243, "pop_minority_2050": 1174, "pop_over75_2050": 555, "pop_spfam_2050": 199, "pop_lep_2050": 2, "pop_below200_2050": 936, "pop_disability_2050": 685, "pct_minority_2050": 0.25621999127018769, "pct_over75_2050": 0.12112614578786556, "pct_spfam_2050": 0.1506434519303558, "pct_lep_2050": 0.00046446818392940079, "pct_below200_2050": 0.20427760803142733, "pct_disab_2050": 0.14949803579223048, "pct_zvhhs_2050": 0.094491715181370367, "pct_hus_rent50_2050": 0.10882221227048812, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.086612339930150994, "pct_minority_2040": 0.267054714784633, "pct_spfam_2040": 0.129710780017528, "pct_lep_2040": 0.0, "pct_below200_2040": 0.18137369033760198, "pct_disab_2040": 0.10593713620488901, "pct_zvhhs_2040": 0.051826258637710003, "pct_hus_rent50_2040": 0.086242299794660998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.198027999980383, 38.079108000008127 ], [ -122.197849999705127, 38.075491999972577 ], [ -122.195376999711712, 38.069507000131729 ], [ -122.19316400000929, 38.063038999801876 ], [ -122.192922000159925, 38.061473999700006 ], [ -122.192240999919449, 38.06088799979603 ], [ -122.194214000320684, 38.058927999709873 ], [ -122.194805000149486, 38.056532999692941 ], [ -122.183862999864374, 38.053997000352567 ], [ -122.17618799979104, 38.047862999822343 ], [ -122.174939000186328, 38.046430999673859 ], [ -122.169536000264955, 38.03927499997949 ], [ -122.167577000107443, 38.036720999707228 ], [ -122.165662000330826, 38.03539900023133 ], [ -122.164576999859307, 38.03472100016387 ], [ -122.159681000101187, 38.033398999966074 ], [ -122.15251200036613, 38.042805999912176 ], [ -122.152047000035736, 38.043786000240196 ], [ -122.147435999784662, 38.050117000014318 ], [ -122.151533000199848, 38.05198299966937 ], [ -122.153589000441741, 38.052928000245458 ], [ -122.155593999731735, 38.053949999764193 ], [ -122.157696999829298, 38.05476899970828 ], [ -122.165877000415975, 38.058566999745956 ], [ -122.183472000052106, 38.068686000333962 ], [ -122.184463999738881, 38.069639000173993 ], [ -122.185485999562914, 38.071166999891851 ], [ -122.191464000317822, 38.078675000075897 ], [ -122.192888999649654, 38.080107999905685 ], [ -122.193035999962746, 38.077942000088925 ], [ -122.196294999778644, 38.079244999715648 ], [ -122.197611000228846, 38.079502999908108 ], [ -122.198027999980383, 38.079108000008127 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252102", "NAME": "Census Tract 2521.02", "state": "06", "county_fips": "095", "tract": "252102", "county_name": "Solano County", "tot_pop_2050": 3931, "tot_pop_pov_det_2050": 3920, "tot_pop_civ_ni_2050": 3931, "tot_hh_2050": 1477, "pop_zvhhs_2050": 70, "tot_fam_2050": 976, "tot_pop_over5_2050": 3699, "pop_hus_rent50_2050": 70, "pop_minority_2050": 1359, "pop_over75_2050": 272, "pop_spfam_2050": 184, "pop_lep_2050": 36, "pop_below200_2050": 698, "pop_disability_2050": 511, "pct_minority_2050": 0.34571355889086752, "pct_over75_2050": 0.069193589417451032, "pct_spfam_2050": 0.18852459016393441, "pct_lep_2050": 0.0097323600973235995, "pct_below200_2050": 0.17806122448979592, "pct_disab_2050": 0.12999236835410838, "pct_zvhhs_2050": 0.047393364928909949, "pct_hus_rent50_2050": 0.047393364928909949, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.053715775749674004, "pct_minority_2040": 0.38722294654497996, "pct_spfam_2040": 0.24970553592461703, "pct_lep_2040": 0.027454242928452999, "pct_below200_2040": 0.19210102095647499, "pct_disab_2040": 0.11421121251629698, "pct_zvhhs_2040": 0.040951122853368993, "pct_hus_rent50_2040": 0.09601081812035199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.163575000126784, 38.118567000232822 ], [ -122.163570000103917, 38.114397999759866 ], [ -122.162996999818475, 38.110797000203021 ], [ -122.163497000308993, 38.107206000280755 ], [ -122.163333000277447, 38.105621999801571 ], [ -122.160882999850244, 38.100441999706057 ], [ -122.158111000106075, 38.098846999836425 ], [ -122.152697000314092, 38.098403000315749 ], [ -122.148522000081087, 38.097155999787056 ], [ -122.144042000249542, 38.094950000210169 ], [ -122.138627999559233, 38.095469000175626 ], [ -122.136630999766879, 38.095066999931653 ], [ -122.134981000304151, 38.093453000042842 ], [ -122.135943999678631, 38.091493999772815 ], [ -122.13507199964242, 38.086891999728159 ], [ -122.133568999594488, 38.083667000061226 ], [ -122.134444000003711, 38.082081000202173 ], [ -122.136408000184119, 38.082130999867807 ], [ -122.13927799983756, 38.081336000285653 ], [ -122.141782999618059, 38.079292000320102 ], [ -122.144119000242441, 38.076336000342586 ], [ -122.146114000384983, 38.072610999938803 ], [ -122.14698600042118, 38.06233600012559 ], [ -122.149861000097502, 38.058034999680267 ], [ -122.152427999802256, 38.054530999756238 ], [ -122.153589000441741, 38.052928000245458 ], [ -122.151533000199848, 38.05198299966937 ], [ -122.147435999784662, 38.050117000014318 ], [ -122.152047000035736, 38.043786000240196 ], [ -122.15251200036613, 38.042805999912176 ], [ -122.159681000101187, 38.033398999966074 ], [ -122.15685199955729, 38.032945999809236 ], [ -122.152146999594876, 38.03224899999136 ], [ -122.148577000332665, 38.031721000339374 ], [ -122.146865999872247, 38.031726999874387 ], [ -122.141533000271096, 38.031862000249063 ], [ -122.139365999701127, 38.032176999683998 ], [ -122.131535999817103, 38.034492000153918 ], [ -122.130174000234476, 38.034718000165263 ], [ -122.123161000135042, 38.036081999823601 ], [ -122.121130999832431, 38.037891000291154 ], [ -122.120094999764717, 38.038220999960927 ], [ -122.118082999903706, 38.039339999650466 ], [ -122.099776000065006, 38.047008000124045 ], [ -122.098725999753555, 38.047460000017161 ], [ -122.095733000076464, 38.048355000186149 ], [ -122.09274399969901, 38.049352000181813 ], [ -122.088745999916327, 38.050091999854892 ], [ -122.084158999954681, 38.051860999854853 ], [ -122.079826000436228, 38.053172999870405 ], [ -122.0761480003207, 38.054615000285416 ], [ -122.067298000262468, 38.060077000009912 ], [ -122.061102999772572, 38.062137000268343 ], [ -122.050385999618342, 38.06019800015256 ], [ -122.053842999800963, 38.102286000280557 ], [ -122.054231000138472, 38.103456000269198 ], [ -122.055828999722664, 38.106499999751698 ], [ -122.064620000229624, 38.120156999918386 ], [ -122.065903000169556, 38.120784999842051 ], [ -122.072683999567047, 38.121310000000577 ], [ -122.074465000347686, 38.122166999735697 ], [ -122.07877799977463, 38.123545999728805 ], [ -122.080392000150667, 38.124847999815685 ], [ -122.082546000301846, 38.127442999686551 ], [ -122.081634999907607, 38.133359999785512 ], [ -122.082419000080264, 38.136300999950492 ], [ -122.084409000199926, 38.136213999913579 ], [ -122.086117000287274, 38.135342999691005 ], [ -122.090696999677917, 38.135850999688181 ], [ -122.095427999579627, 38.137695000105182 ], [ -122.095358999982651, 38.139201000001428 ], [ -122.092444999948256, 38.141910000147789 ], [ -122.08814099984383, 38.145432000210128 ], [ -122.084857999738489, 38.149156999830588 ], [ -122.084594000147845, 38.150970000306181 ], [ -122.085672999873267, 38.151793999920443 ], [ -122.08947599966227, 38.152689000283779 ], [ -122.089580000317682, 38.152489999865971 ], [ -122.095049000361257, 38.142147999704768 ], [ -122.099750000125709, 38.133167000037474 ], [ -122.100757999706047, 38.130310999725594 ], [ -122.101067000400832, 38.125664000297995 ], [ -122.106531000421541, 38.125156000064734 ], [ -122.106995999853638, 38.124907000113133 ], [ -122.107619000367805, 38.12938599967422 ], [ -122.11010599970659, 38.134591999831102 ], [ -122.110505999739701, 38.136180999775036 ], [ -122.109625000381001, 38.142108999756353 ], [ -122.10966399984072, 38.143781000065296 ], [ -122.110259999692403, 38.145828000136483 ], [ -122.111128000428963, 38.146715999885068 ], [ -122.112182999864913, 38.147062000200449 ], [ -122.114054999983807, 38.147111000265568 ], [ -122.116523999779275, 38.146038000102948 ], [ -122.116960999622279, 38.144828999950683 ], [ -122.121099000045376, 38.143239999688035 ], [ -122.122448000107525, 38.14197300033463 ], [ -122.123197999944978, 38.14160199994275 ], [ -122.123008999799083, 38.139623999970162 ], [ -122.124307999632549, 38.137404000163606 ], [ -122.122998999753349, 38.135592000080017 ], [ -122.122175000296053, 38.131713999902061 ], [ -122.121449999674638, 38.130121000014647 ], [ -122.121894999913565, 38.129401000043565 ], [ -122.127815999868787, 38.124970000138568 ], [ -122.129075000417558, 38.124627000206097 ], [ -122.131067000187045, 38.125124999756622 ], [ -122.132443000013382, 38.126156000275827 ], [ -122.136974999723449, 38.124373000103475 ], [ -122.141274999629928, 38.121946999769676 ], [ -122.141525999700093, 38.12013899973968 ], [ -122.140754999946282, 38.119919000023692 ], [ -122.140171999615077, 38.117683000181692 ], [ -122.141416000095248, 38.1181069998052 ], [ -122.145079999967095, 38.120414999872246 ], [ -122.147595999618204, 38.121514999899262 ], [ -122.148318999691483, 38.124291999701292 ], [ -122.148614000142587, 38.120885999893837 ], [ -122.150446999903437, 38.121286000140294 ], [ -122.151722000345757, 38.120791999850113 ], [ -122.154024999561543, 38.121092000273251 ], [ -122.15478899964269, 38.120160999957498 ], [ -122.156538999562855, 38.121774999977013 ], [ -122.15808099996886, 38.12197500005913 ], [ -122.16142400034866, 38.121281000168381 ], [ -122.163512000377594, 38.119885000278323 ], [ -122.163575000126784, 38.118567000232822 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252103", "NAME": "Census Tract 2521.03", "state": "06", "county_fips": "095", "tract": "252103", "county_name": "Solano County", "tot_pop_2050": 5607, "tot_pop_pov_det_2050": 5600, "tot_pop_civ_ni_2050": 5587, "tot_hh_2050": 1898, "pop_zvhhs_2050": 20, "tot_fam_2050": 1305, "tot_pop_over5_2050": 5340, "pop_hus_rent50_2050": 262, "pop_minority_2050": 3999, "pop_over75_2050": 354, "pop_spfam_2050": 211, "pop_lep_2050": 187, "pop_below200_2050": 1092, "pop_disability_2050": 689, "pct_minority_2050": 0.71321562332798283, "pct_over75_2050": 0.063135366506153021, "pct_spfam_2050": 0.16168582375478927, "pct_lep_2050": 0.035018726591760301, "pct_below200_2050": 0.195, "pct_disab_2050": 0.12332199749418292, "pct_zvhhs_2050": 0.01053740779768177, "pct_hus_rent50_2050": 0.1380400421496312, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052253909843605999, "pct_minority_2040": 0.78325666973321095, "pct_spfam_2040": 0.26716981132075501, "pct_lep_2040": 0.022912327210755, "pct_below200_2040": 0.24415393113607101, "pct_disab_2040": 0.10044313146233401, "pct_zvhhs_2040": 0.037593984962405999, "pct_hus_rent50_2040": 0.168092601912431, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.203252999626471, 38.108733000078296 ], [ -122.203574000016857, 38.105911999704283 ], [ -122.203129999602822, 38.104419000210072 ], [ -122.20042800017886, 38.100474999740356 ], [ -122.19843899988409, 38.097555999919756 ], [ -122.198116999668827, 38.09684400031275 ], [ -122.194841999959408, 38.098013999779589 ], [ -122.194142000350666, 38.096293999686139 ], [ -122.187775000331655, 38.094103000091089 ], [ -122.185528000294013, 38.095846999886213 ], [ -122.185158000398175, 38.099653000230951 ], [ -122.186280999606197, 38.099805999988646 ], [ -122.187802999920734, 38.098322000093106 ], [ -122.188108000417571, 38.100424999896731 ], [ -122.18942800016741, 38.101833000223685 ], [ -122.188321999779504, 38.10541099996545 ], [ -122.18952199987875, 38.107411000188399 ], [ -122.192322000110323, 38.108047000151046 ], [ -122.190166000309304, 38.112837000153725 ], [ -122.188745000277123, 38.114833999659865 ], [ -122.189967999942581, 38.114971000259736 ], [ -122.193414000254535, 38.115433000094065 ], [ -122.193971999573051, 38.11574199984377 ], [ -122.196831000254164, 38.113796999831209 ], [ -122.197775000260364, 38.112693999826583 ], [ -122.202149999611592, 38.11116399973573 ], [ -122.203008000302404, 38.110336000166591 ], [ -122.203252999626471, 38.108733000078296 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252104", "NAME": "Census Tract 2521.04", "state": "06", "county_fips": "095", "tract": "252104", "county_name": "Solano County", "tot_pop_2050": 5686, "tot_pop_pov_det_2050": 5686, "tot_pop_civ_ni_2050": 5686, "tot_hh_2050": 1856, "pop_zvhhs_2050": 35, "tot_fam_2050": 1627, "tot_pop_over5_2050": 5462, "pop_hus_rent50_2050": 71, "pop_minority_2050": 2684, "pop_over75_2050": 223, "pop_spfam_2050": 178, "pop_lep_2050": 24, "pop_below200_2050": 614, "pop_disability_2050": 457, "pct_minority_2050": 0.47203658107632779, "pct_over75_2050": 0.039219134716848403, "pct_spfam_2050": 0.1094038106945298, "pct_lep_2050": 0.0043939948736726473, "pct_below200_2050": 0.10798452339078438, "pct_disab_2050": 0.080372845585648958, "pct_zvhhs_2050": 0.018857758620689655, "pct_hus_rent50_2050": 0.038254310344827583, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.031524547803617999, "pct_minority_2040": 0.47889750215331606, "pct_spfam_2040": 0.13597033374536502, "pct_lep_2040": 0.011856986501277001, "pct_below200_2040": 0.080620155038759994, "pct_disab_2040": 0.050473729543497006, "pct_zvhhs_2040": 0.010503040353787, "pct_hus_rent50_2040": 0.070469798657718005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.198116999668827, 38.09684400031275 ], [ -122.198060999592329, 38.096700000160503 ], [ -122.197485999657047, 38.092800000130836 ], [ -122.193953000204786, 38.083886000268087 ], [ -122.19301900024432, 38.08186700008725 ], [ -122.192770999648886, 38.08164000014326 ], [ -122.192156000428952, 38.081183000046657 ], [ -122.191605999709722, 38.081641999803217 ], [ -122.189327999709974, 38.081511000041729 ], [ -122.186447000185879, 38.084092000344967 ], [ -122.185083000055087, 38.088571999780335 ], [ -122.182297000067209, 38.090007999928588 ], [ -122.179972000211791, 38.090360999768357 ], [ -122.175125999784072, 38.090044000284713 ], [ -122.173421999894657, 38.087646999902994 ], [ -122.168280999914131, 38.08564200003471 ], [ -122.16790299962237, 38.084680999700133 ], [ -122.167066999571176, 38.083732999708289 ], [ -122.160358000143702, 38.084514000200421 ], [ -122.158682999668301, 38.083796999694897 ], [ -122.157485999942111, 38.08144200030506 ], [ -122.156132999681972, 38.080647000302797 ], [ -122.15215599981569, 38.079911000015443 ], [ -122.149331000368093, 38.07983899991234 ], [ -122.144119000242441, 38.076336000342586 ], [ -122.141782999618059, 38.079292000320102 ], [ -122.13927799983756, 38.081336000285653 ], [ -122.136408000184119, 38.082130999867807 ], [ -122.134444000003711, 38.082081000202173 ], [ -122.133568999594488, 38.083667000061226 ], [ -122.13507199964242, 38.086891999728159 ], [ -122.135943999678631, 38.091493999772815 ], [ -122.134981000304151, 38.093453000042842 ], [ -122.136630999766879, 38.095066999931653 ], [ -122.138627999559233, 38.095469000175626 ], [ -122.144042000249542, 38.094950000210169 ], [ -122.148522000081087, 38.097155999787056 ], [ -122.152697000314092, 38.098403000315749 ], [ -122.158111000106075, 38.098846999836425 ], [ -122.160882999850244, 38.100441999706057 ], [ -122.162842999832677, 38.101196000326709 ], [ -122.164752999586426, 38.100494000096141 ], [ -122.169738999756234, 38.101928000187471 ], [ -122.173106000425477, 38.104282999837913 ], [ -122.17688599974997, 38.105911000206255 ], [ -122.179546000239455, 38.107635000140064 ], [ -122.182846999888142, 38.109764000210369 ], [ -122.183602999573381, 38.110444000120282 ], [ -122.18555300040839, 38.11290800015778 ], [ -122.187027999968919, 38.11437800010404 ], [ -122.188031000424672, 38.114716999784996 ], [ -122.188745000277123, 38.114833999659865 ], [ -122.190166000309304, 38.112837000153725 ], [ -122.192322000110323, 38.108047000151046 ], [ -122.18952199987875, 38.107411000188399 ], [ -122.188321999779504, 38.10541099996545 ], [ -122.18942800016741, 38.101833000223685 ], [ -122.188108000417571, 38.100424999896731 ], [ -122.187802999920734, 38.098322000093106 ], [ -122.186280999606197, 38.099805999988646 ], [ -122.185158000398175, 38.099653000230951 ], [ -122.185528000294013, 38.095846999886213 ], [ -122.187775000331655, 38.094103000091089 ], [ -122.194142000350666, 38.096293999686139 ], [ -122.194841999959408, 38.098013999779589 ], [ -122.198116999668827, 38.09684400031275 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252105", "NAME": "Census Tract 2521.05", "state": "06", "county_fips": "095", "tract": "252105", "county_name": "Solano County", "tot_pop_2050": 3253, "tot_pop_pov_det_2050": 3253, "tot_pop_civ_ni_2050": 3236, "tot_hh_2050": 1300, "pop_zvhhs_2050": 32, "tot_fam_2050": 921, "tot_pop_over5_2050": 3165, "pop_hus_rent50_2050": 64, "pop_minority_2050": 1261, "pop_over75_2050": 197, "pop_spfam_2050": 137, "pop_lep_2050": 59, "pop_below200_2050": 347, "pop_disability_2050": 320, "pct_minority_2050": 0.38764217645250537, "pct_over75_2050": 0.060559483553642789, "pct_spfam_2050": 0.14875135722041261, "pct_lep_2050": 0.018641390205371249, "pct_below200_2050": 0.10667076544727944, "pct_disab_2050": 0.098887515451174274, "pct_zvhhs_2050": 0.024615384615384612, "pct_hus_rent50_2050": 0.049230769230769231, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032977099236641001, "pct_minority_2040": 0.41099236641221398, "pct_spfam_2040": 0.17861339600470003, "pct_lep_2040": 0.0021806853582550002, "pct_below200_2040": 0.10442748091603099, "pct_disab_2040": 0.096488549618320998, "pct_zvhhs_2040": 0.037735849056603994, "pct_hus_rent50_2040": 0.024410774410774001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.192156000428952, 38.081183000046657 ], [ -122.192888999649654, 38.080107999905685 ], [ -122.191464000317822, 38.078675000075897 ], [ -122.185485999562914, 38.071166999891851 ], [ -122.183728000145152, 38.069293999995203 ], [ -122.17979700030962, 38.067824999772803 ], [ -122.179635999752804, 38.069882999732236 ], [ -122.178167000040062, 38.070667000281802 ], [ -122.180163999832416, 38.072391999908902 ], [ -122.18009400041052, 38.074541999795507 ], [ -122.176756000053615, 38.077044999910527 ], [ -122.175899999910968, 38.077936000098227 ], [ -122.173575000055536, 38.078525000251034 ], [ -122.17191899984671, 38.080350000200227 ], [ -122.170389000034575, 38.083782999658403 ], [ -122.16790299962237, 38.084680999700133 ], [ -122.168280999914131, 38.08564200003471 ], [ -122.173421999894657, 38.087646999902994 ], [ -122.175125999784072, 38.090044000284713 ], [ -122.179972000211791, 38.090360999768357 ], [ -122.182297000067209, 38.090007999928588 ], [ -122.185083000055087, 38.088571999780335 ], [ -122.186447000185879, 38.084092000344967 ], [ -122.189327999709974, 38.081511000041729 ], [ -122.191605999709722, 38.081641999803217 ], [ -122.192156000428952, 38.081183000046657 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252106", "NAME": "Census Tract 2521.06", "state": "06", "county_fips": "095", "tract": "252106", "county_name": "Solano County", "tot_pop_2050": 4295, "tot_pop_pov_det_2050": 4295, "tot_pop_civ_ni_2050": 4295, "tot_hh_2050": 1655, "pop_zvhhs_2050": 58, "tot_fam_2050": 1144, "tot_pop_over5_2050": 4059, "pop_hus_rent50_2050": 184, "pop_minority_2050": 1672, "pop_over75_2050": 318, "pop_spfam_2050": 86, "pop_lep_2050": 34, "pop_below200_2050": 633, "pop_disability_2050": 561, "pct_minority_2050": 0.38928987194412107, "pct_over75_2050": 0.074039580908032601, "pct_spfam_2050": 0.075174825174825169, "pct_lep_2050": 0.0083764474008376447, "pct_below200_2050": 0.14738067520372528, "pct_disab_2050": 0.13061699650756695, "pct_zvhhs_2050": 0.035045317220543805, "pct_hus_rent50_2050": 0.11117824773413898, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.05, "pct_minority_2040": 0.475, "pct_spfam_2040": 0.21162790697674397, "pct_lep_2040": 0.010625737898465, "pct_below200_2040": 0.13203753351206401, "pct_disab_2040": 0.098972296693475986, "pct_zvhhs_2040": 0.026659103800340003, "pct_hus_rent50_2040": 0.064306784660767002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.18009400041052, 38.074541999795507 ], [ -122.180163999832416, 38.072391999908902 ], [ -122.178167000040062, 38.070667000281802 ], [ -122.179635999752804, 38.069882999732236 ], [ -122.17979700030962, 38.067824999772803 ], [ -122.164627999912938, 38.064618999906585 ], [ -122.164314000093597, 38.066360999950597 ], [ -122.162441999974703, 38.067631000100555 ], [ -122.162985999947821, 38.067782999675913 ], [ -122.166264000030296, 38.069713999690109 ], [ -122.164622000065179, 38.073891999785076 ], [ -122.164058000000551, 38.074221999816004 ], [ -122.16311099962131, 38.074864000341726 ], [ -122.159513999696614, 38.075364000255661 ], [ -122.155880999786902, 38.075828000019982 ], [ -122.154175000247676, 38.076966999744002 ], [ -122.152236000181645, 38.07960600018297 ], [ -122.15215599981569, 38.079911000015443 ], [ -122.156132999681972, 38.080647000302797 ], [ -122.157485999942111, 38.08144200030506 ], [ -122.158682999668301, 38.083796999694897 ], [ -122.160358000143702, 38.084514000200421 ], [ -122.167066999571176, 38.083732999708289 ], [ -122.16790299962237, 38.084680999700133 ], [ -122.170389000034575, 38.083782999658403 ], [ -122.17191899984671, 38.080350000200227 ], [ -122.173575000055536, 38.078525000251034 ], [ -122.175899999910968, 38.077936000098227 ], [ -122.176756000053615, 38.077044999910527 ], [ -122.18009400041052, 38.074541999795507 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252107", "NAME": "Census Tract 2521.07", "state": "06", "county_fips": "095", "tract": "252107", "county_name": "Solano County", "tot_pop_2050": 3720, "tot_pop_pov_det_2050": 3720, "tot_pop_civ_ni_2050": 3720, "tot_hh_2050": 1427, "pop_zvhhs_2050": 21, "tot_fam_2050": 1082, "tot_pop_over5_2050": 3456, "pop_hus_rent50_2050": 90, "pop_minority_2050": 1320, "pop_over75_2050": 227, "pop_spfam_2050": 100, "pop_lep_2050": 14, "pop_below200_2050": 395, "pop_disability_2050": 498, "pct_minority_2050": 0.35483870967741937, "pct_over75_2050": 0.061021505376344085, "pct_spfam_2050": 0.092421441774491672, "pct_lep_2050": 0.0040509259259259257, "pct_below200_2050": 0.10618279569892472, "pct_disab_2050": 0.13387096774193549, "pct_zvhhs_2050": 0.014716187806587244, "pct_hus_rent50_2050": 0.063069376313945338, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.02971162248762, "pct_minority_2040": 0.35566559860180602, "pct_spfam_2040": 0.085037674919268003, "pct_lep_2040": 0.016510903426791002, "pct_below200_2040": 0.093795514127585009, "pct_disab_2040": 0.106612292455578, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.070631970260222998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.164622000065179, 38.073891999785076 ], [ -122.166264000030296, 38.069713999690109 ], [ -122.162985999947821, 38.067782999675913 ], [ -122.162441999974703, 38.067631000100555 ], [ -122.164314000093597, 38.066360999950597 ], [ -122.164627999912938, 38.064618999906585 ], [ -122.161066999973258, 38.063850000000997 ], [ -122.15338600005218, 38.061144000157505 ], [ -122.151674999591762, 38.059978000323134 ], [ -122.149861000097502, 38.058034999680267 ], [ -122.14698600042118, 38.06233600012559 ], [ -122.146114000384983, 38.072610999938803 ], [ -122.144119000242441, 38.076336000342586 ], [ -122.149331000368093, 38.07983899991234 ], [ -122.15215599981569, 38.079911000015443 ], [ -122.152236000181645, 38.07960600018297 ], [ -122.154175000247676, 38.076966999744002 ], [ -122.155880999786902, 38.075828000019982 ], [ -122.159513999696614, 38.075364000255661 ], [ -122.16311099962131, 38.074864000341726 ], [ -122.164058000000551, 38.074221999816004 ], [ -122.164622000065179, 38.073891999785076 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252108", "NAME": "Census Tract 2521.08", "state": "06", "county_fips": "095", "tract": "252108", "county_name": "Solano County", "tot_pop_2050": 3115, "tot_pop_pov_det_2050": 3115, "tot_pop_civ_ni_2050": 3089, "tot_hh_2050": 1343, "pop_zvhhs_2050": 29, "tot_fam_2050": 928, "tot_pop_over5_2050": 2966, "pop_hus_rent50_2050": 134, "pop_minority_2050": 964, "pop_over75_2050": 223, "pop_spfam_2050": 170, "pop_lep_2050": 138, "pop_below200_2050": 622, "pop_disability_2050": 316, "pct_minority_2050": 0.30947030497592293, "pct_over75_2050": 0.071589085072231121, "pct_spfam_2050": 0.18318965517241376, "pct_lep_2050": 0.04652730950775455, "pct_below200_2050": 0.19967897271268059, "pct_disab_2050": 0.1022984784719974, "pct_zvhhs_2050": 0.021593447505584517, "pct_hus_rent50_2050": 0.099776619508562925, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.057966321243522995, "pct_minority_2040": 0.31670984455958601, "pct_spfam_2040": 0.22444444444444395, "pct_lep_2040": 0.021919628030555003, "pct_below200_2040": 0.19570172582220799, "pct_disab_2040": 0.070641607258587008, "pct_zvhhs_2040": 0.051162790697674008, "pct_hus_rent50_2040": 0.049334377447141996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.185485999562914, 38.071166999891851 ], [ -122.184463999738881, 38.069639000173993 ], [ -122.183472000052106, 38.068686000333962 ], [ -122.165877000415975, 38.058566999745956 ], [ -122.157696999829298, 38.05476899970828 ], [ -122.155593999731735, 38.053949999764193 ], [ -122.153589000441741, 38.052928000245458 ], [ -122.152427999802256, 38.054530999756238 ], [ -122.149861000097502, 38.058034999680267 ], [ -122.151674999591762, 38.059978000323134 ], [ -122.15338600005218, 38.061144000157505 ], [ -122.161066999973258, 38.063850000000997 ], [ -122.164627999912938, 38.064618999906585 ], [ -122.17979700030962, 38.067824999772803 ], [ -122.183728000145152, 38.069293999995203 ], [ -122.185485999562914, 38.071166999891851 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252201", "NAME": "Census Tract 2522.01", "state": "06", "county_fips": "095", "tract": "252201", "county_name": "Solano County", "tot_pop_2050": 9568, "tot_pop_pov_det_2050": 9568, "tot_pop_civ_ni_2050": 9568, "tot_hh_2050": 3189, "pop_zvhhs_2050": 87, "tot_fam_2050": 2484, "tot_pop_over5_2050": 8939, "pop_hus_rent50_2050": 28, "pop_minority_2050": 5096, "pop_over75_2050": 619, "pop_spfam_2050": 147, "pop_lep_2050": 173, "pop_below200_2050": 516, "pop_disability_2050": 792, "pct_minority_2050": 0.53260869565217395, "pct_over75_2050": 0.064694816053511711, "pct_spfam_2050": 0.059178743961352649, "pct_lep_2050": 0.019353395234366258, "pct_below200_2050": 0.053929765886287617, "pct_disab_2050": 0.082775919732441472, "pct_zvhhs_2050": 0.027281279397930385, "pct_hus_rent50_2050": 0.0087801818751959883, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056217082665445006, "pct_minority_2040": 0.57831463247080395, "pct_spfam_2040": 0.036228721082497001, "pct_lep_2040": 0.033337330615182001, "pct_below200_2040": 0.097572148419606, "pct_disab_2040": 0.06796785304248, "pct_zvhhs_2040": 0.024840550520309, "pct_hus_rent50_2040": 0.013546370267453998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.216482000132189, 38.266014999874699 ], [ -122.216882000165256, 38.262314999870604 ], [ -122.212982000291859, 38.259114999985705 ], [ -122.208480999645644, 38.258414999959321 ], [ -122.206072999949541, 38.258795000145369 ], [ -122.202980999639919, 38.25921500004354 ], [ -122.196781000025439, 38.258414999959321 ], [ -122.193281000185138, 38.25641500000841 ], [ -122.194482000109303, 38.254118999826176 ], [ -122.194081000251302, 38.252914999898628 ], [ -122.19518000006822, 38.250716000048648 ], [ -122.19948099979959, 38.250915000237292 ], [ -122.200799999724524, 38.249410999818309 ], [ -122.204367000410315, 38.249302000004825 ], [ -122.206489999701077, 38.250932999876532 ], [ -122.209080999695232, 38.251115000211172 ], [ -122.21108099986067, 38.252215000105338 ], [ -122.212480999976449, 38.248715000179189 ], [ -122.210181000235394, 38.247414999788624 ], [ -122.20958200001067, 38.244816000222471 ], [ -122.208284000002124, 38.244216000269908 ], [ -122.205389000234305, 38.244620000114679 ], [ -122.204379000105888, 38.241018999900724 ], [ -122.201772000218142, 38.240323000340425 ], [ -122.197186999906322, 38.232817000041429 ], [ -122.19717900040871, 38.231413000081538 ], [ -122.195980000134384, 38.230409999859326 ], [ -122.194980999876577, 38.225222000180324 ], [ -122.193581999585703, 38.223523999818163 ], [ -122.193374000071557, 38.221214999841614 ], [ -122.196176999777876, 38.218920000219065 ], [ -122.196281000433274, 38.216116000347618 ], [ -122.194681000300918, 38.21521400024514 ], [ -122.193979999968974, 38.213614000325116 ], [ -122.194980000051657, 38.212317000327403 ], [ -122.19757299969568, 38.211814999734379 ], [ -122.19957299986109, 38.210622000017501 ], [ -122.201477999591972, 38.211619999782265 ], [ -122.205681000312381, 38.208215999749925 ], [ -122.204580999772219, 38.204815999686076 ], [ -122.205681000312381, 38.20361599978429 ], [ -122.204979999980409, 38.198516000141908 ], [ -122.205980000063107, 38.197916000160504 ], [ -122.205879999605685, 38.196216000074138 ], [ -122.211480999893723, 38.192116999819788 ], [ -122.209479999903451, 38.189917000326439 ], [ -122.215580999783683, 38.188417000024799 ], [ -122.212979999743723, 38.184317000182901 ], [ -122.213680000250775, 38.181017000068216 ], [ -122.215080000366569, 38.179717000089298 ], [ -122.21137999961141, 38.175617000000351 ], [ -122.211179999594862, 38.174717000158751 ], [ -122.208879999853792, 38.172717000029252 ], [ -122.204579999947327, 38.172817000244621 ], [ -122.203179999831548, 38.171517000160527 ], [ -122.20357999986463, 38.168716999671766 ], [ -122.202520000405755, 38.168320999722695 ], [ -122.201892999693655, 38.16829899989785 ], [ -122.194809000347462, 38.173228000317508 ], [ -122.193616999745814, 38.174217000151977 ], [ -122.19027500008923, 38.178314000163112 ], [ -122.185719000089719, 38.18133300018939 ], [ -122.180686000064242, 38.185424999938817 ], [ -122.179302999666902, 38.1860579999259 ], [ -122.173889999699796, 38.187768999693709 ], [ -122.170996999581803, 38.189247000069301 ], [ -122.169008000185372, 38.19089699973977 ], [ -122.164946999755173, 38.195346999956577 ], [ -122.151538000222729, 38.207096999727291 ], [ -122.150918999906523, 38.207630999751174 ], [ -122.147183000064643, 38.210427999876394 ], [ -122.147003000139605, 38.210549000156078 ], [ -122.139374999921941, 38.215796999773083 ], [ -122.137874000422116, 38.216524000026659 ], [ -122.128805999905723, 38.222747000333655 ], [ -122.129322000289761, 38.227988999855882 ], [ -122.129183000372592, 38.228494000169604 ], [ -122.127219000192184, 38.232908000011697 ], [ -122.124475000037123, 38.238550000150035 ], [ -122.122161000052344, 38.244136000090208 ], [ -122.120353000405871, 38.249053000070077 ], [ -122.119958000395656, 38.253906000096684 ], [ -122.115772000292012, 38.26050000007163 ], [ -122.113956000249587, 38.262638999705054 ], [ -122.111597000058993, 38.273149999852649 ], [ -122.111816000342117, 38.274161000050128 ], [ -122.114496999849678, 38.278075000239539 ], [ -122.11633200015865, 38.28124299966322 ], [ -122.118092000124548, 38.284336000184098 ], [ -122.118497000180497, 38.289489000024524 ], [ -122.120293999956317, 38.296306000095477 ], [ -122.126199999842896, 38.297036000208692 ], [ -122.127008000305011, 38.298516000149505 ], [ -122.12878099979136, 38.302008000339328 ], [ -122.128540999591863, 38.304624000309332 ], [ -122.129284999581515, 38.312310999734947 ], [ -122.12972899999555, 38.313306000011366 ], [ -122.131659999665672, 38.31378899994332 ], [ -122.133742999671739, 38.315611000098997 ], [ -122.16244699999757, 38.315798999911692 ], [ -122.179946000272537, 38.315913000018064 ], [ -122.191194999806015, 38.315614999980141 ], [ -122.197377999702013, 38.315661999800213 ], [ -122.205981999712932, 38.315713000170355 ], [ -122.206179000254735, 38.314014000152831 ], [ -122.204081000180054, 38.310109999717568 ], [ -122.201395999576206, 38.308012999994617 ], [ -122.202481999872617, 38.305713000190856 ], [ -122.202583000154974, 38.304112999883721 ], [ -122.199382000065398, 38.301591000099847 ], [ -122.199081999591428, 38.30011300015947 ], [ -122.201982000280424, 38.296714000258632 ], [ -122.203481999955329, 38.292913999914241 ], [ -122.201681999806453, 38.292413999693302 ], [ -122.20148199978992, 38.289313999976763 ], [ -122.198482000440123, 38.285813999958535 ], [ -122.198282000423575, 38.284813999777896 ], [ -122.196680999568045, 38.284414000079003 ], [ -122.196380999992357, 38.2819140003256 ], [ -122.194380999826947, 38.280814000208942 ], [ -122.190680999970098, 38.277513999994426 ], [ -122.19108100000318, 38.275913999858155 ], [ -122.188381000229043, 38.271613999739827 ], [ -122.19568100038363, 38.271513999823732 ], [ -122.197381000075069, 38.272714000307218 ], [ -122.200480999882316, 38.272014000142903 ], [ -122.206381999746014, 38.271613999739827 ], [ -122.208482000368846, 38.272213999870885 ], [ -122.21098200012645, 38.27191400007235 ], [ -122.212281999784835, 38.272813999981437 ], [ -122.216482000132189, 38.266014999874699 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252202", "NAME": "Census Tract 2522.02", "state": "06", "county_fips": "095", "tract": "252202", "county_name": "Solano County", "tot_pop_2050": 10522, "tot_pop_pov_det_2050": 10494, "tot_pop_civ_ni_2050": 10522, "tot_hh_2050": 3269, "pop_zvhhs_2050": 67, "tot_fam_2050": 2724, "tot_pop_over5_2050": 10056, "pop_hus_rent50_2050": 96, "pop_minority_2050": 6468, "pop_over75_2050": 384, "pop_spfam_2050": 151, "pop_lep_2050": 271, "pop_below200_2050": 1232, "pop_disability_2050": 786, "pct_minority_2050": 0.61471203193309254, "pct_over75_2050": 0.036494962934803268, "pct_spfam_2050": 0.05543318649045522, "pct_lep_2050": 0.026949085123309468, "pct_below200_2050": 0.11740041928721175, "pct_disab_2050": 0.074700627257175439, "pct_zvhhs_2050": 0.020495564392780663, "pct_hus_rent50_2050": 0.029366778831446925, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023181772957915004, "pct_minority_2040": 0.63685205452193794, "pct_spfam_2040": 0.110215053763441, "pct_lep_2040": 0.027440633245382998, "pct_below200_2040": 0.12814645308924499, "pct_disab_2040": 0.052034623420555003, "pct_zvhhs_2040": 0.0052270499836650003, "pct_hus_rent50_2040": 0.028748774910160001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.201892999693655, 38.16829899989785 ], [ -122.199711999778287, 38.168390000029106 ], [ -122.199064000048082, 38.168727000177675 ], [ -122.198079999858905, 38.168417000100511 ], [ -122.194484999584034, 38.164714999949894 ], [ -122.195970999913541, 38.162991000281188 ], [ -122.198981000207397, 38.159317000151319 ], [ -122.197877000367626, 38.157115000151265 ], [ -122.195380000084768, 38.155017000220511 ], [ -122.194193000404312, 38.155385000207858 ], [ -122.195410000221997, 38.15816400008552 ], [ -122.194452999796979, 38.159471000101348 ], [ -122.191336000271306, 38.160894000052039 ], [ -122.184036999941625, 38.159069999868812 ], [ -122.183041999881809, 38.157119000284084 ], [ -122.179424000040697, 38.154811999761975 ], [ -122.176283000225609, 38.155244000341924 ], [ -122.17229600031358, 38.152775000186267 ], [ -122.167830999652338, 38.148512999979211 ], [ -122.167445999687857, 38.146785999795405 ], [ -122.168328999594706, 38.141318000198041 ], [ -122.168866999720066, 38.138137000074103 ], [ -122.168798999947981, 38.133324000281263 ], [ -122.167350000326721, 38.132193999829163 ], [ -122.166494000184073, 38.131026999756401 ], [ -122.166240999565744, 38.126719999687332 ], [ -122.16551800039079, 38.126061000021366 ], [ -122.166166000120995, 38.124878000296299 ], [ -122.165419999583207, 38.123481999923683 ], [ -122.165301999582411, 38.121867000195884 ], [ -122.166541000039715, 38.11939499977823 ], [ -122.165455999568209, 38.118081000229168 ], [ -122.164415000375925, 38.113169999993552 ], [ -122.16537500027566, 38.112394999651414 ], [ -122.165346999788255, 38.110588000045681 ], [ -122.163637999876002, 38.108252999991997 ], [ -122.163758000424878, 38.103725999835241 ], [ -122.162842999832677, 38.101196000326709 ], [ -122.160882999850244, 38.100441999706057 ], [ -122.163333000277447, 38.105621999801571 ], [ -122.163497000308993, 38.107206000280755 ], [ -122.162996999818475, 38.110797000203021 ], [ -122.163570000103917, 38.114397999759866 ], [ -122.163575000126784, 38.118567000232822 ], [ -122.163512000377594, 38.119885000278323 ], [ -122.16142400034866, 38.121281000168381 ], [ -122.15808099996886, 38.12197500005913 ], [ -122.156538999562855, 38.121774999977013 ], [ -122.15478899964269, 38.120160999957498 ], [ -122.154024999561543, 38.121092000273251 ], [ -122.151722000345757, 38.120791999850113 ], [ -122.150446999903437, 38.121286000140294 ], [ -122.148614000142587, 38.120885999893837 ], [ -122.148318999691483, 38.124291999701292 ], [ -122.147595999618204, 38.121514999899262 ], [ -122.145079999967095, 38.120414999872246 ], [ -122.141416000095248, 38.1181069998052 ], [ -122.140171999615077, 38.117683000181692 ], [ -122.140754999946282, 38.119919000023692 ], [ -122.141525999700093, 38.12013899973968 ], [ -122.141274999629928, 38.121946999769676 ], [ -122.136974999723449, 38.124373000103475 ], [ -122.132443000013382, 38.126156000275827 ], [ -122.131067000187045, 38.125124999756622 ], [ -122.129075000417558, 38.124627000206097 ], [ -122.127815999868787, 38.124970000138568 ], [ -122.121894999913565, 38.129401000043565 ], [ -122.121449999674638, 38.130121000014647 ], [ -122.122175000296053, 38.131713999902061 ], [ -122.122998999753349, 38.135592000080017 ], [ -122.124307999632549, 38.137404000163606 ], [ -122.123008999799083, 38.139623999970162 ], [ -122.123197999944978, 38.14160199994275 ], [ -122.122448000107525, 38.14197300033463 ], [ -122.121099000045376, 38.143239999688035 ], [ -122.116960999622279, 38.144828999950683 ], [ -122.116523999779275, 38.146038000102948 ], [ -122.114054999983807, 38.147111000265568 ], [ -122.112182999864913, 38.147062000200449 ], [ -122.111128000428963, 38.146715999885068 ], [ -122.110259999692403, 38.145828000136483 ], [ -122.10966399984072, 38.143781000065296 ], [ -122.109625000381001, 38.142108999756353 ], [ -122.110505999739701, 38.136180999775036 ], [ -122.11010599970659, 38.134591999831102 ], [ -122.107619000367805, 38.12938599967422 ], [ -122.106995999853638, 38.124907000113133 ], [ -122.106531000421541, 38.125156000064734 ], [ -122.101067000400832, 38.125664000297995 ], [ -122.100757999706047, 38.130310999725594 ], [ -122.099750000125709, 38.133167000037474 ], [ -122.095049000361257, 38.142147999704768 ], [ -122.089580000317682, 38.152489999865971 ], [ -122.093911000186282, 38.153896999889547 ], [ -122.098607999752815, 38.156108999699335 ], [ -122.100452000282601, 38.156543000095205 ], [ -122.101635999590002, 38.158372000175291 ], [ -122.103111000048855, 38.158953999739069 ], [ -122.1070059998994, 38.155556999910644 ], [ -122.109127000438605, 38.154683000294455 ], [ -122.111966000129939, 38.155280999862235 ], [ -122.113644000080072, 38.157027 ], [ -122.114466999712462, 38.158718999775289 ], [ -122.113746000187334, 38.162553999716394 ], [ -122.11179799990046, 38.163461000166443 ], [ -122.108499999726504, 38.163984000342168 ], [ -122.110380000241321, 38.166450000008048 ], [ -122.113812000309551, 38.168414999990965 ], [ -122.113885000104503, 38.170914000170981 ], [ -122.112562999806514, 38.172903999705987 ], [ -122.111032000169473, 38.173953999845075 ], [ -122.11064300000703, 38.175289000281332 ], [ -122.111354000384765, 38.176595999767279 ], [ -122.116999000155417, 38.178834999869395 ], [ -122.1179749999487, 38.180153000257704 ], [ -122.118087999926601, 38.181795999925178 ], [ -122.117528000059949, 38.185845999784348 ], [ -122.116261000013552, 38.18693899975338 ], [ -122.113895000150237, 38.18705000013076 ], [ -122.113429999819843, 38.189050000136355 ], [ -122.109817999826518, 38.190885999705721 ], [ -122.112435999584903, 38.190989000344842 ], [ -122.1137510002102, 38.191522000166437 ], [ -122.113300000123488, 38.192511000212598 ], [ -122.11121200009454, 38.194253000082085 ], [ -122.112911999785965, 38.195126000005644 ], [ -122.114260999848142, 38.194097999787729 ], [ -122.114766000361513, 38.189582000262192 ], [ -122.117605999877753, 38.189191000278747 ], [ -122.120049999558844, 38.190666999836878 ], [ -122.121041000319053, 38.192798000251805 ], [ -122.120359000253657, 38.193721999893732 ], [ -122.117943999986537, 38.194475000261598 ], [ -122.119817999755256, 38.195797999900037 ], [ -122.1196729999903, 38.197386000217925 ], [ -122.122130000090209, 38.197610000038274 ], [ -122.122041000401751, 38.199083000208176 ], [ -122.120964000326154, 38.201538999995179 ], [ -122.121852000255871, 38.206312000079052 ], [ -122.124687999574135, 38.209712000147853 ], [ -122.127333999819925, 38.209996999771612 ], [ -122.12951100043567, 38.211862999870483 ], [ -122.128585999797707, 38.212197000323357 ], [ -122.130375000075915, 38.216753000027389 ], [ -122.127091999970602, 38.220880999845782 ], [ -122.128805999905723, 38.222747000333655 ], [ -122.137874000422116, 38.216524000026659 ], [ -122.139374999921941, 38.215796999773083 ], [ -122.147003000139605, 38.210549000156078 ], [ -122.147183000064643, 38.210427999876394 ], [ -122.150918999906523, 38.207630999751174 ], [ -122.151538000222729, 38.207096999727291 ], [ -122.164946999755173, 38.195346999956577 ], [ -122.169008000185372, 38.19089699973977 ], [ -122.170996999581803, 38.189247000069301 ], [ -122.173889999699796, 38.187768999693709 ], [ -122.179302999666902, 38.1860579999259 ], [ -122.180686000064242, 38.185424999938817 ], [ -122.185719000089719, 38.18133300018939 ], [ -122.19027500008923, 38.178314000163112 ], [ -122.193616999745814, 38.174217000151977 ], [ -122.194809000347462, 38.173228000317508 ], [ -122.201892999693655, 38.16829899989785 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252305", "NAME": "Census Tract 2523.05", "state": "06", "county_fips": "095", "tract": "252305", "county_name": "Solano County", "tot_pop_2050": 5016, "tot_pop_pov_det_2050": 4979, "tot_pop_civ_ni_2050": 5016, "tot_hh_2050": 1666, "pop_zvhhs_2050": 20, "tot_fam_2050": 1371, "tot_pop_over5_2050": 4691, "pop_hus_rent50_2050": 19, "pop_minority_2050": 2365, "pop_over75_2050": 262, "pop_spfam_2050": 92, "pop_lep_2050": 50, "pop_below200_2050": 411, "pop_disability_2050": 573, "pct_minority_2050": 0.47149122807017541, "pct_over75_2050": 0.052232854864433811, "pct_spfam_2050": 0.067104303428154627, "pct_lep_2050": 0.010658708164570454, "pct_below200_2050": 0.082546696123719621, "pct_disab_2050": 0.11423444976076555, "pct_zvhhs_2050": 0.012004801920768308, "pct_hus_rent50_2050": 0.011404561824729893, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.080736543909347994, "pct_minority_2040": 0.47551598543099999, "pct_spfam_2040": 0.092162554426704998, "pct_lep_2040": 0.023281352954096002, "pct_below200_2040": 0.13236187006678801, "pct_disab_2040": 0.11440329218107, "pct_zvhhs_2040": 0.035714285714286004, "pct_hus_rent50_2040": 0.051745635910224012, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.130375000075915, 38.216753000027389 ], [ -122.128585999797707, 38.212197000323357 ], [ -122.12951100043567, 38.211862999870483 ], [ -122.127333999819925, 38.209996999771612 ], [ -122.124687999574135, 38.209712000147853 ], [ -122.121852000255871, 38.206312000079052 ], [ -122.120964000326154, 38.201538999995179 ], [ -122.122041000401751, 38.199083000208176 ], [ -122.122130000090209, 38.197610000038274 ], [ -122.1196729999903, 38.197386000217925 ], [ -122.119817999755256, 38.195797999900037 ], [ -122.117943999986537, 38.194475000261598 ], [ -122.120359000253657, 38.193721999893732 ], [ -122.121041000319053, 38.192798000251805 ], [ -122.120049999558844, 38.190666999836878 ], [ -122.117605999877753, 38.189191000278747 ], [ -122.114766000361513, 38.189582000262192 ], [ -122.114260999848142, 38.194097999787729 ], [ -122.112911999785965, 38.195126000005644 ], [ -122.11121200009454, 38.194253000082085 ], [ -122.113300000123488, 38.192511000212598 ], [ -122.1137510002102, 38.191522000166437 ], [ -122.112435999584903, 38.190989000344842 ], [ -122.109817999826518, 38.190885999705721 ], [ -122.113429999819843, 38.189050000136355 ], [ -122.113895000150237, 38.18705000013076 ], [ -122.116261000013552, 38.18693899975338 ], [ -122.117528000059949, 38.185845999784348 ], [ -122.118087999926601, 38.181795999925178 ], [ -122.1179749999487, 38.180153000257704 ], [ -122.116999000155417, 38.178834999869395 ], [ -122.111354000384765, 38.176595999767279 ], [ -122.11064300000703, 38.175289000281332 ], [ -122.111032000169473, 38.173953999845075 ], [ -122.112562999806514, 38.172903999705987 ], [ -122.113885000104503, 38.170914000170981 ], [ -122.113812000309551, 38.168414999990965 ], [ -122.110380000241321, 38.166450000008048 ], [ -122.108499999726504, 38.163984000342168 ], [ -122.11179799990046, 38.163461000166443 ], [ -122.113746000187334, 38.162553999716394 ], [ -122.114466999712462, 38.158718999775289 ], [ -122.113644000080072, 38.157027 ], [ -122.111966000129939, 38.155280999862235 ], [ -122.109127000438605, 38.154683000294455 ], [ -122.1070059998994, 38.155556999910644 ], [ -122.103111000048855, 38.158953999739069 ], [ -122.101635999590002, 38.158372000175291 ], [ -122.100452000282601, 38.156543000095205 ], [ -122.098607999752815, 38.156108999699335 ], [ -122.093911000186282, 38.153896999889547 ], [ -122.089580000317682, 38.152489999865971 ], [ -122.08947599966227, 38.152689000283779 ], [ -122.068417000170868, 38.192697000202145 ], [ -122.069386000291416, 38.19299700007258 ], [ -122.078243999847246, 38.193047000048523 ], [ -122.080597000190082, 38.193211999725527 ], [ -122.081066999645032, 38.199989000338412 ], [ -122.081055999774378, 38.202883000163908 ], [ -122.083132999932687, 38.204802999820181 ], [ -122.083669000408221, 38.208567000033511 ], [ -122.083593000240214, 38.215436000033719 ], [ -122.083659000362459, 38.226313999783123 ], [ -122.084118999771675, 38.239835999885322 ], [ -122.085504999643774, 38.242406000065927 ], [ -122.083336000322277, 38.243704000279422 ], [ -122.076488999904228, 38.246633000309181 ], [ -122.070810999623276, 38.248680999819292 ], [ -122.069521999835558, 38.249782999860138 ], [ -122.068763999602183, 38.250597000232034 ], [ -122.062269000434924, 38.258318999724068 ], [ -122.067333000422579, 38.258403000025019 ], [ -122.067940000144887, 38.258502000129049 ], [ -122.068478000270218, 38.258780999824779 ], [ -122.06966900014865, 38.259916999833841 ], [ -122.075922000364898, 38.266364000320387 ], [ -122.076421999957063, 38.267433000266458 ], [ -122.076452999919198, 38.269249999800905 ], [ -122.07692499992234, 38.269268999915319 ], [ -122.080018999881773, 38.269872999959873 ], [ -122.08298399996977, 38.270361000217775 ], [ -122.092574999644611, 38.272156999708336 ], [ -122.092781000407228, 38.276080999882012 ], [ -122.093819000124782, 38.27664199991581 ], [ -122.104328999691461, 38.279638000215343 ], [ -122.105897999861625, 38.28237800035123 ], [ -122.10936900028797, 38.281711999995792 ], [ -122.113203000039107, 38.282442000243599 ], [ -122.11633200015865, 38.28124299966322 ], [ -122.114496999849678, 38.278075000239539 ], [ -122.111816000342117, 38.274161000050128 ], [ -122.111597000058993, 38.273149999852649 ], [ -122.113956000249587, 38.262638999705054 ], [ -122.115772000292012, 38.26050000007163 ], [ -122.119958000395656, 38.253906000096684 ], [ -122.120353000405871, 38.249053000070077 ], [ -122.122161000052344, 38.244136000090208 ], [ -122.124475000037123, 38.238550000150035 ], [ -122.127219000192184, 38.232908000011697 ], [ -122.129183000372592, 38.228494000169604 ], [ -122.129322000289761, 38.227988999855882 ], [ -122.128805999905723, 38.222747000333655 ], [ -122.127091999970602, 38.220880999845782 ], [ -122.130375000075915, 38.216753000027389 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252306", "NAME": "Census Tract 2523.06", "state": "06", "county_fips": "095", "tract": "252306", "county_name": "Solano County", "tot_pop_2050": 3339, "tot_pop_pov_det_2050": 3337, "tot_pop_civ_ni_2050": 3300, "tot_hh_2050": 1289, "pop_zvhhs_2050": 23, "tot_fam_2050": 830, "tot_pop_over5_2050": 3147, "pop_hus_rent50_2050": 99, "pop_minority_2050": 1751, "pop_over75_2050": 324, "pop_spfam_2050": 97, "pop_lep_2050": 59, "pop_below200_2050": 426, "pop_disability_2050": 343, "pct_minority_2050": 0.52440850554058094, "pct_over75_2050": 0.097035040431266831, "pct_spfam_2050": 0.11686746987951807, "pct_lep_2050": 0.01874801398156975, "pct_below200_2050": 0.1276595744680851, "pct_disab_2050": 0.10393939393939394, "pct_zvhhs_2050": 0.017843289371605897, "pct_hus_rent50_2050": 0.07680372381691232, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.079277178665111997, "pct_minority_2040": 0.45584377732439502, "pct_spfam_2040": 0.09479768786127199, "pct_lep_2040": 0.034177601464754001, "pct_below200_2040": 0.14877977065569001, "pct_disab_2040": 0.124963503649635, "pct_zvhhs_2040": 0.032051282051282007, "pct_hus_rent50_2040": 0.041562759767247999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.076452999919198, 38.269249999800905 ], [ -122.076421999957063, 38.267433000266458 ], [ -122.075922000364898, 38.266364000320387 ], [ -122.06966900014865, 38.259916999833841 ], [ -122.068478000270218, 38.258780999824779 ], [ -122.067940000144887, 38.258502000129049 ], [ -122.067333000422579, 38.258403000025019 ], [ -122.062269000434924, 38.258318999724068 ], [ -122.049619000062449, 38.273280999704468 ], [ -122.050833000405405, 38.273389000195927 ], [ -122.052475000370521, 38.273202999837295 ], [ -122.056480999650816, 38.270596999680699 ], [ -122.062172000350571, 38.269418999790375 ], [ -122.062799000164361, 38.269478000140602 ], [ -122.066394000439246, 38.269469000150018 ], [ -122.075544999898, 38.269292000344144 ], [ -122.076452999919198, 38.269249999800905 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252310", "NAME": "Census Tract 2523.10", "state": "06", "county_fips": "095", "tract": "252310", "county_name": "Solano County", "tot_pop_2050": 2941, "tot_pop_pov_det_2050": 2941, "tot_pop_civ_ni_2050": 2941, "tot_hh_2050": 1132, "pop_zvhhs_2050": 79, "tot_fam_2050": 831, "tot_pop_over5_2050": 2810, "pop_hus_rent50_2050": 139, "pop_minority_2050": 1336, "pop_over75_2050": 325, "pop_spfam_2050": 90, "pop_lep_2050": 65, "pop_below200_2050": 313, "pop_disability_2050": 450, "pct_minority_2050": 0.45426725603536211, "pct_over75_2050": 0.11050663039782388, "pct_spfam_2050": 0.10830324909747292, "pct_lep_2050": 0.023131672597864767, "pct_below200_2050": 0.10642638558313497, "pct_disab_2050": 0.15300918055083304, "pct_zvhhs_2050": 0.069787985865724378, "pct_hus_rent50_2050": 0.12279151943462895, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.120148498143773, "pct_minority_2040": 0.31117111036112105, "pct_spfam_2040": 0.081081081081081002, "pct_lep_2040": 0.008276358402303001, "pct_below200_2040": 0.19473506581167702, "pct_disab_2040": 0.14967829326109, "pct_zvhhs_2040": 0.16019818331957097, "pct_hus_rent50_2040": 0.179190751445087, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.133742999671739, 38.315611000098997 ], [ -122.131659999665672, 38.31378899994332 ], [ -122.12972899999555, 38.313306000011366 ], [ -122.129284999581515, 38.312310999734947 ], [ -122.128540999591863, 38.304624000309332 ], [ -122.12878099979136, 38.302008000339328 ], [ -122.127008000305011, 38.298516000149505 ], [ -122.126199999842896, 38.297036000208692 ], [ -122.120293999956317, 38.296306000095477 ], [ -122.118497000180497, 38.289489000024524 ], [ -122.118092000124548, 38.284336000184098 ], [ -122.11633200015865, 38.28124299966322 ], [ -122.113203000039107, 38.282442000243599 ], [ -122.10936900028797, 38.281711999995792 ], [ -122.105897999861625, 38.28237800035123 ], [ -122.104328999691461, 38.279638000215343 ], [ -122.093819000124782, 38.27664199991581 ], [ -122.092781000407228, 38.276080999882012 ], [ -122.092574999644611, 38.272156999708336 ], [ -122.08298399996977, 38.270361000217775 ], [ -122.080018999881773, 38.269872999959873 ], [ -122.07692499992234, 38.269268999915319 ], [ -122.076452999919198, 38.269249999800905 ], [ -122.075544999898, 38.269292000344144 ], [ -122.074672999861832, 38.271370999697453 ], [ -122.070450999773158, 38.277499999755648 ], [ -122.06955899964548, 38.27963700027798 ], [ -122.061404999896368, 38.290621999825795 ], [ -122.055179000342648, 38.301368999740092 ], [ -122.050731000298157, 38.310265000187805 ], [ -122.047478000330059, 38.314712000251127 ], [ -122.053778000401934, 38.315512000327928 ], [ -122.057577999817894, 38.31481199986235 ], [ -122.058577999900606, 38.313411999803535 ], [ -122.061879000447604, 38.313311999671249 ], [ -122.064779000238318, 38.315911999875695 ], [ -122.133742999671739, 38.315611000098997 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252311", "NAME": "Census Tract 2523.11", "state": "06", "county_fips": "095", "tract": "252311", "county_name": "Solano County", "tot_pop_2050": 4422, "tot_pop_pov_det_2050": 4412, "tot_pop_civ_ni_2050": 4384, "tot_hh_2050": 1533, "pop_zvhhs_2050": 9, "tot_fam_2050": 1172, "tot_pop_over5_2050": 4125, "pop_hus_rent50_2050": 31, "pop_minority_2050": 2684, "pop_over75_2050": 210, "pop_spfam_2050": 65, "pop_lep_2050": 131, "pop_below200_2050": 225, "pop_disability_2050": 447, "pct_minority_2050": 0.60696517412935325, "pct_over75_2050": 0.047489823609226586, "pct_spfam_2050": 0.05546075085324232, "pct_lep_2050": 0.031757575757575755, "pct_below200_2050": 0.050997280145058929, "pct_disab_2050": 0.10196167883211681, "pct_zvhhs_2050": 0.0058708414872798431, "pct_hus_rent50_2050": 0.020221787345075012, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030681818181817998, "pct_minority_2040": 0.59636363636363598, "pct_spfam_2040": 0.039382239382238997, "pct_lep_2040": 0.018890483022476999, "pct_below200_2040": 0.051865332120109006, "pct_disab_2040": 0.061549100968187991, "pct_zvhhs_2040": 0.0045961917268549993, "pct_hus_rent50_2040": 0.021164021164021, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074672999861832, 38.271370999697453 ], [ -122.07286699986517, 38.272119000280306 ], [ -122.069105999908956, 38.273021999849902 ], [ -122.067903000334994, 38.272610999687856 ], [ -122.0625280000027, 38.272981000082346 ], [ -122.059786000395775, 38.27441099999028 ], [ -122.058719000365926, 38.277244000050949 ], [ -122.054153000320667, 38.280196999703406 ], [ -122.047968999701411, 38.281594000087594 ], [ -122.045139000230918, 38.283550000145468 ], [ -122.041342000289688, 38.284314000162446 ], [ -122.040441999766102, 38.284085999865766 ], [ -122.034381000068805, 38.291608000026166 ], [ -122.033899999844877, 38.295105999672685 ], [ -122.033748000407215, 38.301777999967776 ], [ -122.03343899971243, 38.308741999785234 ], [ -122.033271000381262, 38.309742000121084 ], [ -122.039234000169245, 38.310272000319422 ], [ -122.037304000324028, 38.313310000019648 ], [ -122.039549999638425, 38.314461000104821 ], [ -122.04189799995838, 38.315045999696558 ], [ -122.047478000330059, 38.314712000251127 ], [ -122.050731000298157, 38.310265000187805 ], [ -122.055179000342648, 38.301368999740092 ], [ -122.061404999896368, 38.290621999825795 ], [ -122.06955899964548, 38.27963700027798 ], [ -122.070450999773158, 38.277499999755648 ], [ -122.074672999861832, 38.271370999697453 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252312", "NAME": "Census Tract 2523.12", "state": "06", "county_fips": "095", "tract": "252312", "county_name": "Solano County", "tot_pop_2050": 4117, "tot_pop_pov_det_2050": 4094, "tot_pop_civ_ni_2050": 4065, "tot_hh_2050": 1380, "pop_zvhhs_2050": 45, "tot_fam_2050": 1034, "tot_pop_over5_2050": 3807, "pop_hus_rent50_2050": 169, "pop_minority_2050": 2490, "pop_over75_2050": 173, "pop_spfam_2050": 155, "pop_lep_2050": 96, "pop_below200_2050": 868, "pop_disability_2050": 469, "pct_minority_2050": 0.60480932717998548, "pct_over75_2050": 0.042020888996842365, "pct_spfam_2050": 0.14990328820116053, "pct_lep_2050": 0.025216706067769899, "pct_below200_2050": 0.21201758671226184, "pct_disab_2050": 0.11537515375153752, "pct_zvhhs_2050": 0.032608695652173912, "pct_hus_rent50_2050": 0.12246376811594205, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056293485135990001, "pct_minority_2040": 0.57210626185958302, "pct_spfam_2040": 0.15721040189125302, "pct_lep_2040": 0.028945554789800002, "pct_below200_2040": 0.31846932321315602, "pct_disab_2040": 0.11532125205930802, "pct_zvhhs_2040": 0.020365168539326, "pct_hus_rent50_2040": 0.11111111111111099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.074672999861832, 38.271370999697453 ], [ -122.075544999898, 38.269292000344144 ], [ -122.066394000439246, 38.269469000150018 ], [ -122.062799000164361, 38.269478000140602 ], [ -122.062172000350571, 38.269418999790375 ], [ -122.056480999650816, 38.270596999680699 ], [ -122.052475000370521, 38.273202999837295 ], [ -122.050833000405405, 38.273389000195927 ], [ -122.049619000062449, 38.273280999704468 ], [ -122.040590999729034, 38.283913999823717 ], [ -122.040441999766102, 38.284085999865766 ], [ -122.041342000289688, 38.284314000162446 ], [ -122.045139000230918, 38.283550000145468 ], [ -122.047968999701411, 38.281594000087594 ], [ -122.054153000320667, 38.280196999703406 ], [ -122.058719000365926, 38.277244000050949 ], [ -122.059786000395775, 38.27441099999028 ], [ -122.0625280000027, 38.272981000082346 ], [ -122.067903000334994, 38.272610999687856 ], [ -122.069105999908956, 38.273021999849902 ], [ -122.07286699986517, 38.272119000280306 ], [ -122.074672999861832, 38.271370999697453 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252313", "NAME": "Census Tract 2523.13", "state": "06", "county_fips": "095", "tract": "252313", "county_name": "Solano County", "tot_pop_2050": 5843, "tot_pop_pov_det_2050": 5768, "tot_pop_civ_ni_2050": 5745, "tot_hh_2050": 2306, "pop_zvhhs_2050": 164, "tot_fam_2050": 1570, "tot_pop_over5_2050": 5382, "pop_hus_rent50_2050": 256, "pop_minority_2050": 3034, "pop_over75_2050": 594, "pop_spfam_2050": 250, "pop_lep_2050": 227, "pop_below200_2050": 1413, "pop_disability_2050": 947, "pct_minority_2050": 0.51925380797535514, "pct_over75_2050": 0.10166010610987508, "pct_spfam_2050": 0.15923566878980891, "pct_lep_2050": 0.042177629134150872, "pct_below200_2050": 0.24497226074895975, "pct_disab_2050": 0.16483899042645778, "pct_zvhhs_2050": 0.071118820468343447, "pct_hus_rent50_2050": 0.11101474414570683, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11817049297027901, "pct_minority_2040": 0.62288663463249705, "pct_spfam_2040": 0.085276967930029021, "pct_lep_2040": 0.035660941000747001, "pct_below200_2040": 0.17206070579630597, "pct_disab_2040": 0.16752482530342003, "pct_zvhhs_2040": 0.066666666666666999, "pct_hus_rent50_2040": 0.13313462493790401, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.040441999766102, 38.284085999865766 ], [ -122.040590999729034, 38.283913999823717 ], [ -122.039994000052431, 38.28370700001166 ], [ -122.03997999980875, 38.283210000192192 ], [ -122.038726000181128, 38.281947999941899 ], [ -122.034013999647684, 38.28039099989725 ], [ -122.028244000203543, 38.281616000228468 ], [ -122.024920000090333, 38.280929000216027 ], [ -122.024883000280411, 38.28910300011956 ], [ -122.024582999806441, 38.292656000055565 ], [ -122.020292000120804, 38.293011000003702 ], [ -122.019163999991576, 38.294769000160862 ], [ -122.018558000094188, 38.298161000343669 ], [ -122.016855999854585, 38.301637999844317 ], [ -122.014880999803552, 38.301766999781535 ], [ -122.013932999599376, 38.303025000269443 ], [ -122.013299999937772, 38.304082999888962 ], [ -122.012191000075134, 38.308674999802747 ], [ -122.009708000035957, 38.310352999779781 ], [ -122.009632999692869, 38.315772000249737 ], [ -122.010930999701415, 38.315772000249737 ], [ -122.010088999802463, 38.324219000322095 ], [ -122.022649999588197, 38.32431700015816 ], [ -122.023883000197699, 38.325081000104319 ], [ -122.02544999981977, 38.322733000207236 ], [ -122.031809000341198, 38.315366999885256 ], [ -122.03217300038925, 38.31468000009265 ], [ -122.032659999562654, 38.313268000274228 ], [ -122.033271000381262, 38.309742000121084 ], [ -122.03343899971243, 38.308741999785234 ], [ -122.033748000407215, 38.301777999967776 ], [ -122.033899999844877, 38.295105999672685 ], [ -122.034381000068805, 38.291608000026166 ], [ -122.040441999766102, 38.284085999865766 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252314", "NAME": "Census Tract 2523.14", "state": "06", "county_fips": "095", "tract": "252314", "county_name": "Solano County", "tot_pop_2050": 4466, "tot_pop_pov_det_2050": 4466, "tot_pop_civ_ni_2050": 4466, "tot_hh_2050": 1464, "pop_zvhhs_2050": 32, "tot_fam_2050": 1133, "tot_pop_over5_2050": 4185, "pop_hus_rent50_2050": 108, "pop_minority_2050": 2880, "pop_over75_2050": 247, "pop_spfam_2050": 249, "pop_lep_2050": 157, "pop_below200_2050": 916, "pop_disability_2050": 547, "pct_minority_2050": 0.64487236901030009, "pct_over75_2050": 0.055306762203313931, "pct_spfam_2050": 0.21977052074139453, "pct_lep_2050": 0.03751493428912784, "pct_below200_2050": 0.2051052395879982, "pct_disab_2050": 0.12248096730855353, "pct_zvhhs_2050": 0.02185792349726776, "pct_hus_rent50_2050": 0.073770491803278687, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.092716942148760001, "pct_minority_2040": 0.61441115702479299, "pct_spfam_2040": 0.153209109730849, "pct_lep_2040": 0.053304904051172997, "pct_below200_2040": 0.24915737619911801, "pct_disab_2040": 0.10978458344147399, "pct_zvhhs_2040": 0.043569922698524, "pct_hus_rent50_2040": 0.044349070100143002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.049619000062449, 38.273280999704468 ], [ -122.046413999774927, 38.272956000057903 ], [ -122.042789000261138, 38.272892000266381 ], [ -122.034047000157969, 38.273018999764517 ], [ -122.024946999854521, 38.272731000155794 ], [ -122.02489699962581, 38.279885999765035 ], [ -122.024920000090333, 38.280929000216027 ], [ -122.028244000203543, 38.281616000228468 ], [ -122.034013999647684, 38.28039099989725 ], [ -122.038726000181128, 38.281947999941899 ], [ -122.03997999980875, 38.283210000192192 ], [ -122.039994000052431, 38.28370700001166 ], [ -122.040590999729034, 38.283913999823717 ], [ -122.049619000062449, 38.273280999704468 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252315", "NAME": "Census Tract 2523.15", "state": "06", "county_fips": "095", "tract": "252315", "county_name": "Solano County", "tot_pop_2050": 4741, "tot_pop_pov_det_2050": 4679, "tot_pop_civ_ni_2050": 4695, "tot_hh_2050": 1567, "pop_zvhhs_2050": 37, "tot_fam_2050": 1279, "tot_pop_over5_2050": 4493, "pop_hus_rent50_2050": 35, "pop_minority_2050": 3228, "pop_over75_2050": 277, "pop_spfam_2050": 82, "pop_lep_2050": 150, "pop_below200_2050": 375, "pop_disability_2050": 606, "pct_minority_2050": 0.68086901497574348, "pct_over75_2050": 0.058426492301202275, "pct_spfam_2050": 0.064112587959343242, "pct_lep_2050": 0.033385265969285552, "pct_below200_2050": 0.080145330198760426, "pct_disab_2050": 0.12907348242811501, "pct_zvhhs_2050": 0.023611997447351627, "pct_hus_rent50_2050": 0.022335673261008292, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036464343411032003, "pct_minority_2040": 0.58389106854373407, "pct_spfam_2040": 0.058269065981147998, "pct_lep_2040": 0.008108752683043001, "pct_below200_2040": 0.12393063583814999, "pct_disab_2040": 0.141416510318949, "pct_zvhhs_2040": 0.020089285714286, "pct_hus_rent50_2040": 0.081845238095237999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.024920000090333, 38.280929000216027 ], [ -122.02489699962581, 38.279885999765035 ], [ -122.018369999773199, 38.279839999969383 ], [ -122.00658599958912, 38.279739000162643 ], [ -122.005783000048226, 38.279381000351151 ], [ -122.003243999932565, 38.281664000127975 ], [ -122.003571000170695, 38.286609999985203 ], [ -122.006289000386502, 38.287125000337738 ], [ -122.007531000318536, 38.287152999920856 ], [ -122.009918000098267, 38.287949999893115 ], [ -122.013746999826537, 38.287241999883825 ], [ -122.01888899963194, 38.289961000051875 ], [ -122.020960999767382, 38.289902999924166 ], [ -122.024007999871188, 38.289107999859283 ], [ -122.024883000280411, 38.28910300011956 ], [ -122.024920000090333, 38.280929000216027 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252316", "NAME": "Census Tract 2523.16", "state": "06", "county_fips": "095", "tract": "252316", "county_name": "Solano County", "tot_pop_2050": 3915, "tot_pop_pov_det_2050": 3892, "tot_pop_civ_ni_2050": 3904, "tot_hh_2050": 1185, "pop_zvhhs_2050": 5, "tot_fam_2050": 864, "tot_pop_over5_2050": 3582, "pop_hus_rent50_2050": 67, "pop_minority_2050": 3243, "pop_over75_2050": 193, "pop_spfam_2050": 119, "pop_lep_2050": 148, "pop_below200_2050": 828, "pop_disability_2050": 591, "pct_minority_2050": 0.82835249042145598, "pct_over75_2050": 0.04929757343550447, "pct_spfam_2050": 0.13773148148148148, "pct_lep_2050": 0.041317699609156898, "pct_below200_2050": 0.21274409044193215, "pct_disab_2050": 0.15138319672131148, "pct_zvhhs_2050": 0.0042194092827004216, "pct_hus_rent50_2050": 0.056540084388185648, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.052, "pct_minority_2040": 0.68914285714285706, "pct_spfam_2040": 0.076023391812865992, "pct_lep_2040": 0.039085989176187996, "pct_below200_2040": 0.213428571428571, "pct_disab_2040": 0.13643046162893302, "pct_zvhhs_2040": 0.016799292661362, "pct_hus_rent50_2040": 0.046448087431693999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.02489699962581, 38.279885999765035 ], [ -122.024946999854521, 38.272731000155794 ], [ -122.015947000008495, 38.272660999965694 ], [ -122.006542000106492, 38.272568999653565 ], [ -122.006374999701904, 38.27856099977609 ], [ -122.005783000048226, 38.279381000351151 ], [ -122.00658599958912, 38.279739000162643 ], [ -122.018369999773199, 38.279839999969383 ], [ -122.02489699962581, 38.279885999765035 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252317", "NAME": "Census Tract 2523.17", "state": "06", "county_fips": "095", "tract": "252317", "county_name": "Solano County", "tot_pop_2050": 8551, "tot_pop_pov_det_2050": 8286, "tot_pop_civ_ni_2050": 8258, "tot_hh_2050": 2265, "pop_zvhhs_2050": 17, "tot_fam_2050": 2045, "tot_pop_over5_2050": 8110, "pop_hus_rent50_2050": 69, "pop_minority_2050": 6294, "pop_over75_2050": 259, "pop_spfam_2050": 443, "pop_lep_2050": 309, "pop_below200_2050": 803, "pop_disability_2050": 811, "pct_minority_2050": 0.73605426265933793, "pct_over75_2050": 0.030288855104666119, "pct_spfam_2050": 0.21662591687041569, "pct_lep_2050": 0.038101109741060415, "pct_below200_2050": 0.09691045136374607, "pct_disab_2050": 0.098207798498425758, "pct_zvhhs_2050": 0.0075055187637969095, "pct_hus_rent50_2050": 0.030463576158940402, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030364372469636001, "pct_minority_2040": 0.66410256410256396, "pct_spfam_2040": 0.14492006188757101, "pct_lep_2040": 0.042388658169841005, "pct_below200_2040": 0.07597564350954901, "pct_disab_2040": 0.083061658398299015, "pct_zvhhs_2040": 0.030442804428044, "pct_hus_rent50_2040": 0.022706209453197002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.024582999806441, 38.292656000055565 ], [ -122.024883000280411, 38.28910300011956 ], [ -122.024007999871188, 38.289107999859283 ], [ -122.020960999767382, 38.289902999924166 ], [ -122.01888899963194, 38.289961000051875 ], [ -122.013746999826537, 38.287241999883825 ], [ -122.009918000098267, 38.287949999893115 ], [ -122.007531000318536, 38.287152999920856 ], [ -122.006289000386502, 38.287125000337738 ], [ -122.003571000170695, 38.286609999985203 ], [ -122.003243999932565, 38.281664000127975 ], [ -122.005783000048226, 38.279381000351151 ], [ -122.006374999701904, 38.27856099977609 ], [ -122.006542000106492, 38.272568999653565 ], [ -121.998807999583619, 38.272474999858133 ], [ -121.993695000090497, 38.271417999972243 ], [ -121.991268999952752, 38.271014000293675 ], [ -121.987960999733062, 38.271488999999519 ], [ -121.985585999648933, 38.272131000064746 ], [ -121.983152000013575, 38.272367000123076 ], [ -121.974870000217919, 38.272360999897998 ], [ -121.960276999581438, 38.272362999973097 ], [ -121.959874999898531, 38.278911999768759 ], [ -121.957975000190558, 38.283211999968408 ], [ -121.95100200027413, 38.281917999949485 ], [ -121.942774999831769, 38.283276999717891 ], [ -121.942047999560501, 38.286599000319789 ], [ -121.938542999697319, 38.286618999966599 ], [ -121.937013999710132, 38.286506000197555 ], [ -121.932993000361208, 38.286492000282564 ], [ -121.932998000384075, 38.283807999939192 ], [ -121.930063000433307, 38.283797999729217 ], [ -121.930019000052354, 38.279268999834919 ], [ -121.926566999892628, 38.279207999795851 ], [ -121.91482600026454, 38.279209999682358 ], [ -121.914649999639153, 38.286456000287295 ], [ -121.915453000078372, 38.300549999767568 ], [ -121.915510999804667, 38.308246999916598 ], [ -121.933850000328789, 38.308456000006927 ], [ -121.933753000244394, 38.301300000013875 ], [ -121.94721899967827, 38.30147500006013 ], [ -121.947833999796501, 38.301930999949818 ], [ -121.947254999663272, 38.304463000080801 ], [ -121.950496999760716, 38.304897000094641 ], [ -121.951507999714082, 38.305830999655832 ], [ -121.951397000284317, 38.308835999845662 ], [ -121.953969999836843, 38.309114999997448 ], [ -121.95856500019444, 38.311763000274794 ], [ -121.961702999636486, 38.31455800028403 ], [ -121.963830999848426, 38.314941999785155 ], [ -121.963994000055052, 38.31497899989953 ], [ -121.965052999688965, 38.315735999980035 ], [ -121.970515000059862, 38.315798999911692 ], [ -121.97394100028032, 38.315823999981262 ], [ -121.976625000160965, 38.315773999833446 ], [ -121.978019000428958, 38.314394999930528 ], [ -121.98177700001213, 38.313196000049942 ], [ -121.985394999853213, 38.312880999813885 ], [ -121.987646000088802, 38.313722999862229 ], [ -121.98880500018015, 38.314363000337003 ], [ -121.993167999835833, 38.311883999653915 ], [ -121.995065000069076, 38.311690999965904 ], [ -121.997297000038074, 38.312724999814691 ], [ -121.999660000426644, 38.312484999811254 ], [ -122.00376299979132, 38.312990000070513 ], [ -122.006244000180658, 38.314363999795894 ], [ -122.006762000214508, 38.315782000282361 ], [ -122.009632999692869, 38.315772000249737 ], [ -122.009708000035957, 38.310352999779781 ], [ -122.012191000075134, 38.308674999802747 ], [ -122.013299999937772, 38.304082999888962 ], [ -122.013932999599376, 38.303025000269443 ], [ -122.014880999803552, 38.301766999781535 ], [ -122.016855999854585, 38.301637999844317 ], [ -122.018558000094188, 38.298161000343669 ], [ -122.019163999991576, 38.294769000160862 ], [ -122.020292000120804, 38.293011000003702 ], [ -122.024582999806441, 38.292656000055565 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252401", "NAME": "Census Tract 2524.01", "state": "06", "county_fips": "095", "tract": "252401", "county_name": "Solano County", "tot_pop_2050": 4768, "tot_pop_pov_det_2050": 4665, "tot_pop_civ_ni_2050": 4629, "tot_hh_2050": 1401, "pop_zvhhs_2050": 51, "tot_fam_2050": 1057, "tot_pop_over5_2050": 4629, "pop_hus_rent50_2050": 108, "pop_minority_2050": 3781, "pop_over75_2050": 221, "pop_spfam_2050": 173, "pop_lep_2050": 453, "pop_below200_2050": 1621, "pop_disability_2050": 651, "pct_minority_2050": 0.79299496644295309, "pct_over75_2050": 0.046350671140939603, "pct_spfam_2050": 0.16367076631977295, "pct_lep_2050": 0.097861309138042779, "pct_below200_2050": 0.34748124330117897, "pct_disab_2050": 0.14063512637718731, "pct_zvhhs_2050": 0.036402569593147749, "pct_hus_rent50_2050": 0.077087794432548179, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054079696394687009, "pct_minority_2040": 0.76185958254269404, "pct_spfam_2040": 0.17277486910994799, "pct_lep_2040": 0.14953033764915, "pct_below200_2040": 0.46520681265206798, "pct_disab_2040": 0.133790737564322, "pct_zvhhs_2040": 0.049167327517842994, "pct_hus_rent50_2040": 0.088163265306122993, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.068763999602183, 38.250597000232034 ], [ -122.069521999835558, 38.249782999860138 ], [ -122.066981000070086, 38.249342000084823 ], [ -122.066203999570135, 38.249277999946294 ], [ -122.060619000073913, 38.24928900032684 ], [ -122.049821999553728, 38.249255999885641 ], [ -122.04984400019336, 38.251470000114317 ], [ -122.049819000079012, 38.254518999929502 ], [ -122.049819000079012, 38.258217000084571 ], [ -122.050712000031581, 38.258202999652653 ], [ -122.062269000434924, 38.258318999724068 ], [ -122.068763999602183, 38.250597000232034 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252402", "NAME": "Census Tract 2524.02", "state": "06", "county_fips": "095", "tract": "252402", "county_name": "Solano County", "tot_pop_2050": 5518, "tot_pop_pov_det_2050": 5498, "tot_pop_civ_ni_2050": 5498, "tot_hh_2050": 1752, "pop_zvhhs_2050": 181, "tot_fam_2050": 1263, "tot_pop_over5_2050": 5111, "pop_hus_rent50_2050": 278, "pop_minority_2050": 4338, "pop_over75_2050": 213, "pop_spfam_2050": 387, "pop_lep_2050": 670, "pop_below200_2050": 1841, "pop_disability_2050": 717, "pct_minority_2050": 0.78615440376948165, "pct_over75_2050": 0.038600942370424073, "pct_spfam_2050": 0.30641330166270786, "pct_lep_2050": 0.13108980630013695, "pct_below200_2050": 0.33484903601309568, "pct_disab_2050": 0.13041105856675156, "pct_zvhhs_2050": 0.10331050228310502, "pct_hus_rent50_2050": 0.158675799086758, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042987745574791, "pct_minority_2040": 0.74362964403812493, "pct_spfam_2040": 0.25690376569037698, "pct_lep_2040": 0.10214375788146302, "pct_below200_2040": 0.50097427903351499, "pct_disab_2040": 0.098035401672825984, "pct_zvhhs_2040": 0.13817330210772799, "pct_hus_rent50_2040": 0.18673218673218697, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.085504999643774, 38.242406000065927 ], [ -122.084118999771675, 38.239835999885322 ], [ -122.083659000362459, 38.226313999783123 ], [ -122.083593000240214, 38.215436000033719 ], [ -122.083669000408221, 38.208567000033511 ], [ -122.083132999932687, 38.204802999820181 ], [ -122.081055999774378, 38.202883000163908 ], [ -122.081066999645032, 38.199989000338412 ], [ -122.080597000190082, 38.193211999725527 ], [ -122.078243999847246, 38.193047000048523 ], [ -122.069386000291416, 38.19299700007258 ], [ -122.068417000170868, 38.192697000202145 ], [ -122.052247999691502, 38.223345000295716 ], [ -122.045726999686664, 38.23502699988201 ], [ -122.045383999555014, 38.235636000120472 ], [ -122.043775000100155, 38.239172999678466 ], [ -122.041157000341755, 38.243666000078491 ], [ -122.041277999817268, 38.243630999745939 ], [ -122.044601000105587, 38.242666000165691 ], [ -122.048999999746272, 38.241425000095013 ], [ -122.050491999923565, 38.241182999727343 ], [ -122.05008100001983, 38.242685999917789 ], [ -122.049835999797438, 38.245131000296318 ], [ -122.049828000299826, 38.245911000315694 ], [ -122.049821999553728, 38.249255999885641 ], [ -122.060619000073913, 38.24928900032684 ], [ -122.066203999570135, 38.249277999946294 ], [ -122.066981000070086, 38.249342000084823 ], [ -122.069521999835558, 38.249782999860138 ], [ -122.070810999623276, 38.248680999819292 ], [ -122.076488999904228, 38.246633000309181 ], [ -122.083336000322277, 38.243704000279422 ], [ -122.085504999643774, 38.242406000065927 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252501", "NAME": "Census Tract 2525.01", "state": "06", "county_fips": "095", "tract": "252501", "county_name": "Solano County", "tot_pop_2050": 2820, "tot_pop_pov_det_2050": 2730, "tot_pop_civ_ni_2050": 2730, "tot_hh_2050": 924, "pop_zvhhs_2050": 197, "tot_fam_2050": 599, "tot_pop_over5_2050": 2548, "pop_hus_rent50_2050": 130, "pop_minority_2050": 2225, "pop_over75_2050": 173, "pop_spfam_2050": 217, "pop_lep_2050": 412, "pop_below200_2050": 1127, "pop_disability_2050": 492, "pct_minority_2050": 0.78900709219858156, "pct_over75_2050": 0.061347517730496452, "pct_spfam_2050": 0.36227045075125208, "pct_lep_2050": 0.16169544740973313, "pct_below200_2050": 0.4128205128205128, "pct_disab_2050": 0.18021978021978025, "pct_zvhhs_2050": 0.2132034632034632, "pct_hus_rent50_2050": 0.1406926406926407, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.099724896836314011, "pct_minority_2040": 0.75206327372764792, "pct_spfam_2040": 0.40597539543058003, "pct_lep_2040": 0.12471994025392098, "pct_below200_2040": 0.51259583789704299, "pct_disab_2040": 0.18081312410841699, "pct_zvhhs_2040": 0.16736401673640197, "pct_hus_rent50_2040": 0.224839400428266, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.049819000079012, 38.254518999929502 ], [ -122.04984400019336, 38.251470000114317 ], [ -122.039138999734689, 38.251481000163096 ], [ -122.039159999651076, 38.249207999730238 ], [ -122.034479999803025, 38.249478999839255 ], [ -122.034303000251015, 38.25084399985321 ], [ -122.034182999702082, 38.258238000022047 ], [ -122.039116999993368, 38.258257000195421 ], [ -122.04519299975928, 38.258218000316866 ], [ -122.049819000079012, 38.258217000084571 ], [ -122.049819000079012, 38.254518999929502 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252502", "NAME": "Census Tract 2525.02", "state": "06", "county_fips": "095", "tract": "252502", "county_name": "Solano County", "tot_pop_2050": 2086, "tot_pop_pov_det_2050": 1557, "tot_pop_civ_ni_2050": 1572, "tot_hh_2050": 614, "pop_zvhhs_2050": 53, "tot_fam_2050": 363, "tot_pop_over5_2050": 1963, "pop_hus_rent50_2050": 172, "pop_minority_2050": 1295, "pop_over75_2050": 35, "pop_spfam_2050": 156, "pop_lep_2050": 108, "pop_below200_2050": 720, "pop_disability_2050": 196, "pct_minority_2050": 0.62080536912751683, "pct_over75_2050": 0.016778523489932886, "pct_spfam_2050": 0.42975206611570249, "pct_lep_2050": 0.055017829852266935, "pct_below200_2050": 0.46242774566473988, "pct_disab_2050": 0.1246819338422392, "pct_zvhhs_2050": 0.086319218241042342, "pct_hus_rent50_2050": 0.28013029315960913, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.019257867543448003, "pct_minority_2040": 0.61014560826679198, "pct_spfam_2040": 0.31521739130434806, "pct_lep_2040": 0.037204625439919994, "pct_below200_2040": 0.59224598930481298, "pct_disab_2040": 0.127946127946128, "pct_zvhhs_2040": 0.092281879194631003, "pct_hus_rent50_2040": 0.29298245614035101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.05008100001983, 38.242685999917789 ], [ -122.050491999923565, 38.241182999727343 ], [ -122.048999999746272, 38.241425000095013 ], [ -122.044601000105587, 38.242666000165691 ], [ -122.041277999817268, 38.243630999745939 ], [ -122.039091000054128, 38.245884000047852 ], [ -122.03896600038064, 38.246942999743418 ], [ -122.039159999651076, 38.249207999730238 ], [ -122.039138999734689, 38.251481000163096 ], [ -122.04984400019336, 38.251470000114317 ], [ -122.049821999553728, 38.249255999885641 ], [ -122.049828000299826, 38.245911000315694 ], [ -122.049835999797438, 38.245131000296318 ], [ -122.05008100001983, 38.242685999917789 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252604", "NAME": "Census Tract 2526.04", "state": "06", "county_fips": "095", "tract": "252604", "county_name": "Solano County", "tot_pop_2050": 3783, "tot_pop_pov_det_2050": 3628, "tot_pop_civ_ni_2050": 3591, "tot_hh_2050": 1113, "pop_zvhhs_2050": 62, "tot_fam_2050": 800, "tot_pop_over5_2050": 3608, "pop_hus_rent50_2050": 175, "pop_minority_2050": 2911, "pop_over75_2050": 230, "pop_spfam_2050": 181, "pop_lep_2050": 349, "pop_below200_2050": 1427, "pop_disability_2050": 362, "pct_minority_2050": 0.76949510970129531, "pct_over75_2050": 0.060798308220988626, "pct_spfam_2050": 0.22625, "pct_lep_2050": 0.096729490022172959, "pct_below200_2050": 0.39332965821389188, "pct_disab_2050": 0.100807574491785, "pct_zvhhs_2050": 0.055705300988319856, "pct_hus_rent50_2050": 0.15723270440251572, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.092209856915738991, "pct_minority_2040": 0.736406995230525, "pct_spfam_2040": 0.29458388375165101, "pct_lep_2040": 0.12465659340659301, "pct_below200_2040": 0.58586883029073711, "pct_disab_2040": 0.13465413028878401, "pct_zvhhs_2040": 0.042186001917544992, "pct_hus_rent50_2040": 0.21920465567410302, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.062269000434924, 38.258318999724068 ], [ -122.050712000031581, 38.258202999652653 ], [ -122.049819000079012, 38.258217000084571 ], [ -122.04519299975928, 38.258218000316866 ], [ -122.045210000376045, 38.26069200029459 ], [ -122.045231000292418, 38.265511000046814 ], [ -122.045232999942257, 38.268577999795795 ], [ -122.045263999904392, 38.272544000192482 ], [ -122.044177999607967, 38.272750000064768 ], [ -122.042789000261138, 38.272892000266381 ], [ -122.046413999774927, 38.272956000057903 ], [ -122.049619000062449, 38.273280999704468 ], [ -122.062269000434924, 38.258318999724068 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252605", "NAME": "Census Tract 2526.05", "state": "06", "county_fips": "095", "tract": "252605", "county_name": "Solano County", "tot_pop_2050": 5957, "tot_pop_pov_det_2050": 5957, "tot_pop_civ_ni_2050": 5949, "tot_hh_2050": 1972, "pop_zvhhs_2050": 213, "tot_fam_2050": 1466, "tot_pop_over5_2050": 5423, "pop_hus_rent50_2050": 356, "pop_minority_2050": 4987, "pop_over75_2050": 283, "pop_spfam_2050": 436, "pop_lep_2050": 605, "pop_below200_2050": 3259, "pop_disability_2050": 988, "pct_minority_2050": 0.83716635890548929, "pct_over75_2050": 0.047507134463656203, "pct_spfam_2050": 0.29740791268758532, "pct_lep_2050": 0.11156186612576063, "pct_below200_2050": 0.54708746013093834, "pct_disab_2050": 0.16607833249285595, "pct_zvhhs_2050": 0.10801217038539554, "pct_hus_rent50_2050": 0.18052738336714, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038408304498269999, "pct_minority_2040": 0.80121107266435998, "pct_spfam_2040": 0.34384858044164002, "pct_lep_2040": 0.130905695611578, "pct_below200_2040": 0.52085505735140791, "pct_disab_2040": 0.129132767872598, "pct_zvhhs_2040": 0.088722608230892994, "pct_hus_rent50_2040": 0.21095008051529798, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.045263999904392, 38.272544000192482 ], [ -122.045232999942257, 38.268577999795795 ], [ -122.045231000292418, 38.265511000046814 ], [ -122.045210000376045, 38.26069200029459 ], [ -122.04519299975928, 38.258218000316866 ], [ -122.039116999993368, 38.258257000195421 ], [ -122.034182999702082, 38.258238000022047 ], [ -122.034181999877191, 38.265563999963781 ], [ -122.034150000090136, 38.268856000205581 ], [ -122.034047000157969, 38.273018999764517 ], [ -122.042789000261138, 38.272892000266381 ], [ -122.044177999607967, 38.272750000064768 ], [ -122.045263999904392, 38.272544000192482 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252606", "NAME": "Census Tract 2526.06", "state": "06", "county_fips": "095", "tract": "252606", "county_name": "Solano County", "tot_pop_2050": 5434, "tot_pop_pov_det_2050": 5262, "tot_pop_civ_ni_2050": 5407, "tot_hh_2050": 1608, "pop_zvhhs_2050": 175, "tot_fam_2050": 1169, "tot_pop_over5_2050": 5082, "pop_hus_rent50_2050": 251, "pop_minority_2050": 4537, "pop_over75_2050": 330, "pop_spfam_2050": 245, "pop_lep_2050": 910, "pop_below200_2050": 2272, "pop_disability_2050": 659, "pct_minority_2050": 0.83492822966507174, "pct_over75_2050": 0.060728744939271252, "pct_spfam_2050": 0.20958083832335328, "pct_lep_2050": 0.1790633608815427, "pct_below200_2050": 0.43177499049790952, "pct_disab_2050": 0.12187904568152395, "pct_zvhhs_2050": 0.10883084577114427, "pct_hus_rent50_2050": 0.15609452736318408, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.047868362004487998, "pct_minority_2040": 0.73653702318623793, "pct_spfam_2040": 0.36715391229578703, "pct_lep_2040": 0.144186046511628, "pct_below200_2040": 0.45209862601167, "pct_disab_2040": 0.163053722902922, "pct_zvhhs_2040": 0.099701492537313016, "pct_hus_rent50_2040": 0.18362432269716999, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.034181999877191, 38.265563999963781 ], [ -122.034182999702082, 38.258238000022047 ], [ -122.03019300031535, 38.258184999697967 ], [ -122.029142000179007, 38.258181000177665 ], [ -122.024991000235445, 38.258172000198158 ], [ -122.024963999572947, 38.265411000191428 ], [ -122.024946999854521, 38.269207999938665 ], [ -122.024946999854521, 38.272731000155794 ], [ -122.034047000157969, 38.273018999764517 ], [ -122.034150000090136, 38.268856000205581 ], [ -122.034181999877191, 38.265563999963781 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252607", "NAME": "Census Tract 2526.07", "state": "06", "county_fips": "095", "tract": "252607", "county_name": "Solano County", "tot_pop_2050": 4210, "tot_pop_pov_det_2050": 4207, "tot_pop_civ_ni_2050": 4200, "tot_hh_2050": 1217, "pop_zvhhs_2050": 3, "tot_fam_2050": 993, "tot_pop_over5_2050": 3708, "pop_hus_rent50_2050": 229, "pop_minority_2050": 3611, "pop_over75_2050": 143, "pop_spfam_2050": 272, "pop_lep_2050": 620, "pop_below200_2050": 1934, "pop_disability_2050": 331, "pct_minority_2050": 0.85771971496437049, "pct_over75_2050": 0.033966745843230402, "pct_spfam_2050": 0.27391742195367569, "pct_lep_2050": 0.16720604099244876, "pct_below200_2050": 0.45971000713097221, "pct_disab_2050": 0.078809523809523829, "pct_zvhhs_2050": 0.0024650780608052592, "pct_hus_rent50_2050": 0.18816762530813474, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.030368244858919001, "pct_minority_2040": 0.80726924916307996, "pct_spfam_2040": 0.30751445086705198, "pct_lep_2040": 0.14920634920634898, "pct_below200_2040": 0.56884765625, "pct_disab_2040": 0.092061214729794005, "pct_zvhhs_2040": 0.104, "pct_hus_rent50_2040": 0.175090252707581, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.039159999651076, 38.249207999730238 ], [ -122.03896600038064, 38.246942999743418 ], [ -122.039091000054128, 38.245884000047852 ], [ -122.036787999940017, 38.247613000171455 ], [ -122.02585599970061, 38.253663000070084 ], [ -122.01995800020994, 38.25691499986668 ], [ -122.019983000324316, 38.25806900011797 ], [ -122.024991000235445, 38.258172000198158 ], [ -122.029142000179007, 38.258181000177665 ], [ -122.03019300031535, 38.258184999697967 ], [ -122.034182999702082, 38.258238000022047 ], [ -122.034303000251015, 38.25084399985321 ], [ -122.034479999803025, 38.249478999839255 ], [ -122.039159999651076, 38.249207999730238 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252608", "NAME": "Census Tract 2526.08", "state": "06", "county_fips": "095", "tract": "252608", "county_name": "Solano County", "tot_pop_2050": 4205, "tot_pop_pov_det_2050": 4195, "tot_pop_civ_ni_2050": 4195, "tot_hh_2050": 1353, "pop_zvhhs_2050": 69, "tot_fam_2050": 987, "tot_pop_over5_2050": 3749, "pop_hus_rent50_2050": 281, "pop_minority_2050": 3476, "pop_over75_2050": 118, "pop_spfam_2050": 356, "pop_lep_2050": 393, "pop_below200_2050": 1798, "pop_disability_2050": 532, "pct_minority_2050": 0.82663495838287748, "pct_over75_2050": 0.028061831153388818, "pct_spfam_2050": 0.3606889564336373, "pct_lep_2050": 0.10482795412109897, "pct_below200_2050": 0.42860548271752091, "pct_disab_2050": 0.12681764004767582, "pct_zvhhs_2050": 0.050997782705099776, "pct_hus_rent50_2050": 0.20768662232076865, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042962259672442007, "pct_minority_2040": 0.79397104201281699, "pct_spfam_2040": 0.33712512926577004, "pct_lep_2040": 0.13954699297058099, "pct_below200_2040": 0.48872537384286702, "pct_disab_2040": 0.140128909047505, "pct_zvhhs_2040": 0.031847133757962005, "pct_hus_rent50_2040": 0.246019108280255, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.024963999572947, 38.265411000191428 ], [ -122.024991000235445, 38.258172000198158 ], [ -122.019983000324316, 38.25806900011797 ], [ -122.019969000080607, 38.265342000133344 ], [ -122.018388000214856, 38.265312000332933 ], [ -122.017210999681851, 38.268273000024777 ], [ -122.016772000189007, 38.27132800030477 ], [ -122.015947000008495, 38.272660999965694 ], [ -122.024946999854521, 38.272731000155794 ], [ -122.024946999854521, 38.269207999938665 ], [ -122.024963999572947, 38.265411000191428 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252610", "NAME": "Census Tract 2526.10", "state": "06", "county_fips": "095", "tract": "252610", "county_name": "Solano County", "tot_pop_2050": 3051, "tot_pop_pov_det_2050": 3051, "tot_pop_civ_ni_2050": 3019, "tot_hh_2050": 1036, "pop_zvhhs_2050": 17, "tot_fam_2050": 782, "tot_pop_over5_2050": 2846, "pop_hus_rent50_2050": 25, "pop_minority_2050": 2143, "pop_over75_2050": 185, "pop_spfam_2050": 152, "pop_lep_2050": 152, "pop_below200_2050": 679, "pop_disability_2050": 454, "pct_minority_2050": 0.70239265814487051, "pct_over75_2050": 0.060635857096034085, "pct_spfam_2050": 0.19437340153452684, "pct_lep_2050": 0.053408292340126486, "pct_below200_2050": 0.22254998361193051, "pct_disab_2050": 0.15038092083471349, "pct_zvhhs_2050": 0.016409266409266408, "pct_hus_rent50_2050": 0.024131274131274132, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066305387312718997, "pct_minority_2040": 0.65221549250876598, "pct_spfam_2040": 0.12895069532237699, "pct_lep_2040": 0.041514447027566001, "pct_below200_2040": 0.190993292877675, "pct_disab_2040": 0.118811881188119, "pct_zvhhs_2040": 0.035815268614514999, "pct_hus_rent50_2040": 0.091254752851710988, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.016772000189007, 38.27132800030477 ], [ -122.017210999681851, 38.268273000024777 ], [ -122.011052999900159, 38.268172000350184 ], [ -122.007241999715234, 38.267097000041026 ], [ -122.005255999793505, 38.267106000325519 ], [ -122.003985000447457, 38.26573099980839 ], [ -121.993695000090497, 38.271417999972243 ], [ -121.998807999583619, 38.272474999858133 ], [ -122.006542000106492, 38.272568999653565 ], [ -122.015947000008495, 38.272660999965694 ], [ -122.016772000189007, 38.27132800030477 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252611", "NAME": "Census Tract 2526.11", "state": "06", "county_fips": "095", "tract": "252611", "county_name": "Solano County", "tot_pop_2050": 3700, "tot_pop_pov_det_2050": 3700, "tot_pop_civ_ni_2050": 3691, "tot_hh_2050": 1118, "pop_zvhhs_2050": 79, "tot_fam_2050": 849, "tot_pop_over5_2050": 3449, "pop_hus_rent50_2050": 207, "pop_minority_2050": 3080, "pop_over75_2050": 138, "pop_spfam_2050": 336, "pop_lep_2050": 293, "pop_below200_2050": 2150, "pop_disability_2050": 536, "pct_minority_2050": 0.83243243243243248, "pct_over75_2050": 0.037297297297297298, "pct_spfam_2050": 0.39575971731448761, "pct_lep_2050": 0.084952160046390252, "pct_below200_2050": 0.58108108108108103, "pct_disab_2050": 0.14521809807640207, "pct_zvhhs_2050": 0.070661896243291597, "pct_hus_rent50_2050": 0.18515205724508049, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.037060500475135004, "pct_minority_2040": 0.82990180551156212, "pct_spfam_2040": 0.34771241830065397, "pct_lep_2040": 0.077714691270404992, "pct_below200_2040": 0.41089268449887201, "pct_disab_2040": 0.087329310892347009, "pct_zvhhs_2040": 0.045680238331677996, "pct_hus_rent50_2040": 0.21602434077079102, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.019969000080607, 38.265342000133344 ], [ -122.019983000324316, 38.25806900011797 ], [ -122.017578999927849, 38.258224999826375 ], [ -122.014845999643413, 38.259738000311515 ], [ -122.012006999952121, 38.261287000121513 ], [ -122.005291999778535, 38.26502800033937 ], [ -122.003985000447457, 38.26573099980839 ], [ -122.005255999793505, 38.267106000325519 ], [ -122.007241999715234, 38.267097000041026 ], [ -122.011052999900159, 38.268172000350184 ], [ -122.017210999681851, 38.268273000024777 ], [ -122.018388000214856, 38.265312000332933 ], [ -122.019969000080607, 38.265342000133344 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252702", "NAME": "Census Tract 2527.02", "state": "06", "county_fips": "095", "tract": "252702", "county_name": "Solano County", "tot_pop_2050": 6729, "tot_pop_pov_det_2050": 6710, "tot_pop_civ_ni_2050": 6617, "tot_hh_2050": 2422, "pop_zvhhs_2050": 129, "tot_fam_2050": 1609, "tot_pop_over5_2050": 6312, "pop_hus_rent50_2050": 226, "pop_minority_2050": 4423, "pop_over75_2050": 360, "pop_spfam_2050": 250, "pop_lep_2050": 260, "pop_below200_2050": 934, "pop_disability_2050": 885, "pct_minority_2050": 0.65730420567692083, "pct_over75_2050": 0.053499777084262151, "pct_spfam_2050": 0.15537600994406464, "pct_lep_2050": 0.041191381495564006, "pct_below200_2050": 0.13919523099850969, "pct_disab_2050": 0.13374641076016322, "pct_zvhhs_2050": 0.053261767134599514, "pct_hus_rent50_2050": 0.09331131296449216, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030541871921182004, "pct_minority_2040": 0.75059817030260401, "pct_spfam_2040": 0.22446624350836702, "pct_lep_2040": 0.039140670982931003, "pct_below200_2040": 0.21349431818181797, "pct_disab_2040": 0.042665525114155001, "pct_zvhhs_2040": 0.064573991031389999, "pct_hus_rent50_2040": 0.11816907986922, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.095358999982651, 38.139201000001428 ], [ -122.095427999579627, 38.137695000105182 ], [ -122.090696999677917, 38.135850999688181 ], [ -122.086117000287274, 38.135342999691005 ], [ -122.084409000199926, 38.136213999913579 ], [ -122.082419000080264, 38.136300999950492 ], [ -122.081634999907607, 38.133359999785512 ], [ -122.082546000301846, 38.127442999686551 ], [ -122.080392000150667, 38.124847999815685 ], [ -122.07877799977463, 38.123545999728805 ], [ -122.074465000347686, 38.122166999735697 ], [ -122.072683999567047, 38.121310000000577 ], [ -122.065903000169556, 38.120784999842051 ], [ -122.064620000229624, 38.120156999918386 ], [ -122.055828999722664, 38.106499999751698 ], [ -122.054231000138472, 38.103456000269198 ], [ -122.053842999800963, 38.102286000280557 ], [ -122.050385999618342, 38.06019800015256 ], [ -122.036259999860391, 38.060204000183624 ], [ -122.02841099970982, 38.059189999969426 ], [ -122.019825999965491, 38.062270999652412 ], [ -122.015175000429721, 38.063481000353448 ], [ -121.987567000446077, 38.066808999725879 ], [ -121.983157999861334, 38.06729699993344 ], [ -121.977440000295744, 38.066840000027184 ], [ -121.972280999873547, 38.06553800010856 ], [ -121.962208000149872, 38.061365000125058 ], [ -121.955678999749125, 38.05781599986971 ], [ -121.95091900043343, 38.054978000326784 ], [ -121.950911000037507, 38.053918000159001 ], [ -121.946765000116812, 38.052881999901075 ], [ -121.937761999897745, 38.049830000273495 ], [ -121.935427999821485, 38.048792999884725 ], [ -121.932743000115948, 38.048130000102248 ], [ -121.931003000241532, 38.047609999872058 ], [ -121.928096999704749, 38.046983000317702 ], [ -121.925813999682106, 38.046474000310525 ], [ -121.920794000075418, 38.045725999700743 ], [ -121.910143000043433, 38.044955999725573 ], [ -121.908569999675294, 38.045019999682992 ], [ -121.906801000386878, 38.045002000098542 ], [ -121.901170999786487, 38.045360999817092 ], [ -121.889573000273572, 38.046657000335536 ], [ -121.885177000107618, 38.047590999921574 ], [ -121.880184000265089, 38.0487089997483 ], [ -121.874742999810621, 38.050676000104787 ], [ -121.872708000383412, 38.05184400006749 ], [ -121.869581999738614, 38.054414000248009 ], [ -121.867401999648138, 38.056894999956 ], [ -121.863648000262913, 38.06238100009287 ], [ -121.862640999609212, 38.064929000292132 ], [ -121.862462000407376, 38.066029999773605 ], [ -121.86254199987502, 38.067949999901522 ], [ -121.861597000043901, 38.069886999695022 ], [ -121.865348999779272, 38.071103000166438 ], [ -121.871757999631114, 38.071476000142894 ], [ -121.876070000131449, 38.072379999723658 ], [ -121.880420000266668, 38.074278000196344 ], [ -121.882690999695413, 38.07605399971392 ], [ -121.884719000348241, 38.078415999916572 ], [ -121.88499600035766, 38.080956999939836 ], [ -121.884281999606898, 38.082216000352261 ], [ -121.883259999782865, 38.083520999794565 ], [ -121.882258999875276, 38.086015999871329 ], [ -121.882812999894156, 38.088120999745307 ], [ -121.886427000435575, 38.093180000264205 ], [ -121.889867000001431, 38.095118999904798 ], [ -121.895013999829757, 38.096519000121432 ], [ -121.895906999782326, 38.097484000227134 ], [ -121.895214999671197, 38.099580000192113 ], [ -121.893217000053909, 38.101580999833033 ], [ -121.890872000107009, 38.103060999721635 ], [ -121.889636000022762, 38.104719000031992 ], [ -121.889584000144225, 38.10668499987819 ], [ -121.890708000075492, 38.111222999781312 ], [ -121.890881000327852, 38.113581999884573 ], [ -121.890390000058161, 38.116160999812983 ], [ -121.889068999585078, 38.118883999661463 ], [ -121.888644000335944, 38.121110000217023 ], [ -121.889645000243604, 38.124919000155835 ], [ -121.891489999699971, 38.126161999841436 ], [ -121.893846000415877, 38.126694000351527 ], [ -121.89686199965918, 38.12601900016697 ], [ -121.898677999701576, 38.124799000346897 ], [ -121.900973000318089, 38.121597999828964 ], [ -121.90318600002054, 38.11963700003524 ], [ -121.905170000292415, 38.118829000262785 ], [ -121.908312999757356, 38.118858999682935 ], [ -121.911770999764869, 38.120016999824863 ], [ -121.913607999723638, 38.121666999817919 ], [ -121.915495999736095, 38.129332000297602 ], [ -121.915398999651686, 38.13154000009402 ], [ -121.914128000305652, 38.134564999953739 ], [ -121.911829000389474, 38.137373000111126 ], [ -121.908641999645297, 38.140176000230056 ], [ -121.90894999961688, 38.14391100013011 ], [ -121.910363000151477, 38.146701999894908 ], [ -121.912201999760086, 38.148065000107913 ], [ -121.91516400037338, 38.149531000186265 ], [ -121.917668000328931, 38.151226000264103 ], [ -121.920373999950868, 38.153821000328733 ], [ -121.924919000079726, 38.157401000262702 ], [ -121.928305000117206, 38.160565999765524 ], [ -121.93207199992122, 38.165061000338966 ], [ -121.934104999698604, 38.167936999772174 ], [ -121.931641999750894, 38.169729000125727 ], [ -121.927689999998975, 38.17324500012456 ], [ -121.921445000178679, 38.175785000180333 ], [ -121.918039999874594, 38.17847700019108 ], [ -121.918528999596148, 38.179939999983112 ], [ -121.919747999961984, 38.180662000178941 ], [ -121.927864999901146, 38.183841999992978 ], [ -121.929244000100539, 38.185308000265849 ], [ -121.930526000215579, 38.189900999932632 ], [ -121.929143999643117, 38.193391999652796 ], [ -121.926114999980996, 38.195841000204283 ], [ -121.920691999968184, 38.198923999648926 ], [ -121.923024000394619, 38.205286999723207 ], [ -121.921159999773323, 38.20896000015243 ], [ -121.921522000171549, 38.211959000047713 ], [ -121.919628000311363, 38.213973999792231 ], [ -121.917483000381026, 38.21759900028718 ], [ -121.91949400041706, 38.218930000185324 ], [ -121.917801000398342, 38.22012700012133 ], [ -121.919520000356329, 38.221678000088922 ], [ -121.920143999797091, 38.223642000192967 ], [ -121.919269000286178, 38.225149000145123 ], [ -121.920460000164582, 38.225462000079361 ], [ -121.920784999854575, 38.228396000057352 ], [ -121.915434999636716, 38.228396999994352 ], [ -121.903575000182954, 38.228366999761178 ], [ -121.912106000398921, 38.241811000151365 ], [ -121.914166999765385, 38.242875000019509 ], [ -121.915436000359932, 38.242891999795553 ], [ -121.915294000069707, 38.261008000174044 ], [ -121.9214819999886, 38.257235999768 ], [ -121.923585999911069, 38.257129000193622 ], [ -121.923790999950512, 38.250242999933903 ], [ -121.935012999719774, 38.249546000150346 ], [ -121.939285999862093, 38.247591999985382 ], [ -121.939480999855761, 38.246550999887262 ], [ -121.94173299991624, 38.246568999901761 ], [ -121.941638000380024, 38.243014999882583 ], [ -121.951458000383681, 38.243064000335409 ], [ -121.951737999867859, 38.242105000186534 ], [ -121.951735000393128, 38.239800000045257 ], [ -121.957853999816706, 38.237745999837514 ], [ -121.960664000094042, 38.237345000042076 ], [ -121.960621000436333, 38.240303999711564 ], [ -121.963785999642582, 38.243224000144082 ], [ -121.969569000403851, 38.243295999943108 ], [ -121.974004999854429, 38.24333200016865 ], [ -121.977932000390325, 38.24335300017443 ], [ -121.984465000090694, 38.243424000115326 ], [ -121.988086000304861, 38.243456999676695 ], [ -122.00007700017818, 38.243413999988711 ], [ -122.005355000426036, 38.243366000208503 ], [ -122.010717000339511, 38.24347100012745 ], [ -122.014878000328778, 38.243583000109012 ], [ -122.020330999580551, 38.243733000103745 ], [ -122.025089000144717, 38.243825000248421 ], [ -122.031402999562019, 38.244669000191202 ], [ -122.034424999551447, 38.245122000111614 ], [ -122.038805999648744, 38.244452000004877 ], [ -122.041157000341755, 38.243666000078491 ], [ -122.043775000100155, 38.239172999678466 ], [ -122.045383999555014, 38.235636000120472 ], [ -122.045726999686664, 38.23502699988201 ], [ -122.052247999691502, 38.223345000295716 ], [ -122.068417000170868, 38.192697000202145 ], [ -122.08947599966227, 38.152689000283779 ], [ -122.085672999873267, 38.151793999920443 ], [ -122.084594000147845, 38.150970000306181 ], [ -122.084857999738489, 38.149156999830588 ], [ -122.08814099984383, 38.145432000210128 ], [ -122.092444999948256, 38.141910000147789 ], [ -122.095358999982651, 38.139201000001428 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252703", "NAME": "Census Tract 2527.03", "state": "06", "county_fips": "095", "tract": "252703", "county_name": "Solano County", "tot_pop_2050": 4178, "tot_pop_pov_det_2050": 4158, "tot_pop_civ_ni_2050": 4142, "tot_hh_2050": 1307, "pop_zvhhs_2050": 63, "tot_fam_2050": 1048, "tot_pop_over5_2050": 3772, "pop_hus_rent50_2050": 141, "pop_minority_2050": 3354, "pop_over75_2050": 113, "pop_spfam_2050": 235, "pop_lep_2050": 222, "pop_below200_2050": 1459, "pop_disability_2050": 374, "pct_minority_2050": 0.80277644806127335, "pct_over75_2050": 0.02704643370033509, "pct_spfam_2050": 0.22423664122137404, "pct_lep_2050": 0.058854718981972427, "pct_below200_2050": 0.35088985088985092, "pct_disab_2050": 0.090294543698696272, "pct_zvhhs_2050": 0.048201989288446816, "pct_hus_rent50_2050": 0.10788064269319053, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.015573976387842, "pct_minority_2040": 0.78849535292640005, "pct_spfam_2040": 0.25320197044335002, "pct_lep_2040": 0.057640750670240999, "pct_below200_2040": 0.331822759315206, "pct_disab_2040": 0.055947580645160991, "pct_zvhhs_2040": 0.0049668874172190004, "pct_hus_rent50_2040": 0.129452649869679, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.041277999817268, 38.243630999745939 ], [ -122.041157000341755, 38.243666000078491 ], [ -122.038805999648744, 38.244452000004877 ], [ -122.034424999551447, 38.245122000111614 ], [ -122.031402999562019, 38.244669000191202 ], [ -122.025089000144717, 38.243825000248421 ], [ -122.020330999580551, 38.243733000103745 ], [ -122.020549999863675, 38.249346999740546 ], [ -122.020517000251701, 38.252274999928552 ], [ -122.020000000042742, 38.253226999947891 ], [ -122.01995800020994, 38.25691499986668 ], [ -122.02585599970061, 38.253663000070084 ], [ -122.036787999940017, 38.247613000171455 ], [ -122.039091000054128, 38.245884000047852 ], [ -122.041277999817268, 38.243630999745939 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252704", "NAME": "Census Tract 2527.04", "state": "06", "county_fips": "095", "tract": "252704", "county_name": "Solano County", "tot_pop_2050": 5297, "tot_pop_pov_det_2050": 5284, "tot_pop_civ_ni_2050": 5225, "tot_hh_2050": 1712, "pop_zvhhs_2050": 78, "tot_fam_2050": 1264, "tot_pop_over5_2050": 5080, "pop_hus_rent50_2050": 188, "pop_minority_2050": 3753, "pop_over75_2050": 173, "pop_spfam_2050": 133, "pop_lep_2050": 362, "pop_below200_2050": 1184, "pop_disability_2050": 786, "pct_minority_2050": 0.70851425335095342, "pct_over75_2050": 0.032659996224277885, "pct_spfam_2050": 0.10522151898734178, "pct_lep_2050": 0.071259842519685021, "pct_below200_2050": 0.22407267221801666, "pct_disab_2050": 0.15043062200956939, "pct_zvhhs_2050": 0.0455607476635514, "pct_hus_rent50_2050": 0.10981308411214953, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039650264335095997, "pct_minority_2040": 0.74623830825538795, "pct_spfam_2040": 0.24489795918367299, "pct_lep_2040": 0.067418119948957994, "pct_below200_2040": 0.36376575843839004, "pct_disab_2040": 0.15270435136234198, "pct_zvhhs_2040": 0.085365853658537008, "pct_hus_rent50_2040": 0.11707317073170699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.020517000251701, 38.252274999928552 ], [ -122.020549999863675, 38.249346999740546 ], [ -122.020330999580551, 38.243733000103745 ], [ -122.014878000328778, 38.243583000109012 ], [ -122.010717000339511, 38.24347100012745 ], [ -122.009208000443763, 38.244870000130504 ], [ -122.006543999756332, 38.248531999818248 ], [ -122.006398999991376, 38.250250000211615 ], [ -122.003381000199894, 38.251023000122252 ], [ -122.000991000047165, 38.253253000009103 ], [ -122.003501999675407, 38.253053999873501 ], [ -122.009789000226803, 38.253209999767215 ], [ -122.019867999798279, 38.253226000352335 ], [ -122.020000000042742, 38.253226999947891 ], [ -122.020517000251701, 38.252274999928552 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252705", "NAME": "Census Tract 2527.05", "state": "06", "county_fips": "095", "tract": "252705", "county_name": "Solano County", "tot_pop_2050": 6379, "tot_pop_pov_det_2050": 6368, "tot_pop_civ_ni_2050": 6275, "tot_hh_2050": 1840, "pop_zvhhs_2050": 89, "tot_fam_2050": 1492, "tot_pop_over5_2050": 6002, "pop_hus_rent50_2050": 80, "pop_minority_2050": 4543, "pop_over75_2050": 227, "pop_spfam_2050": 234, "pop_lep_2050": 261, "pop_below200_2050": 1262, "pop_disability_2050": 706, "pct_minority_2050": 0.71218059256936828, "pct_over75_2050": 0.035585514970998579, "pct_spfam_2050": 0.15683646112600536, "pct_lep_2050": 0.043485504831722761, "pct_below200_2050": 0.19817839195979897, "pct_disab_2050": 0.11250996015936254, "pct_zvhhs_2050": 0.048369565217391303, "pct_hus_rent50_2050": 0.043478260869565216, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032050195014413994, "pct_minority_2040": 0.73274546379515004, "pct_spfam_2040": 0.19928057553956799, "pct_lep_2040": 0.039463886820551006, "pct_below200_2040": 0.25729308005427398, "pct_disab_2040": 0.10583005641990101, "pct_zvhhs_2040": 0.046498277841560999, "pct_hus_rent50_2040": 0.099589923842999001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.009208000443763, 38.244870000130504 ], [ -122.010717000339511, 38.24347100012745 ], [ -122.005355000426036, 38.243366000208503 ], [ -122.00007700017818, 38.243413999988711 ], [ -121.988086000304861, 38.243456999676695 ], [ -121.988097000175514, 38.248930999977688 ], [ -121.988231000069817, 38.25301100021926 ], [ -121.988404000322149, 38.25301399972021 ], [ -121.993279000163895, 38.253095999904957 ], [ -121.998378000311632, 38.253218999655886 ], [ -122.000991000047165, 38.253253000009103 ], [ -122.003381000199894, 38.251023000122252 ], [ -122.006398999991376, 38.250250000211615 ], [ -122.006543999756332, 38.248531999818248 ], [ -122.009208000443763, 38.244870000130504 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252706", "NAME": "Census Tract 2527.06", "state": "06", "county_fips": "095", "tract": "252706", "county_name": "Solano County", "tot_pop_2050": 3856, "tot_pop_pov_det_2050": 3824, "tot_pop_civ_ni_2050": 3756, "tot_hh_2050": 1235, "pop_zvhhs_2050": 9, "tot_fam_2050": 1030, "tot_pop_over5_2050": 3537, "pop_hus_rent50_2050": 38, "pop_minority_2050": 2607, "pop_over75_2050": 217, "pop_spfam_2050": 81, "pop_lep_2050": 155, "pop_below200_2050": 838, "pop_disability_2050": 439, "pct_minority_2050": 0.6760892116182573, "pct_over75_2050": 0.056275933609958514, "pct_spfam_2050": 0.078640776699029122, "pct_lep_2050": 0.043822448402601084, "pct_below200_2050": 0.21914225941422594, "pct_disab_2050": 0.11687965921192757, "pct_zvhhs_2050": 0.0072874493927125496, "pct_hus_rent50_2050": 0.030769230769230767, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.019405845711547999, "pct_minority_2040": 0.61020603737422108, "pct_spfam_2040": 0.11153846153846199, "pct_lep_2040": 0.047913446676970992, "pct_below200_2040": 0.16053833213169902, "pct_disab_2040": 0.093568665377175994, "pct_zvhhs_2040": 0.019332161687171001, "pct_hus_rent50_2040": 0.040421792618628993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.988098999825326, 38.263645000135561 ], [ -121.988231000069817, 38.25301100021926 ], [ -121.988097000175514, 38.248930999977688 ], [ -121.988086000304861, 38.243456999676695 ], [ -121.984465000090694, 38.243424000115326 ], [ -121.977932000390325, 38.24335300017443 ], [ -121.974004999854429, 38.24333200016865 ], [ -121.969569000403851, 38.243295999943108 ], [ -121.969391000128596, 38.25009099998622 ], [ -121.969274999777639, 38.254413000165918 ], [ -121.9739749997172, 38.254413000165918 ], [ -121.975174999816446, 38.258012999670726 ], [ -121.974875000240786, 38.267312000106152 ], [ -121.974870000217919, 38.272360999897998 ], [ -121.983152000013575, 38.272367000123076 ], [ -121.985585999648933, 38.272131000064746 ], [ -121.987960999733062, 38.271488999999519 ], [ -121.988056000167617, 38.268716000045949 ], [ -121.988082999931805, 38.264882999857349 ], [ -121.988088999779592, 38.264442000027294 ], [ -121.988098999825326, 38.263645000135561 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252707", "NAME": "Census Tract 2527.07", "state": "06", "county_fips": "095", "tract": "252707", "county_name": "Solano County", "tot_pop_2050": 5379, "tot_pop_pov_det_2050": 5379, "tot_pop_civ_ni_2050": 5320, "tot_hh_2050": 1762, "pop_zvhhs_2050": 109, "tot_fam_2050": 1351, "tot_pop_over5_2050": 5085, "pop_hus_rent50_2050": 214, "pop_minority_2050": 3542, "pop_over75_2050": 388, "pop_spfam_2050": 360, "pop_lep_2050": 200, "pop_below200_2050": 1644, "pop_disability_2050": 968, "pct_minority_2050": 0.65848670756646221, "pct_over75_2050": 0.072132366610894214, "pct_spfam_2050": 0.26646928201332348, "pct_lep_2050": 0.039331366764995081, "pct_below200_2050": 0.30563301728945902, "pct_disab_2050": 0.18195488721804512, "pct_zvhhs_2050": 0.061861520998864925, "pct_hus_rent50_2050": 0.12145289443813848, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.068369193645686999, "pct_minority_2040": 0.69093102754876301, "pct_spfam_2040": 0.325795644891122, "pct_lep_2040": 0.046451052745821994, "pct_below200_2040": 0.40136738387291404, "pct_disab_2040": 0.12708418056120402, "pct_zvhhs_2040": 0.047268262737876002, "pct_hus_rent50_2040": 0.18935643564356397, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.01995800020994, 38.25691499986668 ], [ -122.020000000042742, 38.253226999947891 ], [ -122.019867999798279, 38.253226000352335 ], [ -122.009789000226803, 38.253209999767215 ], [ -122.003501999675407, 38.253053999873501 ], [ -122.000991000047165, 38.253253000009103 ], [ -121.998378000311632, 38.253218999655886 ], [ -121.993279000163895, 38.253095999904957 ], [ -121.988404000322149, 38.25301399972021 ], [ -121.988231000069817, 38.25301100021926 ], [ -121.988098999825326, 38.263645000135561 ], [ -121.988088999779592, 38.264442000027294 ], [ -121.988082999931805, 38.264882999857349 ], [ -121.988056000167617, 38.268716000045949 ], [ -121.987960999733062, 38.271488999999519 ], [ -121.991268999952752, 38.271014000293675 ], [ -121.993695000090497, 38.271417999972243 ], [ -122.003985000447457, 38.26573099980839 ], [ -122.005291999778535, 38.26502800033937 ], [ -122.012006999952121, 38.261287000121513 ], [ -122.014845999643413, 38.259738000311515 ], [ -122.017578999927849, 38.258224999826375 ], [ -122.019983000324316, 38.25806900011797 ], [ -122.01995800020994, 38.25691499986668 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252801", "NAME": "Census Tract 2528.01", "state": "06", "county_fips": "095", "tract": "252801", "county_name": "Solano County", "tot_pop_2050": 2998, "tot_pop_pov_det_2050": 2998, "tot_pop_civ_ni_2050": 2301, "tot_hh_2050": 864, "pop_zvhhs_2050": 0, "tot_fam_2050": 850, "tot_pop_over5_2050": 2414, "pop_hus_rent50_2050": 239, "pop_minority_2050": 1330, "pop_over75_2050": 0, "pop_spfam_2050": 102, "pop_lep_2050": 13, "pop_below200_2050": 868, "pop_disability_2050": 132, "pct_minority_2050": 0.44362908605737161, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.12, "pct_lep_2050": 0.0053852526926263461, "pct_below200_2050": 0.28952635090060042, "pct_disab_2050": 0.05736636245110821, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.27662037037037035, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.35837506956037796, "pct_spfam_2040": 0.087871287128713005, "pct_lep_2040": 0.0, "pct_below200_2040": 0.42531473290234795, "pct_disab_2040": 0.033875934887813, "pct_zvhhs_2040": 0.0096852300242130009, "pct_hus_rent50_2040": 0.24060150375939801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.959874999898531, 38.278911999768759 ], [ -121.960276999581438, 38.272362999973097 ], [ -121.959718000438002, 38.274084999745348 ], [ -121.956317000331907, 38.274046999915818 ], [ -121.956329999852386, 38.273503999974615 ], [ -121.955036999866707, 38.27395699998025 ], [ -121.951217000359279, 38.273878000117314 ], [ -121.951193999894713, 38.276667000081652 ], [ -121.94860299990053, 38.276893999726944 ], [ -121.942433000423293, 38.273202999837295 ], [ -121.942293999607813, 38.272121999697681 ], [ -121.939906000003191, 38.272114000075717 ], [ -121.939741999971673, 38.275696999886755 ], [ -121.93717799974165, 38.278161000176766 ], [ -121.933014000277609, 38.278155999683001 ], [ -121.9330000000339, 38.279291999917227 ], [ -121.930019000052354, 38.279268999834919 ], [ -121.930063000433307, 38.283797999729217 ], [ -121.932998000384075, 38.283807999939192 ], [ -121.932993000361208, 38.286492000282564 ], [ -121.937013999710132, 38.286506000197555 ], [ -121.938542999697319, 38.286618999966599 ], [ -121.942047999560501, 38.286599000319789 ], [ -121.942774999831769, 38.283276999717891 ], [ -121.95100200027413, 38.281917999949485 ], [ -121.957975000190558, 38.283211999968408 ], [ -121.959874999898531, 38.278911999768759 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252802", "NAME": "Census Tract 2528.02", "state": "06", "county_fips": "095", "tract": "252802", "county_name": "Solano County", "tot_pop_2050": 924, "tot_pop_pov_det_2050": 591, "tot_pop_civ_ni_2050": 468, "tot_hh_2050": 205, "pop_zvhhs_2050": 0, "tot_fam_2050": 180, "tot_pop_over5_2050": 832, "pop_hus_rent50_2050": 60, "pop_minority_2050": 418, "pop_over75_2050": 0, "pop_spfam_2050": 44, "pop_lep_2050": 0, "pop_below200_2050": 112, "pop_disability_2050": 0, "pct_minority_2050": 0.45238095238095238, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.24444444444444444, "pct_lep_2050": 0.0, "pct_below200_2050": 0.1895093062605753, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.29268292682926828, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.0, "pct_minority_2040": 0.33181403828623501, "pct_spfam_2040": 0.087248322147650992, "pct_lep_2040": 0.0039370078740159995, "pct_below200_2040": 0.17558886509635999, "pct_disab_2040": 0.058419243986254012, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.20467836257309899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.974870000217919, 38.272360999897998 ], [ -121.974875000240786, 38.267312000106152 ], [ -121.964959999802545, 38.266843999972707 ], [ -121.95460400022165, 38.266837999996646 ], [ -121.94921700019384, 38.267657999655519 ], [ -121.945935999738339, 38.26736400001321 ], [ -121.945944000134261, 38.266450000021145 ], [ -121.942302999828627, 38.266430999874565 ], [ -121.933484999557479, 38.266381999659295 ], [ -121.92904200043418, 38.269705999764533 ], [ -121.927655999663799, 38.271782999870368 ], [ -121.924216999922862, 38.274271999971802 ], [ -121.922481000246393, 38.275985999708595 ], [ -121.925128000317088, 38.278882999879905 ], [ -121.926566999892628, 38.279207999795851 ], [ -121.930019000052354, 38.279268999834919 ], [ -121.9330000000339, 38.279291999917227 ], [ -121.933014000277609, 38.278155999683001 ], [ -121.93717799974165, 38.278161000176766 ], [ -121.939741999971673, 38.275696999886755 ], [ -121.939906000003191, 38.272114000075717 ], [ -121.942293999607813, 38.272121999697681 ], [ -121.942433000423293, 38.273202999837295 ], [ -121.94860299990053, 38.276893999726944 ], [ -121.951193999894713, 38.276667000081652 ], [ -121.951217000359279, 38.273878000117314 ], [ -121.955036999866707, 38.27395699998025 ], [ -121.956329999852386, 38.273503999974615 ], [ -121.956317000331907, 38.274046999915818 ], [ -121.959718000438002, 38.274084999745348 ], [ -121.960276999581438, 38.272362999973097 ], [ -121.974870000217919, 38.272360999897998 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252903", "NAME": "Census Tract 2529.03", "state": "06", "county_fips": "095", "tract": "252903", "county_name": "Solano County", "tot_pop_2050": 3926, "tot_pop_pov_det_2050": 3906, "tot_pop_civ_ni_2050": 3926, "tot_hh_2050": 1551, "pop_zvhhs_2050": 15, "tot_fam_2050": 1120, "tot_pop_over5_2050": 3786, "pop_hus_rent50_2050": 83, "pop_minority_2050": 857, "pop_over75_2050": 335, "pop_spfam_2050": 45, "pop_lep_2050": 66, "pop_below200_2050": 622, "pop_disability_2050": 542, "pct_minority_2050": 0.21828833418237392, "pct_over75_2050": 0.085328578706062169, "pct_spfam_2050": 0.040178571428571432, "pct_lep_2050": 0.017432646592709985, "pct_below200_2050": 0.15924219150025598, "pct_disab_2050": 0.13805399898115131, "pct_zvhhs_2050": 0.0096711798839458421, "pct_hus_rent50_2050": 0.053513862024500321, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.126628000363382, 38.435451000259917 ], [ -122.126388999988791, 38.428917999666304 ], [ -122.124952000063075, 38.423921000187363 ], [ -122.123458000235985, 38.423074000037744 ], [ -122.119720999670875, 38.418028999855167 ], [ -122.117983000344623, 38.414108999787963 ], [ -122.114691999843359, 38.41390799990382 ], [ -122.114982000271581, 38.412309000270277 ], [ -122.114080999923075, 38.412197999802366 ], [ -122.112182000040008, 38.409508999959975 ], [ -122.109709000046593, 38.407441999933049 ], [ -122.109582999649874, 38.40460999984829 ], [ -122.107357000426973, 38.402386999984209 ], [ -122.098873000066646, 38.393893999894523 ], [ -122.098474999683404, 38.393007000055427 ], [ -122.092779999684012, 38.388515000045359 ], [ -122.090337999652732, 38.385445999711898 ], [ -122.089164000391065, 38.384661999835139 ], [ -122.086071000256524, 38.380497999847861 ], [ -122.085879999562508, 38.379409999733198 ], [ -122.077679999782646, 38.363711000166823 ], [ -122.076079999650304, 38.363711000166823 ], [ -122.073379999876153, 38.360910999846645 ], [ -122.073379999876153, 38.358411000216734 ], [ -122.069679000194384, 38.350810999900013 ], [ -122.07067900027711, 38.346410999803979 ], [ -122.069479000177864, 38.344210999910203 ], [ -122.069778999753495, 38.342810999773889 ], [ -122.068378999637716, 38.339711000112523 ], [ -122.064779000238318, 38.333410999651612 ], [ -122.062979000089427, 38.333511000246446 ], [ -122.0613789999571, 38.329611000221917 ], [ -122.0613789999571, 38.327411000347809 ], [ -122.062078999565827, 38.325110999869608 ], [ -122.063379000122509, 38.324811000248232 ], [ -122.065271000332885, 38.323204000268802 ], [ -122.066278999913195, 38.321012000307697 ], [ -122.068178999621168, 38.318411999738302 ], [ -122.065078999813949, 38.317112000080151 ], [ -122.064779000238318, 38.315911999875695 ], [ -122.061879000447604, 38.313311999671249 ], [ -122.058577999900606, 38.313411999803535 ], [ -122.057577999817894, 38.31481199986235 ], [ -122.053778000401934, 38.315512000327928 ], [ -122.047478000330059, 38.314712000251127 ], [ -122.04189799995838, 38.315045999696558 ], [ -122.039549999638425, 38.314461000104821 ], [ -122.037304000324028, 38.313310000019648 ], [ -122.039234000169245, 38.310272000319422 ], [ -122.033271000381262, 38.309742000121084 ], [ -122.032659999562654, 38.313268000274228 ], [ -122.03217300038925, 38.31468000009265 ], [ -122.031809000341198, 38.315366999885256 ], [ -122.02544999981977, 38.322733000207236 ], [ -122.023883000197699, 38.325081000104319 ], [ -122.017055999871133, 38.335775000317042 ], [ -122.019184000083072, 38.336612000120006 ], [ -122.020614000336067, 38.336966999840492 ], [ -122.022317000400562, 38.336243999752689 ], [ -122.024674999867941, 38.336218999679083 ], [ -122.024544000346694, 38.359461000334704 ], [ -122.023002999765609, 38.361951000332461 ], [ -122.02409200043509, 38.370752999952124 ], [ -122.024766999929454, 38.372389000087168 ], [ -122.024510999836409, 38.373850999648077 ], [ -122.028296999906999, 38.380235999884327 ], [ -122.024400000406658, 38.380202999832377 ], [ -122.009872000067503, 38.3800670003344 ], [ -122.008856000091242, 38.379469000056737 ], [ -122.00451900037487, 38.379238999717117 ], [ -122.001392999730058, 38.379195000211809 ], [ -121.998508000007988, 38.379169000203426 ], [ -121.997899999562421, 38.378932999754433 ], [ -121.998275000379465, 38.379454999781409 ], [ -121.995419999896313, 38.382713000158759 ], [ -121.994004999711919, 38.384343000147368 ], [ -121.993828999984828, 38.384549000064716 ], [ -121.991536999741342, 38.387198000292486 ], [ -121.989807999737593, 38.401174000319834 ], [ -121.989305999597264, 38.401746000311284 ], [ -121.988493999835512, 38.403535000132521 ], [ -121.987286000238697, 38.404889999667574 ], [ -121.977055000331262, 38.404889000049806 ], [ -121.974178999931681, 38.404914999963232 ], [ -121.970946000055079, 38.404096000308407 ], [ -121.970811000335885, 38.416068000198528 ], [ -121.96864399976586, 38.416393999713875 ], [ -121.96844399974934, 38.434930999733638 ], [ -121.968401999916551, 38.437350000209648 ], [ -121.969265999556796, 38.437552000171848 ], [ -121.970485999747552, 38.437846999780412 ], [ -121.970544000372186, 38.439075000009559 ], [ -121.968586000039565, 38.440255999922059 ], [ -121.968231000212299, 38.453027999686071 ], [ -121.968163000440271, 38.453169000168323 ], [ -121.94199999987994, 38.453278000272448 ], [ -121.940484000311486, 38.453260000208502 ], [ -121.939442000395999, 38.453280999930911 ], [ -121.915564000406434, 38.453327999722987 ], [ -121.915571999904046, 38.467503000282186 ], [ -121.923710999584557, 38.467800000150085 ], [ -121.923910999601091, 38.500564000318889 ], [ -121.925996000155322, 38.499984999900619 ], [ -121.928216000428748, 38.503299000329321 ], [ -121.932300000425158, 38.501887999784863 ], [ -121.946083000051431, 38.526768999776543 ], [ -121.947456000403022, 38.527096000275854 ], [ -121.953120000440308, 38.525636000301041 ], [ -121.960397999955262, 38.523008000340113 ], [ -121.963605999717515, 38.52280199968569 ], [ -121.967836000202112, 38.520098000190657 ], [ -121.970688000312251, 38.515778999731332 ], [ -121.974610999751818, 38.513733999926494 ], [ -121.978067999934439, 38.508277000069938 ], [ -121.979390000232428, 38.507644999877954 ], [ -121.985728999764049, 38.504388000018018 ], [ -121.986569999838082, 38.502986999889927 ], [ -121.988171999620263, 38.502875999664525 ], [ -121.990785000254078, 38.501429999680411 ], [ -121.993479000180457, 38.501150000248153 ], [ -121.99592700005951, 38.500421000303575 ], [ -121.996984000043639, 38.498553999653275 ], [ -122.001615000386209, 38.495492000304147 ], [ -122.003034999695188, 38.493957000118407 ], [ -122.005001000423718, 38.493832999923846 ], [ -122.009063999605416, 38.491708000035608 ], [ -122.011360000046821, 38.489197999903084 ], [ -122.012112000432424, 38.488911000307183 ], [ -122.013376999930671, 38.488720999759693 ], [ -122.018450999964045, 38.489164999694104 ], [ -122.022790000228596, 38.491137000201334 ], [ -122.025900000081563, 38.491825000222512 ], [ -122.028618000297371, 38.493190000317583 ], [ -122.030829000349968, 38.493610000119908 ], [ -122.03556600009945, 38.496122000051884 ], [ -122.037126000048801, 38.498311999900729 ], [ -122.038435999752892, 38.499063999990682 ], [ -122.041179000083076, 38.504037999993251 ], [ -122.041568000245519, 38.505712999817511 ], [ -122.046557999714992, 38.509017000252285 ], [ -122.052339999752988, 38.513123999928112 ], [ -122.055463000024773, 38.516140999745623 ], [ -122.057414999611282, 38.517440999791191 ], [ -122.059789999695425, 38.516072999726482 ], [ -122.066088000117489, 38.514988999926643 ], [ -122.068462000376712, 38.51410699992794 ], [ -122.074266999980964, 38.513730999971372 ], [ -122.078092000409598, 38.51423000015297 ], [ -122.079980000422012, 38.514030000268711 ], [ -122.082133999674895, 38.514994000232889 ], [ -122.086855000429168, 38.514477000181557 ], [ -122.090775000394061, 38.515996000061328 ], [ -122.092266999673029, 38.515530999758219 ], [ -122.093163999823574, 38.513962999877499 ], [ -122.096666000212039, 38.512902999858582 ], [ -122.100222000128852, 38.513456000277841 ], [ -122.103280999928174, 38.513347999993329 ], [ -122.103439000111919, 38.512186000169038 ], [ -122.106282999826107, 38.508306999778718 ], [ -122.107183000349693, 38.494506999735464 ], [ -122.104982000342829, 38.49280700007106 ], [ -122.104881999885407, 38.490806999983597 ], [ -122.108181999709174, 38.486107000293892 ], [ -122.11118199995731, 38.47720799980447 ], [ -122.112069000062107, 38.476143000175732 ], [ -122.113177999924744, 38.474816000029222 ], [ -122.120526999584825, 38.453926000286735 ], [ -122.123582000084525, 38.447608000073117 ], [ -122.12586599993206, 38.436680000315491 ], [ -122.126628000363382, 38.435451000259917 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252904", "NAME": "Census Tract 2529.04", "state": "06", "county_fips": "095", "tract": "252904", "county_name": "Solano County", "tot_pop_2050": 6599, "tot_pop_pov_det_2050": 6560, "tot_pop_civ_ni_2050": 6521, "tot_hh_2050": 2464, "pop_zvhhs_2050": 43, "tot_fam_2050": 1665, "tot_pop_over5_2050": 6221, "pop_hus_rent50_2050": 138, "pop_minority_2050": 3549, "pop_over75_2050": 348, "pop_spfam_2050": 178, "pop_lep_2050": 241, "pop_below200_2050": 749, "pop_disability_2050": 670, "pct_minority_2050": 0.53780875890286406, "pct_over75_2050": 0.052735262918624036, "pct_spfam_2050": 0.10690690690690691, "pct_lep_2050": 0.038739752451374385, "pct_below200_2050": 0.11417682926829267, "pct_disab_2050": 0.10274497776414659, "pct_zvhhs_2050": 0.0174512987012987, "pct_hus_rent50_2050": 0.056006493506493504, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.032810791104629998, "pct_minority_2040": 0.44403937294932594, "pct_spfam_2040": 0.041424418604651, "pct_lep_2040": 0.042291426374471003, "pct_below200_2040": 0.093943816125501997, "pct_disab_2040": 0.100770821583004, "pct_zvhhs_2040": 0.018691588785047002, "pct_hus_rent50_2040": 0.038728897715988003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.970946000055079, 38.404096000308407 ], [ -121.970942999682023, 38.403938999992725 ], [ -121.963476999846108, 38.402650000308583 ], [ -121.961138999571887, 38.402602000256501 ], [ -121.961561000244586, 38.400662000338393 ], [ -121.962636999596981, 38.396651999690597 ], [ -121.962607000358048, 38.393900999691212 ], [ -121.964656000028938, 38.387484999670086 ], [ -121.964077999720629, 38.382126999820542 ], [ -121.965713999837959, 38.37989599975873 ], [ -121.967585000131947, 38.377358000328144 ], [ -121.967554000169812, 38.376326000202795 ], [ -121.967364000198998, 38.372227000299652 ], [ -121.967539999926089, 38.371320000015537 ], [ -121.968113000211559, 38.368452999988229 ], [ -121.967895999578246, 38.367921000292817 ], [ -121.964023000367362, 38.364692000221282 ], [ -121.9575559998909, 38.369956000106399 ], [ -121.957692000333324, 38.369508000066816 ], [ -121.953136000333814, 38.373231000296933 ], [ -121.933797999551928, 38.38802099997465 ], [ -121.933802999574795, 38.379774999864871 ], [ -121.933862000024348, 38.375586999710237 ], [ -121.933856000176561, 38.374147000254453 ], [ -121.933872000070082, 38.373144000346905 ], [ -121.933922000298807, 38.365712000250575 ], [ -121.93402500023096, 38.357999999849412 ], [ -121.934027999705677, 38.351310999759534 ], [ -121.924544000160992, 38.351077999717745 ], [ -121.913566999715769, 38.349708000019156 ], [ -121.913341999584887, 38.349660999732194 ], [ -121.912424000416266, 38.34927399983696 ], [ -121.908838000362209, 38.346934000225467 ], [ -121.906044999803328, 38.347238000098088 ], [ -121.905238999889363, 38.347455000274159 ], [ -121.901540999682368, 38.346601000189104 ], [ -121.900872999860653, 38.3463440001129 ], [ -121.896950000421057, 38.346578000309897 ], [ -121.896931000154467, 38.35159999989758 ], [ -121.896776000343777, 38.380918000169402 ], [ -121.896711000046437, 38.402433000171541 ], [ -121.896588999847708, 38.414422000045448 ], [ -121.893063999893059, 38.415843999743707 ], [ -121.89679899990999, 38.416082999886804 ], [ -121.897489000371309, 38.416344000017581 ], [ -121.89875100039481, 38.416852000192407 ], [ -121.915593999645367, 38.416985999878634 ], [ -121.915591999995513, 38.421857999668049 ], [ -121.915586000147755, 38.424330999699194 ], [ -121.915591999995513, 38.431693999792984 ], [ -121.915606000239237, 38.446596999783608 ], [ -121.915564000406434, 38.453327999722987 ], [ -121.939442000395999, 38.453280999930911 ], [ -121.940484000311486, 38.453260000208502 ], [ -121.94199999987994, 38.453278000272448 ], [ -121.968163000440271, 38.453169000168323 ], [ -121.968231000212299, 38.453027999686071 ], [ -121.968586000039565, 38.440255999922059 ], [ -121.970544000372186, 38.439075000009559 ], [ -121.970485999747552, 38.437846999780412 ], [ -121.969265999556796, 38.437552000171848 ], [ -121.968401999916551, 38.437350000209648 ], [ -121.96844399974934, 38.434930999733638 ], [ -121.96864399976586, 38.416393999713875 ], [ -121.970811000335885, 38.416068000198528 ], [ -121.970946000055079, 38.404096000308407 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252908", "NAME": "Census Tract 2529.08", "state": "06", "county_fips": "095", "tract": "252908", "county_name": "Solano County", "tot_pop_2050": 3913, "tot_pop_pov_det_2050": 3913, "tot_pop_civ_ni_2050": 3737, "tot_hh_2050": 1321, "pop_zvhhs_2050": 19, "tot_fam_2050": 924, "tot_pop_over5_2050": 3519, "pop_hus_rent50_2050": 139, "pop_minority_2050": 1459, "pop_over75_2050": 141, "pop_spfam_2050": 153, "pop_lep_2050": 96, "pop_below200_2050": 980, "pop_disability_2050": 436, "pct_minority_2050": 0.37285969844109379, "pct_over75_2050": 0.036033733708152313, "pct_spfam_2050": 0.16558441558441558, "pct_lep_2050": 0.027280477408354646, "pct_below200_2050": 0.25044722719141321, "pct_disab_2050": 0.11667112657211667, "pct_zvhhs_2050": 0.014383043149129447, "pct_hus_rent50_2050": 0.105223315669947, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038555525386912995, "pct_minority_2040": 0.37496606027694801, "pct_spfam_2040": 0.22119815668202802, "pct_lep_2040": 0.013486370157818998, "pct_below200_2040": 0.22974079126875896, "pct_disab_2040": 0.077480490523969006, "pct_zvhhs_2040": 0.027027027027027001, "pct_hus_rent50_2040": 0.140950792326939, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.962429999907727, 38.341009000005812 ], [ -121.962479000311518, 38.335389999962672 ], [ -121.957680999564374, 38.335363999720443 ], [ -121.953282999748581, 38.335367000046951 ], [ -121.953252999611365, 38.340441999968263 ], [ -121.953197000433178, 38.34625799997697 ], [ -121.953050000120086, 38.351802999694925 ], [ -121.956642000021901, 38.351756000063148 ], [ -121.958838000005912, 38.351802999694925 ], [ -121.957805000311225, 38.346851999651953 ], [ -121.957795000265492, 38.346308000232291 ], [ -121.957827000052546, 38.344816999909739 ], [ -121.960212000182409, 38.342828000109954 ], [ -121.960408000000996, 38.342679000261441 ], [ -121.962429999907727, 38.341009000005812 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252909", "NAME": "Census Tract 2529.09", "state": "06", "county_fips": "095", "tract": "252909", "county_name": "Solano County", "tot_pop_2050": 3366, "tot_pop_pov_det_2050": 3341, "tot_pop_civ_ni_2050": 3335, "tot_hh_2050": 1053, "pop_zvhhs_2050": 24, "tot_fam_2050": 803, "tot_pop_over5_2050": 3215, "pop_hus_rent50_2050": 13, "pop_minority_2050": 1473, "pop_over75_2050": 69, "pop_spfam_2050": 110, "pop_lep_2050": 70, "pop_below200_2050": 208, "pop_disability_2050": 279, "pct_minority_2050": 0.4376114081996435, "pct_over75_2050": 0.020499108734402853, "pct_spfam_2050": 0.13698630136986301, "pct_lep_2050": 0.02177293934681182, "pct_below200_2050": 0.062256809338521402, "pct_disab_2050": 0.083658170914542723, "pct_zvhhs_2050": 0.022792022792022797, "pct_hus_rent50_2050": 0.012345679012345678, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.017598994343180002, "pct_minority_2040": 0.36109365179132596, "pct_spfam_2040": 0.052573932092004005, "pct_lep_2040": 0.014765100671141, "pct_below200_2040": 0.089566310496543011, "pct_disab_2040": 0.094693358754369003, "pct_zvhhs_2040": 0.014505893019039, "pct_hus_rent50_2040": 0.014611872146119, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.953050000120086, 38.351802999694925 ], [ -121.953197000433178, 38.34625799997697 ], [ -121.9518330003024, 38.346122000094276 ], [ -121.950290999896396, 38.345035000034471 ], [ -121.942558000096767, 38.344871999873845 ], [ -121.938127999595636, 38.343358000089744 ], [ -121.936305999705453, 38.343093999999581 ], [ -121.934021999857919, 38.343085999746982 ], [ -121.93392499977351, 38.336864000227763 ], [ -121.921821999747209, 38.337121999966854 ], [ -121.92133999969839, 38.337135000126018 ], [ -121.914596999935711, 38.337283000256136 ], [ -121.906146999910561, 38.337224999917424 ], [ -121.896986000406059, 38.337172000186925 ], [ -121.896964999591347, 38.34353300008889 ], [ -121.896950000421057, 38.346578000309897 ], [ -121.900872999860653, 38.3463440001129 ], [ -121.901540999682368, 38.346601000189104 ], [ -121.905238999889363, 38.347455000274159 ], [ -121.906044999803328, 38.347238000098088 ], [ -121.908838000362209, 38.346934000225467 ], [ -121.912424000416266, 38.34927399983696 ], [ -121.913341999584887, 38.349660999732194 ], [ -121.913566999715769, 38.349708000019156 ], [ -121.924544000160992, 38.351077999717745 ], [ -121.934027999705677, 38.351310999759534 ], [ -121.947867000306786, 38.351688999681002 ], [ -121.953050000120086, 38.351802999694925 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252910", "NAME": "Census Tract 2529.10", "state": "06", "county_fips": "095", "tract": "252910", "county_name": "Solano County", "tot_pop_2050": 5820, "tot_pop_pov_det_2050": 5813, "tot_pop_civ_ni_2050": 5666, "tot_hh_2050": 1967, "pop_zvhhs_2050": 65, "tot_fam_2050": 1494, "tot_pop_over5_2050": 5573, "pop_hus_rent50_2050": 142, "pop_minority_2050": 2737, "pop_over75_2050": 230, "pop_spfam_2050": 173, "pop_lep_2050": 106, "pop_below200_2050": 843, "pop_disability_2050": 527, "pct_minority_2050": 0.47027491408934707, "pct_over75_2050": 0.03951890034364261, "pct_spfam_2050": 0.11579651941097725, "pct_lep_2050": 0.019020276332316528, "pct_below200_2050": 0.14501978324445208, "pct_disab_2050": 0.093010942463819274, "pct_zvhhs_2050": 0.033045246568378241, "pct_hus_rent50_2050": 0.072191154041687855, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.029515344625188997, "pct_minority_2040": 0.38319637766225106, "pct_spfam_2040": 0.140770252324037, "pct_lep_2040": 0.017796760989500001, "pct_below200_2040": 0.21727395411605899, "pct_disab_2040": 0.114069747466071, "pct_zvhhs_2040": 0.026604068857590001, "pct_hus_rent50_2040": 0.048021108179419, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.953252999611365, 38.340441999968263 ], [ -121.953282999748581, 38.335367000046951 ], [ -121.945818999562491, 38.335352999696454 ], [ -121.945097000212428, 38.335350000073952 ], [ -121.94056399977913, 38.335402999728018 ], [ -121.936897000432552, 38.336460999747359 ], [ -121.936056000358505, 38.336725000053015 ], [ -121.93392499977351, 38.336864000227763 ], [ -121.934021999857919, 38.343085999746982 ], [ -121.936305999705453, 38.343093999999581 ], [ -121.938127999595636, 38.343358000089744 ], [ -121.942558000096767, 38.344871999873845 ], [ -121.950290999896396, 38.345035000034471 ], [ -121.9518330003024, 38.346122000094276 ], [ -121.953197000433178, 38.34625799997697 ], [ -121.953252999611365, 38.340441999968263 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252911", "NAME": "Census Tract 2529.11", "state": "06", "county_fips": "095", "tract": "252911", "county_name": "Solano County", "tot_pop_2050": 4668, "tot_pop_pov_det_2050": 4551, "tot_pop_civ_ni_2050": 4536, "tot_hh_2050": 2719, "pop_zvhhs_2050": 345, "tot_fam_2050": 1134, "tot_pop_over5_2050": 4634, "pop_hus_rent50_2050": 380, "pop_minority_2050": 1083, "pop_over75_2050": 1416, "pop_spfam_2050": 0, "pop_lep_2050": 76, "pop_below200_2050": 1094, "pop_disability_2050": 1373, "pct_minority_2050": 0.2320051413881748, "pct_over75_2050": 0.30334190231362468, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.016400517911091931, "pct_below200_2050": 0.24038672819160625, "pct_disab_2050": 0.30268959435626097, "pct_zvhhs_2050": 0.12688488414858404, "pct_hus_rent50_2050": 0.13975726369988967, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.30746332128428699, "pct_minority_2040": 0.188390389113332, "pct_spfam_2040": 0.13375796178343902, "pct_lep_2040": 0.014740949490569999, "pct_below200_2040": 0.29819211500762394, "pct_disab_2040": 0.28684732319894302, "pct_zvhhs_2040": 0.14759597465523699, "pct_hus_rent50_2040": 0.134874759152216, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.964023000367362, 38.364692000221282 ], [ -121.960584999553006, 38.362183999900246 ], [ -121.960366999993127, 38.361663000165883 ], [ -121.960303000419017, 38.360124999880121 ], [ -121.960068000242373, 38.357582000177921 ], [ -121.955252999776775, 38.357474999904433 ], [ -121.95462500013808, 38.357177000290719 ], [ -121.950302999591969, 38.360385000351201 ], [ -121.949663000257686, 38.360478000124985 ], [ -121.948831000404468, 38.360445999746723 ], [ -121.946765999941732, 38.362357999986138 ], [ -121.942743999869606, 38.364402000040023 ], [ -121.93743100035995, 38.36584599965164 ], [ -121.933922000298807, 38.365712000250575 ], [ -121.933872000070082, 38.373144000346905 ], [ -121.933856000176561, 38.374147000254453 ], [ -121.933862000024348, 38.375586999710237 ], [ -121.933802999574795, 38.379774999864871 ], [ -121.933797999551928, 38.38802099997465 ], [ -121.953136000333814, 38.373231000296933 ], [ -121.957692000333324, 38.369508000066816 ], [ -121.9575559998909, 38.369956000106399 ], [ -121.964023000367362, 38.364692000221282 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252912", "NAME": "Census Tract 2529.12", "state": "06", "county_fips": "095", "tract": "252912", "county_name": "Solano County", "tot_pop_2050": 5817, "tot_pop_pov_det_2050": 5803, "tot_pop_civ_ni_2050": 5725, "tot_hh_2050": 1888, "pop_zvhhs_2050": 34, "tot_fam_2050": 1594, "tot_pop_over5_2050": 5532, "pop_hus_rent50_2050": 110, "pop_minority_2050": 2074, "pop_over75_2050": 299, "pop_spfam_2050": 155, "pop_lep_2050": 63, "pop_below200_2050": 375, "pop_disability_2050": 559, "pct_minority_2050": 0.35654117242564903, "pct_over75_2050": 0.051401065841499054, "pct_spfam_2050": 0.097239648682559604, "pct_lep_2050": 0.0113882863340564, "pct_below200_2050": 0.06462174737204894, "pct_disab_2050": 0.097641921397379927, "pct_zvhhs_2050": 0.018008474576271187, "pct_hus_rent50_2050": 0.058262711864406777, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.037609479649665004, "pct_minority_2040": 0.39000515198351399, "pct_spfam_2040": 0.093435836782969017, "pct_lep_2040": 0.0066859414528369996, "pct_below200_2040": 0.076249356002060981, "pct_disab_2040": 0.078697183098592, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.041754756871036004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.960068000242373, 38.357582000177921 ], [ -121.960042000303105, 38.356214999719491 ], [ -121.959874000073611, 38.355478999751057 ], [ -121.958806000218829, 38.352654999752218 ], [ -121.958838000005912, 38.351802999694925 ], [ -121.956642000021901, 38.351756000063148 ], [ -121.953050000120086, 38.351802999694925 ], [ -121.947867000306786, 38.351688999681002 ], [ -121.934027999705677, 38.351310999759534 ], [ -121.93402500023096, 38.357999999849412 ], [ -121.933922000298807, 38.365712000250575 ], [ -121.93743100035995, 38.36584599965164 ], [ -121.942743999869606, 38.364402000040023 ], [ -121.946765999941732, 38.362357999986138 ], [ -121.948831000404468, 38.360445999746723 ], [ -121.949663000257686, 38.360478000124985 ], [ -121.950302999591969, 38.360385000351201 ], [ -121.95462500013808, 38.357177000290719 ], [ -121.955252999776775, 38.357474999904433 ], [ -121.960068000242373, 38.357582000177921 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252913", "NAME": "Census Tract 2529.13", "state": "06", "county_fips": "095", "tract": "252913", "county_name": "Solano County", "tot_pop_2050": 4927, "tot_pop_pov_det_2050": 4916, "tot_pop_civ_ni_2050": 4871, "tot_hh_2050": 1662, "pop_zvhhs_2050": 46, "tot_fam_2050": 1322, "tot_pop_over5_2050": 4573, "pop_hus_rent50_2050": 37, "pop_minority_2050": 2269, "pop_over75_2050": 231, "pop_spfam_2050": 102, "pop_lep_2050": 54, "pop_below200_2050": 494, "pop_disability_2050": 698, "pct_minority_2050": 0.46052364522021522, "pct_over75_2050": 0.046884513902983566, "pct_spfam_2050": 0.077155824508320731, "pct_lep_2050": 0.011808440848458342, "pct_below200_2050": 0.10048820179007324, "pct_disab_2050": 0.1432970642578526, "pct_zvhhs_2050": 0.027677496991576414, "pct_hus_rent50_2050": 0.022262334536702767, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025519654249846001, "pct_minority_2040": 0.376003292858613, "pct_spfam_2040": 0.11961722488038301, "pct_lep_2040": 0.0086505190311419993, "pct_below200_2040": 0.068944227207243997, "pct_disab_2040": 0.059566407072195002, "pct_zvhhs_2040": 0.0059417706476530014, "pct_hus_rent50_2040": 0.039809863339274998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.970485999747552, 38.323500000047751 ], [ -121.970515000059862, 38.315798999911692 ], [ -121.965052999688965, 38.315735999980035 ], [ -121.963994000055052, 38.31497899989953 ], [ -121.963830999848426, 38.314941999785155 ], [ -121.963630000006972, 38.315725999941073 ], [ -121.96327299963157, 38.316870999666463 ], [ -121.961080000020644, 38.320047999891123 ], [ -121.95906700033477, 38.322947999694755 ], [ -121.959010000433366, 38.323134000130082 ], [ -121.958996000189657, 38.323583000309263 ], [ -121.960095000006547, 38.325961000275733 ], [ -121.961223999960694, 38.328362999746489 ], [ -121.961295999930712, 38.330594999808916 ], [ -121.962455000022089, 38.334879999903293 ], [ -121.962479000311518, 38.335389999962672 ], [ -121.965145999575398, 38.33540099998109 ], [ -121.969038999776103, 38.335350000073952 ], [ -121.970382999815385, 38.335418999815381 ], [ -121.970460999633204, 38.333285999947115 ], [ -121.970483000272807, 38.32632500001629 ], [ -121.970485999747552, 38.323500000047751 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252914", "NAME": "Census Tract 2529.14", "state": "06", "county_fips": "095", "tract": "252914", "county_name": "Solano County", "tot_pop_2050": 5892, "tot_pop_pov_det_2050": 5870, "tot_pop_civ_ni_2050": 5682, "tot_hh_2050": 1920, "pop_zvhhs_2050": 12, "tot_fam_2050": 1509, "tot_pop_over5_2050": 5614, "pop_hus_rent50_2050": 143, "pop_minority_2050": 3393, "pop_over75_2050": 307, "pop_spfam_2050": 279, "pop_lep_2050": 213, "pop_below200_2050": 772, "pop_disability_2050": 765, "pct_minority_2050": 0.57586558044806513, "pct_over75_2050": 0.052104548540393751, "pct_spfam_2050": 0.18489065606361829, "pct_lep_2050": 0.037940862130388317, "pct_below200_2050": 0.13151618398637138, "pct_disab_2050": 0.13463569165786696, "pct_zvhhs_2050": 0.00625, "pct_hus_rent50_2050": 0.07447916666666668, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.022927989130434999, "pct_minority_2040": 0.56708559782608703, "pct_spfam_2040": 0.38697878566203403, "pct_lep_2040": 0.018352059925093998, "pct_below200_2040": 0.20785847933322002, "pct_disab_2040": 0.098371893744644001, "pct_zvhhs_2040": 0.051114736269712004, "pct_hus_rent50_2040": 0.12398042414355601, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.962479000311518, 38.335389999962672 ], [ -121.962455000022089, 38.334879999903293 ], [ -121.961295999930712, 38.330594999808916 ], [ -121.961223999960694, 38.328362999746489 ], [ -121.960095000006547, 38.325961000275733 ], [ -121.953392000426859, 38.328541999899322 ], [ -121.951599999775596, 38.328556000156446 ], [ -121.951776000400997, 38.329567000146014 ], [ -121.947523000350188, 38.329622999661403 ], [ -121.947299999869117, 38.327920000144367 ], [ -121.94266199985384, 38.327794000151066 ], [ -121.942543999853058, 38.328557000124341 ], [ -121.93824800014454, 38.328688999997368 ], [ -121.937905999837781, 38.329535000202149 ], [ -121.933841999932852, 38.329514999701537 ], [ -121.933436000051998, 38.328128999907477 ], [ -121.929486999774795, 38.32797200032384 ], [ -121.929420999652578, 38.327954000049083 ], [ -121.92133999969839, 38.337135000126018 ], [ -121.921821999747209, 38.337121999966854 ], [ -121.93392499977351, 38.336864000227763 ], [ -121.936056000358505, 38.336725000053015 ], [ -121.936897000432552, 38.336460999747359 ], [ -121.94056399977913, 38.335402999728018 ], [ -121.945097000212428, 38.335350000073952 ], [ -121.945818999562491, 38.335352999696454 ], [ -121.953282999748581, 38.335367000046951 ], [ -121.957680999564374, 38.335363999720443 ], [ -121.962479000311518, 38.335389999962672 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095252915", "NAME": "Census Tract 2529.15", "state": "06", "county_fips": "095", "tract": "252915", "county_name": "Solano County", "tot_pop_2050": 4867, "tot_pop_pov_det_2050": 4867, "tot_pop_civ_ni_2050": 4770, "tot_hh_2050": 1489, "pop_zvhhs_2050": 13, "tot_fam_2050": 1258, "tot_pop_over5_2050": 4664, "pop_hus_rent50_2050": 49, "pop_minority_2050": 2858, "pop_over75_2050": 185, "pop_spfam_2050": 126, "pop_lep_2050": 176, "pop_below200_2050": 725, "pop_disability_2050": 244, "pct_minority_2050": 0.58722005342099859, "pct_over75_2050": 0.038011095130470518, "pct_spfam_2050": 0.10015898251192368, "pct_lep_2050": 0.037735849056603772, "pct_below200_2050": 0.1489623998356277, "pct_disab_2050": 0.051153039832285113, "pct_zvhhs_2050": 0.0087306917394224318, "pct_hus_rent50_2050": 0.032907991940899932, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.01317752362009, "pct_minority_2040": 0.60442565887618105, "pct_spfam_2040": 0.18839103869653798, "pct_lep_2040": 0.005337603416066, "pct_below200_2040": 0.070114370959722006, "pct_disab_2040": 0.063528806584361996, "pct_zvhhs_2040": 0.0062611806797850007, "pct_hus_rent50_2040": 0.013416815742396998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.963630000006972, 38.315725999941073 ], [ -121.963830999848426, 38.314941999785155 ], [ -121.961702999636486, 38.31455800028403 ], [ -121.95856500019444, 38.311763000274794 ], [ -121.953969999836843, 38.309114999997448 ], [ -121.951397000284317, 38.308835999845662 ], [ -121.951507999714082, 38.305830999655832 ], [ -121.950496999760716, 38.304897000094641 ], [ -121.947254999663272, 38.304463000080801 ], [ -121.947833999796501, 38.301930999949818 ], [ -121.94721899967827, 38.30147500006013 ], [ -121.933753000244394, 38.301300000013875 ], [ -121.933850000328789, 38.308456000006927 ], [ -121.915510999804667, 38.308246999916598 ], [ -121.915463999949012, 38.315497000222649 ], [ -121.897091999812957, 38.315371999929646 ], [ -121.896986000406059, 38.337172000186925 ], [ -121.906146999910561, 38.337224999917424 ], [ -121.914596999935711, 38.337283000256136 ], [ -121.92133999969839, 38.337135000126018 ], [ -121.929420999652578, 38.327954000049083 ], [ -121.929486999774795, 38.32797200032384 ], [ -121.933436000051998, 38.328128999907477 ], [ -121.933841999932852, 38.329514999701537 ], [ -121.937905999837781, 38.329535000202149 ], [ -121.93824800014454, 38.328688999997368 ], [ -121.942543999853058, 38.328557000124341 ], [ -121.94266199985384, 38.327794000151066 ], [ -121.947299999869117, 38.327920000144367 ], [ -121.947523000350188, 38.329622999661403 ], [ -121.951776000400997, 38.329567000146014 ], [ -121.951599999775596, 38.328556000156446 ], [ -121.953392000426859, 38.328541999899322 ], [ -121.960095000006547, 38.325961000275733 ], [ -121.958996000189657, 38.323583000309263 ], [ -121.959010000433366, 38.323134000130082 ], [ -121.95906700033477, 38.322947999694755 ], [ -121.961080000020644, 38.320047999891123 ], [ -121.96327299963157, 38.316870999666463 ], [ -121.963630000006972, 38.315725999941073 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253000", "NAME": "Census Tract 2530", "state": "06", "county_fips": "095", "tract": "253000", "county_name": "Solano County", "tot_pop_2050": 6435, "tot_pop_pov_det_2050": 0, "tot_pop_civ_ni_2050": 0, "tot_hh_2050": 0, "pop_zvhhs_2050": 0, "tot_fam_2050": 0, "tot_pop_over5_2050": 6435, "pop_hus_rent50_2050": 0, "pop_minority_2050": 5018, "pop_over75_2050": 119, "pop_spfam_2050": 0, "pop_lep_2050": 215, "pop_below200_2050": 0, "pop_disability_2050": 0, "pct_minority_2050": 0.77979797979797982, "pct_over75_2050": 0.01849261849261849, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.033411033411033415, "pct_below200_2050": 0.0, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.011827397972446, "pct_minority_2040": 0.67767091239927202, "pct_spfam_2040": null, "pct_lep_2040": 0.019365739537301998, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.996280000236922, 38.325111999885088 ], [ -121.99266800024364, 38.320818000173595 ], [ -121.990076000424523, 38.316110999739699 ], [ -121.98759000001229, 38.316059999649511 ], [ -121.979165000101517, 38.315875999675505 ], [ -121.97394100028032, 38.315823999981262 ], [ -121.970515000059862, 38.315798999911692 ], [ -121.970485999747552, 38.323500000047751 ], [ -121.970483000272807, 38.32632500001629 ], [ -121.970460999633204, 38.333285999947115 ], [ -121.985260000133991, 38.333369000276633 ], [ -121.987017999551753, 38.333407000047707 ], [ -121.986974999894059, 38.331014000150468 ], [ -121.988671000285848, 38.330920999885251 ], [ -121.990076000424523, 38.328080999738731 ], [ -121.992168999578027, 38.327700000002217 ], [ -121.996280000236922, 38.325111999885088 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253101", "NAME": "Census Tract 2531.01", "state": "06", "county_fips": "095", "tract": "253101", "county_name": "Solano County", "tot_pop_2050": 5380, "tot_pop_pov_det_2050": 5348, "tot_pop_civ_ni_2050": 5343, "tot_hh_2050": 2025, "pop_zvhhs_2050": 76, "tot_fam_2050": 1375, "tot_pop_over5_2050": 5113, "pop_hus_rent50_2050": 224, "pop_minority_2050": 2112, "pop_over75_2050": 281, "pop_spfam_2050": 267, "pop_lep_2050": 197, "pop_below200_2050": 1720, "pop_disability_2050": 672, "pct_minority_2050": 0.39256505576208178, "pct_over75_2050": 0.052230483271375465, "pct_spfam_2050": 0.19418181818181815, "pct_lep_2050": 0.038529239194210835, "pct_below200_2050": 0.32161555721765145, "pct_disab_2050": 0.1257720381807973, "pct_zvhhs_2050": 0.037530864197530864, "pct_hus_rent50_2050": 0.11061728395061728, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.074165872259294996, "pct_minority_2040": 0.39256434699714005, "pct_spfam_2040": 0.19928057553956799, "pct_lep_2040": 0.067891044160132002, "pct_below200_2040": 0.30201342281879195, "pct_disab_2040": 0.10991751390753901, "pct_zvhhs_2040": 0.074111166750124996, "pct_hus_rent50_2040": 0.077396207073295989, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.024544000346694, 38.359461000334704 ], [ -122.024674999867941, 38.336218999679083 ], [ -122.022317000400562, 38.336243999752689 ], [ -122.020614000336067, 38.336966999840492 ], [ -122.019184000083072, 38.336612000120006 ], [ -122.017055999871133, 38.335775000317042 ], [ -122.014907999567711, 38.338667000056525 ], [ -122.012674999773807, 38.340446999692247 ], [ -122.01038199970543, 38.341612999739425 ], [ -122.001504000058119, 38.34453900022082 ], [ -122.000758000418628, 38.344828999649252 ], [ -121.99704799961772, 38.346268999754308 ], [ -121.985433000386351, 38.35079200000208 ], [ -121.979694000006035, 38.353269000083749 ], [ -121.978252999882372, 38.354431000277096 ], [ -121.973547000095039, 38.358752999669342 ], [ -121.969139000233525, 38.361478000239579 ], [ -121.966785999890703, 38.363566999853965 ], [ -121.977275000439278, 38.359817000313619 ], [ -121.980274999789103, 38.358827999778171 ], [ -121.981797000103612, 38.35884199981809 ], [ -121.983193999846364, 38.358869000340199 ], [ -121.98333899961132, 38.357157999949898 ], [ -121.987580999791476, 38.356635999684677 ], [ -121.992121999722357, 38.356650000148434 ], [ -122.001038999727726, 38.356802999857791 ], [ -122.001843999816757, 38.356660999756166 ], [ -122.004382999932446, 38.35617500005894 ], [ -122.007609999961275, 38.355546000148664 ], [ -122.009468999661365, 38.355183000280604 ], [ -122.011195000190384, 38.358094000134059 ], [ -122.017949999648607, 38.360304999980599 ], [ -122.019121000333854, 38.360400000322805 ], [ -122.020867000056057, 38.360457999714114 ], [ -122.023002999765609, 38.361951000332461 ], [ -122.024544000346694, 38.359461000334704 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253105", "NAME": "Census Tract 2531.05", "state": "06", "county_fips": "095", "tract": "253105", "county_name": "Solano County", "tot_pop_2050": 6376, "tot_pop_pov_det_2050": 6353, "tot_pop_civ_ni_2050": 6274, "tot_hh_2050": 2595, "pop_zvhhs_2050": 308, "tot_fam_2050": 1607, "tot_pop_over5_2050": 5981, "pop_hus_rent50_2050": 330, "pop_minority_2050": 3846, "pop_over75_2050": 333, "pop_spfam_2050": 439, "pop_lep_2050": 349, "pop_below200_2050": 2406, "pop_disability_2050": 632, "pct_minority_2050": 0.60319949811794227, "pct_over75_2050": 0.052227101631116685, "pct_spfam_2050": 0.2731798382078407, "pct_lep_2050": 0.058351446246447072, "pct_below200_2050": 0.37871871556744852, "pct_disab_2050": 0.1007331845712464, "pct_zvhhs_2050": 0.1186897880539499, "pct_hus_rent50_2050": 0.12716763005780346, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.018006774826172002, "pct_minority_2040": 0.55945801390622207, "pct_spfam_2040": 0.30894308943089399, "pct_lep_2040": 0.036625754919151002, "pct_below200_2040": 0.33820645391335397, "pct_disab_2040": 0.11314596554850399, "pct_zvhhs_2040": 0.12521222410865898, "pct_hus_rent50_2040": 0.22046232876712299, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.978252999882372, 38.354431000277096 ], [ -121.976136000439411, 38.353949999901218 ], [ -121.976178000272199, 38.349513999911821 ], [ -121.97608899968543, 38.348992000194507 ], [ -121.975994000149186, 38.348789000266819 ], [ -121.974239000206168, 38.346283000108947 ], [ -121.973356000299333, 38.346417000246483 ], [ -121.96590299998384, 38.34636400019545 ], [ -121.965153000146415, 38.346357999748555 ], [ -121.957795000265492, 38.346308000232291 ], [ -121.957805000311225, 38.346851999651953 ], [ -121.958838000005912, 38.351802999694925 ], [ -121.958806000218829, 38.352654999752218 ], [ -121.959874000073611, 38.355478999751057 ], [ -121.960042000303105, 38.356214999719491 ], [ -121.960068000242373, 38.357582000177921 ], [ -121.960303000419017, 38.360124999880121 ], [ -121.960366999993127, 38.361663000165883 ], [ -121.960584999553006, 38.362183999900246 ], [ -121.964023000367362, 38.364692000221282 ], [ -121.969139000233525, 38.361478000239579 ], [ -121.973547000095039, 38.358752999669342 ], [ -121.978252999882372, 38.354431000277096 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253106", "NAME": "Census Tract 2531.06", "state": "06", "county_fips": "095", "tract": "253106", "county_name": "Solano County", "tot_pop_2050": 3685, "tot_pop_pov_det_2050": 3685, "tot_pop_civ_ni_2050": 3593, "tot_hh_2050": 1302, "pop_zvhhs_2050": 24, "tot_fam_2050": 883, "tot_pop_over5_2050": 3523, "pop_hus_rent50_2050": 84, "pop_minority_2050": 1556, "pop_over75_2050": 121, "pop_spfam_2050": 209, "pop_lep_2050": 49, "pop_below200_2050": 865, "pop_disability_2050": 374, "pct_minority_2050": 0.42225237449118053, "pct_over75_2050": 0.032835820895522387, "pct_spfam_2050": 0.23669309173272929, "pct_lep_2050": 0.013908600624467785, "pct_below200_2050": 0.23473541383989144, "pct_disab_2050": 0.1040912886167548, "pct_zvhhs_2050": 0.018433179723502304, "pct_hus_rent50_2050": 0.064516129032258063, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0097853535353540008, "pct_minority_2040": 0.41571969696969702, "pct_spfam_2040": 0.19661458333333301, "pct_lep_2040": 0.022482893450634995, "pct_below200_2040": 0.23263888888888901, "pct_disab_2040": 0.093200663349916987, "pct_zvhhs_2040": 0.036945812807882006, "pct_hus_rent50_2040": 0.13057851239669399, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.973356000299333, 38.346417000246483 ], [ -121.974239000206168, 38.346283000108947 ], [ -121.970573999611076, 38.341091000148431 ], [ -121.969964000414066, 38.339947000221599 ], [ -121.970382999815385, 38.335418999815381 ], [ -121.969038999776103, 38.335350000073952 ], [ -121.965145999575398, 38.33540099998109 ], [ -121.962479000311518, 38.335389999962672 ], [ -121.962429999907727, 38.341009000005812 ], [ -121.960408000000996, 38.342679000261441 ], [ -121.960212000182409, 38.342828000109954 ], [ -121.957827000052546, 38.344816999909739 ], [ -121.957795000265492, 38.346308000232291 ], [ -121.965153000146415, 38.346357999748555 ], [ -121.96590299998384, 38.34636400019545 ], [ -121.973356000299333, 38.346417000246483 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253107", "NAME": "Census Tract 2531.07", "state": "06", "county_fips": "095", "tract": "253107", "county_name": "Solano County", "tot_pop_2050": 6086, "tot_pop_pov_det_2050": 6009, "tot_pop_civ_ni_2050": 5983, "tot_hh_2050": 2405, "pop_zvhhs_2050": 60, "tot_fam_2050": 1439, "tot_pop_over5_2050": 5658, "pop_hus_rent50_2050": 351, "pop_minority_2050": 3372, "pop_over75_2050": 399, "pop_spfam_2050": 407, "pop_lep_2050": 288, "pop_below200_2050": 2358, "pop_disability_2050": 678, "pct_minority_2050": 0.5540584949063424, "pct_over75_2050": 0.065560302333223797, "pct_spfam_2050": 0.28283530229325921, "pct_lep_2050": 0.050901378579003183, "pct_below200_2050": 0.39241138292561162, "pct_disab_2050": 0.1133210763830854, "pct_zvhhs_2050": 0.024948024948024949, "pct_hus_rent50_2050": 0.14594594594594595, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.042743706707213995, "pct_minority_2040": 0.53184659570873494, "pct_spfam_2040": 0.32192231731402193, "pct_lep_2040": 0.030518234165067003, "pct_below200_2040": 0.28141472538683898, "pct_disab_2040": 0.10209694052939199, "pct_zvhhs_2040": 0.040017985611511001, "pct_hus_rent50_2040": 0.140518417462483, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.986481000149638, 38.337278000313802 ], [ -121.986886000205615, 38.336807999966361 ], [ -121.986311000270334, 38.336338999953732 ], [ -121.985216999577958, 38.335581000236793 ], [ -121.985260000133991, 38.333369000276633 ], [ -121.970460999633204, 38.333285999947115 ], [ -121.970382999815385, 38.335418999815381 ], [ -121.969964000414066, 38.339947000221599 ], [ -121.970573999611076, 38.341091000148431 ], [ -121.974239000206168, 38.346283000108947 ], [ -121.975994000149186, 38.348789000266819 ], [ -121.97608899968543, 38.348992000194507 ], [ -121.976178000272199, 38.349513999911821 ], [ -121.976136000439411, 38.353949999901218 ], [ -121.978252999882372, 38.354431000277096 ], [ -121.979694000006035, 38.353269000083749 ], [ -121.985433000386351, 38.35079200000208 ], [ -121.986231999729299, 38.349384999679813 ], [ -121.986435999943794, 38.342357999834896 ], [ -121.986481000149638, 38.337278000313802 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253108", "NAME": "Census Tract 2531.08", "state": "06", "county_fips": "095", "tract": "253108", "county_name": "Solano County", "tot_pop_2050": 5182, "tot_pop_pov_det_2050": 5174, "tot_pop_civ_ni_2050": 5138, "tot_hh_2050": 1681, "pop_zvhhs_2050": 46, "tot_fam_2050": 1204, "tot_pop_over5_2050": 4637, "pop_hus_rent50_2050": 121, "pop_minority_2050": 2694, "pop_over75_2050": 237, "pop_spfam_2050": 166, "pop_lep_2050": 250, "pop_below200_2050": 1314, "pop_disability_2050": 789, "pct_minority_2050": 0.51987649556155924, "pct_over75_2050": 0.045735237360092634, "pct_spfam_2050": 0.13787375415282391, "pct_lep_2050": 0.053914168643519521, "pct_below200_2050": 0.25396211828372633, "pct_disab_2050": 0.15356169715842741, "pct_zvhhs_2050": 0.027364663890541343, "pct_hus_rent50_2050": 0.071980963712076143, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.035334815913022004, "pct_minority_2040": 0.44082036076105796, "pct_spfam_2040": 0.14004376367614901, "pct_lep_2040": 0.014832162373146003, "pct_below200_2040": 0.20010601643254702, "pct_disab_2040": 0.11269884065785901, "pct_zvhhs_2040": 0.093790426908149996, "pct_hus_rent50_2040": 0.11254851228978001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.023883000197699, 38.325081000104319 ], [ -122.022649999588197, 38.32431700015816 ], [ -122.010088999802463, 38.324219000322095 ], [ -122.010930999701415, 38.315772000249737 ], [ -122.009632999692869, 38.315772000249737 ], [ -122.006762000214508, 38.315782000282361 ], [ -122.006244000180658, 38.314363999795894 ], [ -122.00376299979132, 38.312990000070513 ], [ -121.999660000426644, 38.312484999811254 ], [ -121.997297000038074, 38.312724999814691 ], [ -121.995065000069076, 38.311690999965904 ], [ -121.993167999835833, 38.311883999653915 ], [ -121.98880500018015, 38.314363000337003 ], [ -121.987646000088802, 38.313722999862229 ], [ -121.985394999853213, 38.312880999813885 ], [ -121.98177700001213, 38.313196000049942 ], [ -121.978019000428958, 38.314394999930528 ], [ -121.976625000160965, 38.315773999833446 ], [ -121.97394100028032, 38.315823999981262 ], [ -121.979165000101517, 38.315875999675505 ], [ -121.98759000001229, 38.316059999649511 ], [ -121.990076000424523, 38.316110999739699 ], [ -121.99266800024364, 38.320818000173595 ], [ -121.996280000236922, 38.325111999885088 ], [ -121.992168999578027, 38.327700000002217 ], [ -121.990076000424523, 38.328080999738731 ], [ -121.988671000285848, 38.330920999885251 ], [ -121.986974999894059, 38.331014000150468 ], [ -121.987017999551753, 38.333407000047707 ], [ -121.985260000133991, 38.333369000276633 ], [ -121.985216999577958, 38.335581000236793 ], [ -121.986311000270334, 38.336338999953732 ], [ -121.986886000205615, 38.336807999966361 ], [ -121.986481000149638, 38.337278000313802 ], [ -121.986435999943794, 38.342357999834896 ], [ -121.986231999729299, 38.349384999679813 ], [ -121.985433000386351, 38.35079200000208 ], [ -121.99704799961772, 38.346268999754308 ], [ -122.000758000418628, 38.344828999649252 ], [ -122.001504000058119, 38.34453900022082 ], [ -122.01038199970543, 38.341612999739425 ], [ -122.012674999773807, 38.340446999692247 ], [ -122.014907999567711, 38.338667000056525 ], [ -122.017055999871133, 38.335775000317042 ], [ -122.023883000197699, 38.325081000104319 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253201", "NAME": "Census Tract 2532.01", "state": "06", "county_fips": "095", "tract": "253201", "county_name": "Solano County", "tot_pop_2050": 4827, "tot_pop_pov_det_2050": 4824, "tot_pop_civ_ni_2050": 4824, "tot_hh_2050": 1846, "pop_zvhhs_2050": 42, "tot_fam_2050": 1438, "tot_pop_over5_2050": 4517, "pop_hus_rent50_2050": 35, "pop_minority_2050": 1231, "pop_over75_2050": 411, "pop_spfam_2050": 118, "pop_lep_2050": 21, "pop_below200_2050": 716, "pop_disability_2050": 712, "pct_minority_2050": 0.25502382432152482, "pct_over75_2050": 0.08514605344934742, "pct_spfam_2050": 0.082058414464534074, "pct_lep_2050": 0.0046491033872038965, "pct_below200_2050": 0.14842454394693202, "pct_disab_2050": 0.14759535655058045, "pct_zvhhs_2050": 0.022751895991332611, "pct_hus_rent50_2050": 0.018959913326110509, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.088874113475176986, "pct_minority_2040": 0.26684397163120599, "pct_spfam_2040": 0.076736672051696, "pct_lep_2040": 0.0067316620241409993, "pct_below200_2040": 0.098713398402839006, "pct_disab_2040": 0.114407732074624, "pct_zvhhs_2040": 0.020361990950226002, "pct_hus_rent50_2040": 0.034977064220182999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.028296999906999, 38.380235999884327 ], [ -122.024510999836409, 38.373850999648077 ], [ -122.024766999929454, 38.372389000087168 ], [ -122.02409200043509, 38.370752999952124 ], [ -122.023002999765609, 38.361951000332461 ], [ -122.020867000056057, 38.360457999714114 ], [ -122.019121000333854, 38.360400000322805 ], [ -122.017949999648607, 38.360304999980599 ], [ -122.011195000190384, 38.358094000134059 ], [ -122.009468999661365, 38.355183000280604 ], [ -122.007609999961275, 38.355546000148664 ], [ -122.004382999932446, 38.35617500005894 ], [ -122.005588000054559, 38.359273999919509 ], [ -122.004767000071993, 38.359269000086371 ], [ -122.004679000208441, 38.366279999814218 ], [ -122.004649999896117, 38.369020999874124 ], [ -122.001402999775806, 38.368994999731221 ], [ -121.99911200025555, 38.368973000036362 ], [ -121.998827999675115, 38.368969000283258 ], [ -121.992768999627643, 38.368942000006896 ], [ -121.994201000428802, 38.372244000068335 ], [ -121.994569999601438, 38.373010999727263 ], [ -121.995582000278006, 38.374971999898243 ], [ -121.996702999836216, 38.377014000044007 ], [ -121.997899999562421, 38.378932999754433 ], [ -121.998508000007988, 38.379169000203426 ], [ -122.001392999730058, 38.379195000211809 ], [ -122.00451900037487, 38.379238999717117 ], [ -122.008856000091242, 38.379469000056737 ], [ -122.009872000067503, 38.3800670003344 ], [ -122.024400000406658, 38.380202999832377 ], [ -122.028296999906999, 38.380235999884327 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253203", "NAME": "Census Tract 2532.03", "state": "06", "county_fips": "095", "tract": "253203", "county_name": "Solano County", "tot_pop_2050": 4131, "tot_pop_pov_det_2050": 4053, "tot_pop_civ_ni_2050": 4031, "tot_hh_2050": 1523, "pop_zvhhs_2050": 48, "tot_fam_2050": 1076, "tot_pop_over5_2050": 3969, "pop_hus_rent50_2050": 124, "pop_minority_2050": 1489, "pop_over75_2050": 162, "pop_spfam_2050": 276, "pop_lep_2050": 55, "pop_below200_2050": 1213, "pop_disability_2050": 488, "pct_minority_2050": 0.36044541273299441, "pct_over75_2050": 0.039215686274509803, "pct_spfam_2050": 0.25650557620817843, "pct_lep_2050": 0.013857394809775762, "pct_below200_2050": 0.29928448063163088, "pct_disab_2050": 0.12106177127263705, "pct_zvhhs_2050": 0.031516743269862112, "pct_hus_rent50_2050": 0.08141825344714379, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.056834194457492007, "pct_minority_2040": 0.43471113198684797, "pct_spfam_2040": 0.18865979381443304, "pct_lep_2040": 0.017228827954380001, "pct_below200_2040": 0.28430902111324396, "pct_disab_2040": 0.134610778443114, "pct_zvhhs_2040": 0.031333333333332998, "pct_hus_rent50_2040": 0.10335386721423701, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.004767000071993, 38.359269000086371 ], [ -122.005588000054559, 38.359273999919509 ], [ -122.004382999932446, 38.35617500005894 ], [ -122.001843999816757, 38.356660999756166 ], [ -122.001038999727726, 38.356802999857791 ], [ -121.992121999722357, 38.356650000148434 ], [ -121.987580999791476, 38.356635999684677 ], [ -121.98333899961132, 38.357157999949898 ], [ -121.983193999846364, 38.358869000340199 ], [ -121.988796999784228, 38.359025000342058 ], [ -121.990663999880283, 38.364249999665496 ], [ -121.992768999627643, 38.368942000006896 ], [ -121.998827999675115, 38.368969000283258 ], [ -121.99911200025555, 38.368973000036362 ], [ -122.001402999775806, 38.368994999731221 ], [ -122.004649999896117, 38.369020999874124 ], [ -122.004679000208441, 38.366279999814218 ], [ -122.004767000071993, 38.359269000086371 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253204", "NAME": "Census Tract 2532.04", "state": "06", "county_fips": "095", "tract": "253204", "county_name": "Solano County", "tot_pop_2050": 7601, "tot_pop_pov_det_2050": 7601, "tot_pop_civ_ni_2050": 7561, "tot_hh_2050": 2482, "pop_zvhhs_2050": 238, "tot_fam_2050": 1923, "tot_pop_over5_2050": 7122, "pop_hus_rent50_2050": 307, "pop_minority_2050": 4663, "pop_over75_2050": 273, "pop_spfam_2050": 361, "pop_lep_2050": 520, "pop_below200_2050": 2647, "pop_disability_2050": 794, "pct_minority_2050": 0.61347191159058023, "pct_over75_2050": 0.035916326799105384, "pct_spfam_2050": 0.18772750910036401, "pct_lep_2050": 0.073013198539736035, "pct_below200_2050": 0.34824365215103281, "pct_disab_2050": 0.10501256447559848, "pct_zvhhs_2050": 0.095890410958904104, "pct_hus_rent50_2050": 0.12369057211925864, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025125628140703998, "pct_minority_2040": 0.50842447531776502, "pct_spfam_2040": 0.14892473118279598, "pct_lep_2040": 0.14267515923566901, "pct_below200_2040": 0.30431569612769699, "pct_disab_2040": 0.065637065637065992, "pct_zvhhs_2040": 0.073316283034952995, "pct_hus_rent50_2040": 0.16152527849185902, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.998275000379465, 38.379454999781409 ], [ -121.997899999562421, 38.378932999754433 ], [ -121.996702999836216, 38.377014000044007 ], [ -121.995582000278006, 38.374971999898243 ], [ -121.994569999601438, 38.373010999727263 ], [ -121.994201000428802, 38.372244000068335 ], [ -121.992768999627643, 38.368942000006896 ], [ -121.990663999880283, 38.364249999665496 ], [ -121.988796999784228, 38.359025000342058 ], [ -121.983193999846364, 38.358869000340199 ], [ -121.981797000103612, 38.35884199981809 ], [ -121.980274999789103, 38.358827999778171 ], [ -121.977275000439278, 38.359817000313619 ], [ -121.978086000376123, 38.36309399975508 ], [ -121.977493999824105, 38.370842000136776 ], [ -121.977282999936889, 38.372907999963786 ], [ -121.976846999918806, 38.373439000271581 ], [ -121.978160999820844, 38.378450000251703 ], [ -121.977961999629244, 38.382040000004899 ], [ -121.977641999962088, 38.386905999739682 ], [ -121.977484999603263, 38.38940200006558 ], [ -121.977838999605581, 38.391737000188087 ], [ -121.978293999890255, 38.393119000207498 ], [ -121.9799359998554, 38.394260999688008 ], [ -121.981385000374971, 38.394940000120883 ], [ -121.985902999841329, 38.397755000199361 ], [ -121.987738999975207, 38.401177999700465 ], [ -121.989807999737593, 38.401174000319834 ], [ -121.991536999741342, 38.387198000292486 ], [ -121.993828999984828, 38.384549000064716 ], [ -121.994004999711919, 38.384343000147368 ], [ -121.995419999896313, 38.382713000158759 ], [ -121.998275000379465, 38.379454999781409 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253205", "NAME": "Census Tract 2532.05", "state": "06", "county_fips": "095", "tract": "253205", "county_name": "Solano County", "tot_pop_2050": 3145, "tot_pop_pov_det_2050": 3135, "tot_pop_civ_ni_2050": 3135, "tot_hh_2050": 1010, "pop_zvhhs_2050": 38, "tot_fam_2050": 824, "tot_pop_over5_2050": 2893, "pop_hus_rent50_2050": 80, "pop_minority_2050": 1439, "pop_over75_2050": 149, "pop_spfam_2050": 168, "pop_lep_2050": 190, "pop_below200_2050": 901, "pop_disability_2050": 282, "pct_minority_2050": 0.4575516693163752, "pct_over75_2050": 0.047376788553259136, "pct_spfam_2050": 0.20388349514563106, "pct_lep_2050": 0.065675769097822329, "pct_below200_2050": 0.28740031897926632, "pct_disab_2050": 0.089952153110047853, "pct_zvhhs_2050": 0.037623762376237616, "pct_hus_rent50_2050": 0.079207920792079209, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0088348978464939994, "pct_minority_2040": 0.53257868580894496, "pct_spfam_2040": 0.27141268075639602, "pct_lep_2040": 0.082037206465386009, "pct_below200_2040": 0.31667586968525702, "pct_disab_2040": 0.059635560463832005, "pct_zvhhs_2040": 0.024, "pct_hus_rent50_2040": 0.14810924369747899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.977961999629244, 38.382040000004899 ], [ -121.978160999820844, 38.378450000251703 ], [ -121.976846999918806, 38.373439000271581 ], [ -121.977282999936889, 38.372907999963786 ], [ -121.977493999824105, 38.370842000136776 ], [ -121.978086000376123, 38.36309399975508 ], [ -121.977275000439278, 38.359817000313619 ], [ -121.966785999890703, 38.363566999853965 ], [ -121.969139000233525, 38.361478000239579 ], [ -121.964023000367362, 38.364692000221282 ], [ -121.967895999578246, 38.367921000292817 ], [ -121.968113000211559, 38.368452999988229 ], [ -121.967539999926089, 38.371320000015537 ], [ -121.967364000198998, 38.372227000299652 ], [ -121.967554000169812, 38.376326000202795 ], [ -121.967585000131947, 38.377358000328144 ], [ -121.965713999837959, 38.37989599975873 ], [ -121.968466000388972, 38.383111999888243 ], [ -121.968483000107398, 38.383390999963957 ], [ -121.970491999595339, 38.385572000106578 ], [ -121.973834000150205, 38.386912000346477 ], [ -121.977484999603263, 38.38940200006558 ], [ -121.977641999962088, 38.386905999739682 ], [ -121.977961999629244, 38.382040000004899 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253206", "NAME": "Census Tract 2532.06", "state": "06", "county_fips": "095", "tract": "253206", "county_name": "Solano County", "tot_pop_2050": 3162, "tot_pop_pov_det_2050": 3162, "tot_pop_civ_ni_2050": 3084, "tot_hh_2050": 1057, "pop_zvhhs_2050": 28, "tot_fam_2050": 880, "tot_pop_over5_2050": 2917, "pop_hus_rent50_2050": 66, "pop_minority_2050": 1050, "pop_over75_2050": 85, "pop_spfam_2050": 104, "pop_lep_2050": 51, "pop_below200_2050": 433, "pop_disability_2050": 191, "pct_minority_2050": 0.33206831119544594, "pct_over75_2050": 0.026881720430107527, "pct_spfam_2050": 0.11818181818181818, "pct_lep_2050": 0.017483716146726089, "pct_below200_2050": 0.13693864642631245, "pct_disab_2050": 0.061932555123216611, "pct_zvhhs_2050": 0.026490066225165563, "pct_hus_rent50_2050": 0.062440870387890264, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.028776978417266001, "pct_minority_2040": 0.27959450621321102, "pct_spfam_2040": 0.092639593908628984, "pct_lep_2040": 0.0028328611898020004, "pct_below200_2040": 0.074885546108567999, "pct_disab_2040": 0.049223653782623, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.0498046875, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.989305999597264, 38.401746000311284 ], [ -121.989807999737593, 38.401174000319834 ], [ -121.987738999975207, 38.401177999700465 ], [ -121.985902999841329, 38.397755000199361 ], [ -121.981385000374971, 38.394940000120883 ], [ -121.9799359998554, 38.394260999688008 ], [ -121.978293999890255, 38.393119000207498 ], [ -121.977838999605581, 38.391737000188087 ], [ -121.977484999603263, 38.38940200006558 ], [ -121.973834000150205, 38.386912000346477 ], [ -121.970491999595339, 38.385572000106578 ], [ -121.968483000107398, 38.383390999963957 ], [ -121.968466000388972, 38.383111999888243 ], [ -121.965713999837959, 38.37989599975873 ], [ -121.964077999720629, 38.382126999820542 ], [ -121.964656000028938, 38.387484999670086 ], [ -121.962607000358048, 38.393900999691212 ], [ -121.962636999596981, 38.396651999690597 ], [ -121.961561000244586, 38.400662000338393 ], [ -121.961138999571887, 38.402602000256501 ], [ -121.963476999846108, 38.402650000308583 ], [ -121.970942999682023, 38.403938999992725 ], [ -121.970946000055079, 38.404096000308407 ], [ -121.974178999931681, 38.404914999963232 ], [ -121.977055000331262, 38.404889000049806 ], [ -121.987286000238697, 38.404889999667574 ], [ -121.988493999835512, 38.403535000132521 ], [ -121.989305999597264, 38.401746000311284 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253300", "NAME": "Census Tract 2533", "state": "06", "county_fips": "095", "tract": "253300", "county_name": "Solano County", "tot_pop_2050": 2949, "tot_pop_pov_det_2050": 2924, "tot_pop_civ_ni_2050": 2949, "tot_hh_2050": 869, "pop_zvhhs_2050": 4, "tot_fam_2050": 750, "tot_pop_over5_2050": 2765, "pop_hus_rent50_2050": 4, "pop_minority_2050": 1183, "pop_over75_2050": 198, "pop_spfam_2050": 83, "pop_lep_2050": 300, "pop_below200_2050": 749, "pop_disability_2050": 272, "pct_minority_2050": 0.40115293319769407, "pct_over75_2050": 0.067141403865717195, "pct_spfam_2050": 0.11066666666666666, "pct_lep_2050": 0.108499095840868, "pct_below200_2050": 0.256155950752394, "pct_disab_2050": 0.092234655815530669, "pct_zvhhs_2050": 0.0046029919447640967, "pct_hus_rent50_2050": 0.0046029919447640967, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.947456000403022, 38.527096000275854 ], [ -121.946083000051431, 38.526768999776543 ], [ -121.932300000425158, 38.501887999784863 ], [ -121.928216000428748, 38.503299000329321 ], [ -121.925996000155322, 38.499984999900619 ], [ -121.923910999601091, 38.500564000318889 ], [ -121.923710999584557, 38.467800000150085 ], [ -121.915571999904046, 38.467503000282186 ], [ -121.915564000406434, 38.453327999722987 ], [ -121.915606000239237, 38.446596999783608 ], [ -121.915591999995513, 38.431693999792984 ], [ -121.915586000147755, 38.424330999699194 ], [ -121.915591999995513, 38.421857999668049 ], [ -121.915593999645367, 38.416985999878634 ], [ -121.89875100039481, 38.416852000192407 ], [ -121.897489000371309, 38.416344000017581 ], [ -121.89679899990999, 38.416082999886804 ], [ -121.893063999893059, 38.415843999743707 ], [ -121.896588999847708, 38.414422000045448 ], [ -121.896711000046437, 38.402433000171541 ], [ -121.896776000343777, 38.380918000169402 ], [ -121.896931000154467, 38.35159999989758 ], [ -121.896950000421057, 38.346578000309897 ], [ -121.896964999591347, 38.34353300008889 ], [ -121.896986000406059, 38.337172000186925 ], [ -121.897091999812957, 38.315371999929646 ], [ -121.841223999917517, 38.3151209999535 ], [ -121.823431999739583, 38.315045999696558 ], [ -121.823497000036909, 38.307796999667652 ], [ -121.821471999757151, 38.307478000322028 ], [ -121.759585999822121, 38.30675600028114 ], [ -121.758239000308095, 38.30419799968405 ], [ -121.756769999697013, 38.304750999983519 ], [ -121.756727999864225, 38.302740999744785 ], [ -121.753818999852726, 38.299515000103447 ], [ -121.750920999711852, 38.299262000195725 ], [ -121.748971999600059, 38.298272000229332 ], [ -121.748301000303641, 38.297018000008357 ], [ -121.742883000313682, 38.294961000028565 ], [ -121.739853999753237, 38.293260999898166 ], [ -121.733813999972341, 38.291382000335581 ], [ -121.726984999995949, 38.290703000076313 ], [ -121.721709000296229, 38.286794000166516 ], [ -121.717847999882579, 38.286825000097494 ], [ -121.717215000221003, 38.287309999750313 ], [ -121.717180000060864, 38.28989599994204 ], [ -121.716010000098862, 38.291725000101145 ], [ -121.712382000212045, 38.292171999934077 ], [ -121.712199999738843, 38.314457000160068 ], [ -121.693969000068094, 38.314453999672715 ], [ -121.694061000129608, 38.328578000152277 ], [ -121.694463999637421, 38.329620999754972 ], [ -121.694251999925328, 38.343609000222571 ], [ -121.693893999725034, 38.344207999949887 ], [ -121.693772000424602, 38.371846999705454 ], [ -121.693764999853599, 38.423060999830057 ], [ -121.693707000127262, 38.452193000003781 ], [ -121.693639000355233, 38.487604000051995 ], [ -121.695796999806049, 38.487615000127207 ], [ -121.695348000267487, 38.510995000141449 ], [ -121.69515300027382, 38.522771999691294 ], [ -121.694677000072758, 38.527054000256243 ], [ -121.69731099972465, 38.526850000012885 ], [ -121.700735000295296, 38.527427000108361 ], [ -121.704350999588243, 38.530418000210553 ], [ -121.704655000260189, 38.532194000316892 ], [ -121.706143000239507, 38.532033999768068 ], [ -121.706354000126709, 38.533441000029818 ], [ -121.707976000000357, 38.535399000107077 ], [ -121.710207000144436, 38.535749000153864 ], [ -121.71056799981946, 38.537043000100454 ], [ -121.712034000057486, 38.53796199998321 ], [ -121.7133580000053, 38.537705000179358 ], [ -121.719821000283801, 38.535218999841511 ], [ -121.721940000274898, 38.534875000283016 ], [ -121.723156000267693, 38.535149999655452 ], [ -121.724224999947353, 38.535913999725857 ], [ -121.728134000041564, 38.536068999830782 ], [ -121.728727000418502, 38.535980000151376 ], [ -121.728923000237089, 38.535963000271174 ], [ -121.730140000054789, 38.536000999667216 ], [ -121.730339000246374, 38.536000999667216 ], [ -121.732587999933855, 38.536352000203507 ], [ -121.734715000320861, 38.5375259999512 ], [ -121.735210999715108, 38.537548000309471 ], [ -121.735902999826209, 38.537531000097076 ], [ -121.737441999859186, 38.537421000320634 ], [ -121.738076000243993, 38.537534999651413 ], [ -121.738594000277843, 38.537704000293139 ], [ -121.744628000210966, 38.532935999800728 ], [ -121.748911000398991, 38.530953999932798 ], [ -121.756669000312982, 38.529633000139611 ], [ -121.760281000306293, 38.528293999683889 ], [ -121.765100000071541, 38.525855999882204 ], [ -121.767053000381296, 38.526183000313644 ], [ -121.768156000396161, 38.527178000176661 ], [ -121.768503999652367, 38.530818999691931 ], [ -121.768726000308575, 38.530937000270356 ], [ -121.771402999618161, 38.532345000161527 ], [ -121.776352999802967, 38.530194999847396 ], [ -121.779697999832578, 38.529911999850484 ], [ -121.783033999641376, 38.527010000142432 ], [ -121.783581999812469, 38.523458999659738 ], [ -121.785811000306737, 38.523073999954264 ], [ -121.789845999899327, 38.524491999789973 ], [ -121.795186999896401, 38.526942999885527 ], [ -121.799948999760247, 38.527102999808299 ], [ -121.809213000095212, 38.526882999822739 ], [ -121.813329999703583, 38.526022999750865 ], [ -121.821702999735834, 38.528287000267362 ], [ -121.825143000200001, 38.529295999895176 ], [ -121.832557000157408, 38.52975699983233 ], [ -121.83929300024738, 38.533374000139382 ], [ -121.844060000134093, 38.535237999738563 ], [ -121.848796999883575, 38.536608999922549 ], [ -121.85123700026503, 38.536791000021246 ], [ -121.853737999847567, 38.536793999717865 ], [ -121.857288999741499, 38.538096000290494 ], [ -121.861323000407509, 38.538495000089014 ], [ -121.865140000440206, 38.537552999751142 ], [ -121.86743900035637, 38.537435000186534 ], [ -121.871719999996273, 38.538484000055561 ], [ -121.87607699980417, 38.538043000266953 ], [ -121.881390000212136, 38.538197000121144 ], [ -121.883608999762345, 38.539049999657543 ], [ -121.885881999739226, 38.538760000258918 ], [ -121.888420999854901, 38.537818999762735 ], [ -121.891129999849895, 38.53509700027216 ], [ -121.893783999593268, 38.533428999980615 ], [ -121.897075999919437, 38.532928000180441 ], [ -121.900483999698238, 38.532378000262185 ], [ -121.90414599992026, 38.530942000171528 ], [ -121.908968999883456, 38.529576000209211 ], [ -121.914104000016195, 38.529534000231571 ], [ -121.919771000426508, 38.529913999839451 ], [ -121.921098999673944, 38.529555000223432 ], [ -121.925323000310755, 38.529704999987203 ], [ -121.929446999591818, 38.530380999961743 ], [ -121.932773000253192, 38.531503000223516 ], [ -121.9402850001199, 38.533384000305254 ], [ -121.941547000143416, 38.533067999731038 ], [ -121.942421999654314, 38.53246600022247 ], [ -121.944622999661192, 38.528932999974479 ], [ -121.947456000403022, 38.527096000275854 ] ], [ [ -121.860133000353997, 38.444239000092018 ], [ -121.861771999946072, 38.443306000282142 ], [ -121.858539000069442, 38.44583899970857 ], [ -121.849365000146136, 38.452949999809825 ], [ -121.840921999793707, 38.459518999691547 ], [ -121.836668999742898, 38.462815000163744 ], [ -121.825025000199233, 38.471894000124934 ], [ -121.823603000342132, 38.472800000038923 ], [ -121.823692000030576, 38.472936000142482 ], [ -121.803807999625761, 38.488591999664941 ], [ -121.803873999747978, 38.483181999746847 ], [ -121.80395800031188, 38.469175000165663 ], [ -121.80413300021408, 38.445399999804074 ], [ -121.804328000207747, 38.416389000308889 ], [ -121.822706000191587, 38.416533000348863 ], [ -121.850679000048203, 38.416714999783451 ], [ -121.859663999825628, 38.416799999795458 ], [ -121.859529000106434, 38.438120999684692 ], [ -121.859411000105638, 38.443453000195184 ], [ -121.858607999666447, 38.444239000092018 ], [ -121.85858299955207, 38.444418999814467 ], [ -121.860133000353997, 38.444239000092018 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253402", "NAME": "Census Tract 2534.02", "state": "06", "county_fips": "095", "tract": "253402", "county_name": "Solano County", "tot_pop_2050": 7804, "tot_pop_pov_det_2050": 7669, "tot_pop_civ_ni_2050": 7790, "tot_hh_2050": 2345, "pop_zvhhs_2050": 102, "tot_fam_2050": 1791, "tot_pop_over5_2050": 7357, "pop_hus_rent50_2050": 261, "pop_minority_2050": 4650, "pop_over75_2050": 694, "pop_spfam_2050": 232, "pop_lep_2050": 1056, "pop_below200_2050": 2885, "pop_disability_2050": 985, "pct_minority_2050": 0.59584828293182979, "pct_over75_2050": 0.088928754484879552, "pct_spfam_2050": 0.12953657174762706, "pct_lep_2050": 0.14353676770422727, "pct_below200_2050": 0.37618985526144216, "pct_disab_2050": 0.12644415917843388, "pct_zvhhs_2050": 0.043496801705756934, "pct_hus_rent50_2050": 0.11130063965884859, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049985384390529006, "pct_minority_2040": 0.458053200818474, "pct_spfam_2040": 0.23422897196261699, "pct_lep_2040": 0.12214983713355002, "pct_below200_2040": 0.39019751280175602, "pct_disab_2040": 0.13423921158727803, "pct_zvhhs_2040": 0.052315608919383, "pct_hus_rent50_2040": 0.12051835853131801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.841167000016085, 38.427368999937343 ], [ -121.850679000048203, 38.416714999783451 ], [ -121.822706000191587, 38.416533000348863 ], [ -121.804328000207747, 38.416389000308889 ], [ -121.80413300021408, 38.445399999804074 ], [ -121.80395800031188, 38.469175000165663 ], [ -121.803873999747978, 38.483181999746847 ], [ -121.803807999625761, 38.488591999664941 ], [ -121.823692000030576, 38.472936000142482 ], [ -121.823603000342132, 38.472800000038923 ], [ -121.822282999693982, 38.470881000231664 ], [ -121.822331000272854, 38.467851999688541 ], [ -121.822397000395085, 38.456182999932373 ], [ -121.822405999717617, 38.455441999857371 ], [ -121.82407199997219, 38.452805999924962 ], [ -121.827418999651613, 38.452832999837327 ], [ -121.831738999649588, 38.452863999776397 ], [ -121.831827000411437, 38.446634000160785 ], [ -121.831813999992647, 38.445647000107769 ], [ -121.831833000259223, 38.439842000004354 ], [ -121.830781000297961, 38.439056999920972 ], [ -121.841167000016085, 38.427368999937343 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253403", "NAME": "Census Tract 2534.03", "state": "06", "county_fips": "095", "tract": "253403", "county_name": "Solano County", "tot_pop_2050": 4983, "tot_pop_pov_det_2050": 4983, "tot_pop_civ_ni_2050": 4952, "tot_hh_2050": 1558, "pop_zvhhs_2050": 47, "tot_fam_2050": 1337, "tot_pop_over5_2050": 4832, "pop_hus_rent50_2050": 25, "pop_minority_2050": 2003, "pop_over75_2050": 331, "pop_spfam_2050": 223, "pop_lep_2050": 161, "pop_below200_2050": 966, "pop_disability_2050": 544, "pct_minority_2050": 0.40196668673489866, "pct_over75_2050": 0.066425847882801523, "pct_spfam_2050": 0.16679132385938669, "pct_lep_2050": 0.033319536423841056, "pct_below200_2050": 0.1938591210114389, "pct_disab_2050": 0.1098546042003231, "pct_zvhhs_2050": 0.03016688061617458, "pct_hus_rent50_2050": 0.016046213093709884, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034353405725567998, "pct_minority_2040": 0.47581441263573498, "pct_spfam_2040": 0.16666666666666699, "pct_lep_2040": 0.072532454152071005, "pct_below200_2040": 0.25725567620927903, "pct_disab_2040": 0.110229976209358, "pct_zvhhs_2040": 0.029898218829517001, "pct_hus_rent50_2040": 0.075063613231552001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.861771999946072, 38.443306000282142 ], [ -121.860133000353997, 38.444239000092018 ], [ -121.85858299955207, 38.444418999814467 ], [ -121.858607999666447, 38.444239000092018 ], [ -121.859411000105638, 38.443453000195184 ], [ -121.859529000106434, 38.438120999684692 ], [ -121.859663999825628, 38.416799999795458 ], [ -121.850679000048203, 38.416714999783451 ], [ -121.841167000016085, 38.427368999937343 ], [ -121.830781000297961, 38.439056999920972 ], [ -121.831833000259223, 38.439842000004354 ], [ -121.831813999992647, 38.445647000107769 ], [ -121.831827000411437, 38.446634000160785 ], [ -121.831738999649588, 38.452863999776397 ], [ -121.835825000194149, 38.452896999719528 ], [ -121.840885999808705, 38.452955999857409 ], [ -121.845385999731718, 38.452536000245701 ], [ -121.84713099962903, 38.453347000124147 ], [ -121.849365000146136, 38.452949999809825 ], [ -121.858539000069442, 38.44583899970857 ], [ -121.861771999946072, 38.443306000282142 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253404", "NAME": "Census Tract 2534.04", "state": "06", "county_fips": "095", "tract": "253404", "county_name": "Solano County", "tot_pop_2050": 7138, "tot_pop_pov_det_2050": 7138, "tot_pop_civ_ni_2050": 7104, "tot_hh_2050": 2211, "pop_zvhhs_2050": 31, "tot_fam_2050": 1794, "tot_pop_over5_2050": 6557, "pop_hus_rent50_2050": 205, "pop_minority_2050": 3856, "pop_over75_2050": 147, "pop_spfam_2050": 283, "pop_lep_2050": 623, "pop_below200_2050": 2302, "pop_disability_2050": 627, "pct_minority_2050": 0.54020734099187451, "pct_over75_2050": 0.020594003922667411, "pct_spfam_2050": 0.15774804905239687, "pct_lep_2050": 0.095012963245386606, "pct_below200_2050": 0.32249929952367612, "pct_disab_2050": 0.088260135135135129, "pct_zvhhs_2050": 0.014020805065581184, "pct_hus_rent50_2050": 0.092718227046585236, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.020553935860057999, "pct_minority_2040": 0.54037900874635603, "pct_spfam_2040": 0.218867924528302, "pct_lep_2040": 0.080012905307307994, "pct_below200_2040": 0.27879503839338499, "pct_disab_2040": 0.061239403683133999, "pct_zvhhs_2040": 0.031724137931033999, "pct_hus_rent50_2040": 0.15609078276980101, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.849365000146136, 38.452949999809825 ], [ -121.84713099962903, 38.453347000124147 ], [ -121.845385999731718, 38.452536000245701 ], [ -121.840885999808705, 38.452955999857409 ], [ -121.835825000194149, 38.452896999719528 ], [ -121.831738999649588, 38.452863999776397 ], [ -121.827418999651613, 38.452832999837327 ], [ -121.82407199997219, 38.452805999924962 ], [ -121.822405999717617, 38.455441999857371 ], [ -121.822397000395085, 38.456182999932373 ], [ -121.822331000272854, 38.467851999688541 ], [ -121.822282999693982, 38.470881000231664 ], [ -121.823603000342132, 38.472800000038923 ], [ -121.825025000199233, 38.471894000124934 ], [ -121.836668999742898, 38.462815000163744 ], [ -121.840921999793707, 38.459518999691547 ], [ -121.849365000146136, 38.452949999809825 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095253500", "NAME": "Census Tract 2535", "state": "06", "county_fips": "095", "tract": "253500", "county_name": "Solano County", "tot_pop_2050": 10124, "tot_pop_pov_det_2050": 9989, "tot_pop_civ_ni_2050": 9985, "tot_hh_2050": 4630, "pop_zvhhs_2050": 68, "tot_fam_2050": 2918, "tot_pop_over5_2050": 9952, "pop_hus_rent50_2050": 232, "pop_minority_2050": 3207, "pop_over75_2050": 1470, "pop_spfam_2050": 227, "pop_lep_2050": 150, "pop_below200_2050": 2726, "pop_disability_2050": 2315, "pct_minority_2050": 0.31677202686685102, "pct_over75_2050": 0.14519952587909918, "pct_spfam_2050": 0.077793008910212472, "pct_lep_2050": 0.015072347266881031, "pct_below200_2050": 0.27290019020923018, "pct_disab_2050": 0.23184777165748624, "pct_zvhhs_2050": 0.014686825053995682, "pct_hus_rent50_2050": 0.050107991360691148, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.14564296857588599, "pct_minority_2040": 0.32861600178292794, "pct_spfam_2040": 0.12677679600461, "pct_lep_2040": 0.027642840619939997, "pct_below200_2040": 0.30539531727180202, "pct_disab_2040": 0.183576518493383, "pct_zvhhs_2040": 0.053065430190623, "pct_hus_rent50_2040": 0.065199674001630001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.934104999698604, 38.167936999772174 ], [ -121.93207199992122, 38.165061000338966 ], [ -121.928305000117206, 38.160565999765524 ], [ -121.924919000079726, 38.157401000262702 ], [ -121.920373999950868, 38.153821000328733 ], [ -121.917668000328931, 38.151226000264103 ], [ -121.91516400037338, 38.149531000186265 ], [ -121.912201999760086, 38.148065000107913 ], [ -121.910363000151477, 38.146701999894908 ], [ -121.90894999961688, 38.14391100013011 ], [ -121.908641999645297, 38.140176000230056 ], [ -121.911829000389474, 38.137373000111126 ], [ -121.914128000305652, 38.134564999953739 ], [ -121.915398999651686, 38.13154000009402 ], [ -121.915495999736095, 38.129332000297602 ], [ -121.913607999723638, 38.121666999817919 ], [ -121.911770999764869, 38.120016999824863 ], [ -121.908312999757356, 38.118858999682935 ], [ -121.905170000292415, 38.118829000262785 ], [ -121.90318600002054, 38.11963700003524 ], [ -121.900973000318089, 38.121597999828964 ], [ -121.898677999701576, 38.124799000346897 ], [ -121.89686199965918, 38.12601900016697 ], [ -121.893846000415877, 38.126694000351527 ], [ -121.891489999699971, 38.126161999841436 ], [ -121.889645000243604, 38.124919000155835 ], [ -121.888644000335944, 38.121110000217023 ], [ -121.889068999585078, 38.118883999661463 ], [ -121.890390000058161, 38.116160999812983 ], [ -121.890881000327852, 38.113581999884573 ], [ -121.890708000075492, 38.111222999781312 ], [ -121.889584000144225, 38.10668499987819 ], [ -121.889636000022762, 38.104719000031992 ], [ -121.890872000107009, 38.103060999721635 ], [ -121.893217000053909, 38.101580999833033 ], [ -121.895214999671197, 38.099580000192113 ], [ -121.895906999782326, 38.097484000227134 ], [ -121.895013999829757, 38.096519000121432 ], [ -121.889867000001431, 38.095118999904798 ], [ -121.886427000435575, 38.093180000264205 ], [ -121.882812999894156, 38.088120999745307 ], [ -121.882258999875276, 38.086015999871329 ], [ -121.883259999782865, 38.083520999794565 ], [ -121.884281999606898, 38.082216000352261 ], [ -121.88499600035766, 38.080956999939836 ], [ -121.884719000348241, 38.078415999916572 ], [ -121.882690999695413, 38.07605399971392 ], [ -121.880420000266668, 38.074278000196344 ], [ -121.876070000131449, 38.072379999723658 ], [ -121.871757999631114, 38.071476000142894 ], [ -121.865348999779272, 38.071103000166438 ], [ -121.861597000043901, 38.069886999695022 ], [ -121.857612999606573, 38.071967000221022 ], [ -121.85290900036739, 38.072846999882813 ], [ -121.848540999790529, 38.07422299974742 ], [ -121.843228000280874, 38.076654999660278 ], [ -121.84244400010823, 38.076734999953672 ], [ -121.839308000316009, 38.07545500031501 ], [ -121.836060000370765, 38.073214999726382 ], [ -121.832203999979996, 38.069438999674098 ], [ -121.827915999769075, 38.066223000114377 ], [ -121.817611000241797, 38.062766999713055 ], [ -121.810810999679433, 38.060767000087068 ], [ -121.805242999901623, 38.059647000269223 ], [ -121.801642999603899, 38.059502999705771 ], [ -121.79849000009321, 38.060111 ], [ -121.79639500039157, 38.06084700007488 ], [ -121.766825999702249, 38.075951000093319 ], [ -121.755674000253151, 38.080671000079874 ], [ -121.749122000286192, 38.083988000227656 ], [ -121.743163999622766, 38.087229000176826 ], [ -121.741397999809081, 38.087140999892725 ], [ -121.734887999674925, 38.083738999930368 ], [ -121.731819999654718, 38.082633999749561 ], [ -121.729348000384519, 38.082348000085169 ], [ -121.727450000326371, 38.082363000216496 ], [ -121.717963000408631, 38.083682999724033 ], [ -121.71392600026789, 38.084541999990734 ], [ -121.710888000384926, 38.086488999919297 ], [ -121.709409999553003, 38.088817000244653 ], [ -121.708436000307884, 38.0914819998941 ], [ -121.707790000227519, 38.105131999738944 ], [ -121.707215000292251, 38.109845999915642 ], [ -121.706488000021011, 38.111857999650987 ], [ -121.705165999723022, 38.113812999966264 ], [ -121.7037129999038, 38.115030000057175 ], [ -121.699927999658129, 38.119187000218936 ], [ -121.696816000155351, 38.123761999981944 ], [ -121.695790000133357, 38.125515000029758 ], [ -121.692095000299375, 38.13312599986422 ], [ -121.690687999612592, 38.139675000276782 ], [ -121.689398999824888, 38.143328000225004 ], [ -121.688233000060805, 38.145420999671217 ], [ -121.687704999981221, 38.146829000060279 ], [ -121.687049999680013, 38.151868999898966 ], [ -121.685868000022424, 38.154587000197701 ], [ -121.68558599999011, 38.159705000292639 ], [ -121.684570000013906, 38.160763999882441 ], [ -121.680330000381858, 38.162812000240521 ], [ -121.676202999829428, 38.166773000275285 ], [ -121.671700000431713, 38.172380999967167 ], [ -121.668168999730923, 38.175195999659621 ], [ -121.666985000423523, 38.177035999996498 ], [ -121.666345000190915, 38.178571999987227 ], [ -121.662907000274913, 38.18186899966534 ], [ -121.656701999739241, 38.183086000287297 ], [ -121.655108000353025, 38.183107999885237 ], [ -121.64842499996648, 38.185293000095058 ], [ -121.645833000147405, 38.186507999687166 ], [ -121.642129999917472, 38.190023999956942 ], [ -121.639738000114903, 38.190892000302171 ], [ -121.635138999559359, 38.193285000028162 ], [ -121.631876000443825, 38.194368999808709 ], [ -121.623849999842932, 38.193189999648951 ], [ -121.621355000108196, 38.193578000216405 ], [ -121.615413000236572, 38.195696000094614 ], [ -121.614470999880197, 38.196474000037981 ], [ -121.612101999643841, 38.200068000041377 ], [ -121.611164000383738, 38.202935999860074 ], [ -121.611304999950718, 38.206298999774411 ], [ -121.607979000187711, 38.212874000102026 ], [ -121.605288999560969, 38.216173000004311 ], [ -121.602443000196971, 38.220409999798569 ], [ -121.602059000057423, 38.221641999728739 ], [ -121.602732999726868, 38.225802000051111 ], [ -121.602762999864098, 38.230218999991834 ], [ -121.602494000250587, 38.232719999986585 ], [ -121.603208000103024, 38.237283000259957 ], [ -121.602120999981693, 38.241674000055248 ], [ -121.601801000314552, 38.246346000191423 ], [ -121.602168999662268, 38.249162000256995 ], [ -121.601992999935177, 38.252425999934623 ], [ -121.600745000155342, 38.254218000123785 ], [ -121.600248999862785, 38.257816999881534 ], [ -121.601541999848465, 38.263992999824772 ], [ -121.604009999819013, 38.270102999891641 ], [ -121.603802000304881, 38.271686999669207 ], [ -121.601514000259385, 38.275718999698945 ], [ -121.600826000346203, 38.279399999930511 ], [ -121.602122999631504, 38.282199999670773 ], [ -121.604270999934926, 38.284186999971126 ], [ -121.60545000011777, 38.286119999940411 ], [ -121.603946000244903, 38.289513000195576 ], [ -121.604121999971994, 38.291561000129725 ], [ -121.605179999781015, 38.296083999779007 ], [ -121.604506000111542, 38.297399999933489 ], [ -121.599908000279257, 38.301515000313529 ], [ -121.599723000331323, 38.304583000061726 ], [ -121.597579000225878, 38.307175000256457 ], [ -121.598653999753324, 38.309892000251033 ], [ -121.597802999633558, 38.310726999674038 ], [ -121.593272999573301, 38.313088999760708 ], [ -121.61685900038313, 38.31314399984344 ], [ -121.654458000074683, 38.31341999980819 ], [ -121.667176000219243, 38.313511999797896 ], [ -121.692881999946749, 38.313746000303134 ], [ -121.693697000081528, 38.313732000004933 ], [ -121.693969000068094, 38.314453999672715 ], [ -121.712199999738843, 38.314457000160068 ], [ -121.712382000212045, 38.292171999934077 ], [ -121.716010000098862, 38.291725000101145 ], [ -121.717180000060864, 38.28989599994204 ], [ -121.717215000221003, 38.287309999750313 ], [ -121.717847999882579, 38.286825000097494 ], [ -121.721709000296229, 38.286794000166516 ], [ -121.726984999995949, 38.290703000076313 ], [ -121.733813999972341, 38.291382000335581 ], [ -121.739853999753237, 38.293260999898166 ], [ -121.742883000313682, 38.294961000028565 ], [ -121.748301000303641, 38.297018000008357 ], [ -121.748971999600059, 38.298272000229332 ], [ -121.750920999711852, 38.299262000195725 ], [ -121.753818999852726, 38.299515000103447 ], [ -121.756727999864225, 38.302740999744785 ], [ -121.756769999697013, 38.304750999983519 ], [ -121.758239000308095, 38.30419799968405 ], [ -121.759585999822121, 38.30675600028114 ], [ -121.821471999757151, 38.307478000322028 ], [ -121.823497000036909, 38.307796999667652 ], [ -121.823431999739583, 38.315045999696558 ], [ -121.841223999917517, 38.3151209999535 ], [ -121.897091999812957, 38.315371999929646 ], [ -121.915463999949012, 38.315497000222649 ], [ -121.915510999804667, 38.308246999916598 ], [ -121.915453000078372, 38.300549999767568 ], [ -121.914649999639153, 38.286456000287295 ], [ -121.91482600026454, 38.279209999682358 ], [ -121.915006000189607, 38.273402999816916 ], [ -121.905545000211134, 38.279534000311251 ], [ -121.896557000060653, 38.28647900020799 ], [ -121.892423999660465, 38.282090999688329 ], [ -121.91477100001299, 38.26496899990093 ], [ -121.914670999555526, 38.262265999700155 ], [ -121.91377099993025, 38.26156400003579 ], [ -121.915294000069707, 38.261008000174044 ], [ -121.915436000359932, 38.242891999795553 ], [ -121.914166999765385, 38.242875000019509 ], [ -121.912106000398921, 38.241811000151365 ], [ -121.903575000182954, 38.228366999761178 ], [ -121.915434999636716, 38.228396999994352 ], [ -121.920784999854575, 38.228396000057352 ], [ -121.920460000164582, 38.225462000079361 ], [ -121.919269000286178, 38.225149000145123 ], [ -121.920143999797091, 38.223642000192967 ], [ -121.919520000356329, 38.221678000088922 ], [ -121.917801000398342, 38.22012700012133 ], [ -121.91949400041706, 38.218930000185324 ], [ -121.917483000381026, 38.21759900028718 ], [ -121.919628000311363, 38.213973999792231 ], [ -121.921522000171549, 38.211959000047713 ], [ -121.921159999773323, 38.20896000015243 ], [ -121.923024000394619, 38.205286999723207 ], [ -121.920691999968184, 38.198923999648926 ], [ -121.926114999980996, 38.195841000204283 ], [ -121.929143999643117, 38.193391999652796 ], [ -121.930526000215579, 38.189900999932632 ], [ -121.929244000100539, 38.185308000265849 ], [ -121.927864999901146, 38.183841999992978 ], [ -121.919747999961984, 38.180662000178941 ], [ -121.918528999596148, 38.179939999983112 ], [ -121.918039999874594, 38.17847700019108 ], [ -121.921445000178679, 38.175785000180333 ], [ -121.927689999998975, 38.17324500012456 ], [ -121.931641999750894, 38.169729000125727 ], [ -121.934104999698604, 38.167936999772174 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06095980000", "NAME": "Census Tract 9800", "state": "06", "county_fips": "095", "tract": "980000", "county_name": "Solano County", "tot_pop_2050": 0, "tot_pop_pov_det_2050": 0, "tot_pop_civ_ni_2050": 0, "tot_hh_2050": 0, "pop_zvhhs_2050": 0, "tot_fam_2050": 0, "tot_pop_over5_2050": 0, "pop_hus_rent50_2050": 0, "pop_minority_2050": 0, "pop_over75_2050": 0, "pop_spfam_2050": 0, "pop_lep_2050": 0, "pop_below200_2050": 0, "pop_disability_2050": 0, "pct_minority_2050": 0.0, "pct_over75_2050": 0.0, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0, "pct_below200_2050": 0.0, "pct_disab_2050": 0.0, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.0, "pct_minority_2040": 0.52597402597402598, "pct_spfam_2040": null, "pct_lep_2040": 0.0, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -121.974875000240786, 38.267312000106152 ], [ -121.975174999816446, 38.258012999670726 ], [ -121.9739749997172, 38.254413000165918 ], [ -121.969274999777639, 38.254413000165918 ], [ -121.969391000128596, 38.25009099998622 ], [ -121.969569000403851, 38.243295999943108 ], [ -121.963785999642582, 38.243224000144082 ], [ -121.960621000436333, 38.240303999711564 ], [ -121.960664000094042, 38.237345000042076 ], [ -121.957853999816706, 38.237745999837514 ], [ -121.951735000393128, 38.239800000045257 ], [ -121.951737999867859, 38.242105000186534 ], [ -121.951458000383681, 38.243064000335409 ], [ -121.941638000380024, 38.243014999882583 ], [ -121.94173299991624, 38.246568999901761 ], [ -121.939480999855761, 38.246550999887262 ], [ -121.939285999862093, 38.247591999985382 ], [ -121.935012999719774, 38.249546000150346 ], [ -121.923790999950512, 38.250242999933903 ], [ -121.923585999911069, 38.257129000193622 ], [ -121.9214819999886, 38.257235999768 ], [ -121.915294000069707, 38.261008000174044 ], [ -121.91377099993025, 38.26156400003579 ], [ -121.914670999555526, 38.262265999700155 ], [ -121.91477100001299, 38.26496899990093 ], [ -121.892423999660465, 38.282090999688329 ], [ -121.896557000060653, 38.28647900020799 ], [ -121.905545000211134, 38.279534000311251 ], [ -121.915006000189607, 38.273402999816916 ], [ -121.91482600026454, 38.279209999682358 ], [ -121.926566999892628, 38.279207999795851 ], [ -121.925128000317088, 38.278882999879905 ], [ -121.922481000246393, 38.275985999708595 ], [ -121.924216999922862, 38.274271999971802 ], [ -121.927655999663799, 38.271782999870368 ], [ -121.92904200043418, 38.269705999764533 ], [ -121.933484999557479, 38.266381999659295 ], [ -121.942302999828627, 38.266430999874565 ], [ -121.945944000134261, 38.266450000021145 ], [ -121.945935999738339, 38.26736400001321 ], [ -121.94921700019384, 38.267657999655519 ], [ -121.95460400022165, 38.266837999996646 ], [ -121.964959999802545, 38.266843999972707 ], [ -121.974875000240786, 38.267312000106152 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150100", "NAME": "Census Tract 1501", "state": "06", "county_fips": "097", "tract": "150100", "county_name": "Sonoma County", "tot_pop_2050": 2456, "tot_pop_pov_det_2050": 2456, "tot_pop_civ_ni_2050": 2456, "tot_hh_2050": 1019, "pop_zvhhs_2050": 76, "tot_fam_2050": 675, "tot_pop_over5_2050": 2362, "pop_hus_rent50_2050": 64, "pop_minority_2050": 396, "pop_over75_2050": 375, "pop_spfam_2050": 41, "pop_lep_2050": 89, "pop_below200_2050": 261, "pop_disability_2050": 249, "pct_minority_2050": 0.16123778501628666, "pct_over75_2050": 0.15268729641693812, "pct_spfam_2050": 0.060740740740740734, "pct_lep_2050": 0.037679932260795933, "pct_below200_2050": 0.10627035830618893, "pct_disab_2050": 0.10138436482084692, "pct_zvhhs_2050": 0.074582924435721301, "pct_hus_rent50_2050": 0.062806673209028455, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089370078740156997, "pct_minority_2040": 0.15905511811023598, "pct_spfam_2040": 0.034976152623210993, "pct_lep_2040": 0.00406834825061, "pct_below200_2040": 0.12688342585249801, "pct_disab_2040": 0.11496062992125999, "pct_zvhhs_2040": 0.023474178403755999, "pct_hus_rent50_2040": 0.070038910505837007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ -122.531123000108039, 38.231261000277208 ], [ -122.529829000297468, 38.227706000022408 ], [ -122.528841999735263, 38.223667000247829 ], [ -122.526307999642469, 38.220776999812969 ], [ -122.521197999624079, 38.217259000090209 ], [ -122.519786999637631, 38.213956000178776 ], [ -122.520761999605995, 38.212615999670703 ], [ -122.518898999707929, 38.20760500031659 ], [ -122.51707000014504, 38.204499999790485 ], [ -122.515136000101862, 38.202439000274595 ], [ -122.512309999931034, 38.201322999910374 ], [ -122.509471000239714, 38.198893000334195 ], [ -122.508615000097052, 38.19753000013111 ], [ -122.50605400024007, 38.196418999826861 ], [ -122.503926000028159, 38.194589000243397 ], [ -122.501092000359691, 38.194723999972496 ], [ -122.498255000318196, 38.192127999667917 ], [ -122.493563999701166, 38.189514999782027 ], [ -122.492478000303038, 38.189682999689254 ], [ -122.48646600011125, 38.18837800010904 ], [ -122.48329599998381, 38.186407000094071 ], [ -122.480600000407634, 38.185757999717552 ], [ -122.473260000070056, 38.187025000206809 ], [ -122.470310000050674, 38.187070000346139 ], [ -122.46731900002338, 38.186542000161808 ], [ -122.466096000357922, 38.185212000249066 ], [ -122.463911000244579, 38.18564300021626 ], [ -122.460977000118703, 38.18092500028483 ], [ -122.456109999774569, 38.180306000080677 ], [ -122.449694000250048, 38.176353999850498 ], [ -122.453560999613146, 38.175178000345674 ], [ -122.456705999626237, 38.171571000095419 ], [ -122.457134999971643, 38.170083000278133 ], [ -122.451650999859424, 38.170067999797794 ], [ -122.449450999677467, 38.168255000228292 ], [ -122.444768000354685, 38.165524999732305 ], [ -122.447342999557023, 38.162283000006013 ], [ -122.448274999867678, 38.160244999878287 ], [ -122.4481700002857, 38.155178999841027 ], [ -122.446944000247186, 38.151706999990111 ], [ -122.445713000185776, 38.152153000248774 ], [ -122.443518999851619, 38.150203999889087 ], [ -122.440318999586964, 38.149120000029292 ], [ -122.438782000102137, 38.149937000018454 ], [ -122.437515999880659, 38.148053000338429 ], [ -122.433273999700475, 38.145034000209087 ], [ -122.431081999914454, 38.144205000009372 ], [ -122.4301210001898, 38.14289500001928 ], [ -122.432056000057884, 38.141202000093813 ], [ -122.437878000278886, 38.139736000084113 ], [ -122.440836999620814, 38.137932000219998 ], [ -122.440707999749392, 38.135822999774824 ], [ -122.438339000411375, 38.133283000196222 ], [ -122.435569000317017, 38.128554999976899 ], [ -122.436382999728579, 38.12599800023073 ], [ -122.434237999798185, 38.121828999996623 ], [ -122.429768000012373, 38.123651000049435 ], [ -122.434197999615222, 38.120898999890379 ], [ -122.437961000119586, 38.120019999859942 ], [ -122.439042325583273, 38.117249856300603 ], [ -122.419732999923539, 38.12905400017906 ], [ -122.40000599987755, 38.138588000128124 ], [ -122.398816999648972, 38.142701000353114 ], [ -122.3981288703784, 38.142799435861768 ], [ -122.40678600034849, 38.155632000257754 ], [ -122.407511999896471, 38.157812999869016 ], [ -122.406793000021153, 38.15871999996309 ], [ -122.404002999835342, 38.160409000221705 ], [ -122.40136300033565, 38.161012000233548 ], [ -122.39682200040474, 38.161450999746613 ], [ -122.384773999731706, 38.160963999775724 ], [ -122.381704999886608, 38.160486000143692 ], [ -122.375072999553709, 38.158653000064028 ], [ -122.374357999876338, 38.158010000200598 ], [ -122.371115999778922, 38.157720000259054 ], [ -122.367560999687001, 38.158792000028477 ], [ -122.366214999997908, 38.16085500023739 ], [ -122.365582000336332, 38.166028999684777 ], [ -122.366493999657166, 38.169431999898514 ], [ -122.368749999915593, 38.172949000092814 ], [ -122.369750999823239, 38.175875000193152 ], [ -122.369026999925055, 38.181898000131866 ], [ -122.366789999933161, 38.183823999990288 ], [ -122.362823999937518, 38.183430999764354 ], [ -122.360078999957537, 38.181929000325582 ], [ -122.358565000038951, 38.181974000082235 ], [ -122.357369999962543, 38.183958000060557 ], [ -122.356908000005205, 38.18868199993112 ], [ -122.357051000120336, 38.190634000331492 ], [ -122.358175999876508, 38.192738000071415 ], [ -122.360544000287931, 38.195060000078655 ], [ -122.360257000232764, 38.197115000128768 ], [ -122.357779000216468, 38.197673000106271 ], [ -122.355127999947811, 38.196862000052164 ], [ -122.353209999798167, 38.195481999692504 ], [ -122.350501999628094, 38.192611000091446 ], [ -122.349564000367977, 38.193971999765388 ], [ -122.35085499980552, 38.196925999724897 ], [ -122.350391000198329, 38.200551999656646 ], [ -122.35068099972824, 38.201830999849292 ], [ -122.352284000233624, 38.202666999830974 ], [ -122.354070000138776, 38.205420999836406 ], [ -122.356376999552523, 38.206795999831435 ], [ -122.357533999994089, 38.208865999959613 ], [ -122.359241000256532, 38.209988999663651 ], [ -122.358344000105987, 38.21169299998116 ], [ -122.358036999959339, 38.214705999827757 ], [ -122.358267000113116, 38.218524000027031 ], [ -122.359924000146833, 38.230501000018741 ], [ -122.366786999560105, 38.247015000091928 ], [ -122.370386999857843, 38.246915000176593 ], [ -122.370480999569182, 38.245318000276811 ], [ -122.374587000205224, 38.244514999738804 ], [ -122.373864999956851, 38.247438000081708 ], [ -122.37718700042025, 38.248414999982089 ], [ -122.377286999979347, 38.249914999872466 ], [ -122.378986999670815, 38.250714000082972 ], [ -122.380770999926142, 38.2528370000297 ], [ -122.382487000409427, 38.254115000082081 ], [ -122.38434199991157, 38.25450000018953 ], [ -122.38558700021666, 38.256715000336257 ], [ -122.388157000294456, 38.258345000079487 ], [ -122.389896000343967, 38.260695000183851 ], [ -122.38907299981328, 38.264387999849689 ], [ -122.389272000004894, 38.267867000284859 ], [ -122.387379999794518, 38.270202000272775 ], [ -122.388387000448233, 38.271459999966993 ], [ -122.387241999702255, 38.273252999707523 ], [ -122.388188000256605, 38.274215000014173 ], [ -122.389851000138123, 38.274267999926757 ], [ -122.393863999989421, 38.27313100004833 ], [ -122.394139000349043, 38.272155000332823 ], [ -122.396992000284044, 38.272093999959111 ], [ -122.399998000379952, 38.274137999752881 ], [ -122.403128000324415, 38.280095999688122 ], [ -122.404760000243797, 38.281819999934839 ], [ -122.4020289996092, 38.284436999941605 ], [ -122.40123500028912, 38.286886000082283 ], [ -122.401524999819031, 38.288319999681839 ], [ -122.400822999662168, 38.289549000084783 ], [ -122.402410000274017, 38.293973999818519 ], [ -122.40169300004851, 38.295201999929198 ], [ -122.402623999635949, 38.297986999742911 ], [ -122.403588999558551, 38.299113999980008 ], [ -122.402770000124121, 38.300549000118295 ], [ -122.405799999611162, 38.304464999976403 ], [ -122.409577000359221, 38.305696999890188 ], [ -122.411504999656287, 38.305735000069802 ], [ -122.412617999716886, 38.304735000175526 ], [ -122.41285100024372, 38.303255000212069 ], [ -122.415920999913709, 38.301135999829064 ], [ -122.41693400041521, 38.298155000135381 ], [ -122.418352000074364, 38.296024999898279 ], [ -122.420888999641861, 38.295270000092842 ], [ -122.424125999716466, 38.296043000344952 ], [ -122.423997999669936, 38.295058999926731 ], [ -122.425482000349618, 38.291169999661591 ], [ -122.432939999789667, 38.292784999747028 ], [ -122.434854999566255, 38.289669000056485 ], [ -122.435818999663923, 38.289767999848522 ], [ -122.437474999872762, 38.278992999688832 ], [ -122.4493040002627, 38.280185999771383 ], [ -122.449474000142033, 38.279089000103916 ], [ -122.449998000023669, 38.275702999836184 ], [ -122.450187000169549, 38.274451000352165 ], [ -122.451736000248246, 38.264390000144353 ], [ -122.461962999957706, 38.26537800001848 ], [ -122.466474999576263, 38.265802999880606 ], [ -122.467356999658222, 38.265736999875898 ], [ -122.483604999780283, 38.260530999943562 ], [ -122.489202999695323, 38.258707000100884 ], [ -122.492069999874033, 38.25775000014184 ], [ -122.492370000348004, 38.25713700005516 ], [ -122.489704999835638, 38.252153999916885 ], [ -122.499187999555446, 38.248732000000423 ], [ -122.500217999775387, 38.247663999691021 ], [ -122.50112099977369, 38.246234999925591 ], [ -122.505393000091075, 38.242674999948981 ], [ -122.505436999573718, 38.240023999857904 ], [ -122.50761500001434, 38.23706500008258 ], [ -122.509548000232613, 38.236414000048583 ], [ -122.51133300031286, 38.23668099987659 ], [ -122.516907999763333, 38.237111000154989 ], [ -122.521052000034189, 38.236913000096528 ], [ -122.523458000080481, 38.236049000267236 ], [ -122.526673000413737, 38.236124000313858 ], [ -122.531123000108039, 38.231261000277208 ] ] ], [ [ [ -122.456126268264356, 38.11745729315323 ], [ -122.456098000078981, 38.117461000040294 ], [ -122.45125257816629, 38.116451431403135 ], [ -122.451598000155968, 38.117997999835389 ], [ -122.451417000406039, 38.119019999705692 ], [ -122.452085000227697, 38.119102000327047 ], [ -122.452676000056499, 38.119932000192399 ], [ -122.454318000021587, 38.119976000039443 ], [ -122.455795000130308, 38.119168999801119 ], [ -122.456126268264356, 38.11745729315323 ] ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150202", "NAME": "Census Tract 1502.02", "state": "06", "county_fips": "097", "tract": "150202", "county_name": "Sonoma County", "tot_pop_2050": 4707, "tot_pop_pov_det_2050": 4691, "tot_pop_civ_ni_2050": 4691, "tot_hh_2050": 2237, "pop_zvhhs_2050": 97, "tot_fam_2050": 1220, "tot_pop_over5_2050": 4606, "pop_hus_rent50_2050": 209, "pop_minority_2050": 1264, "pop_over75_2050": 510, "pop_spfam_2050": 101, "pop_lep_2050": 64, "pop_below200_2050": 672, "pop_disability_2050": 468, "pct_minority_2050": 0.26853622264712129, "pct_over75_2050": 0.10834926704907584, "pct_spfam_2050": 0.082786885245901637, "pct_lep_2050": 0.013894919669995658, "pct_below200_2050": 0.1432530377318269, "pct_disab_2050": 0.099765508420379456, "pct_zvhhs_2050": 0.043361645060348682, "pct_hus_rent50_2050": 0.093428699150648206, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.075201119272472985, "pct_minority_2040": 0.26827562084645001, "pct_spfam_2040": 0.033009708737863998, "pct_lep_2040": 0.079483822704320015, "pct_below200_2040": 0.32459996483207298, "pct_disab_2040": 0.067204772767152005, "pct_zvhhs_2040": 0.054827175208582005, "pct_hus_rent50_2040": 0.093951612903225998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.48336100028115, 38.302686999851851 ], [ -122.483763999788977, 38.299351000113383 ], [ -122.481886999647188, 38.298378000139436 ], [ -122.48009900009221, 38.296966000187858 ], [ -122.477510999572729, 38.297587999719205 ], [ -122.476368000273226, 38.295800999997731 ], [ -122.476892999979768, 38.29388399990939 ], [ -122.475845000216509, 38.293670999750205 ], [ -122.468052999967298, 38.292921000310258 ], [ -122.458986999999041, 38.292027000067598 ], [ -122.449912999634847, 38.291145000259661 ], [ -122.445527000412952, 38.290730999689217 ], [ -122.442106000215361, 38.290406999679995 ], [ -122.435818999663923, 38.289767999848522 ], [ -122.434854999566255, 38.289669000056485 ], [ -122.432939999789667, 38.292784999747028 ], [ -122.425482000349618, 38.291169999661591 ], [ -122.423997999669936, 38.295058999926731 ], [ -122.424125999716466, 38.296043000344952 ], [ -122.420888999641861, 38.295270000092842 ], [ -122.418352000074364, 38.296024999898279 ], [ -122.41693400041521, 38.298155000135381 ], [ -122.415920999913709, 38.301135999829064 ], [ -122.41285100024372, 38.303255000212069 ], [ -122.412617999716886, 38.304735000175526 ], [ -122.411504999656287, 38.305735000069802 ], [ -122.409577000359221, 38.305696999890188 ], [ -122.405799999611162, 38.304464999976403 ], [ -122.402770000124121, 38.300549000118295 ], [ -122.401739000079289, 38.302450000042178 ], [ -122.400334999765519, 38.303242999932749 ], [ -122.397603000204356, 38.303532999665869 ], [ -122.394916999775575, 38.304478999948735 ], [ -122.396336000157945, 38.309179000277631 ], [ -122.398931000350103, 38.311795999805078 ], [ -122.401953000339532, 38.31419100016533 ], [ -122.403738000419764, 38.319722000243573 ], [ -122.405401000301282, 38.322118000332196 ], [ -122.406865999816105, 38.321805000216671 ], [ -122.408574999728387, 38.320111000304699 ], [ -122.409460000183344, 38.321132999757921 ], [ -122.409718999751135, 38.32596300028316 ], [ -122.412099999683036, 38.327869999882388 ], [ -122.413731999602419, 38.330693000184894 ], [ -122.413503999996777, 38.332089000167592 ], [ -122.411992999552893, 38.334012000338518 ], [ -122.414403999622053, 38.336269999679196 ], [ -122.417562000053934, 38.33800999989505 ], [ -122.417256999557097, 38.339322000258043 ], [ -122.418752999932337, 38.339589000154774 ], [ -122.420126000283972, 38.338345000338968 ], [ -122.421513999805853, 38.339513000031047 ], [ -122.424390000205406, 38.344413000238504 ], [ -122.424990000255036, 38.345113000184767 ], [ -122.427207000155434, 38.346042999894955 ], [ -122.427329000354149, 38.349140000053815 ], [ -122.429114000434438, 38.349452999759734 ], [ -122.429327999796342, 38.351001000013753 ], [ -122.432928999919, 38.353427999754622 ], [ -122.436683000202535, 38.355137000330416 ], [ -122.437429999666932, 38.35666200004065 ], [ -122.439506000000321, 38.358111999964805 ], [ -122.442282999767372, 38.35903500004175 ], [ -122.444113999878368, 38.35870699987408 ], [ -122.447196000142256, 38.35903500004175 ], [ -122.449690000052072, 38.361012000035487 ], [ -122.45229899958963, 38.359094000073135 ], [ -122.45559299956561, 38.355028999658693 ], [ -122.456416000096326, 38.353434999944767 ], [ -122.456386999783973, 38.350330999802139 ], [ -122.457935000037779, 38.34662800034431 ], [ -122.456616000112859, 38.344584999857794 ], [ -122.456063999743805, 38.341387999939641 ], [ -122.453189999892373, 38.339019999925213 ], [ -122.451682999646479, 38.337279000161388 ], [ -122.451912999800257, 38.335383000142272 ], [ -122.453097999830874, 38.334164000068327 ], [ -122.454025000118648, 38.331778999894674 ], [ -122.455084999577494, 38.33042799980489 ], [ -122.458278999994377, 38.328537000058532 ], [ -122.461660999833896, 38.326965999879974 ], [ -122.463445999914171, 38.325365999840038 ], [ -122.464331000369143, 38.323487000261409 ], [ -122.46419800029976, 38.321059000153099 ], [ -122.463353999852671, 38.320223999891404 ], [ -122.463666999847121, 38.318730000220178 ], [ -122.465750999678107, 38.316438999683662 ], [ -122.468950999942763, 38.314459999942464 ], [ -122.472945000425796, 38.31081099996927 ], [ -122.474686999950023, 38.308343999949081 ], [ -122.47679199969744, 38.306980999754529 ], [ -122.477727000381137, 38.305791999949491 ], [ -122.477970000055365, 38.305238999832163 ], [ -122.483256999625752, 38.302922999975642 ], [ -122.48336100028115, 38.302686999851851 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150203", "NAME": "Census Tract 1502.03", "state": "06", "county_fips": "097", "tract": "150203", "county_name": "Sonoma County", "tot_pop_2050": 4906, "tot_pop_pov_det_2050": 4793, "tot_pop_civ_ni_2050": 4793, "tot_hh_2050": 2172, "pop_zvhhs_2050": 196, "tot_fam_2050": 1203, "tot_pop_over5_2050": 4794, "pop_hus_rent50_2050": 259, "pop_minority_2050": 1076, "pop_over75_2050": 686, "pop_spfam_2050": 143, "pop_lep_2050": 182, "pop_below200_2050": 780, "pop_disability_2050": 1025, "pct_minority_2050": 0.21932327761924172, "pct_over75_2050": 0.13982878108438646, "pct_spfam_2050": 0.11886949293433086, "pct_lep_2050": 0.037964121818940336, "pct_below200_2050": 0.16273732526601292, "pct_disab_2050": 0.2138535364072606, "pct_zvhhs_2050": 0.090239410681399637, "pct_hus_rent50_2050": 0.11924493554327807, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.162134944612286, "pct_minority_2040": 0.21732124874118802, "pct_spfam_2040": 0.11683320522674902, "pct_lep_2040": 0.016447368421053002, "pct_below200_2040": 0.15119636963696401, "pct_disab_2040": 0.15614686468646899, "pct_zvhhs_2040": 0.095387371249439995, "pct_hus_rent50_2040": 0.144785847299814, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.476892999979768, 38.29388399990939 ], [ -122.477592999588495, 38.291811999853785 ], [ -122.474727000133001, 38.289615000305261 ], [ -122.473225999734893, 38.285022999685211 ], [ -122.474813000346714, 38.282779999775016 ], [ -122.475671000139201, 38.281494999723868 ], [ -122.471971000282352, 38.27730500032969 ], [ -122.468538000389202, 38.274085999759173 ], [ -122.469469999801532, 38.270882999878729 ], [ -122.467356999658222, 38.265736999875898 ], [ -122.466474999576263, 38.265802999880606 ], [ -122.461962999957706, 38.26537800001848 ], [ -122.451736000248246, 38.264390000144353 ], [ -122.450187000169549, 38.274451000352165 ], [ -122.449998000023669, 38.275702999836184 ], [ -122.449474000142033, 38.279089000103916 ], [ -122.4493040002627, 38.280185999771383 ], [ -122.449152999751632, 38.281173999838217 ], [ -122.44873799964995, 38.283748000068975 ], [ -122.450634999883192, 38.283933000332148 ], [ -122.45895299966385, 38.284759999940221 ], [ -122.460089000188987, 38.284870000011125 ], [ -122.469162999654856, 38.285774000215845 ], [ -122.468052999967298, 38.292921000310258 ], [ -122.475845000216509, 38.293670999750205 ], [ -122.476892999979768, 38.29388399990939 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150204", "NAME": "Census Tract 1502.04", "state": "06", "county_fips": "097", "tract": "150204", "county_name": "Sonoma County", "tot_pop_2050": 3671, "tot_pop_pov_det_2050": 3541, "tot_pop_civ_ni_2050": 3552, "tot_hh_2050": 1690, "pop_zvhhs_2050": 93, "tot_fam_2050": 913, "tot_pop_over5_2050": 3432, "pop_hus_rent50_2050": 304, "pop_minority_2050": 737, "pop_over75_2050": 433, "pop_spfam_2050": 119, "pop_lep_2050": 7, "pop_below200_2050": 879, "pop_disability_2050": 278, "pct_minority_2050": 0.20076273494960503, "pct_over75_2050": 0.11795151184963225, "pct_spfam_2050": 0.13033953997809419, "pct_lep_2050": 0.0020396270396270395, "pct_below200_2050": 0.24823496187517649, "pct_disab_2050": 0.078265765765765771, "pct_zvhhs_2050": 0.055029585798816567, "pct_hus_rent50_2050": 0.17988165680473372, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.087396265560165998, "pct_minority_2040": 0.087396265560165998, "pct_spfam_2040": 0.12108980827447001, "pct_lep_2040": 0.0072933549432739999, "pct_below200_2040": 0.184351554126474, "pct_disab_2040": 0.077974276527330993, "pct_zvhhs_2040": 0.033642691415312995, "pct_hus_rent50_2040": 0.09964830011723301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.468052999967298, 38.292921000310258 ], [ -122.469162999654856, 38.285774000215845 ], [ -122.460089000188987, 38.284870000011125 ], [ -122.45895299966385, 38.284759999940221 ], [ -122.450634999883192, 38.283933000332148 ], [ -122.44873799964995, 38.283748000068975 ], [ -122.449152999751632, 38.281173999838217 ], [ -122.4493040002627, 38.280185999771383 ], [ -122.437474999872762, 38.278992999688832 ], [ -122.435818999663923, 38.289767999848522 ], [ -122.442106000215361, 38.290406999679995 ], [ -122.445527000412952, 38.290730999689217 ], [ -122.449912999634847, 38.291145000259661 ], [ -122.458986999999041, 38.292027000067598 ], [ -122.468052999967298, 38.292921000310258 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150303", "NAME": "Census Tract 1503.03", "state": "06", "county_fips": "097", "tract": "150303", "county_name": "Sonoma County", "tot_pop_2050": 4403, "tot_pop_pov_det_2050": 4382, "tot_pop_civ_ni_2050": 4403, "tot_hh_2050": 2310, "pop_zvhhs_2050": 148, "tot_fam_2050": 1132, "tot_pop_over5_2050": 4259, "pop_hus_rent50_2050": 15, "pop_minority_2050": 656, "pop_over75_2050": 1141, "pop_spfam_2050": 72, "pop_lep_2050": 10, "pop_below200_2050": 615, "pop_disability_2050": 769, "pct_minority_2050": 0.1489893254599137, "pct_over75_2050": 0.25914149443561207, "pct_spfam_2050": 0.063604240282685506, "pct_lep_2050": 0.0023479690068091107, "pct_below200_2050": 0.14034687357371065, "pct_disab_2050": 0.17465364524188054, "pct_zvhhs_2050": 0.064069264069264081, "pct_hus_rent50_2050": 0.0064935064935064939, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.213867627194957, "pct_minority_2040": 0.16118865375956801, "pct_spfam_2040": 0.031275720164609, "pct_lep_2040": 0.024245196706313001, "pct_below200_2040": 0.248442906574394, "pct_disab_2040": 0.208535178777393, "pct_zvhhs_2040": 0.023906179521876, "pct_hus_rent50_2040": 0.061700182815355997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.574568000310038, 38.324860999801551 ], [ -122.574683999762684, 38.322731000110679 ], [ -122.573470000318068, 38.319469999727616 ], [ -122.573573000250235, 38.317530000012255 ], [ -122.572683999597274, 38.316201000267405 ], [ -122.569151000145013, 38.314226999792453 ], [ -122.567606000264277, 38.312860000172414 ], [ -122.55361900042351, 38.293840000007179 ], [ -122.553744999921861, 38.293059999876043 ], [ -122.554560999881588, 38.292269000310291 ], [ -122.555341999681147, 38.28846700024058 ], [ -122.558534000448219, 38.28818100020343 ], [ -122.559942000061582, 38.287648999710306 ], [ -122.563219000319137, 38.285346999755433 ], [ -122.561524999577173, 38.284528000154317 ], [ -122.559762000136544, 38.282506000079536 ], [ -122.55640899971101, 38.280501000242076 ], [ -122.553559000149036, 38.277897000291823 ], [ -122.551071000086992, 38.276231999775646 ], [ -122.549816999561074, 38.27450600010858 ], [ -122.546116999704225, 38.272665000099252 ], [ -122.545900999794156, 38.271121999925086 ], [ -122.543796999871674, 38.270010999865256 ], [ -122.542493999840261, 38.268742000206814 ], [ -122.535797000108346, 38.265166000281233 ], [ -122.532736999585751, 38.262406999770235 ], [ -122.524888000333505, 38.261151000248063 ], [ -122.52205299994182, 38.259275999947747 ], [ -122.520082000088735, 38.258589000194647 ], [ -122.517769999753796, 38.25736299983631 ], [ -122.512323000349824, 38.254844000243907 ], [ -122.510498999911505, 38.252672999688627 ], [ -122.507394000081405, 38.247292999768717 ], [ -122.503158999573941, 38.24670300018321 ], [ -122.500217999775387, 38.247663999691021 ], [ -122.499187999555446, 38.248732000000423 ], [ -122.489704999835638, 38.252153999916885 ], [ -122.492370000348004, 38.25713700005516 ], [ -122.492069999874033, 38.25775000014184 ], [ -122.489202999695323, 38.258707000100884 ], [ -122.483604999780283, 38.260530999943562 ], [ -122.467356999658222, 38.265736999875898 ], [ -122.469469999801532, 38.270882999878729 ], [ -122.468538000389202, 38.274085999759173 ], [ -122.471971000282352, 38.27730500032969 ], [ -122.475671000139201, 38.281494999723868 ], [ -122.474813000346714, 38.282779999775016 ], [ -122.473225999734893, 38.285022999685211 ], [ -122.474727000133001, 38.289615000305261 ], [ -122.477592999588495, 38.291811999853785 ], [ -122.476892999979768, 38.29388399990939 ], [ -122.478026000131877, 38.294228000276121 ], [ -122.488246999993535, 38.290963000095452 ], [ -122.488286000351593, 38.292195999922932 ], [ -122.49139700002948, 38.29791900001058 ], [ -122.494655000020458, 38.304544999983541 ], [ -122.497550999613196, 38.310163999723464 ], [ -122.50205100043452, 38.320442000012136 ], [ -122.494526999973942, 38.3229720000733 ], [ -122.494855999861912, 38.324026000343949 ], [ -122.499712000335379, 38.326001999712524 ], [ -122.500216000125548, 38.327747999718582 ], [ -122.502865999671002, 38.329214999986498 ], [ -122.504649999926315, 38.3332270000286 ], [ -122.503002000113426, 38.33512100033866 ], [ -122.502797999898917, 38.337269000275811 ], [ -122.506501000128821, 38.338567000236175 ], [ -122.507551000440259, 38.339907000030358 ], [ -122.50898599981781, 38.33989699980291 ], [ -122.512792999804802, 38.33861300014248 ], [ -122.514300999875601, 38.344150000223486 ], [ -122.514453000211574, 38.346656000207567 ], [ -122.515792000227989, 38.348013000257644 ], [ -122.518824000263166, 38.345145000294345 ], [ -122.519943000171565, 38.347681999658697 ], [ -122.521554999999438, 38.349348000220736 ], [ -122.520451999984601, 38.350115000164351 ], [ -122.518636999767097, 38.348592000032426 ], [ -122.517408000253852, 38.349414000270784 ], [ -122.520159000081634, 38.352131000143068 ], [ -122.522914999932254, 38.352852999838149 ], [ -122.524745000218388, 38.354572000212229 ], [ -122.527230999732254, 38.353848999722452 ], [ -122.528829000214785, 38.352431999715158 ], [ -122.533581000032868, 38.350762999962932 ], [ -122.536392999960029, 38.350664999963314 ], [ -122.541185999785981, 38.349073000069318 ], [ -122.542134999815076, 38.348013000257644 ], [ -122.546175000328844, 38.346430999867984 ], [ -122.549732999895497, 38.344514000191445 ], [ -122.552251000094756, 38.344306000232415 ], [ -122.555432000092836, 38.345251000028043 ], [ -122.55691099985134, 38.344767999778426 ], [ -122.559653000356619, 38.341344999760572 ], [ -122.559653000356619, 38.340598000212339 ], [ -122.55905300030696, 38.340026999833348 ], [ -122.562359999803448, 38.339268999947777 ], [ -122.562472999781349, 38.339051999908094 ], [ -122.563252999756003, 38.337670000100658 ], [ -122.569223999939936, 38.335355000149342 ], [ -122.569864999997435, 38.334706000023388 ], [ -122.570003000089713, 38.332775999876638 ], [ -122.566828999764326, 38.330472000062684 ], [ -122.566694000045104, 38.329112999885069 ], [ -122.56721799992674, 38.327505000166759 ], [ -122.568500999866657, 38.327621000150138 ], [ -122.568561000141131, 38.327557999920991 ], [ -122.569521000040865, 38.327069000172678 ], [ -122.573533000067258, 38.327553999994045 ], [ -122.574568000310038, 38.324860999801551 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150304", "NAME": "Census Tract 1503.04", "state": "06", "county_fips": "097", "tract": "150304", "county_name": "Sonoma County", "tot_pop_2050": 6055, "tot_pop_pov_det_2050": 6022, "tot_pop_civ_ni_2050": 6055, "tot_hh_2050": 2172, "pop_zvhhs_2050": 28, "tot_fam_2050": 1436, "tot_pop_over5_2050": 5563, "pop_hus_rent50_2050": 156, "pop_minority_2050": 2420, "pop_over75_2050": 304, "pop_spfam_2050": 283, "pop_lep_2050": 258, "pop_below200_2050": 1391, "pop_disability_2050": 751, "pct_minority_2050": 0.39966969446738232, "pct_over75_2050": 0.050206440957886053, "pct_spfam_2050": 0.19707520891364905, "pct_lep_2050": 0.046377853676074061, "pct_below200_2050": 0.23098638326137494, "pct_disab_2050": 0.1240297274979356, "pct_zvhhs_2050": 0.01289134438305709, "pct_hus_rent50_2050": 0.0718232044198895, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038521522145975998, "pct_minority_2040": 0.47535870243293799, "pct_spfam_2040": 0.13903061224489802, "pct_lep_2040": 0.13514868025392598, "pct_below200_2040": 0.41528343250861294, "pct_disab_2040": 0.094510293200250006, "pct_zvhhs_2040": 0.024346257889991001, "pct_hus_rent50_2040": 0.173793103448276, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.50205100043452, 38.320442000012136 ], [ -122.497550999613196, 38.310163999723464 ], [ -122.494655000020458, 38.304544999983541 ], [ -122.49139700002948, 38.29791900001058 ], [ -122.488286000351593, 38.292195999922932 ], [ -122.488246999993535, 38.290963000095452 ], [ -122.478026000131877, 38.294228000276121 ], [ -122.476892999979768, 38.29388399990939 ], [ -122.476368000273226, 38.295800999997731 ], [ -122.477510999572729, 38.297587999719205 ], [ -122.48009900009221, 38.296966000187858 ], [ -122.481886999647188, 38.298378000139436 ], [ -122.483763999788977, 38.299351000113383 ], [ -122.48336100028115, 38.302686999851851 ], [ -122.483256999625752, 38.302922999975642 ], [ -122.483249000128168, 38.30649099980257 ], [ -122.485866000061634, 38.307653999818505 ], [ -122.485670000243033, 38.309669999920359 ], [ -122.48724299971289, 38.313520999966848 ], [ -122.489006000051802, 38.314974999983313 ], [ -122.489472000207158, 38.315239999769702 ], [ -122.489669999675542, 38.316501999709274 ], [ -122.491309000165941, 38.317802999849043 ], [ -122.494526999973942, 38.3229720000733 ], [ -122.50205100043452, 38.320442000012136 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150305", "NAME": "Census Tract 1503.05", "state": "06", "county_fips": "097", "tract": "150305", "county_name": "Sonoma County", "tot_pop_2050": 6264, "tot_pop_pov_det_2050": 6189, "tot_pop_civ_ni_2050": 6264, "tot_hh_2050": 1823, "pop_zvhhs_2050": 31, "tot_fam_2050": 1325, "tot_pop_over5_2050": 5824, "pop_hus_rent50_2050": 288, "pop_minority_2050": 4440, "pop_over75_2050": 217, "pop_spfam_2050": 182, "pop_lep_2050": 1023, "pop_below200_2050": 2336, "pop_disability_2050": 664, "pct_minority_2050": 0.70881226053639845, "pct_over75_2050": 0.034642401021711365, "pct_spfam_2050": 0.13735849056603774, "pct_lep_2050": 0.17565247252747251, "pct_below200_2050": 0.37744385199547592, "pct_disab_2050": 0.10600255427841634, "pct_zvhhs_2050": 0.017004936917169502, "pct_hus_rent50_2050": 0.15798134942402633, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.040797546012270001, "pct_minority_2040": 0.76226993865030701, "pct_spfam_2040": 0.10580204778157001, "pct_lep_2040": 0.27815126050420197, "pct_below200_2040": 0.48831488314883098, "pct_disab_2040": 0.052760736196319005, "pct_zvhhs_2040": 0.047828477185266997, "pct_hus_rent50_2040": 0.16932380428807001, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.506778000138254, 38.339907000030358 ], [ -122.507551000440259, 38.339907000030358 ], [ -122.506501000128821, 38.338567000236175 ], [ -122.502797999898917, 38.337269000275811 ], [ -122.503002000113426, 38.33512100033866 ], [ -122.504649999926315, 38.3332270000286 ], [ -122.502865999671002, 38.329214999986498 ], [ -122.500216000125548, 38.327747999718582 ], [ -122.499712000335379, 38.326001999712524 ], [ -122.494855999861912, 38.324026000343949 ], [ -122.494526999973942, 38.3229720000733 ], [ -122.491309000165941, 38.317802999849043 ], [ -122.489669999675542, 38.316501999709274 ], [ -122.489472000207158, 38.315239999769702 ], [ -122.489006000051802, 38.314974999983313 ], [ -122.48724299971289, 38.313520999966848 ], [ -122.485670000243033, 38.309669999920359 ], [ -122.485866000061634, 38.307653999818505 ], [ -122.483249000128168, 38.30649099980257 ], [ -122.483256999625752, 38.302922999975642 ], [ -122.477970000055365, 38.305238999832163 ], [ -122.477727000381137, 38.305791999949491 ], [ -122.478503000157829, 38.308223999846255 ], [ -122.479367999623022, 38.309835000069015 ], [ -122.481551000086554, 38.313912999975997 ], [ -122.482074999968162, 38.314939000022697 ], [ -122.483105000188104, 38.31629599995928 ], [ -122.48391299975188, 38.317187999734465 ], [ -122.48662599994482, 38.320716000236338 ], [ -122.488277000130779, 38.325728999742815 ], [ -122.489437999871939, 38.328590999730281 ], [ -122.490432999931798, 38.33264700013563 ], [ -122.492621000418168, 38.336846000047821 ], [ -122.493598000036343, 38.338292000018527 ], [ -122.496949999738646, 38.342748000068589 ], [ -122.502503000346152, 38.341720000200667 ], [ -122.506778000138254, 38.339907000030358 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150306", "NAME": "Census Tract 1503.06", "state": "06", "county_fips": "097", "tract": "150306", "county_name": "Sonoma County", "tot_pop_2050": 4078, "tot_pop_pov_det_2050": 4061, "tot_pop_civ_ni_2050": 4078, "tot_hh_2050": 1771, "pop_zvhhs_2050": 57, "tot_fam_2050": 1018, "tot_pop_over5_2050": 3954, "pop_hus_rent50_2050": 155, "pop_minority_2050": 1623, "pop_over75_2050": 464, "pop_spfam_2050": 132, "pop_lep_2050": 277, "pop_below200_2050": 999, "pop_disability_2050": 429, "pct_minority_2050": 0.3979892103972536, "pct_over75_2050": 0.11378126532614025, "pct_spfam_2050": 0.12966601178781925, "pct_lep_2050": 0.07005563985837128, "pct_below200_2050": 0.2459985225313962, "pct_disab_2050": 0.10519862677783227, "pct_zvhhs_2050": 0.032185206098249576, "pct_hus_rent50_2050": 0.087521174477696223, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033569739952718995, "pct_minority_2040": 0.37777777777777799, "pct_spfam_2040": 0.15578764142732801, "pct_lep_2040": 0.030569821472242995, "pct_below200_2040": 0.28083491461100607, "pct_disab_2040": 0.06879432624113499, "pct_zvhhs_2040": 0.071732522796353004, "pct_hus_rent50_2040": 0.11562115621156199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.493598000036343, 38.338292000018527 ], [ -122.492621000418168, 38.336846000047821 ], [ -122.490432999931798, 38.33264700013563 ], [ -122.489437999871939, 38.328590999730281 ], [ -122.488277000130779, 38.325728999742815 ], [ -122.48662599994482, 38.320716000236338 ], [ -122.48391299975188, 38.317187999734465 ], [ -122.483105000188104, 38.31629599995928 ], [ -122.482074999968162, 38.314939000022697 ], [ -122.481551000086554, 38.313912999975997 ], [ -122.479367999623022, 38.309835000069015 ], [ -122.478503000157829, 38.308223999846255 ], [ -122.477727000381137, 38.305791999949491 ], [ -122.47679199969744, 38.306980999754529 ], [ -122.474686999950023, 38.308343999949081 ], [ -122.472945000425796, 38.31081099996927 ], [ -122.468950999942763, 38.314459999942464 ], [ -122.465750999678107, 38.316438999683662 ], [ -122.463666999847121, 38.318730000220178 ], [ -122.463353999852671, 38.320223999891404 ], [ -122.46419800029976, 38.321059000153099 ], [ -122.464331000369143, 38.323487000261409 ], [ -122.463445999914171, 38.325365999840038 ], [ -122.461660999833896, 38.326965999879974 ], [ -122.458278999994377, 38.328537000058532 ], [ -122.455084999577494, 38.33042799980489 ], [ -122.454025000118648, 38.331778999894674 ], [ -122.453097999830874, 38.334164000068327 ], [ -122.451912999800257, 38.335383000142272 ], [ -122.451682999646479, 38.337279000161388 ], [ -122.453189999892373, 38.339019999925213 ], [ -122.456063999743805, 38.341387999939641 ], [ -122.456616000112859, 38.344584999857794 ], [ -122.457935000037779, 38.34662800034431 ], [ -122.456386999783973, 38.350330999802139 ], [ -122.456416000096326, 38.353434999944767 ], [ -122.45559299956561, 38.355028999658693 ], [ -122.45229899958963, 38.359094000073135 ], [ -122.449690000052072, 38.361012000035487 ], [ -122.45305400034826, 38.362811000203109 ], [ -122.454490000449056, 38.365619000157807 ], [ -122.457740999869031, 38.367466000091838 ], [ -122.457114999880133, 38.370548000281566 ], [ -122.453574000031935, 38.374186999843829 ], [ -122.449989999627746, 38.374912000100501 ], [ -122.447889999903225, 38.37931199978167 ], [ -122.453522000153399, 38.382391999763591 ], [ -122.452497999781244, 38.379528000332215 ], [ -122.454273999640662, 38.378807999744808 ], [ -122.458114999962845, 38.37975199996113 ], [ -122.459116999695368, 38.377648000001166 ], [ -122.461193999853691, 38.376166000104533 ], [ -122.460606000397945, 38.371903999710526 ], [ -122.461027000347428, 38.36931300007938 ], [ -122.460556999994125, 38.368064999690816 ], [ -122.462285999997889, 38.36376800024086 ], [ -122.46851699957449, 38.36188799966753 ], [ -122.470679000121606, 38.359377000068591 ], [ -122.471450999700366, 38.355284000007465 ], [ -122.470849000000896, 38.350360999681314 ], [ -122.470993999765867, 38.347318000112061 ], [ -122.472849000166335, 38.345575999952821 ], [ -122.472798999937623, 38.343054000136846 ], [ -122.474131000281332, 38.342080999649127 ], [ -122.476050000255881, 38.3417619996669 ], [ -122.479047999955895, 38.34040999989476 ], [ -122.480674000027491, 38.34181600005202 ], [ -122.483220999640722, 38.342457000282742 ], [ -122.485634000258003, 38.342313999748939 ], [ -122.488318999963568, 38.340702999753901 ], [ -122.489412999757604, 38.339284999885969 ], [ -122.493598000036343, 38.338292000018527 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150500", "NAME": "Census Tract 1505", "state": "06", "county_fips": "097", "tract": "150500", "county_name": "Sonoma County", "tot_pop_2050": 4467, "tot_pop_pov_det_2050": 4336, "tot_pop_civ_ni_2050": 4341, "tot_hh_2050": 1912, "pop_zvhhs_2050": 14, "tot_fam_2050": 1190, "tot_pop_over5_2050": 4338, "pop_hus_rent50_2050": 107, "pop_minority_2050": 691, "pop_over75_2050": 460, "pop_spfam_2050": 45, "pop_lep_2050": 13, "pop_below200_2050": 661, "pop_disability_2050": 437, "pct_minority_2050": 0.15468994851130513, "pct_over75_2050": 0.1029773897470338, "pct_spfam_2050": 0.037815126050420166, "pct_lep_2050": 0.002996772706316275, "pct_below200_2050": 0.15244464944649447, "pct_disab_2050": 0.10066804883667356, "pct_zvhhs_2050": 0.0073221757322175732, "pct_hus_rent50_2050": 0.05596234309623431, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.107320965489727, "pct_minority_2040": 0.15020945541591901, "pct_spfam_2040": 0.11862835959221499, "pct_lep_2040": 0.020152736529487, "pct_below200_2040": 0.22379074112518202, "pct_disab_2040": 0.12596939844896199, "pct_zvhhs_2040": 0.040967423494570998, "pct_hus_rent50_2040": 0.086757990867580001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.630484999710987, 38.387357000071169 ], [ -122.62994199956276, 38.383010000341514 ], [ -122.628877000081062, 38.380736999976065 ], [ -122.627101000221643, 38.3796170002867 ], [ -122.625805999687827, 38.377815000288393 ], [ -122.624827000419842, 38.374967999772451 ], [ -122.62392299969828, 38.373801000101793 ], [ -122.623705000138386, 38.368993000207439 ], [ -122.621807999905144, 38.367242999893108 ], [ -122.615579999803273, 38.367812000249785 ], [ -122.615112999823026, 38.367303999848318 ], [ -122.604671999853338, 38.36441299987861 ], [ -122.60184599968251, 38.36274400018948 ], [ -122.600357999703164, 38.360721999902744 ], [ -122.599499000085785, 38.35753600034306 ], [ -122.599498000260866, 38.355866000298697 ], [ -122.596453999631791, 38.352274000315767 ], [ -122.593209999884536, 38.350752999825268 ], [ -122.58920500042916, 38.350077999669288 ], [ -122.586135999685752, 38.3505620001011 ], [ -122.583594999920251, 38.350311999778327 ], [ -122.580958999720224, 38.349590999787829 ], [ -122.58077499959721, 38.347973999993243 ], [ -122.578501999620329, 38.345051999848572 ], [ -122.573298999715504, 38.339802999852388 ], [ -122.573170999668989, 38.337835999780985 ], [ -122.573409000218689, 38.337144000180658 ], [ -122.573523000021524, 38.336180999973465 ], [ -122.573509999602706, 38.335339999922134 ], [ -122.573163999996311, 38.33451899980404 ], [ -122.5729389998654, 38.334595000234017 ], [ -122.572235999883617, 38.334854000182659 ], [ -122.571744999613941, 38.334663999989765 ], [ -122.570281999748971, 38.332348999828554 ], [ -122.56745399992829, 38.330639999904577 ], [ -122.566694000045104, 38.329112999885069 ], [ -122.566828999764326, 38.330472000062684 ], [ -122.570003000089713, 38.332775999876638 ], [ -122.569864999997435, 38.334706000023388 ], [ -122.569223999939936, 38.335355000149342 ], [ -122.563252999756003, 38.337670000100658 ], [ -122.562472999781349, 38.339051999908094 ], [ -122.562359999803448, 38.339268999947777 ], [ -122.55905300030696, 38.340026999833348 ], [ -122.559653000356619, 38.340598000212339 ], [ -122.559653000356619, 38.341344999760572 ], [ -122.55691099985134, 38.344767999778426 ], [ -122.555432000092836, 38.345251000028043 ], [ -122.552251000094756, 38.344306000232415 ], [ -122.549732999895497, 38.344514000191445 ], [ -122.546175000328844, 38.346430999867984 ], [ -122.542134999815076, 38.348013000257644 ], [ -122.541185999785981, 38.349073000069318 ], [ -122.536392999960029, 38.350664999963314 ], [ -122.533581000032868, 38.350762999962932 ], [ -122.528829000214785, 38.352431999715158 ], [ -122.527230999732254, 38.353848999722452 ], [ -122.524745000218388, 38.354572000212229 ], [ -122.522914999932254, 38.352852999838149 ], [ -122.520159000081634, 38.352131000143068 ], [ -122.517408000253852, 38.349414000270784 ], [ -122.518636999767097, 38.348592000032426 ], [ -122.520451999984601, 38.350115000164351 ], [ -122.521554999999438, 38.349348000220736 ], [ -122.519943000171565, 38.347681999658697 ], [ -122.518824000263166, 38.345145000294345 ], [ -122.515792000227989, 38.348013000257644 ], [ -122.514453000211574, 38.346656000207567 ], [ -122.514300999875601, 38.344150000223486 ], [ -122.512792999804802, 38.33861300014248 ], [ -122.50898599981781, 38.33989699980291 ], [ -122.507551000440259, 38.339907000030358 ], [ -122.506778000138254, 38.339907000030358 ], [ -122.502503000346152, 38.341720000200667 ], [ -122.496949999738646, 38.342748000068589 ], [ -122.493598000036343, 38.338292000018527 ], [ -122.489412999757604, 38.339284999885969 ], [ -122.488318999963568, 38.340702999753901 ], [ -122.485634000258003, 38.342313999748939 ], [ -122.483220999640722, 38.342457000282742 ], [ -122.480674000027491, 38.34181600005202 ], [ -122.479047999955895, 38.34040999989476 ], [ -122.476050000255881, 38.3417619996669 ], [ -122.474131000281332, 38.342080999649127 ], [ -122.472798999937623, 38.343054000136846 ], [ -122.472849000166335, 38.345575999952821 ], [ -122.470993999765867, 38.347318000112061 ], [ -122.470849000000896, 38.350360999681314 ], [ -122.471450999700366, 38.355284000007465 ], [ -122.470679000121606, 38.359377000068591 ], [ -122.46851699957449, 38.36188799966753 ], [ -122.462285999997889, 38.36376800024086 ], [ -122.460556999994125, 38.368064999690816 ], [ -122.461027000347428, 38.36931300007938 ], [ -122.460606000397945, 38.371903999710526 ], [ -122.461193999853691, 38.376166000104533 ], [ -122.459116999695368, 38.377648000001166 ], [ -122.458114999962845, 38.37975199996113 ], [ -122.454273999640662, 38.378807999744808 ], [ -122.452497999781244, 38.379528000332215 ], [ -122.453522000153399, 38.382391999763591 ], [ -122.453989999958566, 38.383912000305898 ], [ -122.459537999644866, 38.387494999662202 ], [ -122.465891000318507, 38.390411000198348 ], [ -122.470191000224986, 38.397510999977662 ], [ -122.468090999602154, 38.400010999780861 ], [ -122.470791000274602, 38.402810999898421 ], [ -122.470591000258068, 38.404911000085455 ], [ -122.472399999729433, 38.405513999928139 ], [ -122.475389999931807, 38.406510999701709 ], [ -122.475590999773274, 38.409110999730906 ], [ -122.494397000277587, 38.422719000348074 ], [ -122.497190999763092, 38.423811000025395 ], [ -122.497475000343528, 38.424305999787016 ], [ -122.493490999906243, 38.42921000011556 ], [ -122.494191000413267, 38.431110000210133 ], [ -122.491391000181721, 38.434409999771098 ], [ -122.487107000168749, 38.431718000012189 ], [ -122.485507000036421, 38.437477999937798 ], [ -122.484194999784165, 38.438006000023577 ], [ -122.483043000263848, 38.440389999811686 ], [ -122.480002999832749, 38.443030000067438 ], [ -122.479955000152174, 38.448726000079184 ], [ -122.482991000385283, 38.452710000311122 ], [ -122.485390999685492, 38.45291000018328 ], [ -122.488390999933571, 38.454309999945913 ], [ -122.49209099979042, 38.454510000307302 ], [ -122.493690999922777, 38.456510000159511 ], [ -122.496845999981588, 38.455634000128853 ], [ -122.496661000033654, 38.454790999793971 ], [ -122.505968000026357, 38.45569100019906 ], [ -122.50544400014472, 38.455569999860678 ], [ -122.504131000067545, 38.455465000297899 ], [ -122.500160000049036, 38.452772000281527 ], [ -122.50021299975252, 38.449278000210583 ], [ -122.498732000344177, 38.448619999986178 ], [ -122.496572000345196, 38.446521999930603 ], [ -122.496982000424012, 38.443962000146449 ], [ -122.496009999930394, 38.443226000165396 ], [ -122.496588000238702, 38.440566999799117 ], [ -122.500560000082146, 38.437158999715095 ], [ -122.502720999906046, 38.437379000019511 ], [ -122.504377000114872, 38.436490000043484 ], [ -122.506472999641417, 38.436330999979653 ], [ -122.510503999934372, 38.435306000036412 ], [ -122.513017000110764, 38.436279000236823 ], [ -122.51448300034879, 38.437510999880352 ], [ -122.516271999728716, 38.43702799979102 ], [ -122.517605999722264, 38.437676999938482 ], [ -122.521754000191081, 38.437990999962473 ], [ -122.523429999593077, 38.439849000275949 ], [ -122.529938000077451, 38.442587000060428 ], [ -122.533068000021885, 38.442907000014159 ], [ -122.53538700002953, 38.441703999768919 ], [ -122.537531999959896, 38.441479000201227 ], [ -122.541234000364881, 38.442495999928823 ], [ -122.542421000045337, 38.442288000202396 ], [ -122.544370999982021, 38.439024999830607 ], [ -122.549286000006731, 38.435649000322861 ], [ -122.550200999700635, 38.434157000217319 ], [ -122.553907000303596, 38.433373000166981 ], [ -122.556805000444456, 38.431680999729544 ], [ -122.55959200025724, 38.428763999773231 ], [ -122.559577000188611, 38.427514999922536 ], [ -122.559613999998533, 38.424242999941761 ], [ -122.564508999931761, 38.421694000017084 ], [ -122.56468499965888, 38.420458000334193 ], [ -122.564077999936572, 38.419406999974022 ], [ -122.56140199955351, 38.418490999652242 ], [ -122.560640000020499, 38.417134000041692 ], [ -122.556094999891641, 38.415293999809649 ], [ -122.554006999862708, 38.41298100005185 ], [ -122.553525999638765, 38.409535999876702 ], [ -122.553951999611115, 38.406936999944762 ], [ -122.551132000186357, 38.404898999746834 ], [ -122.552899999649853, 38.403864999810885 ], [ -122.553646000187669, 38.402069999657087 ], [ -122.55324100013172, 38.400747000226112 ], [ -122.551866999955209, 38.39550499981069 ], [ -122.550984999873251, 38.39397699975374 ], [ -122.55219599984315, 38.39113199986685 ], [ -122.552160999683068, 38.389208999852102 ], [ -122.550696000168273, 38.386670999757612 ], [ -122.55249700014204, 38.385044999694209 ], [ -122.551890000419732, 38.382753999865315 ], [ -122.552031999811632, 38.380823 ], [ -122.556182999755208, 38.38302200008853 ], [ -122.55881599958218, 38.383939999832819 ], [ -122.56192200013551, 38.386549000059148 ], [ -122.565363000424611, 38.386719999694051 ], [ -122.570815999676356, 38.386986000278441 ], [ -122.574270000384203, 38.388552999748505 ], [ -122.575830000333582, 38.387893999769005 ], [ -122.578162999686597, 38.387835999833705 ], [ -122.582162000192511, 38.388550000217379 ], [ -122.586651000244899, 38.387516000204485 ], [ -122.591552999850805, 38.387805999994669 ], [ -122.592562000154331, 38.387423999828997 ], [ -122.592609000009986, 38.38739299995926 ], [ -122.594690000366271, 38.385311999990165 ], [ -122.596397999555322, 38.384668999821322 ], [ -122.599221000251418, 38.385141999733762 ], [ -122.601129000355328, 38.386701000067504 ], [ -122.606071999969132, 38.392276000038272 ], [ -122.60778599990428, 38.393730000138589 ], [ -122.610187999752583, 38.396867000123358 ], [ -122.611366000110536, 38.397253999713556 ], [ -122.620407999789364, 38.39904199977277 ], [ -122.62259499955249, 38.399006000051877 ], [ -122.624520000273165, 38.397955000240124 ], [ -122.62431600005867, 38.39710599966736 ], [ -122.628024000311441, 38.391888999853713 ], [ -122.630484999710987, 38.387357000071169 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150601", "NAME": "Census Tract 1506.01", "state": "06", "county_fips": "097", "tract": "150601", "county_name": "Sonoma County", "tot_pop_2050": 4443, "tot_pop_pov_det_2050": 4429, "tot_pop_civ_ni_2050": 4402, "tot_hh_2050": 1414, "pop_zvhhs_2050": 49, "tot_fam_2050": 1147, "tot_pop_over5_2050": 4216, "pop_hus_rent50_2050": 94, "pop_minority_2050": 1847, "pop_over75_2050": 208, "pop_spfam_2050": 192, "pop_lep_2050": 226, "pop_below200_2050": 856, "pop_disability_2050": 399, "pct_minority_2050": 0.41571010578438, "pct_over75_2050": 0.046815214944857082, "pct_spfam_2050": 0.16739319965126415, "pct_lep_2050": 0.053605313092979126, "pct_below200_2050": 0.19327161887559269, "pct_disab_2050": 0.090640617900954124, "pct_zvhhs_2050": 0.034653465346534656, "pct_hus_rent50_2050": 0.06647807637906647, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.042857142857142996, "pct_minority_2040": 0.429055690072639, "pct_spfam_2040": 0.19906103286384999, "pct_lep_2040": 0.11210418794688498, "pct_below200_2040": 0.31912832929782103, "pct_disab_2040": 0.085714285714285993, "pct_zvhhs_2040": 0.050922509225091998, "pct_hus_rent50_2040": 0.080416976917349003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.620702000415534, 38.241164000028803 ], [ -122.621549000337367, 38.240146999858425 ], [ -122.620249999605605, 38.237637999981793 ], [ -122.617980000001765, 38.233215999663116 ], [ -122.615149999632976, 38.232851000059163 ], [ -122.612469999950306, 38.233042999943869 ], [ -122.604835999884884, 38.233571000188462 ], [ -122.602507999656396, 38.236067999891226 ], [ -122.603797000342439, 38.236759999970722 ], [ -122.610134000224235, 38.240349000078886 ], [ -122.615142000135364, 38.243173000331517 ], [ -122.61769600031964, 38.244612000286281 ], [ -122.619612999746067, 38.24240999974888 ], [ -122.620248999780685, 38.241676000269663 ], [ -122.620702000415534, 38.241164000028803 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150602", "NAME": "Census Tract 1506.02", "state": "06", "county_fips": "097", "tract": "150602", "county_name": "Sonoma County", "tot_pop_2050": 4357, "tot_pop_pov_det_2050": 4353, "tot_pop_civ_ni_2050": 4288, "tot_hh_2050": 1528, "pop_zvhhs_2050": 29, "tot_fam_2050": 1196, "tot_pop_over5_2050": 4066, "pop_hus_rent50_2050": 33, "pop_minority_2050": 1338, "pop_over75_2050": 161, "pop_spfam_2050": 80, "pop_lep_2050": 141, "pop_below200_2050": 736, "pop_disability_2050": 319, "pct_minority_2050": 0.3070920358044526, "pct_over75_2050": 0.036952031214138169, "pct_spfam_2050": 0.066889632107023408, "pct_lep_2050": 0.034677816035415636, "pct_below200_2050": 0.16907879623248334, "pct_disab_2050": 0.074393656716417914, "pct_zvhhs_2050": 0.018979057591623039, "pct_hus_rent50_2050": 0.021596858638743454, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049410584399297998, "pct_minority_2040": 0.25532982192124398, "pct_spfam_2040": 0.064091308165057009, "pct_lep_2040": 0.018842887473461002, "pct_below200_2040": 0.13217958364685198, "pct_disab_2040": 0.082016553799848999, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.020604395604396, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.61769600031964, 38.244612000286281 ], [ -122.615142000135364, 38.243173000331517 ], [ -122.610134000224235, 38.240349000078886 ], [ -122.603797000342439, 38.236759999970722 ], [ -122.602507999656396, 38.236067999891226 ], [ -122.599918000385415, 38.238857000101206 ], [ -122.595795999855881, 38.243311999888789 ], [ -122.60431600020118, 38.248279000002185 ], [ -122.610301999555418, 38.251645999989712 ], [ -122.610735999923676, 38.251899000077906 ], [ -122.612146000085204, 38.250989000136592 ], [ -122.614747999950055, 38.248121000069027 ], [ -122.61769600031964, 38.244612000286281 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150603", "NAME": "Census Tract 1506.03", "state": "06", "county_fips": "097", "tract": "150603", "county_name": "Sonoma County", "tot_pop_2050": 7481, "tot_pop_pov_det_2050": 7392, "tot_pop_civ_ni_2050": 7392, "tot_hh_2050": 2799, "pop_zvhhs_2050": 238, "tot_fam_2050": 1798, "tot_pop_over5_2050": 7105, "pop_hus_rent50_2050": 196, "pop_minority_2050": 2556, "pop_over75_2050": 676, "pop_spfam_2050": 264, "pop_lep_2050": 422, "pop_below200_2050": 1137, "pop_disability_2050": 781, "pct_minority_2050": 0.34166555273359178, "pct_over75_2050": 0.090362251035957769, "pct_spfam_2050": 0.14682981090100111, "pct_lep_2050": 0.05939479239971851, "pct_below200_2050": 0.15381493506493507, "pct_disab_2050": 0.1056547619047619, "pct_zvhhs_2050": 0.085030367988567349, "pct_hus_rent50_2050": 0.070025008931761348, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11607405230678801, "pct_minority_2040": 0.35380546576550104, "pct_spfam_2040": 0.147312541473125, "pct_lep_2040": 0.069353026167924006, "pct_below200_2040": 0.23822961532749101, "pct_disab_2040": 0.141092424467927, "pct_zvhhs_2040": 0.104559748427673, "pct_hus_rent50_2040": 0.19256756756756802, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.63418000044328, 38.250536000096382 ], [ -122.634484000216887, 38.25024899986964 ], [ -122.627805999853237, 38.246795999780552 ], [ -122.624451999602783, 38.244671000323216 ], [ -122.622843000147952, 38.242639999844805 ], [ -122.621549000337367, 38.240146999858425 ], [ -122.620702000415534, 38.241164000028803 ], [ -122.620248999780685, 38.241676000269663 ], [ -122.619612999746067, 38.24240999974888 ], [ -122.61769600031964, 38.244612000286281 ], [ -122.614747999950055, 38.248121000069027 ], [ -122.612146000085204, 38.250989000136592 ], [ -122.610735999923676, 38.251899000077906 ], [ -122.611062000336915, 38.252079999792954 ], [ -122.603700000258058, 38.260041000237386 ], [ -122.60368799966416, 38.260202000263575 ], [ -122.603651999679144, 38.261965000245773 ], [ -122.603997000358959, 38.266012000205116 ], [ -122.608554000183389, 38.268581000064643 ], [ -122.61109300029905, 38.265763999820969 ], [ -122.612093000381748, 38.264646000022381 ], [ -122.615464000350656, 38.260914999718324 ], [ -122.618790000113663, 38.25721800027916 ], [ -122.619158000359718, 38.256589000095481 ], [ -122.625251999668947, 38.260013000073748 ], [ -122.626918999748412, 38.259443000140394 ], [ -122.627164999795752, 38.257762000183995 ], [ -122.62898300038627, 38.256116999669814 ], [ -122.632128000399348, 38.252727000108486 ], [ -122.63418000044328, 38.250536000096382 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150607", "NAME": "Census Tract 1506.07", "state": "06", "county_fips": "097", "tract": "150607", "county_name": "Sonoma County", "tot_pop_2050": 5275, "tot_pop_pov_det_2050": 5259, "tot_pop_civ_ni_2050": 5267, "tot_hh_2050": 1719, "pop_zvhhs_2050": 14, "tot_fam_2050": 1382, "tot_pop_over5_2050": 4937, "pop_hus_rent50_2050": 67, "pop_minority_2050": 1491, "pop_over75_2050": 245, "pop_spfam_2050": 83, "pop_lep_2050": 244, "pop_below200_2050": 394, "pop_disability_2050": 290, "pct_minority_2050": 0.28265402843601889, "pct_over75_2050": 0.046445497630331761, "pct_spfam_2050": 0.060057887120115776, "pct_lep_2050": 0.049422726352035651, "pct_below200_2050": 0.074919186157064069, "pct_disab_2050": 0.055059806341370802, "pct_zvhhs_2050": 0.0081442699243746367, "pct_hus_rent50_2050": 0.038976148923792905, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038324920545896, "pct_minority_2040": 0.233875490745934, "pct_spfam_2040": 0.05939226519337, "pct_lep_2040": 0.014310919427562999, "pct_below200_2040": 0.091699754206844009, "pct_disab_2040": 0.073193560464246007, "pct_zvhhs_2040": 0.022331154684096001, "pct_hus_rent50_2040": 0.022014309301046003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.66850600007524, 38.279112000243295 ], [ -122.669997000427628, 38.272019999691395 ], [ -122.662394000324312, 38.265617999972434 ], [ -122.659138999808107, 38.263718999767178 ], [ -122.658800999699295, 38.264145000317178 ], [ -122.657912999769565, 38.265534999681293 ], [ -122.656926000105656, 38.26667699986573 ], [ -122.655814999694869, 38.267844000110109 ], [ -122.654627000189507, 38.269172999917352 ], [ -122.653561999809483, 38.270349000140925 ], [ -122.652004000408269, 38.272058999918144 ], [ -122.650204000259379, 38.274064000157523 ], [ -122.648257999622345, 38.27297299984977 ], [ -122.644084000112528, 38.270633999843753 ], [ -122.643654999767165, 38.270192999666691 ], [ -122.643278000198606, 38.268852999948095 ], [ -122.642246000328853, 38.268983999792979 ], [ -122.64118199977375, 38.268897000186129 ], [ -122.640584000272227, 38.268639000301569 ], [ -122.637777000367976, 38.267075999843094 ], [ -122.637597000442923, 38.266974999914574 ], [ -122.629600000154326, 38.262475999794823 ], [ -122.625251999668947, 38.260013000073748 ], [ -122.619158000359718, 38.256589000095481 ], [ -122.618790000113663, 38.25721800027916 ], [ -122.615464000350656, 38.260914999718324 ], [ -122.612093000381748, 38.264646000022381 ], [ -122.61109300029905, 38.265763999820969 ], [ -122.608554000183389, 38.268581000064643 ], [ -122.620961999808216, 38.275608999866279 ], [ -122.639431999853556, 38.285918999883393 ], [ -122.654725000098807, 38.294547000077124 ], [ -122.657325000313847, 38.296005999735264 ], [ -122.659456999825395, 38.297194000208954 ], [ -122.666411000373586, 38.297125999733396 ], [ -122.666423999894064, 38.295955000312077 ], [ -122.666537999696885, 38.295649999916975 ], [ -122.666567999834115, 38.293462999815567 ], [ -122.666452000381483, 38.289752000261593 ], [ -122.66750000014477, 38.283843999837472 ], [ -122.667856999621819, 38.282184999728187 ], [ -122.66850600007524, 38.279112000243295 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150609", "NAME": "Census Tract 1506.09", "state": "06", "county_fips": "097", "tract": "150609", "county_name": "Sonoma County", "tot_pop_2050": 4886, "tot_pop_pov_det_2050": 4877, "tot_pop_civ_ni_2050": 4844, "tot_hh_2050": 2021, "pop_zvhhs_2050": 141, "tot_fam_2050": 1192, "tot_pop_over5_2050": 4590, "pop_hus_rent50_2050": 155, "pop_minority_2050": 1782, "pop_over75_2050": 605, "pop_spfam_2050": 127, "pop_lep_2050": 427, "pop_below200_2050": 1061, "pop_disability_2050": 744, "pct_minority_2050": 0.36471551371264838, "pct_over75_2050": 0.12382316823577567, "pct_spfam_2050": 0.10654362416107382, "pct_lep_2050": 0.093028322440087144, "pct_below200_2050": 0.21755177363133074, "pct_disab_2050": 0.15359207266721714, "pct_zvhhs_2050": 0.069767441860465129, "pct_hus_rent50_2050": 0.076694705591291421, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.098210188159706002, "pct_minority_2040": 0.33524552547039899, "pct_spfam_2040": 0.181734317343173, "pct_lep_2040": 0.062123765952324002, "pct_below200_2040": 0.30036714089031702, "pct_disab_2040": 0.18334483551874897, "pct_zvhhs_2040": 0.039194915254237003, "pct_hus_rent50_2040": 0.095366379310345001, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.658800999699295, 38.264145000317178 ], [ -122.659138999808107, 38.263718999767178 ], [ -122.643429999636254, 38.254874000134549 ], [ -122.634484000216887, 38.25024899986964 ], [ -122.63418000044328, 38.250536000096382 ], [ -122.632128000399348, 38.252727000108486 ], [ -122.62898300038627, 38.256116999669814 ], [ -122.633447000324253, 38.259130999975973 ], [ -122.634165000374679, 38.260261000341515 ], [ -122.636193999954088, 38.261456000299233 ], [ -122.63916099969191, 38.262210999843802 ], [ -122.640134000010463, 38.262757000086914 ], [ -122.640768000395269, 38.263112999706976 ], [ -122.640994000351071, 38.263240000082419 ], [ -122.648198000246197, 38.267313000213235 ], [ -122.648543000027672, 38.268033999771667 ], [ -122.652548000381387, 38.267937000158753 ], [ -122.654627000189507, 38.269172999917352 ], [ -122.655814999694869, 38.267844000110109 ], [ -122.656926000105656, 38.26667699986573 ], [ -122.657912999769565, 38.265534999681293 ], [ -122.658800999699295, 38.264145000317178 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150610", "NAME": "Census Tract 1506.10", "state": "06", "county_fips": "097", "tract": "150610", "county_name": "Sonoma County", "tot_pop_2050": 3857, "tot_pop_pov_det_2050": 3857, "tot_pop_civ_ni_2050": 3857, "tot_hh_2050": 1329, "pop_zvhhs_2050": 25, "tot_fam_2050": 1070, "tot_pop_over5_2050": 3611, "pop_hus_rent50_2050": 136, "pop_minority_2050": 1320, "pop_over75_2050": 193, "pop_spfam_2050": 71, "pop_lep_2050": 213, "pop_below200_2050": 1015, "pop_disability_2050": 301, "pct_minority_2050": 0.3422348975887996, "pct_over75_2050": 0.050038890329271453, "pct_spfam_2050": 0.066355140186915892, "pct_lep_2050": 0.058986430351703124, "pct_below200_2050": 0.26315789473684209, "pct_disab_2050": 0.078039927404718698, "pct_zvhhs_2050": 0.018811136192626039, "pct_hus_rent50_2050": 0.10233258088788563, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063207547169811001, "pct_minority_2040": 0.28702830188679201, "pct_spfam_2040": 0.090992647058823012, "pct_lep_2040": 0.061051582357338999, "pct_below200_2040": 0.24198113207547198, "pct_disab_2040": 0.075811419095000984, "pct_zvhhs_2040": 0.010869565217390999, "pct_hus_rent50_2040": 0.060144927536232004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.653561999809483, 38.270349000140925 ], [ -122.654627000189507, 38.269172999917352 ], [ -122.652548000381387, 38.267937000158753 ], [ -122.648543000027672, 38.268033999771667 ], [ -122.648198000246197, 38.267313000213235 ], [ -122.640994000351071, 38.263240000082419 ], [ -122.640768000395269, 38.263112999706976 ], [ -122.640134000010463, 38.262757000086914 ], [ -122.63916099969191, 38.262210999843802 ], [ -122.636193999954088, 38.261456000299233 ], [ -122.634165000374679, 38.260261000341515 ], [ -122.633447000324253, 38.259130999975973 ], [ -122.62898300038627, 38.256116999669814 ], [ -122.627164999795752, 38.257762000183995 ], [ -122.626918999748412, 38.259443000140394 ], [ -122.625251999668947, 38.260013000073748 ], [ -122.629600000154326, 38.262475999794823 ], [ -122.637597000442923, 38.266974999914574 ], [ -122.637777000367976, 38.267075999843094 ], [ -122.640584000272227, 38.268639000301569 ], [ -122.64118199977375, 38.268897000186129 ], [ -122.642246000328853, 38.268983999792979 ], [ -122.643278000198606, 38.268852999948095 ], [ -122.643654999767165, 38.270192999666691 ], [ -122.644084000112528, 38.270633999843753 ], [ -122.648257999622345, 38.27297299984977 ], [ -122.650204000259379, 38.274064000157523 ], [ -122.652004000408269, 38.272058999918144 ], [ -122.653561999809483, 38.270349000140925 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150611", "NAME": "Census Tract 1506.11", "state": "06", "county_fips": "097", "tract": "150611", "county_name": "Sonoma County", "tot_pop_2050": 4054, "tot_pop_pov_det_2050": 4054, "tot_pop_civ_ni_2050": 4054, "tot_hh_2050": 1475, "pop_zvhhs_2050": 98, "tot_fam_2050": 1094, "tot_pop_over5_2050": 3827, "pop_hus_rent50_2050": 59, "pop_minority_2050": 1407, "pop_over75_2050": 223, "pop_spfam_2050": 95, "pop_lep_2050": 290, "pop_below200_2050": 560, "pop_disability_2050": 346, "pct_minority_2050": 0.34706462752836703, "pct_over75_2050": 0.055007400098667981, "pct_spfam_2050": 0.086837294332723955, "pct_lep_2050": 0.075777371309119421, "pct_below200_2050": 0.13813517513566848, "pct_disab_2050": 0.085347804637395164, "pct_zvhhs_2050": 0.066440677966101688, "pct_hus_rent50_2050": 0.04, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.063717239721087005, "pct_minority_2040": 0.44746333253185899, "pct_spfam_2040": 0.27992277992278003, "pct_lep_2040": 0.050468262226846999, "pct_below200_2040": 0.33398011156924601, "pct_disab_2040": 0.101226256311613, "pct_zvhhs_2040": 0.085774058577405998, "pct_hus_rent50_2040": 0.094604064470918015, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.602507999656396, 38.236067999891226 ], [ -122.604835999884884, 38.233571000188462 ], [ -122.593952000224377, 38.234593999719934 ], [ -122.591720000255378, 38.234794999995216 ], [ -122.589417999966159, 38.234194999897063 ], [ -122.573865000328283, 38.225471999852168 ], [ -122.570450999803356, 38.229266999962533 ], [ -122.586084999632121, 38.238018000148514 ], [ -122.589095999750896, 38.239700000082514 ], [ -122.584924999715852, 38.244279000208358 ], [ -122.578315999847476, 38.25155999969499 ], [ -122.584998000409101, 38.255321999990485 ], [ -122.59140999973566, 38.248354000131499 ], [ -122.595540999587726, 38.243679000056652 ], [ -122.595723000060957, 38.24332200002943 ], [ -122.595795999855881, 38.243311999888789 ], [ -122.599918000385415, 38.238857000101206 ], [ -122.602507999656396, 38.236067999891226 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150612", "NAME": "Census Tract 1506.12", "state": "06", "county_fips": "097", "tract": "150612", "county_name": "Sonoma County", "tot_pop_2050": 4628, "tot_pop_pov_det_2050": 4628, "tot_pop_civ_ni_2050": 4603, "tot_hh_2050": 1693, "pop_zvhhs_2050": 52, "tot_fam_2050": 1211, "tot_pop_over5_2050": 4318, "pop_hus_rent50_2050": 73, "pop_minority_2050": 857, "pop_over75_2050": 323, "pop_spfam_2050": 160, "pop_lep_2050": 147, "pop_below200_2050": 668, "pop_disability_2050": 484, "pct_minority_2050": 0.18517718236819361, "pct_over75_2050": 0.069792566983578219, "pct_spfam_2050": 0.13212221304706853, "pct_lep_2050": 0.034043538675312644, "pct_below200_2050": 0.14433880726015558, "pct_disab_2050": 0.105148815989572, "pct_zvhhs_2050": 0.030714707619610163, "pct_hus_rent50_2050": 0.043118724158298878, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.060664887163309998, "pct_minority_2040": 0.22543072069886, "pct_spfam_2040": 0.054590570719602993, "pct_lep_2040": 0.010277492291881001, "pct_below200_2040": 0.097738876732311991, "pct_disab_2040": 0.08384407943123301, "pct_zvhhs_2040": 0.0, "pct_hus_rent50_2040": 0.024869109947643998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.659024000180366, 38.316658000040654 ], [ -122.663319000063964, 38.314334999976261 ], [ -122.648394999889661, 38.31443399994469 ], [ -122.647116000147733, 38.314350000321916 ], [ -122.652345999816689, 38.307398000025266 ], [ -122.659456999825395, 38.297194000208954 ], [ -122.657325000313847, 38.296005999735264 ], [ -122.654725000098807, 38.294547000077124 ], [ -122.639431999853556, 38.285918999883393 ], [ -122.620961999808216, 38.275608999866279 ], [ -122.608554000183389, 38.268581000064643 ], [ -122.603997000358959, 38.266012000205116 ], [ -122.603651999679144, 38.261965000245773 ], [ -122.60368799966416, 38.260202000263575 ], [ -122.603700000258058, 38.260041000237386 ], [ -122.611062000336915, 38.252079999792954 ], [ -122.610735999923676, 38.251899000077906 ], [ -122.610301999555418, 38.251645999989712 ], [ -122.60431600020118, 38.248279000002185 ], [ -122.595795999855881, 38.243311999888789 ], [ -122.595723000060957, 38.24332200002943 ], [ -122.595540999587726, 38.243679000056652 ], [ -122.59140999973566, 38.248354000131499 ], [ -122.584998000409101, 38.255321999990485 ], [ -122.578315999847476, 38.25155999969499 ], [ -122.584924999715852, 38.244279000208358 ], [ -122.589095999750896, 38.239700000082514 ], [ -122.586084999632121, 38.238018000148514 ], [ -122.570450999803356, 38.229266999962533 ], [ -122.573865000328283, 38.225471999852168 ], [ -122.589417999966159, 38.234194999897063 ], [ -122.591720000255378, 38.234794999995216 ], [ -122.593952000224377, 38.234593999719934 ], [ -122.604835999884884, 38.233571000188462 ], [ -122.612469999950306, 38.233042999943869 ], [ -122.615149999632976, 38.232851000059163 ], [ -122.617980000001765, 38.233215999663116 ], [ -122.615657999621092, 38.228710999998761 ], [ -122.615563999909739, 38.228529999961701 ], [ -122.61542400016765, 38.228257000211649 ], [ -122.615301999968906, 38.228021000129324 ], [ -122.614051999640978, 38.225769000239701 ], [ -122.611905000060787, 38.223667000247829 ], [ -122.606144999764055, 38.219729000034349 ], [ -122.604174999735889, 38.217696000039631 ], [ -122.603617000417373, 38.216734000298217 ], [ -122.598285999567722, 38.204793000030335 ], [ -122.598623999676533, 38.199782999664301 ], [ -122.599063999892593, 38.197608999678167 ], [ -122.601147999723594, 38.190325999755409 ], [ -122.600916999744911, 38.185262999744147 ], [ -122.598169000290156, 38.18719400000564 ], [ -122.594929999667471, 38.188384999986859 ], [ -122.592600999614064, 38.188775000285183 ], [ -122.59145699959133, 38.187630999702399 ], [ -122.591145000320125, 38.185992000254366 ], [ -122.587221000157285, 38.186987999851766 ], [ -122.586806000055574, 38.187720999910603 ], [ -122.584513999812117, 38.188072999939273 ], [ -122.583708999723072, 38.187040999820219 ], [ -122.582117999811601, 38.188020000015619 ], [ -122.581864000266677, 38.186113000194887 ], [ -122.579798999803955, 38.185535999798816 ], [ -122.57820100021975, 38.183582999918087 ], [ -122.573236999791234, 38.183298999838129 ], [ -122.570692999652678, 38.18351799997015 ], [ -122.570931000202378, 38.184594000289565 ], [ -122.573174000042044, 38.185876999710338 ], [ -122.572502000022396, 38.187067000243552 ], [ -122.570732000010764, 38.187141999946377 ], [ -122.56788099972556, 38.1838010000588 ], [ -122.565093000087856, 38.182217000264998 ], [ -122.566462000241501, 38.17913100000299 ], [ -122.568383999690809, 38.176835999708075 ], [ -122.564462999901011, 38.175080999729062 ], [ -122.563993000446033, 38.173518000013779 ], [ -122.564263999709368, 38.170694000269059 ], [ -122.563193000379869, 38.169318000096268 ], [ -122.559243000277775, 38.168619000291308 ], [ -122.55628300021263, 38.169710000130756 ], [ -122.553292000185337, 38.169977000348958 ], [ -122.55197999993311, 38.169001000086837 ], [ -122.553492000201871, 38.166618000131038 ], [ -122.555992999784394, 38.165467999976606 ], [ -122.557992000124912, 38.163530000128951 ], [ -122.558434999815688, 38.161974000214862 ], [ -122.557137999632062, 38.159577999943942 ], [ -122.554802999730896, 38.158654999735106 ], [ -122.5496149998947, 38.157289999927833 ], [ -122.547601000383892, 38.157473000217728 ], [ -122.5453760000876, 38.158733000284251 ], [ -122.543709999833027, 38.158068000333039 ], [ -122.541497000130605, 38.155184000316325 ], [ -122.537696999816333, 38.151514000025806 ], [ -122.533257000167765, 38.148118999752533 ], [ -122.529548999914994, 38.146105000288024 ], [ -122.523964000418772, 38.143511000223079 ], [ -122.519019000256804, 38.139741999946601 ], [ -122.515952000061588, 38.136453999958697 ], [ -122.513104000149397, 38.13211999996085 ], [ -122.511512000412992, 38.127147000282783 ], [ -122.511290999581746, 38.124919000155835 ], [ -122.50792600035895, 38.118098000170463 ], [ -122.505706999910444, 38.11552599989551 ], [ -122.502819999640238, 38.113001999748391 ], [ -122.500555000059279, 38.111780999999894 ], [ -122.499960000032502, 38.111544999920945 ], [ -122.493910000205872, 38.110647999989702 ], [ -122.493351999989045, 38.110553000055539 ], [ -122.490726960133799, 38.109755119000354 ], [ -122.489974000347473, 38.112013999659162 ], [ -122.483193000051642, 38.113907999901087 ], [ -122.456126268264356, 38.11745729315323 ], [ -122.455795000130308, 38.119168999801119 ], [ -122.454318000021587, 38.119976000039443 ], [ -122.452676000056499, 38.119932000192399 ], [ -122.452085000227697, 38.119102000327047 ], [ -122.451417000406039, 38.119019999705692 ], [ -122.451598000155968, 38.117997999835389 ], [ -122.45125257816629, 38.116451431403135 ], [ -122.450377000140335, 38.116269000341454 ], [ -122.445863962069282, 38.116542289851466 ], [ -122.442501799726188, 38.116745886800821 ], [ -122.439577000145434, 38.116922999776023 ], [ -122.439042325583273, 38.117249856300603 ], [ -122.437961000119586, 38.120019999859942 ], [ -122.434197999615222, 38.120898999890379 ], [ -122.429768000012373, 38.123651000049435 ], [ -122.434237999798185, 38.121828999996623 ], [ -122.436382999728579, 38.12599800023073 ], [ -122.435569000317017, 38.128554999976899 ], [ -122.438339000411375, 38.133283000196222 ], [ -122.440707999749392, 38.135822999774824 ], [ -122.440836999620814, 38.137932000219998 ], [ -122.437878000278886, 38.139736000084113 ], [ -122.432056000057884, 38.141202000093813 ], [ -122.4301210001898, 38.14289500001928 ], [ -122.431081999914454, 38.144205000009372 ], [ -122.433273999700475, 38.145034000209087 ], [ -122.437515999880659, 38.148053000338429 ], [ -122.438782000102137, 38.149937000018454 ], [ -122.440318999586964, 38.149120000029292 ], [ -122.443518999851619, 38.150203999889087 ], [ -122.445713000185776, 38.152153000248774 ], [ -122.446944000247186, 38.151706999990111 ], [ -122.4481700002857, 38.155178999841027 ], [ -122.448274999867678, 38.160244999878287 ], [ -122.447342999557023, 38.162283000006013 ], [ -122.444768000354685, 38.165524999732305 ], [ -122.449450999677467, 38.168255000228292 ], [ -122.451650999859424, 38.170067999797794 ], [ -122.457134999971643, 38.170083000278133 ], [ -122.456705999626237, 38.171571000095419 ], [ -122.453560999613146, 38.175178000345674 ], [ -122.449694000250048, 38.176353999850498 ], [ -122.456109999774569, 38.180306000080677 ], [ -122.460977000118703, 38.18092500028483 ], [ -122.463911000244579, 38.18564300021626 ], [ -122.466096000357922, 38.185212000249066 ], [ -122.46731900002338, 38.186542000161808 ], [ -122.470310000050674, 38.187070000346139 ], [ -122.473260000070056, 38.187025000206809 ], [ -122.480600000407634, 38.185757999717552 ], [ -122.48329599998381, 38.186407000094071 ], [ -122.48646600011125, 38.18837800010904 ], [ -122.492478000303038, 38.189682999689254 ], [ -122.493563999701166, 38.189514999782027 ], [ -122.498255000318196, 38.192127999667917 ], [ -122.501092000359691, 38.194723999972496 ], [ -122.503926000028159, 38.194589000243397 ], [ -122.50605400024007, 38.196418999826861 ], [ -122.508615000097052, 38.19753000013111 ], [ -122.509471000239714, 38.198893000334195 ], [ -122.512309999931034, 38.201322999910374 ], [ -122.515136000101862, 38.202439000274595 ], [ -122.51707000014504, 38.204499999790485 ], [ -122.518898999707929, 38.20760500031659 ], [ -122.520761999605995, 38.212615999670703 ], [ -122.519786999637631, 38.213956000178776 ], [ -122.521197999624079, 38.217259000090209 ], [ -122.526307999642469, 38.220776999812969 ], [ -122.528841999735263, 38.223667000247829 ], [ -122.529829000297468, 38.227706000022408 ], [ -122.531123000108039, 38.231261000277208 ], [ -122.526673000413737, 38.236124000313858 ], [ -122.523458000080481, 38.236049000267236 ], [ -122.521052000034189, 38.236913000096528 ], [ -122.516907999763333, 38.237111000154989 ], [ -122.51133300031286, 38.23668099987659 ], [ -122.509548000232613, 38.236414000048583 ], [ -122.50761500001434, 38.23706500008258 ], [ -122.505436999573718, 38.240023999857904 ], [ -122.505393000091075, 38.242674999948981 ], [ -122.50112099977369, 38.246234999925591 ], [ -122.500217999775387, 38.247663999691021 ], [ -122.503158999573941, 38.24670300018321 ], [ -122.507394000081405, 38.247292999768717 ], [ -122.510498999911505, 38.252672999688627 ], [ -122.512323000349824, 38.254844000243907 ], [ -122.517769999753796, 38.25736299983631 ], [ -122.520082000088735, 38.258589000194647 ], [ -122.52205299994182, 38.259275999947747 ], [ -122.524888000333505, 38.261151000248063 ], [ -122.532736999585751, 38.262406999770235 ], [ -122.535797000108346, 38.265166000281233 ], [ -122.542493999840261, 38.268742000206814 ], [ -122.543796999871674, 38.270010999865256 ], [ -122.545900999794156, 38.271121999925086 ], [ -122.546116999704225, 38.272665000099252 ], [ -122.549816999561074, 38.27450600010858 ], [ -122.551071000086992, 38.276231999775646 ], [ -122.553559000149036, 38.277897000291823 ], [ -122.55640899971101, 38.280501000242076 ], [ -122.559762000136544, 38.282506000079536 ], [ -122.561524999577173, 38.284528000154317 ], [ -122.563219000319137, 38.285346999755433 ], [ -122.559942000061582, 38.287648999710306 ], [ -122.558534000448219, 38.28818100020343 ], [ -122.555341999681147, 38.28846700024058 ], [ -122.554560999881588, 38.292269000310291 ], [ -122.553744999921861, 38.293059999876043 ], [ -122.55361900042351, 38.293840000007179 ], [ -122.567606000264277, 38.312860000172414 ], [ -122.569151000145013, 38.314226999792453 ], [ -122.572683999597274, 38.316201000267405 ], [ -122.573573000250235, 38.317530000012255 ], [ -122.573470000318068, 38.319469999727616 ], [ -122.574683999762684, 38.322731000110679 ], [ -122.574568000310038, 38.324860999801551 ], [ -122.573533000067258, 38.327553999994045 ], [ -122.577379000412279, 38.327253999913481 ], [ -122.581362999951281, 38.330195000236394 ], [ -122.58262900017273, 38.331694999933369 ], [ -122.585701000390912, 38.332623000142071 ], [ -122.591073000350093, 38.335675999897845 ], [ -122.592195999558143, 38.335745000033469 ], [ -122.592983999928734, 38.33345299970685 ], [ -122.59672399996856, 38.333062000264263 ], [ -122.597073999772917, 38.331477999758725 ], [ -122.595169000042077, 38.329969000262906 ], [ -122.595174999889863, 38.328788000096736 ], [ -122.598759000294038, 38.327907999718192 ], [ -122.602064999965634, 38.328335999830728 ], [ -122.608515999650223, 38.327591999995533 ], [ -122.611932999649866, 38.326283000058218 ], [ -122.613013000098505, 38.325304999790575 ], [ -122.616558999969598, 38.324837000048454 ], [ -122.617790000030979, 38.324600000033868 ], [ -122.620186999856429, 38.32203299968694 ], [ -122.627209000176677, 38.320733000118395 ], [ -122.629272000091262, 38.322130000307446 ], [ -122.634362000018172, 38.322226000038164 ], [ -122.634697999578819, 38.321210000199891 ], [ -122.638981999591763, 38.31802499994982 ], [ -122.641486000445667, 38.317492999790083 ], [ -122.642955999983315, 38.318861999664854 ], [ -122.647034999956887, 38.319708999779721 ], [ -122.652997999744869, 38.319250000015415 ], [ -122.656115999993759, 38.318047999730872 ], [ -122.65722499985641, 38.316866999854618 ], [ -122.659024000180366, 38.316658000040654 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150701", "NAME": "Census Tract 1507.01", "state": "06", "county_fips": "097", "tract": "150701", "county_name": "Sonoma County", "tot_pop_2050": 5156, "tot_pop_pov_det_2050": 5131, "tot_pop_civ_ni_2050": 5141, "tot_hh_2050": 2056, "pop_zvhhs_2050": 136, "tot_fam_2050": 1101, "tot_pop_over5_2050": 5003, "pop_hus_rent50_2050": 304, "pop_minority_2050": 1919, "pop_over75_2050": 178, "pop_spfam_2050": 166, "pop_lep_2050": 565, "pop_below200_2050": 1792, "pop_disability_2050": 635, "pct_minority_2050": 0.37218774243599689, "pct_over75_2050": 0.034522885958107062, "pct_spfam_2050": 0.15077202543142598, "pct_lep_2050": 0.11293224065560666, "pct_below200_2050": 0.34924965893587995, "pct_disab_2050": 0.12351682552032678, "pct_zvhhs_2050": 0.066147859922178989, "pct_hus_rent50_2050": 0.14785992217898833, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.059963287782990003, "pct_minority_2040": 0.39282072200693502, "pct_spfam_2040": 0.29723756906077298, "pct_lep_2040": 0.040424121935055998, "pct_below200_2040": 0.24129353233830803, "pct_disab_2040": 0.076279828676321007, "pct_zvhhs_2040": 0.071286141575274006, "pct_hus_rent50_2040": 0.092871485943774992, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.644793999767032, 38.234553000139719 ], [ -122.645972999949876, 38.234261000326555 ], [ -122.643916999707969, 38.232863999854196 ], [ -122.643005000387134, 38.232233000119834 ], [ -122.638401999633615, 38.2299999998923 ], [ -122.639932000344075, 38.227546999887238 ], [ -122.641002999673603, 38.225809999832023 ], [ -122.642672000301189, 38.223081000231645 ], [ -122.640199000307774, 38.222487000289803 ], [ -122.634009999665665, 38.223119999908441 ], [ -122.633871999573401, 38.225046999828265 ], [ -122.636138999702482, 38.225984999759937 ], [ -122.634567000057572, 38.228529999961701 ], [ -122.62766000026339, 38.226123999713188 ], [ -122.62816400005353, 38.225048999794339 ], [ -122.623295999884462, 38.224768999774462 ], [ -122.622926999813544, 38.225854000022935 ], [ -122.622796000292297, 38.227023000190357 ], [ -122.620668999905277, 38.227016999749097 ], [ -122.62036299958352, 38.22701100001305 ], [ -122.619072000146005, 38.227068000308449 ], [ -122.615732999964152, 38.228078000338989 ], [ -122.615301999968906, 38.228021000129324 ], [ -122.61542400016765, 38.228257000211649 ], [ -122.615563999909739, 38.228529999961701 ], [ -122.615657999621092, 38.228710999998761 ], [ -122.617980000001765, 38.233215999663116 ], [ -122.620249999605605, 38.237637999981793 ], [ -122.621549000337367, 38.240146999858425 ], [ -122.622843000147952, 38.242639999844805 ], [ -122.624451999602783, 38.244671000323216 ], [ -122.627805999853237, 38.246795999780552 ], [ -122.630020000278876, 38.244818000350385 ], [ -122.630890999591855, 38.243761999916565 ], [ -122.636036999595234, 38.238048999732854 ], [ -122.637630000054884, 38.236814000217912 ], [ -122.644793999767032, 38.234553000139719 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150702", "NAME": "Census Tract 1507.02", "state": "06", "county_fips": "097", "tract": "150702", "county_name": "Sonoma County", "tot_pop_2050": 5021, "tot_pop_pov_det_2050": 5021, "tot_pop_civ_ni_2050": 5006, "tot_hh_2050": 1902, "pop_zvhhs_2050": 36, "tot_fam_2050": 1350, "tot_pop_over5_2050": 4711, "pop_hus_rent50_2050": 91, "pop_minority_2050": 962, "pop_over75_2050": 259, "pop_spfam_2050": 115, "pop_lep_2050": 169, "pop_below200_2050": 695, "pop_disability_2050": 263, "pct_minority_2050": 0.19159529974108744, "pct_over75_2050": 0.051583349930292767, "pct_spfam_2050": 0.085185185185185169, "pct_lep_2050": 0.035873487582254296, "pct_below200_2050": 0.13841864170483967, "pct_disab_2050": 0.052536955653216137, "pct_zvhhs_2050": 0.018927444794952682, "pct_hus_rent50_2050": 0.047844374342797064, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039557286329165997, "pct_minority_2040": 0.22381635581061701, "pct_spfam_2040": 0.058518518518517998, "pct_lep_2040": 0.049457700650759003, "pct_below200_2040": 0.16755646817248498, "pct_disab_2040": 0.049805287968845993, "pct_zvhhs_2040": 0.011682242990653999, "pct_hus_rent50_2040": 0.060552616108172003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.664478000155341, 38.187626999831778 ], [ -122.663997999756305, 38.186503999754876 ], [ -122.659439000282077, 38.186976000133306 ], [ -122.65260500028279, 38.18348500005041 ], [ -122.648985999718477, 38.181077000017865 ], [ -122.646953999766026, 38.181202999751292 ], [ -122.645126999852977, 38.181054999806712 ], [ -122.637948000072186, 38.180248999879538 ], [ -122.636320000350779, 38.178802999859286 ], [ -122.633869999923576, 38.178451000232705 ], [ -122.628183000320107, 38.178887000208938 ], [ -122.625408000202881, 38.182394000236648 ], [ -122.622647000329366, 38.182624000135803 ], [ -122.620947999564535, 38.181959999800029 ], [ -122.61883199994648, 38.182312999991794 ], [ -122.615108999625079, 38.182353000193707 ], [ -122.612504000285497, 38.1805909997111 ], [ -122.609998999606702, 38.181299999986081 ], [ -122.605634000301208, 38.180428000175368 ], [ -122.603505000264391, 38.180852000304974 ], [ -122.601639999818175, 38.183341999754767 ], [ -122.600916999744911, 38.185262999744147 ], [ -122.601147999723594, 38.190325999755409 ], [ -122.599063999892593, 38.197608999678167 ], [ -122.598623999676533, 38.199782999664301 ], [ -122.598285999567722, 38.204793000030335 ], [ -122.603617000417373, 38.216734000298217 ], [ -122.604174999735889, 38.217696000039631 ], [ -122.606144999764055, 38.219729000034349 ], [ -122.611905000060787, 38.223667000247829 ], [ -122.614051999640978, 38.225769000239701 ], [ -122.615301999968906, 38.228021000129324 ], [ -122.615732999964152, 38.228078000338989 ], [ -122.619072000146005, 38.227068000308449 ], [ -122.62036299958352, 38.22701100001305 ], [ -122.620668999905277, 38.227016999749097 ], [ -122.622796000292297, 38.227023000190357 ], [ -122.622926999813544, 38.225854000022935 ], [ -122.623295999884462, 38.224768999774462 ], [ -122.62816400005353, 38.225048999794339 ], [ -122.62766000026339, 38.226123999713188 ], [ -122.634567000057572, 38.228529999961701 ], [ -122.636138999702482, 38.225984999759937 ], [ -122.633871999573401, 38.225046999828265 ], [ -122.634009999665665, 38.223119999908441 ], [ -122.640199000307774, 38.222487000289803 ], [ -122.642672000301189, 38.223081000231645 ], [ -122.644690999834864, 38.217878000295826 ], [ -122.643657000315287, 38.216336000002052 ], [ -122.641882000280773, 38.213624000314802 ], [ -122.643391000176507, 38.211337999969864 ], [ -122.646424999861523, 38.210354999820346 ], [ -122.64700999984251, 38.209459000081779 ], [ -122.640970000061628, 38.201655999714696 ], [ -122.640908999962249, 38.200012000099939 ], [ -122.64158699982967, 38.199477999957097 ], [ -122.64625499998219, 38.197950000251602 ], [ -122.654232000179306, 38.197258999871877 ], [ -122.655623999899163, 38.196841000036976 ], [ -122.658679000398863, 38.194522000133233 ], [ -122.660075000316695, 38.192326000180714 ], [ -122.663095999582893, 38.190058000202541 ], [ -122.664478000155341, 38.187626999831778 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150800", "NAME": "Census Tract 1508", "state": "06", "county_fips": "097", "tract": "150800", "county_name": "Sonoma County", "tot_pop_2050": 5402, "tot_pop_pov_det_2050": 5111, "tot_pop_civ_ni_2050": 5111, "tot_hh_2050": 2001, "pop_zvhhs_2050": 35, "tot_fam_2050": 1240, "tot_pop_over5_2050": 5215, "pop_hus_rent50_2050": 272, "pop_minority_2050": 1491, "pop_over75_2050": 518, "pop_spfam_2050": 140, "pop_lep_2050": 198, "pop_below200_2050": 1078, "pop_disability_2050": 459, "pct_minority_2050": 0.27600888559792669, "pct_over75_2050": 0.095890410958904104, "pct_spfam_2050": 0.1129032258064516, "pct_lep_2050": 0.037967401725790988, "pct_below200_2050": 0.21091762864410096, "pct_disab_2050": 0.089806300136959505, "pct_zvhhs_2050": 0.017491254372813594, "pct_hus_rent50_2050": 0.13593203398300849, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094046264694729001, "pct_minority_2040": 0.26905574516496, "pct_spfam_2040": 0.122918318794607, "pct_lep_2040": 0.063885006987422999, "pct_below200_2040": 0.25851703406813603, "pct_disab_2040": 0.068937875751502994, "pct_zvhhs_2040": 0.038779731127198, "pct_hus_rent50_2040": 0.13660062565172099, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.704442999710196, 38.19845500008833 ], [ -122.70103800030445, 38.19598399996638 ], [ -122.698253000141463, 38.196127000153673 ], [ -122.694862999906022, 38.195100000341064 ], [ -122.694065000387994, 38.195139000187417 ], [ -122.691035000002643, 38.194483999653492 ], [ -122.689531000129776, 38.19475899983528 ], [ -122.688299000243489, 38.194687999692697 ], [ -122.68305299978266, 38.191686000032853 ], [ -122.680717999881495, 38.189743000268301 ], [ -122.676597000075162, 38.189770000194983 ], [ -122.675761999848902, 38.189060999741685 ], [ -122.672879999601577, 38.189829999996306 ], [ -122.667157999838011, 38.189696999899397 ], [ -122.664478000155341, 38.187626999831778 ], [ -122.663095999582893, 38.190058000202541 ], [ -122.660075000316695, 38.192326000180714 ], [ -122.658679000398863, 38.194522000133233 ], [ -122.655623999899163, 38.196841000036976 ], [ -122.654232000179306, 38.197258999871877 ], [ -122.64625499998219, 38.197950000251602 ], [ -122.64158699982967, 38.199477999957097 ], [ -122.640908999962249, 38.200012000099939 ], [ -122.640970000061628, 38.201655999714696 ], [ -122.64700999984251, 38.209459000081779 ], [ -122.646424999861523, 38.210354999820346 ], [ -122.643391000176507, 38.211337999969864 ], [ -122.641882000280773, 38.213624000314802 ], [ -122.643657000315287, 38.216336000002052 ], [ -122.644690999834864, 38.217878000295826 ], [ -122.642672000301189, 38.223081000231645 ], [ -122.641002999673603, 38.225809999832023 ], [ -122.639932000344075, 38.227546999887238 ], [ -122.638401999633615, 38.2299999998923 ], [ -122.643005000387134, 38.232233000119834 ], [ -122.643916999707969, 38.232863999854196 ], [ -122.645972999949876, 38.234261000326555 ], [ -122.646635999748696, 38.234223999986249 ], [ -122.651083999793173, 38.234367999698271 ], [ -122.658886000088089, 38.234602999796799 ], [ -122.658860000148849, 38.233222000298603 ], [ -122.658501999948527, 38.230773999813948 ], [ -122.659204000105419, 38.230569000086831 ], [ -122.663739000188514, 38.227355000312542 ], [ -122.664807000043311, 38.226614000145894 ], [ -122.670136000344797, 38.223002000098411 ], [ -122.669079000360668, 38.221691999792903 ], [ -122.669183999942675, 38.218940000150212 ], [ -122.668243000309502, 38.216941999774889 ], [ -122.665253000107128, 38.213736999819851 ], [ -122.665274000023558, 38.212537000173683 ], [ -122.6669750004382, 38.210826000015651 ], [ -122.673105999557393, 38.208754999658225 ], [ -122.676324000263705, 38.20696200035006 ], [ -122.679268000435314, 38.205841000320774 ], [ -122.686232999955848, 38.2053520000091 ], [ -122.689029999814366, 38.207118000313827 ], [ -122.692917999992204, 38.208919999739791 ], [ -122.694438999583497, 38.208785999714927 ], [ -122.697644999695939, 38.205392000264744 ], [ -122.704442999710196, 38.19845500008833 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150901", "NAME": "Census Tract 1509.01", "state": "06", "county_fips": "097", "tract": "150901", "county_name": "Sonoma County", "tot_pop_2050": 5067, "tot_pop_pov_det_2050": 5027, "tot_pop_civ_ni_2050": 5020, "tot_hh_2050": 2035, "pop_zvhhs_2050": 169, "tot_fam_2050": 1255, "tot_pop_over5_2050": 4807, "pop_hus_rent50_2050": 255, "pop_minority_2050": 2001, "pop_over75_2050": 188, "pop_spfam_2050": 170, "pop_lep_2050": 208, "pop_below200_2050": 1589, "pop_disability_2050": 567, "pct_minority_2050": 0.39490822972172879, "pct_over75_2050": 0.037102822182751134, "pct_spfam_2050": 0.13545816733067728, "pct_lep_2050": 0.043270230913251516, "pct_below200_2050": 0.31609309727471652, "pct_disab_2050": 0.11294820717131475, "pct_zvhhs_2050": 0.083046683046683042, "pct_hus_rent50_2050": 0.12530712530712532, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.017667207499549, "pct_minority_2040": 0.4854876509825129, "pct_spfam_2040": 0.20390824129141896, "pct_lep_2040": 0.061787642471505998, "pct_below200_2040": 0.41211465657112001, "pct_disab_2040": 0.075175770686858004, "pct_zvhhs_2040": 0.103844233649526, "pct_hus_rent50_2040": 0.115169964485033, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.660114999601333, 38.261453999923781 ], [ -122.660549999794554, 38.259989000025698 ], [ -122.655807000197257, 38.258127000283814 ], [ -122.654645999557758, 38.257466999749091 ], [ -122.651217999687475, 38.25498499990433 ], [ -122.648634000264281, 38.252242999746869 ], [ -122.647696999930773, 38.251224999750541 ], [ -122.645971000300065, 38.248842999980461 ], [ -122.64474199988851, 38.244933999917258 ], [ -122.648057999605797, 38.244899000195211 ], [ -122.649856999929739, 38.244895999653821 ], [ -122.649430000132483, 38.24314799992613 ], [ -122.648149999667311, 38.240632000103929 ], [ -122.647209000034124, 38.238793999697556 ], [ -122.644793999767032, 38.234553000139719 ], [ -122.637630000054884, 38.236814000217912 ], [ -122.636036999595234, 38.238048999732854 ], [ -122.630890999591855, 38.243761999916565 ], [ -122.630020000278876, 38.244818000350385 ], [ -122.627805999853237, 38.246795999780552 ], [ -122.634484000216887, 38.25024899986964 ], [ -122.643429999636254, 38.254874000134549 ], [ -122.659138999808107, 38.263718999767178 ], [ -122.659384000030471, 38.263420000306411 ], [ -122.660312999968085, 38.261949000174255 ], [ -122.660114999601333, 38.261453999923781 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097150902", "NAME": "Census Tract 1509.02", "state": "06", "county_fips": "097", "tract": "150902", "county_name": "Sonoma County", "tot_pop_2050": 3247, "tot_pop_pov_det_2050": 3239, "tot_pop_civ_ni_2050": 3247, "tot_hh_2050": 1407, "pop_zvhhs_2050": 40, "tot_fam_2050": 898, "tot_pop_over5_2050": 3031, "pop_hus_rent50_2050": 146, "pop_minority_2050": 408, "pop_over75_2050": 195, "pop_spfam_2050": 68, "pop_lep_2050": 66, "pop_below200_2050": 556, "pop_disability_2050": 306, "pct_minority_2050": 0.1256544502617801, "pct_over75_2050": 0.060055435786880197, "pct_spfam_2050": 0.075723830734966593, "pct_lep_2050": 0.021774991751897062, "pct_below200_2050": 0.17165791911083667, "pct_disab_2050": 0.094240837696335081, "pct_zvhhs_2050": 0.028429282160625444, "pct_hus_rent50_2050": 0.10376687988628287, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049534674271989994, "pct_minority_2040": 0.18462924046832799, "pct_spfam_2040": 0.147129186602871, "pct_lep_2040": 0.015989766549408001, "pct_below200_2040": 0.17790487658037302, "pct_disab_2040": 0.106338239711625, "pct_zvhhs_2040": 0.018492176386913004, "pct_hus_rent50_2040": 0.067625899280574997, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.660757000382091, 38.237376999726891 ], [ -122.661106000361542, 38.234674999666019 ], [ -122.660068999570598, 38.234640999795481 ], [ -122.658886000088089, 38.234602999796799 ], [ -122.651083999793173, 38.234367999698271 ], [ -122.646635999748696, 38.234223999986249 ], [ -122.645972999949876, 38.234261000326555 ], [ -122.644793999767032, 38.234553000139719 ], [ -122.647209000034124, 38.238793999697556 ], [ -122.648149999667311, 38.240632000103929 ], [ -122.649430000132483, 38.24314799992613 ], [ -122.649856999929739, 38.244895999653821 ], [ -122.648057999605797, 38.244899000195211 ], [ -122.64474199988851, 38.244933999917258 ], [ -122.645971000300065, 38.248842999980461 ], [ -122.647696999930773, 38.251224999750541 ], [ -122.648634000264281, 38.252242999746869 ], [ -122.651217999687475, 38.25498499990433 ], [ -122.654645999557758, 38.257466999749091 ], [ -122.654980000366933, 38.257177000055165 ], [ -122.657741000240421, 38.254341999672157 ], [ -122.659532000168483, 38.250061999876564 ], [ -122.659831999744128, 38.249316000035357 ], [ -122.660312999968085, 38.246797999854032 ], [ -122.659082999731595, 38.246211000265312 ], [ -122.658655000109405, 38.246158000340735 ], [ -122.656016000434647, 38.245832999984884 ], [ -122.657913999594484, 38.241937999659669 ], [ -122.659574999826191, 38.242015999936584 ], [ -122.660075000316695, 38.240020999820921 ], [ -122.660226999754371, 38.239492999842426 ], [ -122.66027899963288, 38.239314999894162 ], [ -122.660400999831623, 38.238979000167753 ], [ -122.660485000395525, 38.238712000311089 ], [ -122.660719999673859, 38.237938000204153 ], [ -122.660757000382091, 38.237376999726891 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151000", "NAME": "Census Tract 1510", "state": "06", "county_fips": "097", "tract": "151000", "county_name": "Sonoma County", "tot_pop_2050": 4209, "tot_pop_pov_det_2050": 4174, "tot_pop_civ_ni_2050": 4184, "tot_hh_2050": 1512, "pop_zvhhs_2050": 54, "tot_fam_2050": 986, "tot_pop_over5_2050": 4149, "pop_hus_rent50_2050": 121, "pop_minority_2050": 868, "pop_over75_2050": 263, "pop_spfam_2050": 112, "pop_lep_2050": 76, "pop_below200_2050": 1097, "pop_disability_2050": 411, "pct_minority_2050": 0.20622475647422189, "pct_over75_2050": 0.062485150867189365, "pct_spfam_2050": 0.11359026369168355, "pct_lep_2050": 0.018317666907688601, "pct_below200_2050": 0.2628174413033062, "pct_disab_2050": 0.098231357552581264, "pct_zvhhs_2050": 0.035714285714285712, "pct_hus_rent50_2050": 0.080026455026455029, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076716016150740002, "pct_minority_2040": 0.24629878869448199, "pct_spfam_2040": 0.125248508946322, "pct_lep_2040": 0.039264828738513002, "pct_below200_2040": 0.17690417690417701, "pct_disab_2040": 0.094576178795311994, "pct_zvhhs_2040": 0.032016348773842004, "pct_hus_rent50_2040": 0.088825214899713012, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.705652000030256, 38.28366199969846 ], [ -122.705693000038153, 38.278133999904043 ], [ -122.704090000431094, 38.277407999932606 ], [ -122.700702999670341, 38.270244000265478 ], [ -122.700890000166439, 38.261415999833602 ], [ -122.700945000418017, 38.25984800020025 ], [ -122.701031999558325, 38.256269999970286 ], [ -122.703076000104673, 38.25618999965512 ], [ -122.703333999847544, 38.254418999757384 ], [ -122.694600000140298, 38.249436000186151 ], [ -122.691814000152405, 38.248106000142386 ], [ -122.678639000073375, 38.241937999659669 ], [ -122.675975000284254, 38.240439999795697 ], [ -122.670365999600264, 38.236053000299897 ], [ -122.669398000202904, 38.235431999826609 ], [ -122.677746999945697, 38.235401999672881 ], [ -122.677860999748518, 38.229131000150822 ], [ -122.6772399997825, 38.227282000300868 ], [ -122.667295000105327, 38.227369000335429 ], [ -122.664444999645042, 38.22739499976587 ], [ -122.663739000188514, 38.227355000312542 ], [ -122.659204000105419, 38.230569000086831 ], [ -122.658501999948527, 38.230773999813948 ], [ -122.658860000148849, 38.233222000298603 ], [ -122.658886000088089, 38.234602999796799 ], [ -122.660068999570598, 38.234640999795481 ], [ -122.661106000361542, 38.234674999666019 ], [ -122.660757000382091, 38.237376999726891 ], [ -122.660719999673859, 38.237938000204153 ], [ -122.660485000395525, 38.238712000311089 ], [ -122.660400999831623, 38.238979000167753 ], [ -122.66027899963288, 38.239314999894162 ], [ -122.660226999754371, 38.239492999842426 ], [ -122.660075000316695, 38.240020999820921 ], [ -122.659574999826191, 38.242015999936584 ], [ -122.657913999594484, 38.241937999659669 ], [ -122.656016000434647, 38.245832999984884 ], [ -122.658655000109405, 38.246158000340735 ], [ -122.659082999731595, 38.246211000265312 ], [ -122.660312999968085, 38.246797999854032 ], [ -122.659831999744128, 38.249316000035357 ], [ -122.659532000168483, 38.250061999876564 ], [ -122.657741000240421, 38.254341999672157 ], [ -122.654980000366933, 38.257177000055165 ], [ -122.654645999557758, 38.257466999749091 ], [ -122.655807000197257, 38.258127000283814 ], [ -122.660549999794554, 38.259989000025698 ], [ -122.660114999601333, 38.261453999923781 ], [ -122.660312999968085, 38.261949000174255 ], [ -122.659384000030471, 38.263420000306411 ], [ -122.659138999808107, 38.263718999767178 ], [ -122.662394000324312, 38.265617999972434 ], [ -122.669997000427628, 38.272019999691395 ], [ -122.670623000416526, 38.268938000143578 ], [ -122.673616999918551, 38.270091999840929 ], [ -122.67373900011728, 38.270212000239674 ], [ -122.675772999719555, 38.272733000220647 ], [ -122.680542999979323, 38.277659999906049 ], [ -122.680712999858628, 38.277809000116861 ], [ -122.68767599972935, 38.284420999884652 ], [ -122.705652000030256, 38.28366199969846 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151100", "NAME": "Census Tract 1511", "state": "06", "county_fips": "097", "tract": "151100", "county_name": "Sonoma County", "tot_pop_2050": 5679, "tot_pop_pov_det_2050": 5325, "tot_pop_civ_ni_2050": 5232, "tot_hh_2050": 1899, "pop_zvhhs_2050": 55, "tot_fam_2050": 1412, "tot_pop_over5_2050": 5378, "pop_hus_rent50_2050": 140, "pop_minority_2050": 1222, "pop_over75_2050": 333, "pop_spfam_2050": 88, "pop_lep_2050": 188, "pop_below200_2050": 945, "pop_disability_2050": 517, "pct_minority_2050": 0.21517872864941009, "pct_over75_2050": 0.058637083993660848, "pct_spfam_2050": 0.062322946175637391, "pct_lep_2050": 0.034957233172182967, "pct_below200_2050": 0.17746478873239438, "pct_disab_2050": 0.098814984709480122, "pct_zvhhs_2050": 0.028962611901000523, "pct_hus_rent50_2050": 0.073723012111637704, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059166211541962006, "pct_minority_2040": 0.22246495539777902, "pct_spfam_2040": 0.11516034985422699, "pct_lep_2040": 0.043386850152904999, "pct_below200_2040": 0.22573277502854999, "pct_disab_2040": 0.087386165471807997, "pct_zvhhs_2040": 0.028496042216358996, "pct_hus_rent50_2040": 0.084473527662106002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.834231999794895, 38.292418999909984 ], [ -122.841840999746012, 38.27624400029076 ], [ -122.828559000435149, 38.267321999765663 ], [ -122.811970999656111, 38.256128999981655 ], [ -122.802934999825069, 38.249916999860133 ], [ -122.800924999613912, 38.248392999660219 ], [ -122.787099000329931, 38.239003000098919 ], [ -122.748235000241806, 38.212722999826525 ], [ -122.739899999844411, 38.207017999886851 ], [ -122.722994999771288, 38.207131999995575 ], [ -122.721587999982816, 38.206714999900242 ], [ -122.71770900002582, 38.20500800015008 ], [ -122.715035000190937, 38.203397999653156 ], [ -122.714338000056927, 38.201221999683519 ], [ -122.706009000405629, 38.198292999929549 ], [ -122.704442999710196, 38.19845500008833 ], [ -122.697644999695939, 38.205392000264744 ], [ -122.694438999583497, 38.208785999714927 ], [ -122.692917999992204, 38.208919999739791 ], [ -122.689029999814366, 38.207118000313827 ], [ -122.686232999955848, 38.2053520000091 ], [ -122.679268000435314, 38.205841000320774 ], [ -122.676324000263705, 38.20696200035006 ], [ -122.673105999557393, 38.208754999658225 ], [ -122.6669750004382, 38.210826000015651 ], [ -122.665274000023558, 38.212537000173683 ], [ -122.665253000107128, 38.213736999819851 ], [ -122.668243000309502, 38.216941999774889 ], [ -122.669183999942675, 38.218940000150212 ], [ -122.669079000360668, 38.221691999792903 ], [ -122.670136000344797, 38.223002000098411 ], [ -122.664807000043311, 38.226614000145894 ], [ -122.663739000188514, 38.227355000312542 ], [ -122.664444999645042, 38.22739499976587 ], [ -122.667295000105327, 38.227369000335429 ], [ -122.6772399997825, 38.227282000300868 ], [ -122.677860999748518, 38.229131000150822 ], [ -122.677746999945697, 38.235401999672881 ], [ -122.669398000202904, 38.235431999826609 ], [ -122.670365999600264, 38.236053000299897 ], [ -122.675975000284254, 38.240439999795697 ], [ -122.678639000073375, 38.241937999659669 ], [ -122.691814000152405, 38.248106000142386 ], [ -122.694600000140298, 38.249436000186151 ], [ -122.703333999847544, 38.254418999757384 ], [ -122.703076000104673, 38.25618999965512 ], [ -122.701031999558325, 38.256269999970286 ], [ -122.700945000418017, 38.25984800020025 ], [ -122.700890000166439, 38.261415999833602 ], [ -122.700702999670341, 38.270244000265478 ], [ -122.704090000431094, 38.277407999932606 ], [ -122.705693000038153, 38.278133999904043 ], [ -122.705652000030256, 38.28366199969846 ], [ -122.68767599972935, 38.284420999884652 ], [ -122.689556000244139, 38.285987000284209 ], [ -122.697150999951532, 38.289808000210456 ], [ -122.699993000015894, 38.291443000015661 ], [ -122.705144999867059, 38.295135999854608 ], [ -122.7125250003876, 38.299209000200776 ], [ -122.713000999690351, 38.299500999878042 ], [ -122.723537000094595, 38.305005999662505 ], [ -122.729408999646012, 38.30799299990003 ], [ -122.735209000125707, 38.311307000165598 ], [ -122.735492999807832, 38.314117999985534 ], [ -122.746435000092973, 38.314152000020513 ], [ -122.747191999603075, 38.314528999837137 ], [ -122.751089000001755, 38.318140000191903 ], [ -122.755614000039117, 38.321087000031547 ], [ -122.756498999595777, 38.321252000278399 ], [ -122.777107999723739, 38.321055999938956 ], [ -122.786304000286663, 38.321619999958799 ], [ -122.790719999645759, 38.321752999841429 ], [ -122.796207999955911, 38.323279999879773 ], [ -122.798312999703313, 38.323614000025927 ], [ -122.800184999822207, 38.323347999797981 ], [ -122.803959000197224, 38.321473999684819 ], [ -122.808931999948271, 38.316708000283647 ], [ -122.810718999678343, 38.314376999808474 ], [ -122.812295000419539, 38.31088699988404 ], [ -122.814262999899569, 38.308726999689327 ], [ -122.815704999848151, 38.307672000199553 ], [ -122.818257000382602, 38.306508000200125 ], [ -122.832840999899986, 38.306366000198373 ], [ -122.833723999806807, 38.306355000002988 ], [ -122.84169199978308, 38.306281000118901 ], [ -122.832739999617601, 38.302243999852273 ], [ -122.832943999832125, 38.293768999980529 ], [ -122.833127000130233, 38.293288000184987 ], [ -122.833579999866743, 38.292899999825231 ], [ -122.834231999794895, 38.292418999909984 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151201", "NAME": "Census Tract 1512.01", "state": "06", "county_fips": "097", "tract": "151201", "county_name": "Sonoma County", "tot_pop_2050": 7352, "tot_pop_pov_det_2050": 7344, "tot_pop_civ_ni_2050": 7331, "tot_hh_2050": 2899, "pop_zvhhs_2050": 49, "tot_fam_2050": 1744, "tot_pop_over5_2050": 6977, "pop_hus_rent50_2050": 410, "pop_minority_2050": 2647, "pop_over75_2050": 370, "pop_spfam_2050": 301, "pop_lep_2050": 172, "pop_below200_2050": 2732, "pop_disability_2050": 900, "pct_minority_2050": 0.360038084874864, "pct_over75_2050": 0.050326441784548419, "pct_spfam_2050": 0.17259174311926606, "pct_lep_2050": 0.024652429410921599, "pct_below200_2050": 0.37200435729847492, "pct_disab_2050": 0.12276633474287273, "pct_zvhhs_2050": 0.016902380131079683, "pct_hus_rent50_2050": 0.1414280786478096, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.077653149266609003, "pct_minority_2040": 0.34670693126258301, "pct_spfam_2040": 0.210675752413401, "pct_lep_2040": 0.039823681410548997, "pct_below200_2040": 0.32196315486470894, "pct_disab_2040": 0.149539435808866, "pct_zvhhs_2040": 0.036254839845125002, "pct_hus_rent50_2040": 0.15964601769911499, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.741772999788211, 38.335462999861235 ], [ -122.740494999871174, 38.334919000171382 ], [ -122.738309999757831, 38.334558000266433 ], [ -122.738647999866643, 38.331155999802377 ], [ -122.736988000358181, 38.327500000254425 ], [ -122.735474000439567, 38.324702000144079 ], [ -122.735296999989231, 38.324113000120228 ], [ -122.734983999994796, 38.320402000330063 ], [ -122.735492999807832, 38.314117999985534 ], [ -122.735209000125707, 38.311307000165598 ], [ -122.729408999646012, 38.30799299990003 ], [ -122.723537000094595, 38.305005999662505 ], [ -122.713000999690351, 38.299500999878042 ], [ -122.7125250003876, 38.299209000200776 ], [ -122.705144999867059, 38.295135999854608 ], [ -122.699993000015894, 38.291443000015661 ], [ -122.697150999951532, 38.289808000210456 ], [ -122.689556000244139, 38.285987000284209 ], [ -122.68767599972935, 38.284420999884652 ], [ -122.680712999858628, 38.277809000116861 ], [ -122.680542999979323, 38.277659999906049 ], [ -122.675772999719555, 38.272733000220647 ], [ -122.67373900011728, 38.270212000239674 ], [ -122.673616999918551, 38.270091999840929 ], [ -122.670623000416526, 38.268938000143578 ], [ -122.669997000427628, 38.272019999691395 ], [ -122.66850600007524, 38.279112000243295 ], [ -122.667856999621819, 38.282184999728187 ], [ -122.66750000014477, 38.283843999837472 ], [ -122.666452000381483, 38.289752000261593 ], [ -122.666567999834115, 38.293462999815567 ], [ -122.666537999696885, 38.295649999916975 ], [ -122.666423999894064, 38.295955000312077 ], [ -122.666411000373586, 38.297125999733396 ], [ -122.659456999825395, 38.297194000208954 ], [ -122.652345999816689, 38.307398000025266 ], [ -122.647116000147733, 38.314350000321916 ], [ -122.648394999889661, 38.31443399994469 ], [ -122.663319000063964, 38.314334999976261 ], [ -122.666688000383019, 38.314307999769163 ], [ -122.680905000377564, 38.314308999933665 ], [ -122.681184000036822, 38.314310000098097 ], [ -122.69356499989749, 38.314338999927784 ], [ -122.694365999788573, 38.314301000027129 ], [ -122.700078000404702, 38.309607000302826 ], [ -122.705014000345813, 38.307293000162609 ], [ -122.706349999989186, 38.305083000312656 ], [ -122.708335999910901, 38.303632000281681 ], [ -122.712973000101243, 38.30917800004238 ], [ -122.714220999881064, 38.310786999794153 ], [ -122.715173000283215, 38.313245999860868 ], [ -122.715275000390463, 38.314671000067563 ], [ -122.71457200040868, 38.318002000161414 ], [ -122.713751000426115, 38.321326999753893 ], [ -122.712969999728216, 38.324813000287399 ], [ -122.712916000199868, 38.331280999657722 ], [ -122.712980999598869, 38.337049000330488 ], [ -122.713044000246384, 38.34245500002595 ], [ -122.713051999743954, 38.343129000301737 ], [ -122.713071999835464, 38.343817000069393 ], [ -122.713229000194289, 38.350650000088216 ], [ -122.713290000293654, 38.357775999803145 ], [ -122.713250000110705, 38.360454000194792 ], [ -122.713093999576756, 38.362773999856287 ], [ -122.713430000035743, 38.363137999894647 ], [ -122.717241000220682, 38.363264999891427 ], [ -122.741336999770155, 38.363255000071717 ], [ -122.74134699981586, 38.361327999799926 ], [ -122.741279999868723, 38.352147999700499 ], [ -122.741301999610045, 38.342539000195444 ], [ -122.738451000223151, 38.338560999848006 ], [ -122.738146999551233, 38.337379000350268 ], [ -122.741772999788211, 38.335462999861235 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151203", "NAME": "Census Tract 1512.03", "state": "06", "county_fips": "097", "tract": "151203", "county_name": "Sonoma County", "tot_pop_2050": 4742, "tot_pop_pov_det_2050": 4742, "tot_pop_civ_ni_2050": 4742, "tot_hh_2050": 1880, "pop_zvhhs_2050": 76, "tot_fam_2050": 1229, "tot_pop_over5_2050": 4495, "pop_hus_rent50_2050": 233, "pop_minority_2050": 973, "pop_over75_2050": 222, "pop_spfam_2050": 206, "pop_lep_2050": 64, "pop_below200_2050": 1301, "pop_disability_2050": 631, "pct_minority_2050": 0.20518768452129904, "pct_over75_2050": 0.046815689582454661, "pct_spfam_2050": 0.16761594792514239, "pct_lep_2050": 0.014238042269187987, "pct_below200_2050": 0.27435681147195279, "pct_disab_2050": 0.13306621678616615, "pct_zvhhs_2050": 0.04042553191489362, "pct_hus_rent50_2050": 0.12393617021276596, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043023723361480005, "pct_minority_2040": 0.240048250904704, "pct_spfam_2040": 0.17017691659646203, "pct_lep_2040": 0.015042372881356, "pct_below200_2040": 0.23059911540007996, "pct_disab_2040": 0.106008496864252, "pct_zvhhs_2040": 0.065149948293692, "pct_hus_rent50_2040": 0.13027618551328801, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.705113000080004, 38.325220000063467 ], [ -122.704240000218917, 38.324218000294351 ], [ -122.702149999641819, 38.32129599976394 ], [ -122.701208000183755, 38.320083000049351 ], [ -122.699105000086178, 38.318315999890558 ], [ -122.698570000333874, 38.317868000329881 ], [ -122.694470000443943, 38.314411999885046 ], [ -122.694365999788573, 38.314301000027129 ], [ -122.69356499989749, 38.314338999927784 ], [ -122.681184000036822, 38.314310000098097 ], [ -122.682801999712495, 38.317821999941408 ], [ -122.683376999647763, 38.318793999767351 ], [ -122.685503000209863, 38.322229000203905 ], [ -122.688343999551023, 38.326795000001354 ], [ -122.689535000327737, 38.328708000055435 ], [ -122.691534999594836, 38.331915999849258 ], [ -122.693730999578833, 38.33100400010499 ], [ -122.695596999849954, 38.330212000009467 ], [ -122.696757999591114, 38.329732000116707 ], [ -122.69796699991123, 38.330671000126451 ], [ -122.70399699964635, 38.328185999802358 ], [ -122.703040000119671, 38.327110999675277 ], [ -122.705113000080004, 38.325220000063467 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151204", "NAME": "Census Tract 1512.04", "state": "06", "county_fips": "097", "tract": "151204", "county_name": "Sonoma County", "tot_pop_2050": 3263, "tot_pop_pov_det_2050": 3251, "tot_pop_civ_ni_2050": 3263, "tot_hh_2050": 1285, "pop_zvhhs_2050": 64, "tot_fam_2050": 783, "tot_pop_over5_2050": 3056, "pop_hus_rent50_2050": 117, "pop_minority_2050": 1129, "pop_over75_2050": 142, "pop_spfam_2050": 68, "pop_lep_2050": 237, "pop_below200_2050": 862, "pop_disability_2050": 320, "pct_minority_2050": 0.34600061293288392, "pct_over75_2050": 0.043518234753294513, "pct_spfam_2050": 0.086845466155810985, "pct_lep_2050": 0.077552356020942403, "pct_below200_2050": 0.26514918486619504, "pct_disab_2050": 0.098069261415874964, "pct_zvhhs_2050": 0.049805447470817117, "pct_hus_rent50_2050": 0.091050583657587544, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.036940836940837003, "pct_minority_2040": 0.34083694083694099, "pct_spfam_2040": 0.19041769041769002, "pct_lep_2040": 0.028783382789317, "pct_below200_2040": 0.30335454019664504, "pct_disab_2040": 0.051474840948525009, "pct_zvhhs_2040": 0.072946175637394001, "pct_hus_rent50_2040": 0.15297450424929199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.715275000390463, 38.314671000067563 ], [ -122.715173000283215, 38.313245999860868 ], [ -122.714220999881064, 38.310786999794153 ], [ -122.712973000101243, 38.30917800004238 ], [ -122.708335999910901, 38.303632000281681 ], [ -122.706349999989186, 38.305083000312656 ], [ -122.705014000345813, 38.307293000162609 ], [ -122.700078000404702, 38.309607000302826 ], [ -122.694365999788573, 38.314301000027129 ], [ -122.694470000443943, 38.314411999885046 ], [ -122.698570000333874, 38.317868000329881 ], [ -122.699105000086178, 38.318315999890558 ], [ -122.701208000183755, 38.320083000049351 ], [ -122.702149999641819, 38.32129599976394 ], [ -122.704240000218917, 38.324218000294351 ], [ -122.705113000080004, 38.325220000063467 ], [ -122.703040000119671, 38.327110999675277 ], [ -122.70399699964635, 38.328185999802358 ], [ -122.70642199995919, 38.331258999777738 ], [ -122.705220000210147, 38.331702000110042 ], [ -122.706527000439479, 38.333827000232525 ], [ -122.707259999660195, 38.333560000240908 ], [ -122.707847000189346, 38.333054000313098 ], [ -122.70798399955838, 38.333294999775191 ], [ -122.709111999687593, 38.334643000316142 ], [ -122.712214999867896, 38.335871000295349 ], [ -122.712732000076826, 38.337041999965798 ], [ -122.712980999598869, 38.337049000330488 ], [ -122.712916000199868, 38.331280999657722 ], [ -122.712969999728216, 38.324813000287399 ], [ -122.713751000426115, 38.321326999753893 ], [ -122.71457200040868, 38.318002000161414 ], [ -122.715275000390463, 38.314671000067563 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151301", "NAME": "Census Tract 1513.01", "state": "06", "county_fips": "097", "tract": "151301", "county_name": "Sonoma County", "tot_pop_2050": 4874, "tot_pop_pov_det_2050": 4874, "tot_pop_civ_ni_2050": 4870, "tot_hh_2050": 1593, "pop_zvhhs_2050": 129, "tot_fam_2050": 994, "tot_pop_over5_2050": 4432, "pop_hus_rent50_2050": 129, "pop_minority_2050": 2789, "pop_over75_2050": 177, "pop_spfam_2050": 159, "pop_lep_2050": 517, "pop_below200_2050": 1435, "pop_disability_2050": 433, "pct_minority_2050": 0.57221994255231845, "pct_over75_2050": 0.036315141567501034, "pct_spfam_2050": 0.15995975855130784, "pct_lep_2050": 0.11665162454873647, "pct_below200_2050": 0.29441936807550267, "pct_disab_2050": 0.088911704312115009, "pct_zvhhs_2050": 0.080979284369114876, "pct_hus_rent50_2050": 0.080979284369114876, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.034395973154361999, "pct_minority_2040": 0.47000838926174499, "pct_spfam_2040": 0.15758176412289401, "pct_lep_2040": 0.122509057971015, "pct_below200_2040": 0.34767025089605702, "pct_disab_2040": 0.094856661045530991, "pct_zvhhs_2040": 0.055345911949686001, "pct_hus_rent50_2040": 0.15912031047865502, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.711449000136923, 38.336134000068938 ], [ -122.712214999867896, 38.335871000295349 ], [ -122.709111999687593, 38.334643000316142 ], [ -122.70798399955838, 38.333294999775191 ], [ -122.707847000189346, 38.333054000313098 ], [ -122.707259999660195, 38.333560000240908 ], [ -122.706527000439479, 38.333827000232525 ], [ -122.705220000210147, 38.331702000110042 ], [ -122.70642199995919, 38.331258999777738 ], [ -122.70399699964635, 38.328185999802358 ], [ -122.69796699991123, 38.330671000126451 ], [ -122.696757999591114, 38.329732000116707 ], [ -122.695596999849954, 38.330212000009467 ], [ -122.693730999578833, 38.33100400010499 ], [ -122.691534999594836, 38.331915999849258 ], [ -122.692169999804563, 38.332936999957738 ], [ -122.692903999748495, 38.334113999886448 ], [ -122.697273999975181, 38.341145000329156 ], [ -122.69964499986132, 38.340198000195571 ], [ -122.700453000323435, 38.339650000159331 ], [ -122.703521000343599, 38.336525999703738 ], [ -122.705184000225117, 38.336082000109059 ], [ -122.711449000136923, 38.336134000068938 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151305", "NAME": "Census Tract 1513.05", "state": "06", "county_fips": "097", "tract": "151305", "county_name": "Sonoma County", "tot_pop_2050": 6344, "tot_pop_pov_det_2050": 6314, "tot_pop_civ_ni_2050": 6344, "tot_hh_2050": 2429, "pop_zvhhs_2050": 244, "tot_fam_2050": 1313, "tot_pop_over5_2050": 5964, "pop_hus_rent50_2050": 597, "pop_minority_2050": 3500, "pop_over75_2050": 231, "pop_spfam_2050": 344, "pop_lep_2050": 898, "pop_below200_2050": 2515, "pop_disability_2050": 708, "pct_minority_2050": 0.55170239596469106, "pct_over75_2050": 0.036412358133669616, "pct_spfam_2050": 0.26199543031226197, "pct_lep_2050": 0.1505700871898055, "pct_below200_2050": 0.39832119100411773, "pct_disab_2050": 0.1116015132408575, "pct_zvhhs_2050": 0.10045286125977768, "pct_hus_rent50_2050": 0.24578015644298065, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063043478260869992, "pct_minority_2040": 0.45652173913043498, "pct_spfam_2040": 0.21815008726003501, "pct_lep_2040": 0.079714455681141994, "pct_below200_2040": 0.46960320349472201, "pct_disab_2040": 0.15, "pct_zvhhs_2040": 0.10344827586206901, "pct_hus_rent50_2040": 0.23498465585269601, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.713229000194289, 38.350650000088216 ], [ -122.713071999835464, 38.343817000069393 ], [ -122.713051999743954, 38.343129000301737 ], [ -122.713044000246384, 38.34245500002595 ], [ -122.712980999598869, 38.337049000330488 ], [ -122.712732000076826, 38.337041999965798 ], [ -122.712214999867896, 38.335871000295349 ], [ -122.711449000136923, 38.336134000068938 ], [ -122.705184000225117, 38.336082000109059 ], [ -122.703521000343599, 38.336525999703738 ], [ -122.700453000323435, 38.339650000159331 ], [ -122.69964499986132, 38.340198000195571 ], [ -122.697273999975181, 38.341145000329156 ], [ -122.698534000348872, 38.343167999652231 ], [ -122.70168199983668, 38.348230999921604 ], [ -122.703215000021842, 38.350694000041699 ], [ -122.713229000194289, 38.350650000088216 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151306", "NAME": "Census Tract 1513.06", "state": "06", "county_fips": "097", "tract": "151306", "county_name": "Sonoma County", "tot_pop_2050": 3599, "tot_pop_pov_det_2050": 3599, "tot_pop_civ_ni_2050": 3599, "tot_hh_2050": 1601, "pop_zvhhs_2050": 75, "tot_fam_2050": 897, "tot_pop_over5_2050": 3345, "pop_hus_rent50_2050": 155, "pop_minority_2050": 1321, "pop_over75_2050": 213, "pop_spfam_2050": 122, "pop_lep_2050": 96, "pop_below200_2050": 957, "pop_disability_2050": 465, "pct_minority_2050": 0.36704640177827175, "pct_over75_2050": 0.059183106418449566, "pct_spfam_2050": 0.13600891861761427, "pct_lep_2050": 0.028699551569506727, "pct_below200_2050": 0.26590719644345651, "pct_disab_2050": 0.12920255626562935, "pct_zvhhs_2050": 0.046845721424109935, "pct_hus_rent50_2050": 0.096814490943160525, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.051150121065375004, "pct_minority_2040": 0.29207021791767601, "pct_spfam_2040": 0.036269430051813996, "pct_lep_2040": 0.042619868379817995, "pct_below200_2040": 0.26725181598062997, "pct_disab_2040": 0.10230024213075099, "pct_zvhhs_2040": 0.053735255570117997, "pct_hus_rent50_2040": 0.10550763105507599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.703215000021842, 38.350694000041699 ], [ -122.70168199983668, 38.348230999921604 ], [ -122.698534000348872, 38.343167999652231 ], [ -122.695191999793991, 38.343191999675632 ], [ -122.685493000164129, 38.343277000164399 ], [ -122.685513000255611, 38.345697999691183 ], [ -122.68560699996695, 38.35068999998299 ], [ -122.691598000242337, 38.350696999733316 ], [ -122.691717999892958, 38.350694999704125 ], [ -122.695743000338112, 38.350704000187513 ], [ -122.703215000021842, 38.350694000041699 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151307", "NAME": "Census Tract 1513.07", "state": "06", "county_fips": "097", "tract": "151307", "county_name": "Sonoma County", "tot_pop_2050": 5622, "tot_pop_pov_det_2050": 5613, "tot_pop_civ_ni_2050": 5622, "tot_hh_2050": 1979, "pop_zvhhs_2050": 10, "tot_fam_2050": 1442, "tot_pop_over5_2050": 5223, "pop_hus_rent50_2050": 177, "pop_minority_2050": 2038, "pop_over75_2050": 253, "pop_spfam_2050": 167, "pop_lep_2050": 204, "pop_below200_2050": 1055, "pop_disability_2050": 565, "pct_minority_2050": 0.36250444681607968, "pct_over75_2050": 0.045001778726431872, "pct_spfam_2050": 0.1158113730929265, "pct_lep_2050": 0.039058012636415854, "pct_below200_2050": 0.18795652948512381, "pct_disab_2050": 0.10049804340092494, "pct_zvhhs_2050": 0.005053057099545225, "pct_hus_rent50_2050": 0.089439110661950469, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046461897356142999, "pct_minority_2040": 0.31006998444790002, "pct_spfam_2040": 0.130258899676375, "pct_lep_2040": 0.019687436573979998, "pct_below200_2040": 0.21007586072748496, "pct_disab_2040": 0.075038880248833997, "pct_zvhhs_2040": 0.017419706042461, "pct_hus_rent50_2040": 0.071154898741106004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.713464000370934, 38.379304000009711 ], [ -122.713876000099575, 38.372029999747731 ], [ -122.71297899994903, 38.369731000329423 ], [ -122.712738999749533, 38.369253999925419 ], [ -122.712321000173091, 38.367175999755958 ], [ -122.712497999725102, 38.365614000058493 ], [ -122.712280999990114, 38.365263999999854 ], [ -122.712070999927832, 38.363191000347491 ], [ -122.707328000330591, 38.362264999810101 ], [ -122.704922000284313, 38.361362999742447 ], [ -122.695607999720607, 38.36156800007241 ], [ -122.694402999598466, 38.362080000013535 ], [ -122.693722000256315, 38.360430000256642 ], [ -122.690866999773149, 38.361627000152545 ], [ -122.68576799962544, 38.361786999996525 ], [ -122.685786999892002, 38.365001999810254 ], [ -122.685704000051331, 38.371431999946047 ], [ -122.690017000376599, 38.372105000185542 ], [ -122.688105999899634, 38.372176000265434 ], [ -122.68797000035552, 38.376568000057603 ], [ -122.686959000402155, 38.379472999933732 ], [ -122.713464000370934, 38.379304000009711 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151308", "NAME": "Census Tract 1513.08", "state": "06", "county_fips": "097", "tract": "151308", "county_name": "Sonoma County", "tot_pop_2050": 4753, "tot_pop_pov_det_2050": 4748, "tot_pop_civ_ni_2050": 4700, "tot_hh_2050": 1890, "pop_zvhhs_2050": 117, "tot_fam_2050": 1094, "tot_pop_over5_2050": 4133, "pop_hus_rent50_2050": 357, "pop_minority_2050": 1669, "pop_over75_2050": 452, "pop_spfam_2050": 218, "pop_lep_2050": 61, "pop_below200_2050": 1449, "pop_disability_2050": 812, "pct_minority_2050": 0.35114664422470021, "pct_over75_2050": 0.095097832947612038, "pct_spfam_2050": 0.19926873857404026, "pct_lep_2050": 0.014759254778611178, "pct_below200_2050": 0.30518112889637744, "pct_disab_2050": 0.1727659574468085, "pct_zvhhs_2050": 0.061904761904761914, "pct_hus_rent50_2050": 0.18888888888888888, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.12328482328482301, "pct_minority_2040": 0.29313929313929304, "pct_spfam_2040": 0.12704523580365701, "pct_lep_2040": 0.049120549120549001, "pct_below200_2040": 0.31502288805659601, "pct_disab_2040": 0.132067510548523, "pct_zvhhs_2040": 0.14137419673751903, "pct_hus_rent50_2040": 0.21225937183384, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.713250000110705, 38.360454000194792 ], [ -122.713290000293654, 38.357775999803145 ], [ -122.713229000194289, 38.350650000088216 ], [ -122.703215000021842, 38.350694000041699 ], [ -122.695743000338112, 38.350704000187513 ], [ -122.691717999892958, 38.350694999704125 ], [ -122.691598000242337, 38.350696999733316 ], [ -122.68560699996695, 38.35068999998299 ], [ -122.685591999898321, 38.352580000293401 ], [ -122.685688000157811, 38.353016999983247 ], [ -122.685710999724023, 38.354004999974165 ], [ -122.685729999990599, 38.355054999887294 ], [ -122.68576799962544, 38.361786999996525 ], [ -122.690866999773149, 38.361627000152545 ], [ -122.693722000256315, 38.360430000256642 ], [ -122.694402999598466, 38.362080000013535 ], [ -122.695607999720607, 38.36156800007241 ], [ -122.704922000284313, 38.361362999742447 ], [ -122.707328000330591, 38.362264999810101 ], [ -122.712070999927832, 38.363191000347491 ], [ -122.712280999990114, 38.365263999999854 ], [ -122.712497999725102, 38.365614000058493 ], [ -122.713250000110705, 38.360454000194792 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151309", "NAME": "Census Tract 1513.09", "state": "06", "county_fips": "097", "tract": "151309", "county_name": "Sonoma County", "tot_pop_2050": 5147, "tot_pop_pov_det_2050": 5147, "tot_pop_civ_ni_2050": 5147, "tot_hh_2050": 1979, "pop_zvhhs_2050": 85, "tot_fam_2050": 1368, "tot_pop_over5_2050": 4792, "pop_hus_rent50_2050": 164, "pop_minority_2050": 1372, "pop_over75_2050": 270, "pop_spfam_2050": 156, "pop_lep_2050": 34, "pop_below200_2050": 844, "pop_disability_2050": 459, "pct_minority_2050": 0.26656304643481638, "pct_over75_2050": 0.052457742374198563, "pct_spfam_2050": 0.11403508771929825, "pct_lep_2050": 0.0070951585976627716, "pct_below200_2050": 0.16397901690305033, "pct_disab_2050": 0.089178162036137557, "pct_zvhhs_2050": 0.04295098534613441, "pct_hus_rent50_2050": 0.082870136432541694, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045933014354066999, "pct_minority_2040": 0.25665071770334902, "pct_spfam_2040": 0.20583596214510999, "pct_lep_2040": 0.072057318321391992, "pct_below200_2040": 0.24669856459330106, "pct_disab_2040": 0.11311004784688999, "pct_zvhhs_2040": 0.046185781006745995, "pct_hus_rent50_2040": 0.13015532940546301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.688105999899634, 38.372176000265434 ], [ -122.690017000376599, 38.372105000185542 ], [ -122.685704000051331, 38.371431999946047 ], [ -122.685786999892002, 38.365001999810254 ], [ -122.68576799962544, 38.361786999996525 ], [ -122.685729999990599, 38.355054999887294 ], [ -122.685710999724023, 38.354004999974165 ], [ -122.685688000157811, 38.353016999983247 ], [ -122.685591999898321, 38.352580000293401 ], [ -122.68560699996695, 38.35068999998299 ], [ -122.685513000255611, 38.345697999691183 ], [ -122.685493000164129, 38.343277000164399 ], [ -122.679887999678115, 38.343275999695067 ], [ -122.676424999647708, 38.343351000334614 ], [ -122.674806999972034, 38.343328999891995 ], [ -122.672852999837374, 38.343268000167086 ], [ -122.666860999737068, 38.342303999853804 ], [ -122.666824999752066, 38.336170000073515 ], [ -122.666698000428767, 38.322533000144233 ], [ -122.666809999683451, 38.321452000351769 ], [ -122.666688000383019, 38.314307999769163 ], [ -122.663319000063964, 38.314334999976261 ], [ -122.659024000180366, 38.316658000040654 ], [ -122.65722499985641, 38.316866999854618 ], [ -122.656115999993759, 38.318047999730872 ], [ -122.652997999744869, 38.319250000015415 ], [ -122.647034999956887, 38.319708999779721 ], [ -122.642955999983315, 38.318861999664854 ], [ -122.641486000445667, 38.317492999790083 ], [ -122.638981999591763, 38.31802499994982 ], [ -122.634697999578819, 38.321210000199891 ], [ -122.634362000018172, 38.322226000038164 ], [ -122.629272000091262, 38.322130000307446 ], [ -122.627209000176677, 38.320733000118395 ], [ -122.620186999856429, 38.32203299968694 ], [ -122.617790000030979, 38.324600000033868 ], [ -122.616558999969598, 38.324837000048454 ], [ -122.613013000098505, 38.325304999790575 ], [ -122.611932999649866, 38.326283000058218 ], [ -122.608515999650223, 38.327591999995533 ], [ -122.602064999965634, 38.328335999830728 ], [ -122.598759000294038, 38.327907999718192 ], [ -122.595174999889863, 38.328788000096736 ], [ -122.595169000042077, 38.329969000262906 ], [ -122.597073999772917, 38.331477999758725 ], [ -122.59672399996856, 38.333062000264263 ], [ -122.592983999928734, 38.33345299970685 ], [ -122.592195999558143, 38.335745000033469 ], [ -122.591073000350093, 38.335675999897845 ], [ -122.585701000390912, 38.332623000142071 ], [ -122.58262900017273, 38.331694999933369 ], [ -122.581362999951281, 38.330195000236394 ], [ -122.577379000412279, 38.327253999913481 ], [ -122.573533000067258, 38.327553999994045 ], [ -122.569521000040865, 38.327069000172678 ], [ -122.568561000141131, 38.327557999920991 ], [ -122.568500999866657, 38.327621000150138 ], [ -122.56721799992674, 38.327505000166759 ], [ -122.566694000045104, 38.329112999885069 ], [ -122.56745399992829, 38.330639999904577 ], [ -122.570281999748971, 38.332348999828554 ], [ -122.571744999613941, 38.334663999989765 ], [ -122.572235999883617, 38.334854000182659 ], [ -122.5729389998654, 38.334595000234017 ], [ -122.573163999996311, 38.33451899980404 ], [ -122.573509999602706, 38.335339999922134 ], [ -122.573523000021524, 38.336180999973465 ], [ -122.573409000218689, 38.337144000180658 ], [ -122.573170999668989, 38.337835999780985 ], [ -122.573298999715504, 38.339802999852388 ], [ -122.578501999620329, 38.345051999848572 ], [ -122.58077499959721, 38.347973999993243 ], [ -122.580958999720224, 38.349590999787829 ], [ -122.583594999920251, 38.350311999778327 ], [ -122.586135999685752, 38.3505620001011 ], [ -122.58920500042916, 38.350077999669288 ], [ -122.593209999884536, 38.350752999825268 ], [ -122.596453999631791, 38.352274000315767 ], [ -122.599498000260866, 38.355866000298697 ], [ -122.599499000085785, 38.35753600034306 ], [ -122.600357999703164, 38.360721999902744 ], [ -122.60184599968251, 38.36274400018948 ], [ -122.604671999853338, 38.36441299987861 ], [ -122.615112999823026, 38.367303999848318 ], [ -122.615579999803273, 38.367812000249785 ], [ -122.621807999905144, 38.367242999893108 ], [ -122.623705000138386, 38.368993000207439 ], [ -122.626172000284043, 38.366324000130099 ], [ -122.627918999831138, 38.366065000015148 ], [ -122.631956999796813, 38.363982000340656 ], [ -122.636332999871257, 38.35913700028064 ], [ -122.636248000380746, 38.356852000299433 ], [ -122.637878999576927, 38.35341499970162 ], [ -122.637681999933406, 38.352660000042107 ], [ -122.637662999666858, 38.351034999655248 ], [ -122.638102000057998, 38.349246000281269 ], [ -122.638836999826836, 38.348358999696501 ], [ -122.641196999842322, 38.348149999809586 ], [ -122.641750000036311, 38.347364999806054 ], [ -122.643976999982442, 38.347606000276059 ], [ -122.646522999770795, 38.348496999695683 ], [ -122.64786199978721, 38.349799999743162 ], [ -122.650184999992788, 38.350843999970358 ], [ -122.65249300012978, 38.353058999943528 ], [ -122.657158999734165, 38.35591699985072 ], [ -122.659747000253617, 38.356807999861239 ], [ -122.663257000139694, 38.356468000248107 ], [ -122.665622000178075, 38.355452000077975 ], [ -122.666997000179492, 38.355171000143265 ], [ -122.667014999722866, 38.364909999679966 ], [ -122.667121000028075, 38.371457999917723 ], [ -122.667786000375031, 38.37279999974659 ], [ -122.670893999679862, 38.374454000075225 ], [ -122.677984999597058, 38.377044000133921 ], [ -122.683366999602029, 38.380536000242223 ], [ -122.68436099983694, 38.381028000135721 ], [ -122.685596999921188, 38.38197100031951 ], [ -122.685873999930664, 38.379481999656086 ], [ -122.686959000402155, 38.379472999933732 ], [ -122.68797000035552, 38.376568000057603 ], [ -122.688105999899634, 38.372176000265434 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151310", "NAME": "Census Tract 1513.10", "state": "06", "county_fips": "097", "tract": "151310", "county_name": "Sonoma County", "tot_pop_2050": 5661, "tot_pop_pov_det_2050": 4341, "tot_pop_civ_ni_2050": 5661, "tot_hh_2050": 1486, "pop_zvhhs_2050": 87, "tot_fam_2050": 896, "tot_pop_over5_2050": 5458, "pop_hus_rent50_2050": 333, "pop_minority_2050": 2256, "pop_over75_2050": 75, "pop_spfam_2050": 134, "pop_lep_2050": 193, "pop_below200_2050": 1265, "pop_disability_2050": 615, "pct_minority_2050": 0.39851616322204558, "pct_over75_2050": 0.013248542660307366, "pct_spfam_2050": 0.14955357142857142, "pct_lep_2050": 0.035360938072554048, "pct_below200_2050": 0.29140750979037089, "pct_disab_2050": 0.1086380498145204, "pct_zvhhs_2050": 0.058546433378196497, "pct_hus_rent50_2050": 0.22409152086137279, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.018701870187018996, "pct_minority_2040": 0.413641364136414, "pct_spfam_2040": 0.16416309012875502, "pct_lep_2040": 0.034764031850845006, "pct_below200_2040": 0.26424361493123799, "pct_disab_2040": 0.068444610220066995, "pct_zvhhs_2040": 0.012820512820513002, "pct_hus_rent50_2040": 0.13100137174211202, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.698534000348872, 38.343167999652231 ], [ -122.697273999975181, 38.341145000329156 ], [ -122.692903999748495, 38.334113999886448 ], [ -122.692169999804563, 38.332936999957738 ], [ -122.691534999594836, 38.331915999849258 ], [ -122.690055999836332, 38.332734000133655 ], [ -122.689596000427116, 38.333057999936479 ], [ -122.687946999890968, 38.33421500010558 ], [ -122.685833999747658, 38.335706000209981 ], [ -122.685231000223325, 38.335963999844843 ], [ -122.678121000039511, 38.336070000329812 ], [ -122.676244999722641, 38.336078999812102 ], [ -122.666824999752066, 38.336170000073515 ], [ -122.666860999737068, 38.342303999853804 ], [ -122.672852999837374, 38.343268000167086 ], [ -122.674806999972034, 38.343328999891995 ], [ -122.676424999647708, 38.343351000334614 ], [ -122.679887999678115, 38.343275999695067 ], [ -122.685493000164129, 38.343277000164399 ], [ -122.695191999793991, 38.343191999675632 ], [ -122.698534000348872, 38.343167999652231 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151311", "NAME": "Census Tract 1513.11", "state": "06", "county_fips": "097", "tract": "151311", "county_name": "Sonoma County", "tot_pop_2050": 6399, "tot_pop_pov_det_2050": 6377, "tot_pop_civ_ni_2050": 6399, "tot_hh_2050": 2336, "pop_zvhhs_2050": 76, "tot_fam_2050": 1576, "tot_pop_over5_2050": 6039, "pop_hus_rent50_2050": 426, "pop_minority_2050": 1980, "pop_over75_2050": 104, "pop_spfam_2050": 287, "pop_lep_2050": 127, "pop_below200_2050": 1359, "pop_disability_2050": 465, "pct_minority_2050": 0.30942334739803096, "pct_over75_2050": 0.016252539459290515, "pct_spfam_2050": 0.18210659898477161, "pct_lep_2050": 0.021029971849643982, "pct_below200_2050": 0.21310961267053474, "pct_disab_2050": 0.072667604313173928, "pct_zvhhs_2050": 0.032534246575342464, "pct_hus_rent50_2050": 0.18236301369863012, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.038706031925412991, "pct_minority_2040": 0.26571549653905896, "pct_spfam_2040": 0.27917620137299798, "pct_lep_2040": 0.014378689268956999, "pct_below200_2040": 0.30442152846447201, "pct_disab_2040": 0.064004531294251002, "pct_zvhhs_2040": 0.041304347826087003, "pct_hus_rent50_2040": 0.19806338028168999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.690055999836332, 38.332734000133655 ], [ -122.691534999594836, 38.331915999849258 ], [ -122.689535000327737, 38.328708000055435 ], [ -122.688343999551023, 38.326795000001354 ], [ -122.685503000209863, 38.322229000203905 ], [ -122.683376999647763, 38.318793999767351 ], [ -122.682801999712495, 38.317821999941408 ], [ -122.681184000036822, 38.314310000098097 ], [ -122.680905000377564, 38.314308999933665 ], [ -122.666688000383019, 38.314307999769163 ], [ -122.666809999683451, 38.321452000351769 ], [ -122.666698000428767, 38.322533000144233 ], [ -122.666824999752066, 38.336170000073515 ], [ -122.676244999722641, 38.336078999812102 ], [ -122.678121000039511, 38.336070000329812 ], [ -122.685231000223325, 38.335963999844843 ], [ -122.685833999747658, 38.335706000209981 ], [ -122.687946999890968, 38.33421500010558 ], [ -122.689596000427116, 38.333057999936479 ], [ -122.690055999836332, 38.332734000133655 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151401", "NAME": "Census Tract 1514.01", "state": "06", "county_fips": "097", "tract": "151401", "county_name": "Sonoma County", "tot_pop_2050": 7623, "tot_pop_pov_det_2050": 7589, "tot_pop_civ_ni_2050": 7598, "tot_hh_2050": 2520, "pop_zvhhs_2050": 105, "tot_fam_2050": 1734, "tot_pop_over5_2050": 7223, "pop_hus_rent50_2050": 293, "pop_minority_2050": 4224, "pop_over75_2050": 154, "pop_spfam_2050": 295, "pop_lep_2050": 495, "pop_below200_2050": 1931, "pop_disability_2050": 1000, "pct_minority_2050": 0.55411255411255411, "pct_over75_2050": 0.020202020202020204, "pct_spfam_2050": 0.1701268742791234, "pct_lep_2050": 0.068531081268171132, "pct_below200_2050": 0.25444722624851762, "pct_disab_2050": 0.13161358252171626, "pct_zvhhs_2050": 0.041666666666666657, "pct_hus_rent50_2050": 0.11626984126984127, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.014482852848749998, "pct_minority_2040": 0.63082388304413206, "pct_spfam_2040": 0.215648854961832, "pct_lep_2040": 0.11264851857422199, "pct_below200_2040": 0.468966472707121, "pct_disab_2040": 0.061540570175439006, "pct_zvhhs_2040": 0.036639857015191998, "pct_hus_rent50_2040": 0.174660633484163, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.711189999670822, 38.431081999952404 ], [ -122.711316999892404, 38.429746999946502 ], [ -122.708181999925102, 38.423859000065498 ], [ -122.707587999723273, 38.422911999773305 ], [ -122.707271000429174, 38.422392999815955 ], [ -122.706067000131981, 38.421071000219264 ], [ -122.704294999572184, 38.418888000170533 ], [ -122.704258999587154, 38.41648499966356 ], [ -122.70429700012032, 38.412516999781175 ], [ -122.70416999989871, 38.410926000130992 ], [ -122.702521000260901, 38.409086999742499 ], [ -122.698296999624091, 38.404051999734207 ], [ -122.695173000425726, 38.399236999885474 ], [ -122.69290000044883, 38.394597999893186 ], [ -122.691809999954458, 38.391045000321405 ], [ -122.687299000160792, 38.384401000067221 ], [ -122.685596999921188, 38.38197100031951 ], [ -122.68436099983694, 38.381028000135721 ], [ -122.683366999602029, 38.380536000242223 ], [ -122.682552000365575, 38.383650999944145 ], [ -122.681419000213467, 38.384904999865064 ], [ -122.677163999614493, 38.382385000261181 ], [ -122.675962999690356, 38.384310999758902 ], [ -122.67395800040039, 38.382763999807423 ], [ -122.671681000225547, 38.382295000261102 ], [ -122.67011700007825, 38.382903000337926 ], [ -122.668561000326818, 38.38210499989323 ], [ -122.66743700039558, 38.382831000299113 ], [ -122.667374999572999, 38.384105999773048 ], [ -122.66625400001476, 38.384465000046198 ], [ -122.663669999693255, 38.384117000137408 ], [ -122.663461000354189, 38.384836000096023 ], [ -122.665280999696236, 38.386135000009872 ], [ -122.666339000403582, 38.387635999967351 ], [ -122.661923999971052, 38.38901000009951 ], [ -122.665192999832684, 38.395476999832809 ], [ -122.672323999932857, 38.399338000083652 ], [ -122.675892000443568, 38.401344999866097 ], [ -122.67592800042857, 38.405262999745617 ], [ -122.674897000383723, 38.411712000064398 ], [ -122.675982999781837, 38.413267000348462 ], [ -122.679917999815331, 38.418590000129285 ], [ -122.681760999621915, 38.420199999912107 ], [ -122.682514999657315, 38.421490999937724 ], [ -122.684539999937087, 38.423128000279732 ], [ -122.684838999687841, 38.423734999662038 ], [ -122.685736999663277, 38.423735999722894 ], [ -122.685700999678275, 38.428095999725258 ], [ -122.685712000447253, 38.429405999735572 ], [ -122.685712000447253, 38.429564000291485 ], [ -122.685721999594676, 38.432441999825471 ], [ -122.68908900026392, 38.432859999697328 ], [ -122.687489000131592, 38.436554000346504 ], [ -122.695236000174916, 38.434420000308194 ], [ -122.699247000376403, 38.433686999911266 ], [ -122.704415999946008, 38.432835999857716 ], [ -122.705800999993173, 38.432529000208639 ], [ -122.711189999670822, 38.431081999952404 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151402", "NAME": "Census Tract 1514.02", "state": "06", "county_fips": "097", "tract": "151402", "county_name": "Sonoma County", "tot_pop_2050": 9917, "tot_pop_pov_det_2050": 9917, "tot_pop_civ_ni_2050": 9893, "tot_hh_2050": 3516, "pop_zvhhs_2050": 324, "tot_fam_2050": 2042, "tot_pop_over5_2050": 9356, "pop_hus_rent50_2050": 574, "pop_minority_2050": 6314, "pop_over75_2050": 291, "pop_spfam_2050": 583, "pop_lep_2050": 1078, "pop_below200_2050": 5006, "pop_disability_2050": 1228, "pct_minority_2050": 0.63668448119390941, "pct_over75_2050": 0.029343551477261268, "pct_spfam_2050": 0.28550440744368266, "pct_lep_2050": 0.1152201795639162, "pct_below200_2050": 0.50478975496621958, "pct_disab_2050": 0.12412817143434753, "pct_zvhhs_2050": 0.092150170648464161, "pct_hus_rent50_2050": 0.16325369738339021, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.029915929686647001, "pct_minority_2040": 0.60989190959711792, "pct_spfam_2040": 0.26133076181292197, "pct_lep_2040": 0.11834319526627197, "pct_below200_2040": 0.46514173142169202, "pct_disab_2040": 0.118503118503119, "pct_zvhhs_2040": 0.10314167160640199, "pct_hus_rent50_2040": 0.16138673042438698, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.716281000320933, 38.388617000278181 ], [ -122.716334000024375, 38.376283000347563 ], [ -122.716140999680547, 38.375070000094759 ], [ -122.715570999768147, 38.373588000210859 ], [ -122.71297899994903, 38.369731000329423 ], [ -122.713876000099575, 38.372029999747731 ], [ -122.713464000370934, 38.379304000009711 ], [ -122.686959000402155, 38.379472999933732 ], [ -122.685873999930664, 38.379481999656086 ], [ -122.685596999921188, 38.38197100031951 ], [ -122.687299000160792, 38.384401000067221 ], [ -122.691809999954458, 38.391045000321405 ], [ -122.69290000044883, 38.394597999893186 ], [ -122.695173000425726, 38.399236999885474 ], [ -122.698296999624091, 38.404051999734207 ], [ -122.702521000260901, 38.409086999742499 ], [ -122.70416999989871, 38.410926000130992 ], [ -122.70429700012032, 38.412516999781175 ], [ -122.704258999587154, 38.41648499966356 ], [ -122.704294999572184, 38.418888000170533 ], [ -122.706067000131981, 38.421071000219264 ], [ -122.707271000429174, 38.422392999815955 ], [ -122.707587999723273, 38.422911999773305 ], [ -122.708181999925102, 38.423859000065498 ], [ -122.711316999892404, 38.429746999946502 ], [ -122.711189999670822, 38.431081999952404 ], [ -122.713869000426882, 38.430953000183017 ], [ -122.715535999608036, 38.431305000346669 ], [ -122.715163000237482, 38.429511999897308 ], [ -122.715061999955111, 38.424596999833554 ], [ -122.715465000361235, 38.421922000271941 ], [ -122.715733999974788, 38.42044400025307 ], [ -122.716103000045706, 38.417887000265395 ], [ -122.716129999809894, 38.41455799968756 ], [ -122.716206999802793, 38.401848999843565 ], [ -122.716206999802793, 38.401769000260572 ], [ -122.716246999985771, 38.3944269998767 ], [ -122.716281000320933, 38.388617000278181 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151502", "NAME": "Census Tract 1515.02", "state": "06", "county_fips": "097", "tract": "151502", "county_name": "Sonoma County", "tot_pop_2050": 6874, "tot_pop_pov_det_2050": 6849, "tot_pop_civ_ni_2050": 6859, "tot_hh_2050": 2882, "pop_zvhhs_2050": 98, "tot_fam_2050": 1682, "tot_pop_over5_2050": 6479, "pop_hus_rent50_2050": 304, "pop_minority_2050": 1359, "pop_over75_2050": 632, "pop_spfam_2050": 237, "pop_lep_2050": 91, "pop_below200_2050": 1681, "pop_disability_2050": 890, "pct_minority_2050": 0.19770148385219669, "pct_over75_2050": 0.091940645912132676, "pct_spfam_2050": 0.14090368608799048, "pct_lep_2050": 0.014045377373051395, "pct_below200_2050": 0.24543729011534529, "pct_disab_2050": 0.1297565242746756, "pct_zvhhs_2050": 0.034004163775156145, "pct_hus_rent50_2050": 0.1054823039555864, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.066753736758090002, "pct_minority_2040": 0.24916557829052399, "pct_spfam_2040": 0.171951219512195, "pct_lep_2040": 0.0080940745265730002, "pct_below200_2040": 0.24673439767779398, "pct_disab_2040": 0.10851126060251501, "pct_zvhhs_2040": 0.059021922428330993, "pct_hus_rent50_2040": 0.108324625566005, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.687489000131592, 38.436554000346504 ], [ -122.68908900026392, 38.432859999697328 ], [ -122.685721999594676, 38.432441999825471 ], [ -122.685712000447253, 38.429564000291485 ], [ -122.685712000447253, 38.429405999735572 ], [ -122.685700999678275, 38.428095999725258 ], [ -122.685736999663277, 38.423735999722894 ], [ -122.684838999687841, 38.423734999662038 ], [ -122.684539999937087, 38.423128000279732 ], [ -122.682514999657315, 38.421490999937724 ], [ -122.681760999621915, 38.420199999912107 ], [ -122.679917999815331, 38.418590000129285 ], [ -122.675982999781837, 38.413267000348462 ], [ -122.674897000383723, 38.411712000064398 ], [ -122.67592800042857, 38.405262999745617 ], [ -122.675892000443568, 38.401344999866097 ], [ -122.672323999932857, 38.399338000083652 ], [ -122.665192999832684, 38.395476999832809 ], [ -122.661923999971052, 38.38901000009951 ], [ -122.666339000403582, 38.387635999967351 ], [ -122.665280999696236, 38.386135000009872 ], [ -122.663461000354189, 38.384836000096023 ], [ -122.663669999693255, 38.384117000137408 ], [ -122.66625400001476, 38.384465000046198 ], [ -122.667374999572999, 38.384105999773048 ], [ -122.66743700039558, 38.382831000299113 ], [ -122.668561000326818, 38.38210499989323 ], [ -122.67011700007825, 38.382903000337926 ], [ -122.671681000225547, 38.382295000261102 ], [ -122.67395800040039, 38.382763999807423 ], [ -122.675962999690356, 38.384310999758902 ], [ -122.677163999614493, 38.382385000261181 ], [ -122.681419000213467, 38.384904999865064 ], [ -122.682552000365575, 38.383650999944145 ], [ -122.683366999602029, 38.380536000242223 ], [ -122.677984999597058, 38.377044000133921 ], [ -122.670893999679862, 38.374454000075225 ], [ -122.667786000375031, 38.37279999974659 ], [ -122.667121000028075, 38.371457999917723 ], [ -122.667014999722866, 38.364909999679966 ], [ -122.666997000179492, 38.355171000143265 ], [ -122.665622000178075, 38.355452000077975 ], [ -122.663257000139694, 38.356468000248107 ], [ -122.659747000253617, 38.356807999861239 ], [ -122.657158999734165, 38.35591699985072 ], [ -122.65249300012978, 38.353058999943528 ], [ -122.650184999992788, 38.350843999970358 ], [ -122.64786199978721, 38.349799999743162 ], [ -122.646522999770795, 38.348496999695683 ], [ -122.643976999982442, 38.347606000276059 ], [ -122.641750000036311, 38.347364999806054 ], [ -122.641196999842322, 38.348149999809586 ], [ -122.638836999826836, 38.348358999696501 ], [ -122.638102000057998, 38.349246000281269 ], [ -122.637662999666858, 38.351034999655248 ], [ -122.637681999933406, 38.352660000042107 ], [ -122.637878999576927, 38.35341499970162 ], [ -122.636248000380746, 38.356852000299433 ], [ -122.636332999871257, 38.35913700028064 ], [ -122.631956999796813, 38.363982000340656 ], [ -122.627918999831138, 38.366065000015148 ], [ -122.626172000284043, 38.366324000130099 ], [ -122.623705000138386, 38.368993000207439 ], [ -122.62392299969828, 38.373801000101793 ], [ -122.624827000419842, 38.374967999772451 ], [ -122.625805999687827, 38.377815000288393 ], [ -122.627101000221643, 38.3796170002867 ], [ -122.628877000081062, 38.380736999976065 ], [ -122.62994199956276, 38.383010000341514 ], [ -122.630484999710987, 38.387357000071169 ], [ -122.628024000311441, 38.391888999853713 ], [ -122.62431600005867, 38.39710599966736 ], [ -122.624520000273165, 38.397955000240124 ], [ -122.626189000002469, 38.397545000300326 ], [ -122.633765000341597, 38.39783299986567 ], [ -122.637060999967389, 38.398482000207487 ], [ -122.638808000412808, 38.400037000040967 ], [ -122.643713000391799, 38.406983000052129 ], [ -122.644496999666117, 38.409675999882573 ], [ -122.64648400031102, 38.411111000318648 ], [ -122.651165999808939, 38.412496000165667 ], [ -122.652375999953932, 38.413740999907453 ], [ -122.657084000289402, 38.414068999754001 ], [ -122.657007000296502, 38.415630000325848 ], [ -122.657815999685212, 38.416902999692589 ], [ -122.657892999678069, 38.417844999926821 ], [ -122.65644700042985, 38.419740000015985 ], [ -122.658869000369663, 38.423190000325306 ], [ -122.659195999709482, 38.424784000296654 ], [ -122.662093999850342, 38.426130000165202 ], [ -122.662963000411835, 38.428942000104428 ], [ -122.666295999847549, 38.431750999772824 ], [ -122.666782999919263, 38.431549999717639 ], [ -122.668305000233801, 38.432350000333471 ], [ -122.670347000231999, 38.43214200022382 ], [ -122.673769000254509, 38.433065999986418 ], [ -122.675514999976699, 38.434219999858136 ], [ -122.677274999942611, 38.434055000213192 ], [ -122.681687999826963, 38.435968000181177 ], [ -122.68253499974881, 38.436846000173453 ], [ -122.682347000326146, 38.43750499995592 ], [ -122.682652999749578, 38.438043999742185 ], [ -122.687269999848468, 38.4385569999666 ], [ -122.687489000131592, 38.436554000346504 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151503", "NAME": "Census Tract 1515.03", "state": "06", "county_fips": "097", "tract": "151503", "county_name": "Sonoma County", "tot_pop_2050": 3351, "tot_pop_pov_det_2050": 3351, "tot_pop_civ_ni_2050": 3351, "tot_hh_2050": 1333, "pop_zvhhs_2050": 0, "tot_fam_2050": 1055, "tot_pop_over5_2050": 3251, "pop_hus_rent50_2050": 8, "pop_minority_2050": 356, "pop_over75_2050": 272, "pop_spfam_2050": 51, "pop_lep_2050": 25, "pop_below200_2050": 172, "pop_disability_2050": 292, "pct_minority_2050": 0.10623694419576246, "pct_over75_2050": 0.081169800059683675, "pct_spfam_2050": 0.048341232227488151, "pct_lep_2050": 0.0076899415564441707, "pct_below200_2050": 0.051327961802447031, "pct_disab_2050": 0.08713816771113099, "pct_zvhhs_2050": 0.0, "pct_hus_rent50_2050": 0.0060015003750937745, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.098275862068966019, "pct_minority_2040": 0.075287356321839, "pct_spfam_2040": 0.045070422535210999, "pct_lep_2040": 0.016622922134733001, "pct_below200_2040": 0.068103448275861997, "pct_disab_2040": 0.084482758620689991, "pct_zvhhs_2040": 0.021198830409356998, "pct_hus_rent50_2040": 0.0080409356725150011, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.663130999743004, 38.443512000315422 ], [ -122.662804000403156, 38.44307400012142 ], [ -122.660003000346663, 38.439110000325279 ], [ -122.659447999604581, 38.43800900031686 ], [ -122.659319999558065, 38.434415999952748 ], [ -122.660092000035121, 38.431713000260416 ], [ -122.660201999639966, 38.430624000327917 ], [ -122.660174999875807, 38.429865000024208 ], [ -122.66171499973369, 38.429594999669597 ], [ -122.662963000411835, 38.428942000104428 ], [ -122.662093999850342, 38.426130000165202 ], [ -122.659195999709482, 38.424784000296654 ], [ -122.658869000369663, 38.423190000325306 ], [ -122.65644700042985, 38.419740000015985 ], [ -122.657892999678069, 38.417844999926821 ], [ -122.657815999685212, 38.416902999692589 ], [ -122.657007000296502, 38.415630000325848 ], [ -122.657084000289402, 38.414068999754001 ], [ -122.652375999953932, 38.413740999907453 ], [ -122.651165999808939, 38.412496000165667 ], [ -122.64648400031102, 38.411111000318648 ], [ -122.644496999666117, 38.409675999882573 ], [ -122.643713000391799, 38.406983000052129 ], [ -122.638808000412808, 38.400037000040967 ], [ -122.637060999967389, 38.398482000207487 ], [ -122.633765000341597, 38.39783299986567 ], [ -122.626189000002469, 38.397545000300326 ], [ -122.624520000273165, 38.397955000240124 ], [ -122.62259499955249, 38.399006000051877 ], [ -122.620407999789364, 38.39904199977277 ], [ -122.611366000110536, 38.397253999713556 ], [ -122.610187999752583, 38.396867000123358 ], [ -122.60778599990428, 38.393730000138589 ], [ -122.606071999969132, 38.392276000038272 ], [ -122.601129000355328, 38.386701000067504 ], [ -122.599221000251418, 38.385141999733762 ], [ -122.596397999555322, 38.384668999821322 ], [ -122.594690000366271, 38.385311999990165 ], [ -122.592609000009986, 38.38739299995926 ], [ -122.592562000154331, 38.387423999828997 ], [ -122.591552999850805, 38.387805999994669 ], [ -122.586651000244899, 38.387516000204485 ], [ -122.582162000192511, 38.388550000217379 ], [ -122.578162999686597, 38.387835999833705 ], [ -122.575830000333582, 38.387893999769005 ], [ -122.574270000384203, 38.388552999748505 ], [ -122.570815999676356, 38.386986000278441 ], [ -122.565363000424611, 38.386719999694051 ], [ -122.568320000116699, 38.387776000143141 ], [ -122.571824000154976, 38.390291000111382 ], [ -122.57692699960235, 38.393093000275663 ], [ -122.5774160002222, 38.393213999716444 ], [ -122.57796799969293, 38.393421999969377 ], [ -122.57828200041061, 38.393433000324933 ], [ -122.578554000397176, 38.393339999954634 ], [ -122.579014999631312, 38.393406000025315 ], [ -122.579832000314212, 38.393658000317124 ], [ -122.580784999642972, 38.393609000153134 ], [ -122.583650000171858, 38.393927000036584 ], [ -122.585158000242657, 38.3944269998767 ], [ -122.585682000124322, 38.394909999708652 ], [ -122.588536999709163, 38.395789000079503 ], [ -122.589857000357313, 38.396815999859186 ], [ -122.591418999956502, 38.397372000066078 ], [ -122.59142900000225, 38.398352000241196 ], [ -122.591438000223064, 38.39903899997276 ], [ -122.598817999845281, 38.401796999913472 ], [ -122.600663000200001, 38.402486999650129 ], [ -122.620831000286969, 38.410006999928967 ], [ -122.621868000179603, 38.410564000280829 ], [ -122.624004999714046, 38.412296000237021 ], [ -122.625445000012803, 38.414221999816903 ], [ -122.626095000291144, 38.414911999884545 ], [ -122.630276000371921, 38.420214000040474 ], [ -122.629048999610177, 38.420215000150073 ], [ -122.633801000326599, 38.426053000101994 ], [ -122.637281000075433, 38.425061999977373 ], [ -122.643872000400435, 38.43368500006514 ], [ -122.644413000000512, 38.43385999976288 ], [ -122.645915000223567, 38.434207000249486 ], [ -122.646278000446713, 38.434509000242343 ], [ -122.646731000183252, 38.435113999860114 ], [ -122.647239999996259, 38.436431999697909 ], [ -122.647393000157166, 38.437476000196675 ], [ -122.648031999666529, 38.438835000101321 ], [ -122.648209999941756, 38.439894999832312 ], [ -122.648291999957522, 38.440971000152111 ], [ -122.649073999582029, 38.441810999980191 ], [ -122.651277000137028, 38.44284500001082 ], [ -122.651323000167778, 38.4429820001059 ], [ -122.651267000091295, 38.443246000202926 ], [ -122.650884999601558, 38.443737999661906 ], [ -122.64840999995829, 38.445542000175948 ], [ -122.648922000144381, 38.445779000327924 ], [ -122.648536000354994, 38.445809000024482 ], [ -122.650421999819258, 38.451403000086323 ], [ -122.650990000081848, 38.451650999919671 ], [ -122.651450000389389, 38.450140000073567 ], [ -122.653340000051628, 38.449957000049558 ], [ -122.653693000229026, 38.452520000024528 ], [ -122.657475999926589, 38.452789999763723 ], [ -122.656167999872281, 38.451842000055628 ], [ -122.656971000311501, 38.449852999756061 ], [ -122.654233999829117, 38.447654000313094 ], [ -122.656511999828894, 38.446156999814669 ], [ -122.663130999743004, 38.443512000315422 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151504", "NAME": "Census Tract 1515.04", "state": "06", "county_fips": "097", "tract": "151504", "county_name": "Sonoma County", "tot_pop_2050": 3616, "tot_pop_pov_det_2050": 3510, "tot_pop_civ_ni_2050": 3530, "tot_hh_2050": 1316, "pop_zvhhs_2050": 52, "tot_fam_2050": 976, "tot_pop_over5_2050": 3469, "pop_hus_rent50_2050": 36, "pop_minority_2050": 735, "pop_over75_2050": 269, "pop_spfam_2050": 63, "pop_lep_2050": 43, "pop_below200_2050": 246, "pop_disability_2050": 259, "pct_minority_2050": 0.20326327433628319, "pct_over75_2050": 0.07439159292035398, "pct_spfam_2050": 0.064549180327868855, "pct_lep_2050": 0.012395503026808878, "pct_below200_2050": 0.070085470085470086, "pct_disab_2050": 0.073371104815864022, "pct_zvhhs_2050": 0.039513677811550151, "pct_hus_rent50_2050": 0.027355623100303952, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.102667049039289, "pct_minority_2040": 0.23601950100372798, "pct_spfam_2040": 0.122004357298475, "pct_lep_2040": 0.026618269812462004, "pct_below200_2040": 0.12622512622512599, "pct_disab_2040": 0.091875923190545994, "pct_zvhhs_2040": 0.022573363431151003, "pct_hus_rent50_2040": 0.025894897182026002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.682347000326146, 38.43750499995592 ], [ -122.68253499974881, 38.436846000173453 ], [ -122.681687999826963, 38.435968000181177 ], [ -122.677274999942611, 38.434055000213192 ], [ -122.675514999976699, 38.434219999858136 ], [ -122.673769000254509, 38.433065999986418 ], [ -122.670347000231999, 38.43214200022382 ], [ -122.668305000233801, 38.432350000333471 ], [ -122.666782999919263, 38.431549999717639 ], [ -122.666295999847549, 38.431750999772824 ], [ -122.662963000411835, 38.428942000104428 ], [ -122.66171499973369, 38.429594999669597 ], [ -122.660174999875807, 38.429865000024208 ], [ -122.660201999639966, 38.430624000327917 ], [ -122.660092000035121, 38.431713000260416 ], [ -122.659319999558065, 38.434415999952748 ], [ -122.659447999604581, 38.43800900031686 ], [ -122.660003000346663, 38.439110000325279 ], [ -122.662804000403156, 38.44307400012142 ], [ -122.664495999698687, 38.442057999901721 ], [ -122.668947999941139, 38.440471000086369 ], [ -122.671567000422755, 38.439547000104831 ], [ -122.677307999554557, 38.437590999998427 ], [ -122.681081000104655, 38.437575999851092 ], [ -122.682347000326146, 38.43750499995592 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151601", "NAME": "Census Tract 1516.01", "state": "06", "county_fips": "097", "tract": "151601", "county_name": "Sonoma County", "tot_pop_2050": 2990, "tot_pop_pov_det_2050": 2863, "tot_pop_civ_ni_2050": 2873, "tot_hh_2050": 1715, "pop_zvhhs_2050": 92, "tot_fam_2050": 864, "tot_pop_over5_2050": 2959, "pop_hus_rent50_2050": 129, "pop_minority_2050": 441, "pop_over75_2050": 1219, "pop_spfam_2050": 0, "pop_lep_2050": 22, "pop_below200_2050": 271, "pop_disability_2050": 651, "pct_minority_2050": 0.14749163879598662, "pct_over75_2050": 0.40769230769230769, "pct_spfam_2050": 0.0, "pct_lep_2050": 0.0074349442379182153, "pct_below200_2050": 0.094655955291652119, "pct_disab_2050": 0.22659241211277409, "pct_zvhhs_2050": 0.053644314868804666, "pct_hus_rent50_2050": 0.075218658892128282, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.39541213063763597, "pct_minority_2040": 0.080482115085537001, "pct_spfam_2040": 0.0049751243781090007, "pct_lep_2040": 0.0023328149300160003, "pct_below200_2040": 0.154601226993865, "pct_disab_2040": 0.24744376278118599, "pct_zvhhs_2040": 0.044854881266490995, "pct_hus_rent50_2040": 0.064969859343602998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.630088000050961, 38.457070999742584 ], [ -122.628535999599194, 38.456215999764346 ], [ -122.622740000215799, 38.453517000343886 ], [ -122.623520000190453, 38.451654000349286 ], [ -122.622007000096772, 38.447975000039676 ], [ -122.619441000216923, 38.446882000202713 ], [ -122.616204999967266, 38.446482000258534 ], [ -122.612926000059886, 38.445287999769512 ], [ -122.608938000322951, 38.442274000131633 ], [ -122.605748000104029, 38.442692999868036 ], [ -122.605391999553561, 38.442133999978161 ], [ -122.604207000421255, 38.44097599996644 ], [ -122.602480999892236, 38.439300999879706 ], [ -122.600017000119635, 38.438255000019353 ], [ -122.598680999577965, 38.435506000292762 ], [ -122.595384000127225, 38.434340000194631 ], [ -122.594348999884403, 38.43278399970869 ], [ -122.591969999602313, 38.431627000253009 ], [ -122.590873000333545, 38.430827000071261 ], [ -122.588913000351084, 38.430143999822597 ], [ -122.587451000311034, 38.430798999703796 ], [ -122.584613000444648, 38.428810000058981 ], [ -122.580766000274679, 38.431134999878132 ], [ -122.579640999620196, 38.433003999974886 ], [ -122.57818699997604, 38.435468999840282 ], [ -122.575674999624567, 38.434388000273401 ], [ -122.560029999925135, 38.427778000279027 ], [ -122.559577000188611, 38.427514999922536 ], [ -122.55959200025724, 38.428763999773231 ], [ -122.556805000444456, 38.431680999729544 ], [ -122.553907000303596, 38.433373000166981 ], [ -122.550200999700635, 38.434157000217319 ], [ -122.549286000006731, 38.435649000322861 ], [ -122.544370999982021, 38.439024999830607 ], [ -122.542421000045337, 38.442288000202396 ], [ -122.541234000364881, 38.442495999928823 ], [ -122.537531999959896, 38.441479000201227 ], [ -122.53538700002953, 38.441703999768919 ], [ -122.533068000021885, 38.442907000014159 ], [ -122.529938000077451, 38.442587000060428 ], [ -122.523429999593077, 38.439849000275949 ], [ -122.521754000191081, 38.437990999962473 ], [ -122.517605999722264, 38.437676999938482 ], [ -122.516271999728716, 38.43702799979102 ], [ -122.51448300034879, 38.437510999880352 ], [ -122.513017000110764, 38.436279000236823 ], [ -122.510503999934372, 38.435306000036412 ], [ -122.506472999641417, 38.436330999979653 ], [ -122.504377000114872, 38.436490000043484 ], [ -122.502720999906046, 38.437379000019511 ], [ -122.500560000082146, 38.437158999715095 ], [ -122.496588000238702, 38.440566999799117 ], [ -122.496009999930394, 38.443226000165396 ], [ -122.496982000424012, 38.443962000146449 ], [ -122.496572000345196, 38.446521999930603 ], [ -122.498732000344177, 38.448619999986178 ], [ -122.50021299975252, 38.449278000210583 ], [ -122.500160000049036, 38.452772000281527 ], [ -122.504131000067545, 38.455465000297899 ], [ -122.50544400014472, 38.455569999860678 ], [ -122.505968000026357, 38.45569100019906 ], [ -122.496661000033654, 38.454790999793971 ], [ -122.496845999981588, 38.455634000128853 ], [ -122.501550000119082, 38.455919000029347 ], [ -122.504066999595139, 38.457140000187508 ], [ -122.50728699995129, 38.457254000013393 ], [ -122.509728000157651, 38.458253999786429 ], [ -122.508569000066288, 38.459183999662919 ], [ -122.508842999702679, 38.460802000219402 ], [ -122.510048999649712, 38.462160000290829 ], [ -122.508191999599447, 38.464308999811799 ], [ -122.50582200043651, 38.464493000208066 ], [ -122.508798000395146, 38.467002999773591 ], [ -122.511117000402791, 38.467148000320179 ], [ -122.516244000139608, 38.470871999934879 ], [ -122.517174999727047, 38.470246000055717 ], [ -122.520318000090299, 38.471291000292837 ], [ -122.522637000097916, 38.470184999751027 ], [ -122.524803999769603, 38.470260999742209 ], [ -122.529591999572688, 38.46960899965687 ], [ -122.529625999907893, 38.473129999722126 ], [ -122.53133499982016, 38.476341999741855 ], [ -122.531395999919525, 38.478539000245206 ], [ -122.533531999629048, 38.48072900007314 ], [ -122.536079999965551, 38.482338000083175 ], [ -122.538008999985848, 38.485349999712021 ], [ -122.538223000246106, 38.486540999817734 ], [ -122.54053600040595, 38.488312000256215 ], [ -122.540978000271863, 38.491676000095616 ], [ -122.544733000380262, 38.495675000095524 ], [ -122.543923000268364, 38.498085999996135 ], [ -122.541252999733146, 38.498917000218334 ], [ -122.538200999606502, 38.49790200026569 ], [ -122.535490999786589, 38.501725999985659 ], [ -122.538795999633251, 38.502694000261009 ], [ -122.541237999664531, 38.504174000204934 ], [ -122.542961999645428, 38.506256999827386 ], [ -122.543160000012122, 38.507492999920828 ], [ -122.545526999700343, 38.50679799970176 ], [ -122.547219999719076, 38.510338000276946 ], [ -122.548807000330953, 38.511626999750547 ], [ -122.5463200000938, 38.512603000269031 ], [ -122.542366999618636, 38.513197999876134 ], [ -122.54287100030713, 38.515746999941527 ], [ -122.54529800026981, 38.516455999968002 ], [ -122.543556999672148, 38.518013000020943 ], [ -122.543893000131149, 38.51996599966089 ], [ -122.546392999888752, 38.521207999860891 ], [ -122.550580999642222, 38.517892999715464 ], [ -122.55503500043281, 38.517410000205558 ], [ -122.557531999817385, 38.515504000129006 ], [ -122.558469000150865, 38.514004000292147 ], [ -122.562028000440733, 38.512504000130171 ], [ -122.566264999699698, 38.511075999854079 ], [ -122.56535599985358, 38.509756999859285 ], [ -122.562300000427314, 38.508421999835512 ], [ -122.561328999758572, 38.50713699976459 ], [ -122.561251999765702, 38.504631999732034 ], [ -122.562866999966658, 38.500336000341775 ], [ -122.563306000357798, 38.498232000326652 ], [ -122.56276099966145, 38.496951999980162 ], [ -122.564046999974408, 38.495881000330364 ], [ -122.565327000439609, 38.491700000051949 ], [ -122.566858000076635, 38.490980999826519 ], [ -122.569707999638609, 38.488469999815216 ], [ -122.570792000285209, 38.486954999672307 ], [ -122.571200999640823, 38.482880000229557 ], [ -122.573964000062475, 38.482820000011742 ], [ -122.575684999670315, 38.482342999843695 ], [ -122.57823399983171, 38.479975999904397 ], [ -122.578242000227647, 38.481077000188577 ], [ -122.580530000273143, 38.481697999748469 ], [ -122.585540999659003, 38.48047499978501 ], [ -122.587594000426179, 38.479409999898962 ], [ -122.597488999874614, 38.477349000138936 ], [ -122.600228000006837, 38.476982999836785 ], [ -122.601541999908875, 38.476361999742103 ], [ -122.608425000311954, 38.475326999652502 ], [ -122.608871000375814, 38.473398000233118 ], [ -122.611561000104217, 38.47322199997835 ], [ -122.613588999858706, 38.474060999848838 ], [ -122.615803000284359, 38.472995000066255 ], [ -122.617528000090147, 38.471494000298989 ], [ -122.618265000407121, 38.469867000048133 ], [ -122.619930999763383, 38.468234000179955 ], [ -122.621997000051024, 38.467187000330128 ], [ -122.621842000240335, 38.465619000296606 ], [ -122.623211000393979, 38.464646000348246 ], [ -122.623537999733799, 38.46278400028023 ], [ -122.625707999778541, 38.459458999727275 ], [ -122.630088000050961, 38.457070999742584 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151602", "NAME": "Census Tract 1516.02", "state": "06", "county_fips": "097", "tract": "151602", "county_name": "Sonoma County", "tot_pop_2050": 3129, "tot_pop_pov_det_2050": 3129, "tot_pop_civ_ni_2050": 3129, "tot_hh_2050": 1852, "pop_zvhhs_2050": 39, "tot_fam_2050": 942, "tot_pop_over5_2050": 3101, "pop_hus_rent50_2050": 120, "pop_minority_2050": 177, "pop_over75_2050": 986, "pop_spfam_2050": 8, "pop_lep_2050": 9, "pop_below200_2050": 438, "pop_disability_2050": 610, "pct_minority_2050": 0.056567593480345166, "pct_over75_2050": 0.31511665068712053, "pct_spfam_2050": 0.0084925690021231421, "pct_lep_2050": 0.0029022895840051595, "pct_below200_2050": 0.13998082454458294, "pct_disab_2050": 0.19495046340683925, "pct_zvhhs_2050": 0.021058315334773217, "pct_hus_rent50_2050": 0.064794816414686832, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.30234009360374398, "pct_minority_2040": 0.047113884555381999, "pct_spfam_2040": 0.0060120240480959998, "pct_lep_2040": 0.0, "pct_below200_2040": 0.095787831513259994, "pct_disab_2040": 0.175663026521061, "pct_zvhhs_2040": 0.022246941045606001, "pct_hus_rent50_2040": 0.0079954311821819994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.651450000389389, 38.454079999970496 ], [ -122.650990000081848, 38.451650999919671 ], [ -122.650421999819258, 38.451403000086323 ], [ -122.648536000354994, 38.445809000024482 ], [ -122.648922000144381, 38.445779000327924 ], [ -122.64840999995829, 38.445542000175948 ], [ -122.650884999601558, 38.443737999661906 ], [ -122.651267000091295, 38.443246000202926 ], [ -122.651323000167778, 38.4429820001059 ], [ -122.651277000137028, 38.44284500001082 ], [ -122.649073999582029, 38.441810999980191 ], [ -122.648291999957522, 38.440971000152111 ], [ -122.648209999941756, 38.439894999832312 ], [ -122.648031999666529, 38.438835000101321 ], [ -122.647393000157166, 38.437476000196675 ], [ -122.647239999996259, 38.436431999697909 ], [ -122.646731000183252, 38.435113999860114 ], [ -122.646278000446713, 38.434509000242343 ], [ -122.645915000223567, 38.434207000249486 ], [ -122.644413000000512, 38.43385999976288 ], [ -122.643872000400435, 38.43368500006514 ], [ -122.637281000075433, 38.425061999977373 ], [ -122.633801000326599, 38.426053000101994 ], [ -122.629048999610177, 38.420215000150073 ], [ -122.630276000371921, 38.420214000040474 ], [ -122.626095000291144, 38.414911999884545 ], [ -122.625445000012803, 38.414221999816903 ], [ -122.624004999714046, 38.412296000237021 ], [ -122.621868000179603, 38.410564000280829 ], [ -122.620831000286969, 38.410006999928967 ], [ -122.600663000200001, 38.402486999650129 ], [ -122.598817999845281, 38.401796999913472 ], [ -122.591438000223064, 38.39903899997276 ], [ -122.59142900000225, 38.398352000241196 ], [ -122.591418999956502, 38.397372000066078 ], [ -122.589857000357313, 38.396815999859186 ], [ -122.588536999709163, 38.395789000079503 ], [ -122.585682000124322, 38.394909999708652 ], [ -122.585158000242657, 38.3944269998767 ], [ -122.583650000171858, 38.393927000036584 ], [ -122.580784999642972, 38.393609000153134 ], [ -122.579832000314212, 38.393658000317124 ], [ -122.579014999631312, 38.393406000025315 ], [ -122.578554000397176, 38.393339999954634 ], [ -122.57828200041061, 38.393433000324933 ], [ -122.57796799969293, 38.393421999969377 ], [ -122.5774160002222, 38.393213999716444 ], [ -122.57692699960235, 38.393093000275663 ], [ -122.571824000154976, 38.390291000111382 ], [ -122.568320000116699, 38.387776000143141 ], [ -122.565363000424611, 38.386719999694051 ], [ -122.56192200013551, 38.386549000059148 ], [ -122.55881599958218, 38.383939999832819 ], [ -122.556182999755208, 38.38302200008853 ], [ -122.552031999811632, 38.380823 ], [ -122.551890000419732, 38.382753999865315 ], [ -122.55249700014204, 38.385044999694209 ], [ -122.550696000168273, 38.386670999757612 ], [ -122.552160999683068, 38.389208999852102 ], [ -122.55219599984315, 38.39113199986685 ], [ -122.550984999873251, 38.39397699975374 ], [ -122.551866999955209, 38.39550499981069 ], [ -122.55324100013172, 38.400747000226112 ], [ -122.553646000187669, 38.402069999657087 ], [ -122.552899999649853, 38.403864999810885 ], [ -122.551132000186357, 38.404898999746834 ], [ -122.553951999611115, 38.406936999944762 ], [ -122.553525999638765, 38.409535999876702 ], [ -122.554006999862708, 38.41298100005185 ], [ -122.556094999891641, 38.415293999809649 ], [ -122.560640000020499, 38.417134000041692 ], [ -122.56140199955351, 38.418490999652242 ], [ -122.564077999936572, 38.419406999974022 ], [ -122.56468499965888, 38.420458000334193 ], [ -122.564508999931761, 38.421694000017084 ], [ -122.559613999998533, 38.424242999941761 ], [ -122.559577000188611, 38.427514999922536 ], [ -122.560029999925135, 38.427778000279027 ], [ -122.575674999624567, 38.434388000273401 ], [ -122.57818699997604, 38.435468999840282 ], [ -122.579640999620196, 38.433003999974886 ], [ -122.580766000274679, 38.431134999878132 ], [ -122.584613000444648, 38.428810000058981 ], [ -122.587451000311034, 38.430798999703796 ], [ -122.588913000351084, 38.430143999822597 ], [ -122.590873000333545, 38.430827000071261 ], [ -122.591969999602313, 38.431627000253009 ], [ -122.594348999884403, 38.43278399970869 ], [ -122.595384000127225, 38.434340000194631 ], [ -122.598680999577965, 38.435506000292762 ], [ -122.600017000119635, 38.438255000019353 ], [ -122.602480999892236, 38.439300999879706 ], [ -122.604207000421255, 38.44097599996644 ], [ -122.605391999553561, 38.442133999978161 ], [ -122.605748000104029, 38.442692999868036 ], [ -122.608938000322951, 38.442274000131633 ], [ -122.612926000059886, 38.445287999769512 ], [ -122.616204999967266, 38.446482000258534 ], [ -122.619441000216923, 38.446882000202713 ], [ -122.622007000096772, 38.447975000039676 ], [ -122.623520000190453, 38.451654000349286 ], [ -122.622740000215799, 38.453517000343886 ], [ -122.628535999599194, 38.456215999764346 ], [ -122.630088000050961, 38.457070999742584 ], [ -122.630283999869533, 38.457026000181479 ], [ -122.631355000097372, 38.456719000003687 ], [ -122.636458000443056, 38.456325999798857 ], [ -122.637293999595883, 38.456052000066627 ], [ -122.638595999802391, 38.457245000126257 ], [ -122.646224000020055, 38.457426999658033 ], [ -122.648475000255615, 38.457863999673812 ], [ -122.646927999826744, 38.456397999781792 ], [ -122.651450000389389, 38.454079999970496 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151700", "NAME": "Census Tract 1517", "state": "06", "county_fips": "097", "tract": "151700", "county_name": "Sonoma County", "tot_pop_2050": 7344, "tot_pop_pov_det_2050": 7110, "tot_pop_civ_ni_2050": 7158, "tot_hh_2050": 2860, "pop_zvhhs_2050": 287, "tot_fam_2050": 1705, "tot_pop_over5_2050": 6802, "pop_hus_rent50_2050": 432, "pop_minority_2050": 2451, "pop_over75_2050": 921, "pop_spfam_2050": 246, "pop_lep_2050": 214, "pop_below200_2050": 1787, "pop_disability_2050": 893, "pct_minority_2050": 0.33374183006535946, "pct_over75_2050": 0.12540849673202614, "pct_spfam_2050": 0.14428152492668622, "pct_lep_2050": 0.031461334901499563, "pct_below200_2050": 0.25133614627285511, "pct_disab_2050": 0.12475551830120145, "pct_zvhhs_2050": 0.10034965034965036, "pct_hus_rent50_2050": 0.15104895104895105, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.12312885236278301, "pct_minority_2040": 0.28793660111535102, "pct_spfam_2040": 0.19427148194271501, "pct_lep_2040": 0.0052656773575869998, "pct_below200_2040": 0.29385898407884803, "pct_disab_2040": 0.101743745261562, "pct_zvhhs_2040": 0.059733717164447996, "pct_hus_rent50_2040": 0.10173160173160199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.688383999733972, 38.449201000209911 ], [ -122.688022000234056, 38.446538000074632 ], [ -122.686362999652175, 38.447014000274706 ], [ -122.682706000351345, 38.448006999679919 ], [ -122.680348999810548, 38.448790000086525 ], [ -122.679260999864312, 38.449443999941707 ], [ -122.677588999761952, 38.447293999670748 ], [ -122.677053000184756, 38.446642000220805 ], [ -122.67485999967549, 38.443762999882367 ], [ -122.678860000006338, 38.443273999964667 ], [ -122.680575999591298, 38.442040999660762 ], [ -122.683226000035049, 38.441339999730076 ], [ -122.68713599995418, 38.441058999929091 ], [ -122.687124000258592, 38.439254000098899 ], [ -122.687269999848468, 38.4385569999666 ], [ -122.682652999749578, 38.438043999742185 ], [ -122.682347000326146, 38.43750499995592 ], [ -122.681081000104655, 38.437575999851092 ], [ -122.677307999554557, 38.437590999998427 ], [ -122.671567000422755, 38.439547000104831 ], [ -122.668947999941139, 38.440471000086369 ], [ -122.664495999698687, 38.442057999901721 ], [ -122.662804000403156, 38.44307400012142 ], [ -122.663130999743004, 38.443512000315422 ], [ -122.656511999828894, 38.446156999814669 ], [ -122.654233999829117, 38.447654000313094 ], [ -122.656971000311501, 38.449852999756061 ], [ -122.656167999872281, 38.451842000055628 ], [ -122.657475999926589, 38.452789999763723 ], [ -122.653693000229026, 38.452520000024528 ], [ -122.653340000051628, 38.449957000049558 ], [ -122.651450000389389, 38.450140000073567 ], [ -122.650990000081848, 38.451650999919671 ], [ -122.651450000389389, 38.454079999970496 ], [ -122.646927999826744, 38.456397999781792 ], [ -122.648475000255615, 38.457863999673812 ], [ -122.646224000020055, 38.457426999658033 ], [ -122.638595999802391, 38.457245000126257 ], [ -122.642231000260239, 38.459448999845634 ], [ -122.645025999570635, 38.45987899983578 ], [ -122.645860999796881, 38.461045999815603 ], [ -122.647414999898459, 38.460674999904072 ], [ -122.647925000434711, 38.46041799994439 ], [ -122.648358000079767, 38.460280999890081 ], [ -122.648846999801322, 38.460209999821139 ], [ -122.649055000213764, 38.460228000261331 ], [ -122.650407999575577, 38.460900999662137 ], [ -122.651417999704023, 38.461517999713031 ], [ -122.653028999707004, 38.461859999699975 ], [ -122.654679999892963, 38.462908999955957 ], [ -122.658249000228565, 38.462258999979873 ], [ -122.659589999894791, 38.461901999759341 ], [ -122.661445000295245, 38.46158200033166 ], [ -122.665176000114229, 38.462109999927279 ], [ -122.670389000064787, 38.459676999757235 ], [ -122.672190999863474, 38.457703999973603 ], [ -122.676209999562587, 38.455398000309422 ], [ -122.677153999568787, 38.452432000151802 ], [ -122.678096999750068, 38.450855000177853 ], [ -122.684406000042785, 38.448839000119733 ], [ -122.688383999733972, 38.449201000209911 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151800", "NAME": "Census Tract 1518", "state": "06", "county_fips": "097", "tract": "151800", "county_name": "Sonoma County", "tot_pop_2050": 5112, "tot_pop_pov_det_2050": 4903, "tot_pop_civ_ni_2050": 4934, "tot_hh_2050": 2116, "pop_zvhhs_2050": 144, "tot_fam_2050": 1201, "tot_pop_over5_2050": 4756, "pop_hus_rent50_2050": 208, "pop_minority_2050": 1602, "pop_over75_2050": 378, "pop_spfam_2050": 92, "pop_lep_2050": 16, "pop_below200_2050": 1262, "pop_disability_2050": 487, "pct_minority_2050": 0.31338028169014093, "pct_over75_2050": 0.073943661971830971, "pct_spfam_2050": 0.076602830974188171, "pct_lep_2050": 0.0033641715727502101, "pct_below200_2050": 0.25739343259229042, "pct_disab_2050": 0.098702877989460869, "pct_zvhhs_2050": 0.068052930056710773, "pct_hus_rent50_2050": 0.098298676748582239, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.078680670720471996, "pct_minority_2040": 0.20526994656347897, "pct_spfam_2040": 0.13169642857142899, "pct_lep_2040": 0.0087141750580949986, "pct_below200_2040": 0.17229536348025198, "pct_disab_2040": 0.15148646089755702, "pct_zvhhs_2040": 0.051571709233791993, "pct_hus_rent50_2040": 0.064, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.702818000361816, 38.44035800031218 ], [ -122.702147000167088, 38.438859000057668 ], [ -122.701429999941581, 38.437585000080588 ], [ -122.699247000376403, 38.433686999911266 ], [ -122.695236000174916, 38.434420000308194 ], [ -122.687489000131592, 38.436554000346504 ], [ -122.687269999848468, 38.4385569999666 ], [ -122.687124000258592, 38.439254000098899 ], [ -122.68713599995418, 38.441058999929091 ], [ -122.683226000035049, 38.441339999730076 ], [ -122.680575999591298, 38.442040999660762 ], [ -122.678860000006338, 38.443273999964667 ], [ -122.67485999967549, 38.443762999882367 ], [ -122.677053000184756, 38.446642000220805 ], [ -122.677588999761952, 38.447293999670748 ], [ -122.679260999864312, 38.449443999941707 ], [ -122.680348999810548, 38.448790000086525 ], [ -122.682706000351345, 38.448006999679919 ], [ -122.686362999652175, 38.447014000274706 ], [ -122.688022000234056, 38.446538000074632 ], [ -122.688383999733972, 38.449201000209911 ], [ -122.689485000099054, 38.449059000002293 ], [ -122.692691000211468, 38.449831000040014 ], [ -122.696295999633762, 38.450520000017306 ], [ -122.698068000193544, 38.449365999708753 ], [ -122.698013999766857, 38.447746000001537 ], [ -122.699676999648403, 38.446371000243346 ], [ -122.700145000351839, 38.445207999738912 ], [ -122.702450000115789, 38.444042999930623 ], [ -122.702814000163869, 38.442842999714777 ], [ -122.701692999707333, 38.442849999695284 ], [ -122.700839000112808, 38.440907000246916 ], [ -122.702818000361816, 38.44035800031218 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097151900", "NAME": "Census Tract 1519", "state": "06", "county_fips": "097", "tract": "151900", "county_name": "Sonoma County", "tot_pop_2050": 3390, "tot_pop_pov_det_2050": 3274, "tot_pop_civ_ni_2050": 3274, "tot_hh_2050": 1418, "pop_zvhhs_2050": 259, "tot_fam_2050": 705, "tot_pop_over5_2050": 3237, "pop_hus_rent50_2050": 259, "pop_minority_2050": 1538, "pop_over75_2050": 228, "pop_spfam_2050": 89, "pop_lep_2050": 301, "pop_below200_2050": 1560, "pop_disability_2050": 602, "pct_minority_2050": 0.45368731563421832, "pct_over75_2050": 0.067256637168141592, "pct_spfam_2050": 0.12624113475177304, "pct_lep_2050": 0.092987333951189369, "pct_below200_2050": 0.4764813683567502, "pct_disab_2050": 0.18387293830177154, "pct_zvhhs_2050": 0.18265162200282087, "pct_hus_rent50_2050": 0.18265162200282087, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.056869200838072002, "pct_minority_2040": 0.43160730320263402, "pct_spfam_2040": 0.06701030927835, "pct_lep_2040": 0.120433436532508, "pct_below200_2040": 0.51463104325699704, "pct_disab_2040": 0.14650077760497698, "pct_zvhhs_2040": 0.22939866369710502, "pct_hus_rent50_2040": 0.21194029850746299, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.717343000327929, 38.435739999938626 ], [ -122.715535999608036, 38.431305000346669 ], [ -122.713869000426882, 38.430953000183017 ], [ -122.711189999670822, 38.431081999952404 ], [ -122.705800999993173, 38.432529000208639 ], [ -122.704415999946008, 38.432835999857716 ], [ -122.699247000376403, 38.433686999911266 ], [ -122.701429999941581, 38.437585000080588 ], [ -122.702147000167088, 38.438859000057668 ], [ -122.702818000361816, 38.44035800031218 ], [ -122.708449999713707, 38.438791000277838 ], [ -122.712127999829264, 38.436658999984118 ], [ -122.713967000336154, 38.437234000150077 ], [ -122.717343000327929, 38.435739999938626 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152000", "NAME": "Census Tract 1520", "state": "06", "county_fips": "097", "tract": "152000", "county_name": "Sonoma County", "tot_pop_2050": 1756, "tot_pop_pov_det_2050": 1756, "tot_pop_civ_ni_2050": 1756, "tot_hh_2050": 930, "pop_zvhhs_2050": 129, "tot_fam_2050": 314, "tot_pop_over5_2050": 1676, "pop_hus_rent50_2050": 255, "pop_minority_2050": 707, "pop_over75_2050": 22, "pop_spfam_2050": 99, "pop_lep_2050": 64, "pop_below200_2050": 761, "pop_disability_2050": 264, "pct_minority_2050": 0.40261958997722097, "pct_over75_2050": 0.012528473804100227, "pct_spfam_2050": 0.31528662420382164, "pct_lep_2050": 0.038186157517899763, "pct_below200_2050": 0.43337129840546695, "pct_disab_2050": 0.15034168564920272, "pct_zvhhs_2050": 0.13870967741935486, "pct_hus_rent50_2050": 0.27419354838709675, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.018607123870281999, "pct_minority_2040": 0.34024455077086702, "pct_spfam_2040": 0.297491039426523, "pct_lep_2040": 0.025909592061741999, "pct_below200_2040": 0.40875133404482394, "pct_disab_2040": 0.14194577352472101, "pct_zvhhs_2040": 0.19401330376940101, "pct_hus_rent50_2040": 0.22945205479452102, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.72254299985967, 38.445774000142784 ], [ -122.724162000258616, 38.445904999673274 ], [ -122.721732999747772, 38.442382999806782 ], [ -122.717900999646446, 38.436829999991858 ], [ -122.717343000327929, 38.435739999938626 ], [ -122.713967000336154, 38.437234000150077 ], [ -122.712127999829264, 38.436658999984118 ], [ -122.708449999713707, 38.438791000277838 ], [ -122.702818000361816, 38.44035800031218 ], [ -122.700839000112808, 38.440907000246916 ], [ -122.701692999707333, 38.442849999695284 ], [ -122.702814000163869, 38.442842999714777 ], [ -122.706646000265195, 38.442730000135931 ], [ -122.708073999970068, 38.445386000336946 ], [ -122.717698999980087, 38.445641999913427 ], [ -122.72254299985967, 38.445774000142784 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152100", "NAME": "Census Tract 1521", "state": "06", "county_fips": "097", "tract": "152100", "county_name": "Sonoma County", "tot_pop_2050": 3158, "tot_pop_pov_det_2050": 2373, "tot_pop_civ_ni_2050": 2400, "tot_hh_2050": 1062, "pop_zvhhs_2050": 32, "tot_fam_2050": 471, "tot_pop_over5_2050": 3034, "pop_hus_rent50_2050": 212, "pop_minority_2050": 1044, "pop_over75_2050": 206, "pop_spfam_2050": 43, "pop_lep_2050": 125, "pop_below200_2050": 671, "pop_disability_2050": 335, "pct_minority_2050": 0.33058898036732109, "pct_over75_2050": 0.065231158961367955, "pct_spfam_2050": 0.091295116772823759, "pct_lep_2050": 0.041199736321687538, "pct_below200_2050": 0.28276443320691108, "pct_disab_2050": 0.13958333333333334, "pct_zvhhs_2050": 0.030131826741996232, "pct_hus_rent50_2050": 0.19962335216572505, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.063106796116504993, "pct_minority_2040": 0.38410194174757301, "pct_spfam_2040": 0.12984496124031, "pct_lep_2040": 0.065479974570884003, "pct_below200_2040": 0.39010989010989006, "pct_disab_2040": 0.09793211080764698, "pct_zvhhs_2040": 0.047892720306513002, "pct_hus_rent50_2040": 0.153100775193798, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.730592000026817, 38.475527000111171 ], [ -122.730843999921888, 38.474852999999719 ], [ -122.730516999683758, 38.473007999721098 ], [ -122.726879999576099, 38.464346000250316 ], [ -122.726742000382117, 38.463798999684947 ], [ -122.726344999823795, 38.459947000145903 ], [ -122.726149000005208, 38.454085999924104 ], [ -122.725949999813579, 38.449182000124004 ], [ -122.724162000258616, 38.445904999673274 ], [ -122.72254299985967, 38.445774000142784 ], [ -122.717698999980087, 38.445641999913427 ], [ -122.717586000002186, 38.448837999703009 ], [ -122.717533000298729, 38.450176000346609 ], [ -122.717500999613364, 38.450700000254862 ], [ -122.717391000008504, 38.453363999812417 ], [ -122.717184000319278, 38.458801000197731 ], [ -122.717158000379996, 38.461007000001885 ], [ -122.719369000432607, 38.465053000115759 ], [ -122.723266999757854, 38.47081399979249 ], [ -122.728654999610598, 38.474710000293797 ], [ -122.730592000026817, 38.475527000111171 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152201", "NAME": "Census Tract 1522.01", "state": "06", "county_fips": "097", "tract": "152201", "county_name": "Sonoma County", "tot_pop_2050": 3954, "tot_pop_pov_det_2050": 3909, "tot_pop_civ_ni_2050": 3949, "tot_hh_2050": 1747, "pop_zvhhs_2050": 119, "tot_fam_2050": 808, "tot_pop_over5_2050": 3780, "pop_hus_rent50_2050": 242, "pop_minority_2050": 1618, "pop_over75_2050": 143, "pop_spfam_2050": 117, "pop_lep_2050": 202, "pop_below200_2050": 1554, "pop_disability_2050": 571, "pct_minority_2050": 0.40920586747597371, "pct_over75_2050": 0.036165907941325237, "pct_spfam_2050": 0.14480198019801979, "pct_lep_2050": 0.053439153439153439, "pct_below200_2050": 0.39754412893323099, "pct_disab_2050": 0.14459356799189668, "pct_zvhhs_2050": 0.068116771608471668, "pct_hus_rent50_2050": 0.13852318259874069, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.033852767329392998, "pct_minority_2040": 0.25416442772702802, "pct_spfam_2040": 0.30707610146862502, "pct_lep_2040": 0.023665223665223997, "pct_below200_2040": 0.43273119439201901, "pct_disab_2040": 0.16487358795051099, "pct_zvhhs_2040": 0.10452517527087302, "pct_hus_rent50_2040": 0.173165895571712, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.719369000432607, 38.465053000115759 ], [ -122.717158000379996, 38.461007000001885 ], [ -122.717184000319278, 38.458801000197731 ], [ -122.717391000008504, 38.453363999812417 ], [ -122.717500999613364, 38.450700000254862 ], [ -122.71069799957624, 38.450517000244055 ], [ -122.709458000192328, 38.45056900028279 ], [ -122.709395000443138, 38.453161999781678 ], [ -122.703849000406649, 38.453006000234581 ], [ -122.70380800039878, 38.453766999939404 ], [ -122.707048999773022, 38.456599000291725 ], [ -122.708555000193996, 38.458652000036331 ], [ -122.709519000291706, 38.459977000283018 ], [ -122.710596000367303, 38.461005000209262 ], [ -122.71428799982823, 38.464389999967615 ], [ -122.714404000179186, 38.465959999649407 ], [ -122.715162000412562, 38.46547599986129 ], [ -122.719369000432607, 38.465053000115759 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152202", "NAME": "Census Tract 1522.02", "state": "06", "county_fips": "097", "tract": "152202", "county_name": "Sonoma County", "tot_pop_2050": 6594, "tot_pop_pov_det_2050": 6572, "tot_pop_civ_ni_2050": 6572, "tot_hh_2050": 2867, "pop_zvhhs_2050": 227, "tot_fam_2050": 1614, "tot_pop_over5_2050": 6246, "pop_hus_rent50_2050": 437, "pop_minority_2050": 2225, "pop_over75_2050": 724, "pop_spfam_2050": 229, "pop_lep_2050": 249, "pop_below200_2050": 1717, "pop_disability_2050": 792, "pct_minority_2050": 0.33742796481649984, "pct_over75_2050": 0.10979678495602062, "pct_spfam_2050": 0.14188351920693928, "pct_lep_2050": 0.039865513928914506, "pct_below200_2050": 0.2612598904443092, "pct_disab_2050": 0.12051125989044432, "pct_zvhhs_2050": 0.07917683990233694, "pct_hus_rent50_2050": 0.15242413672828742, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.10353208036292899, "pct_minority_2040": 0.29633830200907302, "pct_spfam_2040": 0.12345679012345698, "pct_lep_2040": 0.021621621621621998, "pct_below200_2040": 0.26877341586577602, "pct_disab_2040": 0.15003250975292598, "pct_zvhhs_2040": 0.063475546305930997, "pct_hus_rent50_2040": 0.12531238843270301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.683809000366196, 38.459152000055461 ], [ -122.683556999572801, 38.457313999701299 ], [ -122.680408000260101, 38.454767000211014 ], [ -122.678423999988226, 38.452908000166204 ], [ -122.677153999568787, 38.452432000151802 ], [ -122.676209999562587, 38.455398000309422 ], [ -122.672190999863474, 38.457703999973603 ], [ -122.674447999946821, 38.458755000029697 ], [ -122.668135000354468, 38.462774999676213 ], [ -122.666822000277321, 38.463315000165579 ], [ -122.66495900037927, 38.463771999656366 ], [ -122.665681999554238, 38.465719000344009 ], [ -122.665727999584973, 38.465849000057702 ], [ -122.666777999896397, 38.468618999778549 ], [ -122.667317999671539, 38.469993000230851 ], [ -122.669045000025505, 38.470604999996056 ], [ -122.669874000403993, 38.471487999683404 ], [ -122.670122000101088, 38.471917000242627 ], [ -122.670912000121518, 38.473286000056746 ], [ -122.671252999705061, 38.473882000300954 ], [ -122.672354000070101, 38.475856999971462 ], [ -122.672540999667845, 38.476496000092844 ], [ -122.672406999773543, 38.47716500019623 ], [ -122.672383000382439, 38.482161999854469 ], [ -122.672463999674974, 38.482160999899875 ], [ -122.672842999791627, 38.482158999990666 ], [ -122.677048000161889, 38.482160999899875 ], [ -122.677864000121573, 38.481363000076421 ], [ -122.67822999981945, 38.479532000318116 ], [ -122.678957999915596, 38.478459999819883 ], [ -122.679163999779931, 38.478156000188321 ], [ -122.679774999700186, 38.476564000207027 ], [ -122.679824000104006, 38.475933999651176 ], [ -122.679843000370582, 38.475621000212442 ], [ -122.680050999884713, 38.472767000057829 ], [ -122.680055999907609, 38.472721999739662 ], [ -122.680205999695431, 38.47116899999336 ], [ -122.680208000243567, 38.471130000027046 ], [ -122.68091200005027, 38.464142000314936 ], [ -122.683809000366196, 38.459152000055461 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152203", "NAME": "Census Tract 1522.03", "state": "06", "county_fips": "097", "tract": "152203", "county_name": "Sonoma County", "tot_pop_2050": 3501, "tot_pop_pov_det_2050": 3487, "tot_pop_civ_ni_2050": 3501, "tot_hh_2050": 1795, "pop_zvhhs_2050": 187, "tot_fam_2050": 688, "tot_pop_over5_2050": 3406, "pop_hus_rent50_2050": 399, "pop_minority_2050": 911, "pop_over75_2050": 292, "pop_spfam_2050": 128, "pop_lep_2050": 7, "pop_below200_2050": 1070, "pop_disability_2050": 466, "pct_minority_2050": 0.26021136818051988, "pct_over75_2050": 0.083404741502427882, "pct_spfam_2050": 0.18604651162790695, "pct_lep_2050": 0.0020551967116852611, "pct_below200_2050": 0.30685402925150562, "pct_disab_2050": 0.1331048271922308, "pct_zvhhs_2050": 0.1041782729805014, "pct_hus_rent50_2050": 0.2222841225626741, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.09080153800650699, "pct_minority_2040": 0.17391304347826098, "pct_spfam_2040": 0.134146341463415, "pct_lep_2040": 0.014778325123153, "pct_below200_2040": 0.34279798876072198, "pct_disab_2040": 0.121561668145519, "pct_zvhhs_2040": 0.10100413467217999, "pct_hus_rent50_2040": 0.20823389021479699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.717586000002186, 38.448837999703009 ], [ -122.717698999980087, 38.445641999913427 ], [ -122.708073999970068, 38.445386000336946 ], [ -122.706646000265195, 38.442730000135931 ], [ -122.702814000163869, 38.442842999714777 ], [ -122.702450000115789, 38.444042999930623 ], [ -122.700145000351839, 38.445207999738912 ], [ -122.699676999648403, 38.446371000243346 ], [ -122.698013999766857, 38.447746000001537 ], [ -122.698068000193544, 38.449365999708753 ], [ -122.698346000027882, 38.449431999965455 ], [ -122.697506999603661, 38.450783000291331 ], [ -122.701844000218372, 38.452967999951113 ], [ -122.703849000406649, 38.453006000234581 ], [ -122.709395000443138, 38.453161999781678 ], [ -122.709458000192328, 38.45056900028279 ], [ -122.71069799957624, 38.450517000244055 ], [ -122.717500999613364, 38.450700000254862 ], [ -122.717533000298729, 38.450176000346609 ], [ -122.717586000002186, 38.448837999703009 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152300", "NAME": "Census Tract 1523", "state": "06", "county_fips": "097", "tract": "152300", "county_name": "Sonoma County", "tot_pop_2050": 4181, "tot_pop_pov_det_2050": 4132, "tot_pop_civ_ni_2050": 4158, "tot_hh_2050": 1794, "pop_zvhhs_2050": 136, "tot_fam_2050": 990, "tot_pop_over5_2050": 3987, "pop_hus_rent50_2050": 115, "pop_minority_2050": 819, "pop_over75_2050": 431, "pop_spfam_2050": 59, "pop_lep_2050": 27, "pop_below200_2050": 540, "pop_disability_2050": 478, "pct_minority_2050": 0.19588615163836404, "pct_over75_2050": 0.10308538627122696, "pct_spfam_2050": 0.059595959595959598, "pct_lep_2050": 0.0067720090293453715, "pct_below200_2050": 0.13068731848983542, "pct_disab_2050": 0.11495911495911496, "pct_zvhhs_2050": 0.0758082497212932, "pct_hus_rent50_2050": 0.064102564102564097, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.132568084627504, "pct_minority_2040": 0.19356290794508199, "pct_spfam_2040": 0.071557971014493002, "pct_lep_2040": 0.013323643410853001, "pct_below200_2040": 0.16361167684996603, "pct_disab_2040": 0.12607320379575201, "pct_zvhhs_2040": 0.12913385826771698, "pct_hus_rent50_2040": 0.085970464135020991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.714404000179186, 38.465959999649407 ], [ -122.71428799982823, 38.464389999967615 ], [ -122.710596000367303, 38.461005000209262 ], [ -122.709519000291706, 38.459977000283018 ], [ -122.708555000193996, 38.458652000036331 ], [ -122.707048999773022, 38.456599000291725 ], [ -122.70380800039878, 38.453766999939404 ], [ -122.703849000406649, 38.453006000234581 ], [ -122.701844000218372, 38.452967999951113 ], [ -122.697506999603661, 38.450783000291331 ], [ -122.698346000027882, 38.449431999965455 ], [ -122.698068000193544, 38.449365999708753 ], [ -122.696295999633762, 38.450520000017306 ], [ -122.692691000211468, 38.449831000040014 ], [ -122.689485000099054, 38.449059000002293 ], [ -122.688383999733972, 38.449201000209911 ], [ -122.688587999948496, 38.450292999702853 ], [ -122.687426000382374, 38.451245999870359 ], [ -122.685097000329023, 38.450269999724128 ], [ -122.684481000385873, 38.450743999853849 ], [ -122.68555799956313, 38.451618999784849 ], [ -122.685309000041116, 38.453752000339875 ], [ -122.687089999923401, 38.454251999849944 ], [ -122.686321999644292, 38.45553499978891 ], [ -122.689338999610854, 38.457026999781213 ], [ -122.689435999695235, 38.459658000319656 ], [ -122.691051999721068, 38.46359400010045 ], [ -122.690680000175405, 38.464864999666958 ], [ -122.688422000267138, 38.468475000224146 ], [ -122.689834000078505, 38.468603999750485 ], [ -122.691500000333065, 38.469020999650304 ], [ -122.692455000209904, 38.467567999967116 ], [ -122.693198000374665, 38.466401000008354 ], [ -122.693856000150618, 38.465377999851746 ], [ -122.694378000382443, 38.464578999742983 ], [ -122.695802999714275, 38.465153000244591 ], [ -122.697128000385291, 38.464437999756484 ], [ -122.699351999958381, 38.466301000203238 ], [ -122.699129000375606, 38.469874000220372 ], [ -122.700988000075739, 38.471487999683404 ], [ -122.702706000208835, 38.471598999738426 ], [ -122.703272999748165, 38.471411000178442 ], [ -122.704340999602948, 38.469036999728274 ], [ -122.708967999747557, 38.468234000179955 ], [ -122.711193000043878, 38.468486999846284 ], [ -122.714404000179186, 38.465959999649407 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152400", "NAME": "Census Tract 1524", "state": "06", "county_fips": "097", "tract": "152400", "county_name": "Sonoma County", "tot_pop_2050": 9433, "tot_pop_pov_det_2050": 9340, "tot_pop_civ_ni_2050": 9376, "tot_hh_2050": 3969, "pop_zvhhs_2050": 178, "tot_fam_2050": 2618, "tot_pop_over5_2050": 9172, "pop_hus_rent50_2050": 181, "pop_minority_2050": 1780, "pop_over75_2050": 1628, "pop_spfam_2050": 88, "pop_lep_2050": 250, "pop_below200_2050": 647, "pop_disability_2050": 1586, "pct_minority_2050": 0.18869924732322696, "pct_over75_2050": 0.17258560373158066, "pct_spfam_2050": 0.033613445378151259, "pct_lep_2050": 0.027256868730920189, "pct_below200_2050": 0.069271948608137041, "pct_disab_2050": 0.16915529010238908, "pct_zvhhs_2050": 0.044847568657092468, "pct_hus_rent50_2050": 0.045603426555807514, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.1, "pct_minority_2040": 0.26942740286298605, "pct_spfam_2040": 0.081919884518225003, "pct_lep_2040": 0.0027521964644859993, "pct_below200_2040": 0.082790023802132004, "pct_disab_2040": 0.117610710607621, "pct_zvhhs_2040": 0.045775505234964993, "pct_hus_rent50_2040": 0.082785488190893999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.741957999736172, 38.495400000348688 ], [ -122.742139000384427, 38.492166000080083 ], [ -122.738078999779148, 38.489158999846268 ], [ -122.737041000061623, 38.488408000296616 ], [ -122.735644000318899, 38.487158999755216 ], [ -122.734970999576007, 38.484656000228021 ], [ -122.733590999551694, 38.480381999663308 ], [ -122.732747000002917, 38.479298999914626 ], [ -122.731049999786222, 38.475992999934704 ], [ -122.730592000026817, 38.475527000111171 ], [ -122.728654999610598, 38.474710000293797 ], [ -122.723266999757854, 38.47081399979249 ], [ -122.719369000432607, 38.465053000115759 ], [ -122.715162000412562, 38.46547599986129 ], [ -122.714404000179186, 38.465959999649407 ], [ -122.711193000043878, 38.468486999846284 ], [ -122.708967999747557, 38.468234000179955 ], [ -122.704340999602948, 38.469036999728274 ], [ -122.703272999748165, 38.471411000178442 ], [ -122.702706000208835, 38.471598999738426 ], [ -122.700988000075739, 38.471487999683404 ], [ -122.699129000375606, 38.469874000220372 ], [ -122.699351999958381, 38.466301000203238 ], [ -122.697128000385291, 38.464437999756484 ], [ -122.695802999714275, 38.465153000244591 ], [ -122.694378000382443, 38.464578999742983 ], [ -122.693856000150618, 38.465377999851746 ], [ -122.693198000374665, 38.466401000008354 ], [ -122.692455000209904, 38.467567999967116 ], [ -122.691500000333065, 38.469020999650304 ], [ -122.689834000078505, 38.468603999750485 ], [ -122.688422000267138, 38.468475000224146 ], [ -122.690680000175405, 38.464864999666958 ], [ -122.691051999721068, 38.46359400010045 ], [ -122.689435999695235, 38.459658000319656 ], [ -122.689338999610854, 38.457026999781213 ], [ -122.686321999644292, 38.45553499978891 ], [ -122.687089999923401, 38.454251999849944 ], [ -122.685309000041116, 38.453752000339875 ], [ -122.68555799956313, 38.451618999784849 ], [ -122.684481000385873, 38.450743999853849 ], [ -122.685097000329023, 38.450269999724128 ], [ -122.687426000382374, 38.451245999870359 ], [ -122.688587999948496, 38.450292999702853 ], [ -122.688383999733972, 38.449201000209911 ], [ -122.684406000042785, 38.448839000119733 ], [ -122.678096999750068, 38.450855000177853 ], [ -122.677153999568787, 38.452432000151802 ], [ -122.678423999988226, 38.452908000166204 ], [ -122.680408000260101, 38.454767000211014 ], [ -122.683556999572801, 38.457313999701299 ], [ -122.683809000366196, 38.459152000055461 ], [ -122.68091200005027, 38.464142000314936 ], [ -122.680208000243567, 38.471130000027046 ], [ -122.680205999695431, 38.47116899999336 ], [ -122.680055999907609, 38.472721999739662 ], [ -122.680050999884713, 38.472767000057829 ], [ -122.679843000370582, 38.475621000212442 ], [ -122.679824000104006, 38.475933999651176 ], [ -122.679774999700186, 38.476564000207027 ], [ -122.679163999779931, 38.478156000188321 ], [ -122.678957999915596, 38.478459999819883 ], [ -122.67822999981945, 38.479532000318116 ], [ -122.677864000121573, 38.481363000076421 ], [ -122.677048000161889, 38.482160999899875 ], [ -122.677081999598755, 38.484174999847212 ], [ -122.677085999796702, 38.485121000190475 ], [ -122.677259000049091, 38.487181000039854 ], [ -122.679118999574087, 38.488610000051736 ], [ -122.681403000319932, 38.492811999808339 ], [ -122.682194000165254, 38.494991000087538 ], [ -122.683440000295278, 38.496393000123568 ], [ -122.685272000231194, 38.496979000238191 ], [ -122.686516999637973, 38.49902699979404 ], [ -122.686412000055995, 38.500864999846343 ], [ -122.689286999732303, 38.501372000223824 ], [ -122.692262999690968, 38.500639999916544 ], [ -122.694045000296512, 38.501692000207186 ], [ -122.697217000073749, 38.501645000300883 ], [ -122.701900000294884, 38.502293000149365 ], [ -122.703042999594416, 38.508650000224186 ], [ -122.704807999583167, 38.508899999869897 ], [ -122.704928000132099, 38.510810999648605 ], [ -122.705417999678531, 38.511190999706074 ], [ -122.71681100005037, 38.510617000277684 ], [ -122.717011000066904, 38.510346000299563 ], [ -122.717428999643332, 38.50858799979531 ], [ -122.7188120000407, 38.508081999900554 ], [ -122.719299999937306, 38.508175999716457 ], [ -122.72013400033866, 38.507590000013749 ], [ -122.723495000261792, 38.506974000211436 ], [ -122.726335999602952, 38.50564600012261 ], [ -122.732953999692171, 38.505126000119589 ], [ -122.735605999785733, 38.503085999756678 ], [ -122.740862000292282, 38.499934000048675 ], [ -122.740713000329393, 38.499555000059345 ], [ -122.741013999729944, 38.497280999726897 ], [ -122.74189800036001, 38.495810000162379 ], [ -122.741957999736172, 38.495400000348688 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152501", "NAME": "Census Tract 1525.01", "state": "06", "county_fips": "097", "tract": "152501", "county_name": "Sonoma County", "tot_pop_2050": 4302, "tot_pop_pov_det_2050": 4293, "tot_pop_civ_ni_2050": 4293, "tot_hh_2050": 1669, "pop_zvhhs_2050": 85, "tot_fam_2050": 1004, "tot_pop_over5_2050": 4016, "pop_hus_rent50_2050": 240, "pop_minority_2050": 1086, "pop_over75_2050": 180, "pop_spfam_2050": 244, "pop_lep_2050": 67, "pop_below200_2050": 863, "pop_disability_2050": 420, "pct_minority_2050": 0.25244072524407252, "pct_over75_2050": 0.041841004184100417, "pct_spfam_2050": 0.24302788844621515, "pct_lep_2050": 0.016683266932270915, "pct_below200_2050": 0.20102492429536456, "pct_disab_2050": 0.09783368273934312, "pct_zvhhs_2050": 0.050928699820251652, "pct_hus_rent50_2050": 0.14379868184541642, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.033732057416267995, "pct_minority_2040": 0.20765550239234501, "pct_spfam_2040": 0.16358325219084699, "pct_lep_2040": 0.011451331839681002, "pct_below200_2040": 0.24042399421826102, "pct_disab_2040": 0.089903846153845987, "pct_zvhhs_2040": 0.045426260112010002, "pct_hus_rent50_2040": 0.16082603254067598, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.674447999946821, 38.458755000029697 ], [ -122.672190999863474, 38.457703999973603 ], [ -122.670389000064787, 38.459676999757235 ], [ -122.665176000114229, 38.462109999927279 ], [ -122.661445000295245, 38.46158200033166 ], [ -122.659589999894791, 38.461901999759341 ], [ -122.658249000228565, 38.462258999979873 ], [ -122.654679999892963, 38.462908999955957 ], [ -122.653028999707004, 38.461859999699975 ], [ -122.651417999704023, 38.461517999713031 ], [ -122.650407999575577, 38.460900999662137 ], [ -122.649055000213764, 38.460228000261331 ], [ -122.648846999801322, 38.460209999821139 ], [ -122.648358000079767, 38.460280999890081 ], [ -122.647925000434711, 38.46041799994439 ], [ -122.647414999898459, 38.460674999904072 ], [ -122.645860999796881, 38.461045999815603 ], [ -122.645025999570635, 38.45987899983578 ], [ -122.642231000260239, 38.459448999845634 ], [ -122.638595999802391, 38.457245000126257 ], [ -122.637293999595883, 38.456052000066627 ], [ -122.636458000443056, 38.456325999798857 ], [ -122.637127000089663, 38.456733999689888 ], [ -122.634269000131738, 38.458138999846177 ], [ -122.636275999969854, 38.458718999816512 ], [ -122.641300999599409, 38.461646999725808 ], [ -122.643073999984111, 38.462236999826246 ], [ -122.647140000437176, 38.463678000285434 ], [ -122.65096900016546, 38.464710000301416 ], [ -122.653355999945163, 38.464911000158772 ], [ -122.654217999935611, 38.472105999983953 ], [ -122.655259000026192, 38.472020000282164 ], [ -122.655866999573419, 38.474738999858715 ], [ -122.661482999930087, 38.473529000243765 ], [ -122.665293000290106, 38.472340999905413 ], [ -122.66522799999278, 38.471888000245897 ], [ -122.667772999956242, 38.47081100015977 ], [ -122.669045000025505, 38.470604999996056 ], [ -122.667317999671539, 38.469993000230851 ], [ -122.666777999896397, 38.468618999778549 ], [ -122.665727999584973, 38.465849000057702 ], [ -122.665681999554238, 38.465719000344009 ], [ -122.66495900037927, 38.463771999656366 ], [ -122.666822000277321, 38.463315000165579 ], [ -122.668135000354468, 38.462774999676213 ], [ -122.674447999946821, 38.458755000029697 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152502", "NAME": "Census Tract 1525.02", "state": "06", "county_fips": "097", "tract": "152502", "county_name": "Sonoma County", "tot_pop_2050": 3775, "tot_pop_pov_det_2050": 3725, "tot_pop_civ_ni_2050": 3725, "tot_hh_2050": 1493, "pop_zvhhs_2050": 117, "tot_fam_2050": 763, "tot_pop_over5_2050": 3514, "pop_hus_rent50_2050": 153, "pop_minority_2050": 1436, "pop_over75_2050": 398, "pop_spfam_2050": 77, "pop_lep_2050": 177, "pop_below200_2050": 995, "pop_disability_2050": 414, "pct_minority_2050": 0.38039735099337751, "pct_over75_2050": 0.10543046357615894, "pct_spfam_2050": 0.10091743119266056, "pct_lep_2050": 0.050369948776323281, "pct_below200_2050": 0.26711409395973162, "pct_disab_2050": 0.11114093959731544, "pct_zvhhs_2050": 0.078365706630944401, "pct_hus_rent50_2050": 0.10247823174815808, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.095784341841124013, "pct_minority_2040": 0.28305133352452, "pct_spfam_2040": 0.18931475029035999, "pct_lep_2040": 0.026453398954168001, "pct_below200_2040": 0.25667828106852497, "pct_disab_2040": 0.11498257839721301, "pct_zvhhs_2040": 0.061068702290076, "pct_hus_rent50_2040": 0.060393258426965996, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.672406999773543, 38.47716500019623 ], [ -122.672540999667845, 38.476496000092844 ], [ -122.672354000070101, 38.475856999971462 ], [ -122.671252999705061, 38.473882000300954 ], [ -122.670912000121518, 38.473286000056746 ], [ -122.670122000101088, 38.471917000242627 ], [ -122.669874000403993, 38.471487999683404 ], [ -122.669045000025505, 38.470604999996056 ], [ -122.667772999956242, 38.47081100015977 ], [ -122.66522799999278, 38.471888000245897 ], [ -122.665293000290106, 38.472340999905413 ], [ -122.661482999930087, 38.473529000243765 ], [ -122.655866999573419, 38.474738999858715 ], [ -122.655259000026192, 38.472020000282164 ], [ -122.654217999935611, 38.472105999983953 ], [ -122.654367999723419, 38.473319999877489 ], [ -122.654860999642921, 38.476997000205273 ], [ -122.655704000265118, 38.478348999779129 ], [ -122.656104000298171, 38.478894999681494 ], [ -122.656863000356466, 38.47992999988103 ], [ -122.658065000105552, 38.481546999851822 ], [ -122.658536000283746, 38.482480000178249 ], [ -122.659088999579396, 38.483670999895722 ], [ -122.659595999742592, 38.485158999706975 ], [ -122.65996599963843, 38.486249999892706 ], [ -122.661594000258177, 38.486063999665717 ], [ -122.663446000285575, 38.48612100029667 ], [ -122.667596000404217, 38.485910000067221 ], [ -122.667835999705417, 38.485343000339284 ], [ -122.667635999688883, 38.483968999896682 ], [ -122.667868000390769, 38.482253999835834 ], [ -122.668091999798449, 38.482233000110313 ], [ -122.672383000382439, 38.482161999854469 ], [ -122.672406999773543, 38.47716500019623 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152600", "NAME": "Census Tract 1526", "state": "06", "county_fips": "097", "tract": "152600", "county_name": "Sonoma County", "tot_pop_2050": 8190, "tot_pop_pov_det_2050": 8157, "tot_pop_civ_ni_2050": 8176, "tot_hh_2050": 3052, "pop_zvhhs_2050": 46, "tot_fam_2050": 2311, "tot_pop_over5_2050": 7949, "pop_hus_rent50_2050": 104, "pop_minority_2050": 1494, "pop_over75_2050": 706, "pop_spfam_2050": 150, "pop_lep_2050": 89, "pop_below200_2050": 874, "pop_disability_2050": 687, "pct_minority_2050": 0.18241758241758241, "pct_over75_2050": 0.086202686202686202, "pct_spfam_2050": 0.064906966681090431, "pct_lep_2050": 0.011196376902755064, "pct_below200_2050": 0.10714723550324874, "pct_disab_2050": 0.084026418786692758, "pct_zvhhs_2050": 0.015072083879423331, "pct_hus_rent50_2050": 0.034076015727391884, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.070962069831700988, "pct_minority_2040": 0.20396885204722401, "pct_spfam_2040": 0.056416881998276998, "pct_lep_2040": 0.0051553035184949995, "pct_below200_2040": 0.12449748743718599, "pct_disab_2040": 0.093718592964824016, "pct_zvhhs_2040": 0.033805537669028003, "pct_hus_rent50_2040": 0.042715231788079004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.725444000373599, 38.532927000227879 ], [ -122.725769999888513, 38.530796000104544 ], [ -122.724092999763286, 38.528821999691154 ], [ -122.722322999751654, 38.528221999829945 ], [ -122.72003700025428, 38.525608000191099 ], [ -122.718456000388542, 38.521055000306141 ], [ -122.720573999656423, 38.517562000313433 ], [ -122.71863899978834, 38.514237000233734 ], [ -122.719572999748777, 38.511934000196987 ], [ -122.71849999987117, 38.508995999891205 ], [ -122.719299999937306, 38.508175999716457 ], [ -122.7188120000407, 38.508081999900554 ], [ -122.717428999643332, 38.50858799979531 ], [ -122.717011000066904, 38.510346000299563 ], [ -122.71681100005037, 38.510617000277684 ], [ -122.705417999678531, 38.511190999706074 ], [ -122.704928000132099, 38.510810999648605 ], [ -122.704807999583167, 38.508899999869897 ], [ -122.703042999594416, 38.508650000224186 ], [ -122.701900000294884, 38.502293000149365 ], [ -122.697217000073749, 38.501645000300883 ], [ -122.694045000296512, 38.501692000207186 ], [ -122.692262999690968, 38.500639999916544 ], [ -122.689286999732303, 38.501372000223824 ], [ -122.686412000055995, 38.500864999846343 ], [ -122.686516999637973, 38.49902699979404 ], [ -122.685272000231194, 38.496979000238191 ], [ -122.683440000295278, 38.496393000123568 ], [ -122.682194000165254, 38.494991000087538 ], [ -122.681403000319932, 38.492811999808339 ], [ -122.679118999574087, 38.488610000051736 ], [ -122.677259000049091, 38.487181000039854 ], [ -122.677085999796702, 38.485121000190475 ], [ -122.677081999598755, 38.484174999847212 ], [ -122.677048000161889, 38.482160999899875 ], [ -122.672842999791627, 38.482158999990666 ], [ -122.672463999674974, 38.482160999899875 ], [ -122.672383000382439, 38.482161999854469 ], [ -122.668091999798449, 38.482233000110313 ], [ -122.667868000390769, 38.482253999835834 ], [ -122.667635999688883, 38.483968999896682 ], [ -122.667835999705417, 38.485343000339284 ], [ -122.667596000404217, 38.485910000067221 ], [ -122.663446000285575, 38.48612100029667 ], [ -122.661594000258177, 38.486063999665717 ], [ -122.65996599963843, 38.486249999892706 ], [ -122.659595999742592, 38.485158999706975 ], [ -122.659088999579396, 38.483670999895722 ], [ -122.658536000283746, 38.482480000178249 ], [ -122.658065000105552, 38.481546999851822 ], [ -122.656863000356466, 38.47992999988103 ], [ -122.656104000298171, 38.478894999681494 ], [ -122.655704000265118, 38.478348999779129 ], [ -122.654860999642921, 38.476997000205273 ], [ -122.654367999723419, 38.473319999877489 ], [ -122.654217999935611, 38.472105999983953 ], [ -122.653355999945163, 38.464911000158772 ], [ -122.65096900016546, 38.464710000301416 ], [ -122.647140000437176, 38.463678000285434 ], [ -122.643073999984111, 38.462236999826246 ], [ -122.641300999599409, 38.461646999725808 ], [ -122.636275999969854, 38.458718999816512 ], [ -122.634269000131738, 38.458138999846177 ], [ -122.637127000089663, 38.456733999689888 ], [ -122.636458000443056, 38.456325999798857 ], [ -122.631355000097372, 38.456719000003687 ], [ -122.630283999869533, 38.457026000181479 ], [ -122.630088000050961, 38.457070999742584 ], [ -122.625707999778541, 38.459458999727275 ], [ -122.623537999733799, 38.46278400028023 ], [ -122.623211000393979, 38.464646000348246 ], [ -122.621842000240335, 38.465619000296606 ], [ -122.621997000051024, 38.467187000330128 ], [ -122.619930999763383, 38.468234000179955 ], [ -122.618265000407121, 38.469867000048133 ], [ -122.617528000090147, 38.471494000298989 ], [ -122.615803000284359, 38.472995000066255 ], [ -122.613588999858706, 38.474060999848838 ], [ -122.611561000104217, 38.47322199997835 ], [ -122.608871000375814, 38.473398000233118 ], [ -122.608425000311954, 38.475326999652502 ], [ -122.601541999908875, 38.476361999742103 ], [ -122.600228000006837, 38.476982999836785 ], [ -122.597488999874614, 38.477349000138936 ], [ -122.587594000426179, 38.479409999898962 ], [ -122.585540999659003, 38.48047499978501 ], [ -122.580530000273143, 38.481697999748469 ], [ -122.578242000227647, 38.481077000188577 ], [ -122.57823399983171, 38.479975999904397 ], [ -122.575684999670315, 38.482342999843695 ], [ -122.573964000062475, 38.482820000011742 ], [ -122.571200999640823, 38.482880000229557 ], [ -122.570792000285209, 38.486954999672307 ], [ -122.569707999638609, 38.488469999815216 ], [ -122.566858000076635, 38.490980999826519 ], [ -122.565327000439609, 38.491700000051949 ], [ -122.564046999974408, 38.495881000330364 ], [ -122.56276099966145, 38.496951999980162 ], [ -122.563306000357798, 38.498232000326652 ], [ -122.562866999966658, 38.500336000341775 ], [ -122.561251999765702, 38.504631999732034 ], [ -122.561328999758572, 38.50713699976459 ], [ -122.562300000427314, 38.508421999835512 ], [ -122.56535599985358, 38.509756999859285 ], [ -122.566264999699698, 38.511075999854079 ], [ -122.562028000440733, 38.512504000130171 ], [ -122.558469000150865, 38.514004000292147 ], [ -122.557531999817385, 38.515504000129006 ], [ -122.55503500043281, 38.517410000205558 ], [ -122.550580999642222, 38.517892999715464 ], [ -122.546392999888752, 38.521207999860891 ], [ -122.547175000411542, 38.521858000287601 ], [ -122.550623000373349, 38.522132000112116 ], [ -122.552781999649085, 38.525689000328732 ], [ -122.557132999609195, 38.525484999729748 ], [ -122.561898999670987, 38.526785999720914 ], [ -122.563607999583269, 38.525368000107065 ], [ -122.566643999816392, 38.5255430001449 ], [ -122.566628999747778, 38.528625000330571 ], [ -122.569473000360276, 38.529659000092884 ], [ -122.569818999966699, 38.533103000103175 ], [ -122.573673999634238, 38.538724999828396 ], [ -122.573999000222585, 38.540358999796972 ], [ -122.577193999566049, 38.542308000075913 ], [ -122.579705999917522, 38.546507999833828 ], [ -122.582285000216189, 38.548521999702494 ], [ -122.582147999948802, 38.549399000128169 ], [ -122.58507600022692, 38.549133000087771 ], [ -122.586329000029608, 38.551580999767275 ], [ -122.589426000362096, 38.552100000288966 ], [ -122.596063999644485, 38.55528099982741 ], [ -122.600228000006837, 38.555656000117885 ], [ -122.602659000167463, 38.557495999899224 ], [ -122.603281999783292, 38.558784000172402 ], [ -122.607600000131427, 38.559524000139099 ], [ -122.611079000055369, 38.558417000341628 ], [ -122.615030999807288, 38.558531000108772 ], [ -122.620846000355598, 38.560317000017349 ], [ -122.621441000382333, 38.563330000306486 ], [ -122.620678000126091, 38.563613000168964 ], [ -122.620402999766469, 38.565741999675723 ], [ -122.622768999629798, 38.567824999957175 ], [ -122.624737000008153, 38.568457999966277 ], [ -122.626095000291144, 38.569908000258955 ], [ -122.628795000065281, 38.57030799996128 ], [ -122.631832000123325, 38.569367000035378 ], [ -122.632274999814115, 38.572380000153359 ], [ -122.631206000134441, 38.575569000212042 ], [ -122.631601999969547, 38.576209999839648 ], [ -122.630493999931829, 38.579008000303979 ], [ -122.633114000238336, 38.580458999743733 ], [ -122.634982000159269, 38.583009999893257 ], [ -122.641754000234258, 38.582851000019609 ], [ -122.644936000057257, 38.581146999954854 ], [ -122.651076000295575, 38.581032000265019 ], [ -122.655428000080576, 38.582159000099864 ], [ -122.656033999977979, 38.583167000204824 ], [ -122.658148999771115, 38.584197000333894 ], [ -122.663451000308442, 38.58502999970635 ], [ -122.665535999964362, 38.584366000133954 ], [ -122.671903999808293, 38.583711000279806 ], [ -122.67206700001492, 38.58261499980987 ], [ -122.673599000375191, 38.582110000138961 ], [ -122.67724999982822, 38.582219999660559 ], [ -122.674358000433472, 38.576980000022843 ], [ -122.675582999748784, 38.574609000342484 ], [ -122.673745999789958, 38.572154999753003 ], [ -122.675874999826803, 38.571535000138397 ], [ -122.677711999785586, 38.569661000185747 ], [ -122.680053000432864, 38.570464999943553 ], [ -122.681026999677997, 38.569949999837156 ], [ -122.684110999591695, 38.567271000005931 ], [ -122.683769000183247, 38.564161999824215 ], [ -122.689798000093475, 38.564100999679397 ], [ -122.69209899965945, 38.562932000165539 ], [ -122.690944999590982, 38.560977000270199 ], [ -122.692964999847831, 38.558581000294673 ], [ -122.694458999674993, 38.557540000332935 ], [ -122.697089999852167, 38.554657999682966 ], [ -122.701997000379251, 38.551488999825317 ], [ -122.709281999566926, 38.548685999747654 ], [ -122.71365799964137, 38.549859000088901 ], [ -122.719176999913671, 38.54980799973891 ], [ -122.719997999896222, 38.549508999851938 ], [ -122.720608999816506, 38.548842000163184 ], [ -122.720391000256626, 38.540925999944221 ], [ -122.72171000018156, 38.538908000064175 ], [ -122.723549999615088, 38.537790000292667 ], [ -122.724305000373732, 38.537453000311281 ], [ -122.725614000252904, 38.536332999898043 ], [ -122.725677999827013, 38.536128999963083 ], [ -122.7251770004099, 38.533987999738017 ], [ -122.725444000373599, 38.532927000227879 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152701", "NAME": "Census Tract 1527.01", "state": "06", "county_fips": "097", "tract": "152701", "county_name": "Sonoma County", "tot_pop_2050": 5363, "tot_pop_pov_det_2050": 5320, "tot_pop_civ_ni_2050": 5363, "tot_hh_2050": 2066, "pop_zvhhs_2050": 56, "tot_fam_2050": 1294, "tot_pop_over5_2050": 5269, "pop_hus_rent50_2050": 231, "pop_minority_2050": 1870, "pop_over75_2050": 440, "pop_spfam_2050": 176, "pop_lep_2050": 179, "pop_below200_2050": 1482, "pop_disability_2050": 797, "pct_minority_2050": 0.34868543725526763, "pct_over75_2050": 0.082043632295357077, "pct_spfam_2050": 0.13601236476043274, "pct_lep_2050": 0.033972290757259445, "pct_below200_2050": 0.27857142857142858, "pct_disab_2050": 0.14861085213499906, "pct_zvhhs_2050": 0.027105517909002903, "pct_hus_rent50_2050": 0.11181026137463697, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.047121413642409009, "pct_minority_2040": 0.19912597377921301, "pct_spfam_2040": 0.16678648454349401, "pct_lep_2040": 0.0090533359574890004, "pct_below200_2040": 0.28242677824267798, "pct_disab_2040": 0.088056295169265997, "pct_zvhhs_2040": 0.052017501215362, "pct_hus_rent50_2040": 0.105979581915411, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.790209000182927, 38.525813999841596 ], [ -122.787762999953671, 38.523134999767422 ], [ -122.783733000383933, 38.518732999761532 ], [ -122.779986999597995, 38.514735000217165 ], [ -122.775556000170283, 38.51109199973444 ], [ -122.769918999897229, 38.511154000116015 ], [ -122.764787000137517, 38.511124000187479 ], [ -122.763664999856076, 38.511229000234181 ], [ -122.759494999645952, 38.508299000232519 ], [ -122.759063999650735, 38.506459999769362 ], [ -122.756995999713268, 38.507249999665177 ], [ -122.754767999942203, 38.506596000328081 ], [ -122.750432000050708, 38.506039000045497 ], [ -122.748481000289118, 38.503748000090233 ], [ -122.748369999961028, 38.504288999832028 ], [ -122.744227000413389, 38.503041999754593 ], [ -122.740683000192163, 38.504186999860245 ], [ -122.735605999785733, 38.503085999756678 ], [ -122.732953999692171, 38.505126000119589 ], [ -122.726335999602952, 38.50564600012261 ], [ -122.723495000261792, 38.506974000211436 ], [ -122.72013400033866, 38.507590000013749 ], [ -122.719299999937306, 38.508175999716457 ], [ -122.71849999987117, 38.508995999891205 ], [ -122.719572999748777, 38.511934000196987 ], [ -122.71863899978834, 38.514237000233734 ], [ -122.720573999656423, 38.517562000313433 ], [ -122.718456000388542, 38.521055000306141 ], [ -122.72003700025428, 38.525608000191099 ], [ -122.722322999751654, 38.528221999829945 ], [ -122.724092999763286, 38.528821999691154 ], [ -122.725769999888513, 38.530796000104544 ], [ -122.725444000373599, 38.532927000227879 ], [ -122.7251770004099, 38.533987999738017 ], [ -122.725677999827013, 38.536128999963083 ], [ -122.725614000252904, 38.536332999898043 ], [ -122.724305000373732, 38.537453000311281 ], [ -122.723549999615088, 38.537790000292667 ], [ -122.72171000018156, 38.538908000064175 ], [ -122.720391000256626, 38.540925999944221 ], [ -122.720608999816506, 38.548842000163184 ], [ -122.719997999896222, 38.549508999851938 ], [ -122.72207300040472, 38.549455000085175 ], [ -122.724158999885532, 38.550822999942056 ], [ -122.728168000437194, 38.554501000291197 ], [ -122.728849999604265, 38.554849999761799 ], [ -122.729697000424437, 38.556416999849823 ], [ -122.730983999663977, 38.55770400017952 ], [ -122.732840999714242, 38.557183999755168 ], [ -122.733481999771769, 38.557249000013933 ], [ -122.733644999978381, 38.556456000006754 ], [ -122.734680000221189, 38.555908999763275 ], [ -122.734973999949062, 38.55537099985073 ], [ -122.736092999857433, 38.554881999725048 ], [ -122.737041000061623, 38.554992999838561 ], [ -122.737524999760296, 38.555390000044198 ], [ -122.740806000215798, 38.557014999931305 ], [ -122.739950000073151, 38.558221000146744 ], [ -122.751279999797461, 38.554705000100881 ], [ -122.752334000306845, 38.554952999943957 ], [ -122.753741999920237, 38.554034999759573 ], [ -122.757365999609107, 38.55361299974723 ], [ -122.758411999722554, 38.551936999991327 ], [ -122.762012999845211, 38.549839999838767 ], [ -122.762427000122003, 38.547841000045977 ], [ -122.766900000280856, 38.545297000246094 ], [ -122.769788000375968, 38.545301999851752 ], [ -122.769933000140924, 38.546240999870001 ], [ -122.772225000384381, 38.546825000143009 ], [ -122.774501999660913, 38.545314000028128 ], [ -122.774491999615179, 38.54028600022157 ], [ -122.772088999941943, 38.540154000185211 ], [ -122.767879000447138, 38.536546999683381 ], [ -122.766834000158596, 38.535127000047211 ], [ -122.765711000052249, 38.53283600026721 ], [ -122.765171000277093, 38.531751999946067 ], [ -122.765126999896154, 38.53048899998889 ], [ -122.765083000413512, 38.526706000154341 ], [ -122.764819999749463, 38.526202999831874 ], [ -122.764947999796007, 38.525670000018287 ], [ -122.772570999990776, 38.525679999849388 ], [ -122.774433000063937, 38.525698000104107 ], [ -122.779311000278739, 38.525711000090034 ], [ -122.783750999927292, 38.525738000107424 ], [ -122.790209000182927, 38.525813999841596 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152702", "NAME": "Census Tract 1527.02", "state": "06", "county_fips": "097", "tract": "152702", "county_name": "Sonoma County", "tot_pop_2050": 5644, "tot_pop_pov_det_2050": 5146, "tot_pop_civ_ni_2050": 5160, "tot_hh_2050": 1955, "pop_zvhhs_2050": 73, "tot_fam_2050": 1306, "tot_pop_over5_2050": 5378, "pop_hus_rent50_2050": 197, "pop_minority_2050": 2098, "pop_over75_2050": 284, "pop_spfam_2050": 304, "pop_lep_2050": 147, "pop_below200_2050": 1342, "pop_disability_2050": 933, "pct_minority_2050": 0.37172218284904318, "pct_over75_2050": 0.050318922749822817, "pct_spfam_2050": 0.23277182235834609, "pct_lep_2050": 0.027333581256972848, "pct_below200_2050": 0.26078507578701904, "pct_disab_2050": 0.18081395348837209, "pct_zvhhs_2050": 0.037340153452685432, "pct_hus_rent50_2050": 0.10076726342710997, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050089766606821996, "pct_minority_2040": 0.35780969479353703, "pct_spfam_2040": 0.25919869174161903, "pct_lep_2040": 0.015044753380308, "pct_below200_2040": 0.33025540275049103, "pct_disab_2040": 0.11412183544303801, "pct_zvhhs_2040": 0.057344064386317999, "pct_hus_rent50_2040": 0.19214876033057898, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.830324000423929, 38.482882000118714 ], [ -122.828631000405181, 38.483037999743644 ], [ -122.821664000336511, 38.483681999868118 ], [ -122.816608999671402, 38.48461200021989 ], [ -122.815062999965733, 38.485106999993427 ], [ -122.805800000353955, 38.489184999652075 ], [ -122.803611999867584, 38.489695000221012 ], [ -122.795442000224938, 38.490878000160187 ], [ -122.792364999983931, 38.49137500014043 ], [ -122.78752500030231, 38.493220999784029 ], [ -122.780307000163489, 38.496048000132738 ], [ -122.779209999996382, 38.496349000251307 ], [ -122.77855899989315, 38.496457000017621 ], [ -122.772543000401697, 38.49655499996495 ], [ -122.760610000254715, 38.496393999880674 ], [ -122.756430999823721, 38.496172999790396 ], [ -122.746018000341408, 38.488785000140695 ], [ -122.738853999730964, 38.483703999807858 ], [ -122.734972000299237, 38.480929000312486 ], [ -122.733189999693721, 38.478961000347745 ], [ -122.733050999776552, 38.478758000268499 ], [ -122.731289000160814, 38.47483999997425 ], [ -122.730516999683758, 38.473007999721098 ], [ -122.730843999921888, 38.474852999999719 ], [ -122.730592000026817, 38.475527000111171 ], [ -122.731049999786222, 38.475992999934704 ], [ -122.732747000002917, 38.479298999914626 ], [ -122.733590999551694, 38.480381999663308 ], [ -122.734970999576007, 38.484656000228021 ], [ -122.735644000318899, 38.487158999755216 ], [ -122.737041000061623, 38.488408000296616 ], [ -122.738078999779148, 38.489158999846268 ], [ -122.742139000384427, 38.492166000080083 ], [ -122.741957999736172, 38.495400000348688 ], [ -122.74189800036001, 38.495810000162379 ], [ -122.741013999729944, 38.497280999726897 ], [ -122.740713000329393, 38.499555000059345 ], [ -122.740862000292282, 38.499934000048675 ], [ -122.735605999785733, 38.503085999756678 ], [ -122.740683000192163, 38.504186999860245 ], [ -122.744227000413389, 38.503041999754593 ], [ -122.748369999961028, 38.504288999832028 ], [ -122.748481000289118, 38.503748000090233 ], [ -122.750432000050708, 38.506039000045497 ], [ -122.754767999942203, 38.506596000328081 ], [ -122.756995999713268, 38.507249999665177 ], [ -122.759063999650735, 38.506459999769362 ], [ -122.759494999645952, 38.508299000232519 ], [ -122.763664999856076, 38.511229000234181 ], [ -122.764787000137517, 38.511124000187479 ], [ -122.769918999897229, 38.511154000116015 ], [ -122.775556000170283, 38.51109199973444 ], [ -122.779986999597995, 38.514735000217165 ], [ -122.783733000383933, 38.518732999761532 ], [ -122.787762999953671, 38.523134999767422 ], [ -122.790209000182927, 38.525813999841596 ], [ -122.79806800037926, 38.525818000047323 ], [ -122.800295000325377, 38.52578699985277 ], [ -122.801964000054681, 38.525744999771895 ], [ -122.811367000306859, 38.525519000221117 ], [ -122.816810000411152, 38.524798000125763 ], [ -122.817192000002578, 38.521726000174205 ], [ -122.821362000212702, 38.521257999994013 ], [ -122.821459000297097, 38.518220999936013 ], [ -122.821317999831777, 38.510868999938751 ], [ -122.826004000425954, 38.510832999739911 ], [ -122.825895999572609, 38.503297999965092 ], [ -122.825845000417317, 38.500346999879348 ], [ -122.82581899957971, 38.499372999997597 ], [ -122.82697400037145, 38.496686999826714 ], [ -122.825745999784786, 38.495025999992698 ], [ -122.825590000149191, 38.485492000201361 ], [ -122.827042999968398, 38.483945000178174 ], [ -122.830324000423929, 38.482882000118714 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152801", "NAME": "Census Tract 1528.01", "state": "06", "county_fips": "097", "tract": "152801", "county_name": "Sonoma County", "tot_pop_2050": 4937, "tot_pop_pov_det_2050": 4937, "tot_pop_civ_ni_2050": 4937, "tot_hh_2050": 1635, "pop_zvhhs_2050": 49, "tot_fam_2050": 1236, "tot_pop_over5_2050": 4665, "pop_hus_rent50_2050": 165, "pop_minority_2050": 2163, "pop_over75_2050": 177, "pop_spfam_2050": 155, "pop_lep_2050": 287, "pop_below200_2050": 1359, "pop_disability_2050": 525, "pct_minority_2050": 0.43812031598136519, "pct_over75_2050": 0.035851731820943894, "pct_spfam_2050": 0.12540453074433658, "pct_lep_2050": 0.061521972132904612, "pct_below200_2050": 0.27526838160826411, "pct_disab_2050": 0.10633988251974884, "pct_zvhhs_2050": 0.029969418960244649, "pct_hus_rent50_2050": 0.10091743119266056, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.030072396510117002, "pct_minority_2040": 0.33506589938741399, "pct_spfam_2040": 0.108504398826979, "pct_lep_2040": 0.044501582278480993, "pct_below200_2040": 0.25074460163812401, "pct_disab_2040": 0.105829929446714, "pct_zvhhs_2040": 0.025920165889062003, "pct_hus_rent50_2040": 0.072440944881889999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.772543000401697, 38.49655499996495 ], [ -122.767568000102514, 38.490849999890955 ], [ -122.763033000019419, 38.485651000224109 ], [ -122.760406000040177, 38.482644000256791 ], [ -122.760487000231052, 38.481709000021979 ], [ -122.75958599988256, 38.481709000021979 ], [ -122.757763999992378, 38.479615000231618 ], [ -122.753249000000736, 38.474447000044854 ], [ -122.747518999841233, 38.467897000232689 ], [ -122.746721000323205, 38.468286000108812 ], [ -122.744840999808403, 38.468728999889215 ], [ -122.74236000031739, 38.469404999838908 ], [ -122.741782000009053, 38.469684000127479 ], [ -122.739615000337395, 38.471479000165658 ], [ -122.738528000216021, 38.471985999848386 ], [ -122.732179999565275, 38.472071000199499 ], [ -122.730685999738142, 38.472471000340931 ], [ -122.732952000042332, 38.47577299990742 ], [ -122.731289000160814, 38.47483999997425 ], [ -122.733050999776552, 38.478758000268499 ], [ -122.733189999693721, 38.478961000347745 ], [ -122.734972000299237, 38.480929000312486 ], [ -122.738853999730964, 38.483703999807858 ], [ -122.746018000341408, 38.488785000140695 ], [ -122.756430999823721, 38.496172999790396 ], [ -122.760610000254715, 38.496393999880674 ], [ -122.772543000401697, 38.49655499996495 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152802", "NAME": "Census Tract 1528.02", "state": "06", "county_fips": "097", "tract": "152802", "county_name": "Sonoma County", "tot_pop_2050": 7158, "tot_pop_pov_det_2050": 7142, "tot_pop_civ_ni_2050": 7158, "tot_hh_2050": 2819, "pop_zvhhs_2050": 465, "tot_fam_2050": 1419, "tot_pop_over5_2050": 6585, "pop_hus_rent50_2050": 439, "pop_minority_2050": 4237, "pop_over75_2050": 286, "pop_spfam_2050": 383, "pop_lep_2050": 840, "pop_below200_2050": 3037, "pop_disability_2050": 1060, "pct_minority_2050": 0.59192511874825371, "pct_over75_2050": 0.039955294775076838, "pct_spfam_2050": 0.26990838618745594, "pct_lep_2050": 0.12756264236902051, "pct_below200_2050": 0.42523102772332683, "pct_disab_2050": 0.1480860575579771, "pct_zvhhs_2050": 0.16495211067754526, "pct_hus_rent50_2050": 0.15572898190847814, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.045250831285239004, "pct_minority_2040": 0.57380367211218697, "pct_spfam_2040": 0.356173677069199, "pct_lep_2040": 0.093517369727046995, "pct_below200_2040": 0.45482145438773997, "pct_disab_2040": 0.135752493855718, "pct_zvhhs_2040": 0.150990990990991, "pct_hus_rent50_2040": 0.26399394856278402, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.747518999841233, 38.467897000232689 ], [ -122.746933000035327, 38.467226000318995 ], [ -122.745676999859569, 38.465785999890258 ], [ -122.742946999948217, 38.462661000134624 ], [ -122.740597999803342, 38.459972999937186 ], [ -122.737102000161002, 38.455973000327944 ], [ -122.732594999666958, 38.45883900022271 ], [ -122.730270999636446, 38.459726999697011 ], [ -122.726344999823795, 38.459947000145903 ], [ -122.726742000382117, 38.463798999684947 ], [ -122.726879999576099, 38.464346000250316 ], [ -122.730516999683758, 38.473007999721098 ], [ -122.731289000160814, 38.47483999997425 ], [ -122.732952000042332, 38.47577299990742 ], [ -122.730685999738142, 38.472471000340931 ], [ -122.732179999565275, 38.472071000199499 ], [ -122.738528000216021, 38.471985999848386 ], [ -122.739615000337395, 38.471479000165658 ], [ -122.741782000009053, 38.469684000127479 ], [ -122.74236000031739, 38.469404999838908 ], [ -122.744840999808403, 38.468728999889215 ], [ -122.746721000323205, 38.468286000108812 ], [ -122.747518999841233, 38.467897000232689 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152903", "NAME": "Census Tract 1529.03", "state": "06", "county_fips": "097", "tract": "152903", "county_name": "Sonoma County", "tot_pop_2050": 5436, "tot_pop_pov_det_2050": 5436, "tot_pop_civ_ni_2050": 5436, "tot_hh_2050": 1545, "pop_zvhhs_2050": 187, "tot_fam_2050": 1192, "tot_pop_over5_2050": 5013, "pop_hus_rent50_2050": 226, "pop_minority_2050": 3722, "pop_over75_2050": 214, "pop_spfam_2050": 327, "pop_lep_2050": 964, "pop_below200_2050": 2529, "pop_disability_2050": 681, "pct_minority_2050": 0.68469462840323769, "pct_over75_2050": 0.039367181751287714, "pct_spfam_2050": 0.27432885906040266, "pct_lep_2050": 0.19230001994813484, "pct_below200_2050": 0.46523178807947019, "pct_disab_2050": 0.12527593818984548, "pct_zvhhs_2050": 0.12103559870550162, "pct_hus_rent50_2050": 0.14627831715210354, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.028012279355334003, "pct_minority_2040": 0.71603990790483485, "pct_spfam_2040": 0.13153310104529597, "pct_lep_2040": 0.19061461794019896, "pct_below200_2040": 0.58883937221468707, "pct_disab_2040": 0.112049117421335, "pct_zvhhs_2040": 0.072847682119205004, "pct_hus_rent50_2040": 0.17905405405405397, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.759846000173525, 38.454336999998944 ], [ -122.760109999764182, 38.452621000305804 ], [ -122.75132199963025, 38.452582999819562 ], [ -122.744631999571027, 38.452603000077943 ], [ -122.743428000172145, 38.452706000265771 ], [ -122.742116999744809, 38.453033999727161 ], [ -122.741438999877374, 38.453294999976983 ], [ -122.74066800012352, 38.453689000158612 ], [ -122.739370999939922, 38.45452899969375 ], [ -122.737102000161002, 38.455973000327944 ], [ -122.740597999803342, 38.459972999937186 ], [ -122.742946999948217, 38.462661000134624 ], [ -122.745676999859569, 38.465785999890258 ], [ -122.749681000388364, 38.462889999962925 ], [ -122.751172999667347, 38.461328999653936 ], [ -122.751330000026201, 38.46118700010252 ], [ -122.751657000264331, 38.460943000279904 ], [ -122.752607000118317, 38.46005899993758 ], [ -122.752889000150631, 38.459832999651738 ], [ -122.755634000130613, 38.458461999922314 ], [ -122.759195000070292, 38.455816999824101 ], [ -122.759333999987462, 38.456298999786718 ], [ -122.759846000173525, 38.454336999998944 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152904", "NAME": "Census Tract 1529.04", "state": "06", "county_fips": "097", "tract": "152904", "county_name": "Sonoma County", "tot_pop_2050": 5213, "tot_pop_pov_det_2050": 5213, "tot_pop_civ_ni_2050": 5213, "tot_hh_2050": 1896, "pop_zvhhs_2050": 20, "tot_fam_2050": 1196, "tot_pop_over5_2050": 4959, "pop_hus_rent50_2050": 172, "pop_minority_2050": 2108, "pop_over75_2050": 242, "pop_spfam_2050": 109, "pop_lep_2050": 127, "pop_below200_2050": 993, "pop_disability_2050": 477, "pct_minority_2050": 0.40437368118166123, "pct_over75_2050": 0.046422405524649921, "pct_spfam_2050": 0.091137123745819407, "pct_lep_2050": 0.025610002016535592, "pct_below200_2050": 0.19048532514866681, "pct_disab_2050": 0.091502014195281034, "pct_zvhhs_2050": 0.010548523206751054, "pct_hus_rent50_2050": 0.090717299578059074, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.050854113489103001, "pct_minority_2040": 0.312585902218732, "pct_spfam_2040": 0.173197492163009, "pct_lep_2040": 0.044499381953028001, "pct_below200_2040": 0.22707595434868202, "pct_disab_2040": 0.10818770861967401, "pct_zvhhs_2040": 0.015560165975103998, "pct_hus_rent50_2040": 0.063082830499176998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.769733999949281, 38.467125000088032 ], [ -122.769668999651955, 38.463005000066289 ], [ -122.769641000062876, 38.459555999773563 ], [ -122.769631000017114, 38.459012999859148 ], [ -122.769646999910634, 38.458522000012408 ], [ -122.769656999956396, 38.454898000299643 ], [ -122.769624000344422, 38.452543999651425 ], [ -122.760109999764182, 38.452621000305804 ], [ -122.759846000173525, 38.454336999998944 ], [ -122.759333999987462, 38.456298999786718 ], [ -122.759195000070292, 38.455816999824101 ], [ -122.755634000130613, 38.458461999922314 ], [ -122.752889000150631, 38.459832999651738 ], [ -122.752607000118317, 38.46005899993758 ], [ -122.751657000264331, 38.460943000279904 ], [ -122.751330000026201, 38.46118700010252 ], [ -122.751172999667347, 38.461328999653936 ], [ -122.749681000388364, 38.462889999962925 ], [ -122.745676999859569, 38.465785999890258 ], [ -122.746933000035327, 38.467226000318995 ], [ -122.747518999841233, 38.467897000232689 ], [ -122.749048999653368, 38.467149999942478 ], [ -122.754214999748271, 38.46713400014913 ], [ -122.760064999558338, 38.467138000097798 ], [ -122.76060500023182, 38.467126999710956 ], [ -122.762713000352264, 38.467143999668707 ], [ -122.769733999949281, 38.467125000088032 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152905", "NAME": "Census Tract 1529.05", "state": "06", "county_fips": "097", "tract": "152905", "county_name": "Sonoma County", "tot_pop_2050": 4582, "tot_pop_pov_det_2050": 4582, "tot_pop_civ_ni_2050": 4582, "tot_hh_2050": 1548, "pop_zvhhs_2050": 36, "tot_fam_2050": 1052, "tot_pop_over5_2050": 4322, "pop_hus_rent50_2050": 213, "pop_minority_2050": 2114, "pop_over75_2050": 200, "pop_spfam_2050": 134, "pop_lep_2050": 169, "pop_below200_2050": 1165, "pop_disability_2050": 573, "pct_minority_2050": 0.46137058053251861, "pct_over75_2050": 0.043649061545176782, "pct_spfam_2050": 0.12737642585551331, "pct_lep_2050": 0.039102267468764461, "pct_below200_2050": 0.25425578350065475, "pct_disab_2050": 0.12505456132693146, "pct_zvhhs_2050": 0.023255813953488368, "pct_hus_rent50_2050": 0.1375968992248062, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041359638697408996, "pct_minority_2040": 0.44283337294984498, "pct_spfam_2040": 0.201201201201201, "pct_lep_2040": 0.059560327198364009, "pct_below200_2040": 0.21220791607057699, "pct_disab_2040": 0.086284763489422003, "pct_zvhhs_2040": 0.044766708701135006, "pct_hus_rent50_2040": 0.12213740458015303, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.769759000063644, 38.473049000240245 ], [ -122.769740999621987, 38.469510000210299 ], [ -122.769733999949281, 38.467125000088032 ], [ -122.762713000352264, 38.467143999668707 ], [ -122.76060500023182, 38.467126999710956 ], [ -122.760064999558338, 38.467138000097798 ], [ -122.754214999748271, 38.46713400014913 ], [ -122.749048999653368, 38.467149999942478 ], [ -122.747518999841233, 38.467897000232689 ], [ -122.753249000000736, 38.474447000044854 ], [ -122.756310000348222, 38.47445399977245 ], [ -122.757512000097279, 38.47445399977245 ], [ -122.760440000375382, 38.473034999808306 ], [ -122.765601000447376, 38.473048000159238 ], [ -122.769759000063644, 38.473049000240245 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097152906", "NAME": "Census Tract 1529.06", "state": "06", "county_fips": "097", "tract": "152906", "county_name": "Sonoma County", "tot_pop_2050": 5636, "tot_pop_pov_det_2050": 5579, "tot_pop_civ_ni_2050": 5636, "tot_hh_2050": 2035, "pop_zvhhs_2050": 13, "tot_fam_2050": 1607, "tot_pop_over5_2050": 5305, "pop_hus_rent50_2050": 172, "pop_minority_2050": 1706, "pop_over75_2050": 322, "pop_spfam_2050": 239, "pop_lep_2050": 38, "pop_below200_2050": 822, "pop_disability_2050": 458, "pct_minority_2050": 0.30269694819020582, "pct_over75_2050": 0.057132718239886436, "pct_spfam_2050": 0.14872433105164906, "pct_lep_2050": 0.0071630537229029215, "pct_below200_2050": 0.14733823265818247, "pct_disab_2050": 0.081263307310149038, "pct_zvhhs_2050": 0.0063882063882063893, "pct_hus_rent50_2050": 0.084520884520884521, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.072155411655874011, "pct_minority_2040": 0.31637372802960201, "pct_spfam_2040": 0.11103351955307302, "pct_lep_2040": 0.029864941982119, "pct_below200_2040": 0.20563693676988698, "pct_disab_2040": 0.068097705403404998, "pct_zvhhs_2040": 0.0058939096267189997, "pct_hus_rent50_2040": 0.083539298072170004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.846015999979002, 38.483031000146376 ], [ -122.845308999799229, 38.480621999914163 ], [ -122.842727000025889, 38.478626999913907 ], [ -122.842773000056653, 38.47568500027112 ], [ -122.842819000087388, 38.47442299996905 ], [ -122.842439999970708, 38.472954000219701 ], [ -122.841275999856464, 38.471942999938747 ], [ -122.841133999566239, 38.471590000234542 ], [ -122.841321999887228, 38.470688999751523 ], [ -122.841158999680616, 38.470149000319509 ], [ -122.841496999789399, 38.469212000217674 ], [ -122.841177000122272, 38.468674999996495 ], [ -122.84039700014759, 38.467287999770903 ], [ -122.836659999582494, 38.462568999768457 ], [ -122.834847999738045, 38.462340000327742 ], [ -122.833799999974786, 38.461125999872536 ], [ -122.83535400007635, 38.456028999813235 ], [ -122.834645000246795, 38.452169000260135 ], [ -122.832512999836908, 38.452384999776072 ], [ -122.788111000108188, 38.452574999714614 ], [ -122.774481999569417, 38.452542000327703 ], [ -122.773027999925247, 38.452540000300424 ], [ -122.772825000433997, 38.452542999989575 ], [ -122.769624000344422, 38.452543999651425 ], [ -122.769656999956396, 38.454898000299643 ], [ -122.769646999910634, 38.458522000012408 ], [ -122.769631000017114, 38.459012999859148 ], [ -122.769641000062876, 38.459555999773563 ], [ -122.769668999651955, 38.463005000066289 ], [ -122.769733999949281, 38.467125000088032 ], [ -122.769740999621987, 38.469510000210299 ], [ -122.769759000063644, 38.473049000240245 ], [ -122.765601000447376, 38.473048000159238 ], [ -122.760440000375382, 38.473034999808306 ], [ -122.757512000097279, 38.47445399977245 ], [ -122.756310000348222, 38.47445399977245 ], [ -122.753249000000736, 38.474447000044854 ], [ -122.757763999992378, 38.479615000231618 ], [ -122.75958599988256, 38.481709000021979 ], [ -122.760487000231052, 38.481709000021979 ], [ -122.760406000040177, 38.482644000256791 ], [ -122.763033000019419, 38.485651000224109 ], [ -122.767568000102514, 38.490849999890955 ], [ -122.772543000401697, 38.49655499996495 ], [ -122.77855899989315, 38.496457000017621 ], [ -122.779209999996382, 38.496349000251307 ], [ -122.780307000163489, 38.496048000132738 ], [ -122.78752500030231, 38.493220999784029 ], [ -122.792364999983931, 38.49137500014043 ], [ -122.795442000224938, 38.490878000160187 ], [ -122.803611999867584, 38.489695000221012 ], [ -122.805800000353955, 38.489184999652075 ], [ -122.815062999965733, 38.485106999993427 ], [ -122.816608999671402, 38.48461200021989 ], [ -122.821664000336511, 38.483681999868118 ], [ -122.828631000405181, 38.483037999743644 ], [ -122.835555999742709, 38.481820999770491 ], [ -122.836984000345922, 38.482136000327614 ], [ -122.841079000212972, 38.484371999894286 ], [ -122.842372000198651, 38.484576000257164 ], [ -122.842484000351632, 38.484429999677033 ], [ -122.843117000013208, 38.484046999981345 ], [ -122.846015999979002, 38.483031000146376 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153001", "NAME": "Census Tract 1530.01", "state": "06", "county_fips": "097", "tract": "153001", "county_name": "Sonoma County", "tot_pop_2050": 6985, "tot_pop_pov_det_2050": 6793, "tot_pop_civ_ni_2050": 6979, "tot_hh_2050": 2548, "pop_zvhhs_2050": 519, "tot_fam_2050": 1354, "tot_pop_over5_2050": 6604, "pop_hus_rent50_2050": 416, "pop_minority_2050": 3590, "pop_over75_2050": 227, "pop_spfam_2050": 324, "pop_lep_2050": 602, "pop_below200_2050": 2326, "pop_disability_2050": 1153, "pct_minority_2050": 0.51395848246241949, "pct_over75_2050": 0.032498210450966354, "pct_spfam_2050": 0.23929098966026591, "pct_lep_2050": 0.091156874621441564, "pct_below200_2050": 0.34241130575592521, "pct_disab_2050": 0.16520991546066771, "pct_zvhhs_2050": 0.20368916797488226, "pct_hus_rent50_2050": 0.16326530612244894, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 1, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.037398137369033996, "pct_minority_2040": 0.56970314318975601, "pct_spfam_2040": 0.24352331606217603, "pct_lep_2040": 0.089207419898820015, "pct_below200_2040": 0.45625546806649203, "pct_disab_2040": 0.12434402332361501, "pct_zvhhs_2040": 0.098673300165838015, "pct_hus_rent50_2040": 0.13884228187919501, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.75132199963025, 38.452582999819562 ], [ -122.75131099975961, 38.449616000319807 ], [ -122.751289000018303, 38.445234999679997 ], [ -122.743685000090082, 38.445212000199909 ], [ -122.734187000301688, 38.445632000227384 ], [ -122.727898000100438, 38.445938999738097 ], [ -122.724162000258616, 38.445904999673274 ], [ -122.725949999813579, 38.449182000124004 ], [ -122.726149000005208, 38.454085999924104 ], [ -122.726344999823795, 38.459947000145903 ], [ -122.730270999636446, 38.459726999697011 ], [ -122.732594999666958, 38.45883900022271 ], [ -122.737102000161002, 38.455973000327944 ], [ -122.739370999939922, 38.45452899969375 ], [ -122.74066800012352, 38.453689000158612 ], [ -122.741438999877374, 38.453294999976983 ], [ -122.742116999744809, 38.453033999727161 ], [ -122.743428000172145, 38.452706000265771 ], [ -122.744631999571027, 38.452603000077943 ], [ -122.75132199963025, 38.452582999819562 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153002", "NAME": "Census Tract 1530.02", "state": "06", "county_fips": "097", "tract": "153002", "county_name": "Sonoma County", "tot_pop_2050": 6874, "tot_pop_pov_det_2050": 6753, "tot_pop_civ_ni_2050": 6874, "tot_hh_2050": 1927, "pop_zvhhs_2050": 14, "tot_fam_2050": 1204, "tot_pop_over5_2050": 6302, "pop_hus_rent50_2050": 180, "pop_minority_2050": 4493, "pop_over75_2050": 194, "pop_spfam_2050": 265, "pop_lep_2050": 627, "pop_below200_2050": 2424, "pop_disability_2050": 638, "pct_minority_2050": 0.65362234506837358, "pct_over75_2050": 0.028222286878091363, "pct_spfam_2050": 0.2200996677740864, "pct_lep_2050": 0.099492224690574421, "pct_below200_2050": 0.35895157707685471, "pct_disab_2050": 0.092813500145475722, "pct_zvhhs_2050": 0.0072651790347690705, "pct_hus_rent50_2050": 0.093409444732745206, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025117485010532997, "pct_minority_2040": 0.63441905687894995, "pct_spfam_2040": 0.272281275551922, "pct_lep_2040": 0.20196280991735499, "pct_below200_2040": 0.56839005235602102, "pct_disab_2040": 0.095122346459244986, "pct_zvhhs_2040": 0.031397174254316998, "pct_hus_rent50_2040": 0.19130434782608699, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": -1, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.751289000018303, 38.445234999679997 ], [ -122.750791000075921, 38.443553000012791 ], [ -122.744622000423604, 38.440372000050992 ], [ -122.74355700004358, 38.43978900013748 ], [ -122.742977000085432, 38.438423000192508 ], [ -122.740790000322264, 38.438897999881789 ], [ -122.736237999622389, 38.437511999750491 ], [ -122.734738999772404, 38.435838000100247 ], [ -122.732761000246626, 38.435425000076265 ], [ -122.72842600018005, 38.436428000157605 ], [ -122.723297999719989, 38.4365939998914 ], [ -122.722696999845454, 38.435636000267827 ], [ -122.721384999593226, 38.434973999893479 ], [ -122.718680999621128, 38.434831999840966 ], [ -122.717343000327929, 38.435739999938626 ], [ -122.717900999646446, 38.436829999991858 ], [ -122.721732999747772, 38.442382999806782 ], [ -122.724162000258616, 38.445904999673274 ], [ -122.727898000100438, 38.445938999738097 ], [ -122.734187000301688, 38.445632000227384 ], [ -122.743685000090082, 38.445212000199909 ], [ -122.751289000018303, 38.445234999679997 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153003", "NAME": "Census Tract 1530.03", "state": "06", "county_fips": "097", "tract": "153003", "county_name": "Sonoma County", "tot_pop_2050": 5803, "tot_pop_pov_det_2050": 5803, "tot_pop_civ_ni_2050": 5803, "tot_hh_2050": 1978, "pop_zvhhs_2050": 57, "tot_fam_2050": 1232, "tot_pop_over5_2050": 5304, "pop_hus_rent50_2050": 212, "pop_minority_2050": 2958, "pop_over75_2050": 259, "pop_spfam_2050": 281, "pop_lep_2050": 541, "pop_below200_2050": 1771, "pop_disability_2050": 791, "pct_minority_2050": 0.50973634327072204, "pct_over75_2050": 0.044632086851628471, "pct_spfam_2050": 0.22808441558441561, "pct_lep_2050": 0.10199849170437406, "pct_below200_2050": 0.30518697225572977, "pct_disab_2050": 0.13630880579010854, "pct_zvhhs_2050": 0.028816986855409506, "pct_hus_rent50_2050": 0.10717896865520728, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.025561312607944999, "pct_minority_2040": 0.50345423143350598, "pct_spfam_2040": 0.232540861812779, "pct_lep_2040": 0.12764364589182101, "pct_below200_2040": 0.38241989143757699, "pct_disab_2040": 0.121458189357291, "pct_zvhhs_2040": 0.071825998988366002, "pct_hus_rent50_2040": 0.113412739513206, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.753054000007054, 38.435431000173573 ], [ -122.752560000262648, 38.431547999812324 ], [ -122.752279999880187, 38.429371000345114 ], [ -122.74461200037787, 38.429990999703392 ], [ -122.741792000054787, 38.430684000342708 ], [ -122.739441000260115, 38.431249999928447 ], [ -122.726198000409028, 38.433127000013904 ], [ -122.723356000344637, 38.433478000208787 ], [ -122.72133199988977, 38.43339599990103 ], [ -122.719995000421491, 38.433125000152266 ], [ -122.715535999608036, 38.431305000346669 ], [ -122.717343000327929, 38.435739999938626 ], [ -122.718680999621128, 38.434831999840966 ], [ -122.721384999593226, 38.434973999893479 ], [ -122.722696999845454, 38.435636000267827 ], [ -122.723297999719989, 38.4365939998914 ], [ -122.72842600018005, 38.436428000157605 ], [ -122.732761000246626, 38.435425000076265 ], [ -122.734738999772404, 38.435838000100247 ], [ -122.736237999622389, 38.437511999750491 ], [ -122.740790000322264, 38.438897999881789 ], [ -122.742977000085432, 38.438423000192508 ], [ -122.742839999818074, 38.437327000327869 ], [ -122.749093999859213, 38.437019000195747 ], [ -122.750278999889829, 38.436359000312798 ], [ -122.749096000407349, 38.435518999667522 ], [ -122.749653999725865, 38.434956000189715 ], [ -122.753054000007054, 38.435431000173573 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153005", "NAME": "Census Tract 1530.05", "state": "06", "county_fips": "097", "tract": "153005", "county_name": "Sonoma County", "tot_pop_2050": 7024, "tot_pop_pov_det_2050": 6925, "tot_pop_civ_ni_2050": 6993, "tot_hh_2050": 2491, "pop_zvhhs_2050": 70, "tot_fam_2050": 1822, "tot_pop_over5_2050": 6781, "pop_hus_rent50_2050": 284, "pop_minority_2050": 2795, "pop_over75_2050": 347, "pop_spfam_2050": 162, "pop_lep_2050": 567, "pop_below200_2050": 1368, "pop_disability_2050": 566, "pct_minority_2050": 0.3979214123006834, "pct_over75_2050": 0.049402050113895216, "pct_spfam_2050": 0.088913282107574099, "pct_lep_2050": 0.083615985842796045, "pct_below200_2050": 0.19754512635379065, "pct_disab_2050": 0.080938080938080942, "pct_zvhhs_2050": 0.028101164191087918, "pct_hus_rent50_2050": 0.11401043757527098, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.069272445820433001, "pct_minority_2040": 0.44607843137254899, "pct_spfam_2040": 0.15289032955159398, "pct_lep_2040": 0.065145228215768, "pct_below200_2040": 0.29604666234607896, "pct_disab_2040": 0.120803629293584, "pct_zvhhs_2040": 0.020547945205479, "pct_hus_rent50_2040": 0.16251039068994197, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.838715999824416, 38.444662999941002 ], [ -122.838838000023159, 38.434800999896417 ], [ -122.837888000169158, 38.434192000102726 ], [ -122.835877000133067, 38.434209000081154 ], [ -122.834709999645796, 38.43340100023994 ], [ -122.834389000153749, 38.431004000283046 ], [ -122.83352200014042, 38.430567000162156 ], [ -122.830301999784297, 38.430562000330696 ], [ -122.82971500015347, 38.429901999829923 ], [ -122.829630999589568, 38.426650000032758 ], [ -122.82937899969447, 38.42577700007854 ], [ -122.829449000014677, 38.425558000349746 ], [ -122.827683000201006, 38.423066000180896 ], [ -122.823870000366242, 38.420361999924665 ], [ -122.82473599965634, 38.416572999722483 ], [ -122.822477999748074, 38.415481999897217 ], [ -122.82032000029723, 38.415976000259143 ], [ -122.819321000039423, 38.41475700020856 ], [ -122.815076000384522, 38.412180000052849 ], [ -122.816685999664273, 38.410211000146653 ], [ -122.818341000048193, 38.40910099991266 ], [ -122.817443000072757, 38.405466999979915 ], [ -122.816385000263736, 38.40346799981539 ], [ -122.812475000344605, 38.404730000104827 ], [ -122.807571000190507, 38.406464999997873 ], [ -122.807358999580117, 38.406541000227342 ], [ -122.798738999675678, 38.409582999994406 ], [ -122.794909000122473, 38.411710000313604 ], [ -122.792837999811965, 38.412938000170257 ], [ -122.781289999629408, 38.419615000165415 ], [ -122.77438000036048, 38.423673000084285 ], [ -122.771293000073726, 38.426498000274648 ], [ -122.770196999731567, 38.427210000196084 ], [ -122.769154999816053, 38.427473000255851 ], [ -122.766995999641992, 38.42829500025092 ], [ -122.752279999880187, 38.429371000345114 ], [ -122.752560000262648, 38.431547999812324 ], [ -122.757803000350435, 38.431494000236277 ], [ -122.759910999572554, 38.433261999695368 ], [ -122.759496000369182, 38.435544999817317 ], [ -122.758140999560908, 38.436968000122469 ], [ -122.761526999598416, 38.43799500011977 ], [ -122.766910000326575, 38.438057999929725 ], [ -122.770296000364084, 38.438017999788727 ], [ -122.769578000313686, 38.439946999785008 ], [ -122.769553000199309, 38.441825999951142 ], [ -122.769271000167009, 38.443324000014783 ], [ -122.769605999902765, 38.443830999903476 ], [ -122.769614000298688, 38.445320999659586 ], [ -122.769399000213539, 38.447303999830069 ], [ -122.76955900004711, 38.448438000047396 ], [ -122.769624000344422, 38.452543999651425 ], [ -122.772825000433997, 38.452542999989575 ], [ -122.773027999925247, 38.452540000300424 ], [ -122.774481999569417, 38.452542000327703 ], [ -122.788111000108188, 38.452574999714614 ], [ -122.832512999836908, 38.452384999776072 ], [ -122.834645000246795, 38.452169000260135 ], [ -122.834477999842207, 38.451256000185538 ], [ -122.836006000004531, 38.447350000263818 ], [ -122.838715999824416, 38.444662999941002 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153006", "NAME": "Census Tract 1530.06", "state": "06", "county_fips": "097", "tract": "153006", "county_name": "Sonoma County", "tot_pop_2050": 8204, "tot_pop_pov_det_2050": 8197, "tot_pop_civ_ni_2050": 8164, "tot_hh_2050": 2823, "pop_zvhhs_2050": 133, "tot_fam_2050": 2003, "tot_pop_over5_2050": 7622, "pop_hus_rent50_2050": 151, "pop_minority_2050": 3765, "pop_over75_2050": 577, "pop_spfam_2050": 395, "pop_lep_2050": 469, "pop_below200_2050": 2678, "pop_disability_2050": 839, "pct_minority_2050": 0.45892247684056559, "pct_over75_2050": 0.070331545587518279, "pct_spfam_2050": 0.19720419370943584, "pct_lep_2050": 0.061532406192600364, "pct_below200_2050": 0.32670489203367092, "pct_disab_2050": 0.10276825085742283, "pct_zvhhs_2050": 0.047113000354233082, "pct_hus_rent50_2050": 0.053489195890896214, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.089947089947089998, "pct_minority_2040": 0.32495590828924203, "pct_spfam_2040": 0.21096774193548395, "pct_lep_2040": 0.034428050134856003, "pct_below200_2040": 0.35990552111012702, "pct_disab_2040": 0.13959988231832901, "pct_zvhhs_2040": 0.084027526258602006, "pct_hus_rent50_2040": 0.107908351810791, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.769578000313686, 38.439946999785008 ], [ -122.770296000364084, 38.438017999788727 ], [ -122.766910000326575, 38.438057999929725 ], [ -122.761526999598416, 38.43799500011977 ], [ -122.758140999560908, 38.436968000122469 ], [ -122.759496000369182, 38.435544999817317 ], [ -122.759910999572554, 38.433261999695368 ], [ -122.757803000350435, 38.431494000236277 ], [ -122.752560000262648, 38.431547999812324 ], [ -122.753054000007054, 38.435431000173573 ], [ -122.749653999725865, 38.434956000189715 ], [ -122.749096000407349, 38.435518999667522 ], [ -122.750278999889829, 38.436359000312798 ], [ -122.749093999859213, 38.437019000195747 ], [ -122.742839999818074, 38.437327000327869 ], [ -122.742977000085432, 38.438423000192508 ], [ -122.74355700004358, 38.43978900013748 ], [ -122.744622000423604, 38.440372000050992 ], [ -122.750791000075921, 38.443553000012791 ], [ -122.751289000018303, 38.445234999679997 ], [ -122.75131099975961, 38.449616000319807 ], [ -122.75132199963025, 38.452582999819562 ], [ -122.760109999764182, 38.452621000305804 ], [ -122.769624000344422, 38.452543999651425 ], [ -122.76955900004711, 38.448438000047396 ], [ -122.769399000213539, 38.447303999830069 ], [ -122.769614000298688, 38.445320999659586 ], [ -122.769605999902765, 38.443830999903476 ], [ -122.769271000167009, 38.443324000014783 ], [ -122.769553000199309, 38.441825999951142 ], [ -122.769578000313686, 38.439946999785008 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153102", "NAME": "Census Tract 1531.02", "state": "06", "county_fips": "097", "tract": "153102", "county_name": "Sonoma County", "tot_pop_2050": 5735, "tot_pop_pov_det_2050": 5653, "tot_pop_civ_ni_2050": 5660, "tot_hh_2050": 1454, "pop_zvhhs_2050": 83, "tot_fam_2050": 1220, "tot_pop_over5_2050": 5284, "pop_hus_rent50_2050": 98, "pop_minority_2050": 4496, "pop_over75_2050": 124, "pop_spfam_2050": 282, "pop_lep_2050": 850, "pop_below200_2050": 1955, "pop_disability_2050": 492, "pct_minority_2050": 0.7839581517000872, "pct_over75_2050": 0.021621621621621626, "pct_spfam_2050": 0.23114754098360654, "pct_lep_2050": 0.16086298258894774, "pct_below200_2050": 0.34583407040509462, "pct_disab_2050": 0.086925795053003518, "pct_zvhhs_2050": 0.057083906464924353, "pct_hus_rent50_2050": 0.067400275103163682, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.038761061946903, "pct_minority_2040": 0.72831858407079597, "pct_spfam_2040": 0.1, "pct_lep_2040": 0.15691134413727401, "pct_below200_2040": 0.45106228436535301, "pct_disab_2040": 0.12119584675975699, "pct_zvhhs_2040": 0.056590752242925993, "pct_hus_rent50_2040": 0.15971731448763299, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.7281750001099, 38.423303000226149 ], [ -122.727412999678563, 38.417648999900798 ], [ -122.727221000057938, 38.416320999779643 ], [ -122.72711800012577, 38.415405999920715 ], [ -122.726996999751947, 38.414271000086032 ], [ -122.721131999873236, 38.414390999785873 ], [ -122.717119000021938, 38.414319000130654 ], [ -122.716129999809894, 38.41455799968756 ], [ -122.716103000045706, 38.417887000265395 ], [ -122.715733999974788, 38.42044400025307 ], [ -122.715465000361235, 38.421922000271941 ], [ -122.716559000155286, 38.421217999659532 ], [ -122.717338000305062, 38.420766000024258 ], [ -122.717437000039254, 38.423945000174854 ], [ -122.71580400029498, 38.42409600032375 ], [ -122.716853999708079, 38.426852999687661 ], [ -122.72068699963431, 38.426520000065004 ], [ -122.721252000422155, 38.426462000155475 ], [ -122.724757000285337, 38.42570199970632 ], [ -122.724570999614187, 38.42411900019755 ], [ -122.7281750001099, 38.423303000226149 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153103", "NAME": "Census Tract 1531.03", "state": "06", "county_fips": "097", "tract": "153103", "county_name": "Sonoma County", "tot_pop_2050": 4262, "tot_pop_pov_det_2050": 4238, "tot_pop_civ_ni_2050": 4262, "tot_hh_2050": 1383, "pop_zvhhs_2050": 100, "tot_fam_2050": 822, "tot_pop_over5_2050": 3914, "pop_hus_rent50_2050": 137, "pop_minority_2050": 2975, "pop_over75_2050": 132, "pop_spfam_2050": 253, "pop_lep_2050": 566, "pop_below200_2050": 1680, "pop_disability_2050": 405, "pct_minority_2050": 0.69802909432191462, "pct_over75_2050": 0.030971374941342094, "pct_spfam_2050": 0.30778588807785889, "pct_lep_2050": 0.14460909555442006, "pct_below200_2050": 0.39641340254837187, "pct_disab_2050": 0.095025809479117804, "pct_zvhhs_2050": 0.07230657989877079, "pct_hus_rent50_2050": 0.099060014461315959, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.023153252480705998, "pct_minority_2040": 0.63660418963616294, "pct_spfam_2040": 0.283730158730159, "pct_lep_2040": 0.15906838453914801, "pct_below200_2040": 0.39130434782608703, "pct_disab_2040": 0.10033076074972401, "pct_zvhhs_2040": 0.019494584837544997, "pct_hus_rent50_2040": 0.18814055636895999, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.740974000445306, 38.41308900009998 ], [ -122.741354000386892, 38.412108000306056 ], [ -122.739415000320847, 38.412244000080385 ], [ -122.739199000410764, 38.412280999762537 ], [ -122.733517999756771, 38.413778000230771 ], [ -122.732104000295578, 38.41414300004574 ], [ -122.726996999751947, 38.414271000086032 ], [ -122.72711800012577, 38.415405999920715 ], [ -122.727221000057938, 38.416320999779643 ], [ -122.727412999678563, 38.417648999900798 ], [ -122.7281750001099, 38.423303000226149 ], [ -122.728279999691864, 38.42422400032396 ], [ -122.728635000417412, 38.427499999793071 ], [ -122.732078000356339, 38.426716999968043 ], [ -122.735091000124939, 38.425999999965136 ], [ -122.735146000376517, 38.426464000201655 ], [ -122.741048000065135, 38.425071999697821 ], [ -122.740838999827773, 38.423387000162414 ], [ -122.739899999844411, 38.415300000171918 ], [ -122.740179000401994, 38.414170000342523 ], [ -122.740974000445306, 38.41308900009998 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153104", "NAME": "Census Tract 1531.04", "state": "06", "county_fips": "097", "tract": "153104", "county_name": "Sonoma County", "tot_pop_2050": 3890, "tot_pop_pov_det_2050": 3830, "tot_pop_civ_ni_2050": 3890, "tot_hh_2050": 1206, "pop_zvhhs_2050": 89, "tot_fam_2050": 783, "tot_pop_over5_2050": 3563, "pop_hus_rent50_2050": 327, "pop_minority_2050": 2857, "pop_over75_2050": 54, "pop_spfam_2050": 279, "pop_lep_2050": 590, "pop_below200_2050": 1767, "pop_disability_2050": 583, "pct_minority_2050": 0.73444730077120823, "pct_over75_2050": 0.013881748071979434, "pct_spfam_2050": 0.35632183908045978, "pct_lep_2050": 0.16559079427448778, "pct_below200_2050": 0.4613577023498695, "pct_disab_2050": 0.14987146529562981, "pct_zvhhs_2050": 0.073797678275290213, "pct_hus_rent50_2050": 0.27114427860696522, "over75_halfsd_2050": 0, "minority_halfsd_2050": 1, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.016161113873695, "pct_minority_2040": 0.75957235206365004, "pct_spfam_2040": 0.38309859154929599, "pct_lep_2040": 0.30365615406084301, "pct_below200_2040": 0.63891700404858298, "pct_disab_2040": 0.11909497762307301, "pct_zvhhs_2040": 0.022471910112359997, "pct_hus_rent50_2040": 0.19756554307116103, "coc_flag_pba2035": 1.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 1, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 0, "coc_class": "Higher", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.741792000054787, 38.430684000342708 ], [ -122.741048000065135, 38.425071999697821 ], [ -122.735146000376517, 38.426464000201655 ], [ -122.735091000124939, 38.425999999965136 ], [ -122.732078000356339, 38.426716999968043 ], [ -122.728635000417412, 38.427499999793071 ], [ -122.728279999691864, 38.42422400032396 ], [ -122.7281750001099, 38.423303000226149 ], [ -122.724570999614187, 38.42411900019755 ], [ -122.724757000285337, 38.42570199970632 ], [ -122.721252000422155, 38.426462000155475 ], [ -122.72068699963431, 38.426520000065004 ], [ -122.716853999708079, 38.426852999687661 ], [ -122.71580400029498, 38.42409600032375 ], [ -122.717437000039254, 38.423945000174854 ], [ -122.717338000305062, 38.420766000024258 ], [ -122.716559000155286, 38.421217999659532 ], [ -122.715465000361235, 38.421922000271941 ], [ -122.715061999955111, 38.424596999833554 ], [ -122.715163000237482, 38.429511999897308 ], [ -122.715535999608036, 38.431305000346669 ], [ -122.719995000421491, 38.433125000152266 ], [ -122.72133199988977, 38.43339599990103 ], [ -122.723356000344637, 38.433478000208787 ], [ -122.726198000409028, 38.433127000013904 ], [ -122.739441000260115, 38.431249999928447 ], [ -122.741792000054787, 38.430684000342708 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153200", "NAME": "Census Tract 1532", "state": "06", "county_fips": "097", "tract": "153200", "county_name": "Sonoma County", "tot_pop_2050": 8621, "tot_pop_pov_det_2050": 8614, "tot_pop_civ_ni_2050": 8614, "tot_hh_2050": 2602, "pop_zvhhs_2050": 88, "tot_fam_2050": 1902, "tot_pop_over5_2050": 7758, "pop_hus_rent50_2050": 492, "pop_minority_2050": 5875, "pop_over75_2050": 174, "pop_spfam_2050": 363, "pop_lep_2050": 970, "pop_below200_2050": 3479, "pop_disability_2050": 930, "pct_minority_2050": 0.68147546688319216, "pct_over75_2050": 0.020183273402157517, "pct_spfam_2050": 0.19085173501577288, "pct_lep_2050": 0.12503222480020626, "pct_below200_2050": 0.40387740886928258, "pct_disab_2050": 0.10796377989319712, "pct_zvhhs_2050": 0.033820138355111447, "pct_hus_rent50_2050": 0.18908531898539585, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.022404185147276, "pct_minority_2040": 0.64630956442624787, "pct_spfam_2040": 0.162093171665603, "pct_lep_2040": 0.17564773141953502, "pct_below200_2040": 0.46500512120177501, "pct_disab_2040": 0.098099465118926005, "pct_zvhhs_2040": 0.041435284066638003, "pct_hus_rent50_2040": 0.20412548345509199, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.741447000273311, 38.401823000235197 ], [ -122.741534000311958, 38.387147000249556 ], [ -122.741336999770155, 38.363255000071717 ], [ -122.717241000220682, 38.363264999891427 ], [ -122.713430000035743, 38.363137999894647 ], [ -122.713093999576756, 38.362773999856287 ], [ -122.713250000110705, 38.360454000194792 ], [ -122.712497999725102, 38.365614000058493 ], [ -122.712321000173091, 38.367175999755958 ], [ -122.712738999749533, 38.369253999925419 ], [ -122.71297899994903, 38.369731000329423 ], [ -122.715570999768147, 38.373588000210859 ], [ -122.716140999680547, 38.375070000094759 ], [ -122.716334000024375, 38.376283000347563 ], [ -122.716281000320933, 38.388617000278181 ], [ -122.716246999985771, 38.3944269998767 ], [ -122.716206999802793, 38.401769000260572 ], [ -122.716206999802793, 38.401848999843565 ], [ -122.716129999809894, 38.41455799968756 ], [ -122.717119000021938, 38.414319000130654 ], [ -122.721131999873236, 38.414390999785873 ], [ -122.726996999751947, 38.414271000086032 ], [ -122.732104000295578, 38.41414300004574 ], [ -122.733517999756771, 38.413778000230771 ], [ -122.739199000410764, 38.412280999762537 ], [ -122.739415000320847, 38.412244000080385 ], [ -122.741354000386892, 38.412108000306056 ], [ -122.741439999702294, 38.408021000138262 ], [ -122.741457000319059, 38.403496999855214 ], [ -122.741447000273311, 38.401823000235197 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153300", "NAME": "Census Tract 1533", "state": "06", "county_fips": "097", "tract": "153300", "county_name": "Sonoma County", "tot_pop_2050": 13212, "tot_pop_pov_det_2050": 13149, "tot_pop_civ_ni_2050": 13206, "tot_hh_2050": 3782, "pop_zvhhs_2050": 49, "tot_fam_2050": 2620, "tot_pop_over5_2050": 12634, "pop_hus_rent50_2050": 477, "pop_minority_2050": 8553, "pop_over75_2050": 600, "pop_spfam_2050": 766, "pop_lep_2050": 1743, "pop_below200_2050": 4977, "pop_disability_2050": 1860, "pct_minority_2050": 0.6473660308810173, "pct_over75_2050": 0.045413260672116255, "pct_spfam_2050": 0.29236641221374043, "pct_lep_2050": 0.13796105746398607, "pct_below200_2050": 0.37850787132101299, "pct_disab_2050": 0.14084507042253522, "pct_zvhhs_2050": 0.012956107879428871, "pct_hus_rent50_2050": 0.12612374405076679, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.026905829596412998, "pct_minority_2040": 0.55920943364889597, "pct_spfam_2040": 0.247895944912012, "pct_lep_2040": 0.123913234390094, "pct_below200_2040": 0.36399696176892599, "pct_disab_2040": 0.12411495210329, "pct_zvhhs_2040": 0.042939719240297006, "pct_hus_rent50_2040": 0.092094313453536983, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.816385000263736, 38.40346799981539 ], [ -122.816360999974279, 38.401027000226065 ], [ -122.815666000388418, 38.399904999977508 ], [ -122.815271000378203, 38.399303000205201 ], [ -122.813971999646441, 38.397983999675574 ], [ -122.813057999777456, 38.397500999962595 ], [ -122.812290000396644, 38.397230999735761 ], [ -122.811418000360476, 38.397007999755502 ], [ -122.808275999822143, 38.396170999707998 ], [ -122.804238999681374, 38.396285999801705 ], [ -122.800392000409744, 38.395800999818412 ], [ -122.798978000050269, 38.394583999729946 ], [ -122.797146999939272, 38.390653000108323 ], [ -122.797274999985788, 38.38926099968301 ], [ -122.797337999734978, 38.389093999768221 ], [ -122.797337999734978, 38.388836000022842 ], [ -122.797305999947923, 38.388273999869391 ], [ -122.797202000190836, 38.387996000173572 ], [ -122.797076999619065, 38.386708999725577 ], [ -122.798058000333526, 38.385165999926734 ], [ -122.79410800023139, 38.382336000204631 ], [ -122.792615000229205, 38.38141300010885 ], [ -122.788712999807657, 38.381148000100218 ], [ -122.785434999725211, 38.378738999793434 ], [ -122.782652000110375, 38.377567999697554 ], [ -122.781450000361289, 38.376190999769101 ], [ -122.777655999894819, 38.37505500034635 ], [ -122.775960000401341, 38.373621999809011 ], [ -122.775120999977119, 38.37191399974386 ], [ -122.775331000039387, 38.370365000012917 ], [ -122.777136000211129, 38.368081999732901 ], [ -122.77668000010155, 38.366652000297158 ], [ -122.775002999976337, 38.36577800017578 ], [ -122.769694999591223, 38.366622000124593 ], [ -122.76884799966939, 38.366118999887149 ], [ -122.76878599974512, 38.366079000064097 ], [ -122.766479000331358, 38.365499999955624 ], [ -122.763416000334047, 38.363348999872237 ], [ -122.761729000163086, 38.362074999669751 ], [ -122.760380999925829, 38.361392999981646 ], [ -122.759417999653053, 38.361076999796552 ], [ -122.758908000015111, 38.36095300015851 ], [ -122.756146000316676, 38.360084000029424 ], [ -122.754220999596043, 38.357899999952096 ], [ -122.753433000123749, 38.35634800021063 ], [ -122.752567999760259, 38.355520999692125 ], [ -122.751349000292748, 38.354741999739026 ], [ -122.750559000272318, 38.35435700015632 ], [ -122.746101000182108, 38.352362999975298 ], [ -122.741279999868723, 38.352147999700499 ], [ -122.74134699981586, 38.361327999799926 ], [ -122.741336999770155, 38.363255000071717 ], [ -122.741534000311958, 38.387147000249556 ], [ -122.741447000273311, 38.401823000235197 ], [ -122.741457000319059, 38.403496999855214 ], [ -122.741439999702294, 38.408021000138262 ], [ -122.741354000386892, 38.412108000306056 ], [ -122.740974000445306, 38.41308900009998 ], [ -122.740179000401994, 38.414170000342523 ], [ -122.739899999844411, 38.415300000171918 ], [ -122.740838999827773, 38.423387000162414 ], [ -122.741048000065135, 38.425071999697821 ], [ -122.741792000054787, 38.430684000342708 ], [ -122.74461200037787, 38.429990999703392 ], [ -122.752279999880187, 38.429371000345114 ], [ -122.766995999641992, 38.42829500025092 ], [ -122.769154999816053, 38.427473000255851 ], [ -122.770196999731567, 38.427210000196084 ], [ -122.771293000073726, 38.426498000274648 ], [ -122.77438000036048, 38.423673000084285 ], [ -122.781289999629408, 38.419615000165415 ], [ -122.792837999811965, 38.412938000170257 ], [ -122.794909000122473, 38.411710000313604 ], [ -122.798738999675678, 38.409582999994406 ], [ -122.807358999580117, 38.406541000227342 ], [ -122.807571000190507, 38.406464999997873 ], [ -122.812475000344605, 38.404730000104827 ], [ -122.816385000263736, 38.40346799981539 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153401", "NAME": "Census Tract 1534.01", "state": "06", "county_fips": "097", "tract": "153401", "county_name": "Sonoma County", "tot_pop_2050": 6374, "tot_pop_pov_det_2050": 6333, "tot_pop_civ_ni_2050": 6345, "tot_hh_2050": 2677, "pop_zvhhs_2050": 74, "tot_fam_2050": 1595, "tot_pop_over5_2050": 6184, "pop_hus_rent50_2050": 370, "pop_minority_2050": 1290, "pop_over75_2050": 437, "pop_spfam_2050": 298, "pop_lep_2050": 28, "pop_below200_2050": 1658, "pop_disability_2050": 785, "pct_minority_2050": 0.2023846877941638, "pct_over75_2050": 0.06855977408220898, "pct_spfam_2050": 0.18683385579937306, "pct_lep_2050": 0.0045278137128072441, "pct_below200_2050": 0.26180325280277911, "pct_disab_2050": 0.12371946414499604, "pct_zvhhs_2050": 0.02764288382517744, "pct_hus_rent50_2050": 0.13821441912588719, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.076520699447018004, "pct_minority_2040": 0.195337019877447, "pct_spfam_2040": 0.16080729166666699, "pct_lep_2040": 0.029742641393127003, "pct_below200_2040": 0.31835996382273102, "pct_disab_2040": 0.103163892637577, "pct_zvhhs_2040": 0.032586558044807, "pct_hus_rent50_2040": 0.17322291235334697, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.874754999566591, 38.419991999997499 ], [ -122.873972000117192, 38.41971200027659 ], [ -122.870026000213031, 38.416084000053601 ], [ -122.868286000338642, 38.414078000097909 ], [ -122.866006999615664, 38.409916000267231 ], [ -122.861829999732834, 38.410911000075963 ], [ -122.859302000386123, 38.408507000063132 ], [ -122.858001000004549, 38.405425999775474 ], [ -122.856667000010987, 38.405162999696522 ], [ -122.855146000419694, 38.405470999826917 ], [ -122.854510000385062, 38.405508999770355 ], [ -122.852345000363201, 38.40391699966117 ], [ -122.850633999902811, 38.403131999768178 ], [ -122.848307000397554, 38.398714999713803 ], [ -122.848160999909382, 38.397453999732207 ], [ -122.843800999728444, 38.397852999802687 ], [ -122.842727999850808, 38.397965999905963 ], [ -122.839464000012015, 38.398190000161769 ], [ -122.831208000155655, 38.398176999700766 ], [ -122.829232000279717, 38.398554999858646 ], [ -122.828424999642522, 38.399606000099759 ], [ -122.827411000214454, 38.4009840002714 ], [ -122.825576999730401, 38.401615000215621 ], [ -122.824027999651662, 38.398957999692136 ], [ -122.822652999650245, 38.399333999897266 ], [ -122.822861000062701, 38.40236800025027 ], [ -122.81832000013182, 38.403048000216302 ], [ -122.816385000263736, 38.40346799981539 ], [ -122.817443000072757, 38.405466999979915 ], [ -122.818341000048193, 38.40910099991266 ], [ -122.816685999664273, 38.410211000146653 ], [ -122.815076000384522, 38.412180000052849 ], [ -122.819321000039423, 38.41475700020856 ], [ -122.82032000029723, 38.415976000259143 ], [ -122.822477999748074, 38.415481999897217 ], [ -122.82473599965634, 38.416572999722483 ], [ -122.823870000366242, 38.420361999924665 ], [ -122.827683000201006, 38.423066000180896 ], [ -122.829449000014677, 38.425558000349746 ], [ -122.82937899969447, 38.42577700007854 ], [ -122.829779999552471, 38.425878999812305 ], [ -122.831985999582216, 38.426377000252408 ], [ -122.838203999638324, 38.426229000025202 ], [ -122.839311999676056, 38.426793000008502 ], [ -122.840766000218537, 38.427557000268486 ], [ -122.845385999792157, 38.425615000246673 ], [ -122.848263999841521, 38.425643999843579 ], [ -122.852135000300919, 38.4255290000145 ], [ -122.858765000085683, 38.42471099969174 ], [ -122.865733999804164, 38.423090999818534 ], [ -122.86838800044589, 38.422196000082941 ], [ -122.874754999566591, 38.419991999997499 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153403", "NAME": "Census Tract 1534.03", "state": "06", "county_fips": "097", "tract": "153403", "county_name": "Sonoma County", "tot_pop_2050": 3825, "tot_pop_pov_det_2050": 3702, "tot_pop_civ_ni_2050": 3702, "tot_hh_2050": 1574, "pop_zvhhs_2050": 31, "tot_fam_2050": 967, "tot_pop_over5_2050": 3624, "pop_hus_rent50_2050": 210, "pop_minority_2050": 787, "pop_over75_2050": 356, "pop_spfam_2050": 177, "pop_lep_2050": 126, "pop_below200_2050": 686, "pop_disability_2050": 434, "pct_minority_2050": 0.20575163398692811, "pct_over75_2050": 0.093071895424836598, "pct_spfam_2050": 0.18304033092037228, "pct_lep_2050": 0.034768211920529798, "pct_below200_2050": 0.18530524041058888, "pct_disab_2050": 0.11723392760669908, "pct_zvhhs_2050": 0.019695044472681063, "pct_hus_rent50_2050": 0.13341804320203304, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.071410674016537001, "pct_minority_2040": 0.19844650463542998, "pct_spfam_2040": 0.14423076923076902, "pct_lep_2040": 0.047643979057592004, "pct_below200_2040": 0.27865869508708102, "pct_disab_2040": 0.111284046692607, "pct_zvhhs_2040": 0.034739454094293, "pct_hus_rent50_2040": 0.12090680100755699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.829232000279717, 38.398554999858646 ], [ -122.831208000155655, 38.398176999700766 ], [ -122.827571000048025, 38.396983000245243 ], [ -122.827051000364321, 38.393860999737399 ], [ -122.824985000076666, 38.393854999707251 ], [ -122.824785999885052, 38.389381999903186 ], [ -122.824774000189478, 38.387522000056535 ], [ -122.823848999551529, 38.387630000124766 ], [ -122.817992999893661, 38.388623999881588 ], [ -122.815931999628887, 38.389134000246692 ], [ -122.815288999921549, 38.389280999878878 ], [ -122.814081000324691, 38.38799200006379 ], [ -122.813032999663093, 38.38687000031333 ], [ -122.812138999885633, 38.384445999827271 ], [ -122.806151999808165, 38.381245999677084 ], [ -122.806242000219854, 38.372697999745611 ], [ -122.807474000106154, 38.367722999860327 ], [ -122.805042999945513, 38.368172999931708 ], [ -122.799925000429525, 38.365248000166062 ], [ -122.798132999778261, 38.366444999980367 ], [ -122.789418000337577, 38.364774000314391 ], [ -122.786506999777913, 38.36503400028748 ], [ -122.78580299997121, 38.36517100003573 ], [ -122.781281000306905, 38.365236000288313 ], [ -122.778182000324577, 38.362321000112146 ], [ -122.776445999749839, 38.361143999944339 ], [ -122.769969999950845, 38.358217000179849 ], [ -122.76818700041872, 38.356628999803959 ], [ -122.769062999754539, 38.358739999867986 ], [ -122.76878599974512, 38.366079000064097 ], [ -122.76884799966939, 38.366118999887149 ], [ -122.769694999591223, 38.366622000124593 ], [ -122.775002999976337, 38.36577800017578 ], [ -122.77668000010155, 38.366652000297158 ], [ -122.777136000211129, 38.368081999732901 ], [ -122.775331000039387, 38.370365000012917 ], [ -122.775120999977119, 38.37191399974386 ], [ -122.775960000401341, 38.373621999809011 ], [ -122.777655999894819, 38.37505500034635 ], [ -122.781450000361289, 38.376190999769101 ], [ -122.782652000110375, 38.377567999697554 ], [ -122.785434999725211, 38.378738999793434 ], [ -122.788712999807657, 38.381148000100218 ], [ -122.792615000229205, 38.38141300010885 ], [ -122.79410800023139, 38.382336000204631 ], [ -122.798058000333526, 38.385165999926734 ], [ -122.797076999619065, 38.386708999725577 ], [ -122.797202000190836, 38.387996000173572 ], [ -122.797305999947923, 38.388273999869391 ], [ -122.797337999734978, 38.388836000022842 ], [ -122.797337999734978, 38.389093999768221 ], [ -122.797274999985788, 38.38926099968301 ], [ -122.797146999939272, 38.390653000108323 ], [ -122.798978000050269, 38.394583999729946 ], [ -122.800392000409744, 38.395800999818412 ], [ -122.804238999681374, 38.396285999801705 ], [ -122.808275999822143, 38.396170999707998 ], [ -122.811418000360476, 38.397007999755502 ], [ -122.812290000396644, 38.397230999735761 ], [ -122.813057999777456, 38.397500999962595 ], [ -122.813971999646441, 38.397983999675574 ], [ -122.815271000378203, 38.399303000205201 ], [ -122.815666000388418, 38.399904999977508 ], [ -122.816360999974279, 38.401027000226065 ], [ -122.816385000263736, 38.40346799981539 ], [ -122.81832000013182, 38.403048000216302 ], [ -122.822861000062701, 38.40236800025027 ], [ -122.822652999650245, 38.399333999897266 ], [ -122.824027999651662, 38.398957999692136 ], [ -122.825576999730401, 38.401615000215621 ], [ -122.827411000214454, 38.4009840002714 ], [ -122.828424999642522, 38.399606000099759 ], [ -122.829232000279717, 38.398554999858646 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153404", "NAME": "Census Tract 1534.04", "state": "06", "county_fips": "097", "tract": "153404", "county_name": "Sonoma County", "tot_pop_2050": 4392, "tot_pop_pov_det_2050": 4385, "tot_pop_civ_ni_2050": 4385, "tot_hh_2050": 1717, "pop_zvhhs_2050": 87, "tot_fam_2050": 1106, "tot_pop_over5_2050": 4306, "pop_hus_rent50_2050": 98, "pop_minority_2050": 590, "pop_over75_2050": 429, "pop_spfam_2050": 100, "pop_lep_2050": 87, "pop_below200_2050": 834, "pop_disability_2050": 714, "pct_minority_2050": 0.1343351548269581, "pct_over75_2050": 0.097677595628415298, "pct_spfam_2050": 0.090415913200723327, "pct_lep_2050": 0.020204366000928932, "pct_below200_2050": 0.190193842645382, "pct_disab_2050": 0.16282782212086658, "pct_zvhhs_2050": 0.050669772859638897, "pct_hus_rent50_2050": 0.057076295864880611, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.087347315049550997, "pct_minority_2040": 0.114772989168011, "pct_spfam_2040": 0.13730803974706401, "pct_lep_2040": 0.0089327691584389999, "pct_below200_2040": 0.208996539792388, "pct_disab_2040": 0.148558246828143, "pct_zvhhs_2040": 0.064190981432360988, "pct_hus_rent50_2040": 0.088731627653783007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.851095999860149, 38.396721000154585 ], [ -122.850802999957182, 38.388591999979013 ], [ -122.849638000018047, 38.387494999662202 ], [ -122.844410999823793, 38.3839450000741 ], [ -122.839041000412749, 38.379516999974179 ], [ -122.838381999913565, 38.379271000236834 ], [ -122.834657999767273, 38.379129999821281 ], [ -122.83187000012957, 38.370815999943815 ], [ -122.829532999680268, 38.369064999932192 ], [ -122.82892400030812, 38.367714000083907 ], [ -122.825067999917366, 38.365292999865794 ], [ -122.822055000148751, 38.364714999981906 ], [ -122.820408999985673, 38.364607000215642 ], [ -122.814804000397956, 38.364827999740925 ], [ -122.814303000082546, 38.365219999743978 ], [ -122.807474000106154, 38.367722999860327 ], [ -122.806242000219854, 38.372697999745611 ], [ -122.806151999808165, 38.381245999677084 ], [ -122.812138999885633, 38.384445999827271 ], [ -122.813032999663093, 38.38687000031333 ], [ -122.814081000324691, 38.38799200006379 ], [ -122.815288999921549, 38.389280999878878 ], [ -122.815931999628887, 38.389134000246692 ], [ -122.817992999893661, 38.388623999881588 ], [ -122.823848999551529, 38.387630000124766 ], [ -122.824774000189478, 38.387522000056535 ], [ -122.824785999885052, 38.389381999903186 ], [ -122.824985000076666, 38.393854999707251 ], [ -122.827051000364321, 38.393860999737399 ], [ -122.827571000048025, 38.396983000245243 ], [ -122.831208000155655, 38.398176999700766 ], [ -122.839464000012015, 38.398190000161769 ], [ -122.842727999850808, 38.397965999905963 ], [ -122.843800999728444, 38.397852999802687 ], [ -122.848160999909382, 38.397453999732207 ], [ -122.849822999965951, 38.397280999984254 ], [ -122.851095999860149, 38.396721000154585 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153501", "NAME": "Census Tract 1535.01", "state": "06", "county_fips": "097", "tract": "153501", "county_name": "Sonoma County", "tot_pop_2050": 4776, "tot_pop_pov_det_2050": 4755, "tot_pop_civ_ni_2050": 4769, "tot_hh_2050": 1930, "pop_zvhhs_2050": 15, "tot_fam_2050": 1376, "tot_pop_over5_2050": 4603, "pop_hus_rent50_2050": 50, "pop_minority_2050": 675, "pop_over75_2050": 290, "pop_spfam_2050": 134, "pop_lep_2050": 59, "pop_below200_2050": 531, "pop_disability_2050": 628, "pct_minority_2050": 0.14133165829145727, "pct_over75_2050": 0.060720268006700176, "pct_spfam_2050": 0.097383720930232565, "pct_lep_2050": 0.012817727568976754, "pct_below200_2050": 0.11167192429022084, "pct_disab_2050": 0.13168379115118473, "pct_zvhhs_2050": 0.0077720207253886018, "pct_hus_rent50_2050": 0.025906735751295332, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.062571363324959994, "pct_minority_2040": 0.17812285910025102, "pct_spfam_2040": 0.066611157368859003, "pct_lep_2040": 0.024958794443136003, "pct_below200_2040": 0.244663759467524, "pct_disab_2040": 0.11347517730496499, "pct_zvhhs_2040": 0.037422037422037001, "pct_hus_rent50_2040": 0.051240560949298998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.851325000189007, 38.322621999697731 ], [ -122.851280999808068, 38.310237999875071 ], [ -122.849413999712056, 38.309858000333364 ], [ -122.843023000301912, 38.306903999709412 ], [ -122.84208400031855, 38.306466000039919 ], [ -122.84169199978308, 38.306281000118901 ], [ -122.833723999806807, 38.306355000002988 ], [ -122.832840999899986, 38.306366000198373 ], [ -122.818257000382602, 38.306508000200125 ], [ -122.815704999848151, 38.307672000199553 ], [ -122.814262999899569, 38.308726999689327 ], [ -122.812295000419539, 38.31088699988404 ], [ -122.810718999678343, 38.314376999808474 ], [ -122.808931999948271, 38.316708000283647 ], [ -122.803959000197224, 38.321473999684819 ], [ -122.800184999822207, 38.323347999797981 ], [ -122.798312999703313, 38.323614000025927 ], [ -122.796207999955911, 38.323279999879773 ], [ -122.790719999645759, 38.321752999841429 ], [ -122.786304000286663, 38.321619999958799 ], [ -122.777107999723739, 38.321055999938956 ], [ -122.756498999595777, 38.321252000278399 ], [ -122.755614000039117, 38.321087000031547 ], [ -122.751089000001755, 38.318140000191903 ], [ -122.747191999603075, 38.314528999837137 ], [ -122.746435000092973, 38.314152000020513 ], [ -122.735492999807832, 38.314117999985534 ], [ -122.734983999994796, 38.320402000330063 ], [ -122.735296999989231, 38.324113000120228 ], [ -122.735474000439567, 38.324702000144079 ], [ -122.736988000358181, 38.327500000254425 ], [ -122.738647999866643, 38.331155999802377 ], [ -122.738309999757831, 38.334558000266433 ], [ -122.740494999871174, 38.334919000171382 ], [ -122.741772999788211, 38.335462999861235 ], [ -122.738146999551233, 38.337379000350268 ], [ -122.738451000223151, 38.338560999848006 ], [ -122.741301999610045, 38.342539000195444 ], [ -122.741279999868723, 38.352147999700499 ], [ -122.746101000182108, 38.352362999975298 ], [ -122.750559000272318, 38.35435700015632 ], [ -122.751349000292748, 38.354741999739026 ], [ -122.752567999760259, 38.355520999692125 ], [ -122.753433000123749, 38.35634800021063 ], [ -122.754220999596043, 38.357899999952096 ], [ -122.756146000316676, 38.360084000029424 ], [ -122.758908000015111, 38.36095300015851 ], [ -122.759417999653053, 38.361076999796552 ], [ -122.760380999925829, 38.361392999981646 ], [ -122.761729000163086, 38.362074999669751 ], [ -122.763416000334047, 38.363348999872237 ], [ -122.766479000331358, 38.365499999955624 ], [ -122.76878599974512, 38.366079000064097 ], [ -122.769062999754539, 38.358739999867986 ], [ -122.76818700041872, 38.356628999803959 ], [ -122.769969999950845, 38.358217000179849 ], [ -122.776445999749839, 38.361143999944339 ], [ -122.778182000324577, 38.362321000112146 ], [ -122.781281000306905, 38.365236000288313 ], [ -122.78580299997121, 38.36517100003573 ], [ -122.786506999777913, 38.36503400028748 ], [ -122.789418000337577, 38.364774000314391 ], [ -122.798132999778261, 38.366444999980367 ], [ -122.799925000429525, 38.365248000166062 ], [ -122.805042999945513, 38.368172999931708 ], [ -122.807474000106154, 38.367722999860327 ], [ -122.814303000082546, 38.365219999743978 ], [ -122.814804000397956, 38.364827999740925 ], [ -122.820408999985673, 38.364607000215642 ], [ -122.822055000148751, 38.364714999981906 ], [ -122.822066000019404, 38.364479999756064 ], [ -122.835374999992766, 38.364120000148439 ], [ -122.835380999840538, 38.36225499985219 ], [ -122.834514999652157, 38.360151999923723 ], [ -122.835191999694658, 38.358206999662755 ], [ -122.83335100043621, 38.354603999664697 ], [ -122.832563000065619, 38.351907999901279 ], [ -122.827176999862701, 38.350484000183179 ], [ -122.827097000395085, 38.349368999858925 ], [ -122.820389999719097, 38.34883599971073 ], [ -122.827812000072427, 38.342707000242186 ], [ -122.831096999827594, 38.337865999903329 ], [ -122.831576000401711, 38.33769700006183 ], [ -122.834231999794895, 38.338062999717167 ], [ -122.838355000149377, 38.338732000147544 ], [ -122.840726999860479, 38.338650000153152 ], [ -122.841254000115143, 38.338468000108982 ], [ -122.843554999681132, 38.337283000256136 ], [ -122.845829000381244, 38.335549000130058 ], [ -122.847179000268312, 38.33323200025049 ], [ -122.845810000114668, 38.329820000041387 ], [ -122.846564999975016, 38.326662000208323 ], [ -122.848825000431404, 38.32404600024509 ], [ -122.851325000189007, 38.322621999697731 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153502", "NAME": "Census Tract 1535.02", "state": "06", "county_fips": "097", "tract": "153502", "county_name": "Sonoma County", "tot_pop_2050": 4591, "tot_pop_pov_det_2050": 4579, "tot_pop_civ_ni_2050": 4591, "tot_hh_2050": 1755, "pop_zvhhs_2050": 32, "tot_fam_2050": 1200, "tot_pop_over5_2050": 4426, "pop_hus_rent50_2050": 154, "pop_minority_2050": 985, "pop_over75_2050": 286, "pop_spfam_2050": 103, "pop_lep_2050": 182, "pop_below200_2050": 1281, "pop_disability_2050": 452, "pct_minority_2050": 0.21455020692659552, "pct_over75_2050": 0.062295796122849051, "pct_spfam_2050": 0.085833333333333331, "pct_lep_2050": 0.041120650700406686, "pct_below200_2050": 0.27975540511028613, "pct_disab_2050": 0.098453495970376823, "pct_zvhhs_2050": 0.018233618233618232, "pct_hus_rent50_2050": 0.087749287749287752, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.091997008227374999, "pct_minority_2040": 0.140613313388183, "pct_spfam_2040": 0.085872576177284998, "pct_lep_2040": 0.0089536965975950001, "pct_below200_2040": 0.19035723207594299, "pct_disab_2040": 0.068561455996010989, "pct_zvhhs_2040": 0.032660332541567992, "pct_hus_rent50_2040": 0.082174462705435991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.936554000361312, 38.311847000074899 ], [ -122.936695999753212, 38.310452999763235 ], [ -122.935426000232098, 38.309613999793115 ], [ -122.932521000418518, 38.311709000049831 ], [ -122.928410999584528, 38.312803999689045 ], [ -122.925636000365643, 38.31273599974881 ], [ -122.923805000254617, 38.311515999896073 ], [ -122.922871000294151, 38.309027999845469 ], [ -122.92151200018624, 38.308567999891771 ], [ -122.918240999776472, 38.310134000116733 ], [ -122.916601000359506, 38.313209999746711 ], [ -122.919640999892252, 38.31465000023961 ], [ -122.920952000319588, 38.316836000072016 ], [ -122.918000999576975, 38.317952000105976 ], [ -122.916074000104786, 38.320256999799795 ], [ -122.91290999982516, 38.320317999868664 ], [ -122.911318999913647, 38.321209000130644 ], [ -122.908105000303607, 38.320752000147635 ], [ -122.906660999806888, 38.319935000030085 ], [ -122.907304000412537, 38.318642000221971 ], [ -122.910155999624337, 38.317892000275812 ], [ -122.910882000070643, 38.316865000300993 ], [ -122.909236999732499, 38.314268000227081 ], [ -122.908163000029944, 38.314290000330367 ], [ -122.901725999690683, 38.316942999765736 ], [ -122.899933000112824, 38.316793000124257 ], [ -122.898444000308601, 38.314515999851814 ], [ -122.87440599958714, 38.298088000243744 ], [ -122.853712999793615, 38.284188999720428 ], [ -122.841840999746012, 38.27624400029076 ], [ -122.834231999794895, 38.292418999909984 ], [ -122.833579999866743, 38.292899999825231 ], [ -122.833127000130233, 38.293288000184987 ], [ -122.832943999832125, 38.293768999980529 ], [ -122.832739999617601, 38.302243999852273 ], [ -122.84169199978308, 38.306281000118901 ], [ -122.84208400031855, 38.306466000039919 ], [ -122.843023000301912, 38.306903999709412 ], [ -122.849413999712056, 38.309858000333364 ], [ -122.851280999808068, 38.310237999875071 ], [ -122.851325000189007, 38.322621999697731 ], [ -122.848825000431404, 38.32404600024509 ], [ -122.846564999975016, 38.326662000208323 ], [ -122.845810000114668, 38.329820000041387 ], [ -122.847179000268312, 38.33323200025049 ], [ -122.845829000381244, 38.335549000130058 ], [ -122.843554999681132, 38.337283000256136 ], [ -122.841254000115143, 38.338468000108982 ], [ -122.840726999860479, 38.338650000153152 ], [ -122.838355000149377, 38.338732000147544 ], [ -122.834231999794895, 38.338062999717167 ], [ -122.831576000401711, 38.33769700006183 ], [ -122.831096999827594, 38.337865999903329 ], [ -122.827812000072427, 38.342707000242186 ], [ -122.820389999719097, 38.34883599971073 ], [ -122.827097000395085, 38.349368999858925 ], [ -122.827176999862701, 38.350484000183179 ], [ -122.832563000065619, 38.351907999901279 ], [ -122.83335100043621, 38.354603999664697 ], [ -122.835191999694658, 38.358206999662755 ], [ -122.834514999652157, 38.360151999923723 ], [ -122.835380999840538, 38.36225499985219 ], [ -122.835374999992766, 38.364120000148439 ], [ -122.822066000019404, 38.364479999756064 ], [ -122.822055000148751, 38.364714999981906 ], [ -122.825067999917366, 38.365292999865794 ], [ -122.82892400030812, 38.367714000083907 ], [ -122.829532999680268, 38.369064999932192 ], [ -122.83187000012957, 38.370815999943815 ], [ -122.834657999767273, 38.379129999821281 ], [ -122.838381999913565, 38.379271000236834 ], [ -122.839041000412749, 38.379516999974179 ], [ -122.844410999823793, 38.3839450000741 ], [ -122.849638000018047, 38.387494999662202 ], [ -122.850802999957182, 38.388591999979013 ], [ -122.851095999860149, 38.396721000154585 ], [ -122.854007000419813, 38.396960000181224 ], [ -122.860545999967997, 38.396303999989577 ], [ -122.862081999627904, 38.39494099987629 ], [ -122.863495999987379, 38.394594999908726 ], [ -122.86602199968425, 38.395091000340699 ], [ -122.867302000149436, 38.396031000295935 ], [ -122.872332999626806, 38.394577999759797 ], [ -122.874943999712499, 38.394313000110436 ], [ -122.876295000322784, 38.393081999868429 ], [ -122.878306000358847, 38.392608999783626 ], [ -122.879302000243612, 38.391692999836117 ], [ -122.882252000263009, 38.39072999987782 ], [ -122.884567000072707, 38.390485999887545 ], [ -122.886054000227105, 38.389531000099822 ], [ -122.889275000408176, 38.388733000257666 ], [ -122.891139999956025, 38.383973000292421 ], [ -122.892247000168865, 38.383084000040789 ], [ -122.897183999934882, 38.379568999731397 ], [ -122.899800000043442, 38.378122000038324 ], [ -122.906182000131096, 38.375176999712146 ], [ -122.909743999895696, 38.374297000185088 ], [ -122.910682000054138, 38.373131999665581 ], [ -122.911951999575251, 38.373105000238169 ], [ -122.911420000196003, 38.371424000007067 ], [ -122.910945999644753, 38.371301999947669 ], [ -122.910533999916126, 38.369124000240234 ], [ -122.911537000371879, 38.366604000296867 ], [ -122.913545999859792, 38.364315000040797 ], [ -122.913600000286479, 38.364257999693137 ], [ -122.91604300014265, 38.360081000022276 ], [ -122.920487999814085, 38.35696799978971 ], [ -122.921290000428399, 38.354635999807435 ], [ -122.91820599961639, 38.3513819998077 ], [ -122.916320000152098, 38.349518000035488 ], [ -122.915944000408487, 38.346298000183992 ], [ -122.916852000429657, 38.340673999902435 ], [ -122.918434000120328, 38.339091000044348 ], [ -122.919138999751937, 38.338022999894882 ], [ -122.924367999596001, 38.332808999707943 ], [ -122.926185000361627, 38.329396000061848 ], [ -122.92830699982747, 38.324368000077918 ], [ -122.930275000205825, 38.322128000194255 ], [ -122.933391999731469, 38.321025999904947 ], [ -122.935575000195001, 38.319805999985952 ], [ -122.936119000168119, 38.316016999946378 ], [ -122.935059999635882, 38.313952000249351 ], [ -122.933800999985422, 38.313590000050233 ], [ -122.934568000439612, 38.312566000324104 ], [ -122.936554000361312, 38.311847000074899 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153600", "NAME": "Census Tract 1536", "state": "06", "county_fips": "097", "tract": "153600", "county_name": "Sonoma County", "tot_pop_2050": 6076, "tot_pop_pov_det_2050": 5979, "tot_pop_civ_ni_2050": 6055, "tot_hh_2050": 2341, "pop_zvhhs_2050": 19, "tot_fam_2050": 1580, "tot_pop_over5_2050": 5786, "pop_hus_rent50_2050": 125, "pop_minority_2050": 1144, "pop_over75_2050": 571, "pop_spfam_2050": 174, "pop_lep_2050": 231, "pop_below200_2050": 1477, "pop_disability_2050": 1110, "pct_minority_2050": 0.18828176431863067, "pct_over75_2050": 0.093976300197498364, "pct_spfam_2050": 0.11012658227848103, "pct_lep_2050": 0.039923954372623575, "pct_below200_2050": 0.24703127613313264, "pct_disab_2050": 0.1833195706028076, "pct_zvhhs_2050": 0.0081161896625373767, "pct_hus_rent50_2050": 0.053395984621956431, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.046628274196545, "pct_minority_2040": 0.20378970834107399, "pct_spfam_2040": 0.14349442379182198, "pct_lep_2040": 0.059532924961714993, "pct_below200_2040": 0.25687044307347195, "pct_disab_2040": 0.13033749766921499, "pct_zvhhs_2040": 0.027932960893855, "pct_hus_rent50_2040": 0.10557586837294301, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.936119000168119, 38.415447000093906 ], [ -122.934508999990058, 38.413591000133849 ], [ -122.93554199968473, 38.408850999784157 ], [ -122.933955999796098, 38.407401999728151 ], [ -122.927889000251014, 38.40648000027177 ], [ -122.926554000432546, 38.404713000227233 ], [ -122.923452999902111, 38.402728999972865 ], [ -122.921045000206021, 38.401885000260648 ], [ -122.920183000215559, 38.399713000030914 ], [ -122.916604999659143, 38.400621999901105 ], [ -122.915077000395144, 38.398429000260322 ], [ -122.913770999990703, 38.394281999673545 ], [ -122.912401999837044, 38.392821999996343 ], [ -122.909642999613339, 38.391663000188899 ], [ -122.909214000166259, 38.390547999778434 ], [ -122.903424999557231, 38.388230000226827 ], [ -122.90367499980249, 38.386602000265086 ], [ -122.902909000071517, 38.384147000098352 ], [ -122.903160000141668, 38.381780999804796 ], [ -122.899800000043442, 38.378122000038324 ], [ -122.897183999934882, 38.379568999731397 ], [ -122.892247000168865, 38.383084000040789 ], [ -122.891139999956025, 38.383973000292421 ], [ -122.889275000408176, 38.388733000257666 ], [ -122.886054000227105, 38.389531000099822 ], [ -122.884567000072707, 38.390485999887545 ], [ -122.882252000263009, 38.39072999987782 ], [ -122.879302000243612, 38.391692999836117 ], [ -122.878306000358847, 38.392608999783626 ], [ -122.876295000322784, 38.393081999868429 ], [ -122.874943999712499, 38.394313000110436 ], [ -122.872332999626806, 38.394577999759797 ], [ -122.867302000149436, 38.396031000295935 ], [ -122.86602199968425, 38.395091000340699 ], [ -122.863495999987379, 38.394594999908726 ], [ -122.862081999627904, 38.39494099987629 ], [ -122.860545999967997, 38.396303999989577 ], [ -122.854007000419813, 38.396960000181224 ], [ -122.851095999860149, 38.396721000154585 ], [ -122.849822999965951, 38.397280999984254 ], [ -122.848160999909382, 38.397453999732207 ], [ -122.848307000397554, 38.398714999713803 ], [ -122.850633999902811, 38.403131999768178 ], [ -122.852345000363201, 38.40391699966117 ], [ -122.854510000385062, 38.405508999770355 ], [ -122.855146000419694, 38.405470999826917 ], [ -122.856667000010987, 38.405162999696522 ], [ -122.858001000004549, 38.405425999775474 ], [ -122.859302000386123, 38.408507000063132 ], [ -122.861829999732834, 38.410911000075963 ], [ -122.866006999615664, 38.409916000267231 ], [ -122.868286000338642, 38.414078000097909 ], [ -122.870026000213031, 38.416084000053601 ], [ -122.873972000117192, 38.41971200027659 ], [ -122.874754999566591, 38.419991999997499 ], [ -122.86838800044589, 38.422196000082941 ], [ -122.865733999804164, 38.423090999818534 ], [ -122.858765000085683, 38.42471099969174 ], [ -122.852135000300919, 38.4255290000145 ], [ -122.848263999841521, 38.425643999843579 ], [ -122.845385999792157, 38.425615000246673 ], [ -122.840766000218537, 38.427557000268486 ], [ -122.839311999676056, 38.426793000008502 ], [ -122.838203999638324, 38.426229000025202 ], [ -122.831985999582216, 38.426377000252408 ], [ -122.829779999552471, 38.425878999812305 ], [ -122.82937899969447, 38.42577700007854 ], [ -122.829630999589568, 38.426650000032758 ], [ -122.82971500015347, 38.429901999829923 ], [ -122.830301999784297, 38.430562000330696 ], [ -122.83352200014042, 38.430567000162156 ], [ -122.834389000153749, 38.431004000283046 ], [ -122.834709999645796, 38.43340100023994 ], [ -122.835877000133067, 38.434209000081154 ], [ -122.837888000169158, 38.434192000102726 ], [ -122.838838000023159, 38.434800999896417 ], [ -122.838715999824416, 38.444662999941002 ], [ -122.836006000004531, 38.447350000263818 ], [ -122.834477999842207, 38.451256000185538 ], [ -122.834645000246795, 38.452169000260135 ], [ -122.844895000420777, 38.451058999700621 ], [ -122.852480000082409, 38.450862000084797 ], [ -122.861406000308619, 38.450513999767168 ], [ -122.861387000042043, 38.446515000306171 ], [ -122.862294000238336, 38.446439999664385 ], [ -122.872696999674858, 38.444897999926113 ], [ -122.876912999915774, 38.444264999915497 ], [ -122.881757999620262, 38.443546999886948 ], [ -122.883539000400887, 38.443249000278414 ], [ -122.884769999563957, 38.442931999818867 ], [ -122.886799999866597, 38.442530999993018 ], [ -122.88773800002501, 38.444054000319944 ], [ -122.890076000299231, 38.444529000244671 ], [ -122.909122000104759, 38.444298000273271 ], [ -122.910014000232422, 38.445063000117067 ], [ -122.912261000270064, 38.444339000227785 ], [ -122.916597999986436, 38.44393499972913 ], [ -122.91968600009811, 38.444340000003294 ], [ -122.921878999709051, 38.446620000229466 ], [ -122.92561100025128, 38.447461999912555 ], [ -122.926859000031101, 38.447438999735063 ], [ -122.928762999937035, 38.444106999869554 ], [ -122.929696999897516, 38.442410000101084 ], [ -122.929463000444073, 38.440001999910756 ], [ -122.927991000358261, 38.439185000140618 ], [ -122.929022000403123, 38.437395000079476 ], [ -122.929546000284773, 38.433105000125281 ], [ -122.931230000082678, 38.431893000255222 ], [ -122.931082999769572, 38.429592999710138 ], [ -122.931071000074013, 38.41888700004256 ], [ -122.934570999914328, 38.418427999661944 ], [ -122.934370000072889, 38.416457000070274 ], [ -122.934082000192817, 38.415578999926993 ], [ -122.936119000168119, 38.415447000093906 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153703", "NAME": "Census Tract 1537.03", "state": "06", "county_fips": "097", "tract": "153703", "county_name": "Sonoma County", "tot_pop_2050": 3557, "tot_pop_pov_det_2050": 3557, "tot_pop_civ_ni_2050": 3557, "tot_hh_2050": 1739, "pop_zvhhs_2050": 117, "tot_fam_2050": 802, "tot_pop_over5_2050": 3474, "pop_hus_rent50_2050": 283, "pop_minority_2050": 609, "pop_over75_2050": 248, "pop_spfam_2050": 167, "pop_lep_2050": 67, "pop_below200_2050": 1324, "pop_disability_2050": 670, "pct_minority_2050": 0.17121169524880514, "pct_over75_2050": 0.069721675569299979, "pct_spfam_2050": 0.2082294264339152, "pct_lep_2050": 0.019286125503742084, "pct_below200_2050": 0.37222378408771439, "pct_disab_2050": 0.18836097835254428, "pct_zvhhs_2050": 0.067280046003450264, "pct_hus_rent50_2050": 0.16273720529039681, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.048051948051947999, "pct_minority_2040": 0.12759740259740301, "pct_spfam_2040": 0.17121212121212098, "pct_lep_2040": 0.018406961178046001, "pct_below200_2040": 0.41753246753246798, "pct_disab_2040": 0.18538961038960997, "pct_zvhhs_2040": 0.066707844348363007, "pct_hus_rent50_2040": 0.229615133724723, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 1, "gain_loss_pba2040_pba2050": 1, "coc_class": "High", "gain_loss_acs2016_pba2050": 1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.089223999827624, 38.538739000143174 ], [ -123.089725000143062, 38.537440000338734 ], [ -123.088167999668414, 38.535696999720606 ], [ -123.086442999862626, 38.534790000238758 ], [ -123.085179000189271, 38.532887000004479 ], [ -123.086693999932805, 38.53096399973235 ], [ -123.086356999648913, 38.529060000189837 ], [ -123.086964000269532, 38.526386000296021 ], [ -123.088828999817409, 38.525574999796575 ], [ -123.088868000175495, 38.52464499976913 ], [ -123.085674999583517, 38.523821999784843 ], [ -123.084199000198069, 38.522415999881041 ], [ -123.08493899998976, 38.520790000284869 ], [ -123.08284699976285, 38.518128000038153 ], [ -123.079342999724588, 38.517843000056246 ], [ -123.078648999963619, 38.517338000005417 ], [ -123.078367999756225, 38.514956999785632 ], [ -123.076673999912558, 38.513697999754342 ], [ -123.075600000210031, 38.511207999815298 ], [ -123.073101000277319, 38.511017999730669 ], [ -123.069458000321887, 38.509730000173498 ], [ -123.068707999586096, 38.50819299983457 ], [ -123.069966000310004, 38.506726999749816 ], [ -123.069665999836019, 38.506389999805528 ], [ -123.070526000176656, 38.504998999851189 ], [ -123.068500000071978, 38.502603999706224 ], [ -123.069466999644391, 38.499914999970592 ], [ -123.068213000016783, 38.496777000041178 ], [ -123.06945099975087, 38.494234000025934 ], [ -123.066304000087982, 38.492012999980695 ], [ -123.06503899969141, 38.491062000252619 ], [ -123.05974299990018, 38.491211000242977 ], [ -123.061580999683869, 38.488682000147811 ], [ -123.061318999743065, 38.486850999986892 ], [ -123.05717399964729, 38.484136999811881 ], [ -123.056595000412372, 38.482673000146093 ], [ -123.054490999591565, 38.481473999695226 ], [ -123.053019000404092, 38.481544999925568 ], [ -123.0501079998444, 38.478806000338885 ], [ -123.0494369996497, 38.477126999981351 ], [ -123.045708000378823, 38.472350000018835 ], [ -123.046358999583788, 38.469778000110175 ], [ -123.050006999562086, 38.466010000157347 ], [ -123.05302600007677, 38.463895000017459 ], [ -123.053857999929988, 38.461142999838039 ], [ -123.052203000444393, 38.4582750001656 ], [ -123.050505000402779, 38.456494000116209 ], [ -123.050004000087341, 38.453926999929429 ], [ -123.049082999647354, 38.454197999670221 ], [ -123.04878600044475, 38.454327000110773 ], [ -123.049670000176505, 38.452317999741346 ], [ -123.049743999796348, 38.450497000110943 ], [ -123.046895000059294, 38.450572000053874 ], [ -123.043996000093514, 38.44932400008954 ], [ -123.041795000086665, 38.449235999836667 ], [ -123.039972000371563, 38.448021000045664 ], [ -123.038896999945791, 38.446532000196896 ], [ -123.038631999631903, 38.444137000261108 ], [ -123.035070999692252, 38.438581999870628 ], [ -123.032432000017451, 38.437493000105441 ], [ -123.02951200013527, 38.438211999702744 ], [ -123.02396500027389, 38.438006999886802 ], [ -123.022646000348985, 38.435908000335289 ], [ -123.02125700010383, 38.434709999800795 ], [ -123.017542000178366, 38.434103999695033 ], [ -123.014192000125888, 38.432500999797519 ], [ -123.013418999823912, 38.430746000235175 ], [ -123.011647999987332, 38.432789000090047 ], [ -123.000964000343401, 38.440028999688444 ], [ -122.9983599999304, 38.440195000288973 ], [ -122.99838900024271, 38.43795400007992 ], [ -122.99583699970826, 38.437450999909579 ], [ -122.995000999657094, 38.438364000134357 ], [ -122.994260999865361, 38.441826999761453 ], [ -122.99622800041881, 38.443811999810926 ], [ -122.997497000115047, 38.443514999676268 ], [ -122.997393000357974, 38.444708000177002 ], [ -123.000482000294554, 38.448269000245993 ], [ -123.001540000103574, 38.448686000221684 ], [ -123.000775000197521, 38.448701000170864 ], [ -122.996959999814607, 38.444591999980638 ], [ -122.993340000323713, 38.442720000046371 ], [ -122.98877799957809, 38.442166999903058 ], [ -122.985943000084731, 38.443141000295967 ], [ -122.983615999681163, 38.44304799986886 ], [ -122.980921999754813, 38.445840000166875 ], [ -122.980530000117639, 38.445615000124597 ], [ -122.980474000041141, 38.445434000106872 ], [ -122.980104000145303, 38.44465399989047 ], [ -122.980006000236003, 38.444582999921188 ], [ -122.979482000354352, 38.444473000276872 ], [ -122.978950999901713, 38.444208999742855 ], [ -122.978705999679335, 38.444039000108475 ], [ -122.978381999814232, 38.443952000227583 ], [ -122.976010000103159, 38.442827999955171 ], [ -122.977195999958695, 38.441260000248647 ], [ -122.976378000349158, 38.439490999789747 ], [ -122.97372999955526, 38.437248999664767 ], [ -122.971655999769993, 38.433623999805384 ], [ -122.968213999655987, 38.432946000347229 ], [ -122.965199000237575, 38.431137999753297 ], [ -122.962424000120379, 38.43030899996036 ], [ -122.959768999653761, 38.427666999651372 ], [ -122.960098000440027, 38.426687000078253 ], [ -122.959295000000807, 38.425294999649964 ], [ -122.958813999776879, 38.42574299966607 ], [ -122.956493000119423, 38.42528299988151 ], [ -122.95311100027989, 38.42641399973401 ], [ -122.953117999952568, 38.428346000116974 ], [ -122.951784999783925, 38.429647000004074 ], [ -122.949537999746312, 38.429983999883362 ], [ -122.948428000058783, 38.428525000065648 ], [ -122.946422999870506, 38.429758999676956 ], [ -122.944831000134073, 38.429568000211965 ], [ -122.931082999769572, 38.429592999710138 ], [ -122.931230000082678, 38.431893000255222 ], [ -122.929546000284773, 38.433105000125281 ], [ -122.929022000403123, 38.437395000079476 ], [ -122.927991000358261, 38.439185000140618 ], [ -122.929463000444073, 38.440001999910756 ], [ -122.929696999897516, 38.442410000101084 ], [ -122.928762999937035, 38.444106999869554 ], [ -122.926859000031101, 38.447438999735063 ], [ -122.92561100025128, 38.447461999912555 ], [ -122.925456000440576, 38.448362999997066 ], [ -122.929398999971681, 38.451925000185497 ], [ -122.930218000304393, 38.45454799977869 ], [ -122.931627999567638, 38.456197000118742 ], [ -122.934600000226666, 38.457655999923993 ], [ -122.935053999788096, 38.458728000223203 ], [ -122.93591800032668, 38.460963999876199 ], [ -122.93848699968126, 38.462715000310126 ], [ -122.940024999889303, 38.463202000288263 ], [ -122.943855000340818, 38.462687999875747 ], [ -122.945165999869829, 38.461377000073149 ], [ -122.945841000262533, 38.462593999795466 ], [ -122.948026000375876, 38.462986000098596 ], [ -122.948440999579233, 38.462401000234458 ], [ -122.949372999889874, 38.465685999935751 ], [ -122.948494000181014, 38.468246999989859 ], [ -122.948639999770876, 38.46923099995189 ], [ -122.9518659999748, 38.473344000320516 ], [ -122.95268799978227, 38.476055000287801 ], [ -122.958125000038805, 38.478063999899092 ], [ -122.958304999963843, 38.479770999895166 ], [ -122.959906999745982, 38.481814000055024 ], [ -122.961910000284476, 38.482652999787206 ], [ -122.961962000162998, 38.485911999872364 ], [ -122.966498999895933, 38.48631299975866 ], [ -122.970329000347448, 38.485618999703739 ], [ -122.97194500037331, 38.485889999903485 ], [ -122.97328900041262, 38.485107999907143 ], [ -122.976889999636938, 38.4851799999863 ], [ -122.979347999561739, 38.484181000110055 ], [ -122.98593899988677, 38.483169999757614 ], [ -122.989986000073259, 38.483650999813783 ], [ -122.992207999996523, 38.486326999721371 ], [ -122.99302999980398, 38.488445000321938 ], [ -122.992838000183355, 38.49013899977902 ], [ -122.990550000137873, 38.492884999730123 ], [ -122.990535000069244, 38.497021999977278 ], [ -122.9953320000932, 38.497828000065802 ], [ -122.994942000105851, 38.499679999959028 ], [ -122.996703999721561, 38.499667999904958 ], [ -122.99780799956136, 38.499123000321909 ], [ -123.00325900006159, 38.499479999734206 ], [ -123.004812000338262, 38.498937000281487 ], [ -123.004869000239651, 38.496486999728674 ], [ -123.007794999969605, 38.495781999700583 ], [ -123.008627999647743, 38.495259999946526 ], [ -123.009535999668941, 38.495349999834538 ], [ -123.01142100020661, 38.496654000235473 ], [ -123.013997000132221, 38.496774999834557 ], [ -123.015530000317383, 38.498156000297449 ], [ -123.021343000317572, 38.498957000339125 ], [ -123.023729000272354, 38.500478000122492 ], [ -123.0231330004207, 38.501787999995216 ], [ -123.025079000159423, 38.502635000042801 ], [ -123.029856999916774, 38.503566000078273 ], [ -123.031159000123282, 38.504035999988261 ], [ -123.032005000220195, 38.50459500028667 ], [ -123.029665000296148, 38.504656999935506 ], [ -123.029373000218129, 38.507306000097692 ], [ -123.031441000155567, 38.508170000045943 ], [ -123.032448999735877, 38.511130999867362 ], [ -123.033790000300456, 38.51093099980941 ], [ -123.03478100016234, 38.512786999696921 ], [ -123.035444999786051, 38.512639000285795 ], [ -123.035792000115677, 38.511552000046997 ], [ -123.036881999711753, 38.512880999696847 ], [ -123.03711199986553, 38.516480000102483 ], [ -123.039731000347146, 38.517849000326471 ], [ -123.0393770003448, 38.519530999652019 ], [ -123.041651000146601, 38.522577000125878 ], [ -123.044126999614761, 38.522924999813014 ], [ -123.048374999642718, 38.526059000084217 ], [ -123.049501999947012, 38.52639199985402 ], [ -123.050762000320717, 38.531133000350877 ], [ -123.052914999748694, 38.534324999789867 ], [ -123.054617999813175, 38.535945999684195 ], [ -123.055385000267393, 38.536329000276865 ], [ -123.061281000108224, 38.536978999740093 ], [ -123.063217999626147, 38.536227999931434 ], [ -123.064842999872823, 38.534300999984296 ], [ -123.065093000118083, 38.535861000202729 ], [ -123.066444999654962, 38.536332999898043 ], [ -123.066884999871021, 38.535558000283203 ], [ -123.068982000120826, 38.534887000091032 ], [ -123.067659999822837, 38.536243999842519 ], [ -123.07134200013634, 38.537096000158108 ], [ -123.072156000446199, 38.535912999814748 ], [ -123.0727260003586, 38.535057999772917 ], [ -123.076115999695745, 38.534089999651322 ], [ -123.080305999997364, 38.534847000254715 ], [ -123.081634999968045, 38.53667600031357 ], [ -123.082880000273107, 38.535282999659607 ], [ -123.083594999950478, 38.537145999792223 ], [ -123.085837999790115, 38.538063000001998 ], [ -123.089223999827624, 38.538739000143174 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153704", "NAME": "Census Tract 1537.04", "state": "06", "county_fips": "097", "tract": "153704", "county_name": "Sonoma County", "tot_pop_2050": 3950, "tot_pop_pov_det_2050": 3907, "tot_pop_civ_ni_2050": 3950, "tot_hh_2050": 1839, "pop_zvhhs_2050": 124, "tot_fam_2050": 837, "tot_pop_over5_2050": 3869, "pop_hus_rent50_2050": 279, "pop_minority_2050": 738, "pop_over75_2050": 276, "pop_spfam_2050": 103, "pop_lep_2050": 0, "pop_below200_2050": 913, "pop_disability_2050": 655, "pct_minority_2050": 0.1868354430379747, "pct_over75_2050": 0.069873417721518991, "pct_spfam_2050": 0.12305854241338113, "pct_lep_2050": 0.0, "pct_below200_2050": 0.23368313283849501, "pct_disab_2050": 0.16582278481012658, "pct_zvhhs_2050": 0.067427949972811305, "pct_hus_rent50_2050": 0.15171288743882544, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 1, "pct_over75_2040": 0.032110091743118997, "pct_minority_2040": 0.21731651376146802, "pct_spfam_2040": 0.22443890274314199, "pct_lep_2040": 0.0030740854595759999, "pct_below200_2040": 0.411410550458716, "pct_disab_2040": 0.18377293577981699, "pct_zvhhs_2040": 0.074850299401198001, "pct_hus_rent50_2040": 0.137339055793991, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 1, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": -1 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.072775999689, 38.542453999966547 ], [ -123.072656999863312, 38.540030999997128 ], [ -123.071481999878415, 38.538449000193424 ], [ -123.072156000446199, 38.535912999814748 ], [ -123.07134200013634, 38.537096000158108 ], [ -123.067659999822837, 38.536243999842519 ], [ -123.068982000120826, 38.534887000091032 ], [ -123.066884999871021, 38.535558000283203 ], [ -123.066444999654962, 38.536332999898043 ], [ -123.065093000118083, 38.535861000202729 ], [ -123.064842999872823, 38.534300999984296 ], [ -123.063217999626147, 38.536227999931434 ], [ -123.061281000108224, 38.536978999740093 ], [ -123.055385000267393, 38.536329000276865 ], [ -123.054617999813175, 38.535945999684195 ], [ -123.052914999748694, 38.534324999789867 ], [ -123.050762000320717, 38.531133000350877 ], [ -123.049501999947012, 38.52639199985402 ], [ -123.048374999642718, 38.526059000084217 ], [ -123.044126999614761, 38.522924999813014 ], [ -123.041651000146601, 38.522577000125878 ], [ -123.0393770003448, 38.519530999652019 ], [ -123.039731000347146, 38.517849000326471 ], [ -123.03711199986553, 38.516480000102483 ], [ -123.036881999711753, 38.512880999696847 ], [ -123.035792000115677, 38.511552000046997 ], [ -123.035444999786051, 38.512639000285795 ], [ -123.03478100016234, 38.512786999696921 ], [ -123.033790000300456, 38.51093099980941 ], [ -123.032448999735877, 38.511130999867362 ], [ -123.031441000155567, 38.508170000045943 ], [ -123.029373000218129, 38.507306000097692 ], [ -123.029665000296148, 38.504656999935506 ], [ -123.032005000220195, 38.50459500028667 ], [ -123.031159000123282, 38.504035999988261 ], [ -123.029856999916774, 38.503566000078273 ], [ -123.025079000159423, 38.502635000042801 ], [ -123.0231330004207, 38.501787999995216 ], [ -123.023729000272354, 38.500478000122492 ], [ -123.021343000317572, 38.498957000339125 ], [ -123.015530000317383, 38.498156000297449 ], [ -123.013997000132221, 38.496774999834557 ], [ -123.01142100020661, 38.496654000235473 ], [ -123.009535999668941, 38.495349999834538 ], [ -123.008627999647743, 38.495259999946526 ], [ -123.007794999969605, 38.495781999700583 ], [ -123.004869000239651, 38.496486999728674 ], [ -123.004812000338262, 38.498937000281487 ], [ -123.00325900006159, 38.499479999734206 ], [ -122.99780799956136, 38.499123000321909 ], [ -122.996703999721561, 38.499667999904958 ], [ -122.994942000105851, 38.499679999959028 ], [ -122.9953320000932, 38.497828000065802 ], [ -122.990535000069244, 38.497021999977278 ], [ -122.990550000137873, 38.492884999730123 ], [ -122.992838000183355, 38.49013899977902 ], [ -122.99302999980398, 38.488445000321938 ], [ -122.992207999996523, 38.486326999721371 ], [ -122.989986000073259, 38.483650999813783 ], [ -122.98593899988677, 38.483169999757614 ], [ -122.979347999561739, 38.484181000110055 ], [ -122.976889999636938, 38.4851799999863 ], [ -122.97328900041262, 38.485107999907143 ], [ -122.97194500037331, 38.485889999903485 ], [ -122.970329000347448, 38.485618999703739 ], [ -122.966498999895933, 38.48631299975866 ], [ -122.961962000162998, 38.485911999872364 ], [ -122.962212000408257, 38.48690799999531 ], [ -122.961046999570797, 38.487894000259658 ], [ -122.960604999704927, 38.491553000018257 ], [ -122.961790999560463, 38.49488199975152 ], [ -122.963161000437324, 38.495813999926128 ], [ -122.963964999803153, 38.496376999789653 ], [ -122.965774999997748, 38.497044999810882 ], [ -122.963941000412021, 38.497839999723347 ], [ -122.962338999731557, 38.498351999654425 ], [ -122.961850999834923, 38.503403999835285 ], [ -122.961854000207964, 38.503492999731812 ], [ -122.966971999723953, 38.503422000036473 ], [ -122.969028999790751, 38.507618999704533 ], [ -122.969162999685082, 38.50863000004631 ], [ -122.967380000152957, 38.509108000105812 ], [ -122.963226999661259, 38.511174999847704 ], [ -122.961080999905988, 38.510614999752455 ], [ -122.958361999865261, 38.514938000156498 ], [ -122.957985000296716, 38.517888999772119 ], [ -122.958140000107406, 38.520366999754231 ], [ -122.958768999571035, 38.522536999771283 ], [ -122.961218000173318, 38.52494799996672 ], [ -122.962127999844355, 38.527014000281675 ], [ -122.959310000069436, 38.529596000189947 ], [ -122.958603999714597, 38.530853999752665 ], [ -122.955883000024031, 38.531201000196702 ], [ -122.954748000222139, 38.533484999724678 ], [ -122.954066000156772, 38.535035000135203 ], [ -122.954049000438317, 38.536115999751267 ], [ -122.954893999812015, 38.535618000139003 ], [ -122.956177999576838, 38.536529999937109 ], [ -122.956570000112322, 38.537368999690635 ], [ -122.955760999825316, 38.537694000025091 ], [ -122.956664999648567, 38.538723999956417 ], [ -122.958007999862929, 38.539094000137688 ], [ -122.957924000197337, 38.540337000298507 ], [ -122.95922800005367, 38.539894000214176 ], [ -122.960314000350095, 38.53978600025259 ], [ -122.960844999904424, 38.53930300011865 ], [ -122.961429999885439, 38.539367999679612 ], [ -122.961721000138596, 38.539718999947667 ], [ -122.962630999809605, 38.539899000195433 ], [ -122.962757000206295, 38.540442999736534 ], [ -122.963506000218828, 38.540635999677612 ], [ -122.962917999864786, 38.540791000147287 ], [ -122.962717000023318, 38.54104499994542 ], [ -122.962732000091933, 38.541597000015493 ], [ -122.963144999645479, 38.542554000182641 ], [ -122.963010999751191, 38.542841000297571 ], [ -122.962330000409025, 38.542909000318545 ], [ -122.961635999749774, 38.542717999786305 ], [ -122.961352999892569, 38.542805999745084 ], [ -122.961687999628296, 38.543194999909574 ], [ -122.962332000058851, 38.54357799984566 ], [ -122.962670000167662, 38.54461099990327 ], [ -122.962135000415358, 38.544908000209723 ], [ -122.961269000226977, 38.54702699973744 ], [ -122.963466000035851, 38.548024000271695 ], [ -122.966040000311622, 38.550304999748761 ], [ -122.968590000297965, 38.552566999694847 ], [ -122.969518000410631, 38.554204999923577 ], [ -122.968629999582589, 38.554600000260791 ], [ -122.969803999742595, 38.556142000303971 ], [ -122.97219700026838, 38.557014000313558 ], [ -122.973331000245409, 38.558032000155144 ], [ -122.976934000017863, 38.559663999902277 ], [ -122.978540999822897, 38.560792000166764 ], [ -122.977796999833217, 38.561673000152716 ], [ -122.980455999599485, 38.561864999757702 ], [ -122.982365000426597, 38.562515000217772 ], [ -122.986795999854337, 38.562958000023229 ], [ -122.988883000058394, 38.56215099981339 ], [ -122.991182999799449, 38.563445000238595 ], [ -122.994378000041237, 38.563659000123216 ], [ -122.998276000264809, 38.566023999678443 ], [ -122.999676000380589, 38.566136000338943 ], [ -123.000266000384485, 38.565193000149961 ], [ -123.003090999832111, 38.563592999813174 ], [ -123.004856999645767, 38.565095999732506 ], [ -123.00809799991832, 38.563039000248857 ], [ -123.009066000213963, 38.562915000334584 ], [ -123.011955999958914, 38.564202999731243 ], [ -123.012670999636285, 38.562660000280289 ], [ -123.017317999872375, 38.565458999768424 ], [ -123.024438999926815, 38.564495999722283 ], [ -123.027018000225453, 38.564844999833156 ], [ -123.026756000284649, 38.566433000229161 ], [ -123.030349000011356, 38.567061999838934 ], [ -123.030590000035801, 38.566056999778326 ], [ -123.032559000239075, 38.565173000233898 ], [ -123.036217000263122, 38.565153000312314 ], [ -123.037721999960894, 38.566972999885721 ], [ -123.038454000255001, 38.566321000031621 ], [ -123.039450000139752, 38.56749299972585 ], [ -123.039794000096308, 38.56615799967048 ], [ -123.041561999559832, 38.567729999922818 ], [ -123.044237000117946, 38.569171000203269 ], [ -123.046632000293542, 38.568645999774802 ], [ -123.048121999922714, 38.570768999698856 ], [ -123.049767000260886, 38.570806000239685 ], [ -123.050352000241901, 38.568741000002795 ], [ -123.04970199996356, 38.566169999877758 ], [ -123.051415999898708, 38.564813000090815 ], [ -123.053130999658762, 38.565252999864704 ], [ -123.053935999747793, 38.562363000249945 ], [ -123.05332700037566, 38.560835999987702 ], [ -123.056489999932055, 38.5592979999359 ], [ -123.057803999834121, 38.557012999993368 ], [ -123.059785999557903, 38.554825999779986 ], [ -123.062193000327383, 38.554524000026625 ], [ -123.064206999838191, 38.551639999912446 ], [ -123.067110999826852, 38.550990999867821 ], [ -123.068146000069646, 38.550002000257507 ], [ -123.069279000221727, 38.546617999764791 ], [ -123.071153999815365, 38.544733999987358 ], [ -123.072775999689, 38.542453999966547 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153705", "NAME": "Census Tract 1537.05", "state": "06", "county_fips": "097", "tract": "153705", "county_name": "Sonoma County", "tot_pop_2050": 4078, "tot_pop_pov_det_2050": 4016, "tot_pop_civ_ni_2050": 4078, "tot_hh_2050": 1851, "pop_zvhhs_2050": 73, "tot_fam_2050": 832, "tot_pop_over5_2050": 4025, "pop_hus_rent50_2050": 158, "pop_minority_2050": 909, "pop_over75_2050": 342, "pop_spfam_2050": 106, "pop_lep_2050": 69, "pop_below200_2050": 1124, "pop_disability_2050": 703, "pct_minority_2050": 0.22290338401177048, "pct_over75_2050": 0.083864639529180982, "pct_spfam_2050": 0.12740384615384615, "pct_lep_2050": 0.017142857142857144, "pct_below200_2050": 0.27988047808764938, "pct_disab_2050": 0.17238842569887197, "pct_zvhhs_2050": 0.039438141545110751, "pct_hus_rent50_2050": 0.08535926526202052, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.039437396580253997, "pct_minority_2040": 0.16685052399338099, "pct_spfam_2040": 0.126730564430245, "pct_lep_2040": 0.0094043887147340008, "pct_below200_2040": 0.31132596685082897, "pct_disab_2040": 0.18836183121897399, "pct_zvhhs_2040": 0.049906425452276998, "pct_hus_rent50_2040": 0.134506599622879, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.969162999685082, 38.50863000004631 ], [ -122.969028999790751, 38.507618999704533 ], [ -122.966971999723953, 38.503422000036473 ], [ -122.961854000207964, 38.503492999731812 ], [ -122.961042000446227, 38.503987999850885 ], [ -122.957088000146172, 38.503617000170529 ], [ -122.952122000067831, 38.50386800007054 ], [ -122.950235999705228, 38.504538999854987 ], [ -122.947773999582466, 38.506376000226382 ], [ -122.94603200005821, 38.506657999660156 ], [ -122.943847999769815, 38.505686000021392 ], [ -122.942707999945014, 38.504070000066172 ], [ -122.942985999779353, 38.50121400013397 ], [ -122.940043000330959, 38.498719999861699 ], [ -122.937264999840707, 38.499587000014969 ], [ -122.934765000083104, 38.501295999992522 ], [ -122.932159999845169, 38.502558999738149 ], [ -122.931644000359455, 38.502562000158733 ], [ -122.928671999700441, 38.506820000316203 ], [ -122.928854000173644, 38.506165999885795 ], [ -122.927791000341742, 38.508204000281033 ], [ -122.924428999695365, 38.510414000104603 ], [ -122.917813000154311, 38.509340999724252 ], [ -122.916213999846875, 38.508660999897877 ], [ -122.915134000296561, 38.508066999649351 ], [ -122.914288000199662, 38.507907000290267 ], [ -122.912274999615434, 38.506878000306251 ], [ -122.911940999704612, 38.50627500001854 ], [ -122.911108000026474, 38.505228999801943 ], [ -122.909285000311371, 38.504206999866092 ], [ -122.908527000078024, 38.502851999916267 ], [ -122.909902999904361, 38.503376000216328 ], [ -122.909288999611036, 38.501262000011067 ], [ -122.911682000136835, 38.500400000247879 ], [ -122.912483000027891, 38.49924600013015 ], [ -122.916347999741205, 38.49679600024394 ], [ -122.916114000287791, 38.494456000223686 ], [ -122.917243000241896, 38.491841999981482 ], [ -122.919533999762166, 38.489850999864352 ], [ -122.920190999713171, 38.485960000100818 ], [ -122.918583000083231, 38.483115000191376 ], [ -122.917106999799472, 38.482201000181931 ], [ -122.912967999551483, 38.482191999891867 ], [ -122.909075000249118, 38.480310999693785 ], [ -122.906890000135746, 38.476591999697661 ], [ -122.906332999743839, 38.473948999999088 ], [ -122.905202999964786, 38.473759000094653 ], [ -122.894883000368921, 38.473629999944549 ], [ -122.890205000170667, 38.473620999990864 ], [ -122.888968000261499, 38.473550999765884 ], [ -122.886333999711283, 38.470642000017584 ], [ -122.88354799972339, 38.471060000196893 ], [ -122.879587999575548, 38.4697680002525 ], [ -122.875419999913561, 38.469421999963025 ], [ -122.870304000047369, 38.472698999878752 ], [ -122.868982999574328, 38.471238000314912 ], [ -122.866791999613199, 38.470674000153991 ], [ -122.864803000216753, 38.474623000122435 ], [ -122.862142999727254, 38.474249000235268 ], [ -122.861279999911901, 38.475782000295702 ], [ -122.859494999831639, 38.476709999842569 ], [ -122.860694999930885, 38.478755000263078 ], [ -122.859659999688091, 38.479403999942164 ], [ -122.853195999584671, 38.481039999896417 ], [ -122.851613999894013, 38.482013000139929 ], [ -122.852239999882897, 38.485383000261685 ], [ -122.851283000356219, 38.484474999718785 ], [ -122.849386000122976, 38.483588999665123 ], [ -122.847375000086913, 38.483438000214143 ], [ -122.842484000351632, 38.484429999677033 ], [ -122.842372000198651, 38.484576000257164 ], [ -122.841649999950278, 38.485264000339342 ], [ -122.84500099982769, 38.488797999760664 ], [ -122.844256000013075, 38.492296999732361 ], [ -122.848066000373123, 38.495786000168948 ], [ -122.84942899978067, 38.496180999980481 ], [ -122.849659999759368, 38.496192000152469 ], [ -122.8529920002685, 38.49415499992989 ], [ -122.853705000296031, 38.495780000169361 ], [ -122.85659800041401, 38.497414000110489 ], [ -122.857224000402923, 38.498627999810353 ], [ -122.857605000169414, 38.501964000094524 ], [ -122.858643999711859, 38.502386999788577 ], [ -122.861022999993963, 38.50322900010503 ], [ -122.861459000012047, 38.502798999945973 ], [ -122.865158999868896, 38.50147100020137 ], [ -122.86684400039006, 38.497653000145775 ], [ -122.86982100017363, 38.496323999976354 ], [ -122.873298000447718, 38.496154999886812 ], [ -122.877774999906208, 38.49692600016477 ], [ -122.878282000069404, 38.494270000085486 ], [ -122.879200999961256, 38.493748999716146 ], [ -122.881448999823789, 38.494181000042261 ], [ -122.883435999570409, 38.492409999713388 ], [ -122.885287999597807, 38.49157700001556 ], [ -122.888287000021023, 38.491970000064313 ], [ -122.889591999702247, 38.493370000231366 ], [ -122.893044999686893, 38.493785999811351 ], [ -122.890910999627195, 38.493771000098079 ], [ -122.888205999830177, 38.495501000339353 ], [ -122.886229999954196, 38.497815999703199 ], [ -122.885784999715284, 38.499915999678819 ], [ -122.885670000087543, 38.500656000006614 ], [ -122.88505999999218, 38.503043000122382 ], [ -122.884439000026163, 38.505840999858755 ], [ -122.882988999681672, 38.508783000000363 ], [ -122.884444999873949, 38.511712999989292 ], [ -122.883957999802234, 38.513880999680993 ], [ -122.883029999689541, 38.514963999795754 ], [ -122.88605900025, 38.516850000108924 ], [ -122.89018000005629, 38.517922000176597 ], [ -122.889610999968809, 38.520147999689179 ], [ -122.885490000162477, 38.519787000280935 ], [ -122.88417799991025, 38.520932999913633 ], [ -122.876474000422931, 38.521465000259809 ], [ -122.872797000132323, 38.520538000208283 ], [ -122.867627999664364, 38.518448000066421 ], [ -122.866862999758311, 38.518647000177104 ], [ -122.866052999646385, 38.524513999917254 ], [ -122.867131000445212, 38.526325999768815 ], [ -122.868273999744744, 38.52937800009996 ], [ -122.868005999956154, 38.535327000335947 ], [ -122.870338000382588, 38.536013999899808 ], [ -122.873160000355455, 38.534401000292362 ], [ -122.87640499992763, 38.533885999680088 ], [ -122.879980000111019, 38.534161999957718 ], [ -122.881838999811137, 38.534813999881138 ], [ -122.883618000043612, 38.537228000184996 ], [ -122.888162000347549, 38.539413999690161 ], [ -122.890811000068055, 38.539333000247652 ], [ -122.89234199970511, 38.538261000100455 ], [ -122.895183999769472, 38.538198000000506 ], [ -122.897575999572041, 38.537713999857175 ], [ -122.900035000220086, 38.538174000081732 ], [ -122.902728000321531, 38.537398999923575 ], [ -122.906029999795138, 38.538188999680571 ], [ -122.908131000242889, 38.537957999749935 ], [ -122.910256999906679, 38.539193000241333 ], [ -122.913444999577465, 38.539875000141564 ], [ -122.915397000062285, 38.539226999876469 ], [ -122.916365000357942, 38.539537000230688 ], [ -122.919922999924566, 38.538597999809653 ], [ -122.926771999992468, 38.541453000161276 ], [ -122.927485000019985, 38.542608000213384 ], [ -122.929193999932266, 38.543094999882186 ], [ -122.932598000411417, 38.543193000289826 ], [ -122.936732999563134, 38.544570999853434 ], [ -122.938039999792522, 38.54461099990327 ], [ -122.941127000079277, 38.545668999889365 ], [ -122.943703999829751, 38.545727999967582 ], [ -122.949752000006555, 38.548298999957744 ], [ -122.952529999598525, 38.548269999795231 ], [ -122.955206999806435, 38.549832999708379 ], [ -122.957324999972641, 38.54876499973016 ], [ -122.962824000153432, 38.549340999976074 ], [ -122.963652999633595, 38.551163000305174 ], [ -122.965140999612942, 38.550891000143267 ], [ -122.966040000311622, 38.550304999748761 ], [ -122.963466000035851, 38.548024000271695 ], [ -122.961269000226977, 38.54702699973744 ], [ -122.962135000415358, 38.544908000209723 ], [ -122.962670000167662, 38.54461099990327 ], [ -122.962332000058851, 38.54357799984566 ], [ -122.961687999628296, 38.543194999909574 ], [ -122.961352999892569, 38.542805999745084 ], [ -122.961635999749774, 38.542717999786305 ], [ -122.962330000409025, 38.542909000318545 ], [ -122.963010999751191, 38.542841000297571 ], [ -122.963144999645479, 38.542554000182641 ], [ -122.962732000091933, 38.541597000015493 ], [ -122.962717000023318, 38.54104499994542 ], [ -122.962917999864786, 38.540791000147287 ], [ -122.963506000218828, 38.540635999677612 ], [ -122.962757000206295, 38.540442999736534 ], [ -122.962630999809605, 38.539899000195433 ], [ -122.961721000138596, 38.539718999947667 ], [ -122.961429999885439, 38.539367999679612 ], [ -122.960844999904424, 38.53930300011865 ], [ -122.960314000350095, 38.53978600025259 ], [ -122.95922800005367, 38.539894000214176 ], [ -122.957924000197337, 38.540337000298507 ], [ -122.958007999862929, 38.539094000137688 ], [ -122.956664999648567, 38.538723999956417 ], [ -122.955760999825316, 38.537694000025091 ], [ -122.956570000112322, 38.537368999690635 ], [ -122.956177999576838, 38.536529999937109 ], [ -122.954893999812015, 38.535618000139003 ], [ -122.954049000438317, 38.536115999751267 ], [ -122.954066000156772, 38.535035000135203 ], [ -122.954748000222139, 38.533484999724678 ], [ -122.955883000024031, 38.531201000196702 ], [ -122.958603999714597, 38.530853999752665 ], [ -122.959310000069436, 38.529596000189947 ], [ -122.962127999844355, 38.527014000281675 ], [ -122.961218000173318, 38.52494799996672 ], [ -122.958768999571035, 38.522536999771283 ], [ -122.958140000107406, 38.520366999754231 ], [ -122.957985000296716, 38.517888999772119 ], [ -122.958361999865261, 38.514938000156498 ], [ -122.961080999905988, 38.510614999752455 ], [ -122.963226999661259, 38.511174999847704 ], [ -122.967380000152957, 38.509108000105812 ], [ -122.969162999685082, 38.50863000004631 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153706", "NAME": "Census Tract 1537.06", "state": "06", "county_fips": "097", "tract": "153706", "county_name": "Sonoma County", "tot_pop_2050": 4638, "tot_pop_pov_det_2050": 4638, "tot_pop_civ_ni_2050": 4629, "tot_hh_2050": 2065, "pop_zvhhs_2050": 59, "tot_fam_2050": 1147, "tot_pop_over5_2050": 4408, "pop_hus_rent50_2050": 146, "pop_minority_2050": 732, "pop_over75_2050": 312, "pop_spfam_2050": 87, "pop_lep_2050": 32, "pop_below200_2050": 987, "pop_disability_2050": 740, "pct_minority_2050": 0.15782664941785252, "pct_over75_2050": 0.067270375161707627, "pct_spfam_2050": 0.075850043591979069, "pct_lep_2050": 0.0072595281306715061, "pct_below200_2050": 0.2128072445019405, "pct_disab_2050": 0.15986174119680274, "pct_zvhhs_2050": 0.028571428571428567, "pct_hus_rent50_2050": 0.070702179176755447, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.049311094996373997, "pct_minority_2040": 0.116751269035533, "pct_spfam_2040": 0.052472250252270002, "pct_lep_2040": 0.022272842318400002, "pct_below200_2040": 0.26658595641646499, "pct_disab_2040": 0.119410200628475, "pct_zvhhs_2040": 0.012486427795874, "pct_hus_rent50_2040": 0.038590604026845998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.965774999997748, 38.497044999810882 ], [ -122.963964999803153, 38.496376999789653 ], [ -122.963161000437324, 38.495813999926128 ], [ -122.961790999560463, 38.49488199975152 ], [ -122.960604999704927, 38.491553000018257 ], [ -122.961046999570797, 38.487894000259658 ], [ -122.962212000408257, 38.48690799999531 ], [ -122.961962000162998, 38.485911999872364 ], [ -122.961910000284476, 38.482652999787206 ], [ -122.959906999745982, 38.481814000055024 ], [ -122.958304999963843, 38.479770999895166 ], [ -122.958125000038805, 38.478063999899092 ], [ -122.95268799978227, 38.476055000287801 ], [ -122.9518659999748, 38.473344000320516 ], [ -122.948639999770876, 38.46923099995189 ], [ -122.948494000181014, 38.468246999989859 ], [ -122.949372999889874, 38.465685999935751 ], [ -122.948440999579233, 38.462401000234458 ], [ -122.948026000375876, 38.462986000098596 ], [ -122.945841000262533, 38.462593999795466 ], [ -122.945165999869829, 38.461377000073149 ], [ -122.943855000340818, 38.462687999875747 ], [ -122.940024999889303, 38.463202000288263 ], [ -122.93848699968126, 38.462715000310126 ], [ -122.93591800032668, 38.460963999876199 ], [ -122.935053999788096, 38.458728000223203 ], [ -122.934600000226666, 38.457655999923993 ], [ -122.931627999567638, 38.456197000118742 ], [ -122.930218000304393, 38.45454799977869 ], [ -122.929398999971681, 38.451925000185497 ], [ -122.925456000440576, 38.448362999997066 ], [ -122.92561100025128, 38.447461999912555 ], [ -122.921878999709051, 38.446620000229466 ], [ -122.91968600009811, 38.444340000003294 ], [ -122.916597999986436, 38.44393499972913 ], [ -122.912261000270064, 38.444339000227785 ], [ -122.910014000232422, 38.445063000117067 ], [ -122.909122000104759, 38.444298000273271 ], [ -122.890076000299231, 38.444529000244671 ], [ -122.88773800002501, 38.444054000319944 ], [ -122.886799999866597, 38.442530999993018 ], [ -122.884769999563957, 38.442931999818867 ], [ -122.883539000400887, 38.443249000278414 ], [ -122.881757999620262, 38.443546999886948 ], [ -122.876912999915774, 38.444264999915497 ], [ -122.872696999674858, 38.444897999926113 ], [ -122.862294000238336, 38.446439999664385 ], [ -122.861387000042043, 38.446515000306171 ], [ -122.861406000308619, 38.450513999767168 ], [ -122.852480000082409, 38.450862000084797 ], [ -122.844895000420777, 38.451058999700621 ], [ -122.834645000246795, 38.452169000260135 ], [ -122.83535400007635, 38.456028999813235 ], [ -122.833799999974786, 38.461125999872536 ], [ -122.834847999738045, 38.462340000327742 ], [ -122.836659999582494, 38.462568999768457 ], [ -122.84039700014759, 38.467287999770903 ], [ -122.841177000122272, 38.468674999996495 ], [ -122.841496999789399, 38.469212000217674 ], [ -122.841158999680616, 38.470149000319509 ], [ -122.841321999887228, 38.470688999751523 ], [ -122.841133999566239, 38.471590000234542 ], [ -122.841275999856464, 38.471942999938747 ], [ -122.842439999970708, 38.472954000219701 ], [ -122.842819000087388, 38.47442299996905 ], [ -122.842773000056653, 38.47568500027112 ], [ -122.842727000025889, 38.478626999913907 ], [ -122.845308999799229, 38.480621999914163 ], [ -122.846015999979002, 38.483031000146376 ], [ -122.843117000013208, 38.484046999981345 ], [ -122.842484000351632, 38.484429999677033 ], [ -122.847375000086913, 38.483438000214143 ], [ -122.849386000122976, 38.483588999665123 ], [ -122.851283000356219, 38.484474999718785 ], [ -122.852239999882897, 38.485383000261685 ], [ -122.851613999894013, 38.482013000139929 ], [ -122.853195999584671, 38.481039999896417 ], [ -122.859659999688091, 38.479403999942164 ], [ -122.860694999930885, 38.478755000263078 ], [ -122.859494999831639, 38.476709999842569 ], [ -122.861279999911901, 38.475782000295702 ], [ -122.862142999727254, 38.474249000235268 ], [ -122.864803000216753, 38.474623000122435 ], [ -122.866791999613199, 38.470674000153991 ], [ -122.868982999574328, 38.471238000314912 ], [ -122.870304000047369, 38.472698999878752 ], [ -122.875419999913561, 38.469421999963025 ], [ -122.879587999575548, 38.4697680002525 ], [ -122.88354799972339, 38.471060000196893 ], [ -122.886333999711283, 38.470642000017584 ], [ -122.888968000261499, 38.473550999765884 ], [ -122.890205000170667, 38.473620999990864 ], [ -122.894883000368921, 38.473629999944549 ], [ -122.905202999964786, 38.473759000094653 ], [ -122.906332999743839, 38.473948999999088 ], [ -122.906890000135746, 38.476591999697661 ], [ -122.909075000249118, 38.480310999693785 ], [ -122.912967999551483, 38.482191999891867 ], [ -122.917106999799472, 38.482201000181931 ], [ -122.918583000083231, 38.483115000191376 ], [ -122.920190999713171, 38.485960000100818 ], [ -122.919533999762166, 38.489850999864352 ], [ -122.917243000241896, 38.491841999981482 ], [ -122.916114000287791, 38.494456000223686 ], [ -122.916347999741205, 38.49679600024394 ], [ -122.912483000027891, 38.49924600013015 ], [ -122.911682000136835, 38.500400000247879 ], [ -122.909288999611036, 38.501262000011067 ], [ -122.909902999904361, 38.503376000216328 ], [ -122.908527000078024, 38.502851999916267 ], [ -122.909285000311371, 38.504206999866092 ], [ -122.911108000026474, 38.505228999801943 ], [ -122.911940999704612, 38.50627500001854 ], [ -122.912274999615434, 38.506878000306251 ], [ -122.914288000199662, 38.507907000290267 ], [ -122.915134000296561, 38.508066999649351 ], [ -122.916213999846875, 38.508660999897877 ], [ -122.917813000154311, 38.509340999724252 ], [ -122.924428999695365, 38.510414000104603 ], [ -122.927791000341742, 38.508204000281033 ], [ -122.928854000173644, 38.506165999885795 ], [ -122.928671999700441, 38.506820000316203 ], [ -122.931644000359455, 38.502562000158733 ], [ -122.932159999845169, 38.502558999738149 ], [ -122.934765000083104, 38.501295999992522 ], [ -122.937264999840707, 38.499587000014969 ], [ -122.940043000330959, 38.498719999861699 ], [ -122.942985999779353, 38.50121400013397 ], [ -122.942707999945014, 38.504070000066172 ], [ -122.943847999769815, 38.505686000021392 ], [ -122.94603200005821, 38.506657999660156 ], [ -122.947773999582466, 38.506376000226382 ], [ -122.950235999705228, 38.504538999854987 ], [ -122.952122000067831, 38.50386800007054 ], [ -122.957088000146172, 38.503617000170529 ], [ -122.961042000446227, 38.503987999850885 ], [ -122.961854000207964, 38.503492999731812 ], [ -122.961850999834923, 38.503403999835285 ], [ -122.962338999731557, 38.498351999654425 ], [ -122.963941000412021, 38.497839999723347 ], [ -122.965774999997748, 38.497044999810882 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153801", "NAME": "Census Tract 1538.01", "state": "06", "county_fips": "097", "tract": "153801", "county_name": "Sonoma County", "tot_pop_2050": 10481, "tot_pop_pov_det_2050": 10450, "tot_pop_civ_ni_2050": 10462, "tot_hh_2050": 3161, "pop_zvhhs_2050": 30, "tot_fam_2050": 2703, "tot_pop_over5_2050": 10035, "pop_hus_rent50_2050": 147, "pop_minority_2050": 4807, "pop_over75_2050": 505, "pop_spfam_2050": 243, "pop_lep_2050": 532, "pop_below200_2050": 1871, "pop_disability_2050": 1024, "pct_minority_2050": 0.4586394428012594, "pct_over75_2050": 0.048182425341093404, "pct_spfam_2050": 0.08990011098779134, "pct_lep_2050": 0.053014449427005478, "pct_below200_2050": 0.17904306220095695, "pct_disab_2050": 0.097878034792582669, "pct_zvhhs_2050": 0.0094906675102815561, "pct_hus_rent50_2050": 0.046504270800379617, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.043396048028742001, "pct_minority_2040": 0.41694242223692896, "pct_spfam_2040": 0.13581183611532599, "pct_lep_2040": 0.048790282100190999, "pct_below200_2040": 0.23310266375959801, "pct_disab_2040": 0.098264251161907998, "pct_zvhhs_2040": 0.042092231507272988, "pct_hus_rent50_2040": 0.059069020866774007, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.890910999627195, 38.493771000098079 ], [ -122.893044999686893, 38.493785999811351 ], [ -122.889591999702247, 38.493370000231366 ], [ -122.888287000021023, 38.491970000064313 ], [ -122.885287999597807, 38.49157700001556 ], [ -122.883435999570409, 38.492409999713388 ], [ -122.881448999823789, 38.494181000042261 ], [ -122.879200999961256, 38.493748999716146 ], [ -122.878282000069404, 38.494270000085486 ], [ -122.877774999906208, 38.49692600016477 ], [ -122.873298000447718, 38.496154999886812 ], [ -122.86982100017363, 38.496323999976354 ], [ -122.86684400039006, 38.497653000145775 ], [ -122.865158999868896, 38.50147100020137 ], [ -122.861459000012047, 38.502798999945973 ], [ -122.861022999993963, 38.50322900010503 ], [ -122.858643999711859, 38.502386999788577 ], [ -122.857605000169414, 38.501964000094524 ], [ -122.857224000402923, 38.498627999810353 ], [ -122.85659800041401, 38.497414000110489 ], [ -122.853705000296031, 38.495780000169361 ], [ -122.8529920002685, 38.49415499992989 ], [ -122.849659999759368, 38.496192000152469 ], [ -122.84942899978067, 38.496180999980481 ], [ -122.848066000373123, 38.495786000168948 ], [ -122.844256000013075, 38.492296999732361 ], [ -122.84500099982769, 38.488797999760664 ], [ -122.841649999950278, 38.485264000339342 ], [ -122.842372000198651, 38.484576000257164 ], [ -122.841079000212972, 38.484371999894286 ], [ -122.836984000345922, 38.482136000327614 ], [ -122.835555999742709, 38.481820999770491 ], [ -122.828631000405181, 38.483037999743644 ], [ -122.830324000423929, 38.482882000118714 ], [ -122.827042999968398, 38.483945000178174 ], [ -122.825590000149191, 38.485492000201361 ], [ -122.825745999784786, 38.495025999992698 ], [ -122.82697400037145, 38.496686999826714 ], [ -122.82581899957971, 38.499372999997597 ], [ -122.825845000417317, 38.500346999879348 ], [ -122.825895999572609, 38.503297999965092 ], [ -122.826004000425954, 38.510832999739911 ], [ -122.821317999831777, 38.510868999938751 ], [ -122.821459000297097, 38.518220999936013 ], [ -122.821362000212702, 38.521257999994013 ], [ -122.817192000002578, 38.521726000174205 ], [ -122.816810000411152, 38.524798000125763 ], [ -122.811367000306859, 38.525519000221117 ], [ -122.801964000054681, 38.525744999771895 ], [ -122.800295000325377, 38.52578699985277 ], [ -122.79806800037926, 38.525818000047323 ], [ -122.816783999573602, 38.547255000086558 ], [ -122.826048999733487, 38.557761000299848 ], [ -122.831150000429361, 38.563345999807211 ], [ -122.833107999863657, 38.565468000187202 ], [ -122.833642999615932, 38.566049999822255 ], [ -122.840116999765115, 38.573112999916859 ], [ -122.841382000161687, 38.573746999779033 ], [ -122.842710000307434, 38.576687999717365 ], [ -122.850985000430384, 38.591058000179359 ], [ -122.852276999692819, 38.593657000183867 ], [ -122.855319999598649, 38.595993999967178 ], [ -122.857578000405226, 38.597154999797539 ], [ -122.859284999769386, 38.586819000053453 ], [ -122.859143000377458, 38.586133999855214 ], [ -122.857797999614931, 38.58362099993483 ], [ -122.857891000399675, 38.580559999755707 ], [ -122.85642500016165, 38.576629999813598 ], [ -122.855934999716879, 38.574925000270397 ], [ -122.852681999748768, 38.571378999805226 ], [ -122.851624999764667, 38.567042999921313 ], [ -122.851337999709486, 38.564702999901996 ], [ -122.852817000366301, 38.56396199965117 ], [ -122.853198000132807, 38.561439999979733 ], [ -122.855122999955157, 38.559877000228184 ], [ -122.856104999596198, 38.557966999901943 ], [ -122.858534000107014, 38.554763000140852 ], [ -122.858023999570761, 38.549539999660688 ], [ -122.858893000132198, 38.547758000062714 ], [ -122.856814000324079, 38.543490999934662 ], [ -122.857004000294879, 38.542710999665225 ], [ -122.859304000035962, 38.540269999804231 ], [ -122.860890999749472, 38.539568999982663 ], [ -122.861516999738356, 38.537036000129667 ], [ -122.859242999936598, 38.534503000322772 ], [ -122.856923999928952, 38.533342999686496 ], [ -122.85721400035716, 38.532068999940449 ], [ -122.859803999628127, 38.530110999887505 ], [ -122.861730000173694, 38.5304210001729 ], [ -122.862645999692518, 38.528613000180833 ], [ -122.862279999994598, 38.526995000321072 ], [ -122.863531000147489, 38.524951000157117 ], [ -122.862403999843167, 38.52271100027329 ], [ -122.860571000082345, 38.521051999953322 ], [ -122.860417999921467, 38.518572000055215 ], [ -122.861455999638991, 38.517984999756678 ], [ -122.863957999944745, 38.517892999715464 ], [ -122.865544999658283, 38.515382999661938 ], [ -122.867277999860022, 38.514223000071475 ], [ -122.868682999998654, 38.513551000329045 ], [ -122.870084999764273, 38.513746999964695 ], [ -122.877129999650734, 38.517134999805066 ], [ -122.879676000337398, 38.517037999919218 ], [ -122.883029999689541, 38.514963999795754 ], [ -122.883957999802234, 38.513880999680993 ], [ -122.884444999873949, 38.511712999989292 ], [ -122.882988999681672, 38.508783000000363 ], [ -122.884439000026163, 38.505840999858755 ], [ -122.88505999999218, 38.503043000122382 ], [ -122.885670000087543, 38.500656000006614 ], [ -122.885784999715284, 38.499915999678819 ], [ -122.886229999954196, 38.497815999703199 ], [ -122.888205999830177, 38.495501000339353 ], [ -122.890910999627195, 38.493771000098079 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153804", "NAME": "Census Tract 1538.04", "state": "06", "county_fips": "097", "tract": "153804", "county_name": "Sonoma County", "tot_pop_2050": 3493, "tot_pop_pov_det_2050": 3493, "tot_pop_civ_ni_2050": 3493, "tot_hh_2050": 1183, "pop_zvhhs_2050": 55, "tot_fam_2050": 944, "tot_pop_over5_2050": 3326, "pop_hus_rent50_2050": 47, "pop_minority_2050": 1497, "pop_over75_2050": 254, "pop_spfam_2050": 118, "pop_lep_2050": 228, "pop_below200_2050": 168, "pop_disability_2050": 432, "pct_minority_2050": 0.42857142857142855, "pct_over75_2050": 0.072716862296020632, "pct_spfam_2050": 0.125, "pct_lep_2050": 0.068550811785929047, "pct_below200_2050": 0.048096192384769539, "pct_disab_2050": 0.12367592327512167, "pct_zvhhs_2050": 0.046491969568892635, "pct_hus_rent50_2050": 0.039729501267962805, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.085402786190187999, "pct_minority_2040": 0.29164142943670501, "pct_spfam_2040": 0.091295116772824009, "pct_lep_2040": 0.026688632619439996, "pct_below200_2040": 0.12352048558421901, "pct_disab_2040": 0.089945487583282996, "pct_zvhhs_2040": 0.028936170212766003, "pct_hus_rent50_2040": 0.043889845094664003, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.816610000394647, 38.561778000197783 ], [ -122.82317599970699, 38.561819000060048 ], [ -122.815674999710936, 38.553924000274428 ], [ -122.809440999761307, 38.54832099983102 ], [ -122.808315000180187, 38.54703100016885 ], [ -122.806802999911397, 38.546435999941174 ], [ -122.806414999573903, 38.547660000255348 ], [ -122.807377999846679, 38.549246000098385 ], [ -122.807396000288335, 38.556422000087288 ], [ -122.807408999808843, 38.562071999788991 ], [ -122.814257000051782, 38.561911000128354 ], [ -122.816610000394647, 38.561778000197783 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153806", "NAME": "Census Tract 1538.06", "state": "06", "county_fips": "097", "tract": "153806", "county_name": "Sonoma County", "tot_pop_2050": 3344, "tot_pop_pov_det_2050": 3332, "tot_pop_civ_ni_2050": 3344, "tot_hh_2050": 1207, "pop_zvhhs_2050": 126, "tot_fam_2050": 862, "tot_pop_over5_2050": 3209, "pop_hus_rent50_2050": 102, "pop_minority_2050": 1217, "pop_over75_2050": 284, "pop_spfam_2050": 89, "pop_lep_2050": 100, "pop_below200_2050": 625, "pop_disability_2050": 321, "pct_minority_2050": 0.36393540669856461, "pct_over75_2050": 0.084928229665071769, "pct_spfam_2050": 0.10324825986078888, "pct_lep_2050": 0.03116235587410408, "pct_below200_2050": 0.18757503001200479, "pct_disab_2050": 0.095992822966507158, "pct_zvhhs_2050": 0.10439105219552609, "pct_hus_rent50_2050": 0.084507042253521125, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.12775735294117599, "pct_minority_2040": 0.28247549019607798, "pct_spfam_2040": 0.047304730473047001, "pct_lep_2040": 0.028028350515463998, "pct_below200_2040": 0.15594362745098, "pct_disab_2040": 0.10049019607843099, "pct_zvhhs_2040": 0.13818181818181799, "pct_hus_rent50_2040": 0.12408223201174699, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.807408999808843, 38.562071999788991 ], [ -122.807396000288335, 38.556422000087288 ], [ -122.807377999846679, 38.549246000098385 ], [ -122.806414999573903, 38.547660000255348 ], [ -122.806802999911397, 38.546435999941174 ], [ -122.804913000249186, 38.545615000049196 ], [ -122.797948999655233, 38.542104000223226 ], [ -122.795551999829812, 38.540913999738301 ], [ -122.794837999977375, 38.545712000058316 ], [ -122.797935000309877, 38.54607900011127 ], [ -122.797938999609514, 38.5477249999919 ], [ -122.798060999808257, 38.551138000095612 ], [ -122.798025999648146, 38.558758000209686 ], [ -122.798034000044055, 38.560701999906264 ], [ -122.799118999617264, 38.561861999701996 ], [ -122.799368999862509, 38.561996999978888 ], [ -122.804195000198789, 38.562077999882796 ], [ -122.805324999977813, 38.562130999753172 ], [ -122.807408999808843, 38.562071999788991 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153807", "NAME": "Census Tract 1538.07", "state": "06", "county_fips": "097", "tract": "153807", "county_name": "Sonoma County", "tot_pop_2050": 3622, "tot_pop_pov_det_2050": 3622, "tot_pop_civ_ni_2050": 3622, "tot_hh_2050": 1385, "pop_zvhhs_2050": 13, "tot_fam_2050": 1109, "tot_pop_over5_2050": 3552, "pop_hus_rent50_2050": 0, "pop_minority_2050": 880, "pop_over75_2050": 317, "pop_spfam_2050": 72, "pop_lep_2050": 0, "pop_below200_2050": 246, "pop_disability_2050": 353, "pct_minority_2050": 0.24295969077857535, "pct_over75_2050": 0.087520706791827718, "pct_spfam_2050": 0.064923354373309289, "pct_lep_2050": 0.0, "pct_below200_2050": 0.06791827719491994, "pct_disab_2050": 0.09745996686913308, "pct_zvhhs_2050": 0.0093862815884476515, "pct_hus_rent50_2050": 0.0, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.041676942046856007, "pct_minority_2040": 0.14574599260172599, "pct_spfam_2040": 0.13499111900532901, "pct_lep_2040": 0.010820797044075001, "pct_below200_2040": 0.152897657213317, "pct_disab_2040": 0.075709001233045983, "pct_zvhhs_2040": 0.018194541637508999, "pct_hus_rent50_2040": 0.011896431070678998, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.803375999866049, 38.565132999682717 ], [ -122.804195000198789, 38.562077999882796 ], [ -122.799368999862509, 38.561996999978888 ], [ -122.799118999617264, 38.561861999701996 ], [ -122.798034000044055, 38.560701999906264 ], [ -122.798025999648146, 38.558758000209686 ], [ -122.798060999808257, 38.551138000095612 ], [ -122.797938999609514, 38.5477249999919 ], [ -122.797935000309877, 38.54607900011127 ], [ -122.794837999977375, 38.545712000058316 ], [ -122.795551999829812, 38.540913999738301 ], [ -122.793482000242506, 38.540097000158475 ], [ -122.788569999692541, 38.540334999896643 ], [ -122.786481999663579, 38.540333000197357 ], [ -122.780056999918244, 38.540329000095952 ], [ -122.774491999615179, 38.54028600022157 ], [ -122.774501999660913, 38.545314000028128 ], [ -122.772225000384381, 38.546825000143009 ], [ -122.769933000140924, 38.546240999870001 ], [ -122.769788000375968, 38.545301999851752 ], [ -122.766900000280856, 38.545297000246094 ], [ -122.762427000122003, 38.547841000045977 ], [ -122.762012999845211, 38.549839999838767 ], [ -122.758411999722554, 38.551936999991327 ], [ -122.757365999609107, 38.55361299974723 ], [ -122.753741999920237, 38.554034999759573 ], [ -122.752334000306845, 38.554952999943957 ], [ -122.751279999797461, 38.554705000100881 ], [ -122.739950000073151, 38.558221000146744 ], [ -122.740806000215798, 38.557014999931305 ], [ -122.737524999760296, 38.555390000044198 ], [ -122.737041000061623, 38.554992999838561 ], [ -122.736092999857433, 38.554881999725048 ], [ -122.734973999949062, 38.55537099985073 ], [ -122.734680000221189, 38.555908999763275 ], [ -122.733644999978381, 38.556456000006754 ], [ -122.733481999771769, 38.557249000013933 ], [ -122.732840999714242, 38.557183999755168 ], [ -122.730983999663977, 38.55770400017952 ], [ -122.729697000424437, 38.556416999849823 ], [ -122.728849999604265, 38.554849999761799 ], [ -122.728168000437194, 38.554501000291197 ], [ -122.724158999885532, 38.550822999942056 ], [ -122.72207300040472, 38.549455000085175 ], [ -122.719997999896222, 38.549508999851938 ], [ -122.719176999913671, 38.54980799973891 ], [ -122.71365799964137, 38.549859000088901 ], [ -122.709281999566926, 38.548685999747654 ], [ -122.701997000379251, 38.551488999825317 ], [ -122.697089999852167, 38.554657999682966 ], [ -122.694458999674993, 38.557540000332935 ], [ -122.692964999847831, 38.558581000294673 ], [ -122.690944999590982, 38.560977000270199 ], [ -122.69209899965945, 38.562932000165539 ], [ -122.689798000093475, 38.564100999679397 ], [ -122.683769000183247, 38.564161999824215 ], [ -122.684110999591695, 38.567271000005931 ], [ -122.681026999677997, 38.569949999837156 ], [ -122.680053000432864, 38.570464999943553 ], [ -122.677711999785586, 38.569661000185747 ], [ -122.675874999826803, 38.571535000138397 ], [ -122.673745999789958, 38.572154999753003 ], [ -122.675582999748784, 38.574609000342484 ], [ -122.674358000433472, 38.576980000022843 ], [ -122.67724999982822, 38.582219999660559 ], [ -122.679461999705765, 38.58379100033568 ], [ -122.680583000162272, 38.585683000327379 ], [ -122.681045000119653, 38.58830200020185 ], [ -122.68253200027408, 38.59040099986634 ], [ -122.683161999562614, 38.593366999908042 ], [ -122.682925999561078, 38.594407999670743 ], [ -122.684796000030133, 38.59553800026422 ], [ -122.687603999759318, 38.600585000104992 ], [ -122.687893000362621, 38.603257999838817 ], [ -122.68929199975517, 38.605514999794899 ], [ -122.690665000106804, 38.606774000108601 ], [ -122.694724999813758, 38.608371000097108 ], [ -122.696678000123498, 38.608419000080644 ], [ -122.699849999900763, 38.609901999762343 ], [ -122.701341000253151, 38.611384999677007 ], [ -122.70505199998064, 38.611302999653532 ], [ -122.707747999556801, 38.612208999982919 ], [ -122.710192000136246, 38.6141309997723 ], [ -122.71157899983325, 38.613966000064522 ], [ -122.715122000229584, 38.614943000346983 ], [ -122.718924000193681, 38.614096000248871 ], [ -122.722306000033214, 38.613809999953524 ], [ -122.722963999809153, 38.612953000190622 ], [ -122.726877999926259, 38.612726000072513 ], [ -122.727970000070471, 38.613434999986076 ], [ -122.729651000393645, 38.613098999754101 ], [ -122.734236999632088, 38.613273000095774 ], [ -122.736097999880329, 38.611525999712214 ], [ -122.737968000349383, 38.61129400006471 ], [ -122.739943000400444, 38.611990999820918 ], [ -122.740706999583267, 38.613248999976896 ], [ -122.743368999722591, 38.61540699985769 ], [ -122.744567999996917, 38.617465999861203 ], [ -122.747559000024211, 38.618486000336894 ], [ -122.750528000310197, 38.618319999949904 ], [ -122.750898000206064, 38.616815000258853 ], [ -122.750196000049172, 38.614732999712032 ], [ -122.75097900039691, 38.613397999649102 ], [ -122.753428000100882, 38.612096000017019 ], [ -122.755773999872702, 38.611807000095958 ], [ -122.75671799987893, 38.613339999917109 ], [ -122.758692000105043, 38.613775000273492 ], [ -122.761325999756949, 38.612012000293568 ], [ -122.766838000356557, 38.61052599987314 ], [ -122.767784000012583, 38.609531999774966 ], [ -122.771410000249602, 38.610010999941167 ], [ -122.772473000081504, 38.610512999779964 ], [ -122.775038000136419, 38.609642000103307 ], [ -122.775386000290979, 38.609142999973123 ], [ -122.776473000412324, 38.604540999968201 ], [ -122.777715000344358, 38.602064000049602 ], [ -122.777653000420088, 38.600261000201307 ], [ -122.777623000282844, 38.600046000110112 ], [ -122.777354999595929, 38.598331999939475 ], [ -122.77403600040391, 38.594486000147789 ], [ -122.766890000235094, 38.589274000179977 ], [ -122.7630969995935, 38.585567000253953 ], [ -122.763267000371144, 38.583745999876335 ], [ -122.766268000444185, 38.579486999828575 ], [ -122.769882000087293, 38.579430000086305 ], [ -122.77124700004299, 38.578058000317782 ], [ -122.773243000010424, 38.577649999960428 ], [ -122.773971000106556, 38.576163000141243 ], [ -122.777065999890937, 38.572110999838877 ], [ -122.780196999660305, 38.571002999951247 ], [ -122.782708000186872, 38.57091199970953 ], [ -122.786896999765261, 38.572068000008578 ], [ -122.792139000028143, 38.574384999978399 ], [ -122.795837000235153, 38.574818999698358 ], [ -122.797745000339049, 38.57409499982402 ], [ -122.798904000430426, 38.569270999783029 ], [ -122.800630999886053, 38.566773999994119 ], [ -122.803375999866049, 38.565132999682717 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153808", "NAME": "Census Tract 1538.08", "state": "06", "county_fips": "097", "tract": "153808", "county_name": "Sonoma County", "tot_pop_2050": 4421, "tot_pop_pov_det_2050": 4363, "tot_pop_civ_ni_2050": 4421, "tot_hh_2050": 1528, "pop_zvhhs_2050": 100, "tot_fam_2050": 1030, "tot_pop_over5_2050": 4245, "pop_hus_rent50_2050": 55, "pop_minority_2050": 2179, "pop_over75_2050": 363, "pop_spfam_2050": 160, "pop_lep_2050": 406, "pop_below200_2050": 1039, "pop_disability_2050": 621, "pct_minority_2050": 0.49287491517756171, "pct_over75_2050": 0.082108120334765888, "pct_spfam_2050": 0.1553398058252427, "pct_lep_2050": 0.095641931684334505, "pct_below200_2050": 0.23813889525555809, "pct_disab_2050": 0.14046595792807054, "pct_zvhhs_2050": 0.065445026178010471, "pct_hus_rent50_2050": 0.035994764397905762, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.094938185211103018, "pct_minority_2040": 0.47119197574061106, "pct_spfam_2040": 0.213717693836978, "pct_lep_2040": 0.10657149889244399, "pct_below200_2040": 0.34834344377041498, "pct_disab_2040": 0.11852543163789099, "pct_zvhhs_2040": 0.038053649407361001, "pct_hus_rent50_2040": 0.064254522769807004, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.826042000060795, 38.562707999921635 ], [ -122.826048999733487, 38.557761000299848 ], [ -122.816783999573602, 38.547255000086558 ], [ -122.79806800037926, 38.525818000047323 ], [ -122.790209000182927, 38.525813999841596 ], [ -122.794138000368633, 38.530087000081707 ], [ -122.793637000053209, 38.53019699982849 ], [ -122.797712999653683, 38.534639999832962 ], [ -122.797947000005436, 38.535071000175876 ], [ -122.797948999655233, 38.542104000223226 ], [ -122.804913000249186, 38.545615000049196 ], [ -122.806802999911397, 38.546435999941174 ], [ -122.808315000180187, 38.54703100016885 ], [ -122.809440999761307, 38.54832099983102 ], [ -122.815674999710936, 38.553924000274428 ], [ -122.82317599970699, 38.561819000060048 ], [ -122.825961999694854, 38.562962999805627 ], [ -122.826042000060795, 38.562707999921635 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153809", "NAME": "Census Tract 1538.09", "state": "06", "county_fips": "097", "tract": "153809", "county_name": "Sonoma County", "tot_pop_2050": 4380, "tot_pop_pov_det_2050": 4380, "tot_pop_civ_ni_2050": 4380, "tot_hh_2050": 1586, "pop_zvhhs_2050": 58, "tot_fam_2050": 1128, "tot_pop_over5_2050": 4221, "pop_hus_rent50_2050": 120, "pop_minority_2050": 1675, "pop_over75_2050": 347, "pop_spfam_2050": 195, "pop_lep_2050": 305, "pop_below200_2050": 1115, "pop_disability_2050": 453, "pct_minority_2050": 0.38242009132420091, "pct_over75_2050": 0.079223744292237441, "pct_spfam_2050": 0.17287234042553193, "pct_lep_2050": 0.07225775882492301, "pct_below200_2050": 0.2545662100456621, "pct_disab_2050": 0.10342465753424658, "pct_zvhhs_2050": 0.036569987389659518, "pct_hus_rent50_2050": 0.075662042875157626, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.054206929059627998, "pct_minority_2040": 0.39382512373320794, "pct_spfam_2040": 0.099145299145299015, "pct_lep_2040": 0.047560374568752999, "pct_below200_2040": 0.21305679943436201, "pct_disab_2040": 0.10205043601225501, "pct_zvhhs_2040": 0.023087071240104999, "pct_hus_rent50_2040": 0.058047493403693994, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.797948999655233, 38.542104000223226 ], [ -122.797947000005436, 38.535071000175876 ], [ -122.797712999653683, 38.534639999832962 ], [ -122.793637000053209, 38.53019699982849 ], [ -122.794138000368633, 38.530087000081707 ], [ -122.790209000182927, 38.525813999841596 ], [ -122.783750999927292, 38.525738000107424 ], [ -122.779311000278739, 38.525711000090034 ], [ -122.774433000063937, 38.525698000104107 ], [ -122.772570999990776, 38.525679999849388 ], [ -122.764947999796007, 38.525670000018287 ], [ -122.764819999749463, 38.526202999831874 ], [ -122.765083000413512, 38.526706000154341 ], [ -122.765126999896154, 38.53048899998889 ], [ -122.765171000277093, 38.531751999946067 ], [ -122.765711000052249, 38.53283600026721 ], [ -122.766834000158596, 38.535127000047211 ], [ -122.767879000447138, 38.536546999683381 ], [ -122.772088999941943, 38.540154000185211 ], [ -122.774491999615179, 38.54028600022157 ], [ -122.780056999918244, 38.540329000095952 ], [ -122.786481999663579, 38.540333000197357 ], [ -122.788569999692541, 38.540334999896643 ], [ -122.793482000242506, 38.540097000158475 ], [ -122.795551999829812, 38.540913999738301 ], [ -122.797948999655233, 38.542104000223226 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153901", "NAME": "Census Tract 1539.01", "state": "06", "county_fips": "097", "tract": "153901", "county_name": "Sonoma County", "tot_pop_2050": 5144, "tot_pop_pov_det_2050": 5144, "tot_pop_civ_ni_2050": 5144, "tot_hh_2050": 2213, "pop_zvhhs_2050": 115, "tot_fam_2050": 1373, "tot_pop_over5_2050": 5053, "pop_hus_rent50_2050": 199, "pop_minority_2050": 1746, "pop_over75_2050": 501, "pop_spfam_2050": 14, "pop_lep_2050": 65, "pop_below200_2050": 693, "pop_disability_2050": 888, "pct_minority_2050": 0.33942457231726281, "pct_over75_2050": 0.097395023328149297, "pct_spfam_2050": 0.010196649672250544, "pct_lep_2050": 0.012863645359192559, "pct_below200_2050": 0.13472006220839813, "pct_disab_2050": 0.17262830482115085, "pct_zvhhs_2050": 0.051965657478535925, "pct_hus_rent50_2050": 0.08992318120198825, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.101334951456311, "pct_minority_2040": 0.30157766990291301, "pct_spfam_2040": 0.082298136645962999, "pct_lep_2040": 0.038203190596137998, "pct_below200_2040": 0.26846590909090901, "pct_disab_2040": 0.14745145631067999, "pct_zvhhs_2040": 0.067695370831259011, "pct_hus_rent50_2040": 0.030287474332649, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.877640000186986, 38.63577000012446 ], [ -122.878235000213763, 38.626250999890651 ], [ -122.874160000438152, 38.626244000187612 ], [ -122.872674999933565, 38.626226999903352 ], [ -122.872623999879934, 38.62795999967706 ], [ -122.864069000272806, 38.627945999902217 ], [ -122.863876999753899, 38.628021999649796 ], [ -122.865038000393383, 38.62987399980927 ], [ -122.864111999930557, 38.630691999672855 ], [ -122.862257000428386, 38.629524999937097 ], [ -122.861260999645324, 38.630203000037383 ], [ -122.858581999787575, 38.628244999663089 ], [ -122.855660000255597, 38.628166000058698 ], [ -122.855182000404696, 38.627857999650622 ], [ -122.854207000436361, 38.627234000127423 ], [ -122.848822999883282, 38.623738000129265 ], [ -122.848697000384874, 38.623689999868191 ], [ -122.848432999895905, 38.623524000296761 ], [ -122.84714099973516, 38.621578000088256 ], [ -122.846287000140649, 38.620978999736124 ], [ -122.846170999789692, 38.619464000271549 ], [ -122.843919999554103, 38.619066000262471 ], [ -122.84350500035076, 38.61671599969182 ], [ -122.843646999742631, 38.616089000180281 ], [ -122.843706000192199, 38.614540000117103 ], [ -122.8440090001409, 38.61121899970356 ], [ -122.848741999692407, 38.612208999982919 ], [ -122.853869000327535, 38.612701999770636 ], [ -122.855000999756413, 38.612442999979926 ], [ -122.856682000079587, 38.611416999729194 ], [ -122.860469999800003, 38.611005999991121 ], [ -122.860443000035829, 38.609512999860669 ], [ -122.861829999732834, 38.60781100002297 ], [ -122.861401000285724, 38.605385000207733 ], [ -122.855815000066286, 38.603445000150295 ], [ -122.855723999829706, 38.60340899995176 ], [ -122.852583999839482, 38.601234000143336 ], [ -122.84895400030284, 38.592894999728628 ], [ -122.849479000009381, 38.592947000215851 ], [ -122.855319999598649, 38.595993999967178 ], [ -122.852276999692819, 38.593657000183867 ], [ -122.850985000430384, 38.591058000179359 ], [ -122.842710000307434, 38.576687999717365 ], [ -122.841382000161687, 38.573746999779033 ], [ -122.840116999765115, 38.573112999916859 ], [ -122.833642999615932, 38.566049999822255 ], [ -122.833107999863657, 38.565468000187202 ], [ -122.831150000429361, 38.563345999807211 ], [ -122.826048999733487, 38.557761000299848 ], [ -122.826042000060795, 38.562707999921635 ], [ -122.825961999694854, 38.562962999805627 ], [ -122.82317599970699, 38.561819000060048 ], [ -122.816610000394647, 38.561778000197783 ], [ -122.814257000051782, 38.561911000128354 ], [ -122.807408999808843, 38.562071999788991 ], [ -122.805324999977813, 38.562130999753172 ], [ -122.804195000198789, 38.562077999882796 ], [ -122.803375999866049, 38.565132999682717 ], [ -122.800630999886053, 38.566773999994119 ], [ -122.798904000430426, 38.569270999783029 ], [ -122.797745000339049, 38.57409499982402 ], [ -122.795837000235153, 38.574818999698358 ], [ -122.792139000028143, 38.574384999978399 ], [ -122.786896999765261, 38.572068000008578 ], [ -122.782708000186872, 38.57091199970953 ], [ -122.780196999660305, 38.571002999951247 ], [ -122.777065999890937, 38.572110999838877 ], [ -122.773971000106556, 38.576163000141243 ], [ -122.773243000010424, 38.577649999960428 ], [ -122.77124700004299, 38.578058000317782 ], [ -122.769882000087293, 38.579430000086305 ], [ -122.766268000444185, 38.579486999828575 ], [ -122.763267000371144, 38.583745999876335 ], [ -122.7630969995935, 38.585567000253953 ], [ -122.766890000235094, 38.589274000179977 ], [ -122.77403600040391, 38.594486000147789 ], [ -122.777354999595929, 38.598331999939475 ], [ -122.777623000282844, 38.600046000110112 ], [ -122.777653000420088, 38.600261000201307 ], [ -122.777715000344358, 38.602064000049602 ], [ -122.776473000412324, 38.604540999968201 ], [ -122.775386000290979, 38.609142999973123 ], [ -122.775038000136419, 38.609642000103307 ], [ -122.772473000081504, 38.610512999779964 ], [ -122.772367999601201, 38.611973000112798 ], [ -122.772914999947375, 38.611979000249981 ], [ -122.774028000007988, 38.611182999895426 ], [ -122.777788000139282, 38.612512999920739 ], [ -122.779887999863803, 38.612421000084709 ], [ -122.782548000353316, 38.61367899971976 ], [ -122.784374000441446, 38.613282999674958 ], [ -122.784212000059725, 38.614093000268859 ], [ -122.785771000184184, 38.618234000156434 ], [ -122.785424999679478, 38.621540999740468 ], [ -122.788736000272209, 38.625726999979491 ], [ -122.789560999554411, 38.630041000124415 ], [ -122.788983000144412, 38.632316999766594 ], [ -122.791431000023493, 38.635583999796836 ], [ -122.793847999940425, 38.636678999875613 ], [ -122.79517100006332, 38.639190000295905 ], [ -122.796813999853327, 38.643944000278154 ], [ -122.796653000194837, 38.645871000224751 ], [ -122.798064000181284, 38.647100999830847 ], [ -122.802348000194229, 38.648080999753226 ], [ -122.803924000037142, 38.64806599994494 ], [ -122.810845000075034, 38.650646000070807 ], [ -122.811315000428309, 38.650563000321796 ], [ -122.812000999793355, 38.650712000335098 ], [ -122.812179000068582, 38.65094499985706 ], [ -122.821369999710328, 38.65336699973701 ], [ -122.822061999821457, 38.654695999912725 ], [ -122.82681399963954, 38.657040000223986 ], [ -122.827824999592906, 38.658227999776095 ], [ -122.829572999863245, 38.6586930000718 ], [ -122.831453000378062, 38.659360000173052 ], [ -122.832429999996222, 38.659028000299671 ], [ -122.837636000274074, 38.659339999835488 ], [ -122.840201000328989, 38.660036999747909 ], [ -122.843241999686683, 38.661525000182685 ], [ -122.847440000384225, 38.6620619999035 ], [ -122.849899999958865, 38.662853000256725 ], [ -122.850453999977745, 38.664083000093413 ], [ -122.853544999564122, 38.666795999807363 ], [ -122.855555999600185, 38.666300999826049 ], [ -122.860181000094997, 38.666254999712073 ], [ -122.861715000105093, 38.664898000240775 ], [ -122.863282999552041, 38.664981999731239 ], [ -122.863265000008695, 38.663786000204581 ], [ -122.868022999674594, 38.662992999843716 ], [ -122.872448000152843, 38.662096000304111 ], [ -122.87104700021213, 38.655395000124962 ], [ -122.872654999842069, 38.655581000245803 ], [ -122.871841000430535, 38.653492000253458 ], [ -122.871655999584291, 38.651896999804173 ], [ -122.871867000369804, 38.650305000192233 ], [ -122.872921999805754, 38.64763900010891 ], [ -122.875111000117087, 38.642448999953707 ], [ -122.877266999918092, 38.637315000239354 ], [ -122.877640000186986, 38.63577000012446 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153902", "NAME": "Census Tract 1539.02", "state": "06", "county_fips": "097", "tract": "153902", "county_name": "Sonoma County", "tot_pop_2050": 4451, "tot_pop_pov_det_2050": 4367, "tot_pop_civ_ni_2050": 4394, "tot_hh_2050": 1648, "pop_zvhhs_2050": 43, "tot_fam_2050": 1170, "tot_pop_over5_2050": 4171, "pop_hus_rent50_2050": 193, "pop_minority_2050": 2133, "pop_over75_2050": 246, "pop_spfam_2050": 222, "pop_lep_2050": 538, "pop_below200_2050": 1179, "pop_disability_2050": 455, "pct_minority_2050": 0.47921815322399458, "pct_over75_2050": 0.05526847899348461, "pct_spfam_2050": 0.18974358974358974, "pct_lep_2050": 0.12898585471110047, "pct_below200_2050": 0.26997939088619188, "pct_disab_2050": 0.10355029585798817, "pct_zvhhs_2050": 0.026092233009708737, "pct_hus_rent50_2050": 0.1171116504854369, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 1, "disab_halfsd_2050": 0, "lep_halfsd_2050": 1, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.045604137282558001, "pct_minority_2040": 0.485190409026798, "pct_spfam_2040": 0.22140896614821601, "pct_lep_2040": 0.13803302933201902, "pct_below200_2040": 0.42904841402337202, "pct_disab_2040": 0.07912297426120099, "pct_zvhhs_2040": 0.064536340852130003, "pct_hus_rent50_2040": 0.21405335068314899, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.878841000111152, 38.615335000215069 ], [ -122.878612999607185, 38.614236999869277 ], [ -122.877856999921974, 38.612647999764064 ], [ -122.873124000370453, 38.607265000094841 ], [ -122.867811999787378, 38.603439000001465 ], [ -122.865835999911411, 38.602105000087136 ], [ -122.86184899999941, 38.599422000129771 ], [ -122.857578000405226, 38.597154999797539 ], [ -122.855319999598649, 38.595993999967178 ], [ -122.849479000009381, 38.592947000215851 ], [ -122.84895400030284, 38.592894999728628 ], [ -122.852583999839482, 38.601234000143336 ], [ -122.855723999829706, 38.60340899995176 ], [ -122.855815000066286, 38.603445000150295 ], [ -122.861401000285724, 38.605385000207733 ], [ -122.861829999732834, 38.60781100002297 ], [ -122.860443000035829, 38.609512999860669 ], [ -122.860469999800003, 38.611005999991121 ], [ -122.860498000287421, 38.612453999925023 ], [ -122.861726999800666, 38.612455999723387 ], [ -122.868714999785709, 38.612337000039837 ], [ -122.870426000246113, 38.614230999920942 ], [ -122.87078199989827, 38.615845000221093 ], [ -122.87075299958596, 38.620714999677439 ], [ -122.863752000080424, 38.62065799968078 ], [ -122.863748999707369, 38.624320999945617 ], [ -122.863876999753899, 38.628021999649796 ], [ -122.864069000272806, 38.627945999902217 ], [ -122.872623999879934, 38.62795999967706 ], [ -122.872674999933565, 38.626226999903352 ], [ -122.874160000438152, 38.626244000187612 ], [ -122.878235000213763, 38.626250999890651 ], [ -122.878841000111152, 38.615335000215069 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097153903", "NAME": "Census Tract 1539.03", "state": "06", "county_fips": "097", "tract": "153903", "county_name": "Sonoma County", "tot_pop_2050": 4048, "tot_pop_pov_det_2050": 4048, "tot_pop_civ_ni_2050": 4048, "tot_hh_2050": 1612, "pop_zvhhs_2050": 32, "tot_fam_2050": 1017, "tot_pop_over5_2050": 3930, "pop_hus_rent50_2050": 28, "pop_minority_2050": 650, "pop_over75_2050": 316, "pop_spfam_2050": 114, "pop_lep_2050": 240, "pop_below200_2050": 748, "pop_disability_2050": 522, "pct_minority_2050": 0.16057312252964426, "pct_over75_2050": 0.078063241106719361, "pct_spfam_2050": 0.112094395280236, "pct_lep_2050": 0.061068702290076327, "pct_below200_2050": 0.18478260869565216, "pct_disab_2050": 0.12895256916996048, "pct_zvhhs_2050": 0.01985111662531017, "pct_hus_rent50_2050": 0.017369727047146403, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.084543939033102991, "pct_minority_2040": 0.26458680638247201, "pct_spfam_2040": 0.19473684210526299, "pct_lep_2040": 0.056205493387589005, "pct_below200_2040": 0.36865920457251705, "pct_disab_2040": 0.11812336270540599, "pct_zvhhs_2040": 0.025030525030525001, "pct_hus_rent50_2040": 0.17581739666872304, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -122.87075299958596, 38.620714999677439 ], [ -122.87078199989827, 38.615845000221093 ], [ -122.870426000246113, 38.614230999920942 ], [ -122.868714999785709, 38.612337000039837 ], [ -122.861726999800666, 38.612455999723387 ], [ -122.860498000287421, 38.612453999925023 ], [ -122.860469999800003, 38.611005999991121 ], [ -122.856682000079587, 38.611416999729194 ], [ -122.855000999756413, 38.612442999979926 ], [ -122.853869000327535, 38.612701999770636 ], [ -122.848741999692407, 38.612208999982919 ], [ -122.8440090001409, 38.61121899970356 ], [ -122.843706000192199, 38.614540000117103 ], [ -122.843646999742631, 38.616089000180281 ], [ -122.84350500035076, 38.61671599969182 ], [ -122.843919999554103, 38.619066000262471 ], [ -122.846170999789692, 38.619464000271549 ], [ -122.846287000140649, 38.620978999736124 ], [ -122.84714099973516, 38.621578000088256 ], [ -122.848432999895905, 38.623524000296761 ], [ -122.848697000384874, 38.623689999868191 ], [ -122.848822999883282, 38.623738000129265 ], [ -122.854207000436361, 38.627234000127423 ], [ -122.855182000404696, 38.627857999650622 ], [ -122.855660000255597, 38.628166000058698 ], [ -122.858581999787575, 38.628244999663089 ], [ -122.861260999645324, 38.630203000037383 ], [ -122.862257000428386, 38.629524999937097 ], [ -122.864111999930557, 38.630691999672855 ], [ -122.865038000393383, 38.62987399980927 ], [ -122.863876999753899, 38.628021999649796 ], [ -122.863748999707369, 38.624320999945617 ], [ -122.863752000080424, 38.62065799968078 ], [ -122.87075299958596, 38.620714999677439 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154000", "NAME": "Census Tract 1540", "state": "06", "county_fips": "097", "tract": "154000", "county_name": "Sonoma County", "tot_pop_2050": 2568, "tot_pop_pov_det_2050": 2568, "tot_pop_civ_ni_2050": 2568, "tot_hh_2050": 1017, "pop_zvhhs_2050": 19, "tot_fam_2050": 754, "tot_pop_over5_2050": 2455, "pop_hus_rent50_2050": 40, "pop_minority_2050": 695, "pop_over75_2050": 325, "pop_spfam_2050": 42, "pop_lep_2050": 156, "pop_below200_2050": 505, "pop_disability_2050": 386, "pct_minority_2050": 0.27063862928348908, "pct_over75_2050": 0.12655763239875389, "pct_spfam_2050": 0.055702917771883284, "pct_lep_2050": 0.063543788187372705, "pct_below200_2050": 0.19665109034267916, "pct_disab_2050": 0.15031152647975074, "pct_zvhhs_2050": 0.018682399213372662, "pct_hus_rent50_2050": 0.039331366764995081, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.082635602475427991, "pct_minority_2040": 0.24208227156898399, "pct_spfam_2040": 0.095041322314050006, "pct_lep_2040": 0.054748603351955007, "pct_below200_2040": 0.28103385511467105, "pct_disab_2040": 0.150345831816527, "pct_zvhhs_2040": 0.022066198595787002, "pct_hus_rent50_2040": 0.017281105990783002, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.080179999600645, 38.669540999892291 ], [ -123.077539000276062, 38.664398000032278 ], [ -123.075437000003404, 38.662431000046126 ], [ -123.075231999964004, 38.660370999719269 ], [ -123.075097000244781, 38.660249000137114 ], [ -123.074589000256665, 38.658744999864403 ], [ -123.071932999965128, 38.656731000089195 ], [ -123.070282999604089, 38.654351000304715 ], [ -123.067960000296807, 38.65337799971828 ], [ -123.068527999661057, 38.651252999986255 ], [ -123.06566700022843, 38.648809999982412 ], [ -123.063877999950222, 38.64853499994917 ], [ -123.062220999916477, 38.646951000256379 ], [ -123.054343000351892, 38.645646000040223 ], [ -123.052166999561052, 38.647940000027916 ], [ -123.0506190002056, 38.647724999713674 ], [ -123.04976499971275, 38.64564800031625 ], [ -123.05140900022603, 38.64340200034637 ], [ -123.050830999917693, 38.64164199991221 ], [ -123.052123999903344, 38.639059000111139 ], [ -123.048008000119879, 38.637439000089735 ], [ -123.047765000445651, 38.635918000100723 ], [ -123.04644200032277, 38.635225000327331 ], [ -123.045043999856802, 38.633320000233063 ], [ -123.043062999957939, 38.631975999680968 ], [ -123.044822999923866, 38.630925999722081 ], [ -123.042586999756878, 38.630478000242817 ], [ -123.040300000434613, 38.628295999770053 ], [ -123.039517999911808, 38.628604999725177 ], [ -123.038512999806215, 38.627040999782665 ], [ -123.03648000002886, 38.625796000226885 ], [ -123.036574999565104, 38.624395999942656 ], [ -123.038261999736065, 38.62337700009757 ], [ -123.034279000021982, 38.623220000000892 ], [ -123.032192999642859, 38.622636000249315 ], [ -123.03107499955938, 38.621107000286756 ], [ -123.029527000203899, 38.6204989996723 ], [ -123.027835000010043, 38.618379000034189 ], [ -123.02513299968777, 38.617683000053354 ], [ -123.023557999669805, 38.616363999766463 ], [ -123.024371999979678, 38.614160000026288 ], [ -123.022334000179427, 38.612343999696357 ], [ -123.021196999829371, 38.612450000328039 ], [ -123.018778000262614, 38.61044699970244 ], [ -123.01867000030758, 38.608525999796647 ], [ -123.017389999842408, 38.609377000142779 ], [ -123.011678999949496, 38.608445999925621 ], [ -123.011299999832815, 38.607932000118318 ], [ -123.003500000086007, 38.602445000009638 ], [ -123.003208000007959, 38.601658999687444 ], [ -122.999309999784387, 38.599052000162573 ], [ -122.998006999752974, 38.597280000049224 ], [ -123.001366999851186, 38.59533600010429 ], [ -123.004239000052792, 38.59263299988735 ], [ -123.003953999647436, 38.592067000182105 ], [ -123.001078999971114, 38.591086999928507 ], [ -123.000821000228257, 38.590230999666623 ], [ -123.002590000414997, 38.590961000279506 ], [ -123.005626999574716, 38.591069999738011 ], [ -123.008455000293679, 38.590313999752489 ], [ -123.010123000198064, 38.589255999688795 ], [ -123.013125000096025, 38.58990999965814 ], [ -123.014526000036724, 38.592094999691838 ], [ -123.019840000269596, 38.595083000263131 ], [ -123.022902000442002, 38.593989000257466 ], [ -123.027065999906043, 38.593313999910151 ], [ -123.028090000278198, 38.592799999848424 ], [ -123.033253999824908, 38.592369000135967 ], [ -123.035099000179656, 38.591331999666181 ], [ -123.039087999741497, 38.59114800033111 ], [ -123.039589999881827, 38.589842999726848 ], [ -123.041234000395079, 38.588148000244679 ], [ -123.044325999806404, 38.58619500025268 ], [ -123.047288000419698, 38.586784999753867 ], [ -123.047538999591538, 38.58759299983376 ], [ -123.051047999652681, 38.587200000182349 ], [ -123.055683000193227, 38.589062999678227 ], [ -123.057007000141013, 38.588909999825098 ], [ -123.059850000030295, 38.589866000087596 ], [ -123.061179999825896, 38.589654999921272 ], [ -123.062035999968543, 38.588490000039286 ], [ -123.063975999859522, 38.587571999938952 ], [ -123.065143000346794, 38.586239999879595 ], [ -123.066334000225211, 38.582709999823898 ], [ -123.065693999992618, 38.580325999733802 ], [ -123.062773000285517, 38.577906000221397 ], [ -123.061270000237556, 38.578277000343796 ], [ -123.058901999826119, 38.578049000071559 ], [ -123.056505000000683, 38.576130999820926 ], [ -123.052544999852842, 38.573547000298142 ], [ -123.050973000207918, 38.573133999825728 ], [ -123.049767000260886, 38.570806000239685 ], [ -123.048121999922714, 38.570768999698856 ], [ -123.046632000293542, 38.568645999774802 ], [ -123.044237000117946, 38.569171000203269 ], [ -123.041561999559832, 38.567729999922818 ], [ -123.039794000096308, 38.56615799967048 ], [ -123.039450000139752, 38.56749299972585 ], [ -123.038454000255001, 38.566321000031621 ], [ -123.037721999960894, 38.566972999885721 ], [ -123.036217000263122, 38.565153000312314 ], [ -123.032559000239075, 38.565173000233898 ], [ -123.030590000035801, 38.566056999778326 ], [ -123.030349000011356, 38.567061999838934 ], [ -123.026756000284649, 38.566433000229161 ], [ -123.027018000225453, 38.564844999833156 ], [ -123.024438999926815, 38.564495999722283 ], [ -123.017317999872375, 38.565458999768424 ], [ -123.012670999636285, 38.562660000280289 ], [ -123.011955999958914, 38.564202999731243 ], [ -123.009066000213963, 38.562915000334584 ], [ -123.00809799991832, 38.563039000248857 ], [ -123.004856999645767, 38.565095999732506 ], [ -123.003090999832111, 38.563592999813174 ], [ -123.000266000384485, 38.565193000149961 ], [ -122.999676000380589, 38.566136000338943 ], [ -122.998276000264809, 38.566023999678443 ], [ -122.994378000041237, 38.563659000123216 ], [ -122.991182999799449, 38.563445000238595 ], [ -122.988883000058394, 38.56215099981339 ], [ -122.986795999854337, 38.562958000023229 ], [ -122.982365000426597, 38.562515000217772 ], [ -122.980455999599485, 38.561864999757702 ], [ -122.977796999833217, 38.561673000152716 ], [ -122.978540999822897, 38.560792000166764 ], [ -122.976934000017863, 38.559663999902277 ], [ -122.973331000245409, 38.558032000155144 ], [ -122.97219700026838, 38.557014000313558 ], [ -122.969803999742595, 38.556142000303971 ], [ -122.968629999582589, 38.554600000260791 ], [ -122.969518000410631, 38.554204999923577 ], [ -122.968590000297965, 38.552566999694847 ], [ -122.966040000311622, 38.550304999748761 ], [ -122.965140999612942, 38.550891000143267 ], [ -122.963652999633595, 38.551163000305174 ], [ -122.962824000153432, 38.549340999976074 ], [ -122.957324999972641, 38.54876499973016 ], [ -122.955206999806435, 38.549832999708379 ], [ -122.952529999598525, 38.548269999795231 ], [ -122.949752000006555, 38.548298999957744 ], [ -122.943703999829751, 38.545727999967582 ], [ -122.941127000079277, 38.545668999889365 ], [ -122.938039999792522, 38.54461099990327 ], [ -122.936732999563134, 38.544570999853434 ], [ -122.932598000411417, 38.543193000289826 ], [ -122.929193999932266, 38.543094999882186 ], [ -122.927485000019985, 38.542608000213384 ], [ -122.926771999992468, 38.541453000161276 ], [ -122.919922999924566, 38.538597999809653 ], [ -122.916365000357942, 38.539537000230688 ], [ -122.915397000062285, 38.539226999876469 ], [ -122.913444999577465, 38.539875000141564 ], [ -122.910256999906679, 38.539193000241333 ], [ -122.908131000242889, 38.537957999749935 ], [ -122.906029999795138, 38.538188999680571 ], [ -122.902728000321531, 38.537398999923575 ], [ -122.900035000220086, 38.538174000081732 ], [ -122.897575999572041, 38.537713999857175 ], [ -122.895183999769472, 38.538198000000506 ], [ -122.89234199970511, 38.538261000100455 ], [ -122.890811000068055, 38.539333000247652 ], [ -122.888162000347549, 38.539413999690161 ], [ -122.883618000043612, 38.537228000184996 ], [ -122.881838999811137, 38.534813999881138 ], [ -122.879980000111019, 38.534161999957718 ], [ -122.87640499992763, 38.533885999680088 ], [ -122.873160000355455, 38.534401000292362 ], [ -122.870338000382588, 38.536013999899808 ], [ -122.868005999956154, 38.535327000335947 ], [ -122.868273999744744, 38.52937800009996 ], [ -122.867131000445212, 38.526325999768815 ], [ -122.866052999646385, 38.524513999917254 ], [ -122.866862999758311, 38.518647000177104 ], [ -122.867627999664364, 38.518448000066421 ], [ -122.872797000132323, 38.520538000208283 ], [ -122.876474000422931, 38.521465000259809 ], [ -122.88417799991025, 38.520932999913633 ], [ -122.885490000162477, 38.519787000280935 ], [ -122.889610999968809, 38.520147999689179 ], [ -122.89018000005629, 38.517922000176597 ], [ -122.88605900025, 38.516850000108924 ], [ -122.883029999689541, 38.514963999795754 ], [ -122.879676000337398, 38.517037999919218 ], [ -122.877129999650734, 38.517134999805066 ], [ -122.870084999764273, 38.513746999964695 ], [ -122.868682999998654, 38.513551000329045 ], [ -122.867277999860022, 38.514223000071475 ], [ -122.865544999658283, 38.515382999661938 ], [ -122.863957999944745, 38.517892999715464 ], [ -122.861455999638991, 38.517984999756678 ], [ -122.860417999921467, 38.518572000055215 ], [ -122.860571000082345, 38.521051999953322 ], [ -122.862403999843167, 38.52271100027329 ], [ -122.863531000147489, 38.524951000157117 ], [ -122.862279999994598, 38.526995000321072 ], [ -122.862645999692518, 38.528613000180833 ], [ -122.861730000173694, 38.5304210001729 ], [ -122.859803999628127, 38.530110999887505 ], [ -122.85721400035716, 38.532068999940449 ], [ -122.856923999928952, 38.533342999686496 ], [ -122.859242999936598, 38.534503000322772 ], [ -122.861516999738356, 38.537036000129667 ], [ -122.860890999749472, 38.539568999982663 ], [ -122.859304000035962, 38.540269999804231 ], [ -122.857004000294879, 38.542710999665225 ], [ -122.856814000324079, 38.543490999934662 ], [ -122.858893000132198, 38.547758000062714 ], [ -122.858023999570761, 38.549539999660688 ], [ -122.858534000107014, 38.554763000140852 ], [ -122.856104999596198, 38.557966999901943 ], [ -122.855122999955157, 38.559877000228184 ], [ -122.853198000132807, 38.561439999979733 ], [ -122.852817000366301, 38.56396199965117 ], [ -122.851337999709486, 38.564702999901996 ], [ -122.851624999764667, 38.567042999921313 ], [ -122.852681999748768, 38.571378999805226 ], [ -122.855934999716879, 38.574925000270397 ], [ -122.85642500016165, 38.576629999813598 ], [ -122.857891000399675, 38.580559999755707 ], [ -122.857797999614931, 38.58362099993483 ], [ -122.859143000377458, 38.586133999855214 ], [ -122.859284999769386, 38.586819000053453 ], [ -122.857578000405226, 38.597154999797539 ], [ -122.86184899999941, 38.599422000129771 ], [ -122.865835999911411, 38.602105000087136 ], [ -122.867811999787378, 38.603439000001465 ], [ -122.873124000370453, 38.607265000094841 ], [ -122.877856999921974, 38.612647999764064 ], [ -122.878612999607185, 38.614236999869277 ], [ -122.878841000111152, 38.615335000215069 ], [ -122.878235000213763, 38.626250999890651 ], [ -122.877640000186986, 38.63577000012446 ], [ -122.877266999918092, 38.637315000239354 ], [ -122.875111000117087, 38.642448999953707 ], [ -122.872921999805754, 38.64763900010891 ], [ -122.871867000369804, 38.650305000192233 ], [ -122.871655999584291, 38.651896999804173 ], [ -122.871841000430535, 38.653492000253458 ], [ -122.872654999842069, 38.655581000245803 ], [ -122.8744370004476, 38.659167000049386 ], [ -122.8813240001503, 38.661218999869178 ], [ -122.882829999673021, 38.661300000058773 ], [ -122.886992000385533, 38.65934899970749 ], [ -122.889242999722811, 38.657584000052971 ], [ -122.891336999599531, 38.656932000307975 ], [ -122.9001270002816, 38.656921000171003 ], [ -122.902545999848357, 38.656921999800879 ], [ -122.907377000207489, 38.657506999759519 ], [ -122.911410999975189, 38.651931999819055 ], [ -122.910268999602238, 38.649080000263709 ], [ -122.910673999658187, 38.649021000185186 ], [ -122.912303999927744, 38.649711999698134 ], [ -122.915597000078833, 38.650173000256117 ], [ -122.918152999912934, 38.651303999859394 ], [ -122.922148000220886, 38.654765999996428 ], [ -122.925982999796958, 38.65303500014619 ], [ -122.92893500036449, 38.655946999774798 ], [ -122.930426999643487, 38.658627000145799 ], [ -122.937218999809929, 38.660198000319198 ], [ -122.93875000034528, 38.660915999776577 ], [ -122.939136000134681, 38.662259000267511 ], [ -122.940461999732335, 38.66269500009345 ], [ -122.941035000017763, 38.664670000225236 ], [ -122.942473999593261, 38.666521000084344 ], [ -122.942199000131978, 38.668509000000149 ], [ -122.942873999626372, 38.670318999919466 ], [ -122.942210000002646, 38.671654999920925 ], [ -122.942760999648442, 38.674519000025185 ], [ -122.941798000274005, 38.677000999667079 ], [ -122.943554999866848, 38.679734000326555 ], [ -122.946615000389414, 38.681420999780606 ], [ -122.949473000347297, 38.682042000157971 ], [ -122.95145500007105, 38.68364100013595 ], [ -122.953468999581858, 38.686953999955549 ], [ -122.956382999616253, 38.688613999800367 ], [ -122.954563000274206, 38.690739000111641 ], [ -122.955139999859298, 38.694465999855353 ], [ -122.959004999572571, 38.698469999854069 ], [ -122.960576000290928, 38.699289000045148 ], [ -122.963599000105248, 38.702384000104239 ], [ -122.96453600043877, 38.704272000204341 ], [ -122.966734000072563, 38.706225000150155 ], [ -122.971846999565699, 38.707678999659336 ], [ -122.973938999792637, 38.707385999720735 ], [ -122.975937000308207, 38.708697999898128 ], [ -122.976022999623609, 38.711918000119596 ], [ -122.976641000114896, 38.712316000265801 ], [ -122.979637999989976, 38.712949999958944 ], [ -122.982809999767227, 38.715343000089412 ], [ -122.984957000245728, 38.7182199997387 ], [ -122.986834000387475, 38.719448000191605 ], [ -122.992039999767016, 38.720279000161597 ], [ -122.998540999680358, 38.720267999947623 ], [ -123.000295999623376, 38.716770999717298 ], [ -122.999355999815151, 38.715472999998994 ], [ -122.995831999685393, 38.714758999897079 ], [ -122.994352000101969, 38.71359699995817 ], [ -122.995774999783961, 38.712025000228749 ], [ -122.99930499976152, 38.711854000030165 ], [ -123.001182999728172, 38.710698000116629 ], [ -123.002370000306982, 38.708745999986682 ], [ -123.00376299985173, 38.708325000083562 ], [ -123.005153999746682, 38.709162999706344 ], [ -123.005188000081887, 38.710301999946758 ], [ -123.003532999697953, 38.711586000084779 ], [ -123.003561000185371, 38.712719999711908 ], [ -123.005358999786111, 38.713226000259908 ], [ -123.005537999886229, 38.711527000343757 ], [ -123.006484000440594, 38.709881000093674 ], [ -123.007083999591899, 38.707041000261015 ], [ -123.009389000254146, 38.705784999792684 ], [ -123.011439999574876, 38.705774000152132 ], [ -123.013452000334183, 38.704632000285876 ], [ -123.012811000276656, 38.703023999770025 ], [ -123.013426000394915, 38.700528000160347 ], [ -123.012900999790062, 38.697586999859098 ], [ -123.013113000400438, 38.693653999956311 ], [ -123.010390999986669, 38.692109999697045 ], [ -123.009349999896088, 38.689778000220208 ], [ -123.007148999889239, 38.688850999655628 ], [ -123.006897999819074, 38.686847000195399 ], [ -123.009096000351207, 38.68557199979012 ], [ -123.011056000333639, 38.68685899985536 ], [ -123.014111999759933, 38.686550999999014 ], [ -123.015300999988554, 38.684185999776759 ], [ -123.015566000302385, 38.681727999994777 ], [ -123.017000999679965, 38.680970999747835 ], [ -123.018364999810743, 38.679272999995398 ], [ -123.02078299955258, 38.679660000049068 ], [ -123.022538000393922, 38.677594000041381 ], [ -123.024416000360603, 38.676759000265804 ], [ -123.024395000444215, 38.675719000080292 ], [ -123.025998999876194, 38.673124999712471 ], [ -123.025194999612054, 38.672581000112316 ], [ -123.022447000157328, 38.673527000135927 ], [ -123.021786999833253, 38.672409000167633 ], [ -123.025045999649123, 38.670674999889108 ], [ -123.026885000156085, 38.66844099966162 ], [ -123.026121000074923, 38.667690000250097 ], [ -123.026384999665538, 38.666279000324153 ], [ -123.027456999718282, 38.666253000011423 ], [ -123.029360999624231, 38.668505000023295 ], [ -123.032765000103396, 38.66977299973388 ], [ -123.034059999738886, 38.668962999780355 ], [ -123.037279000270104, 38.668008999756793 ], [ -123.040250000205901, 38.670235999821799 ], [ -123.041868999706494, 38.670297999692608 ], [ -123.042635000335807, 38.671080999876686 ], [ -123.044576999876583, 38.671023999953455 ], [ -123.046650999661807, 38.671778999956416 ], [ -123.04842999989431, 38.673103000203319 ], [ -123.051093999683417, 38.672953999779537 ], [ -123.053560000004154, 38.673664000301819 ], [ -123.055730000048896, 38.674914999854785 ], [ -123.058141000118042, 38.677472000349198 ], [ -123.059333999646256, 38.677967000236066 ], [ -123.063061000165618, 38.67718899987176 ], [ -123.064527000403643, 38.67575499974307 ], [ -123.066231000293058, 38.676714999967942 ], [ -123.066499000081649, 38.677883999888977 ], [ -123.06850699974467, 38.676719000187454 ], [ -123.072507999900409, 38.675889999719899 ], [ -123.073666000166838, 38.675132000063087 ], [ -123.076241000267515, 38.675151000121126 ], [ -123.076469999698062, 38.673566999894078 ], [ -123.080179999600645, 38.669540999892291 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154100", "NAME": "Census Tract 1541", "state": "06", "county_fips": "097", "tract": "154100", "county_name": "Sonoma County", "tot_pop_2050": 3845, "tot_pop_pov_det_2050": 3828, "tot_pop_civ_ni_2050": 3845, "tot_hh_2050": 1398, "pop_zvhhs_2050": 2, "tot_fam_2050": 974, "tot_pop_over5_2050": 3666, "pop_hus_rent50_2050": 165, "pop_minority_2050": 1302, "pop_over75_2050": 396, "pop_spfam_2050": 64, "pop_lep_2050": 376, "pop_below200_2050": 940, "pop_disability_2050": 378, "pct_minority_2050": 0.33862158647594282, "pct_over75_2050": 0.10299089726918076, "pct_spfam_2050": 0.06570841889117042, "pct_lep_2050": 0.10256410256410256, "pct_below200_2050": 0.24555903866248691, "pct_disab_2050": 0.098309492847854368, "pct_zvhhs_2050": 0.0014306151645207439, "pct_hus_rent50_2050": 0.11802575107296134, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 0, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.073015062547867993, "pct_minority_2040": 0.33061016083737604, "pct_spfam_2040": 0.11133400200601801, "pct_lep_2040": 0.061489530877285987, "pct_below200_2040": 0.23434704830053699, "pct_disab_2040": 0.112075568036763, "pct_zvhhs_2040": 0.025946704067321, "pct_hus_rent50_2040": 0.090138674884438011, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.027674000351581, 38.85291599988517 ], [ -123.029252999669197, 38.852830999853467 ], [ -123.027356000334251, 38.85039200000621 ], [ -123.023598999677702, 38.847618000017725 ], [ -123.017910000424394, 38.844810000082887 ], [ -123.016660999921328, 38.842319000346883 ], [ -123.01658999977623, 38.839548999937023 ], [ -123.011764000338317, 38.832903999914535 ], [ -123.008918999900871, 38.830878999749231 ], [ -123.008285000414375, 38.829990999956266 ], [ -123.005979999752128, 38.829345000207439 ], [ -123.005015999654432, 38.828135000055084 ], [ -122.999623999603742, 38.82575500029526 ], [ -123.003105999900711, 38.823883999811557 ], [ -123.003464999925924, 38.823108000291967 ], [ -123.002752999723299, 38.821276999912428 ], [ -122.998796999773404, 38.814194000132247 ], [ -122.998944999911416, 38.813381999690513 ], [ -122.998199000271939, 38.813537000001823 ], [ -122.993586000370996, 38.809218999910563 ], [ -122.990810000428866, 38.805869000248705 ], [ -122.990571999879165, 38.804535000340174 ], [ -122.991710000054141, 38.802040000196754 ], [ -122.990868000155189, 38.796760000191973 ], [ -122.990925000056592, 38.794113000081566 ], [ -122.990069999738836, 38.791356000006523 ], [ -122.990231000295637, 38.789869000169901 ], [ -122.989310999680569, 38.786828999910533 ], [ -122.989682000299624, 38.785981999660628 ], [ -122.987205000108233, 38.782842999766004 ], [ -122.986092999872554, 38.77959299999678 ], [ -122.98493100030646, 38.777555999685731 ], [ -122.981993999807543, 38.776221999969692 ], [ -122.974847999638726, 38.77616299968642 ], [ -122.973250999879454, 38.774838999959634 ], [ -122.973969999754772, 38.773396999976214 ], [ -122.973707999813939, 38.772098000273367 ], [ -122.971899000342546, 38.770592000209803 ], [ -122.970961000184133, 38.768961000298546 ], [ -122.966862000119093, 38.765868999969385 ], [ -122.968541999719065, 38.763570000312129 ], [ -122.968941999752147, 38.762406999701426 ], [ -122.967734999980209, 38.760660000015378 ], [ -122.971433000187218, 38.756499999818772 ], [ -122.973125000381074, 38.759351000053115 ], [ -122.974389999879335, 38.760746999971595 ], [ -122.978369000293753, 38.762747999809498 ], [ -122.980725999936212, 38.763570999852753 ], [ -122.986374000079962, 38.764372000059133 ], [ -122.988307000298207, 38.765255000049727 ], [ -122.991720999924809, 38.766117999716563 ], [ -122.993854000159587, 38.768231999864312 ], [ -122.994836999625562, 38.767559000272648 ], [ -122.99556800009475, 38.767072000173478 ], [ -122.993695999975841, 38.763142000197561 ], [ -122.992029999721268, 38.761241999901806 ], [ -122.991586000205587, 38.758406000058216 ], [ -122.990008999639471, 38.755349000346996 ], [ -122.991582000007611, 38.752470000080898 ], [ -122.991289000104672, 38.750426999663304 ], [ -122.990468999946998, 38.749274000162124 ], [ -122.988610000246922, 38.747630999921569 ], [ -122.988150999764287, 38.745798000002324 ], [ -122.987708999898402, 38.745134000017813 ], [ -122.985721000326862, 38.743594000288823 ], [ -122.985295000354526, 38.742478999824357 ], [ -122.985454000363191, 38.741625000209595 ], [ -122.986244000383593, 38.740218999687599 ], [ -122.986165999667506, 38.739082000239179 ], [ -122.984213000256076, 38.736778999934089 ], [ -122.982557999872142, 38.733249000244442 ], [ -122.980828000043488, 38.730554000266793 ], [ -122.98042499963735, 38.727685999987834 ], [ -122.978520999731401, 38.724861000277258 ], [ -122.977720999665237, 38.722786999839521 ], [ -122.977661000289089, 38.720285000341313 ], [ -122.976225000188307, 38.713546999840936 ], [ -122.976641000114896, 38.712316000265801 ], [ -122.976022999623609, 38.711918000119596 ], [ -122.975937000308207, 38.708697999898128 ], [ -122.973938999792637, 38.707385999720735 ], [ -122.971846999565699, 38.707678999659336 ], [ -122.966734000072563, 38.706225000150155 ], [ -122.96453600043877, 38.704272000204341 ], [ -122.963599000105248, 38.702384000104239 ], [ -122.960576000290928, 38.699289000045148 ], [ -122.959004999572571, 38.698469999854069 ], [ -122.955139999859298, 38.694465999855353 ], [ -122.954563000274206, 38.690739000111641 ], [ -122.956382999616253, 38.688613999800367 ], [ -122.953468999581858, 38.686953999955549 ], [ -122.95145500007105, 38.68364100013595 ], [ -122.949473000347297, 38.682042000157971 ], [ -122.946615000389414, 38.681420999780606 ], [ -122.943554999866848, 38.679734000326555 ], [ -122.941798000274005, 38.677000999667079 ], [ -122.942760999648442, 38.674519000025185 ], [ -122.942210000002646, 38.671654999920925 ], [ -122.942873999626372, 38.670318999919466 ], [ -122.942199000131978, 38.668509000000149 ], [ -122.942473999593261, 38.666521000084344 ], [ -122.941035000017763, 38.664670000225236 ], [ -122.940461999732335, 38.66269500009345 ], [ -122.939136000134681, 38.662259000267511 ], [ -122.93875000034528, 38.660915999776577 ], [ -122.937218999809929, 38.660198000319198 ], [ -122.930426999643487, 38.658627000145799 ], [ -122.92893500036449, 38.655946999774798 ], [ -122.925982999796958, 38.65303500014619 ], [ -122.922148000220886, 38.654765999996428 ], [ -122.918152999912934, 38.651303999859394 ], [ -122.915597000078833, 38.650173000256117 ], [ -122.912303999927744, 38.649711999698134 ], [ -122.910673999658187, 38.649021000185186 ], [ -122.910268999602238, 38.649080000263709 ], [ -122.911410999975189, 38.651931999819055 ], [ -122.907377000207489, 38.657506999759519 ], [ -122.902545999848357, 38.656921999800879 ], [ -122.9001270002816, 38.656921000171003 ], [ -122.891336999599531, 38.656932000307975 ], [ -122.889242999722811, 38.657584000052971 ], [ -122.886992000385533, 38.65934899970749 ], [ -122.882829999673021, 38.661300000058773 ], [ -122.8813240001503, 38.661218999869178 ], [ -122.8744370004476, 38.659167000049386 ], [ -122.872654999842069, 38.655581000245803 ], [ -122.87104700021213, 38.655395000124962 ], [ -122.872448000152843, 38.662096000304111 ], [ -122.868022999674594, 38.662992999843716 ], [ -122.863265000008695, 38.663786000204581 ], [ -122.863282999552041, 38.664981999731239 ], [ -122.861715000105093, 38.664898000240775 ], [ -122.860181000094997, 38.666254999712073 ], [ -122.855555999600185, 38.666300999826049 ], [ -122.853544999564122, 38.666795999807363 ], [ -122.850453999977745, 38.664083000093413 ], [ -122.849899999958865, 38.662853000256725 ], [ -122.847440000384225, 38.6620619999035 ], [ -122.843241999686683, 38.661525000182685 ], [ -122.840201000328989, 38.660036999747909 ], [ -122.837636000274074, 38.659339999835488 ], [ -122.832429999996222, 38.659028000299671 ], [ -122.831453000378062, 38.659360000173052 ], [ -122.829572999863245, 38.6586930000718 ], [ -122.827824999592906, 38.658227999776095 ], [ -122.82681399963954, 38.657040000223986 ], [ -122.822061999821457, 38.654695999912725 ], [ -122.821369999710328, 38.65336699973701 ], [ -122.812179000068582, 38.65094499985706 ], [ -122.812000999793355, 38.650712000335098 ], [ -122.811315000428309, 38.650563000321796 ], [ -122.810845000075034, 38.650646000070807 ], [ -122.803924000037142, 38.64806599994494 ], [ -122.802348000194229, 38.648080999753226 ], [ -122.798064000181284, 38.647100999830847 ], [ -122.796653000194837, 38.645871000224751 ], [ -122.796813999853327, 38.643944000278154 ], [ -122.79517100006332, 38.639190000295905 ], [ -122.793847999940425, 38.636678999875613 ], [ -122.791431000023493, 38.635583999796836 ], [ -122.788983000144412, 38.632316999766594 ], [ -122.789560999554411, 38.630041000124415 ], [ -122.788736000272209, 38.625726999979491 ], [ -122.785424999679478, 38.621540999740468 ], [ -122.785771000184184, 38.618234000156434 ], [ -122.784212000059725, 38.614093000268859 ], [ -122.784374000441446, 38.613282999674958 ], [ -122.782548000353316, 38.61367899971976 ], [ -122.779887999863803, 38.612421000084709 ], [ -122.777788000139282, 38.612512999920739 ], [ -122.774028000007988, 38.611182999895426 ], [ -122.772914999947375, 38.611979000249981 ], [ -122.772367999601201, 38.611973000112798 ], [ -122.772473000081504, 38.610512999779964 ], [ -122.771410000249602, 38.610010999941167 ], [ -122.767784000012583, 38.609531999774966 ], [ -122.766838000356557, 38.61052599987314 ], [ -122.761325999756949, 38.612012000293568 ], [ -122.758692000105043, 38.613775000273492 ], [ -122.75671799987893, 38.613339999917109 ], [ -122.755773999872702, 38.611807000095958 ], [ -122.753428000100882, 38.612096000017019 ], [ -122.75097900039691, 38.613397999649102 ], [ -122.750196000049172, 38.614732999712032 ], [ -122.750898000206064, 38.616815000258853 ], [ -122.750528000310197, 38.618319999949904 ], [ -122.747559000024211, 38.618486000336894 ], [ -122.744567999996917, 38.617465999861203 ], [ -122.743368999722591, 38.61540699985769 ], [ -122.740706999583267, 38.613248999976896 ], [ -122.739943000400444, 38.611990999820918 ], [ -122.737968000349383, 38.61129400006471 ], [ -122.736097999880329, 38.611525999712214 ], [ -122.734236999632088, 38.613273000095774 ], [ -122.729651000393645, 38.613098999754101 ], [ -122.727970000070471, 38.613434999986076 ], [ -122.726877999926259, 38.612726000072513 ], [ -122.722963999809153, 38.612953000190622 ], [ -122.722306000033214, 38.613809999953524 ], [ -122.718924000193681, 38.614096000248871 ], [ -122.715122000229584, 38.614943000346983 ], [ -122.71157899983325, 38.613966000064522 ], [ -122.710192000136246, 38.6141309997723 ], [ -122.707747999556801, 38.612208999982919 ], [ -122.70505199998064, 38.611302999653532 ], [ -122.701341000253151, 38.611384999677007 ], [ -122.699849999900763, 38.609901999762343 ], [ -122.696678000123498, 38.608419000080644 ], [ -122.694724999813758, 38.608371000097108 ], [ -122.690665000106804, 38.606774000108601 ], [ -122.68929199975517, 38.605514999794899 ], [ -122.687893000362621, 38.603257999838817 ], [ -122.687603999759318, 38.600585000104992 ], [ -122.684796000030133, 38.59553800026422 ], [ -122.682925999561078, 38.594407999670743 ], [ -122.683161999562614, 38.593366999908042 ], [ -122.68253200027408, 38.59040099986634 ], [ -122.681045000119653, 38.58830200020185 ], [ -122.680583000162272, 38.585683000327379 ], [ -122.679461999705765, 38.58379100033568 ], [ -122.67724999982822, 38.582219999660559 ], [ -122.673599000375191, 38.582110000138961 ], [ -122.67206700001492, 38.58261499980987 ], [ -122.671903999808293, 38.583711000279806 ], [ -122.665535999964362, 38.584366000133954 ], [ -122.663451000308442, 38.58502999970635 ], [ -122.658148999771115, 38.584197000333894 ], [ -122.656033999977979, 38.583167000204824 ], [ -122.655428000080576, 38.582159000099864 ], [ -122.651076000295575, 38.581032000265019 ], [ -122.644936000057257, 38.581146999954854 ], [ -122.641754000234258, 38.582851000019609 ], [ -122.634982000159269, 38.583009999893257 ], [ -122.635495999995172, 38.585707999755677 ], [ -122.634992000205003, 38.586387000336785 ], [ -122.640530999670489, 38.591095000099358 ], [ -122.642118000282309, 38.593902000278803 ], [ -122.643566999903598, 38.594894000343885 ], [ -122.645063000278867, 38.597769000194823 ], [ -122.646420999663519, 38.598593000301989 ], [ -122.644695999857731, 38.602507000276134 ], [ -122.64469500003284, 38.603224000304252 ], [ -122.641796999891966, 38.605482999918394 ], [ -122.639142000323673, 38.609267000110087 ], [ -122.63998099984957, 38.610456999675584 ], [ -122.639142000323673, 38.612058999691392 ], [ -122.637342000174812, 38.612792000159267 ], [ -122.63473199991401, 38.614569000205762 ], [ -122.633268000224135, 38.616628999888896 ], [ -122.633587999891262, 38.619863999769507 ], [ -122.628292999924966, 38.623037999807252 ], [ -122.630096000446883, 38.62680699968606 ], [ -122.632996000237569, 38.627607000157845 ], [ -122.634095999879378, 38.636906999873766 ], [ -122.627795999807475, 38.644305999696869 ], [ -122.626995999741339, 38.647405999657607 ], [ -122.624196000408077, 38.649806000261144 ], [ -122.623784999606031, 38.664383000133434 ], [ -122.627395999774421, 38.667505999679463 ], [ -122.626760999564695, 38.670818000024738 ], [ -122.62578399994652, 38.672193999655583 ], [ -122.625464000279379, 38.674401999736006 ], [ -122.626408000285593, 38.675953999734233 ], [ -122.629928000217376, 38.679345999953625 ], [ -122.631591999923828, 38.680225999979676 ], [ -122.6331119996902, 38.682193999831412 ], [ -122.633895999862844, 38.685282000241536 ], [ -122.635655999828728, 38.685905999849744 ], [ -122.639497000150911, 38.689058000156159 ], [ -122.638360999625746, 38.692593999733162 ], [ -122.63704900027183, 38.693730000120226 ], [ -122.639913000077499, 38.694978000082067 ], [ -122.640569000203627, 38.697250000342201 ], [ -122.643785000361802, 38.698961999678588 ], [ -122.644936999882177, 38.702689000018552 ], [ -122.646568999801559, 38.706176999771138 ], [ -122.648600999753995, 38.706657000008128 ], [ -122.654089000064161, 38.707009999774968 ], [ -122.657384999689981, 38.706081999962947 ], [ -122.659801999606913, 38.706465999798901 ], [ -122.662190000109831, 38.70593999983717 ], [ -122.664677000346956, 38.707417999669538 ], [ -122.665770000316087, 38.706961999922953 ], [ -122.669402000400879, 38.708370000183216 ], [ -122.672329999780644, 38.706274000138713 ], [ -122.674233999686606, 38.706354000176638 ], [ -122.67682600040402, 38.707986000058135 ], [ -122.68012200002984, 38.707601999973591 ], [ -122.682410999900256, 38.707905999743275 ], [ -122.683882999986068, 38.709489999691328 ], [ -122.687722999585006, 38.710450000125334 ], [ -122.691835000068806, 38.710945999948514 ], [ -122.693563000247636, 38.712962000146611 ], [ -122.695451000260064, 38.713089999686098 ], [ -122.695323000213534, 38.714306000001372 ], [ -122.697258999906538, 38.718017999723138 ], [ -122.696251000326257, 38.720097999993484 ], [ -122.696683000146365, 38.721010000009649 ], [ -122.697690999726674, 38.721905999720605 ], [ -122.698618999839383, 38.724737999813442 ], [ -122.700716000089159, 38.726306000012919 ], [ -122.700923999603305, 38.728865999799254 ], [ -122.703755999621933, 38.73053000019091 ], [ -122.707164000299059, 38.731746000196871 ], [ -122.710379999558924, 38.732081999711255 ], [ -122.711179999625088, 38.73448200003412 ], [ -122.710859999957933, 38.735458000080577 ], [ -122.711995999584772, 38.73763399994597 ], [ -122.711116000050978, 38.740210000177164 ], [ -122.712332000043745, 38.742226000218821 ], [ -122.710794999660635, 38.744656999778861 ], [ -122.70877399957881, 38.746401000182978 ], [ -122.709320999924969, 38.749019999667233 ], [ -122.711403000106159, 38.749905999650792 ], [ -122.711700000207074, 38.750763000265962 ], [ -122.713949999719446, 38.751460999707113 ], [ -122.716595999965222, 38.751876000161353 ], [ -122.71713900011342, 38.752763000119621 ], [ -122.720084999934869, 38.75354500020201 ], [ -122.721509000340106, 38.756584999965234 ], [ -122.724158000060612, 38.756561000230839 ], [ -122.723036999604076, 38.758642000101744 ], [ -122.723640999851682, 38.760644999988038 ], [ -122.722692999647535, 38.763012999723387 ], [ -122.723884000424249, 38.763117000319355 ], [ -122.727135999669116, 38.766076000183034 ], [ -122.728204000422195, 38.76608399972919 ], [ -122.728354000210018, 38.768599999858758 ], [ -122.729543000438611, 38.770703999992755 ], [ -122.732685000078646, 38.770896999650098 ], [ -122.73366000004701, 38.771710999804526 ], [ -122.735885000343302, 38.774500999775015 ], [ -122.73641699972255, 38.776830999768762 ], [ -122.735337999997114, 38.777887999857356 ], [ -122.738909999807447, 38.781856999940992 ], [ -122.742245999616244, 38.782340000028334 ], [ -122.743958999726473, 38.784758000239535 ], [ -122.746811999661503, 38.787148999998344 ], [ -122.748220000173205, 38.787795000175535 ], [ -122.747446999871229, 38.789810999847688 ], [ -122.748145999655037, 38.790594999727922 ], [ -122.747649000435899, 38.792269000011721 ], [ -122.746698999683602, 38.794225000034444 ], [ -122.747065000279804, 38.795257000119932 ], [ -122.746198000266503, 38.799248000094352 ], [ -122.747755999667703, 38.803344000319981 ], [ -122.748742000405031, 38.804189999714517 ], [ -122.754314000380759, 38.805796999662284 ], [ -122.758839000418163, 38.807841999969888 ], [ -122.760548000330417, 38.810535000132965 ], [ -122.764815999551516, 38.812934999812114 ], [ -122.767613000308387, 38.813870999670542 ], [ -122.766356000307709, 38.815065000051021 ], [ -122.768830000126044, 38.816604000286446 ], [ -122.77029399981592, 38.819573000306775 ], [ -122.772035000413581, 38.820260000230768 ], [ -122.772479999754182, 38.821529999852963 ], [ -122.774915999937676, 38.821747000004223 ], [ -122.780193000360669, 38.826843000200341 ], [ -122.783991000126818, 38.827582000119918 ], [ -122.786137999706995, 38.827338999754197 ], [ -122.789369999758676, 38.830329000149327 ], [ -122.791393000388638, 38.830428999820079 ], [ -122.79343500038685, 38.833735000154981 ], [ -122.795197999827479, 38.835528999677038 ], [ -122.795988999672815, 38.838952000064943 ], [ -122.798312999703313, 38.839334999803981 ], [ -122.799795999659807, 38.836978000216007 ], [ -122.804710999684502, 38.836734999737601 ], [ -122.8086740002054, 38.836642999855442 ], [ -122.808983000001874, 38.837550000186162 ], [ -122.812088999656893, 38.838412000180995 ], [ -122.811057999612046, 38.841315999693592 ], [ -122.812873999654443, 38.843274000294322 ], [ -122.815522000448382, 38.843485000317258 ], [ -122.818314000284033, 38.844584999736632 ], [ -122.816885999680849, 38.846822999794746 ], [ -122.817650999586903, 38.84983900020142 ], [ -122.819716000049624, 38.849010999742113 ], [ -122.821592000366479, 38.850140000229871 ], [ -122.830237000385296, 38.850120000109428 ], [ -122.836404000387773, 38.850298999867888 ], [ -122.942517999974214, 38.850434999953883 ], [ -122.948555000280365, 38.850719999877107 ], [ -122.982751000215998, 38.8514839999145 ], [ -122.99887999961409, 38.851168999818221 ], [ -123.006917999910542, 38.851246999665541 ], [ -123.018784999935306, 38.852370000076519 ], [ -123.027674000351581, 38.85291599988517 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154201", "NAME": "Census Tract 1542.01", "state": "06", "county_fips": "097", "tract": "154201", "county_name": "Sonoma County", "tot_pop_2050": 3874, "tot_pop_pov_det_2050": 3863, "tot_pop_civ_ni_2050": 3874, "tot_hh_2050": 1325, "pop_zvhhs_2050": 148, "tot_fam_2050": 820, "tot_pop_over5_2050": 3578, "pop_hus_rent50_2050": 139, "pop_minority_2050": 1928, "pop_over75_2050": 239, "pop_spfam_2050": 126, "pop_lep_2050": 567, "pop_below200_2050": 1892, "pop_disability_2050": 715, "pct_minority_2050": 0.49767681982447082, "pct_over75_2050": 0.06169334021683015, "pct_spfam_2050": 0.15365853658536585, "pct_lep_2050": 0.15846841811067636, "pct_below200_2050": 0.48977478643541289, "pct_disab_2050": 0.18456375838926176, "pct_zvhhs_2050": 0.11169811320754718, "pct_hus_rent50_2050": 0.10490566037735848, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 1, "below200_halfsd_2050": 1, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.059317585301837006, "pct_minority_2040": 0.48976377952755901, "pct_spfam_2040": 0.114628820960699, "pct_lep_2040": 0.116096466629277, "pct_below200_2040": 0.50775703392058902, "pct_disab_2040": 0.22939632545931798, "pct_zvhhs_2040": 0.058156028368794008, "pct_hus_rent50_2040": 0.15248226950354599, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.080997000283574, 38.852438000270944 ], [ -123.081081999774057, 38.847283000074 ], [ -123.07939100030346, 38.847816000090646 ], [ -123.07792800043849, 38.849329999949276 ], [ -123.076813999654661, 38.849491000168548 ], [ -123.076751999730376, 38.847190999836293 ], [ -123.073649000448412, 38.847328000032832 ], [ -123.070988000134008, 38.845740999676799 ], [ -123.068367999827473, 38.844792999966501 ], [ -123.06697500028271, 38.843663000161769 ], [ -123.063184000189253, 38.842682999873603 ], [ -123.063465000396661, 38.842083000189263 ], [ -123.061772000377914, 38.839681000090536 ], [ -123.05892000026779, 38.839142999901995 ], [ -123.06086199980858, 38.840443000006736 ], [ -123.061209999963111, 38.842097000036645 ], [ -123.059895000236139, 38.840690999712521 ], [ -123.056832000238813, 38.839120999727058 ], [ -123.05342399956173, 38.835944999993444 ], [ -123.053261000253428, 38.835150000193806 ], [ -123.05025699980736, 38.833803999923127 ], [ -123.048542000047291, 38.83170299994336 ], [ -123.045418999775507, 38.829736999976561 ], [ -123.042056000202578, 38.828103999656086 ], [ -123.038962000243117, 38.827286000074011 ], [ -123.033098000189327, 38.825026999775844 ], [ -123.024777000035641, 38.822162999680344 ], [ -123.022707000448321, 38.819677000304317 ], [ -123.022560000135243, 38.818680000032742 ], [ -123.023053000054745, 38.817764999982707 ], [ -123.023198999644606, 38.81733200013398 ], [ -123.023280999660372, 38.817083000038977 ], [ -123.023387999790486, 38.81667500025295 ], [ -123.023443000042093, 38.816389999762094 ], [ -123.023504000141457, 38.815796999665693 ], [ -123.023318000368604, 38.814191999670129 ], [ -123.022271000430237, 38.812402000346118 ], [ -123.017075000198133, 38.805210000324095 ], [ -123.015995999574386, 38.803626999746861 ], [ -123.016069000267663, 38.801683999819502 ], [ -123.016410999676083, 38.800780999996142 ], [ -123.019791999690725, 38.800111000103691 ], [ -123.018822999570119, 38.796810999936035 ], [ -123.016752999982842, 38.789079999890305 ], [ -123.013063999996646, 38.784727999811416 ], [ -123.011212999794168, 38.782950000072482 ], [ -123.010269999612873, 38.783211999974924 ], [ -123.009617999684693, 38.782151999724988 ], [ -123.007947000305592, 38.780211999800912 ], [ -123.005716000161485, 38.778172000254209 ], [ -123.00108399999398, 38.774623999971631 ], [ -122.994836999625562, 38.767559000272648 ], [ -122.993854000159587, 38.768231999864312 ], [ -122.991720999924809, 38.766117999716563 ], [ -122.988307000298207, 38.765255000049727 ], [ -122.986374000079962, 38.764372000059133 ], [ -122.980725999936212, 38.763570999852753 ], [ -122.978369000293753, 38.762747999809498 ], [ -122.974389999879335, 38.760746999971595 ], [ -122.973125000381074, 38.759351000053115 ], [ -122.971433000187218, 38.756499999818772 ], [ -122.967734999980209, 38.760660000015378 ], [ -122.968941999752147, 38.762406999701426 ], [ -122.968541999719065, 38.763570000312129 ], [ -122.966862000119093, 38.765868999969385 ], [ -122.970961000184133, 38.768961000298546 ], [ -122.971899000342546, 38.770592000209803 ], [ -122.973707999813939, 38.772098000273367 ], [ -122.973969999754772, 38.773396999976214 ], [ -122.973250999879454, 38.774838999959634 ], [ -122.974847999638726, 38.77616299968642 ], [ -122.981993999807543, 38.776221999969692 ], [ -122.98493100030646, 38.777555999685731 ], [ -122.986092999872554, 38.77959299999678 ], [ -122.987205000108233, 38.782842999766004 ], [ -122.989682000299624, 38.785981999660628 ], [ -122.989310999680569, 38.786828999910533 ], [ -122.990231000295637, 38.789869000169901 ], [ -122.990069999738836, 38.791356000006523 ], [ -122.990925000056592, 38.794113000081566 ], [ -122.990868000155189, 38.796760000191973 ], [ -122.991710000054141, 38.802040000196754 ], [ -122.990571999879165, 38.804535000340174 ], [ -122.990810000428866, 38.805869000248705 ], [ -122.993586000370996, 38.809218999910563 ], [ -122.998199000271939, 38.813537000001823 ], [ -122.998944999911416, 38.813381999690513 ], [ -122.998796999773404, 38.814194000132247 ], [ -123.002752999723299, 38.821276999912428 ], [ -123.003464999925924, 38.823108000291967 ], [ -123.003105999900711, 38.823883999811557 ], [ -122.999623999603742, 38.82575500029526 ], [ -123.005015999654432, 38.828135000055084 ], [ -123.005979999752128, 38.829345000207439 ], [ -123.008285000414375, 38.829990999956266 ], [ -123.008918999900871, 38.830878999749231 ], [ -123.011764000338317, 38.832903999914535 ], [ -123.01658999977623, 38.839548999937023 ], [ -123.016660999921328, 38.842319000346883 ], [ -123.017910000424394, 38.844810000082887 ], [ -123.023598999677702, 38.847618000017725 ], [ -123.027356000334251, 38.85039200000621 ], [ -123.029252999669197, 38.852830999853467 ], [ -123.03148399981329, 38.852713000167782 ], [ -123.062108999763495, 38.852276000029981 ], [ -123.080997000283574, 38.852438000270944 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154202", "NAME": "Census Tract 1542.02", "state": "06", "county_fips": "097", "tract": "154202", "county_name": "Sonoma County", "tot_pop_2050": 5846, "tot_pop_pov_det_2050": 5769, "tot_pop_civ_ni_2050": 5786, "tot_hh_2050": 2207, "pop_zvhhs_2050": 95, "tot_fam_2050": 1660, "tot_pop_over5_2050": 5616, "pop_hus_rent50_2050": 114, "pop_minority_2050": 1712, "pop_over75_2050": 555, "pop_spfam_2050": 166, "pop_lep_2050": 450, "pop_below200_2050": 1185, "pop_disability_2050": 883, "pct_minority_2050": 0.29284981183715358, "pct_over75_2050": 0.0949367088607595, "pct_spfam_2050": 0.1, "pct_lep_2050": 0.080128205128205121, "pct_below200_2050": 0.20540821632865314, "pct_disab_2050": 0.1526097476667819, "pct_zvhhs_2050": 0.043044857272315364, "pct_hus_rent50_2050": 0.051653828726778435, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": 0.11720039617035301, "pct_minority_2040": 0.333608451634203, "pct_spfam_2040": 0.078512396694214989, "pct_lep_2040": 0.033238535371488999, "pct_below200_2040": 0.14084742924133301, "pct_disab_2040": 0.15117637243450699, "pct_zvhhs_2040": 0.030391340549542005, "pct_hus_rent50_2040": 0.074183976261127993, "coc_flag_pba2035": 0.0, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.271867000214314, 38.799167999783194 ], [ -123.272627999922392, 38.797704999695625 ], [ -123.271253999745895, 38.79781800006586 ], [ -123.271138000293263, 38.796512999857896 ], [ -123.269532000313134, 38.794933000114774 ], [ -123.269357000410949, 38.793741999943393 ], [ -123.266848000432518, 38.792788999654505 ], [ -123.265722999778021, 38.790642000236289 ], [ -123.263342999671025, 38.789229999750468 ], [ -123.264392999982419, 38.788286999702727 ], [ -123.262101999563882, 38.786618999947578 ], [ -123.261612000017436, 38.784969000023082 ], [ -123.259823999564148, 38.784900999796008 ], [ -123.258512000210203, 38.782400000080401 ], [ -123.255561000365887, 38.78145700002932 ], [ -123.25481599965299, 38.779439000095628 ], [ -123.251935000128881, 38.778478000229761 ], [ -123.251136999712543, 38.777445000203294 ], [ -123.247297999938525, 38.777118999677278 ], [ -123.247010999883315, 38.776185999767023 ], [ -123.244307999736137, 38.776225000160856 ], [ -123.242300000073129, 38.774649000019835 ], [ -123.240891999561427, 38.77438399990357 ], [ -123.240268000120665, 38.772488999807464 ], [ -123.237456000193532, 38.773544000309442 ], [ -123.233592000305123, 38.772863000218642 ], [ -123.231781000285622, 38.773784999800093 ], [ -123.229150000108461, 38.772470999816854 ], [ -123.225554000008643, 38.771497999752796 ], [ -123.220006000322371, 38.771920000124865 ], [ -123.218858999926582, 38.772976000047059 ], [ -123.217098000135763, 38.772803999958214 ], [ -123.215209000298415, 38.774069999820739 ], [ -123.213045000101502, 38.772334999974547 ], [ -123.210054000074223, 38.771157000141173 ], [ -123.206001999864824, 38.769868999849713 ], [ -123.200818000226633, 38.768722999724865 ], [ -123.197725999916983, 38.76837000017224 ], [ -123.196509999924231, 38.768760999828508 ], [ -123.19396800033384, 38.768565000182711 ], [ -123.190256999707998, 38.769885000191714 ], [ -123.189603999954912, 38.770514000244589 ], [ -123.18450900000515, 38.771156000006386 ], [ -123.181583000275225, 38.770598999807405 ], [ -123.179764999684679, 38.769144999703421 ], [ -123.176989999567468, 38.769356000157416 ], [ -123.176335999989476, 38.768459000178495 ], [ -123.174362999588226, 38.768106000020012 ], [ -123.173410000259523, 38.765994000055208 ], [ -123.172547000444155, 38.765431999803148 ], [ -123.168865000130666, 38.764037000013914 ], [ -123.167762999940692, 38.762962999867824 ], [ -123.165207999931511, 38.761891000196393 ], [ -123.16200600001703, 38.762019999897156 ], [ -123.157675999973321, 38.760391000027354 ], [ -123.156772000150099, 38.759242999766407 ], [ -123.154293000308897, 38.758557999914501 ], [ -123.151689999720787, 38.758665000227495 ], [ -123.145234000013289, 38.758349999992681 ], [ -123.143545000192503, 38.757504000186159 ], [ -123.141719000104374, 38.757386999758957 ], [ -123.140863999786632, 38.756625999843131 ], [ -123.136079000356574, 38.754972000210536 ], [ -123.133267000429413, 38.753048999738766 ], [ -123.132176000110121, 38.751645999810961 ], [ -123.126845999983715, 38.750011999892862 ], [ -123.115614000168677, 38.745897999908166 ], [ -123.111839999793673, 38.743086999846973 ], [ -123.107945999768049, 38.7410109998103 ], [ -123.106502999994575, 38.741056000349772 ], [ -123.104594999890665, 38.740108000274411 ], [ -123.103327000019362, 38.740327999896586 ], [ -123.102225999654308, 38.739069000349723 ], [ -123.099446000412527, 38.737430000344247 ], [ -123.093941000383936, 38.735408999777341 ], [ -123.091849000157026, 38.735446000166732 ], [ -123.089515000080752, 38.733492999761907 ], [ -123.084195999825027, 38.731615999756315 ], [ -123.082562000255791, 38.731305999961215 ], [ -123.079500000083414, 38.729292000058884 ], [ -123.076159000251749, 38.728660999654039 ], [ -123.073846000091919, 38.727793999659518 ], [ -123.072440000128353, 38.727100000337593 ], [ -123.070060000021329, 38.724473000083215 ], [ -123.065043999714263, 38.719199999718327 ], [ -123.062201999649886, 38.719822000295132 ], [ -123.060017000434868, 38.71969699995919 ], [ -123.057320999960382, 38.718742999961009 ], [ -123.052533999982188, 38.718050999997189 ], [ -123.049036999616618, 38.716402000073231 ], [ -123.047115000167324, 38.716195999711161 ], [ -123.045130000070515, 38.714059999676792 ], [ -123.043292000286797, 38.714213999773953 ], [ -123.040791999630883, 38.715224000234464 ], [ -123.037366000308737, 38.715054000198123 ], [ -123.034106999594556, 38.714469999747408 ], [ -123.030453999593362, 38.713257999697625 ], [ -123.028346000371243, 38.711847999843606 ], [ -123.024303000382702, 38.713138999876264 ], [ -123.022776999870203, 38.714845000188994 ], [ -123.019415000122166, 38.716093999863304 ], [ -123.018118999763445, 38.716022999965787 ], [ -123.011832999935265, 38.713763999942053 ], [ -123.009332000352742, 38.713841000000507 ], [ -123.005358999786111, 38.713226000259908 ], [ -123.003561000185371, 38.712719999711908 ], [ -123.003532999697953, 38.711586000084779 ], [ -123.005188000081887, 38.710301999946758 ], [ -123.005153999746682, 38.709162999706344 ], [ -123.00376299985173, 38.708325000083562 ], [ -123.002370000306982, 38.708745999986682 ], [ -123.001182999728172, 38.710698000116629 ], [ -122.99930499976152, 38.711854000030165 ], [ -122.995774999783961, 38.712025000228749 ], [ -122.994352000101969, 38.71359699995817 ], [ -122.995831999685393, 38.714758999897079 ], [ -122.999355999815151, 38.715472999998994 ], [ -123.000295999623376, 38.716770999717298 ], [ -122.998540999680358, 38.720267999947623 ], [ -122.992039999767016, 38.720279000161597 ], [ -122.986834000387475, 38.719448000191605 ], [ -122.984957000245728, 38.7182199997387 ], [ -122.982809999767227, 38.715343000089412 ], [ -122.979637999989976, 38.712949999958944 ], [ -122.976641000114896, 38.712316000265801 ], [ -122.976225000188307, 38.713546999840936 ], [ -122.977661000289089, 38.720285000341313 ], [ -122.977720999665237, 38.722786999839521 ], [ -122.978520999731401, 38.724861000277258 ], [ -122.98042499963735, 38.727685999987834 ], [ -122.980828000043488, 38.730554000266793 ], [ -122.982557999872142, 38.733249000244442 ], [ -122.984213000256076, 38.736778999934089 ], [ -122.986165999667506, 38.739082000239179 ], [ -122.986244000383593, 38.740218999687599 ], [ -122.985454000363191, 38.741625000209595 ], [ -122.985295000354526, 38.742478999824357 ], [ -122.985721000326862, 38.743594000288823 ], [ -122.987708999898402, 38.745134000017813 ], [ -122.988150999764287, 38.745798000002324 ], [ -122.988610000246922, 38.747630999921569 ], [ -122.990468999946998, 38.749274000162124 ], [ -122.991289000104672, 38.750426999663304 ], [ -122.991582000007611, 38.752470000080898 ], [ -122.990008999639471, 38.755349000346996 ], [ -122.991586000205587, 38.758406000058216 ], [ -122.992029999721268, 38.761241999901806 ], [ -122.993695999975841, 38.763142000197561 ], [ -122.99556800009475, 38.767072000173478 ], [ -122.994836999625562, 38.767559000272648 ], [ -123.00108399999398, 38.774623999971631 ], [ -123.005716000161485, 38.778172000254209 ], [ -123.007947000305592, 38.780211999800912 ], [ -123.009617999684693, 38.782151999724988 ], [ -123.010269999612873, 38.783211999974924 ], [ -123.011212999794168, 38.782950000072482 ], [ -123.013063999996646, 38.784727999811416 ], [ -123.016752999982842, 38.789079999890305 ], [ -123.018822999570119, 38.796810999936035 ], [ -123.019791999690725, 38.800111000103691 ], [ -123.016410999676083, 38.800780999996142 ], [ -123.016069000267663, 38.801683999819502 ], [ -123.015995999574386, 38.803626999746861 ], [ -123.017075000198133, 38.805210000324095 ], [ -123.022271000430237, 38.812402000346118 ], [ -123.023318000368604, 38.814191999670129 ], [ -123.023504000141457, 38.815796999665693 ], [ -123.023443000042093, 38.816389999762094 ], [ -123.023387999790486, 38.81667500025295 ], [ -123.023280999660372, 38.817083000038977 ], [ -123.023198999644606, 38.81733200013398 ], [ -123.023053000054745, 38.817764999982707 ], [ -123.022560000135243, 38.818680000032742 ], [ -123.022707000448321, 38.819677000304317 ], [ -123.024777000035641, 38.822162999680344 ], [ -123.033098000189327, 38.825026999775844 ], [ -123.038962000243117, 38.827286000074011 ], [ -123.042056000202578, 38.828103999656086 ], [ -123.045418999775507, 38.829736999976561 ], [ -123.048542000047291, 38.83170299994336 ], [ -123.05025699980736, 38.833803999923127 ], [ -123.053261000253428, 38.835150000193806 ], [ -123.05342399956173, 38.835944999993444 ], [ -123.056832000238813, 38.839120999727058 ], [ -123.059895000236139, 38.840690999712521 ], [ -123.061209999963111, 38.842097000036645 ], [ -123.06086199980858, 38.840443000006736 ], [ -123.05892000026779, 38.839142999901995 ], [ -123.061772000377914, 38.839681000090536 ], [ -123.063465000396661, 38.842083000189263 ], [ -123.063184000189253, 38.842682999873603 ], [ -123.06697500028271, 38.843663000161769 ], [ -123.068367999827473, 38.844792999966501 ], [ -123.070988000134008, 38.845740999676799 ], [ -123.073649000448412, 38.847328000032832 ], [ -123.076751999730376, 38.847190999836293 ], [ -123.076813999654661, 38.849491000168548 ], [ -123.07792800043849, 38.849329999949276 ], [ -123.07939100030346, 38.847816000090646 ], [ -123.081081999774057, 38.847283000074 ], [ -123.081229999912097, 38.838406000135926 ], [ -123.118025000237807, 38.839550999686757 ], [ -123.126113999689608, 38.839317999778892 ], [ -123.136635999850157, 38.839447999908664 ], [ -123.13625300043384, 38.809136000087946 ], [ -123.14227899997104, 38.808874999872096 ], [ -123.209286999620005, 38.808940000114511 ], [ -123.238964000264332, 38.808556999942134 ], [ -123.268709999607339, 38.808369000178736 ], [ -123.268116000303806, 38.805915000138043 ], [ -123.268382000442614, 38.804221999694732 ], [ -123.267211999582258, 38.803397000317972 ], [ -123.267741000385115, 38.801864999692754 ], [ -123.269261000151488, 38.80140900016093 ], [ -123.270082000134025, 38.799510000309638 ], [ -123.271867000214314, 38.799167999783194 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154302", "NAME": "Census Tract 1543.02", "state": "06", "county_fips": "097", "tract": "154302", "county_name": "Sonoma County", "tot_pop_2050": 3369, "tot_pop_pov_det_2050": 3340, "tot_pop_civ_ni_2050": 3351, "tot_hh_2050": 1733, "pop_zvhhs_2050": 31, "tot_fam_2050": 840, "tot_pop_over5_2050": 3318, "pop_hus_rent50_2050": 138, "pop_minority_2050": 338, "pop_over75_2050": 257, "pop_spfam_2050": 21, "pop_lep_2050": 11, "pop_below200_2050": 780, "pop_disability_2050": 467, "pct_minority_2050": 0.10032650638171564, "pct_over75_2050": 0.07628376372810923, "pct_spfam_2050": 0.025, "pct_lep_2050": 0.0033152501506931889, "pct_below200_2050": 0.23353293413173651, "pct_disab_2050": 0.13936138466129513, "pct_zvhhs_2050": 0.017888055395268318, "pct_hus_rent50_2050": 0.079630698211194464, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.06782800005233, 38.367136999952479 ], [ -123.070505000260255, 38.365098999958782 ], [ -123.067057000298476, 38.357986999912839 ], [ -123.066961999863921, 38.356549999795355 ], [ -123.062555999652233, 38.353278999873964 ], [ -123.061543999873976, 38.352339000172854 ], [ -123.059506000073725, 38.349757000330875 ], [ -123.053108999917441, 38.346501000048541 ], [ -123.052344000011388, 38.344918999745985 ], [ -123.050301000188284, 38.342030000216774 ], [ -123.048065000021339, 38.340652000055961 ], [ -123.04645499984322, 38.339828000098514 ], [ -123.047873000400685, 38.33776700022748 ], [ -123.047733999585205, 38.337005999689865 ], [ -123.045903000372519, 38.335736999673877 ], [ -123.047758999699553, 38.336092000158416 ], [ -123.049662999605502, 38.335676999767543 ], [ -123.049607000427343, 38.33467600000187 ], [ -123.051015999865598, 38.333004000069948 ], [ -123.052906000426191, 38.3343819998382 ], [ -123.055585000283941, 38.335227999818869 ], [ -123.057244999792402, 38.33629100029048 ], [ -123.059357999935713, 38.335446999783635 ], [ -123.059623000249601, 38.332788000201397 ], [ -123.058710000205537, 38.331350999679806 ], [ -123.05795699999, 38.328052999743036 ], [ -123.055494999872238, 38.326684000074351 ], [ -123.055077000295825, 38.325900000022258 ], [ -123.054687000308476, 38.319394000351025 ], [ -123.057114000271156, 38.316423000339668 ], [ -123.056626000374507, 38.314427000214771 ], [ -123.057623999909083, 38.313701000291722 ], [ -123.061040000083807, 38.312956000195605 ], [ -123.061152000236817, 38.311527000013584 ], [ -123.05818200012591, 38.308391999793649 ], [ -123.057045999600774, 38.304400000169963 ], [ -123.054856000362875, 38.304617999930684 ], [ -123.052551845015302, 38.303514190393663 ], [ -123.053476000338577, 38.305721999917836 ], [ -123.051061000071471, 38.310693000147829 ], [ -123.044673999960949, 38.313174999794825 ], [ -123.038742000135102, 38.313575999721955 ], [ -123.024332999621606, 38.310572999702373 ], [ -123.004121999876944, 38.297011999705603 ], [ -123.002911201129663, 38.295708355010895 ], [ -123.002787000058476, 38.295709999818598 ], [ -123.001587999784149, 38.297155000089141 ], [ -122.998708000084946, 38.298413000182137 ], [ -122.994111000077552, 38.299385000021452 ], [ -122.993578999799965, 38.300078999887639 ], [ -122.994136000191901, 38.30398900001299 ], [ -122.994957999999386, 38.306012000314006 ], [ -122.993125000238535, 38.306441000268698 ], [ -122.991628999863295, 38.305530999910829 ], [ -122.990613999711954, 38.30585500006115 ], [ -122.987708000073511, 38.308115000179967 ], [ -122.984133999715013, 38.308223000302789 ], [ -122.983162999944625, 38.310407999822999 ], [ -122.98160700019325, 38.311134999793936 ], [ -122.977161999623476, 38.310929000303602 ], [ -122.974867999730208, 38.311470999910561 ], [ -122.971076999636779, 38.309942000225412 ], [ -122.969048999882261, 38.310798000022231 ], [ -122.967505999651323, 38.313647000100183 ], [ -122.967314999855631, 38.31598800008301 ], [ -122.966123999977199, 38.316969999696418 ], [ -122.96129000014335, 38.316539999866123 ], [ -122.956775999976657, 38.314064000104587 ], [ -122.955276000301751, 38.313534000130609 ], [ -122.951884000416456, 38.31329399998522 ], [ -122.94972199986934, 38.312080000118819 ], [ -122.946754000306598, 38.31120899965957 ], [ -122.943600999897583, 38.312562999758484 ], [ -122.940327999838033, 38.310899000308495 ], [ -122.937453999986587, 38.312129999994362 ], [ -122.937592999903757, 38.312945999773241 ], [ -122.935059999635882, 38.313952000249351 ], [ -122.936119000168119, 38.316016999946378 ], [ -122.935575000195001, 38.319805999985952 ], [ -122.933391999731469, 38.321025999904947 ], [ -122.930275000205825, 38.322128000194255 ], [ -122.92830699982747, 38.324368000077918 ], [ -122.926185000361627, 38.329396000061848 ], [ -122.924367999596001, 38.332808999707943 ], [ -122.919138999751937, 38.338022999894882 ], [ -122.918434000120328, 38.339091000044348 ], [ -122.916852000429657, 38.340673999902435 ], [ -122.915944000408487, 38.346298000183992 ], [ -122.916320000152098, 38.349518000035488 ], [ -122.91820599961639, 38.3513819998077 ], [ -122.921290000428399, 38.354635999807435 ], [ -122.920487999814085, 38.35696799978971 ], [ -122.91604300014265, 38.360081000022276 ], [ -122.913600000286479, 38.364257999693137 ], [ -122.913545999859792, 38.364315000040797 ], [ -122.911537000371879, 38.366604000296867 ], [ -122.910533999916126, 38.369124000240234 ], [ -122.910945999644753, 38.371301999947669 ], [ -122.911420000196003, 38.371424000007067 ], [ -122.911951999575251, 38.373105000238169 ], [ -122.910682000054138, 38.373131999665581 ], [ -122.909743999895696, 38.374297000185088 ], [ -122.906182000131096, 38.375176999712146 ], [ -122.899800000043442, 38.378122000038324 ], [ -122.903160000141668, 38.381780999804796 ], [ -122.902909000071517, 38.384147000098352 ], [ -122.90367499980249, 38.386602000265086 ], [ -122.903424999557231, 38.388230000226827 ], [ -122.909214000166259, 38.390547999778434 ], [ -122.909642999613339, 38.391663000188899 ], [ -122.912401999837044, 38.392821999996343 ], [ -122.913770999990703, 38.394281999673545 ], [ -122.915077000395144, 38.398429000260322 ], [ -122.916604999659143, 38.400621999901105 ], [ -122.920183000215559, 38.399713000030914 ], [ -122.921045000206021, 38.401885000260648 ], [ -122.923452999902111, 38.402728999972865 ], [ -122.926554000432546, 38.404713000227233 ], [ -122.927889000251014, 38.40648000027177 ], [ -122.933955999796098, 38.407401999728151 ], [ -122.93554199968473, 38.408850999784157 ], [ -122.934508999990058, 38.413591000133849 ], [ -122.936119000168119, 38.415447000093906 ], [ -122.934082000192817, 38.415578999926993 ], [ -122.934370000072889, 38.416457000070274 ], [ -122.934570999914328, 38.418427999661944 ], [ -122.931071000074013, 38.41888700004256 ], [ -122.931082999769572, 38.429592999710138 ], [ -122.944831000134073, 38.429568000211965 ], [ -122.946422999870506, 38.429758999676956 ], [ -122.948428000058783, 38.428525000065648 ], [ -122.949537999746312, 38.429983999883362 ], [ -122.951784999783925, 38.429647000004074 ], [ -122.953117999952568, 38.428346000116974 ], [ -122.95311100027989, 38.42641399973401 ], [ -122.956493000119423, 38.42528299988151 ], [ -122.958813999776879, 38.42574299966607 ], [ -122.959295000000807, 38.425294999649964 ], [ -122.960098000440027, 38.426687000078253 ], [ -122.959768999653761, 38.427666999651372 ], [ -122.962424000120379, 38.43030899996036 ], [ -122.965199000237575, 38.431137999753297 ], [ -122.968213999655987, 38.432946000347229 ], [ -122.971655999769993, 38.433623999805384 ], [ -122.97372999955526, 38.437248999664767 ], [ -122.976378000349158, 38.439490999789747 ], [ -122.977195999958695, 38.441260000248647 ], [ -122.976010000103159, 38.442827999955171 ], [ -122.978381999814232, 38.443952000227583 ], [ -122.978705999679335, 38.444039000108475 ], [ -122.978950999901713, 38.444208999742855 ], [ -122.979482000354352, 38.444473000276872 ], [ -122.980006000236003, 38.444582999921188 ], [ -122.980104000145303, 38.44465399989047 ], [ -122.980474000041141, 38.445434000106872 ], [ -122.980530000117639, 38.445615000124597 ], [ -122.980921999754813, 38.445840000166875 ], [ -122.983615999681163, 38.44304799986886 ], [ -122.985943000084731, 38.443141000295967 ], [ -122.98877799957809, 38.442166999903058 ], [ -122.993340000323713, 38.442720000046371 ], [ -122.996959999814607, 38.444591999980638 ], [ -123.000775000197521, 38.448701000170864 ], [ -123.001540000103574, 38.448686000221684 ], [ -123.000482000294554, 38.448269000245993 ], [ -122.997393000357974, 38.444708000177002 ], [ -122.997497000115047, 38.443514999676268 ], [ -122.99622800041881, 38.443811999810926 ], [ -122.994260999865361, 38.441826999761453 ], [ -122.995000999657094, 38.438364000134357 ], [ -122.99583699970826, 38.437450999909579 ], [ -122.99838900024271, 38.43795400007992 ], [ -122.9983599999304, 38.440195000288973 ], [ -123.000964000343401, 38.440028999688444 ], [ -123.011647999987332, 38.432789000090047 ], [ -123.013418999823912, 38.430746000235175 ], [ -123.008716000409592, 38.429572000132275 ], [ -123.006670000213447, 38.42836500005788 ], [ -122.999718000213392, 38.426448999853882 ], [ -122.995336000291147, 38.4235620001851 ], [ -122.991573999611688, 38.423713999788333 ], [ -122.986998000419007, 38.424346999835464 ], [ -122.983082999578698, 38.422471999715157 ], [ -122.979343000437197, 38.41978799994618 ], [ -122.976128999928818, 38.418942000022817 ], [ -122.973736000301329, 38.416546999780238 ], [ -122.972454000186346, 38.414738000207294 ], [ -122.972403999957606, 38.413529000296023 ], [ -122.973034999969357, 38.413540999905521 ], [ -122.974518999750757, 38.412565000287195 ], [ -122.975287000029866, 38.410397999840278 ], [ -122.979540999905595, 38.411334999961461 ], [ -122.982023999944758, 38.410847000275609 ], [ -122.984762000252061, 38.409611999692288 ], [ -122.987364000116912, 38.407355000303752 ], [ -122.991827000230003, 38.405187000284094 ], [ -122.995223000313246, 38.40563499969911 ], [ -122.99800900030111, 38.405628000334559 ], [ -122.999057000064397, 38.406084000162174 ], [ -123.001453999889833, 38.40585200007834 ], [ -123.001811000265221, 38.40530099979842 ], [ -123.006057999569933, 38.402386000331759 ], [ -123.007538999876559, 38.403889999757105 ], [ -123.009943000273026, 38.404013999728711 ], [ -123.011095999618291, 38.405646000308217 ], [ -123.013705000054173, 38.404011000134972 ], [ -123.014987999994077, 38.402846000190308 ], [ -123.019163000227095, 38.400656000168588 ], [ -123.022844999642288, 38.401803999649019 ], [ -123.02787600001794, 38.402224999795287 ], [ -123.033181999854904, 38.403757000056395 ], [ -123.034224999595324, 38.402983999788262 ], [ -123.035987999934264, 38.402852000178321 ], [ -123.038351000322834, 38.40087500005896 ], [ -123.039009000098773, 38.399744999940097 ], [ -123.040445000199568, 38.399245000268785 ], [ -123.042786999773455, 38.397435999830648 ], [ -123.044997000001132, 38.393951999899514 ], [ -123.046162999765201, 38.393393999888964 ], [ -123.046024999672923, 38.390652000293628 ], [ -123.044555999960153, 38.387644000226082 ], [ -123.044509000104497, 38.385838999865392 ], [ -123.042838999651977, 38.381076999669958 ], [ -123.042510999588927, 38.378401000346521 ], [ -123.043318000226094, 38.375855999743585 ], [ -123.043230000362527, 38.374077000039556 ], [ -123.044485999639974, 38.37308499979509 ], [ -123.052328000117882, 38.371682999959368 ], [ -123.054153000381064, 38.372268999679456 ], [ -123.057414999671721, 38.372261999901887 ], [ -123.061103999657888, 38.371621000095963 ], [ -123.062319999650683, 38.369697999711711 ], [ -123.06092499955777, 38.368230000013391 ], [ -123.065580000189797, 38.368186000151979 ], [ -123.06782800005233, 38.367136999952479 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154303", "NAME": "Census Tract 1543.03", "state": "06", "county_fips": "097", "tract": "154303", "county_name": "Sonoma County", "tot_pop_2050": 1567, "tot_pop_pov_det_2050": 1567, "tot_pop_civ_ni_2050": 1567, "tot_hh_2050": 780, "pop_zvhhs_2050": 20, "tot_fam_2050": 490, "tot_pop_over5_2050": 1549, "pop_hus_rent50_2050": 76, "pop_minority_2050": 263, "pop_over75_2050": 355, "pop_spfam_2050": 43, "pop_lep_2050": 54, "pop_below200_2050": 363, "pop_disability_2050": 288, "pct_minority_2050": 0.16783663050414804, "pct_over75_2050": 0.2265475430759413, "pct_spfam_2050": 0.087755102040816324, "pct_lep_2050": 0.034861200774693353, "pct_below200_2050": 0.23165283982131465, "pct_disab_2050": 0.18379068283343969, "pct_zvhhs_2050": 0.02564102564102564, "pct_hus_rent50_2050": 0.097435897435897437, "over75_halfsd_2050": 1, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.533535000062528, 38.768407999763554 ], [ -123.531108000099877, 38.764179000260675 ], [ -123.531592999623427, 38.759506000192026 ], [ -123.52715999964758, 38.757197000273038 ], [ -123.525151999984573, 38.753801000064378 ], [ -123.527358999839208, 38.752363000288227 ], [ -123.524372999834796, 38.749345999685694 ], [ -123.521418999617424, 38.74969100018992 ], [ -123.520041877795293, 38.748087643952275 ], [ -123.517581979730309, 38.745223632946107 ], [ -123.517514871985313, 38.745145500156106 ], [ -123.514783999809794, 38.741966000113969 ], [ -123.510786000027096, 38.740390999845118 ], [ -123.510486260962892, 38.740481401062191 ], [ -123.507907999977732, 38.741259000251063 ], [ -123.498749999947961, 38.737942999706505 ], [ -123.49329199977501, 38.736512000181129 ], [ -123.490021000263582, 38.73221299998427 ], [ -123.489797185908856, 38.732036366338541 ], [ -123.484281000058331, 38.727682999858331 ], [ -123.482579569350634, 38.726671370179375 ], [ -123.478960036983679, 38.724519283052665 ], [ -123.474066999869365, 38.721610000238982 ], [ -123.471483207058682, 38.721007640892736 ], [ -123.46884702809389, 38.720393069372072 ], [ -123.46686499962405, 38.719931000090028 ], [ -123.461290999998468, 38.717001000246896 ], [ -123.455797999665435, 38.712145000062343 ], [ -123.454862476162262, 38.710019623509801 ], [ -123.454656848200472, 38.709552465351337 ], [ -123.453601999681453, 38.707155999798545 ], [ -123.448182000041697, 38.702793999837468 ], [ -123.446534735050676, 38.701150189852356 ], [ -123.445320999710745, 38.699939000175988 ], [ -123.44177400001476, 38.699743999915732 ], [ -123.440620467070218, 38.698137172482795 ], [ -123.438705000169691, 38.695469000296931 ], [ -123.435452000201551, 38.690506000350169 ], [ -123.432636000076457, 38.687314000260905 ], [ -123.432235000218455, 38.683380000073264 ], [ -123.434967999604567, 38.681792999681555 ], [ -123.424673999947984, 38.675682999698097 ], [ -123.419656999816013, 38.674677000046337 ], [ -123.415453999993886, 38.669287000019793 ], [ -123.416049999845555, 38.667331999795017 ], [ -123.409424000258767, 38.662161000282353 ], [ -123.409131000355814, 38.659111999660865 ], [ -123.405663000302539, 38.656729000122539 ], [ -123.408659000352685, 38.654716999804727 ], [ -123.407130000365484, 38.653291124374014 ], [ -123.403010000384057, 38.649448999938052 ], [ -123.400933000225749, 38.646561999948332 ], [ -123.393316999703671, 38.638780000312224 ], [ -123.394340000250907, 38.637154000164394 ], [ -123.389893999856255, 38.635229999990266 ], [ -123.387878999622245, 38.63261900015295 ], [ -123.390654999564362, 38.631459000101934 ], [ -123.37930300009873, 38.621953000297836 ], [ -123.374861999726932, 38.615503000204626 ], [ -123.368377644697489, 38.613667164679946 ], [ -123.367600000105497, 38.613447000015412 ], [ -123.366649000426591, 38.610474999764051 ], [ -123.368074999583328, 38.607874999791349 ], [ -123.371875999722519, 38.607235000240678 ], [ -123.368313000133028, 38.60323199982453 ], [ -123.36188400018969, 38.601022999690841 ], [ -123.359755999977779, 38.59821599994175 ], [ -123.35714200041734, 38.596545000248589 ], [ -123.354789000074518, 38.598213999746505 ], [ -123.349612000109005, 38.596805000321901 ], [ -123.34333799997637, 38.590008000136649 ], [ -123.339361000110074, 38.582976999855681 ], [ -123.34038799995696, 38.577831000083101 ], [ -123.340105999924674, 38.572227999981948 ], [ -123.331898999573795, 38.565541999685465 ], [ -123.330644000121254, 38.566856999797047 ], [ -123.32391899990192, 38.563721000167654 ], [ -123.323317000202479, 38.561324999649059 ], [ -123.3172120001243, 38.559382999815966 ], [ -123.310398000216495, 38.556184000200481 ], [ -123.306782000025251, 38.552708999717595 ], [ -123.306308000372326, 38.549274000141949 ], [ -123.301419000286856, 38.546925999659884 ], [ -123.298257955464493, 38.544353021954919 ], [ -123.297889003902583, 38.544052708711511 ], [ -123.297151000167446, 38.543451999770774 ], [ -123.291299670850719, 38.540915053682333 ], [ -123.290460000283304, 38.540551000116857 ], [ -123.287156000261561, 38.540222999787318 ], [ -123.286656549540027, 38.539720360260688 ], [ -123.282928000325114, 38.535967999822994 ], [ -123.279108999744267, 38.535856999852626 ], [ -123.27880400014574, 38.531488999905932 ], [ -123.274172999803142, 38.532717999992393 ], [ -123.268747000315585, 38.529886999983511 ], [ -123.267773999997033, 38.527593999845095 ], [ -123.268915212547483, 38.525399785488361 ], [ -123.269015999929081, 38.525205999720875 ], [ -123.268227449789535, 38.524597378820516 ], [ -123.265991838593109, 38.522871882489646 ], [ -123.258155999659735, 38.516823999745043 ], [ -123.254673000436185, 38.515882000342025 ], [ -123.254913999562291, 38.511981999958408 ], [ -123.250684999800924, 38.510188999780802 ], [ -123.245670000217117, 38.511974000117554 ], [ -123.242078000315274, 38.509990000189354 ], [ -123.236636999860792, 38.509255999745655 ], [ -123.234260999951729, 38.506580000151622 ], [ -123.231382000077431, 38.502571999684967 ], [ -123.224040999914976, 38.499511999723154 ], [ -123.220296999677188, 38.498617999736574 ], [ -123.215246999933257, 38.499511999723154 ], [ -123.209575000398402, 38.496119999827073 ], [ -123.202276999893627, 38.494313999821358 ], [ -123.198608999823833, 38.491141000224523 ], [ -123.186366000055415, 38.48593600034215 ], [ -123.166428000122252, 38.474947000276508 ], [ -123.161586999717372, 38.468219000071805 ], [ -123.157074000273894, 38.46686900006668 ], [ -123.15706581123176, 38.466843455016736 ], [ -123.155166000169956, 38.467044000190548 ], [ -123.153662000297118, 38.470694000319938 ], [ -123.155510999951488, 38.473287000134441 ], [ -123.153868999986344, 38.475832999661762 ], [ -123.154187000003674, 38.475767999691193 ], [ -123.154546000028859, 38.474921000257119 ], [ -123.156130000267666, 38.474848999775773 ], [ -123.157094000365362, 38.473280999668077 ], [ -123.156994999732859, 38.471853999749875 ], [ -123.159051999799658, 38.471659000153224 ], [ -123.157578000064035, 38.472623000347326 ], [ -123.158671999858058, 38.473217000288493 ], [ -123.157896999906256, 38.476761999988128 ], [ -123.159892000048799, 38.478178999714871 ], [ -123.161411999815172, 38.478091000202539 ], [ -123.16352199958547, 38.479121000007389 ], [ -123.165952999746082, 38.482100999786738 ], [ -123.169347000179499, 38.483957999968091 ], [ -123.176776000205507, 38.487414000277234 ], [ -123.181590999772808, 38.493579000117776 ], [ -123.182985000040802, 38.496230999917884 ], [ -123.181927000231781, 38.49652800025104 ], [ -123.185248999796869, 38.500990999978022 ], [ -123.185524000156491, 38.50180399983028 ], [ -123.188018999891227, 38.504645999650258 ], [ -123.191060000147203, 38.506081999999893 ], [ -123.190882999696882, 38.507621000313037 ], [ -123.194425000268325, 38.509766999792404 ], [ -123.196420000410839, 38.511359999662623 ], [ -123.199397000194452, 38.520233000162591 ], [ -123.202593000261132, 38.52296900031606 ], [ -123.204240000249143, 38.523125999671478 ], [ -123.20608499970551, 38.522138000024825 ], [ -123.208074000000295, 38.522939999779886 ], [ -123.210992000232636, 38.525381000152606 ], [ -123.209869000126261, 38.527421999962954 ], [ -123.207405000353688, 38.527959000239193 ], [ -123.207557999616256, 38.527047000016324 ], [ -123.205257999875158, 38.527312000190541 ], [ -123.204719999749841, 38.526174999942548 ], [ -123.200121000092608, 38.528734000193268 ], [ -123.197495999763234, 38.527618999806023 ], [ -123.196574000396666, 38.52783899964966 ], [ -123.19323900041276, 38.526100999981836 ], [ -123.192220999888391, 38.526262999758849 ], [ -123.193050000266879, 38.527112000109611 ], [ -123.19670900011586, 38.528867000111568 ], [ -123.197736999787637, 38.530273999761995 ], [ -123.200107999673818, 38.531119999938987 ], [ -123.200094000328448, 38.531860999990833 ], [ -123.201912999845575, 38.533096999699282 ], [ -123.203081000157766, 38.535711999835939 ], [ -123.206844999588725, 38.537595999853991 ], [ -123.207879999831533, 38.53929899996001 ], [ -123.210140000287936, 38.540727000311179 ], [ -123.21034399960412, 38.542325999683854 ], [ -123.211798999971478, 38.543655000212084 ], [ -123.214367000399491, 38.544599000312246 ], [ -123.215612999631162, 38.5463840002081 ], [ -123.215843999609859, 38.54774100015586 ], [ -123.217509999864404, 38.549591999921716 ], [ -123.219042000224675, 38.550030999721528 ], [ -123.221476999684953, 38.55154699964973 ], [ -123.221863000372636, 38.552849000108573 ], [ -123.226704999704097, 38.554319999703317 ], [ -123.230323000443491, 38.556998999723717 ], [ -123.230603999752589, 38.558136999899645 ], [ -123.23486600002424, 38.559904000066119 ], [ -123.236532000278785, 38.561589999981727 ], [ -123.235184000041556, 38.564678000186824 ], [ -123.235862999733897, 38.565177999862243 ], [ -123.239312000418906, 38.563924000278831 ], [ -123.241157999700206, 38.562796000000382 ], [ -123.241787000062118, 38.56096699972624 ], [ -123.244030999726704, 38.55844999971972 ], [ -123.247312000182234, 38.558756000320244 ], [ -123.251258999911286, 38.560602000343181 ], [ -123.252167999757404, 38.561585000103769 ], [ -123.255487999672638, 38.561753000167549 ], [ -123.256903999681953, 38.562240000119225 ], [ -123.257926000404296, 38.561520000253864 ], [ -123.260546999637413, 38.561053000003845 ], [ -123.261248999794276, 38.561629000141686 ], [ -123.259353000284236, 38.565521999866576 ], [ -123.260153000350428, 38.567142999653193 ], [ -123.262588999635611, 38.568792999719527 ], [ -123.262468999984989, 38.570166999725096 ], [ -123.270922000383194, 38.576086000180375 ], [ -123.273834999694344, 38.577260000086078 ], [ -123.274611000369376, 38.578147999909049 ], [ -123.278543000029828, 38.579163000210904 ], [ -123.279461000096788, 38.580048999682852 ], [ -123.281543000277935, 38.580118000322777 ], [ -123.282633999698945, 38.580849999793344 ], [ -123.28376600002612, 38.580734000340158 ], [ -123.284568999567028, 38.579088999993495 ], [ -123.286151999980902, 38.579722999783115 ], [ -123.287018000169311, 38.581425999945431 ], [ -123.285125999958936, 38.58262999996824 ], [ -123.289072999687988, 38.584520999713128 ], [ -123.289136000335489, 38.586861000277374 ], [ -123.288594000012182, 38.588484999926735 ], [ -123.291296000334469, 38.590114999918832 ], [ -123.294225000437464, 38.591115999665945 ], [ -123.294853000076202, 38.592386000018884 ], [ -123.293956999750549, 38.594449999668115 ], [ -123.294632000143238, 38.595690000253029 ], [ -123.292735999734916, 38.597683000338812 ], [ -123.29065399955374, 38.598215000195168 ], [ -123.29030299992445, 38.5990970001561 ], [ -123.286736999961917, 38.601452999694146 ], [ -123.286659000144098, 38.602894999866706 ], [ -123.288302999759068, 38.605204000039301 ], [ -123.289549999713969, 38.605589000156712 ], [ -123.294992999818291, 38.608726999737137 ], [ -123.29704999988509, 38.607383999767258 ], [ -123.300184000027514, 38.607425000275285 ], [ -123.30133700027109, 38.607975999847135 ], [ -123.305177999694948, 38.607291999672121 ], [ -123.306263000166481, 38.606160999866439 ], [ -123.309383999890073, 38.606081000166569 ], [ -123.31121599982599, 38.607537000259526 ], [ -123.314443999679753, 38.608747000161429 ], [ -123.318643000202201, 38.609382000204043 ], [ -123.319873000438676, 38.610017000242443 ], [ -123.322034000262576, 38.609835999824732 ], [ -123.323539999785268, 38.610051000068282 ], [ -123.32831800044093, 38.613970000278876 ], [ -123.330956000290797, 38.615021999778321 ], [ -123.332149999643946, 38.617390000156163 ], [ -123.333593000315759, 38.617727000119004 ], [ -123.334173000273879, 38.619490000018914 ], [ -123.335694999690119, 38.620976000043981 ], [ -123.337919000161492, 38.622277999922709 ], [ -123.338228999782913, 38.623613999740073 ], [ -123.342286000015136, 38.625879999950229 ], [ -123.344435999968368, 38.62609100029173 ], [ -123.346195999934281, 38.628652000180821 ], [ -123.343763999948735, 38.628471999791905 ], [ -123.344435000143449, 38.630121999775746 ], [ -123.347197999666804, 38.632290999757501 ], [ -123.348897000431634, 38.630291000217873 ], [ -123.349911999684636, 38.63015099987993 ], [ -123.349125999862181, 38.632307000034132 ], [ -123.35300099962123, 38.633763999684057 ], [ -123.352593999915456, 38.634523999929279 ], [ -123.349352999642903, 38.633624999767584 ], [ -123.35189500013162, 38.636495000333142 ], [ -123.353623000310463, 38.637117000135277 ], [ -123.35375499965663, 38.638594999962464 ], [ -123.3550910001983, 38.638977000152146 ], [ -123.356796999737526, 38.640592999660051 ], [ -123.358810000321725, 38.640995000278977 ], [ -123.359401000150541, 38.64265699975558 ], [ -123.358168000439335, 38.644526000163495 ], [ -123.356922000309325, 38.644583000129586 ], [ -123.356194000213193, 38.643264999816871 ], [ -123.354247999576131, 38.643299000018807 ], [ -123.353970999566698, 38.645715000059681 ], [ -123.352470000066873, 38.648571999696195 ], [ -123.350014999616803, 38.650138000083459 ], [ -123.352096999797979, 38.65072599987311 ], [ -123.354738999845807, 38.650356000038663 ], [ -123.357094999663374, 38.650900999830753 ], [ -123.359918000359471, 38.650792999779107 ], [ -123.359110999722304, 38.65324500015069 ], [ -123.3598849998492, 38.653973999748146 ], [ -123.362854000135187, 38.653227999956101 ], [ -123.364579999765894, 38.65175300006414 ], [ -123.367135999599995, 38.65018600017558 ], [ -123.368508999951601, 38.650745000093607 ], [ -123.368580000096699, 38.652659999759443 ], [ -123.370095999665125, 38.653731999679529 ], [ -123.367374999974587, 38.653763000102131 ], [ -123.366491000242846, 38.654600999789942 ], [ -123.367835000282128, 38.65555999990557 ], [ -123.371069999808569, 38.654860999900443 ], [ -123.372495999863617, 38.655663000145644 ], [ -123.371398999696538, 38.656391000050959 ], [ -123.371809999600288, 38.65969899985452 ], [ -123.374916999978538, 38.661061000309566 ], [ -123.374957000161487, 38.662514000072903 ], [ -123.375855000136951, 38.663178999873701 ], [ -123.377960999709259, 38.66244099978401 ], [ -123.379247999847138, 38.662879999947833 ], [ -123.379719000025332, 38.665299999865717 ], [ -123.380739000199512, 38.667513000262538 ], [ -123.384566000277971, 38.669391000314015 ], [ -123.385128999619354, 38.670249999752073 ], [ -123.389348000233326, 38.673563000199771 ], [ -123.389554000097633, 38.674731000319802 ], [ -123.395470999854879, 38.678339999889502 ], [ -123.397256999760032, 38.680165000299013 ], [ -123.399339999766127, 38.684127999819339 ], [ -123.401837000048999, 38.686593999942509 ], [ -123.404086999561343, 38.687056000003956 ], [ -123.405427000301003, 38.689322000179544 ], [ -123.409215999846296, 38.69010100033104 ], [ -123.410639000426613, 38.691398000164632 ], [ -123.410477000044921, 38.693321000131085 ], [ -123.411948000305813, 38.695544000142974 ], [ -123.41523499971079, 38.697166999926225 ], [ -123.416250999687023, 38.698689000343563 ], [ -123.41576500033851, 38.700216999681587 ], [ -123.417917999766487, 38.70291900028883 ], [ -123.420918000014623, 38.703453000294836 ], [ -123.42240400034413, 38.704331999993258 ], [ -123.424030000415726, 38.706579000285274 ], [ -123.426961000168561, 38.709045999985058 ], [ -123.428839000135227, 38.711413999967156 ], [ -123.429805999707668, 38.713303999740425 ], [ -123.431459000441762, 38.714518000166052 ], [ -123.435303000238648, 38.716462999695636 ], [ -123.436190000343444, 38.719392999866997 ], [ -123.437842000354308, 38.720208999663001 ], [ -123.439075999890449, 38.722566000041105 ], [ -123.440710000357939, 38.724350999742185 ], [ -123.443565999767728, 38.725777000057072 ], [ -123.44554099981876, 38.72781699991242 ], [ -123.446980000292612, 38.730456999910608 ], [ -123.450281999766219, 38.73210699994771 ], [ -123.452082999739986, 38.733454999799974 ], [ -123.453657999757965, 38.737023999918307 ], [ -123.455180000072488, 38.738496000176696 ], [ -123.458819999654892, 38.740715000304036 ], [ -123.463275000270372, 38.745188000346424 ], [ -123.468335999884957, 38.748624000281438 ], [ -123.469012000102524, 38.749548999839057 ], [ -123.472207000344341, 38.751123999872547 ], [ -123.473919999556259, 38.753685999930596 ], [ -123.478144000193069, 38.758348999678361 ], [ -123.478938000411432, 38.762976999858935 ], [ -123.479618999753612, 38.763945000087908 ], [ -123.481811000437943, 38.765409999972448 ], [ -123.484910000420271, 38.766589000347054 ], [ -123.487235000275703, 38.769617000117776 ], [ -123.491802000145853, 38.772566999714215 ], [ -123.496584000101166, 38.777344000328533 ], [ -123.498955999812267, 38.778127000002868 ], [ -123.499581999801151, 38.774092999875933 ], [ -123.502216000351396, 38.774441000080422 ], [ -123.505233000317929, 38.77427700005066 ], [ -123.507040999964403, 38.773531999793342 ], [ -123.508824000394853, 38.769950000274875 ], [ -123.509462000079296, 38.767856000025887 ], [ -123.510799000445886, 38.767352000159221 ], [ -123.514625999626034, 38.768475000136377 ], [ -123.516342999934238, 38.767784000262893 ], [ -123.51814700028109, 38.763558999760342 ], [ -123.518938000126411, 38.759365999651941 ], [ -123.520960999858033, 38.758575000302287 ], [ -123.525627000360714, 38.762911000176977 ], [ -123.528510000432973, 38.764409000149563 ], [ -123.533535000062528, 38.768407999763554 ] ] ] } }, -{ "type": "Feature", "properties": { "GEOID": "06097154304", "NAME": "Census Tract 1543.04", "state": "06", "county_fips": "097", "tract": "154304", "county_name": "Sonoma County", "tot_pop_2050": 2313, "tot_pop_pov_det_2050": 2261, "tot_pop_civ_ni_2050": 2313, "tot_hh_2050": 1016, "pop_zvhhs_2050": 25, "tot_fam_2050": 568, "tot_pop_over5_2050": 2267, "pop_hus_rent50_2050": 98, "pop_minority_2050": 461, "pop_over75_2050": 170, "pop_spfam_2050": 24, "pop_lep_2050": 26, "pop_below200_2050": 541, "pop_disability_2050": 285, "pct_minority_2050": 0.19930825767401644, "pct_over75_2050": 0.07349762213575442, "pct_spfam_2050": 0.042253521126760563, "pct_lep_2050": 0.011468901632112923, "pct_below200_2050": 0.23927465723131361, "pct_disab_2050": 0.1232166018158236, "pct_zvhhs_2050": 0.024606299212598427, "pct_hus_rent50_2050": 0.096456692913385822, "over75_halfsd_2050": 0, "minority_halfsd_2050": 0, "spfam_halfsd_2050": 0, "disab_halfsd_2050": 1, "lep_halfsd_2050": 0, "below200_halfsd_2050": 0, "zvhh_halfsd_2050": 0, "hus_rent50_halfsd_2050": 0, "pct_over75_2040": null, "pct_minority_2040": null, "pct_spfam_2040": null, "pct_lep_2040": null, "pct_below200_2040": null, "pct_disab_2040": null, "pct_zvhhs_2040": null, "pct_hus_rent50_2040": null, "coc_flag_pba2035": null, "coc_flag_acs2016": 0, "coc_flag_pba2040": 0, "coc_flag_pba2050": 0, "gain_loss_pba2040_pba2050": 0, "coc_class": null, "gain_loss_acs2016_pba2050": 0 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -123.49915500000391, 38.778327000124406 ], [ -123.498955999812267, 38.778127000002868 ], [ -123.496584000101166, 38.777344000328533 ], [ -123.491802000145853, 38.772566999714215 ], [ -123.487235000275703, 38.769617000117776 ], [ -123.484910000420271, 38.766589000347054 ], [ -123.481811000437943, 38.765409999972448 ], [ -123.479618999753612, 38.763945000087908 ], [ -123.478938000411432, 38.762976999858935 ], [ -123.478144000193069, 38.758348999678361 ], [ -123.473919999556259, 38.753685999930596 ], [ -123.472207000344341, 38.751123999872547 ], [ -123.469012000102524, 38.749548999839057 ], [ -123.468335999884957, 38.748624000281438 ], [ -123.463275000270372, 38.745188000346424 ], [ -123.458819999654892, 38.740715000304036 ], [ -123.455180000072488, 38.738496000176696 ], [ -123.453657999757965, 38.737023999918307 ], [ -123.452082999739986, 38.733454999799974 ], [ -123.450281999766219, 38.73210699994771 ], [ -123.446980000292612, 38.730456999910608 ], [ -123.44554099981876, 38.72781699991242 ], [ -123.443565999767728, 38.725777000057072 ], [ -123.440710000357939, 38.724350999742185 ], [ -123.439075999890449, 38.722566000041105 ], [ -123.437842000354308, 38.720208999663001 ], [ -123.436190000343444, 38.719392999866997 ], [ -123.435303000238648, 38.716462999695636 ], [ -123.431459000441762, 38.714518000166052 ], [ -123.429805999707668, 38.713303999740425 ], [ -123.428839000135227, 38.711413999967156 ], [ -123.426961000168561, 38.709045999985058 ], [ -123.424030000415726, 38.706579000285274 ], [ -123.42240400034413, 38.704331999993258 ], [ -123.420918000014623, 38.703453000294836 ], [ -123.417917999766487, 38.70291900028883 ], [ -123.41576500033851, 38.700216999681587 ], [ -123.416250999687023, 38.698689000343563 ], [ -123.41523499971079, 38.697166999926225 ], [ -123.411948000305813, 38.695544000142974 ], [ -123.410477000044921, 38.693321000131085 ], [ -123.410639000426613, 38.691398000164632 ], [ -123.409215999846296, 38.69010100033104 ], [ -123.405427000301003, 38.689322000179544 ], [ -123.404086999561343, 38.687056000003956 ], [ -123.401837000048999, 38.686593999942509 ], [ -123.399339999766127, 38.684127999819339 ], [ -123.397256999760032, 38.680165000299013 ], [ -123.395470999854879, 38.678339999889502 ], [ -123.389554000097633, 38.674731000319802 ], [ -123.389348000233326, 38.673563000199771 ], [ -123.385128999619354, 38.670249999752073 ], [ -123.384566000277971, 38.669391000314015 ], [ -123.380739000199512, 38.667513000262538 ], [ -123.379719000025332, 38.665299999865717 ], [ -123.379247999847138, 38.662879999947833 ], [ -123.377960999709259, 38.66244099978401 ], [ -123.375855000136951, 38.663178999873701 ], [ -123.374957000161487, 38.662514000072903 ], [ -123.374916999978538, 38.661061000309566 ], [ -123.371809999600288, 38.65969899985452 ], [ -123.371398999696538, 38.656391000050959 ], [ -123.372495999863617, 38.655663000145644 ], [ -123.371069999808569, 38.654860999900443 ], [ -123.367835000282128, 38.65555999990557 ], [ -123.366491000242846, 38.654600999789942 ], [ -123.367374999974587, 38.653763000102131 ], [ -123.370095999665125, 38.653731999679529 ], [ -123.368580000096699, 38.652659999759443 ], [ -123.368508999951601, 38.650745000093607 ], [ -123.367135999599995, 38.65018600017558 ], [ -123.364579999765894, 38.65175300006414 ], [ -123.362854000135187, 38.653227999956101 ], [ -123.3598849998492, 38.653973999748146 ], [ -123.359110999722304, 38.65324500015069 ], [ -123.359918000359471, 38.650792999779107 ], [ -123.357094999663374, 38.650900999830753 ], [ -123.354738999845807, 38.650356000038663 ], [ -123.352096999797979, 38.65072599987311 ], [ -123.350014999616803, 38.650138000083459 ], [ -123.352470000066873, 38.648571999696195 ], [ -123.353970999566698, 38.645715000059681 ], [ -123.354247999576131, 38.643299000018807 ], [ -123.356194000213193, 38.643264999816871 ], [ -123.356922000309325, 38.644583000129586 ], [ -123.358168000439335, 38.644526000163495 ], [ -123.359401000150541, 38.64265699975558 ], [ -123.358810000321725, 38.640995000278977 ], [ -123.356796999737526, 38.640592999660051 ], [ -123.3550910001983, 38.638977000152146 ], [ -123.35375499965663, 38.638594999962464 ], [ -123.353623000310463, 38.637117000135277 ], [ -123.35189500013162, 38.636495000333142 ], [ -123.349352999642903, 38.633624999767584 ], [ -123.352593999915456, 38.634523999929279 ], [ -123.35300099962123, 38.633763999684057 ], [ -123.349125999862181, 38.632307000034132 ], [ -123.349911999684636, 38.63015099987993 ], [ -123.348897000431634, 38.630291000217873 ], [ -123.347197999666804, 38.632290999757501 ], [ -123.344435000143449, 38.630121999775746 ], [ -123.343763999948735, 38.628471999791905 ], [ -123.346195999934281, 38.628652000180821 ], [ -123.344435999968368, 38.62609100029173 ], [ -123.342286000015136, 38.625879999950229 ], [ -123.338228999782913, 38.623613999740073 ], [ -123.337919000161492, 38.622277999922709 ], [ -123.335694999690119, 38.620976000043981 ], [ -123.334173000273879, 38.619490000018914 ], [ -123.333593000315759, 38.617727000119004 ], [ -123.332149999643946, 38.617390000156163 ], [ -123.330956000290797, 38.615021999778321 ], [ -123.32831800044093, 38.613970000278876 ], [ -123.323539999785268, 38.610051000068282 ], [ -123.322034000262576, 38.609835999824732 ], [ -123.319873000438676, 38.610017000242443 ], [ -123.318643000202201, 38.609382000204043 ], [ -123.314443999679753, 38.608747000161429 ], [ -123.31121599982599, 38.607537000259526 ], [ -123.309383999890073, 38.606081000166569 ], [ -123.306263000166481, 38.606160999866439 ], [ -123.305177999694948, 38.607291999672121 ], [ -123.30133700027109, 38.607975999847135 ], [ -123.300184000027514, 38.607425000275285 ], [ -123.29704999988509, 38.607383999767258 ], [ -123.294992999818291, 38.608726999737137 ], [ -123.289549999713969, 38.605589000156712 ], [ -123.288302999759068, 38.605204000039301 ], [ -123.286659000144098, 38.602894999866706 ], [ -123.286736999961917, 38.601452999694146 ], [ -123.29030299992445, 38.5990970001561 ], [ -123.29065399955374, 38.598215000195168 ], [ -123.292735999734916, 38.597683000338812 ], [ -123.294632000143238, 38.595690000253029 ], [ -123.293956999750549, 38.594449999668115 ], [ -123.294853000076202, 38.592386000018884 ], [ -123.294225000437464, 38.591115999665945 ], [ -123.291296000334469, 38.590114999918832 ], [ -123.288594000012182, 38.588484999926735 ], [ -123.289136000335489, 38.586861000277374 ], [ -123.289072999687988, 38.584520999713128 ], [ -123.285125999958936, 38.58262999996824 ], [ -123.287018000169311, 38.581425999945431 ], [ -123.286151999980902, 38.579722999783115 ], [ -123.284568999567028, 38.579088999993495 ], [ -123.28376600002612, 38.580734000340158 ], [ -123.282633999698945, 38.580849999793344 ], [ -123.281543000277935, 38.580118000322777 ], [ -123.279461000096788, 38.580048999682852 ], [ -123.278543000029828, 38.579163000210904 ], [ -123.274611000369376, 38.578147999909049 ], [ -123.273834999694344, 38.577260000086078 ], [ -123.270922000383194, 38.576086000180375 ], [ -123.262468999984989, 38.570166999725096 ], [ -123.262588999635611, 38.568792999719527 ], [ -123.260153000350428, 38.567142999653193 ], [ -123.259353000284236, 38.565521999866576 ], [ -123.261248999794276, 38.561629000141686 ], [ -123.260546999637413, 38.561053000003845 ], [ -123.257926000404296, 38.561520000253864 ], [ -123.256903999681953, 38.562240000119225 ], [ -123.255487999672638, 38.561753000167549 ], [ -123.252167999757404, 38.561585000103769 ], [ -123.251258999911286, 38.560602000343181 ], [ -123.247312000182234, 38.558756000320244 ], [ -123.244030999726704, 38.55844999971972 ], [ -123.241787000062118, 38.56096699972624 ], [ -123.241157999700206, 38.562796000000382 ], [ -123.239312000418906, 38.563924000278831 ], [ -123.235862999733897, 38.565177999862243 ], [ -123.235184000041556, 38.564678000186824 ], [ -123.236532000278785, 38.561589999981727 ], [ -123.23486600002424, 38.559904000066119 ], [ -123.230603999752589, 38.558136999899645 ], [ -123.230323000443491, 38.556998999723717 ], [ -123.226704999704097, 38.554319999703317 ], [ -123.221863000372636, 38.552849000108573 ], [ -123.221476999684953, 38.55154699964973 ], [ -123.219042000224675, 38.550030999721528 ], [ -123.217509999864404, 38.549591999921716 ], [ -123.215843999609859, 38.54774100015586 ], [ -123.215612999631162, 38.5463840002081 ], [ -123.214367000399491, 38.544599000312246 ], [ -123.211798999971478, 38.543655000212084 ], [ -123.21034399960412, 38.542325999683854 ], [ -123.210140000287936, 38.540727000311179 ], [ -123.207879999831533, 38.53929899996001 ], [ -123.206844999588725, 38.537595999853991 ], [ -123.203081000157766, 38.535711999835939 ], [ -123.201912999845575, 38.533096999699282 ], [ -123.200094000328448, 38.531860999990833 ], [ -123.200107999673818, 38.531119999938987 ], [ -123.197736999787637, 38.530273999761995 ], [ -123.19670900011586, 38.528867000111568 ], [ -123.193050000266879, 38.527112000109611 ], [ -123.192220999888391, 38.526262999758849 ], [ -123.19323900041276, 38.526100999981836 ], [ -123.196574000396666, 38.52783899964966 ], [ -123.197495999763234, 38.527618999806023 ], [ -123.200121000092608, 38.528734000193268 ], [ -123.204719999749841, 38.526174999942548 ], [ -123.205257999875158, 38.527312000190541 ], [ -123.207557999616256, 38.527047000016324 ], [ -123.207405000353688, 38.527959000239193 ], [ -123.209869000126261, 38.527421999962954 ], [ -123.210992000232636, 38.525381000152606 ], [ -123.208074000000295, 38.522939999779886 ], [ -123.20608499970551, 38.522138000024825 ], [ -123.204240000249143, 38.523125999671478 ], [ -123.202593000261132, 38.52296900031606 ], [ -123.199397000194452, 38.520233000162591 ], [ -123.196420000410839, 38.511359999662623 ], [ -123.194425000268325, 38.509766999792404 ], [ -123.190882999696882, 38.507621000313037 ], [ -123.191060000147203, 38.506081999999893 ], [ -123.188018999891227, 38.504645999650258 ], [ -123.185524000156491, 38.50180399983028 ], [ -123.185248999796869, 38.500990999978022 ], [ -123.181927000231781, 38.49652800025104 ], [ -123.182985000040802, 38.496230999917884 ], [ -123.181590999772808, 38.493579000117776 ], [ -123.176776000205507, 38.487414000277234 ], [ -123.169347000179499, 38.483957999968091 ], [ -123.165952999746082, 38.482100999786738 ], [ -123.16352199958547, 38.479121000007389 ], [ -123.161411999815172, 38.478091000202539 ], [ -123.159892000048799, 38.478178999714871 ], [ -123.157896999906256, 38.476761999988128 ], [ -123.158671999858058, 38.473217000288493 ], [ -123.157578000064035, 38.472623000347326 ], [ -123.159051999799658, 38.471659000153224 ], [ -123.156994999732859, 38.471853999749875 ], [ -123.157094000365362, 38.473280999668077 ], [ -123.156130000267666, 38.474848999775773 ], [ -123.154546000028859, 38.474921000257119 ], [ -123.154187000003674, 38.475767999691193 ], [ -123.153868999986344, 38.475832999661762 ], [ -123.155510999951488, 38.473287000134441 ], [ -123.153662000297118, 38.470694000319938 ], [ -123.155166000169956, 38.467044000190548 ], [ -123.15706581123176, 38.466843455016736 ], [ -123.156355000398548, 38.464625999911647 ], [ -123.145325000249898, 38.459422000298943 ], [ -123.143607999941693, 38.455886999677048 ], [ -123.137745028458923, 38.454923754289723 ], [ -123.136797000406958, 38.454767999842055 ], [ -123.129118154645923, 38.45057796301316 ], [ -123.129005696352124, 38.450516598538911 ], [ -123.128825000232723, 38.450417999917867 ], [ -123.128410661291085, 38.449207010418583 ], [ -123.126810368307986, 38.444529822014381 ], [ -123.126327999949851, 38.443119999733362 ], [ -123.127969999914981, 38.440679000123502 ], [ -123.124357000096765, 38.440614999959408 ], [ -123.122449435675776, 38.437431547104914 ], [ -123.122378999672677, 38.437313999871392 ], [ -123.121750000209019, 38.430006000019169 ], [ -123.117027999629869, 38.428689999680351 ], [ -123.115551000419487, 38.423906000015215 ], [ -123.113377000176811, 38.421533999655466 ], [ -123.109026000216701, 38.420419999806121 ], [ -123.103706000136043, 38.415541000351737 ], [ -123.102604724886518, 38.413557451501987 ], [ -123.098606999988306, 38.406356999904744 ], [ -123.096186999698318, 38.398396000060984 ], [ -123.096406999806362, 38.393408000282562 ], [ -123.094702000092056, 38.392954000319001 ], [ -123.093910000421815, 38.394828999730201 ], [ -123.085571999651364, 38.390524999779657 ], [ -123.083363417863509, 38.384637091116993 ], [ -123.081455294690386, 38.379550180615013 ], [ -123.080641999558026, 38.377382000286921 ], [ -123.078942696959231, 38.37497700005521 ], [ -123.07889632502598, 38.374911370502716 ], [ -123.078567347595865, 38.374445772996786 ], [ -123.074790943329177, 38.369101079354188 ], [ -123.068264999895334, 38.35986499988401 ], [ -123.068288061445315, 38.356559251031364 ], [ -123.068415353619386, 38.338312886602495 ], [ -123.06843700032276, 38.335209999937128 ], [ -123.068829424863083, 38.334416230652451 ], [ -123.074253065374691, 38.323445663941641 ], [ -123.07468399979291, 38.322574000110528 ], [ -123.07977000042014, 38.324075999733999 ], [ -123.076940999876257, 38.320229000305638 ], [ -123.074031999864758, 38.31839600012492 ], [ -123.063671000260968, 38.30217799983879 ], [ -123.058239000027314, 38.298354999759724 ], [ -123.053503999927671, 38.299385000021452 ], [ -123.052020999971177, 38.302245999809045 ], [ -123.052551845015302, 38.303514190393663 ], [ -123.054856000362875, 38.304617999930684 ], [ -123.057045999600774, 38.304400000169963 ], [ -123.05818200012591, 38.308391999793649 ], [ -123.061152000236817, 38.311527000013584 ], [ -123.061040000083807, 38.312956000195605 ], [ -123.057623999909083, 38.313701000291722 ], [ -123.056626000374507, 38.314427000214771 ], [ -123.057114000271156, 38.316423000339668 ], [ -123.054687000308476, 38.319394000351025 ], [ -123.055077000295825, 38.325900000022258 ], [ -123.055494999872238, 38.326684000074351 ], [ -123.05795699999, 38.328052999743036 ], [ -123.058710000205537, 38.331350999679806 ], [ -123.059623000249601, 38.332788000201397 ], [ -123.059357999935713, 38.335446999783635 ], [ -123.057244999792402, 38.33629100029048 ], [ -123.055585000283941, 38.335227999818869 ], [ -123.052906000426191, 38.3343819998382 ], [ -123.051015999865598, 38.333004000069948 ], [ -123.049607000427343, 38.33467600000187 ], [ -123.049662999605502, 38.335676999767543 ], [ -123.047758999699553, 38.336092000158416 ], [ -123.045903000372519, 38.335736999673877 ], [ -123.047733999585205, 38.337005999689865 ], [ -123.047873000400685, 38.33776700022748 ], [ -123.04645499984322, 38.339828000098514 ], [ -123.048065000021339, 38.340652000055961 ], [ -123.050301000188284, 38.342030000216774 ], [ -123.052344000011388, 38.344918999745985 ], [ -123.053108999917441, 38.346501000048541 ], [ -123.059506000073725, 38.349757000330875 ], [ -123.061543999873976, 38.352339000172854 ], [ -123.062555999652233, 38.353278999873964 ], [ -123.066961999863921, 38.356549999795355 ], [ -123.067057000298476, 38.357986999912839 ], [ -123.070505000260255, 38.365098999958782 ], [ -123.06782800005233, 38.367136999952479 ], [ -123.065580000189797, 38.368186000151979 ], [ -123.06092499955777, 38.368230000013391 ], [ -123.062319999650683, 38.369697999711711 ], [ -123.061103999657888, 38.371621000095963 ], [ -123.057414999671721, 38.372261999901887 ], [ -123.054153000381064, 38.372268999679456 ], [ -123.052328000117882, 38.371682999959368 ], [ -123.044485999639974, 38.37308499979509 ], [ -123.043230000362527, 38.374077000039556 ], [ -123.043318000226094, 38.375855999743585 ], [ -123.042510999588927, 38.378401000346521 ], [ -123.042838999651977, 38.381076999669958 ], [ -123.044509000104497, 38.385838999865392 ], [ -123.044555999960153, 38.387644000226082 ], [ -123.046024999672923, 38.390652000293628 ], [ -123.046162999765201, 38.393393999888964 ], [ -123.044997000001132, 38.393951999899514 ], [ -123.042786999773455, 38.397435999830648 ], [ -123.040445000199568, 38.399245000268785 ], [ -123.039009000098773, 38.399744999940097 ], [ -123.038351000322834, 38.40087500005896 ], [ -123.035987999934264, 38.402852000178321 ], [ -123.034224999595324, 38.402983999788262 ], [ -123.033181999854904, 38.403757000056395 ], [ -123.02787600001794, 38.402224999795287 ], [ -123.022844999642288, 38.401803999649019 ], [ -123.019163000227095, 38.400656000168588 ], [ -123.014987999994077, 38.402846000190308 ], [ -123.013705000054173, 38.404011000134972 ], [ -123.011095999618291, 38.405646000308217 ], [ -123.009943000273026, 38.404013999728711 ], [ -123.007538999876559, 38.403889999757105 ], [ -123.006057999569933, 38.402386000331759 ], [ -123.001811000265221, 38.40530099979842 ], [ -123.001453999889833, 38.40585200007834 ], [ -122.999057000064397, 38.406084000162174 ], [ -122.99800900030111, 38.405628000334559 ], [ -122.995223000313246, 38.40563499969911 ], [ -122.991827000230003, 38.405187000284094 ], [ -122.987364000116912, 38.407355000303752 ], [ -122.984762000252061, 38.409611999692288 ], [ -122.982023999944758, 38.410847000275609 ], [ -122.979540999905595, 38.411334999961461 ], [ -122.975287000029866, 38.410397999840278 ], [ -122.974518999750757, 38.412565000287195 ], [ -122.973034999969357, 38.413540999905521 ], [ -122.972403999957606, 38.413529000296023 ], [ -122.972454000186346, 38.414738000207294 ], [ -122.973736000301329, 38.416546999780238 ], [ -122.976128999928818, 38.418942000022817 ], [ -122.979343000437197, 38.41978799994618 ], [ -122.983082999578698, 38.422471999715157 ], [ -122.986998000419007, 38.424346999835464 ], [ -122.991573999611688, 38.423713999788333 ], [ -122.995336000291147, 38.4235620001851 ], [ -122.999718000213392, 38.426448999853882 ], [ -123.006670000213447, 38.42836500005788 ], [ -123.008716000409592, 38.429572000132275 ], [ -123.013418999823912, 38.430746000235175 ], [ -123.014192000125888, 38.432500999797519 ], [ -123.017542000178366, 38.434103999695033 ], [ -123.02125700010383, 38.434709999800795 ], [ -123.022646000348985, 38.435908000335289 ], [ -123.02396500027389, 38.438006999886802 ], [ -123.02951200013527, 38.438211999702744 ], [ -123.032432000017451, 38.437493000105441 ], [ -123.035070999692252, 38.438581999870628 ], [ -123.038631999631903, 38.444137000261108 ], [ -123.038896999945791, 38.446532000196896 ], [ -123.039972000371563, 38.448021000045664 ], [ -123.041795000086665, 38.449235999836667 ], [ -123.043996000093514, 38.44932400008954 ], [ -123.046895000059294, 38.450572000053874 ], [ -123.049743999796348, 38.450497000110943 ], [ -123.049670000176505, 38.452317999741346 ], [ -123.04878600044475, 38.454327000110773 ], [ -123.049082999647354, 38.454197999670221 ], [ -123.050004000087341, 38.453926999929429 ], [ -123.050505000402779, 38.456494000116209 ], [ -123.052203000444393, 38.4582750001656 ], [ -123.053857999929988, 38.461142999838039 ], [ -123.05302600007677, 38.463895000017459 ], [ -123.050006999562086, 38.466010000157347 ], [ -123.046358999583788, 38.469778000110175 ], [ -123.045708000378823, 38.472350000018835 ], [ -123.0494369996497, 38.477126999981351 ], [ -123.0501079998444, 38.478806000338885 ], [ -123.053019000404092, 38.481544999925568 ], [ -123.054490999591565, 38.481473999695226 ], [ -123.056595000412372, 38.482673000146093 ], [ -123.05717399964729, 38.484136999811881 ], [ -123.061318999743065, 38.486850999986892 ], [ -123.061580999683869, 38.488682000147811 ], [ -123.05974299990018, 38.491211000242977 ], [ -123.06503899969141, 38.491062000252619 ], [ -123.066304000087982, 38.492012999980695 ], [ -123.06945099975087, 38.494234000025934 ], [ -123.068213000016783, 38.496777000041178 ], [ -123.069466999644391, 38.499914999970592 ], [ -123.068500000071978, 38.502603999706224 ], [ -123.070526000176656, 38.504998999851189 ], [ -123.069665999836019, 38.506389999805528 ], [ -123.069966000310004, 38.506726999749816 ], [ -123.068707999586096, 38.50819299983457 ], [ -123.069458000321887, 38.509730000173498 ], [ -123.073101000277319, 38.511017999730669 ], [ -123.075600000210031, 38.511207999815298 ], [ -123.076673999912558, 38.513697999754342 ], [ -123.078367999756225, 38.514956999785632 ], [ -123.078648999963619, 38.517338000005417 ], [ -123.079342999724588, 38.517843000056246 ], [ -123.08284699976285, 38.518128000038153 ], [ -123.08493899998976, 38.520790000284869 ], [ -123.084199000198069, 38.522415999881041 ], [ -123.085674999583517, 38.523821999784843 ], [ -123.088868000175495, 38.52464499976913 ], [ -123.088828999817409, 38.525574999796575 ], [ -123.086964000269532, 38.526386000296021 ], [ -123.086356999648913, 38.529060000189837 ], [ -123.086693999932805, 38.53096399973235 ], [ -123.085179000189271, 38.532887000004479 ], [ -123.086442999862626, 38.534790000238758 ], [ -123.088167999668414, 38.535696999720606 ], [ -123.089725000143062, 38.537440000338734 ], [ -123.089223999827624, 38.538739000143174 ], [ -123.085837999790115, 38.538063000001998 ], [ -123.083594999950478, 38.537145999792223 ], [ -123.082880000273107, 38.535282999659607 ], [ -123.081634999968045, 38.53667600031357 ], [ -123.080305999997364, 38.534847000254715 ], [ -123.076115999695745, 38.534089999651322 ], [ -123.0727260003586, 38.535057999772917 ], [ -123.072156000446199, 38.535912999814748 ], [ -123.071481999878415, 38.538449000193424 ], [ -123.072656999863312, 38.540030999997128 ], [ -123.072775999689, 38.542453999966547 ], [ -123.071153999815365, 38.544733999987358 ], [ -123.069279000221727, 38.546617999764791 ], [ -123.068146000069646, 38.550002000257507 ], [ -123.067110999826852, 38.550990999867821 ], [ -123.064206999838191, 38.551639999912446 ], [ -123.062193000327383, 38.554524000026625 ], [ -123.059785999557903, 38.554825999779986 ], [ -123.057803999834121, 38.557012999993368 ], [ -123.056489999932055, 38.5592979999359 ], [ -123.05332700037566, 38.560835999987702 ], [ -123.053935999747793, 38.562363000249945 ], [ -123.053130999658762, 38.565252999864704 ], [ -123.051415999898708, 38.564813000090815 ], [ -123.04970199996356, 38.566169999877758 ], [ -123.050352000241901, 38.568741000002795 ], [ -123.049767000260886, 38.570806000239685 ], [ -123.050973000207918, 38.573133999825728 ], [ -123.052544999852842, 38.573547000298142 ], [ -123.056505000000683, 38.576130999820926 ], [ -123.058901999826119, 38.578049000071559 ], [ -123.061270000237556, 38.578277000343796 ], [ -123.062773000285517, 38.577906000221397 ], [ -123.065693999992618, 38.580325999733802 ], [ -123.066334000225211, 38.582709999823898 ], [ -123.065143000346794, 38.586239999879595 ], [ -123.063975999859522, 38.587571999938952 ], [ -123.062035999968543, 38.588490000039286 ], [ -123.061179999825896, 38.589654999921272 ], [ -123.059850000030295, 38.589866000087596 ], [ -123.057007000141013, 38.588909999825098 ], [ -123.055683000193227, 38.589062999678227 ], [ -123.051047999652681, 38.587200000182349 ], [ -123.047538999591538, 38.58759299983376 ], [ -123.047288000419698, 38.586784999753867 ], [ -123.044325999806404, 38.58619500025268 ], [ -123.041234000395079, 38.588148000244679 ], [ -123.039589999881827, 38.589842999726848 ], [ -123.039087999741497, 38.59114800033111 ], [ -123.035099000179656, 38.591331999666181 ], [ -123.033253999824908, 38.592369000135967 ], [ -123.028090000278198, 38.592799999848424 ], [ -123.027065999906043, 38.593313999910151 ], [ -123.022902000442002, 38.593989000257466 ], [ -123.019840000269596, 38.595083000263131 ], [ -123.014526000036724, 38.592094999691838 ], [ -123.013125000096025, 38.58990999965814 ], [ -123.010123000198064, 38.589255999688795 ], [ -123.008455000293679, 38.590313999752489 ], [ -123.005626999574716, 38.591069999738011 ], [ -123.002590000414997, 38.590961000279506 ], [ -123.000821000228257, 38.590230999666623 ], [ -123.001078999971114, 38.591086999928507 ], [ -123.003953999647436, 38.592067000182105 ], [ -123.004239000052792, 38.59263299988735 ], [ -123.001366999851186, 38.59533600010429 ], [ -122.998006999752974, 38.597280000049224 ], [ -122.999309999784387, 38.599052000162573 ], [ -123.003208000007959, 38.601658999687444 ], [ -123.003500000086007, 38.602445000009638 ], [ -123.011299999832815, 38.607932000118318 ], [ -123.011678999949496, 38.608445999925621 ], [ -123.017389999842408, 38.609377000142779 ], [ -123.01867000030758, 38.608525999796647 ], [ -123.018778000262614, 38.61044699970244 ], [ -123.021196999829371, 38.612450000328039 ], [ -123.022334000179427, 38.612343999696357 ], [ -123.024371999979678, 38.614160000026288 ], [ -123.023557999669805, 38.616363999766463 ], [ -123.02513299968777, 38.617683000053354 ], [ -123.027835000010043, 38.618379000034189 ], [ -123.029527000203899, 38.6204989996723 ], [ -123.03107499955938, 38.621107000286756 ], [ -123.032192999642859, 38.622636000249315 ], [ -123.034279000021982, 38.623220000000892 ], [ -123.038261999736065, 38.62337700009757 ], [ -123.036574999565104, 38.624395999942656 ], [ -123.03648000002886, 38.625796000226885 ], [ -123.038512999806215, 38.627040999782665 ], [ -123.039517999911808, 38.628604999725177 ], [ -123.040300000434613, 38.628295999770053 ], [ -123.042586999756878, 38.630478000242817 ], [ -123.044822999923866, 38.630925999722081 ], [ -123.043062999957939, 38.631975999680968 ], [ -123.045043999856802, 38.633320000233063 ], [ -123.04644200032277, 38.635225000327331 ], [ -123.047765000445651, 38.635918000100723 ], [ -123.048008000119879, 38.637439000089735 ], [ -123.052123999903344, 38.639059000111139 ], [ -123.050830999917693, 38.64164199991221 ], [ -123.05140900022603, 38.64340200034637 ], [ -123.04976499971275, 38.64564800031625 ], [ -123.0506190002056, 38.647724999713674 ], [ -123.052166999561052, 38.647940000027916 ], [ -123.054343000351892, 38.645646000040223 ], [ -123.062220999916477, 38.646951000256379 ], [ -123.063877999950222, 38.64853499994917 ], [ -123.06566700022843, 38.648809999982412 ], [ -123.068527999661057, 38.651252999986255 ], [ -123.067960000296807, 38.65337799971828 ], [ -123.070282999604089, 38.654351000304715 ], [ -123.071932999965128, 38.656731000089195 ], [ -123.074589000256665, 38.658744999864403 ], [ -123.075097000244781, 38.660249000137114 ], [ -123.075231999964004, 38.660370999719269 ], [ -123.075437000003404, 38.662431000046126 ], [ -123.077539000276062, 38.664398000032278 ], [ -123.080179999600645, 38.669540999892291 ], [ -123.076469999698062, 38.673566999894078 ], [ -123.076241000267515, 38.675151000121126 ], [ -123.073666000166838, 38.675132000063087 ], [ -123.072507999900409, 38.675889999719899 ], [ -123.06850699974467, 38.676719000187454 ], [ -123.066499000081649, 38.677883999888977 ], [ -123.066231000293058, 38.676714999967942 ], [ -123.064527000403643, 38.67575499974307 ], [ -123.063061000165618, 38.67718899987176 ], [ -123.059333999646256, 38.677967000236066 ], [ -123.058141000118042, 38.677472000349198 ], [ -123.055730000048896, 38.674914999854785 ], [ -123.053560000004154, 38.673664000301819 ], [ -123.051093999683417, 38.672953999779537 ], [ -123.04842999989431, 38.673103000203319 ], [ -123.046650999661807, 38.671778999956416 ], [ -123.044576999876583, 38.671023999953455 ], [ -123.042635000335807, 38.671080999876686 ], [ -123.041868999706494, 38.670297999692608 ], [ -123.040250000205901, 38.670235999821799 ], [ -123.037279000270104, 38.668008999756793 ], [ -123.034059999738886, 38.668962999780355 ], [ -123.032765000103396, 38.66977299973388 ], [ -123.029360999624231, 38.668505000023295 ], [ -123.027456999718282, 38.666253000011423 ], [ -123.026384999665538, 38.666279000324153 ], [ -123.026121000074923, 38.667690000250097 ], [ -123.026885000156085, 38.66844099966162 ], [ -123.025045999649123, 38.670674999889108 ], [ -123.021786999833253, 38.672409000167633 ], [ -123.022447000157328, 38.673527000135927 ], [ -123.025194999612054, 38.672581000112316 ], [ -123.025998999876194, 38.673124999712471 ], [ -123.024395000444215, 38.675719000080292 ], [ -123.024416000360603, 38.676759000265804 ], [ -123.022538000393922, 38.677594000041381 ], [ -123.02078299955258, 38.679660000049068 ], [ -123.018364999810743, 38.679272999995398 ], [ -123.017000999679965, 38.680970999747835 ], [ -123.015566000302385, 38.681727999994777 ], [ -123.015300999988554, 38.684185999776759 ], [ -123.014111999759933, 38.686550999999014 ], [ -123.011056000333639, 38.68685899985536 ], [ -123.009096000351207, 38.68557199979012 ], [ -123.006897999819074, 38.686847000195399 ], [ -123.007148999889239, 38.688850999655628 ], [ -123.009349999896088, 38.689778000220208 ], [ -123.010390999986669, 38.692109999697045 ], [ -123.013113000400438, 38.693653999956311 ], [ -123.012900999790062, 38.697586999859098 ], [ -123.013426000394915, 38.700528000160347 ], [ -123.012811000276656, 38.703023999770025 ], [ -123.013452000334183, 38.704632000285876 ], [ -123.011439999574876, 38.705774000152132 ], [ -123.009389000254146, 38.705784999792684 ], [ -123.007083999591899, 38.707041000261015 ], [ -123.006484000440594, 38.709881000093674 ], [ -123.005537999886229, 38.711527000343757 ], [ -123.005358999786111, 38.713226000259908 ], [ -123.009332000352742, 38.713841000000507 ], [ -123.011832999935265, 38.713763999942053 ], [ -123.018118999763445, 38.716022999965787 ], [ -123.019415000122166, 38.716093999863304 ], [ -123.022776999870203, 38.714845000188994 ], [ -123.024303000382702, 38.713138999876264 ], [ -123.028346000371243, 38.711847999843606 ], [ -123.030453999593362, 38.713257999697625 ], [ -123.034106999594556, 38.714469999747408 ], [ -123.037366000308737, 38.715054000198123 ], [ -123.040791999630883, 38.715224000234464 ], [ -123.043292000286797, 38.714213999773953 ], [ -123.045130000070515, 38.714059999676792 ], [ -123.047115000167324, 38.716195999711161 ], [ -123.049036999616618, 38.716402000073231 ], [ -123.052533999982188, 38.718050999997189 ], [ -123.057320999960382, 38.718742999961009 ], [ -123.060017000434868, 38.71969699995919 ], [ -123.062201999649886, 38.719822000295132 ], [ -123.065043999714263, 38.719199999718327 ], [ -123.070060000021329, 38.724473000083215 ], [ -123.072440000128353, 38.727100000337593 ], [ -123.073846000091919, 38.727793999659518 ], [ -123.076159000251749, 38.728660999654039 ], [ -123.079500000083414, 38.729292000058884 ], [ -123.082562000255791, 38.731305999961215 ], [ -123.084195999825027, 38.731615999756315 ], [ -123.089515000080752, 38.733492999761907 ], [ -123.091849000157026, 38.735446000166732 ], [ -123.093941000383936, 38.735408999777341 ], [ -123.099446000412527, 38.737430000344247 ], [ -123.102225999654308, 38.739069000349723 ], [ -123.103327000019362, 38.740327999896586 ], [ -123.104594999890665, 38.740108000274411 ], [ -123.106502999994575, 38.741056000349772 ], [ -123.107945999768049, 38.7410109998103 ], [ -123.111839999793673, 38.743086999846973 ], [ -123.115614000168677, 38.745897999908166 ], [ -123.126845999983715, 38.750011999892862 ], [ -123.132176000110121, 38.751645999810961 ], [ -123.133267000429413, 38.753048999738766 ], [ -123.136079000356574, 38.754972000210536 ], [ -123.140863999786632, 38.756625999843131 ], [ -123.141719000104374, 38.757386999758957 ], [ -123.143545000192503, 38.757504000186159 ], [ -123.145234000013289, 38.758349999992681 ], [ -123.151689999720787, 38.758665000227495 ], [ -123.154293000308897, 38.758557999914501 ], [ -123.156772000150099, 38.759242999766407 ], [ -123.157675999973321, 38.760391000027354 ], [ -123.16200600001703, 38.762019999897156 ], [ -123.165207999931511, 38.761891000196393 ], [ -123.167762999940692, 38.762962999867824 ], [ -123.168865000130666, 38.764037000013914 ], [ -123.172547000444155, 38.765431999803148 ], [ -123.173410000259523, 38.765994000055208 ], [ -123.174362999588226, 38.768106000020012 ], [ -123.176335999989476, 38.768459000178495 ], [ -123.176989999567468, 38.769356000157416 ], [ -123.179764999684679, 38.769144999703421 ], [ -123.181583000275225, 38.770598999807405 ], [ -123.18450900000515, 38.771156000006386 ], [ -123.189603999954912, 38.770514000244589 ], [ -123.190256999707998, 38.769885000191714 ], [ -123.19396800033384, 38.768565000182711 ], [ -123.196509999924231, 38.768760999828508 ], [ -123.197725999916983, 38.76837000017224 ], [ -123.200818000226633, 38.768722999724865 ], [ -123.206001999864824, 38.769868999849713 ], [ -123.210054000074223, 38.771157000141173 ], [ -123.213045000101502, 38.772334999974547 ], [ -123.215209000298415, 38.774069999820739 ], [ -123.217098000135763, 38.772803999958214 ], [ -123.218858999926582, 38.772976000047059 ], [ -123.220006000322371, 38.771920000124865 ], [ -123.225554000008643, 38.771497999752796 ], [ -123.229150000108461, 38.772470999816854 ], [ -123.231781000285622, 38.773784999800093 ], [ -123.233592000305123, 38.772863000218642 ], [ -123.237456000193532, 38.773544000309442 ], [ -123.240268000120665, 38.772488999807464 ], [ -123.240891999561427, 38.77438399990357 ], [ -123.242300000073129, 38.774649000019835 ], [ -123.244307999736137, 38.776225000160856 ], [ -123.247010999883315, 38.776185999767023 ], [ -123.247297999938525, 38.777118999677278 ], [ -123.251136999712543, 38.777445000203294 ], [ -123.251935000128881, 38.778478000229761 ], [ -123.25481599965299, 38.779439000095628 ], [ -123.255561000365887, 38.78145700002932 ], [ -123.258512000210203, 38.782400000080401 ], [ -123.259823999564148, 38.784900999796008 ], [ -123.261612000017436, 38.784969000023082 ], [ -123.262101999563882, 38.786618999947578 ], [ -123.264392999982419, 38.788286999702727 ], [ -123.263342999671025, 38.789229999750468 ], [ -123.265722999778021, 38.790642000236289 ], [ -123.266848000432518, 38.792788999654505 ], [ -123.269357000410949, 38.793741999943393 ], [ -123.269532000313134, 38.794933000114774 ], [ -123.271138000293263, 38.796512999857896 ], [ -123.271253999745895, 38.79781800006586 ], [ -123.272627999922392, 38.797704999695625 ], [ -123.271867000214314, 38.799167999783194 ], [ -123.270082000134025, 38.799510000309638 ], [ -123.269261000151488, 38.80140900016093 ], [ -123.267741000385115, 38.801864999692754 ], [ -123.267211999582258, 38.803397000317972 ], [ -123.268382000442614, 38.804221999694732 ], [ -123.268116000303806, 38.805915000138043 ], [ -123.268709999607339, 38.808369000178736 ], [ -123.27175900025928, 38.808398999757216 ], [ -123.281679999646968, 38.80750299980739 ], [ -123.368394000323846, 38.806639999720794 ], [ -123.368236000140129, 38.777065999747364 ], [ -123.376088999590351, 38.777234999914953 ], [ -123.385260000038954, 38.777031000023136 ], [ -123.497041999860599, 38.778603999961689 ], [ -123.49915500000391, 38.778327000124406 ] ] ] } } -] -} diff --git a/Project-Documentation/Equity-Priority-Communities/Data/EPCs_Summary_by_County_PBA2035_to_PBA2050.csv b/Project-Documentation/Equity-Priority-Communities/Data/EPCs_Summary_by_County_PBA2035_to_PBA2050.csv deleted file mode 100644 index 555096ee..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/EPCs_Summary_by_County_PBA2035_to_PBA2050.csv +++ /dev/null @@ -1,10 +0,0 @@ -,county_name,coc_flag_pba2035,coc_flag_pba2040,coc_flag_acs2016,epc_flag_pba2050,gain_loss_acs2016_pba2050,gain_loss_pba2040_pba2050,tracts_count -0,Alameda County,121.0,120,115,101,-14,-19,361 -1,Contra Costa County,45.0,45,45,50,5,5,208 -2,Marin County,3.0,3,3,4,1,1,56 -3,Napa County,4.0,4,3,5,2,1,40 -4,San Francisco County,49.0,48,53,51,-2,3,197 -5,San Mateo County,22.0,22,25,22,-3,0,158 -6,Santa Clara County,84.0,84,77,63,-14,-21,372 -7,Solano County,28.0,28,28,28,0,0,96 -8,Sonoma County,11.0,11,14,15,1,4,100 diff --git a/Project-Documentation/Equity-Priority-Communities/Data/compare_acs13_acs18_spfam_moe.csv b/Project-Documentation/Equity-Priority-Communities/Data/compare_acs13_acs18_spfam_moe.csv deleted file mode 100644 index 7770ce28..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Data/compare_acs13_acs18_spfam_moe.csv +++ /dev/null @@ -1,1589 +0,0 @@ -county_name,county_fips,geoid,tot_fam_acs18,tot_fam_moe_acs18,tot_fam_acs13,tot_fam_moe_acs13,pop_spfam_acs18,pop_spfam_acs13,male_hh_child_acs18,male_hh_child_moe_acs18,male_hh_child_acs13,male_hh_child_moe_acs13,female_hh_child_acs18,female_hh_child_moe_acs18,female_hh_child_acs13,female_hh_child_moe_acs13,pct_spfam_acs18,pct_spfam_acs13,moe_over_est_acs18,moe_over_est_acs13 -Alameda,1,6001441501,1657,71,1768,65,86,88,34,29,12,19,52,47,76,64,0.051901026,0.049773756,0,1 -Alameda,1,6001404700,591,42,539,60,21,33,5,8,7,10,16,14,26,25,0.035532995,0.06122449,1,1 -Alameda,1,6001442500,1923,145,1687,170,252,174,61,102,70,77,191,130,104,81,0.131045242,0.103141672,1,1 -Alameda,1,6001450300,1409,104,1227,99,183,160,44,46,35,30,139,101,125,70,0.129879347,0.130399348,1,0 -Alameda,1,6001450607,1541,173,1114,131,147,150,30,34,89,64,117,77,61,48,0.095392602,0.13464991,1,0 -Alameda,1,6001404900,1002,98,1030,120,159,156,27,24,7,11,132,78,149,75,0.158682635,0.151456311,0,1 -Alameda,1,6001405200,958,156,1034,149,18,108,7,13,9,16,11,19,99,77,0.018789144,0.104448743,1,1 -Alameda,1,6001406300,948,101,881,116,277,305,41,35,66,62,236,112,239,104,0.292194093,0.346197503,0,0 -Alameda,1,6001400100,917,88,792,83,70,21,39,44,12,18,31,30,9,14,0.076335878,0.026515152,1,1 -Alameda,1,6001400800,697,160,660,129,143,137,74,74,25,38,69,53,112,73,0.205164993,0.207575758,0,1 -Alameda,1,6001401000,1159,204,1033,196,366,275,83,72,45,40,283,150,230,113,0.315789474,0.266214908,0,0 -Alameda,1,6001400700,910,118,852,141,138,238,42,30,3,9,96,76,235,104,0.151648352,0.279342723,0,1 -Alameda,1,6001402700,380,65,211,57,81,64,27,29,0,12,54,34,64,38,0.213157895,0.303317536,1,1 -Alameda,1,6001402900,193,37,210,58,46,16,5,8,4,9,41,33,12,13,0.238341969,0.076190476,1,1 -Alameda,1,6001403400,837,158,646,159,135,41,46,69,15,24,89,70,26,40,0.161290323,0.063467492,1,1 -Alameda,1,6001404600,1309,84,1311,107,109,22,28,24,12,19,81,51,10,17,0.083269672,0.016781083,0,1 -Alameda,1,6001406201,876,113,865,114,365,274,123,77,70,48,242,101,204,87,0.416666667,0.316763006,0,0 -Alameda,1,6001406800,854,90,871,130,112,173,21,27,61,55,91,54,112,71,0.131147541,0.198622273,1,0 -Alameda,1,6001407800,480,66,376,61,67,60,33,35,5,7,34,29,55,23,0.139583333,0.159574468,1,1 -Alameda,1,6001408000,636,65,673,57,49,30,30,34,22,20,19,16,8,13,0.077044025,0.044576523,1,1 -Alameda,1,6001420500,682,66,559,66,103,119,12,12,33,26,91,39,86,46,0.151026393,0.212880143,0,0 -Alameda,1,6001408200,1012,145,816,142,381,241,134,76,23,20,247,102,218,90,0.376482213,0.295343137,0,0 -Alameda,1,6001409900,1048,105,836,126,62,93,27,42,41,43,35,31,52,43,0.059160305,0.111244019,1,1 -Alameda,1,6001420200,881,97,772,90,236,140,29,35,17,18,207,66,123,50,0.267877412,0.18134715,1,1 -Alameda,1,6001421600,1045,99,931,131,66,42,16,20,8,13,50,41,34,28,0.063157895,0.045112782,1,1 -Alameda,1,6001421900,1032,111,854,121,134,126,0,12,56,51,134,65,70,41,0.129844961,0.147540984,1,0 -Alameda,1,6001422200,724,96,653,130,98,69,45,29,13,22,53,41,56,59,0.135359116,0.105666156,0,1 -Alameda,1,6001435700,1101,102,1173,92,147,147,71,62,29,46,76,70,118,58,0.133514986,0.125319693,0,1 -Alameda,1,6001436100,1419,105,1163,125,188,153,64,46,18,21,124,68,135,70,0.132487667,0.13155632,0,1 -Alameda,1,6001440200,1364,77,1249,95,167,285,39,29,76,54,128,64,209,88,0.122434018,0.228182546,0,0 -Alameda,1,6001440308,1454,119,1307,123,113,167,11,16,11,16,102,54,156,79,0.077716644,0.127773527,1,1 -Alameda,1,6001443103,1116,54,1125,78,51,108,11,16,63,53,40,27,45,47,0.045698925,0.096,1,1 -Alameda,1,6001450400,1901,164,1518,124,193,212,42,50,116,94,151,93,96,62,0.101525513,0.139657444,1,0 -Alameda,1,6001450603,1413,90,1274,83,155,121,30,27,31,42,125,63,90,61,0.109695683,0.094976452,0,1 -Alameda,1,6001450606,1827,86,1555,84,71,70,14,23,0,17,57,35,70,57,0.038861522,0.045016077,1,1 -Alameda,1,6001451102,1202,79,1194,71,30,55,19,27,19,20,11,17,36,28,0.024958403,0.046063652,1,1 -Alameda,1,6001451202,1344,118,958,70,93,40,57,55,13,20,36,32,27,30,0.069196429,0.041753653,0,1 -Alameda,1,6001422700,158,48,174,79,11,67,0,17,26,39,11,17,41,42,0.069620253,0.385057471,1,1 -Alameda,1,6001423100,936,121,689,121,191,113,38,29,14,21,153,70,99,72,0.204059829,0.164005806,0,1 -Alameda,1,6001422400,458,104,478,131,18,35,18,28,0,12,0,12,35,41,0.03930131,0.073221757,1,1 -Alameda,1,6001422500,424,79,363,99,40,16,9,14,0,12,31,21,16,18,0.094339623,0.044077135,1,1 -Alameda,1,6001422600,21,20,15,19,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -Alameda,1,6001426100,1886,95,1768,109,62,40,38,39,13,22,24,33,27,33,0.032873807,0.022624434,1,1 -Alameda,1,6001427300,1220,102,1034,118,138,165,57,40,21,34,81,42,144,73,0.113114754,0.159574468,0,1 -Alameda,1,6001427600,1281,143,1153,125,246,265,59,43,57,46,187,85,208,81,0.192037471,0.229835212,0,0 -Alameda,1,6001427900,1168,148,992,148,79,115,37,42,18,29,42,39,97,64,0.067636986,0.115927419,1,1 -Alameda,1,6001428302,2077,156,2080,132,118,109,98,93,12,21,20,32,97,62,0.056812711,0.052403846,1,1 -Alameda,1,6001428600,838,106,664,95,142,104,39,38,15,16,103,81,89,60,0.169451074,0.156626506,0,1 -Alameda,1,6001430800,1404,197,1558,145,222,153,34,51,30,27,188,105,123,77,0.158119658,0.098202824,1,0 -Alameda,1,6001433600,1466,150,1499,157,435,180,149,122,12,19,286,153,168,112,0.296725784,0.120080053,0,1 -Alameda,1,6001437400,828,41,724,62,69,66,27,23,17,18,42,34,49,32,0.083333333,0.091160221,0,1 -Alameda,1,6001438201,1007,81,878,92,167,150,48,37,106,62,119,55,44,34,0.165839126,0.170842825,0,0 -Alameda,1,6001420100,705,59,678,58,83,101,5,7,44,31,78,40,57,27,0.117730496,0.148967552,1,0 -Alameda,1,6001422900,510,146,442,146,101,76,0,17,0,12,101,109,76,47,0.198039216,0.171945701,1,1 -Alameda,1,6001436800,969,96,940,126,161,102,32,36,64,57,129,60,38,37,0.166150671,0.108510638,1,0 -Alameda,1,6001436401,1911,212,2005,196,362,535,137,96,73,58,225,163,462,181,0.189429618,0.266832918,0,0 -Alameda,1,6001410400,997,106,849,120,234,169,3,4,48,38,231,68,121,64,0.234704112,0.199057715,1,0 -Alameda,1,6001424001,805,98,731,99,188,193,24,27,46,42,164,65,147,52,0.233540373,0.264021888,1,0 -Alameda,1,6001432700,717,88,654,93,119,35,43,34,7,11,76,53,28,22,0.165969317,0.05351682,0,1 -Alameda,1,6001441503,1843,106,1569,135,69,38,24,26,13,20,45,39,25,24,0.037438958,0.024219248,1,1 -Alameda,1,6001450605,1164,81,1088,93,166,89,41,35,44,47,125,80,45,36,0.142611684,0.081801471,0,1 -Alameda,1,6001433400,1575,140,1765,133,176,77,33,53,0,17,143,127,77,72,0.111746032,0.043626062,1,1 -Alameda,1,6001441200,1997,207,1805,167,207,179,45,35,90,58,162,110,89,99,0.103655483,0.099168975,0,1 -Alameda,1,6001444400,1301,97,952,118,108,65,33,49,7,12,75,49,58,42,0.083013067,0.068277311,1,1 -Alameda,1,6001436200,874,92,813,92,206,198,20,22,49,41,186,87,149,65,0.235697941,0.243542435,1,0 -Alameda,1,6001437900,473,50,411,65,72,45,28,23,18,19,44,29,27,24,0.152219873,0.109489051,0,1 -Alameda,1,6001441700,2026,217,1843,152,201,260,72,52,14,23,129,94,246,156,0.099210267,0.141074335,0,1 -Alameda,1,6001423902,330,45,260,73,11,18,6,8,13,16,5,8,5,7,0.033333333,0.069230769,1,1 -Alameda,1,6001427200,1053,133,1016,115,201,182,78,54,71,70,123,60,111,58,0.190883191,0.179133858,0,0 -Alameda,1,6001428500,772,98,917,148,163,100,59,45,18,22,104,51,82,54,0.211139896,0.109051254,0,1 -Alameda,1,6001430400,614,51,615,53,12,55,6,9,24,25,6,9,31,23,0.019543974,0.089430894,1,1 -Alameda,1,6001431100,779,104,763,112,118,289,10,16,69,51,108,56,220,89,0.151476252,0.378768021,1,0 -Alameda,1,6001433500,1130,87,1133,73,132,153,39,31,42,44,93,48,111,59,0.116814159,0.135039718,0,1 -Alameda,1,6001433900,1735,227,1516,192,725,661,180,131,93,87,545,194,568,153,0.417867435,0.436015831,0,0 -Alameda,1,6001409100,446,63,490,66,152,172,26,23,42,43,126,55,130,73,0.340807175,0.351020408,0,1 -Alameda,1,6001409400,919,109,790,112,244,324,52,41,99,68,192,77,225,83,0.265505985,0.410126582,0,0 -Alameda,1,6001410300,803,67,693,88,299,313,94,47,104,56,205,67,209,68,0.372353674,0.451659452,0,0 -Alameda,1,6001420300,1255,147,1398,129,98,303,27,43,100,72,71,67,203,112,0.078087649,0.216738197,1,0 -Alameda,1,6001423200,637,112,610,115,190,62,85,63,2,5,105,74,60,39,0.298273155,0.101639344,0,1 -Alameda,1,6001423300,960,130,783,125,199,116,33,39,39,32,166,68,77,53,0.207291667,0.148148148,1,0 -Alameda,1,6001423601,533,94,431,78,20,42,0,12,22,26,20,21,20,22,0.037523452,0.097447796,1,1 -Alameda,1,6001427700,1295,165,1110,166,220,134,24,36,35,33,196,102,99,69,0.16988417,0.120720721,1,0 -Alameda,1,6001450602,2781,176,2357,170,276,227,114,112,71,48,162,88,156,83,0.099244876,0.096308867,0,0 -Alameda,1,6001443001,746,43,763,43,64,139,38,26,24,36,26,18,115,69,0.085790885,0.182175623,0,1 -Alameda,1,6001450200,1711,142,1260,163,228,214,110,110,54,52,118,79,160,99,0.133255406,0.16984127,0,0 -Alameda,1,6001427800,1092,156,1098,152,182,304,0,17,67,53,182,115,237,141,0.166666667,0.276867031,1,0 -Alameda,1,6001428301,1941,171,1706,135,158,140,57,53,0,17,101,63,140,80,0.08140134,0.082063306,0,1 -Alameda,1,6001433000,849,142,854,83,63,28,29,30,17,19,34,27,11,15,0.074204947,0.032786885,1,1 -Alameda,1,6001433200,1718,211,1743,163,478,440,66,84,135,111,412,187,305,144,0.278230501,0.252438325,1,0 -Alameda,1,6001435200,1152,76,1076,97,183,98,104,71,11,17,79,58,87,62,0.158854167,0.091078067,0,1 -Alameda,1,6001436402,698,73,783,80,32,50,8,12,8,13,24,21,42,51,0.045845272,0.06385696,1,1 -Alameda,1,6001437600,706,58,640,74,134,119,37,30,32,43,97,39,87,45,0.1898017,0.1859375,0,1 -Alameda,1,6001440301,1914,123,1796,163,47,274,0,17,109,95,47,50,165,114,0.024555904,0.152561247,1,0 -Alameda,1,6001407700,1055,124,1027,129,182,195,52,45,45,44,130,67,150,66,0.172511848,0.189873418,0,0 -Alameda,1,6001420400,909,83,1101,120,137,134,9,14,44,34,128,60,90,59,0.150715072,0.121707539,1,0 -Alameda,1,6001428200,1738,165,1570,154,124,131,15,25,31,35,109,70,100,60,0.071346375,0.08343949,1,1 -Alameda,1,6001441100,1237,81,941,83,48,145,24,29,77,70,24,23,68,52,0.038803557,0.154091392,1,0 -Alameda,1,6001441602,1898,157,1828,137,109,292,44,52,44,40,65,67,248,124,0.057428872,0.159737418,1,0 -Alameda,1,6001400400,780,125,846,129,150,131,35,28,38,37,115,73,93,55,0.192307692,0.154846336,0,0 -Alameda,1,6001451501,1203,97,1127,113,95,125,29,35,26,26,66,52,99,89,0.078969244,0.110913931,1,0 -Alameda,1,6001403600,839,205,703,163,152,111,10,22,0,12,142,116,111,91,0.181168057,0.157894737,1,1 -Alameda,1,6001405000,894,93,872,101,55,86,26,22,30,31,29,24,56,42,0.061521253,0.098623853,0,1 -Alameda,1,6001403300,843,206,856,197,109,13,0,12,0,12,109,78,13,21,0.129300119,0.015186916,1,1 -Alameda,1,6001401300,457,104,609,131,78,141,24,27,12,23,54,36,129,76,0.170678337,0.231527094,1,1 -Alameda,1,6001408800,1375,159,1437,157,576,789,81,66,94,64,495,145,695,139,0.418909091,0.549060543,0,0 -Alameda,1,6001403000,751,138,554,107,37,54,13,19,5,9,24,34,49,43,0.049267643,0.097472924,1,1 -Alameda,1,6001430500,1370,155,1408,166,298,147,72,63,22,22,226,88,125,127,0.217518248,0.104403409,0,1 -Alameda,1,6001430600,1773,146,1442,146,16,126,16,27,49,44,0,17,77,51,0.009024253,0.087378641,1,0 -Alameda,1,6001430700,1150,87,982,90,116,150,46,40,19,24,70,41,131,73,0.100869565,0.152749491,0,1 -Alameda,1,6001400200,468,54,482,66,34,10,6,9,3,5,28,21,7,10,0.072649573,0.020746888,1,1 -Alameda,1,6001401100,616,122,684,128,91,136,26,31,51,53,65,72,85,72,0.147727273,0.198830409,1,1 -Alameda,1,6001401400,623,130,766,134,79,266,47,37,62,47,32,56,204,84,0.126805778,0.347258486,1,0 -Alameda,1,6001401500,432,67,407,112,117,148,44,32,39,32,73,35,109,64,0.270833333,0.363636364,0,0 -Alameda,1,6001401700,588,107,420,101,192,45,57,54,0,12,135,62,45,36,0.326530612,0.107142857,0,1 -Alameda,1,6001402200,454,69,505,80,112,168,19,22,51,44,93,45,117,62,0.246696035,0.332673267,1,0 -Alameda,1,6001451503,1731,154,1434,142,199,166,74,56,16,26,125,83,150,109,0.114962449,0.115760112,0,1 -Alameda,1,6001409300,1101,124,1010,135,338,310,94,61,150,107,244,94,160,97,0.306993642,0.306930693,0,0 -Alameda,1,6001409700,1090,139,1155,121,335,515,47,47,219,87,288,106,296,96,0.30733945,0.445887446,0,0 -Alameda,1,6001451300,1889,120,1895,168,222,95,59,54,31,40,163,94,64,67,0.117522499,0.050131926,0,1 -Alameda,1,6001402400,506,111,716,110,169,319,64,59,46,50,105,54,273,121,0.333992095,0.445530726,0,1 -Alameda,1,6001404300,955,68,902,88,59,30,8,13,0,12,51,48,30,32,0.061780105,0.033259424,1,1 -Alameda,1,6001404800,632,87,632,97,117,117,75,60,19,29,42,47,98,59,0.185126582,0.185126582,1,1 -Alameda,1,6001406202,892,92,879,105,353,273,189,68,101,71,164,70,172,79,0.39573991,0.310580205,0,0 -Alameda,1,6001406400,455,67,424,82,78,100,20,17,38,43,58,41,62,45,0.171428571,0.235849057,0,1 -Alameda,1,6001407000,1375,192,1297,169,301,392,91,88,54,61,210,128,338,129,0.218909091,0.302235929,0,1 -Alameda,1,6001407200,1362,131,1130,126,428,383,171,93,110,67,257,85,273,104,0.314243759,0.338938053,0,0 -Alameda,1,6001407400,810,92,846,96,275,301,4,13,156,78,271,96,145,83,0.339506173,0.355791962,1,0 -Alameda,1,6001408300,1196,135,1084,140,91,386,12,15,158,98,79,61,228,104,0.076086957,0.356088561,1,0 -Alameda,1,6001410100,634,79,685,82,130,287,49,33,24,32,81,43,263,98,0.205047319,0.418978102,0,1 -Alameda,1,6001420600,888,82,754,94,91,103,51,35,57,35,40,28,46,37,0.102477477,0.136604775,0,0 -Alameda,1,6001421100,621,48,583,63,47,37,19,14,30,27,28,30,7,11,0.07568438,0.063464837,1,1 -Alameda,1,6001421400,433,42,512,46,63,19,41,26,19,19,22,18,0,12,0.145496536,0.037109375,0,1 -Alameda,1,6001422100,555,89,487,70,145,106,37,43,0,12,108,61,106,57,0.261261261,0.217659138,1,1 -Alameda,1,6001402800,612,151,317,105,129,10,51,53,10,17,78,60,0,12,0.210784314,0.031545741,1,1 -Alameda,1,6001404400,1413,124,1289,150,91,154,32,36,100,81,59,50,54,38,0.064401982,0.119472459,1,0 -Alameda,1,6001400900,449,80,450,66,87,205,9,14,45,52,78,52,160,73,0.19376392,0.455555556,1,1 -Alameda,1,6001402600,251,49,201,42,34,15,0,12,0,12,34,22,15,20,0.135458167,0.074626866,1,1 -Alameda,1,6001404200,984,74,913,68,77,39,11,16,20,30,66,33,19,20,0.078252033,0.04271632,1,1 -Alameda,1,6001423700,536,89,478,83,45,8,0,12,0,12,45,44,8,13,0.083955224,0.016736402,1,1 -Alameda,1,6001430300,1001,77,964,89,26,139,9,15,4,10,17,18,135,80,0.025974026,0.144190871,1,1 -Alameda,1,6001423800,766,89,883,89,44,57,0,12,0,12,44,32,57,42,0.057441253,0.064552661,1,1 -Alameda,1,6001426200,1400,79,1331,84,75,172,14,17,23,35,61,41,149,78,0.053571429,0.129226146,1,1 -Alameda,1,6001428000,588,126,776,131,45,134,7,12,77,65,38,37,57,52,0.076530612,0.172680412,1,0 -Alameda,1,6001431200,1292,188,1219,169,216,52,76,81,0,17,140,118,52,52,0.167182663,0.042657916,1,1 -Alameda,1,6001432100,1004,107,948,87,120,102,19,28,0,12,101,70,102,44,0.119521912,0.107594937,1,1 -Alameda,1,6001432300,1126,91,1034,102,94,122,10,16,59,41,84,41,63,35,0.08348135,0.117988395,1,0 -Alameda,1,6001432600,1821,195,1541,190,351,436,98,98,81,65,253,154,355,150,0.192751236,0.28293316,0,0 -Alameda,1,6001400500,767,103,538,111,71,65,27,24,22,25,44,31,43,49,0.092568449,0.120817844,0,1 -Alameda,1,6001401600,341,65,306,84,137,142,17,28,19,21,120,56,123,45,0.401759531,0.464052288,1,1 -Alameda,1,6001402500,384,70,491,82,231,287,0,12,81,49,231,60,206,75,0.6015625,0.584521385,1,0 -Alameda,1,6001403900,602,132,633,126,69,138,17,30,0,12,52,57,138,88,0.11461794,0.218009479,1,1 -Alameda,1,6001407600,1506,172,1239,166,355,374,25,38,134,100,330,145,240,99,0.235723772,0.301856336,1,0 -Alameda,1,6001408400,662,138,809,132,285,446,113,96,74,61,172,105,372,124,0.430513595,0.551297899,0,0 -Alameda,1,6001408900,676,69,575,89,228,224,44,30,72,47,184,54,152,72,0.337278107,0.389565217,0,0 -Alameda,1,6001406100,883,139,793,133,210,228,104,89,70,66,106,75,158,99,0.237825595,0.287515763,0,0 -Alameda,1,6001405500,870,106,728,103,97,295,43,35,128,81,54,42,167,73,0.111494253,0.40521978,0,0 -Alameda,1,6001405600,664,102,660,96,173,164,87,77,48,47,86,51,116,74,0.260542169,0.248484848,0,0 -Alameda,1,6001406000,667,121,609,131,6,122,6,13,0,12,0,12,122,85,0.008995502,0.200328407,1,1 -Alameda,1,6001406500,1287,158,1295,135,386,382,118,73,181,86,268,112,201,88,0.2999223,0.294980695,0,0 -Alameda,1,6001407500,871,145,687,127,307,383,84,64,78,58,223,105,305,91,0.352468427,0.557496361,0,0 -Alameda,1,6001407900,791,98,565,96,108,116,11,18,35,40,97,58,81,49,0.13653603,0.205309735,1,1 -Alameda,1,6001408100,1605,180,1866,178,121,74,32,35,15,24,89,63,59,73,0.075389408,0.03965702,1,1 -Alameda,1,6001408500,1194,107,1112,137,379,430,35,40,124,62,344,96,306,101,0.317420436,0.386690647,1,0 -Alameda,1,6001408700,1551,210,1622,200,341,562,50,55,154,99,291,153,408,145,0.219858156,0.34648582,1,0 -Alameda,1,6001409200,763,62,675,78,158,175,34,26,17,29,124,49,158,60,0.207077326,0.259259259,0,1 -Alameda,1,6001409500,825,64,716,88,281,239,53,34,99,46,228,60,140,73,0.340606061,0.333798883,0,0 -Alameda,1,6001409600,1110,139,1117,132,339,543,61,63,86,62,278,114,457,121,0.305405405,0.486123545,1,0 -Alameda,1,6001410200,771,114,700,121,344,246,10,15,0,12,334,100,246,116,0.4461738,0.351428571,1,1 -Alameda,1,6001421300,1067,94,1180,105,60,51,12,17,18,19,48,33,33,26,0.056232427,0.043220339,1,1 -Alameda,1,6001421700,649,102,754,118,9,81,9,14,11,18,0,12,70,45,0.013867488,0.107427056,1,1 -Alameda,1,6001422000,471,69,355,75,98,110,16,21,71,50,82,36,39,34,0.208067941,0.309859155,1,0 -Alameda,1,6001422300,650,100,578,106,58,75,0,12,20,22,58,46,55,33,0.089230769,0.129757785,1,1 -Alameda,1,6001422800,110,70,140,66,0,7,0,17,7,3,0,17,0,17,0,0.05,1,1 -Alameda,1,6001423602,353,134,344,142,11,51,11,23,0,17,0,17,51,52,0.031161473,0.148255814,1,1 -Alameda,1,6001427100,972,84,956,87,69,90,15,24,22,16,54,36,68,43,0.070987654,0.094142259,1,0 -Alameda,1,6001442700,829,77,799,77,18,35,0,12,18,23,18,21,17,24,0.021712907,0.043804756,1,1 -Alameda,1,6001451201,1930,171,1600,182,229,164,84,81,35,39,145,96,129,80,0.11865285,0.1025,0,1 -Alameda,1,6001451401,1596,165,1529,167,143,203,62,56,20,30,81,87,183,121,0.089598997,0.132766514,1,1 -Alameda,1,6001404502,1806,138,1679,122,128,154,59,47,45,57,69,54,109,76,0.070874862,0.091721263,0,1 -Alameda,1,6001451602,1770,167,1787,161,205,227,28,43,39,38,177,93,188,120,0.115819209,0.127028539,1,0 -Alameda,1,6001400300,1156,151,1094,143,74,52,16,26,0,17,58,60,52,52,0.064013841,0.047531993,1,1 -Alameda,1,6001401800,307,78,402,74,89,239,8,13,69,53,81,57,170,62,0.28990228,0.594527363,1,0 -Alameda,1,6001406700,1226,173,1331,154,87,244,39,44,121,73,48,47,123,81,0.07096248,0.183320811,1,0 -Alameda,1,6001408600,1437,119,1257,135,748,406,171,90,91,66,577,127,315,92,0.52052888,0.322991249,0,0 -Alameda,1,6001409000,751,85,759,67,175,237,45,36,66,44,130,69,171,53,0.233022636,0.312252964,0,0 -Alameda,1,6001409800,859,117,604,114,274,182,26,44,29,47,248,117,153,89,0.318975553,0.301324503,1,1 -Alameda,1,6001410000,924,90,857,86,144,149,57,75,0,12,87,60,149,80,0.155844156,0.17386231,1,1 -Alameda,1,6001421200,1017,78,1094,102,39,40,20,23,14,17,19,20,26,27,0.038348083,0.036563071,1,1 -Alameda,1,6001423500,647,91,443,99,69,125,12,19,7,12,57,39,118,75,0.106646059,0.282167043,1,1 -Alameda,1,6001424002,621,76,442,85,108,136,41,37,55,56,67,35,81,65,0.173913043,0.307692308,0,1 -Alameda,1,6001430900,1151,135,1110,143,347,465,97,60,71,55,250,89,394,111,0.301476977,0.418918919,0,0 -Alameda,1,6001431000,753,79,750,92,189,162,43,31,0,12,146,99,162,79,0.250996016,0.216,0,1 -Alameda,1,6001432800,980,121,909,100,97,142,14,23,17,26,83,51,125,84,0.098979592,0.156215622,1,1 -Alameda,1,6001433102,1083,103,996,104,170,207,11,18,59,49,159,91,148,80,0.156971376,0.207831325,1,0 -Alameda,1,6001433700,695,106,618,102,132,166,78,68,56,61,54,38,110,47,0.189928058,0.268608414,0,1 -Alameda,1,6001407300,460,67,529,86,92,127,5,8,103,73,87,41,24,33,0.2,0.240075614,1,1 -Alameda,1,6001421500,973,86,975,99,49,27,9,16,0,12,40,27,27,26,0.050359712,0.027692308,1,1 -Alameda,1,6001423400,961,136,927,171,93,210,38,58,16,25,55,47,194,118,0.096774194,0.226537217,1,1 -Alameda,1,6001423901,377,64,365,80,72,91,0,12,40,55,72,46,51,41,0.190981432,0.249315068,1,1 -Alameda,1,6001440100,611,63,527,78,67,54,22,19,34,26,45,29,20,19,0.109656301,0.102466793,0,0 -Alameda,1,6001441301,868,74,792,96,80,153,12,20,14,23,68,45,139,79,0.092165899,0.193181818,1,1 -Alameda,1,6001421800,560,49,507,62,35,47,9,12,18,17,26,18,29,23,0.0625,0.09270217,1,0 -Alameda,1,6001423000,950,137,970,163,89,84,0,12,13,22,89,86,71,82,0.093684211,0.086597938,1,1 -Alameda,1,6001428100,1285,114,1324,113,166,263,16,18,70,68,150,73,193,104,0.129182879,0.198640483,1,0 -Alameda,1,6001428400,940,111,999,133,96,134,42,31,35,27,54,36,99,63,0.10212766,0.134134134,0,0 -Alameda,1,6001430200,1980,136,1949,106,136,116,0,17,53,51,136,96,63,66,0.068686869,0.059517701,1,1 -Alameda,1,6001432200,1106,106,962,117,144,147,14,24,8,14,130,92,139,89,0.130198915,0.152806653,1,1 -Alameda,1,6001432400,1295,117,1328,144,260,261,58,53,49,39,202,98,212,109,0.200772201,0.196536145,0,0 -Alameda,1,6001433800,1695,200,1749,148,316,304,15,32,61,64,301,141,243,108,0.186430678,0.173813608,1,1 -Alameda,1,6001438000,906,84,787,76,87,82,37,46,42,49,50,49,40,35,0.09602649,0.104193139,1,1 -Alameda,1,6001434000,1232,115,1085,141,343,358,44,45,82,59,299,123,276,107,0.278409091,0.329953917,1,0 -Alameda,1,6001435102,1154,126,972,97,117,57,16,21,0,12,101,58,57,48,0.101386482,0.058641975,1,1 -Alameda,1,6001435500,852,123,640,90,159,216,64,50,36,36,95,62,180,69,0.186619718,0.3375,0,0 -Alameda,1,6001440307,1158,106,1056,115,68,151,7,12,28,27,61,49,123,87,0.058721934,0.142992424,1,0 -Alameda,1,6001441401,2092,153,1639,187,130,111,88,69,12,22,42,47,99,93,0.062141491,0.067724222,1,1 -Alameda,1,6001441601,1260,83,1181,89,90,148,22,24,83,65,68,57,65,41,0.071428571,0.125317528,1,0 -Alameda,1,6001442800,675,70,708,66,71,47,4,6,14,23,67,36,33,29,0.105185185,0.066384181,1,1 -Alameda,1,6001443102,1392,55,1393,66,62,39,26,20,26,30,36,41,13,19,0.04454023,0.027997128,1,1 -Alameda,1,6001443200,1148,50,1072,62,45,14,16,25,6,11,29,43,8,12,0.039198606,0.013059701,1,1 -Alameda,1,6001444100,2055,158,1949,167,89,197,20,30,54,51,69,50,143,107,0.043309002,0.101077476,1,0 -Alameda,1,6001444500,1734,83,1390,117,264,298,85,60,21,32,179,94,277,113,0.152249135,0.214388489,0,1 -Alameda,1,6001450601,1019,88,946,89,59,6,23,25,0,12,36,47,6,9,0.057899902,0.006342495,1,1 -Alameda,1,6001450741,1504,151,1279,110,304,253,99,80,20,30,205,106,233,101,0.20212766,0.19781079,0,1 -Alameda,1,6001451101,1955,144,1898,139,71,246,1,2,123,100,70,50,123,62,0.036317136,0.129610116,1,0 -Alameda,1,6001441923,1663,220,1324,189,148,138,90,63,39,62,58,53,99,75,0.088995791,0.104229607,0,1 -Alameda,1,6001442400,1624,128,1647,112,62,182,8,14,47,36,54,35,135,76,0.03817734,0.110503947,1,0 -Alameda,1,6001444200,1588,107,1647,110,213,281,42,27,114,77,171,90,167,78,0.134130982,0.170613236,0,0 -Alameda,1,6001450604,1619,81,1411,98,114,71,42,41,0,12,72,42,71,52,0.070413836,0.050318923,0,1 -Alameda,1,6001450701,2438,190,2292,128,86,123,2,4,52,56,84,61,71,70,0.035274815,0.053664921,1,1 -Alameda,1,6001435800,1365,98,1248,103,133,188,7,13,71,57,126,79,117,60,0.097435897,0.150641026,1,0 -Alameda,1,6001435900,1380,92,1356,101,139,221,31,28,121,76,108,60,100,52,0.100724638,0.162979351,0,0 -Alameda,1,6001436500,1102,110,1132,122,286,368,90,65,114,67,196,72,254,98,0.259528131,0.325088339,0,0 -Alameda,1,6001436700,778,109,742,88,162,187,97,76,21,35,65,47,166,103,0.208226221,0.252021563,0,1 -Alameda,1,6001436900,1349,135,1469,118,288,419,49,36,182,85,239,93,237,109,0.213491475,0.285228046,0,0 -Alameda,1,6001437000,908,70,825,102,112,68,7,10,0,12,105,60,68,51,0.123348018,0.082424242,1,1 -Alameda,1,6001438300,740,60,783,72,101,93,7,9,27,19,94,48,66,47,0.136486486,0.118773946,1,0 -Alameda,1,6001440304,1233,60,1101,72,160,57,13,18,0,12,147,76,57,35,0.129764801,0.051771117,1,1 -Alameda,1,6001441402,1455,97,1286,112,60,67,8,12,9,15,52,39,58,41,0.041237113,0.052099533,1,1 -Alameda,1,6001441522,1251,90,1318,82,86,207,7,12,71,53,79,52,136,74,0.068745004,0.157056146,1,0 -Alameda,1,6001441800,1742,138,1775,202,119,50,39,40,12,21,80,76,38,47,0.068312285,0.028169014,1,1 -Alameda,1,6001441921,1027,94,849,119,68,20,17,20,0,12,51,48,20,20,0.066212269,0.023557126,1,1 -Alameda,1,6001442000,900,58,941,58,33,21,14,20,21,22,19,18,0,12,0.036666667,0.022316684,1,1 -Alameda,1,6001442100,1502,72,1460,88,37,90,26,24,26,23,11,17,64,56,0.024633822,0.061643836,1,0 -Alameda,1,6001443301,1172,52,1039,65,17,25,0,12,14,17,17,19,11,18,0.014505119,0.024061598,1,1 -Alameda,1,6001442200,1970,98,1744,146,48,75,0,17,14,21,48,51,61,48,0.024365482,0.043004587,1,1 -Alameda,1,6001440331,757,68,809,64,119,145,47,33,59,41,72,42,86,40,0.157199472,0.179233622,0,0 -Alameda,1,6001441302,1620,115,1473,92,106,136,35,30,22,22,71,48,114,72,0.065432099,0.092328581,0,0 -Alameda,1,6001450742,1500,111,1320,90,82,135,55,58,13,20,27,32,122,76,0.054666667,0.102272727,1,1 -Alameda,1,6001451601,1663,107,1359,102,115,138,31,38,92,53,84,50,46,29,0.069152135,0.101545254,1,0 -Alameda,1,6001451701,849,73,854,62,89,136,57,51,87,68,32,26,49,41,0.104829211,0.159250585,0,0 -Alameda,1,6001400600,368,61,318,71,85,65,13,14,0,12,72,27,65,57,0.230978261,0.204402516,1,1 -Alameda,1,6001401200,530,75,481,91,75,80,35,29,12,19,40,29,68,49,0.141509434,0.166320166,0,1 -Alameda,1,6001403100,306,69,274,69,37,30,19,27,0,12,18,16,30,31,0.120915033,0.109489051,1,1 -Alameda,1,6001403800,666,94,662,109,22,44,0,12,20,32,22,24,24,22,0.033033033,0.066465257,1,1 -Alameda,1,6001404000,682,114,461,92,54,101,27,33,47,42,27,24,54,38,0.079178886,0.219088937,1,0 -Alameda,1,6001404501,521,47,552,45,28,17,11,14,11,18,17,14,6,9,0.053742802,0.030797101,1,1 -Alameda,1,6001405100,1173,83,1149,85,45,81,0,12,36,34,45,30,45,35,0.038363171,0.070496084,1,0 -Alameda,1,6001405700,688,113,672,143,90,223,0,12,101,104,90,65,122,62,0.130813953,0.331845238,1,1 -Alameda,1,6001405800,934,118,962,129,289,166,69,51,58,56,220,86,108,71,0.309421842,0.172557173,0,0 -Alameda,1,6001406900,889,92,964,85,122,203,12,19,73,58,110,52,130,71,0.137232846,0.210580913,1,0 -Alameda,1,6001436602,1224,117,1174,123,386,335,162,91,77,65,224,90,258,97,0.315359477,0.285349233,0,0 -Alameda,1,6001433300,1826,156,1795,130,272,148,51,47,47,43,221,168,101,76,0.148959474,0.082451253,0,0 -Alameda,1,6001435300,1187,108,978,134,334,377,165,86,67,65,169,97,310,124,0.281381634,0.385480573,0,0 -Alameda,1,6001436300,2179,193,1454,151,526,438,39,47,203,119,487,185,235,85,0.241395135,0.301237964,1,0 -Alameda,1,6001437300,806,50,745,77,214,173,21,16,15,14,193,62,158,69,0.265508685,0.232214765,0,0 -Alameda,1,6001437500,1025,75,940,87,212,298,92,57,124,66,120,53,174,77,0.206829268,0.317021277,0,0 -Alameda,1,6001437800,1061,103,1104,83,101,101,80,56,40,55,21,19,61,45,0.095193214,0.091485507,0,1 -Alameda,1,6001438100,1850,109,1659,148,200,141,13,22,28,32,187,97,113,85,0.108108108,0.084990958,1,1 -Alameda,1,6001435400,876,117,941,138,239,232,88,41,64,54,151,70,168,87,0.27283105,0.246546227,0,0 -Alameda,1,6001436000,1198,84,1100,101,111,127,42,39,92,55,69,53,35,32,0.092654424,0.115454545,0,0 -Alameda,1,6001436601,1485,124,1426,107,296,416,58,49,177,96,238,84,239,101,0.199326599,0.291725105,0,0 -Alameda,1,6001437200,1543,142,1662,156,253,280,76,69,10,17,177,72,270,137,0.163966299,0.168471721,0,1 -Alameda,1,6001440305,968,53,743,71,96,66,27,29,30,26,69,38,36,26,0.099173554,0.088829071,1,0 -Alameda,1,6001438400,577,54,592,52,69,65,17,27,0,12,52,33,65,49,0.119584055,0.109797297,1,1 -Alameda,1,6001440306,910,74,869,73,103,129,17,19,40,31,86,44,89,51,0.113186813,0.14844649,1,0 -Alameda,1,6001440332,824,48,876,42,24,64,8,8,5,7,16,14,59,38,0.029126214,0.073059361,0,1 -Alameda,1,6001441521,1653,89,1529,82,56,84,30,40,16,20,26,22,68,52,0.033877798,0.054937868,1,1 -Alameda,1,6001442900,1859,153,1711,176,96,103,33,36,45,71,63,51,58,46,0.051640667,0.060198714,1,1 -Alameda,1,6001443002,1591,103,1466,124,141,87,39,51,55,38,102,55,32,26,0.088623507,0.059345157,1,0 -Alameda,1,6001428700,1023,90,763,117,203,199,30,23,12,17,173,70,187,76,0.198435973,0.260812582,0,1 -Alameda,1,6001430101,1922,143,1877,131,116,89,48,43,36,44,68,54,53,52,0.060353798,0.04741609,0,1 -Alameda,1,6001430102,699,51,655,59,56,24,49,35,0,12,7,10,24,19,0.080114449,0.036641221,1,1 -Alameda,1,6001432501,1079,90,1081,133,221,162,44,45,93,93,177,85,69,55,0.204819277,0.14986124,1,0 -Alameda,1,6001432502,1143,98,918,115,238,133,78,65,26,32,160,75,107,75,0.208223972,0.144880174,0,1 -Alameda,1,6001433103,864,113,833,145,242,271,31,28,73,70,211,107,198,112,0.280092593,0.325330132,0,0 -Alameda,1,6001433104,929,143,744,147,202,153,120,88,74,76,82,58,79,61,0.217438105,0.205645161,0,1 -Alameda,1,6001435103,2051,144,1714,152,83,96,16,25,7,13,67,60,89,54,0.040468064,0.056009335,1,1 -Alameda,1,6001435104,1283,163,1317,155,260,365,55,48,190,124,205,96,175,90,0.202650039,0.277145027,0,0 -Alameda,1,6001435601,1075,128,1250,132,180,361,47,38,143,102,133,88,218,120,0.16744186,0.2888,0,0 -Alameda,1,6001435602,1065,122,1028,153,144,365,43,47,162,122,101,62,203,123,0.135211268,0.355058366,1,0 -Alameda,1,6001437101,1632,102,1475,119,202,139,47,44,47,64,155,65,92,51,0.12377451,0.094237288,0,1 -Alameda,1,6001437102,1177,114,1085,113,131,184,17,19,0,12,114,57,184,82,0.111299915,0.169585253,1,1 -Alameda,1,6001437701,791,99,837,90,254,293,85,60,74,51,169,80,219,73,0.321112516,0.350059737,0,0 -Alameda,1,6001437702,1011,59,948,80,238,382,77,53,72,52,161,65,310,101,0.235410485,0.402953586,0,0 -Alameda,1,6001438203,975,92,1024,124,164,60,6,9,10,18,158,77,50,59,0.168205128,0.05859375,1,1 -Alameda,1,6001438204,1346,96,1346,110,113,7,14,18,0,17,99,63,7,11,0.083952452,0.005200594,1,1 -Alameda,1,6001440333,735,61,688,64,25,99,12,13,56,47,13,13,43,29,0.034013605,0.143895349,1,0 -Alameda,1,6001440334,995,66,978,87,137,137,7,13,14,21,130,62,123,102,0.137688442,0.1400818,1,1 -Alameda,1,6001440335,1843,164,1482,151,74,81,0,17,65,75,74,56,16,25,0.040151926,0.05465587,1,1 -Alameda,1,6001440336,1108,99,1231,110,101,198,8,15,62,66,93,51,136,85,0.091155235,0.160844842,1,1 -Alameda,1,6001441523,1130,96,1162,111,71,19,0,12,11,17,71,47,8,13,0.062831858,0.016351119,1,1 -Alameda,1,6001441524,1188,99,1126,115,37,86,0,12,23,27,37,30,63,43,0.031144781,0.076376554,1,1 -Alameda,1,6001441927,1276,115,1084,147,65,224,0,12,31,29,65,44,193,102,0.050940439,0.206642066,1,0 -Alameda,1,6001441924,2110,167,1867,169,197,208,54,48,26,42,143,69,182,101,0.093364929,0.111408677,0,1 -Alameda,1,6001441925,1944,207,1804,242,89,42,66,70,0,17,23,29,42,49,0.045781893,0.023281596,1,1 -Alameda,1,6001441926,1147,92,1052,149,100,215,35,29,79,80,65,51,136,84,0.087183958,0.204372624,0,1 -Alameda,1,6001442301,1275,87,1150,101,70,100,29,32,16,24,41,33,84,70,0.054901961,0.086956522,1,1 -Alameda,1,6001442302,1534,135,1228,170,125,221,64,63,42,37,61,38,179,102,0.08148631,0.179967427,0,0 -Alameda,1,6001442601,1061,65,878,130,34,127,15,24,0,12,19,20,127,90,0.03204524,0.144646925,1,1 -Alameda,1,6001442602,1363,122,1317,114,165,161,91,70,9,15,74,49,152,98,0.121056493,0.122247532,0,1 -Alameda,1,6001443104,1556,107,1444,104,46,33,7,12,0,17,39,30,33,33,0.029562982,0.022853186,1,1 -Alameda,1,6001443105,1392,64,1200,112,8,65,0,12,0,12,8,14,65,53,0.005747126,0.054166667,1,1 -Alameda,1,6001443321,864,73,823,87,31,74,7,11,18,26,24,20,56,45,0.03587963,0.089914945,1,1 -Alameda,1,6001443322,824,45,819,59,36,40,17,21,17,24,19,15,23,28,0.04368932,0.048840049,1,1 -Alameda,1,6001444301,963,81,984,88,100,117,37,26,0,12,63,49,117,68,0.10384216,0.118902439,0,1 -Alameda,1,6001403501,777,169,674,221,7,280,0,12,57,60,7,13,223,171,0.009009009,0.415430267,1,1 -Alameda,1,6001403502,384,85,327,84,30,67,26,33,30,35,4,9,37,29,0.078125,0.204892966,1,1 -Alameda,1,6001403701,300,73,293,102,18,38,0,12,2,10,18,20,36,37,0.06,0.129692833,1,1 -Alameda,1,6001403702,321,85,457,109,37,78,17,20,0,12,20,21,78,84,0.115264798,0.170678337,1,1 -Alameda,1,6001404101,650,86,520,88,48,55,0,12,0,12,48,53,55,49,0.073846154,0.105769231,1,1 -Alameda,1,6001404102,435,100,276,111,3,14,0,12,0,12,3,6,14,20,0.006896552,0.050724638,1,1 -Alameda,1,6001405301,612,111,505,129,64,81,0,12,31,44,64,45,50,49,0.104575163,0.16039604,1,1 -Alameda,1,6001405302,484,104,323,109,86,44,31,40,25,28,55,42,19,34,0.17768595,0.13622291,1,1 -Alameda,1,6001405401,699,116,755,132,108,158,36,46,22,25,72,50,136,70,0.154506438,0.209271523,1,1 -Alameda,1,6001405402,697,109,623,103,156,147,10,14,16,26,146,72,131,73,0.223816356,0.235955056,1,1 -Alameda,1,6001405901,904,87,812,124,257,227,61,56,89,91,196,83,138,76,0.284292035,0.27955665,0,1 -Alameda,1,6001405902,693,77,703,82,110,137,7,8,9,14,103,47,128,75,0.158730159,0.19487909,1,1 -Alameda,1,6001406601,1119,128,1098,122,226,338,43,45,77,78,183,84,261,121,0.201966041,0.307832423,1,1 -Alameda,1,6001406602,605,65,416,91,138,112,40,27,0,12,98,45,112,61,0.228099174,0.269230769,0,1 -Alameda,1,6001407101,716,90,691,102,113,261,12,20,87,62,101,69,174,94,0.157821229,0.377713459,1,0 -Alameda,1,6001407102,948,100,985,125,209,221,46,43,50,62,163,90,171,93,0.220464135,0.224365482,0,1 -Alameda,1,6001410500,569,79,627,83,320,299,22,26,4,8,298,75,295,84,0.562390158,0.476874003,1,1 -Alameda,1,6001425101,276,69,193,94,0,6,0,12,0,12,0,12,6,10,0,0.031088083,1,1 -Alameda,1,6001425102,687,108,513,135,81,87,0,12,33,34,81,44,54,60,0.11790393,0.169590643,1,1 -Alameda,1,6001425103,623,92,639,140,36,177,16,25,0,12,20,23,177,108,0.057784912,0.276995305,1,1 -Alameda,1,6001425104,608,77,630,122,177,108,21,22,74,62,156,57,34,43,0.291118421,0.171428571,1,1 -Alameda,1,6001444302,1037,106,1027,107,139,202,40,40,70,48,99,58,132,79,0.134040501,0.196689387,0,0 -Alameda,1,6001444601,1428,91,1113,84,184,167,162,96,68,44,22,22,99,69,0.128851541,0.150044924,0,0 -Alameda,1,6001444602,1151,110,1006,124,79,160,16,26,24,34,63,51,136,65,0.068635969,0.159045726,1,1 -Alameda,1,6001450101,1434,136,1150,122,235,155,75,59,44,35,160,94,111,63,0.163877266,0.134782609,0,0 -Alameda,1,6001450102,1130,76,899,81,92,82,20,22,72,68,72,42,10,19,0.081415929,0.091212458,1,1 -Alameda,1,6001450501,840,99,909,110,71,38,64,57,0,12,7,12,38,50,0.08452381,0.04180418,1,1 -Alameda,1,6001450502,1696,94,1401,105,130,110,99,78,60,52,31,28,50,40,0.076650943,0.078515346,0,0 -Alameda,1,6001450743,1855,132,1463,130,265,289,148,86,75,63,117,62,214,105,0.142857143,0.197539303,0,0 -Alameda,1,6001450744,1638,122,1374,82,142,82,35,41,0,12,107,52,82,46,0.086691087,0.059679767,1,1 -Alameda,1,6001450745,1706,136,1579,118,60,184,11,17,89,85,49,51,95,61,0.035169988,0.116529449,1,0 -Alameda,1,6001450746,960,70,833,102,64,127,10,17,12,18,54,43,115,84,0.066666667,0.152460984,1,1 -Alameda,1,6001450750,1297,153,914,142,206,123,125,78,36,34,81,49,87,60,0.158828065,0.134573304,0,0 -Alameda,1,6001450751,2584,128,688,60,13,28,8,13,0,12,5,8,28,28,0.00503096,0.040697674,1,1 -Alameda,1,6001450752,1641,77,1326,83,105,83,58,38,48,48,47,33,35,41,0.063985375,0.062594268,0,1 -Alameda,1,6001451403,550,55,492,81,77,39,20,23,26,31,57,38,13,17,0.14,0.079268293,1,1 -Alameda,1,6001451404,1566,185,1383,196,265,439,163,103,122,81,102,68,317,131,0.169220945,0.317425886,0,0 -Alameda,1,6001451504,466,48,485,53,76,27,23,23,23,30,53,30,4,7,0.163090129,0.055670103,0,1 -Alameda,1,6001451505,1055,51,995,83,32,21,27,44,21,28,5,9,0,12,0.030331754,0.021105528,1,1 -Alameda,1,6001451506,776,83,873,95,105,213,15,25,29,35,90,69,184,94,0.135309278,0.243986254,1,1 -Alameda,1,6001451703,1167,86,1115,89,85,84,27,29,63,68,58,47,21,30,0.072836332,0.075336323,1,1 -Alameda,1,6001451704,1196,88,1139,117,89,210,51,55,145,74,38,27,65,60,0.074414716,0.184372256,1,0 -Alameda,1,6001981900,12,10,3,6,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -Alameda,1,6001982000,17,11,33,17,6,0,0,12,0,12,6,8,0,12,0.352941176,0,1,1 -Alameda,1,6001983200,124,30,85,23,8,12,0,12,0,12,8,10,12,2,0.064516129,0.141176471,1,1 -Alameda,1,6001990000,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -Contra Costa,13,6013340002,2064,204,1858,154,71,180,0,17,57,72,71,51,123,68,0.034399225,0.096878364,1,1 -Contra Costa,13,6013343001,1084,181,1283,152,103,165,28,31,86,61,75,58,79,55,0.09501845,0.128604832,1,0 -Contra Costa,13,6013346102,1567,118,1704,100,125,56,46,38,11,16,79,50,45,39,0.079770262,0.03286385,0,1 -Contra Costa,13,6013347000,1789,145,1898,157,79,141,0,17,0,17,79,62,141,106,0.044158748,0.074288725,1,1 -Contra Costa,13,6013353001,1152,93,1004,81,54,46,28,29,10,15,26,27,36,31,0.046875,0.045816733,1,1 -Contra Costa,13,6013356001,1000,78,939,73,104,139,50,58,44,48,54,49,95,70,0.104,0.148029819,1,1 -Contra Costa,13,6013366001,1001,93,1025,103,264,129,28,45,62,53,236,101,67,53,0.263736264,0.125853659,1,0 -Contra Costa,13,6013375000,1061,118,1023,114,359,386,130,72,209,92,229,94,177,103,0.338360038,0.377321603,0,0 -Contra Costa,13,6013301000,1241,137,977,151,108,36,51,50,20,24,57,49,16,20,0.087026591,0.036847492,0,1 -Contra Costa,13,6013307201,760,123,717,110,235,228,50,43,0,12,185,92,228,92,0.309210526,0.317991632,0,1 -Contra Costa,13,6013310000,1291,136,1343,123,356,452,104,78,96,66,252,99,356,117,0.275755229,0.33655994,0,0 -Contra Costa,13,6013313102,1001,133,977,114,253,214,50,57,64,80,203,120,150,86,0.252747253,0.219037871,1,1 -Contra Costa,13,6013321200,1315,174,1263,136,195,133,110,123,28,30,85,63,105,87,0.148288973,0.10530483,1,1 -Contra Costa,13,6013330000,1338,127,1433,120,119,221,53,42,32,39,66,39,189,104,0.088938714,0.154221912,0,1 -Contra Costa,13,6013336101,1016,129,1027,144,310,246,199,91,84,68,111,64,162,80,0.30511811,0.239532619,0,0 -Contra Costa,13,6013337200,2202,195,2052,181,402,203,82,86,52,81,320,139,151,96,0.182561308,0.098927875,1,1 -Contra Costa,13,6013337300,1800,138,1677,139,112,39,0,17,14,23,112,74,25,29,0.062222222,0.023255814,1,1 -Contra Costa,13,6013359203,1781,134,1830,144,139,496,0,17,104,103,139,84,392,133,0.078046042,0.271038251,1,0 -Contra Costa,13,6013370000,660,92,804,106,72,88,27,26,13,21,45,41,75,48,0.109090909,0.109452736,0,1 -Contra Costa,13,6013386000,966,93,769,121,130,91,20,23,36,31,110,61,55,55,0.134575569,0.118335501,1,0 -Contra Costa,13,6013389100,533,78,416,65,31,69,14,21,0,12,17,14,69,29,0.058161351,0.165865385,1,1 -Contra Costa,13,6013389200,366,57,364,76,47,48,21,16,23,24,26,19,25,25,0.128415301,0.131868132,0,1 -Contra Costa,13,6013305000,1335,190,1469,190,517,539,162,123,113,95,355,157,426,189,0.387265918,0.36691627,0,0 -Contra Costa,13,6013312000,545,60,419,59,178,165,19,20,52,37,159,48,113,48,0.326605505,0.393794749,1,0 -Contra Costa,13,6013307205,1677,187,1456,174,535,440,21,27,104,95,514,171,336,128,0.319022063,0.302197802,1,0 -Contra Costa,13,6013314104,1844,178,1608,227,605,620,193,114,107,105,412,172,513,189,0.328091106,0.385572139,0,0 -Contra Costa,13,6013315000,1027,83,740,101,113,79,28,31,29,27,85,54,50,46,0.110029211,0.106756757,1,0 -Contra Costa,13,6013320001,929,105,869,102,138,190,68,54,93,61,70,45,97,58,0.148546825,0.218642117,0,0 -Contra Costa,13,6013308001,1922,221,2040,171,365,408,28,36,104,88,337,180,304,135,0.189906348,0.2,1,0 -Contra Costa,13,6013314200,1581,129,1355,123,289,382,127,87,111,106,162,88,271,87,0.182795699,0.281918819,0,0 -Contra Costa,13,6013338302,1860,135,1846,105,72,80,0,17,0,17,72,61,80,65,0.038709677,0.043336945,1,1 -Contra Costa,13,6013349000,1451,128,1242,113,111,116,75,90,60,45,36,32,56,46,0.076498966,0.093397746,1,0 -Contra Costa,13,6013357000,750,111,848,109,86,116,17,20,36,34,69,39,80,59,0.114666667,0.136792453,1,0 -Contra Costa,13,6013307101,1041,123,1037,120,151,193,13,18,54,60,138,81,139,99,0.145052834,0.18611379,1,1 -Contra Costa,13,6013307202,1119,117,799,118,655,292,172,86,66,54,483,120,226,85,0.585344057,0.365456821,0,0 -Contra Costa,13,6013307204,1083,97,1081,98,113,196,66,51,47,55,47,40,149,85,0.104339797,0.181313599,0,1 -Contra Costa,13,6013317000,424,93,452,95,173,32,19,29,0,12,154,104,32,27,0.408018868,0.07079646,1,1 -Contra Costa,13,6013321101,1705,147,1763,152,81,271,60,49,108,91,21,29,163,106,0.047507331,0.153715258,1,0 -Contra Costa,13,6013321102,2008,151,1598,161,232,88,27,31,0,17,205,93,88,74,0.115537849,0.055068836,1,1 -Contra Costa,13,6013321103,1316,85,1284,94,117,78,7,13,0,12,110,67,78,38,0.088905775,0.060747664,1,1 -Contra Costa,13,6013327000,1915,210,1649,191,293,380,86,88,81,76,207,126,299,161,0.153002611,0.230442693,1,0 -Contra Costa,13,6013328000,435,110,352,87,80,56,26,30,0,12,54,43,56,43,0.183908046,0.159090909,1,1 -Contra Costa,13,6013329000,1549,217,1525,155,227,234,43,64,112,85,184,116,122,84,0.146546159,0.153442623,1,0 -Contra Costa,13,6013332000,2234,167,2043,145,421,323,185,111,99,63,236,131,224,126,0.188451209,0.158100832,0,0 -Contra Costa,13,6013340001,1462,153,1268,171,175,109,54,83,25,30,121,83,84,62,0.119699042,0.085962145,1,1 -Contra Costa,13,6013343003,1171,96,1147,105,61,106,13,20,57,52,48,36,49,40,0.052092229,0.092414996,1,0 -Contra Costa,13,6013345103,1368,90,1306,106,44,50,33,29,16,29,11,18,34,30,0.032163743,0.038284839,1,1 -Contra Costa,13,6013345105,1756,142,1778,133,203,236,73,58,168,105,130,106,68,50,0.115603645,0.132733408,0,0 -Contra Costa,13,6013345108,2091,154,1996,184,195,68,94,82,12,20,101,56,56,44,0.093256815,0.034068136,0,1 -Contra Costa,13,6013346201,2190,173,2092,158,57,152,0,17,27,23,57,53,125,93,0.026027397,0.072657744,1,0 -Contra Costa,13,6013348000,1406,114,1323,113,101,71,53,59,25,27,48,35,46,37,0.071834993,0.053665911,1,1 -Contra Costa,13,6013355304,2317,140,2070,182,49,152,12,19,61,55,37,41,91,86,0.021148036,0.073429952,1,0 -Contra Costa,13,6013356002,1522,118,1495,155,57,199,12,19,0,17,45,34,199,100,0.037450723,0.133110368,1,1 -Contra Costa,13,6013359204,1240,90,1205,81,100,146,60,46,9,14,40,36,137,69,0.080645161,0.121161826,0,1 -Contra Costa,13,6013365002,1171,109,1053,128,346,318,81,59,102,58,265,87,216,95,0.295473954,0.301994302,0,0 -Contra Costa,13,6013366002,1354,97,1404,116,418,310,130,71,111,73,288,84,199,94,0.308714919,0.220797721,0,0 -Contra Costa,13,6013367200,1286,111,1207,120,325,208,75,53,90,46,250,87,118,66,0.252721617,0.172328086,0,0 -Contra Costa,13,6013369001,1456,164,1481,159,508,511,174,101,180,113,334,154,331,141,0.348901099,0.345037137,0,0 -Contra Costa,13,6013373000,903,107,872,96,262,244,67,48,60,70,195,73,184,81,0.290143965,0.279816514,0,1 -Contra Costa,13,6013377000,1366,163,1355,158,221,421,28,47,200,113,193,107,221,127,0.161786237,0.310701107,1,0 -Contra Costa,13,6013385200,364,49,369,64,30,0,0,12,0,12,30,23,0,12,0.082417582,0,1,1 -Contra Costa,13,6013388000,649,83,761,100,56,80,5,8,47,41,51,37,33,38,0.086286595,0.105124836,1,1 -Contra Costa,13,6013391000,765,84,728,87,54,88,19,22,43,46,35,27,45,39,0.070588235,0.120879121,1,1 -Contra Costa,13,6013392000,710,72,723,69,43,11,35,27,0,12,8,14,11,18,0.06056338,0.015214385,1,1 -Contra Costa,13,6013374000,1043,117,1040,170,279,148,84,60,42,50,195,82,106,78,0.267497603,0.142307692,0,1 -Contra Costa,13,6013379000,1423,146,1394,153,477,571,95,70,183,93,382,127,388,118,0.335207309,0.409612626,0,0 -Contra Costa,13,6013381000,1297,132,1482,180,236,518,29,37,145,110,207,71,373,125,0.181958365,0.349527665,1,0 -Contra Costa,13,6013382000,1640,234,1612,202,732,459,172,117,49,54,560,194,410,165,0.446341463,0.284739454,0,1 -Contra Costa,13,6013383000,1257,128,1214,146,194,147,81,63,38,37,113,70,109,55,0.15433572,0.121087315,0,0 -Contra Costa,13,6013384000,1121,91,1171,101,46,120,9,16,47,38,37,28,73,35,0.04103479,0.102476516,1,0 -Contra Costa,13,6013313101,1613,180,1830,196,456,549,175,106,126,88,281,122,423,145,0.282703038,0.3,0,0 -Contra Costa,13,6013335000,840,104,897,90,63,120,20,23,23,34,43,39,97,58,0.075,0.133779264,1,1 -Contra Costa,13,6013336102,1548,205,1430,216,495,421,171,105,76,73,324,138,345,151,0.319767442,0.294405594,0,0 -Contra Costa,13,6013337100,995,69,917,95,72,56,20,28,12,19,52,36,44,53,0.072361809,0.061068702,1,1 -Contra Costa,13,6013338301,905,83,898,72,54,77,9,14,13,19,45,31,64,49,0.059668508,0.085746102,1,1 -Contra Costa,13,6013338201,987,78,963,116,61,53,14,22,8,14,47,42,45,31,0.061803445,0.055036345,1,1 -Contra Costa,13,6013359102,1474,126,1284,121,319,228,41,33,50,54,278,111,178,67,0.21641791,0.177570093,0,1 -Contra Costa,13,6013367100,1229,135,1098,128,329,378,120,84,107,68,209,82,271,110,0.267697315,0.344262295,0,0 -Contra Costa,13,6013372000,1681,181,1712,179,256,335,25,37,90,89,231,117,245,113,0.152290303,0.19567757,1,0 -Contra Costa,13,6013390100,663,60,568,61,46,16,10,11,9,16,36,24,7,9,0.069381599,0.028169014,1,1 -Contra Costa,13,6013306002,791,89,786,94,167,73,0,12,14,21,167,94,59,52,0.211125158,0.092875318,1,1 -Contra Costa,13,6013311000,1167,104,1176,93,419,349,94,64,85,59,325,104,264,85,0.359040274,0.296768707,0,0 -Contra Costa,13,6013314102,1568,107,1362,123,311,232,68,69,66,41,243,96,166,83,0.198341837,0.170337739,1,0 -Contra Costa,13,6013314103,1282,94,1270,111,336,477,43,51,100,59,293,103,377,115,0.262090484,0.375590551,1,0 -Contra Costa,13,6013331000,1784,207,1894,174,251,186,86,88,118,81,165,108,68,48,0.140695067,0.098204857,1,0 -Contra Costa,13,6013345102,1024,84,1099,62,91,127,20,24,19,22,71,54,108,65,0.088867188,0.1155596,1,1 -Contra Costa,13,6013346101,1075,78,1099,65,76,0,53,38,0,12,23,24,0,12,0.070697674,0,1,1 -Contra Costa,13,6013351200,1842,120,1746,107,138,98,103,96,23,37,35,40,75,54,0.074918567,0.056128293,1,1 -Contra Costa,13,6013352102,1609,76,1575,96,108,94,11,18,21,24,97,59,73,38,0.067122436,0.05968254,1,1 -Contra Costa,13,6013352202,795,81,759,65,64,93,25,27,11,15,39,32,82,55,0.080503145,0.122529644,1,1 -Contra Costa,13,6013355200,2480,209,1600,193,454,217,185,128,126,113,269,150,91,71,0.183064516,0.135625,0,0 -Contra Costa,13,6013369002,656,102,568,98,99,192,33,25,34,30,66,51,158,81,0.150914634,0.338028169,0,0 -Contra Costa,13,6013371000,1270,148,1353,152,229,184,73,43,41,35,156,83,143,86,0.180314961,0.135994087,0,0 -Contra Costa,13,6013387000,702,95,750,98,93,21,31,47,9,15,62,44,12,18,0.132478632,0.028,1,1 -Contra Costa,13,6013322000,1627,147,1658,161,188,200,28,33,66,55,160,89,134,74,0.115550092,0.120627262,1,0 -Contra Costa,13,6013334001,987,111,1022,122,173,183,16,25,72,56,157,77,111,84,0.175278622,0.179060665,1,0 -Contra Costa,13,6013323000,1225,89,1216,110,96,171,0,12,84,68,96,46,87,60,0.078367347,0.140625,1,0 -Contra Costa,13,6013326000,941,80,1045,117,84,31,6,10,6,9,78,67,25,26,0.089266738,0.029665072,1,1 -Contra Costa,13,6013333200,1544,152,1610,177,96,105,0,17,32,50,96,80,73,62,0.062176166,0.065217391,1,1 -Contra Costa,13,6013341000,1427,132,1202,138,40,135,0,17,13,22,40,35,122,92,0.028030834,0.112312812,1,1 -Contra Costa,13,6013343002,1369,165,1287,112,161,131,36,42,16,26,125,80,115,70,0.117604091,0.101787102,1,1 -Contra Costa,13,6013345101,1564,128,1364,138,213,62,66,46,37,43,147,86,25,29,0.136189258,0.045454545,0,1 -Contra Costa,13,6013350000,1625,191,1573,169,178,262,21,35,105,70,157,86,157,102,0.109538462,0.166560712,1,0 -Contra Costa,13,6013355301,2156,175,2247,157,133,400,29,34,136,97,104,65,264,109,0.061688312,0.178015131,1,0 -Contra Costa,13,6013358000,1589,138,1277,138,381,179,26,27,38,48,355,146,141,81,0.239773442,0.140172279,1,1 -Contra Costa,13,6013378000,796,106,694,128,97,87,44,28,22,35,53,36,65,71,0.121859296,0.125360231,0,1 -Contra Costa,13,6013313103,2158,157,1807,184,127,241,71,56,49,40,56,46,192,96,0.058850788,0.133370227,0,0 -Contra Costa,13,6013334004,1794,176,1756,186,246,357,80,83,129,102,166,98,228,126,0.137123746,0.203302961,1,0 -Contra Costa,13,6013363000,1823,222,1969,195,197,253,65,56,98,92,132,108,155,102,0.108063631,0.12849162,0,0 -Contra Costa,13,6013309000,784,126,616,89,147,128,21,22,0,12,126,78,128,47,0.1875,0.207792208,1,1 -Contra Costa,13,6013376000,1184,129,1299,122,378,534,49,53,122,76,329,113,412,123,0.319256757,0.41108545,1,0 -Contra Costa,13,6013345202,1933,175,2156,176,141,212,44,45,68,82,97,80,144,89,0.072943611,0.098330241,1,1 -Contra Costa,13,6013352101,675,60,650,70,25,25,6,9,9,13,19,13,16,17,0.037037037,0.038461538,1,1 -Contra Costa,13,6013352201,1508,152,1552,121,101,93,20,31,47,43,81,71,46,40,0.066976127,0.05992268,1,0 -Contra Costa,13,6013353002,1252,84,1116,99,47,19,21,22,6,9,26,19,13,15,0.037539936,0.01702509,1,1 -Contra Costa,13,6013359202,1633,147,1550,134,96,70,0,17,0,17,96,82,70,58,0.058787508,0.04516129,1,1 -Contra Costa,13,6013360200,1344,117,1156,131,214,188,36,53,30,27,178,120,158,75,0.15922619,0.162629758,1,0 -Contra Costa,13,6013361000,1225,124,1185,124,142,227,36,35,74,59,106,63,153,85,0.115918367,0.191561181,0,0 -Contra Costa,13,6013362000,722,119,716,100,68,153,29,33,13,19,39,35,140,77,0.094182825,0.213687151,1,1 -Contra Costa,13,6013364002,1353,136,1308,119,183,269,74,68,11,18,109,62,258,90,0.135254989,0.205657492,0,1 -Contra Costa,13,6013380000,1588,201,1389,193,301,482,92,80,0,17,209,125,482,148,0.189546599,0.347012239,0,1 -Contra Costa,13,6013385100,907,68,725,82,54,40,35,31,15,18,19,21,25,39,0.059536935,0.055172414,1,1 -Contra Costa,13,6013390200,469,61,454,53,12,36,0,12,0,12,12,13,36,29,0.025586354,0.079295154,1,1 -Contra Costa,13,6013307102,1171,136,1261,116,453,340,99,76,52,49,354,147,288,105,0.386848847,0.26962728,0,0 -Contra Costa,13,6013318000,864,103,732,111,131,144,43,34,67,48,88,55,77,61,0.15162037,0.196721311,0,0 -Contra Costa,13,6013354001,604,53,497,58,40,28,5,7,10,11,35,24,18,16,0.066225166,0.056338028,1,1 -Contra Costa,13,6013354002,2147,156,1813,145,28,41,16,25,10,17,12,19,31,37,0.013041453,0.022614451,1,1 -Contra Costa,13,6013355302,1015,73,1071,60,33,61,15,22,54,56,18,28,7,11,0.032512315,0.056956116,1,1 -Contra Costa,13,6013325000,1438,119,1467,159,117,85,39,58,24,28,78,62,61,48,0.081363004,0.057941377,1,1 -Contra Costa,13,6013308002,1208,84,1102,113,115,96,0,12,49,39,115,76,47,30,0.095198675,0.087114338,1,0 -Contra Costa,13,6013316000,193,50,132,49,110,23,0,12,0,12,110,40,23,28,0.569948187,0.174242424,1,1 -Contra Costa,13,6013319000,1995,219,1815,177,188,322,70,63,84,75,118,99,238,123,0.094235589,0.177410468,0,0 -Contra Costa,13,6013359103,1227,138,1464,150,148,214,15,26,87,80,133,57,127,74,0.120619397,0.146174863,1,0 -Contra Costa,13,6013359104,493,77,514,102,126,82,23,29,52,55,103,52,30,35,0.255578093,0.159533074,1,1 -Contra Costa,13,6013359105,1302,81,1203,112,91,222,15,17,30,42,76,58,192,104,0.069892473,0.184538653,1,1 -Contra Costa,13,6013360101,1217,132,1128,138,128,49,28,27,0,17,100,54,49,40,0.105176664,0.043439716,0,1 -Contra Costa,13,6013360102,1169,101,1181,116,65,20,12,19,0,12,53,50,20,24,0.05560308,0.016934801,1,1 -Contra Costa,13,6013365003,1119,220,1170,176,231,281,54,49,12,31,177,97,269,143,0.206434316,0.24017094,0,1 -Contra Costa,13,6013368001,1099,83,1135,138,245,165,110,71,43,48,135,76,122,111,0.222929936,0.145374449,0,1 -Contra Costa,13,6013368002,822,78,686,98,179,183,39,29,100,72,140,64,83,66,0.217761557,0.266763848,0,0 -Contra Costa,13,6013392200,2585,182,2378,128,465,328,101,95,92,80,364,173,236,116,0.179883946,0.137931034,0,0 -Contra Costa,13,6013392300,780,69,758,70,128,87,10,10,0,12,118,52,87,71,0.164102564,0.114775726,0,1 -Contra Costa,13,6013990000,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -Contra Costa,13,6013302005,1574,176,1451,166,304,170,139,129,72,48,165,88,98,66,0.193138501,0.117160579,0,0 -Contra Costa,13,6013302006,1018,103,1068,100,131,77,50,48,20,24,81,67,57,43,0.128683694,0.072097378,0,1 -Contra Costa,13,6013302007,1648,123,1382,164,369,280,210,130,69,55,159,93,211,96,0.223907767,0.20260492,0,0 -Contra Costa,13,6013302008,2026,133,1906,165,371,466,34,46,123,105,337,137,343,170,0.183119447,0.244491081,1,0 -Contra Costa,13,6013302009,1665,133,1459,137,413,366,102,78,104,75,311,111,262,123,0.248048048,0.250856751,0,0 -Contra Costa,13,6013302010,2907,141,2407,202,315,342,157,106,99,85,158,106,243,147,0.108359133,0.142085584,0,0 -Contra Costa,13,6013303102,2294,215,1922,156,197,371,42,50,50,63,155,84,321,136,0.085876199,0.193028096,1,1 -Contra Costa,13,6013303103,3274,251,2465,183,421,376,110,74,113,76,311,102,263,97,0.128588882,0.152535497,0,0 -Contra Costa,13,6013303201,2825,181,2424,187,518,410,189,137,108,68,329,136,302,190,0.183362832,0.169141914,0,0 -Contra Costa,13,6013303202,1917,156,1643,190,167,75,20,31,0,17,147,123,75,52,0.087115284,0.045648205,1,1 -Contra Costa,13,6013303203,2682,149,2280,200,420,263,169,103,121,132,251,137,142,94,0.156599553,0.115350877,0,1 -Contra Costa,13,6013303204,1175,112,1190,122,165,146,39,35,21,23,126,65,125,62,0.140425532,0.122689076,0,1 -Contra Costa,13,6013303205,2406,175,2142,181,238,84,135,101,73,92,103,91,11,24,0.098919368,0.039215686,0,1 -Contra Costa,13,6013304001,1422,116,999,123,85,82,0,12,27,30,85,55,55,59,0.059774965,0.082082082,1,1 -Contra Costa,13,6013304002,315,58,312,87,44,62,0,12,21,27,44,37,41,53,0.13968254,0.198717949,1,1 -Contra Costa,13,6013304003,1132,106,1103,122,177,125,109,81,125,111,68,60,0,12,0.156360424,0.113327289,0,1 -Contra Costa,13,6013306004,998,86,688,120,210,163,62,79,74,59,148,85,89,63,0.210420842,0.236918605,1,0 -Contra Costa,13,6013304004,1270,119,1179,152,92,11,43,37,0,12,49,38,11,18,0.072440945,0.009329941,0,1 -Contra Costa,13,6013304005,2075,126,1585,152,257,258,45,40,0,17,212,103,258,105,0.123855422,0.162776025,0,1 -Contra Costa,13,6013306003,1166,121,1231,191,300,356,49,60,25,32,251,116,331,153,0.25728988,0.289195776,1,1 -Contra Costa,13,6013313203,832,67,725,68,113,91,62,53,12,18,51,33,79,39,0.135817308,0.125517241,0,1 -Contra Costa,13,6013313204,1373,112,1262,126,289,363,30,48,48,64,259,105,315,133,0.210487983,0.287638669,1,1 -Contra Costa,13,6013313205,438,43,428,65,74,69,5,9,59,45,69,35,10,11,0.168949772,0.161214953,1,1 -Contra Costa,13,6013313206,1347,106,1282,134,378,262,174,108,68,66,204,107,194,88,0.280623608,0.204368175,0,0 -Contra Costa,13,6013320003,691,79,799,79,55,74,8,13,5,9,47,30,69,57,0.07959479,0.09261577,1,1 -Contra Costa,13,6013320004,1731,157,1757,164,208,353,47,50,74,62,161,97,279,128,0.120161756,0.200910643,1,0 -Contra Costa,13,6013324001,1134,263,1025,178,174,0,60,70,0,12,114,110,0,12,0.153439153,0,1,1 -Contra Costa,13,6013324002,1224,171,903,145,140,54,71,96,0,12,69,56,54,58,0.114379085,0.059800664,1,1 -Contra Costa,13,6013333101,1199,97,1017,144,109,94,0,12,56,53,109,71,38,34,0.090909091,0.092428712,1,0 -Contra Costa,13,6013333102,1079,90,1145,118,37,75,14,22,0,12,23,25,75,68,0.03429101,0.065502183,1,1 -Contra Costa,13,6013334006,1394,93,1437,118,65,132,11,17,57,55,54,38,75,64,0.046628407,0.091858038,1,0 -Contra Costa,13,6013338101,1247,160,1109,160,93,162,20,25,69,83,73,66,93,73,0.07457899,0.146077547,1,1 -Contra Costa,13,6013334200,2058,125,2029,188,80,92,80,56,68,91,0,17,24,26,0.038872692,0.045342533,1,1 -Contra Costa,13,6013336201,895,83,853,103,105,131,38,47,21,31,67,49,110,63,0.117318436,0.153575615,1,1 -Contra Costa,13,6013336202,1363,137,1303,139,328,371,158,78,84,71,170,91,287,126,0.240645635,0.284727552,0,0 -Contra Costa,13,6013338102,1014,90,1059,118,27,64,5,10,13,19,22,23,51,54,0.026627219,0.060434372,1,1 -Contra Costa,13,6013338203,1362,138,1158,179,160,142,12,20,76,61,148,82,66,52,0.117474302,0.122625216,1,0 -Contra Costa,13,6013338204,1604,202,1455,158,143,117,15,25,63,55,128,79,54,46,0.08915212,0.080412371,1,0 -Contra Costa,13,6013339001,734,129,643,178,87,186,10,16,90,85,77,40,96,87,0.11852861,0.289269051,1,0 -Contra Costa,13,6013339002,1664,215,1161,173,167,108,78,82,27,33,89,67,81,64,0.100360577,0.093023256,1,1 -Contra Costa,13,6013345111,1496,111,1452,125,147,149,12,20,15,24,135,66,134,78,0.098262032,0.10261708,1,1 -Contra Costa,13,6013345112,1757,139,1553,139,232,152,10,17,31,48,222,123,121,71,0.132043256,0.09787508,1,1 -Contra Costa,13,6013345113,1312,77,1269,100,40,89,0,12,28,28,40,34,61,37,0.030487805,0.070133964,1,0 -Contra Costa,13,6013345114,2073,114,2013,156,105,39,0,17,24,34,105,66,15,25,0.05065123,0.019374069,1,1 -Contra Costa,13,6013345115,1594,96,1496,116,45,77,27,25,13,21,18,20,64,42,0.028230866,0.051470588,1,1 -Contra Costa,13,6013345116,775,49,788,56,46,63,18,15,27,31,28,29,36,39,0.059354839,0.079949239,1,1 -Contra Costa,13,6013345203,1811,174,1754,157,206,105,81,64,34,44,125,71,71,88,0.11374931,0.05986317,0,1 -Contra Costa,13,6013345204,1060,68,1053,89,38,29,11,17,29,24,27,26,0,12,0.035849057,0.027540361,1,1 -Contra Costa,13,6013346203,1159,71,1111,93,65,89,0,12,0,12,65,49,89,79,0.05608283,0.080108011,1,1 -Contra Costa,13,6013346204,2095,150,2152,146,171,102,89,65,10,15,82,60,92,64,0.081622912,0.04739777,0,1 -Contra Costa,13,6013351101,609,90,578,103,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -Contra Costa,13,6013351102,767,156,847,157,0,14,0,12,0,12,0,12,14,22,0,0.016528926,1,1 -Contra Costa,13,6013351103,494,71,460,91,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -Contra Costa,13,6013355107,1333,98,1253,155,107,108,9,15,0,12,98,63,108,99,0.080270068,0.086193136,1,1 -Contra Costa,13,6013355108,3260,172,3065,256,701,533,75,60,170,150,626,199,363,177,0.215030675,0.173898858,0,0 -Contra Costa,13,6013355109,1618,172,1661,167,100,184,28,43,71,62,72,71,113,120,0.061804697,0.110776641,1,1 -Contra Costa,13,6013355110,948,111,1049,103,207,180,51,42,21,35,156,78,159,94,0.21835443,0.171591992,0,1 -Contra Costa,13,6013355111,1542,103,1466,120,265,344,23,23,23,29,242,84,321,134,0.171854734,0.234652115,0,1 -Contra Costa,13,6013355112,1634,124,1476,141,49,44,0,17,35,38,49,56,9,19,0.02998776,0.029810298,1,1 -Contra Costa,13,6013355113,1574,93,1442,103,93,13,48,49,0,12,45,24,13,18,0.059085133,0.009015257,1,1 -Contra Costa,13,6013355114,2886,154,2816,185,162,241,17,27,69,75,145,87,172,96,0.056133056,0.085582386,1,1 -Contra Costa,13,6013355115,1974,138,1142,144,262,222,69,53,45,62,193,83,177,90,0.132725431,0.194395797,0,1 -Contra Costa,13,6013355116,2121,117,1690,111,155,79,44,40,31,41,111,91,48,40,0.073078736,0.046745562,0,1 -Contra Costa,13,6013355117,1866,103,1704,184,46,72,16,17,0,17,30,29,72,74,0.024651661,0.042253521,1,1 -Contra Costa,13,6013355306,1459,117,1485,91,88,73,32,31,26,23,56,51,47,58,0.060315284,0.049158249,0,1 -Marin,41,6041104102,1152,169,1240,164,195,252,68,62,132,109,127,104,120,83,0.169270833,0.203225806,0,0 -Marin,41,6041104200,1668,166,1613,167,281,184,95,87,87,85,186,133,97,77,0.168465228,0.114073156,0,0 -Marin,41,6041106002,1331,183,1254,133,112,141,12,23,53,47,100,77,88,57,0.084147258,0.112440191,1,0 -Marin,41,6041118100,654,59,587,50,63,46,35,25,13,16,28,18,33,22,0.096330275,0.078364566,0,1 -Marin,41,6041121100,1295,140,1435,132,183,135,32,36,39,45,151,94,96,62,0.141312741,0.094076655,1,1 -Marin,41,6041132100,414,99,415,92,10,57,0,12,15,23,10,13,42,33,0.024154589,0.137349398,1,1 -Marin,41,6041101100,759,77,822,86,42,58,19,20,37,52,23,22,21,23,0.055335968,0.070559611,1,1 -Marin,41,6041101200,818,82,712,80,28,62,12,19,20,24,16,24,42,38,0.034229829,0.087078652,1,1 -Marin,41,6041113000,758,139,1067,121,81,123,46,51,17,26,35,43,106,66,0.106860158,0.115276476,1,1 -Marin,41,6041122000,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -Marin,41,6041126100,1796,139,1559,143,164,167,35,40,27,30,129,78,140,85,0.091314031,0.107119949,1,1 -Marin,41,6041105000,1532,168,1623,161,91,286,0,17,80,71,91,82,206,110,0.059399478,0.176216882,1,0 -Marin,41,6041110100,1294,153,1332,159,128,126,31,33,42,37,97,69,84,84,0.098918083,0.094594595,1,0 -Marin,41,6041115000,2026,160,1985,155,121,103,0,17,27,30,121,96,76,51,0.059723593,0.051889169,1,1 -Marin,41,6041104101,2002,179,1981,173,206,200,145,117,54,61,61,57,146,95,0.102897103,0.100959112,0,1 -Marin,41,6041124100,1561,165,1460,167,130,193,17,27,0,17,113,75,193,105,0.083279949,0.132191781,1,1 -Marin,41,6041121200,1451,176,1415,148,147,93,13,21,29,35,134,66,64,57,0.101309442,0.065724382,1,1 -Marin,41,6041129000,688,116,591,120,216,249,75,64,39,38,141,81,210,81,0.313953488,0.421319797,0,0 -Marin,41,6041132200,565,87,501,115,20,27,20,25,6,9,0,12,21,33,0.03539823,0.053892216,1,1 -Marin,41,6041123000,600,63,588,75,25,55,11,12,10,12,14,12,45,30,0.041666667,0.093537415,1,1 -Marin,41,6041107000,1893,138,1723,132,184,146,35,38,40,37,149,92,106,63,0.097200211,0.084735926,1,0 -Marin,41,6041111000,977,192,1198,162,189,149,30,34,0,17,159,111,149,87,0.193449335,0.124373957,1,1 -Marin,41,6041116000,962,74,781,96,102,145,46,45,30,29,56,43,115,64,0.106029106,0.185659411,0,0 -Marin,41,6041124200,1868,164,1548,163,126,99,36,42,12,20,90,63,87,73,0.06745182,0.063953488,1,1 -Marin,41,6041125000,1109,114,1194,125,206,176,43,37,43,35,163,80,133,66,0.185752931,0.147403685,0,0 -Marin,41,6041127000,1366,132,1207,117,144,121,70,55,33,28,74,65,88,77,0.105417277,0.10024855,0,0 -Marin,41,6041102100,679,65,743,68,25,70,0,12,12,18,25,19,58,31,0.036818851,0.094212651,1,1 -Marin,41,6041106001,856,178,895,181,152,214,69,68,45,48,83,77,169,113,0.177570093,0.239106145,0,1 -Marin,41,6041108100,2011,146,1830,142,223,124,14,24,17,28,209,100,107,68,0.110890104,0.067759563,1,1 -Marin,41,6041103100,2304,157,2239,141,121,135,50,79,47,51,71,60,88,52,0.052517361,0.060294774,1,1 -Marin,41,6041108200,1536,164,1750,179,150,308,55,77,48,40,95,74,260,155,0.09765625,0.176,1,0 -Marin,41,6041110200,1554,134,1750,126,64,118,0,12,0,17,64,66,118,62,0.041184041,0.067428571,1,1 -Marin,41,6041128100,1809,209,1811,166,243,221,189,114,61,64,54,48,160,100,0.134328358,0.122032027,0,1 -Marin,41,6041104300,445,45,441,57,59,29,27,26,5,9,32,25,24,17,0.13258427,0.065759637,0,1 -Marin,41,6041114100,1504,162,1414,164,91,265,21,35,57,51,70,57,208,134,0.060505319,0.187411598,1,0 -Marin,41,6041119100,1388,117,1279,102,57,120,0,17,17,20,57,36,103,59,0.041066282,0.093823299,1,1 -Marin,41,6041112100,1018,130,1149,135,188,247,62,31,41,48,126,75,206,75,0.184675835,0.214969539,0,1 -Marin,41,6041114200,807,106,794,100,97,106,60,47,7,11,37,30,99,57,0.120198265,0.133501259,0,1 -Marin,41,6041117000,1238,117,1146,121,146,167,37,43,96,85,109,68,71,67,0.117932149,0.145724258,1,0 -Marin,41,6041120000,1601,136,1626,153,126,221,0,17,74,61,126,65,147,107,0.078700812,0.135916359,1,0 -Marin,41,6041126200,1084,135,1179,151,114,82,46,44,0,12,68,53,82,67,0.105166052,0.069550466,0,1 -Marin,41,6041128200,1337,125,1168,131,118,161,12,19,55,42,106,39,106,62,0.088257292,0.137842466,1,0 -Marin,41,6041133000,743,99,730,129,37,56,33,35,28,30,4,8,28,35,0.049798116,0.076712329,1,1 -Marin,41,6041103200,1729,188,1522,202,183,355,85,85,147,115,98,68,208,110,0.105841527,0.233245729,0,0 -Marin,41,6041102202,1659,138,1804,193,180,159,98,119,33,39,82,89,126,119,0.108499096,0.088137472,1,1 -Marin,41,6041102203,1401,135,1198,202,187,309,15,18,206,127,172,67,103,80,0.133476089,0.257929883,1,0 -Marin,41,6041109001,1007,120,767,137,117,82,88,79,5,10,29,26,77,80,0.116186693,0.106910039,0,1 -Marin,41,6041109002,995,90,1101,129,76,200,8,13,32,36,68,36,168,96,0.07638191,0.181653043,1,1 -Marin,41,6041112201,1497,166,1361,178,552,412,285,141,111,85,267,127,301,136,0.368737475,0.302718589,0,0 -Marin,41,6041112202,956,101,862,115,303,106,89,76,55,64,214,101,51,55,0.316945607,0.122969838,0,1 -Marin,41,6041119201,748,107,734,122,80,154,27,23,25,25,53,37,129,70,0.106951872,0.209809264,0,0 -Marin,41,6041119202,987,70,938,86,128,55,61,44,55,52,67,34,0,12,0.129685917,0.058635394,0,1 -Marin,41,6041130201,826,115,911,132,32,50,19,25,11,16,13,19,39,47,0.03874092,0.054884742,1,1 -Marin,41,6041130202,1163,155,1060,163,123,64,63,63,29,37,60,55,35,42,0.105760963,0.060377358,0,1 -Marin,41,6041131100,264,47,249,45,4,22,4,6,14,17,0,12,8,13,0.015151515,0.088353414,1,1 -Marin,41,6041990100,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -Napa,55,6055200202,565,113,512,104,168,123,49,42,15,17,119,83,108,53,0.297345133,0.240234375,0,1 -Napa,55,6055200400,981,114,940,117,53,108,16,19,35,28,37,25,73,37,0.054026504,0.114893617,1,0 -Napa,55,6055200900,11,14,0,12,4,0,0,12,0,12,4,6,0,12,0.363636364,,1,1 -Napa,55,6055201200,1321,128,1232,166,28,127,0,12,21,33,28,25,106,76,0.021196064,0.103084416,1,1 -Napa,55,6055201700,1172,98,1203,128,80,68,0,17,4,7,80,57,64,35,0.068259386,0.056525353,1,1 -Napa,55,6055200703,821,81,859,87,46,66,7,12,0,12,39,36,66,50,0.056029233,0.076833527,1,1 -Napa,55,6055200802,1468,185,1347,173,278,315,114,115,127,93,164,109,188,99,0.189373297,0.233853007,1,0 -Napa,55,6055200201,783,102,824,125,138,158,0,12,20,23,138,71,138,70,0.176245211,0.191747573,1,1 -Napa,55,6055201800,464,55,519,84,48,57,0,12,19,16,48,24,38,24,0.103448276,0.10982659,1,0 -Napa,55,6055200203,534,56,538,72,46,77,7,12,14,20,39,23,63,49,0.086142322,0.143122677,1,1 -Napa,55,6055201900,298,52,309,78,0,15,0,12,0,12,0,12,15,22,0,0.048543689,1,1 -Napa,55,6055201500,523,83,659,81,6,35,0,12,15,15,6,9,20,21,0.011472275,0.053110774,1,1 -Napa,55,6055202000,1346,170,1381,108,245,314,70,73,262,138,175,105,52,47,0.182020802,0.22737147,1,0 -Napa,55,6055201300,692,93,582,94,83,32,17,27,0,12,66,62,32,41,0.119942197,0.054982818,1,1 -Napa,55,6055200501,1164,128,1208,144,230,257,96,76,136,89,134,80,121,83,0.197594502,0.212748344,0,0 -Napa,55,6055200503,310,82,413,92,3,36,3,5,31,36,0,12,5,8,0.009677419,0.08716707,1,1 -Napa,55,6055200301,1124,121,1194,128,239,216,109,87,43,35,130,83,173,82,0.212633452,0.180904523,0,0 -Napa,55,6055200302,754,72,672,81,151,84,21,17,22,33,130,59,62,37,0.200265252,0.125,0,1 -Napa,55,6055200504,1384,155,1682,167,195,274,15,25,88,87,180,101,186,89,0.140895954,0.162901308,1,0 -Napa,55,6055200505,582,70,517,92,82,37,18,18,20,36,64,38,17,27,0.140893471,0.071566731,0,1 -Napa,55,6055200601,1320,82,1179,126,91,142,17,19,20,32,74,49,122,67,0.068939394,0.120441052,1,1 -Napa,55,6055200602,943,107,939,200,130,88,86,67,22,38,44,30,66,65,0.1378579,0.09371672,0,1 -Napa,55,6055200704,1202,82,1111,106,191,190,75,47,33,43,116,68,157,75,0.15890183,0.171017102,0,1 -Napa,55,6055200705,743,66,829,119,174,146,42,48,29,26,132,67,117,72,0.234185734,0.176115802,1,0 -Napa,55,6055200706,937,62,880,75,46,30,33,39,10,16,13,17,20,25,0.04909285,0.034090909,1,1 -Napa,55,6055200707,819,100,882,124,154,88,79,63,24,38,75,45,64,53,0.188034188,0.099773243,0,1 -Napa,55,6055200803,655,65,582,72,118,86,53,49,0,12,65,41,86,51,0.180152672,0.147766323,0,1 -Napa,55,6055200804,1218,118,1315,142,250,491,35,34,251,128,215,91,240,142,0.205254516,0.37338403,0,0 -Napa,55,6055201003,1176,95,1070,120,174,168,7,11,66,58,167,77,102,82,0.147959184,0.157009346,1,0 -Napa,55,6055201004,1426,105,1562,140,253,223,68,53,16,22,185,76,207,92,0.177419355,0.142765685,0,1 -Napa,55,6055201005,519,52,561,80,84,57,3,5,4,6,81,39,53,48,0.161849711,0.101604278,1,1 -Napa,55,6055201006,753,58,728,107,108,69,29,18,16,19,79,34,53,43,0.143426295,0.09478022,0,1 -Napa,55,6055201007,922,78,920,83,181,156,87,55,25,44,94,59,131,93,0.196312364,0.169565217,0,1 -Napa,55,6055201101,629,45,595,74,10,19,0,12,9,15,10,12,10,16,0.015898251,0.031932773,1,1 -Napa,55,6055201102,473,74,489,91,11,54,0,12,24,24,11,12,30,40,0.023255814,0.110429448,1,1 -Napa,55,6055201401,960,109,1007,155,66,53,37,41,25,28,29,28,28,41,0.06875,0.052631579,1,1 -Napa,55,6055201402,975,82,835,99,47,15,14,18,15,27,33,28,0,12,0.048205128,0.017964072,1,1 -Napa,55,6055201403,204,46,287,63,14,0,7,12,0,12,7,12,0,12,0.068627451,0,1,1 -Napa,55,6055201601,665,78,687,81,124,196,16,18,105,86,108,64,91,71,0.186466165,0.285298399,1,0 -Napa,55,6055201602,894,106,885,103,73,63,26,30,63,67,47,39,0,12,0.081655481,0.071186441,1,1 -San Francisco,75,6075015600,715,100,485,87,51,69,25,30,25,39,26,39,44,31,0.071328671,0.142268041,1,1 -San Francisco,75,6075010200,813,153,677,136,24,29,0,12,29,44,24,34,0,12,0.029520295,0.042836041,1,1 -San Francisco,75,6075010800,910,178,1012,177,35,179,0,12,25,32,35,42,154,121,0.038461538,0.17687747,1,1 -San Francisco,75,6075033100,993,123,1160,113,56,48,18,22,22,26,38,30,26,36,0.056394763,0.04137931,1,1 -San Francisco,75,6075040200,1111,187,1085,154,84,103,33,38,24,38,51,50,79,64,0.075607561,0.094930876,1,1 -San Francisco,75,6075042800,703,61,743,64,47,86,0,12,29,23,47,36,57,35,0.06685633,0.115746972,1,0 -San Francisco,75,6075023400,752,100,690,108,233,212,25,26,36,50,208,92,176,94,0.309840426,0.307246377,1,1 -San Francisco,75,6075016500,838,157,938,200,33,173,0,17,17,29,33,40,156,85,0.039379475,0.184434968,1,1 -San Francisco,75,6075030700,2110,155,1756,188,150,105,89,66,0,17,61,49,105,65,0.071090047,0.059794989,0,1 -San Francisco,75,6075035100,2040,187,1720,179,232,159,106,72,38,43,126,77,121,76,0.11372549,0.09244186,0,1 -San Francisco,75,6075013000,656,139,768,183,17,0,0,12,0,12,17,30,0,12,0.025914634,0,1,1 -San Francisco,75,6075026002,706,72,735,80,94,114,6,10,5,9,88,41,109,68,0.133144476,0.155102041,1,1 -San Francisco,75,6075026402,897,100,889,121,141,114,21,22,52,51,120,58,62,70,0.157190635,0.128233971,1,1 -San Francisco,75,6075030301,1254,157,1349,162,72,126,47,35,50,50,25,28,76,53,0.057416268,0.09340252,1,0 -San Francisco,75,6075030800,1734,157,1544,145,76,110,18,27,74,81,58,48,36,33,0.043829296,0.071243523,1,1 -San Francisco,75,6075025402,728,85,759,101,56,139,11,18,38,59,45,44,101,60,0.076923077,0.183135705,1,1 -San Francisco,75,6075047901,1464,203,1577,194,88,208,69,71,80,67,19,29,128,104,0.06010929,0.131896005,1,0 -San Francisco,75,6075026200,1529,130,1632,109,125,160,37,36,26,30,88,64,134,85,0.08175278,0.098039216,0,1 -San Francisco,75,6075021600,1051,168,801,174,121,119,49,47,15,27,72,91,104,98,0.115128449,0.148564295,1,1 -San Francisco,75,6075030900,1820,142,1800,123,170,90,62,91,79,62,108,76,11,18,0.093406593,0.05,1,1 -San Francisco,75,6075047701,941,116,932,108,71,40,20,22,8,12,51,31,32,32,0.075451647,0.042918455,1,1 -San Francisco,75,6075047702,846,85,1070,99,95,61,24,26,12,18,71,35,49,38,0.112293144,0.057009346,1,1 -San Francisco,75,6075060502,790,86,743,88,360,343,78,47,82,59,282,74,261,66,0.455696203,0.461641992,0,0 -San Francisco,75,6075060700,2824,391,1838,292,215,177,0,19,44,55,215,147,133,123,0.076133144,0.096300326,1,1 -San Francisco,75,6075047902,820,106,912,122,87,61,13,18,9,13,74,45,52,41,0.106097561,0.066885965,1,1 -San Francisco,75,6075060400,279,71,373,100,6,47,0,12,11,12,6,9,36,36,0.021505376,0.126005362,1,1 -San Francisco,75,6075010900,811,175,668,158,21,93,21,33,13,20,0,12,80,62,0.025893958,0.139221557,1,1 -San Francisco,75,6075011800,370,61,439,63,37,42,0,12,33,31,37,33,9,16,0.1,0.095671982,1,1 -San Francisco,75,6075012100,351,117,375,112,17,23,0,12,9,15,17,24,14,25,0.048433048,0.061333333,1,1 -San Francisco,75,6075012800,746,125,818,161,71,95,25,37,48,68,46,45,47,40,0.095174263,0.116136919,1,1 -San Francisco,75,6075015500,538,163,775,229,37,125,0,12,125,116,37,55,0,12,0.068773234,0.161290323,1,1 -San Francisco,75,6075016100,1070,188,966,177,223,247,26,34,34,61,197,107,213,106,0.208411215,0.255693582,1,1 -San Francisco,75,6075016300,733,161,536,175,52,148,0,12,17,27,52,44,131,103,0.070941337,0.276119403,1,1 -San Francisco,75,6075017601,1458,320,1187,211,190,232,28,53,21,36,162,140,211,127,0.130315501,0.195450716,1,1 -San Francisco,75,6075020100,941,172,775,199,159,102,79,125,40,45,80,64,62,49,0.168969182,0.131612903,1,1 -San Francisco,75,6075020600,1016,178,646,124,61,17,42,49,0,12,19,27,17,28,0.06003937,0.026315789,1,1 -San Francisco,75,6075020900,750,118,735,119,163,147,36,31,27,27,127,73,120,59,0.217333333,0.2,0,0 -San Francisco,75,6075021800,1023,111,939,111,75,102,19,21,11,17,56,52,91,52,0.073313783,0.108626198,1,1 -San Francisco,75,6075022600,596,90,294,74,67,28,32,41,11,18,35,44,17,19,0.112416107,0.095238095,1,1 -San Francisco,75,6075023102,953,149,919,135,502,515,10,16,31,30,492,127,484,140,0.526757608,0.56039173,1,0 -San Francisco,75,6075025100,765,91,700,100,31,93,13,19,4,8,18,20,89,74,0.040522876,0.132857143,1,1 -San Francisco,75,6075017000,847,139,448,115,82,57,82,62,25,32,0,12,32,30,0.096812279,0.127232143,1,1 -San Francisco,75,6075018000,448,93,437,104,31,21,31,35,10,15,0,12,11,18,0.069196429,0.04805492,1,1 -San Francisco,75,6075021500,1110,159,969,144,27,124,0,17,17,28,27,31,107,86,0.024324324,0.127966976,1,1 -San Francisco,75,6075022803,723,109,851,122,134,173,44,42,106,68,90,61,67,48,0.185338866,0.203290247,0,0 -San Francisco,75,6075026404,577,55,556,73,120,121,28,22,3,5,92,57,118,71,0.20797227,0.217625899,0,1 -San Francisco,75,6075030600,667,49,584,66,43,28,6,8,0,12,37,38,28,29,0.064467766,0.047945205,1,1 -San Francisco,75,6075031000,1055,90,914,89,58,82,17,27,19,21,41,32,63,44,0.054976303,0.089715536,1,1 -San Francisco,75,6075033201,200,57,203,48,28,17,19,31,9,11,9,10,8,11,0.14,0.083743842,1,1 -San Francisco,75,6075011100,617,174,813,153,21,41,0,12,0,17,21,33,41,42,0.034035656,0.050430504,1,1 -San Francisco,75,6075011700,324,70,193,66,22,0,6,10,0,12,16,22,0,12,0.067901235,0,1,1 -San Francisco,75,6075015400,1253,169,1179,205,12,110,0,17,44,28,12,21,66,51,0.009577015,0.093299406,1,0 -San Francisco,75,6075010400,870,176,823,221,59,24,37,43,0,17,22,35,24,40,0.067816092,0.029161604,1,1 -San Francisco,75,6075025500,1984,191,1700,196,302,315,10,19,85,93,292,152,230,145,0.152217742,0.185294118,1,1 -San Francisco,75,6075025600,1076,117,1236,96,63,100,35,41,20,24,28,26,80,53,0.058550186,0.080906149,1,1 -San Francisco,75,6075025800,405,53,463,58,52,140,29,23,30,22,23,20,110,64,0.128395062,0.30237581,0,0 -San Francisco,75,6075026001,1273,105,1058,112,278,184,77,62,7,12,201,99,177,80,0.218381775,0.173913043,0,1 -San Francisco,75,6075045100,1032,154,801,160,38,60,0,17,0,12,38,41,60,46,0.036821705,0.074906367,1,1 -San Francisco,75,6075045200,1529,214,1544,202,124,0,20,32,0,17,104,79,0,17,0.081098757,0,1,1 -San Francisco,75,6075026100,1378,112,1389,132,98,185,27,30,30,24,71,48,155,106,0.071117562,0.133189345,1,0 -San Francisco,75,6075023300,841,81,701,79,146,105,31,35,28,33,115,63,77,57,0.173602854,0.14978602,1,1 -San Francisco,75,6075025300,1027,112,847,120,82,119,31,21,69,43,51,44,50,39,0.079844206,0.140495868,0,0 -San Francisco,75,6075025401,766,115,767,122,138,163,51,61,9,14,87,61,154,85,0.180156658,0.212516297,1,1 -San Francisco,75,6075030500,633,69,503,86,63,21,14,19,0,12,49,34,21,30,0.099526066,0.041749503,1,1 -San Francisco,75,6075026301,1020,102,949,108,155,75,44,43,17,19,111,47,58,43,0.151960784,0.079030558,0,1 -San Francisco,75,6075026302,1113,99,1057,101,155,97,24,25,32,37,131,84,65,54,0.139263252,0.091769158,1,1 -San Francisco,75,6075026303,1091,97,1034,107,102,164,19,23,48,42,83,62,116,76,0.093492209,0.15860735,1,0 -San Francisco,75,6075031100,1645,165,1487,173,135,50,49,56,36,43,86,70,14,24,0.082066869,0.033624748,1,1 -San Francisco,75,6075021700,1067,118,836,131,85,106,12,18,0,12,73,47,106,68,0.079662605,0.126794258,1,1 -San Francisco,75,6075022802,382,64,292,59,37,61,10,18,0,12,27,25,61,40,0.096858639,0.20890411,1,1 -San Francisco,75,6075022901,953,116,727,138,208,197,49,36,62,52,159,84,135,72,0.218258132,0.270976616,0,0 -San Francisco,75,6075022902,504,74,494,91,38,71,14,14,27,26,24,25,44,32,0.075396825,0.143724696,1,0 -San Francisco,75,6075022903,639,117,551,98,202,128,124,89,36,31,78,50,92,66,0.316118936,0.2323049,0,0 -San Francisco,75,6075023003,975,94,869,107,116,102,61,50,25,28,55,42,77,59,0.118974359,0.117376295,0,1 -San Francisco,75,6075026403,811,100,768,108,130,53,98,79,9,14,32,31,44,51,0.160295931,0.069010417,0,1 -San Francisco,75,6075030201,1067,132,881,123,108,30,36,25,22,27,72,53,8,14,0.101218369,0.034052213,0,1 -San Francisco,75,6075030302,960,106,972,124,29,45,0,12,0,12,29,27,45,44,0.030208333,0.046296296,1,1 -San Francisco,75,6075030400,1463,115,1470,103,53,109,0,17,10,15,53,52,99,75,0.036226931,0.07414966,1,1 -San Francisco,75,6075010300,943,153,782,176,54,15,0,12,4,26,54,52,11,21,0.057264051,0.019181586,1,1 -San Francisco,75,6075011000,836,172,956,200,8,127,0,12,18,29,8,19,109,92,0.009569378,0.132845188,1,1 -San Francisco,75,6075026004,966,114,878,106,137,151,13,20,19,30,124,73,132,77,0.141821946,0.171981777,1,1 -San Francisco,75,6075030101,908,146,634,154,75,85,60,64,57,99,15,24,28,31,0.082599119,0.134069401,1,1 -San Francisco,75,6075033000,1926,190,1733,191,107,89,50,45,10,16,57,50,79,83,0.055555556,0.05135603,0,1 -San Francisco,75,6075025403,987,98,970,159,216,189,18,26,21,24,198,64,168,80,0.218844985,0.194845361,1,1 -San Francisco,75,6075026401,839,99,900,77,145,120,34,30,22,37,111,74,98,56,0.172824791,0.133333333,0,1 -San Francisco,75,6075030202,934,146,740,190,0,30,0,12,30,52,0,12,0,12,0,0.040540541,1,1 -San Francisco,75,6075035300,1750,181,1790,170,194,111,26,41,15,24,168,93,96,52,0.110857143,0.062011173,1,1 -San Francisco,75,6075047600,1257,173,1254,155,93,162,0,17,74,71,93,58,88,67,0.07398568,0.129186603,1,0 -San Francisco,75,6075010600,673,105,704,121,34,80,16,21,5,16,18,20,75,59,0.050520059,0.113636364,1,1 -San Francisco,75,6075020800,823,164,1078,186,78,159,23,39,0,17,55,63,159,99,0.094775213,0.147495362,1,1 -San Francisco,75,6075061000,1218,138,975,142,202,165,8,13,78,69,194,102,87,48,0.165845649,0.169230769,1,0 -San Francisco,75,6075020300,526,95,393,93,34,59,0,12,0,12,34,48,59,54,0.064638783,0.150127226,1,1 -San Francisco,75,6075020700,870,172,810,165,32,154,0,17,0,17,32,31,154,113,0.036781609,0.190123457,1,1 -San Francisco,75,6075021100,986,122,681,117,66,104,56,60,0,12,10,15,104,44,0.06693712,0.152716593,1,1 -San Francisco,75,6075021200,785,102,507,109,37,91,28,27,13,20,9,14,78,63,0.047133758,0.179487179,1,1 -San Francisco,75,6075021300,608,102,531,79,36,38,29,32,0,12,7,13,38,31,0.059210526,0.071563089,1,1 -San Francisco,75,6075010700,1378,195,1246,175,121,162,11,19,0,17,110,79,162,86,0.087808418,0.130016051,1,1 -San Francisco,75,6075016200,423,103,203,77,34,37,12,19,0,12,22,25,37,48,0.080378251,0.18226601,1,1 -San Francisco,75,6075016900,418,78,269,80,36,11,25,23,0,12,11,17,11,17,0.086124402,0.040892193,1,1 -San Francisco,75,6075025200,1188,167,1096,156,60,109,20,30,24,39,40,45,85,72,0.050505051,0.099452555,1,1 -San Francisco,75,6075010100,848,181,603,137,133,0,0,12,0,12,133,69,0,12,0.156839623,0,1,1 -San Francisco,75,6075011200,708,116,619,124,0,47,0,12,36,44,0,12,11,16,0,0.075928918,1,1 -San Francisco,75,6075013400,755,117,595,154,0,16,0,12,0,12,0,12,16,27,0,0.026890756,1,1 -San Francisco,75,6075015100,457,104,256,76,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -San Francisco,75,6075015700,1195,202,904,174,65,142,18,29,33,37,47,54,109,59,0.054393305,0.157079646,1,1 -San Francisco,75,6075016400,512,89,419,94,41,31,16,24,9,14,25,33,22,24,0.080078125,0.07398568,1,1 -San Francisco,75,6075016600,916,192,603,138,0,105,0,17,22,36,0,17,83,76,0,0.174129353,1,1 -San Francisco,75,6075017902,286,65,336,80,125,167,15,23,7,10,110,47,160,57,0.437062937,0.49702381,1,1 -San Francisco,75,6075021400,798,102,629,110,63,58,21,26,18,22,42,28,40,30,0.078947368,0.092209857,1,1 -San Francisco,75,6075012000,646,147,467,174,52,32,0,12,0,12,52,81,32,38,0.080495356,0.068522484,1,1 -San Francisco,75,6075012700,684,154,909,163,26,16,26,40,0,12,0,12,16,24,0.038011696,0.01760176,1,1 -San Francisco,75,6075013200,979,133,1024,163,19,81,19,31,43,65,0,12,38,44,0.019407559,0.079101563,1,1 -San Francisco,75,6075013300,1100,120,907,115,96,16,0,12,16,17,96,59,0,12,0.087272727,0.017640573,1,1 -San Francisco,75,6075013500,452,83,369,83,20,29,0,12,0,12,20,16,29,33,0.044247788,0.078590786,1,1 -San Francisco,75,6075015300,382,78,288,72,63,25,5,8,7,10,58,43,18,22,0.164921466,0.086805556,1,1 -San Francisco,75,6075016700,960,170,472,109,168,14,86,62,0,12,82,68,14,23,0.175,0.029661017,0,1 -San Francisco,75,6075020200,1170,219,821,163,176,126,0,17,0,17,176,97,126,79,0.15042735,0.153471376,1,1 -San Francisco,75,6075020500,560,94,351,81,51,63,39,31,35,54,12,13,28,27,0.091071429,0.179487179,1,1 -San Francisco,75,6075021000,683,149,804,181,44,91,0,12,17,27,44,51,74,56,0.064421669,0.11318408,1,1 -San Francisco,75,6075023001,1034,112,1083,106,141,187,24,36,35,53,117,68,152,80,0.136363636,0.172668513,1,1 -San Francisco,75,6075035202,971,112,1048,119,82,163,45,56,22,24,37,31,141,68,0.084449022,0.155534351,1,1 -San Francisco,75,6075042700,1357,204,1149,164,67,83,32,38,58,57,35,38,25,30,0.049373618,0.072236728,1,1 -San Francisco,75,6075060100,768,107,527,95,196,40,16,23,11,18,180,109,29,29,0.255208333,0.075901328,1,1 -San Francisco,75,6075031400,1402,124,1213,121,187,190,11,16,13,16,176,81,177,103,0.133380884,0.156636439,1,1 -San Francisco,75,6075032700,1671,164,1824,176,77,138,35,35,35,40,42,47,103,69,0.046080192,0.075657895,1,1 -San Francisco,75,6075040100,811,101,781,129,91,46,55,66,35,40,36,42,11,18,0.112207152,0.058898848,1,1 -San Francisco,75,6075023200,869,117,927,108,207,263,44,35,67,49,163,95,196,91,0.238204833,0.283710895,0,0 -San Francisco,75,6075030102,1081,175,900,161,74,44,22,37,0,12,52,48,44,42,0.068455134,0.048888889,1,1 -San Francisco,75,6075035201,1376,127,1176,137,152,140,8,13,61,38,144,73,79,63,0.110465116,0.119047619,1,0 -San Francisco,75,6075035400,1709,188,1617,190,91,106,13,20,11,19,78,50,95,66,0.053247513,0.065553494,1,1 -San Francisco,75,6075015900,810,148,892,167,42,156,15,24,35,55,27,43,121,72,0.051851852,0.174887892,1,1 -San Francisco,75,6075016000,398,99,364,87,0,18,0,12,0,12,0,12,18,23,0,0.049450549,1,1 -San Francisco,75,6075010500,613,101,658,120,47,0,0,12,0,12,47,42,0,12,0.076672104,0,1,1 -San Francisco,75,6075011300,675,130,769,130,83,60,72,77,14,20,11,17,46,56,0.122962963,0.078023407,1,1 -San Francisco,75,6075015200,680,141,574,182,51,32,51,56,0,12,0,12,32,36,0.075,0.055749129,1,1 -San Francisco,75,6075017700,337,51,219,49,30,14,0,12,0,12,30,32,14,19,0.089020772,0.063926941,1,1 -San Francisco,75,6075022702,488,76,469,85,25,33,17,15,27,24,8,9,6,10,0.051229508,0.070362473,1,1 -San Francisco,75,6075022801,1157,128,833,135,246,80,134,77,7,11,112,61,73,66,0.212618842,0.096038415,0,1 -San Francisco,75,6075023103,670,130,912,109,382,623,45,68,125,63,337,116,498,109,0.570149254,0.683114035,1,0 -San Francisco,75,6075025900,971,125,876,125,81,56,48,43,7,11,33,35,49,29,0.083419156,0.063926941,1,1 -San Francisco,75,6075026003,1075,116,1105,103,80,83,7,12,0,17,73,61,83,69,0.074418605,0.075113122,1,1 -San Francisco,75,6075061500,2958,464,2503,483,93,258,0,19,37,58,93,115,221,190,0.031440162,0.103076308,1,1 -San Francisco,75,6075011901,452,73,297,77,9,7,0,12,7,14,9,15,0,12,0.019911504,0.023569024,1,1 -San Francisco,75,6075011902,387,82,341,122,9,72,0,12,32,45,9,14,40,29,0.023255814,0.211143695,1,1 -San Francisco,75,6075012201,599,136,777,171,13,104,0,12,19,33,13,21,85,90,0.021702838,0.133848134,1,1 -San Francisco,75,6075012202,408,112,370,113,13,145,13,19,145,50,0,12,0,12,0.031862745,0.391891892,1,1 -San Francisco,75,6075012301,281,95,259,103,32,52,4,11,0,12,28,30,52,56,0.113879004,0.200772201,1,1 -San Francisco,75,6075012302,228,64,279,93,31,0,0,12,0,12,31,34,0,12,0.135964912,0,1,1 -San Francisco,75,6075012401,725,158,653,206,110,141,37,42,5,16,73,91,136,120,0.151724138,0.215926493,1,1 -San Francisco,75,6075012402,537,153,452,141,75,19,19,32,5,11,56,52,14,24,0.139664804,0.042035398,1,1 -San Francisco,75,6075012501,728,164,471,133,169,24,0,12,15,24,169,96,9,14,0.232142857,0.050955414,1,1 -San Francisco,75,6075012502,521,166,376,129,10,0,0,12,0,12,10,18,0,12,0.019193858,0,1,1 -San Francisco,75,6075012601,496,100,418,138,13,0,0,12,0,12,13,20,0,12,0.026209677,0,1,1 -San Francisco,75,6075012602,499,110,629,139,42,86,12,18,0,12,30,29,86,97,0.084168337,0.13672496,1,1 -San Francisco,75,6075012901,466,85,341,97,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -San Francisco,75,6075012902,608,156,503,187,105,18,31,37,0,12,74,87,18,29,0.172697368,0.035785288,1,1 -San Francisco,75,6075013101,735,188,563,145,0,23,0,12,0,12,0,12,23,34,0,0.040852575,1,1 -San Francisco,75,6075013102,711,140,485,123,47,34,17,19,0,12,30,48,34,38,0.066104079,0.070103093,1,1 -San Francisco,75,6075015801,835,133,944,167,210,184,53,44,44,63,157,108,140,80,0.251497006,0.194915254,0,1 -San Francisco,75,6075015802,461,101,373,108,0,45,0,12,12,20,0,12,33,34,0,0.120643432,1,1 -San Francisco,75,6075016801,401,90,403,120,14,101,14,18,101,109,0,12,0,12,0.034912718,0.250620347,1,1 -San Francisco,75,6075016802,571,105,368,156,52,117,26,28,30,54,26,32,87,84,0.091068301,0.317934783,1,1 -San Francisco,75,6075017101,773,100,662,111,46,10,10,14,0,12,36,37,10,16,0.059508409,0.01510574,1,1 -San Francisco,75,6075017102,837,106,622,112,24,138,0,12,16,26,24,30,122,42,0.028673835,0.221864952,1,1 -San Francisco,75,6075017801,833,147,585,166,0,50,0,12,20,26,0,12,30,30,0,0.085470085,1,1 -San Francisco,75,6075017802,936,176,612,163,130,104,24,37,30,30,106,80,74,81,0.138888889,0.169934641,1,1 -San Francisco,75,6075020401,536,104,232,77,11,0,11,18,0,12,0,12,0,12,0.020522388,0,1,1 -San Francisco,75,6075020402,835,162,669,155,19,78,19,31,65,83,0,12,13,19,0.022754491,0.116591928,1,1 -San Francisco,75,6075022704,773,102,633,90,53,37,8,12,0,12,45,39,37,29,0.068564036,0.058451817,1,1 -San Francisco,75,6075025701,1154,101,924,133,34,138,0,17,40,45,34,30,98,67,0.029462738,0.149350649,1,1 -San Francisco,75,6075031301,946,106,911,94,100,111,16,18,11,17,84,58,100,72,0.105708245,0.121844127,1,1 -San Francisco,75,6075025702,1018,110,1044,116,132,120,17,29,0,12,115,82,120,93,0.129666012,0.114942529,1,1 -San Francisco,75,6075031201,1364,139,1424,160,144,85,45,35,38,42,99,61,47,46,0.105571848,0.059691011,0,1 -San Francisco,75,6075031202,634,69,606,93,93,73,7,10,13,21,86,41,60,40,0.146687697,0.120462046,1,1 -San Francisco,75,6075031302,1185,140,1263,141,178,327,87,64,13,22,91,55,314,138,0.15021097,0.258907363,0,1 -San Francisco,75,6075032601,1071,114,1068,128,111,40,27,23,40,43,84,58,0,12,0.103641457,0.037453184,0,1 -San Francisco,75,6075032602,1084,105,931,145,31,123,12,19,51,55,19,18,72,64,0.028597786,0.132116004,1,1 -San Francisco,75,6075032801,897,102,981,145,32,96,22,17,0,12,10,16,96,65,0.03567447,0.097859327,1,1 -San Francisco,75,6075032802,1023,111,911,121,109,30,8,13,0,12,101,64,30,39,0.106549365,0.032930845,1,1 -San Francisco,75,6075033204,655,109,632,143,68,91,0,12,0,12,68,53,91,89,0.103816794,0.143987342,1,1 -San Francisco,75,6075032901,1236,104,1491,106,68,130,24,37,16,26,44,33,114,71,0.055016181,0.087189805,1,1 -San Francisco,75,6075032902,944,86,880,128,92,63,0,12,24,28,92,56,39,40,0.097457627,0.071590909,1,1 -San Francisco,75,6075033203,656,127,757,150,81,125,7,11,13,20,74,46,112,58,0.12347561,0.165125495,1,1 -San Francisco,75,6075042601,852,124,882,151,94,32,0,12,7,19,94,59,25,29,0.110328638,0.036281179,1,1 -San Francisco,75,6075042602,773,95,757,110,35,99,0,12,11,25,35,31,88,58,0.045278137,0.130779392,1,1 -San Francisco,75,6075047801,1000,92,1019,139,61,74,12,16,0,12,49,37,74,59,0.061,0.072620216,1,1 -San Francisco,75,6075047802,842,103,716,138,51,47,31,28,20,24,20,23,27,33,0.060570071,0.065642458,1,1 -San Francisco,75,6075061100,1171,141,1048,137,81,144,19,24,36,41,62,49,108,63,0.069171648,0.13740458,1,1 -San Francisco,75,6075061200,740,96,722,111,187,163,90,66,21,25,97,56,142,70,0.252702703,0.225761773,0,1 -San Francisco,75,6075061400,1411,183,1127,231,511,247,46,57,61,94,465,212,186,102,0.3621545,0.219165927,1,1 -San Francisco,75,6075980200,30,16,27,20,0,0,0,12,0,12,0,12,0,12,0,0,1,1 -San Francisco,75,6075980300,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -San Francisco,75,6075980401,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -San Francisco,75,6075980501,156,55,123,45,57,13,22,28,0,12,35,32,13,21,0.365384615,0.105691057,1,1 -San Francisco,75,6075980600,132,58,51,26,41,0,5,7,0,12,36,27,0,12,0.310606061,0,1,1 -San Francisco,75,6075980900,60,23,79,54,18,0,7,10,0,12,11,12,0,12,0.3,0,1,1 -San Francisco,75,6075990100,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -San Mateo,81,6081603000,1104,129,943,97,117,138,23,25,24,28,94,48,114,60,0.105978261,0.146341463,1,1 -San Mateo,81,6081609601,901,85,769,102,76,29,23,25,8,12,53,41,21,21,0.084350721,0.037711313,1,1 -San Mateo,81,6081609800,1223,100,1256,95,59,67,43,34,19,23,16,20,48,35,0.048242028,0.053343949,1,1 -San Mateo,81,6081610800,1052,116,1022,125,230,355,89,65,105,50,141,74,250,96,0.218631179,0.347358121,0,0 -San Mateo,81,6081610900,1317,190,1762,178,339,234,56,56,99,89,283,181,135,106,0.257403189,0.132803632,0,0 -San Mateo,81,6081611800,760,71,736,82,241,209,68,39,23,21,173,65,186,67,0.317105263,0.283967391,0,0 -San Mateo,81,6081612600,1040,130,690,157,84,151,13,20,15,25,71,49,136,102,0.080769231,0.21884058,1,1 -San Mateo,81,6081613200,1986,154,1985,167,156,86,34,39,16,23,122,96,70,50,0.078549849,0.043324937,1,1 -San Mateo,81,6081613400,820,83,864,84,22,75,17,20,43,55,5,9,32,27,0.026829268,0.086805556,1,1 -San Mateo,81,6081613700,2402,232,2205,196,162,160,72,81,32,34,90,66,128,91,0.067443797,0.072562358,1,1 -San Mateo,81,6081608300,1020,81,926,110,67,57,24,25,0,12,43,47,57,46,0.065686275,0.061555076,1,1 -San Mateo,81,6081609300,916,82,924,89,86,54,13,20,0,12,73,47,54,36,0.093886463,0.058441558,1,1 -San Mateo,81,6081612700,589,57,536,61,29,13,4,6,9,14,25,18,4,7,0.049235993,0.024253731,1,1 -San Mateo,81,6081612900,1235,94,1120,105,141,72,73,57,19,21,68,45,53,29,0.11417004,0.064285714,0,1 -San Mateo,81,6081613300,813,71,736,82,17,66,12,13,19,21,5,7,47,31,0.020910209,0.089673913,1,1 -San Mateo,81,6081613600,1784,169,1527,188,146,204,19,31,44,51,127,105,160,107,0.081838565,0.133595285,1,1 -San Mateo,81,6081608700,1757,163,1683,139,49,14,30,33,0,17,19,30,14,21,0.027888446,0.008318479,1,1 -San Mateo,81,6081609603,1476,129,1472,130,158,0,54,49,0,17,104,62,0,17,0.10704607,0,0,1 -San Mateo,81,6081611900,1946,225,1809,159,326,385,68,78,71,56,258,143,314,106,0.167523124,0.212824765,1,0 -San Mateo,81,6081612800,931,84,920,74,34,50,23,21,41,36,11,17,9,15,0.036519871,0.054347826,1,1 -San Mateo,81,6081601800,1847,109,1548,99,141,153,26,40,3,7,115,67,150,61,0.076340011,0.098837209,1,1 -San Mateo,81,6081600800,1509,235,1318,206,286,157,62,61,74,84,224,116,83,86,0.18952949,0.119119879,0,1 -San Mateo,81,6081601200,1607,166,1398,160,73,124,0,17,34,32,73,61,90,56,0.04542626,0.08869814,1,0 -San Mateo,81,6081602600,2128,164,1957,166,197,173,105,90,37,35,92,66,136,69,0.092575188,0.088400613,0,0 -San Mateo,81,6081603100,924,76,880,84,99,43,65,50,10,16,34,50,33,38,0.107142857,0.048863636,1,1 -San Mateo,81,6081604500,988,79,910,92,42,58,20,24,28,30,22,22,30,30,0.042510121,0.063736264,1,1 -San Mateo,81,6081606000,1136,182,1124,165,219,116,97,100,30,37,122,96,86,55,0.19278169,0.103202847,1,1 -San Mateo,81,6081606700,700,58,691,59,28,22,23,18,0,12,5,9,22,24,0.04,0.031837916,1,1 -San Mateo,81,6081607000,1053,104,896,99,59,39,10,17,6,10,49,30,33,27,0.056030389,0.043526786,1,1 -San Mateo,81,6081607100,884,78,796,93,83,73,34,31,8,12,49,34,65,43,0.093891403,0.091708543,0,1 -San Mateo,81,6081607500,1533,114,994,104,190,92,45,35,23,33,145,60,69,55,0.123939987,0.092555332,0,1 -San Mateo,81,6081604000,864,75,833,100,114,107,10,15,0,12,104,56,107,67,0.131944444,0.128451381,1,1 -San Mateo,81,6081607300,1015,79,1004,79,61,87,10,14,75,73,51,38,12,18,0.060098522,0.086653386,1,1 -San Mateo,81,6081608001,993,90,909,95,69,56,12,19,9,14,57,38,47,30,0.069486405,0.061606161,1,1 -San Mateo,81,6081608200,951,94,994,78,28,88,7,11,10,12,21,22,78,48,0.029442692,0.088531187,1,1 -San Mateo,81,6081608600,1106,115,1165,124,123,131,25,26,29,25,98,60,102,63,0.111211573,0.112446352,1,0 -San Mateo,81,6081609000,634,68,672,71,49,35,0,12,9,14,49,48,26,23,0.077287066,0.052083333,1,1 -San Mateo,81,6081609900,829,82,833,70,31,78,0,12,57,48,31,28,21,23,0.037394451,0.093637455,1,1 -San Mateo,81,6081610302,626,68,446,77,138,160,53,41,35,31,85,51,125,46,0.220447284,0.358744395,0,0 -San Mateo,81,6081611400,1076,79,1145,66,57,119,28,33,44,53,29,28,75,62,0.052973978,0.103930131,1,1 -San Mateo,81,6081612000,1300,138,1299,143,309,370,105,72,138,86,204,90,232,108,0.237692308,0.284834488,0,0 -San Mateo,81,6081613502,1773,198,1488,204,90,87,0,17,18,27,90,86,69,69,0.050761421,0.058467742,1,1 -San Mateo,81,6081613800,877,145,922,155,13,54,0,12,26,34,13,20,28,44,0.014823261,0.05856833,1,1 -San Mateo,81,6081602500,1379,81,1218,85,53,90,13,19,21,22,40,31,69,54,0.038433648,0.073891626,1,1 -San Mateo,81,6081600900,1004,99,988,106,79,79,26,26,43,40,53,34,36,43,0.078685259,0.079959514,0,1 -San Mateo,81,6081601605,1390,96,1350,119,121,89,71,50,0,17,50,32,89,53,0.08705036,0.065925926,0,1 -San Mateo,81,6081602700,1509,110,1368,115,146,211,62,61,113,78,84,42,98,60,0.096752816,0.154239766,0,0 -San Mateo,81,6081602900,939,98,959,110,155,101,75,48,37,44,80,48,64,43,0.165069223,0.10531804,0,1 -San Mateo,81,6081607701,776,94,771,98,85,89,0,12,29,42,85,63,60,49,0.109536082,0.115434501,1,1 -San Mateo,81,6081607800,818,60,857,80,74,113,17,14,25,22,57,42,88,68,0.090464548,0.131855309,0,0 -San Mateo,81,6081608002,1073,71,979,91,51,62,17,26,0,12,34,30,62,51,0.047530289,0.063329928,1,1 -San Mateo,81,6081608013,1134,95,1167,104,88,119,46,47,0,12,42,33,119,84,0.077601411,0.101970865,1,1 -San Mateo,81,6081609602,472,41,471,39,23,15,4,7,4,6,19,18,11,14,0.048728814,0.031847134,1,1 -San Mateo,81,6081610000,1219,96,1143,142,93,153,43,32,44,66,50,40,109,83,0.076292043,0.133858268,0,1 -San Mateo,81,6081610500,1030,105,986,126,165,277,69,61,86,68,96,71,191,99,0.160194175,0.280933063,0,0 -San Mateo,81,6081610601,1199,125,1149,133,288,369,37,41,108,82,251,102,261,108,0.240200167,0.321148825,1,0 -San Mateo,81,6081611000,1535,123,1333,154,123,153,31,37,35,40,92,74,118,89,0.080130293,0.114778695,1,1 -San Mateo,81,6081611200,661,77,835,67,53,54,0,12,36,30,53,32,18,21,0.080181543,0.064670659,1,1 -San Mateo,81,6081611300,1417,106,1387,125,112,116,41,43,45,35,71,43,71,43,0.079040226,0.083633742,1,0 -San Mateo,81,6081612100,1796,203,1697,192,571,241,105,102,137,120,466,178,104,82,0.317928731,0.142015321,0,0 -San Mateo,81,6081600600,1235,107,1219,124,218,126,64,68,63,63,154,70,63,52,0.176518219,0.103363413,1,0 -San Mateo,81,6081601601,653,58,568,65,65,95,27,25,9,12,38,28,86,39,0.099540582,0.167253521,0,1 -San Mateo,81,6081603200,1032,101,1051,86,63,173,24,27,30,35,39,36,143,56,0.061046512,0.164605138,1,1 -San Mateo,81,6081604102,620,109,581,125,23,74,0,12,19,20,23,21,55,39,0.037096774,0.127366609,1,1 -San Mateo,81,6081604900,899,70,871,95,43,69,0,12,32,30,43,40,37,33,0.047830923,0.079219288,1,0 -San Mateo,81,6081605000,2192,187,1913,171,250,189,96,68,51,50,154,100,138,87,0.114051095,0.0987977,0,0 -San Mateo,81,6081605100,769,112,750,107,74,70,0,12,0,12,74,37,70,49,0.096228869,0.093333333,1,1 -San Mateo,81,6081605200,974,79,1003,82,82,90,29,24,27,29,53,34,63,49,0.084188912,0.089730808,0,1 -San Mateo,81,6081606200,1635,195,1629,168,284,395,14,22,170,92,270,110,225,138,0.173700306,0.242480049,1,0 -San Mateo,81,6081606500,1019,74,1034,88,27,67,0,12,2,5,27,23,65,50,0.026496565,0.064796905,1,1 -San Mateo,81,6081606600,980,113,901,98,122,72,36,35,40,37,86,44,32,36,0.124489796,0.07991121,0,1 -San Mateo,81,6081602100,736,83,736,81,148,175,8,11,28,30,140,63,147,66,0.201086957,0.237771739,1,1 -San Mateo,81,6081606900,705,63,634,52,42,37,22,21,33,30,20,18,4,7,0.059574468,0.058359621,0,1 -San Mateo,81,6081607600,983,116,835,107,111,102,67,66,44,41,44,52,58,43,0.112919634,0.122155689,1,0 -San Mateo,81,6081601603,1261,123,1351,120,98,56,18,20,18,19,80,43,38,36,0.077716098,0.041450777,1,1 -San Mateo,81,6081603400,1424,138,1369,132,118,77,36,43,20,31,82,53,57,55,0.082865169,0.056245435,1,1 -San Mateo,81,6081604101,1576,172,1753,179,215,242,88,71,145,111,127,80,97,62,0.13642132,0.138049059,0,0 -San Mateo,81,6081604200,936,81,763,101,121,198,39,35,41,36,82,63,157,73,0.129273504,0.259501966,0,0 -San Mateo,81,6081604400,1130,124,1180,130,152,132,68,41,42,43,84,42,90,50,0.134513274,0.111864407,0,1 -San Mateo,81,6081604700,748,54,700,75,5,24,0,12,0,12,5,7,24,21,0.006684492,0.034285714,1,1 -San Mateo,81,6081604800,1377,95,1412,95,136,146,48,49,16,28,88,50,130,89,0.098765432,0.103399433,1,1 -San Mateo,81,6081605400,1421,139,1428,179,91,193,17,29,101,75,74,55,92,62,0.064039409,0.135154062,1,0 -San Mateo,81,6081605900,1170,158,1299,186,71,111,0,17,51,81,71,74,60,51,0.060683761,0.085450346,1,1 -San Mateo,81,6081606100,1129,99,809,114,138,152,0,17,17,28,138,59,135,81,0.122232064,0.187886279,1,1 -San Mateo,81,6081609400,884,67,977,78,65,68,0,12,15,17,65,32,53,35,0.073529412,0.069600819,1,1 -San Mateo,81,6081609500,1484,77,1380,97,55,51,18,19,32,28,37,30,19,21,0.037061995,0.036956522,1,1 -San Mateo,81,6081609700,1254,96,1319,101,52,34,12,19,9,14,40,33,25,37,0.041467305,0.025777104,1,1 -San Mateo,81,6081611100,1826,138,1683,173,127,109,0,17,22,34,127,71,87,71,0.069550931,0.0647653,1,1 -San Mateo,81,6081611700,1013,117,1010,96,225,266,36,43,52,43,189,94,214,85,0.222112537,0.263366337,1,0 -San Mateo,81,6081613000,998,102,952,106,78,67,10,15,0,12,68,57,67,53,0.078156313,0.070378151,1,1 -San Mateo,81,6081600500,1728,128,1549,172,194,174,111,90,11,19,83,74,163,123,0.112268519,0.112330536,0,1 -San Mateo,81,6081601604,684,80,604,114,72,19,9,16,0,12,63,53,19,23,0.105263158,0.031456954,1,1 -San Mateo,81,6081601400,1586,155,1287,131,32,191,13,25,13,16,19,31,178,87,0.020176545,0.148407148,1,1 -San Mateo,81,6081602800,1100,84,1104,108,92,199,50,38,11,18,42,33,188,86,0.083636364,0.180253623,0,1 -San Mateo,81,6081610203,794,69,654,91,277,189,75,37,63,39,202,53,126,68,0.348866499,0.288990826,0,0 -San Mateo,81,6081601000,1539,135,1673,133,117,271,31,32,118,89,86,45,153,133,0.076023392,0.161984459,1,0 -San Mateo,81,6081610602,855,80,768,114,76,135,30,44,50,32,46,47,85,67,0.088888889,0.17578125,1,0 -San Mateo,81,6081607702,690,60,687,49,97,35,11,12,22,19,86,39,13,14,0.14057971,0.050946143,1,1 -San Mateo,81,6081607200,811,109,879,126,87,96,17,21,35,38,70,45,61,40,0.107274969,0.109215017,1,1 -San Mateo,81,6081608004,2135,214,1848,207,181,214,0,17,31,37,181,97,183,124,0.084777518,0.115800866,1,1 -San Mateo,81,6081608023,691,49,739,48,12,59,5,8,17,19,7,12,42,48,0.017366136,0.079837618,1,1 -San Mateo,81,6081608100,1095,100,1093,93,74,84,27,30,8,13,47,33,76,57,0.067579909,0.076852699,1,1 -San Mateo,81,6081608502,729,85,637,74,81,73,29,27,0,12,52,35,73,55,0.111111111,0.114599686,0,1 -San Mateo,81,6081600100,1297,126,1081,125,81,85,22,33,35,35,59,59,50,46,0.062451812,0.078630897,1,0 -San Mateo,81,6081601100,1489,95,1318,132,96,68,27,33,29,25,69,47,39,36,0.064472801,0.051593323,1,0 -San Mateo,81,6081601300,1838,195,1643,178,490,355,108,85,55,47,382,161,300,173,0.266594124,0.216068168,0,0 -San Mateo,81,6081601501,1058,97,1024,110,118,40,21,23,19,22,97,54,21,21,0.111531191,0.0390625,1,1 -San Mateo,81,6081601700,1029,99,1000,94,75,77,15,25,39,41,60,42,38,34,0.072886297,0.077,1,1 -San Mateo,81,6081602000,1905,162,1792,168,182,96,26,32,38,45,156,85,58,50,0.095538058,0.053571429,1,1 -San Mateo,81,6081602400,1834,179,1883,171,183,146,56,81,80,98,127,72,66,55,0.099781897,0.077535847,1,1 -San Mateo,81,6081603300,1633,125,1960,132,159,238,32,35,42,38,127,77,196,100,0.09736681,0.121428571,1,0 -San Mateo,81,6081604600,749,57,683,57,35,58,13,14,23,17,22,19,35,25,0.046728972,0.084919473,1,0 -San Mateo,81,6081605500,1312,158,1021,161,155,164,51,60,14,22,104,59,150,82,0.118140244,0.160626836,1,1 -San Mateo,81,6081605800,776,79,802,61,29,73,10,16,21,29,19,20,52,46,0.037371134,0.091022444,1,1 -San Mateo,81,6081607400,1079,106,1137,111,134,88,39,38,38,30,95,52,50,46,0.124189064,0.077396658,0,0 -San Mateo,81,6081607900,753,97,799,108,20,66,0,12,26,27,20,22,40,34,0.026560425,0.082603254,1,1 -San Mateo,81,6081608400,1128,148,1217,184,145,114,19,32,0,17,126,86,114,106,0.128546099,0.093672966,1,1 -San Mateo,81,6081608501,1243,91,1274,111,152,120,46,33,64,53,106,49,56,38,0.122284795,0.094191523,0,0 -San Mateo,81,6081605300,1267,91,1096,146,85,172,8,13,64,71,77,54,108,68,0.067087609,0.156934307,1,1 -San Mateo,81,6081605600,1689,110,1626,93,82,53,10,15,0,17,72,47,53,37,0.048549438,0.032595326,1,1 -San Mateo,81,6081608900,1790,172,1644,198,228,154,76,48,13,22,152,79,141,79,0.127374302,0.093673966,0,1 -San Mateo,81,6081606400,1247,170,1139,165,189,69,0,17,0,12,189,115,69,57,0.151563753,0.060579456,1,1 -San Mateo,81,6081606800,945,77,944,96,36,73,28,28,17,19,8,12,56,57,0.038095238,0.077330508,1,1 -San Mateo,81,6081608800,1870,113,1559,156,72,70,13,22,0,17,59,39,70,65,0.038502674,0.044900577,1,1 -San Mateo,81,6081609100,400,42,372,56,21,80,5,8,8,10,16,15,72,43,0.0525,0.215053763,1,1 -San Mateo,81,6081610100,697,72,623,75,75,109,42,44,48,46,33,20,61,36,0.107604017,0.174959872,1,0 -San Mateo,81,6081610400,1264,137,1294,105,258,351,69,69,94,65,189,71,257,100,0.204113924,0.271251932,0,0 -San Mateo,81,6081611500,784,52,811,90,66,35,16,13,0,12,50,25,35,31,0.084183673,0.043156597,0,1 -San Mateo,81,6081612500,1132,145,939,136,78,84,30,34,84,106,48,43,0,12,0.068904594,0.089456869,1,1 -San Mateo,81,6081613501,1208,99,1005,119,130,97,51,49,55,49,79,72,42,33,0.107615894,0.096517413,0,0 -San Mateo,81,6081610201,1079,128,1112,117,174,244,69,55,72,65,105,64,172,89,0.161260426,0.21942446,0,0 -San Mateo,81,6081610202,581,101,229,44,31,31,0,12,7,12,31,21,24,22,0.053356282,0.135371179,1,1 -San Mateo,81,6081610303,2152,169,2058,192,127,212,75,59,95,79,52,48,117,98,0.05901487,0.103012634,0,0 -San Mateo,81,6081610304,1200,86,1005,101,109,75,21,22,12,17,88,49,63,41,0.090833333,0.074626866,1,1 -San Mateo,81,6081610700,1482,184,1046,172,136,305,18,30,13,20,118,119,292,128,0.091767881,0.291586998,1,1 -San Mateo,81,6081611600,639,55,614,52,46,38,26,21,21,20,20,18,17,13,0.07198748,0.061889251,0,0 -San Mateo,81,6081600200,900,81,929,91,166,197,56,47,50,53,110,68,147,64,0.184444444,0.212055974,0,1 -San Mateo,81,6081600300,963,109,1049,82,101,129,26,22,56,49,75,44,73,43,0.104880582,0.122974261,0,0 -San Mateo,81,6081600700,1619,181,1840,153,284,141,68,63,61,53,216,92,80,65,0.175416924,0.076630435,0,0 -San Mateo,81,6081601502,1154,119,1321,133,141,307,67,40,35,37,74,44,272,102,0.122183709,0.232399697,0,1 -San Mateo,81,6081602200,1714,196,1796,176,415,365,102,93,58,59,313,138,307,132,0.242123687,0.203229399,0,1 -San Mateo,81,6081602300,893,82,924,87,141,74,27,30,66,44,114,76,8,14,0.157894737,0.08008658,1,1 -San Mateo,81,6081603700,1330,127,1359,104,119,128,15,22,31,32,104,49,97,67,0.089473684,0.094186902,1,1 -San Mateo,81,6081603900,1283,148,1329,141,76,124,0,17,2,7,76,57,122,96,0.059236165,0.093303236,1,1 -San Mateo,81,6081605700,1584,96,1596,86,59,57,30,25,37,58,29,17,20,23,0.037247475,0.035714286,0,1 -San Mateo,81,6081606300,893,104,819,117,46,74,10,15,0,12,36,32,74,49,0.051511758,0.09035409,1,1 -San Mateo,81,6081600401,692,109,649,120,62,63,3,5,7,14,59,41,56,80,0.089595376,0.097072419,1,1 -San Mateo,81,6081600402,1076,83,1008,95,66,234,0,17,99,83,66,39,135,87,0.06133829,0.232142857,1,0 -San Mateo,81,6081601901,1023,99,1071,117,44,128,8,14,9,17,36,28,119,60,0.043010753,0.119514472,1,1 -San Mateo,81,6081601902,1349,205,1339,162,105,281,59,58,111,95,46,42,170,108,0.077835434,0.209858103,0,0 -San Mateo,81,6081603801,537,114,429,118,57,21,0,12,0,12,57,58,21,28,0.106145251,0.048951049,1,1 -San Mateo,81,6081603802,1264,110,1400,108,62,118,0,12,38,38,62,38,80,56,0.049050633,0.084285714,1,0 -San Mateo,81,6081609201,935,79,897,115,79,61,46,35,25,31,33,26,36,31,0.084491979,0.068004459,0,1 -San Mateo,81,6081609202,1204,101,859,130,87,145,22,23,23,28,65,41,122,103,0.072259136,0.168800931,1,1 -San Mateo,81,6081613900,1547,128,1407,134,149,69,59,48,25,39,90,60,44,40,0.096315449,0.049040512,0,1 -San Mateo,81,6081614000,1359,112,1372,97,95,78,15,19,32,27,80,43,46,51,0.069904341,0.056851312,1,1 -San Mateo,81,6081984300,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -San Mateo,81,6081990100,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -Santa Clara,85,6085508101,1841,123,1800,156,61,44,15,24,8,16,46,43,36,37,0.033134166,0.024444444,1,1 -Santa Clara,85,6085509202,1095,111,1054,111,93,76,19,21,17,25,74,47,59,39,0.084931507,0.072106262,1,1 -Santa Clara,85,6085509304,751,109,552,103,109,72,23,26,0,12,86,54,72,48,0.145139814,0.130434783,1,1 -Santa Clara,85,6085509401,911,121,659,106,83,89,46,47,0,12,37,39,89,48,0.091108672,0.135053111,1,1 -Santa Clara,85,6085509801,1429,131,1465,140,78,189,9,17,60,91,69,51,129,86,0.054583625,0.129010239,1,1 -Santa Clara,85,6085512307,1913,122,1781,148,31,267,0,17,102,98,31,38,165,91,0.016204914,0.149915778,1,0 -Santa Clara,85,6085503204,1458,189,1731,137,309,381,27,35,140,102,282,125,241,115,0.211934156,0.220103986,1,0 -Santa Clara,85,6085503210,892,53,727,76,85,133,31,33,21,17,54,41,112,53,0.09529148,0.182943604,1,0 -Santa Clara,85,6085503401,839,66,792,73,193,227,63,41,105,51,130,61,122,51,0.230035757,0.286616162,0,0 -Santa Clara,85,6085503507,340,30,309,40,71,67,24,22,20,19,47,23,47,27,0.208823529,0.216828479,0,0 -Santa Clara,85,6085512019,1179,102,1147,113,188,218,42,29,54,41,146,59,164,74,0.159457167,0.190061029,0,0 -Santa Clara,85,6085512020,1540,213,1564,207,352,383,95,72,151,122,257,143,232,139,0.228571429,0.24488491,0,0 -Santa Clara,85,6085512024,1246,95,1226,115,84,191,39,37,95,77,45,36,96,60,0.06741573,0.155791191,0,0 -Santa Clara,85,6085512402,1208,117,1212,148,96,96,31,37,72,48,65,59,24,29,0.079470199,0.079207921,1,1 -Santa Clara,85,6085503312,903,65,910,74,90,102,69,55,20,29,21,19,82,61,0.099667774,0.112087912,0,1 -Santa Clara,85,6085503402,1071,86,1006,82,282,243,53,38,111,73,229,85,132,75,0.263305322,0.241550696,0,0 -Santa Clara,85,6085503506,1176,68,1136,81,294,87,94,57,24,28,200,85,63,46,0.25,0.076584507,0,1 -Santa Clara,85,6085503508,1172,108,1158,76,292,224,27,23,103,71,265,128,121,62,0.249146758,0.19343696,0,0 -Santa Clara,85,6085503601,647,73,687,82,97,149,56,39,63,49,41,22,86,50,0.14992272,0.216885007,0,0 -Santa Clara,85,6085503707,1244,92,1103,112,225,240,79,67,71,69,146,66,169,87,0.180868167,0.217588395,0,0 -Santa Clara,85,6085503709,1332,150,1349,83,415,386,69,56,122,67,346,115,264,93,0.311561562,0.28613788,0,0 -Santa Clara,85,6085504102,1112,97,1156,96,209,143,76,68,22,26,133,66,121,54,0.18794964,0.123702422,0,1 -Santa Clara,85,6085504308,1100,76,1202,84,57,92,10,17,10,16,47,35,82,62,0.051818182,0.076539101,1,1 -Santa Clara,85,6085504416,913,93,849,76,56,158,26,24,24,27,30,29,134,74,0.061336254,0.186101296,0,1 -Santa Clara,85,6085504422,844,68,921,56,120,130,31,30,47,46,89,37,83,48,0.142180095,0.141150923,0,0 -Santa Clara,85,6085504602,493,59,425,74,59,80,22,19,5,7,37,28,75,43,0.119675456,0.188235294,0,1 -Santa Clara,85,6085505100,928,117,704,113,96,80,12,19,34,41,84,43,46,51,0.103448276,0.113636364,1,1 -Santa Clara,85,6085505202,1447,179,1278,195,269,169,132,102,33,54,137,89,136,82,0.185901866,0.132237872,0,1 -Santa Clara,85,6085512005,1971,111,1678,144,207,126,74,79,47,44,133,93,79,52,0.105022831,0.075089392,1,0 -Santa Clara,85,6085512100,360,46,363,64,21,0,4,6,0,12,17,19,0,12,0.058333333,0,1,1 -Santa Clara,85,6085512401,1001,122,1145,118,145,49,74,63,17,18,71,51,32,44,0.144855145,0.04279476,0,1 -Santa Clara,85,6085500100,1690,200,1318,153,248,323,92,84,152,101,156,126,171,117,0.146745562,0.245068285,0,0 -Santa Clara,85,6085500400,641,58,616,78,77,121,31,23,38,52,46,39,83,56,0.120124805,0.196428571,0,1 -Santa Clara,85,6085500500,1453,120,1417,124,129,157,103,70,26,33,26,32,131,75,0.088781831,0.110797459,1,1 -Santa Clara,85,6085501600,1032,197,924,193,330,268,104,106,156,90,226,136,112,92,0.319767442,0.29004329,1,0 -Santa Clara,85,6085501800,1226,112,1116,130,118,139,33,35,64,56,85,52,75,55,0.096247961,0.124551971,1,0 -Santa Clara,85,6085501900,980,180,1140,198,105,235,25,28,87,74,80,69,148,111,0.107142857,0.206140351,1,0 -Santa Clara,85,6085502002,1128,129,1070,144,171,345,47,56,75,53,124,73,270,78,0.151595745,0.322429907,1,0 -Santa Clara,85,6085502702,2331,161,1761,190,161,115,60,60,33,39,101,62,82,62,0.069069069,0.065303805,0,1 -Santa Clara,85,6085502901,1681,137,1673,160,181,180,16,27,40,48,165,97,140,102,0.107674004,0.107591154,1,1 -Santa Clara,85,6085502902,2218,163,1953,137,266,202,57,43,11,18,209,149,191,90,0.119927863,0.10343062,0,1 -Santa Clara,85,6085504507,1501,93,1372,93,182,210,54,59,40,33,128,70,170,82,0.121252498,0.153061224,1,0 -Santa Clara,85,6085504601,222,36,245,42,12,54,0,12,18,20,12,12,36,22,0.054054054,0.220408163,1,1 -Santa Clara,85,6085504802,1182,117,1152,124,102,150,39,34,94,63,63,55,56,49,0.086294416,0.130208333,0,0 -Santa Clara,85,6085504901,2461,295,2556,267,137,141,0,19,23,36,137,91,118,93,0.055668427,0.055164319,1,1 -Santa Clara,85,6085505304,780,95,813,73,46,71,32,31,0,12,14,15,71,47,0.058974359,0.087330873,1,1 -Santa Clara,85,6085505305,1530,131,1570,150,80,66,50,53,39,44,30,33,27,37,0.052287582,0.042038217,1,1 -Santa Clara,85,6085506503,1374,189,1249,172,184,319,44,53,221,144,140,106,98,71,0.133915575,0.255404323,1,0 -Santa Clara,85,6085504314,1151,65,1011,107,172,90,77,57,10,17,95,95,80,54,0.149435274,0.089020772,0,1 -Santa Clara,85,6085504317,1040,89,1026,79,91,68,1,8,17,27,90,77,51,48,0.0875,0.066276803,1,1 -Santa Clara,85,6085504410,981,81,1003,79,68,128,23,30,16,24,45,33,112,72,0.069317023,0.127617149,1,1 -Santa Clara,85,6085504412,1066,111,1117,82,121,169,52,62,75,66,69,48,94,60,0.113508443,0.15129812,1,0 -Santa Clara,85,6085511400,966,88,928,98,54,103,36,43,0,12,18,21,103,71,0.055900621,0.110991379,1,1 -Santa Clara,85,6085509902,1361,110,1275,96,83,128,35,28,26,23,48,30,102,66,0.06098457,0.100392157,0,0 -Santa Clara,85,6085510700,1293,139,1134,128,105,137,19,32,0,17,86,64,137,87,0.081206497,0.120811287,1,1 -Santa Clara,85,6085512032,856,77,877,72,88,140,28,29,39,35,60,39,101,64,0.102803738,0.15963512,1,0 -Santa Clara,85,6085511702,808,53,845,68,55,22,31,21,0,12,24,16,22,20,0.068069307,0.026035503,0,1 -Santa Clara,85,6085512022,1254,103,1352,143,156,280,73,56,56,51,83,48,224,119,0.124401914,0.207100592,0,0 -Santa Clara,85,6085512027,1085,100,971,116,94,163,38,33,56,63,56,37,107,51,0.086635945,0.167868177,0,1 -Santa Clara,85,6085512033,2111,148,1668,133,324,177,50,58,47,47,274,121,130,85,0.153481762,0.106115108,1,0 -Santa Clara,85,6085512035,1182,81,1115,87,51,223,9,15,82,60,42,35,141,70,0.043147208,0.2,1,0 -Santa Clara,85,6085511701,1243,105,1276,91,52,59,28,25,19,21,24,38,40,31,0.041834272,0.046238245,1,1 -Santa Clara,85,6085509700,787,107,658,90,70,49,9,14,8,18,61,52,41,37,0.088945362,0.074468085,1,1 -Santa Clara,85,6085509901,530,35,541,46,50,25,0,12,0,12,50,28,25,21,0.094339623,0.046210721,1,1 -Santa Clara,85,6085510300,1193,116,1195,101,79,46,0,12,17,21,79,40,29,27,0.066219614,0.038493724,1,1 -Santa Clara,85,6085502909,1434,107,1475,132,245,236,43,58,151,108,202,89,85,58,0.170850767,0.16,1,0 -Santa Clara,85,6085512023,1314,123,1426,141,229,263,29,42,71,67,200,85,192,90,0.174277017,0.184431978,1,0 -Santa Clara,85,6085504202,1137,98,1145,123,29,21,17,26,0,12,12,18,21,25,0.025505717,0.018340611,1,1 -Santa Clara,85,6085505302,1095,113,973,103,115,60,74,67,0,12,41,27,60,52,0.105022831,0.061664954,0,1 -Santa Clara,85,6085506603,1084,69,1119,91,66,94,9,14,29,26,57,34,65,56,0.060885609,0.084003575,1,0 -Santa Clara,85,6085508001,2027,157,2053,172,53,157,25,37,14,22,28,30,143,93,0.026147015,0.076473453,1,1 -Santa Clara,85,6085510001,1820,84,1924,90,41,151,0,17,50,44,41,38,101,64,0.022527473,0.078482328,1,0 -Santa Clara,85,6085506000,1241,93,1092,121,181,98,44,54,0,12,137,73,98,78,0.145850121,0.08974359,1,1 -Santa Clara,85,6085510400,1037,72,948,71,43,41,17,20,0,12,26,25,41,32,0.041465767,0.043248945,1,1 -Santa Clara,85,6085508303,746,42,759,51,24,31,6,9,13,12,18,17,18,16,0.032171582,0.040843215,1,0 -Santa Clara,85,6085511905,899,61,867,86,71,82,0,12,28,25,71,53,54,35,0.078976641,0.094579008,1,0 -Santa Clara,85,6085512308,2280,134,2026,129,202,107,90,79,19,25,112,85,88,66,0.088596491,0.052813425,0,1 -Santa Clara,85,6085503211,1024,65,1030,61,85,196,0,12,92,67,85,59,104,75,0.083007813,0.190291262,1,0 -Santa Clara,85,6085503509,805,50,807,51,94,174,17,19,55,50,77,43,119,63,0.116770186,0.215613383,1,0 -Santa Clara,85,6085503326,1692,76,1654,59,89,124,7,12,75,64,82,44,49,42,0.052600473,0.07496977,1,0 -Santa Clara,85,6085504417,79,27,83,31,4,14,0,12,0,12,4,7,14,23,0.050632911,0.168674699,1,1 -Santa Clara,85,6085503115,1780,201,1534,140,225,119,72,61,10,16,153,119,109,70,0.126404494,0.077574967,0,1 -Santa Clara,85,6085504320,727,57,704,66,8,54,8,12,8,12,0,12,46,31,0.011004127,0.076704545,1,1 -Santa Clara,85,6085505500,1087,82,944,115,64,147,20,22,46,47,44,33,101,66,0.058877645,0.155720339,1,1 -Santa Clara,85,6085507905,1533,174,1636,132,102,90,11,18,0,17,91,66,90,66,0.066536204,0.055012225,1,1 -Santa Clara,85,6085511000,1919,146,1889,148,137,97,52,46,15,23,85,60,82,66,0.07139135,0.051349921,0,1 -Santa Clara,85,6085507500,1721,122,1764,107,38,81,16,26,0,17,22,31,81,43,0.022080186,0.045918367,1,1 -Santa Clara,85,6085506703,909,111,1001,102,82,157,31,39,98,81,51,30,59,35,0.090209021,0.156843157,1,0 -Santa Clara,85,6085506801,1603,161,1576,118,196,168,59,63,34,37,137,73,134,77,0.122270742,0.106598985,1,1 -Santa Clara,85,6085507002,774,68,927,81,34,56,17,18,0,12,17,18,56,63,0.043927649,0.060409924,1,1 -Santa Clara,85,6085508202,2160,171,2111,173,108,195,50,53,35,40,58,56,160,107,0.05,0.092373283,1,1 -Santa Clara,85,6085509108,1086,119,1024,117,143,196,83,69,24,38,60,34,172,65,0.131675875,0.19140625,0,1 -Santa Clara,85,6085509109,1222,111,994,124,118,54,25,24,21,23,93,68,33,30,0.096563011,0.054325956,0,1 -Santa Clara,85,6085509404,1499,211,1496,185,218,176,0,17,24,27,218,111,152,126,0.145430287,0.117647059,1,1 -Santa Clara,85,6085509500,1128,202,1242,177,239,236,68,68,97,95,171,132,139,102,0.211879433,0.190016103,0,0 -Santa Clara,85,6085510801,1702,112,1597,129,165,58,66,44,37,42,99,57,21,24,0.096944771,0.036318096,0,1 -Santa Clara,85,6085510803,660,85,693,81,87,74,12,18,9,14,75,56,65,40,0.131818182,0.106782107,1,1 -Santa Clara,85,6085511500,1930,161,1919,179,107,224,25,40,38,36,82,52,186,106,0.055440415,0.116727462,1,0 -Santa Clara,85,6085503703,832,51,772,88,239,199,61,51,39,31,178,63,160,78,0.287259615,0.257772021,0,0 -Santa Clara,85,6085503708,629,58,551,76,62,38,6,10,0,12,56,27,38,27,0.098569157,0.068965517,1,1 -Santa Clara,85,6085504002,1105,90,1113,101,234,293,39,34,50,39,195,64,243,80,0.211764706,0.263252471,0,0 -Santa Clara,85,6085502601,738,86,806,86,66,75,22,24,0,12,44,34,75,59,0.089430894,0.093052109,1,1 -Santa Clara,85,6085502907,1065,62,1070,73,62,79,16,18,29,30,46,37,50,34,0.058215962,0.073831776,1,1 -Santa Clara,85,6085503208,774,49,690,68,130,156,21,27,103,58,109,44,53,42,0.167958656,0.226086957,1,0 -Santa Clara,85,6085503315,1756,90,1680,116,296,259,58,53,43,37,238,85,216,93,0.16856492,0.154166667,0,0 -Santa Clara,85,6085505800,1053,95,985,106,99,153,29,25,12,18,70,57,141,74,0.094017094,0.155329949,0,1 -Santa Clara,85,6085505006,2980,244,938,161,110,55,50,68,36,58,60,45,19,23,0.036912752,0.058635394,1,1 -Santa Clara,85,6085505700,1317,190,1342,187,374,73,57,68,14,23,317,139,59,49,0.28397874,0.054396423,1,1 -Santa Clara,85,6085506103,1317,92,1216,98,136,145,46,48,70,49,90,52,75,47,0.103264996,0.119243421,1,0 -Santa Clara,85,6085506202,1816,143,1866,157,29,59,0,17,29,32,29,46,30,36,0.015969163,0.031618435,1,1 -Santa Clara,85,6085506301,1336,180,1348,190,87,122,30,41,17,27,57,48,105,84,0.06511976,0.090504451,1,1 -Santa Clara,85,6085506302,1634,167,1705,148,97,265,76,61,194,122,21,33,71,46,0.059363525,0.15542522,1,0 -Santa Clara,85,6085506304,1240,225,1326,168,178,153,51,55,0,17,127,107,153,94,0.143548387,0.115384615,1,1 -Santa Clara,85,6085503304,1491,107,1550,120,237,225,129,72,66,62,108,59,159,76,0.158953722,0.14516129,0,0 -Santa Clara,85,6085502906,1188,76,1125,122,196,208,62,48,58,48,134,57,150,71,0.164983165,0.184888889,0,0 -Santa Clara,85,6085503001,1163,84,1150,84,115,61,56,46,0,12,59,34,61,37,0.098882201,0.053043478,0,1 -Santa Clara,85,6085503108,2148,201,2050,179,669,286,150,89,59,74,519,166,227,129,0.311452514,0.139512195,0,1 -Santa Clara,85,6085504319,1916,148,1605,130,88,150,39,59,74,72,49,47,76,47,0.045929019,0.093457944,1,0 -Santa Clara,85,6085504414,1343,86,1434,82,61,118,24,25,62,60,37,41,56,52,0.0454207,0.082287308,1,0 -Santa Clara,85,6085504415,1412,90,1302,92,101,84,38,30,47,40,63,51,37,31,0.071529745,0.064516129,0,0 -Santa Clara,85,6085504504,2475,242,1739,187,257,156,139,92,10,19,118,111,146,92,0.103838384,0.089706728,0,1 -Santa Clara,85,6085507703,2204,137,2001,153,89,63,16,25,0,17,73,56,63,40,0.040381125,0.031484258,1,1 -Santa Clara,85,6085506502,905,134,885,120,114,201,19,22,18,18,95,62,183,90,0.125966851,0.227118644,1,0 -Santa Clara,85,6085506605,1067,88,982,108,73,133,21,24,18,26,52,41,115,69,0.06841612,0.135437882,1,1 -Santa Clara,85,6085506606,1137,124,1107,112,161,199,68,40,73,56,93,65,126,47,0.141600704,0.179765131,0,0 -Santa Clara,85,6085507807,938,57,888,65,74,39,23,34,20,23,51,33,19,22,0.078891258,0.043918919,1,1 -Santa Clara,85,6085507904,995,54,986,68,16,5,16,18,0,12,0,12,5,11,0.016080402,0.005070994,1,1 -Santa Clara,85,6085508504,1984,236,1958,201,176,162,99,96,0,17,77,63,162,104,0.088709677,0.082737487,0,1 -Santa Clara,85,6085508505,1228,115,1240,95,14,34,14,16,0,12,0,12,34,29,0.011400651,0.027419355,1,1 -Santa Clara,85,6085508704,1775,200,1271,175,12,81,0,17,0,17,12,19,81,59,0.006760563,0.063729347,1,1 -Santa Clara,85,6085505303,1417,186,1360,177,80,307,27,39,209,138,53,65,98,103,0.056457304,0.225735294,1,1 -Santa Clara,85,6085505401,1835,192,1575,216,38,202,11,22,24,28,27,31,178,117,0.020708447,0.128253968,1,1 -Santa Clara,85,6085505900,1925,188,1764,170,203,275,30,34,59,66,173,81,216,110,0.105454545,0.155895692,1,1 -Santa Clara,85,6085506604,2210,128,1882,199,159,170,15,23,37,47,144,99,133,98,0.071945701,0.090329437,1,1 -Santa Clara,85,6085507100,880,105,563,91,165,95,85,63,58,40,80,64,37,25,0.1875,0.168738899,0,0 -Santa Clara,85,6085507203,703,89,701,80,125,102,21,23,54,40,104,40,48,30,0.177809388,0.145506419,1,0 -Santa Clara,85,6085507205,1274,96,1428,102,44,69,9,14,50,44,35,43,19,21,0.034536892,0.048319328,1,1 -Santa Clara,85,6085507206,715,75,868,84,21,32,11,11,13,16,10,11,19,18,0.029370629,0.036866359,1,1 -Santa Clara,85,6085507402,1119,87,1133,85,61,32,8,12,8,15,53,52,24,23,0.054512958,0.028243601,1,1 -Santa Clara,85,6085508304,2201,201,2268,160,408,336,83,64,18,28,325,132,318,134,0.185370286,0.148148148,0,1 -Santa Clara,85,6085508404,1782,150,1473,173,95,62,0,17,26,30,95,63,36,40,0.053310887,0.042090971,1,1 -Santa Clara,85,6085509106,1147,106,1090,106,55,149,27,34,71,71,28,33,78,47,0.047951177,0.136697248,1,0 -Santa Clara,85,6085509600,826,99,677,109,45,30,13,15,18,20,32,48,12,20,0.054479419,0.044313146,1,1 -Santa Clara,85,6085512001,1757,120,1643,131,148,167,13,22,47,34,135,78,120,74,0.084234491,0.101643335,1,0 -Santa Clara,85,6085510802,526,46,522,53,32,29,5,7,7,10,27,16,22,21,0.060836502,0.055555556,1,1 -Santa Clara,85,6085511100,1511,80,1516,88,67,94,26,25,25,22,41,28,69,60,0.044341496,0.062005277,0,0 -Santa Clara,85,6085511200,1331,97,1324,95,87,99,7,11,19,21,80,69,80,53,0.065364388,0.074773414,1,1 -Santa Clara,85,6085501000,773,218,821,165,128,213,69,91,27,34,59,56,186,105,0.165588616,0.259439708,1,1 -Santa Clara,85,6085501502,953,88,841,108,293,124,125,76,58,52,168,74,66,56,0.307450157,0.14744352,0,0 -Santa Clara,85,6085502800,1115,84,1145,106,101,118,0,12,47,29,101,46,71,62,0.09058296,0.103056769,1,0 -Santa Clara,85,6085502908,1904,123,1738,144,127,250,69,83,106,77,58,90,144,80,0.066701681,0.143843498,1,0 -Santa Clara,85,6085503003,1501,90,1505,88,103,159,51,38,47,50,52,38,112,57,0.068620919,0.105647841,0,1 -Santa Clara,85,6085503212,890,44,902,35,121,182,46,27,47,47,75,42,135,46,0.135955056,0.201773836,0,0 -Santa Clara,85,6085503218,919,94,976,84,211,161,93,59,27,28,118,59,134,78,0.229597388,0.164959016,0,1 -Santa Clara,85,6085509403,1043,211,1017,157,232,110,107,79,27,35,125,67,83,67,0.222435283,0.108161259,0,1 -Santa Clara,85,6085509802,827,86,757,96,53,8,19,29,0,12,34,28,8,14,0.064087062,0.010568032,1,1 -Santa Clara,85,6085510200,1229,90,1261,78,65,85,32,28,36,54,33,28,49,53,0.052888527,0.06740682,0,1 -Santa Clara,85,6085510600,1691,155,1673,163,145,261,62,71,21,32,83,59,240,127,0.085748078,0.156007173,1,1 -Santa Clara,85,6085511800,1131,126,1126,113,46,106,12,18,12,18,34,33,94,77,0.040671972,0.094138544,1,1 -Santa Clara,85,6085511907,1188,65,1142,67,75,15,9,14,0,12,66,60,15,20,0.063131313,0.013134851,1,1 -Santa Clara,85,6085511909,2196,146,2517,97,50,181,17,28,82,60,33,34,99,101,0.02276867,0.071911005,1,1 -Santa Clara,85,6085512021,1651,132,1478,123,285,226,68,63,88,67,217,110,138,87,0.172622653,0.152909337,0,0 -Santa Clara,85,6085512026,1020,102,957,96,186,152,22,22,40,35,164,92,112,61,0.182352941,0.158829676,0,0 -Santa Clara,85,6085503802,1985,102,1746,111,218,228,85,85,48,45,133,101,180,93,0.109823678,0.130584192,0,0 -Santa Clara,85,6085503803,1240,66,1118,103,94,41,50,58,18,28,44,31,23,26,0.075806452,0.03667263,1,1 -Santa Clara,85,6085503804,1217,112,1199,111,168,156,40,45,36,28,128,62,120,102,0.138044371,0.130108424,1,0 -Santa Clara,85,6085504307,1435,93,1400,103,168,227,48,35,61,52,120,61,166,72,0.117073171,0.162142857,0,0 -Santa Clara,85,6085504311,1816,166,1887,130,175,222,59,64,94,69,116,92,128,108,0.096365639,0.117647059,1,0 -Santa Clara,85,6085504413,498,42,506,50,8,0,8,11,0,12,0,12,0,12,0.016064257,0,1,1 -Santa Clara,85,6085504420,1177,87,1125,109,23,94,16,24,33,49,7,13,61,54,0.019541206,0.083555556,1,1 -Santa Clara,85,6085505007,743,66,907,58,138,166,44,31,36,32,94,50,130,68,0.185733513,0.183020948,0,0 -Santa Clara,85,6085505402,672,92,833,79,58,62,34,29,0,12,24,24,62,43,0.086309524,0.074429772,0,1 -Santa Clara,85,6085506204,1593,135,1477,152,73,106,36,46,44,51,37,38,62,60,0.045825487,0.071767095,1,1 -Santa Clara,85,6085506305,1689,225,1687,199,331,433,103,87,223,134,228,96,210,115,0.195973949,0.256668643,0,0 -Santa Clara,85,6085506402,1530,165,1593,137,174,279,80,50,148,99,94,62,131,88,0.11372549,0.175141243,0,0 -Santa Clara,85,6085512506,1673,102,1489,100,479,414,144,74,47,44,335,102,367,110,0.286312014,0.278038952,0,0 -Santa Clara,85,6085512025,869,68,875,61,69,55,8,13,39,48,61,53,16,18,0.079401611,0.062857143,1,1 -Santa Clara,85,6085511912,1597,58,1522,74,31,101,0,17,9,15,31,29,92,75,0.019411396,0.066360053,1,1 -Santa Clara,85,6085511913,1246,53,1211,68,22,59,0,12,30,26,22,33,29,33,0.017656501,0.048720066,1,1 -Santa Clara,85,6085511914,1684,74,1648,87,91,110,8,13,64,56,83,51,46,32,0.054038005,0.066747573,1,0 -Santa Clara,85,6085512029,1699,139,1745,139,52,241,0,17,62,49,52,49,179,110,0.030606239,0.138108883,1,0 -Santa Clara,85,6085512030,829,52,851,42,55,58,13,14,28,24,42,33,30,23,0.066344994,0.068155112,1,0 -Santa Clara,85,6085512034,814,70,834,63,102,31,20,27,12,19,82,56,19,21,0.125307125,0.037170264,1,1 -Santa Clara,85,6085512503,2335,166,2089,145,199,44,59,57,0,17,140,104,44,41,0.085224839,0.021062709,0,1 -Santa Clara,85,6085512508,1872,204,2025,156,394,307,157,105,73,63,237,94,234,131,0.210470085,0.151604938,0,0 -Santa Clara,85,6085500300,821,104,604,87,103,84,66,54,49,41,37,26,35,32,0.12545676,0.139072848,0,0 -Santa Clara,85,6085500800,889,121,569,133,68,64,31,39,18,26,37,28,46,49,0.076490439,0.112478032,1,1 -Santa Clara,85,6085501300,489,70,505,79,63,33,17,19,9,15,46,36,24,26,0.128834356,0.065346535,1,1 -Santa Clara,85,6085502910,935,114,906,101,77,114,55,56,36,41,22,21,78,78,0.082352941,0.125827815,1,1 -Santa Clara,85,6085503112,793,116,804,129,193,240,89,68,55,51,104,66,185,81,0.243379571,0.298507463,0,0 -Santa Clara,85,6085503116,1603,185,1247,145,299,144,53,59,50,53,246,141,94,61,0.186525265,0.115477145,1,1 -Santa Clara,85,6085503207,975,39,893,56,132,141,38,33,110,44,94,45,31,26,0.135384615,0.157894737,0,0 -Santa Clara,85,6085503217,1008,72,985,75,292,176,114,75,79,57,178,78,97,71,0.28968254,0.178680203,0,0 -Santa Clara,85,6085503323,1190,46,1017,86,97,87,19,21,47,37,78,53,40,44,0.081512605,0.085545723,1,1 -Santa Clara,85,6085503324,846,49,761,53,136,83,42,25,19,19,94,43,64,37,0.160756501,0.109067017,0,0 -Santa Clara,85,6085503325,1031,75,1050,78,83,178,16,25,7,12,67,51,171,84,0.080504365,0.16952381,1,1 -Santa Clara,85,6085504001,1221,102,1201,96,246,174,128,71,94,44,118,66,80,55,0.201474201,0.144879267,0,0 -Santa Clara,85,6085504201,1271,106,1350,117,146,125,94,69,54,55,52,40,71,59,0.114870181,0.092592593,0,1 -Santa Clara,85,6085504318,1241,132,1193,101,206,105,85,54,50,42,121,66,55,35,0.165995165,0.088013412,0,0 -Santa Clara,85,6085504411,1267,90,1296,68,192,188,19,32,67,53,173,81,121,66,0.151539069,0.145061728,1,0 -Santa Clara,85,6085504418,1200,72,1033,113,164,235,66,44,28,29,98,59,207,90,0.136666667,0.22749274,0,1 -Santa Clara,85,6085504806,651,43,572,60,26,75,6,8,15,20,20,15,60,34,0.039938556,0.131118881,1,1 -Santa Clara,85,6085506401,1419,189,1137,145,245,249,0,17,95,72,245,130,154,72,0.172656801,0.218997361,1,0 -Santa Clara,85,6085506501,1524,187,1937,156,202,528,17,26,175,123,185,104,353,137,0.132545932,0.272586474,1,0 -Santa Clara,85,6085503321,1029,57,982,62,62,90,9,14,45,42,53,32,45,43,0.060252672,0.091649695,1,0 -Santa Clara,85,6085503327,1045,110,1124,102,102,150,0,12,59,47,102,56,91,65,0.097607656,0.133451957,1,0 -Santa Clara,85,6085503510,1120,83,1239,79,266,234,75,43,43,47,191,70,191,79,0.2375,0.188861985,0,1 -Santa Clara,85,6085501200,778,97,959,113,107,146,44,49,0,12,63,49,146,87,0.137532134,0.152241919,1,1 -Santa Clara,85,6085501700,916,111,972,103,252,372,120,79,167,91,132,63,205,85,0.27510917,0.382716049,0,0 -Santa Clara,85,6085507401,1716,90,1693,80,49,76,20,21,27,23,29,35,49,34,0.028554779,0.044890727,1,0 -Santa Clara,85,6085508602,1197,128,1192,132,99,66,70,56,31,31,29,28,35,33,0.082706767,0.055369128,0,0 -Santa Clara,85,6085508703,2076,173,1743,225,246,213,57,55,160,119,189,117,53,50,0.11849711,0.122203098,0,0 -Santa Clara,85,6085508800,846,124,916,112,73,150,49,51,36,43,24,34,114,69,0.086288416,0.163755459,1,1 -Santa Clara,85,6085508900,1138,128,1190,131,131,174,66,45,74,63,65,52,100,71,0.115114236,0.146218487,0,0 -Santa Clara,85,6085509000,1817,217,1853,178,426,335,78,80,193,132,348,161,142,89,0.234452394,0.180787911,1,0 -Santa Clara,85,6085509107,1188,134,1077,173,200,190,39,34,119,167,161,74,71,59,0.168350168,0.17641597,0,1 -Santa Clara,85,6085509303,884,116,679,115,110,54,59,55,18,21,51,40,36,30,0.124434389,0.079528719,0,1 -Santa Clara,85,6085510100,888,59,977,81,20,22,6,9,0,12,14,16,22,24,0.022522523,0.022517912,1,1 -Santa Clara,85,6085511910,960,55,910,58,43,9,30,27,0,12,13,20,9,16,0.044791667,0.00989011,1,1 -Santa Clara,85,6085511911,1291,116,1406,112,92,176,39,35,63,55,53,40,113,70,0.071262587,0.125177809,0,0 -Santa Clara,85,6085512505,1888,134,1665,147,248,488,103,91,167,119,145,79,321,135,0.131355932,0.293093093,0,0 -Santa Clara,85,6085512602,583,67,667,89,92,94,16,17,18,20,76,48,76,53,0.15780446,0.140929535,1,1 -Santa Clara,85,6085507906,1212,76,1260,72,33,53,6,10,0,12,27,24,53,57,0.027227723,0.042063492,1,1 -Santa Clara,85,6085506804,1067,69,1086,83,100,59,23,19,0,12,77,56,59,62,0.093720712,0.054327808,0,1 -Santa Clara,85,6085507301,1862,164,1917,137,63,36,13,23,17,27,50,58,19,27,0.033834586,0.018779343,1,1 -Santa Clara,85,6085507903,1408,73,1395,83,70,66,20,21,40,32,50,29,26,28,0.049715909,0.047311828,1,1 -Santa Clara,85,6085508102,945,96,921,95,7,53,7,14,0,12,0,12,53,39,0.007407407,0.057546145,1,1 -Santa Clara,85,6085508401,1696,169,1823,129,65,142,48,44,84,62,17,28,58,40,0.038325472,0.077893582,1,0 -Santa Clara,85,6085508403,838,72,817,68,54,18,40,30,9,15,14,19,9,17,0.064439141,0.022031824,1,1 -Santa Clara,85,6085508503,1894,190,1448,183,12,31,0,17,22,35,12,21,9,17,0.006335797,0.02140884,1,1 -Santa Clara,85,6085508601,1090,87,1048,90,67,162,19,19,70,52,48,36,92,53,0.06146789,0.154580153,0,0 -Santa Clara,85,6085509102,1282,168,1329,154,60,65,30,34,0,12,30,36,65,62,0.046801872,0.048908954,1,1 -Santa Clara,85,6085509105,1787,237,1713,221,121,232,0,17,82,74,121,78,150,117,0.067711248,0.13543491,1,0 -Santa Clara,85,6085509201,1047,168,1023,157,117,37,0,17,0,12,117,90,37,46,0.111747851,0.036168133,1,1 -Santa Clara,85,6085510002,1082,73,1005,102,38,29,11,19,19,21,27,24,10,17,0.035120148,0.028855721,1,1 -Santa Clara,85,6085510500,1343,80,1208,105,61,18,0,12,11,19,61,41,7,10,0.0454207,0.014900662,1,1 -Santa Clara,85,6085510900,1472,180,1486,103,234,31,47,45,16,25,187,151,15,24,0.158967391,0.020861373,0,1 -Santa Clara,85,6085512200,1186,139,1245,110,82,30,0,12,0,12,82,83,30,28,0.069139966,0.024096386,1,1 -Santa Clara,85,6085503313,1249,72,1106,85,145,23,94,67,8,13,51,44,15,18,0.116092874,0.02079566,0,1 -Santa Clara,85,6085503322,924,50,853,77,74,165,16,17,46,48,58,42,119,72,0.08008658,0.193434936,1,1 -Santa Clara,85,6085506601,1256,92,1038,121,157,92,18,26,51,55,139,81,41,29,0.125,0.088631985,1,1 -Santa Clara,85,6085506701,1101,95,941,87,24,82,0,12,24,23,24,23,58,31,0.021798365,0.087141339,1,0 -Santa Clara,85,6085506702,1446,167,1508,147,121,166,42,65,32,35,79,94,134,75,0.083679115,0.110079576,1,1 -Santa Clara,85,6085506803,1813,175,1896,145,42,167,0,17,53,65,42,48,114,80,0.023166023,0.088080169,1,1 -Santa Clara,85,6085502201,1426,223,1404,194,143,21,0,17,21,32,143,71,0,17,0.100280505,0.014957265,1,1 -Santa Clara,85,6085503105,568,64,491,88,122,112,57,40,20,23,65,40,92,68,0.214788732,0.228105906,0,1 -Santa Clara,85,6085505001,2305,199,2262,236,117,272,57,52,20,32,60,41,252,142,0.050759219,0.120247569,0,1 -Santa Clara,85,6085505301,1099,132,1131,107,150,185,73,54,73,74,77,47,112,93,0.136487716,0.16357206,0,1 -Santa Clara,85,6085500200,896,174,751,156,51,214,0,17,78,76,51,60,136,79,0.056919643,0.284953395,1,0 -Santa Clara,85,6085500901,619,106,495,131,114,60,80,48,40,64,34,47,20,34,0.184168013,0.121212121,1,1 -Santa Clara,85,6085501501,982,94,916,104,174,196,47,47,10,17,127,80,186,79,0.177189409,0.213973799,0,1 -Santa Clara,85,6085502101,1265,113,1200,114,224,97,83,58,39,49,141,85,58,36,0.177075099,0.080833333,0,1 -Santa Clara,85,6085502701,1269,102,1085,113,192,83,78,66,75,61,114,60,8,13,0.151300236,0.076497696,0,1 -Santa Clara,85,6085502903,1504,89,1332,91,83,70,34,27,51,48,49,33,19,20,0.05518617,0.052552553,0,1 -Santa Clara,85,6085503002,896,82,953,85,87,115,58,52,13,15,29,28,102,53,0.097098214,0.120671563,0,1 -Santa Clara,85,6085503110,970,78,928,80,375,285,152,77,92,51,223,74,193,77,0.386597938,0.307112069,0,0 -Santa Clara,85,6085503111,999,72,957,68,130,213,49,35,48,43,81,61,165,70,0.13013013,0.222570533,0,0 -Santa Clara,85,6085503113,1011,108,1094,93,289,353,110,71,152,77,179,76,201,81,0.285855589,0.322669104,0,0 -Santa Clara,85,6085503213,1110,77,999,100,276,120,133,70,9,14,143,71,111,66,0.248648649,0.12012012,0,1 -Santa Clara,85,6085503214,1884,142,1778,132,466,532,184,119,84,64,282,126,448,141,0.247346072,0.299212598,0,0 -Santa Clara,85,6085503511,742,67,760,57,90,92,11,16,42,28,79,44,50,35,0.121293801,0.121052632,1,0 -Santa Clara,85,6085503602,1057,92,1025,73,233,291,25,24,81,47,208,102,210,83,0.220435194,0.283902439,0,0 -Santa Clara,85,6085504101,961,61,988,68,103,189,51,37,72,61,52,42,117,66,0.107180021,0.191295547,0,0 -Santa Clara,85,6085504803,1394,179,1597,155,54,97,18,28,64,55,36,42,33,46,0.038737446,0.060738885,1,1 -Santa Clara,85,6085504316,1157,90,1145,106,143,129,78,76,68,66,65,42,61,35,0.123595506,0.112663755,0,0 -Santa Clara,85,6085504321,1337,113,1311,88,67,101,10,16,17,19,57,36,84,60,0.050112191,0.077040427,1,1 -Santa Clara,85,6085504505,1939,150,998,103,138,139,76,74,46,36,62,44,93,55,0.071170707,0.139278557,0,0 -Santa Clara,85,6085505203,768,99,714,124,70,100,12,17,7,11,58,42,93,62,0.091145833,0.140056022,1,1 -Santa Clara,85,6085505403,2030,218,1575,162,105,91,0,17,24,28,105,77,67,58,0.051724138,0.057777778,1,1 -Santa Clara,85,6085506102,1104,116,1020,98,54,78,13,22,35,41,41,47,43,32,0.048913043,0.076470588,1,1 -Santa Clara,85,6085507600,1797,111,1829,116,92,158,17,26,61,56,75,73,97,61,0.051196439,0.086386003,1,0 -Santa Clara,85,6085507701,1089,92,1069,95,141,65,38,31,30,27,103,53,35,36,0.129476584,0.06080449,0,1 -Santa Clara,85,6085507808,1502,72,1556,91,48,85,0,17,16,17,48,33,69,40,0.03195739,0.054627249,1,1 -Santa Clara,85,6085508203,1523,97,1420,101,67,93,0,17,10,17,67,61,83,56,0.043992121,0.065492958,1,1 -Santa Clara,85,6085508204,1208,80,1171,98,48,58,12,17,52,57,36,28,6,11,0.039735099,0.049530316,1,1 -Santa Clara,85,6085508301,1188,79,1120,79,62,30,0,12,0,12,62,39,30,27,0.052188552,0.026785714,1,1 -Santa Clara,85,6085509302,916,89,792,90,116,91,24,23,17,18,92,59,74,53,0.126637555,0.11489899,0,1 -Santa Clara,85,6085512305,1426,87,1094,90,115,81,39,42,39,43,76,50,42,40,0.080645161,0.074040219,1,1 -Santa Clara,85,6085504421,1264,82,1115,96,58,162,14,18,20,23,44,39,142,73,0.045886076,0.14529148,1,1 -Santa Clara,85,6085504506,1830,156,1455,152,256,218,59,57,148,123,197,130,70,58,0.13989071,0.149828179,0,0 -Santa Clara,85,6085504700,168,32,138,46,29,14,13,11,0,12,16,16,14,15,0.172619048,0.101449275,0,1 -Santa Clara,85,6085504805,1747,180,1479,160,68,84,13,20,17,28,55,71,67,46,0.038923869,0.056795132,1,1 -Santa Clara,85,6085505600,601,83,403,95,91,0,43,32,0,12,48,33,0,12,0.151414309,0,0,1 -Santa Clara,85,6085506101,1187,93,1277,116,49,54,9,14,25,27,40,38,29,24,0.041280539,0.042286609,1,1 -Santa Clara,85,6085506203,1750,186,1577,172,77,272,10,16,36,49,67,64,236,111,0.044,0.172479391,1,1 -Santa Clara,85,6085506802,1449,112,1336,115,144,96,45,56,55,49,99,46,41,32,0.099378882,0.071856287,1,0 -Santa Clara,85,6085506900,2205,153,2041,190,128,163,60,55,72,66,68,53,91,62,0.058049887,0.079862812,0,0 -Santa Clara,85,6085507001,1901,181,1941,219,109,124,14,23,21,32,95,66,103,75,0.057338243,0.063884596,1,1 -Santa Clara,85,6085507302,913,63,717,70,43,17,0,12,17,25,43,34,0,12,0.047097481,0.023709902,1,1 -Santa Clara,85,6085507702,1778,115,1935,102,12,74,12,20,43,67,0,17,31,42,0.006749156,0.038242894,1,1 -Santa Clara,85,6085507805,1531,174,1436,133,140,147,58,55,67,53,82,55,80,56,0.091443501,0.102367688,0,0 -Santa Clara,85,6085507806,1639,115,1451,130,125,128,31,33,0,17,94,64,128,67,0.076266016,0.088215024,1,1 -Santa Clara,85,6085502302,763,102,647,107,163,51,48,43,16,22,115,58,35,40,0.213630406,0.078825348,0,1 -Santa Clara,85,6085502603,750,66,711,82,19,49,0,12,13,17,19,29,36,26,0.025333333,0.068917018,1,1 -Santa Clara,85,6085502604,898,168,911,157,84,223,62,67,63,64,22,28,160,90,0.093541203,0.24478595,1,1 -Santa Clara,85,6085503117,570,65,652,75,181,249,54,45,148,67,127,55,101,60,0.31754386,0.38190184,0,0 -Santa Clara,85,6085503118,1191,107,1323,121,216,274,138,72,116,96,78,44,158,88,0.181360202,0.207105064,0,0 -Santa Clara,85,6085503121,933,121,939,151,264,196,87,59,8,13,177,78,188,91,0.282958199,0.208732694,0,1 -Santa Clara,85,6085503122,667,85,665,96,203,118,40,36,15,25,163,70,103,64,0.304347826,0.177443609,0,1 -Santa Clara,85,6085503123,768,102,840,143,166,162,45,51,16,22,121,52,146,99,0.216145833,0.192857143,1,1 -Santa Clara,85,6085503329,1049,43,853,50,23,77,7,9,39,34,16,16,38,40,0.021925643,0.090269637,1,1 -Santa Clara,85,6085503330,1971,121,1948,107,135,39,49,46,15,24,86,86,24,27,0.068493151,0.020020534,0,1 -Santa Clara,85,6085503331,902,81,912,86,0,34,0,12,0,12,0,12,34,36,0,0.037280702,1,1 -Santa Clara,85,6085503332,1550,129,1742,132,38,18,0,17,8,21,38,46,10,18,0.024516129,0.010332951,1,1 -Santa Clara,85,6085503333,1122,75,1083,84,48,131,0,12,0,12,48,43,131,92,0.042780749,0.120960295,1,1 -Santa Clara,85,6085503334,2352,117,2401,128,148,118,40,48,17,26,108,61,101,82,0.06292517,0.049146189,1,1 -Santa Clara,85,6085503336,780,53,802,48,128,109,24,20,44,43,104,39,65,32,0.164102564,0.135910224,0,0 -Santa Clara,85,6085503337,821,57,850,50,88,109,30,29,37,33,58,37,72,45,0.107186358,0.128235294,0,0 -Santa Clara,85,6085503710,830,88,710,88,197,162,0,12,21,26,197,90,141,67,0.237349398,0.228169014,1,1 -Santa Clara,85,6085503711,912,59,922,62,231,127,42,33,29,27,189,72,98,55,0.253289474,0.137744035,0,0 -Santa Clara,85,6085503712,943,109,923,112,150,183,12,19,96,92,138,76,87,73,0.159066808,0.198266522,1,0 -Santa Clara,85,6085503713,689,99,725,110,116,173,36,36,65,69,80,63,108,69,0.168359942,0.23862069,0,1 -Santa Clara,85,6085503902,1311,88,1318,117,356,195,133,84,58,56,223,93,137,109,0.271548436,0.147951442,0,0 -Santa Clara,85,6085503903,728,67,725,82,149,219,49,32,67,63,100,49,152,73,0.20467033,0.302068966,0,0 -Santa Clara,85,6085504322,1278,179,1434,184,115,104,0,17,0,17,115,81,104,76,0.089984351,0.072524407,1,1 -Santa Clara,85,6085504323,1367,125,1434,113,119,91,45,50,40,41,74,50,51,62,0.087051939,0.063458856,1,1 -Santa Clara,85,6085504423,578,48,595,59,23,62,0,12,3,6,23,19,59,33,0.039792388,0.104201681,1,1 -Santa Clara,85,6085505008,1776,232,1399,169,77,42,55,49,21,34,22,32,21,28,0.043355856,0.030021444,1,1 -Santa Clara,85,6085505009,2288,233,1637,172,209,331,96,72,122,102,113,75,209,116,0.091346154,0.202199145,0,0 -Santa Clara,85,6085508003,592,55,598,55,18,43,12,14,4,8,6,8,39,39,0.030405405,0.071906355,1,1 -Santa Clara,85,6085508004,1550,156,1699,151,113,150,25,30,9,15,88,75,141,90,0.072903226,0.088287228,1,1 -Santa Clara,85,6085508507,817,92,707,148,27,133,0,12,23,26,27,45,110,94,0.033047736,0.188118812,1,1 -Santa Clara,85,6085511608,22,15,19,21,8,0,0,12,0,12,8,11,0,12,0.363636364,0,1,1 -Santa Clara,85,6085508508,1386,133,1274,125,41,123,13,20,59,52,28,27,64,61,0.02958153,0.096546311,1,0 -Santa Clara,85,6085511301,899,105,975,136,118,172,42,54,21,30,76,74,151,76,0.131256952,0.176410256,1,1 -Santa Clara,85,6085511302,785,158,784,172,51,55,51,63,13,23,0,12,42,42,0.064968153,0.070153061,1,1 -Santa Clara,85,6085511609,781,104,794,112,89,99,27,25,0,12,62,44,99,59,0.113956466,0.124685139,0,1 -Santa Clara,85,6085511704,1417,105,1338,113,69,42,10,15,0,12,59,41,42,39,0.048694425,0.031390135,1,1 -Santa Clara,85,6085511705,259,28,262,49,4,18,4,6,0,12,0,12,18,16,0.015444015,0.06870229,1,1 -Santa Clara,85,6085501101,813,138,782,173,97,136,36,33,95,93,61,56,41,33,0.119311193,0.173913043,0,0 -Santa Clara,85,6085501102,964,88,928,121,147,119,70,54,51,56,77,56,68,54,0.152489627,0.128232759,0,1 -Santa Clara,85,6085501401,736,73,701,82,255,197,112,58,59,46,143,52,138,67,0.346467391,0.281027104,0,0 -Santa Clara,85,6085501402,613,60,620,72,119,200,45,31,82,49,74,43,118,47,0.194127243,0.322580645,0,0 -Santa Clara,85,6085502301,900,111,799,121,126,126,15,18,10,16,111,53,116,80,0.14,0.157697121,1,1 -Santa Clara,85,6085511707,688,79,837,94,12,34,9,14,17,26,3,7,17,25,0.01744186,0.040621266,1,1 -Santa Clara,85,6085512037,862,45,864,60,59,51,18,23,5,8,41,25,46,35,0.068445476,0.059027778,1,1 -Santa Clara,85,6085511915,894,86,874,118,200,171,112,69,107,78,88,63,64,53,0.223713647,0.195652174,0,0 -Santa Clara,85,6085511916,1260,87,1197,108,82,101,24,35,23,36,58,38,78,43,0.065079365,0.084377611,1,1 -Santa Clara,85,6085512036,1352,124,1265,137,158,168,95,61,10,16,63,32,158,103,0.116863905,0.132806324,0,1 -Santa Clara,85,6085512038,848,61,709,140,132,204,41,29,55,51,91,42,149,86,0.155660377,0.287729196,0,0 -Santa Clara,85,6085512039,1222,72,1087,105,176,134,103,71,22,26,73,45,112,57,0.144026187,0.123275069,0,1 -Santa Clara,85,6085512042,671,55,590,99,123,60,49,32,13,15,74,43,47,40,0.183308495,0.101694915,0,1 -Santa Clara,85,6085512043,1251,99,1405,93,369,428,97,62,71,62,272,99,357,128,0.294964029,0.304626335,0,0 -Santa Clara,85,6085512045,1456,86,1371,129,82,113,28,25,40,42,54,48,73,46,0.056318681,0.08242159,0,1 -Santa Clara,85,6085512047,1428,82,1449,109,123,168,67,36,36,31,56,31,132,81,0.086134454,0.115942029,0,0 -Santa Clara,85,6085512052,1127,122,873,142,217,88,73,33,23,29,144,57,65,49,0.192546584,0.100801833,0,1 -Santa Clara,85,6085512053,1147,106,1353,97,156,243,17,19,12,20,139,83,231,101,0.136006975,0.179600887,1,1 -Santa Clara,85,6085512310,1274,121,995,111,243,196,57,55,42,38,186,94,154,81,0.190737834,0.196984925,0,0 -Santa Clara,85,6085512311,1002,89,693,76,38,45,31,27,0,12,7,11,45,40,0.037924152,0.064935065,1,1 -Santa Clara,85,6085512312,916,73,743,79,145,102,23,27,14,26,122,49,88,46,0.158296943,0.137281292,1,1 -Santa Clara,85,6085512313,911,96,1036,88,98,298,24,28,66,64,74,57,232,105,0.107574094,0.287644788,1,0 -Santa Clara,85,6085512314,1548,134,1511,145,227,421,86,68,35,43,141,76,386,159,0.146640827,0.278623428,0,1 -Santa Clara,85,6085512509,1296,101,1077,89,153,94,46,53,48,57,107,79,46,50,0.118055556,0.08727948,1,1 -Santa Clara,85,6085512510,1882,179,1643,144,490,225,105,93,125,102,385,167,100,96,0.260361318,0.136944614,0,0 -Santa Clara,85,6085512603,890,79,693,91,290,211,60,40,58,47,230,66,153,64,0.325842697,0.304473304,0,0 -Santa Clara,85,6085512604,1047,83,812,97,286,323,49,41,71,61,237,75,252,84,0.273161414,0.397783251,0,0 -Santa Clara,85,6085513000,369,107,447,96,11,10,0,17,10,15,11,17,0,17,0.029810298,0.022371365,1,1 -Santa Clara,85,6085513500,292,56,215,62,24,38,0,12,30,21,24,29,8,17,0.082191781,0.176744186,1,1 -Santa Clara,85,6085512017,1717,144,1848,128,137,483,0,17,47,53,137,83,436,134,0.079790332,0.261363636,1,1 -Santa Clara,85,6085512031,1187,67,1204,77,46,98,15,18,6,10,31,27,92,51,0.038753159,0.081395349,1,1 -Santa Clara,85,6085512309,1401,106,1435,106,134,116,49,53,13,20,85,57,103,64,0.095645967,0.080836237,1,1 -Santa Clara,85,6085500600,1053,156,1089,157,191,269,78,69,67,59,113,86,202,104,0.181386515,0.247015611,0,0 -Santa Clara,85,6085500902,176,49,234,51,32,60,5,7,53,34,27,27,7,9,0.181818182,0.256410256,1,1 -Santa Clara,85,6085502001,1273,139,1189,170,255,325,65,55,106,101,190,107,219,122,0.200314218,0.27333894,0,0 -Santa Clara,85,6085502102,1539,208,1574,170,311,327,0,17,62,69,311,133,265,117,0.202079272,0.207750953,1,1 -Santa Clara,85,6085502202,670,101,787,115,102,153,9,15,58,45,93,71,95,66,0.152238806,0.194409149,1,0 -Santa Clara,85,6085502400,1913,187,1786,163,87,100,62,73,34,41,25,37,66,53,0.045478306,0.055991041,1,1 -Santa Clara,85,6085502500,1858,137,1721,132,84,195,35,47,34,39,49,47,161,85,0.045209903,0.113306217,1,1 -Santa Clara,85,6085503305,1302,95,1214,102,159,192,44,46,48,51,115,83,144,62,0.122119816,0.15815486,1,1 -Santa Clara,85,6085503306,818,54,772,59,191,171,53,38,62,40,138,48,109,59,0.233496333,0.221502591,0,0 -Santa Clara,85,6085503504,1094,81,1100,70,373,223,61,49,63,45,312,117,160,65,0.34095064,0.202727273,0,0 -Santa Clara,85,6085504315,1636,111,1620,103,164,273,38,28,0,17,126,75,273,106,0.100244499,0.168518519,0,1 -Solano,95,6095250501,534,71,420,62,116,97,35,30,38,28,81,70,59,57,0.217228464,0.230952381,0,0 -Solano,95,6095250601,1228,146,1019,118,128,215,76,71,87,52,52,54,128,74,0.104234528,0.210991168,1,0 -Solano,95,6095251802,543,127,630,114,160,64,51,52,0,12,109,81,64,56,0.2946593,0.101587302,1,1 -Solano,95,6095252705,1492,126,1405,88,234,193,171,120,98,65,63,48,95,61,0.156836461,0.137366548,0,0 -Solano,95,6095252108,928,81,861,89,170,223,37,50,50,61,133,57,173,74,0.183189655,0.259001161,1,1 -Solano,95,6095253106,883,89,814,91,209,211,62,46,0,12,147,67,211,80,0.236693092,0.259213759,0,1 -Solano,95,6095252604,800,86,739,84,181,262,44,55,38,34,137,81,224,60,0.22625,0.354533153,1,0 -Solano,95,6095252702,1609,201,1692,179,250,376,93,112,73,68,157,92,303,128,0.15537601,0.222222222,1,0 -Solano,95,6095251803,1127,121,1138,129,187,258,53,76,40,55,134,80,218,98,0.16592724,0.226713533,1,1 -Solano,95,6095251200,773,115,675,103,220,138,72,67,32,33,148,79,106,68,0.284605433,0.204444444,0,1 -Solano,95,6095252706,1030,104,1024,78,81,79,8,13,41,40,73,60,38,36,0.078640777,0.077148438,1,0 -Solano,95,6095252607,993,91,823,95,272,300,89,66,131,80,183,90,169,69,0.273917422,0.364520049,0,0 -Solano,95,6095252305,1371,79,1307,98,92,161,57,38,54,47,35,29,107,56,0.067104303,0.123182862,0,0 -Solano,95,6095253500,2918,226,2350,196,227,225,81,65,114,112,146,88,111,77,0.077793009,0.095744681,0,0 -Solano,95,6095251400,1470,203,1409,169,347,391,88,77,119,113,259,138,272,146,0.236054422,0.277501774,0,0 -Solano,95,6095252501,599,69,563,80,217,210,68,53,81,59,149,59,129,59,0.362270451,0.373001776,0,0 -Solano,95,6095253107,1439,189,1557,179,407,318,28,36,57,57,379,127,261,114,0.282835302,0.204238921,1,0 -Solano,95,6095253108,1204,116,989,116,166,113,15,18,79,72,151,81,34,31,0.137873754,0.114256825,1,0 -Solano,95,6095253203,1076,121,905,124,276,176,34,32,42,54,242,81,134,81,0.256505576,0.194475138,0,1 -Solano,95,6095252608,987,97,853,124,356,253,99,78,10,16,257,106,243,104,0.360688956,0.296600234,0,1 -Solano,95,6095252107,1082,94,935,85,100,118,0,12,10,16,100,54,108,57,0.092421442,0.126203209,1,1 -Solano,95,6095252605,1466,124,1302,152,436,446,84,69,185,95,352,106,261,99,0.297407913,0.342549923,0,0 -Solano,95,6095252903,1120,130,1259,141,45,59,5,9,12,19,40,28,47,62,0.040178571,0.046862589,1,1 -Solano,95,6095251701,785,115,637,98,253,103,102,91,6,10,151,71,97,63,0.322292994,0.161695447,0,1 -Solano,95,6095252000,1321,161,1103,159,199,103,57,81,22,34,142,101,81,64,0.150643452,0.093381686,1,1 -Solano,95,6095252105,921,83,858,103,137,117,36,33,32,32,101,68,85,50,0.148751357,0.136363636,0,0 -Solano,95,6095252606,1169,130,1128,144,245,411,92,73,164,83,153,72,247,114,0.209580838,0.364361702,0,0 -Solano,95,6095252703,1048,115,1059,97,235,299,93,94,101,93,142,92,198,110,0.224236641,0.282341832,1,0 -Solano,95,6095252707,1351,110,1126,142,360,350,110,77,85,79,250,99,265,95,0.266469282,0.310834813,0,0 -Solano,95,6095253201,1438,96,1310,110,118,77,48,36,34,34,70,50,43,33,0.082058414,0.058778626,0,0 -Solano,95,6095250701,806,102,696,125,262,245,119,52,42,50,143,91,203,109,0.325062035,0.352011494,0,1 -Solano,95,6095250900,583,132,367,113,327,108,32,39,0,12,295,125,108,81,0.560891938,0.294277929,1,1 -Solano,95,6095251702,637,93,549,66,130,190,33,23,29,22,97,59,161,58,0.204081633,0.346083789,0,0 -Solano,95,6095251902,1319,130,1239,118,253,289,82,54,38,40,171,99,251,95,0.191811979,0.233252623,0,1 -Solano,95,6095251903,1363,122,1407,116,334,323,96,84,101,72,238,79,222,123,0.245047689,0.229566453,0,0 -Solano,95,6095252104,1627,95,1607,96,178,251,81,75,100,74,97,62,151,63,0.109403811,0.156191661,0,0 -Solano,95,6095252909,803,83,890,86,110,85,55,53,37,41,55,38,48,32,0.136986301,0.095505618,0,1 -Solano,95,6095252910,1494,115,1497,125,173,188,76,73,93,64,97,63,95,58,0.115796519,0.125584502,0,0 -Solano,95,6095253300,750,86,783,101,83,92,51,38,25,32,32,31,67,57,0.110666667,0.117496807,0,1 -Solano,95,6095250200,1025,136,837,131,304,266,0,12,16,28,304,101,250,104,0.296585366,0.317801673,1,1 -Solano,95,6095251000,594,99,552,115,292,242,123,76,78,53,169,96,164,88,0.491582492,0.438405797,0,0 -Solano,95,6095251804,887,68,893,108,190,250,26,37,59,54,164,91,191,86,0.214205186,0.279955207,1,0 -Solano,95,6095252106,1144,101,1178,139,86,273,10,16,92,62,76,48,181,73,0.075174825,0.231748727,1,0 -Solano,95,6095250300,690,113,873,100,185,265,24,30,67,55,161,81,198,111,0.268115942,0.303550974,1,0 -Solano,95,6095250502,819,102,730,84,102,113,26,40,50,61,76,52,63,71,0.124542125,0.154794521,1,1 -Solano,95,6095252103,1305,122,1343,133,211,324,29,26,0,17,182,88,324,95,0.161685824,0.241250931,0,1 -Solano,95,6095252402,1263,114,1243,113,387,284,146,88,7,11,241,107,277,131,0.306413302,0.228479485,0,1 -Solano,95,6095252502,363,55,379,78,156,117,57,46,73,46,99,44,44,40,0.429752066,0.308707124,0,0 -Solano,95,6095252908,924,102,844,116,153,226,79,67,56,57,74,51,170,88,0.165584416,0.267772512,0,1 -Solano,95,6095253101,1375,142,1297,129,267,262,67,64,101,82,200,68,161,80,0.194181818,0.202004626,0,0 -Solano,95,6095251300,693,87,712,101,76,71,7,12,36,41,69,43,35,39,0.10966811,0.099719101,1,1 -Solano,95,6095252704,1264,103,1183,120,133,339,32,35,59,57,101,73,280,101,0.105221519,0.286559594,1,0 -Solano,95,6095253105,1607,197,1265,173,439,460,164,125,92,89,275,165,368,125,0.273179838,0.363636364,0,0 -Solano,95,6095252904,1665,160,1341,129,178,97,36,37,31,50,142,81,66,57,0.106906907,0.072334079,1,1 -Solano,95,6095253000,0,17,0,17,0,0,0,17,0,17,0,17,0,17,,,1,1 -Solano,95,6095253402,1791,170,1757,176,232,427,41,66,87,73,191,101,340,129,0.129536572,0.243027888,1,0 -Solano,95,6095252102,976,108,882,107,184,242,13,19,78,62,171,77,164,71,0.18852459,0.274376417,1,0 -Solano,95,6095252201,2484,202,2373,162,147,111,25,37,27,42,122,90,84,53,0.059178744,0.046776233,1,1 -Solano,95,6095252306,830,99,907,91,97,52,31,26,45,52,66,62,7,12,0.11686747,0.057331863,0,1 -Solano,95,6095252401,1057,106,982,122,173,135,21,21,70,54,152,67,65,49,0.163670766,0.137474542,0,0 -Solano,95,6095250400,697,94,571,106,213,76,17,20,32,33,196,87,44,41,0.305595409,0.133099825,1,1 -Solano,95,6095251100,533,118,679,124,176,229,47,58,53,37,129,87,176,80,0.330206379,0.337260677,1,0 -Solano,95,6095251500,932,147,810,136,418,247,86,75,39,38,332,140,208,98,0.448497854,0.304938272,0,0 -Solano,95,6095251600,555,105,551,108,188,169,97,98,56,54,91,60,113,71,0.338738739,0.306715064,1,0 -Solano,95,6095251901,1066,130,1031,125,298,390,84,74,60,57,214,85,330,115,0.279549719,0.378273521,0,0 -Solano,95,6095252202,2724,163,2595,161,151,281,111,76,58,53,40,44,223,94,0.055433186,0.108285164,1,0 -Solano,95,6095250103,1119,135,1208,129,327,331,58,47,0,12,269,125,331,137,0.292225201,0.274006623,0,1 -Solano,95,6095250104,474,68,551,72,61,16,38,31,5,14,23,15,11,21,0.128691983,0.029038113,0,1 -Solano,95,6095250105,1896,167,1687,180,331,315,94,81,76,83,237,160,239,106,0.174578059,0.186721992,0,1 -Solano,95,6095250106,1245,79,1237,117,172,83,19,23,24,28,153,76,59,41,0.13815261,0.067097817,1,1 -Solano,95,6095250604,971,122,1002,103,164,62,17,19,0,12,147,83,62,46,0.168898043,0.061876248,1,1 -Solano,95,6095250605,1128,95,1122,107,141,97,74,59,0,12,67,53,97,92,0.125,0.086452763,0,1 -Solano,95,6095250801,920,112,818,132,173,264,82,77,49,36,91,44,215,99,0.188043478,0.322738386,0,0 -Solano,95,6095252310,831,77,878,95,90,18,10,16,9,15,80,57,9,15,0.108303249,0.020501139,1,1 -Solano,95,6095252311,1172,97,1276,109,65,66,14,21,17,20,51,55,49,40,0.055460751,0.051724138,1,1 -Solano,95,6095252312,1034,111,824,116,155,149,36,57,0,12,119,74,149,106,0.149903288,0.180825243,1,1 -Solano,95,6095252313,1570,131,1236,116,250,118,194,132,39,62,56,54,79,62,0.159235669,0.095469256,0,1 -Solano,95,6095252314,1133,128,996,103,249,161,139,79,43,41,110,71,118,73,0.219770521,0.161646586,0,0 -Solano,95,6095252315,1279,93,1162,87,82,50,12,19,11,18,70,54,39,40,0.064112588,0.04302926,1,1 -Solano,95,6095252316,864,104,859,102,119,25,61,54,5,14,58,54,20,30,0.137731481,0.029103609,0,1 -Solano,95,6095252317,2045,137,1890,119,443,250,134,91,70,57,309,157,180,126,0.216625917,0.132275132,0,0 -Solano,95,6095252610,782,101,773,94,152,104,28,29,44,39,124,69,60,54,0.194373402,0.13454075,1,0 -Solano,95,6095252611,849,121,707,147,336,218,51,36,19,23,285,92,199,105,0.395759717,0.30834512,0,1 -Solano,95,6095252801,850,61,789,71,102,92,16,19,59,53,86,49,33,27,0.12,0.116603295,1,0 -Solano,95,6095252802,180,73,147,53,44,22,5,7,0,12,39,61,22,25,0.244444444,0.149659864,1,1 -Solano,95,6095252911,1134,175,1042,153,0,101,0,12,0,12,0,12,101,76,0,0.096928983,1,1 -Solano,95,6095252912,1594,103,1636,123,155,75,31,31,35,56,124,71,40,33,0.097239649,0.045843521,0,1 -Solano,95,6095252913,1322,103,1284,148,102,128,14,16,48,47,88,57,80,69,0.077155825,0.099688474,1,0 -Solano,95,6095252914,1509,148,1373,135,279,493,115,71,147,106,164,81,346,131,0.184890656,0.359067735,0,0 -Solano,95,6095252915,1258,100,1011,112,126,149,47,46,27,35,79,46,122,58,0.100158983,0.147378833,0,1 -Solano,95,6095253204,1923,187,1854,198,361,313,68,65,10,18,293,125,303,138,0.187727509,0.168824164,0,1 -Solano,95,6095253205,824,76,887,107,168,233,45,33,104,95,123,63,129,106,0.203883495,0.262683202,0,0 -Solano,95,6095253206,880,71,772,80,104,61,20,24,24,26,84,74,37,46,0.118181818,0.079015544,1,1 -Solano,95,6095253403,1337,109,1370,124,223,173,118,70,60,70,105,60,113,85,0.166791324,0.126277372,0,1 -Solano,95,6095253404,1794,157,1716,153,283,412,25,29,33,40,258,126,379,167,0.157748049,0.24009324,1,1 -Solano,95,6095980000,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 -Sonoma,97,6097151402,2042,220,2103,202,583,484,118,98,184,134,465,162,300,140,0.285504407,0.230147408,0,0 -Sonoma,97,6097152100,471,89,509,114,43,90,22,25,9,16,21,23,81,62,0.091295117,0.176817289,1,1 -Sonoma,97,6097152300,990,86,1104,98,59,80,35,39,12,20,24,22,68,44,0.05959596,0.072463768,1,1 -Sonoma,97,6097152400,2618,286,2805,246,88,247,88,84,119,65,0,17,128,99,0.033613445,0.088057041,1,0 -Sonoma,97,6097152600,2311,155,2323,198,150,95,63,55,24,33,87,55,71,52,0.064906967,0.040895394,0,1 -Sonoma,97,6097153102,1220,94,1026,119,282,149,209,111,45,45,73,55,104,59,0.231147541,0.145224172,0,0 -Sonoma,97,6097153705,832,134,943,103,106,122,14,22,0,12,92,58,122,75,0.127403846,0.129374337,1,1 -Sonoma,97,6097153706,1147,108,1027,144,87,25,0,12,10,15,87,49,15,24,0.075850044,0.024342746,1,1 -Sonoma,97,6097154302,840,152,924,156,21,161,21,24,25,23,0,12,136,72,0.025,0.174242424,1,0 -Sonoma,97,6097153902,1170,121,1062,132,222,300,42,52,107,74,180,88,193,93,0.18974359,0.282485876,1,0 -Sonoma,97,6097150303,1132,179,1244,167,72,62,0,12,17,28,72,77,45,69,0.06360424,0.049839228,1,1 -Sonoma,97,6097150304,1436,150,1570,175,283,257,143,112,79,77,140,105,178,104,0.197075209,0.163694268,0,0 -Sonoma,97,6097150601,1147,103,1039,107,192,188,73,61,68,66,119,76,120,52,0.1673932,0.180943215,0,0 -Sonoma,97,6097151203,1229,123,1148,105,206,195,46,30,82,59,160,75,113,60,0.167615948,0.169860627,0,0 -Sonoma,97,6097151401,1734,159,1515,170,295,337,67,68,118,90,228,122,219,127,0.170126874,0.222442244,1,0 -Sonoma,97,6097150901,1255,168,1149,157,170,278,18,29,99,82,152,76,179,86,0.135458167,0.241949521,1,0 -Sonoma,97,6097151201,1744,246,1733,217,301,353,73,64,133,106,228,165,220,123,0.172591743,0.203693018,0,0 -Sonoma,97,6097151308,1094,142,1081,149,218,108,179,122,61,66,39,52,47,43,0.199268739,0.099907493,1,1 -Sonoma,97,6097151309,1368,95,1239,132,156,193,39,34,37,45,117,61,156,84,0.114035088,0.155770783,0,1 -Sonoma,97,6097152502,763,113,871,112,77,177,0,12,117,72,77,61,60,42,0.100917431,0.203214696,1,0 -Sonoma,97,6097150202,1220,173,1507,178,101,67,22,33,13,22,79,78,54,51,0.082786885,0.04445919,1,1 -Sonoma,97,6097150800,1240,91,1276,113,140,165,110,65,54,65,30,26,111,78,0.112903226,0.129310345,0,1 -Sonoma,97,6097151503,1055,77,1067,79,51,15,8,11,7,11,43,48,8,13,0.048341232,0.014058107,1,1 -Sonoma,97,6097151700,1705,201,1665,205,246,355,45,44,81,71,201,100,274,144,0.144281525,0.213213213,0,0 -Sonoma,97,6097151800,1201,157,1359,154,92,195,0,17,0,17,92,58,195,83,0.076602831,0.143487859,1,1 -Sonoma,97,6097152702,1306,138,1245,134,304,275,90,70,63,55,214,101,212,80,0.232771822,0.220883534,0,0 -Sonoma,97,6097151204,783,101,829,104,68,143,36,31,8,13,32,27,135,84,0.086845466,0.172496984,0,1 -Sonoma,97,6097153401,1595,164,1595,193,298,297,107,88,108,85,191,98,189,95,0.186833856,0.186206897,0,0 -Sonoma,97,6097152903,1192,108,1184,112,327,226,114,75,105,72,213,76,121,75,0.274328859,0.190878378,0,0 -Sonoma,97,6097153001,1354,227,1314,152,324,332,97,76,159,114,227,131,173,97,0.23929099,0.252663623,0,0 -Sonoma,97,6097153006,2003,191,1541,168,395,293,54,80,114,68,341,127,179,91,0.197204194,0.190136275,1,0 -Sonoma,97,6097152701,1294,146,1452,119,176,184,66,53,52,51,110,85,132,70,0.136012365,0.126721763,0,0 -Sonoma,97,6097150500,1190,217,1022,161,45,118,0,12,66,59,45,40,52,45,0.037815126,0.115459883,1,0 -Sonoma,97,6097153403,967,99,996,112,177,191,125,86,35,36,52,39,156,82,0.183040331,0.191767068,0,1 -Sonoma,97,6097153801,2703,187,2570,157,243,462,92,62,186,115,151,80,276,112,0.089900111,0.179766537,0,0 -Sonoma,97,6097150100,675,113,664,88,41,43,6,9,32,35,35,30,11,17,0.060740741,0.064759036,1,1 -Sonoma,97,6097150603,1798,153,1470,198,264,156,46,46,91,88,218,124,65,57,0.146829811,0.106122449,0,0 -Sonoma,97,6097150702,1350,134,1314,84,115,60,83,69,11,16,32,26,49,36,0.085185185,0.0456621,0,1 -Sonoma,97,6097151000,986,112,1027,107,112,101,37,26,44,45,75,63,57,43,0.113590264,0.098344693,0,1 -Sonoma,97,6097151301,994,111,1008,115,159,169,23,28,7,12,136,89,162,95,0.159959759,0.16765873,1,1 -Sonoma,97,6097152203,688,141,672,107,128,30,42,52,0,12,86,67,30,22,0.186046512,0.044642857,1,1 -Sonoma,97,6097153005,1822,187,1780,210,162,198,16,27,78,87,146,80,120,101,0.088913282,0.111235955,1,1 -Sonoma,97,6097153200,1902,190,1597,157,363,238,188,177,56,51,175,88,182,95,0.190851735,0.14902943,0,0 -Sonoma,97,6097153502,1200,126,979,110,103,77,60,49,48,39,43,31,29,29,0.085833333,0.078651685,0,0 -Sonoma,97,6097153704,837,148,748,165,103,207,0,12,57,57,103,79,150,92,0.123058542,0.276737968,1,0 -Sonoma,97,6097153901,1373,160,1247,138,14,125,0,17,0,17,14,22,125,96,0.01019665,0.100240577,1,1 -Sonoma,97,6097150902,898,84,856,97,68,121,47,42,18,16,21,22,103,78,0.075723831,0.14135514,1,0 -Sonoma,97,6097151306,897,104,791,121,122,37,7,13,4,9,115,75,33,31,0.136008919,0.046776233,1,1 -Sonoma,97,6097153903,1017,116,1086,102,114,201,56,61,31,37,58,34,170,83,0.112094395,0.185082873,1,1 -Sonoma,97,6097154100,974,99,1013,93,64,116,23,26,48,51,41,26,68,55,0.065708419,0.114511352,1,1 -Sonoma,97,6097153002,1204,144,1149,164,265,234,93,73,31,49,172,97,203,104,0.220099668,0.203655352,0,1 -Sonoma,97,6097151100,1412,98,1335,100,88,152,20,19,108,70,68,37,44,27,0.062322946,0.113857678,0,0 -Sonoma,97,6097150602,1196,92,1148,100,80,97,38,30,39,32,42,33,58,58,0.066889632,0.084494774,0,0 -Sonoma,97,6097150701,1101,154,864,165,166,212,50,45,29,36,116,107,183,99,0.150772025,0.24537037,0,1 -Sonoma,97,6097151305,1313,177,1139,182,344,242,160,141,45,51,184,111,197,125,0.26199543,0.212467076,0,1 -Sonoma,97,6097151307,1442,129,1133,119,167,155,45,34,43,33,122,64,112,64,0.115811373,0.136804943,0,0 -Sonoma,97,6097151310,896,126,878,110,134,148,45,49,21,25,89,61,127,69,0.149553571,0.16856492,1,1 -Sonoma,97,6097151900,705,90,528,110,89,94,24,30,39,41,65,37,55,45,0.126241135,0.178030303,1,1 -Sonoma,97,6097152201,808,126,759,119,117,196,42,41,103,70,75,65,93,61,0.14480198,0.258234519,0,0 -Sonoma,97,6097152202,1614,190,1385,197,229,317,70,83,74,99,159,120,243,103,0.141883519,0.228880866,1,1 -Sonoma,97,6097151502,1682,215,1578,177,237,296,74,68,158,123,163,93,138,136,0.140903686,0.187579214,0,0 -Sonoma,97,6097152904,1196,124,1427,126,109,377,41,33,205,129,68,41,172,86,0.091137124,0.26419061,0,0 -Sonoma,97,6097153003,1232,145,1347,147,281,315,90,80,55,59,191,84,260,99,0.228084416,0.233853007,0,1 -Sonoma,97,6097153501,1376,129,1283,131,134,105,31,27,67,64,103,64,38,29,0.097383721,0.081839439,0,0 -Sonoma,97,6097153703,802,132,624,89,167,103,59,56,35,27,108,61,68,44,0.208229426,0.165064103,0,0 -Sonoma,97,6097151311,1576,168,1392,173,287,329,0,17,89,68,287,122,240,136,0.182106599,0.236350575,1,0 -Sonoma,97,6097151504,976,98,879,73,63,68,12,19,20,22,51,41,48,46,0.06454918,0.077360637,1,1 -Sonoma,97,6097152501,1004,116,1070,119,244,165,31,41,14,17,213,82,151,73,0.243027888,0.154205607,1,1 -Sonoma,97,6097152801,1236,141,1366,101,155,220,114,84,83,64,41,64,137,86,0.125404531,0.161054173,1,0 -Sonoma,97,6097153404,1106,103,1186,126,100,208,9,15,54,49,91,46,154,76,0.090415913,0.175379427,1,0 -Sonoma,97,6097153600,1580,256,1326,188,174,166,74,65,89,69,100,67,77,81,0.110126582,0.125188537,0,1 -Sonoma,97,6097154000,754,99,766,78,42,70,7,11,19,21,35,22,51,48,0.055702918,0.091383812,1,1 -Sonoma,97,6097152000,314,89,247,76,99,76,35,35,0,12,64,41,76,38,0.315286624,0.307692308,0,1 -Sonoma,97,6097152802,1419,188,1570,226,383,478,170,116,263,141,213,133,215,128,0.269908386,0.304458599,0,0 -Sonoma,97,6097153300,2620,215,2586,186,766,540,349,182,124,116,417,189,416,189,0.292366412,0.208816705,0,0 -Sonoma,97,6097150203,1203,145,1179,153,143,132,107,95,82,88,36,40,50,45,0.118869493,0.111959288,1,1 -Sonoma,97,6097150204,913,106,1023,146,119,119,21,20,26,22,98,61,93,78,0.13033954,0.116324536,0,0 -Sonoma,97,6097150305,1325,132,1354,144,182,202,8,13,56,66,174,92,146,82,0.137358491,0.149187592,1,1 -Sonoma,97,6097150306,1018,144,1120,135,132,179,70,68,142,117,62,55,37,43,0.129666012,0.159821429,0,1 -Sonoma,97,6097150607,1382,109,1465,148,83,73,15,23,26,40,68,46,47,41,0.060057887,0.049829352,1,1 -Sonoma,97,6097150609,1192,114,1051,126,127,200,44,42,32,35,83,55,168,82,0.106543624,0.190294957,0,1 -Sonoma,97,6097150610,1070,75,1098,87,71,84,21,23,22,26,50,40,62,46,0.06635514,0.076502732,1,1 -Sonoma,97,6097150611,1094,103,1006,147,95,253,16,18,112,87,79,45,141,78,0.086837294,0.251491054,1,0 -Sonoma,97,6097150612,1211,115,1285,115,160,119,46,54,43,56,114,80,76,68,0.132122213,0.092607004,1,1 -Sonoma,97,6097152906,1607,170,1256,175,239,123,125,124,54,44,114,81,69,47,0.148724331,0.097929936,0,0 -Sonoma,97,6097151601,864,83,834,113,0,15,0,12,0,12,0,12,15,24,0,0.017985612,1,1 -Sonoma,97,6097151602,942,132,1010,113,8,31,8,14,16,24,0,12,15,23,0.008492569,0.030693069,1,1 -Sonoma,97,6097152905,1052,100,900,116,134,184,84,74,67,64,50,45,117,70,0.127376426,0.204444444,0,0 -Sonoma,97,6097153103,822,102,1045,125,253,276,63,45,149,103,190,89,127,75,0.307785888,0.264114833,0,0 -Sonoma,97,6097153104,783,96,695,130,279,238,58,47,76,67,221,88,162,66,0.356321839,0.342446043,0,0 -Sonoma,97,6097153804,944,77,927,92,118,55,66,49,16,19,52,39,39,24,0.125,0.059331176,0,1 -Sonoma,97,6097153806,862,81,907,95,89,24,37,30,18,25,52,32,6,11,0.10324826,0.02646086,0,1 -Sonoma,97,6097153807,1109,81,1134,107,72,140,8,13,38,35,64,35,102,71,0.064923354,0.12345679,1,0 -Sonoma,97,6097153808,1030,100,853,100,160,189,85,62,115,69,75,41,74,53,0.155339806,0.221570926,0,0 -Sonoma,97,6097153809,1128,101,1266,117,195,77,39,46,39,53,156,78,38,43,0.17287234,0.060821485,1,1 -Sonoma,97,6097154201,820,101,882,173,126,102,62,51,52,81,64,47,50,41,0.153658537,0.115646259,0,1 -Sonoma,97,6097154202,1660,171,1694,155,166,201,34,34,43,42,132,77,158,89,0.1,0.118654073,0,0 -Sonoma,97,6097154303,490,81,403,90,43,14,12,19,0,12,31,37,14,12,0.087755102,0.034739454,1,1 -Sonoma,97,6097154304,568,99,489,87,24,24,4,3,4,5,20,15,20,22,0.042253521,0.049079755,0,1 -Sonoma,97,6097990100,0,12,0,12,0,0,0,12,0,12,0,12,0,12,,,1,1 \ No newline at end of file diff --git a/Project-Documentation/Equity-Priority-Communities/Equity Priority Communities 2020 (ACS 2014-2018).ipynb b/Project-Documentation/Equity-Priority-Communities/Equity Priority Communities 2020 (ACS 2014-2018).ipynb deleted file mode 100644 index 3e0f8a11..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Equity Priority Communities 2020 (ACS 2014-2018).ipynb +++ /dev/null @@ -1,3453 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "import sys\n", - "import pandas as pd, geopandas as gp, matplotlib.pyplot as plt, numpy as np\n", - "import getpass\n", - "import requests \n", - "import json\n", - "import contextily as ctx\n", - "from pandas import ExcelWriter\n", - "\n", - "# user = getpass.getuser()\n", - "# sys.dont_write_bytecode = True\n", - "# sys.path.insert(0, '/Users/{}/Box/DataViz Projects/Utility Code'.format(user))\n", - "\n", - "# from utils_io import *" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Read census api key from file" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "def get_file_contents(filename):\n", - " \"\"\" Given a filename,\n", - " return the contents of that file\n", - " \"\"\"\n", - " try:\n", - " with open(filename, 'r') as f:\n", - " # It's assumed our file contains a single line,\n", - " # with our API key\n", - " return f.read().strip()\n", - " except FileNotFoundError:\n", - " print(\"'%s' file not found\" % filename)" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [], - "source": [ - "def flag_condition_calc(row, df_share_column, standard_deviation):\n", - " cond = (\n", - " df_share_column.mean().round(decimals=2)\n", - " + (standard_deviation * df_share_column.std().round(decimals=2))\n", - " ).round(decimals=2)\n", - " if row > cond:\n", - " return 1\n", - " else:\n", - " return 0" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "outputs": [], - "source": [ - "def flag_mult_columns(dataframe, dictionary, standard_deviation):\n", - " for key, value in dictionary.items():\n", - " dataframe[value] = dataframe[key].apply(\n", - " lambda row: flag_condition_calc(row, acs_df[key], standard_deviation)\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [], - "source": [ - "def set_coc_class(df):\n", - " if df[\"coc50_1ha\"] == 1:\n", - " return \"Highest\"\n", - " elif df[\"coc50_1\"] == 1:\n", - " return \"Higher\"\n", - " elif df[\"coc50_1_2\"] == 1:\n", - " return \"High\"\n", - " else:\n", - " return \"NA\"" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Read selected ACS varibles from csv" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "acs_coc_selected_vars = pd.read_csv('Data/ACS_Table_Variables_EPC_Factors.csv')" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "acs_vars_lst = acs_coc_selected_vars['ACS_Table_Variable'].tolist()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Query ACS API\n", - "#### [Census American Community Survey 5-Year Data API Documentation](https://www.census.gov/data/developers/data-sets/acs-5year.html)" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "api_file = 'census_api_key.txt'\n", - "\n", - "api_key = get_file_contents(api_file)" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [], - "source": [ - "var = ','.join(acs_vars_lst)\n", - "counties = '001,013,041,055,075,081,085,095,097'\n", - "state = '06'\n", - "url = f\"https://api.census.gov/data/2018/acs/acs5?get={var}&for=tract:*&in=county:{counties}&in=state:{state}&key={api_key}\"\n", - "rq = requests.get(url)\n", - "data = rq.json()\n", - "acs_df = pd.DataFrame(data[1:],columns=data[0])" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array(['055', '085', '095', '075', '013', '081', '001', '097', '041'],\n", - " dtype=object)" - ] - }, - "execution_count": 7, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df['county'].unique()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Change data type to integer select columns" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "acs_df[acs_vars_lst] = acs_df[acs_vars_lst].apply(pd.to_numeric)" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [], - "source": [ - "acs_df['geoid'] = acs_df['state'] + acs_df['county'] + acs_df['tract']" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Rename columns for consistancy with prior CoCs" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], - "source": [ - "cols = {\n", - " \"county\": \"county_fip\",\n", - " \"B03002_001E\": \"tot_pop_mi\",\n", - " \"B01001_001E\": \"tot_pop_se\",\n", - " \"C17002_001E\": \"tot_pop_po\",\n", - " \"C18108_001E\": \"tot_pop_ci\",\n", - " \"B08201_001E\": \"tot_hh\",\n", - " \"B11004_001E\": \"tot_fam\",\n", - " \"B16005_001E\": \"tot_pop_ov\",\n", - " \"B25070_010E\": \"pop_hus_re\",\n", - " \"B08201_002E\": \"pop_zvhhs\",\n", - "}\n", - "acs_df.rename(columns=cols, inplace=True)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Calculate CoC and populations" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "acs_df[\"pop_minori\"] = acs_df[\"tot_pop_mi\"] - acs_df[\"B03002_003E\"]\n", - "acs_df[\"pop_over75\"] = (\n", - " acs_df[\"B01001_023E\"]\n", - " + acs_df[\"B01001_024E\"]\n", - " + acs_df[\"B01001_025E\"]\n", - " + acs_df[\"B01001_047E\"]\n", - " + acs_df[\"B01001_048E\"]\n", - " + acs_df[\"B01001_049E\"]\n", - ")\n", - "acs_df[\"pop_spfam\"] = acs_df[\"B11004_010E\"] + acs_df[\"B11004_016E\"]\n", - "acs_df[\"pop_lep\"] = (\n", - " acs_df[\"B16005_007E\"]\n", - " + acs_df[\"B16005_008E\"]\n", - " + acs_df[\"B16005_012E\"]\n", - " + acs_df[\"B16005_013E\"]\n", - " + acs_df[\"B16005_017E\"]\n", - " + acs_df[\"B16005_018E\"]\n", - " + acs_df[\"B16005_022E\"]\n", - " + acs_df[\"B16005_023E\"]\n", - " + acs_df[\"B16005_029E\"]\n", - " + acs_df[\"B16005_030E\"]\n", - " + acs_df[\"B16005_034E\"]\n", - " + acs_df[\"B16005_035E\"]\n", - " + acs_df[\"B16005_039E\"]\n", - " + acs_df[\"B16005_040E\"]\n", - " + acs_df[\"B16005_044E\"]\n", - " + acs_df[\"B16005_045E\"]\n", - ")\n", - "acs_df[\"pop_below2\"] = acs_df[\"tot_pop_po\"] - acs_df[\"C17002_008E\"]\n", - "acs_df[\"pop_disabi\"] = acs_df[\"tot_pop_ci\"] - (\n", - " acs_df[\"C18108_005E\"] + acs_df[\"C18108_009E\"] + acs_df[\"C18108_013E\"]\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Calculate CoC shares" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "acs_df[\"pct_minori\"] = np.where(\n", - " acs_df[\"tot_pop_mi\"] == 0, 0, (acs_df[\"pop_minori\"] / acs_df[\"tot_pop_mi\"])\n", - ")\n", - "acs_df[\"pct_over75\"] = np.where(\n", - " acs_df[\"tot_pop_se\"] == 0, 0, (acs_df[\"pop_over75\"] / acs_df[\"tot_pop_se\"])\n", - ")\n", - "acs_df[\"pct_spfam\"] = np.where(acs_df[\"tot_fam\"] == 0, 0, (acs_df[\"pop_spfam\"] / acs_df[\"tot_fam\"]))\n", - "acs_df[\"pct_lep\"] = np.where(\n", - " acs_df[\"tot_pop_ov\"] == 0, 0, (acs_df[\"pop_lep\"] / acs_df[\"tot_pop_ov\"])\n", - ")\n", - "acs_df[\"pct_below2\"] = np.where(\n", - " acs_df[\"tot_pop_po\"] == 0, 0, (acs_df[\"pop_below2\"] / acs_df[\"tot_pop_po\"])\n", - ")\n", - "acs_df[\"pct_disab\"] = np.where(\n", - " acs_df[\"tot_pop_ci\"] == 0, 0, (acs_df[\"pop_disabi\"] / acs_df[\"tot_pop_ci\"])\n", - ")\n", - "acs_df[\"pct_zvhhs\"] = np.where(acs_df[\"tot_hh\"] == 0, 0, (acs_df[\"pop_zvhhs\"] / acs_df[\"tot_hh\"]))\n", - "acs_df[\"pct_hus_re\"] = np.where(acs_df[\"tot_hh\"] == 0, 0, (acs_df[\"pop_hus_re\"] / acs_df[\"tot_hh\"]))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag cocs and coc levels (high, higher, highest) " - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag halfsd columns and count factors" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [], - "source": [ - "cols_dict_halfsd = {\n", - " \"pct_over75\": \"over75_1_2\",\n", - " \"pct_minori\": \"minori_1_2\",\n", - " \"pct_spfam\": \"spfam_1_2\",\n", - " \"pct_disab\": \"disab_1_2\",\n", - " \"pct_lep\": \"lep_1_2\",\n", - " \"pct_below2\": \"below2_1_2\",\n", - " \"pct_zvhhs\": \"zvhh_1_2\",\n", - " \"pct_hus_re\": \"hus_re_1_2\",\n", - "}" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": {}, - "outputs": [], - "source": [ - "flag_mult_columns(acs_df,cols_dict_halfsd,.5)" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": {}, - "outputs": [], - "source": [ - "halfsd_cols_list = [\n", - " \"below2_1_2\",\n", - " \"minori_1_2\",\n", - " \"spfam_1_2\",\n", - " \"disab_1_2\",\n", - " \"lep_1_2\",\n", - " \"over75_1_2\",\n", - " \"zvhh_1_2\",\n", - " \"hus_re_1_2\",\n", - "]\n", - "acs_df[\"count_1_2\"] = acs_df[halfsd_cols_list].sum(axis=1)" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
below2_1_2minori_1_2spfam_1_2disab_1_2lep_1_2over75_1_2zvhh_1_2hus_re_1_2
010111001
210110011
301000000
800000100
911101000
...........................
158300000100
158400000100
158500000100
158600111100
158700000100
\n", - "

1221 rows × 8 columns

\n", - "
" - ], - "text/plain": [ - " below2_1_2 minori_1_2 spfam_1_2 disab_1_2 lep_1_2 over75_1_2 \\\n", - "0 1 0 1 1 1 0 \n", - "2 1 0 1 1 0 0 \n", - "3 0 1 0 0 0 0 \n", - "8 0 0 0 0 0 1 \n", - "9 1 1 1 0 1 0 \n", - "... ... ... ... ... ... ... \n", - "1583 0 0 0 0 0 1 \n", - "1584 0 0 0 0 0 1 \n", - "1585 0 0 0 0 0 1 \n", - "1586 0 0 1 1 1 1 \n", - "1587 0 0 0 0 0 1 \n", - "\n", - " zvhh_1_2 hus_re_1_2 \n", - "0 0 1 \n", - "2 1 1 \n", - "3 0 0 \n", - "8 0 0 \n", - "9 0 0 \n", - "... ... ... \n", - "1583 0 0 \n", - "1584 0 0 \n", - "1585 0 0 \n", - "1586 0 0 \n", - "1587 0 0 \n", - "\n", - "[1221 rows x 8 columns]" - ] - }, - "execution_count": 19, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[halfsd_cols_list][acs_df['count_1_2'] >= 1]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag halfsd coc" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [], - "source": [ - "halfsd_remain = [\"spfam_1_2\", \"disab_1_2\", \"lep_1_2\", \"over75_1_2\", \"zvhh_1_2\", \"hus_re_1_2\"]\n", - "halfsd_cond = ((acs_df[\"minori_1_2\"] == 1) & (acs_df[\"below2_1_2\"] == 1)) | (\n", - " (acs_df[\"below2_1_2\"] == 1) & (acs_df[halfsd_remain].sum(axis=1) >= 3)\n", - ")\n", - "acs_df[\"coc50_1_2\"] = np.where(halfsd_cond, 1, 0)" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
below2_1_2minori_1_2spfam_1_2disab_1_2lep_1_2over75_1_2zvhh_1_2hus_re_1_2
010111001
210110011
911101000
1111101000
1811000000
...........................
154311100001
154411101001
154911111001
156410111000
157511101000
\n", - "

339 rows × 8 columns

\n", - "
" - ], - "text/plain": [ - " below2_1_2 minori_1_2 spfam_1_2 disab_1_2 lep_1_2 over75_1_2 \\\n", - "0 1 0 1 1 1 0 \n", - "2 1 0 1 1 0 0 \n", - "9 1 1 1 0 1 0 \n", - "11 1 1 1 0 1 0 \n", - "18 1 1 0 0 0 0 \n", - "... ... ... ... ... ... ... \n", - "1543 1 1 1 0 0 0 \n", - "1544 1 1 1 0 1 0 \n", - "1549 1 1 1 1 1 0 \n", - "1564 1 0 1 1 1 0 \n", - "1575 1 1 1 0 1 0 \n", - "\n", - " zvhh_1_2 hus_re_1_2 \n", - "0 0 1 \n", - "2 1 1 \n", - "9 0 0 \n", - "11 0 0 \n", - "18 0 0 \n", - "... ... ... \n", - "1543 0 1 \n", - "1544 0 1 \n", - "1549 0 1 \n", - "1564 0 0 \n", - "1575 0 0 \n", - "\n", - "[339 rows x 8 columns]" - ] - }, - "execution_count": 21, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[halfsd_cols_list][acs_df['coc50_1_2'] == 1]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag onesd columns" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "metadata": {}, - "outputs": [], - "source": [ - "cols_dict_onesd = {\n", - " \"pct_over75\": \"over75_1\",\n", - " \"pct_minori\": \"minori_1\",\n", - " \"pct_spfam\": \"spfam_1\",\n", - " \"pct_disab\": \"disab_1\",\n", - " \"pct_lep\": \"lep_1\",\n", - " \"pct_below2\": \"below2_1\",\n", - " \"pct_zvhhs\": \"zvhh_1\",\n", - " \"pct_hus_re\": \"hus_re_1\",\n", - "}" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [], - "source": [ - "flag_mult_columns(acs_df, cols_dict_onesd, 1)" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [], - "source": [ - "onesd_cols_list = [\n", - " \"below2_1\",\n", - " \"minori_1\",\n", - " \"spfam_1\",\n", - " \"disab_1\",\n", - " \"lep_1\",\n", - " \"over75_1\",\n", - " \"zvhh_1\",\n", - " \"hus_re_1\",\n", - "]\n", - "acs_df[\"count_1\"] = acs_df[onesd_cols_list].sum(axis=1)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag onesd coc" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "metadata": {}, - "outputs": [], - "source": [ - "onesd_remain = [\"spfam_1\", \"disab_1\", \"lep_1\", \"over75_1\", \"zvhh_1\", \"hus_re_1\"]\n", - "onesd_cond = ((acs_df[\"minori_1\"] == 1) & (acs_df[\"below2_1\"] == 1)) | (\n", - " (acs_df[\"below2_1\"] == 1) & (acs_df[onesd_remain].sum(axis=1) >= 3)\n", - ")\n", - "acs_df[\"coc50_1\"] = np.where(onesd_cond, 1, 0)" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
below2_1minori_1spfam_1disab_1lep_1over75_1zvhh_1hus_re_1
210110011
1911110011
3411101000
3511101001
3811110000
...........................
148111101001
150611101001
150710101001
152710101001
154911101000
\n", - "

183 rows × 8 columns

\n", - "
" - ], - "text/plain": [ - " below2_1 minori_1 spfam_1 disab_1 lep_1 over75_1 zvhh_1 hus_re_1\n", - "2 1 0 1 1 0 0 1 1\n", - "19 1 1 1 1 0 0 1 1\n", - "34 1 1 1 0 1 0 0 0\n", - "35 1 1 1 0 1 0 0 1\n", - "38 1 1 1 1 0 0 0 0\n", - "... ... ... ... ... ... ... ... ...\n", - "1481 1 1 1 0 1 0 0 1\n", - "1506 1 1 1 0 1 0 0 1\n", - "1507 1 0 1 0 1 0 0 1\n", - "1527 1 0 1 0 1 0 0 1\n", - "1549 1 1 1 0 1 0 0 0\n", - "\n", - "[183 rows x 8 columns]" - ] - }, - "execution_count": 26, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[onesd_cols_list][(acs_df[\"coc50_1\"] == 1)]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag onehalfsd columns" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "metadata": {}, - "outputs": [], - "source": [ - "cols_dict_onehalfsd = {\n", - " \"pct_over75\": \"over75_1ha\",\n", - " \"pct_minori\": \"minori_1ha\",\n", - " \"pct_spfam\": \"spfam_1ha\",\n", - " \"pct_disab\": \"disab_1ha\",\n", - " \"pct_lep\": \"lep_1ha\",\n", - " \"pct_below2\": \"below2_1ha\",\n", - " \"pct_zvhhs\": \"zvhh_1ha\",\n", - " \"pct_hus_re\": \"hus_re_1ha\",\n", - "}" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": {}, - "outputs": [], - "source": [ - "flag_mult_columns(acs_df,cols_dict_onehalfsd,1.5)" - ] - }, - { - "cell_type": "code", - "execution_count": 29, - "metadata": {}, - "outputs": [], - "source": [ - "onehalfsd_cols_list = [\n", - " \"below2_1ha\",\n", - " \"minori_1ha\",\n", - " \"spfam_1ha\",\n", - " \"disab_1ha\",\n", - " \"lep_1ha\",\n", - " \"over75_1ha\",\n", - " \"zvhh_1ha\",\n", - " \"hus_re_1ha\",\n", - "]\n", - "acs_df[\"count_1ha\"] = acs_df[onehalfsd_cols_list].sum(axis=1)" - ] - }, - { - "cell_type": "code", - "execution_count": 30, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
below2_1haminori_1haspfam_1hadisab_1halep_1haover75_1hazvhh_1hahus_re_1ha
000100000
210110011
900001000
1000001000
1101001000
...........................
154901001000
155001100000
156400001000
157500001000
158300000100
\n", - "

433 rows × 8 columns

\n", - "
" - ], - "text/plain": [ - " below2_1ha minori_1ha spfam_1ha disab_1ha lep_1ha over75_1ha \\\n", - "0 0 0 1 0 0 0 \n", - "2 1 0 1 1 0 0 \n", - "9 0 0 0 0 1 0 \n", - "10 0 0 0 0 1 0 \n", - "11 0 1 0 0 1 0 \n", - "... ... ... ... ... ... ... \n", - "1549 0 1 0 0 1 0 \n", - "1550 0 1 1 0 0 0 \n", - "1564 0 0 0 0 1 0 \n", - "1575 0 0 0 0 1 0 \n", - "1583 0 0 0 0 0 1 \n", - "\n", - " zvhh_1ha hus_re_1ha \n", - "0 0 0 \n", - "2 1 1 \n", - "9 0 0 \n", - "10 0 0 \n", - "11 0 0 \n", - "... ... ... \n", - "1549 0 0 \n", - "1550 0 0 \n", - "1564 0 0 \n", - "1575 0 0 \n", - "1583 0 0 \n", - "\n", - "[433 rows x 8 columns]" - ] - }, - "execution_count": 30, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[onehalfsd_cols_list][acs_df[\"count_1ha\"] >= 1]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag onehalfsd coc" - ] - }, - { - "cell_type": "code", - "execution_count": 31, - "metadata": {}, - "outputs": [], - "source": [ - "onehalfsd_remain = [\"spfam_1ha\", \"disab_1ha\", \"lep_1ha\", \"over75_1ha\", \"zvhh_1ha\", \"hus_re_1ha\"]\n", - "onehalfsd_cond = ((acs_df[\"minori_1ha\"] == 1) & (acs_df[\"below2_1ha\"] == 1)) | (\n", - " (acs_df[\"below2_1ha\"] == 1) & (acs_df[onehalfsd_remain].sum(axis=1) >= 3)\n", - ")\n", - "acs_df[\"coc50_1ha\"] = np.where(onehalfsd_cond, 1, 0)" - ] - }, - { - "cell_type": "code", - "execution_count": 32, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
below2_1haminori_1haspfam_1hadisab_1halep_1haover75_1hazvhh_1hahus_re_1ha
210110011
1910110011
3510101001
5110110001
10111101000
...........................
140110011110
146011001111
146611111110
150611101001
150710101001
\n", - "

78 rows × 8 columns

\n", - "
" - ], - "text/plain": [ - " below2_1ha minori_1ha spfam_1ha disab_1ha lep_1ha over75_1ha \\\n", - "2 1 0 1 1 0 0 \n", - "19 1 0 1 1 0 0 \n", - "35 1 0 1 0 1 0 \n", - "51 1 0 1 1 0 0 \n", - "101 1 1 1 0 1 0 \n", - "... ... ... ... ... ... ... \n", - "1401 1 0 0 1 1 1 \n", - "1460 1 1 0 0 1 1 \n", - "1466 1 1 1 1 1 1 \n", - "1506 1 1 1 0 1 0 \n", - "1507 1 0 1 0 1 0 \n", - "\n", - " zvhh_1ha hus_re_1ha \n", - "2 1 1 \n", - "19 1 1 \n", - "35 0 1 \n", - "51 0 1 \n", - "101 0 0 \n", - "... ... ... \n", - "1401 1 0 \n", - "1460 1 1 \n", - "1466 1 0 \n", - "1506 0 1 \n", - "1507 0 1 \n", - "\n", - "[78 rows x 8 columns]" - ] - }, - "execution_count": 32, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[onehalfsd_cols_list][(acs_df[\"coc50_1ha\"] == 1)]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Flag 2050 cocs" - ] - }, - { - "cell_type": "code", - "execution_count": 33, - "metadata": {}, - "outputs": [], - "source": [ - "acs_df[\"coc_2050\"] = np.where(\n", - " (acs_df[\"coc50_1ha\"] == 1) | (acs_df[\"coc50_1\"] == 1) | (acs_df[\"coc50_1_2\"]), 1, 0\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 34, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
coc_2050coc50_1_2coc50_1coc50_1ha
01100
21111
91100
111100
181100
...............
15431100
15441100
15491110
15641100
15751100
\n", - "

339 rows × 4 columns

\n", - "
" - ], - "text/plain": [ - " coc_2050 coc50_1_2 coc50_1 coc50_1ha\n", - "0 1 1 0 0\n", - "2 1 1 1 1\n", - "9 1 1 0 0\n", - "11 1 1 0 0\n", - "18 1 1 0 0\n", - "... ... ... ... ...\n", - "1543 1 1 0 0\n", - "1544 1 1 0 0\n", - "1549 1 1 1 0\n", - "1564 1 1 0 0\n", - "1575 1 1 0 0\n", - "\n", - "[339 rows x 4 columns]" - ] - }, - "execution_count": 34, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[[\"coc_2050\", \"coc50_1_2\", \"coc50_1\", \"coc50_1ha\"]][acs_df[\"coc_2050\"] == 1]" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Create coc classes" - ] - }, - { - "cell_type": "code", - "execution_count": 36, - "metadata": {}, - "outputs": [], - "source": [ - "acs_df[\"coc_class\"] = acs_df.apply(set_coc_class, axis=1)" - ] - }, - { - "cell_type": "code", - "execution_count": 37, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
tot_pop_miB03002_003Etot_pop_seB01001_023EB01001_024EB01001_025EB01001_047EB01001_048EB01001_049Etot_pop_po...spfam_1hadisab_1halep_1habelow2_1hazvhh_1hahus_re_1hacount_1hacoc50_1hacoc_2050coc_class
02772138827722391077882580...100000101High
27223967222300000119...110111511Highest
9841452484147707215817178368...001000101High
1148556848552719404123214790...001000201High
1855711096557129309750225501...000000001High
..................................................................
15435565164355652319468712485553...000000001High
154478202155782062512442891057674...000000001High
1549427815742786429257940634258...001000201Higher
1564548122385481982219562935436...001000101High
1575561313765613160325111585613...001000101High
\n", - "

339 rows × 88 columns

\n", - "
" - ], - "text/plain": [ - " tot_pop_mi B03002_003E tot_pop_se B01001_023E B01001_024E \\\n", - "0 2772 1388 2772 23 9 \n", - "2 722 396 722 23 0 \n", - "9 8414 524 8414 77 0 \n", - "11 4855 68 4855 27 19 \n", - "18 5571 1096 5571 29 30 \n", - "... ... ... ... ... ... \n", - "1543 5565 1643 5565 23 19 \n", - "1544 7820 2155 7820 62 51 \n", - "1549 4278 157 4278 64 29 \n", - "1564 5481 2238 5481 98 22 \n", - "1575 5613 1376 5613 16 0 \n", - "\n", - " B01001_025E B01001_047E B01001_048E B01001_049E tot_pop_po ... \\\n", - "0 10 77 8 8 2580 ... \n", - "2 0 0 0 0 119 ... \n", - "9 72 158 17 17 8368 ... \n", - "11 40 41 23 21 4790 ... \n", - "18 9 75 0 22 5501 ... \n", - "... ... ... ... ... ... ... \n", - "1543 46 87 12 48 5553 ... \n", - "1544 24 42 89 105 7674 ... \n", - "1549 25 79 40 63 4258 ... \n", - "1564 19 5 62 93 5436 ... \n", - "1575 32 51 11 58 5613 ... \n", - "\n", - " spfam_1ha disab_1ha lep_1ha below2_1ha zvhh_1ha hus_re_1ha \\\n", - "0 1 0 0 0 0 0 \n", - "2 1 1 0 1 1 1 \n", - "9 0 0 1 0 0 0 \n", - "11 0 0 1 0 0 0 \n", - "18 0 0 0 0 0 0 \n", - "... ... ... ... ... ... ... \n", - "1543 0 0 0 0 0 0 \n", - "1544 0 0 0 0 0 0 \n", - "1549 0 0 1 0 0 0 \n", - "1564 0 0 1 0 0 0 \n", - "1575 0 0 1 0 0 0 \n", - "\n", - " count_1ha coc50_1ha coc_2050 coc_class \n", - "0 1 0 1 High \n", - "2 5 1 1 Highest \n", - "9 1 0 1 High \n", - "11 2 0 1 High \n", - "18 0 0 1 High \n", - "... ... ... ... ... \n", - "1543 0 0 1 High \n", - "1544 0 0 1 High \n", - "1549 2 0 1 Higher \n", - "1564 1 0 1 High \n", - "1575 1 0 1 High \n", - "\n", - "[339 rows x 88 columns]" - ] - }, - "execution_count": 37, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df[acs_df[\"coc_class\"] != \"NA\"]" - ] - }, - { - "cell_type": "code", - "execution_count": 38, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "coc_class\n", - "High 156\n", - "Higher 105\n", - "Highest 78\n", - "NA 0\n", - "Name: coc_2050, dtype: int64" - ] - }, - "execution_count": 38, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_df.groupby(\"coc_class\")[\"coc_2050\"].agg(sum)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Merge with PBA2040 CoC table" - ] - }, - { - "cell_type": "code", - "execution_count": 39, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
OIDGEOIDTOT_POPPOP_MINORITYPOP_OVER75POP_SPFAMPOP_LEPPOP_BELOW200POP_DISABILITYPOP_HUS_RENT50...DISAB_25LEP_20LOWINC_30ZVHH_10RENT50OCCHUS_15SUM_6COCFLAG_2017COCFLAG_2013TOT_FAMCOUNTY_FIP
0-10600140010033851287289198017322362...000000008181.0
1-106001400200193954913115016114316...000000004791.0
2-1060014003005428209234765131781408181...0001010011301.0
3-1060014004004279172218214343672551126...000000008841.0
4-106001400500351616741134564924339207...000101005191.0
5-10600140060017501123858465590215111...001113113821.0
6-10600140070043962894284228932129792440...001113119151.0
7-106001400800321820521298234870384231...000101006301.0
8-106001400900203110522616021528228154...000012004451.0
9-106001401000550539463063422132502839785...0011131110691.0
\n", - "

10 rows × 32 columns

\n", - "
" - ], - "text/plain": [ - " OID GEOID TOT_POP POP_MINORITY POP_OVER75 POP_SPFAM POP_LEP \\\n", - "0 -1 06001400100 3385 1287 289 19 80 \n", - "1 -1 06001400200 1939 549 131 15 0 \n", - "2 -1 06001400300 5428 2092 347 65 131 \n", - "3 -1 06001400400 4279 1722 182 143 43 \n", - "4 -1 06001400500 3516 1674 113 45 64 \n", - "5 -1 06001400600 1750 1123 85 84 65 \n", - "6 -1 06001400700 4396 2894 284 228 93 \n", - "7 -1 06001400800 3218 2052 129 82 34 \n", - "8 -1 06001400900 2031 1052 26 160 21 \n", - "9 -1 06001401000 5505 3946 306 342 213 \n", - "\n", - " POP_BELOW200 POP_DISABILITY POP_HUS_RENT50 ... DISAB_25 LEP_20 \\\n", - "0 173 223 62 ... 0 0 \n", - "1 161 143 16 ... 0 0 \n", - "2 781 408 181 ... 0 0 \n", - "3 672 551 126 ... 0 0 \n", - "4 924 339 207 ... 0 0 \n", - "5 590 215 111 ... 0 0 \n", - "6 2129 792 440 ... 0 0 \n", - "7 870 384 231 ... 0 0 \n", - "8 528 228 154 ... 0 0 \n", - "9 2502 839 785 ... 0 0 \n", - "\n", - " LOWINC_30 ZVHH_10 RENT50OCCHUS_15 SUM_6 COCFLAG_2017 COCFLAG_2013 \\\n", - "0 0 0 0 0 0 0 \n", - "1 0 0 0 0 0 0 \n", - "2 0 1 0 1 0 0 \n", - "3 0 0 0 0 0 0 \n", - "4 0 1 0 1 0 0 \n", - "5 1 1 1 3 1 1 \n", - "6 1 1 1 3 1 1 \n", - "7 0 1 0 1 0 0 \n", - "8 0 0 1 2 0 0 \n", - "9 1 1 1 3 1 1 \n", - "\n", - " TOT_FAM COUNTY_FIP \n", - "0 818 1.0 \n", - "1 479 1.0 \n", - "2 1130 1.0 \n", - "3 884 1.0 \n", - "4 519 1.0 \n", - "5 382 1.0 \n", - "6 915 1.0 \n", - "7 630 1.0 \n", - "8 445 1.0 \n", - "9 1069 1.0 \n", - "\n", - "[10 rows x 32 columns]" - ] - }, - "execution_count": 39, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_pba2040 = pd.read_csv(\"Data/COCs_ACS2014_tbl.csv\", dtype={\"GEOID\": str})" - ] - }, - { - "cell_type": "code", - "execution_count": 40, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "dtype('int64')" - ] - }, - "execution_count": 40, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_pba2040['COCFLAG_2013'].dtype" - ] - }, - { - "cell_type": "code", - "execution_count": 41, - "metadata": {}, - "outputs": [], - "source": [ - "coc_pba2050_pba2040_compare = pd.merge(\n", - " acs_df,\n", - " coc_pba2040[[\"GEOID\", \"COCFLAG_2017\", \"COCFLAG_2013\"]],\n", - " left_on=\"geoid\",\n", - " right_on=\"GEOID\",\n", - " how=\"left\",\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 43, - "metadata": {}, - "outputs": [], - "source": [ - "coc_pba2050_pba2040_compare.rename(\n", - " columns={\"COCFLAG_2017\": \"coc_2040\", \"COCFLAG_2013\": \"coc_2035\"}, inplace=True\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 44, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "dtype('float64')" - ] - }, - "execution_count": 44, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_pba2050_pba2040_compare['coc_2035'].dtype" - ] - }, - { - "cell_type": "code", - "execution_count": 45, - "metadata": {}, - "outputs": [], - "source": [ - "coc_pba2050_pba2040_compare[\"coc_2035\"] = (\n", - " coc_pba2050_pba2040_compare[\"coc_2035\"].fillna(0.0).astype(int)\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Sum pba2050 and pba2040 cocs for comparison" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "coc_2040 365.0\n", - "coc_2050 339.0\n", - "dtype: float64" - ] - }, - "execution_count": 46, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_pba2050_pba2040_compare[[\"coc_2040\", \"coc_2050\"]].sum()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Sum pba2040 cocs and ACS2016 cocs for a sanity check\n", - "#### - Appears that CoCs are decreasing in the region from the ACS2014 figures to the ACS2018 figures" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
Unnamed: 0GEOIDCOCFLAG_2017COC_FLAG_2018Gain_Loss_2014_2016
01600140010000.00.0
12600140020000.00.0
23600140030000.00.0
34600140040000.00.0
45600140050000.00.0
\n", - "
" - ], - "text/plain": [ - " Unnamed: 0 GEOID COCFLAG_2017 COC_FLAG_2018 Gain_Loss_2014_2016\n", - "0 1 6001400100 0 0.0 0.0\n", - "1 2 6001400200 0 0.0 0.0\n", - "2 3 6001400300 0 0.0 0.0\n", - "3 4 6001400400 0 0.0 0.0\n", - "4 5 6001400500 0 0.0 0.0" - ] - }, - "execution_count": 47, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_dif_acs2014_acs2016 = pd.read_csv(\"Data/COC_Diff_ACS2014_ACS2016.csv\")\n", - "coc_dif_acs2014_acs2016.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "COCFLAG_2017 365.0\n", - "COC_FLAG_2018 336.0\n", - "dtype: float64" - ] - }, - "execution_count": 48, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_dif_acs2014_acs2016[[\"COCFLAG_2017\", \"COC_FLAG_2018\"]].sum()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Calculate coc gains and losses by tract for pba2040 and pba2050" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [], - "source": [ - "coc_pba2050_pba2040_compare[\"coc_2040\"].fillna(0, inplace=True)\n", - "coc_pba2050_pba2040_compare[\"coc_2040\"] = coc_pba2050_pba2040_compare[\"coc_2040\"].astype(int)" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "metadata": {}, - "outputs": [], - "source": [ - "coc_pba2050_pba2040_compare[\"c2040_2050\"] = (\n", - " coc_pba2050_pba2040_compare[\"coc_2050\"] - coc_pba2050_pba2040_compare[\"coc_2040\"]\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 51, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Between ACS2014 and ACS2018, COC tracts decreased by: -26\n" - ] - } - ], - "source": [ - "print(\n", - " \"Between ACS2014 and ACS2018, COC tracts decreased by: \"\n", - " + coc_pba2050_pba2040_compare[\"c2040_2050\"].sum().astype(str)\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Select subset of columns to export to csv" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "metadata": {}, - "outputs": [], - "source": [ - "coc_select_cols = [\n", - " \"geoid\",\n", - " \"state\",\n", - " \"county_fip\",\n", - " \"tract\",\n", - " \"tot_pop_mi\",\n", - " \"tot_pop_po\",\n", - " \"tot_pop_ci\",\n", - " \"tot_hh\",\n", - " \"pop_zvhhs\",\n", - " \"tot_fam\",\n", - " \"tot_pop_ov\",\n", - " \"pop_hus_re\",\n", - " \"pop_minori\",\n", - " \"pop_over75\",\n", - " \"pop_spfam\",\n", - " \"pop_lep\",\n", - " \"pop_below2\",\n", - " \"pop_disabi\",\n", - " \"pct_minori\",\n", - " \"pct_over75\",\n", - " \"pct_spfam\",\n", - " \"pct_lep\",\n", - " \"pct_below2\",\n", - " \"pct_disab\",\n", - " \"pct_zvhhs\",\n", - " \"pct_hus_re\",\n", - " \"over75_1_2\",\n", - " \"minori_1_2\",\n", - " \"spfam_1_2\",\n", - " \"disab_1_2\",\n", - " \"lep_1_2\",\n", - " \"below2_1_2\",\n", - " \"zvhh_1_2\",\n", - " \"hus_re_1_2\",\n", - " \"coc_2035\",\n", - " \"coc_2040\",\n", - " \"coc_2050\",\n", - " \"c2040_2050\",\n", - " \"coc_class\",\n", - "]" - ] - }, - { - "cell_type": "code", - "execution_count": 53, - "metadata": {}, - "outputs": [], - "source": [ - "cocs_pba2050 = coc_pba2050_pba2040_compare[coc_select_cols].copy()" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "metadata": {}, - "outputs": [], - "source": [ - "cocs_pba2050.rename(columns={\"tot_pop_mi\": \"tot_pop\"}, inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 56, - "metadata": {}, - "outputs": [], - "source": [ - "cocs_pba2050.to_csv(\"Data/COCs_ACS2018_tbl.csv\", index=False)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Calculate regional statistics " - ] - }, - { - "cell_type": "code", - "execution_count": 57, - "metadata": {}, - "outputs": [], - "source": [ - "coc_region_stats = (\n", - " acs_df.agg(\n", - " {\n", - " \"pct_over75\": [\"mean\", \"std\"],\n", - " \"pct_minori\": [\"mean\", \"std\"],\n", - " \"pct_lep\": [\"mean\", \"std\"],\n", - " \"pct_spfam\": [\"mean\", \"std\"],\n", - " \"pct_below2\": [\"mean\", \"std\"],\n", - " \"pct_disab\": [\"mean\", \"std\"],\n", - " \"pct_zvhhs\": [\"mean\", \"std\"],\n", - " \"pct_hus_re\": [\"mean\", \"std\"],\n", - " }\n", - " )\n", - " .transpose()\n", - " .reset_index()\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 58, - "metadata": {}, - "outputs": [], - "source": [ - "coc_region_stats.rename(columns={\"index\": \"factors\"}, inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 60, - "metadata": {}, - "outputs": [], - "source": [ - "coc_factors = {\n", - " \"pct_over75\": \"Seniors 75 Years and Over\",\n", - " \"pct_minori\": \"Minorities\",\n", - " \"pct_lep\": \"Limited English Proficiency\",\n", - " \"pct_spfam\": \"Single Parent Families\",\n", - " \"pct_below2\": \"Low-Income (<200% Federal Poverty Level-FPL)\",\n", - " \"pct_disab\": \"People with Disability\",\n", - " \"pct_zvhhs\": \"Zero-Vehicle Household\",\n", - " \"pct_hus_re\": \"Rent-Burdened\",\n", - "}\n", - "coc_region_stats[\"factors\"].replace(coc_factors, inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 61, - "metadata": {}, - "outputs": [], - "source": [ - "coc_region_stats[\"mean\"] = coc_region_stats[\"mean\"].round(decimals=2)\n", - "coc_region_stats[\"std\"] = coc_region_stats[\"std\"].round(decimals=2)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Create fields for .5, 1, and 1.5 sd from mean" - ] - }, - { - "cell_type": "code", - "execution_count": 62, - "metadata": {}, - "outputs": [], - "source": [ - "coc_region_stats[\"plus_half_sd\"] = (\n", - " coc_region_stats[\"mean\"] + (0.5 * coc_region_stats[\"std\"])\n", - ").round(decimals=2)\n", - "coc_region_stats[\"plus_one_sd\"] = (coc_region_stats[\"mean\"] + coc_region_stats[\"std\"]).round(\n", - " decimals=2\n", - ")\n", - "coc_region_stats[\"plus_one_half_sd\"] = (\n", - " coc_region_stats[\"mean\"] + (1.5 * coc_region_stats[\"std\"])\n", - ").round(decimals=2)" - ] - }, - { - "cell_type": "code", - "execution_count": 63, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
factorsmeanstdplus_half_sdplus_one_sdplus_one_half_sd
0Seniors 75 Years and Over0.060.050.080.110.14
1Minorities0.580.240.700.820.94
2Limited English Proficiency0.080.080.120.160.20
3Single Parent Families0.130.090.180.220.26
4Low-Income (<200% Federal Poverty Level-FPL)0.210.140.280.350.42
5People with Disability0.100.050.120.150.18
6Zero-Vehicle Household0.090.120.150.210.27
7Rent-Burdened0.100.080.140.180.22
\n", - "
" - ], - "text/plain": [ - " factors mean std plus_half_sd \\\n", - "0 Seniors 75 Years and Over 0.06 0.05 0.08 \n", - "1 Minorities 0.58 0.24 0.70 \n", - "2 Limited English Proficiency 0.08 0.08 0.12 \n", - "3 Single Parent Families 0.13 0.09 0.18 \n", - "4 Low-Income (<200% Federal Poverty Level-FPL) 0.21 0.14 0.28 \n", - "5 People with Disability 0.10 0.05 0.12 \n", - "6 Zero-Vehicle Household 0.09 0.12 0.15 \n", - "7 Rent-Burdened 0.10 0.08 0.14 \n", - "\n", - " plus_one_sd plus_one_half_sd \n", - "0 0.11 0.14 \n", - "1 0.82 0.94 \n", - "2 0.16 0.20 \n", - "3 0.22 0.26 \n", - "4 0.35 0.42 \n", - "5 0.15 0.18 \n", - "6 0.21 0.27 \n", - "7 0.18 0.22 " - ] - }, - "execution_count": 63, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_region_stats" - ] - }, - { - "cell_type": "code", - "execution_count": 64, - "metadata": {}, - "outputs": [], - "source": [ - "coc_region_stats.to_csv(\"Data/COC_Regional_Stats_ACS2018.csv\", index=False)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Query Census TIGER Tracts to get Bay Area Census Tract geography\n", - "\n", - "#### [Census TIGERweb REST API Documentation](https://tigerweb.geo.census.gov/tigerwebmain/TIGERweb_restmapservice.html)" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "state = \"'06'\"\n", - "counties = \"('001','013','041','055','075','081','085','095','097')\"\n", - "url = f\"https://tigerweb.geo.census.gov/arcgis/rest/services/Generalized_ACS2018/Tracts_Blocks/MapServer/3/query?where=STATE={state}+AND+COUNTY+IN{counties}&outFields=GEOID&f=geojson\"" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "geo_rq = requests.get(url)\n", - "tracts_json = geo_rq.json()" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "tracts_2018_gdf = gp.GeoDataFrame.from_features(tracts_json['features'],crs=tracts_json['crs']['properties']['name'])" - ] - }, - { - "cell_type": "code", - "execution_count": 71, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 71, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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", - "text/plain": [ - "
" - ] - }, - "metadata": { - "needs_background": "light" - }, - "output_type": "display_data" - } - ], - "source": [ - "tracts_2018_gdf.plot(figsize=(10,10))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Join census tracts to coc df" - ] - }, - { - "cell_type": "code", - "execution_count": 72, - "metadata": {}, - "outputs": [], - "source": [ - "coc_tracts_pba2050 = pd.merge(\n", - " tracts_2018_gdf, cocs_pba2050, left_on=\"GEOID\", right_on=\"geoid\", how=\"inner\"\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 74, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "339" - ] - }, - "execution_count": 74, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "coc_tracts_pba2050['coc_2050'].sum()" - ] - }, - { - "cell_type": "code", - "execution_count": 75, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 75, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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", - "text/plain": [ - "
" - ] - }, - "metadata": { - "needs_background": "light" - }, - "output_type": "display_data" - } - ], - "source": [ - "coc_tracts_pba2050.plot(figsize=(12, 12), column=\"coc_2050\")" - ] - }, - { - "cell_type": "code", - "execution_count": 76, - "metadata": {}, - "outputs": [], - "source": [ - "coc_tracts_pba2050.drop(\"GEOID\", axis=1, inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 77, - "metadata": {}, - "outputs": [], - "source": [ - "coc_tracts_pba2050.to_file(\"Data/COCs_ACS2018_geog.geojson\", driver=\"GeoJSON\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Create Field Map Dictionary to Rename Feature Class Alias" - ] - }, - { - "cell_type": "code", - "execution_count": 78, - "metadata": {}, - "outputs": [], - "source": [ - "field_metadata = pd.read_csv(\"Data/COC_Schema_pba2050.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 79, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
Field NameAliasData TypeACS CalculationsACS DefInition or COC DefinitionDomain
0geoidGeographic IDTEXTNaNGeographic IdentifierNaN
1stateStateLONGNaNState IDNaN
2county_fipCounty FIPSDOUBLENaNFederal Information Processing StandardNaN
3tractTractTEXTNaNCensus Tract IDNaN
4tot_popTotal PopulationLONGB03002_001EUniverse: Total PopulationNaN
\n", - "
" - ], - "text/plain": [ - " Field Name Alias Data Type ACS Calculations \\\n", - "0 geoid Geographic ID TEXT NaN \n", - "1 state State LONG NaN \n", - "2 county_fip County FIPS DOUBLE NaN \n", - "3 tract Tract TEXT NaN \n", - "4 tot_pop Total Population LONG B03002_001E \n", - "\n", - " ACS DefInition or COC Definition Domain \n", - "0 Geographic Identifier NaN \n", - "1 State ID NaN \n", - "2 Federal Information Processing Standard NaN \n", - "3 Census Tract ID NaN \n", - "4 Universe: Total Population NaN " - ] - }, - "execution_count": 79, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "field_metadata.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 80, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'geoid': 'Geographic ID',\n", - " 'state': 'State',\n", - " 'county_fip': 'County FIPS',\n", - " 'tract': 'Tract',\n", - " 'tot_pop': 'Total Population',\n", - " 'tot_pop_po': 'Total Low Income Population',\n", - " 'tot_pop_ci': 'Total Civilian Noninstitutionalized Population',\n", - " 'tot_hh': 'Total Households',\n", - " 'tot_fam': 'Total Families',\n", - " 'tot_pop_ov': 'Total Population Over 5',\n", - " 'pop_minori': 'Population Minority',\n", - " 'pop_over75': 'Population Over 75',\n", - " 'pop_spfam': 'Population Single Parent Family',\n", - " 'pop_lep': 'Population Limited English Proficiency',\n", - " 'pop_below2': 'Population Low Income',\n", - " 'pop_disabi': 'Population Disabled',\n", - " 'pop_hus_re': 'Population Rent Burdened',\n", - " 'pop_zvhhs': 'Population Zero Vehicle Household',\n", - " 'pct_over75': 'Percent Over 75',\n", - " 'pct_minori': 'Percent Minority',\n", - " 'pct_spfam': 'Percent Single Parent Family',\n", - " 'pct_lep': 'Percent Limited English Proficiency',\n", - " 'pct_below2': 'Percent Low Income',\n", - " 'pct_disab': 'Percent Disabled',\n", - " 'pct_zvhhs': 'Percent Zero Vehicle Household',\n", - " 'pct_hus_re': 'Percent Rent Burdened',\n", - " 'over75_1_2': 'Over 75 Regional Mean Plus Half SD',\n", - " 'minori_1_2': 'Minority Mean Plus Half SD',\n", - " 'spfam_1_2': 'Single Parent Family Mean Plus Half SD',\n", - " 'disab_1_2': 'Disabled Mean Plus Half SD',\n", - " 'lep_1_2': 'Limited English Proficiency Mean Plus Half SD',\n", - " 'below2_1_2': 'Low Income Mean Plus Half SD',\n", - " 'zvhh_1_2': 'Zero Vehicle Household Mean Plus Half SD',\n", - " 'hus_re_1_2': 'Rent Burdened Mean Plus Half SD',\n", - " 'coc_2035': 'Community of Concern PBA 2035',\n", - " 'coc_2040': 'Community of Concern PBA 2040',\n", - " 'coc_2050': 'Community of Concern PBA 2050',\n", - " 'c2040_2050': 'Loss or Gain of COCs PBA 2040 2050',\n", - " 'coc_class': 'Community of Concern Class'}" - ] - }, - "execution_count": 80, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dict(zip(field_metadata[\"Field Name\"], field_metadata[\"Alias\"]))" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/Project-Documentation/Equity-Priority-Communities/Investigate Discrepancy between SPFAM ACS2014 and ACS2018 Data .ipynb b/Project-Documentation/Equity-Priority-Communities/Investigate Discrepancy between SPFAM ACS2014 and ACS2018 Data .ipynb deleted file mode 100644 index b78eec24..00000000 --- a/Project-Documentation/Equity-Priority-Communities/Investigate Discrepancy between SPFAM ACS2014 and ACS2018 Data .ipynb +++ /dev/null @@ -1,1776 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "import pandas as pd, geopandas as gp, matplotlib.pyplot as plt, numpy as np\n", - "import requests \n", - "import json\n", - "import contextily as ctx\n", - "from pandas import ExcelWriter\n", - "import censusdata\n", - "\n", - "import sys\n", - "import getpass\n", - "\n", - "user = getpass.getuser()\n", - "sys.dont_write_bytecode = True\n", - "\n", - "# for DataViz team members\n", - "sys.path.insert(0, '/Users/{}/Box/DataViz Projects/Utility Code'.format(user))\n", - "\n", - "from utils_io import *" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Pre-processing steps" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "def get_file_contents(filename):\n", - " \"\"\" Given a filename,\n", - " return the contents of that file\n", - " \"\"\"\n", - " try:\n", - " with open(filename, 'r') as f:\n", - " # It's assumed our file contains a single line,\n", - " # with our API key\n", - " return f.read().strip()\n", - " except FileNotFoundError:\n", - " print(\"'%s' file not found\" % filename)" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "api_file = 'census_api_key.txt'" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Query ACS API for 2014 and 2018 ACS" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "#Read Selected variables from table\n", - "acs_coc_selected_vars = pd.read_csv('Data/ACS_Table_Variables_SPFAM_MoE.csv')\n", - "acs_vars_lst = acs_coc_selected_vars['ACS_Table_Variable'].tolist()" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "def pull_acs5_tract_data(acs_year,variables_list,api_key):\n", - " \"\"\"\n", - " Pull 5-Year American Community Survey Data (ACS) for the Bay Area at the tract level geography. Provide ACS\n", - " data as a list. To get a full list of ACS variables, review the subject table variables for the ACS\n", - " year you are pulling data for. \n", - " \n", - " American Community Survey Documentation: https://www.census.gov/data/developers/data-sets/acs-5year.html\n", - " \n", - " Author: Joshua Croff\n", - " \"\"\"\n", - " import requests\n", - " variables = ','.join(variables_list)\n", - " state = '06'\n", - " counties = '001,013,041,055,075,081,085,095,097'\n", - " url = '/'.join(['https://api.census.gov',\n", - " 'data',\n", - " '{acs_year}'.format(acs_year=acs_year),\n", - " 'acs',\n", - " 'acs5?get={variables}&for=tract:*&in=county:{counties}&in=state:{state}&key={api_key}'\n", - " .format(variables=variables,\n", - " counties=counties,\n", - " state=state,\n", - " api_key=api_key)])\n", - " rq = requests.get(url)\n", - " data = rq.json()\n", - " df = pd.DataFrame(data[1:],columns=data[0])\n", - " \n", - " #convert variable columns to numeric\n", - " df[variables_list] = df[variables_list].apply(pd.to_numeric, errors='coerce')\n", - " \n", - " #Create geoid column\n", - " df['geoid'] = df['state'] + df['county'] + df['tract']\n", - " return df" - ] - }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [], - "source": [ - "#Set api key\n", - "api_key = get_file_contents(api_file)" - ] - }, - { - "cell_type": "code", - "execution_count": 90, - "metadata": {}, - "outputs": [], - "source": [ - "#Pull ACS2018 Data\n", - "acs2018_df = pull_acs5_tract_data(acs_year='2018',variables_list=acs_vars_lst,api_key=api_key)" - ] - }, - { - "cell_type": "code", - "execution_count": 91, - "metadata": {}, - "outputs": [], - "source": [ - "#Rename columns to human readable names\n", - "col_rename_acs18 = {'B11004_001E':'tot_fam_acs18',\n", - " 'B11004_001M':'tot_fam_moe_acs18',\n", - " 'B11004_010E':'male_hh_child_acs18',\n", - " 'B11004_010M':'male_hh_child_moe_acs18',\n", - " 'B11004_016E':'female_hh_child_acs18',\n", - " 'B11004_016M':'female_hh_child_moe_acs18'}\n", - "acs2018_df.rename(columns=col_rename_acs18,inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 92, - "metadata": {}, - "outputs": [], - "source": [ - "#Drop unneeded columns\n", - "acs2018_df.drop(columns=['state','tract'],inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 93, - "metadata": {}, - "outputs": [], - "source": [ - "#Add single parent family column \n", - "acs2018_df['pop_spfam_acs18'] = acs2018_df['male_hh_child_acs18'] + acs2018_df['female_hh_child_acs18']" - ] - }, - { - "cell_type": "code", - "execution_count": 94, - "metadata": {}, - "outputs": [], - "source": [ - "#Add percentage single parent family column\n", - "acs2018_df['pct_spfam_acs18'] = acs2018_df['pop_spfam_acs18'] / acs2018_df['tot_fam_acs18']" - ] - }, - { - "cell_type": "code", - "execution_count": 95, - "metadata": {}, - "outputs": [], - "source": [ - "def flag_high_moe(row,pop,pop_moe,male_hh,male_hh_moe,female_hh,female_hh_moe):\n", - " if (row[pop_moe] > row[pop]) | (row[male_hh_moe] > row[male_hh]) | (row[female_hh_moe] > row[female_hh]):\n", - " return 1\n", - " else:\n", - " return 0" - ] - }, - { - "cell_type": "code", - "execution_count": 96, - "metadata": {}, - "outputs": [], - "source": [ - "#Add MoE flag column\n", - "acs2018_df['moe_over_est_acs18'] = acs2018_df.apply(lambda row: flag_high_moe(row,\n", - " 'tot_fam_acs18',\n", - " 'tot_fam_moe_acs18',\n", - " 'male_hh_child_acs18',\n", - " 'male_hh_child_moe_acs18',\n", - " 'female_hh_child_acs18',\n", - " 'female_hh_child_moe_acs18'),\n", - " axis=1 )" - ] - }, - { - "cell_type": "code", - "execution_count": 97, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
tot_fam_acs18tot_fam_moe_acs18male_hh_child_acs18male_hh_child_moe_acs18female_hh_child_acs18female_hh_child_moe_acs18countygeoidpop_spfam_acs18pct_spfam_acs18moe_over_est_acs18
0565113494211983055060552002021680.2973450
19811141619372505506055200400530.0540271
21114012460550605520090040.3636361
318411231524464308506085508101610.0331341
410951111921744708506085509202930.0849321
\n", - "
" - ], - "text/plain": [ - " tot_fam_acs18 tot_fam_moe_acs18 male_hh_child_acs18 \\\n", - "0 565 113 49 \n", - "1 981 114 16 \n", - "2 11 14 0 \n", - "3 1841 123 15 \n", - "4 1095 111 19 \n", - "\n", - " male_hh_child_moe_acs18 female_hh_child_acs18 female_hh_child_moe_acs18 \\\n", - "0 42 119 83 \n", - "1 19 37 25 \n", - "2 12 4 6 \n", - "3 24 46 43 \n", - "4 21 74 47 \n", - "\n", - " county geoid pop_spfam_acs18 pct_spfam_acs18 moe_over_est_acs18 \n", - "0 055 06055200202 168 0.297345 0 \n", - "1 055 06055200400 53 0.054027 1 \n", - "2 055 06055200900 4 0.363636 1 \n", - "3 085 06085508101 61 0.033134 1 \n", - "4 085 06085509202 93 0.084932 1 " - ] - }, - "execution_count": 97, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs2018_df.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 98, - "metadata": {}, - "outputs": [], - "source": [ - "#Pull ACS2013 Data\n", - "acs2013_df = pull_acs5_tract_data(acs_year='2013',variables_list=acs_vars_lst,api_key=api_key)" - ] - }, - { - "cell_type": "code", - "execution_count": 99, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
B11004_001EB11004_001MB11004_010EB11004_010MB11004_016EB11004_016Mstatecountytractgeoid
048191121968490600140120006001401200
16091311223129760600140130006001401300
27661346247204840600140140006001401400
34071123932109640600140150006001401500
4306841921123450600140160006001401600
\n", - "
" - ], - "text/plain": [ - " B11004_001E B11004_001M B11004_010E B11004_010M B11004_016E \\\n", - "0 481 91 12 19 68 \n", - "1 609 131 12 23 129 \n", - "2 766 134 62 47 204 \n", - "3 407 112 39 32 109 \n", - "4 306 84 19 21 123 \n", - "\n", - " B11004_016M state county tract geoid \n", - "0 49 06 001 401200 06001401200 \n", - "1 76 06 001 401300 06001401300 \n", - "2 84 06 001 401400 06001401400 \n", - "3 64 06 001 401500 06001401500 \n", - "4 45 06 001 401600 06001401600 " - ] - }, - "execution_count": 99, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs2013_df.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 100, - "metadata": {}, - "outputs": [], - "source": [ - "#Rename columns to human readable names\n", - "col_rename_acs13 = {'B11004_001E':'tot_fam_acs13',\n", - " 'B11004_001M':'tot_fam_moe_acs13',\n", - " 'B11004_010E':'male_hh_child_acs13',\n", - " 'B11004_010M':'male_hh_child_moe_acs13',\n", - " 'B11004_016E':'female_hh_child_acs13',\n", - " 'B11004_016M':'female_hh_child_moe_acs13'}\n", - "acs2013_df.rename(columns=col_rename_acs13,inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 101, - "metadata": {}, - "outputs": [], - "source": [ - "acs2013_df.drop(columns=['state','tract'],inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 102, - "metadata": {}, - "outputs": [], - "source": [ - "#Add single parent family column\n", - "acs2013_df['pop_spfam_acs13'] = acs2013_df['male_hh_child_acs13'] + acs2013_df['female_hh_child_acs13']" - ] - }, - { - "cell_type": "code", - "execution_count": 103, - "metadata": {}, - "outputs": [], - "source": [ - "#Add percentage single parent family column\n", - "acs2013_df['pct_spfam_acs13'] = acs2013_df['pop_spfam_acs13'] / acs2013_df['tot_fam_acs13']" - ] - }, - { - "cell_type": "code", - "execution_count": 104, - "metadata": {}, - "outputs": [], - "source": [ - "#Add MoE Column \n", - "acs2013_df['moe_over_est_acs13'] = acs2013_df.apply(lambda row: flag_high_moe(row,\n", - " 'tot_fam_acs13',\n", - " 'tot_fam_moe_acs13',\n", - " 'male_hh_child_acs13',\n", - " 'male_hh_child_moe_acs13',\n", - " 'female_hh_child_acs13',\n", - " 'female_hh_child_moe_acs13'),\n", - " axis=1 )" - ] - }, - { - "cell_type": "code", - "execution_count": 105, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
tot_fam_acs13tot_fam_moe_acs13male_hh_child_acs13male_hh_child_moe_acs13female_hh_child_acs13female_hh_child_moe_acs13countygeoidpop_spfam_acs13pct_spfam_acs13moe_over_est_acs13
0481911219684900106001401200800.1663201
1609131122312976001060014013001410.2315271
2766134624720484001060014014002660.3472580
3407112393210964001060014015001480.3636360
430684192112345001060014016001420.4640521
5420101012453600106001401700450.1071431
640274695317062001060014018002390.5945270
750580514411762001060014022001680.3326730
87161104650273121001060014024003190.4455311
949182814920675001060014025002870.5845210
\n", - "
" - ], - "text/plain": [ - " tot_fam_acs13 tot_fam_moe_acs13 male_hh_child_acs13 \\\n", - "0 481 91 12 \n", - "1 609 131 12 \n", - "2 766 134 62 \n", - "3 407 112 39 \n", - "4 306 84 19 \n", - "5 420 101 0 \n", - "6 402 74 69 \n", - "7 505 80 51 \n", - "8 716 110 46 \n", - "9 491 82 81 \n", - "\n", - " male_hh_child_moe_acs13 female_hh_child_acs13 female_hh_child_moe_acs13 \\\n", - "0 19 68 49 \n", - "1 23 129 76 \n", - "2 47 204 84 \n", - "3 32 109 64 \n", - "4 21 123 45 \n", - "5 12 45 36 \n", - "6 53 170 62 \n", - "7 44 117 62 \n", - "8 50 273 121 \n", - "9 49 206 75 \n", - "\n", - " county geoid pop_spfam_acs13 pct_spfam_acs13 moe_over_est_acs13 \n", - "0 001 06001401200 80 0.166320 1 \n", - "1 001 06001401300 141 0.231527 1 \n", - "2 001 06001401400 266 0.347258 0 \n", - "3 001 06001401500 148 0.363636 0 \n", - "4 001 06001401600 142 0.464052 1 \n", - "5 001 06001401700 45 0.107143 1 \n", - "6 001 06001401800 239 0.594527 0 \n", - "7 001 06001402200 168 0.332673 0 \n", - "8 001 06001402400 319 0.445531 1 \n", - "9 001 06001402500 287 0.584521 0 " - ] - }, - "execution_count": 105, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs2013_df.head(10)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Summarize Margins of Error for ACS2013 and ACS2018" - ] - }, - { - "cell_type": "code", - "execution_count": 106, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
moe_over_est_acs18
county
001223
013132
04135
05527
075171
081108
085221
09544
09748
\n", - "
" - ], - "text/plain": [ - " moe_over_est_acs18\n", - "county \n", - "001 223\n", - "013 132\n", - "041 35\n", - "055 27\n", - "075 171\n", - "081 108\n", - "085 221\n", - "095 44\n", - "097 48" - ] - }, - "execution_count": 106, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "#Summarize Margin of Error Over Estimate By County ACS2018\n", - "acs2018_df[['county','moe_over_est_acs18']].groupby(['county']).aggregate(sum)" - ] - }, - { - "cell_type": "code", - "execution_count": 107, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
moe_over_est_acs13
county
001224
013125
04137
05529
075177
081113
085229
09549
09752
\n", - "
" - ], - "text/plain": [ - " moe_over_est_acs13\n", - "county \n", - "001 224\n", - "013 125\n", - "041 37\n", - "055 29\n", - "075 177\n", - "081 113\n", - "085 229\n", - "095 49\n", - "097 52" - ] - }, - "execution_count": 107, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "#Summarize Margin of Error Over Estimate By County ACS2013\n", - "acs2013_df[['county','moe_over_est_acs13']].groupby(['county']).aggregate(sum)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Join ACS2013 to ACS2018 for Comparison" - ] - }, - { - "cell_type": "code", - "execution_count": 124, - "metadata": {}, - "outputs": [], - "source": [ - "acs_comparison = pd.merge(acs2018_df,\n", - " acs2013_df,\n", - " on='geoid',\n", - " how='inner')" - ] - }, - { - "cell_type": "code", - "execution_count": 125, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
tot_fam_acs18tot_fam_moe_acs18male_hh_child_acs18male_hh_child_moe_acs18female_hh_child_acs18female_hh_child_moe_acs18county_xgeoidpop_spfam_acs18pct_spfam_acs18...tot_fam_acs13tot_fam_moe_acs13male_hh_child_acs13male_hh_child_moe_acs13female_hh_child_acs13female_hh_child_moe_acs13county_ypop_spfam_acs13pct_spfam_acs13moe_over_est_acs13
0565113494211983055060552002021680.297345...5121041517108530551230.2402341
19811141619372505506055200400530.054027...940117352873370551080.1148940
21114012460550605520090040.363636...0120120120550NaN1
318411231524464308506085508101610.033134...18001568163637085440.0244441
410951111921744708506085509202930.084932...105411117255939085760.0721061
\n", - "

5 rows × 21 columns

\n", - "
" - ], - "text/plain": [ - " tot_fam_acs18 tot_fam_moe_acs18 male_hh_child_acs18 \\\n", - "0 565 113 49 \n", - "1 981 114 16 \n", - "2 11 14 0 \n", - "3 1841 123 15 \n", - "4 1095 111 19 \n", - "\n", - " male_hh_child_moe_acs18 female_hh_child_acs18 female_hh_child_moe_acs18 \\\n", - "0 42 119 83 \n", - "1 19 37 25 \n", - "2 12 4 6 \n", - "3 24 46 43 \n", - "4 21 74 47 \n", - "\n", - " county_x geoid pop_spfam_acs18 pct_spfam_acs18 ... tot_fam_acs13 \\\n", - "0 055 06055200202 168 0.297345 ... 512 \n", - "1 055 06055200400 53 0.054027 ... 940 \n", - "2 055 06055200900 4 0.363636 ... 0 \n", - "3 085 06085508101 61 0.033134 ... 1800 \n", - "4 085 06085509202 93 0.084932 ... 1054 \n", - "\n", - " tot_fam_moe_acs13 male_hh_child_acs13 male_hh_child_moe_acs13 \\\n", - "0 104 15 17 \n", - "1 117 35 28 \n", - "2 12 0 12 \n", - "3 156 8 16 \n", - "4 111 17 25 \n", - "\n", - " female_hh_child_acs13 female_hh_child_moe_acs13 county_y pop_spfam_acs13 \\\n", - "0 108 53 055 123 \n", - "1 73 37 055 108 \n", - "2 0 12 055 0 \n", - "3 36 37 085 44 \n", - "4 59 39 085 76 \n", - "\n", - " pct_spfam_acs13 moe_over_est_acs13 \n", - "0 0.240234 1 \n", - "1 0.114894 0 \n", - "2 NaN 1 \n", - "3 0.024444 1 \n", - "4 0.072106 1 \n", - "\n", - "[5 rows x 21 columns]" - ] - }, - "execution_count": 125, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_comparison.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 126, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['tot_fam_acs18',\n", - " 'tot_fam_moe_acs18',\n", - " 'male_hh_child_acs18',\n", - " 'male_hh_child_moe_acs18',\n", - " 'female_hh_child_acs18',\n", - " 'female_hh_child_moe_acs18',\n", - " 'county_x',\n", - " 'geoid',\n", - " 'pop_spfam_acs18',\n", - " 'pct_spfam_acs18',\n", - " 'moe_over_est_acs18',\n", - " 'tot_fam_acs13',\n", - " 'tot_fam_moe_acs13',\n", - " 'male_hh_child_acs13',\n", - " 'male_hh_child_moe_acs13',\n", - " 'female_hh_child_acs13',\n", - " 'female_hh_child_moe_acs13',\n", - " 'county_y',\n", - " 'pop_spfam_acs13',\n", - " 'pct_spfam_acs13',\n", - " 'moe_over_est_acs13']" - ] - }, - "execution_count": 126, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_comparison.columns.to_list()" - ] - }, - { - "cell_type": "code", - "execution_count": 127, - "metadata": {}, - "outputs": [], - "source": [ - "acs_comparison.rename(columns={'county_x':'county_fips'},inplace=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 128, - "metadata": {}, - "outputs": [], - "source": [ - "county_fips_map = {'001':'Alameda',\n", - " '013':'Contra Costa',\n", - " '041':'Marin',\n", - " '055':'Napa',\n", - " '075':'San Francisco',\n", - " '081':'San Mateo',\n", - " '095':'Solano',\n", - " '097':'Sonoma',\n", - " '085':'Santa Clara'}" - ] - }, - { - "cell_type": "code", - "execution_count": 129, - "metadata": {}, - "outputs": [], - "source": [ - "acs_comparison['county_name'] = acs_comparison['county_fips'].map(county_fips_map)" - ] - }, - { - "cell_type": "code", - "execution_count": 130, - "metadata": {}, - "outputs": [], - "source": [ - "cols_arranged = ['county_name',\n", - " 'county_fips',\n", - " 'geoid',\n", - " 'tot_fam_acs18',\n", - " 'tot_fam_moe_acs18',\n", - " 'tot_fam_acs13',\n", - " 'tot_fam_moe_acs13',\n", - " 'pop_spfam_acs18',\n", - " 'pop_spfam_acs13',\n", - " 'male_hh_child_acs18',\n", - " 'male_hh_child_moe_acs18',\n", - " 'male_hh_child_acs13',\n", - " 'male_hh_child_moe_acs13',\n", - " 'female_hh_child_acs18',\n", - " 'female_hh_child_moe_acs18',\n", - " 'female_hh_child_acs13',\n", - " 'female_hh_child_moe_acs13',\n", - " 'pct_spfam_acs18',\n", - " 'pct_spfam_acs13',\n", - " 'moe_over_est_acs18',\n", - " 'moe_over_est_acs13']" - ] - }, - { - "cell_type": "code", - "execution_count": 131, - "metadata": {}, - "outputs": [], - "source": [ - "acs_comparison = acs_comparison[cols_arranged].copy()" - ] - }, - { - "cell_type": "code", - "execution_count": 132, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
county_namecounty_fipsgeoidtot_fam_acs18tot_fam_moe_acs18tot_fam_acs13tot_fam_moe_acs13pop_spfam_acs18pop_spfam_acs13male_hh_child_acs18...male_hh_child_acs13male_hh_child_moe_acs13female_hh_child_acs18female_hh_child_moe_acs18female_hh_child_acs13female_hh_child_moe_acs13pct_spfam_acs18pct_spfam_acs13moe_over_est_acs18moe_over_est_acs13
0Napa0550605520020256511351210416812349...151711983108530.2973450.24023401
1Napa055060552004009811149401175310816...3528372573370.0540270.11489410
2Napa055060552009001114012400...012460120.363636NaN11
3Santa Clara0850608550810118411231800156614415...816464336370.0331340.02444411
4Santa Clara0850608550920210951111054111937619...1725744759390.0849320.07210611
\n", - "

5 rows × 21 columns

\n", - "
" - ], - "text/plain": [ - " county_name county_fips geoid tot_fam_acs18 tot_fam_moe_acs18 \\\n", - "0 Napa 055 06055200202 565 113 \n", - "1 Napa 055 06055200400 981 114 \n", - "2 Napa 055 06055200900 11 14 \n", - "3 Santa Clara 085 06085508101 1841 123 \n", - "4 Santa Clara 085 06085509202 1095 111 \n", - "\n", - " tot_fam_acs13 tot_fam_moe_acs13 pop_spfam_acs18 pop_spfam_acs13 \\\n", - "0 512 104 168 123 \n", - "1 940 117 53 108 \n", - "2 0 12 4 0 \n", - "3 1800 156 61 44 \n", - "4 1054 111 93 76 \n", - "\n", - " male_hh_child_acs18 ... male_hh_child_acs13 male_hh_child_moe_acs13 \\\n", - "0 49 ... 15 17 \n", - "1 16 ... 35 28 \n", - "2 0 ... 0 12 \n", - "3 15 ... 8 16 \n", - "4 19 ... 17 25 \n", - "\n", - " female_hh_child_acs18 female_hh_child_moe_acs18 female_hh_child_acs13 \\\n", - "0 119 83 108 \n", - "1 37 25 73 \n", - "2 4 6 0 \n", - "3 46 43 36 \n", - "4 74 47 59 \n", - "\n", - " female_hh_child_moe_acs13 pct_spfam_acs18 pct_spfam_acs13 \\\n", - "0 53 0.297345 0.240234 \n", - "1 37 0.054027 0.114894 \n", - "2 12 0.363636 NaN \n", - "3 37 0.033134 0.024444 \n", - "4 39 0.084932 0.072106 \n", - "\n", - " moe_over_est_acs18 moe_over_est_acs13 \n", - "0 0 1 \n", - "1 1 0 \n", - "2 1 1 \n", - "3 1 1 \n", - "4 1 1 \n", - "\n", - "[5 rows x 21 columns]" - ] - }, - "execution_count": 132, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "acs_comparison.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 134, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
county_namemoe_over_est_acs18moe_over_est_acs13
0Alameda223224
1Contra Costa132125
2Marin3537
3Napa2729
4San Francisco171177
5San Mateo108113
6Santa Clara221229
7Solano4449
8Sonoma4852
\n", - "
" - ], - "text/plain": [ - " county_name moe_over_est_acs18 moe_over_est_acs13\n", - "0 Alameda 223 224\n", - "1 Contra Costa 132 125\n", - "2 Marin 35 37\n", - "3 Napa 27 29\n", - "4 San Francisco 171 177\n", - "5 San Mateo 108 113\n", - "6 Santa Clara 221 229\n", - "7 Solano 44 49\n", - "8 Sonoma 48 52" - ] - }, - "execution_count": 134, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "(acs_comparison[['county_name','moe_over_est_acs18','moe_over_est_acs13']]\n", - " .groupby('county_name')\n", - " .aggregate(sum)\n", - " .reset_index())" - ] - }, - { - "cell_type": "code", - "execution_count": 135, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "COC Diff ACS 2014 and ACS 2018.ipynb\r\n", - "COCs_2018.Rmd\r\n", - "COCs_2018.nb.html\r\n", - "Communities of Concern 2020 (ACS 2014-2018).ipynb\r\n", - "\u001b[34mData\u001b[m\u001b[m\r\n", - "Investigate Discrepancy between SPFAM ACS2014 and ACS2018 Data .ipynb\r\n", - "README.md\r\n", - "README_COC_ACS2016.md\r\n", - "\u001b[34mREADME_Images\u001b[m\u001b[m\r\n", - "census_api_key.txt\r\n", - "field_alias_script.py\r\n" - ] - } - ], - "source": [ - "!ls" - ] - }, - { - "cell_type": "code", - "execution_count": 137, - "metadata": {}, - "outputs": [], - "source": [ - "acs_comparison.to_csv('Data/compare_acs13_acs18_spfam_moe.csv',index=False)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/Project-Documentation/Equity-Priority-Communities/field_alias_script.py b/Project-Documentation/Equity-Priority-Communities/field_alias_script.py deleted file mode 100644 index 17d3749a..00000000 --- a/Project-Documentation/Equity-Priority-Communities/field_alias_script.py +++ /dev/null @@ -1,54 +0,0 @@ -#This script reassigns the alias field for the communities of concern feature class - -#Import geoprocessing -import arcpy - -#Set workspace -arcpy.env.workspace = r'Z:\Documents\DataManagement\COC_ACS2018.gdb' - -#Create field map dict -field_dict = {'geoid': 'Geographic ID', - 'state': 'State', - 'county_fip': 'County FIPS', - 'tract': 'Tract', - 'tot_pop': 'Total Population', - 'tot_pop_po': 'Total Low Income Population', - 'tot_pop_ci': 'Total Civilian Noninstitutionalized Population', - 'tot_hh': 'Total Households', - 'tot_fam': 'Total Families', - 'tot_pop_ov': 'Total Population Over 5', - 'pop_minori': 'Population Minority', - 'pop_over75': 'Population Over 75', - 'pop_spfam': 'Population Single Parent Family', - 'pop_lep': 'Population Limited English Proficiency', - 'pop_below2': 'Population Low Income', - 'pop_disabi': 'Population Disabled', - 'pop_hus_re': 'Population Rent Burdened', - 'pop_zvhhs': 'Population Zero Vehicle Household', - 'pct_over75': 'Percent Over 75', - 'pct_minori': 'Percent Minority', - 'pct_spfam': 'Percent Single Parent Family', - 'pct_lep': 'Percent Limited English Proficiency', - 'pct_below2': 'Percent Low Income', - 'pct_disab': 'Percent Disabled', - 'pct_zvhhs': 'Percent Zero Vehicle Household', - 'pct_hus_re': 'Percent Rent Burdened', - 'over75_1_2': 'Over 75 Regional Mean Plus Half SD', - 'minori_1_2': 'Minority Mean Plus Half SD', - 'spfam_1_2': 'Single Parent Family Mean Plus Half SD', - 'disab_1_2': 'Disabled Mean Plus Half SD', - 'lep_1_2': 'Limited English Proficiency Mean Plus Half SD', - 'below2_1_2': 'Low Income Mean Plus Half SD', - 'zvhh_1_2': 'Zero Vehicle Household Mean Plus Half SD', - 'hus_re_1_2': 'Rent Burdened Mean Plus Half SD', - 'coc_2035': 'Community of Concern PBA 2035', - 'coc_2040': 'Community of Concern PBA 2040', - 'coc_2050': 'Community of Concern PBA 2050', - 'c2040_2050': 'Loss or Gain of COCs PBA 2040 2050', - 'coc_class': 'Community of Concern Class'} - -#Loop through dict and update alias - -fc = r'Z:\Documents\DataManagement\COC_ACS2018.gdb\COCs_ACS2014_2018' - -[arcpy.AlterField_management(fc, f, new_field_alias=field_dict[f]) for f in field_dict]