TransZoneSystemInfo#
- class caf.space.inputs.TransZoneSystemInfo(*, name, shapefile, id_col, point_shapefile=None)#
Bases:
ZoneSystemInfoInput data for primary zone systems in translation.
Inherits from ZoneSystemInfo.
- Parameters:
point_shapefile (Optional[Path]) – A shapefile of point zones to be joined to the main shapefile. This shapefile must contain the same id_col as the main shapefile as the two will be concatenated on this column. If this is provided set ‘point_handling’ to True in the main config class or it will be effectively ignored.
name (str) –
shapefile (Path) –
id_col (str) –