Convert cartesian coordinate system to geodetic system, or vice versa.
This project contains two scripts:
- blh2xyz.py: convert geodetic coordinate system to cartesian system,
- xyz2blh.py: convert cartesian coordinate system to geodetic system.
- xyz2neu.py: convert cartesian coordinate system to topocentric system.
Run command by:
$ python blh2xyz.py -lat latitude -lon longitude -hgt heightor type:
$ python blh2xyz.py -hfor usage infomation.
Run command by:
$ python xyz2blh.py -x val -y val -z valor type:
$ python xyz2blh.py -hfor usage infomation.
Run command by:
$ python xyz2neu.py -x0 <x0> -y0 <y0> -z0 <z0> -x val -y val -z valor type:
$ python xyz2neu.py -hfor usage infomation.
Released under MIT, see LICENSE for more details.