From 6d547efb0f3d3ca55d17cfecc9851dacab2a1e27 Mon Sep 17 00:00:00 2001 From: sacridini Date: Fri, 12 Oct 2018 15:31:56 -0300 Subject: [PATCH] 0.4.8 - doc update --- README.md | 2 +- geet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3a5263..06912df 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,7 @@ _Function to apply RandomForest classification to an image._ ##### Params: (ee.Image) image - The input image to classify. - (list) roi - Coordenates or just a polygon of the sample area. + (list) roi - A polygon containing the study area. **optional** (number) _numClusters - the number of clusters that will be used. Default is 15. **optional** (number) _scale - the scale number. The scale is related to the spatial resolution of the image. Landsat is 30, sou the default is 30 also. **optional** (number) _numPixels - the number of pixels that the classifier will take samples from the roi. diff --git a/geet.js b/geet.js index e1629a3..afdf0b4 100644 --- a/geet.js +++ b/geet.js @@ -218,7 +218,7 @@ Params: (ee.Image) image - The input image to classify. - (list) roi - Coordenates or just a polygon of the sample area. + (list) roi - A polygon containing the study area. optional (number) numClusters - the number of clusters that will be used. Default is 15. optional (number) scale - the scale number. The scale is related to the spatial resolution of the image. Landsat is 30, sou the default is 30 also. optional (number) numPixels - the number of pixels that the classifier will take samples from the roi. Default is set to 5000.