Block a user
Create neighbourhood and census loaders
Create neighbourhood and census loaders
Implementation complete:
- Created
loaders/census.pywithload_census_data()function - Uses upsert by (neighbourhood_id, census_year) key
- Import test passed
Note: Neighbourhood loader…
Create neighbourhood and census loaders
Starting implementation of neighbourhood and census loaders.
Create Toronto Police crime data parser
Create Toronto Police crime data parser
Implementation complete:
- Created
parsers/toronto_police.pywithTorontoPoliceParser - Methods:
get_crime_rates(),get_major_crime_indicators() - Hood_ID to neighbourhood_id mapping…
Create Toronto Open Data CKAN parser
Create Toronto Open Data CKAN parser
Implementation complete:
- Created
parsers/toronto_open_data.pywithTorontoOpenDataParser - Methods:
get_neighbourhoods(),get_census_profiles(),get_parks(),get_schools(),…
Create Toronto Police crime data parser
Starting implementation of TorontoPoliceParser for crime data via CKAN API.
Add new fact and bridge SQLAlchemy models
Add new fact and bridge SQLAlchemy models
Implementation complete:
- Added
BridgeCMHCNeighbourhood- CMHC zone to neighbourhood mapping with weights - Added
FactCensus- Census statistics by neighbourhood/year - Added
FactCrime-…
Add new fact and bridge SQLAlchemy models
Starting implementation of SQLAlchemy models for FactCensus, FactCrime, FactAmenities, and BridgeCMHCNeighbourhood.
Create neighbourhood and amenities Pydantic schemas
Create neighbourhood and amenities Pydantic schemas
Implementation complete:
- Created
schemas/neighbourhood.pywithNeighbourhoodRecord,CensusRecord,CrimeRecord,CrimeType - Created
schemas/amenities.pywithAmenityType, `AmenityRec…
Create neighbourhood and amenities Pydantic schemas
Starting implementation of Pydantic schemas for neighbourhood, census, crime, and amenities data.
Create CMHC-neighbourhood crosswalk loader
Create crime and amenities loaders
Create neighbourhood and census loaders
Add new fact and bridge SQLAlchemy models
Create Toronto Police crime data parser