RunParams#
- class caf.ntem.inputs.RunParams(years, scenarios, output_zoning=ZoningSystems.NTEM_ZONE, version=Versions.EIGHT, filter_zoning_system=None, filter_zone_names=None, label=None)[source]#
Bases:
ABCBase class that defines the specification of queries for each data type.
Attributes
Zones to select from the data, must be in the names column of the zoning zones table.
The zoning system to use when filtering data down
Zoning system to output the data in.
Version to produce outputs for.
Years to produce outputs.
Scenarios to produce outputs
Methods
__init__(*args, **kwargs)Attributes Documentation
- Parameters:
output_zoning (ZoningSystems)
version (Versions)
filter_zoning_system (ZoningSystems | None)
label (str | None)
- filter_zone_names: list[str] | None = None#
Zones to select from the data, must be in the names column of the zoning zones table.
- filter_zoning_system: ZoningSystems | None = None#
The zoning system to use when filtering data down
- output_zoning: ZoningSystems = 'ntem_zone'#
Zoning system to output the data in.