Name: Low Income Census Tracts
Display Field: NAME
Type: Feature Layer
Geometry Type: esriGeometryPolygon
Description:
Copyright Text:
Min. Scale: 0
Max. Scale: 0
Default Visibility: true
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -8207338.5243
YMin: 5009448.9336
XMax: -7991318.9787
YMax: 5168550.0319
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"type":"uniqueValue","valueExpression":"// This Arcade expression defines if a census tract is considered\n// a \"low-income community\" as defined by the 45D(e) outline\n// It then defines if a tract is qualified to be considered as an \n// Opportunity Zone\n\n// start by assigning all tracts as \"not qualified\" so that it is \n//only assigned when it meets one of the requirements\nvar qualified = \"Not Qualified\"\n\n\n// The poverty rate is at least 20%\nif($feature[\"B17020_calc_pctPovE\"] >= 20){\n qualified = \"Qualified\"\n};\n\n// or\n// if in a metropolitan area, the greater of 80% of either the \nif($feature.MetroArea == \"Yes\"){\n if($feature[\"Tract_Family_Income\"] < (max(.8*$feature[\"State_Family_Income\"], .8*$feature[\"Metro_Family_Income\"]))){\n qualified = \"Qualified\"\n };\n};\n\n// if not in a metro area,\n// the median family income does not exceed 80 percent of statewide median family income\nif($feature.MetroArea != \"Yes\"){\n if ($feature[\"Tract_Family_Income\"] < .8*($feature[\"State_Family_Income\"])){\n qualified = \"Qualified\"\n };\n};\n\nif(ISEmpty($feature[\"B17020_calc_pctPovE\"])){\n qualified = \"Not Qualified\"\n}\nif($feature[\"B17020_calc_pctPovE\"] < 20 && $feature[\"Tract_Family_Income\"] == null){\n qualified = \"Not Qualified\"\n}\n\nreturn qualified;","valueExpressionTitle":"Low Income Qualification","uniqueValueGroups":[{"heading":"","classes":[{"label":"Not Qualified","description":"Not Qualified","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[89,88,88,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[145,145,145,51],"width":0.41}},"values":[["Not Qualified"]]},{"label":"Qualified","description":"Qualified","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[168,0,0,255],"outline":{"type":"esriSLS","style":"esriSLSNull","color":[218,242,234,73],"width":0}},"values":[["Qualified"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[89,88,88,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[145,145,145,51],"width":0.41}},"value":"Not Qualified","label":"Not Qualified"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[168,0,0,255],"outline":{"type":"esriSLS","style":"esriSLSNull","color":[218,242,234,73],"width":0}},"value":"Qualified","label":"Qualified"}],"fieldDelimiter":",","visualVariables":[{"type":"sizeInfo","valueExpressionTitle":"Custom","valueExpression":"$view.scale","stops":[{"size":2,"value":157563},{"size":1,"value":492384},{"size":0.5,"value":1969535},{"size":0,"value":3939070}],"target":"outline","axis":"height","valueUnit":""}]},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Object ID Field: OBJECTID
Unique ID Field:
IsSystemMaintained : True
Global ID Field:
Type ID Field:
Fields:
- OBJECTID (type: esriFieldTypeOID, alias: Object ID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)
- GEOID (type: esriFieldTypeString, alias: FIPS Census Tract Code, SQL Type: sqlTypeOther, length: 11, nullable: true, editable: true)
- ALAND (type: esriFieldTypeDouble, alias: Area of Land (square meters), SQL Type: sqlTypeOther, nullable: true, editable: true)
- AWATER (type: esriFieldTypeDouble, alias: Area of Water (square meters), SQL Type: sqlTypeOther, nullable: true, editable: true)
- NAME (type: esriFieldTypeString, alias: Name, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- State (type: esriFieldTypeString, alias: State, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- County (type: esriFieldTypeString, alias: County, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- B17020_001E (type: esriFieldTypeInteger, alias: Total Population for whom Poverty Status is Determined, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_001M (type: esriFieldTypeDouble, alias: Total Population for whom Poverty Status is Determined - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_002E (type: esriFieldTypeInteger, alias: Population whose income in the past 12 months is below federal poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_002M (type: esriFieldTypeDouble, alias: Population whose income in the past 12 months is below federal poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_pctPovE (type: esriFieldTypeDouble, alias: Percent of Population whose income in the past 12 months is below poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_pctPovM (type: esriFieldTypeDouble, alias: Percent of Population whose income in the past 12 months is below poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_numTotChildE (type: esriFieldTypeInteger, alias: Child Population (under 18 years) for whom Poverty Status is Determined, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_numTotChildM (type: esriFieldTypeInteger, alias: Child Population (under 18 years) for whom Poverty Status is Determined - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_numChildPovE (type: esriFieldTypeInteger, alias: Child Population (under 18 years) whose income in the past 12 months is below poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_numChildPovM (type: esriFieldTypeInteger, alias: Child Population (under 18 years) whose income in the past 12 months is below poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_pctChildPovE (type: esriFieldTypeDouble, alias: Percent of Children (under 18 years) whose income in the past 12 months is below poverty level, SQL Type: sqlTypeOther, nullable: true, editable: true)
- B17020_calc_pctChildPovM (type: esriFieldTypeDouble, alias: Percent of Children (under 18 years) whose income in the past 12 months is below poverty level - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- MetroArea (type: esriFieldTypeString, alias: Metro Area?, SQL Type: sqlTypeOther, length: 3, nullable: true, editable: true)
- CBSA_FIPS (type: esriFieldTypeString, alias: CBSA FIPS, SQL Type: sqlTypeOther, length: 5, nullable: true, editable: true)
- NAME_1 (type: esriFieldTypeString, alias: Metro Area Name, SQL Type: sqlTypeOther, length: 8000, nullable: true, editable: true)
- Metro_Family_Income (type: esriFieldTypeInteger, alias: Metro Median Family Income, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Metro_Family_Income_MOE (type: esriFieldTypeInteger, alias: Metro Median Family Income - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- State_Family_Income (type: esriFieldTypeInteger, alias: State Median Family Income, SQL Type: sqlTypeOther, nullable: true, editable: true)
- State_Family_Income_MOE (type: esriFieldTypeInteger, alias: State Median Family Income - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Tract_Family_Income (type: esriFieldTypeInteger, alias: Tract Median Family Income, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Tract_Family_Income_MOE (type: esriFieldTypeInteger, alias: Tract Median Family Income - Margin of Error, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Low_Income_Community (type: esriFieldTypeString, alias: Low Income Community, SQL Type: sqlTypeOther, length: 30, nullable: true, editable: true)
- Shape__Area (type: esriFieldTypeDouble, alias: Shape__Area, SQL Type: sqlTypeDouble, nullable: true, editable: false)
- Shape__Length (type: esriFieldTypeDouble, alias: Shape__Length, SQL Type: sqlTypeDouble, nullable: true, editable: false)
Templates:
Name: Low Income Census Tracts
Description:
Drawing Tool: esriFeatureEditToolPolygon
Prototype:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 2/9/2025 9:55:27 PM
Schema Last Edit Date: 2/9/2025 9:55:27 PM
Data Last Edit Date: 2/9/2025 9:55:27 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat