Web maps exhibit

Techstack
- Python, Leaflet, HTML, CSS, Mapbox, JavaScript
Tools
- QGIS, Mapbox Geocoding API
Review of different web maps I've made
This is just a showcase of some web maps that I've made. Most of them were made using the awesome Leaflet.js library for web mapping. All of them are simple and small projects, I didn't use any databases, but simple GeoJSON files. The raster tiles for the base maps are consumed from public sources.
Leaflet-based web maps
-
Simple parcel map with metadata in a box. Click on the parcel to update metadata.
-
Miami regulation map. It has a search bar to look up for addresses, pointing to Mapbox Geocoding API. However, it's not functional to avoid possible charges (It's not a free API!).
-
Los Angeles asthma danger map. Hexagonal grid with scores of asthma vulnerability.
-
Montevideo's median prices of built square meter. Data can be filtered by lower and higher values. The data was scrapped from a real state website.
-
Isochrones from center point. Isochrones were made using QGIS and QNEAT plugin.
Kepler.gl maps
Kepler is an application for geospatial analytic visualizations.
Mapbox
Mapbox GL is, as Leaflet, based on JavaScript.