Пример #1
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'double-capacity highway with baseline travel model'
        self['scenario_database_configuration'].database_name = 'PSRC_2000_baseyear'

        travel_model_configuration = create_travel_model_configuration('baseline_travel_model_psrc_highway_x_half')
        self['travel_model_configuration'] = travel_model_configuration
Пример #2
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'no ugb + double-capacity highway'
        self['scenario_database_configuration'].database_name = 'PSRC_2000_scenario_A_no_ugb'

        travel_model_configuration = create_travel_model_configuration('baseline_travel_model_psrc_highway_x_half')
        self['travel_model_configuration'] = travel_model_configuration
Пример #3
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'double-capacity highway with baseline travel model'
        self['scenario_database_configuration'].database_name = 'PSRC_2000_baseyear'

        travel_model_configuration = create_travel_model_configuration('baseline_travel_model_psrc_highway_x_2')
        self['travel_model_configuration'] = travel_model_configuration
Пример #4
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'baseline with no build travel model'

        travel_model_configuration = create_travel_model_configuration('baseline_travel_model_psrc_no_build')
        self['travel_model_configuration'] = travel_model_configuration
        
Пример #5
0
    def __init__(self):
        Baseline.__init__(self)
        self["description"] = "double-capacity highway with baseline travel model"
        self["scenario_database_configuration"].database_name = "PSRC_2000_baseyear"

        travel_model_configuration = create_travel_model_configuration("baseline_travel_model_psrc_highway_x_half")
        self["travel_model_configuration"] = travel_model_configuration
Пример #6
0
    def __init__(self):
        Baseline.__init__(self)
        self["description"] = "subset baseline without travel model"
        self["scenario_database_configuration"].database_name = "PSRC_2000_baseyear_fircrest"
        self["creating_baseyear_cache_configuration"].cache_directory_root = "c:/urbansim_cache"
        self["years"] = (2001, 2002)

        del self["travel_model_configuration"]
Пример #7
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'no ugb with full travel model'
        self['scenario_database_configuration'].database_name = 'PSRC_2000_scenario_A_no_ugb'

        travel_model_configuration = create_travel_model_configuration('baseline_travel_model_psrc')
        self['travel_model_configuration'] = travel_model_configuration
        
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'subset baseline without travel model'
        self['scenario_database_configuration'].database_name = 'PSRC_2000_baseyear_fircrest'
        self['creating_baseyear_cache_configuration'].cache_directory_root = 'c:/urbansim_cache'
        self['years'] = (2001, 2002)

        del self['travel_model_configuration']
Пример #9
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'no ugb with full travel model'
        self[
            'scenario_database_configuration'].database_name = 'PSRC_2000_scenario_A_no_ugb'

        travel_model_configuration = create_travel_model_configuration(
            'baseline_travel_model_psrc')
        self['travel_model_configuration'] = travel_model_configuration
Пример #10
0
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'no ugb + double-capacity highway'
        self[
            'scenario_database_configuration'].database_name = 'PSRC_2000_scenario_A_no_ugb'

        travel_model_configuration = create_travel_model_configuration(
            'baseline_travel_model_psrc_highway_x_half')
        self['travel_model_configuration'] = travel_model_configuration
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'configuration for a test run'
        self['scenario_database_configuration'].database_name = 'PSRC_2000_baseyear'
        self['creating_baseyear_cache_configuration'].cache_directory_root = 'c:/urbansim_cache'
        self['creating_baseyear_cache_configuration'].tables_to_cache.append('workers_for_estimation')
        self['years'] = (2001, 2002)

        del self['travel_model_configuration']
    def __init__(self):
        Baseline.__init__(self)
        self['description'] = 'configuration for a test run'
        self[
            'scenario_database_configuration'].database_name = 'PSRC_2000_baseyear'
        self[
            'creating_baseyear_cache_configuration'].cache_directory_root = 'c:/urbansim_cache'
        self['creating_baseyear_cache_configuration'].tables_to_cache.append(
            'workers_for_estimation')
        self['years'] = (2001, 2002)

        del self['travel_model_configuration']
 def __init__(self):
     Baseline.__init__(self)
     
     self['creating_baseyear_cache_configuration'].tables_to_cache.append('exogenous_relationships')
     self['creating_baseyear_cache_configuration'].tables_to_cache.append('weather_exogenous')
     self['creating_baseyear_cache_configuration'].tables_to_cache.append('consumption_re')
     self['creating_baseyear_cache_configuration'].tables_to_cache.append('consumption_co')
     self['creating_baseyear_cache_configuration'].tables_to_cache.append('consumption_mf')
     tables_to_copy_to_previous_years = self['creating_baseyear_cache_configuration'].tables_to_copy_to_previous_years
     for table_name, year in tables_to_copy_to_previous_years.iteritems():
         tables_to_copy_to_previous_years[table_name] = 1995
     self['cache_directory'] = 'c:/urbansim_cache/water_test'
     self['dataset_pool_configuration'] = DatasetPoolConfiguration(
         package_order=['waterdemand', 'psrc', 'urbansim', 'opus_core'],
         )
     self['scenario_database_configuration'].database_name = 'bellevue_consump_agg_month_year'
Пример #14
0
    def __init__(self):
        Baseline.__init__(self)

        self["creating_baseyear_cache_configuration"].tables_to_cache.append("exogenous_relationships")
        self["creating_baseyear_cache_configuration"].tables_to_cache.append("weather_exogenous")
        self["creating_baseyear_cache_configuration"].tables_to_cache.append("consumption_re")
        self["creating_baseyear_cache_configuration"].tables_to_cache.append("consumption_co")
        self["creating_baseyear_cache_configuration"].tables_to_cache.append("consumption_mf")
        tables_to_copy_to_previous_years = self[
            "creating_baseyear_cache_configuration"
        ].tables_to_copy_to_previous_years
        for table_name, year in tables_to_copy_to_previous_years.iteritems():
            tables_to_copy_to_previous_years[table_name] = 1995
        self["cache_directory"] = "c:/urbansim_cache/water_test"
        self["dataset_pool_configuration"] = DatasetPoolConfiguration(
            package_order=["waterdemand", "psrc", "urbansim", "opus_core"]
        )
        self["scenario_database_configuration"].database_name = "bellevue_consump_agg_month_year"
Пример #15
0
    def __init__(self):
        Baseline.__init__(self)

        self['creating_baseyear_cache_configuration'].tables_to_cache.append(
            'exogenous_relationships')
        self['creating_baseyear_cache_configuration'].tables_to_cache.append(
            'weather_exogenous')
        self['creating_baseyear_cache_configuration'].tables_to_cache.append(
            'consumption_re')
        self['creating_baseyear_cache_configuration'].tables_to_cache.append(
            'consumption_co')
        self['creating_baseyear_cache_configuration'].tables_to_cache.append(
            'consumption_mf')
        tables_to_copy_to_previous_years = self[
            'creating_baseyear_cache_configuration'].tables_to_copy_to_previous_years
        for table_name, year in tables_to_copy_to_previous_years.iteritems():
            tables_to_copy_to_previous_years[table_name] = 1995
        self['cache_directory'] = 'c:/urbansim_cache/water_test'
        self['dataset_pool_configuration'] = DatasetPoolConfiguration(
            package_order=['waterdemand', 'psrc', 'urbansim', 'opus_core'], )
        self[
            'scenario_database_configuration'].database_name = 'bellevue_consump_agg_month_year'