This web application calculates and displays the population living in isochrones using public transportation from a specified location.
- Leaflet.js for mapping
- TravelTime API for isochrones (I wanted to make the isochrones myself, but decided it was worth outsourcing to maximise the range of available locations)
- Population data from the Global Human Settlement Layer gridded population dataset
- Geospatial analysis tools (the backend uses rasterio to mask the population grid)