I Have an export from an app that gives me location in radians. Is there a simple way to convert to decimal degrees? I would like to be able to import into arcmap.
Sample:
| TimeStamp | Lat | Long | Elevation | Speed |
| 4/12/17 12:54:40 | -1.6877674 | 0.5775370 | 184 | 2.6 |
| 4/12/17 12:54:50 | -1.6877689 | 0.5775332 | 182 | 2.3 |
| 4/12/17 12:55:00 | -1.6877694 | 0.5775296 | 181 | 2.3 |
| 4/12/17 12:55:10 | -1.6877685 | 0.5775274 | 182 | 0.0 |