Skip to content

Commit 8a2a519

Browse files
author
David Raleigh
committed
updates to use jupyter
1 parent cf1c47d commit 8a2a519

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NAIP_TEST.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"Session = rasterio.Env(\n",
304304
" AWS_REQUEST_PAYER='requester',\n",
305305
" GDAL_DISABLE_READDIR_ON_OPEN='YES',\n",
306-
" AWS_PROFILE='${HOME}/.aws/credentials')\n",
306+
" AWS_PROFILE='${HOME}/.aws/naip-download.csv')\n",
307307
"\n",
308308
"assets = metadata_result.assets\n",
309309
"for asset_key in assets:\n",

requirements-jupyter.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
jupyter
2+
rasterio
3+
boto3
4+
matplotlib

0 commit comments

Comments
 (0)