ZoningSystem.save#

ZoningSystem.save(path, mode='csv')[source]#

Save zoning data as a dataframe and a yml file.

The dataframe will be saved to either a csv or a DVector Hdf file. If hdf, the key is ‘zoning’]. The dataframe will contain a minimum of ‘zone_id’ and ‘zone_name’, with optional extra columns depending on whether they exist in the saved object. The yml will contain the zoning metadata, which at a minimum contains the zone name.

Parameters: