Skip to content

Commit

Permalink
Update topojson.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn authored Jan 10, 2025
1 parent 090b6a4 commit c3edcc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/topojson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"from topojson import Topology\n",
"import geopandas as gpd\n",
"\n",
"africa = gpd.read_file(gpd.datasets.get_path(\"naturalearth_lowres\")).query('continent == \"Africa\"')"
"gdf = gpd.read_file(\"https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_50m_admin_0_countries.geojson\")\n",
"africa = gdf.query('continent == \"Africa\"')"
]
},
{
Expand Down

0 comments on commit c3edcc7

Please sign in to comment.