Skip to content

Commit 2969448

Browse files
committed
uncommented download line
1 parent 0af6096 commit 2969448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/measures/Search_Download_and_Plot_GeoTIFFs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"dem_files = earthaccess.download(results_dem, path)\n",
237237
"\n",
238238
"#Download the velocity granules\n",
239-
"#vel_files = earthaccess.download(results_vel, path)\n"
239+
"vel_files = earthaccess.download(results_vel, path)\n"
240240
]
241241
},
242242
{

0 commit comments

Comments
 (0)