Skip to content

Commit

Permalink
Update SOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargutt authored Jan 29, 2024
1 parent bdd0ede commit 8c99ed8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/SOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.


Expand Down Expand Up @@ -111,4 +113,4 @@ cp buildings-predictions.geojson ~/data/<event-name>
* 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)
* [Turkey/Syria Earthquake 2023](https://drive.google.com/file/d/1bRnv5Gu1Bx5X2EB2euYDcrNzu9Y-50Rm/view?usp=sharing)

0 comments on commit 8c99ed8

Please sign in to comment.