Geoenrichment with own layers

656
2
10-24-2013 05:33 AM
Status: Open
StephanMendler
New Contributor III
It would be great to define own featurelayers as base for custom geoenrichment.
2 Comments
DanielStauning

Stephan,

This is on the roadmap and should be available by the end of the year.

-Dan

DanielStauning

This feature is now available in Business Analyst with the custom data setup workflow described here:

Custom data setup—Business Analyst Web App | ArcGIS 

This allows for the creation of a feature layer in your online or Portal organization with accompanying metadata that describes how to statistically apportion or calculate data. These layers or "statistical data collections" can then be used with the enrich method and in workflows within the BA web app such as Color Coded Maps and comparison reports. Custom reports can also be built using your own variables from these layers.

 

When calling the REST API, an enrich request uses the analysisVariables parameter to specify the portal itemid and individual variables:

analysisVariables=[{"itemid":"YourItemID","url":"https://www.arcgis.com/","outFields":["OWNER_CY","HHPOP_CY","RENTER_CY","TOTHU_CY","TOTPOP_CY","VACANT_CY"],"token":"YourToken"}]

Input XY locations—ArcGIS REST API: GeoEnrichment Service | ArcGIS for Developers 

Hope this helps!

Daniel Stauning