CoordinateSystemConverters

A coordinate converter class. It’s a singleton so can’t be instantiated.

converters: OrderedDict
converter_graph: NoneType
converters_dir: str
converters_package: str
converter_type: CoordinateSystemConverter

 

__init__(self): 

 

get_coordinates(coordinate_set): 

Extracts coordinates from a coordinate_set

 

load_converter(converter): 

 

get_converter(system1, system2): 

Gets the appropriate converter for two CoordinateSystem objects

  • system1: CoordinateSystem
  • system2: CoordinateSystem
  • :returns: _

 

register_converter(system1, system2, converter, check=True): 

Registers a converter between two coordinate systems

  • system1: CoordinateSystem
  • system2: CoordinateSystem
  • :returns: _

Feedback

Examples

Templates

Documentation