A geospatial dataset of over 1000+ spatially aggregated variables for neighbourhoods in Toronto, Ontario, Canada - primarily from city and police open data.
The dataset is available as:
- One large
.geojson
file - Several
.geojson
files separated by several source datasets - Several
.csv
files of each variable that can be joined byneighbourhood_id
tonbhoods.geojson
to create a custom geospatial dataset
Go to the releases page for download options.
- The raw data sources are listed in data.csv
- The entire process to generate the dataset is documented in three notebooks:
- src/download.ipynb: code/notes for downloading raw data
- src/preprocess.ipynb: code/notes for preprocessing raw data
- src/run.ipynb: code/notes for generating the final datasets
See DEVELOPER.md for more details on how to reproduce the dataset.
Richard Wen rrwen.dev@gmail.com