BayAreaMetro / bayarea_urbansim

Bay Area Version of the UrbanSim Model
http://bayareametro.github.io/bayarea_urbansim
13 stars 11 forks source link

Update core summaries with office vacancy #368

Closed akselx closed 5 months ago

akselx commented 5 months ago

This mini-PR adds a few summary related updates:

Office vacancy

Office specific vacancy rates to core summaries interim zone outputs, working with building_type to do so.

Adds the following variables:

Target summary: interim zone summary.

High level redevelopment transitions from a parcel perspective

Comparing new vs deprecated building ids between start year and end year building microdata to identify newcomers and demolished buildings. The summary sums building square footage by parcel_id and parcel transition state (building type before and after).

The initial implementation rolls up demolished square footage by building type transition state to county, superdistrict and subregion levels,

image
theocharides commented 5 months ago

Looks good and useful!