From d15b74a5941a8f878877c0234d2f59e8d074beac Mon Sep 17 00:00:00 2001 From: Michelle Ho Date: Mon, 6 Feb 2017 16:18:56 -0500 Subject: [PATCH] Change ```OBS_GetUSCensusMeasure``` --- doc/measures_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index 2b6de90..6a97ba4 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -39,7 +39,7 @@ SET total_population = OBS_GetUSCensusMeasure(the_geom, 'Total Population') ## OBS_GetUSCensusMeasure(polygon geometry, measure_name text) -The ```OBS_GetUSCensusMeasure(polygon, measure_name)``` function returns a measure based on a subset of the US Census variables within a given polygon. The ```OBS_GetUSCensusMeasure``` function is limited to only a subset of all measures that are available in the Data Observatory. To access the full list, use the ```OBS_GetUSCensusMeasure``` function below. +The ```OBS_GetUSCensusMeasure(polygon, measure_name)``` function returns a measure based on a subset of the US Census variables within a given polygon. The ```OBS_GetUSCensusMeasure``` function is limited to only a subset of all measures that are available in the Data Observatory. To access the full list, use the ```OBS_GetMeasure``` function below. #### Arguments