Skip to content

Commit

Permalink
Add download air_temperature data beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Oct 10, 2023
1 parent 48fa446 commit 7165a33
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,14 @@ else:
gds.get_path('geoda airbnb')
gds.get_path('nybb')
"

python -c "
try:
import pooch
import scipy
import xarray as xr
except ImportError:
pass
else:
xr.tutorial.open_dataset("air_temperature")
"

0 comments on commit 7165a33

Please sign in to comment.