BuildingPlanParser
- class compas_timber.planning.BuildingPlanParser[source]
Bases:
object
Provides class methods to parse and serialize building plans from and to json files.
This implementation does it the COMPAS way. Implemet your own parse() and serialize() methods if you want to use a different format.
Methods
Parses building plan from json file.
Writes building plan to json file.