Create Toronto Police crime data parser #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Create a parser for fetching crime data from Toronto Police (hosted via CKAN).
File to Create
portfolio_app/toronto/parsers/toronto_police.pyAPI Details
https://ckan0.cf.opendata.inter.prod-toronto.ca(hosted by Toronto)neighbourhood-crime-rates- Crime rates by neighbourhoodmajor-crime-indicators- MCI detailed datashootings-firearm-discharges- Shooting incidentsClass Structure
Acceptance Criteria
Technical Notes
Labels
Type/Feature,Priority/Medium,Component/Backend,Component/API,Tech/PythonStarting implementation of TorontoPoliceParser for crime data via CKAN API.
Implementation complete:
parsers/toronto_police.pywithTorontoPoliceParserget_crime_rates(),get_major_crime_indicators()parsers/__init__.pywith exports