CesiumJS

Features

  • Time-dynamic visualization
  • 3D tiles and models
  • vectors and geometry
  • supports: CZML

Co-ordinates

  • Coordinates in CesiumJS are expressed in ECEF using the Cartesian3 class. In this system, the origin (0, 0, 0) is the center of Earth.

This is why we use Cartesian3.fromDegrees to convert from longitude, latitude, and height to X, Y, and Z in ECEF.

The height in CesiumJS is in meters relative to the WGS84 ellipsoid. We’ve preprocessed the radar data to convert the heights from feet relative to mean sea level to meters relative to the ellipsoid.

Learning Resource

References


Backlinks