Skip to content

Releases: OpenCourseAPI/fhda-class-datamine

v1 - My Portal Data 2010-2018

18 Jun 06:44
5d4ab55
Compare
Choose a tag to compare

File naming schema

[year][quarter][campus]_database.json, ex.201812_database.json

201812: The 2017-2018 academic year runs from July 1, 2017 to June 30, 2018.
^^^^    Therefore the ending year, 2018 is used to refer to the entire year.

201812: The fifth digit represents the quarter:
    ^    1 for Summer
         2 for Fall
         3 for Winter
         4 for Spring

201812: The last digit refers to the college, 1 for Foothill and 2 for De Anza. 
     ^

Database schema

.
├── dept
│   ├── course
│   │   ├── section 

Data must be first accessed by the desired department table. For the CS department:

cs = TinyDB.Table('CS')