Heat Sensitivity Exposure Index
District of Columbia
@usgov.district_of_columbia_heat_sensitivity_exposure_index
District of Columbia
@usgov.district_of_columbia_heat_sensitivity_exposure_index
This Index combines a Heat Sensitivity Index and a Heat Exposure Index allowing users to visualize which census tracts in DC are most heat sensitive and/or exposed. The Heat Sensitivity Index is made up of variables that influence an individual’s ability to adapt to, cope with, or recover from extreme heat and includes six socio-economic and demographic variables and three health variables. The Heat Exposure Index includes ambient air temperature as the heat exposure variable and two physical variables that contributes to heat retention (i.e., impervious surfaces and lack of tree canopy cover).
Organization: District of Columbia
Last updated: 2024-04-30T19:20:26.045751
Tags: climate, district-of-columbia, environment, health, heat-sensitivity, temperature, washington-dc
CREATE TABLE table_1 (
"objectid" BIGINT,
"tract" BIGINT,
"id2" BIGINT,
"geo_id" VARCHAR,
"name" VARCHAR,
"id" BIGINT,
"totalpop" BIGINT,
"p_poc" DOUBLE,
"p_child" DOUBLE,
"p_elderly" DOUBLE,
"p_poverty" BIGINT,
"p_disability" DOUBLE,
"p_limeng" VARCHAR,
"asthma" DOUBLE,
"chd" DOUBLE,
"obesity" DOUBLE,
"hsi" DOUBLE,
"p_treecover" DOUBLE,
"p_notree" DOUBLE,
"p_impsurf" DOUBLE,
"airtemp_mean" DOUBLE,
"hei" DOUBLE,
"hsei" DOUBLE,
"gis_id" VARCHAR,
"se_anno_cad_data" VARCHAR,
"globalid" VARCHAR,
"creator" VARCHAR,
"created" VARCHAR,
"editor" VARCHAR,
"edited" VARCHAR,
"shapearea" BIGINT,
"shapelen" BIGINT
);Anyone who has the link will be able to view this.