Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benwebber/open-data-toronto-street-tree-data
Git mirror of Toronto street tree data
https://github.com/benwebber/open-data-toronto-street-tree-data
git-scraping open-data open-data-toronto toronto urban-forestry
Last synced: about 2 months ago
JSON representation
Git mirror of Toronto street tree data
- Host: GitHub
- URL: https://github.com/benwebber/open-data-toronto-street-tree-data
- Owner: benwebber
- Created: 2022-06-01T05:49:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T05:05:13.000Z (7 months ago)
- Last Synced: 2024-10-19T08:43:08.200Z (3 months ago)
- Topics: git-scraping, open-data, open-data-toronto, toronto, urban-forestry
- Language: Makefile
- Homepage: https://open.toronto.ca/dataset/street-tree-data/
- Size: 263 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# open-data-toronto-street-tree-data
A history of Toronto's urban canopy.
This is a [Git scraping](https://simonwillison.net/series/git-scraping/) mirror of Toronto's [catalogue of city-owned street trees](https://open.toronto.ca/dataset/street-tree-data/) data.
Because GitHub limits individual files to 100 MiB, the data is partitioned into smaller files by ID[^1].
|Filename|Description|
|---|---|
|`street-tree-data-00.csv`|Numeric IDs|
|`street-tree-data-ET.csv`|IDs starting with `ET` (Etobicoke)|
|`street-tree-data-EY.csv`|IDs starting with `EY` (East York)|
|`street-tree-data-NY.csv`|IDs starting with `NY` (North York)|
|`street-tree-data-SC.csv`|IDs starting with `SC` (Scarborough)|
|`street-tree-data-TO.csv`|IDs starting with `TO` (Toronto)|
|`street-tree-data-YO.csv`|IDs starting with `YO` (York)|## Acknowledgements
Inspired by Simon Willison's [original project for San Francisco](https://github.com/simonw/sf-tree-history).
## Licence
The City of Toronto makes this data available under the terms of [Open Government Licence – Toronto](https://open.toronto.ca/open-data-license/).
[^1]: I believe numeric IDs represent trees catalogued after amalgamation, and the others represent trees catalogued by Toronto's constituent cities prior to amalgamation.