UDST / bayarea_urbansim

UrbanSim implementation for the San Francisco Bay Area
14 stars 26 forks source link

Pda targets #57

Closed fscottfoti closed 9 years ago

fscottfoti commented 9 years ago

These are the changes designed to begin to address 9.1 and 9.2 of task order 3 which we're calling the vision solver.

It should be noted that at this point, we are not successfully meeting the vision for all PDAs, but we do have the infrastructure necessary to see how our predictions compare to the pre-defined targets, both at an aggregate level (per pda) and at a disaggregate level (per parcel-development). In addition, the exercise has helped to fix some underlying data issues (e.g. interpretation of zoning) so the PDA results are much closer than they were when starting this exercise.

The simulations are currently waiting on data for the scheduled development events (the large projects that we know will happen and which might change the real estate market around those developments) and the no project zoning (which upzones a few of the pdas to give them capacity enough to meet pda targets, which they do not always have now).

Note that a number of changes are actually to improve workflows in model diagnosis - to be able to run simulations more easily and to be able to see and diagnose results more easily.

Next follows a description of the changes that have been made:

A few important scripts have been added.

fscottfoti commented 9 years ago

This now also has scheduled development events and an update to orca. All new data is available on s3 and in the Makefile, and requirements.txt is updated with the appropriate hashes.

This isn't the final product of the simulation, but given that various people are working on the various parts, I think it's best to go ahead and merge to master as the latest and greatest.

@buckleytom before I merge can you try this out tomorrow and make sure it runs for you.

@smmaurer once we commit this, this will be the point to start from.

tbuckl commented 9 years ago

@fscottfoti checking it now

tbuckl commented 9 years ago

@fscottfoti on os x, i merged it on top of a local master and ran make, simulation.py, and estimation.py and it seems fine. can test on windows tomorrow am.

smmaurer commented 9 years ago

@fscottfoti sounds good, thanks