Visum allows you to visualize insightful & real data of New York City.
This app was made with @roosterhack during the second module of the Ironhack Web Development Bootcamp, in a time span of 4 days.
The initial idea was to create an app where you could compare cities based on their data, visualize the data as layers displayed on the map and also animate real time data from public transportation using gtfs (see an example).
After the research and the brainstorming to define the MVP, we created a Trello board to define and split the tasks for the project. We decided to exclude the compare and animation features from the MVP and focus our work on displaying the data with one city.
Best app: First place 🥇
Mapbox GL JS, MongoDB, Express, Node, Handlebars, API, Bulma.
🗺️ Click here to launch the experience
-
As a guest, you can play with the filters, however you cannot save the active filters.
-
As a registered user, you can save the active filters, access to them and delete them from your profile.
The saved filters are automatically displayed on the map from your profile anytime you use the app. -
Share the map with the active filters, the filters will be automatically displayed on the map.
-
Search for locations and POIs using the search bar
Type | Displayed as | Interaction |
---|---|---|
Collisions | Circles | Filter by time/day |
Bike routes | Lines | X |
Bike shelters | Symbols | Click to get the address detail |
Wi-Fi hotspot | Heatmap | X |
Day care center | Clusters | Click to get the address detail |
Airport | Fill | X |
Park | Fill | X |
Atheltic facilities | Fill | X |
Hurricane evactuation centers | Symbols | Click to get the address detail |
Golf | Fill | X |
One of the biggest challenges was to gather the data in the correct format (.geojson), with proper set of coordinates.
We have rejected most of the data we wanted to display (i.e. Crime rate) because the available data was given as an .xls file without any coordinates, it would have took us more time to display it in a proper way.
We wanted to display the data in it's best way, we had to analyse the data and choose how to highlight it (with color fill, lines, heatmap, interactive clusters…).
- All the datasets: NYC Open Data