Apparently Natural Earth changed URLs so runtime downloads like plotting coastlines fail on older versions of cartopy, might have to require >=0.20 so that example notebooks run. See release notes https://github.com/SciTools/cartopy/releases/tag/v0.20.0
failing code an abbreviated traceback below from single_track_demo.ipynb:
Apparently Natural Earth changed URLs so runtime downloads like plotting coastlines fail on older versions of cartopy, might have to require >=0.20 so that example notebooks run. See release notes https://github.com/SciTools/cartopy/releases/tag/v0.20.0
failing code an abbreviated traceback below from
single_track_demo.ipynb
:ax2.add_feature(cartopy.feature.LAND, zorder=0, edgecolor='black')