Go to the source code of this file.
| Namespaces | |
| namespace | testcoor | 
| Functions | |
| def | testcoor.deg2meter | 
| def | testcoor.ecef2enu | 
| def | testcoor.ecef2ned | 
| def | testcoor.meter2deg | 
| def | testcoor.mpdlat | 
| def | testcoor.mpdlon | 
| def | testcoor.ned2ecef | 
| Variables | |
| int | testcoor.altInit = 1000 | 
| int | testcoor.deg2rad = 180 | 
| testcoor.dLat = latR-latInit | |
| testcoor.dLon = lonR-lonInit | |
| int | testcoor.latInit = 42 | 
| testcoor.latR = latInit+dLat | |
| int | testcoor.lonInit = 16 | 
| testcoor.lonR = lonInit+dLon | |
| tuple | testcoor.p1 = Proj(proj='latlong',ellps='WGS84', datum='WGS84') | 
| tuple | testcoor.p2 = Proj(proj='geocent', ellps='WGS84', datum='WGS84') | 
| 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") | 
| int | testcoor.rad2deg = 180 | 
| int | testcoor.radius = 6378137 | 
| float | testcoor.ratio = 0.99664719 | 
| int | testcoor.xof = 1000 | 
| int | testcoor.yof = 5000 | 
| int | testcoor.zof = 1000 |