This project scrapes the Orange County (FL) Public School (OCPS) Covid Dashboard into a csv file.
You can grab the most up to date csv files here:
- 2021-2022-cases.csv - 2021-2022 confirmed case counts. Updated daily
- 2020-2021-cases.csv - 2020-2021 confirmed case counts.
- directory.csv - Contains school name, street address, level, and lat/long coordinates. Source
- demographics.csv - This contains enrollment counts and demographics per school. Updated twice a month. Source
This page includes the source files for generating this data along with the data. The 2021-2022 school year data will be updated here daily.
The easiest way to run the project is to use the provided docker configuration. If you want to run the project yourself, clone the repository and execute:
docker-compose up
This will run ocps-covid-csv, and update the 2021-2022-cases dataset.