adding placeholder for obs functions-WIP

This commit is contained in:
csobier 2016-04-25 13:25:27 -04:00
parent ee13920a8e
commit 9b48a4756b
3 changed files with 55 additions and 1 deletions

View File

@ -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)

View File

@ -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
```

View File

@ -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
```