From c0b6e40d9216b9cc4e203fd3530ae721e168423c Mon Sep 17 00:00:00 2001 From: csaybar Date: Sat, 24 Apr 2021 00:14:21 +0200 Subject: [PATCH] solving notes --- DESCRIPTION | 2 +- R/sf_as_ee.R | 2 +- man/sf_as_ee.Rd | 2 +- vignettes/rgee03.Rmd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index f341f33f..77e3e3d3 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -90,7 +90,7 @@ Description: Earth Engine client library for R and metadata display. See for further details. License: Apache License (>= 2.0) Encoding: UTF-8 -LazyData: true +LazyData: false Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Depends: diff --git a/R/sf_as_ee.R b/R/sf_as_ee.R index b193f30a..a9e7d8ed 100755 --- a/R/sf_as_ee.R +++ b/R/sf_as_ee.R @@ -57,7 +57,7 @@ #' file in the /temp directory. Secondly, using the function \code{local_to_gcs} #' will move the shapefile from local to Google Cloud Storage. Finally, using #' the function \code{gcs_to_ee_table} the ESRI shapefile will be loaded -#' to their EE Assets. See \href{https://developers.google.com/earth-engine/guides/importing/}{Importing +#' to their EE Assets. See \href{https://developers.google.com/earth-engine/guides/table_upload/}{Importing #' table data} documentation for more details. #' #' @examples diff --git a/man/sf_as_ee.Rd b/man/sf_as_ee.Rd index ac3dc369..0d00921c 100644 --- a/man/sf_as_ee.Rd +++ b/man/sf_as_ee.Rd @@ -89,7 +89,7 @@ third option 'gcs_to_asset'. This option firstly saves the sf object as a *.shp file in the /temp directory. Secondly, using the function \code{local_to_gcs} will move the shapefile from local to Google Cloud Storage. Finally, using the function \code{gcs_to_ee_table} the ESRI shapefile will be loaded -to their EE Assets. See \href{https://developers.google.com/earth-engine/guides/importing/}{Importing +to their EE Assets. See \href{https://developers.google.com/earth-engine/guides/table_upload/}{Importing table data} documentation for more details. } \examples{ diff --git a/vignettes/rgee03.Rmd b/vignettes/rgee03.Rmd index 1f09abf6..9e5bbcac 100755 --- a/vignettes/rgee03.Rmd +++ b/vignettes/rgee03.Rmd @@ -572,7 +572,7 @@ Map$addLayer(optimizedConvolution, viz, "optimizedConvolution") ## **Don't sample more data than you need** -Resist the urge to increase your training dataset size unnecessarily. Although increasing the amount of training data is an effective machine learning strategy in some circumstances, it can also increase computational cost with no corresponding increase in accuracy. (For an understanding of when to increase training dataset size, see [this reference](https://www.deeplearning.ai/machine-learning-yearning/)). The following example demonstrates how requesting too much training data can result in the dreaded "Computed value is too large" error: +Resist the urge to increase your training dataset size unnecessarily. Although increasing the amount of training data is an effective machine learning strategy in some circumstances, it can also increase computational cost with no corresponding increase in accuracy. (For an understanding of when to increase training dataset size, see [this reference](https://www.deeplearning.ai/programs/)). The following example demonstrates how requesting too much training data can result in the dreaded "Computed value is too large" error:   **Bad** — Don't sample too much data!