How do I make a intensity plot with coordinates on map in python?

344 Views Asked by At

Say I have a data set as the following:

lat  |  long | intensity
22 | 22 | -100
30 | 30 | -50

And I would like to plot coordinates on a Hong Kong map and the color indicates the intensity using python. Something like this picture in Python - Intensity map without interpolation but points are on a map instead. Is there a library that I can do this easily?

Any help is appreciated. enter image description here

0

There are 0 best solutions below