Skip to content

Commit

Permalink
Correcting source and target paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Sep 6, 2023
1 parent 040aeb3 commit bfa91ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
" try:\n",
" dataset_key = m.selected_map()\n",
" timestamp = time.time()\n",
" target_path = f'/vsigs/jupyter-app-temp-storage/{dataset_key}-{timestamp}-{uuid.uuid4()}.tif'\n",
" source_raster_path = f\"/mnt/gcs/{dataportal_widgets.get_url(m.selected_map())}\"\n",
" target_path = f'/mnt/gcs/jupyter-app-temp-storage/{dataset_key}-{timestamp}-{uuid.uuid4()}.tif'\n",
" source_raster_path = f\"/vsigs/{dataportal_widgets.get_url(m.selected_map())}\"\n",
" if reproject_cb.value:\n",
" interactive_options.compute(\n",
" source_raster_path,\n",
Expand Down

0 comments on commit bfa91ad

Please sign in to comment.