UDST / developer

Redesigned UrbanSim developer/pro forma models
https://udst.github.io/developer/
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

More flexibility in parking configuration options #19

Open pksohn opened 7 years ago

pksohn commented 7 years ago

The types of parking configurations, as well as their square footage and cost, are configurable in the SqftProFormaConfig object. See docstrings for those pieces here.

As explained in the docstrings, these three set parking types are hardcoded in several places in the SqftProForma code. Examples here and here.

We should explore whether it makes sense to fully parameterize and expose these functionalities to be configurable, or to leave them as three rigid types that must be selected from. If the former, we need to develop a thoughtful specification for the parking configuration - perhaps a new config object.