From fa41272395c447ff12f392b4da0ff2ffd9218bba Mon Sep 17 00:00:00 2001 From: Kilian Vos Date: Thu, 13 Dec 2018 11:41:42 +1100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfe1a1b..12c5a6e 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ output = SDS_shoreline.extract_shorelines(metadata, settings) ``` When `check_detection` is set to `True`, a figure like the one below appears and asks the user to manually accept/reject each detection by clicking on `keep` or `skip`. -![Alt text](https://github.com/kvos/CoastSat/blob/development/classifiers/doc/batch_detection.gif) +![Alt text](https://github.com/kvos/CoastSat/blob/development/classifiers/doc/batch_detection.gif?raw=true) Once all the shorelines have been mapped, the output is available in two different formats (saved under *.\data\sitename*): - `sitename_output.pkl`: contains a list with the shoreline coordinates and the exact timestamp at which the image was captured (UTC time) as well as the geometric accuracy and the cloud cover of the image. The list can be manipulated with Python, a snippet of code to plot the results is provided in the main script.