Skip to content

Commit

Permalink
IMD fields
Browse files Browse the repository at this point in the history
  • Loading branch information
paulthatjazz committed May 31, 2024
1 parent f147b0a commit ea5bcc9
Showing 1 changed file with 48 additions and 3 deletions.
51 changes: 48 additions & 3 deletions app/javascript/projects/modelling/components/imd_component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,35 @@ const outputFormats: OutputFormat[] = [
socket: numericDataSocket
},
{
name: "Education Rank",
name: "Education, Skills and Training Rank",
typeName: "EduRank",
socket: numericDataSocket
},
{
name: "Education Decile",
name: "Education, Skills and Training Decile",
typeName: "EduDec",
socket: numericDataSocket
},
{
name: "Education Score",
name: "Education, Skills and Training Score",
typeName: "EduScore",
socket: numericDataSocket
},
{
name: "Heath Deprevation and Disability Rank",
typeName: "HDDRank",
socket: numericDataSocket
},
{
name: "Heath Deprevation and Disability Decile",
typeName: "HDDDec",
socket: numericDataSocket
},
{
name: "Heath Deprevation and Disability Score",
typeName: "HDDScore",
socket: numericDataSocket
},
{
name: "Crime Rank",
typeName: "CriRank",
Expand All @@ -88,6 +103,36 @@ const outputFormats: OutputFormat[] = [
typeName: "CriScore",
socket: numericDataSocket
},
{
name: "Barriers to Housing and Services Rank",
typeName: "BHSRank",
socket: numericDataSocket
},
{
name: "Barriers to Housing and Services Decile",
typeName: "BHSDec",
socket: numericDataSocket
},
{
name: "Barriers to Housing and Services Score",
typeName: "BHSScore",
socket: numericDataSocket
},
{
name: "Living Environment Rank",
typeName: "EnvRank",
socket: numericDataSocket
},
{
name: "Living Environment Decile",
typeName: "EnvDec",
socket: numericDataSocket
},
{
name: "Living Environment Score",
typeName: "EnvScore",
socket: numericDataSocket
},
{
name: "Population (Total)",
typeName: "TotPop",
Expand Down

0 comments on commit ea5bcc9

Please sign in to comment.