I have data in the format (latitude, longitude, value). I want to plot (lat, long) -> value on a map of the city. Something like the following images:
I've already tried the following:
- Python's Matplotlib: Unable to find required functions
- Plotly
- r-barplots on map, RG-histogram-bar-chart-over-map.
- plot-3d-bars-on-a-map-in-matlab: This will do, but I'm trying to find a similar thing in python
- D3 map histogram: This allows me to plot city-wise, but not within a city.