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.
Advertisement
Answer
I posted above question and then, found interesting plotting libraries.
Cesium : An open-source JavaScript library for 3D globes and maps.
ArcGIS: This one is paid (60 days free trial is available), but provide a wide variety of beautiful visualizations on 2D maps and 3D globes