Вы находитесь на странице: 1из 2

Field Name, Data Type, Required

[COMPNOS] [int] NOT NULL,


[REPORTINGAREA] [nvarchar](20) NULL,
[INCIDENT_TYPE_DESCRIPTION] [nvarchar](200) NULL,
[REPTDISTRICT] [nvarchar](100) NULL,
[FROMDATE] [datetime2](7) NULL,
[TODATE] [datetime2](7) NULL,
[STREETNAME] [nvarchar](100) NULL,
[XSTREETNAME] [nvarchar](100) NULL,
[WEAPONTYPE] [nvarchar](100) NULL,
[BUILDINGTYPE] [nvarchar](100) NULL,
[PLACEOFENTRY] [nvarchar](100) NULL,
[PERPETRATORSNOS] [smallint] NULL,
[SUSPECTTRANSPORTATION] [nvarchar](100) NULL,
[VICTIMACTIVITY] [nvarchar](300) NULL,
[UNUSUALACTIONS] [nvarchar](300) NULL,
[WEATHER] [nvarchar](100) NULL,
[NEIGHBORHOOD] [nvarchar](100) NULL,
[LIGHTING] [nvarchar](100) NULL,
[CLEARANCESTATUSDESC] [nvarchar](100) NULL,
[MAIN_CRIMECODE] [nvarchar](15) NULL,
[ROBBERY_TYPE] [nvarchar](25) NULL,
[ROBBERY_ATTEMP] [nvarchar](10) NULL,
[BURGLARY_TIME] [nvarchar](10) NULL,
[DOMESTIC] [nvarchar](10) NULL,
[WEAPON_TYPE] [nvarchar](100) NULL,
[SHIFT] [nvarchar](50) NULL,
[DAY_WEEK] [nvarchar](50) NULL,
[UCRPART] [nvarchar](20) NULL,
[X] [numeric](38, 8) NULL,
[Y] [numeric](38, 8) NULL,
[GREPORTING] [varchar](50) NULL,
[GSECTOR] [varchar](50) NULL,
[GBEAT] [varchar](40) NULL,
[GDISTRICT] [varchar](10) NULL,
[GDISTRICT_PRE2009] [varchar](10) NULL,
[COMPUTEDCRIMECODE] [nvarchar](20) NULL,
[COMPUTEDCRIMECODEDESC] [nvarchar](255) NULL,

Description

Internal BPD report number


RA number associated with the where the crime was reported from.
BPD incident classification
What district the crime was reported in
Earliest date and time the incident could have taken place
Latest date and time the incident could have taken place
Street name the incident took place
optional - Cross street the incident took place
Detailed info on the weapon type (free form field)
Info on where the incident took place (street, Hospital, Convenience Store)
Point of entry. Only relevant with specific incident types
Total number of suspects involved
Vehicle info (if known) of the suspects involved
What the victim was doing at the time of incident ("Walking", "Driving", etc)
optional - but will typically include an expression or something a suspect said while committing the cr
different that they did during the crime
Weather related info at the time of the incident
Boston Police Defined Neighborhood the incident took place
Visibility info at the time of the incident
An incident is cleared when either the suspect is arrested or the case is tabled due to it being exceptio
who it is but victim chooses not to press charges
BRIC classification of the crime code for analysis purposes

"Street", "Commercial", "Bank", "Other". Only relevant if the incident is a Robbery (03xx Main_Crimec
Was the robbery an attempt only

"Night", "Day". Only relevant if the incident is either commercial burglary (05CB) or residential burgla

Was the suspect a family member or intimate partner of the victim


BRIC classification of weapon type ("Gun", "Knife", "Other", "Unarmed")
What shift (Day, First, Last) the incident took place on
What day of the week the incident took place
Universal Crime Reporting Part number (1,2, 3)
X coordinate (state plane, feet) of the geocoded address location (obscured to the street segment cen

Y coordinate (state plane, feet) of the geocoded address location(obscured to the street segment cent
Reporting area of the geocoded location of the Incident
Sector of the geocoded location of the Incident
Beat of the gecoded location of the incident
District of the geocoded location of the Incident
District pre 2009 of the gecoded location of the Incident
Crime code determined by looking at all of the supplements involved in the incident and determining
code. The lower the crimecode the more serious the crime
Textual description of the above crime code

Вам также может понравиться