adding placeholder for obs functions-WIP
This commit is contained in:
parent
ee13920a8e
commit
9b48a4756b
@ -8,4 +8,6 @@ The CartoDB Data Services API offers a set of location based services that can b
|
|||||||
* [Geocoding Functions](geocoding_functions.md)
|
* [Geocoding Functions](geocoding_functions.md)
|
||||||
* [Isoline Functions](isoline_functions.md)
|
* [Isoline Functions](isoline_functions.md)
|
||||||
* [Routing Functions](routing_functions.md)
|
* [Routing Functions](routing_functions.md)
|
||||||
|
* [Demographic Functions](demographic_functions.md)
|
||||||
|
* [Segmentation Functions](segmentation_functions.md)
|
||||||
* [Quota Information](quota_information.md)
|
* [Quota Information](quota_information.md)
|
26
doc/demographic_functions.md
Normal file
26
doc/demographic_functions.md
Normal 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
|
||||||
|
```
|
26
doc/segmentation_functions.md
Normal file
26
doc/segmentation_functions.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user