ZoneSystemInfo#
- class caf.space.inputs.ZoneSystemInfo(*, name, shapefile, id_col)#
Bases:
BaseConfigBase class for storing information about a shapefile input.
- Parameters:
name (str) – The name of the zone system you are providing. This should be as simple as possible, so for and MSOA shapefile, name should simply be ‘msoa’.
shapefile (Path) – Path to the shapefile.
id_col (str) – The name of the unique ID column in your chosen shapefile. This can be any column as long as it is unique for each zone in the shapefile.