From 9b48a4756b58c72f2b0f2dacebb9202e40d66db6 Mon Sep 17 00:00:00 2001 From: csobier Date: Mon, 25 Apr 2016 13:25:27 -0400 Subject: [PATCH] adding placeholder for obs functions-WIP --- doc/API.md | 4 +++- doc/demographic_functions.md | 26 ++++++++++++++++++++++++++ doc/segmentation_functions.md | 26 ++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 doc/demographic_functions.md create mode 100644 doc/segmentation_functions.md diff --git a/doc/API.md b/doc/API.md index 0442075..9e3b92d 100644 --- a/doc/API.md +++ b/doc/API.md @@ -8,4 +8,6 @@ The CartoDB Data Services API offers a set of location based services that can b * [Geocoding Functions](geocoding_functions.md) * [Isoline Functions](isoline_functions.md) * [Routing Functions](routing_functions.md) -* [Quota Information](quota_information.md) +* [Demographic Functions](demographic_functions.md) +* [Segmentation Functions](segmentation_functions.md) +* [Quota Information](quota_information.md) \ No newline at end of file diff --git a/doc/demographic_functions.md b/doc/demographic_functions.md new file mode 100644 index 0000000..540504f --- /dev/null +++ b/doc/demographic_functions.md @@ -0,0 +1,26 @@ +# Demographic Functions + +Add description here. + +### OBS_GetDemographicSnapshot( Point Geometry ); + +#### Arguments + +Name | Type | Description | Accepted values +--- | --- | --- | --- + + + +#### Returns + +Name | Type | Description +--- | --- | --- + + +#### Examples + +##### Name of Example + +```bash +code +``` diff --git a/doc/segmentation_functions.md b/doc/segmentation_functions.md new file mode 100644 index 0000000..fdceb1f --- /dev/null +++ b/doc/segmentation_functions.md @@ -0,0 +1,26 @@ +# Segmentation Functions + +Add description here. + +### OBS_GetSegmentationSnapshot( Point Geometry ); + +#### Arguments + +Name | Type | Description | Accepted values +--- | --- | --- | --- + + + +#### Returns + +Name | Type | Description +--- | --- | --- + + +#### Examples + +##### Name of Example + +```bash +code +```