Skip to content

Commit

Permalink
Add cartopy download
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 22, 2024
1 parent b1c252a commit dd72524
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/download_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@

xr.tutorial.open_dataset("air_temperature")
xr.tutorial.open_dataset("rasm")

with suppress(ImportError):
from cartopy.feature import shapereader

shapereader.natural_earth()

0 comments on commit dd72524

Please sign in to comment.