We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abfc77 commit 389b85aCopy full SHA for 389b85a
tests/plugins/test_time_slider_choropleth.py
@@ -22,10 +22,10 @@ def test_timedynamic_geo_json():
22
"""
23
tests folium.plugins.TimeSliderChoropleth
24
25
+ import geodatasets
26
import geopandas as gpd
27
- assert "naturalearth_lowres" in gpd.datasets.available
28
- datapath = gpd.datasets.get_path("naturalearth_lowres")
+ datapath = geodatasets.get_path("naturalearth land")
29
gdf = gpd.read_file(datapath)
30
31
0 commit comments