A visual tool to explore healthcare accessibility across the globe using isochrones. Linkin to HDX for download and vice versa for quick visuals
Open Access Lens visualizes travel time and distance to healthcare facilities (Hospitals, Primary Healthcare) and educational institutions. It provides:
- Global View: Interactive overview of country coverage.
- Dashboard View: Detailed breakdown of population reach within specific time or distance ranges.
- Frontend: Vue 3 + TypeScript + Vite
- Map: MapLibre GL JS
- Data: PMTiles (Efficient serverless map tiles)
- Styling: Tailwind CSS
Data is visualized directly from client-side PMTiles, requiring no backend tile server. Metadata and boundaries are fetched dynamically based on the selected country.
- Node.js (v18 or higher recommended)
- npm (v9 or higher recommended)
Install dependencies:
npm installStart the development server with hot-reload:
npm run devVisit http://localhost:5173 (or the port shown in your terminal).
Type-check and build the project for production:
npm run buildThe output will be in the dist directory.
GNU GPLv3