Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/python-visualization/folium
Python Data. Leaflet.js Maps.
https://github.com/python-visualization/folium
data-science data-visualization javascript maps python
Last synced: 9 days ago
JSON representation
Python Data. Leaflet.js Maps.
- Host: GitHub
- URL: https://github.com/python-visualization/folium
- Owner: python-visualization
- License: mit
- Created: 2013-05-09T04:21:35.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T13:16:16.000Z (7 months ago)
- Last Synced: 2024-04-22T14:28:50.064Z (7 months ago)
- Topics: data-science, data-visualization, javascript, maps, python
- Language: Python
- Homepage: https://python-visualization.github.io/folium/
- Size: 219 MB
- Stars: 6,675
- Watchers: 164
- Forks: 2,207
- Open Issues: 92
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
- my-awesome-starred - folium - Python Data. Leaflet.js Maps. (Python)
- awesome-meteo - folium
- awesome-python-machine-learning-resources - GitHub - 22% open · ⏱️ 06.05.2022): (地理Geo处理)
- awesome-python-machine-learning - folium - Python Data. Leaflet.js Maps. (Uncategorized / Uncategorized)
- starred-awesome - folium - Python Data. Leaflet.js Maps. (Python)
- StarryDivineSky - python-visualization/folium
- awesome-starred - python-visualization/folium - Python Data. Leaflet.js Maps. (javascript)
README
|PyPI| |Test| |Gitter| |DOI| |binder|
.. |PyPI| image:: https://img.shields.io/pypi/v/folium.svg
:target: https://pypi.org/project/folium
:alt: PyPI Package.. |Test| image:: https://github.com/python-visualization/folium/actions/workflows/test_code.yml/badge.svg
:target: https://github.com/python-visualization/folium/actions/workflows/test_code.yml
:alt: Code tests.. |Gitter| image:: https://badges.gitter.im/python-visualization/folium.svg
:target: https://gitter.im/python-visualization/folium
:alt: Gitter.. |DOI| image:: https://zenodo.org/badge/18669/python-visualization/folium.svg
:target: https://zenodo.org/badge/latestdoi/18669/python-visualization/folium
:alt: DOI.. |binder| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/python-visualization/folium/main?filepath=examplesfolium
======.. image:: https://github.com/python-visualization/folium/blob/main/docs/_static/folium_logo.png
:height: 100pxPython Data, Leaflet.js Maps
~~~~~~~~~~~~~~~~~~~~~~~~~~~~`folium` builds on the data wrangling strengths of the Python ecosystem and the
mapping strengths of the Leaflet.js library. Manipulate your data in Python,
then visualize it in a Leaflet map via `folium`.Installation
------------.. code:: bash
$ pip install folium
or
.. code:: bash
$ conda install -c conda-forge folium
Documentation
-------------https://python-visualization.github.io/folium/latest/
Contributing
------------We love contributions! folium is open source, built on open source,
and we'd love to have you hang out in our community.See `our complete contributor's guide `_ for more info.
Changelog
---------- Release notes of v0.16.0 and higher: https://github.com/python-visualization/folium/releases
- Older `changelog `_Packages and plugins
--------------------Packages:
- https://github.com/geopandas/xyzservices: a repository of raster basemap tilesets.
- https://github.com/randyzwitch/streamlit-folium: run folium in a Streamlit app.
- https://github.com/FEMlium/FEMlium: interactive visualization of finite element simulations on geographic maps with folium.Plugins:
- https://github.com/onaci/folium-glify-layer: provide fast webgl rendering for large GeoJSON FeatureCollections
- https://github.com/carlosign/Folium.ControlCredits-Plugin: displaying credits in the corner. Display an image/logo, clicking it will expand to show a brief message with credits and links.
- https://github.com/JohnyCarrot/folium-geocoder-own-locations: a geocoder that accepts a list of suggestions at creation time.