Skip to content

Commit 1c59223

Browse files
authored
Merge pull request #268 from Kaggle/fix-geospatial
Geospatial: Fix Ex5, Q6 provided code
2 parents def7092 + e5f09f2 commit 1c59223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebooks/geospatial/raw/ex5.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@
404404
"source": [
405405
"m_6 = folium.Map(location=[40.7, -74], zoom_start=11) \n",
406406
"\n",
407+
"coverage = gpd.GeoDataFrame(geometry=hospitals.geometry).buffer(10000)\n",
407408
"folium.GeoJson(coverage.geometry.to_crs(epsg=4326)).add_to(m_6)\n",
408409
"HeatMap(data=outside_range[['LATITUDE', 'LONGITUDE']], radius=9).add_to(m_6)\n",
409410
"folium.LatLngPopup().add_to(m_6)\n",

0 commit comments

Comments
 (0)