https://github.com/benwebber/open-data-toronto-centreline
https://github.com/benwebber/open-data-toronto-centreline
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benwebber/open-data-toronto-centreline
- Owner: benwebber
- Created: 2025-06-29T22:11:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T04:22:02.000Z (3 months ago)
- Last Synced: 2026-03-31T06:58:35.933Z (3 months ago)
- Language: Shell
- Size: 989 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toronto Centreline
This is a [Git scraping](https://simonwillison.net/series/git-scraping/) mirror of Toronto's [Centreline](https://open.toronto.ca/dataset/toronto-centreline-tcl/) data set.
> The Toronto Centreline is a data set of linear features representing streets, walkways, rivers, railways, highways and administrative boundaries within the City of Toronto.
## Database
You can download the [latest version](https://github.com/benwebber/open-data-toronto-centreline/releases/latest) of this data as an SQLite database from the [releases](https://github.com/benwebber/open-data-toronto-centreline/releases) page.
You can explore the database using a pre-built [Datasette](https://datasette.io/) instance.
Run the latest published image with Docker:
```
docker run -p 8000:8000 ghcr.io/benwebber/open-data-toronto-centreline:latest
```
Or build the database locally and run it with Docker Compose:
```
make centreline.db
docker compose up
```
## Licence
The City of Toronto makes this data available under the terms of [Open Government Licence – Toronto](https://open.toronto.ca/open-data-license/).