Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 581 Bytes

toronto-shelters

a python module to download and store yearly historical data about Shelters in Toronto via City of Toronto open data catalog.

Installation

pip3 install -r requirements.txt

Usage Examples

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.