ZoningSystemMetaData#

class caf.base.zoning.ZoningSystemMetaData(*, name, shapefile_id_col=None, shapefile_path=None, extra_columns=None)[source]#

Bases: BaseConfig

Class to store metadata relating to zoning systems in normits_demand.

Attributes

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

name

shapefile_id_col

shapefile_path

extra_columns

Methods

Attributes Documentation

Parameters:
  • name (str | None)

  • shapefile_id_col (str | None)

  • shapefile_path (Path | None)

  • extra_columns (list[str] | None)

model_config = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

name: str | None[source]#
shapefile_id_col: str | None[source]#
shapefile_path: Path | None[source]#
extra_columns: list[str] | None[source]#