From 93a5de5f20a93e808b98c02a0d59140fee570600 Mon Sep 17 00:00:00 2001 From: csobier Date: Thu, 13 Oct 2016 08:38:03 -0400 Subject: [PATCH 1/2] Docs issue #1115 Updated description for IP address --- doc/geocoding_functions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/geocoding_functions.md b/doc/geocoding_functions.md index 2eb5171..9d30a50 100644 --- a/doc/geocoding_functions.md +++ b/doc/geocoding_functions.md @@ -290,8 +290,7 @@ Geocodes a postal code from a specified country into an IP address, displayed as Name | Type | Description --- | --- | --- -`ip_address` | `text` | Postal code -`country_name` | `text` | IPv4 or IPv6 address +`ip_address` | `text` | IPv4 or IPv6 address #### Returns From 05dc69af3462e6a7f8979c39f682910acd90e84e Mon Sep 17 00:00:00 2001 From: csobier Date: Wed, 19 Oct 2016 15:03:57 -0400 Subject: [PATCH 2/2] fixed broken hyperlink Fixed one broken hyperlink that broken when the rebranding baseurl was applied. --- doc/demographic_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/demographic_functions.md b/doc/demographic_functions.md index 8df164d..207082d 100644 --- a/doc/demographic_functions.md +++ b/doc/demographic_functions.md @@ -1,6 +1,6 @@ # Demographic Functions -The Demographic Snapshot enables you to collect demographic reports around a point location. For example, you can take the coordinates of a coffee shop and find the average population characteristics, such as total population, educational attainment, housing and income information around that location. You can use raw street addresses by combining the Demographic Snapshot with CARTO's geocoding features. If you need help creating coordinates from addresses, see the [Geocoding Functions](/carto-engine/dataservices-api/geocoding-functions/) documentation. +The Demographic Snapshot enables you to collect demographic reports around a point location. For example, you can take the coordinates of a coffee shop and find the average population characteristics, such as total population, educational attainment, housing and income information around that location. You can use raw street addresses by combining the Demographic Snapshot with CARTO's geocoding features. If you need help creating coordinates from addresses, see the [Geocoding Functions](https://carto.com/docs/carto-engine/dataservices-api/geocoding-functions/) documentation. _**Note:** The Demographic Snapshot functions are only available for the United States._