.. _world-georeference: Georeference options -------------------------------------------- For :ref:`GNSS sensors ` ("GPS") to work, they need to know the transformation between the simulator world local coordinates and the Earth. This can be specified with a ```` tag as documented below. .. code-block:: xml :caption: Georeference example #1: Using geodetic coordinates ... 36.894718 -2.316988 100.0 0.0 ... .. code-block:: xml :caption: Georeference example #2: Using UTM world coordinates ... true 36.894718 -2.316988 100.0 ... Parameters for worlds in local coordinates and GNSS geodetic reference: - ``yy`` and ``xx``. Geodetic coordinates of the world (0,0,0) origin. - ``zz``: The height over the WGS84 ellipsoid for the world (0,0,0). - ``tt``: An optional rotation (in degrees) if you want North not to be aligned with +Y as it is the default. Does not apply when using UTM coordinates. Parameters for worlds with local coordinates as `UTM coordinates `_: - ``true``: Indicates that world coordinates are UTM coordinates, defined in the zone of the reference (lat,lon) geodetic coordinates.