From b93e7e8843c60b0c20a38a7508b31056e6aeb908 Mon Sep 17 00:00:00 2001 From: csobier Date: Wed, 18 Oct 2017 08:19:34 -0400 Subject: [PATCH 1/2] edited description in line 245 @ethervoid , looks good! i just rewrote the English a bit. Let me know if this is okay then we can update all the live docs. --- doc/discovery_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/discovery_functions.md b/doc/discovery_functions.md index 697a163..482f24d 100644 --- a/doc/discovery_functions.md +++ b/doc/discovery_functions.md @@ -242,7 +242,7 @@ filter_tags | Text[] | a list of filters. Only geometries for which all of thes numer_id | Text | the ID of a numerator to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_numer` (optional) denom_id | Text | the ID of a denominator to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_denom` (optional) timespan | Text | the ID of a timespan to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_timespan` (optional) -number_geometries | Integer | Number of geometries of the source data in order to calculate more accurately the score value to know which geometry fits better with the provided extent. (optional) +number_geometries | Integer | calculates the score value based on a specified numeric parameter. This is useful if you need to adjust the accuracy of the number of geometries relative to the bounding box. (optional) #### Returns From 8c72122fb8e4db869a5875afd5b190ea2f165117 Mon Sep 17 00:00:00 2001 From: csobier Date: Wed, 18 Oct 2017 09:01:52 -0400 Subject: [PATCH 2/2] modified line245 based on @ethervoid's comment --- doc/discovery_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/discovery_functions.md b/doc/discovery_functions.md index 482f24d..b1b7c4f 100644 --- a/doc/discovery_functions.md +++ b/doc/discovery_functions.md @@ -242,7 +242,7 @@ filter_tags | Text[] | a list of filters. Only geometries for which all of thes numer_id | Text | the ID of a numerator to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_numer` (optional) denom_id | Text | the ID of a denominator to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_denom` (optional) timespan | Text | the ID of a timespan to check whether the geometry is valid against. Will not reduce length of returned table, but will change values for `valid_timespan` (optional) -number_geometries | Integer | calculates the score value based on a specified numeric parameter. This is useful if you need to adjust the accuracy of the number of geometries relative to the bounding box. (optional) +number_geometries | Integer | an additional variable that is used to adjust the calculation of the [score](https://carto.com/docs/carto-engine/data/discovery-functions/#returns-4) (optional) #### Returns