mackenly / suicide-rate-map-explorer

An interactive map that plots U.S. CDC suicide rate and population data on a county level built with React and Python.

Home Page:https://suicide-rate-map-explorer.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Are you thinking about killing yourself? Talk to someone in the U.S. by calling or texting 988 or talk to someone in your country.

Call or Text the suicide and crisis lifeline at 988

Suicide Rate Map Explorer

This project is a map illustrating the suicide rate of U.S. counties alongside religious attendance rates. Some research suggests there is a corelation, this map was built to help identify areas with the greatest need.

Watch demo on YouTube...

Screenshot of project

Explore the Data

The data is separated by county and shaded based on the counties' suicide rate.

Screenshot of Patrick County Virginia focused

You can click a county to isolate the county's state on the map. Here's Vermont being shown:

To get back to the full map simply press "View All States" from the header. You can share an individual state view's URL with collegues and even modify where the map initially positions itself via the URL parameters: https://suicide-rate-map-explorer.pages.dev/state/12?n=29.234052321428567&w=-82.00889428571429&zoom=5

Development Notes

It's very important that when exporting the CDC file you check the boxes "Show Zero Values" and "Show Suppressed Value." If you do not it will omit the counties that "Suppressed" or "Missing" data giving the illusion of missing data in the plot.

Helpful Doc Finds

About

An interactive map that plots U.S. CDC suicide rate and population data on a county level built with React and Python.

https://suicide-rate-map-explorer.pages.dev/

License:MIT License


Languages

Language:JavaScript 42.6%Language:Python 32.5%Language:CSS 19.2%Language:HTML 5.7%