Skip to content

The data is extracted from the CLEAR (Citizen Law Enforcement Analysis and Reporting) system.

Notifications You must be signed in to change notification settings

akmalahmed525/DA_2019_December

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crime Data Analysis of the City of Chicago (USA) from the year 2001 to Present date

The data is extracted from the CLEAR (Citizen Law Enforcement Analysis and Reporting) system. Note: We limit the data objects to 10000, according to our instruction.

  1. Clone the repository.
  2. Create a folder data via the command below.
    mkdir data auth
  1. Create a venv.
    python3 -m venv env
  1. Activate the venv via the command below.
    source env/bin/activate
  1. We can install the packages as usual.

  2. After development freeze the local python environment.

    pip3 freeze --local > requirements.txt
  1. Install the packages via the command below.
    pip3 install -r requirements.txt

for authentication

    export GOOGLE_APPLICATION_CREDENTIALS="$PWD/auth/YOUR_AUTH_CREDENTIALS.json"

About

The data is extracted from the CLEAR (Citizen Law Enforcement Analysis and Reporting) system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages