Sequentially renumber the ids of all the items in the SABX 1.0 file.
This includes parking places, stops, pois, segments, turns, and
rides.
|
__init__(self,
template_file=None,
man=None)
Adds the "start" and "unique" options to the
command-line options. |
source code
|
|
|
_create_item_translation(self,
item_list)
Create the translation dictionary for an item list. |
source code
|
|
|
_create_translations(self)
Read all the ids for parking places, turns, segments, stops, and pois
and generate new ids for them, saving the mappings. |
source code
|
|
|
_renumber_items(self,
item_list,
translater)
Renumber all the items in the list. |
source code
|
|
|
_renumber_seg_pts_stops_pois(self,
seg)
Renumber the stops and pois for a segment. |
source code
|
|
|
_renumber_ride_park_turns_segs(self,
ride)
Renumber the parking, turns, and segments for a ride. |
source code
|
|
|
_renumber_ids(self)
Go through all the parking places, turns, segments, stops, pois, and
rides and renumber them all. |
source code
|
|
|
|
Inherited from templating.sabx.SabxProcessor :
process_template
Inherited from templating.generic.TemplateProcessor :
process ,
process_options
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|