From 5f7fc83638d82589fa60027fdf9ba64966cf94f4 Mon Sep 17 00:00:00 2001 From: andrewxhill Date: Mon, 11 Apr 2016 17:16:34 -0400 Subject: [PATCH] added geo scope --- doc/API.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/API.md b/doc/API.md index c8412c6..6a2cd21 100644 --- a/doc/API.md +++ b/doc/API.md @@ -25,6 +25,12 @@ OBS_GetDemographicSnapshot({{point geometry}}) | account name | The name of your CartoDB account where the Data Observatory has been enabled | example_account | | point geometry | A WKB point geometry. You can use the helper function, CDB_LatLng to quickly generate one from latitude and longitude | CDB_LatLng(40.760410,-73.964242) | +#### Geographic Scope + +The Demographic Snapshot API is available for the following countries: + +* United States + ### API Examples __Get the Demographic Snapshot at Camp David__ @@ -69,6 +75,12 @@ OBS_GetSegmentationSnapshot({{point geometry}}) | account name | The name of your CartoDB account where the Data Observatory has been enabled | example_account | | point geometry | A WKB point geometry. You can use the helper function, CDB_LatLng to quickly generate one from latitude and longitude | CDB_LatLng(40.760410,-73.964242) | +#### Geographic Scope + +The Segmentation Snapshot API is available for the following countries: + +* United States + ### API Examples __Get the Segmentation Snapshot around the MGM Grand__ @@ -88,7 +100,7 @@ OBS_GetSegmentationSnapshot(CDB_LatLng(40.704512, -73.936669)) __todo__ -### Available segments +### Available segments __todo__