Update: Project no longer live on Render due to subscription limit.
Visu-NYC is a geospacial visualization application that allows users to see public data from NYC. This app embeds a map component called kepler.gl and has backend functionality to allow users to create accounts and save maps to their profiles.
*The app currently only allows you to view maps of tree count by census tract (neighborhood) and restaurant inspections. More maps to be added!
Data from NYC Open Data was processed with Google Colab and included as csvs to populate the kepler maps.
- NYC 2010 Census tract data
- 2015 Street Tree Census
- DOHMH New York City Restaurant Inspection Results
- Secure authentication: Securely sign up or login with password encryption
- NYC geospacial data pre-populated: Data will be pre loaded into the kepler.gl map.
- Adjust layers and filters on map: adjust the layers and filters to control the data they see in the map.
- Export maps: export maps and data files locally
- Save Maps to account: Save maps and notes to account for later access. Maps created by all users can be viewed under all maps.
- The home page of the app will display maps with NYC data pre populated. Login or signup is not required to use the maps, but encouraged if you want to save maps to your account or view maps others have created.
- You can interact with the maps, create layers with uploaded data, or filter for the data you want to see directly in the kepler.gl map.
- Save a map to your account using the add map form.
- View profile details and saved maps in your profile.
- React.js
- Node.js
- PostgreSQL
- Express.js
Reach out to jennytakahara@gmail.com with any questions or feedback.