I get my robot's location from an IMU's GPS sensor. It outputs the robot's location in latitude, longitude, and altitude format. Latitude and longitude are in degrees and altitude is in meters and it is elevation from sea level.
I want to convert it to the cartesian coordinate system, what is the correct way for it? Is there any Python package for it?