folium 0.17.0
0
Make beautiful maps with Leaflet.js & Python
Contents
Make beautiful maps with Leaflet.js & Python
Stars: 6885, Watchers: 6885, Forks: 2223, Open Issues: 91The python-visualization/folium
repo was created 11 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 6885 github stars!
How to Install folium
You can install folium using pip
pip install folium
or add it to a project with poetry
poetry add folium
Package Details
- Author
- Rob Story
- License
- MIT
- Homepage
- https://github.com/python-visualization/folium
- PyPi:
- https://pypi.org/project/folium/
- GitHub Repo:
- https://github.com/python-visualization/folium
Classifiers
- Scientific/Engineering/GIS
- Scientific/Engineering/Visualization
Related Packages
Errors
A list of common folium errors.
Code Examples
Here are some folium
code examples and snippets.
GitHub Issues
The folium package has 91 open issues on GitHub
- Incomplete map display
- Export a draw circle
- Include vertical legends as an option for choropleth maps (sample code included)
- Make it possible for a marker to link to another marker
- trouble getting FloatImage to work with locally stored .png and .svg files
- Adding a GeoJson tooltip to TimeSliderChoropleth
- Support type hinting
- [Do not merge] Add LayerControl to demonstrate order-dependency bug #1553
- Adding LayerControl first makes LayerControl and layers disappear
- New function: color legend and color proportion in folium.heatmap
- Load existing html file generated by folium
- In
_to_png
, it'll be nicer to usedriver.fullscreen_window()
instead of usingdriver.maximize_window()
. - More customisable colors for Markers and/or adding missing colors
- Resizing markers
- Is there a feature to make multiple layer controls in folium python with different data?