Coordinate Frames

Transform positions across geodetic, Earth-fixed, and inertial frames.

AS-CF-03

Available calculations.

  • transform_frames
  • geodetic_to_ecef
  • ecef_to_geodetic

Runner example.

The installed skill teaches your agent when to activate this module and how to call the local runner.

geodetic_to_ecefAS-CF-03
{
  "ok": true,
  "operation": "geodetic_to_ecef",
  "result": {
    "x_m": -2708754.0963,
    "y_m": -4271773.4083,
    "z_m": 3872238.667
  },
  "units": {
    "x_m": "m",
    "y_m": "m",
    "z_m": "m"
  },
  "assumptions": [],
  "warnings": [],
  "provenance": [
    "WGS84 ellipsoid"
  ]
}

Install all ten skill modules.

Read the operating guide