Name: Disadvantaged Communities
Display Field: Overburden
Type: Feature Layer
Geometry Type: esriGeometryPolygon
Description: The Climate Solutions Now Act (CSNA) (2022) is a state law with provisions to reduce negative environmental impacts on overburdened and underserved communities. Overburdened communities are defined as any census tract for which three or more of the 13 environmental health indicators are above the 75th percentile. Underserved communities are defined as any census tract where the most recent census survey shows: At least 25% of the residents qualify as low-income; orAt least 15% of the residents have limited English proficiency At least 50% of the residents are non-white; orDownloaded latest data from Federal EPA here: https://www.epa.gov/ejscreen/download-ejscreen-data (Note: Used sate-level to compare census tracts to other census tracts in the state and not national) so used the ‘Geodatabase (State Level)’. The GDB downloaded is “EJSCREEN_StatePct_With_AS_CNMI_GU_VI”Ran definition query for census tract in Maryland which had > 0 population (STATE_NAME is equal to MARYLAND and ACSTOTPOP > 0) | Result 1,460 Census Tracts (Maryland Census Tracts w/ Population)Isolated the tract that qualify as Underserved:At least 25% low income (FIELD: LOWINCPCT) or,At least 15% Limited English (FIELD: LINGISOPCT) or,At least 50% Non-white (FIELD: PEOPCOLORPCT)> This resulted in of the 849 tracts (These are the Underserved)From these, need to identify Overburdened tracts from these Underserved tracts (3 or more of the 13 environmental health indicators are above 75th percentile)Ran original query of one of the 13 burdens (using OR) is > 75 percentile Resulted in 712 Tracts (Underserved_WithAtLeastOneEnvBurden)Created 13 new fields for each 1 of the corresponding 13 burdens above for “Thresholds” Ran script to return “1” if threshold for given burden is above 75 and 0 if not(sample script for Ozone Threshold): Created a new field, “Threshold Sum” and ran query to sum all of the 13 burdens:sum([!ThrshHold_PM!,!ThrshHold_Ozone!,!ThrshHold_NO2!,!ThrshHold_DieselPM!,!ThrshHold_ToxicR!,!ThrshHold_TrafficPV!,!ThrshHold_LeadP!,!ThrshHold_SuperfundP!,!ThrshHold_RMP_FacP!,!ThrshHold_HazardWP!,!ThrshHold_UST_LUST!,!ThrshHold_WWDischarge!,!ThrshHold_DrinkingWNCMP!])Created a final field, “Overburdened?” and ran if statement to see if the tract was overburdened. 445 Tracts in Maryland
Copyright Text: US EPA, MDOT, Andrew Bernish
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: -8775818.9468829
YMin: 4630714.9091648
XMax: -8414393.49278363
YMax: 4825772.25749484
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"type":"simple","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[124,58,237,191],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[124,58,237,255],"width":1}}},"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: OBJECTID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)
- PEOPCOLORPCT (type: esriFieldTypeDouble, alias: Percent people of color, SQL Type: sqlTypeOther, nullable: true, editable: true)
- LOWINCPCT (type: esriFieldTypeDouble, alias: Percent low income, SQL Type: sqlTypeOther, nullable: true, editable: true)
- LINGISOPCT (type: esriFieldTypeDouble, alias: Percent linguistically isolated, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_OZONE (type: esriFieldTypeInteger, alias: Ozone percentile, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_PM25 (type: esriFieldTypeInteger, alias: PM2.5 percentile, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_DSLPM (type: esriFieldTypeInteger, alias: Diesel particulate matter, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_RSEI_AIR (type: esriFieldTypeInteger, alias: Air toxics cancer risk, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_PTRAF (type: esriFieldTypeInteger, alias: Traffic proximity, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_LDPNT (type: esriFieldTypeInteger, alias: Lead paint indicator, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_PNPL (type: esriFieldTypeInteger, alias: Superfund proximity, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_PRMP (type: esriFieldTypeInteger, alias: RMP facility proximity, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_PTSDF (type: esriFieldTypeInteger, alias: Hazardous waste proximity, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_UST (type: esriFieldTypeInteger, alias: Underground storage tanks, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_PWDIS (type: esriFieldTypeInteger, alias: Wastewater discharge, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_NO2 (type: esriFieldTypeInteger, alias: NO2 concentration, SQL Type: sqlTypeOther, nullable: true, editable: true)
- P_DWATER (type: esriFieldTypeInteger, alias: Drinking water non-compliance, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHold_ (type: esriFieldTypeInteger, alias: People of color threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHold1 (type: esriFieldTypeInteger, alias: Low income threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_1 (type: esriFieldTypeInteger, alias: Ozone threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_2 (type: esriFieldTypeInteger, alias: PM2.5 threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_3 (type: esriFieldTypeInteger, alias: Diesel PM threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_4 (type: esriFieldTypeInteger, alias: Air toxics threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_5 (type: esriFieldTypeInteger, alias: Traffic proximity threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_6 (type: esriFieldTypeInteger, alias: Lead paint threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_7 (type: esriFieldTypeInteger, alias: Superfund proximity threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_8 (type: esriFieldTypeInteger, alias: RMP facility threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHol_9 (type: esriFieldTypeInteger, alias: Hazardous waste threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHo_10 (type: esriFieldTypeInteger, alias: Underground storage tanks threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- ThrshHo_11 (type: esriFieldTypeInteger, alias: Drinking water threshold met, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Threshold_ (type: esriFieldTypeInteger, alias: Total thresholds exceeded (3–11), SQL Type: sqlTypeOther, nullable: true, editable: true)
- Overburden (type: esriFieldTypeString, alias: Overburden, SQL Type: sqlTypeOther, length: 15, nullable: true, editable: true)
- Shape_Leng (type: esriFieldTypeDouble, alias: Shape_Leng, SQL Type: sqlTypeOther, 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: Disadvantaged Communities
Description:
Drawing Tool: esriFeatureEditToolPolygon
Prototype:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 2/24/2026 6:49:42 PM
Schema Last Edit Date: 2/24/2026 6:49:42 PM
Data Last Edit Date: 2/24/2026 6:49:42 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat