Relative Content

Tag Archive for pythonfolium

Plot points on offline map in Python

I’m using Spyder and have a couple of coordinates that I want to plot on a world map. Currently I use Folium, save data as an HTML-file and then open it in a webbrowser. My question is: is it possible to plot coordinates on a map without the use of the webbrowser? Or anything external for that matter? I was hoping there would be a package that enables me to plot everything and see it in Spyder itself.

Python folium map city names and markers over an image layer

i am trying to make a weather radar in python, i already figured out how to obtain the radar imaginery, and also figured out the folium map, i am asking if there is a way to have city names and markers above the weather layer, for better visibility.
Thanks a lot to everyone.

How to find the coordinates of a place using folium library in python

I had a simple question about how I could find the coordinates of a place and have it accurately draw a line on a map using folium and antpath. I have tried earlier where I find the coordinates of somewhere on google and then when I draw the line on the map, it tends to show in a different part on the map in a different country.