Once we are generating statewide results from the CUPC dataset ( https://www.cde.ca.gov/ds/sd/sd/filescupc.asp ), we will want a way to make an easy to interact with overview of all districts in California.
My first thought is a map / table of all districts that when you click on one, it loads the optimization summary (improvement on baseline), with a reveal of the actual optimization and some details on parameters / assumptions.
This could probably be done with D3.js and lodash.js pretty simply. We would need to get the school district shape files to generate a map.
Once we are generating statewide results from the CUPC dataset ( https://www.cde.ca.gov/ds/sd/sd/filescupc.asp ), we will want a way to make an easy to interact with overview of all districts in California.
My first thought is a map / table of all districts that when you click on one, it loads the optimization summary (improvement on baseline), with a reveal of the actual optimization and some details on parameters / assumptions.
This could probably be done with D3.js and lodash.js pretty simply. We would need to get the school district shape files to generate a map.