cobalt-uoft / uoft-scrapers

Public web scraping scripts for the University of Toronto.
https://pypi.python.org/pypi/uoftscrapers
MIT License
48 stars 14 forks source link

Add unique id key #53

Closed kashav closed 8 years ago

kashav commented 8 years ago

Dates were overlapping for the 2 campuses, so data was being overwritten (see this, only UTSC data is being exported). Add a unique ID key for each date. IDs are made up of date and campus identifier:

qasim commented 8 years ago

Good catch.

qasim commented 8 years ago

@kshvmdn You could add a campus key as well now for easier filtering.

kashav commented 8 years ago

@qasim done! https://github.com/cobalt-uoft/uoft-scrapers/pull/54