Repeat Call Patterns

Summary

Compares start date and time of phone event records from two phones to create call detail connection lines for each unique call between the phones at various locations and call summary lines for displaying the number of calls between the phones.

Usage

  • Use with the output feature classes of the Import Cell Phone Records tool as inputs.
  • Two feature classes are created: a summary line feature class showing the volume of calls between two phones) and a detail line feature class showing each call incident as a separate line.
  • The summary line feature class will contain DEST_Y, DEST_X, ORIG_Y, and ORIG_X fields showing the coordinates of the beginning and end point of the line. It will also contain a INC_COUNT field with the total count of all of calls between unique phone locations.
  • The detail line feature class will contain the same DEST_Y,DEST_X,ORIG_Y, and ORIG_X fields as well as the destmatchid field for use with joining the lines to the secondary phone feature class data.

Syntax

RepeatCallPatterns_crime (Input_Primary_Phone_Record_Site_Points_or_Sectors, Input_Secondary_Phone_Record_Site_Points_or_Sectors, Output_Call_Summary_Lines, Output_Call_Detail_Lines, Primary_Phone_Subscriber_Identifier_Field, Primary_Phone_Call_Destination_Field, Primary_Phone_Call_Start_Date_and_Time_Field, Secondary_Phone_Subscriber_Identifier_Field, Secondary_Phone_Call_Destination_Field, Secondary_Phone_Call_Start_Date_and_Time_Field)

Parameter Explanation Data Type
Input Primary Phone Record Site Points or Sectors Primary phone record site points and sectors as generated by the Import Cell Phone Records tool. Feature Layer
Input Secondary Phone Record Site Points or Sectors Secondary phone record site points and sectors as generated by the Import Cell Phone Records tool. Feature Layer
Output Call Summary Lines Output line feature class representing the total count of calls between two phones at various locations. Feature Layer
Output Call Detail Lines Output line feature class representing each call record between two phones at various locations. Feature Layer
Primary Phone Subscriber Identifier Field Primary phone subscriber identifier field (generally a phone number). Field
Primary Phone Call Destination Field Destination phone number field containing phone number of the secondary phone. Field
Primary Phone Call Start Date and Time Field Start date and time field of primary phone records. Field
Secondary Phone Subscriber Identifier Field Secondary phone subscriber identifier field (generally a phone number) Field
Secondary Phone Call Destination Field Destination phone number field containing phone number of the primary phone. Field
Secondary Phone Call Start Date and Time Field Start date and time field of secondary phone records. Field

Licensing information

  • ArcGIS Desktop Basic: Yes
  • ArcGIS Desktop Standard: Yes
  • ArcGIS Desktop Advanced: Yes
Top