Parent Layer:
Population Density
Name: Block Groups
Display Field: NAMELSAD
Type: Feature Layer
Geometry Type: esriGeometryPolygon
Description: <DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The information included is U.S. Census Bureau data from the 2020 decennial Census, and summarized by Census blockgroups. Tracts are the largest Census defined geographic boundary, which are made up of blockgroups, and which in turn are made up of blocks (the smallest geographic boundary). Data included for each blockgroup is a summary of information released as part of the redistricting data, and is somewhat limited. Data included in this release are basic counts, race, and general age group (youths or adults). This information does not include relationships, sex, or age groups, and which may be added in the future.</SPAN></P><P><SPAN>This data was compiled directly from U.S. Census Bureau information using R Statistical software, and then projected into the same coordinate system as other Ada County data (NAD_1983_Transverse_Mercator.</SPAN></P><P><SPAN>The following 2020 Decennial Census redistricting key ID's are used, along with their named field in this dataset, and a description.</SPAN></P><UL><LI><P><SPAN>_KEY_ID_ | _Named_, Description</SPAN></P></LI></UL><UL><LI><P><SPAN>H1_001N | T_H_All, Housing All</SPAN></P></LI><LI><P><SPAN>H1_002N | T_H_OCC, Housing Occupied</SPAN></P></LI><LI><P><SPAN>H1_003N | T_H_UOC, Housing Not Occupied</SPAN></P></LI><LI><P><SPAN>P1_001N | T_P_ALL, Total Population</SPAN></P></LI><LI><P><SPAN>P3_001N | T_P_18p, Total Population, 18+</SPAN></P></LI><LI><P><SPAN>P1_002N | T_1Race, Population of one race</SPAN></P></LI><LI><P><SPAN>P1_009N | T_2Race, Population of two or more races</SPAN></P></LI><LI><P><SPAN>P1_003N | T_R_Wht, White alone</SPAN></P></LI><LI><P><SPAN>P1_004N | T_R_Blk, Black or African American alone</SPAN></P></LI><LI><P><SPAN>P1_005N | T_R_NTV, American Indian and Alaska Native alone</SPAN></P></LI><LI><P><SPAN>P1_006N | T_R_ASN, Asian alone</SPAN></P></LI><LI><P><SPAN>P1_007N | T_R_ISL, Native Hawaiian and Other Pacific Islander alone</SPAN></P></LI><LI><P><SPAN>P1_008N | T_R_OTR, Some Other Race alone</SPAN></P></LI><LI><P><SPAN>P2_002N | T_R_LAT, Hispanic or Latino</SPAN></P></LI><LI><P><SPAN>P2_003N | T_R_NOT, Not Hispanic or Latino</SPAN></P></LI><LI><P><SPAN>P5_002N | T_I_ALL, Total Institutionalized population</SPAN></P></LI><LI><P><SPAN>P5_007N | T_I_NON, Total Noninstitutionalized population</SPAN></P></LI><LI><P><SPAN>P5_003N | T_I_COR, Correctional facilities for adults</SPAN></P></LI><LI><P><SPAN>P5_004N | T_I_JUV, Juvenile facilities</SPAN></P></LI><LI><P><SPAN>P5_005N | T_I_NUR, Nursing facilities/Skilled-nursing facilities</SPAN></P></LI><LI><P><SPAN>P5_006N | T_I_OTI, Other institutional facilities</SPAN></P></LI><LI><P><SPAN>P5_008N | T_I_EDU, College/University student housing</SPAN></P></LI><LI><P><SPAN>P5_009N | T_I_MIT, Military quarters</SPAN></P></LI><LI><P><SPAN>P5_010N | T_I_OTN, Other noninstitutional facilities</SPAN></P></LI></UL><P><SPAN>The following fields were calculated using the fields above. Text after hashtags are descriptions.</SPAN></P><UL><LI><P><SPAN>TV_tracts$t_adult = (TV_tracts$T_P_18p) # create new population total adults</SPAN></P></LI><LI><P><SPAN>TV_tracts$p_adult = (TV_tracts$T_P_18p / TV_tracts$T_P_ALL) # calculate percent adults</SPAN></P></LI><LI><P><SPAN>TV_tracts$t_kids_ = (TV_tracts$T_P_ALL - TV_tracts$T_P_18p) # calculate total population youth</SPAN></P></LI><LI><P><SPAN>TV_tracts$p_kids_ = (TV_tracts$t_kids_ / TV_tracts$T_P_ALL) # calculate percent youth</SPAN></P></LI></UL><UL><LI><P><SPAN>TV_tracts$P_white = (TV_tracts$T_R_Wht / TV_tracts$T_P_ALL) # percent white</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_nwhit = (TV_tracts$T_P_ALL - TV_tracts$T_R_Wht) / TV_tracts$T_P_ALL # percent not white</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_latin = (TV_tracts$T_R_LAT / TV_tracts$T_P_ALL) # percent latino/hispanic</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_nlati = (TV_tracts$T_R_NOT / TV_tracts$T_P_ALL) # percent not latino/hispanic</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_black = (TV_tracts$T_R_Blk / TV_tracts$T_P_ALL) # percent african american</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_natve = (TV_tracts$T_R_NTV / TV_tracts$T_P_ALL) # percent american indian / alaskan native</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_asian = (TV_tracts$T_R_ASN / TV_tracts$T_P_ALL) # percent asian</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_isle_ = (TV_tracts$T_R_ISL / TV_tracts$T_P_ALL) # percent islander</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_other = (TV_tracts$T_R_OTR / TV_tracts$T_P_ALL) # percent other race</SPAN></P></LI><LI><P><SPAN>TV_tracts$P_multi = (TV_tracts$T_2Race / TV_tracts$T_P_ALL) # percent two or more race</SPAN></P></LI></UL><UL><LI><P><SPAN>convert_SQM = 4046.86 # Census area data is in square meters</SPAN></P></LI></UL><UL><LI><P><SPAN>TV_tracts$bk_AC_N = TV_tracts$ALAND / convert_SQM # Convert Census land area (net), square meters to acres</SPAN></P></LI><LI><P><SPAN>TV_tracts$bk_AC_G = ( (TV_tracts$ALAND + TV_tracts$AWATER) / convert_SQM) # Convert Census land + water area (gross), square meters to acres</SPAN></P></LI><LI><P><SPAN>TV_tracts$TP_AC_N = (TV_tracts$T_P_ALL / TV_tracts$bk_AC_N) # Net density in that water area is not included</SPAN></P></LI><LI><P><SPAN>TV_tracts$TP_AC_G = (TV_tracts$T_P_ALL / TV_tracts$bk_AC_G) # Net density in that water area is not included</SPAN></P></LI></UL><P><SPAN>Contact Brian McClure, Comprehensive Associate Planner, for questions.</SPAN></P></DIV></DIV></DIV>
Service Item Id: 6846accf6969431abd5ee597bf83d0c5
Copyright Text: U.S. Census Bureau; that ESRI guy with a James Bond villain name, and of course, Christopher Walken.
Default Visibility: true
MaxRecordCount: 2000
Supported Query Formats: JSON, geoJSON, PBF
Min Scale: 0.0
Max Scale: 0.0
Supports Advanced Queries: true
Supports Statistics: true
Has Labels: false
Can Modify Layer: true
Can Scale Symbols: false
Use Standardized Queries: true
Supports Datum Transformation: true
Extent:
XMin: 2286635.8242123276
YMin: 527171.2841779068
XMax: 2565516.5390875787
YMax: 809233.6780572385
Spatial Reference: 0
(0)
LatestVCSWkid(0)
Drawing Info:
Renderer:
Class Breaks Renderer:
Field: TP_AC_N
Min. Value: 0.01047027
ClassBreakInfos:
-
Class Maximum Value: 0.38800082
Label: ≤0.388001
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [0, 32, 77, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 1.2103508
Label: ≤1.210351
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [0, 45, 108, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 1.9260507
Label: ≤1.926051
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [22, 57, 109, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 2.89415201
Label: ≤2.894152
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [54, 70, 107, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 3.83226559
Label: ≤3.832266
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [74, 83, 107, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 4.46136582
Label: ≤4.461366
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [92, 97, 110, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 5.14453753
Label: ≤5.144538
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [109, 110, 114, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 5.84332241
Label: ≤5.843322
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [124, 123, 120, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 6.43311384
Label: ≤6.433114
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [142, 137, 121, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 7.1511771
Label: ≤7.151177
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [160, 152, 119, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 7.86287487
Label: ≤7.862875
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [179, 167, 114, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 8.63137696
Label: ≤8.631377
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [199, 183, 107, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 9.5202687
Label: ≤9.520269
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [219, 199, 97, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 10.80405421
Label: ≤10.804054
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [240, 216, 82, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
-
Class Maximum Value: 22.61034264
Label: ≤22.610343
Description: N/A
Symbol:
Style: esriSFSSolid
Color: [255, 234, 69, 255]
Outline:
Style: esriSLSSolid
Color: [110, 110, 110, 255]
Width: 0
Transparency: 15
Labeling Info:
Advanced Query Capabilities:
Supports Statistics: true
Supports OrderBy: true
Supports Distinct: true
Supports Pagination: true
Supports TrueCurve: true
Supports Returning Query Extent: true
Supports Query With Distance: true
Supports Sql Expression: true
Supports Query With ResultType: false
Supports Returning Geometry Centroid: false
Supports Binning LOD: false
Supports Query With LOD Spatial Reference: false
HasZ: false
HasM: false
Has Attachments: false
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Type ID Field: null
Fields:
-
OBJECTID
(
type: esriFieldTypeOID, alias: OBJECTID
)
-
STATEFP
(
type: esriFieldTypeString, alias: STATEFP, length: 80
)
-
COUNTYFP
(
type: esriFieldTypeString, alias: COUNTYFP, length: 80
)
-
TRACTCE
(
type: esriFieldTypeString, alias: TRACTCE, length: 80
)
-
BLKGRPCE
(
type: esriFieldTypeString, alias: BLKGRPCE, length: 80
)
-
GEOID
(
type: esriFieldTypeString, alias: GEOID, length: 80
)
-
NAMELSAD
(
type: esriFieldTypeString, alias: NAMELSAD, length: 80
)
-
MTFCC
(
type: esriFieldTypeString, alias: MTFCC, length: 80
)
-
FUNCSTAT
(
type: esriFieldTypeString, alias: FUNCSTAT, length: 80
)
-
INTPTLAT
(
type: esriFieldTypeString, alias: INTPTLAT, length: 80
)
-
INTPTLON
(
type: esriFieldTypeString, alias: INTPTLON, length: 80
)
-
T_H_All
(
type: esriFieldTypeDouble, alias: T_H_All
)
-
T_H_OCC
(
type: esriFieldTypeDouble, alias: T_H_OCC
)
-
T_H_UOC
(
type: esriFieldTypeDouble, alias: T_H_UOC
)
-
T_P_ALL
(
type: esriFieldTypeDouble, alias: T_P_ALL
)
-
T_P_18p
(
type: esriFieldTypeDouble, alias: T_P_18p
)
-
T_1Race
(
type: esriFieldTypeDouble, alias: T_1Race
)
-
T_2Race
(
type: esriFieldTypeDouble, alias: T_2Race
)
-
T_R_Wht
(
type: esriFieldTypeDouble, alias: T_R_Wht
)
-
T_R_Blk
(
type: esriFieldTypeDouble, alias: T_R_Blk
)
-
T_R_NTV
(
type: esriFieldTypeDouble, alias: T_R_NTV
)
-
T_R_ASN
(
type: esriFieldTypeDouble, alias: T_R_ASN
)
-
T_R_ISL
(
type: esriFieldTypeDouble, alias: T_R_ISL
)
-
T_R_OTR
(
type: esriFieldTypeDouble, alias: T_R_OTR
)
-
T_R_LAT
(
type: esriFieldTypeDouble, alias: T_R_LAT
)
-
T_R_NOT
(
type: esriFieldTypeDouble, alias: T_R_NOT
)
-
T_I_ALL
(
type: esriFieldTypeDouble, alias: T_I_ALL
)
-
T_I_NON
(
type: esriFieldTypeDouble, alias: T_I_NON
)
-
T_I_COR
(
type: esriFieldTypeDouble, alias: T_I_COR
)
-
T_I_JUV
(
type: esriFieldTypeDouble, alias: T_I_JUV
)
-
T_I_NUR
(
type: esriFieldTypeDouble, alias: T_I_NUR
)
-
T_I_OTI
(
type: esriFieldTypeDouble, alias: T_I_OTI
)
-
T_I_EDU
(
type: esriFieldTypeDouble, alias: T_I_EDU
)
-
T_I_MIT
(
type: esriFieldTypeDouble, alias: T_I_MIT
)
-
T_I_OTN
(
type: esriFieldTypeDouble, alias: T_I_OTN
)
-
t_adult
(
type: esriFieldTypeDouble, alias: t_adult
)
-
p_adult
(
type: esriFieldTypeDouble, alias: p_adult
)
-
t_kids_
(
type: esriFieldTypeDouble, alias: t_kids_
)
-
p_kids_
(
type: esriFieldTypeDouble, alias: p_kids_
)
-
P_white
(
type: esriFieldTypeDouble, alias: P_white
)
-
P_nwhit
(
type: esriFieldTypeDouble, alias: P_nwhit
)
-
P_latin
(
type: esriFieldTypeDouble, alias: P_latin
)
-
P_nlati
(
type: esriFieldTypeDouble, alias: P_nlati
)
-
P_black
(
type: esriFieldTypeDouble, alias: P_black
)
-
P_natve
(
type: esriFieldTypeDouble, alias: P_natve
)
-
P_asian
(
type: esriFieldTypeDouble, alias: P_asian
)
-
P_isle_
(
type: esriFieldTypeDouble, alias: P_isle_
)
-
P_other
(
type: esriFieldTypeDouble, alias: P_other
)
-
P_multi
(
type: esriFieldTypeDouble, alias: P_multi
)
-
bk_AC_N
(
type: esriFieldTypeDouble, alias: bk_AC_N
)
-
bk_AC_G
(
type: esriFieldTypeDouble, alias: bk_AC_G
)
-
TP_AC_N
(
type: esriFieldTypeDouble, alias: TP_AC_N
)
-
TP_AC_G
(
type: esriFieldTypeDouble, alias: TP_AC_G
)
-
Shape
(
type: esriFieldTypeGeometry, alias: Shape
)
-
Shape.STArea()
(
type: esriFieldTypeDouble, alias: Shape.STArea()
)
-
Shape.STLength()
(
type: esriFieldTypeDouble, alias: Shape.STLength()
)
Supported Operations:
Query
Query Attachments
Query Analytic
Generate Renderer
Return Updates
Iteminfo
Thumbnail
Metadata