File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
},
41
41
"outputs" : [],
42
42
"source" : [
43
- " world = gpd.read_file(gpd.datasets.get_path('naturalearth_lowres') )\n " ,
44
- " us = world[world.name .isin(['United States of America', 'Puerto Rico'])]\n " ,
43
+ " world = gpd.read_file('https://naciscdn.org/naturalearth/110m/cultural/ne_110m_admin_0_countries.zip' )\n " ,
44
+ " us = world[world.NAME .isin(['United States of America', 'Puerto Rico'])]\n " ,
45
45
" us_coast = us.boundary.intersection(world.unary_union.boundary)\n " ,
46
46
" ax = world.plot(color='k', alpha=0.1)\n " ,
47
47
" us.plot(ax=ax, color='b', alpha=0.2)\n " ,
206
206
],
207
207
"metadata" : {
208
208
"kernelspec" : {
209
- "display_name" : " python3 " ,
209
+ "display_name" : " Python 3 (ipykernel) " ,
210
210
"language" : " python" ,
211
211
"name" : " python3"
212
212
},
220
220
"name" : " python" ,
221
221
"nbconvert_exporter" : " python" ,
222
222
"pygments_lexer" : " ipython3" ,
223
- "version" : " 3.9.16 "
223
+ "version" : " 3.10.14 "
224
224
}
225
225
},
226
226
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments