a python module to download and store yearly historical data about Shelters in Toronto via City of Toronto open data catalog.
pip3 install -r requirements.txt
Importing Historical Data
import_occupancy(file)
Fetch Yesterday Occupancy Data
yesterday_occupancy()
Update List of Shelters
update_shelters(file)
- todo: build in url option to update shelter list with latest data.