CR XI
Oracle db
Results: Locate clusters of geographic coordinates within a range.
I am analyzing 911 incidents for police calls. Each call has a geographic coordinate, X and Y. For the purposes of this question I will use these fields. CallNo, CallType, X, Y
X and Y are assigned by geocoding an address and are numeric. The X Y coordinates represent feet. So for example call #1 X= 6469774 Y=1785763. Call number 2 X= 64679974 and Y = 1785863. These two call incidents would be near each other, 200 ft, and 100ft respectively.
What I am trying to do with Crystal is to analyze hundreds of these X Y coordinates and locate high areas of calls based on how large of an area I want to search. I have already done this if I identify the first set of coordinates and look for calls within a range. I would like to have Crystal find clusters without first identifying a single XY point. This would be like finding more than 5 calls near one single call.
Can someone give some advise on how to start this.
I would probably develop a parameter field that asks how many feet the search should be from one single call.
I am thinking this will require a variable chosen from one set of coordinates that evaluated all the others. Then the second set of coordinates so it after, and so on.
Oracle db
Results: Locate clusters of geographic coordinates within a range.
I am analyzing 911 incidents for police calls. Each call has a geographic coordinate, X and Y. For the purposes of this question I will use these fields. CallNo, CallType, X, Y
X and Y are assigned by geocoding an address and are numeric. The X Y coordinates represent feet. So for example call #1 X= 6469774 Y=1785763. Call number 2 X= 64679974 and Y = 1785863. These two call incidents would be near each other, 200 ft, and 100ft respectively.
What I am trying to do with Crystal is to analyze hundreds of these X Y coordinates and locate high areas of calls based on how large of an area I want to search. I have already done this if I identify the first set of coordinates and look for calls within a range. I would like to have Crystal find clusters without first identifying a single XY point. This would be like finding more than 5 calls near one single call.
Can someone give some advise on how to start this.
I would probably develop a parameter field that asks how many feet the search should be from one single call.
I am thinking this will require a variable chosen from one set of coordinates that evaluated all the others. Then the second set of coordinates so it after, and so on.