Skip to content

Instantly share code, notes, and snippets.

@phpmaps
Created October 2, 2015 15:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phpmaps/332ffa94534e19b8fc0f to your computer and use it in GitHub Desktop.
Save phpmaps/332ffa94534e19b8fc0f to your computer and use it in GitHub Desktop.
Sub-geography Analysis
curl 'http://geoenrich.arcgis.com/arcgis/rest/services/World/GeoenrichmentServer/StandardGeographyQuery/execute?
sourceCountry=US&
optionalCountryDataset=USA_ESRI_2015&
outSR={"wkid":102100,"latestWkid":3857}&
returnGeometry=true&
generalizationLevel=6&
returnSubGeographyLayer=true&
geographyLayers=US.States&
geographyQuery=California&
subGeographyLayer=US.Counties&
f=json&
token=dlY8ojYO8PuzZI1BNGVX71ZuUDrGeZoBR9-pCvp7DySSjSSAWNXfIkCGQfPTAre4C9a4hQ-w0AteE5Dimp6M8Tp9Zz5ZPyQiyx2nIOXkLTlW0lFrVVsPUis9OpVBXEn9Z4DMhsdh8zLpiSrnW0GITHw..'
curl 'http://geoenrich.arcgis.com/arcgis/rest/services/World/GeoenrichmentServer/StandardGeographyQuery/execute?sourceCountry=US&optionalCountryDataset=USA_ESRI_2015&outSR=%7B%22wkid%22%3A102100%2C%22latestWkid%22%3A3857%7D&returnGeometry=true&generalizationLevel=6&returnSubGeographyLayer=true&geographyLayers=US.States&geographyQuery=California&subGeographyLayer=US.Counties&f=json&token=dlY8ojYO8PuzZI1BNGVX71ZuUDrGeZoBR9-pCvp7DySSjSSAWNXfIkCGQfPTAre4C9a4hQ-w0AteE5Dimp6M8Tp9Zz5ZPyQiyx2nIOXkLTlW0lFrVVsPUis9OpVBXEn9Z4DMhsdh8zLpiSrnW0GITHw..'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment