Changeset 3319

Show
Ignore:
Timestamp:
05/10/08 12:37:06 (2 months ago)
Author:
pwaddell
Message:

added parcels to datasets_to_preload

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/urbansim_parcel/configs/urbansim_parcel.xml

    r3317 r3319  
    44    <parent type="file">urbansim/configs/urbansim.xml</parent> 
    55    <available_datasets type="list">['parcel','zone','faz','large_area','gridcell','city','county','alldata']</available_datasets> 
    6     <dataset_pool_configuration type="class" flags="hidden"> 
     6    <dataset_pool_configuration flags="hidden" type="class"> 
    77      <Class_name type="string">DatasetPoolConfiguration</Class_name> 
    88      <Class_path type="string">opus_core.configurations.dataset_pool_configuration</Class_path> 
     
    133133            <data_objects type="string">datasets</data_objects> 
    134134            <debuglevel type="string">debuglevel</debuglevel> 
    135             <specification type="string">specification</specification>             
     135            <specification type="string">specification</specification> 
    136136          </arguments> 
    137137          <output type="string">(coefficients, _)</output> 
     
    160160            <number_of_units_string type="quoted_string">total_SSS_job_space</number_of_units_string> 
    161161            <run_config type="dictionary"> 
    162               <agent_units_string parser_action="blank_to_None" type="string"></agent_units_string> 
     162              <agent_units_string parser_action="blank_to_None" type="string" /> 
    163163              <lottery_max_iterations type="integer">10</lottery_max_iterations> 
    164164            </run_config> 
    165             <variable_package type="quoted_string">urbansim_parcel</variable_package>             
     165            <variable_package type="quoted_string">urbansim_parcel</variable_package> 
    166166          </arguments> 
    167167        </init> 
     
    187187            <coefficients_table type="quoted_string">employment_location_choice_model_coefficients</coefficients_table> 
    188188            <specification_storage type="string">base_cache_storage</specification_storage> 
    189             <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table>             
     189            <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table> 
    190190          </arguments> 
    191191        </prepare_for_run> 
     
    210210            <data_objects type="string">datasets</data_objects> 
    211211            <debuglevel type="string">debuglevel</debuglevel> 
    212             <specification type="string">specification</specification>             
     212            <specification type="string">specification</specification> 
    213213          </arguments> 
    214214          <output type="string">(coefficients, _)</output> 
     
    237237            <number_of_units_string parser_action="blank_to_None" type="string" /> 
    238238            <run_config type="dictionary"> 
    239               <agent_units_string parser_action="blank_to_None" type="string"></agent_units_string> 
     239              <agent_units_string parser_action="blank_to_None" type="string" /> 
    240240              <lottery_max_iterations type="integer">7</lottery_max_iterations> 
    241241            </run_config> 
    242             <variable_package type="quoted_string">urbansim_parcel</variable_package>             
     242            <variable_package type="quoted_string">urbansim_parcel</variable_package> 
    243243          </arguments> 
    244244        </init> 
     
    264264            <coefficients_table type="quoted_string">employment_location_choice_model_coefficients</coefficients_table> 
    265265            <specification_storage type="string">base_cache_storage</specification_storage> 
    266             <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table>             
     266            <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table> 
    267267          </arguments> 
    268268        </prepare_for_run> 
     
    462462      </household_location_choice_model> 
    463463    </model_system> 
     464    <estimation type="dictionary"> 
     465      <estimation_config type="dictionary"> 
     466        <datasets_to_preload parser_action="list_to_dictionary" type="selectable_list"> 
     467          <parcel choices="Load|Skip" copyable="True" type="dataset">Load</parcel> 
     468        </datasets_to_preload> 
     469        </estimation_config> 
     470    </estimation> 
    464471  </model_manager> 
    465472  <scenario_manager> 
    466     <urbansim_parcel_baseline type="scenario" > 
    467       <parent_old_format type="dictionary" > 
    468         <Class_name type="string" >UrbansimParcelConfiguration</Class_name> 
    469         <Class_path type="string" >urbansim_parcel.configs.controller_config</Class_path> 
     473    <urbansim_parcel_baseline type="scenario"> 
     474      <parent_old_format type="dictionary"> 
     475        <Class_name type="string">UrbansimParcelConfiguration</Class_name> 
     476        <Class_path type="string">urbansim_parcel.configs.controller_config</Class_path> 
    470477      </parent_old_format> 
    471478    </urbansim_parcel_baseline>