|
6 | 6 |
|
7 | 7 | ## Synopsis |
8 | 8 |
|
9 | | -WaterDetect is an end-to-end algorithm to generate open water cover mask, specially conceived for L2A Sentinel 2 imagery from [MAJA](https://logiciels.cnes.fr/en/content/maja) processor. It can also be used for Landsat 8 images and for other clustering tasks, as it returns as results, besides the water masks, the clustering. <br> |
| 9 | +WaterDetect is an end-to-end algorithm to generate open water cover mask, specially conceived for L2A Sentinel 2 imagery from [MAJA](https://logiciels.cnes.fr/en/content/maja) processor. It can also be used for Landsat 8 images and for other multispectral clustering/segmentation tasks.<br> |
10 | 10 |
|
11 | 11 | The water masks produced by WaterDetect are being used in water qualty products (Obs2Co) and multi-temporal water maps (Surfwater). Both chains are supported by the "SWOT-Downstream" program by CNES. Products are provided by the THEIA / Hydroweb-NG platform. |
12 | 12 |
|
13 | 13 | The WaterDetect algorithm uses a multidimensional agglomerative clustering technique on a subsample of the scene's pixels, to group them in classes, and a naive bayes classifier to generalize the results for the whole scene, as summarized in the following picture: |
14 | 14 |
|
15 | | -All the details and tests has been described in the article <b>Automatic Water Detection from Multidimensional Hierarchical Clustering for Sentinel-2 Images and a Comparison with Level 2A Processors<b>, under revision by the journal Remote Sensing of Environment. |
| 15 | + |
| 16 | + |
| 17 | +All the details and tests has been described in the article <b>Automatic Water Detection from Multidimensional Hierarchical Clustering for Sentinel-2 Images and a Comparison with Level 2A Processors</b>, under revision by the journal Remote Sensing of Environment. |
16 | 18 |
|
17 | 19 | How to cide: |
18 | 20 | Cordeiro, M.C.R, Martinez, J.-M., Pena Luque, S., 2020. Automatic Water Detection from Multidimensional Hierarchical Clustering for Sentinel-2 Images and a Comparison with Level 2A Processors. Remote Sensing of Environment XX, XX. |
19 | 21 |
|
20 | | -## Contributors |
21 | | -> Author: Maurício Cordeiro (ANA/GET)<br> |
22 | | -> Supervisor: Jean-Michel Martinez (IRD/GET)<br> |
23 | | -> Validation dataset: Santiago Pena Luque (CNES) |
24 | | -
|
25 | 22 |
|
26 | 23 |
|
27 | 24 | ## Dependencies |
@@ -66,6 +63,11 @@ If the config file is not specified, the script will search for WaterDetect.ini |
66 | 63 |
|
67 | 64 | ## Config File |
68 | 65 |
|
| 66 | +## Contributors |
| 67 | +> Author: Maurício Cordeiro (ANA/GET)<br> |
| 68 | +> Supervisor: Jean-Michel Martinez (IRD/GET)<br> |
| 69 | +> Validation dataset: Santiago Pena Luque (CNES) |
| 70 | +
|
69 | 71 | ## License |
70 | 72 | This code is licensed under the [GNU General Public License v3.0](https://github.com/cordmaur/WaterDetect/blob/master/LICENSE) license. Please, refer to GNU's webpage (https://www.gnu.org/licenses/gpl-3.0.en.html) for details. |
71 | 73 |
|
0 commit comments