UTM conversion

This modifier converts the coordinates generated by the MORSE simulator to use UTM global coordinates. This is achieved by setting the offset of the Blender origin with respect to the UTM reference. The offset is stored as three properties of the Scene_Script_Holder object of the scene: UTMXOffset, UTMYOffset and UTMZOffset.

Files

  • Python: $MORSE_ROOT/src/morse/modifiers/utm.py

Modified data

Modifiers work over a dictionary called local_data of the components. The names of the variables affected are the following:

  • x: X coordinate of the component
  • y: Y coordinate of the component
  • z: Z coordinate of the component

Available methods

Table Of Contents

Previous topic

NED conversion

Next topic

Component overlays

This Page