Top "Folium" questions

A python wrapper for the geo-mapping Leaflet.

Folium map not displaying

Running on canopy version 1.5.5.3123 With; Folium Version: 0.1.2, Build: 1 The following code; import folium import pandas as pd LDN_COORDINATES = (51.5074, 0.1278) from …

python canopy folium
Python 3.6 Module cannot be found: Folium

I am trying to import folium into a Jupyter notebook I'm working on and I cannot seem to solve the …

python python-3.x import pip folium
plot Latitude longitude points from dataframe on folium map - iPython

I have a dataframe with lat/lon coordinates latlon (51.249443914705175, -0.13878830247011467) (51.249443914705175, -0.13878830247011467) (51.249768239976866, -2.8610415615063034) ... I would like to plot these on to …

python dataframe ipython folium
Plot latitude longitude from CSV in Python 3.6

I'm trying to plot a large number of latitude longitude values from a CSV file on a map, having this …

python google-maps google-maps-api-3 geolocation folium
Plot colored polygons with geodataframe in folium

I'm trying to plot radar data in folium, and I'm almost there. I followed this example (Contour plot data (lat,…

python geojson folium
How to install a python package with all the dependencies into a Docker image?

I'm working in Ubuntu 15.10 with the Docker container for Pyspark jupyter/pyspark-notebook. I need to install folium with all it's …

python docker pyspark jupyter folium
Python Folium icon list

Is there any list of icons available that I can use in a expression like I use home in this …

python folium
Create a Legend on a Folium map

The Folium documentation is incomplete at this time: https://folium.readthedocs.io/en/latest/ According to the index of the …

python folium
Unknown format code 'f' for object of type 'str'- Folium

I have a dataframe that looks like below Number Names latitude longitude 0 1 Josh 25.713277 80.746531 1 2 Jon 25.713277 80.746531 2 3 Adam 25.713277 80.746531 3 4 Barsa 25.713277 80.746531 4 5 Fekse 25.713277 80.746531 5 6 Bravo 25.713277 80.746531 6 7 Levine 25.713277 80.746531 7 8 Talyo 25.713277 80.746531 8 9 …

python pandas folium
Foilum map module, trying to get more options for marker colors

I am playing with Folium a lot right now and its really great to have something so easy to use …

python-3.x folium