ZoningSystem.load#

classmethod ZoningSystem.load(in_path, mode)[source]#

Create a ZoningSystem instance from path_or_instance_dict.

If path_or_instance_dict is a path, the file is loaded in and the instance_dict extracted. The instance_dict is then used to recreate the saved instance, using the class constructor. Use save() to save the data in the correct format.

Parameters:
  • path_or_instance_dict – Path to read the data in from.

  • in_path (PathLike)

  • mode (str)