This repository is used to share the code samples using Esri GeoEnrichment Service. Samples are grouped by language (e.g. Python and JavaScript).
You can find the complete documentation for GeoEnrichment service at https://developers.arcgis.com/features/geo-enrichment/.
The GeoEnrichment service is a hosted ArcGIS Online utility service that provides the ability to get facts about a location or area. Using GeoEnrichment, you can get information about the people, places, and businesses in a specific area or within a certain distance or drive time from a location. More specifically, by submitting a point or polygon to the GeoEnrichment service, you can retrieve the demographics and other relevant characteristics associated with the surrounding area. You can also use GeoEnrichment to obtain additional geographic context (for example, the ZIP Code of a location) and geographic boundaries (for example, the geometry for a drive-time service area).
Detailed REST documentation can be found here: https://developers.arcgis.com/rest/geoenrichment/api-reference/geoenrichment-service-overview.htm
JavaScript doc can be found here: https://developers.arcgis.com/javascript/3/jsapi/databrowser-amd.html
In order to access the GeoEnrichment service, you need an ArcGIS Online subscription to either an Organization plan or a Developer plan. Details can be found here: https://developers.arcgis.com/rest/geoenrichment/api-reference/accessing-the-service.htm
Copyright 2017 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's LICENSE file.