folium


Namefolium JSON
Version 0.18.0 PyPI version JSON
download
home_pagehttps://github.com/python-visualization/folium
SummaryMake beautiful maps with Leaflet.js & Python
upload_time2024-10-22 13:40:32
maintainerNone
docs_urlNone
authorRob Story
requires_python>=3.8
licenseMIT
keywords data visualization
VCS
bugtrack_url
requirements branca jinja2 numpy requests xyzservices
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |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=examples

folium
======

.. image:: https://github.com/python-visualization/folium/blob/main/docs/_static/folium_logo.png
   :height: 100px


Python 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 <https://github.com/python-visualization/folium/blob/main/.github/CONTRIBUTING.md>`_ for more info.


Changelog
---------

- Release notes of v0.16.0 and higher: https://github.com/python-visualization/folium/releases
- Older `changelog <https://raw.githubusercontent.com/python-visualization/folium/main/CHANGES.txt>`_


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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-visualization/folium",
    "name": "folium",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "data visualization",
    "author": "Rob Story",
    "author_email": "wrobstory@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d8/75/4ffc50fac2a881f07c48232d6200d50ca040a83e2e0e96f523610eec27a7/folium-0.18.0.tar.gz",
    "platform": "any",
    "description": "|PyPI| |Test| |Gitter| |DOI| |binder|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/folium.svg\n    :target: https://pypi.org/project/folium\n    :alt: PyPI Package\n\n.. |Test| image:: https://github.com/python-visualization/folium/actions/workflows/test_code.yml/badge.svg\n    :target: https://github.com/python-visualization/folium/actions/workflows/test_code.yml\n    :alt: Code tests\n\n.. |Gitter| image:: https://badges.gitter.im/python-visualization/folium.svg\n    :target: https://gitter.im/python-visualization/folium\n    :alt: Gitter\n\n.. |DOI| image:: https://zenodo.org/badge/18669/python-visualization/folium.svg\n   :target: https://zenodo.org/badge/latestdoi/18669/python-visualization/folium\n   :alt: DOI\n\n.. |binder| image:: https://mybinder.org/badge_logo.svg\n :target: https://mybinder.org/v2/gh/python-visualization/folium/main?filepath=examples\n\nfolium\n======\n\n.. image:: https://github.com/python-visualization/folium/blob/main/docs/_static/folium_logo.png\n   :height: 100px\n\n\nPython Data, Leaflet.js Maps\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n`folium` builds on the data wrangling strengths of the Python ecosystem and the\nmapping strengths of the Leaflet.js library. Manipulate your data in Python,\nthen visualize it in a Leaflet map via `folium`.\n\nInstallation\n------------\n\n.. code:: bash\n\n    $ pip install folium\n\nor\n\n.. code:: bash\n\n    $ conda install -c conda-forge folium\n\nDocumentation\n-------------\n\nhttps://python-visualization.github.io/folium/latest/\n\n\nContributing\n------------\n\nWe love contributions!  folium is open source, built on open source,\nand we'd love to have you hang out in our community.\n\nSee `our complete contributor's guide <https://github.com/python-visualization/folium/blob/main/.github/CONTRIBUTING.md>`_ for more info.\n\n\nChangelog\n---------\n\n- Release notes of v0.16.0 and higher: https://github.com/python-visualization/folium/releases\n- Older `changelog <https://raw.githubusercontent.com/python-visualization/folium/main/CHANGES.txt>`_\n\n\nPackages and plugins\n--------------------\n\nPackages:\n\n- https://github.com/geopandas/xyzservices: a repository of raster basemap tilesets.\n- https://github.com/randyzwitch/streamlit-folium: run folium in a Streamlit app.\n- https://github.com/FEMlium/FEMlium: interactive visualization of finite element simulations on geographic maps with folium.\n\nPlugins:\n\n- https://github.com/onaci/folium-glify-layer: provide fast webgl rendering for large GeoJSON FeatureCollections\n- 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.\n- https://github.com/JohnyCarrot/folium-geocoder-own-locations: a geocoder that accepts a list of suggestions at creation time.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Make beautiful maps with Leaflet.js & Python",
    "version": "0.18.0",
    "project_urls": {
        "Homepage": "https://github.com/python-visualization/folium"
    },
    "split_keywords": [
        "data",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "031245a714482b9aa23cf708c5d07810d8133c4277b9d28db55e51352a0cb2da",
                "md5": "7f7aa9a3e32e77ac90e2b4056f19e94b",
                "sha256": "4e85f2b10166d5208bb65cdf4a072e239a923647dca4dee7c1d2dbe100af56b1"
            },
            "downloads": -1,
            "filename": "folium-0.18.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7f7aa9a3e32e77ac90e2b4056f19e94b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 108893,
            "upload_time": "2024-10-22T13:40:31",
            "upload_time_iso_8601": "2024-10-22T13:40:31.809753Z",
            "url": "https://files.pythonhosted.org/packages/03/12/45a714482b9aa23cf708c5d07810d8133c4277b9d28db55e51352a0cb2da/folium-0.18.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8754ffc50fac2a881f07c48232d6200d50ca040a83e2e0e96f523610eec27a7",
                "md5": "2a250bf0a39f6ee8f9a808c37fb587d3",
                "sha256": "39655dacb600fb1f614793575c5d352b90f28a7a9c9540ed6b7f46e43b428df8"
            },
            "downloads": -1,
            "filename": "folium-0.18.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2a250bf0a39f6ee8f9a808c37fb587d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 104985,
            "upload_time": "2024-10-22T13:40:32",
            "upload_time_iso_8601": "2024-10-22T13:40:32.974227Z",
            "url": "https://files.pythonhosted.org/packages/d8/75/4ffc50fac2a881f07c48232d6200d50ca040a83e2e0e96f523610eec27a7/folium-0.18.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 13:40:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-visualization",
    "github_project": "folium",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "branca",
            "specs": [
                [
                    ">=",
                    "0.6.0"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    ">=",
                    "2.9"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "xyzservices",
            "specs": []
        }
    ],
    "lcname": "folium"
}
        
Elapsed time: 0.36768s