How to publish Hot Spot service like that in ArcGIS Online?

5073
6
Jump to solution
02-16-2015 07:54 AM
KirkKuykendall
Occasional Contributor III

I've been asked to implement Hot Spot Analysis similar to that provided by the Esri Spatial Analysis service:

Find Hot Spots—ArcGIS REST API: Spatial Analysis Service | ArcGIS for Developers

 

Since this is to be implemented on a private network, I won't be able to call ArcGIS Online.

Are these analysis services installed as with Portal?

 

If not, is there a Geostatistical geoprocessing tool would that I could publish as a gp service that would provide similar results?

An overview of the Geostatistical Analyst toolbar and toolbox—Help | ArcGIS for Desktop

 

Thanks!

0 Kudos
1 Solution

Accepted Solutions
SteveKopp
Esri Contributor

Kirk - I see this is from a few weeks ago and not sure if you noticed last week but all those analysis tools are now easily accessible in WebApp Builder. Unfortunately this won't help you on a local portal behind your firewall yet, we are hoping to have that available later this year.
If your real question is "what GP calls are happening behind which buttons in that UI and how can I recreate that..." shoot me an email and I'll see how we can help you out.

Steve

View solution in original post

0 Kudos
6 Replies
TimWitt2
MVP Alum

Kirk,

could you run the Hot spot analysis in ArcGIS Online and then download the result?

Or if you have the right license you can do it in desktop: ArcGIS Help 10.1

Tim

0 Kudos
KirkKuykendall
Occasional Contributor III

Hi Tim -

I'm developing a web app with a tool that allows the user to run an analysis similar to that in the sample.

It needs to run in a web browser using mapservices inside the firewall.

Thanks, Kirk

0 Kudos
SteveKopp
Esri Contributor

Kirk - I see this is from a few weeks ago and not sure if you noticed last week but all those analysis tools are now easily accessible in WebApp Builder. Unfortunately this won't help you on a local portal behind your firewall yet, we are hoping to have that available later this year.
If your real question is "what GP calls are happening behind which buttons in that UI and how can I recreate that..." shoot me an email and I'll see how we can help you out.

Steve

0 Kudos
AhmedElsalloul2
New Contributor II

Hi Steve,

I'm trying to implement the same tools in a web application that I'm developing now, could you please list the used GPs?

0 Kudos
SteveKopp
Esri Contributor

Hi Ahmed,

If you want to do hot spot analysis hosted on your own server, the easiest approach will be to use the 10.5 Portal GeoAnalytics project. This includes the capabilities of the hot spot tool you currently see in ArcGIS Online, but has also been enhanced to optionally support time slices, and is designed to scale well with big data. The 10.5 prerelease has been available for about a month, the final will ship around the middle of December.

If what you are looking for is just a small subset of the ArcGIS Online hot spot tool, the computation behind this is in the Hot Spot (GI*) GP tool. Are there specific pieces you are trying to implement?

Steve

0 Kudos
AhmedElsalloul2
New Contributor II

Thanks Steve,

Upgrading to ArcGIS 10.5 is not an option currently, what I'm trying to implement is a tool to find clusters of high and low based on the count of point features within defined boundaries. 

0 Kudos