Functions | |
| def | deg2meter |
| def | ecef2enu |
| def | ecef2ned |
| def | meter2deg |
| def | mpdlat |
| def | mpdlon |
| def | ned2ecef |
Variables | |
| int | altInit = 1000 |
| int | deg2rad = 180 |
| dLat = latR-latInit | |
| dLon = lonR-lonInit | |
| int | latInit = 42 |
| latR = latInit+dLat | |
| int | lonInit = 16 |
| lonR = lonInit+dLon | |
| tuple | p1 = Proj(proj='latlong',ellps='WGS84', datum='WGS84') |
| tuple | p2 = Proj(proj='geocent', ellps='WGS84', datum='WGS84') |
| tuple | p3 = Proj(proj="sterea", lat_0=latInit, lon_0=lonInit, k_0=1.0, x_0=0, y_0=0, ellps="WGS84", datum="WGS84") |
| int | rad2deg = 180 |
| int | radius = 6378137 |
| float | ratio = 0.99664719 |
| int | xof = 1000 |
| int | yof = 5000 |
| int | zof = 1000 |
| def testcoor.deg2meter | ( | difflat, | |
| difflon, | |||
| lat | |||
| ) |
Definition at line 20 of file testcoor.py.
| def testcoor.ecef2enu | ( | X, | |
| Y, | |||
| Z, | |||
| lat, | |||
| lon, | |||
| alt | |||
| ) |
Definition at line 26 of file testcoor.py.
| def testcoor.ecef2ned | ( | lat, | |
| lon, | |||
| alt, | |||
| X, | |||
| Y, | |||
| Z | |||
| ) |
Definition at line 64 of file testcoor.py.
| def testcoor.meter2deg | ( | x, | |
| y, | |||
| lat | |||
| ) |
Definition at line 23 of file testcoor.py.
| def testcoor.mpdlat | ( | lat | ) |
Definition at line 14 of file testcoor.py.
| def testcoor.mpdlon | ( | lat | ) |
Definition at line 17 of file testcoor.py.
| def testcoor.ned2ecef | ( | lat, | |
| lon, | |||
| alt, | |||
| n, | |||
| e, | |||
| d | |||
| ) |
Definition at line 37 of file testcoor.py.
| int testcoor::altInit = 1000 |
Definition at line 82 of file testcoor.py.
| int testcoor::deg2rad = 180 |
Definition at line 9 of file testcoor.py.
Definition at line 116 of file testcoor.py.
Definition at line 117 of file testcoor.py.
| int testcoor::latInit = 42 |
Definition at line 80 of file testcoor.py.
Definition at line 113 of file testcoor.py.
| int testcoor::lonInit = 16 |
Definition at line 81 of file testcoor.py.
Definition at line 114 of file testcoor.py.
| tuple testcoor::p1 = Proj(proj='latlong',ellps='WGS84', datum='WGS84') |
Definition at line 123 of file testcoor.py.
| tuple testcoor::p2 = Proj(proj='geocent', ellps='WGS84', datum='WGS84') |
Definition at line 124 of file testcoor.py.
| tuple testcoor::p3 = Proj(proj="sterea", lat_0=latInit, lon_0=lonInit, k_0=1.0, x_0=0, y_0=0, ellps="WGS84", datum="WGS84") |
Definition at line 125 of file testcoor.py.
| int testcoor::rad2deg = 180 |
Definition at line 10 of file testcoor.py.
| int testcoor::radius = 6378137 |
Definition at line 11 of file testcoor.py.
| float testcoor::ratio = 0.99664719 |
Definition at line 12 of file testcoor.py.
| int testcoor::xof = 1000 |
Definition at line 84 of file testcoor.py.
| int testcoor::yof = 5000 |
Definition at line 85 of file testcoor.py.
| int testcoor::zof = 1000 |
Definition at line 86 of file testcoor.py.