Skip to content

Commit

Permalink
Hack to avoid GeoDataset bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Sep 30, 2023
1 parent cb3abe5 commit fe546bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
"outputs": [],
"source": [
"chesapeake_root = os.path.join(tempfile.gettempdir(), \"chesapeake\")\n",
"os.makedirs(chesapeake_root, exist_ok=True)\n",
"chesapeake = ChesapeakeDE(chesapeake_root, crs=naip.crs, res=naip.res, download=True)"
]
},
Expand Down

0 comments on commit fe546bf

Please sign in to comment.