Skip to content

Commit

Permalink
Update ada-training-commands.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargutt authored Jan 5, 2024
1 parent 7b3f4ad commit 125ddc8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/ada-training-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ https://portal.azure.com/#@rodekruis.onmicrosoft.com/resource/subscriptions/b2d2
# mount the datalake storage
sudo blobfuse training-data --tmp-path=/mnt/resource/blobfusetmp --config-file=blobfuse/fuse_connection_adatraining.cfg -o attr_timeout=240 -o entry_timeout=240 -o negative_timeout=120 -o allow_other

# in this training, we prepared the images for you. In real life, you need to manually upload them to the datalake OR download them from Maxar open data
# load-images --disaster typhoon-mangkhut --dest training-data/typhoon-mangkhut
# in this training, we prepared the images for you in the directory ~/training-data/hurricane-dorian.
# In real life, you need to manually upload them to the datalake OR download them from Maxar open data using
# > load-images --disaster typhoon-mangkhut --dest training-data/typhoon-mangkhut

# copy images on the VM (processing is faster locally)
cp -r training-data/hurricane-dorian hurricane-dorian
cp -r ~/training-data/hurricane-dorian ~/hurricane-dorian

# check on QGIS if OSM is good enough; if yes, download them with
cd ~/hurricane-dorian
Expand Down

0 comments on commit 125ddc8

Please sign in to comment.