Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fractalate/data-sdot-trees
Seattle Department of Transportation Trees Dataset
https://github.com/fractalate/data-sdot-trees
data-science jupyter-notebook python seattle trees
Last synced: about 1 month ago
JSON representation
Seattle Department of Transportation Trees Dataset
- Host: GitHub
- URL: https://github.com/fractalate/data-sdot-trees
- Owner: fractalate
- Created: 2024-11-20T11:38:30.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T11:45:26.000Z (about 1 month ago)
- Last Synced: 2024-11-20T12:43:07.235Z (about 1 month ago)
- Topics: data-science, jupyter-notebook, python, seattle, trees
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seattle Department of Transportation Trees
Exploration of the Seattle Department of Transportation (SDOT) Trees dataset.
You can find the dataset on the [Seattle GeoData SDOT Trees Page](https://data-seattlecitygis.opendata.arcgis.com/datasets/sdot-trees/explore).
Download the CSV version to use it with the code included in this repository.
For my purposes, I've renamed the CSV to `SDOT_Trees_CDL_20241119.csv` from its original name to note the date it was downloaded.
You may have to adjust the CSV file name in files to account for your particular file.This project also relies on the World Checklist of Vascular Plants (WCVP) dataset.
You can download it [on the WCVP file server](http://sftp.kew.org/pub/data-repositories/WCVP/). You want to download `wcvp_dwca.zip`, version 13.## Citations
```
SDOT Trees (2024). "SDOT Trees. Version 2024.11.19. Published on the Internet; https://data-seattlecitygis.opendata.arcgis.com/datasets/sdot-trees/explore. Accessed on: 2024.11.19"WCVP (2024). "Govaerts R (ed.). 2024. WCVP: World Checklist of Vascular Plants. Facilitated by the Royal Botanic Gardens, Kew. [WWW document] URL http://sftp.kew.org/pub/data-repositories/WCVP/ [accessed 21 May 2024]."
```