initial commit

This commit is contained in:
klein panic
2024-09-29 01:46:07 -04:00
commit ba6e6914d1
7576 changed files with 1356825 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Copyright (C) 2013, Rob Story
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -0,0 +1,114 @@
Metadata-Version: 2.1
Name: folium
Version: 0.17.0
Summary: Make beautiful maps with Leaflet.js & Python
Home-page: https://github.com/python-visualization/folium
Author: Rob Story
Author-email: wrobstory@gmail.com
License: MIT
Keywords: data visualization
Platform: any
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: branca >=0.6.0
Requires-Dist: jinja2 >=2.9
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: xyzservices
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
|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.

View File

@@ -0,0 +1,102 @@
folium-0.17.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
folium-0.17.0.dist-info/LICENSE.txt,sha256=_2JCSJbgFUF3b18mKPFE2Q2sswNGNFDkb334DRuyPpw,1072
folium-0.17.0.dist-info/METADATA,sha256=N5ASL5RXs05hJfN7pNdzS2kOcQCb8QzZLm15sSVkVz8,3803
folium-0.17.0.dist-info/RECORD,,
folium-0.17.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
folium-0.17.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
folium-0.17.0.dist-info/top_level.txt,sha256=Kk9IsfN0xagp4jOQ9MPKV4QOshFpOjdQpW08egI2Z10,7
folium/__init__.py,sha256=nRx6FCFdu9DDlUsn5jd0D5wUWVHcGIQ-PP9TrEQTcqs,1961
folium/__pycache__/__init__.cpython-311.pyc,,
folium/__pycache__/_version.cpython-311.pyc,,
folium/__pycache__/elements.cpython-311.pyc,,
folium/__pycache__/features.cpython-311.pyc,,
folium/__pycache__/folium.cpython-311.pyc,,
folium/__pycache__/map.cpython-311.pyc,,
folium/__pycache__/raster_layers.cpython-311.pyc,,
folium/__pycache__/template.cpython-311.pyc,,
folium/__pycache__/utilities.cpython-311.pyc,,
folium/__pycache__/vector_layers.cpython-311.pyc,,
folium/_version.py,sha256=2z0fZ8z4jxk6RqLQOrSuh5niOyqLez5071iYgJyQpQk,22
folium/elements.py,sha256=dNqrYKkWTqFaO_cdR4fjcn30MT8ndiJ0hSOKVp3f6ME,3989
folium/features.py,sha256=yNWO6Fn0XYJQEJwhGfdzEDMXqve6tWBE-BJluRhdYyU,72864
folium/folium.py,sha256=ZXnOL8ozaPYM5jPtgrc9vUYYDFG0mWkpnpxFsqYByHQ,17648
folium/map.py,sha256=4eLpuGqFa2_30KPTC09bAw5UsJhij6dkJU7SPgkwS44,23438
folium/plugins/__init__.py,sha256=NKjwsdAcgguIICTVx033bF9RzDtHakImRzUwgKi2wDw,2861
folium/plugins/__pycache__/__init__.cpython-311.pyc,,
folium/plugins/__pycache__/antpath.cpython-311.pyc,,
folium/plugins/__pycache__/beautify_icon.cpython-311.pyc,,
folium/plugins/__pycache__/boat_marker.cpython-311.pyc,,
folium/plugins/__pycache__/draw.cpython-311.pyc,,
folium/plugins/__pycache__/dual_map.cpython-311.pyc,,
folium/plugins/__pycache__/encoded.cpython-311.pyc,,
folium/plugins/__pycache__/fast_marker_cluster.cpython-311.pyc,,
folium/plugins/__pycache__/feature_group_sub_group.cpython-311.pyc,,
folium/plugins/__pycache__/float_image.cpython-311.pyc,,
folium/plugins/__pycache__/fullscreen.cpython-311.pyc,,
folium/plugins/__pycache__/geocoder.cpython-311.pyc,,
folium/plugins/__pycache__/groupedlayercontrol.cpython-311.pyc,,
folium/plugins/__pycache__/heat_map.cpython-311.pyc,,
folium/plugins/__pycache__/heat_map_withtime.cpython-311.pyc,,
folium/plugins/__pycache__/locate_control.cpython-311.pyc,,
folium/plugins/__pycache__/marker_cluster.cpython-311.pyc,,
folium/plugins/__pycache__/measure_control.cpython-311.pyc,,
folium/plugins/__pycache__/minimap.cpython-311.pyc,,
folium/plugins/__pycache__/mouse_position.cpython-311.pyc,,
folium/plugins/__pycache__/pattern.cpython-311.pyc,,
folium/plugins/__pycache__/polyline_offset.cpython-311.pyc,,
folium/plugins/__pycache__/polyline_text_path.cpython-311.pyc,,
folium/plugins/__pycache__/realtime.cpython-311.pyc,,
folium/plugins/__pycache__/scroll_zoom_toggler.cpython-311.pyc,,
folium/plugins/__pycache__/search.cpython-311.pyc,,
folium/plugins/__pycache__/semicircle.cpython-311.pyc,,
folium/plugins/__pycache__/side_by_side.cpython-311.pyc,,
folium/plugins/__pycache__/tag_filter_button.cpython-311.pyc,,
folium/plugins/__pycache__/terminator.cpython-311.pyc,,
folium/plugins/__pycache__/time_slider_choropleth.cpython-311.pyc,,
folium/plugins/__pycache__/timeline.cpython-311.pyc,,
folium/plugins/__pycache__/timestamped_geo_json.cpython-311.pyc,,
folium/plugins/__pycache__/timestamped_wmstilelayer.cpython-311.pyc,,
folium/plugins/__pycache__/treelayercontrol.cpython-311.pyc,,
folium/plugins/__pycache__/vectorgrid_protobuf.cpython-311.pyc,,
folium/plugins/antpath.py,sha256=PoI4NqwkPRuFPDeeie4Y_S5C9SW3HrLtGbTlfVvsisk,2256
folium/plugins/beautify_icon.py,sha256=rI4ZZok20TqhHiNOWXRCrcbDZOfbWpM1iBPxcI30yp8,3370
folium/plugins/boat_marker.py,sha256=yxjr7Rryoo9RR9TXGiKvzTFW5wElX2mlC9ULw2u64fw,2039
folium/plugins/draw.py,sha256=vaKzYxj1H_2qpfC8xJEBAtz68HyKluvTylYt7P2T5is,5484
folium/plugins/dual_map.py,sha256=5oRhSYp8IHk986-V82EVjDVopUMWZwC3QtOx_zn3ECY,4571
folium/plugins/encoded.py,sha256=RLbGblNCp9fxJjY-dteXPmAE8Z5dTX0j7JHxke8w8a8,3719
folium/plugins/fast_marker_cluster.py,sha256=b_FqoqmAELAy6_VU-S0YwDRyr_YLtr-xwCIff4AVdYM,3902
folium/plugins/feature_group_sub_group.py,sha256=wGHgmJYkT0LXalZCJwayUNPv8nWPkkO9S8dzj_vrKy4,2697
folium/plugins/float_image.py,sha256=PPpTl2gJW5PHwPl_oP37pxAfWtnEdA16AnKt8R8Pne4,1678
folium/plugins/fullscreen.py,sha256=UySx3apPPapHVBgoo2tzngXwj9MTVXC6hUUTAeSZXko,1917
folium/plugins/geocoder.py,sha256=z5AakThdEBORBoUl1Bb5lFW7pkpUT6ZgrXFWNwMYxHo,3336
folium/plugins/groupedlayercontrol.py,sha256=HbA86078d5F1RIatngos_Dz8SXCSVypYYG_BHc8gULM,3173
folium/plugins/heat_map.py,sha256=6BeIIaOKC1WG7sR7cXHdfXm03uV_g1ZoxAc9Nke9-R8,3615
folium/plugins/heat_map_withtime.py,sha256=wWP3DAp0J-Xmvq1hEuq98eaW9zQwtSEq1mPbZl95b1o,11996
folium/plugins/locate_control.py,sha256=7JoNT7LRTWhRzSHMiw68UwOiq5AZzDpBMFRKymHCyAo,2336
folium/plugins/marker_cluster.py,sha256=_f0fvQ-LGS_lzMgVv4S9fEAP4iRQnVyMDunjhGyrw8g,3696
folium/plugins/measure_control.py,sha256=9zHr8Mq_AqGpLBlvA-S7ha5AXzIob4IMDAVDaK9byEs,2528
folium/plugins/minimap.py,sha256=A1zLpKaOcRfRoXTu0f-_Iqn4Bv3a94WY8er__iU-I90,4825
folium/plugins/mouse_position.py,sha256=bxT3QuJUghZL3NGn8Gz1YOY5OFWaFTzLQRr5ELEh8jg,3213
folium/plugins/pattern.py,sha256=L89STrJCzKk5_pAaxtpzjYwNKbEo_6kr5vleVsbbY4I,4895
folium/plugins/polyline_offset.py,sha256=Ou4Tjmp0R84rdd0LDNkgYFjDHtoFsAkPPNBGeLymBqg,1939
folium/plugins/polyline_text_path.py,sha256=cgIJXMitq5qS25a_xI3ZuRhomQc-_Uuel6ZrtzhWEsk,2292
folium/plugins/realtime.py,sha256=ca6cQHMNbD_j021jnwOKg_XnPKImDZnMN_CZ5d8HkaE,4992
folium/plugins/scroll_zoom_toggler.py,sha256=yy0W3fea7qkGBMNdWf0QRzL8IpoguvytxsYXwXom5vU,1751
folium/plugins/search.py,sha256=euNT5AfCqmEn8i2-idimDY7frN1b4cYVpph_L2Reuto,5552
folium/plugins/semicircle.py,sha256=mExNwJISdqVG49uUnYuGDTABE7zZ96IfCJdd_r-LJ1A,2935
folium/plugins/side_by_side.py,sha256=M9Emdt_HNlrLutEum3INfh1vr55V0z1XmcIeNlGN7JA,1565
folium/plugins/tag_filter_button.py,sha256=KyiWgsxSPwa5unktfibYyGf09gT1bDaL3MAC7dhNxBg,2847
folium/plugins/terminator.py,sha256=oF-r9SYmugSYphYGzia6zB-lsDmMyaaU0E4dZkk7abA,643
folium/plugins/time_slider_choropleth.py,sha256=fxIopdUyp--OVfB4GPXQvTfDv5eLVx4grzpCaTOeltU,8122
folium/plugins/timeline.py,sha256=HrTZRtfEoMENdT5apqGkEgcxsUDVRVPC5gQ9sisTvX8,9392
folium/plugins/timestamped_geo_json.py,sha256=uGUrtIrQG7AcOSXKN39tzKI-QbKOPWrwMX_HHYhiUpk,9122
folium/plugins/timestamped_wmstilelayer.py,sha256=lGSg0Y4CDzj8LL8AVlPHgAmI1hh33rrIrNiq43IoSl0,4800
folium/plugins/treelayercontrol.py,sha256=3dFwMjbEqrgl49_Jad3VjF3KmIb7FzM2zMTPMij2Sr4,6447
folium/plugins/vectorgrid_protobuf.py,sha256=UXfPtvlrSh-aNWllVW0HVlbPdpI7ZxZRZ_6q9knmftY,4714
folium/raster_layers.py,sha256=COnCSbe5rfkMc0w6WcSyozeFUN2gmiE1TBBoikIZ4Lk,14632
folium/template.py,sha256=1eRj5CYUjOSzNj6WYtE1wNJpLMNCLm04pE9NBMz0d5M,1340
folium/templates/leaflet_heat.min.js,sha256=c3jEKP8jGOxI5-c8DUYGH5OKp1VRxRnHTNeQsETfoPo,5315
folium/templates/pa7_hm.min.js,sha256=nGsi4jr2Lalij8iKgc-MoeBrDntKDEBHqK2_CHHiexQ,9454
folium/templates/pa7_leaflet_hm.min.js,sha256=iBBMEHkYyiddq6-w_sDHWYIhKruT-SmnRo8qg1scG9s,4753
folium/utilities.py,sha256=h3R3XQEx3-P3nSacbbunOp8ENhioEtrJgMwx_zYtydw,13839
folium/vector_layers.py,sha256=BgFrbHqs4cIbKegGXIFFOntdT2oK5pJ9FBgYp7Q0H_U,13066

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any