Thanks so much ALuren
I have downloaded and installed the tool box using ArcGIS 10.2, but i always get error message that it can find the scripts...a bit odd.
I can share screen shot if that helps?
Regards Ori
Thanks Philip
I was about to ask the same question...
Ori
Hi Lauren,
thank you for your prompt reply. In the meanwhile, I already found the tool that was included in the training course ARC3, version 2.0.
(Anyway, how can users get access to the attached zip file on GeoNet?)
I already tested the Emerging Hot Spot Analysis tool and I think it is very useful in space-time crime analysis. Do you have any further reference on how the categories are calculated?
Thank you,
Philip
Hi Philip,
I'm attaching a zip file with the sample tool... it is pretty rough and has only been tested with 10.1 sp1. This question comes up often, so please allow me to answer this question more broadly here:
You want to run a space time hot spot analysis on your event data (crime, disease, traffic accidents) where you don't have an attribute/field to analyze. In other words you just want to know where in space and time you have a statistically large number of events. Some people have guessed that they need to use the Collect Events tool. Unfortunately when Collect Events combines points that are near in space, you lose the temporal component of your data (it will combine two points that are near each other even if they have date stamps that are very far apart). What we need here is a tool that aggregates based on space AND time. You want to be able to set a distance threshold (500 meters, for example) and a time threshold (something like 5 days) and have the tool aggregate only those points that are within both those thresholds. The attached sample script will do that.
Alternative approaches if the attached script doesn't work for you:
1) Create a model tool that iterates through time and selects only those features/events that meet your time requirement... run collect events on the selection set... use the Add Field tool to give the result a DATE field and Calc the value to be a date within the time period selected (like if you want to combine events within two days, you would want to calc the new date field to either the first or second day date for each record output from Collect Events). Then merge all the results into a single file... then create the spatial weights matrix for the merged data using Generate Spatial Weight Matrix, then run hot spot analysis.
2) If you know python, you can try to debug the attached to make it work for whatever version of ArcGIS you are using.
3) You can sign up for the ArcGIS 10.3 beta program and use the space-time pattern mining tool in ArcGIS 10.3 ?? The new Emerging Hot Spot Analysis tool allows you to run space-time hot spot analysis on event data.
I hope this helps!
Best wishes,
Lauren
where can I download the Temporal Collect Events tool that you have been using in this video: What's New in Spatial Statistics: Space-Time Cluster Analysis | Esri Video?
Thanks
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.