Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write a page giving an overview of Indices of Multiple Deprivation (IMD) #13

Open
ThomUK opened this issue Nov 13, 2023 · 9 comments · Fixed by #22 or #41
Open

Write a page giving an overview of Indices of Multiple Deprivation (IMD) #13

ThomUK opened this issue Nov 13, 2023 · 9 comments · Fixed by #22 or #41
Assignees
Labels
content Add, change or delete content

Comments

@francisbarton
Copy link
Collaborator

I'm really interested in the IMD and what it does and doesn't do, so I'd be up for making a start on this page... when I get round to it :-)

@Lextuga007 Lextuga007 linked a pull request Nov 25, 2023 that will close this issue
@Lextuga007 Lextuga007 added the content Add, change or delete content label Nov 28, 2023
@Lextuga007 Lextuga007 reopened this Dec 1, 2023
@Lextuga007
Copy link
Member

Need to add Tom's original links

@Lextuga007
Copy link
Member

I've been keeping a lot of links in the https://resources.nhsrcommunity.com/ so it might be better for the links to be put in a chapter there and referenced in this book.

@Lextuga007 Lextuga007 linked a pull request Dec 12, 2023 that will close this issue
@Lextuga007 Lextuga007 reopened this Dec 13, 2023
@Lextuga007
Copy link
Member

Move the other links

# Other useful links
to open-analytics-resources and then link back.

@Lextuga007
Copy link
Member

Lextuga007 commented Dec 21, 2023

Trying to get to the bottom of why LSOA codes can appear in datasets as either starting with an E or an S I found this https://www.warrington.gov.uk/sites/default/files/2019-09/english-indices-of-deprivation-2015-frequently-asked-questions.pdf which although it is on the Warrington.gov.uk site is a Dept for Communities and Local Government document.

This too https://assets.publishing.service.gov.uk/media/5dfb3d7ce5274a3432700cf3/IoD2019_FAQ_v4.pdf

@francisbarton
Copy link
Collaborator

Hi Zoë, where are you finding S codes in the datasets? An S code will be in Scotland (and they don't have LSOAs, they have Data Zones).

@Lextuga007
Copy link
Member

That's what I'm starting to conclude! I think I'm looking at Scotland's data!

api_url <- "https://services1.arcgis.com/ESMARspQHYMw9BZ9/ArcGIS/rest/services/Online_ONS_Postcode_Directory_Live/FeatureServer/0/query"
query_params <- list(
  where = "LSOA11 LIKE '%'",
  outFields = "*",
  returnCountOnly = FALSE,
  returnDistinctValues = TRUE,
  f = "json"
)

# Make the API request
response <- httr::GET(api_url, query = query_params)

# Parse the JSON response
data <- jsonlite::fromJSON(httr::content(response, "text"))

# Create as dataframe
df <- data.frame(data$features$attributes)

df

@johnmackintosh
Copy link
Member

https://www.gov.scot/collections/scottish-index-of-multiple-deprivation-2020/
Some useful background info on the SIMD and links to data.
I have done some maps/other visualisations on my blog in the past if you are interested

@Lextuga007
Copy link
Member

That's great! You've got a few charts that are really nice and I see you've tagged the blogs too! https://johnmackintosh.net/tag-deprivation/

Thanks 🙇🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Add, change or delete content
Projects
None yet
4 participants