Skip to content

NotJoeMartinez/lubbock-scanner-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lubbock-scanner-heatmap

Example code for building a crime heat map with police scanner data from https://copcrawler.com

example_heat_map

Data

You need to replace the url http://example.com/crime_map_data.geojson with a valid url with your data in the the following geojson format.

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -101.95398493228092,
          33.57858167384062
        ]
      },
      "properties": {
        "Address": "6320 19th St",
        "Date": "2024-08-12 21:40:00",
        "Month": 8
      }
    },
  ]
}

MapBox

Replace get_your_own_access_token with your MapBox API token

About

Example Visualization of shots fired calls over lubbock police scanner from copcrawler.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors