Create Toronto Open Data CKAN parser #54
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 data from the Toronto Open Data CKAN API.
File to Create
portfolio_app/toronto/parsers/toronto_open_data.pyAPI Details
https://ckan0.cf.opendata.inter.prod-toronto.caneighbourhoods-158- Neighbourhood boundariesneighbourhood-profiles- Census dataparks- Park locationsschool-locations-all-types- School locationslicensed-child-care-centres- Childcare centresClass Structure
Acceptance Criteria
get_neighbourhoods()returns exactly 158 recordsLabels
Type/Feature,Priority/High,Component/Backend,Component/API,Tech/PythonStarting implementation of TorontoOpenDataParser for CKAN API.
Implementation complete:
parsers/toronto_open_data.pywithTorontoOpenDataParserget_neighbourhoods(),get_census_profiles(),get_parks(),get_schools(),get_childcare_centres()parsers/__init__.pywith exports