From 75fc489143c986b8399a3a819fdd91d025d963b2 Mon Sep 17 00:00:00 2001 From: csobier Date: Tue, 17 May 2016 15:01:56 -0400 Subject: [PATCH] applied Carla's edits --- doc/demographic_functions.md | 6 +++--- doc/segmentation_functions.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/demographic_functions.md b/doc/demographic_functions.md index 25b8519..51fd9c7 100644 --- a/doc/demographic_functions.md +++ b/doc/demographic_functions.md @@ -4,7 +4,7 @@ The Demographic Snapshot enables you to collect demographic reports around a poi _**Note:** The Demographic Snapshot functions are only available for the United States._ -## OBS_GetDemographicSnapshot( point geometry ); +## OBS_GetDemographicSnapshot( point geometry ) Fields returned include information about income, education, transportation, race, and more. Not all fields will have information for every coordinate queried. @@ -13,7 +13,7 @@ Fields returned include information about income, education, transportation, rac Name | Description | Example Values --- | --- | --- username | The username of your CartoDB account where the Data Observatory has been enabled | `username` -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)` +point geometry | A point geometry. You can use the helper function, `CDB_LatLng` to quickly generate one from latitude and longitude | `CDB_LatLng(40.760410,-73.964242)` ### Returns @@ -21,7 +21,7 @@ The Demographic Snapshot contains a broad subset of demographic measures in the Value | Name | Tablename | Aggregate | Type | Description ----- | ---- | --------- | --------- | ---- |------------ -The value of the measure at the point you requested | The name of the measure | The table it was drawn from | Indicated if the measure is a count or median. | The posgresql type | A description of the measure +The value of the measure at the point you requested | The name of the measure | The table it was drawn from | Indicated if the measure is a count or median. | postgresql | A description of the measure For example the "Female Population" measure returns diff --git a/doc/segmentation_functions.md b/doc/segmentation_functions.md index 14626f4..17a1f37 100644 --- a/doc/segmentation_functions.md +++ b/doc/segmentation_functions.md @@ -4,14 +4,14 @@ The Segmentation Snapshot functions enable you to determine the pre-calculated p _**Note:** The Segmentation Snapshot functions are only available for the United States. Our first release (May 18, 2016) is derived from Census 2010 variables. Our next release will be based on Census 2014 data. For the latest information, see the [Open Segments](https://github.com/CartoDB/open-segments) project repository._ -## OBS_GetSegmentSnapshot( Point Geometry ); +## OBS_GetSegmentSnapshot( Point Geometry ) ### Arguments Name | Description | Example Values --- | --- | --- username | The username of your CartoDB account where the Data Observatory has been enabled | `username` -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)` +point geometry | A point geometry. You can use the helper function, `CDB_LatLng` to quickly generate one from latitude and longitude | `CDB_LatLng(40.760410,-73.964242)` ### Returns