HES 505 Fall 2025: Session 12
Practice pseudocode to plan an analysis
Link geoprocessing steps to research questions
Explore how geoprocessing choices affect results
How do the characteristics of Boise correlate with arrests?
Format: Tabular (.csv)
Key Fields:
ChargeID
- Unique identifier for charges in a case. Populated by New World Law Enforcement Records Management System (LERMS).CrimeCodeDescription
- OffenseCrimeType
- Impact of crime, options include Person, Property, or Society Crimes.Severity
- Severity of crime committed such as Felony or Misdemeanor.OccurredDateTime
- Datetime when the incident of the case occurred.x
- Easting (projected longitude)y
- Northing (projected lattitude)CRS: ESRI:102459
Format: Vector, POLYGON
(.shp)
Key Fields:
PoliceArea
- Unique identifier for each jurisdiction.CRS: EPSG:3857
Format: Vector POINT
(.shp)
Key Fields:
Location
- Street location of light.Lamp_Type
- Type of bulb in light - affects brightnessHeight
- Height in ft - affect illumination areaWattage
- Power draw of lamp (interacts with Lamp_Type
to affect brightness)CRS: ESRI:102459
Format: Vector POINT
(.shp)
Key Fields:
primary
- Primary place/business name.category
- The type of placeCRS: EPSG:4326
Format: Vector POLYGON
(.shp)
Key Fields:
Site_Name
- The location nameLandowner
- The primary landowner of the parkPark_Type
- The type of parkCRS: EPSG:3857
tidycensus
package. The segregation index (ls
) was calculated using the segregation
package.Format: Vector POLYGON
(.shp)
Key Fields:
hhincome
- Median household incometotal pop
- Total number of people in the block groupwhite
- Total number of White residents in the block groupblack
- Total number of Black residents in the block groupasian
- Total number of Asian residents in the block grouphispanic
- Total number of Hispanic residents in the block groupls
- Local segregation indexCRS: EPSG:3857