Merge an SABX 1.0 file and a CSV file. Process it through an SABX 1.0
template and output it into a SABX 1.0 file.
|
__init__(self,
template_file=None,
man=None)
Adds the id, csv, and generate options to the standard SABX 1.0
template processor. |
source code
|
|
|
|
|
|
|
|
|
|
|
_parse_turn(self,
id,
fromto,
seg)
Parse the CSV line as if it's a ROAD item, and remove the turn data
from it. |
source code
|
|
|
|
|
_parse_segment(self,
id,
fromto,
seg)
Parse the CSV line as if it's a ROAD item, and remove the segment
data from it. |
source code
|
|
|
|
|
|
|
|
|
_parse_csv(self)
Parse the CSV file and merge it with the SABX 1.0 template data. |
source code
|
|
|
|
Inherited from templating.sabx.SabxProcessor :
process_template
Inherited from templating.generic.TemplateProcessor :
process
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|