Demo: https://hackforla.github.io/311-data/
Each day, Los Angelenos report thousands of 311 requests all across LA to resolve issues such as illegal dumping and graffiti in their neighborhoods. These requests are then received by relevant agencies, such as the Police, Building and Safety, or Department of Transportation. The agency responds to the request, addresses it, and then closes it once it is fixed. Thanks to Mayor Eric Garcetti's Open Data Initiative, the expansive amount of data associated with these 311 requests is available online.
We are a group of volunteers with diverse backgrounds who share a common vision: To make 311 request data more accessible and useful for our diverse communities and their representatives through visualization and data science.
By leveraging technology, we can empower local residents and the representatives of our Neighborhood Councils to
the service request data that gets submitted to Los Angeles's 311 system at https://myla311.lacity.org/.
Our application is open source, built and maintained by volunteers throughout our community, and provides two primary modes of operation:
Our mission is to create a user-friendly platform for anyone interested in exploring 311 service requests so that they can immediately gain actionable insights. If you would like to contribute as a volunteer, please visit the Open Roles Board.
nvm install lts/hydrogen
(on windows nvm install hydrogen
)nvm use lts/hydrogen
(on windows nvm use hydrogen
)node -v
(e.g. Now using node v18.7.0 (npm v8.9.2)
)cd 311-data/
cp .example.env .env
.env
and supply a valid VITE_MAPBOX_TOKEN
. If you are a member of hack4la, please contact someone in 311-engineering for one.npm run setup
npm start
Public data used in this project:
The source code for this project is based on the original 311-Data v2-aws release.