Skip to content

Commit

Permalink
Update readme with new data source and version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ray310 committed Jun 14, 2024
1 parent 0c7157f commit 23b2a99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ https://data.cityofnewyork.us/Public-Safety/Motor-Vehicle-Collisions-Crashes/h9g

NYPD Precinct Shapefiles <br>
https://data.cityofnewyork.us/Public-Safety/Police-Precincts/78dh-3ptz

MTA Bridge and Tunnel Toll Data <br>
https://data.ny.gov/Transportation/Hourly-Traffic-on-Metropolitan-Transportation-Auth/qzve-kjga/about_data
<br><br>

### Reproducing Processed Data and Analysis
1) Download and save data to local directory, e.g. `/data/raw`
2) Create and activate project virtual environment
- Python 3.9.12 is used
- Python 3.12.3 is used
- Virtual environment can be created from either
`conda_environment.yaml` or `requirements.txt`
3) Update data input and output parameters in `process_raw_data.py` as appropriate
Expand Down

0 comments on commit 23b2a99

Please sign in to comment.