Package sabx10 :: Package utils :: Module sabx_usgs :: Class UsgsProcessor
[hide private]
[frames] | no frames]

Class UsgsProcessor

source code

                          object --+        
                                   |        
templating.generic.TemplateProcessor --+    
                                       |    
           templating.sabx.SabxProcessor --+
                                           |
                                          UsgsProcessor

Add USGS elevations to all the points in an SABX 1.0 file.

Instance Methods [hide private]
 
get_template_data(self)
Add the USGS elevations to the template data.
source code

Inherited from templating.sabx.SabxProcessor: __init__, 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__

Instance Variables [hide private]

Inherited from templating.sabx.SabxProcessor: in_file, sabx

Inherited from templating.generic.TemplateProcessor: args, man, options, out_file, parser, template_data, template_file, template_path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

get_template_data(self)

source code 

Add the USGS elevations to the template data.

Overrides: templating.generic.TemplateProcessor.get_template_data