From c96b6ef26194fafc14dc3041102db27f4db641d2 Mon Sep 17 00:00:00 2001 From: csobier Date: Mon, 9 May 2016 13:44:08 -0400 Subject: [PATCH] updated url link to catalog PDF placeholder --- doc/measures_functions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index d4a137f..2872c9d 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -126,7 +126,7 @@ The ```OBS_GetMeasure(point_geometry, measure_id)``` function returns any Data O Name |Description --- | --- point_geometry | a WGS84 point geometry (the_geom) -measure_id | a measure identifier from the Data Observatory ([see available measures](http://cartodb.github.io/bigmetadata/index.html)) +measure_id | a measure identifier from the Data Observatory ([see available measures](https://cartodb.github.io/bigmetadata/observatory.pdf)) normalize | for measures that are are **sums** (e.g. population) the default normalization is 'area' and response comes back as a rate per square kilometer. Other options are 'denominator', which will use the denominator specified in the [Data Catalog](https://cartodb.github.io/bigmetadata/observatory.pdf) and 'none' which will return a raw value. (optional) #### Returns @@ -165,7 +165,7 @@ The ```OBS_GetMeasure(polygon_geometry, measure_id)``` function returns any Data Name |Description --- | --- polygon_geometry | a WGS84 polygon geometry (the_geom) -measure_id | a measure identifier from the Data Observatory ([see available measures](http://cartodb.github.io/bigmetadata/index.html)) +measure_id | a measure identifier from the Data Observatory ([see available measures](https://cartodb.github.io/bigmetadata/observatory.pdf)) normalize | for measures that are are **sums** (e.g. population) the default normalization is 'none' and response comes back as a raw value. Other options are 'denominator', which will use the denominator specified in the [Data Catalog](https://cartodb.github.io/bigmetadata/observatory.pdf) (optional) #### Returns @@ -194,4 +194,4 @@ SELECT OBS_GetMeasure(ST_Buffer(CDB_LatLng(40.7, -73.9),0.001), '"us.census.acs" \ No newline at end of file +-->