Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-visualization/folium
/ functions
Functions
396 in github.com/python-visualization/folium
⨍
Functions
396
◇
Types & classes
95
↳
Endpoints
3
Function
d
(b)
folium/templates/pa7_hm.min.js:9
Method
disable_global_cut_mode
(self)
folium/plugins/geoman.py:136
Method
disable_global_drag_mode
(self)
folium/plugins/geoman.py:120
Method
disable_global_edit_mode
(self)
folium/plugins/geoman.py:112
Method
disable_global_removal_mode
(self)
folium/plugins/geoman.py:128
Method
disable_global_rotation_mode
(self)
folium/plugins/geoman.py:144
Function
driver
Pytest fixture that yields a Selenium WebDriver instance
tests/selenium/conftest.py:9
Method
enable_global_cut_mode
(self)
folium/plugins/geoman.py:132
Method
enable_global_drag_mode
(self)
folium/plugins/geoman.py:116
Method
enable_global_edit_mode
(self, **options)
folium/plugins/geoman.py:108
Method
enable_global_removal_mode
(self)
folium/plugins/geoman.py:124
Method
enable_global_rotation_mode
(self)
folium/plugins/geoman.py:140
Function
find_notebooks
Return a list of filenames of the example notebooks.
tests/selenium/test_selenium.py:15
Method
fit_bounds
(self, *args, **kwargs)
folium/plugins/dual_map.py:126
Function
fullscreen
Simple example of a fullscreen map.
docs/_static/flask_example.py:25
Function
g
()
folium/templates/pa7_hm.min.js:9
Function
get_and_assert_figure_root
Return the root element of the tree and assert it's a Figure.
folium/utilities.py:434
Method
handle_starttag
(self, tag, attrs)
tests/selenium/test_selenium.py:74
Method
highlight_function
(x)
folium/features.py:1672
Function
i
(t)
folium/templates/leaflet_heat.min.js:9
Function
iframe
Embed a map as an iframe on a page.
docs/_static/flask_example.py:32
Method
includes
(cls)
folium/map.py:48
Function
inner
(self, *args, **kwargs)
folium/elements.py:18
Method
keep_in_front
Pass one or multiple layers that must stay in front. The ordering matters, the last one is put on top. Parameters ----------
folium/folium.py:473
Method
keep_in_front
(self, *args)
folium/plugins/dual_map.py:130
Method
leaflet_class_name
(self)
folium/map.py:52
Function
leaflet_method
(fn)
folium/elements.py:16
Function
m
()
tests/test_repr.py:16
Function
m_png
()
tests/test_repr.py:21
Method
once
(self, **event_map: JsCode)
folium/map.py:90
Method
recursive_get
(data, keys)
folium/features.py:1069
Method
render
Renders the HTML representation of the element.
folium/features.py:310
Method
render
(self, **kwargs)
folium/features.py:862
Method
render
Renders the HTML representation of the element.
folium/features.py:1083
Method
render
Renders the HTML representation of the element.
folium/features.py:1211
Method
render
Render the GeoJson/TopoJson and color scale objects.
folium/features.py:1708
Method
render
(self, *args, **kwargs)
folium/elements.py:178
Method
render
(self, **kwargs)
folium/map.py:128
Method
render
Renders the HTML representation of the element.
folium/map.py:272
Method
render
(self)
folium/map.py:474
Method
render
Renders the HTML representation of the element.
folium/map.py:578
Method
render
(self, **kwargs)
folium/plugins/dual_map.py:111
Method
render
(self, **kwargs)
folium/plugins/pattern.py:155
Method
render
(self, **kwargs)
folium/plugins/timestamped_geo_json.py:229
Method
render
(self, **kwargs)
folium/plugins/search.py:139
Method
render
(self, **kwargs)
folium/plugins/timeline.py:253
Method
set_path_options
(self, *, options_modifier, **options)
folium/plugins/geoman.py:104
Function
setup_data
Import economic data for testing.
tests/test_folium.py:28
Method
setup_method
Setup Folium Map.
tests/test_folium.py:59
Method
show_in_browser
Display the Map in the default web browser.
folium/folium.py:416
Function
style_function
(feature)
tests/plugins/test_pattern.py:23
Function
test__repr_html_is_str
(m)
tests/test_repr.py:25
Function
test__repr_png_is_bytes
(m_png)
tests/test_repr.py:51
Function
test__repr_png_no_image
(m)
tests/test_repr.py:46
Function
test_antpath
()
tests/plugins/test_antpath.py:12
Function
test_beautify_icon
()
tests/plugins/test_beautify_icon.py:13
Function
test_boat_marker
()
tests/plugins/test_boat_marker.py:13
Function
test_boat_marker_with_no_wind_speed_or_heading
()
tests/plugins/test_boat_marker.py:54
Method
test_builtin_tile
Test custom maptiles.
tests/test_folium.py:124
Function
test_camelize
()
tests/test_utilities.py:151
Method
test_choropleth_features
Test to make sure that Choropleth function doesn't allow values outside of the domain defined by bins. It also tests that all paramet
tests/test_folium.py:193
Method
test_choropleth_geopandas_mixed
Test to make sure that Choropleth function does complete the lookup between a GeoJSON generated from a GeoDataFrame and data from a DataFrame.
tests/test_folium.py:294
Method
test_choropleth_geopandas_numeric
Test to make sure that Choropleth function does complete the lookup between a GeoJSON generated from a GeoDataFrame and data from the GeoDataF
tests/test_folium.py:263
Method
test_choropleth_geopandas_str
Test to make sure that Choropleth function does complete the lookup between a GeoJSON generated from a GeoDataFrame and data from a DataFrame.
tests/test_folium.py:340
Function
test_choropleth_get_by_key
()
tests/test_features.py:326
Method
test_choropleth_key_on
Test to make sure that Choropleth function doesn't raises a ValueError when the 'key_on' field is set to a column that might have 0 as
tests/test_folium.py:231
Function
test_circle
()
tests/test_vector_layers.py:21
Function
test_circle_marker
()
tests/test_vector_layers.py:88
Function
test_color_line
()
tests/test_features.py:108
Method
test_control_typecheck
(self)
tests/test_folium.py:505
Method
test_custom_icon
Test CustomIcon.
tests/test_folium.py:441
Function
test_custom_pane_show
()
tests/test_map.py:264
Method
test_custom_tile
Test custom tile URLs.
tests/test_folium.py:138
Function
test_custom_tile_subdomains
Test custom tile subdomains.
tests/test_raster_layers.py:43
Function
test_deep_copy
()
tests/test_utilities.py:158
Function
test_divicon
()
tests/test_features.py:97
Function
test_dual_map
()
tests/plugins/test_dual_map.py:12
Function
test_environment_filter
()
tests/test_template.py:68
Function
test_escape_double_quotes
(text, result)
tests/test_utilities.py:222
Function
test_fast_marker_cluster
()
tests/plugins/test_fast_marker_cluster.py:16
Function
test_fast_marker_cluster_data
(case)
tests/plugins/test_fast_marker_cluster.py:83
Method
test_feature_group
Test FeatureGroup.
tests/test_folium.py:161
Function
test_feature_group_sub_group
()
tests/plugins/test_feature_group_sub_group.py:12
Function
test_figure_creation
()
tests/test_features.py:43
Function
test_figure_double_rendering
()
tests/test_features.py:71
Function
test_figure_html
(tmpl)
tests/test_features.py:60
Function
test_figure_rendering
()
tests/test_features.py:51
Method
test_fit_bounds
Test fit_bounds.
tests/test_folium.py:391
Method
test_fit_bounds_2
(self)
tests/test_folium.py:412
Function
test_float_image
()
tests/plugins/test_float_image.py:12
Function
test_fullscreen
()
tests/plugins/test_fullscreen.py:13
Function
test_geojson
Verify that loading data in GeoJson works well for different use cases. Prevent two regressions: - https://github.com/python-visualization/fo
tests/selenium/test_geojson_selenium.py:8
Function
test_geojson_empty_features_with_styling
()
tests/test_features.py:280
Function
test_geojson_event_handler
Test that event handlers are properly generated
tests/test_features.py:288
Function
test_geojson_find_identifier
()
tests/test_features.py:177
Function
test_geojson_marker
()
tests/test_features.py:169
Function
test_geojson_tooltip
()
tests/test_features.py:154
Function
test_geoman
()
tests/plugins/test_geoman.py:13
Function
test_geometry_collection_get_bounds
Assert #1599 is fixed
tests/test_features.py:305
Function
test_get_obj_in_upper_tree
()
tests/test_utilities.py:180
← previous
next →
201–300 of 396, ranked by callers