From 8c99ed80b3ee972a192cf1e73f7c7a9b73aba0b0 Mon Sep 17 00:00:00 2001 From: Jacopo Margutti Date: Mon, 29 Jan 2024 10:39:45 +0100 Subject: [PATCH] Update SOP.md --- docs/SOP.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/SOP.md b/docs/SOP.md index 771a531..2daa4b3 100644 --- a/docs/SOP.md +++ b/docs/SOP.md @@ -25,9 +25,12 @@ These Standard Operating Procedures (SOP) are meant for 510 to use ADA during em ### 1. Get the imagery The first step is to load the satellite imagery in the container `operations` of the datalake storage `adadatalakestorage`. -Login into the VM and mount the container on the directory `data` with +Login into the VM `510ada-NC8asT4` using SSH or Bastion (credentials in BitWarden). + +Mount the container on the directory `data` with ```commandline -sudo blobfuse ~/data --tmp-path=/mnt/resource/blobfusetmp --config-file=~/blobfuse/fuse_connection_adadatalake.cfg -o attr_timeout=240 -o entry_timeout=240 -o negative_timeout=120 -o allow_other +sudo mkdir /mnt/resource/blobfusetmp -p +sudo blobfuse data --tmp-path=/mnt/resource/blobfusetmp --config-file=blobfuse/fuse_connection_adadatalake.cfg -o attr_timeout=240 -o entry_timeout=240 -o negative_timeout=120 -o allow_other ``` If you received a link to the images (e.g. from another agency), simply download and extract it in `data`. @@ -59,7 +62,6 @@ Verify that the imagery is * optical (RGB), or multi-spectral with optical * high-resolution (<0.6 m/pixel) * cloud-free - * if clouds are present, make sure to * and that building damage is visible. Can be done locally by downloading the images and visualizing them with QGIS. @@ -111,4 +113,4 @@ cp buildings-predictions.geojson ~/data/ * If this is not the case, it is probably connected with the quality of the images: go back to step #2 and repeat. * Create a map and share; please re-use the disclaimers and style from previous examples: * [Libya Floods 2023](https://drive.google.com/file/d/1QCCgf2wcQDeNCThPR9hckTXJEuZZyObD/view?usp=sharing) - * [Turkey/Syria Earthquake 2023](https://drive.google.com/file/d/1bRnv5Gu1Bx5X2EB2euYDcrNzu9Y-50Rm/view?usp=sharing) \ No newline at end of file + * [Turkey/Syria Earthquake 2023](https://drive.google.com/file/d/1bRnv5Gu1Bx5X2EB2euYDcrNzu9Y-50Rm/view?usp=sharing)