Skip to content

Instantly share code, notes, and snippets.

@phpmaps
Created October 2, 2015 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpmaps/2768177965b7336f67be to your computer and use it in GitHub Desktop.
Save phpmaps/2768177965b7336f67be to your computer and use it in GitHub Desktop.
Enrich areas based on walking and driving proximity
curl 'http://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/GeoEnrichment/enrich?
StudyAreas=[{"geometry":{"x":-122.435,"y":37.785},"areaType": "NetworkServiceArea","bufferUnits": "Minutes","bufferRadii": [10],"travel_mode":"Driving"},{"geometry":{"x":-117.1956,"y":34.0572},"areaType": "NetworkServiceArea","bufferUnits": "Minutes","bufferRadii": [30],"travel_mode":"Walking"}]&
f=pjson&
token=dlY8ojYO8PuzZI1BNGVX71ZuUDrGeZoBR9-pCvp7DySSjSSAWNXfIkCGQfPTAre4C9a4hQ-w0AteE5Dimp6M8Tp9Zz5ZPyQiyx2nIOXkLTlW0lFrVVsPUis9OpVBXEn9Z4DMhsdh8zLpiSrnW0GITHw..'
curl 'http://geoenrich.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/GeoEnrichment/enrich?StudyAreas=%5B%7B%22geometry%22%3A%7B%22x%22%3A-122.435%2C%22y%22%3A37.785%7D%2C%22areaType%22%3A%20%22NetworkServiceArea%22%2C%22bufferUnits%22%3A%20%22Minutes%22%2C%22bufferRadii%22%3A%20%5B10%5D%2C%22travel_mode%22%3A%22Driving%22%7D%2C%7B%22geometry%22%3A%7B%22x%22%3A-117.1956%2C%22y%22%3A34.0572%7D%2C%22areaType%22%3A%20%22NetworkServiceArea%22%2C%22bufferUnits%22%3A%20%22Minutes%22%2C%22bufferRadii%22%3A%20%5B30%5D%2C%22travel_mode%22%3A%22Walking%22%7D%5D&f=pjson&token=dlY8ojYO8PuzZI1BNGVX71ZuUDrGeZoBR9-pCvp7DySSjSSAWNXfIkCGQfPTAre4C9a4hQ-w0AteE5Dimp6M8Tp9Zz5ZPyQiyx2nIOXkLTlW0lFrVVsPUis9OpVBXEn9Z4DMhsdh8zLpiSrnW0GITHw..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment